:root {
  --ink: #08142d;
  --ink-soft: #0c1b3d;
  --electric: #3b82f6;
  --cyan: #00d9ff;
  --violet: #7c3aed;
  --silver: #e5e7eb;
  --white: #ffffff;
  --muted: #9db0c9;
  --line: rgba(0, 217, 255, .22);
  --line-hot: rgba(59, 130, 246, .55);
  --glass: rgba(12, 27, 61, .28);
  --glass-strong: rgba(8, 20, 45, .42);
  --glass-card: rgba(10, 22, 48, .22);
  --glass-soft: rgba(255, 255, 255, .04);
  --font: "Manrope", ui-sans-serif, sans-serif;
  --display: "Orbitron", "Space Grotesk", "Manrope", ui-sans-serif, sans-serif;
  --ease: cubic-bezier(.2, .78, .2, 1);
  --nav-h: 74px;
  --deck-max: 1280px;
  --content-max: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; background: var(--ink); }
body {
  margin: 0;
  color: var(--silver);
  background: var(--ink);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; border: 0; background: none; cursor: pointer; }
img { display: block; max-width: 100%; }
::selection { color: var(--ink); background: var(--cyan); }

/* ===== Root stage ===== */
.nexus-root {
  min-height: 100vh;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(124,58,237,.22), transparent 40%),
    radial-gradient(ellipse at 88% 18%, rgba(0,217,255,.16), transparent 36%),
    radial-gradient(ellipse at 50% 100%, rgba(59,130,246,.14), transparent 42%),
    linear-gradient(165deg, #061028 0%, #08142d 42%, #0a1838 100%);
}
.void-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.void-canvas::before {
  content: "";
  position: absolute;
  inset: -20%;
  background-image:
    linear-gradient(rgba(0,217,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,217,255,.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 82%);
  animation: grid-drift 18s linear infinite;
}
.void-canvas::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: noise-shift 8s steps(6) infinite;
}
.aurora-veil {
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(124,58,237,.28), transparent 42%),
    radial-gradient(ellipse at 78% 20%, rgba(0,217,255,.22), transparent 38%),
    radial-gradient(ellipse at 55% 80%, rgba(59,130,246,.18), transparent 45%);
  mix-blend-mode: screen;
  opacity: .7;
  animation: aurora-drift 22s ease-in-out infinite alternate;
}
.scan-beam {
  position: absolute;
  left: -10%;
  width: 120%;
  height: 18%;
  background: linear-gradient(180deg, transparent, rgba(0,217,255,.07), transparent);
  animation: scan-pass 11s linear infinite;
  mix-blend-mode: screen;
}
.pulse-wave {
  display: none !important;
}
.light-streak {
  position: absolute;
  width: 42vw;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0,217,255,.55), rgba(124,58,237,.35), transparent);
  filter: blur(.5px);
  opacity: .45;
  transform: rotate(-18deg);
  animation: streak-sweep 9s ease-in-out infinite;
}
.light-streak.s1 { top: 18%; left: -10%; }
.light-streak.s2 {
  top: 62%;
  right: -12%;
  width: 36vw;
  transform: rotate(14deg);
  animation-delay: -3.5s;
  opacity: .35;
}
.light-streak.s3 {
  top: 38%;
  left: 8%;
  width: 28vw;
  height: 1px;
  transform: rotate(-8deg);
  animation-delay: -6s;
  opacity: .3;
  background: linear-gradient(90deg, transparent, rgba(124,58,237,.55), transparent);
}
.geo-ring {
  display: none !important;
}
.glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .38;
  mix-blend-mode: screen;
  animation: orb-float 14s ease-in-out infinite alternate;
  will-change: transform;
}
.glow-orb.a { width: 42vw; height: 28vw; left: -8%; top: 8%; background: #7c3aed; }
.glow-orb.b { width: 36vw; height: 24vw; right: -6%; top: 42%; background: #00d9ff; animation-delay: -4s; animation-name: orb-float-b; }
.glow-orb.c { width: 28vw; height: 20vw; left: 36%; bottom: -8%; background: #3b82f6; animation-delay: -8s; animation-name: orb-float-c; }
.glow-orb.d {
  width: 22vw;
  height: 16vw;
  left: 60%;
  top: 8%;
  background: #22d3ee;
  opacity: .22;
  animation-delay: -2s;
  animation-duration: 18s;
}
.star-dust { position: absolute; inset: 0; }
.star-dust i {
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: var(--white);
  opacity: .35;
  box-shadow: 0 0 8px rgba(0,217,255,.6);
  animation: twinkle var(--t, 4s) ease-in-out infinite alternate;
}
.float-motes { position: absolute; inset: 0; overflow: hidden; }
.float-motes i {
  position: absolute;
  bottom: -8%;
  width: var(--s, 3px);
  height: var(--s, 3px);
  border-radius: 50%;
  background: rgba(0,217,255,.75);
  box-shadow: 0 0 10px rgba(0,217,255,.55);
  opacity: 0;
  animation: mote-rise var(--d, 14s) linear infinite;
  animation-delay: var(--delay, 0s);
}
.float-motes i.violet {
  background: rgba(167,139,250,.8);
  box-shadow: 0 0 12px rgba(124,58,237,.55);
}
.meteor-lane { position: absolute; inset: 0; overflow: hidden; }
.meteor-lane i {
  position: absolute;
  width: 90px;
  height: 1.5px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(0,217,255,.85), rgba(255,255,255,.55));
  box-shadow: 0 0 12px rgba(0,217,255,.45);
  opacity: 0;
  transform: rotate(-32deg);
  animation: meteor-fly var(--d, 7s) linear infinite;
  animation-delay: var(--delay, 0s);
}
.aura-pointer {
  position: fixed;
  width: 220px;
  height: 220px;
  margin: -110px 0 0 -110px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 3;
  background: radial-gradient(circle, rgba(0,217,255,.14), transparent 68%);
  mix-blend-mode: screen;
}
.scroll-meter {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  z-index: 80;
  background: linear-gradient(90deg, var(--violet), var(--cyan), var(--electric));
  box-shadow: 0 0 16px rgba(0,217,255,.55);
}

/* ===== Top navbar (ex-sidebar) ===== */
.dock-rail {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  width: min(var(--deck-max), calc(100% - 28px));
  min-height: var(--nav-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 10px 14px 10px 16px;
  border: 1px solid rgba(0,217,255,.28);
  border-radius: 22px;
  background: linear-gradient(165deg, rgba(18,36,72,.82), rgba(8,20,45,.9));
  backdrop-filter: blur(28px) saturate(1.35);
  -webkit-backdrop-filter: blur(28px) saturate(1.35);
  box-shadow:
    0 18px 48px rgba(0,0,0,.4),
    inset 0 1px rgba(255,255,255,.12),
    inset 0 0 0 1px rgba(0,217,255,.06),
    0 0 40px rgba(0,217,255,.1);
}
.dock-rail::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.07), transparent 40%);
}
.dock-brand {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}
.dock-brand img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: 0 0 22px rgba(124,58,237,.35);
}
.dock-brand strong {
  display: block;
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: .04em;
  color: var(--white);
}
.dock-brand em {
  display: block;
  margin-top: 1px;
  font-style: normal;
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--cyan);
}
.dock-nav {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-self: center;
  grid-column: 2;
  gap: 2px;
  margin: 0;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.dock-nav::-webkit-scrollbar { display: none; }
.dock-nav a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 11px;
  border-radius: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  transition: color .22s ease, background .22s ease, transform .22s var(--ease), box-shadow .22s ease;
}
.dock-nav a svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  opacity: .7;
  transition: opacity .22s ease, color .22s ease, filter .22s ease;
}
.dock-nav a::before { display: none; }
.dock-nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s var(--ease);
}
.dock-nav a:hover,
.dock-nav a.is-live {
  color: var(--white);
  background: linear-gradient(90deg, rgba(0,217,255,.14), rgba(124,58,237,.08));
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(0,217,255,.12), 0 0 18px rgba(0,217,255,.08);
}
.dock-nav a:hover svg,
.dock-nav a.is-live svg {
  opacity: 1;
  color: var(--cyan);
  filter: drop-shadow(0 0 6px rgba(0,217,255,.55));
}
.dock-nav a:hover::after,
.dock-nav a.is-live::after { transform: scaleX(1); }
.dock-nav a.is-live {
  animation: nav-pulse 2.8s ease-in-out infinite;
}
.dock-actions {
  position: relative;
  z-index: 1;
  grid-column: 3;
  justify-self: end;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.dock-actions .neon-cta {
  min-height: 42px;
  padding: 0 16px;
  font-size: 13px;
  border-radius: 12px;
}
.locale-switcher { position: relative; }
.locale-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: auto;
  justify-content: center;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--silver);
  background: rgba(255,255,255,.03);
  transition: border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.locale-button:hover {
  color: var(--white);
  border-color: rgba(0,217,255,.4);
  box-shadow: 0 0 16px rgba(0,217,255,.12);
}
.locale-menu {
  position: absolute;
  left: auto;
  right: 0;
  top: calc(100% + 8px);
  bottom: auto;
  min-width: 180px;
  margin: 0;
  padding: 8px;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--glass-strong);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
}
.locale-menu[hidden] { display: none !important; }
.locale-menu a {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 12px;
}
.locale-menu a:hover,
.locale-menu a[aria-current="true"] { background: rgba(0,217,255,.1); color: var(--white); }
.rail-toggle {
  display: none;
  position: fixed;
  top: 18px;
  right: 16px;
  left: auto;
  z-index: 60;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--glass-strong);
  backdrop-filter: blur(14px);
  color: var(--white);
}

/* ===== Main deck ===== */
.view-deck {
  position: relative;
  z-index: 1;
  margin-left: 0;
  min-height: 100vh;
  padding: calc(var(--nav-h) + 36px) 28px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.view-deck > .crest-banner,
.view-deck > .glass-topbar,
.view-deck > main,
.view-deck > .chrome-base {
  width: min(var(--deck-max), 100%);
}
.view-deck > main {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.crest-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  margin-bottom: 14px;
  padding: 14px 22px;
  overflow: hidden;
  border: 1px solid rgba(0,217,255,.3);
  border-radius: 28px;
  background:
    linear-gradient(120deg, rgba(124,58,237,.22), transparent 40%),
    linear-gradient(300deg, rgba(0,217,255,.16), transparent 45%),
    linear-gradient(165deg, rgba(18,40,78,.78), rgba(8,20,45,.88));
  backdrop-filter: blur(24px) saturate(1.3);
  -webkit-backdrop-filter: blur(24px) saturate(1.3);
  box-shadow:
    0 22px 56px rgba(0,0,0,.32),
    inset 0 1px rgba(255,255,255,.12),
    0 0 40px rgba(0,217,255,.1);
}
.crest-banner::before {
  content: "";
  position: absolute;
  inset: -40% auto auto 55%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,217,255,.25), transparent 70%);
  filter: blur(10px);
  animation: orb-float 10s ease-in-out infinite alternate;
}
.crest-identity {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}
.crest-identity img {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  box-shadow: 0 0 30px rgba(124,58,237,.45), 0 0 18px rgba(0,217,255,.25);
}
.crest-identity h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  letter-spacing: .06em;
  color: var(--white);
  text-shadow: 0 0 24px rgba(0,217,255,.35);
}
.crest-identity p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.crest-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.crest-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(229,231,235,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--silver);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: border-color .22s ease, color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.crest-meta span:hover {
  color: var(--white);
  border-color: rgba(0,217,255,.45);
  box-shadow: 0 0 18px rgba(0,217,255,.2);
  transform: translateY(-2px);
}

.glass-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
  padding: 12px 18px;
  border: 1px solid rgba(0,217,255,.26);
  border-radius: 20px;
  background: rgba(12,27,61,.22);
  backdrop-filter: blur(22px) saturate(1.4);
  -webkit-backdrop-filter: blur(22px) saturate(1.4);
  box-shadow:
    0 14px 38px rgba(0,0,0,.18),
    inset 0 1px rgba(255,255,255,.1),
    0 0 32px rgba(0,217,255,.06);
}
.topbar-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.topbar-copy span {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .06em;
}
.glass-topbar strong {
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--cyan);
}
.glass-topbar .crest-meta {
  margin: 0;
}

/* ===== Buttons ===== */
.neon-cta,
.frost-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  overflow: hidden;
  border-radius: 14px;
  font-weight: 700;
  font-size: 14px;
  transition: transform .22s var(--ease), box-shadow .22s ease, border-color .22s ease;
}
.neon-cta {
  color: var(--white);
  border: 1px solid rgba(0,217,255,.55);
  background: linear-gradient(120deg, #2563eb, var(--cyan) 48%, #8b5cf6);
  background-size: 200% 100%;
  box-shadow:
    0 12px 34px rgba(59,130,246,.4),
    0 0 28px rgba(0,217,255,.3),
    inset 0 1px rgba(255,255,255,.25);
}
.neon-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.32) 48%, transparent 65%);
  transform: translateX(-120%);
  transition: transform .55s ease;
}
.neon-cta:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow:
    0 18px 42px rgba(59,130,246,.5),
    0 0 44px rgba(0,217,255,.42),
    inset 0 1px rgba(255,255,255,.3);
  animation: cta-flow 1.6s ease infinite;
}
.neon-cta:hover::after { transform: translateX(120%); }
.frost-cta {
  color: var(--silver);
  border: 1px solid rgba(0,217,255,.28);
  background: linear-gradient(165deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px rgba(255,255,255,.08);
}
.frost-cta:hover {
  color: var(--white);
  border-color: rgba(0,217,255,.55);
  transform: translateY(-3px);
  box-shadow: 0 0 28px rgba(0,217,255,.22), inset 0 1px rgba(255,255,255,.14);
  background: linear-gradient(165deg, rgba(0,217,255,.12), rgba(124,58,237,.08));
}
.aqua-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--white);
  font-weight: 700;
  border: 1px solid rgba(0,217,255,.35);
  background: linear-gradient(120deg, var(--violet), var(--electric) 55%, var(--cyan));
  background-size: 180% 100%;
  box-shadow: 0 14px 34px rgba(124,58,237,.45), 0 0 28px rgba(0,217,255,.28);
  transition: transform .22s var(--ease), box-shadow .22s ease;
}
.aqua-fab:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 40px rgba(124,58,237,.55), 0 0 36px rgba(0,217,255,.4);
  animation: cta-flow 1.8s ease infinite;
}

/* ===== Hero ===== */
.launch-bay {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 20px 24px;
  align-items: center;
  width: min(var(--content-max), 100%);
  margin: 0 auto;
  padding: 28px 0 52px;
}
.launch-bay .hologram-stack {
  order: 1;
  justify-self: end;
  width: 100%;
  max-width: 500px;
  margin-inline: 0;
}
.launch-bay .launch-copy {
  order: 2;
  text-align: left;
  justify-self: start;
  max-width: 36ch;
}
.launch-bay .launch-copy h1,
.launch-bay .launch-copy h2,
.launch-bay .launch-copy > p { margin-left: 0; margin-right: 0; }
.launch-bay .launch-actions { justify-content: flex-start; }
.launch-bay .chip { margin-left: 0; }
html[dir="rtl"] .launch-bay .hologram-stack { justify-self: start; }
html[dir="rtl"] .launch-bay .launch-copy { text-align: right; justify-self: end; }
html[dir="rtl"] .launch-bay .launch-actions { justify-content: flex-end; }
html[dir="rtl"] .launch-bay .chip { margin-left: auto; margin-right: 0; }
.launch-copy .chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(0,217,255,.28);
  border-radius: 999px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  background: rgba(0,217,255,.06);
}
.launch-copy .chip i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
  animation: twinkle 1.4s ease-in-out infinite alternate;
}
.launch-copy h1,
.launch-copy h2 {
  margin: 14px 0 0;
  max-width: 12ch;
  font-family: var(--display);
  font-size: clamp(2.1rem, 3.8vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -.02em;
  color: var(--white);
}
.launch-copy h1 span,
.launch-copy h2 span {
  background: linear-gradient(110deg, var(--white), var(--cyan) 45%, var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(0,217,255,.25));
}
.launch-copy > p {
  max-width: 36ch;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.launch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.launch-actions .neon-cta { min-height: 52px; padding-inline: 24px; font-size: 15px; }

.hologram-stack {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  padding: 14px 6px 4px;
  perspective: 900px;
  transition: transform .25s ease-out;
  will-change: transform;
}
.hud-chip {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 2px;
  min-width: 78px;
  padding: 8px 10px;
  border: 1px solid rgba(0,217,255,.35);
  border-radius: 12px;
  background: rgba(8,20,45,.72);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 28px rgba(0,0,0,.35), 0 0 18px rgba(0,217,255,.15);
  animation: float-y 5s ease-in-out infinite;
}
.hud-chip strong {
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: .14em;
  color: var(--cyan);
}
.hud-chip span {
  font-size: 11px;
  font-weight: 700;
  color: var(--white);
}
.hud-chip.hud-a { top: 4px; left: -6px; }
.hud-chip.hud-b { top: 38%; right: -8px; animation-delay: -1.6s; }
.hud-chip.hud-c { bottom: 42px; left: 8%; animation-delay: -2.8s; }
.scanlines {
  position: absolute;
  inset: 14px;
  z-index: 3;
  border-radius: 22px;
  pointer-events: none;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0 2px,
    rgba(0,217,255,.03) 2px 3px
  );
  mix-blend-mode: screen;
  opacity: .55;
  animation: scan-drift 6s linear infinite;
}
.console-bezel {
  position: relative;
  padding: 14px;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(229,231,235,.22), rgba(0,217,255,.08) 35%, rgba(124,58,237,.16) 70%, rgba(229,231,235,.1));
  box-shadow:
    0 34px 70px rgba(0,0,0,.45),
    0 0 0 1px rgba(255,255,255,.08),
    0 0 50px rgba(0,217,255,.12),
    0 40px 80px rgba(0,0,0,.35);
  animation: bezel-breathe 6s ease-in-out infinite;
  transform-style: preserve-3d;
}
.console-bezel::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -18px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0,217,255,.28), transparent 70%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}
.console-bezel::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), transparent 28%);
  pointer-events: none;
  z-index: 2;
}
.console-shine {
  position: absolute;
  inset: -20% -10% auto;
  height: 55%;
  background: radial-gradient(ellipse at 50% 0%, rgba(0,217,255,.28), transparent 68%);
  filter: blur(18px);
  pointer-events: none;
  animation: orb-float 10s ease-in-out infinite alternate;
}
.console-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(0,217,255,.28);
  border-radius: 22px;
  background:
    linear-gradient(165deg, rgba(20,40,78,.96), rgba(6,14,32,.98));
  box-shadow: inset 0 1px rgba(255,255,255,.1), inset 0 -20px 40px rgba(0,0,0,.25);
  transform: none;
}
.console-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0,217,255,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.015));
}
.console-dots { display: flex; gap: 6px; }
.console-dots i { width: 9px; height: 9px; border-radius: 50%; background: #4b5d78; }
.console-dots i:nth-child(1) { background: #ff5f57; }
.console-dots i:nth-child(2) { background: #febc2e; }
.console-dots i:nth-child(3) { background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.console-bar span {
  flex: 1;
  color: var(--silver);
  font-size: 12px;
  letter-spacing: .08em;
  text-align: center;
}
.console-status {
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  color: var(--cyan);
  text-shadow: 0 0 12px rgba(0,217,255,.55);
  animation: status-blink 2.4s ease-in-out infinite;
}
.console-body {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 148px;
  min-height: 280px;
}
.console-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-right: 1px solid rgba(0,217,255,.12);
  color: var(--muted);
  background: rgba(0,0,0,.18);
}
.console-side .on {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--cyan), var(--electric));
  box-shadow: 0 0 16px rgba(0,217,255,.45);
}
.console-screen {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 35%, rgba(0,217,255,.22), transparent 52%),
    radial-gradient(ellipse at 80% 80%, rgba(124,58,237,.18), transparent 45%),
    #040914;
}
.stage-glow {
  position: absolute;
  inset: 18% 22% 34%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,217,255,.35), transparent 70%);
  filter: blur(18px);
  animation: twinkle 2.8s ease-in-out infinite alternate;
}
.console-screen img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: opacity .25s ease, transform .45s var(--ease);
  animation: stage-drift 8s ease-in-out infinite alternate;
}
.console-screen img.fit-contain {
  object-fit: contain;
  padding: 36px 48px 72px;
  filter: drop-shadow(0 0 28px rgba(0,217,255,.35));
}
.console-screen .subline {
  position: absolute;
  left: 14px;
  bottom: 62px;
  z-index: 2;
  padding: 7px 11px;
  border: 1px solid rgba(0,217,255,.28);
  border-radius: 999px;
  background: rgba(8,20,45,.72);
  color: var(--cyan);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 16px rgba(0,217,255,.15);
}
.deck-controls {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  padding: 10px 12px;
  border: 1px solid rgba(0,217,255,.16);
  border-radius: 14px;
  background: rgba(6,14,30,.78);
  backdrop-filter: blur(12px);
}
.deck-line {
  height: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  overflow: hidden;
}
.deck-line b {
  display: block;
  width: 46%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--electric), var(--cyan), var(--violet));
  box-shadow: 0 0 14px var(--cyan);
}
.deck-line b.is-running {
  animation: progress-glow 3.6s ease-in-out infinite;
}
.deck-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 9px;
  color: var(--silver);
  font-size: 11px;
}
.deck-keys {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.deck-keys button {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  color: var(--silver);
  background: rgba(255,255,255,.04);
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}
.deck-keys button:hover {
  color: var(--white);
  background: rgba(0,217,255,.12);
}
.deck-play {
  color: var(--ink) !important;
  background: linear-gradient(135deg, var(--cyan), var(--electric)) !important;
  box-shadow: 0 0 14px rgba(0,217,255,.4);
}
.console-queue {
  padding: 12px 10px;
  border-left: 1px solid rgba(0,217,255,.12);
  background: linear-gradient(180deg, rgba(10,22,48,.9), rgba(4,10,22,.95));
}
.console-queue h3 {
  margin: 0 0 8px;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--cyan);
}
.console-queue [data-now-playing] {
  margin: 12px 2px 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
}
.queue-row {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 7px;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--silver);
  font-size: 12px;
  text-align: left;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.queue-row img { width: 34px; height: 34px; border-radius: 8px; object-fit: cover; background: #08142d; }
.queue-row.is-live,
.queue-row:hover {
  border-color: rgba(0,217,255,.35);
  background: rgba(0,217,255,.1);
  transform: translateX(2px);
}
.spec-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(0,217,255,.14);
  background: rgba(0,0,0,.22);
}
.spec-strip li {
  display: grid;
  gap: 2px;
  padding: 12px 8px;
  text-align: center;
  border-right: 1px solid rgba(0,217,255,.1);
}
.spec-strip li:last-child { border-right: 0; }
.spec-strip strong {
  font-family: var(--display);
  font-size: 13px;
  color: var(--cyan);
  letter-spacing: .04em;
  text-shadow: 0 0 12px rgba(0,217,255,.35);
}
.spec-strip span {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .04em;
}

/* ===== Sections / cards ===== */
.sector {
  position: relative;
  width: 100%;
  padding: 56px 20px;
  margin: 12px 0 0;
  border-radius: 28px;
}
.sector-cyan {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(0,217,255,.1), transparent 45%),
    linear-gradient(180deg, rgba(10,28,58,.55), rgba(8,20,45,.2));
  border: 1px solid rgba(0,217,255,.12);
  box-shadow: inset 0 1px rgba(255,255,255,.04);
}
.sector-violet {
  background:
    radial-gradient(ellipse at 80% 10%, rgba(124,58,237,.14), transparent 48%),
    linear-gradient(180deg, rgba(24,16,48,.5), rgba(8,20,45,.15));
  border: 1px solid rgba(124,58,237,.16);
}
.sector-deep {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(59,130,246,.12), transparent 50%),
    linear-gradient(180deg, rgba(6,14,32,.65), rgba(8,20,45,.2));
  border: 1px solid rgba(59,130,246,.14);
}
.sector-head { max-width: 560px; margin: 0 auto 32px; text-align: center; }
.sector-kicker {
  display: inline-block;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(0,217,255,.35);
}
.sector-head h2 {
  margin: 10px auto 0;
  font-family: var(--display);
  font-size: clamp(1.7rem, 3.2vw, 2.55rem);
  color: var(--white);
  letter-spacing: -.02em;
}
.sector-head p {
  margin: 10px auto 0;
  max-width: 52ch;
  color: var(--muted);
  line-height: 1.7;
}
.tile-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  width: min(var(--content-max), 100%);
  margin-inline: auto;
}
.choice-grid { grid-template-columns: repeat(3, 1fr); }
.choice-grid .tip-tile { grid-column: span 1; }
.tip-tile {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  grid-column: span 2;
  min-height: 220px;
  padding: 28px 24px;
  border: 1px solid rgba(0,217,255,.2);
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(18,36,72,.28), rgba(8,20,45,.18));
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  box-shadow: 0 16px 40px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.08);
  transition: transform .28s var(--ease), border-color .28s ease, box-shadow .28s ease, background .28s ease;
}
.tip-tile.wide { grid-column: span 3; }
.tip-tile.slim { grid-column: span 3; }
.tip-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.1) 50%, transparent 65%);
  transform: translateX(-130%);
  transition: transform .55s ease;
}
.tip-tile:hover {
  transform: translateY(-6px);
  border-color: rgba(0,217,255,.45);
  box-shadow: 0 22px 50px rgba(0,0,0,.35), 0 0 28px rgba(0,217,255,.12);
}
.tip-tile:hover::before { transform: translateX(130%); }
.tip-tile h3 {
  margin: 12px 0 8px;
  font-family: var(--display);
  font-size: 1.15rem;
  color: var(--white);
}
.tip-tile p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.tip-ico {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: var(--cyan);
  background: rgba(0,217,255,.1);
  box-shadow: inset 0 0 0 1px rgba(0,217,255,.2), 0 0 16px rgba(0,217,255,.12);
}

/* Unique feature tile layouts */
.tile-hero {
  grid-column: span 3;
  min-height: 280px;
  background:
    radial-gradient(ellipse at 90% 10%, rgba(0,217,255,.14), transparent 45%),
    linear-gradient(155deg, rgba(18,42,84,.32), rgba(8,20,45,.18));
}
.tile-hero .tile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tile-hero em {
  font-style: normal;
  font-family: var(--display);
  font-size: 28px;
  color: rgba(0,217,255,.35);
}
.signal-bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 48px;
  margin-top: auto;
  padding-top: 20px;
}
.signal-bars i {
  flex: 1;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, var(--cyan), var(--violet));
  opacity: .75;
  animation: bar-bounce 1.4s ease-in-out infinite;
}
.signal-bars i:nth-child(1) { height: 35%; animation-delay: 0s; }
.signal-bars i:nth-child(2) { height: 60%; animation-delay: .1s; }
.signal-bars i:nth-child(3) { height: 45%; animation-delay: .2s; }
.signal-bars i:nth-child(4) { height: 80%; animation-delay: .3s; }
.signal-bars i:nth-child(5) { height: 55%; animation-delay: .4s; }
.signal-bars i:nth-child(6) { height: 70%; animation-delay: .5s; }
.tile-split {
  grid-column: span 3;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-content: center;
  align-items: start;
  min-height: 280px;
  background:
    linear-gradient(120deg, rgba(124,58,237,.12), transparent 40%),
    linear-gradient(155deg, rgba(18,36,72,.3), rgba(8,20,45,.16));
}
.tile-split h3 { margin-top: 0; }
.tile-meter {
  grid-column: span 2;
  min-height: 260px;
  background:
    linear-gradient(180deg, rgba(59,130,246,.12), transparent 50%),
    linear-gradient(155deg, rgba(14,30,64,.28), rgba(8,20,45,.14));
}
.meter-track {
  margin-top: auto;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
}
.meter-track b {
  display: block;
  width: var(--fill, 70%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--electric), var(--cyan));
  box-shadow: 0 0 12px rgba(0,217,255,.45);
  animation: meter-pulse 2.2s ease-in-out infinite;
}
.tile-ring {
  grid-column: span 2;
  min-height: 260px;
  text-align: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(0,217,255,.12), transparent 50%),
    linear-gradient(155deg, rgba(18,36,72,.28), rgba(8,20,45,.14));
}
.tile-ring .tip-ico { margin: 0 auto; }
.tile-ring::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: -30px;
  right: -30px;
  border: 1px solid rgba(0,217,255,.2);
  border-radius: 50%;
  animation: ring-spin 24s linear infinite;
}
.tile-signal {
  grid-column: span 2;
  min-height: 260px;
  border-color: rgba(124,58,237,.35);
  background:
    linear-gradient(145deg, rgba(124,58,237,.14), transparent 45%),
    linear-gradient(155deg, rgba(22,24,64,.3), rgba(8,20,45,.14));
}
.tile-signal .tip-ico {
  color: #c4b5fd;
  background: rgba(124,58,237,.16);
  box-shadow: inset 0 0 0 1px rgba(124,58,237,.35), 0 0 16px rgba(124,58,237,.2);
}
.tile-num,
.tile-glass,
.tile-edge {
  min-height: 230px;
}
.tile-num em,
.tile-glass em,
.tile-edge em {
  display: block;
  font-style: normal;
  font-family: var(--display);
  font-size: 2rem;
  color: rgba(0,217,255,.4);
  margin-bottom: 4px;
}
.tile-num {
  background:
    linear-gradient(160deg, rgba(0,217,255,.1), transparent 50%),
    linear-gradient(155deg, rgba(18,36,72,.28), rgba(8,20,45,.14));
}
.tile-glass {
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  background: linear-gradient(155deg, rgba(255,255,255,.06), rgba(18,36,72,.2));
  border-color: rgba(229,231,235,.2);
}
.tile-edge {
  background: linear-gradient(155deg, rgba(124,58,237,.14), rgba(8,20,45,.16));
  box-shadow: 0 16px 40px rgba(0,0,0,.18), inset 3px 0 0 var(--violet);
}
.metric-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  width: min(var(--content-max), 100%);
  margin-inline: auto;
}
.metric-cell {
  padding: 22px;
  border: 1px solid rgba(0,217,255,.22);
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(165deg, rgba(18,36,72,.28), rgba(12,27,61,.16));
  backdrop-filter: blur(16px) saturate(1.25);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 12px 30px rgba(0,0,0,.16);
  transition: transform .25s var(--ease), box-shadow .25s ease, border-color .25s ease;
}
.metric-cell:hover {
  transform: translateY(-4px);
  border-color: rgba(0,217,255,.45);
  box-shadow: 0 18px 40px rgba(0,0,0,.3), 0 0 24px rgba(0,217,255,.12);
}
.metric-cell strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(0,217,255,.35);
}
.metric-cell p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.format-belt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: min(960px, 100%);
  margin-inline: auto;
}
.format-belt span {
  padding: 10px 14px;
  border: 1px solid rgba(229,231,235,.14);
  border-radius: 999px;
  color: var(--silver);
  background: rgba(255,255,255,.03);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}
.format-belt span:hover {
  color: var(--white);
  border-color: var(--cyan);
  transform: translateY(-3px);
  box-shadow: 0 0 16px rgba(0,217,255,.2);
}
.download-slab {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 32px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(124,58,237,.12), transparent 40%),
    linear-gradient(320deg, rgba(0,217,255,.1), transparent 42%),
    rgba(10,22,48,.22);
  backdrop-filter: blur(20px) saturate(1.3);
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
  box-shadow: 0 24px 60px rgba(0,0,0,.2), 0 0 40px rgba(0,217,255,.06);
}
.download-slab img {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 20px;
  box-shadow: 0 0 28px rgba(124,58,237,.4);
}
.download-slab h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--white);
}
.download-slab > p { max-width: 48ch; margin: 14px auto 0; color: var(--muted); line-height: 1.7; }
.download-slab .launch-actions { justify-content: center; }
.badge-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}
.badge-row span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(229,231,235,.14);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

/* ===== Footer ===== */
.chrome-base {
  width: 100%;
  margin: 36px auto 80px;
  padding: 32px 8px 18px;
  background: transparent;
}
.chrome-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 28px 48px;
}
.chrome-brand { max-width: 300px; }
.chrome-brand p { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.chrome-col strong {
  display: block;
  margin-bottom: 4px;
  color: var(--cyan);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.chrome-col a {
  display: block;
  width: fit-content;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  transition: color .2s ease, transform .2s ease;
}
.chrome-col a:hover { color: var(--white); transform: translateX(3px); }
.chrome-end {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 28px;
  padding-top: 18px;
  color: var(--muted);
  font-size: 12px;
  background: transparent;
}
.chrome-end::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--violet), transparent);
  box-shadow: 0 0 14px rgba(0,217,255,.35);
}

/* ===== Inner pages ===== */
.nexus-root.inner-deck .view-deck { padding-top: calc(var(--nav-h) + 36px); }
.nexus-root.inner-deck .crest-banner { min-height: 72px; }
.page-hero {
  padding: 28px 12px 18px;
  text-align: center;
}
.page-hero .kicker,
.page-hero > p:first-child,
.page-hero .sector-kicker {
  display: inline-block;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.page-hero h1 {
  margin: 12px auto 0;
  max-width: min(22ch, 100%);
  font-family: var(--display);
  font-size: clamp(1.85rem, 3.6vw, 2.9rem);
  line-height: 1.08;
  color: var(--white);
  background: linear-gradient(110deg, #fff, var(--cyan) 50%, var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.page-hero > p {
  max-width: 54ch;
  margin: 14px auto 0;
  color: var(--muted);
  line-height: 1.7;
}
.page-hero .panel-card {
  width: min(420px, 100%);
  margin: 22px auto 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(12,27,61,.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.page-jump,
.toc-pills {
  width: min(var(--content-max), 100%);
  margin: 8px auto 20px;
  padding: 0 8px;
}
.page-jump ol,
.toc-pills ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-jump a,
.toc-pills a {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(0,217,255,.22);
  border-radius: 999px;
  background: rgba(12,27,61,.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--silver);
  font-size: 13px;
  font-weight: 600;
  transition: transform .22s var(--ease), border-color .22s ease, color .22s ease, box-shadow .22s ease;
}
.page-jump a:hover,
.toc-pills a:hover {
  color: var(--white);
  border-color: rgba(0,217,255,.5);
  transform: translateY(-2px);
  box-shadow: 0 0 18px rgba(0,217,255,.16);
}
.inner-section {
  width: min(var(--content-max), 100%);
  margin: 16px auto 0;
  padding: 36px 22px !important;
}
.inner-section > .inner-grid,
.inner-section > .grid {
  display: grid;
  gap: 28px;
  align-items: center;
}
@media (min-width: 900px) {
  .inner-section .inner-grid,
  .inner-section > div:has(> .inner-copy),
  .inner-section > div:has(> img) {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 28px;
    align-items: center;
  }
}
.inner-section h2,
.inner-copy h2 {
  margin: 8px 0 0;
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  color: var(--white);
  letter-spacing: -.01em;
}
.inner-section h3 {
  margin: 18px 0 8px;
  font-family: var(--display);
  font-size: 1.1rem;
  color: var(--white);
}
.inner-section p,
.inner-copy p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}
.inner-section .kicker,
.inner-copy .kicker,
.inner-section > p:first-child {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.bullet-list,
.inner-section ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.bullet-list li,
.inner-section ul li {
  position: relative;
  padding: 10px 12px 10px 28px;
  border: 1px solid rgba(0,217,255,.12);
  border-radius: 12px;
  background: rgba(8,20,45,.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--silver);
  font-size: 14px;
  line-height: 1.55;
}
.bullet-list li::before,
.inner-section ul li::before {
  content: "/";
  position: absolute;
  left: 12px;
  color: var(--cyan);
  font-weight: 700;
}
.inner-media,
.inner-section img {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(0,217,255,.2);
  box-shadow: 0 18px 40px rgba(0,0,0,.3), 0 0 28px rgba(0,217,255,.08);
}
.spec-table {
  width: 100%;
  margin-top: 18px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(8,20,45,.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.spec-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}
.spec-table th,
.spec-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0,217,255,.1);
  text-align: left;
  font-size: 14px;
}
.spec-table th {
  color: var(--cyan);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.spec-table td { color: var(--silver); }
.spec-table tr:last-child td { border-bottom: 0; }
.panel-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(18,36,72,.28), rgba(8,20,45,.16));
  backdrop-filter: blur(16px) saturate(1.25);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
  box-shadow: 0 14px 34px rgba(0,0,0,.16);
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}
.timeline {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.timeline-item {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(12,27,61,.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.timeline-item strong {
  display: block;
  color: var(--cyan);
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: .08em;
}
.timeline-item p { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.guide-stack,
.trust-stack,
.faq-stack {
  width: min(820px, calc(100% - 24px));
  margin: 12px auto 36px;
  display: grid;
  gap: 12px;
}
.guide-card,
.trust-card {
  padding: 24px !important;
  border: 1px solid rgba(0,217,255,.2) !important;
  border-radius: 22px !important;
  background: linear-gradient(155deg, rgba(18,36,72,.28), rgba(8,20,45,.16)) !important;
  backdrop-filter: blur(18px) saturate(1.25) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.25) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,.16) !important;
  text-align: center;
  transition: transform .25s var(--ease), border-color .25s ease, box-shadow .25s ease;
}
.guide-card:hover,
.trust-card:hover {
  border-color: rgba(0,217,255,.45) !important;
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(0,0,0,.35), 0 0 24px rgba(0,217,255,.1) !important;
}
.guide-card h2,
.guide-card h3,
.trust-card h2,
.trust-card h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 1.15rem;
  color: var(--white);
}
.guide-card p,
.trust-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
}

/* FAQ accordion */
.inner-section:has(.faq-stack) {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 12px 8px 28px !important;
}
.faq-stack .answer-module {
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
  text-align: left;
  border: 1px solid rgba(0,217,255,.18) !important;
  border-radius: 16px !important;
  background: rgba(10, 22, 48, .18) !important;
  backdrop-filter: blur(16px) saturate(1.2) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.2) !important;
  box-shadow: inset 0 1px rgba(255,255,255,.06), 0 10px 28px rgba(0,0,0,.12) !important;
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.faq-stack .answer-module:hover {
  border-color: rgba(0,217,255,.35) !important;
  background: rgba(10, 22, 48, .26) !important;
  transform: none;
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 12px 30px rgba(0,0,0,.16) !important;
}
.faq-stack .answer-module summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  padding: 16px 18px;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--white);
  transition: color .2s ease;
}
.faq-stack .answer-module summary::-webkit-details-marker { display: none; }
.faq-stack .answer-module summary > span:first-child {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.faq-stack .answer-module summary:hover { color: #e8f7ff; }
.faq-stack .answer-module[open] {
  border-color: rgba(0,217,255,.42) !important;
  background: rgba(10, 28, 58, .28) !important;
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 0 24px rgba(0,217,255,.1) !important;
}
.faq-stack .answer-module[open] summary { color: var(--cyan); }
.faq-chevron {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-top: -2px;
  border-right: 2px solid rgba(0,217,255,.7);
  border-bottom: 2px solid rgba(0,217,255,.7);
  transform: rotate(45deg);
  transition: transform .22s var(--ease), border-color .22s ease;
  opacity: .85;
}
.faq-stack .answer-module[open] .faq-chevron {
  margin-top: 4px;
  transform: rotate(225deg);
  border-color: var(--cyan);
}
.faq-panel {
  margin: 0;
  padding: 0 18px 16px;
  text-align: left;
  border-top: 1px solid rgba(0,217,255,.12);
}
.faq-panel p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}
.faq-panel a { color: var(--cyan); font-weight: 600; }
.guide-topics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.guide-topics a,
.guide-topics span {
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(229,231,235,.14);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
#related-resources {
  width: min(820px, calc(100% - 24px));
  margin: 12px auto 40px;
  text-align: center;
}
#related-resources h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.4rem;
  color: var(--white);
}
#related-resources ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
#related-resources a {
  display: block;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--cyan) !important;
  background: rgba(12,27,61,.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
#related-resources a:hover {
  transform: translateY(-2px);
  border-color: rgba(0,217,255,.45);
  box-shadow: 0 0 18px rgba(0,217,255,.12);
}
.skip-link {
  position: fixed;
  left: 14px;
  top: -80px;
  z-index: 200;
  background: var(--cyan);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 700;
}
.skip-link:focus { top: 14px; }
.error-panel {
  width: min(640px, 100%);
  margin: 40px auto;
  padding: 40px 28px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(155deg, rgba(18,36,72,.28), rgba(8,20,45,.16));
  backdrop-filter: blur(20px) saturate(1.3);
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
  box-shadow: 0 24px 60px rgba(0,0,0,.2);
}
.error-panel h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--white);
}
.error-panel p { margin: 14px auto 0; color: var(--muted); max-width: 40ch; line-height: 1.7; }

/* Inner content polish */
.energy-seam { display: none; }
.inner-section figure,
.page-hero figure,
main figure {
  margin: 18px 0 0;
  padding: 10px;
  border: 1px solid rgba(0,217,255,.2);
  border-radius: 20px;
  background: linear-gradient(155deg, rgba(18,36,72,.22), rgba(8,20,45,.12));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
}
.inner-section figure > div:first-child:not(:has(img)),
main figure > div:first-child:not(:has(img)) {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  padding: 0 4px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .08em;
}
.inner-section figure > div:first-child span:not(:last-child),
main figure > div:first-child span:not(:last-child) {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4b5d78;
}
.inner-section figure > div:first-child span:nth-child(1) { background: #ff5f57; }
.inner-section figure > div:first-child span:nth-child(2) { background: #febc2e; }
.inner-section figure > div:first-child span:nth-child(3) { background: var(--cyan); }
.inner-section figure > div:first-child span:last-child,
main figure > div:first-child span:last-child {
  width: auto;
  height: auto;
  margin-left: auto;
  background: none;
  color: var(--cyan);
  font-weight: 700;
}
.inner-section article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(12,27,61,.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.inner-section a:not(.neon-cta):not(.frost-cta) {
  color: var(--cyan);
  font-weight: 600;
}
.faq-quick {
  width: min(720px, 100%);
  margin: 12px auto 8px;
  padding: 20px 22px;
  border: 1px solid rgba(0,217,255,.18);
  border-radius: 20px;
  background: rgba(10, 22, 48, .18);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  box-shadow: inset 0 1px rgba(255,255,255,.06), 0 12px 30px rgba(0,0,0,.12);
  text-align: left;
}
.faq-quick h2 {
  margin: 0 0 8px;
  font-family: var(--display);
  color: var(--cyan);
  font-size: 1.05rem;
  letter-spacing: .04em;
}
.faq-quick p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}
.panel-card {
  width: min(720px, 100%);
  margin: 12px auto 20px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(155deg, rgba(18,36,72,.28), rgba(8,20,45,.14));
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  box-shadow: 0 14px 34px rgba(0,0,0,.16);
  text-align: center;
}
.inner-section dl,
.page-hero dl {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  margin: 18px 0 0;
}
.inner-section dl > div,
.page-hero dl > div {
  padding: 14px;
  border: 1px solid rgba(0,217,255,.14);
  border-radius: 14px;
  background: rgba(8,20,45,.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.inner-section dt,
.page-hero dt {
  color: var(--cyan);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.inner-section dd,
.page-hero dd {
  margin: 6px 0 0;
  color: var(--silver);
  font-size: 14px;
  word-break: break-word;
}
.changelog-section,
section.changelog-section {
  width: min(var(--content-max), 100%);
  margin: 16px auto;
  padding: 36px 22px;
  border-radius: 28px;
  border: 1px solid rgba(124,58,237,.16);
  background:
    radial-gradient(ellipse at 80% 10%, rgba(124,58,237,.14), transparent 48%),
    linear-gradient(180deg, rgba(24,16,48,.5), rgba(8,20,45,.15));
}
.changelog-section > ol,
.changelog-section ol {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.changelog-section > ol > li,
.changelog-section ol > li {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(12,27,61,.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.changelog-section h3 {
  margin: 4px 0 8px;
  font-family: var(--display);
  color: var(--white);
}
.guide-card ol,
.guide-card ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
  text-align: left;
}
.guide-card ol li,
.guide-card ul li {
  padding: 10px 12px;
  border: 1px solid rgba(0,217,255,.12);
  border-radius: 12px;
  background: rgba(8,20,45,.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--silver);
  font-size: 14px;
  line-height: 1.55;
}
.guide-card .guide-lead {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.guide-note {
  margin-top: 14px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,217,255,.18);
  background: rgba(0,217,255,.06);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.page-hero .cta-row,
.page-hero > div:has(.neon-cta) {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 18px;
}
.page-hero .badge-row,
.page-hero > div:has(> span) {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 14px;
}
.page-hero code,
.inner-section code,
.faq-panel code {
  color: var(--cyan);
  font-size: .92em;
}
.signal-track {
  height: 6px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--electric), var(--cyan), var(--violet));
  box-shadow: 0 0 14px rgba(0,217,255,.4);
  animation: progress-glow 3.6s ease-in-out infinite;
}
.imageVault[hidden] { display: none !important; }

.rise-in { opacity: 1; transform: none; }
.reveal-on .rise-in {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s var(--ease);
}
.reveal-on .rise-in.is-shown { opacity: 1; transform: none; }

@keyframes grid-drift { to { transform: translate3d(-36px, -36px, 0); } }
@keyframes orb-float { to { transform: translate3d(28px, -32px, 0) scale(1.12); } }
@keyframes orb-float-b { to { transform: translate3d(-34px, 24px, 0) scale(1.1); } }
@keyframes orb-float-c { to { transform: translate3d(22px, -40px, 0) scale(1.14); } }
@keyframes aurora-drift {
  0% { transform: translate3d(-3%, -2%, 0) scale(1) rotate(0deg); }
  50% { transform: translate3d(4%, 3%, 0) scale(1.08) rotate(2deg); }
  100% { transform: translate3d(-2%, 4%, 0) scale(1.04) rotate(-1.5deg); }
}
@keyframes scan-pass {
  0% { top: -20%; opacity: 0; }
  12% { opacity: .85; }
  88% { opacity: .55; }
  100% { top: 110%; opacity: 0; }
}
@keyframes pulse-expand {
  0% { transform: scale(.35); opacity: .55; }
  70% { opacity: .12; }
  100% { transform: scale(4.2); opacity: 0; }
}
@keyframes mote-rise {
  0% { transform: translate3d(0, 0, 0); opacity: 0; }
  12% { opacity: .7; }
  80% { opacity: .45; }
  100% { transform: translate3d(var(--x, 20px), -110vh, 0); opacity: 0; }
}
@keyframes meteor-fly {
  0% { transform: translate3d(0, 0, 0) rotate(-32deg); opacity: 0; }
  8% { opacity: .85; }
  100% { transform: translate3d(-55vw, 70vh, 0) rotate(-32deg); opacity: 0; }
}
@keyframes noise-shift {
  0% { transform: translate3d(0, 0, 0); }
  20% { transform: translate3d(-1%, 1%, 0); }
  40% { transform: translate3d(1%, -1%, 0); }
  60% { transform: translate3d(-1%, -1%, 0); }
  80% { transform: translate3d(1%, 1%, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
@keyframes twinkle { to { opacity: .9; transform: scale(1.4); } }
@keyframes float-y { 50% { transform: translateY(-10px); } }
@keyframes cta-flow { 50% { background-position: 100% 0; } }
@keyframes streak-sweep {
  0%, 100% { opacity: .2; transform: rotate(-18deg) translateX(-8%); }
  50% { opacity: .55; transform: rotate(-18deg) translateX(8%); }
}
@keyframes ring-spin { to { transform: rotate(360deg); } }
@keyframes status-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: .55; }
}
@keyframes bezel-breathe {
  0%, 100% { box-shadow: 0 34px 70px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.08), 0 0 50px rgba(0,217,255,.12), 0 40px 80px rgba(0,0,0,.35); }
  50% { box-shadow: 0 38px 78px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.1), 0 0 70px rgba(0,217,255,.22), 0 44px 90px rgba(0,0,0,.4); }
}
@keyframes scan-drift { to { background-position: 0 24px; } }
@keyframes progress-glow {
  0%, 100% { width: 42%; filter: brightness(1); }
  50% { width: 58%; filter: brightness(1.2); }
}
@keyframes bar-bounce {
  0%, 100% { transform: scaleY(.7); }
  50% { transform: scaleY(1); }
}
@keyframes meter-pulse {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.25); }
}
@keyframes nav-pulse {
  0%, 100% { box-shadow: inset 0 0 0 1px rgba(0,217,255,.12), 0 0 16px rgba(0,217,255,.06); }
  50% { box-shadow: inset 0 0 0 1px rgba(0,217,255,.22), 0 0 24px rgba(0,217,255,.14); }
}
@keyframes stage-drift {
  from { transform: scale(1); }
  to { transform: scale(1.035); }
}

@media (max-width: 1100px) {
  .rail-toggle { display: grid; }
  .dock-rail {
    top: 14px;
    left: 14px;
    right: 14px;
    width: auto;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
    max-height: calc(100vh - 28px);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease, transform .25s var(--ease);
    transform: translateY(-8px);
  }
  .dock-rail.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .dock-nav {
    grid-column: 1;
    justify-self: stretch;
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
  }
  .dock-actions {
    grid-column: 1;
    justify-self: stretch;
  }
  .dock-nav a {
    padding: 12px 14px;
    font-size: 14px;
  }
  .dock-nav a:hover,
  .dock-nav a.is-live { transform: translateX(3px); }
  .dock-actions {
    margin: 0;
    display: grid;
    gap: 10px;
  }
  .dock-actions .neon-cta { width: 100%; }
  .locale-button { width: 100%; }
  .locale-menu { left: 0; right: 0; }
  .view-deck { margin-left: 0; padding: 78px 16px 48px; }
  .launch-bay {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 20px 0 40px;
    gap: 28px;
  }
  .launch-bay .hologram-stack {
    order: 2;
    justify-self: center;
    max-width: 520px;
  }
  .launch-bay .launch-copy {
    order: 1;
    text-align: center;
    justify-self: center;
    max-width: 42ch;
  }
  .launch-bay .launch-copy h1,
  .launch-bay .launch-copy h2,
  .launch-bay .launch-copy > p { margin-inline: auto; }
  .launch-bay .launch-actions { justify-content: center; }
  .launch-bay .chip { margin-inline: auto; }
  .hologram-stack { max-width: 520px; }
  .console-body { grid-template-columns: 52px minmax(0, 1fr); }
  .console-queue { display: none; }
  .tile-grid { grid-template-columns: 1fr 1fr; }
  .choice-grid { grid-template-columns: 1fr; }
  .tip-tile,
  .tip-tile.wide,
  .tip-tile.slim,
  .tile-hero,
  .tile-split,
  .tile-meter,
  .tile-ring,
  .tile-signal { grid-column: span 1; }
  .tile-split { grid-template-columns: 1fr; }
  .hud-chip { display: none; }
  .metric-row { grid-template-columns: 1fr 1fr; }
  .crest-banner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 700px) {
  .tile-grid, .metric-row { grid-template-columns: 1fr; }
  .console-body { grid-template-columns: 1fr; }
  .console-side { display: none; }
  .spec-strip { grid-template-columns: repeat(2, 1fr); }
  .spec-strip li:nth-child(2) { border-right: 0; }
  .aqua-fab span { display: none; }
  .sector { padding: 40px 12px; border-radius: 20px; }
  .tip-tile,
  .tile-hero,
  .tile-split,
  .tile-meter,
  .tile-ring,
  .tile-signal,
  .tile-num,
  .tile-glass,
  .tile-edge { min-height: 0; }
  .glass-topbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .glass-topbar .crest-meta { justify-content: flex-start; }
  .dock-brand span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .hologram-stack { transition: none; }
}

.feature-cards {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.inner-grid {
  display: grid;
  gap: 24px;
  align-items: center;
}
@media (min-width: 900px) {
  .inner-grid { grid-template-columns: 1.05fr .95fr; }
}
