:root {
  color-scheme: dark;
  --bg: #05090b;
  --bg-2: #081012;
  --panel: rgba(15, 23, 27, 0.82);
  --panel-strong: rgba(21, 31, 36, 0.94);
  --panel-soft: rgba(22, 42, 43, 0.55);
  --line: rgba(120, 213, 204, 0.2);
  --line-strong: rgba(242, 199, 107, 0.36);
  --ink: #f7f2e9;
  --muted: #b9c2c3;
  --faint: #7f8d91;
  --teal: #49e6d3;
  --gold: #f2c76b;
  --rose: #ff7096;
  --blue: #7fa8ff;
  --green: #81e68d;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.38);
  --radius: 8px;
  --sidebar: 290px;
  --max: 1680px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --fluent-teal: rgba(73, 230, 211, 0.54);
  --fluent-gold: rgba(242, 199, 107, 0.34);
  --fluent-fill: rgba(73, 230, 211, 0.075);
  --cursor-x: 50vw;
  --cursor-y: 50vh;
}

* {
  box-sizing: border-box;
  scrollbar-color: rgba(73, 230, 211, 0.72) rgba(5, 10, 12, 0.82);
  scrollbar-width: auto;
}

*::-webkit-scrollbar {
  width: 14px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  border-left: 1px solid rgba(120, 213, 204, 0.08);
  background:
    linear-gradient(180deg, rgba(5, 10, 12, 0.94), rgba(8, 16, 18, 0.92)),
    rgba(5, 10, 12, 0.86);
}

*::-webkit-scrollbar-thumb {
  min-height: 48px;
  border: 3px solid rgba(5, 10, 12, 0.88);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(73, 230, 211, 0.86), rgba(242, 199, 107, 0.72));
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.14), 0 0 18px rgba(73, 230, 211, 0.12);
}

*::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, rgba(242, 199, 107, 0.88), rgba(73, 230, 211, 0.82));
}

*::-webkit-scrollbar-corner {
  background: rgba(5, 10, 12, 0.92);
}

html {
  min-height: 100%;
  overflow-y: scroll !important;
  scrollbar-gutter: stable both-edges;
  scroll-behavior: auto;
}

body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll !important;
  scrollbar-gutter: stable both-edges;
  overscroll-behavior-y: contain;
  background:
    radial-gradient(circle at 12% 4%, rgba(73, 230, 211, 0.14), transparent 26rem),
    radial-gradient(circle at 88% 10%, rgba(242, 199, 107, 0.14), transparent 28rem),
    linear-gradient(135deg, #05090b 0%, #071113 50%, #020404 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

html.lenis,
html.lenis body {
  overflow-y: scroll !important;
  scrollbar-gutter: stable both-edges;
}

html.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow-y: scroll !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -3;
  opacity: 0.55;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), #000 18%, #000 82%, rgba(0, 0, 0, 0.28));
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  opacity: 0.38;
  background:
    linear-gradient(120deg, rgba(73, 230, 211, 0.12), transparent 28%, rgba(242, 199, 107, 0.11) 57%, transparent 74%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 18px);
  background-size: 180% 180%, 18px 18px;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
summary {
  font: inherit;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

:where(a, button, summary, input, [tabindex]):focus-visible {
  outline: 1px solid rgba(73, 230, 211, 0.72);
  outline-offset: 3px;
}

a {
  color: inherit;
  text-decoration: none;
}

.pageLoader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 42%, rgba(73, 230, 211, 0.2), transparent 28rem),
    radial-gradient(circle at 43% 70%, rgba(242, 199, 107, 0.14), transparent 26rem),
    radial-gradient(circle at 78% 34%, rgba(127, 168, 255, 0.11), transparent 25rem),
    linear-gradient(120deg, #071617 0%, #102224 36%, #17221d 50%, #102224 66%, #071617 100%);
}

.pageLoader[hidden] {
  display: none !important;
}

.pageLoader::before,
.pageLoader::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 50%;
  background:
    radial-gradient(circle at 72% 46%, rgba(242, 199, 107, 0.1), transparent 28rem),
    radial-gradient(circle at 28% 28%, rgba(73, 230, 211, 0.08), transparent 24rem),
    linear-gradient(90deg, rgba(12, 32, 33, 0.8), rgba(20, 36, 33, 0.84));
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transition: opacity 0.24s ease;
  will-change: transform;
}

.pageLoader::before {
  left: 0;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.12);
}

.pageLoader::after {
  right: 0;
  transform: scaleX(-1);
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.12);
}

.pageLoader.is-opening {
  animation: loaderOverlayExit 1.46s cubic-bezier(0.22, 1, 0.36, 1) 0.18s forwards;
  pointer-events: none;
}

.pageLoader.is-opening::before {
  opacity: 1;
  animation: loaderCurtainLeft 1.28s var(--ease) forwards;
}

.pageLoader.is-opening::after {
  opacity: 1;
  animation: loaderCurtainRight 1.28s var(--ease) forwards;
}

.loaderContent {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  gap: 20px;
  width: min(360px, 82vw);
  padding: 30px 32px 26px;
  border: 1px solid rgba(120, 213, 204, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(19, 38, 39, 0.58), rgba(20, 18, 15, 0.4)),
    rgba(5, 12, 13, 0.5);
  box-shadow:
    0 24px 100px rgba(0, 0, 0, 0.28),
    0 0 48px rgba(73, 230, 211, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(22px) saturate(1.08);
  animation: loaderContentIn 0.82s var(--ease) both;
}

.loaderContent::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  opacity: 0.48;
  background: linear-gradient(120deg, rgba(73, 230, 211, 0.2), rgba(242, 199, 107, 0.28), rgba(255, 112, 150, 0.12), rgba(73, 230, 211, 0.18));
  background-size: 240% 240%;
  animation: borderDrift 7s ease-in-out infinite alternate;
  filter: blur(14px);
}

.pageLoader.is-opening .loaderContent {
  animation: loaderContentExit 0.72s var(--ease) forwards;
}

.loaderMark {
  position: relative;
  width: 92px;
  height: 92px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242, 199, 107, 0.36);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 44%, rgba(242, 199, 107, 0.12), transparent 62%),
    rgba(73, 230, 211, 0.055);
  box-shadow:
    0 0 46px rgba(73, 230, 211, 0.16),
    inset 0 0 28px rgba(242, 199, 107, 0.05);
}

.loaderMark img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  padding: 4px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.28);
  filter: drop-shadow(0 0 16px rgba(242, 199, 107, 0.34));
}

.loaderMark span {
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: var(--teal);
  border-right-color: rgba(242, 199, 107, 0.8);
  animation: loaderSpin 1.15s linear infinite;
}

.loaderTrack {
  width: min(260px, 62vw);
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.loaderTrack span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), var(--gold), var(--rose));
  transition: width 0.06s linear;
}

.loaderCredit {
  display: grid;
  justify-items: center;
  gap: 9px;
  margin-top: 2px;
  color: rgba(247, 242, 233, 0.72);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: none;
}

.loaderCredit img {
  width: 126px;
  max-height: 34px;
  object-fit: contain;
  opacity: 0.96;
  filter: brightness(0) invert(1) drop-shadow(0 0 14px rgba(73, 230, 211, 0.16));
}

body:not(.is-ready) .shell {
  opacity: 0;
}

.particleCanvas {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  mix-blend-mode: screen;
}

.readProgress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--teal), var(--gold), var(--rose));
  box-shadow: 0 0 22px rgba(73, 230, 211, 0.35);
}

.cursorGlow,
.cursorRing,
.cursorDot {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 940;
  pointer-events: none;
  opacity: 0;
}

.cursorGlow {
  width: 108px;
  height: 108px;
  margin: -54px 0 0 -54px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(73, 230, 211, 0.075), rgba(242, 199, 107, 0.035) 32%, transparent 72%);
  mix-blend-mode: screen;
  filter: blur(8px);
  transition: opacity 0.24s ease, transform 0.18s var(--ease);
}

.cursorRing {
  display: none;
}

.cursorDot {
  display: none;
}

body.has-cursor .cursorGlow {
  opacity: 0.28;
}

body.cursor-active .cursorGlow {
  opacity: 0.42;
}

.shell {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: block;
  min-height: 100vh;
  transition: opacity 0.7s ease;
}

body.is-revealing .shell {
  animation: pageCurtainReveal 1.42s cubic-bezier(0.18, 0.82, 0.22, 1) both;
}

body.is-revealing .hero {
  animation: pageFirstViewportSettle 1.18s cubic-bezier(0.18, 0.82, 0.22, 1) 0.18s both;
}

.sidebar {
  position: fixed;
  top: 0;
  left: max(0px, calc((100vw - var(--max)) / 2));
  height: 100dvh;
  width: var(--sidebar);
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 22px 18px;
  border-right: 1px solid rgba(120, 213, 204, 0.18);
  background:
    linear-gradient(180deg, rgba(9, 16, 20, 0.96), rgba(6, 11, 13, 0.9)),
    rgba(7, 13, 15, 0.88);
  backdrop-filter: blur(18px);
  box-shadow: 18px 0 60px rgba(0, 0, 0, 0.28);
  z-index: 30;
  overflow: hidden;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.brand {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(242, 199, 107, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand span {
  min-width: 0;
}

.brand strong,
.brand small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand strong {
  font-size: 0.98rem;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.76rem;
}

.sidebarWebsiteButton {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-height: 56px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(242, 199, 107, 0.34);
  border-radius: var(--radius);
  color: var(--ink);
  text-decoration: none;
  background:
    radial-gradient(circle at var(--button-x, 50%) var(--button-y, 50%), rgba(242, 199, 107, 0.18), transparent 46%),
    linear-gradient(135deg, rgba(73, 230, 211, 0.1), rgba(242, 199, 107, 0.08)),
    rgba(8, 16, 18, 0.74);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  transition: transform 0.22s var(--ease), border-color 0.22s ease, box-shadow 0.22s ease;
}

.sidebarWebsiteButton:hover,
.sidebarWebsiteButton:focus-visible {
  color: var(--ink);
  text-decoration: none;
  outline: 0;
  border-color: rgba(242, 199, 107, 0.72);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32), 0 0 24px rgba(242, 199, 107, 0.12);
  transform: translateY(-2px);
}

.sidebarWebsiteButton svg {
  width: 22px;
  height: 22px;
  justify-self: center;
  color: var(--gold);
}

.sidebarWebsiteButton span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.sidebarWebsiteButton strong {
  font-size: 0.92rem;
  line-height: 1.1;
}

.sidebarWebsiteButton small {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.searchBox {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(120, 213, 204, 0.22);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.24);
}

.searchBox svg {
  width: 17px;
  height: 17px;
  color: var(--teal);
}

.searchBox input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
}

.searchBox input::placeholder {
  color: rgba(185, 194, 195, 0.74);
}

.searchBox button {
  appearance: none;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(120, 213, 204, 0.18);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.045);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.24s ease;
}

.searchBox button:hover,
.searchBox button:focus-visible {
  border-color: rgba(242, 199, 107, 0.48);
  background: rgba(242, 199, 107, 0.1);
  box-shadow: 0 0 20px rgba(242, 199, 107, 0.12);
}

.searchBox button[hidden] {
  display: none;
}

.searchStatus {
  min-height: 36px;
  margin: -10px 2px 0;
  color: var(--faint);
  font-size: 0.78rem;
  line-height: 1.45;
}

.searchResults {
  display: grid;
  gap: 6px;
  max-height: min(42vh, 430px);
  margin-top: -10px;
  padding: 7px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(73, 230, 211, 0.24);
  border-radius: 10px;
  background:
    linear-gradient(155deg, rgba(20, 39, 41, 0.98), rgba(5, 9, 12, 0.98)),
    #071012;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.45), 0 0 32px rgba(73, 230, 211, 0.08);
  animation: searchReveal 0.32s var(--ease) both;
}

.searchResults[hidden] {
  display: none;
}

.searchResults button {
  appearance: none;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 8px;
  width: 100%;
  padding: 10px 11px;
  border: 1px solid transparent;
  border-radius: 7px;
  color: var(--ink);
  text-align: left;
  background: rgba(255, 255, 255, 0.025);
  cursor: pointer;
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s var(--ease);
}

.searchResults button:hover,
.searchResults button:focus-visible {
  outline: 0;
  border-color: rgba(242, 199, 107, 0.42);
  background: linear-gradient(110deg, rgba(73, 230, 211, 0.1), rgba(242, 199, 107, 0.08));
  transform: translateX(2px);
}

.searchResults button > span,
.searchResults button > strong {
  grid-column: 1;
}

.searchResults button > span {
  color: var(--teal);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.searchResults button > strong {
  font-size: 0.87rem;
  line-height: 1.2;
}

.searchResults button > small {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--gold);
  font-size: 0.65rem;
  white-space: nowrap;
}

.searchResults button svg {
  width: 13px;
  height: 13px;
}

.toc {
  flex: 1 1 auto;
  display: grid;
  align-content: start;
  gap: 5px;
  overflow: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
  min-height: 0;
  padding-right: 4px;
  scrollbar-gutter: stable;
}

.toc a {
  position: relative;
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 34px;
  padding: 8px 10px;
  border-radius: var(--radius);
  color: #cfd6d6;
  font-size: 0.86rem;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.toc a span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(127, 168, 255, 0.42);
  box-shadow: 0 0 0 0 rgba(73, 230, 211, 0);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.toc a:hover,
.toc a.is-active {
  color: var(--ink);
  background: rgba(73, 230, 211, 0.08);
  transform: translateX(2px);
}

.toc a.is-active span {
  background: var(--gold);
  box-shadow: 0 0 18px rgba(242, 199, 107, 0.55);
}

.main {
  min-width: 0;
  margin-left: var(--sidebar);
  padding: 24px clamp(18px, 3vw, 42px) 54px;
}

.hero {
  position: relative;
  min-height: clamp(540px, 60vh, 680px);
  overflow: visible;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(24px, 4vw, 68px);
  padding: clamp(34px, 4.2vw, 62px) clamp(30px, 4.2vw, 64px) clamp(70px, 6vw, 98px);
  border: 1px solid rgba(120, 213, 204, 0.2);
  border-radius: 14px;
  background: linear-gradient(120deg, rgb(0 0 0 / 24%), rgba(19, 19, 19, 0)), rgb(9 13 15 / 49%);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.heroBrandMark {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: min(420px, 42%);
  padding: 8px 12px;
  border: 1px solid rgba(242, 199, 107, 0.24);
  border-radius: 999px;
  color: #e7efef;
  background: rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.28);
}

.heroBrandMark img {
  width: 82px;
  height: 22px;
  object-fit: contain;
}

.heroBrandMark span {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 4% 0;
  height: 88px;
  pointer-events: none;
  background:
    linear-gradient(to bottom, transparent, rgba(5, 9, 11, 0.72)),
    linear-gradient(90deg, transparent, rgba(242, 199, 107, 0.54), rgba(73, 230, 211, 0.48), transparent) bottom / 100% 1px no-repeat;
  opacity: 0.82;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  border-radius: inherit;
  padding: 1px;
  opacity: 0.4;
  background:
    linear-gradient(120deg, rgba(73, 230, 211, 0.12), rgba(73, 230, 211, 0.62), rgba(242, 199, 107, 0.5), rgba(255, 112, 150, 0.22), rgba(73, 230, 211, 0.12));
  background-size: 260% 260%;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.heroCardCurtain {
  --curtain-gap: clamp(12px, 1.15vw, 20px);
  position: absolute;
  inset: -1px;
  z-index: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 46%, rgba(73, 230, 211, 0.11), transparent 32%),
    radial-gradient(circle at 62% 80%, rgba(242, 199, 107, 0.07), transparent 28%);
  perspective: 1400px;
  contain: paint;
  -webkit-mask-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0%, #000 9%, #000 94%, rgba(0, 0, 0, 0.42) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, #000 6%, #000 94%, rgba(0, 0, 0, 0.72) 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0%, #000 9%, #000 94%, rgba(0, 0, 0, 0.42) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, #000 6%, #000 94%, rgba(0, 0, 0, 0.72) 100%);
  mask-composite: intersect;
}

.heroCardCurtain::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(5, 9, 11, 0.985) 0%, rgba(5, 9, 11, 0.94) 31%, rgba(5, 9, 11, 0.54) 51%, rgba(5, 9, 11, 0.12) 78%, rgba(5, 9, 11, 0.32) 100%),
    linear-gradient(180deg, rgba(5, 9, 11, 0.5), transparent 20%, transparent 76%, rgba(5, 9, 11, 0.72));
}

.heroCardCurtain::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  opacity: 0.28;
  background: linear-gradient(96deg, transparent 28%, rgba(73, 230, 211, 0.08) 44%, rgba(242, 199, 107, 0.07) 50%, transparent 62%);
  background-size: 220% 100%;
  filter: blur(10px);
  animation: heroCurtainLight 10s ease-in-out infinite;
}

.heroCurtainLane {
  position: absolute;
  left: -18%;
  top: var(--curtain-lane-top);
  width: 136%;
  opacity: var(--curtain-lane-opacity);
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(5deg) rotateZ(var(--curtain-lane-tilt)) scale(var(--curtain-lane-scale));
  transform-origin: center;
  filter: saturate(0.9) contrast(1.03);
}

.heroCurtainTrack {
  display: flex;
  width: max-content;
  animation: heroCurtainMove var(--curtain-lane-speed) linear infinite;
  animation-play-state: paused;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
}

.heroCurtainLane.is-reverse .heroCurtainTrack {
  animation-name: heroCurtainMoveReverse;
}

.heroCardCurtain.is-running .heroCurtainTrack {
  animation-play-state: running;
}

.heroCurtainSet {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: var(--curtain-gap);
  padding-right: var(--curtain-gap);
}

.heroCurtainCard {
  --curtain-card-tilt: 0deg;
  position: relative;
  flex: 0 0 clamp(72px, 6.35vw, 106px);
  aspect-ratio: 7 / 12;
  transform-style: preserve-3d;
  transform: rotateZ(var(--curtain-card-tilt)) translateZ(0);
  transition: filter 0.72s ease;
}

.heroCurtainCard::before {
  content: "";
  position: absolute;
  inset: 10% 7% -11%;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.36;
  background: rgba(0, 0, 0, 0.9);
  filter: blur(10px);
  transform: translate3d(7px, 11px, -16px);
  transition: opacity 0.9s ease, filter 0.9s ease;
}

.heroCurtainCard3d {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: clamp(5px, 0.6vw, 9px);
  transform-style: preserve-3d;
  transform: rotateY(0deg) translateZ(0);
  transition: transform 1.28s cubic-bezier(0.18, 0.76, 0.2, 1), filter 0.9s ease;
  will-change: transform;
}

.heroCurtainCard.is-revealed {
  z-index: 4;
  filter: saturate(1.06) brightness(1.05);
}

.heroCurtainCard.is-revealed::before {
  opacity: 0.52;
  filter: blur(14px);
}

.heroCurtainCard.is-revealed .heroCurtainCard3d {
  transform: rotateY(180deg) translateZ(16px);
  filter:
    drop-shadow(0 0 10px rgba(73, 230, 211, 0.17))
    drop-shadow(0 0 20px rgba(242, 199, 107, 0.08));
}

.heroCurtainFace {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(73, 230, 211, 0.18);
  border-radius: inherit;
  background: #080d0f;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.52),
    inset 0 0 0 1px rgba(242, 199, 107, 0.05);
}

.heroCurtainFace::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 20%, rgba(255, 255, 255, 0.1) 43%, transparent 59%),
    linear-gradient(180deg, rgba(73, 230, 211, 0.04), transparent 38%, rgba(0, 0, 0, 0.14));
  background-size: 240% 100%, 100% 100%;
  background-position: 150% 0, 0 0;
  opacity: 0.4;
}

.heroCurtainCard.is-revealed .heroCurtainFace::after {
  animation: heroCurtainShine 1.55s ease-out;
}

.heroCurtainFront {
  transform: rotateY(180deg);
  border-color: rgba(242, 199, 107, 0.3);
}

.heroCurtainBack {
  background:
    linear-gradient(180deg, rgba(73, 230, 211, 0.06), rgba(0, 0, 0, 0.08)),
    url("../media/cards/card-back.png") center / cover no-repeat,
    #080d0f;
}

.heroCurtainFace img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
}

.heroCopy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.eyebrow,
.sectionKicker,
.panelTag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--teal);
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.eyebrow svg {
  width: 18px;
  height: 18px;
}

.hero .eyebrow {
  margin-bottom: 10px;
  color: var(--gold);
  text-transform: none;
  font-size: clamp(0.86rem, 1vw, 0.98rem);
  letter-spacing: 0.02em;
}

.hero h1,
.sectionHead h2,
.cinemaCopy h3,
.showcaseCopy h3 {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0;
}

.hero h1 {
  max-width: 650px;
  font-size: clamp(2.3rem, 4.2vw, 4.55rem);
  line-height: 1.38;
  overflow-wrap: normal;
}

.hero h1 .splitTitle {
  display: inline-block;
  padding-bottom: 0.08em;
}

.splitTitle .word {
  display: inline-block;
  overflow: visible;
  transform-origin: bottom center;
}

.splitTitle .word {
  background: linear-gradient(105deg, #ffffff 0%, #fff0bf 20%, var(--gold) 42%, var(--teal) 70%, #d9ffff 84%, #ffffff 100%);
  background-size: 280% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 7px 22px rgba(73, 230, 211, 0.08));
  animation: titleGradient 9s ease-in-out infinite alternate;
  animation-delay: calc(var(--word-index, 0) * -0.08s);
}

.keywordGlow,
.keywordHint {
  background: linear-gradient(90deg, #fff7df, var(--gold), var(--teal), #ffffff);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 850;
  animation: titleGradient 8s ease-in-out infinite alternate;
}

.keywordHint {
  position: relative;
  display: inline;
  border-bottom: 1px solid rgba(73, 230, 211, 0.34);
  cursor: help;
  outline: none;
  transition: filter 0.22s ease, border-color 0.22s ease;
}

.keywordHint:hover,
.keywordHint:focus-visible {
  border-color: rgba(242, 199, 107, 0.82);
  filter: drop-shadow(0 0 9px rgba(73, 230, 211, 0.24));
}

.heroLead {
  max-width: 620px;
  margin: 18px 0 0;
  color: #d2dcdd;
  font-size: clamp(1.02rem, 1.32vw, 1.18rem);
  line-height: 1.55;
}

.heroActions {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  overflow: visible;
  margin: 18px 0 0;
  max-width: min(100%, 640px);
  padding: 34px 44px 54px;
  transform: translateX(clamp(0px, 2.4vw, 38px));
}

.heroActions::before {
  content: "";
  position: absolute;
  inset: 8px 20px 10px;
  z-index: 0;
  pointer-events: none;
  border-radius: 34px;
  background:
    radial-gradient(ellipse at 44% 42%, rgba(73, 230, 211, 0.28), rgba(242, 199, 107, 0.13) 42%, transparent 74%),
    linear-gradient(90deg, transparent, rgba(73, 230, 211, 0.12), transparent);
  filter: blur(22px);
  opacity: 0.72;
  animation: ctaAura 3.8s ease-in-out infinite;
}

.heroActions .button {
  position: relative;
  z-index: 2;
  flex: 1 1 230px;
  min-width: min(100%, 240px);
  max-width: 100%;
}

.button {
  --magnet-x: 0px;
  --magnet-y: 0px;
  --button-x: 50%;
  --button-y: 50%;
  position: relative;
  isolation: isolate;
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(242, 199, 107, 0.3);
  border-radius: var(--radius);
  color: var(--ink);
  font-weight: 850;
  line-height: 1.1;
  min-width: 0;
  text-align: center;
  white-space: normal;
  transform: translate3d(0, 0, 0);
  transition: border-color 0.28s ease, background 0.28s ease, color 0.28s ease, box-shadow 0.32s ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: 0;
  border-radius: calc(var(--radius) + 8px);
  background: radial-gradient(circle at var(--button-x) var(--button-y), rgba(73, 230, 211, 0.16), rgba(242, 199, 107, 0.075) 34%, transparent 70%);
  filter: blur(12px);
  opacity: 0;
  transition: opacity 0.36s ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 1;
  pointer-events: none;
  border-radius: calc(var(--radius) - 1px);
  background: radial-gradient(circle at var(--button-x) var(--button-y), rgba(73, 230, 211, 0.1), transparent 48%);
  opacity: 0;
  transition: opacity 0.34s ease;
}

.button:hover::before,
.button:focus-visible::before,
.button:hover::after,
.button:focus-visible::after {
  opacity: 1;
}

.button svg,
.button > span {
  position: relative;
  z-index: 2;
}

.button svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.button > span {
  min-width: 0;
  overflow: visible;
  overflow-wrap: anywhere;
  text-overflow: clip;
}

.button.primary {
  background: linear-gradient(135deg, rgba(73, 230, 211, 0.24), rgba(242, 199, 107, 0.22));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24), 0 0 20px rgba(73, 230, 211, 0.07);
}

.heroCta {
  min-height: 64px;
  padding: 0 32px;
  border-color: rgba(242, 199, 107, 0.5);
  border-radius: 12px;
  background:
    radial-gradient(circle at var(--button-x) var(--button-y), rgba(255, 255, 255, 0.12), transparent 44%),
    linear-gradient(135deg, rgba(73, 230, 211, 0.25), rgba(242, 199, 107, 0.22), rgba(255, 112, 150, 0.1));
  font-size: clamp(0.98rem, 1.13vw, 1.12rem);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.34),
    0 0 22px rgba(73, 230, 211, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  animation: ctaBreath 3.6s ease-in-out infinite;
}

.heroCta::before {
  inset: -22px -30px -30px;
  border-radius: 36px;
  filter: blur(24px);
  background:
    radial-gradient(ellipse at var(--button-x) var(--button-y), rgba(73, 230, 211, 0.25), rgba(242, 199, 107, 0.14) 38%, transparent 76%);
  opacity: 0.72;
  animation: ctaAura 3.6s ease-in-out infinite;
}

.heroCta::after {
  inset: 1px;
  border-radius: 11px;
  background:
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.12) 34%, rgba(255, 255, 255, 0.24) 45%, transparent 58%),
    radial-gradient(circle at var(--button-x) var(--button-y), rgba(255, 255, 255, 0.13), transparent 48%);
  background-size: 260% 100%, 100% 100%;
  opacity: 0.42;
  animation: ctaShimmer 4.8s ease-in-out infinite;
}

.heroCta:hover,
.heroCta:focus-visible {
  border-color: rgba(255, 237, 183, 0.82);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.38),
    0 0 26px rgba(73, 230, 211, 0.17),
    0 0 18px rgba(242, 199, 107, 0.12);
}

.button.ghost {
  border-color: rgba(120, 213, 204, 0.26);
  background: rgba(0, 0, 0, 0.24);
}

.button:hover {
  border-color: rgba(242, 199, 107, 0.58);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28), 0 0 20px rgba(73, 230, 211, 0.075);
}

.heroCards {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 620px;
  min-height: 520px;
  justify-self: center;
  padding: 24px;
  margin: -20px 0;
  perspective: 1000px;
  transform: translateZ(0);
}

.heroCards figure {
  --arrange-x: 0px;
  --arrange-y: 0px;
  --arrange-rotate: 0deg;
  --base-rotate: 0deg;
  --hover-y: 0px;
  --card-x: 50%;
  --card-y: 50%;
  --card-glow: 0;
  --card-rx: 0deg;
  --card-ry: 0deg;
  position: absolute;
  width: clamp(118px, 11vw, 168px);
  max-width: none;
  margin: 0;
  transform-style: preserve-3d;
  transform: translate3d(var(--arrange-x), calc(var(--arrange-y) + var(--hover-y)), 0) rotateX(var(--card-rx)) rotateY(var(--card-ry)) rotateZ(calc(var(--base-rotate) + var(--arrange-rotate)));
  transition: transform 0.26s var(--ease), filter 0.26s ease;
  will-change: transform;
}

.heroCards figure::before {
  content: "";
  position: absolute;
  inset: -10px;
  z-index: -1;
  border-radius: 14px;
  background: radial-gradient(circle at var(--card-x) var(--card-y), rgba(73, 230, 211, 0.22), rgba(242, 199, 107, 0.12) 38%, transparent 72%);
  opacity: calc(0.14 + (var(--card-glow) * 0.28));
  filter: blur(14px);
  transition: opacity 0.28s ease, filter 0.28s ease;
}

.heroCardFloat {
  position: relative;
  transform-style: preserve-3d;
  animation: heroCardFloat 8.6s ease-in-out infinite;
  will-change: transform;
}

.heroCard3d {
  position: relative;
  display: block;
  width: 100%;
  transform-style: preserve-3d;
  transition: transform 0.82s cubic-bezier(0.72, 0, 0.18, 1);
  will-change: transform;
}

.heroCard3d::after {
  content: "";
  position: absolute;
  inset: -3px;
  z-index: 3;
  pointer-events: none;
  border-radius: 12px;
  background: radial-gradient(150px circle at var(--card-x) var(--card-y), rgba(73, 230, 211, 0.28), rgba(242, 199, 107, 0.12) 34%, transparent 72%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, calc(0.08 + (var(--card-glow) * 0.16))),
    0 0 calc(18px + (var(--card-glow) * 22px)) rgba(73, 230, 211, calc(0.1 + (var(--card-glow) * 0.14)));
  opacity: calc(0.2 + (var(--card-glow) * 0.46));
  transition: opacity 0.28s ease, box-shadow 0.28s ease;
}

.heroCards figure.is-flipping .heroCard3d {
  transform: rotateY(180deg);
}

.heroCardFront,
.heroCardBack {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.heroCardFront {
  display: block;
  width: 100%;
  border: 1px solid rgba(242, 199, 107, calc(0.18 + (var(--card-glow) * 0.22)));
  border-radius: 10px;
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.56),
    0 0 calc(12px + (var(--card-glow) * 18px)) rgba(73, 230, 211, calc(0.08 + (var(--card-glow) * 0.18)));
}

.heroCardBack {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  min-height: 100%;
  border: 1px solid rgba(242, 199, 107, calc(0.32 + (var(--card-glow) * 0.22)));
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 20%, rgba(73, 230, 211, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(16, 34, 40, 0.98), rgba(3, 6, 9, 0.98) 48%, rgba(54, 39, 17, 0.96));
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.58), inset 0 0 0 1px rgba(255, 255, 255, 0.07);
  transform: rotateY(180deg);
  overflow: hidden;
}

.heroCardBack::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(242, 199, 107, 0.24);
  border-radius: 8px;
  background: transparent;
  opacity: 0.64;
}

.heroCardBack img {
  position: relative;
  z-index: 1;
  width: 42%;
  max-width: 74px;
  filter: drop-shadow(0 0 18px rgba(73, 230, 211, 0.28));
}

.heroCardBack strong {
  position: relative;
  z-index: 1;
  color: #fff7df;
  font-size: clamp(0.68rem, 1.1vw, 0.86rem);
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(242, 199, 107, 0.28);
}

.heroCards figure:nth-child(1) {
  right: 48%;
  top: 32px;
  z-index: 5;
  --base-rotate: -5deg;
}

.heroCards figure:nth-child(2) {
  right: 14%;
  top: 62px;
  z-index: 6;
  --base-rotate: 6deg;
}

.heroCards figure:nth-child(3) {
  right: 7%;
  top: 244px;
  z-index: 8;
  --base-rotate: -4deg;
}

.heroCards figure:nth-child(4) {
  right: 48%;
  bottom: 38px;
  z-index: 3;
  --base-rotate: 5deg;
}

.heroCards figure:nth-child(1) .heroCardFloat { animation-delay: -0.6s; }
.heroCards figure:nth-child(2) .heroCardFloat { animation-delay: -1.9s; }
.heroCards figure:nth-child(3) .heroCardFloat { animation-delay: -3.1s; }
.heroCards figure:nth-child(4) .heroCardFloat { animation-delay: -4.2s; }
.heroCards figure:nth-child(5) {
  right: 30%;
  top: 174px;
  z-index: 7;
  --base-rotate: 3deg;
}

.heroCards figure:nth-child(5) .heroCardFloat { animation-delay: -5.2s; }

.heroCards figure:hover {
  filter: saturate(1.18) brightness(1.08);
}

body.modal-open {
  overflow: hidden;
}

.section {
  position: relative;
  padding: clamp(50px, 6.8vw, 94px) 0 0;
}

.section.is-search-hidden,
.is-search-hidden {
  display: none !important;
}

.sectionHead {
  max-width: 1040px;
  margin-bottom: clamp(24px, 4vw, 42px);
}

.sectionHead h2 {
  max-width: 1080px;
  font-size: clamp(1.85rem, 3.25vw, 3.55rem);
  line-height: 1.08;
}

.sectionHead p:not(.sectionKicker) {
  max-width: 980px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.72;
}

.sectionHead .sectionNote {
  max-width: 1040px;
  padding: 14px 16px;
  border: 1px solid rgba(242, 199, 107, 0.22);
  border-radius: var(--radius);
  color: #dce7e7;
  background:
    linear-gradient(120deg, rgba(73, 230, 211, 0.08), rgba(242, 199, 107, 0.07)),
    rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.main > .section:not(.launchStatusSection) {
  content-visibility: auto;
  contain-intrinsic-size: auto 880px;
}

.main > .section:not(.is-section-media-active) *,
.main > .section:not(.is-section-media-active) *::before,
.main > .section:not(.is-section-media-active) *::after {
  animation-play-state: paused !important;
}

body:not(.is-motion-active) .heroCurtainTrack,
body:not(.is-motion-active) .heroCardCurtain::after,
body:not(.is-motion-active) .heroCurtainCard3d,
body:not(.is-motion-active) .heroCurtainCard::before,
body:not(.is-motion-active) .heroCurtainFace::after,
body:not(.is-motion-active) .heroCardFloat,
body:not(.is-motion-active) .releaseBanner::before,
body:not(.is-motion-active) .releaseBanner::after,
body:not(.is-motion-active) .releaseSignal::before,
body:not(.is-motion-active) .releaseCore,
body:not(.is-motion-active) .releaseOrbit,
body:not(.is-motion-active) .footer::before,
body:not(.is-motion-active) .heroActions::before,
body:not(.is-motion-active) .heroCta,
body:not(.is-motion-active) .heroCta::before,
body:not(.is-motion-active) .heroCta::after,
body:not(.is-motion-active) .splitTitle .word,
body:not(.is-motion-active) .keywordHint {
  animation-play-state: paused !important;
}

body:not(.is-motion-active) .keywordHint {
  animation: none !important;
}

img.is-media-parked {
  opacity: 0;
}

.launchStatusSection {
  padding-top: clamp(34px, 4.8vw, 66px);
}

.releaseBanner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(170px, 0.28fr) minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  min-height: 260px;
  padding: clamp(24px, 4.2vw, 50px);
  border: 1px solid rgba(242, 199, 107, 0.3);
  border-radius: 14px;
  background:
    radial-gradient(circle at 15% 28%, rgba(73, 230, 211, 0.2), transparent 31%),
    radial-gradient(circle at 83% 22%, rgba(242, 199, 107, 0.17), transparent 34%),
    linear-gradient(135deg, rgba(17, 33, 37, 0.92), rgba(5, 8, 11, 0.98) 58%, rgba(25, 19, 13, 0.92));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42), 0 0 36px rgba(73, 230, 211, 0.08);
}

.releaseBanner::before,
.releaseBanner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.releaseBanner::before {
  background:
    linear-gradient(110deg, transparent 0 28%, rgba(73, 230, 211, 0.18) 39%, rgba(242, 199, 107, 0.18) 48%, transparent 62%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 24px);
  background-size: 220% 100%, 24px 100%;
  opacity: 0.56;
  animation: releaseSweep 6.2s ease-in-out infinite;
}

.releaseBanner::after {
  padding: 1px;
  border-radius: inherit;
  background:
    linear-gradient(105deg, rgba(73, 230, 211, 0.08), rgba(73, 230, 211, 0.7), rgba(242, 199, 107, 0.72), rgba(255, 112, 150, 0.22), rgba(73, 230, 211, 0.08));
  background-size: 240% 240%;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: borderDrift 9s ease-in-out infinite alternate;
}

.releaseSignal {
  position: relative;
  width: clamp(148px, 15vw, 220px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  justify-self: center;
}

.releaseSignal::before {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(73, 230, 211, 0.2), rgba(73, 230, 211, 0.04) 54%, transparent 66%),
    radial-gradient(circle at 34% 24%, rgba(242, 199, 107, 0.44), transparent 34%),
    radial-gradient(circle at 72% 76%, rgba(255, 112, 150, 0.18), transparent 38%),
    linear-gradient(135deg, rgba(73, 230, 211, 0.12), rgba(242, 199, 107, 0.32), rgba(73, 230, 211, 0.1));
  filter: blur(0.2px);
  animation: releaseCorePulse 3.7s ease-in-out infinite;
}

.releaseOrbit {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(120, 213, 204, 0.22);
  border-radius: 50%;
  box-shadow: inset 0 0 20px rgba(73, 230, 211, 0.05), 0 0 20px rgba(242, 199, 107, 0.08);
}

.releaseOrbit::before,
.releaseOrbit::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--gold));
  box-shadow: 0 0 20px rgba(73, 230, 211, 0.38);
}

.releaseOrbit::before {
  top: -6px;
  left: calc(50% - 6px);
}

.releaseOrbit::after {
  right: 9%;
  bottom: 12%;
  width: 8px;
  height: 8px;
}

.releaseOrbit-a {
  animation: releaseOrbit 9s linear infinite;
}

.releaseOrbit-b {
  inset: 24%;
  transform: rotate(48deg);
  animation: releaseOrbitReverse 7.4s linear infinite;
}

.releaseCore {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(76px, 7vw, 104px);
  height: clamp(76px, 7vw, 104px);
  border: 1px solid rgba(242, 199, 107, 0.44);
  border-radius: 50%;
  color: #071012;
  background: linear-gradient(135deg, var(--teal), var(--gold));
  box-shadow: 0 0 38px rgba(73, 230, 211, 0.2), 0 20px 50px rgba(0, 0, 0, 0.34);
}

.releaseCore svg {
  width: 34px;
  height: 34px;
}

.releaseCopy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.releaseCopy h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 4.1rem);
  line-height: 1.02;
}

.releaseCopy p:not(.sectionKicker) {
  max-width: 900px;
  margin: 15px 0 0;
  color: #d9e3e3;
  font-size: clamp(0.98rem, 1.22vw, 1.14rem);
  line-height: 1.68;
}

.releaseActions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  min-width: 238px;
}

.releaseActions .button {
  width: 100%;
}

.releaseActions .purchaseButtonLabel {
  display: grid;
  justify-items: start;
  gap: 4px;
  text-align: left;
}

.releaseActions .purchaseButtonLabel strong,
.releaseActions .purchaseButtonLabel small {
  display: block;
}

.releaseActions .purchaseButtonLabel strong {
  color: inherit;
  font-size: 0.94rem;
}

.releaseActions .purchaseButtonLabel small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 750;
  line-height: 1.25;
}

.releaseActions .recommendedPurchase {
  min-height: 66px;
  border-color: rgba(255, 237, 183, 0.72);
  background:
    radial-gradient(circle at var(--button-x) var(--button-y), rgba(255, 255, 255, 0.15), transparent 46%),
    linear-gradient(135deg, rgba(73, 230, 211, 0.34), rgba(242, 199, 107, 0.32));
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(73, 230, 211, 0.13),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.releaseActions .recommendedPurchase .purchaseButtonLabel small {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.releaseActions .alternativePurchase {
  min-height: 58px;
  border-color: rgba(120, 213, 204, 0.2);
  background: rgba(0, 0, 0, 0.18);
}

.featureGrid,
.fitGrid,
.cinemaStack,
.commandList,
.accordionList,
.fieldTextureGuide,
.starGuideSystem,
.cardFaceWall,
.flowRail {
  overflow: visible;
  padding: 10px 6px 18px;
}

.featureGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.featureGrid.compact,
.featureGrid.settings {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.featureCard,
.controlCard,
.settingCard,
.flowStep,
.commandGroup,
.launchCheck {
  border: 1px solid rgba(120, 213, 204, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(24, 42, 44, 0.72), rgba(11, 17, 20, 0.88)),
    rgba(14, 21, 24, 0.85);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.24);
}

.featureCard,
.controlCard,
.settingCard {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 24px;
  display: grid;
  align-content: start;
  gap: 20px;
  transition: border-color 0.24s ease, background 0.24s ease, transform 0.24s var(--ease);
}

.interactiveSurface {
  --surface-x: 50%;
  --surface-y: 50%;
  --surface-rx: 0deg;
  --surface-ry: 0deg;
  --surface-proximity: 0;
  --surface-focus: 0;
  --surface-border: 0;
  transform: translateZ(0);
  transition: transform 0.24s var(--ease), border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.fluentSurface {
  --surface-x: 50%;
  --surface-y: 50%;
  --surface-proximity: 0;
  --surface-focus: 0;
  --surface-border: 0;
  isolation: isolate;
}

.fluentPositioned {
  position: relative;
}

.fluentLight {
  position: absolute;
  inset: 0;
  z-index: 20;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
  opacity: calc(0.018 + (var(--surface-proximity) * 0.82));
  filter: drop-shadow(0 0 0 rgba(73, 230, 211, 0));
  transform: translateZ(0);
  transition: opacity 0.12s linear, filter 0.24s ease;
  will-change: opacity;
}

.fluentLight::before,
.fluentLight::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.fluentLight::before {
  background:
    radial-gradient(320px circle at var(--surface-x) var(--surface-y), rgba(73, 230, 211, 0.13), rgba(242, 199, 107, 0.045) 38%, transparent 72%);
  opacity: 0.72;
}

.fluentLight::after {
  padding: 1px;
  background:
    radial-gradient(260px circle at var(--surface-x) var(--surface-y), rgba(111, 255, 238, 0.92), rgba(242, 199, 107, 0.56) 38%, transparent 76%),
    linear-gradient(135deg, rgba(73, 230, 211, 0.055), rgba(242, 199, 107, 0.05), rgba(73, 230, 211, 0.035));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.94;
}

.fluentSurface.is-fluent-near > .fluentLight {
  filter: drop-shadow(0 0 9px rgba(73, 230, 211, 0.12));
}

.fluentSurface.is-fluent-focused > .fluentLight,
.fluentSurface:focus-within > .fluentLight {
  opacity: 0.88;
  filter: drop-shadow(0 0 11px rgba(73, 230, 211, 0.16));
}

.toc a > .fluentLight {
  opacity: calc(var(--surface-proximity) * 0.32);
  transition-duration: 0.08s, 0.18s;
}

.toc a.is-fluent-near > .fluentLight {
  filter: drop-shadow(0 0 5px rgba(73, 230, 211, 0.055));
}

.toc a:hover > .fluentLight,
.toc a:focus-visible > .fluentLight,
.toc a.is-active > .fluentLight {
  opacity: 0.28;
}

.featureCard::before,
.controlCard::before,
.settingCard::before,
.fitCard::before,
.commandCard::before,
.commandGroup::before,
.launchCheck::before,
.imageLaunch::before,
.cardFaceCard::before,
.flowStep::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(360px circle at var(--surface-x) var(--surface-y), rgba(73, 230, 211, 0.1), rgba(242, 199, 107, 0.045) 38%, transparent 68%);
  transition: opacity 0.24s ease;
}

.featureCard.is-fluent-near::before,
.controlCard.is-fluent-near::before,
.settingCard.is-fluent-near::before,
.fitCard.is-fluent-near::before,
.commandCard.is-fluent-near::before,
.commandGroup.is-fluent-near::before,
.launchCheck.is-fluent-near::before,
.imageLaunch.is-fluent-near::before,
.cardFaceCard.is-fluent-near::before,
.flowStep.is-fluent-near::before {
  opacity: var(--surface-proximity);
}

.featureCard:hover::before,
.featureCard:focus-within::before,
.controlCard:hover::before,
.controlCard:focus-within::before,
.settingCard:hover::before,
.settingCard:focus-within::before,
.fitCard:hover::before,
.fitCard:focus-within::before,
.commandCard:hover::before,
.commandCard:focus-within::before,
.commandGroup:hover::before,
.commandGroup:focus-within::before,
.launchCheck:hover::before,
.launchCheck:focus-within::before,
.imageLaunch:hover::before,
.imageLaunch:focus-within::before,
.cardFaceCard:hover::before,
.cardFaceCard:focus-within::before,
.flowStep:hover::before,
.flowStep:focus-within::before {
  opacity: 1;
}

.featureCard > :not(.fluentLight),
.controlCard > :not(.fluentLight),
.settingCard > :not(.fluentLight),
.fitCard > :not(.fluentLight),
.commandCard > :not(.fluentLight),
.commandGroup > :not(.fluentLight),
.launchCheck > :not(.fluentLight),
.cardFaceCard > :not(.fluentLight),
.flowStep > :not(.fluentLight) {
  position: relative;
  z-index: 1;
}

.featureCard::after,
.controlCard::after,
.settingCard::after,
.fitCard::after,
.commandCard::after,
.commandGroup::after,
.launchCheck::after,
.cardFaceCard::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  padding: 1px;
  opacity: calc(0.12 + (var(--surface-border) * 0.3));
  background:
    radial-gradient(420px circle at var(--surface-x) var(--surface-y), rgba(73, 230, 211, 0.48), rgba(242, 199, 107, 0.26) 38%, transparent 70%),
    linear-gradient(145deg, rgba(73, 230, 211, 0.1), rgba(242, 199, 107, 0.12), rgba(255, 112, 150, 0.08));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.featureCard:hover,
.controlCard:hover,
.settingCard:hover {
  border-color: rgba(242, 199, 107, 0.42);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.3), 0 0 24px rgba(73, 230, 211, 0.055);
  transform: translateZ(0);
}

.fitCard:hover,
.commandCard:hover,
.launchCheck:hover,
.imageLaunch:hover,
.cardFaceCard:hover,
.flowStep:hover,
.commandGroup:hover {
  border-color: rgba(242, 199, 107, 0.38);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.3), 0 0 26px rgba(73, 230, 211, 0.05);
  transform: translateZ(0);
}

.cardIcon,
.commandIcon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(242, 199, 107, 0.32);
  border-radius: var(--radius);
  color: var(--gold);
  background: rgba(242, 199, 107, 0.09);
  box-shadow: inset 0 0 18px rgba(242, 199, 107, 0.05);
}

.cardIcon svg,
.commandIcon svg {
  width: 23px;
  height: 23px;
}

.featureCard h3,
.controlCard h3,
.settingCard h3 {
  margin: 0 0 10px;
  font-size: 1.16rem;
  line-height: 1.26;
}

.featureCard p,
.controlCard p,
.settingCard p,
.flowStep p,
.commandGroup p,
.launchCheck p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.flowRail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
  padding-top: 16px;
}

.flowRail::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 6%;
  right: 6%;
  top: 59px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(73, 230, 211, 0.28), rgba(242, 199, 107, 0.3), transparent);
  box-shadow: 0 0 12px rgba(73, 230, 211, 0.08);
}

.flowStep {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(20, 36, 39, 0.97), rgba(8, 13, 16, 0.98)),
    #0b1114;
}

.flowStep::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(120deg, rgba(73, 230, 211, 0.1), transparent 62%, rgba(242, 199, 107, 0.08));
  transition: opacity 0.24s ease;
}

.flowStep:hover::after {
  opacity: 1;
}

.flowIndex {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  border-radius: 50%;
  color: #031111;
  background: linear-gradient(135deg, var(--teal), var(--gold));
  font-weight: 950;
  box-shadow:
    0 0 0 6px rgba(11, 19, 22, 0.94),
    0 0 20px rgba(73, 230, 211, 0.14);
}

.flowStep svg {
  width: 24px;
  height: 24px;
  color: var(--gold);
}

.flowStep strong {
  display: block;
  margin: 16px 0 8px;
  font-size: 1.2rem;
}

.studioShowcase,
.cinemaPanel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  padding: clamp(18px, 2.4vw, 30px);
  border: 1px solid rgba(120, 213, 204, 0.24);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(30, 56, 55, 0.64), rgba(8, 12, 15, 0.92)),
    rgba(12, 18, 21, 0.82);
  box-shadow: var(--shadow);
}

.fitGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fitCard {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  min-height: 330px;
  padding: 18px;
  border: 1px solid rgba(120, 213, 204, 0.2);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(21, 43, 43, 0.72), rgba(7, 12, 15, 0.92)),
    rgba(10, 17, 19, 0.84);
  box-shadow: var(--shadow);
  transition: transform 0.28s var(--ease), border-color 0.24s ease;
}

.fitCard:hover {
  border-color: rgba(242, 199, 107, 0.46);
}

.fitCardCopy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 12px;
}

.fitCard h3 {
  margin: 18px 0 10px;
  font-size: clamp(1.28rem, 2.1vw, 2rem);
  line-height: 1.1;
}

.fitCard p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.fitCard .imageLaunch img {
  height: 100%;
  min-height: 285px;
}

.studioShowcase::before,
.cinemaPanel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(100deg, rgba(73, 230, 211, 0.08), transparent 34%, rgba(242, 199, 107, 0.08) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 42px);
  mask-image: linear-gradient(120deg, rgba(0, 0, 0, 0.86), transparent 80%);
}

.showcaseCopy,
.cinemaCopy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(14px, 2vw, 24px);
}

.showcaseCopy h3,
.cinemaCopy h3 {
  font-size: clamp(1.85rem, 3.2vw, 3.4rem);
  line-height: 1.04;
}

.showcaseCopy p,
.cinemaCopy p {
  margin: 18px 0 0;
  color: #ced8d8;
  font-size: 1.02rem;
  line-height: 1.72;
}

.showcaseMedia,
.cinemaMedia {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.cinemaStack {
  display: grid;
  gap: 22px;
}

.cinemaPanel.is-reversed {
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
}

.cinemaPanel.is-reversed .cinemaCopy {
  order: 2;
}

.cinemaCopy ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.cinemaCopy li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  color: #e5eeee;
  line-height: 1.45;
}

.cinemaCopy li svg {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: var(--teal);
}

.mediaFrame {
  width: 100%;
  margin: -10px;
  padding: 10px;
}

.imageLaunch,
.cardFaceCard button {
  appearance: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.imageLaunch {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(242, 199, 107, 0.26);
  border-radius: 12px;
  background: #020607;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.45);
}

.imageLaunch img {
  width: 100%;
  height: clamp(320px, 42vw, 620px);
  object-fit: cover;
  transition: transform 0.8s var(--ease), filter 0.4s ease;
}

.studioSwiper .imageLaunch img {
  height: clamp(420px, 50vw, 700px);
}

.imageLaunch:hover img {
  transform: scale(1.025);
  filter: saturate(1.08) contrast(1.04);
}

.mediaMask {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(2, 6, 7, 0.84), rgba(2, 6, 7, 0.18) 42%, transparent 70%),
    linear-gradient(120deg, rgba(73, 230, 211, 0.12), transparent 30%, rgba(242, 199, 107, 0.08));
  opacity: 0.9;
  transition: opacity 0.28s ease;
}

.imageLaunch:hover .mediaMask {
  opacity: 0.78;
}

.imageOverlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 5px;
  text-align: left;
}

.imageOverlay strong {
  color: var(--ink);
  font-size: clamp(1.18rem, 2.2vw, 1.72rem);
  line-height: 1.05;
}

.imageOverlay small {
  max-width: 820px;
  color: #cfdada;
  font-size: 0.93rem;
  line-height: 1.42;
}

.imageSwiper {
  width: 100%;
  min-width: 0;
  padding-bottom: 60px;
}

.imageSwiper .swiper-slide {
  height: auto;
}

.swiperControls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 12px;
}

.swiperButton,
.iconButton {
  appearance: none;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(120, 213, 204, 0.25);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(8, 14, 17, 0.9);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.24s ease;
}

.swiperButton:hover,
.iconButton:hover {
  border-color: rgba(242, 199, 107, 0.58);
  background: rgba(242, 199, 107, 0.1);
  box-shadow: 0 0 22px rgba(242, 199, 107, 0.12);
}

.swiperButton svg,
.iconButton svg {
  width: 19px;
  height: 19px;
}

.swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.swiper-pagination-bullet {
  width: 22px;
  height: 3px;
  margin: 0 !important;
  border-radius: 999px;
  background: rgba(185, 194, 195, 0.36);
  opacity: 1;
  transition: width 0.24s ease, background 0.24s ease;
}

.swiper-pagination-bullet-active {
  width: 36px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
}

.cardFaceWall {
  display: grid;
  gap: 22px;
  overflow: visible;
  padding: 12px 6px 26px;
}

.cardTypeBar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cardTypeBar button {
  appearance: none;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(120, 213, 204, 0.22);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-weight: 850;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.24s ease;
}

.cardTypeBar button:hover,
.cardTypeBar button.is-active {
  color: var(--ink);
  border-color: rgba(242, 199, 107, 0.56);
  background: rgba(242, 199, 107, 0.1);
  box-shadow: 0 0 18px rgba(242, 199, 107, 0.1);
}

.cardFaceGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cardFaceCard {
  overflow: hidden;
  border: 1px solid rgba(120, 213, 204, 0.18);
  border-radius: 12px;
  background: rgba(9, 15, 18, 0.82);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
  transition: opacity 0.24s ease, transform 0.24s var(--ease), border-color 0.24s ease;
}

.cardFaceCard:hover {
  border-color: rgba(242, 199, 107, 0.45);
  transform: translateY(-4px);
}

.cardFaceCard.is-filtered-out {
  display: none;
}

.cardFaceCard button {
  position: relative;
  display: block;
  overflow: hidden;
  background: #040709;
}

.cardFaceCard img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  padding: 18px 16px 10px;
  transition: transform 0.45s var(--ease);
}

.cardFaceCard:hover img {
  filter: saturate(1.08) brightness(1.04);
}

.cardFaceShine {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--surface-x) var(--surface-y), rgba(73, 230, 211, 0.14), transparent 38%),
    radial-gradient(circle at 74% 18%, rgba(242, 199, 107, 0.1), transparent 32%);
  opacity: 0;
  transition: opacity 0.42s ease;
}

.cardFaceCard.is-fluent-near .cardFaceShine {
  opacity: calc(var(--surface-proximity) * 0.82);
}

.cardFaceCard:hover .cardFaceShine,
.cardFaceCard:focus-within .cardFaceShine {
  opacity: 1;
}

.cardFaceCard div {
  display: grid;
  gap: 4px;
  padding: 0 16px 18px;
}

.cardFaceCard span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cardFaceCard strong {
  line-height: 1.2;
}

.cardFaceCard small {
  color: var(--muted);
}

.commandList {
  display: grid;
  gap: 18px;
}

.commandGroup {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  padding: 20px;
}

.commandGroupHead {
  padding: 8px;
}

.commandGroupHead h3 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.1;
}

.commandCards {
  display: grid;
  gap: 10px;
}

.commandCard {
  overflow: hidden;
  border: 1px solid rgba(120, 213, 204, 0.16);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.21);
}

.commandCard::before,
.launchCheck::before {
  background: radial-gradient(360px circle at var(--surface-x) var(--surface-y), rgba(73, 230, 211, 0.105), rgba(242, 199, 107, 0.055) 38%, transparent 70%);
}

.commandCard::after,
.launchCheck::after {
  opacity: calc(0.14 + (var(--surface-border) * 0.28));
}

.commandCard:hover,
.launchCheck:hover,
.commandCard[open],
.launchCheck[open] {
  border-color: rgba(242, 199, 107, 0.3);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28), 0 0 22px rgba(73, 230, 211, 0.045);
}

.commandCard::details-content,
.launchCheck::details-content {
  block-size: 0;
  overflow: hidden;
  opacity: 0;
  transition: block-size 0.34s var(--ease), opacity 0.24s ease;
  transition-behavior: allow-discrete;
}

.commandCard[open]::details-content,
.launchCheck[open]::details-content {
  block-size: auto;
  opacity: 1;
}

.commandCard summary {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto 22px;
  align-items: center;
  gap: 14px;
  padding: 14px;
  cursor: pointer;
  list-style: none;
}

.commandCard summary::-webkit-details-marker,
.launchCheck summary::-webkit-details-marker {
  display: none;
}

.commandCard summary > span:nth-child(2) {
  min-width: 0;
}

.commandCard summary strong,
.commandCard summary small {
  display: block;
}

.commandCard summary strong {
  line-height: 1.18;
}

.commandCard summary small {
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.4;
}

.commandCard summary em {
  white-space: nowrap;
  color: var(--gold);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
}

.commandCard summary > svg,
.launchCheck summary > svg {
  width: 19px;
  height: 19px;
  color: var(--teal);
  transition: transform 0.2s ease;
}

.commandCard[open] summary > svg,
.launchCheck[open] summary > svg {
  transform: rotate(180deg);
}

.commandBody {
  display: grid;
  gap: 14px;
  padding: 0 14px 14px 74px;
  color: var(--muted);
}

.argList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.argList span {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(120, 213, 204, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.028);
}

.argList strong {
  color: var(--ink);
  font-size: 0.9rem;
}

.argList small,
.quietLine {
  color: var(--faint);
  line-height: 1.45;
}

.accordionList {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.communityBanner {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(242, 199, 107, 0.24);
  border-radius: 14px;
  background:
    linear-gradient(120deg, rgba(73, 230, 211, 0.16), rgba(8, 12, 15, 0.88) 38%, rgba(242, 199, 107, 0.13)),
    rgba(8, 14, 17, 0.92);
  box-shadow: var(--shadow);
}

.communityBanner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(73, 230, 211, 0.18), transparent 34%),
    radial-gradient(circle at 78% 34%, rgba(242, 199, 107, 0.14), transparent 36%),
    radial-gradient(circle at 52% 90%, rgba(127, 168, 255, 0.1), transparent 40%);
  opacity: 0.72;
  animation: panelGlow 12s ease-in-out infinite alternate;
}

.communityBanner > :not(.fluentLight) {
  position: relative;
  z-index: 1;
}

.communityBanner h2 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(1.9rem, 3.8vw, 3.35rem);
  line-height: 1.02;
}

.communityBanner p:not(.sectionKicker) {
  max-width: 850px;
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.communityActions {
  display: grid;
  gap: 12px;
  min-width: 280px;
}

.communityActions .button {
  width: 100%;
}

.launchCheck {
  overflow: hidden;
}

.launchCheck summary {
  display: grid;
  grid-template-columns: 42px 1fr 20px;
  align-items: center;
  gap: 12px;
  padding: 16px;
  cursor: pointer;
  list-style: none;
}

.launchCheck summary span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(242, 199, 107, 0.26);
  border-radius: var(--radius);
  color: var(--gold);
  background: rgba(242, 199, 107, 0.08);
}

.launchCheck summary svg {
  width: 21px;
  height: 21px;
}

.launchCheck p {
  padding: 0 16px 18px;
}

.cardFamilyGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.1vw, 26px);
  margin: -8px 0 30px;
  padding: clamp(10px, 1.4vw, 18px) 0 clamp(18px, 2vw, 28px);
  overflow: visible;
}

.taxonomyCard {
  min-width: 0;
  padding: clamp(8px, 1vw, 14px);
  perspective: 1600px;
  overflow: visible;
}

.taxonomyCardStage {
  width: 100%;
  max-width: 386px;
  margin: 0 auto;
  aspect-ratio: 5 / 7;
  min-height: 0;
  animation: taxonomyFloat 7.4s ease-in-out infinite;
  will-change: transform;
}

.taxonomyCardInner {
  appearance: none;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 12px;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  transition: transform 0.94s cubic-bezier(0.22, 0.9, 0.22, 1), filter 0.32s ease;
  will-change: transform;
}

.taxonomyCardInner.is-flipped,
.taxonomyCardInner:focus-visible {
  transform: rotateY(180deg);
}

.taxonomyCardInner:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 5px;
}

.taxonomyFace {
  position: absolute;
  inset: 2px;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background: transparent;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.44);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.taxonomyFace::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(125deg, rgba(73, 230, 211, 0.02), rgba(73, 230, 211, 0.34), rgba(242, 199, 107, 0.34), rgba(255, 112, 150, 0.12), rgba(73, 230, 211, 0.02));
  background-size: 280% 280%;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.42;
  animation: borderDrift 11s ease-in-out infinite alternate;
}

.taxonomyFront img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.44));
  transition: transform 0.7s var(--ease), filter 0.36s ease;
}

.taxonomyCard:hover .taxonomyFront img {
  transform: scale(1.012);
  filter: saturate(1.08) brightness(1.03);
}

.taxonomyFrontShade {
  position: absolute;
  inset: auto 0 0;
  height: 50%;
  border-radius: 0 0 12px 12px;
  background:
    radial-gradient(circle at 18% 64%, rgba(73, 230, 211, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(3, 7, 8, 0), rgba(3, 7, 8, 0.66) 42%, rgba(3, 7, 8, 0.94));
}

.taxonomyFrontLabel {
  position: absolute;
  z-index: 2;
  left: 10%;
  right: 10%;
  bottom: 10%;
  display: grid;
  gap: 6px;
  text-align: left;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.62);
}

.taxonomyFrontLabel > span {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 7px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.taxonomyFrontLabel svg {
  width: 17px;
  height: 17px;
}

.taxonomyFrontLabel strong {
  font-size: clamp(1.08rem, 1.55vw, 1.45rem);
  line-height: 1.08;
}

.taxonomyFrontLabel small {
  color: #dce7e7;
  font-weight: 750;
}

.taxonomyBack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: clamp(18px, 2vw, 28px);
  text-align: left;
  background:
    radial-gradient(circle at 18% 14%, rgba(73, 230, 211, 0.2), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(242, 199, 107, 0.16), transparent 34%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 15px),
    linear-gradient(145deg, #122326, #060a0d 62%, #171307);
  transform: rotateY(180deg);
}

.taxonomyBackIcon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(242, 199, 107, 0.38);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(242, 199, 107, 0.08);
  box-shadow: 0 0 28px rgba(73, 230, 211, 0.12);
}

.taxonomyBackIcon svg {
  width: 25px;
  height: 25px;
}

.taxonomyBack > .panelTag {
  margin: 2px 0 -5px;
}

.taxonomyBack > strong {
  font-size: clamp(1.08rem, 1.55vw, 1.42rem);
  line-height: 1.18;
}

.taxonomyGroups {
  display: grid;
  gap: 9px;
  margin-top: 2px;
}

.taxonomyGroups > span {
  display: grid;
  gap: 4px;
  padding: 10px 11px;
  border: 1px solid rgba(120, 213, 204, 0.16);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.035);
}

.taxonomyGroups b {
  color: var(--teal);
  font-size: 0.76rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.taxonomyGroups small {
  color: var(--muted);
  line-height: 1.36;
}

.taxonomyBack > em {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: var(--gold);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 850;
}

.taxonomyBack > em svg {
  width: 16px;
  height: 16px;
}

.taxonomyCard:nth-child(2) .taxonomyCardStage {
  animation-delay: -1.9s;
}

.taxonomyCard:nth-child(3) .taxonomyCardStage {
  animation-delay: -3.6s;
}

.fieldTextureGuide {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 24px;
}

.fieldTextureComposer {
  position: relative;
  overflow: visible;
  display: grid;
  grid-template-columns: minmax(460px, 1.14fr) minmax(320px, 0.86fr);
  gap: clamp(24px, 3.6vw, 54px);
  align-items: center;
  min-height: 456px;
  padding: clamp(18px, 2.7vw, 34px);
  border: 1px solid rgba(120, 213, 204, 0.22);
  border-radius: 14px;
  background:
    radial-gradient(circle at 22% 18%, rgba(73, 230, 211, 0.13), transparent 34%),
    radial-gradient(circle at 78% 72%, rgba(242, 199, 107, 0.1), transparent 36%),
    linear-gradient(145deg, rgba(16, 34, 37, 0.86), rgba(5, 8, 11, 0.96));
  box-shadow: var(--shadow);
}

.fieldTextureStage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(360px, 34vw, 520px);
  perspective: 1180px;
  transform-style: preserve-3d;
  overflow: visible;
}

.fieldFloorAura {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 53%;
  width: min(94%, 690px);
  height: 42%;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, rgba(73, 230, 211, 0.18), rgba(73, 230, 211, 0.075) 34%, rgba(242, 199, 107, 0.045) 56%, transparent 74%);
  filter: blur(20px);
  transform: translate(-50%, -50%) rotateZ(-5deg) scale(0.96);
  animation: fieldFloorAura 5.8s ease-in-out infinite;
}

.fieldBoardBase {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 53%;
  width: min(94%, 660px);
  aspect-ratio: 1.62;
  height: auto;
  overflow: hidden;
  border: 1px solid rgba(73, 230, 211, 0.28);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(73, 230, 211, 0.08), rgba(242, 199, 107, 0.055)),
    rgba(2, 7, 9, 0.96);
  box-shadow:
    0 34px 84px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(73, 230, 211, 0.085),
    inset 0 0 54px rgba(73, 230, 211, 0.09);
  transform: translate(-50%, -50%) rotateX(58deg) rotateZ(-5deg) translateZ(0);
  transform-origin: center bottom;
  transform-style: preserve-3d;
}

.fieldBoardBase::before,
.fieldBoardBase::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  border-radius: inherit;
}

.fieldBoardBase::before {
  inset: 5%;
  border: 1px solid rgba(73, 230, 211, 0.18);
  box-shadow:
    inset 0 0 34px rgba(3, 10, 12, 0.5),
    0 0 18px rgba(73, 230, 211, 0.055);
}

.fieldBoardBase::after {
  padding: 1px;
  background:
    linear-gradient(115deg, rgba(73, 230, 211, 0.18), rgba(242, 199, 107, 0.24), rgba(73, 230, 211, 0.1));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.64;
}

.fieldLayer {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  opacity: 0;
  will-change: opacity, filter;
  clip-path: inset(0 round 14px);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 3%, #000 97%, transparent 100%), linear-gradient(0deg, transparent 0%, #000 3%, #000 97%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(90deg, transparent 0%, #000 3%, #000 97%, transparent 100%), linear-gradient(0deg, transparent 0%, #000 3%, #000 97%, transparent 100%);
  mask-composite: intersect;
  animation: fieldLayerCycle 13.6s ease-in-out infinite;
  animation-delay: calc(var(--field-index) * -3.4s);
}

.fieldLayer::before,
.fieldLayer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.fieldLayer::before {
  box-shadow:
    inset 0 0 0 1px rgba(73, 230, 211, 0.06),
    inset 0 0 42px rgba(5, 9, 11, 0.42);
}

.fieldLayer::after {
  background:
    linear-gradient(90deg, rgba(5, 9, 11, 0.3), transparent 14%, transparent 86%, rgba(5, 9, 11, 0.3)),
    linear-gradient(0deg, rgba(5, 9, 11, 0.42), transparent 28%, transparent 76%, rgba(73, 230, 211, 0.055));
  mix-blend-mode: multiply;
}

.fieldLayer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.04) brightness(0.9);
  animation: fieldTextureDrift 11s ease-in-out infinite alternate;
}

.fieldTextureAbsorption {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 54%, transparent 0 18%, rgba(73, 230, 211, 0.08) 34%, transparent 62%),
    linear-gradient(90deg, rgba(4, 13, 15, 0.28), transparent 18%, transparent 82%, rgba(4, 13, 15, 0.28));
  mix-blend-mode: screen;
  animation: fieldTextureAbsorb 6.4s ease-in-out infinite;
}

.fieldGridLines {
  position: absolute;
  z-index: 4;
  inset: 6.5%;
  border-radius: 10px;
  background:
    linear-gradient(rgba(73, 230, 211, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(73, 230, 211, 0.11) 1px, transparent 1px);
  background-size: 20% 50%, 20% 50%;
  opacity: 0.5;
  mix-blend-mode: screen;
  animation: fieldGridBreathe 5.6s ease-in-out infinite;
}

.fieldSlotGrid {
  position: absolute;
  z-index: 6;
  inset: 7.5%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 7.5% 3.6%;
  pointer-events: auto;
}

.fieldSlot {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(73, 230, 211, 0.29);
  border-radius: 9px;
  background:
    linear-gradient(145deg, rgba(73, 230, 211, 0.05), rgba(3, 9, 11, 0.2)),
    rgba(2, 7, 9, 0.18);
  box-shadow:
    inset 0 0 0 1px rgba(242, 199, 107, 0.045),
    inset 0 0 24px rgba(0, 0, 0, 0.42),
    0 0 12px rgba(73, 230, 211, 0.045);
  animation: fieldSlotBreath 5.4s ease-in-out infinite;
  animation-delay: calc(var(--slot-index) * -0.24s);
}

.fieldSlot > span:not(.fluentLight) {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(242, 199, 107, 0.12);
  border-radius: 6px;
  background:
    radial-gradient(ellipse at 50% 54%, rgba(73, 230, 211, 0.1), transparent 62%);
  box-shadow: inset 0 0 16px rgba(73, 230, 211, 0.045);
}

.fieldSlot::before {
  content: "";
  position: absolute;
  inset: -35%;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(73, 230, 211, 0.16), rgba(242, 199, 107, 0.055) 34%, transparent 66%);
  opacity: 0.32;
  transform: scale(0.7);
  animation: fieldSlotAbsorb 5.2s ease-in-out infinite;
  animation-delay: calc(var(--slot-index) * -0.18s);
}

.fieldAbsorbWaves {
  position: absolute;
  z-index: 5;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: inherit;
}

.fieldAbsorbWaves span {
  position: absolute;
  left: 50%;
  top: 54%;
  width: 28%;
  aspect-ratio: 1;
  border: 1px solid rgba(73, 230, 211, 0.2);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.35);
  animation: fieldAbsorbWave 5.4s ease-out infinite;
}

.fieldAbsorbWaves span:nth-child(2) {
  animation-delay: -1.8s;
}

.fieldAbsorbWaves span:nth-child(3) {
  animation-delay: -3.6s;
}

.fieldPowerCard {
  --power-tilt: 0deg;
  --power-lift: 0px;
  position: absolute;
  z-index: 12;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  gap: 2px 10px;
  width: clamp(134px, 13vw, 166px);
  min-height: 66px;
  padding: 12px 14px;
  border: 1px solid rgba(242, 199, 107, 0.28);
  border-radius: 14px;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 30%, rgba(73, 230, 211, 0.24), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), transparent 34%),
    linear-gradient(145deg, rgba(20, 42, 45, 0.88), rgba(7, 11, 14, 0.94));
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.42),
    0 0 22px rgba(73, 230, 211, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  transform: translate3d(0, var(--power-lift), 170px) rotateZ(var(--power-tilt));
  transform-origin: center bottom;
  backdrop-filter: blur(10px);
  animation: fieldPowerPulse 4.6s ease-in-out infinite;
  will-change: transform;
}

.fieldPowerCard::before,
.fieldPowerCard::after {
  content: "";
  position: absolute;
  left: 50%;
  pointer-events: none;
}

.fieldPowerCard::before {
  z-index: -1;
  bottom: -74px;
  width: 3px;
  height: 76px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(242, 199, 107, 0.78), rgba(73, 230, 211, 0.34), rgba(73, 230, 211, 0));
  filter: drop-shadow(0 0 10px rgba(73, 230, 211, 0.32));
  transform: translateX(-50%);
}

.fieldPowerCard::after {
  z-index: -2;
  bottom: -84px;
  width: 92px;
  height: 24px;
  border: 1px solid rgba(242, 199, 107, 0.24);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(242, 199, 107, 0.3), rgba(73, 230, 211, 0.12) 42%, transparent 72%);
  transform: translateX(-50%) rotateX(62deg);
  transform-origin: center center;
}

.fieldPowerCard svg {
  grid-row: 1 / span 2;
  width: 28px;
  height: 28px;
  color: var(--gold);
}

.fieldPowerCard strong {
  font-size: 0.92rem;
  letter-spacing: 0.035em;
}

.fieldPowerCard small {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 850;
  line-height: 1.1;
  text-transform: uppercase;
}

.fieldPowerCard-a {
  left: 18%;
  top: 42%;
  bottom: auto;
  --power-tilt: -3.5deg;
}

.fieldPowerCard-b {
  right: 18%;
  top: 27%;
  --power-tilt: 3.5deg;
  animation-delay: -1.7s;
}

.fieldTextureCopy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 16px;
}

.fieldTextureCopy h3 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 3.2rem);
  line-height: 1.05;
}

.fieldTextureCopy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.68;
}

.fieldTexturePills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.fieldTexturePills span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(120, 213, 204, 0.2);
  border-radius: 999px;
  color: #dce7e7;
  background: rgba(73, 230, 211, 0.06);
  font-size: 0.82rem;
  font-weight: 850;
}

.fieldTexturePills svg {
  width: 15px;
  height: 15px;
  color: var(--teal);
}

.fieldTextureCard {
  position: relative;
  overflow: visible;
  border-radius: 12px;
}

.fieldTextureCard button {
  appearance: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 220px;
  padding: 0;
  border: 1px solid rgba(120, 213, 204, 0.22);
  border-radius: 12px;
  color: var(--ink);
  background: #040708;
  cursor: pointer;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
  transition: transform 0.36s var(--ease), border-color 0.28s ease, box-shadow 0.32s ease;
}

.fieldTextureCard button:hover,
.fieldTextureCard button:focus-visible {
  outline: 0;
  border-color: rgba(242, 199, 107, 0.58);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.42), 0 0 30px rgba(73, 230, 211, 0.11);
  transform: translateY(-4px);
}

.fieldTextureCard img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease), filter 0.36s ease;
}

.fieldTextureCard button:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}

.fieldTextureShade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 6, 8, 0.96), rgba(2, 6, 8, 0.08) 74%);
}

.fieldTextureCard button > span:last-child {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 15px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 10px;
  text-align: left;
}

.fieldTextureCard small {
  grid-column: 1 / -1;
  color: var(--teal);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fieldTextureCard strong {
  font-size: 1.14rem;
}

.fieldTextureCard em {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--gold);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
}

.fieldTextureCard em svg {
  width: 14px;
  height: 14px;
}

.guardianLoop {
  position: relative;
  overflow: visible;
  display: grid;
  grid-template-columns: minmax(460px, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  padding: clamp(20px, 3vw, 40px);
  border: 1px solid rgba(120, 213, 204, 0.24);
  border-radius: 16px;
  background:
    radial-gradient(circle at 20% 36%, rgba(73, 230, 211, 0.18), transparent 34%),
    radial-gradient(circle at 76% 20%, rgba(242, 199, 107, 0.15), transparent 30%),
    radial-gradient(circle at 50% 64%, rgba(255, 112, 150, 0.08), transparent 32%),
    linear-gradient(145deg, rgba(19, 39, 41, 0.82), rgba(5, 8, 11, 0.96));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42), 0 0 44px rgba(73, 230, 211, 0.08);
}

.guardianLoop::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(180deg, transparent, rgba(5, 8, 11, 0.34));
  pointer-events: none;
}

.guardianDiagram {
  position: relative;
  justify-self: center;
  width: min(540px, 100%);
  aspect-ratio: 640 / 560;
  min-height: 0;
  overflow: visible;
  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.34));
}

.guardianDiagram::before {
  content: "";
  position: absolute;
  inset: 14% 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(73, 230, 211, 0.1), transparent 66%);
  opacity: 0.72;
}

.guardianDiagram > svg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.guardianDiagram path:not([d^="M 0"]) {
  fill: none;
  stroke: url(#guardianLine);
  stroke-width: 4;
  stroke-linecap: round;
  opacity: 0.62;
}

.guardianGuideRing {
  fill: none;
  stroke: url(#guardianLine);
  stroke-width: 1.4;
  stroke-dasharray: 4 14;
  opacity: 0.2;
}

.guardianArrowPath {
  stroke-dasharray: 18 18;
  vector-effect: non-scaling-stroke;
  animation: guardianArrowFlow 3.8s linear infinite;
}

.guardianArrowPath-2 {
  animation-delay: -1.25s;
}

.guardianArrowPath-3 {
  animation-delay: -2.55s;
}

.guardianNode,
.guardianCore {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 50%;
  backdrop-filter: blur(14px);
}

.guardianNode {
  grid-template-rows: 28px auto;
  align-content: center;
  gap: 8px;
  width: 124px;
  height: 124px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(145deg, rgba(18, 30, 34, 0.96), rgba(6, 10, 13, 0.96));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38), 0 0 36px color-mix(in srgb, var(--guardian-color, var(--gold)) 14%, transparent), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  animation: guardianNodeBreath 5.2s ease-in-out infinite;
}

.guardianNode svg {
  width: 26px;
  height: 26px;
  color: var(--guardian-color, var(--gold));
  fill: color-mix(in srgb, var(--guardian-color, var(--gold)) 16%, transparent);
}

.guardianNode strong {
  display: block;
}

.guardianNode strong {
  font-size: 1rem;
}

.guardianNode.is-rock {
  top: calc(23.5% - 62px);
  left: calc(50% - 62px);
  --guardian-color: #7fa8ff;
  border-color: rgba(127, 168, 255, 0.5);
  background: linear-gradient(145deg, rgba(28, 43, 72, 0.96), rgba(8, 12, 20, 0.96));
}

.guardianNode.is-scissors {
  left: calc(27.5% - 62px);
  top: calc(72% - 62px);
  bottom: auto;
  --guardian-color: #ff7096;
  border-color: rgba(255, 112, 150, 0.48);
  background: linear-gradient(145deg, rgba(67, 24, 39, 0.96), rgba(12, 7, 12, 0.96));
  animation-delay: -1.75s;
}

.guardianNode.is-paper {
  left: calc(72.5% - 62px);
  right: auto;
  top: calc(72% - 62px);
  bottom: auto;
  --guardian-color: #81e68d;
  border-color: rgba(129, 230, 141, 0.48);
  background: linear-gradient(145deg, rgba(24, 58, 39, 0.96), rgba(7, 14, 10, 0.96));
  animation-delay: -3.1s;
}

.guardianCore {
  z-index: 3;
  top: calc(54.8% - 59px);
  left: calc(50% - 59px);
  width: 118px;
  height: 118px;
  gap: 7px;
  border: 1px solid rgba(73, 230, 211, 0.44);
  background: radial-gradient(circle at 42% 26%, rgba(242, 199, 107, 0.2), rgba(8, 19, 22, 0.94) 64%);
  box-shadow: 0 0 65px rgba(73, 230, 211, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.guardianCore svg {
  width: 25px;
  height: 25px;
  color: var(--teal);
}

.guardianCore strong {
  font-size: 0.9rem;
}

.guardianCopy h3,
.controllerIntro h3 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.06;
}

.guardianCopy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.guardianPitch {
  margin: 16px 0 0;
  color: #dce7e7;
  font-size: 1.02rem;
  line-height: 1.62;
}

.guardianCopy ol {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}

.guardianCopy li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(120, 213, 204, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
}

.guardianCopy li > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #061012;
  background: linear-gradient(135deg, var(--teal), var(--gold));
  font-weight: 950;
}

.guardianCopy li strong,
.guardianCopy li small {
  display: block;
}

.guardianCopy li small {
  margin-top: 3px;
  color: var(--muted);
  line-height: 1.42;
}

.guardianCopy .imageLaunch img {
  height: clamp(220px, 28vw, 360px);
}

.guardianCopy .mediaFrame {
  margin-top: 6px;
}

.controllerProfiles {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 22px;
  padding: clamp(20px, 2.5vw, 30px);
  border: 1px solid rgba(120, 213, 204, 0.2);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(18, 37, 40, 0.72), rgba(6, 10, 13, 0.92));
  box-shadow: var(--shadow);
}

.controllerIntro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}

.controllerIntro p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.controllerProfileGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.controllerProfile {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: 18px 52px 18px 18px;
  border: 1px solid rgba(120, 213, 204, 0.16);
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.18);
  transition: border-color 0.26s ease, transform 0.3s var(--ease);
}

.controllerProfile:hover {
  border-color: rgba(242, 199, 107, 0.42);
  transform: translateY(-3px);
}

.controllerTop {
  display: flex;
  align-items: center;
  gap: 9px;
}

.controllerTop svg {
  width: 21px;
  height: 21px;
  color: var(--teal);
}

.controllerButtons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.controllerButtons > span {
  --symbol-edge: #49e6d3;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid color-mix(in srgb, var(--symbol-edge) 62%, transparent);
  border-radius: 50%;
  color: var(--symbol-ink, #061012);
  background: var(--symbol-bg, linear-gradient(145deg, #efffff, #69d7d2));
  font-size: 0.76rem;
  font-weight: 950;
  box-shadow:
    inset 0 1px 0 color-mix(in srgb, var(--symbol-edge) 28%, transparent),
    0 7px 16px rgba(0, 0, 0, 0.28),
    0 0 12px color-mix(in srgb, var(--symbol-edge) 13%, transparent);
  transition: border-color 0.22s ease, box-shadow 0.24s ease, transform 0.24s var(--ease);
}

.controllerButtons > span:hover {
  border-color: color-mix(in srgb, var(--symbol-edge) 78%, transparent);
  box-shadow:
    inset 0 1px 0 color-mix(in srgb, var(--symbol-edge) 34%, transparent),
    0 8px 18px rgba(0, 0, 0, 0.3),
    0 0 16px color-mix(in srgb, var(--symbol-edge) 18%, transparent);
  transform: translateY(-2px);
}

.controllerButtons svg {
  width: 17px;
  height: 17px;
  stroke-width: 2.4;
}

.controller-xbox > span:nth-child(1) { --symbol-bg: linear-gradient(145deg, #dff9e2, #107c10); --symbol-ink: #ffffff; --symbol-edge: #45d545; }
.controller-xbox > span:nth-child(2) { --symbol-bg: linear-gradient(145deg, #ffd8d8, #e81123); --symbol-ink: #ffffff; --symbol-edge: #ff5261; }
.controller-xbox > span:nth-child(3) { --symbol-bg: linear-gradient(145deg, #d8ecff, #0078d7); --symbol-ink: #ffffff; --symbol-edge: #4eb3ff; }
.controller-xbox > span:nth-child(4) { --symbol-bg: linear-gradient(145deg, #fff2bf, #ffb900); --symbol-ink: #201400; --symbol-edge: #ffd45c; }

.controller-playstation > span:nth-child(1) { --symbol-bg: linear-gradient(145deg, #dceaff, #2d8cff); --symbol-ink: #ffffff; --symbol-edge: #70b7ff; }
.controller-playstation > span:nth-child(2) { --symbol-bg: linear-gradient(145deg, #ffd8df, #ff375f); --symbol-ink: #ffffff; --symbol-edge: #ff7090; }
.controller-playstation > span:nth-child(3) { --symbol-bg: linear-gradient(145deg, #ffe1ee, #ff5db1); --symbol-ink: #ffffff; --symbol-edge: #ff8bca; }
.controller-playstation > span:nth-child(4) { --symbol-bg: linear-gradient(145deg, #daf8df, #00b050); --symbol-ink: #ffffff; --symbol-edge: #64df78; }

.controller-nintendo > span {
  --symbol-bg: linear-gradient(145deg, #ffffff, #dfe6eb);
  --symbol-ink: #0e1518;
  --symbol-edge: #e60012;
}

.controller-nintendo > span:nth-child(2),
.controller-nintendo > span:nth-child(4) {
  border-color: rgba(230, 0, 18, 0.5);
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.28), 0 0 12px rgba(230, 0, 18, 0.1);
}

.controller-keyboard > span {
  --symbol-edge: #49e6d3;
  width: auto;
  min-width: 46px;
  padding: 0 9px;
  border-radius: 7px;
  color: #eaf4f5;
  background: linear-gradient(180deg, #253238, #11191d);
  box-shadow:
    inset 0 -2px 0 rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(73, 230, 211, 0.1),
    0 7px 16px rgba(0, 0, 0, 0.26),
    0 0 10px rgba(73, 230, 211, 0.06);
}

.controllerProfile > small {
  color: var(--muted);
  line-height: 1.4;
}

.infoHint {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(120, 213, 204, 0.34);
  border-radius: 50%;
  color: var(--teal);
  background: rgba(73, 230, 211, 0.08);
  cursor: help;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s var(--ease), box-shadow 0.2s ease;
}

.infoHint:hover,
.infoHint:focus-visible {
  outline: 0;
  border-color: rgba(242, 199, 107, 0.68);
  color: var(--gold);
  background: rgba(242, 199, 107, 0.1);
  box-shadow: 0 0 22px rgba(242, 199, 107, 0.12);
  transform: translateY(-1px);
}

.infoHint svg {
  width: 13px;
  height: 13px;
}

.controllerInfo {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 28px;
  height: 28px;
}

.disclosureLabel {
  color: var(--teal);
  font-size: 0.74rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.commandCard::details-content,
.launchCheck::details-content,
.commandCard[open]::details-content,
.launchCheck[open]::details-content {
  block-size: auto;
  overflow: visible;
  opacity: 1;
  transition: none;
}

.accordionList {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
}

.launchCheck {
  position: relative;
  overflow: hidden;
  min-height: 0;
  transition: border-color 0.28s ease, box-shadow 0.32s ease, background 0.32s ease;
}

.launchCheck[open] {
  border-color: rgba(242, 199, 107, 0.42);
  background:
    radial-gradient(circle at 14% 10%, rgba(73, 230, 211, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(25, 44, 46, 0.82), rgba(8, 13, 16, 0.94));
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.34), 0 0 32px rgba(73, 230, 211, 0.08);
}

.launchCheck:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.launchCheck summary {
  grid-template-columns: 48px minmax(0, 1fr) 22px;
  min-height: 82px;
  padding: 16px 18px;
}

.launchCheck summary .launchIndex {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(242, 199, 107, 0.3);
  border-radius: 50%;
  color: #071012;
  background: linear-gradient(135deg, var(--teal), var(--gold));
  font-size: 0.78rem;
  font-weight: 950;
  box-shadow: 0 0 24px rgba(73, 230, 211, 0.13);
}

.launchCheck summary .launchSummary {
  display: flex;
  align-items: center;
  gap: 11px;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  box-shadow: none;
}

.launchSummary svg {
  width: 21px;
  height: 21px;
  color: var(--gold);
}

.launchSummary strong {
  font-size: 1.02rem;
}

.launchBody {
  padding: 0 18px 18px 82px;
}

.launchBody > div {
  overflow: hidden;
}

.launchCheck .launchBody p {
  padding: 0;
}

.footer {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 72px;
  padding: 26px;
  border: 1px solid rgba(120, 213, 204, 0.2);
  border-radius: 14px;
  background:
    radial-gradient(circle at 12% 30%, rgba(73, 230, 211, 0.13), transparent 30%),
    radial-gradient(circle at 88% 40%, rgba(242, 199, 107, 0.11), transparent 32%),
    linear-gradient(145deg, rgba(16, 31, 34, 0.9), rgba(5, 9, 12, 0.95));
  color: var(--muted);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(110deg, rgba(73, 230, 211, 0.04), rgba(73, 230, 211, 0.5), rgba(242, 199, 107, 0.5), rgba(73, 230, 211, 0.04));
  background-size: 260% 260%;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: borderDrift 12s ease-in-out infinite alternate;
}

.footerBrand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.footerBrand img {
  width: clamp(150px, 13vw, 202px);
  height: clamp(70px, 7vw, 96px);
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(73, 230, 211, 0.12)) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.36));
}

.footerBrand strong,
.footerBrand span {
  display: block;
}

.footerBrand strong {
  color: var(--ink);
  margin-bottom: 3px;
}

.footerLinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.footerLinks a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 11px;
  border: 1px solid rgba(120, 213, 204, 0.2);
  border-radius: 999px;
  color: #dce7e7;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.82rem;
  font-weight: 850;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.footerLinks a:hover {
  border-color: rgba(242, 199, 107, 0.48);
  background: rgba(242, 199, 107, 0.09);
  box-shadow: 0 0 22px rgba(242, 199, 107, 0.1);
}

.footerLinks svg {
  width: 16px;
  height: 16px;
  color: var(--teal);
}

.guidePopover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 980;
  isolation: isolate;
  width: min(320px, calc(100vw - 36px));
  padding: 14px 15px;
  border: 1px solid rgba(242, 199, 107, 0.32);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(18, 31, 34, 0.96), rgba(4, 7, 9, 0.94)),
    rgba(6, 10, 12, 0.94);
  color: var(--ink);
  box-shadow: 0 18px 64px rgba(0, 0, 0, 0.48), 0 0 34px rgba(73, 230, 211, 0.1);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(16px);
  transition: opacity 0.18s ease, transform 0.22s var(--ease), border-color 0.22s ease;
  transform: translate3d(0, 8px, 0) scale(0.96);
  transform-origin: top left;
}

.guidePopover::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(73, 230, 211, 0.14), rgba(242, 199, 107, 0.38), rgba(255, 112, 150, 0.16), rgba(73, 230, 211, 0.14));
  background-size: 260% 260%;
  filter: blur(10px);
  opacity: 0.36;
  animation: borderDrift 9s ease-in-out infinite alternate;
}

.guidePopover[hidden] {
  display: none;
}

.guidePopover.is-open {
  opacity: 1;
  border-color: rgba(242, 199, 107, 0.48);
  transform: translate3d(0, 0, 0) scale(1);
}

.guidePopover > strong,
.guidePopover > span {
  display: block;
}

.guidePopover > strong {
  margin-bottom: 5px;
  font-size: 0.92rem;
}

.guidePopover > span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.imageModal {
  position: fixed;
  inset: 0;
  z-index: 950;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.imageModal[hidden] {
  display: none;
}

.imageModal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.imageModalBackdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at var(--cursor-x, 50%) var(--cursor-y, 50%), rgba(73, 230, 211, 0.12), transparent 26rem),
    rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(16px);
  cursor: pointer;
}

.imageModalPanel {
  position: relative;
  width: min(1280px, 96vw);
  max-height: 92vh;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(242, 199, 107, 0.34);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(10, 18, 20, 0.96), rgba(2, 4, 5, 0.98)),
    #030607;
  box-shadow: 0 30px 110px rgba(0, 0, 0, 0.72);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.18s var(--ease);
}

.imageModal.is-open .imageModalPanel {
  transform: translateY(0) scale(1);
}

.imageModalPanel img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #000;
  user-select: none;
  touch-action: pan-y;
}

.imageModalPanel figcaption {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-top: 1px solid rgba(120, 213, 204, 0.16);
}

.imageModalPanel figcaption strong {
  font-size: 1.05rem;
}

.imageModalPanel figcaption span {
  color: var(--muted);
  line-height: 1.4;
}

.modalClose {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}

.modalNav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 48px;
  height: 58px;
  transform: translateY(-50%);
  background: rgba(3, 6, 7, 0.72);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.36);
}

.modalNav[hidden] {
  display: none;
}

.modalNav:hover {
  border-color: rgba(242, 199, 107, 0.58);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.36), 0 0 24px rgba(242, 199, 107, 0.12);
}

.modalPrev {
  left: 12px;
}

.modalNext {
  right: 12px;
}

.backToTop {
  appearance: none;
  position: fixed;
  right: clamp(14px, 2.2vw, 28px);
  bottom: clamp(14px, 2.2vw, 28px);
  z-index: 910;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(242, 199, 107, 0.36);
  border-radius: 999px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(73, 230, 211, 0.18), rgba(242, 199, 107, 0.14)),
    rgba(3, 7, 8, 0.78);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.42), 0 0 28px rgba(73, 230, 211, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(0.94);
  transition: opacity 0.22s ease, transform 0.24s var(--ease), border-color 0.2s ease;
  backdrop-filter: blur(14px);
}

.backToTop.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.backToTop:hover,
.backToTop:focus-visible {
  border-color: rgba(73, 230, 211, 0.6);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.42), 0 0 34px rgba(73, 230, 211, 0.18);
}

.backToTop svg {
  width: 19px;
  height: 19px;
}

.section.searchPulse .sectionHead {
  animation: searchSectionPulse 1.7s var(--ease) both;
}

@keyframes searchReveal {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
    clip-path: inset(0 0 32% 0 round 10px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    clip-path: inset(0 0 0 0 round 10px);
  }
}

@keyframes searchSectionPulse {
  0%,
  100% {
    filter: none;
    transform: translateX(0);
  }
  24% {
    filter: drop-shadow(0 0 18px rgba(73, 230, 211, 0.2));
    transform: translateX(6px);
  }
  54% {
    filter: drop-shadow(0 0 22px rgba(242, 199, 107, 0.2));
    transform: translateX(0);
  }
}

@keyframes taxonomyFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotateZ(-0.4deg);
  }
  50% {
    transform: translate3d(0, -10px, 0) rotateZ(0.6deg);
  }
}

@keyframes fieldLayerCycle {
  0%,
  12% {
    opacity: 0;
    filter: saturate(0.92) brightness(0.78);
  }
  24%,
  52% {
    opacity: 0.92;
    filter: saturate(1.08) brightness(0.96);
  }
  66%,
  100% {
    opacity: 0;
    filter: saturate(0.96) brightness(0.74);
  }
}

@keyframes fieldTextureDrift {
  from {
    transform: scale(1.035) translate3d(-1.2%, -0.8%, 0);
  }
  to {
    transform: scale(1.085) translate3d(1.2%, 0.8%, 0);
  }
}

@keyframes fieldFloorAura {
  0%,
  100% {
    opacity: 0.42;
    transform: translate(-50%, -50%) rotateZ(-5deg) scale(0.92);
  }
  50% {
    opacity: 0.7;
    transform: translate(-50%, -50%) rotateZ(-5deg) scale(1.02);
  }
}

@keyframes fieldTextureAbsorb {
  0%,
  100% {
    opacity: 0.42;
    background-position: 50% 50%, 0 0;
  }
  50% {
    opacity: 0.74;
    background-position: 50% 57%, 0 0;
  }
}

@keyframes fieldGridBreathe {
  0%,
  100% {
    opacity: 0.36;
    filter: brightness(0.9);
  }
  50% {
    opacity: 0.58;
    filter: brightness(1.08);
  }
}

@keyframes fieldSlotBreath {
  0%,
  100% {
    border-color: rgba(73, 230, 211, 0.2);
    box-shadow:
      inset 0 0 0 1px rgba(242, 199, 107, 0.035),
      inset 0 0 24px rgba(0, 0, 0, 0.44),
      0 0 10px rgba(73, 230, 211, 0.035);
  }
  50% {
    border-color: rgba(73, 230, 211, 0.38);
    box-shadow:
      inset 0 0 0 1px rgba(242, 199, 107, 0.07),
      inset 0 0 20px rgba(73, 230, 211, 0.055),
      0 0 16px rgba(73, 230, 211, 0.065);
  }
}

@keyframes fieldSlotAbsorb {
  0%,
  100% {
    opacity: 0.18;
    transform: scale(0.64);
  }
  54% {
    opacity: 0.42;
    transform: scale(1);
  }
}

@keyframes fieldAbsorbWave {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.32);
  }
  22% {
    opacity: 0.38;
  }
  76%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3.2);
  }
}

@keyframes fieldPowerPulse {
  0%,
  100% {
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42), 0 0 16px rgba(73, 230, 211, 0.075);
    filter: brightness(0.96);
    transform: translate3d(0, 0, 170px) rotateZ(var(--power-tilt));
  }
  50% {
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42), 0 0 28px rgba(242, 199, 107, 0.14);
    filter: brightness(1.05);
    transform: translate3d(0, -8px, 190px) rotateZ(var(--power-tilt));
  }
}

@keyframes fieldPowerPulseMobile {
  0%,
  100% {
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.4), 0 0 12px rgba(73, 230, 211, 0.07);
    filter: brightness(0.97);
    transform: translate3d(0, 0, 120px) rotateZ(var(--power-tilt));
  }
  50% {
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.4), 0 0 20px rgba(242, 199, 107, 0.12);
    filter: brightness(1.04);
    transform: translate3d(0, -5px, 134px) rotateZ(var(--power-tilt));
  }
}

body.is-scrolling .heroCurtainTrack,
body.is-scrolling .taxonomyCardStage,
body.is-scrolling .fieldFloorAura,
body.is-scrolling .fieldLayer,
body.is-scrolling .fieldLayer img,
body.is-scrolling .fieldTextureAbsorption,
body.is-scrolling .fieldGridLines,
body.is-scrolling .fieldSlot,
body.is-scrolling .fieldSlot::before,
body.is-scrolling .fieldAbsorbWaves span,
body.is-scrolling .fieldPowerCard,
.fieldTextureComposer:not(.is-in-view) .fieldFloorAura,
.fieldTextureComposer:not(.is-in-view) .fieldLayer,
.fieldTextureComposer:not(.is-in-view) .fieldLayer img,
.fieldTextureComposer:not(.is-in-view) .fieldTextureAbsorption,
.fieldTextureComposer:not(.is-in-view) .fieldGridLines,
.fieldTextureComposer:not(.is-in-view) .fieldSlot,
.fieldTextureComposer:not(.is-in-view) .fieldSlot::before,
.fieldTextureComposer:not(.is-in-view) .fieldAbsorbWaves span,
.fieldTextureComposer:not(.is-in-view) .fieldPowerCard,
.taxonomyCard:not(.is-in-view) .taxonomyCardStage,
.hero:not(.is-in-view) .heroCurtainTrack {
  animation-play-state: paused !important;
}

@keyframes guardianArrowFlow {
  to {
    stroke-dashoffset: -72;
  }
}

@keyframes guardianNodeBreath {
  0%,
  100% {
    filter: brightness(0.98);
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    filter: brightness(1.07);
    transform: translate3d(0, -3px, 0) scale(1.025);
  }
}

html.js .revealBlock,
html.js .revealItem {
  opacity: 0;
}

body.motion-lite .revealBlock,
body.motion-lite .revealItem {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

@keyframes loaderSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loaderContentIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 14px, 0) scale(0.965);
    filter: blur(14px) saturate(0.9);
  }
  72% {
    opacity: 1;
    transform: translate3d(0, -2px, 0) scale(1.006);
    filter: blur(0) saturate(1.04);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0) saturate(1);
  }
}

@keyframes loaderCurtainLeft {
  to {
    transform: translate3d(-105%, 0, 0);
  }
}

@keyframes loaderCurtainRight {
  to {
    transform: translate3d(105%, 0, 0) scaleX(-1);
  }
}

@keyframes loaderOverlayExit {
  0%,
  26% {
    opacity: 1;
    filter: blur(0) saturate(1) brightness(1);
  }
  58% {
    opacity: 0.72;
    filter: blur(0) saturate(0.98) brightness(0.96);
  }
  82% {
    opacity: 0.24;
    filter: blur(8px) saturate(0.86) brightness(0.9);
  }
  100% {
    opacity: 0;
    filter: blur(14px) saturate(0.76) brightness(0.84);
  }
}

@keyframes loaderContentExit {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0) saturate(1);
  }
  55% {
    opacity: 0.62;
    transform: translate3d(0, 0, 0) scale(0.985);
    filter: blur(4px) saturate(0.96);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.955);
    filter: blur(12px) saturate(0.86);
  }
}

@keyframes pageCurtainReveal {
  0% {
    opacity: 0;
  }
  38% {
    opacity: 0.42;
  }
  68% {
    opacity: 0.88;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pageFirstViewportSettle {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    filter: blur(10px) saturate(0.9);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0) saturate(1);
  }
}

@keyframes borderDrift {
  from {
    background-position: 0% 45%;
  }
  to {
    background-position: 100% 55%;
  }
}

@keyframes gridDrift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 82px 82px, 82px 82px;
  }
}

@keyframes ambientWash {
  from {
    background-position: 0% 50%, 0 0;
    opacity: 0.3;
  }
  to {
    background-position: 100% 50%, 18px 18px;
    opacity: 0.42;
  }
}

@keyframes panelGlow {
  from {
    filter: saturate(0.94) brightness(0.95);
    transform: scale(1);
  }
  to {
    filter: saturate(1.12) brightness(1.05);
    transform: scale(1.015);
  }
}

@keyframes titleGradient {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}

@keyframes ctaBreath {
  0%,
  100% {
    filter: saturate(1) brightness(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    filter: saturate(1.08) brightness(1.05);
    transform: translate3d(0, -1px, 0) scale(1.018);
  }
}

@keyframes ctaAura {
  0%,
  100% {
    opacity: 0.46;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.78;
    transform: scale(1.04);
  }
}

@keyframes ctaShimmer {
  0%,
  30% {
    background-position: -140% 0, 50% 50%;
  }
  62%,
  100% {
    background-position: 160% 0, 50% 50%;
  }
}

@keyframes heroCardFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateZ(0deg);
  }
  50% {
    transform: translate3d(0, -12px, 0) rotateX(2deg) rotateZ(0.8deg);
  }
}

@keyframes heroCurtainMove {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes heroCurtainMoveReverse {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroCurtainLight {
  0%,
  100% {
    background-position: 130% 0;
    opacity: 0.18;
  }
  50% {
    background-position: -30% 0;
    opacity: 0.34;
  }
}

@keyframes heroCurtainShine {
  0% {
    background-position: 150% 0, 0 0;
  }
  100% {
    background-position: -120% 0, 0 0;
  }
}

@keyframes releaseSweep {
  0%,
  28% {
    background-position: 160% 0, 0 0;
  }
  62%,
  100% {
    background-position: -80% 0, 24px 0;
  }
}

@keyframes releaseCorePulse {
  0%,
  100% {
    opacity: 0.82;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes releaseOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes releaseOrbitReverse {
  to {
    transform: rotate(-312deg);
  }
}

@media (max-width: 1280px) {
  .heroCardCurtain {
    --curtain-gap: 13px;
  }

  .heroCurtainCard {
    flex-basis: clamp(68px, 6.5vw, 92px);
  }
}

@media (max-width: 980px) {
  .heroCardCurtain {
    opacity: 0.68;
    -webkit-mask-image:
      linear-gradient(90deg, rgba(0, 0, 0, 0.32) 0%, #000 8%, #000 94%, rgba(0, 0, 0, 0.32) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.68) 0%, #000 6%, #000 94%, rgba(0, 0, 0, 0.68) 100%);
    mask-image:
      linear-gradient(90deg, rgba(0, 0, 0, 0.32) 0%, #000 8%, #000 94%, rgba(0, 0, 0, 0.32) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.68) 0%, #000 6%, #000 94%, rgba(0, 0, 0, 0.68) 100%);
  }
}

@media (max-width: 680px) {
  .heroCardCurtain {
    --curtain-gap: 10px;
    opacity: 0.3;
    -webkit-mask-image:
      linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, #000 12%, #000 92%, rgba(0, 0, 0, 0.28) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, #000 8%, #000 92%, rgba(0, 0, 0, 0.62) 100%);
    mask-image:
      linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, #000 12%, #000 92%, rgba(0, 0, 0, 0.28) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, #000 8%, #000 92%, rgba(0, 0, 0, 0.62) 100%);
  }

  .heroCurtainLane:nth-child(1),
  .heroCurtainLane:nth-child(4) {
    display: none;
  }

  .heroCurtainCard {
    flex-basis: 68px;
  }
}

@media (max-width: 1280px) {
  :root {
    --sidebar: 256px;
  }

  .brand {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .brand small {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    line-height: 1.25;
  }

  .featureGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featureGrid.compact,
  .featureGrid.settings {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fitGrid {
    grid-template-columns: 1fr;
  }

  .cardFaceGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .accordionList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .shell {
    display: block;
  }

  .sidebar {
    position: sticky;
    top: 0;
    height: auto;
    width: auto;
    max-height: min(56vh, 440px);
    overflow: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(120, 213, 204, 0.18);
  }

  .toc {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    scroll-padding: 12px;
    scroll-snap-type: x proximity;
    padding: 0 12px 6px 0;
    touch-action: pan-x;
  }

  .toc a {
    grid-template-columns: 8px max-content;
    flex: 0 0 auto;
    scroll-snap-align: start;
    white-space: nowrap;
  }

  .main {
    margin-left: 0;
    padding-top: 18px;
  }

  .hero,
  .studioShowcase,
  .cinemaPanel,
  .cinemaPanel.is-reversed,
  .commandGroup,
  .fieldTextureComposer {
    grid-template-columns: 1fr;
  }

  .cinemaPanel.is-reversed .cinemaCopy {
    order: 0;
  }

  .hero {
    min-height: auto;
  }

  .releaseBanner {
    grid-template-columns: minmax(130px, 0.28fr) minmax(0, 1fr);
  }

  .releaseActions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }

  .heroBrandMark {
    position: relative;
    top: auto;
    right: auto;
    max-width: 100%;
    justify-self: start;
    margin-bottom: 16px;
  }

  .heroCards {
    min-height: 420px;
  }

  .heroCards figure {
    width: min(38vw, 170px);
  }

  .flowRail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flowRail::before {
    display: none;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 15px;
  }

  .main {
    padding: 14px 12px 38px;
  }

  .sidebar {
    padding: 16px 12px;
    max-height: min(54vh, 390px);
  }

  .toc a {
    grid-template-columns: 8px minmax(0, 1fr);
    flex-basis: calc((100% - 6px) / 2);
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero {
    padding: 28px 16px 22px;
    border-radius: 10px;
  }

  .releaseBanner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 24px 18px;
    border-radius: 10px;
  }

  .releaseSignal {
    width: min(180px, 58vw);
  }

  .releaseCopy h2 {
    font-size: clamp(1.85rem, 9.2vw, 2.7rem);
    line-height: 1.08;
  }

  .releaseActions {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: clamp(1.85rem, 7vw, 2.32rem);
    line-height: 1.08;
  }

  .heroLead {
    font-size: 1rem;
    line-height: 1.45;
    margin-top: 12px;
  }

  .heroActions {
    display: grid;
    gap: 10px;
    margin: 12px 0 0;
    max-width: 100%;
    padding: 26px 14px 42px;
    transform: none;
  }

  .heroActions::before {
    inset: 8px 2px 12px;
    filter: blur(18px);
  }

  .heroActions .button {
    min-width: min(100%, 360px);
    width: 100%;
  }

  .heroCta {
    min-height: 64px;
    padding: 0 22px;
  }

  .heroCards {
    position: absolute;
    right: 0;
    bottom: 18px;
    z-index: 0;
    width: 206px;
    height: 224px;
    min-height: 0;
    opacity: 0.09;
    pointer-events: none;
  }

  .heroCards figure.is-flipping .heroCard3d {
    transform: none;
  }

  .heroCards .heroCardBack {
    display: none;
  }

  .heroCards figure {
    width: 78px;
    max-width: none;
  }

  .heroCards figure:nth-child(1) {
    right: 104px;
    top: 12px;
    bottom: auto;
  }

  .heroCards figure:nth-child(2) {
    right: 36px;
    top: 34px;
    bottom: auto;
  }

  .heroCards figure:nth-child(3) {
    right: 72px;
    top: 96px;
    bottom: auto;
  }

  .heroCards figure:nth-child(4) {
    right: 12px;
    top: 120px;
    bottom: auto;
  }

  .heroCards figure:nth-child(5) {
    right: 126px;
    top: 106px;
    bottom: auto;
  }

  .section {
    padding-top: 58px;
  }

  .sectionHead h2 {
    font-size: clamp(1.8rem, 9.5vw, 2.65rem);
    line-height: 1.1;
  }

  .featureGrid,
  .featureGrid.compact,
  .featureGrid.settings,
  .flowRail,
  .cardFaceGrid,
  .accordionList,
  .fitCard,
  .argList {
    grid-template-columns: 1fr;
  }

  .featureCard,
  .controlCard,
  .settingCard {
    min-height: auto;
  }

  .studioShowcase,
  .cinemaPanel {
    padding: 14px;
    border-radius: 10px;
  }

  .showcaseCopy,
  .cinemaCopy {
    padding: 10px;
  }

  .showcaseCopy h3,
  .cinemaCopy h3 {
    font-size: clamp(1.6rem, 10vw, 2.4rem);
  }

  .imageLaunch img,
  .studioSwiper .imageLaunch img {
    height: clamp(240px, 62vw, 380px);
  }

  .imageOverlay {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .imageOverlay small {
    display: none;
  }

  .commandCard summary {
    grid-template-columns: 42px minmax(0, 1fr) 20px;
  }

  .commandCard summary em {
    display: none;
  }

  .commandBody {
    padding-left: 14px;
  }

  .imageModal {
    padding: 10px;
  }

  .imageModalPanel {
    width: 100%;
    max-height: 94vh;
    border-radius: 10px;
  }

  .imageModalPanel img {
    max-height: 70vh;
  }

  .modalNav {
    width: 42px;
    height: 52px;
  }

  .communityBanner {
    grid-template-columns: 1fr;
  }

  .communityActions {
    min-width: 0;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footerLinks {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .button {
    width: 100%;
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  .heroCards {
    opacity: 0.08;
  }
}

@media (max-width: 1280px) {
  .fieldTextureGuide {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1320px) {
  .guardianLoop {
    grid-template-columns: 1fr;
  }

  .guardianDiagram {
    width: min(560px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 980px) {
  .guardianLoop,
  .controllerProfiles {
    grid-template-columns: 1fr;
  }

  .guardianDiagram {
    width: min(620px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .cardFamilyGrid,
  .accordionList {
    grid-template-columns: 1fr;
  }

  .taxonomyCardStage {
    min-height: 0;
  }

  .launchCheck:last-child:nth-child(odd) {
    grid-column: auto;
  }
}

@media (max-width: 680px) {
  .fieldTextureGuide,
  .controllerProfileGrid {
    grid-template-columns: 1fr;
  }

  .fieldTextureComposer {
    min-height: 0;
    padding: 16px;
  }

  .fieldTextureStage {
    min-height: 300px;
  }

  .fieldPowerCard {
    width: 108px;
    min-height: 48px;
    padding: 7px 10px;
    animation-name: fieldPowerPulseMobile;
  }

  .fieldPowerCard svg {
    width: 20px;
    height: 20px;
  }

  .fieldPowerCard strong {
    font-size: 0.68rem;
  }

  .fieldPowerCard small {
    font-size: 0.5rem;
  }

  .fieldPowerCard-a {
    left: 9%;
    top: 43%;
    bottom: auto;
  }

  .fieldPowerCard-b {
    right: 7%;
    top: 28%;
    bottom: auto;
  }

  .fieldTextureCard button {
    min-height: 190px;
  }

  .guardianLoop {
    padding: 16px;
  }

  .guardianDiagram {
    min-height: 0;
  }

  .guardianNode {
    width: 94px;
    height: 94px;
  }

  .guardianNode.is-rock {
    top: calc(25% - 47px);
    left: calc(50% - 47px);
  }

  .guardianNode.is-scissors {
    left: calc(27.5% - 47px);
    top: calc(70% - 47px);
  }

  .guardianNode.is-paper {
    left: calc(72.5% - 47px);
    top: calc(70% - 47px);
  }

  .guardianNode svg {
    width: 22px;
    height: 22px;
  }

  .guardianNode strong {
    font-size: 0.82rem;
  }

  .guardianCore {
    top: calc(54.6% - 49px);
    left: calc(50% - 49px);
    width: 98px;
    height: 98px;
  }

  .guardianCore small {
    font-size: 0.54rem;
  }

  .controllerProfile {
    padding: 16px 48px 16px 16px;
  }

  .launchBody {
    padding: 0 14px 15px;
  }

  .footer {
    padding: 20px;
  }

  .footerBrand {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px), (pointer: coarse) {
  html,
  body,
  html.lenis,
  html.lenis body {
    overflow-y: auto !important;
    overscroll-behavior-y: auto;
    scrollbar-gutter: stable;
  }

  body::before {
    opacity: 0.2;
    background-size: 120px 120px;
  }

  body::after,
  .particleCanvas,
  .cursorGlow,
  .cursorRing,
  .cursorDot,
  .heroCardCurtain,
  .heroCards,
  .fluentLight {
    display: none !important;
  }

  body.has-cursor .cursorGlow,
  body.cursor-active .cursorGlow {
    opacity: 0;
  }

  .interactiveSurface,
  .fluentSurface {
    transform: none !important;
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  }

  .sidebar {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    max-height: none;
    overflow: visible;
    padding: 14px 12px 12px;
    gap: 12px;
    backdrop-filter: none;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  }

  .brand,
  .sidebarWebsiteButton,
  .searchBox {
    flex: 0 0 auto;
  }

  .searchResults {
    max-height: 260px;
    overflow-y: auto;
  }

  .toc {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 5px;
    scroll-snap-type: x proximity;
    touch-action: auto;
    -webkit-overflow-scrolling: touch;
  }

  .toc a {
    flex: 0 0 clamp(132px, 42vw, 190px);
    grid-template-columns: 7px minmax(0, 1fr);
    min-height: 40px;
    padding: 9px 10px;
    white-space: nowrap;
  }

  .main {
    padding: 12px 10px 34px;
  }

  .main > .section:not(.launchStatusSection) {
    content-visibility: auto;
    contain-intrinsic-size: auto 760px;
  }

  .hero {
    min-height: auto;
    padding: 28px 16px 24px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(11, 25, 28, 0.88), rgba(4, 7, 10, 0.96));
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  }

  .heroCopy {
    max-width: none;
  }

  .hero h1 {
    font-size: clamp(2rem, 12vw, 3.1rem);
  }

  .heroLead,
  .sectionHead p:not(.sectionKicker),
  .fieldTextureCopy p {
    line-height: 1.55;
  }

  .heroActions {
    padding: 0;
  }

  .heroActions::before {
    display: none;
  }

  .section {
    padding-top: 48px;
  }

  .releaseSignal,
  .releaseOrbit,
  .releaseBanner::before,
  .releaseCore,
  .heroActions::before,
  .heroCta,
  .heroCta::before,
  .heroCta::after,
  .splitTitle .word,
  .keywordGlow,
  .keywordHint {
    animation-play-state: paused !important;
  }

  .fieldTextureComposer {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 18px;
    padding: 15px;
    border-radius: 10px;
    contain: content;
  }

  .fieldTextureStage {
    min-height: 315px;
    perspective: 820px;
  }

  .fieldFloorAura {
    top: 53%;
    width: 92%;
    height: 34%;
    filter: blur(14px);
  }

  .fieldBoardBase {
    top: 53%;
    width: 94%;
    transform: translate(-50%, -50%) rotateX(54deg) rotateZ(-4deg) translateZ(0);
    box-shadow:
      0 22px 48px rgba(0, 0, 0, 0.45),
      0 0 18px rgba(73, 230, 211, 0.07),
      inset 0 0 34px rgba(73, 230, 211, 0.07);
  }

  .fieldLayer,
  .fieldLayer img,
  .fieldTextureAbsorption,
  .fieldGridLines,
  .fieldSlot,
  .fieldSlot::before,
  .fieldAbsorbWaves span,
  .fieldPowerCard {
    animation-play-state: paused !important;
  }

  .fieldTextureAbsorption,
  .fieldAbsorbWaves {
    display: none;
  }

  .fieldPowerCard {
    width: 118px;
    min-height: 52px;
    padding: 8px 10px;
    grid-template-columns: 22px minmax(0, 1fr);
    border-radius: 10px;
    backdrop-filter: none;
    transform: translate3d(0, 0, 128px) rotateZ(var(--power-tilt)) !important;
  }

  .fieldPowerCard::before {
    bottom: -48px;
    height: 50px;
  }

  .fieldPowerCard::after {
    bottom: -56px;
    width: 66px;
    height: 18px;
  }

  .fieldPowerCard svg {
    width: 20px;
    height: 20px;
  }

  .fieldPowerCard strong {
    font-size: 0.72rem;
  }

  .fieldPowerCard small {
    font-size: 0.5rem;
  }

  .fieldPowerCard-a {
    left: 7%;
    top: 43%;
    bottom: auto;
  }

  .fieldPowerCard-b {
    right: 7%;
    top: 27%;
    bottom: auto;
  }

  .fieldTextureCopy {
    gap: 12px;
  }

  .fieldTextureCopy h3 {
    font-size: clamp(1.75rem, 10vw, 2.55rem);
  }

  .studioShowcase,
  .cinemaPanel,
  .guardianLoop,
  .controllerProfiles,
  .communityBanner,
  .releaseBanner {
    backdrop-filter: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  html.js .revealBlock,
  html.js .revealItem {
    opacity: 1;
  }
}
