:root {
  --bg: #050719;
  --bg-deep: #020312;
  --text: #eef6ff;
  --muted: #9dacd7;
  --primary: #10eaf2;
  --secondary: #ff2bd6;
  --accent: #6b2dff;
  --line: rgba(16, 234, 242, 0.24);
  --line-soft: rgba(255, 255, 255, 0.09);
  --glow-cyan: 0 0 24px rgba(16, 234, 242, 0.35);
  --glow-magenta: 0 0 32px rgba(255, 43, 214, 0.28);
  --pointer-x: 0px;
  --pointer-y: 0px;
  --eye-drift-x: 0%;
  --eye-drift-y: 0%;
  --eye-pointer-x: 0px;
  --eye-pointer-y: 0px;
  --eye-energy: 1;
  --eye-streak-energy: 1;
  --eye-danger: 0;
  --eye-solid: 0;
  --eye-core-grow: 0;
  --mask-cyan-x: 0px;
  --mask-cyan-y: 0px;
  --mask-cyan-rotate: 0deg;
  --mask-cyan-opacity: 0;
  --mask-magenta-x: 0px;
  --mask-magenta-y: 0px;
  --mask-magenta-rotate: 0deg;
  --mask-magenta-opacity: 0;
  --mask-white-x: 0px;
  --mask-white-y: 0px;
  --mask-white-rotate: 0deg;
  --mask-white-opacity: 0;
  --chest-node-duration: 4.2s;
  --chest-hue-duration: 8.8s;
  --logo-break-x: 0px;
  --logo-break-y: 0px;
  --logo-break-rotate: 0deg;
  --panel-shift-x: 0px;
  --panel-shift-y: 0px;
  --panel-logo-scale: 1;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 45%, rgba(19, 34, 105, 0.45), transparent 22%),
    radial-gradient(circle at 18% 18%, rgba(16, 234, 242, 0.08), transparent 18%),
    radial-gradient(circle at 82% 18%, rgba(255, 43, 214, 0.08), transparent 16%),
    linear-gradient(180deg, #030511 0%, #050719 45%, #03040c 100%);
}

body[data-emergency="blackout"] {
  overflow: hidden;
}

#starfield {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.penguin-drift-field {
  position: fixed;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.drift-penguin {
  position: absolute;
  width: 88px;
  height: 88px;
  opacity: 0.18;
  pointer-events: auto;
  cursor: pointer;
  mix-blend-mode: screen;
  filter:
    brightness(0)
    saturate(100%)
    invert(89%)
    sepia(66%)
    saturate(4808%)
    hue-rotate(137deg)
    brightness(102%)
    contrast(103%)
    blur(0.3px)
    drop-shadow(0 0 10px rgba(16, 234, 242, 0.18));
  transform-origin: 50% 50%;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    filter 180ms ease;
  will-change: transform, opacity;
}

.drift-penguin.is-popping {
  opacity: 1 !important;
  transition: none !important;
  animation-play-state: paused !important;
}

.pop-heart {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  pointer-events: none;
  font-family: "Avenir Next", "Segoe UI Symbol", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #09030f;
  -webkit-text-stroke: 1px rgba(255, 188, 238, 0.88);
  paint-order: stroke fill;
  mix-blend-mode: normal;
  text-shadow:
    0 0 10px rgba(255, 120, 216, 0.5),
    0 0 18px rgba(255, 43, 214, 0.34),
    0 0 22px rgba(16, 234, 242, 0.18);
  filter: drop-shadow(0 0 5px rgba(255, 188, 238, 0.32));
  will-change: transform, opacity, filter;
}

.drift-penguin-a {
  top: 8%;
  left: -8%;
  width: 76px;
  height: 76px;
  opacity: 0.13;
  animation: driftPenguinA 52s linear infinite;
}

.drift-penguin-b {
  top: -6%;
  right: 18%;
  width: 58px;
  height: 58px;
  opacity: 0.16;
  filter:
    brightness(0)
    saturate(100%)
    invert(38%)
    sepia(92%)
    saturate(3185%)
    hue-rotate(283deg)
    brightness(109%)
    contrast(108%)
    blur(0.2px)
    drop-shadow(0 0 8px rgba(255, 43, 214, 0.16));
  animation: driftPenguinB 41s linear infinite;
}

.drift-penguin-c {
  top: 38%;
  left: 104%;
  width: 64px;
  height: 64px;
  opacity: 0.12;
  filter:
    brightness(0)
    saturate(100%)
    invert(100%)
    blur(0.2px)
    drop-shadow(0 0 7px rgba(255, 255, 255, 0.12));
  animation: driftPenguinC 58s linear infinite;
}

.drift-penguin-d {
  right: 22%;
  bottom: -10%;
  width: 92px;
  height: 92px;
  opacity: 0.11;
  animation: driftPenguinD 47s linear infinite;
}

.drift-penguin-e {
  left: 12%;
  bottom: 104%;
  width: 54px;
  height: 54px;
  opacity: 0.1;
  filter:
    brightness(0)
    saturate(100%)
    invert(38%)
    sepia(92%)
    saturate(3185%)
    hue-rotate(283deg)
    brightness(109%)
    contrast(108%)
    blur(0.25px)
    drop-shadow(0 0 8px rgba(255, 43, 214, 0.14));
  animation: driftPenguinE 36s linear infinite;
}

.meltdown-overlay {
  position: fixed;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  overflow: hidden;
}

.mascot-wipe {
  position: fixed;
  inset: 0;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

.mascot-wipe-band,
.mascot-wipe-core {
  position: absolute;
  top: -18%;
  bottom: -18%;
  left: -38%;
  transform: translateX(-155%) skewX(-18deg);
  will-change: transform, opacity, filter;
}

.mascot-wipe-band {
  width: 62%;
  opacity: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(16, 234, 242, 0.06) 24%,
      rgba(16, 234, 242, 0.32) 48%,
      rgba(255, 43, 214, 0.22) 62%,
      rgba(255, 255, 255, 0) 100%
    );
  filter: blur(22px);
}

.mascot-wipe-core {
  width: 16%;
  opacity: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 14%,
      rgba(16, 234, 242, 0.9) 44%,
      rgba(255, 255, 255, 0.98) 52%,
      rgba(255, 43, 214, 0.88) 60%,
      rgba(255, 255, 255, 0) 100%
    );
  filter: blur(7px);
  box-shadow:
    0 0 34px rgba(16, 234, 242, 0.2),
    0 0 42px rgba(255, 43, 214, 0.14);
}

body[data-mascot-switch] .mascot-wipe {
  opacity: 1;
}

body[data-mascot-switch] .mascot-wipe-band {
  animation: mascotWipeBand 760ms cubic-bezier(0.22, 0.88, 0.2, 1) forwards;
}

body[data-mascot-switch] .mascot-wipe-core {
  animation: mascotWipeCore 760ms cubic-bezier(0.22, 0.88, 0.2, 1) forwards;
}

body[data-mascot-switch="kitty"] .mascot-wipe-band {
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 43, 214, 0.08) 22%,
      rgba(255, 43, 214, 0.34) 48%,
      rgba(16, 234, 242, 0.2) 64%,
      rgba(255, 255, 255, 0) 100%
    );
}

body[data-mascot-switch="kitty"] .mascot-wipe-core {
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.34) 14%,
      rgba(255, 43, 214, 0.94) 44%,
      rgba(255, 235, 247, 1) 52%,
      rgba(16, 234, 242, 0.82) 62%,
      rgba(255, 255, 255, 0) 100%
    );
  box-shadow:
    0 0 34px rgba(255, 43, 214, 0.26),
    0 0 42px rgba(16, 234, 242, 0.12);
}

.meltdown-wash,
.meltdown-blackout,
.meltdown-alert,
.meltdown-center {
  opacity: 0;
  transition:
    opacity 280ms ease,
    transform 320ms ease;
}

.meltdown-wash,
.meltdown-blackout {
  position: absolute;
  inset: 0;
}

.meltdown-wash {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 40, 40, 0.34), transparent 38%),
    radial-gradient(circle at 26% 22%, rgba(255, 0, 76, 0.2), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(255, 40, 40, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(180, 0, 24, 0.18), rgba(70, 0, 0, 0.12));
  mix-blend-mode: screen;
}

.meltdown-blackout {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.98)),
    rgba(0, 0, 0, 0.96);
}

.meltdown-alert {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 130, 130, 0.22);
  border-bottom: 1px solid rgba(255, 130, 130, 0.22);
  background:
    linear-gradient(90deg, rgba(255, 0, 38, 0.22), rgba(255, 120, 120, 0.12), rgba(255, 0, 38, 0.22)),
    rgba(40, 0, 0, 0.56);
  box-shadow:
    0 0 30px rgba(255, 0, 38, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(8px);
}

.meltdown-alert-top {
  top: 18%;
}

.meltdown-alert-bottom {
  bottom: 18%;
}

.meltdown-track {
  display: inline-flex;
  gap: 28px;
  white-space: nowrap;
  min-width: 100%;
  animation: ticker 16s linear infinite;
}

.meltdown-track-reverse {
  animation-direction: reverse;
}

.meltdown-track span,
.meltdown-kicker {
  font-family: "Eurostile", "Avenir Next Condensed", "Franklin Gothic Medium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.meltdown-track span {
  color: rgba(255, 214, 214, 0.9);
  font-size: 0.74rem;
}

.meltdown-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  text-align: center;
  transform: translate(-50%, -50%) scale(0.96);
}

.meltdown-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(255, 138, 138, 0.86);
  font-size: 0.7rem;
}

.meltdown-title {
  margin: 0;
  font-family: "Eurostile", "Avenir Next Condensed", "Franklin Gothic Medium", sans-serif;
  font-size: clamp(1.4rem, 3vw, 2.8rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 238, 238, 0.94);
  text-shadow:
    0 0 18px rgba(255, 60, 60, 0.28),
    0 0 42px rgba(255, 0, 38, 0.18);
}

body[data-emergency="alert"] .meltdown-wash,
body[data-emergency="blackout"] .meltdown-wash {
  opacity: 0.92;
  animation: meltdownPulse 1.8s ease-in-out infinite;
}

body[data-emergency="alert"] .meltdown-alert,
body[data-emergency="blackout"] .meltdown-alert {
  opacity: 1;
  animation: alertBlink 1.25s ease-in-out infinite;
}

body[data-emergency="alert"] .meltdown-center,
body[data-emergency="blackout"] .meltdown-center {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  animation: centerAlarm 1.6s ease-in-out infinite;
}

body[data-mascot-mode="kitty"][data-emergency="alert"] .meltdown-wash,
body[data-mascot-mode="kitty"][data-emergency="blackout"] .meltdown-wash {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 43, 214, 0.34), transparent 36%),
    radial-gradient(circle at 22% 24%, rgba(16, 234, 242, 0.2), transparent 22%),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.14), transparent 20%),
    linear-gradient(180deg, rgba(107, 45, 255, 0.18), rgba(28, 0, 48, 0.14));
  mix-blend-mode: screen;
  animation-duration: 1.2s;
}

body[data-mascot-mode="kitty"][data-emergency="alert"] .meltdown-alert,
body[data-mascot-mode="kitty"][data-emergency="blackout"] .meltdown-alert {
  border-top-color: rgba(255, 164, 237, 0.3);
  border-bottom-color: rgba(255, 164, 237, 0.3);
  background:
    linear-gradient(
      90deg,
      rgba(255, 43, 214, 0.28),
      rgba(16, 234, 242, 0.16),
      rgba(255, 43, 214, 0.28)
    ),
    rgba(22, 6, 42, 0.64);
  box-shadow:
    0 0 34px rgba(255, 43, 214, 0.26),
    0 0 44px rgba(16, 234, 242, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  animation-duration: 0.92s;
}

body[data-mascot-mode="kitty"][data-emergency="alert"] .meltdown-track span,
body[data-mascot-mode="kitty"][data-emergency="blackout"] .meltdown-track span {
  color: rgba(244, 228, 255, 0.94);
  text-shadow:
    0 0 10px rgba(255, 43, 214, 0.3),
    0 0 14px rgba(16, 234, 242, 0.18);
}

body[data-mascot-mode="kitty"][data-emergency="alert"] .meltdown-kicker,
body[data-mascot-mode="kitty"][data-emergency="blackout"] .meltdown-kicker {
  color: rgba(255, 188, 238, 0.94);
  text-shadow: 0 0 10px rgba(255, 43, 214, 0.28);
}

body[data-mascot-mode="kitty"][data-emergency="alert"] .meltdown-title,
body[data-mascot-mode="kitty"][data-emergency="blackout"] .meltdown-title {
  color: rgba(247, 241, 255, 0.96);
  text-shadow:
    0 0 18px rgba(255, 43, 214, 0.34),
    0 0 42px rgba(16, 234, 242, 0.16);
}

body[data-mascot-mode="kitty"][data-emergency="blackout"] .meltdown-blackout {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 43, 214, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(5, 0, 10, 0.95), rgba(0, 0, 0, 0.985)),
    rgba(0, 0, 0, 0.97);
  opacity: 0.96;
}

body[data-emergency="blackout"] .meltdown-blackout {
  opacity: 0.94;
  animation: blackoutBreath 3.4s ease-in-out infinite;
}

body[data-emergency="blackout"] .meltdown-overlay {
  pointer-events: auto;
}

.konami-hint {
  position: fixed;
  left: 50%;
  bottom: 34px;
  z-index: 7;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(16, 234, 242, 0.18);
  border-radius: 18px;
  background: rgba(5, 7, 25, 0.6);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 24px rgba(16, 234, 242, 0.12),
    0 0 30px rgba(255, 43, 214, 0.08);
  backdrop-filter: blur(12px);
  opacity: 0;
  transform: translate(-50%, 18px) scale(0.94);
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 260ms cubic-bezier(0.2, 0.8, 0.16, 1);
}

.konami-hint.is-visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.konami-key {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  font-family: "Eurostile", "Avenir Next Condensed", "Franklin Gothic Medium", sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(238, 246, 255, 0.88);
  background: rgba(7, 10, 27, 0.72);
  box-shadow:
    inset 0 -2px 0 rgba(255, 255, 255, 0.03),
    0 0 14px rgba(16, 234, 242, 0.06);
}

.konami-key.is-entered {
  color: #10eaf2;
  border-color: rgba(16, 234, 242, 0.28);
  background: rgba(7, 14, 34, 0.82);
  box-shadow:
    inset 0 -2px 0 rgba(255, 255, 255, 0.04),
    0 0 16px rgba(16, 234, 242, 0.14),
    0 0 20px rgba(255, 43, 214, 0.08);
}

.konami-key.is-preview {
  color: #ff2bd6;
  border-color: rgba(255, 43, 214, 0.26);
  background: rgba(18, 10, 29, 0.82);
  box-shadow:
    inset 0 -2px 0 rgba(255, 255, 255, 0.04),
    0 0 16px rgba(255, 43, 214, 0.14);
}

.konami-key.is-complete {
  color: #eef6ff;
  border-color: rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(135deg, rgba(16, 234, 242, 0.18), rgba(255, 43, 214, 0.2)),
    rgba(11, 15, 35, 0.86);
  box-shadow:
    0 0 18px rgba(16, 234, 242, 0.18),
    0 0 26px rgba(255, 43, 214, 0.16);
}

.viewport {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ticker {
  position: relative;
  overflow: hidden;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(90deg, rgba(16, 234, 242, 0.06), rgba(255, 43, 214, 0.06));
  backdrop-filter: blur(10px);
}

.ticker-top {
  padding-right: 160px;
}

.ticker-track {
  display: inline-flex;
  gap: 38px;
  white-space: nowrap;
  min-width: 100%;
  animation: ticker 26s linear infinite;
}

.ticker-track-reverse {
  animation-direction: reverse;
}

.ticker span,
.band-label,
.annotation-id,
.note-kicker,
.micro span,
.signal-link {
  font-family: "Eurostile", "Avenir Next Condensed", "Franklin Gothic Medium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.ticker span {
  color: var(--text);
  font-size: 0.72rem;
}

.penguin-counter {
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(4, 7, 18, 0.42);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 18px rgba(16, 234, 242, 0.08);
  transform: translateY(-50%);
}

.penguin-counter-label,
.penguin-counter-value {
  font-family: "Eurostile", "Avenir Next Condensed", "Franklin Gothic Medium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  line-height: 1;
}

.penguin-counter-label {
  color: rgba(238, 246, 255, 0.7);
  font-size: 0.62rem;
}

.penguin-counter-value {
  color: var(--primary);
  font-size: 0.82rem;
}

.scene {
  position: relative;
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
  min-height: calc(100vh - 108px);
  display: grid;
  place-items: center;
}

.logo-stage {
  position: relative;
  width: min(1080px, 100%);
  min-height: 920px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.energy-field {
  position: absolute;
  inset: 50%;
  z-index: 1;
  width: min(54vw, 860px);
  aspect-ratio: 1;
  transform: translate(-50%, -52%);
  pointer-events: none;
  filter: saturate(1.2);
}

.energy {
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  mix-blend-mode: screen;
  pointer-events: none;
}

.energy-core {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.18) 0 6%, rgba(255, 255, 255, 0) 16%),
    radial-gradient(circle at 42% 38%, rgba(16, 234, 242, 0.52) 0 12%, rgba(16, 234, 242, 0) 38%),
    radial-gradient(circle at 63% 36%, rgba(255, 43, 214, 0.4) 0 10%, rgba(255, 43, 214, 0) 34%),
    radial-gradient(circle at 50% 64%, rgba(107, 45, 255, 0.34) 0 14%, rgba(107, 45, 255, 0) 40%),
    radial-gradient(circle at 50% 50%, rgba(16, 234, 242, 0.16) 0 22%, rgba(16, 234, 242, 0) 60%);
  filter: blur(34px);
  opacity: 0.9;
  animation:
    corePulse 7.2s ease-in-out infinite,
    hueShift 18s linear infinite;
}

.energy-arc {
  width: 112%;
  height: 112%;
  background:
    conic-gradient(
      from 0deg,
      rgba(16, 234, 242, 0) 0deg,
      rgba(16, 234, 242, 0.45) 72deg,
      rgba(107, 45, 255, 0.34) 164deg,
      rgba(255, 43, 214, 0.42) 252deg,
      rgba(16, 234, 242, 0) 360deg
    );
  filter: blur(54px);
  opacity: 0.65;
}

.energy-arc-a {
  animation:
    spin 24s linear infinite,
    arcPulse 9s ease-in-out infinite;
}

.energy-arc-b {
  width: 82%;
  height: 82%;
  opacity: 0.5;
  animation:
    spin-reverse 16s linear infinite,
    hueShift 13s linear infinite reverse;
}

.energy-spark {
  filter: blur(24px);
  opacity: 0.8;
}

.energy-spark-a {
  width: 32%;
  height: 26%;
  background: radial-gradient(circle at 50% 50%, rgba(16, 234, 242, 0.68) 0, rgba(16, 234, 242, 0) 72%);
  top: 36%;
  left: 28%;
  animation:
    sparkleFloatA 8s ease-in-out infinite,
    hueShift 15s linear infinite;
}

.energy-spark-b {
  width: 28%;
  height: 22%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 43, 214, 0.72) 0, rgba(255, 43, 214, 0) 70%);
  top: 64%;
  left: 72%;
  animation:
    sparkleFloatB 10s ease-in-out infinite,
    hueShift 19s linear infinite reverse;
}

.logo-shell {
  position: relative;
  z-index: 4;
  width: min(48vw, 760px);
  min-width: 340px;
  transform:
    translate3d(
      calc(var(--pointer-x) * 0.02 + var(--logo-break-x) + var(--panel-shift-x)),
      calc(var(--pointer-y) * 0.02 + var(--logo-break-y) + var(--panel-shift-y)),
      0
    )
    scale(var(--panel-logo-scale))
    rotate(var(--logo-break-rotate));
  transform-origin: 50% 48%;
  transition:
    transform 420ms cubic-bezier(0.2, 0.75, 0.16, 1),
    filter 320ms ease,
    opacity 320ms ease;
  will-change: transform;
}

.logo-glitch {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.mask-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  mix-blend-mode: screen;
  transform-origin: 50% 43%;
  will-change: transform, opacity;
}

.mask-layer-cyan {
  opacity: var(--mask-cyan-opacity);
  filter:
    brightness(0)
    saturate(100%)
    invert(89%)
    sepia(66%)
    saturate(4808%)
    hue-rotate(137deg)
    brightness(102%)
    contrast(103%)
    blur(0.4px)
    drop-shadow(0 0 10px rgba(16, 234, 242, 0.52));
  transform:
    translate(var(--mask-cyan-x), var(--mask-cyan-y))
    rotate(var(--mask-cyan-rotate))
    scale(1.015);
}

.mask-layer-magenta {
  opacity: var(--mask-magenta-opacity);
  filter:
    brightness(0)
    saturate(100%)
    invert(38%)
    sepia(92%)
    saturate(3185%)
    hue-rotate(283deg)
    brightness(109%)
    contrast(108%)
    blur(0.4px)
    drop-shadow(0 0 10px rgba(255, 43, 214, 0.46));
  transform:
    translate(var(--mask-magenta-x), var(--mask-magenta-y))
    rotate(var(--mask-magenta-rotate))
    scale(1.015);
}

.mask-layer-white {
  opacity: var(--mask-white-opacity);
  filter:
    brightness(0)
    saturate(100%)
    invert(100%)
    blur(0.25px)
    drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
  transform:
    translate(var(--mask-white-x), var(--mask-white-y))
    rotate(var(--mask-white-rotate))
    scale(1.01);
}

.logo-hotspots {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: screen;
}

.hotspot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  pointer-events: none;
}

.hotspot-visor {
  width: 7.2%;
  height: 3%;
  top: 22.1%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, calc(0.66 + var(--eye-solid) * 0.18)), rgba(255, 255, 255, 0) 34%),
    radial-gradient(circle at 40% 50%, rgba(16, 234, 242, calc(0.94 - var(--eye-danger) * 0.24)), rgba(16, 234, 242, 0) 58%),
    radial-gradient(circle at 60% 50%, rgba(255, 43, 214, calc(0.86 - var(--eye-danger) * 0.24)), rgba(255, 43, 214, 0) 58%),
    radial-gradient(circle at 50% 50%, rgba(255, 68, 96, calc(var(--eye-danger) * 0.88)), rgba(255, 68, 96, 0) 62%);
  filter: blur(10px);
  box-shadow:
    0 0 14px rgba(16, 234, 242, calc(0.42 - var(--eye-danger) * 0.2)),
    0 0 22px rgba(255, 43, 214, calc(0.3 - var(--eye-danger) * 0.12)),
    0 0 26px rgba(255, 68, 96, calc(0.1 + var(--eye-danger) * 0.42));
  animation:
    visorPulse 4.2s ease-in-out infinite,
    visorHue 9.5s linear infinite;
}

.hotspot-visor-flare {
  width: 36.5%;
  height: 0.2%;
  top: 23.1%;
  overflow: visible;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(16, 234, 242, 0.22) 18%,
      rgba(255, 255, 255, 0.92) 50%,
      rgba(255, 43, 214, calc(0.22 - var(--eye-danger) * 0.1)) 82%,
      rgba(255, 68, 96, calc(var(--eye-danger) * 0.34)) 88%,
      rgba(255, 255, 255, 0) 100%
    );
  filter: blur(4px);
  opacity: 0;
  box-shadow:
    0 0 10px rgba(255, 255, 255, 0.22),
    0 0 18px rgba(16, 234, 242, 0.18),
    0 0 18px rgba(255, 43, 214, 0.14);
  animation: visorFlare 5s ease-in-out infinite;
}

.hotspot-visor-flare::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 22%;
  height: 900%;
  transform: translate(-140%, -50%);
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(16, 234, 242, 0.12) 18%,
      rgba(255, 255, 255, 0.95) 50%,
      rgba(255, 43, 214, calc(0.16 - var(--eye-danger) * 0.08)) 82%,
      rgba(255, 68, 96, calc(var(--eye-danger) * 0.38)) 88%,
      rgba(255, 255, 255, 0) 100%
    );
  filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  animation: visorSweep 5s ease-in-out infinite;
}

.hotspot-chest-glow {
  width: 18%;
  height: 36%;
  top: 43.2%;
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 43, 214, 0.22), rgba(255, 43, 214, 0) 34%),
    radial-gradient(circle at 50% 44%, rgba(16, 234, 242, 0.18), rgba(16, 234, 242, 0) 30%),
    radial-gradient(circle at 50% 76%, rgba(107, 45, 255, 0.2), rgba(107, 45, 255, 0) 36%);
  filter: blur(18px);
  opacity: 0.78;
  animation:
    chestAura 6.3s ease-in-out infinite,
    chestHue 12s linear infinite;
}

.hotspot-chest {
  width: 4%;
  filter: blur(7px);
  animation:
    chestNodePulse 4.2s ease-in-out infinite,
    chestHue 8.8s linear infinite;
}

.hotspot-chest-mid {
  width: 3.7%;
  height: 6.6%;
  top: 44.5%;
  border-radius: 26%;
  background:
    radial-gradient(circle at 50% 18%, rgba(215, 255, 255, 0.44), rgba(215, 255, 255, 0) 34%),
    linear-gradient(180deg, rgba(142, 255, 255, 0.98), rgba(16, 234, 242, 0.96) 52%, rgba(0, 196, 255, 0.9));
  box-shadow:
    0 0 10px rgba(16, 234, 242, 0.42),
    0 0 18px rgba(0, 196, 255, 0.28);
  animation-delay: 0.8s, -1.4s;
}

.hotspot-chest-low {
  width: 3.9%;
  height: 7.5%;
  top: 54.7%;
  border-radius: 38%;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, rgba(255, 107, 214, 0.96), rgba(255, 43, 214, 0.92) 56%, rgba(255, 84, 140, 0.84));
  box-shadow:
    0 0 10px rgba(255, 43, 214, 0.38),
    0 0 18px rgba(255, 84, 140, 0.24);
  animation-delay: 1.6s, -2.2s;
}

.hotspot-orb {
  background: rgba(255, 255, 255, 0.88);
  filter: blur(4px);
  box-shadow:
    0 0 12px rgba(255, 255, 255, 0.35),
    0 0 18px rgba(16, 234, 242, 0.28),
    0 0 22px rgba(255, 43, 214, 0.24);
}

.hotspot-orb-visor {
  width: 3.6%;
  height: 3.6%;
  top: 23.1%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 68, 96, calc(var(--eye-danger) * 0.98)), rgba(255, 68, 96, 0) 72%),
    rgba(255, 86, 140, calc(0.84 + var(--eye-solid) * 0.16));
  box-shadow:
    0 0 14px rgba(255, 86, 140, calc(0.34 + var(--eye-solid) * 0.26)),
    0 0 24px rgba(255, 43, 214, calc(0.22 + var(--eye-solid) * 0.16 - var(--eye-danger) * 0.08)),
    0 0 32px rgba(255, 68, 96, calc(0.12 + var(--eye-danger) * 0.54));
  will-change: transform, opacity, filter;
  animation:
    orbPulse 5s ease-in-out infinite,
    orbHue 11.5s linear infinite;
}

.hotspot-orb-core {
  filter: blur(1px);
  box-shadow:
    0 0 8px rgba(255, 255, 255, 0.26),
    0 0 14px rgba(255, 68, 96, 0.24);
  will-change: transform, opacity, filter;
}

.hotspot-orb-visor-core {
  width: 1.55%;
  height: 1.55%;
  top: 23.1%;
  background:
    radial-gradient(circle at 40% 35%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 32%),
    radial-gradient(circle at 50% 50%, rgba(255, 68, 96, calc(0.2 + var(--eye-danger) * 0.78)), rgba(255, 68, 96, 0) 74%),
    rgba(255, 98, 162, calc(0.84 + var(--eye-solid) * 0.14));
  animation:
    orbCorePulse 5s ease-in-out infinite,
    orbCoreHue 11.5s linear infinite;
}

.hotspot-chest-core {
  filter: blur(0.6px);
  will-change: transform, opacity, filter;
}

.hotspot-chest-core-mid {
  width: 1.8%;
  height: 4.4%;
  top: 44.5%;
  border-radius: 24%;
  background:
    radial-gradient(circle at 35% 22%, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, rgba(196, 255, 255, 0.96), rgba(16, 234, 242, 0.98) 54%, rgba(0, 188, 255, 0.92));
  box-shadow:
    0 0 8px rgba(16, 234, 242, 0.34),
    0 0 14px rgba(0, 188, 255, 0.22);
  animation:
    chestCorePulse 4.2s ease-in-out infinite,
    chestCoreHue 8.8s linear infinite;
  animation-delay: 0.8s, -1.4s;
}

.hotspot-chest-core-low {
  width: 2%;
  height: 4.8%;
  top: 54.7%;
  border-radius: 32%;
  background:
    radial-gradient(circle at 35% 22%, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, rgba(255, 164, 228, 0.96), rgba(255, 43, 214, 0.96) 56%, rgba(255, 84, 140, 0.9));
  box-shadow:
    0 0 8px rgba(255, 43, 214, 0.3),
    0 0 14px rgba(255, 84, 140, 0.2);
  animation:
    chestCorePulse 4.2s ease-in-out infinite,
    chestCoreHue 8.8s linear infinite reverse;
  animation-delay: 1.6s, -2.2s;
}

body[data-mascot-mode="kitty"] .hotspot-visor,
body[data-mascot-mode="kitty"] .hotspot-visor-flare,
body[data-mascot-mode="kitty"] .hotspot-orb-visor,
body[data-mascot-mode="kitty"] .hotspot-orb-visor-core {
  top: calc(23.1% + 30px);
}

body[data-mascot-mode="kitty"] .hotspot-chest-mid,
body[data-mascot-mode="kitty"] .hotspot-chest-core-mid {
  top: calc(44.5% + 50px);
}

body[data-mascot-mode="kitty"] .hotspot-chest-low,
body[data-mascot-mode="kitty"] .hotspot-chest-core-low {
  top: calc(54.7% + 45px);
}

.logo {
  position: relative;
  width: 100%;
  height: auto;
  filter:
    drop-shadow(0 0 40px rgba(16, 234, 242, 0.22))
    drop-shadow(0 0 54px rgba(255, 43, 214, 0.18))
    drop-shadow(0 0 88px rgba(107, 45, 255, 0.2));
  animation: logoPulse 6.5s ease-in-out infinite;
}

.logo-primary {
  z-index: 1;
}

.logo-transition {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

body[data-mascot-switch] .logo-primary {
  animation: logoSwitchPrimary 760ms cubic-bezier(0.22, 0.88, 0.2, 1) forwards;
}

body[data-mascot-switch] .logo-transition {
  animation: logoSwitchOutgoing 760ms cubic-bezier(0.22, 0.88, 0.2, 1) forwards;
}

.halo,
.route {
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
}

.halo {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.halo-a {
  width: min(56vw, 860px);
  aspect-ratio: 1;
  border-color: rgba(16, 234, 242, 0.16);
  box-shadow: inset 0 0 80px rgba(16, 234, 242, 0.06), var(--glow-cyan);
  animation: spin 34s linear infinite;
}

.halo-b {
  width: min(42vw, 640px);
  aspect-ratio: 1;
  border-style: dashed;
  border-color: rgba(255, 43, 214, 0.18);
  animation: spin-reverse 18s linear infinite;
}

.halo-c {
  width: min(64vw, 980px);
  aspect-ratio: 1;
  border-color: rgba(107, 45, 255, 0.14);
  opacity: 0.7;
}

.route {
  background: transparent;
}

.route-a {
  width: min(88vw, 1320px);
  height: min(54vw, 820px);
  border: 1px solid rgba(16, 234, 242, 0.14);
  border-radius: 42% 58% 62% 38% / 38% 42% 58% 62%;
  opacity: 0.6;
  animation: drift 16s ease-in-out infinite;
}

.route-b {
  width: min(72vw, 1120px);
  height: min(44vw, 700px);
  border: 1px solid rgba(255, 43, 214, 0.14);
  border-radius: 58% 42% 44% 56% / 57% 35% 65% 43%;
  opacity: 0.4;
  animation: drift-reverse 22s ease-in-out infinite;
}

.corner-note,
.annotation,
.micro,
.lower-band-copy {
  position: absolute;
  max-width: 22ch;
  transform: translate3d(
    calc(var(--pointer-x) * 0.012 * var(--depth, 1)),
    calc(var(--pointer-y) * 0.012 * var(--depth, 1)),
    0
  );
}

[data-parallax="0.6"] { --depth: 0.6; }
[data-parallax="0.7"] { --depth: 0.7; }
[data-parallax="0.8"] { --depth: 0.8; }
[data-parallax="0.9"] { --depth: 0.9; }
[data-parallax="1"] { --depth: 1; }
[data-parallax="1.1"] { --depth: 1.1; }
[data-parallax="1.2"] { --depth: 1.2; }
[data-parallax="1.4"] { --depth: 1.4; }
[data-parallax="1.5"] { --depth: 1.5; }
[data-parallax="1.7"] { --depth: 1.7; }
[data-parallax="1.8"] { --depth: 1.8; }

.corner-note {
  z-index: 6;
  width: min(280px, 30vw);
}

.corner-note-left {
  top: 8%;
  left: 2%;
}

.corner-note-right {
  top: 14%;
  right: 3%;
  text-align: right;
}

.note-kicker,
.band-label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--primary);
  font-size: 0.74rem;
}

.corner-note p,
.annotation p,
.lower-band-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.annotation {
  z-index: 7;
  padding-top: 18px;
  transition:
    opacity 260ms ease,
    transform 320ms ease,
    filter 260ms ease;
}

.annotation::before,
.annotation::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.annotation::before {
  top: 0;
  left: 0;
  width: 94px;
  height: 1px;
}

.annotation::after {
  top: -34px;
  left: 93px;
  width: 1px;
  height: 34px;
  opacity: 0.75;
}

.annotation-id {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--primary);
  font-size: 0.72rem;
}

.annotation h2 {
  margin: 0 0 8px;
  font-family: "Eurostile", "Avenir Next Condensed", "Franklin Gothic Medium", sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  letter-spacing: 0.02em;
}

.annotation-trigger,
.secondary-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  text-align: inherit;
  background: none;
  cursor: pointer;
  transition:
    color 220ms ease,
    transform 220ms ease,
    opacity 220ms ease;
}

.annotation-trigger:hover,
.annotation-trigger:focus-visible,
.secondary-trigger:hover,
.secondary-trigger:focus-visible {
  color: var(--text);
  transform: translateY(-3px);
}

.annotation-trigger:focus-visible,
.secondary-trigger:focus-visible {
  outline: 1px solid rgba(16, 234, 242, 0.56);
  outline-offset: 10px;
}

.secondary-trigger {
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  background: transparent;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 18px rgba(16, 234, 242, 0.06),
    0 0 18px rgba(255, 43, 214, 0.05);
}

.secondary-trigger:hover,
.secondary-trigger:focus-visible {
  border-color: rgba(16, 234, 242, 0.18);
}

.annotation-trigger h2,
.annotation-trigger p,
.annotation-trigger .annotation-id,
.secondary-trigger .note-kicker,
.secondary-trigger p,
.secondary-trigger .band-label {
  pointer-events: none;
}

.secondary-trigger .note-kicker,
.secondary-trigger .band-label {
  margin-bottom: 10px;
}

.annotation-left-top {
  top: 21%;
  left: 12%;
}

.annotation-right-top {
  top: 26%;
  right: 8%;
  text-align: right;
}

.annotation-right-top::before {
  right: 0;
  left: auto;
}

.annotation-right-top::after {
  right: 93px;
  left: auto;
}

.annotation-left-bottom {
  bottom: 20%;
  left: 8%;
}

.annotation-right-bottom {
  right: 13%;
  bottom: 14%;
  text-align: right;
}

.annotation-right-bottom::before {
  right: 0;
  left: auto;
}

.annotation-right-bottom::after {
  right: 93px;
  left: auto;
}

.micro {
  z-index: 5;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
}

.micro-top {
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
}

.micro-bottom {
  bottom: 8%;
  left: 50%;
  width: min(400px, 50vw);
  text-align: center;
  transform: translateX(-50%);
}

.mobile-signal-stack {
  display: none;
}

.detail-panel {
  position: absolute;
  inset: 0;
  z-index: 9;
  pointer-events: none;
}

.detail-panel-inner {
  position: absolute;
  width: min(620px, 48vw);
  min-height: 360px;
  padding: 30px 30px 32px;
  border: 1px solid rgba(16, 234, 242, 0.22);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(7, 11, 31, 0.72), rgba(7, 9, 24, 0.66)),
    linear-gradient(135deg, rgba(16, 234, 242, 0.05), rgba(255, 43, 214, 0.07));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 24px 80px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(16, 234, 242, 0.12),
    0 0 56px rgba(255, 43, 214, 0.1);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.96);
  transition:
    opacity 300ms ease,
    transform 360ms cubic-bezier(0.2, 0.75, 0.16, 1),
    border-color 240ms ease;
  overflow: hidden;
}

.detail-panel-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(16, 234, 242, 0.06), transparent 30%, transparent 68%, rgba(255, 43, 214, 0.08)),
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.02) 0,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 18px
    );
  pointer-events: none;
}

.detail-panel-topline,
.detail-panel-copy {
  position: relative;
  z-index: 1;
}

.detail-panel-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.detail-panel-kicker {
  font-family: "Eurostile", "Avenir Next Condensed", "Franklin Gothic Medium", sans-serif;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
}

.detail-close {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: var(--text);
  font: inherit;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background:
    linear-gradient(135deg, rgba(16, 234, 242, 0.14), rgba(255, 43, 214, 0.16)),
    rgba(7, 10, 24, 0.76);
  cursor: pointer;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.detail-close:hover,
.detail-close:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    0 0 18px rgba(16, 234, 242, 0.16),
    0 0 24px rgba(255, 43, 214, 0.1);
}

.detail-close:focus-visible {
  outline: 1px solid rgba(16, 234, 242, 0.56);
  outline-offset: 3px;
}

.detail-panel-index {
  margin: 0 0 12px;
  font-family: "Eurostile", "Avenir Next Condensed", "Franklin Gothic Medium", sans-serif;
  font-size: clamp(2.3rem, 7vw, 4.3rem);
  line-height: 0.9;
  letter-spacing: 0.08em;
  color: rgba(16, 234, 242, 0.8);
}

.detail-panel-title {
  margin: 0 0 14px;
  font-family: "Eurostile", "Avenir Next Condensed", "Franklin Gothic Medium", sans-serif;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  letter-spacing: 0.02em;
}

.detail-panel-summary {
  margin: 0 0 18px;
  max-width: 32ch;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.7;
  color: rgba(238, 246, 255, 0.9);
}

.detail-panel-body {
  display: grid;
  gap: 14px;
  max-width: 42ch;
}

.detail-panel-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.scene[data-panel-state="active"] .detail-panel,
.scene[data-panel-state="closing"] .detail-panel {
  pointer-events: auto;
}

.scene[data-panel-state="active"] .detail-panel-inner {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.scene[data-panel-state="closing"] .detail-panel-inner {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.96);
}

.scene[data-panel-state="active"] .corner-note,
.scene[data-panel-state="active"] .micro,
.scene[data-panel-state="active"] .lower-band-copy,
.scene[data-panel-state="active"] .signal-link,
.scene[data-panel-state="closing"] .corner-note,
.scene[data-panel-state="closing"] .micro,
.scene[data-panel-state="closing"] .lower-band-copy,
.scene[data-panel-state="closing"] .signal-link {
  opacity: 0.3;
  filter: saturate(0.7);
}

.scene[data-panel-state="active"] .halo,
.scene[data-panel-state="active"] .route,
.scene[data-panel-state="closing"] .halo,
.scene[data-panel-state="closing"] .route {
  opacity: 0.32;
}

.scene[data-panel-state="active"] .energy-field,
.scene[data-panel-state="closing"] .energy-field {
  opacity: 0.62;
  filter: saturate(0.88) blur(2px);
}

.scene[data-panel-state="active"] .logo,
.scene[data-panel-state="closing"] .logo {
  opacity: 0.42;
  filter:
    blur(2.4px)
    drop-shadow(0 0 22px rgba(16, 234, 242, 0.12))
    drop-shadow(0 0 28px rgba(255, 43, 214, 0.1))
    drop-shadow(0 0 48px rgba(107, 45, 255, 0.12));
}

.scene[data-panel-state="active"] .annotation,
.scene[data-panel-state="closing"] .annotation {
  opacity: 0.3;
  filter: saturate(0.78);
}

.scene[data-panel-state="active"] .annotation.is-active,
.scene[data-panel-state="active"] .signal-entry-secondary.is-active,
.scene[data-panel-state="closing"] .annotation.is-active,
.scene[data-panel-state="closing"] .signal-entry-secondary.is-active {
  opacity: 1;
  filter: none;
}

.scene[data-panel-state="active"] .annotation.is-active .annotation-trigger,
.scene[data-panel-state="active"] .signal-entry-secondary.is-active .secondary-trigger,
.scene[data-panel-state="closing"] .annotation.is-active .annotation-trigger,
.scene[data-panel-state="closing"] .signal-entry-secondary.is-active .secondary-trigger {
  color: var(--text);
  transform: translateY(-2px);
}

.scene[data-panel-state="active"] .signal-entry-secondary.is-active .secondary-trigger,
.scene[data-panel-state="closing"] .signal-entry-secondary.is-active .secondary-trigger {
  border-color: rgba(16, 234, 242, 0.22);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 22px rgba(16, 234, 242, 0.12),
    0 0 26px rgba(255, 43, 214, 0.08);
}

.scene[data-active-panel-position="left-top"] {
  --panel-shift-x: 186px;
  --panel-shift-y: 96px;
  --panel-logo-scale: 0.58;
}

.scene[data-active-panel-position="right-top"] {
  --panel-shift-x: -186px;
  --panel-shift-y: 96px;
  --panel-logo-scale: 0.58;
}

.scene[data-active-panel-position="left-bottom"] {
  --panel-shift-x: 186px;
  --panel-shift-y: -82px;
  --panel-logo-scale: 0.58;
}

.scene[data-active-panel-position="right-bottom"] {
  --panel-shift-x: -186px;
  --panel-shift-y: -82px;
  --panel-logo-scale: 0.58;
}

.scene[data-active-panel-position="left-top"] .detail-panel-inner {
  top: 10%;
  left: 10%;
}

.scene[data-active-panel-position="right-top"] .detail-panel-inner {
  top: 12%;
  right: 10%;
}

.scene[data-active-panel-position="left-bottom"] .detail-panel-inner {
  bottom: 17%;
  left: 10%;
}

.scene[data-active-panel-position="right-bottom"] .detail-panel-inner {
  right: 10%;
  bottom: 14%;
}

.lower-band {
  position: absolute;
  inset: auto 0 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  width: min(1360px, 100%);
  padding: 0 12px;
}

.lower-band-copy {
  position: relative;
  max-width: 38ch;
}

.signal-link {
  position: relative;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(16, 234, 242, 0.24);
  border-radius: 999px;
  color: var(--text);
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(16, 234, 242, 0.14), rgba(255, 43, 214, 0.14)),
    rgba(8, 11, 28, 0.74);
  box-shadow: var(--glow-cyan), var(--glow-magenta);
}

.signal-link:hover,
.signal-link:focus-visible {
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin-reverse {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes drift {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) rotate(9deg) scale(1.03);
  }
}

@keyframes drift-reverse {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-11deg) scale(0.98);
  }
}

@keyframes corePulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.94);
    opacity: 0.68;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 0.98;
  }
}

@keyframes hueShift {
  0% {
    filter: blur(40px) hue-rotate(0deg);
  }
  33% {
    filter: blur(52px) hue-rotate(28deg);
  }
  66% {
    filter: blur(46px) hue-rotate(-22deg);
  }
  100% {
    filter: blur(40px) hue-rotate(0deg);
  }
}

@keyframes sparkleFloatA {
  0%,
  100% {
    transform: translate(-50%, -50%) translate(-18%, -8%) scale(0.8);
  }
  50% {
    transform: translate(-50%, -50%) translate(8%, 14%) scale(1.18);
  }
}

@keyframes sparkleFloatB {
  0%,
  100% {
    transform: translate(-50%, -50%) translate(12%, 10%) scale(0.82);
  }
  50% {
    transform: translate(-50%, -50%) translate(-10%, -14%) scale(1.15);
  }
}

@keyframes logoPulse {
  0%,
  100% {
    filter:
      drop-shadow(0 0 34px rgba(16, 234, 242, 0.2))
      drop-shadow(0 0 48px rgba(255, 43, 214, 0.16))
      drop-shadow(0 0 70px rgba(107, 45, 255, 0.16));
  }
  50% {
    filter:
      drop-shadow(0 0 48px rgba(16, 234, 242, 0.32))
      drop-shadow(0 0 70px rgba(255, 43, 214, 0.24))
      drop-shadow(0 0 110px rgba(107, 45, 255, 0.28));
  }
}

@keyframes arcPulse {
  0%,
  100% {
    opacity: 0.42;
  }
  50% {
    opacity: 0.76;
  }
}

@keyframes visorPulse {
  0%,
  100% {
    opacity: 0.45;
    transform: translate(
        calc(-50% + var(--eye-pointer-x)),
        calc(-50% + var(--eye-pointer-y))
      )
      scaleX(0.86)
      scaleY(0.82);
  }
  50% {
    opacity: 0.98;
    transform: translate(
        calc(-50% + var(--eye-pointer-x)),
        calc(-50% + var(--eye-pointer-y))
      )
      scaleX(1.18)
      scaleY(1.24);
  }
}

@keyframes visorHue {
  0% {
    filter: blur(10px) hue-rotate(0deg);
  }
  50% {
    filter: blur(13px) hue-rotate(24deg);
  }
  100% {
    filter: blur(10px) hue-rotate(-10deg);
  }
}

@keyframes visorFlare {
  0%,
  38%,
  62%,
  100% {
    opacity: 0;
    transform: translate(
        calc(-50% + var(--eye-drift-x) + var(--eye-pointer-x)),
        calc(-50% + var(--eye-drift-y) + var(--eye-pointer-y))
      )
      scaleX(0.7);
  }
  47% {
    opacity: calc((0.48 + var(--eye-solid) * 0.2) * var(--eye-streak-energy));
    transform: translate(
        calc(-50% + var(--eye-drift-x) + var(--eye-pointer-x)),
        calc(-50% + var(--eye-drift-y) + var(--eye-pointer-y))
      )
      scaleX(0.92);
  }
  50% {
    opacity: calc((0.88 + var(--eye-solid) * 0.12) * var(--eye-streak-energy));
    transform: translate(
        calc(-50% + var(--eye-drift-x) + var(--eye-pointer-x)),
        calc(-50% + var(--eye-drift-y) + var(--eye-pointer-y))
      )
      scaleX(1.12);
  }
  53% {
    opacity: calc((0.54 + var(--eye-solid) * 0.16) * var(--eye-streak-energy));
    transform: translate(
        calc(-50% + var(--eye-drift-x) + var(--eye-pointer-x)),
        calc(-50% + var(--eye-drift-y) + var(--eye-pointer-y))
      )
      scaleX(0.98);
  }
}

@keyframes visorSweep {
  0%,
  40%,
  100% {
    opacity: 0;
    transform: translate(-140%, -50%) scaleX(0.85);
  }
  44% {
    opacity: 0.18;
    transform: translate(-92%, -50%) scaleX(0.92);
  }
  49% {
    opacity: 0.95;
    transform: translate(40%, -50%) scaleX(1);
  }
  54% {
    opacity: 0.28;
    transform: translate(170%, -50%) scaleX(0.92);
  }
  58% {
    opacity: 0;
    transform: translate(230%, -50%) scaleX(0.86);
  }
}

@keyframes chestAura {
  0%,
  100% {
    opacity: 0.36;
    transform: translate(-50%, -50%) scale(0.92);
  }
  50% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@keyframes chestNodePulse {
  0%,
  100% {
    opacity: 0.32;
    transform: translate(-50%, -50%) scale(0.7);
  }
  45% {
    opacity: 0.92;
    transform: translate(-50%, -50%) scale(1.08);
  }
  70% {
    opacity: 0.58;
    transform: translate(-50%, -50%) scale(0.88);
  }
}

@keyframes chestHue {
  0% {
    filter: blur(11px) hue-rotate(0deg);
  }
  40% {
    filter: blur(13px) hue-rotate(-16deg);
  }
  75% {
    filter: blur(10px) hue-rotate(18deg);
  }
  100% {
    filter: blur(11px) hue-rotate(0deg);
  }
}

@keyframes orbPulse {
  0%,
  100% {
    opacity: calc((0.58 + var(--eye-solid) * 0.18) * var(--eye-energy));
    transform: translate(
        calc(-50% + var(--eye-drift-x) + var(--eye-pointer-x)),
        calc(-50% + var(--eye-drift-y) + var(--eye-pointer-y))
      )
      translate(0, 0)
      scale(calc(0.84 * var(--eye-energy)));
  }
  18% {
    transform: translate(
        calc(-50% + var(--eye-drift-x) + var(--eye-pointer-x)),
        calc(-50% + var(--eye-drift-y) + var(--eye-pointer-y))
      )
      translate(-9%, 1%)
      scale(calc(0.92 * var(--eye-energy)));
  }
  34% {
    transform: translate(
        calc(-50% + var(--eye-drift-x) + var(--eye-pointer-x)),
        calc(-50% + var(--eye-drift-y) + var(--eye-pointer-y))
      )
      translate(10%, -1%)
      scale(calc(0.98 * var(--eye-energy)));
  }
  50% {
    opacity: calc((0.84 + var(--eye-solid) * 0.16) * var(--eye-energy));
    transform: translate(
        calc(-50% + var(--eye-drift-x) + var(--eye-pointer-x)),
        calc(-50% + var(--eye-drift-y) + var(--eye-pointer-y))
      )
      translate(0, -3%)
      scale(calc(1.34 * var(--eye-energy)));
  }
  68% {
    transform: translate(
        calc(-50% + var(--eye-drift-x) + var(--eye-pointer-x)),
        calc(-50% + var(--eye-drift-y) + var(--eye-pointer-y))
      )
      translate(8%, 1%)
      scale(calc(1.06 * var(--eye-energy)));
  }
  82% {
    transform: translate(
        calc(-50% + var(--eye-drift-x) + var(--eye-pointer-x)),
        calc(-50% + var(--eye-drift-y) + var(--eye-pointer-y))
      )
      translate(-8%, -1%)
      scale(calc(0.95 * var(--eye-energy)));
  }
}

@keyframes orbHue {
  0% {
    filter: blur(4px) hue-rotate(0deg);
  }
  50% {
    filter: blur(5px) hue-rotate(14deg);
  }
  100% {
    filter: blur(4px) hue-rotate(-10deg);
  }
}

@keyframes orbCorePulse {
  0%,
  100% {
    opacity: calc(0.84 + var(--eye-solid) * 0.12);
    transform: translate(
        calc(-50% + var(--eye-drift-x) + var(--eye-pointer-x)),
        calc(-50% + var(--eye-drift-y) + var(--eye-pointer-y))
      )
      translate(0, 0)
      scale(calc(0.9 + var(--eye-energy) * 0.06 + var(--eye-core-grow) * 0.28));
  }
  18% {
    transform: translate(
        calc(-50% + var(--eye-drift-x) + var(--eye-pointer-x)),
        calc(-50% + var(--eye-drift-y) + var(--eye-pointer-y))
      )
      translate(-7%, 1%)
      scale(calc(0.94 + var(--eye-energy) * 0.06 + var(--eye-core-grow) * 0.28));
  }
  34% {
    transform: translate(
        calc(-50% + var(--eye-drift-x) + var(--eye-pointer-x)),
        calc(-50% + var(--eye-drift-y) + var(--eye-pointer-y))
      )
      translate(8%, -1%)
      scale(calc(0.98 + var(--eye-energy) * 0.06 + var(--eye-core-grow) * 0.3));
  }
  50% {
    opacity: calc(0.94 + var(--eye-solid) * 0.08);
    transform: translate(
        calc(-50% + var(--eye-drift-x) + var(--eye-pointer-x)),
        calc(-50% + var(--eye-drift-y) + var(--eye-pointer-y))
      )
      translate(0, -2%)
      scale(calc(1.08 + var(--eye-energy) * 0.08 + var(--eye-core-grow) * 0.34));
  }
  68% {
    transform: translate(
        calc(-50% + var(--eye-drift-x) + var(--eye-pointer-x)),
        calc(-50% + var(--eye-drift-y) + var(--eye-pointer-y))
      )
      translate(6%, 1%)
      scale(calc(1 + var(--eye-energy) * 0.05 + var(--eye-core-grow) * 0.3));
  }
  82% {
    transform: translate(
        calc(-50% + var(--eye-drift-x) + var(--eye-pointer-x)),
        calc(-50% + var(--eye-drift-y) + var(--eye-pointer-y))
      )
      translate(-6%, -1%)
      scale(calc(0.95 + var(--eye-energy) * 0.05 + var(--eye-core-grow) * 0.28));
  }
}

@keyframes orbCoreHue {
  0% {
    filter: blur(1px) hue-rotate(0deg);
  }
  50% {
    filter: blur(1.5px) hue-rotate(calc(var(--eye-danger) * 10deg));
  }
  100% {
    filter: blur(1px) hue-rotate(calc(var(--eye-danger) * -6deg));
  }
}

@keyframes chestCorePulse {
  0%,
  100% {
    opacity: 0.82;
    transform: translate(-50%, -50%) scale(0.88);
  }
  45% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.04);
  }
  70% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(0.94);
  }
}

@keyframes chestCoreHue {
  0% {
    filter: blur(0.6px) hue-rotate(0deg);
  }
  40% {
    filter: blur(0.8px) hue-rotate(-10deg);
  }
  75% {
    filter: blur(0.6px) hue-rotate(12deg);
  }
  100% {
    filter: blur(0.6px) hue-rotate(0deg);
  }
}

@keyframes driftPenguinA {
  0% {
    transform: translate3d(0, 0, 0) rotate(-14deg) scale(0.82);
  }
  35% {
    transform: translate3d(42vw, -4vh, 0) rotate(36deg) scale(1.04);
  }
  70% {
    transform: translate3d(86vw, 5vh, 0) rotate(92deg) scale(0.92);
  }
  100% {
    transform: translate3d(112vw, -2vh, 0) rotate(128deg) scale(0.76);
  }
}

@keyframes driftPenguinB {
  0% {
    transform: translate3d(0, 0, 0) rotate(22deg) scale(0.78);
  }
  28% {
    transform: translate3d(12vw, 22vh, 0) rotate(-8deg) scale(0.96);
  }
  65% {
    transform: translate3d(-10vw, 58vh, 0) rotate(-78deg) scale(1.08);
  }
  100% {
    transform: translate3d(6vw, 112vh, 0) rotate(-142deg) scale(0.72);
  }
}

@keyframes driftPenguinC {
  0% {
    transform: translate3d(0, 0, 0) rotate(10deg) scale(0.74);
  }
  32% {
    transform: translate3d(-20vw, 8vh, 0) rotate(-18deg) scale(0.98);
  }
  68% {
    transform: translate3d(-58vw, -6vh, 0) rotate(24deg) scale(1.06);
  }
  100% {
    transform: translate3d(-112vw, 10vh, 0) rotate(86deg) scale(0.8);
  }
}

@keyframes driftPenguinD {
  0% {
    transform: translate3d(0, 0, 0) rotate(-24deg) scale(0.76);
  }
  30% {
    transform: translate3d(10vw, -18vh, 0) rotate(8deg) scale(0.98);
  }
  66% {
    transform: translate3d(-8vw, -54vh, 0) rotate(48deg) scale(1.12);
  }
  100% {
    transform: translate3d(12vw, -112vh, 0) rotate(122deg) scale(0.72);
  }
}

@keyframes driftPenguinE {
  0% {
    transform: translate3d(0, 0, 0) rotate(34deg) scale(0.84);
  }
  38% {
    transform: translate3d(24vw, 8vh, 0) rotate(-6deg) scale(1.06);
  }
  72% {
    transform: translate3d(-14vw, -10vh, 0) rotate(-52deg) scale(0.94);
  }
  100% {
    transform: translate3d(36vw, 12vh, 0) rotate(-104deg) scale(0.74);
  }
}

@keyframes meltdownPulse {
  0%,
  100% {
    transform: scale(1);
    filter: saturate(1);
  }
  50% {
    transform: scale(1.02);
    filter: saturate(1.2);
  }
}

@keyframes alertBlink {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.18);
  }
}

@keyframes centerAlarm {
  0%,
  100% {
    opacity: 0.82;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.03);
  }
}

@keyframes blackoutBreath {
  0%,
  100% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.98;
  }
}

@keyframes mascotWipeBand {
  0% {
    opacity: 0;
    transform: translateX(-155%) skewX(-18deg);
  }
  12% {
    opacity: 0.6;
  }
  42% {
    opacity: 0.92;
  }
  100% {
    opacity: 0;
    transform: translateX(225%) skewX(-18deg);
  }
}

@keyframes mascotWipeCore {
  0% {
    opacity: 0;
    transform: translateX(-165%) skewX(-18deg) scaleX(0.76);
  }
  16% {
    opacity: 0.85;
  }
  46% {
    opacity: 1;
    transform: translateX(18%) skewX(-18deg) scaleX(1);
  }
  100% {
    opacity: 0;
    transform: translateX(255%) skewX(-18deg) scaleX(0.88);
  }
}

@keyframes logoSwitchPrimary {
  0% {
    opacity: 1;
    transform: scale(1);
    filter:
      drop-shadow(0 0 40px rgba(16, 234, 242, 0.22))
      drop-shadow(0 0 54px rgba(255, 43, 214, 0.18))
      drop-shadow(0 0 88px rgba(107, 45, 255, 0.2));
  }
  24% {
    opacity: 0.08;
    transform: scale(0.986);
    filter:
      brightness(0.86)
      blur(1.8px)
      drop-shadow(0 0 22px rgba(16, 234, 242, 0.14))
      drop-shadow(0 0 28px rgba(255, 43, 214, 0.12));
  }
  52% {
    opacity: 0.22;
    transform: scale(1.008);
    filter:
      brightness(1.02)
      blur(0.8px)
      drop-shadow(0 0 30px rgba(16, 234, 242, 0.18))
      drop-shadow(0 0 38px rgba(255, 43, 214, 0.16));
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter:
      drop-shadow(0 0 40px rgba(16, 234, 242, 0.22))
      drop-shadow(0 0 54px rgba(255, 43, 214, 0.18))
      drop-shadow(0 0 88px rgba(107, 45, 255, 0.2));
  }
}

@keyframes logoSwitchOutgoing {
  0% {
    opacity: 0;
    transform: scale(1);
    filter:
      brightness(1)
      drop-shadow(0 0 34px rgba(16, 234, 242, 0.2))
      drop-shadow(0 0 42px rgba(255, 43, 214, 0.16));
  }
  8% {
    opacity: 0.82;
  }
  34% {
    opacity: 0.94;
    transform: scale(1.016) translateY(-2px);
    filter:
      brightness(1.16)
      blur(0.2px)
      drop-shadow(0 0 40px rgba(16, 234, 242, 0.22))
      drop-shadow(0 0 48px rgba(255, 43, 214, 0.2));
  }
  62% {
    opacity: 0.22;
    transform: scale(1.038) translateY(-7px);
    filter:
      brightness(1.08)
      blur(1.4px)
      drop-shadow(0 0 28px rgba(16, 234, 242, 0.14))
      drop-shadow(0 0 36px rgba(255, 43, 214, 0.14));
  }
  100% {
    opacity: 0;
    transform: scale(1.06) translateY(-12px);
    filter:
      brightness(0.92)
      blur(2.2px)
      drop-shadow(0 0 18px rgba(16, 234, 242, 0.08))
      drop-shadow(0 0 22px rgba(255, 43, 214, 0.08));
  }
}

@media (max-width: 1100px) {
  .scene {
    width: min(100% - 28px, 1480px);
  }

  .logo-stage {
    min-height: 1120px;
  }

  .logo-shell {
    width: min(70vw, 680px);
  }

  .energy-field {
    width: min(72vw, 820px);
  }

  .annotation-left-top {
    left: 4%;
  }

  .annotation-right-top {
    right: 3%;
  }

  .annotation-left-bottom {
    left: 3%;
  }

  .annotation-right-bottom {
    right: 4%;
  }

  .detail-panel-inner {
    width: min(560px, 54vw);
  }

  .scene[data-active-panel-position="left-top"],
  .scene[data-active-panel-position="left-bottom"] {
    --panel-shift-x: 144px;
  }

  .scene[data-active-panel-position="right-top"],
  .scene[data-active-panel-position="right-bottom"] {
    --panel-shift-x: -144px;
  }

  .scene[data-active-panel-position="left-top"] .detail-panel-inner,
  .scene[data-active-panel-position="left-bottom"] .detail-panel-inner {
    left: 8%;
  }

  .scene[data-active-panel-position="right-top"] .detail-panel-inner,
  .scene[data-active-panel-position="right-bottom"] .detail-panel-inner {
    right: 8%;
  }
}

@media (max-width: 820px) {
  .konami-hint {
    bottom: 18px;
    gap: 8px;
    padding: 10px 12px;
    max-width: calc(100vw - 20px);
    overflow-x: auto;
  }

  .konami-key {
    min-width: 38px;
    height: 36px;
    padding: 0 10px;
    font-size: 0.76rem;
  }

  .penguin-drift-field {
    opacity: 0.7;
  }

  .ticker-top {
    padding-right: 118px;
  }

  .penguin-counter {
    right: 10px;
    min-height: 30px;
    padding: 0 10px;
    gap: 8px;
  }

  .penguin-counter-label {
    font-size: 0.56rem;
  }

  .penguin-counter-value {
    font-size: 0.76rem;
  }

  .drift-penguin-a,
  .drift-penguin-d {
    display: none;
  }

  .scene {
    min-height: auto;
    padding: 34px 0 120px;
  }

  .logo-stage {
    width: 100%;
    min-height: auto;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .scene[data-active-panel-position="left-top"],
  .scene[data-active-panel-position="right-top"],
  .scene[data-active-panel-position="left-bottom"],
  .scene[data-active-panel-position="right-bottom"] {
    --panel-shift-x: 0px;
    --panel-shift-y: 0px;
    --panel-logo-scale: 1;
  }

  .logo-shell {
    width: min(88vw, 560px);
    min-width: 0;
  }

  .energy-field {
    width: min(92vw, 620px);
    transform: translate(-50%, -54%);
  }

  .corner-note,
  .annotation,
  .micro,
  .detail-panel,
  .lower-band-copy {
    display: none;
  }

  .mobile-signal-stack {
    display: grid;
    gap: 20px;
    width: 100%;
    margin-top: 18px;
  }

  .mobile-signal-group {
    display: grid;
    gap: 12px;
  }

  .mobile-signal-group-secondary {
    gap: 10px;
  }

  .mobile-signal-group-label {
    margin: 0;
    font-family: "Eurostile", "Avenir Next Condensed", "Franklin Gothic Medium", sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(16, 234, 242, 0.8);
  }

  .mobile-signal-card {
    width: 100%;
    border-radius: 24px;
    background: rgba(5, 7, 25, 0.7);
    overflow: hidden;
    transition:
      border-color 220ms ease,
      background 220ms ease,
      box-shadow 220ms ease,
      transform 220ms ease;
  }

  .mobile-signal-card-primary {
    border: 1px solid rgba(16, 234, 242, 0.18);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.03),
      0 0 26px rgba(16, 234, 242, 0.06);
  }

  .mobile-signal-card-secondary {
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  }

  .mobile-panel-trigger {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: start;
    width: 100%;
    padding: 18px 18px 16px;
    border: 0;
    color: inherit;
    text-align: left;
    background: none;
    cursor: pointer;
  }

  .mobile-signal-card-secondary .mobile-panel-trigger {
    grid-template-columns: 1fr;
  }

  .mobile-panel-index,
  .mobile-panel-kicker {
    font-family: "Eurostile", "Avenir Next Condensed", "Franklin Gothic Medium", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--primary);
  }

  .mobile-panel-index {
    display: inline-block;
    padding-top: 4px;
    font-size: 0.8rem;
  }

  .mobile-panel-kicker {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 0.7rem;
  }

  .mobile-panel-copy h2 {
    margin: 0 0 6px;
    font-family: "Eurostile", "Avenir Next Condensed", "Franklin Gothic Medium", sans-serif;
    font-size: 1.04rem;
    letter-spacing: 0.02em;
  }

  .mobile-panel-copy p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
  }

  .mobile-panel-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
      max-height 300ms ease,
      opacity 220ms ease,
      padding 300ms ease;
  }

  .mobile-signal-card.is-open {
    transform: translateY(-1px);
    background: rgba(7, 10, 28, 0.84);
  }

  .mobile-signal-card.is-open.mobile-signal-card-primary {
    border-color: rgba(16, 234, 242, 0.32);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.04),
      0 0 30px rgba(16, 234, 242, 0.1),
      0 0 34px rgba(255, 43, 214, 0.06);
  }

  .mobile-signal-card.is-open.mobile-signal-card-secondary {
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.03),
      0 0 18px rgba(255, 255, 255, 0.04);
  }

  .mobile-signal-card.is-open .mobile-panel-content {
    max-height: 520px;
    padding: 0 18px 18px;
    opacity: 1;
  }

  .mobile-panel-content-inner {
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mobile-panel-content-inner h3 {
    margin: 0 0 10px;
    font-family: "Eurostile", "Avenir Next Condensed", "Franklin Gothic Medium", sans-serif;
    font-size: 1rem;
    letter-spacing: 0.02em;
  }

  .mobile-panel-content-inner p {
    margin: 0 0 12px;
    color: var(--muted);
    line-height: 1.72;
  }

  .mobile-panel-content-inner p:last-child {
    margin-bottom: 0;
  }

  .lower-band {
    position: relative;
    inset: auto;
    display: block;
    margin-top: 22px;
    padding: 0;
  }

  .signal-link {
    width: 100%;
  }

  .ticker span {
    font-size: 0.66rem;
  }
}
