:root {
  --control-ease: cubic-bezier(.22, 1, .36, 1);
  --control-border: rgba(255, 255, 255, .12);
  --control-border-hover: rgba(255, 255, 255, .2);
}

.button,
button:not(.video-toggle):not(.copy-token-address):not(.menu-button) {
  position: relative;
  border-color: var(--control-border);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 7px 18px rgba(0, 0, 0, .16);
  transform: translateZ(0);
  transition: transform .24s var(--control-ease), box-shadow .24s var(--control-ease), border-color .2s ease, background-color .2s ease, color .2s ease;
  -webkit-tap-highlight-color: transparent;
}

.button:not(.primary),
button:not(.video-toggle):not(.copy-token-address):not(.menu-button):not(.primary) {
  background: #222225;
}

.button:hover,
button:not(.video-toggle):not(.copy-token-address):not(.menu-button):hover {
  border-color: var(--control-border-hover);
  background-color: #29292d;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .3), 0 10px 24px rgba(0, 0, 0, .2);
  transform: translateY(-1px);
}

.button:active,
button:not(.video-toggle):not(.copy-token-address):not(.menu-button):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .28);
  transform: translateY(1px) scale(.99);
  transition-duration: .08s;
}

.button.primary,
button.primary {
  color: #18161f;
  border-color: rgba(225, 220, 255, .42);
  background: #b8acf5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 8px 22px rgba(104, 85, 190, .2);
}

.button.primary:hover,
button.primary:hover {
  background: #c2b7fa;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .24), 0 12px 28px rgba(104, 85, 190, .26);
}

.button > span,
button > span {
  transition: transform .24s var(--control-ease);
}

.button:hover > span,
button:hover > span {
  transform: translateX(2px);
}

.mode-tabs,
.quick-prompts,
.action-pair {
  isolation: isolate;
}

.mode-tabs button,
.quick-prompts button,
.text-button {
  box-shadow: none;
}

.mode-tabs button {
  border-color: transparent;
}

.mode-tabs button.active {
  color: #f0edf7;
  border-color: rgba(255, 255, 255, .08);
  background: #302e36;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .22);
}

.quick-prompts button {
  background: transparent;
}

.quick-prompts button:hover {
  background: #242329;
}

.text-button {
  overflow: visible;
  border: 0;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.nav a {
  transition: color .2s ease, opacity .2s ease;
}

.button:focus-visible,
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #b8acf5;
  outline-offset: 3px;
}

button:disabled,
.button[aria-disabled="true"] {
  box-shadow: none;
  transform: none;
  opacity: .52;
}

@media (prefers-reduced-motion: reduce) {
  .button,
  button,
  .button > span,
  button > span,
  .nav a {
    transition-duration: .01ms !important;
  }
}

/* Wallet connection */
.wallet-modal-backdrop {
  z-index: 100020;
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(6, 6, 8, .72);
  backdrop-filter: blur(14px);
}

.wallet-modal-backdrop[hidden] { display: none; }
.wallet-modal-open { overflow: hidden; }

.wallet-modal {
  width: min(440px, 100%);
  color: #f4f1ea;
  background: #171719;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .58);
}

.wallet-modal header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.wallet-modal header span {
  color: #aaa3c8;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
}

.wallet-modal h2 {
  margin-top: 5px;
  font-size: 25px;
  letter-spacing: -.025em;
}

.wallet-modal-close {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 9px;
  color: #c9c5d0;
  background: #222225 !important;
  font-size: 22px;
  line-height: 1;
}

.wallet-modal-copy {
  margin-top: 12px;
  color: #99959f;
  font-size: 12px;
  line-height: 1.65;
}

.wallet-options {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}

.wallet-option-main {
  width: 100%;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 12px 14px !important;
  text-align: left;
  color: #f2eff6;
  background: #202023 !important;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  box-shadow: none !important;
}

.wallet-option-main:hover {
  background: #29292d !important;
  border-color: rgba(255, 255, 255, .16);
}

.wallet-option-main img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: 10px;
}

.wallet-option-main span,
.wallet-option-main strong,
.wallet-option-main small { display: block; }

.wallet-option-main strong { font-size: 13px; font-weight: 500; }
.wallet-option-main small { margin-top: 3px; color: #8f8a98; font-size: 10px; }
.wallet-option-main b { color: #aaa3c8; font-size: 11px; font-weight: 500; }
.wallet-option-main.loading { opacity: .62; pointer-events: none; }

.wallet-modal-foot {
  margin-top: 18px;
  color: #77737d;
  font-size: 10px;
  line-height: 1.6;
}

@media (max-width: 520px) {
  .wallet-modal { padding: 20px 16px; border-radius: 15px; }
  .wallet-modal h2 { font-size: 22px; }
}

/* Coordinated site motion */
html { scroll-behavior: smooth; }

.motion-ready .header {
  animation: pact-header-in .8s cubic-bezier(.16, 1, .3, 1) both;
}

.motion-ready .hero-category,
.motion-ready .hero h1,
.motion-ready .hero-copy > p:not(.hero-category),
.motion-ready .hero-actions,
.motion-ready .scroll-cue {
  opacity: 0;
  animation: pact-hero-in .9s cubic-bezier(.16, 1, .3, 1) both;
}

.motion-ready .hero h1 { animation-delay: .1s; }
.motion-ready .hero-copy > p:not(.hero-category) { animation-delay: .2s; }
.motion-ready .hero-actions { animation-delay: .3s; }
.motion-ready .hero-note { animation-delay: .4s !important; }
.motion-ready .scroll-cue { animation: pact-hero-in .9s .5s cubic-bezier(.16, 1, .3, 1) both, pact-cue 2.2s 1.4s ease-in-out infinite; }

.motion-ready .hero-film {
  transform: translate3d(var(--pointer-x, 0), calc(var(--pointer-y, 0) + var(--hero-drift, 0px)), 0) scale(1.04);
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.motion-ready .motion-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(.985);
  filter: blur(6px);
  transition: opacity .85s cubic-bezier(.16, 1, .3, 1) var(--reveal-delay, 0ms),
              transform .95s cubic-bezier(.16, 1, .3, 1) var(--reveal-delay, 0ms),
              filter .7s ease var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.motion-ready .motion-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.feature-columns article,
.steps article,
.boundary-grid article,
.architecture-list article {
  transition: transform .55s cubic-bezier(.16, 1, .3, 1), background-color .4s ease, border-color .4s ease, box-shadow .5s ease;
}

.feature-columns article:hover,
.boundary-grid article:hover {
  transform: translateY(-9px);
}

.feature-columns article:hover .feature-icon,
.boundary-grid article:hover .boundary-symbol {
  transform: translateY(-5px) scale(1.06);
}

.feature-icon,
.boundary-symbol {
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), color .35s ease, background-color .35s ease;
}

.steps article:hover {
  transform: translateY(-8px);
  background: #1e1e21;
  box-shadow: 0 20px 45px rgba(0, 0, 0, .18);
}

.steps article:hover .step-art > span {
  transform: perspective(400px) rotateY(0deg) rotateX(0deg) translateY(-7px);
  box-shadow: 7px 12px #111113, 16px 22px 32px rgba(0, 0, 0, .28);
}

.step-art > span {
  transition: transform .65s cubic-bezier(.16, 1, .3, 1), box-shadow .65s cubic-bezier(.16, 1, .3, 1);
}

.architecture-object {
  animation: pact-object-float 6s ease-in-out infinite;
  transition: border-color .4s ease, box-shadow .5s ease;
}

.architecture-object:hover {
  border-color: rgba(192, 186, 255, .28);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
}

.architecture-object img {
  transition: transform 1s cubic-bezier(.16, 1, .3, 1), filter .6s ease;
}

.architecture-object:hover img {
  transform: rotate(-4deg) scale(1.07);
  filter: brightness(1.8);
}

.console {
  transition: transform .7s cubic-bezier(.16, 1, .3, 1), box-shadow .7s ease, border-color .5s ease;
}

.console:hover {
  transform: translateY(-3px);
  border-color: rgba(192, 186, 255, .22);
  box-shadow: 0 45px 120px rgba(0, 0, 0, .34);
}

.nav a { position: relative; }
.nav a::after {
  content: '';
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 7px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1);
}

.nav a:hover::after,
.nav a.is-current::after {
  transform: scaleX(1);
  transform-origin: left;
}

.button,
button:not(.video-toggle):not(.copy-token-address):not(.menu-button) {
  overflow: hidden;
  transition-duration: .38s;
  transition-timing-function: cubic-bezier(.16, 1, .3, 1);
}

.button:hover,
button:not(.video-toggle):not(.copy-token-address):not(.menu-button):hover {
  transform: translateY(-3px) scale(1.012);
}

.button:active,
button:not(.video-toggle):not(.copy-token-address):not(.menu-button):active {
  transform: translateY(1px) scale(.985);
}

.wallet-modal-backdrop:not([hidden]) { animation: pact-backdrop-in .25s ease both; }
.wallet-modal-backdrop:not([hidden]) .wallet-modal { animation: pact-modal-in .5s cubic-bezier(.16, 1, .3, 1) both; }
.wallet-option-main img { transition: transform .45s cubic-bezier(.16, 1, .3, 1); }
.wallet-option-main:hover img { transform: scale(1.1) rotate(-2deg); }

.docs-sidebar a { transition: color .25s ease, transform .35s cubic-bezier(.16, 1, .3, 1); }
.docs-sidebar a:hover { transform: translateX(5px); }

/* Full-screen motion film */
.motion-film {
  --film-progress: 0;
  --film-scale: 1.035;
  --film-shift: 27px;
  --film-copy-y: 21px;
  --film-copy-opacity: 0;
  position: relative;
  height: 240vh;
  padding: 0;
  background: #08080a;
}

.motion-film-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
}

.motion-film-video,
.motion-film-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.motion-film-video {
  z-index: -3;
  object-fit: cover;
  opacity: .78;
  filter: contrast(1.12) saturate(.72) brightness(.72);
  transform: translate3d(var(--pointer-x, 0), var(--film-shift), 0) scale(var(--film-scale));
  will-change: transform;
}

.motion-film-shade {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(8, 8, 10, .62), transparent 30%, transparent 68%, rgba(8, 8, 10, .82)),
    radial-gradient(circle at 50% 48%, transparent 0 20%, rgba(7, 7, 9, .12) 52%, rgba(7, 7, 9, .72) 100%);
}

.motion-film-shade::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.motion-film-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(900px, 88vw);
  text-align: center;
  opacity: var(--film-copy-opacity);
  transform: translate(-50%, calc(-50% + var(--film-copy-y)));
  will-change: opacity, transform;
}

.motion-film-copy > span {
  display: inline-block;
  margin-bottom: 22px;
  color: #c3bddf;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2em;
}

.motion-film-copy h2 {
  color: #f5f2ec;
  font-size: clamp(48px, 7.2vw, 112px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.motion-film-copy h2 em {
  color: #b8acf5;
  font-style: normal;
}

.motion-film-copy p {
  margin-top: 28px;
  color: rgba(238, 234, 244, .68);
  font-size: 15px;
}

.motion-film-rail {
  position: absolute;
  z-index: 2;
  right: 5%;
  bottom: 48px;
  left: 5%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.motion-film-rail span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 14px;
  color: rgba(255, 255, 255, .36);
  border-top: 1px solid rgba(255, 255, 255, .16);
  font-size: 11px;
  transition: color .55s ease, border-color .55s ease, transform .55s cubic-bezier(.16, 1, .3, 1);
}

.motion-film-rail span b {
  font-size: 9px;
  font-weight: 500;
}

.motion-film-rail span.active {
  color: #f1edf8;
  border-color: #b8acf5;
  transform: translateY(-4px);
}

.motion-film-progress {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: rgba(255, 255, 255, .09);
}

.motion-film-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: #b8acf5;
  transform: scaleX(var(--film-progress));
  transform-origin: left;
  will-change: transform;
}

@media (max-width: 720px) {
  .motion-film { height: 205vh; }
  .motion-film-sticky { min-height: 620px; }
  .motion-film-copy { width: 90vw; }
  .motion-film-copy h2 { font-size: clamp(42px, 13vw, 66px); line-height: 1.02; }
  .motion-film-copy p { max-width: 270px; margin: 22px auto 0; font-size: 12px; }
  .motion-film-rail { right: 6%; bottom: 32px; left: 6%; gap: 7px; }
  .motion-film-rail span { gap: 6px; font-size: 9px; }
  .motion-film-rail span b { display: none; }
}

/* Interactive permission simulator */
.simulator-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 28%, rgba(133, 113, 230, .1), transparent 30%),
    radial-gradient(circle at 88% 76%, rgba(89, 142, 121, .08), transparent 34%),
    #111112;
}

.simulator-section::before {
  content: '';
  position: absolute;
  inset: 8% -15% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(192, 186, 255, .22), transparent);
}

.sim-kicker {
  display: block;
  margin-bottom: 16px;
  color: #aaa3c8;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
}

.simulator-shell {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 22px;
  background: #171719;
  box-shadow: 0 40px 110px rgba(0, 0, 0, .3);
}

.simulator-controls,
.simulator-result { padding: 38px; }

.simulator-controls {
  border-right: 1px solid rgba(255, 255, 255, .09);
  background: linear-gradient(150deg, rgba(255, 255, 255, .018), transparent 45%);
}

.simulator-mode {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-bottom: 30px;
  padding: 5px;
  border-radius: 10px;
  background: #101012;
}

.simulator-mode button {
  padding: 11px;
  color: #8f8b96;
  border: 0;
  border-radius: 7px;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 12px;
}

.simulator-mode button.active {
  color: #f3eff9;
  background: #2a2830 !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .24) !important;
}

.simulator-controls label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin: 22px 0 10px;
  color: #b8b3bf;
  font-size: 11px;
}

.simulator-controls output {
  color: #ede8f5;
  font-size: 12px;
  font-weight: 500;
}

.simulator-controls input[type='range'] {
  --range-fill: 0%;
  appearance: none;
  width: 100%;
  height: 4px;
  margin: 0;
  border: 0;
  border-radius: 99px;
  outline: 0;
  background: linear-gradient(90deg, #b8acf5 var(--range-fill), #35323c var(--range-fill));
}

.simulator-controls input[type='range']::-webkit-slider-thumb {
  appearance: none;
  width: 17px;
  height: 17px;
  border: 3px solid #171719;
  border-radius: 50%;
  background: #e7e1ff;
  box-shadow: 0 0 0 1px rgba(192, 186, 255, .45), 0 4px 14px rgba(0, 0, 0, .4);
  cursor: grab;
  transition: transform .2s ease;
}

.simulator-controls input[type='range']::-webkit-slider-thumb:active { cursor: grabbing; transform: scale(1.16); }
.simulator-controls input[type='range']::-moz-range-thumb { width: 12px; height: 12px; border: 3px solid #171719; border-radius: 50%; background: #e7e1ff; cursor: grab; }

.simulator-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 28px;
}

.simulator-presets button {
  padding: 8px 11px;
  color: #aaa5b2;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 99px;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 10px;
}

.simulator-presets button:hover { color: #f1edf8; border-color: rgba(192, 186, 255, .32); }

.simulator-result {
  display: grid;
  grid-template-columns: minmax(210px, .85fr) minmax(230px, 1.15fr);
  align-items: center;
  gap: 26px 34px;
  min-width: 0;
  background: #131315;
}

.sim-orbit {
  --remaining-angle: 360deg;
  --state-color: #b8acf5;
  position: relative;
  place-self: center;
  display: grid;
  place-items: center;
  width: min(250px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, #1b1a1f 0 48%, transparent 49%), conic-gradient(var(--state-color) 0 var(--remaining-angle), rgba(255, 255, 255, .07) var(--remaining-angle));
  box-shadow: inset 0 0 45px rgba(184, 172, 245, .05), 0 28px 70px rgba(0, 0, 0, .3);
  transition: background .55s ease, box-shadow .55s ease;
}

.sim-orbit[data-state='allowed'] { --state-color: #9fd092; }
.sim-orbit[data-state='blocked'] { --state-color: #ff9a84; }
.sim-orbit[data-state='allowed'] { box-shadow: inset 0 0 48px rgba(159, 208, 146, .09), 0 0 60px rgba(159, 208, 146, .08); }
.sim-orbit[data-state='blocked'] { box-shadow: inset 0 0 48px rgba(255, 154, 132, .09), 0 0 60px rgba(255, 154, 132, .07); }

.sim-orbit-ring {
  position: absolute;
  inset: 13%;
  border: 1px dashed rgba(255, 255, 255, .16);
  border-radius: 50%;
  animation: sim-ring-spin 18s linear infinite;
}

.sim-orbit-core {
  position: relative;
  z-index: 2;
  text-align: center;
}

.sim-orbit-core span {
  display: block;
  color: var(--state-color);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .16em;
}

.sim-orbit-core strong {
  display: block;
  margin: 4px 0 0;
  color: #f4f0f8;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.055em;
}

.sim-orbit-core small { color: #8d8795; font-size: 9px; }

.sim-orbit > i {
  position: absolute;
  top: 7%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--state-color);
  box-shadow: 0 0 16px var(--state-color);
  transform-origin: 0 calc(107px);
  animation: sim-dot-orbit 7s linear infinite;
}

.sim-orbit > i:nth-of-type(2) { animation-duration: 11s; animation-direction: reverse; opacity: .58; }
.sim-orbit > i:nth-of-type(3) { animation-duration: 15s; animation-delay: -4s; opacity: .32; }
.sim-orbit.pulse { animation: sim-verdict-pulse .55s cubic-bezier(.16, 1, .3, 1); }

.sim-verdict > span {
  color: #8e8799;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .15em;
}

.sim-verdict h3 { margin-top: 9px; font-size: 25px; }
.sim-verdict p { margin-top: 8px; font-size: 11px; line-height: 1.7; }

.sim-facts {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: 2px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
  background: rgba(255, 255, 255, .08);
}

.sim-facts > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 13px 15px;
  background: #19191c;
  font-size: 10px;
}

.sim-facts dt { color: #7f7a87; }
.sim-facts dd { margin: 0; color: #d9d4df; text-align: right; }

.sim-history { grid-column: 1 / -1; min-width: 0; }
.sim-history > div { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; color: #8f8998; font-size: 10px; }
.sim-history ol { display: grid; gap: 7px; max-height: 154px; margin: 0; padding: 0; overflow: auto; list-style: none; }
.sim-history li { display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid rgba(255, 255, 255, .07); border-radius: 8px; background: #19191c; animation: sim-event-in .4s cubic-bezier(.16, 1, .3, 1); }
.sim-history li > span { color: #9fd092; font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.sim-history li[data-allowed='false'] > span { color: #ff9a84; }
.sim-history li strong { display: block; color: #dcd7e1; font-size: 10px; font-weight: 500; }
.sim-history li small { display: block; margin-top: 2px; color: #77717f; font-size: 8px; }
.sim-history li.empty { display: block; color: #6f6a76; text-align: center; font-size: 9px; }

.sim-disclaimer {
  max-width: 1180px;
  margin: 16px auto 0;
  color: #6f6a76;
  text-align: center;
  font-size: 9px;
}

@keyframes sim-ring-spin { to { transform: rotate(360deg); } }
@keyframes sim-dot-orbit { to { transform: rotate(360deg); } }
@keyframes sim-verdict-pulse { 50% { transform: scale(1.025); } }
@keyframes sim-event-in { from { opacity: 0; transform: translateY(-7px); } }

@media (max-width: 900px) {
  .simulator-shell { grid-template-columns: 1fr; }
  .simulator-controls { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .09); }
}

@media (max-width: 620px) {
  .simulator-section { padding-right: 4%; padding-left: 4%; }
  .simulator-controls, .simulator-result { padding: 24px 18px; }
  .simulator-result { grid-template-columns: 1fr; }
  .sim-orbit { width: 220px; }
  .sim-orbit > i { transform-origin: 0 94px; }
  .sim-verdict { text-align: center; }
  .sim-facts { grid-template-columns: 1fr; }
}

@keyframes pact-header-in {
  from { opacity: 0; transform: translateY(-18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes pact-hero-in {
  from { opacity: 0; transform: translateY(24px); filter: blur(5px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@keyframes pact-cue {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 9px); }
}

@keyframes pact-object-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-11px) rotate(.7deg); }
}

@keyframes pact-backdrop-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes pact-modal-in {
  from { opacity: 0; transform: translateY(18px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .motion-ready *,
  .architecture-object,
  .scroll-cue {
    animation: none !important;
    transition-duration: .01ms !important;
  }
  .motion-reveal { opacity: 1 !important; transform: none !important; filter: none !important; }
  .hero-film { transform: none !important; }
  .motion-film { height: auto; }
  .motion-film-sticky { position: relative; height: 78svh; }
  .motion-film-video { transform: scale(1.04) !important; }
  .motion-film-copy { opacity: 1 !important; transform: translate(-50%, -50%) !important; }
  .motion-film-progress { display: none; }
}
