*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #f4f7fb;
  --dim: #9fc0df;
  --face: #005daa;
  --face-hi: #2e83c8;
  --face-lo: #003c70;
  --edge: #66a5d8;
  --red: #e31837;
  --mustard: #ffd84a;
  --night: #041018;
  --ui: "Share Tech Mono", ui-monospace, monospace;
  --display: "Bungee", Impact, system-ui, sans-serif;
  --neon: linear-gradient(90deg, #e31837, #ff5a4e, #ffd84a, #4d9fdd, #005daa, #4d9fdd, #ffd84a, #ff5a4e, #e31837);
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
  background: var(--night);
  color: var(--ink);
  font-family: var(--ui);
  -webkit-font-smoothing: antialiased;
  cursor: default;
}

button, a { font: inherit; color: inherit; }

[hidden] { display: none !important; }

/* ── INTRO ── */
.intro {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: #02080e;
  color: var(--face);
  overflow: hidden;
  user-select: none;
}

.intro.is-leaving {
  opacity: 0;
  transition: opacity 0.45s linear;
  pointer-events: none;
}

.intro-noise {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.12;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.intro-crt {
  position: absolute;
  inset: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
  background: repeating-linear-gradient(#003c6e10 0 1px, transparent 1px 3px);
  z-index: 40;
}

.intro-vig {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(transparent 48%, #001428aa 100%);
  z-index: 41;
}

.intro-stage {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 0 5vw;
  font-family: var(--display);
  font-size: clamp(1.4rem, 5.5vw, 3.2rem);
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-align: center;
}

.intro-line {
  opacity: 0;
  transform: translateY(12px);
  max-width: 18ch;
}

.intro-line.in {
  opacity: 1;
  transform: none;
  transition: opacity 0.45s ease, transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.intro-line.out {
  opacity: 0;
  transition: opacity 0.35s linear;
}

.intro-line.accent { color: var(--red); }
.intro-line.gold { color: var(--mustard); }

.intro-finale {
  position: fixed;
  inset: 0;
  z-index: 15;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: clamp(1.6rem, 4vh, 2.8rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s linear;
}

.intro-finale.on {
  opacity: 1;
  visibility: visible;
}

.intro-big {
  font-family: var(--display);
  font-size: clamp(4rem, 18vw, 9rem);
  letter-spacing: 0.06em;
  color: var(--red);
  text-shadow:
    0 0 30px rgba(227, 24, 55, 0.55),
    0 0 80px rgba(255, 216, 74, 0.25);
  line-height: 1;
}

.enter {
  appearance: none;
  border: 0;
  background: var(--red);
  color: #fff;
  font-family: var(--display);
  font-size: clamp(1.1rem, 3vw, 1.6rem);
  letter-spacing: 0.22em;
  padding: 0.85rem 2.4rem;
  cursor: pointer;
  box-shadow: 0 3px #8f0f24, 0 16px 40px rgba(227, 24, 55, 0.4);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s ease, transform 0.45s ease, background 0.15s;
}

.enter.on {
  opacity: 1;
  transform: none;
}

.enter:hover { background: #ff2a48; }
.enter:active { transform: translateY(2px); }

.skip {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 60;
  appearance: none;
  border: 1px solid rgba(0, 93, 170, 0.55);
  background: rgba(2, 8, 14, 0.7);
  color: var(--dim);
  font-family: var(--ui);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  padding: 0.55rem 0.9rem;
  cursor: pointer;
}

.skip:hover { color: #fff; border-color: var(--face); }

.intro-tag {
  position: fixed;
  bottom: 22px;
  left: 18px;
  z-index: 60;
  font-family: var(--ui);
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  color: var(--red);
}

/* ── STAGE WORLD ── */
.stage {
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.scene-plate {
  position: absolute;
  inset: -4%;
  background-position: center 35%;
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(0.85) brightness(0.42) contrast(1.15);
  animation: plate-drift 40s ease-in-out infinite alternate;
  transform: scale(1.06);
}

@keyframes plate-drift {
  from { transform: scale(1.06) translate(-0.6%, -0.3%); }
  to { transform: scale(1.12) translate(0.7%, 0.5%); }
}

.scene-grade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 40, 70, 0.35) 0%, transparent 35%, rgba(4, 16, 24, 0.55) 100%),
    radial-gradient(58% 48% at 50% 45%, rgba(255, 216, 74, 0.18), transparent 70%);
}

.scene-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
}

.scene-orb-a {
  width: min(50vw, 420px);
  height: min(50vw, 420px);
  top: -10%;
  right: -8%;
  background: rgba(0, 93, 170, 0.45);
  animation: orb 9s ease-in-out infinite;
}

.scene-orb-b {
  width: min(40vw, 320px);
  height: min(40vw, 320px);
  bottom: 5%;
  left: -6%;
  background: rgba(227, 24, 55, 0.28);
  animation: orb 11s ease-in-out infinite reverse;
}

@keyframes orb {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.7; }
  50% { transform: translate(4%, -3%) scale(1.08); opacity: 1; }
}

.scene-grain {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.scene-scan {
  position: absolute;
  inset: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
  background: repeating-linear-gradient(rgba(0, 60, 110, 0.06) 0 1px, transparent 1px 3px);
}

.scene-vig {
  position: absolute;
  inset: 0;
  background: radial-gradient(at 50% 48%, transparent 40%, rgba(0, 20, 40, 0.72) 100%);
  pointer-events: none;
}

.mark {
  position: fixed;
  top: clamp(16px, 2.8vw, 40px);
  left: clamp(18px, 3vw, 48px);
  z-index: 30;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 5.5vw, 4.4rem);
  letter-spacing: 0.02em;
  line-height: 0.9;
  color: transparent;
  background: linear-gradient(180deg, #5eb2f0 0%, #005daa 48%, #003a6e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 3px rgba(0, 42, 78, 0.35)) drop-shadow(0 0 28px rgba(0, 93, 170, 0.25));
}

.mark span {
  display: block;
  margin-top: 0.55em;
  font-family: var(--ui);
  font-size: 0.58rem;
  letter-spacing: 0.38em;
  color: var(--red);
  -webkit-text-fill-color: var(--red);
  background: none;
  filter: none;
}

.deck {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: clamp(18px, 2.8vh, 32px);
  padding: clamp(90px, 13vh, 140px) 4vw clamp(70px, 10vh, 110px);
  pointer-events: none;
}

.deck > * { pointer-events: auto; }

.deck {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s linear, visibility 0s linear 0.45s;
}

.deck.is-on {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.45s linear, visibility 0s;
}

/* Frame */
.frame {
  position: relative;
  width: min(52vw, 520px);
  aspect-ratio: 1;
  background: #dfe7ee;
  box-shadow:
    0 0 0 1px rgba(0, 93, 170, 0.35),
    0 0 0 8px #fff,
    0 0 0 9px rgba(0, 93, 170, 0.22),
    0 0 70px 10px rgba(0, 93, 170, 0.18),
    0 28px 70px -18px rgba(0, 45, 90, 0.55);
  animation: frame-in 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes frame-in {
  from { opacity: 0; transform: scale(0.94) translateY(18px); }
  to { opacity: 1; transform: none; }
}

.frame-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(rgba(0, 0, 0, 0.08) 0 1px, transparent 1px 3px),
    radial-gradient(transparent 55%, rgba(0, 20, 40, 0.28) 100%);
}

.frame-ch {
  position: absolute;
  top: 12px;
  left: 14px;
  z-index: 3;
  font-family: var(--ui);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  color: #c9ffb0;
  text-shadow: 0 0 8px rgba(150, 255, 120, 0.6);
  background: rgba(0, 0, 0, 0.45);
  padding: 3px 8px;
}

.frame-glare {
  position: absolute;
  inset: -1px;
  pointer-events: none;
  opacity: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.95);
  filter: drop-shadow(0 0 6px #fff);
  -webkit-mask-image: linear-gradient(102deg, transparent 38%, #000 46% 54%, transparent 62%);
  mask-image: linear-gradient(102deg, transparent 38%, #000 46% 54%, transparent 62%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-position: 132% 0;
  mask-position: 132% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.frame-glare.sweep {
  opacity: 1;
  transition: mask-position 2s cubic-bezier(0.38, 0.46, 0.26, 1), -webkit-mask-position 2s cubic-bezier(0.38, 0.46, 0.26, 1);
  -webkit-mask-position: -32% 0;
  mask-position: -32% 0;
}

.mark-c {
  position: absolute;
  width: 16px;
  height: 16px;
  opacity: 0.55;
  pointer-events: none;
}

.mark-c::before,
.mark-c::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}

.mark-c::before { width: 16px; height: 1px; }
.mark-c::after { width: 1px; height: 16px; }
.mark-c.tl { top: -15px; left: -15px; }
.mark-c.tr { top: -15px; right: -15px; }
.mark-c.tr::before, .mark-c.tr::after { right: 0; }
.mark-c.bl { bottom: -15px; left: -15px; }
.mark-c.bl::before, .mark-c.bl::after { bottom: 0; }
.mark-c.br { bottom: -15px; right: -15px; }
.mark-c.br::before, .mark-c.br::after { bottom: 0; right: 0; }

/* Buttons */
.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.w98 {
  appearance: none;
  display: inline-block;
  min-width: 104px;
  padding: 12px 22px;
  border: none;
  background: var(--face);
  color: #fff;
  font-family: var(--ui);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow:
    inset 1px 1px 0 0 var(--edge),
    inset -1px -1px 0 0 #001f3a,
    inset 2px 2px 0 0 var(--face-hi),
    inset -2px -2px 0 0 var(--face-lo);
  transition: background 0.14s linear;
}

.w98:hover { background: #0068c0; }
.w98:active {
  box-shadow:
    inset -1px -1px 0 0 var(--edge),
    inset 1px 1px 0 0 #001f3a,
    inset -2px -2px 0 0 var(--face-hi),
    inset 2px 2px 0 0 var(--face-lo);
}

.neon {
  isolation: isolate;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  padding: 12px 26px;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55), 0 0 14px rgba(255, 255, 255, 0.85);
  cursor: pointer;
}

.neon-face,
.neon-bloom {
  position: absolute;
  inset: 0;
  background: var(--neon);
  background-size: 200% 100%;
  animation: neon-flow 6s linear infinite, neon-pulse 2.2s ease-in-out infinite alternate;
}

.neon-bloom {
  z-index: -1;
  inset: -3px;
  pointer-events: none;
  animation: neon-flow 6s linear infinite, neon-bloom 2.2s ease-in-out infinite alternate;
}

.neon-face { z-index: 0; filter: saturate(1.35); }

.neon-gloss {
  z-index: 1;
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.06) 44%, transparent 46%, rgba(0, 0, 0, 0.12) 92%, rgba(255, 255, 255, 0.1) 100%),
    linear-gradient(100deg, transparent 38%, rgba(255, 255, 255, 0.35) 50%, transparent 62%) 0 0 / 260% 100%;
  animation: neon-sweep 3.6s linear infinite;
}

.neon-rim {
  z-index: 2;
  position: absolute;
  inset: 0;
  pointer-events: none;
  padding: 1px;
  background: linear-gradient(#fff, rgba(255, 255, 255, 0.35) 45%, rgba(0, 0, 0, 0.55));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.neon-label { position: relative; z-index: 3; }

@keyframes neon-flow { to { background-position: -200% 0; } }
@keyframes neon-pulse {
  from { filter: saturate(1.2) brightness(0.82); }
  to { filter: saturate(1.6) brightness(1.18); }
}
@keyframes neon-bloom {
  from { filter: blur(10px) brightness(0.7); opacity: 0.45; }
  to { filter: blur(16px) brightness(1.3); opacity: 0.8; }
}
@keyframes neon-sweep {
  from { background-position: 0 0, 170% 0; }
  to { background-position: 0 0, -70% 0; }
}

.ca {
  appearance: none;
  border: none;
  max-width: min(92vw, 560px);
  padding: 11px 15px;
  background: rgba(0, 32, 60, 0.55);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  cursor: pointer;
  text-align: center;
  transition: box-shadow 0.16s;
}

.ca:hover { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4); }
.ca.copied .ca-val { color: #a8ff8a; }

.ca-lbl {
  display: block;
  margin-bottom: 5px;
  font-size: 0.55rem;
  letter-spacing: 0.3em;
  color: var(--dim);
}

.ca-val {
  display: block;
  font-size: clamp(0.62rem, 1.1vw, 0.82rem);
  letter-spacing: 0.02em;
  color: #e8eef5;
  word-break: break-all;
}

/* Panels */
.panel {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  background: rgba(2, 10, 18, 0.82);
  backdrop-filter: blur(10px);
  overflow: auto;
  animation: panel-in 0.28s ease;
}

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

.panel-inner {
  width: min(1100px, 100%);
  max-height: min(92vh, 960px);
  overflow: auto;
  padding: clamp(1.2rem, 3vw, 2rem);
  background:
    linear-gradient(160deg, rgba(0, 60, 110, 0.55), rgba(4, 16, 24, 0.92)),
    #062033;
  box-shadow:
    inset 0 0 0 1px rgba(102, 165, 216, 0.35),
    0 0 80px rgba(0, 93, 170, 0.25);
}

.panel-inner-chart { width: min(1080px, 100%); }

.panel-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 90;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
}

.panel-kicker {
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  color: var(--mustard);
  margin-bottom: 0.5rem;
}

.panel-inner h2 {
  font-family: var(--display);
  font-size: clamp(1.6rem, 4.5vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin-bottom: 1.2rem;
  color: #fff;
}

.panel-story {
  display: grid;
  gap: 0.85rem;
  max-width: 42em;
  color: var(--dim);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1.4rem;
}

.panel-story strong { color: #fff; }

.source-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.2rem;
  align-items: start;
}

.source-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  min-width: 0;
}

.source-card-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.source-card-head strong {
  display: block;
  font-size: 0.9rem;
  color: #fff;
  letter-spacing: 0.04em;
}

.source-card-head span {
  font-size: 0.68rem;
  color: var(--dim);
  letter-spacing: 0.04em;
}

.source-badge {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: var(--display);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: #fff;
}

.source-badge-mlb {
  background: linear-gradient(145deg, #041e42, #bf0d3e);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.source-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.source-ext,
.source-card-head a:last-child {
  margin-left: auto;
  flex-shrink: 0;
  padding: 0.4rem 0.75rem;
  text-decoration: none;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.source-card-ig .source-card-head a:last-child {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  border: 0;
  font-weight: 700;
}

.source-quote {
  padding: 0.85rem 1rem 0.2rem;
  color: var(--mustard);
  font-size: 0.88rem;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.tweet-embed {
  padding: 0.35rem 0.65rem 0.85rem;
  display: flex;
  justify-content: center;
  min-height: 280px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(29, 155, 240, 0.12), transparent 55%),
    rgba(0, 0, 0, 0.2);
}

.tweet-embed .twitter-tweet {
  margin: 0 auto !important;
}

.tweet-embed iframe {
  max-width: 100% !important;
}

.panel-ig-frame {
  display: block;
  width: 100%;
  height: min(52vh, 520px);
  border: 0;
  background: #111;
}

.panel-back { margin-top: 0.4rem; }

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

.chart-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1rem;
}

.chart-open {
  color: var(--mustard);
  text-decoration: none;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  border-bottom: 1px solid var(--mustard);
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.55rem;
  margin-bottom: 0.85rem;
}

.stat {
  padding: 0.75rem 0.85rem;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.stat dt {
  display: block;
  font-size: 0.55rem;
  letter-spacing: 0.24em;
  color: var(--dim);
  margin-bottom: 0.3rem;
}

.stat dd {
  font-family: var(--display);
  font-size: clamp(1rem, 2vw, 1.35rem);
  color: #fff;
  letter-spacing: 0.02em;
}

.chart-box {
  position: relative;
  min-height: 360px;
  background: #00396b;
  box-shadow: 0 0 0 1px rgba(0, 93, 170, 0.35), 0 0 50px rgba(0, 93, 170, 0.15);
  margin-bottom: 1rem;
}

.dex-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.chart-tba {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 0.35rem;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(255, 216, 74, 0.15), transparent 55%),
    #00284f;
}

.chart-tba span {
  letter-spacing: 0.28em;
  font-size: 0.65rem;
  color: var(--dim);
}

.chart-tba strong {
  font-family: var(--display);
  font-size: clamp(2.4rem, 8vw, 4rem);
  color: var(--red);
  letter-spacing: 0.12em;
}

.chart-tba p { color: var(--dim); font-size: 0.85rem; }

.chart-box.is-live .chart-tba { display: none; }

.toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  z-index: 200;
  padding: 0.65rem 1rem;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(168, 255, 138, 0.45);
  color: #a8ff8a;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s, transform 0.25s;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 900px) {
  .frame { width: min(78vw, 420px); }
  .stats { grid-template-columns: 1fr 1fr; }
  .mark-c { display: none; }
}

@media (max-width: 640px) {
  .deck {
    gap: 16px;
    padding: clamp(88px, 16vh, 130px) 4vw 100px;
  }
  .frame { width: 86vw; }
  .nav .w98,
  .neon {
    flex: 1 1 40%;
    min-width: 0;
    padding: 11px 14px;
    font-size: 0.65rem;
    letter-spacing: 0.12em;
  }
  .intro-stage { font-size: clamp(1.2rem, 6.5vw, 2rem); }
  .chart-box { min-height: 300px; }
}

@media (prefers-reduced-motion: reduce) {
  .scene-plate,
  .scene-orb,
  .neon-face,
  .neon-bloom,
  .neon-gloss { animation: none; }
  .frame { animation: none; }
}
