:root {
  --bg-0: #070816;
  --bg-1: #11214a;
  --bg-2: #1e3472;
  --bg-3: #2a4b95;

  --ink: #f6fcff;
  --muted: #ccdef0;

  --holo-cyan: #72ecff;
  --holo-ice: #effbff;
  --holo-coral: #ff74ad;
  --holo-amber: #ffd36d;
  --holo-lime: #c6ff76;
  --tp-gold: #ffd66d;
  --tp-rose: #ff66b5;
  --tp-indigo: #20153e;
  --tp-night: #0a0718;
  --agency-violet: #b084ff;
  --agency-rose: #ff7ac6;
  --agency-cyan: #73ecff;
  --agency-lime: #b8ff82;
  --agency-sun: #ffd978;
  --agency-mint: #79ffd5;

  --panel: rgba(8, 18, 48, 0.55);
  --panel-strong: rgba(7, 17, 40, 0.78);
  --line: rgba(156, 230, 255, 0.34);
  --radius: 20px;

  --coherence: 0.74;
  --chaos: 0.43;
  --light: 0.81;

  --depth-blur: 10;
  --depth-opacity: 1;
  --depth-grid: 1;
  --depth-shadow: 1;
  --holo-glow: 1;
  --holo-contrast: 1;
  --grade-sat: 1;
  --grade-contrast: 1;
  --bg-hue-shift: 0deg;
  --topbar-stick-top: 1.1rem;
  --topbar-height: 6.2rem;
  --pattern-size: 138px;
  --pattern-distance: 1;
  --pattern-opacity: 0.48;
  --blink-speed: 7.2s;
  --blink-density: 138px;
  --blink-opacity: 0.28;

  --donut-dash: #9eff00;
  --donut-neon-pink: #ff1f71;
  --donut-neon-cyan: #2bd2ff;
  --donut-neon-green: #1eff45;
  --donut-card-deep: rgba(43, 3, 82, 0.74);
  --donut-card-mid: rgba(84, 33, 142, 0.62);
  --donut-card-light: rgba(184, 117, 251, 0.24);
  --donut-frame-glow: rgba(118, 50, 255, 0.34);
  --donut-title-bg: rgba(255, 255, 255, 0.08);
  --donut-shimmer: rgba(255, 255, 255, 0.1);
}

* {
  box-sizing: border-box;
}

@keyframes glitch {
  0% { transform: none; }
  20% { transform: translate(-1px, 1px); }
  40% { transform: translate(1px, -1px); }
  60% { transform: translate(-1px, -1px); }
  80% { transform: translate(1px, 1px); }
  100% { transform: none; }
}

@keyframes pulse-card {
  0% { box-shadow: 0 10px 24px rgba(15, 4, 36, 0.5), 0 0 20px rgba(177, 133, 255, 0.14); }
  100% { box-shadow: 0 18px 34px rgba(15, 4, 36, 0.62), 0 0 30px rgba(177, 133, 255, 0.26); }
}

html,
body {
  margin: 0;
  min-height: 100%;
  background-color: #060915;
}

body {
  min-height: 100vh;
  font-family: "Syne", "Segoe UI", sans-serif;
  color: var(--ink);
  line-height: 1.55;
  overflow-x: hidden;
  background:
    repeating-radial-gradient(circle, rgba(255, 255, 255, 0.03) 1px, transparent 3px),
    repeating-radial-gradient(circle at 22% 30%, rgba(255, 255, 255, 0.022) 2px, transparent 4px),
    repeating-radial-gradient(circle at 78% 70%, rgba(255, 255, 255, 0.024) 2px, transparent 4px),
    radial-gradient(circle at 20% 18%, rgba(255, 122, 198, 0.34) 0%, rgba(255, 122, 198, 0.02) 48%),
    radial-gradient(circle at 82% 14%, rgba(126, 255, 214, 0.3) 0%, rgba(126, 255, 214, 0.02) 52%),
    radial-gradient(circle at 52% 28%, rgba(126, 87, 194, 0.52) 0%, rgba(94, 53, 177, 0.34) 36%, rgba(69, 27, 139, 0.16) 62%, transparent 80%),
    linear-gradient(168deg, #060915 0%, #0f1d44 34%, #1c2f65 58%, #351f6c 78%, #130a31 100%);
  background-size: 180px 180px, 240px 240px, 260px 260px, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  filter: hue-rotate(var(--bg-hue-shift)) saturate(var(--grade-sat)) contrast(var(--grade-contrast));
  transition: filter 280ms ease, background 380ms ease;
  animation: spectral-shift 20s ease-in-out infinite alternate;
}

.space-top {
  position: fixed;
  inset: 0;
  height: 100vh;
  z-index: -8;
  pointer-events: none;
  overflow: hidden;
  display: none;
}

#spacefield,
.space-stars,
#holofield,
.horizon-line,
.bg-spectrum,
.bg-aura,
.bg-grid,
.bg-noise {
  position: fixed;
  left: 0;
  right: 0;
  width: 100vw;
  pointer-events: none;
}

#spacefield {
  top: 0;
  height: 100vh;
  z-index: -8;
  display: none;
}

.space-stars {
  top: 0;
  height: 100vh;
  z-index: -7;
  display: none;
  background-image:
    radial-gradient(circle at 8% 12%, rgba(229, 244, 255, 0.75) 0 1px, transparent 1.2px),
    radial-gradient(circle at 24% 28%, rgba(201, 230, 255, 0.5) 0 1px, transparent 1.2px),
    radial-gradient(circle at 46% 18%, rgba(232, 243, 255, 0.68) 0 1px, transparent 1.2px),
    radial-gradient(circle at 66% 30%, rgba(190, 224, 255, 0.45) 0 1px, transparent 1.2px),
    radial-gradient(circle at 82% 14%, rgba(242, 248, 255, 0.72) 0 1px, transparent 1.2px),
    radial-gradient(circle at 34% 44%, rgba(166, 212, 255, 0.28) 0 1px, transparent 1.2px);
  background-size: 240px 180px, 300px 230px, 340px 240px, 300px 220px, 360px 240px, 380px 280px;
  animation: twinkleA 8s ease-in-out infinite alternate;
}

.space-stars::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 14% 76%, rgba(255, 230, 176, 0.5) 0 1.1px, transparent 1.35px),
    radial-gradient(circle at 40% 66%, rgba(170, 220, 255, 0.35) 0 1px, transparent 1.2px),
    radial-gradient(circle at 70% 78%, rgba(233, 245, 255, 0.52) 0 1px, transparent 1.2px),
    radial-gradient(circle at 90% 62%, rgba(203, 234, 255, 0.4) 0 1px, transparent 1.3px);
  background-size: 280px 230px, 320px 250px, 360px 270px, 380px 300px;
  animation: twinkleB 6.8s ease-in-out infinite alternate;
  opacity: 0.66;
}

#holofield {
  top: 0;
  height: 100vh;
  z-index: -6;
  mask-image: none;
  display: none;
}

.horizon-line {
  display: none;
}

.bg-spectrum {
  top: 0;
  height: 100vh;
  z-index: -4;
  background:
    conic-gradient(
      from 30deg at 52% 49%,
      rgba(144, 244, 255, 0.11),
      rgba(255, 126, 168, 0.1),
      rgba(255, 209, 138, 0.11),
      rgba(184, 255, 143, 0.08),
      rgba(144, 244, 255, 0.11)
    );
  filter: blur(calc(var(--depth-blur) * 1px)) saturate(calc(1.01 + var(--holo-contrast) * 0.3));
  opacity: calc((0.2 + var(--light) * 0.18) * var(--depth-opacity));
  animation: spectral-spin 44s linear infinite;
  display: none;
}

.bg-aura {
  z-index: -4;
  background:
    radial-gradient(circle at 50% 52%, rgba(236, 252, 255, 0.2), transparent 14%),
    radial-gradient(circle at 50% 52%, rgba(144, 244, 255, 0.14), transparent 27%),
    radial-gradient(circle at 50% 52%, rgba(255, 126, 168, 0.1), transparent 39%),
    radial-gradient(circle at 50% 52%, rgba(255, 209, 138, 0.09), transparent 52%);
  mix-blend-mode: screen;
  opacity: calc(0.32 + var(--coherence) * 0.18);
}

.bg-grid {
  top: 0;
  height: 100vh;
  z-index: -3;
  opacity: calc((0.24 + var(--coherence) * 0.22) * var(--depth-grid));
  background:
    radial-gradient(circle, rgba(181, 235, 255, 0.24) 0 1px, transparent 1.2px),
    radial-gradient(circle, rgba(255, 220, 145, 0.14) 0 1px, transparent 1.2px),
    repeating-linear-gradient(0deg, rgba(128, 200, 255, 0.08) 0 1px, transparent 1px 24px),
    linear-gradient(180deg, rgba(3, 8, 23, 0.08), rgba(3, 8, 23, 0.42));
  background-size: 120px 120px, 180px 180px, auto, auto;
  background-position: 24px 20px, 72px 68px, 0 0, 0 0;
  display: none;
}

.bg-noise {
  top: 0;
  height: 100vh;
  z-index: -2;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.62'/%3E%3C/svg%3E"),
    repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 5px);
  background-size: 170px 170px, 320px 320px;
  mix-blend-mode: overlay;
  opacity: calc(0.08 + var(--chaos) * 0.11);
  animation: grain-shift 2.8s steps(3) infinite;
  display: none;
}

.pattern-overlay {
  position: fixed;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  opacity: var(--pattern-opacity);
  mix-blend-mode: screen;
  background-image:
    repeating-linear-gradient(135deg, rgba(201, 232, 255, 0.08) 0 1px, transparent 1px 12px),
    radial-gradient(circle at 24% 30%, rgba(144, 244, 255, 0.1), transparent 40%),
    radial-gradient(circle at 74% 62%, rgba(255, 126, 168, 0.08), transparent 42%);
  background-size:
    calc(var(--pattern-size) * var(--pattern-distance)) calc(var(--pattern-size) * var(--pattern-distance)),
    100% 100%,
    100% 100%;
  transition: opacity 220ms ease, background-size 220ms ease, filter 220ms ease;
}

.circle-overlay {
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: calc(var(--blink-opacity) * 0.82);
  background-image:
    repeating-radial-gradient(circle at 16% 24%, rgba(154, 210, 255, 0.24) 0 2px, transparent 2px 22px),
    repeating-radial-gradient(circle at 68% 62%, rgba(130, 190, 255, 0.2) 0 2px, transparent 2px 24px),
    repeating-radial-gradient(circle at 40% 74%, rgba(119, 180, 255, 0.18) 0 2px, transparent 2px 20px),
    radial-gradient(circle at 20% 32%, rgba(188, 220, 255, 0.2), transparent 44%),
    radial-gradient(circle at 72% 66%, rgba(162, 206, 255, 0.16), transparent 48%);
  background-size:
    calc(var(--blink-density) * 1.4) calc(var(--blink-density) * 1.2),
    calc(var(--blink-density) * 1.75) calc(var(--blink-density) * 1.52),
    calc(var(--blink-density) * 1.2) calc(var(--blink-density) * 1.05),
    100% 100%,
    100% 100%;
  animation:
    circle-overlay-drift calc(var(--blink-speed) * 1.9) linear infinite,
    circle-overlay-pulse var(--blink-speed) ease-in-out infinite alternate;
}

body[data-blink="off"] .circle-overlay {
  opacity: 0;
  animation: none;
}

body[data-blink="pulse"] .circle-overlay {
  animation-timing-function: linear, cubic-bezier(0.42, 0.01, 0.31, 1);
}

body[data-blink="strobe"] .circle-overlay {
  animation-timing-function: linear, steps(5, end);
}

.pattern-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: var(--blink-opacity);
  background-image:
    radial-gradient(circle at 11% 17%, rgba(216, 244, 255, 0.78) 0 1px, transparent 1.25px),
    radial-gradient(circle at 37% 28%, rgba(174, 228, 255, 0.74) 0 1px, transparent 1.25px),
    radial-gradient(circle at 73% 24%, rgba(255, 214, 156, 0.72) 0 1px, transparent 1.3px),
    radial-gradient(circle at 56% 68%, rgba(255, 168, 220, 0.68) 0 1px, transparent 1.25px),
    radial-gradient(circle at 86% 76%, rgba(176, 248, 255, 0.75) 0 1px, transparent 1.25px);
  background-size:
    calc(var(--blink-density) * 1.1) calc(var(--blink-density) * 0.95),
    calc(var(--blink-density) * 1.35) calc(var(--blink-density) * 1.24),
    calc(var(--blink-density) * 1.8) calc(var(--blink-density) * 1.55),
    calc(var(--blink-density) * 1.46) calc(var(--blink-density) * 1.4),
    calc(var(--blink-density) * 2) calc(var(--blink-density) * 1.82);
  animation: circle-blink var(--blink-speed) ease-in-out infinite alternate;
}

body[data-blink="off"] .pattern-overlay::after {
  opacity: 0;
  animation: none;
}

body[data-blink="soft"] .pattern-overlay::after {
  animation-timing-function: ease-in-out;
}

body[data-blink="pulse"] .pattern-overlay::after {
  animation-timing-function: cubic-bezier(0.41, 0.02, 0.32, 1);
}

body[data-blink="strobe"] .pattern-overlay::after {
  animation-timing-function: steps(4, end);
}

body[data-pattern="lattice_current"] .pattern-overlay {
  background-image:
    repeating-linear-gradient(135deg, rgba(201, 232, 255, 0.1) 0 1px, transparent 1px 12px),
    repeating-linear-gradient(45deg, rgba(178, 157, 255, 0.08) 0 1px, transparent 1px 16px);
}

body[data-pattern="dot_constellation"] .pattern-overlay {
  background-image:
    radial-gradient(circle at 10% 14%, rgba(215, 243, 255, 0.56) 0 1px, transparent 1.22px),
    radial-gradient(circle at 42% 28%, rgba(162, 223, 255, 0.52) 0 1px, transparent 1.2px),
    radial-gradient(circle at 74% 62%, rgba(255, 204, 128, 0.48) 0 1px, transparent 1.3px),
    radial-gradient(circle at 86% 26%, rgba(255, 171, 216, 0.5) 0 1px, transparent 1.25px);
  background-size:
    calc(var(--pattern-size) * 1.2 * var(--pattern-distance)) calc(var(--pattern-size) * 1.2 * var(--pattern-distance)),
    calc(var(--pattern-size) * 1.55 * var(--pattern-distance)) calc(var(--pattern-size) * 1.55 * var(--pattern-distance)),
    calc(var(--pattern-size) * 1.8 * var(--pattern-distance)) calc(var(--pattern-size) * 1.8 * var(--pattern-distance)),
    calc(var(--pattern-size) * 2.1 * var(--pattern-distance)) calc(var(--pattern-size) * 2.1 * var(--pattern-distance));
}

body[data-pattern="orbital_moire"] .pattern-overlay {
  background-image:
    repeating-radial-gradient(circle at 50% 50%, rgba(158, 245, 255, 0.15) 0 1px, transparent 1px 11px),
    repeating-radial-gradient(circle at 53% 49%, rgba(255, 166, 220, 0.12) 0 1px, transparent 1px 15px);
  background-size:
    calc(var(--pattern-size) * 1.35 * var(--pattern-distance)) calc(var(--pattern-size) * 1.35 * var(--pattern-distance)),
    calc(var(--pattern-size) * 1.95 * var(--pattern-distance)) calc(var(--pattern-size) * 1.95 * var(--pattern-distance));
}

body[data-pattern="binary_grid"] .pattern-overlay {
  background-image:
    repeating-linear-gradient(0deg, rgba(163, 236, 255, 0.1) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(90deg, rgba(148, 219, 255, 0.08) 0 1px, transparent 1px 18px),
    radial-gradient(circle at 50% 50%, rgba(126, 255, 182, 0.06), transparent 55%);
}

body[data-pattern="noise_film"] .pattern-overlay {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.84' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23g)' opacity='0.7'/%3E%3C/svg%3E"),
    repeating-linear-gradient(145deg, rgba(201, 228, 255, 0.06) 0 1px, transparent 1px 9px);
  background-size:
    calc(var(--pattern-size) * 1.05 * var(--pattern-distance)) calc(var(--pattern-size) * 1.05 * var(--pattern-distance)),
    calc(var(--pattern-size) * 0.9 * var(--pattern-distance)) calc(var(--pattern-size) * 0.9 * var(--pattern-distance));
}

body[data-pattern="aurora_bands"] .pattern-overlay {
  background-image:
    repeating-linear-gradient(165deg, rgba(121, 248, 255, 0.12) 0 2px, transparent 2px 20px),
    radial-gradient(120% 100% at 82% 26%, rgba(30, 255, 69, 0.18), transparent 64%),
    radial-gradient(120% 100% at 26% 76%, rgba(255, 126, 168, 0.14), transparent 70%);
}

body[data-pattern="prism_weave"] .pattern-overlay {
  background-image:
    repeating-linear-gradient(120deg, rgba(255, 202, 146, 0.13) 0 1px, transparent 1px 13px),
    repeating-linear-gradient(60deg, rgba(146, 243, 255, 0.1) 0 1px, transparent 1px 16px),
    repeating-linear-gradient(0deg, rgba(188, 130, 255, 0.08) 0 1px, transparent 1px 20px);
}

body[data-pattern="solar_hatch"] .pattern-overlay {
  background-image:
    repeating-linear-gradient(136deg, rgba(255, 209, 138, 0.15) 0 2px, transparent 2px 22px),
    repeating-linear-gradient(46deg, rgba(255, 122, 174, 0.1) 0 1px, transparent 1px 26px),
    radial-gradient(circle at 74% 30%, rgba(255, 219, 145, 0.16), transparent 58%);
}

body[data-pattern="resonance_circles"] .pattern-overlay {
  background-image:
    repeating-radial-gradient(circle at 22% 34%, rgba(152, 206, 255, 0.16) 0 2px, transparent 2px 22px),
    repeating-radial-gradient(circle at 66% 58%, rgba(136, 183, 255, 0.12) 0 2px, transparent 2px 20px),
    repeating-radial-gradient(circle at 40% 74%, rgba(122, 176, 255, 0.1) 0 2px, transparent 2px 18px),
    repeating-linear-gradient(90deg, rgba(154, 204, 255, 0.06) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(126deg, rgba(179, 220, 255, 0.05) 0 1px, transparent 1px 38px);
  background-size:
    calc(var(--pattern-size) * 1.5 * var(--pattern-distance)) calc(var(--pattern-size) * 1.5 * var(--pattern-distance)),
    calc(var(--pattern-size) * 1.78 * var(--pattern-distance)) calc(var(--pattern-size) * 1.78 * var(--pattern-distance)),
    calc(var(--pattern-size) * 1.18 * var(--pattern-distance)) calc(var(--pattern-size) * 1.18 * var(--pattern-distance)),
    calc(var(--pattern-size) * 1.05 * var(--pattern-distance)) calc(var(--pattern-size) * 1.05 * var(--pattern-distance)),
    calc(var(--pattern-size) * 1.36 * var(--pattern-distance)) calc(var(--pattern-size) * 1.36 * var(--pattern-distance));
}

.floating-copy {
  position: fixed;
  z-index: 6;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(229, 250, 255, 0.92);
  border: 1px solid rgba(181, 240, 255, 0.28);
  border-radius: 999px;
  padding: 0.3rem 0.6rem;
  background:
    linear-gradient(120deg, rgba(21, 42, 88, 0.58), rgba(32, 28, 88, 0.38)) padding-box,
    linear-gradient(120deg, rgba(144, 244, 255, 0.48), rgba(255, 126, 168, 0.35), rgba(255, 209, 138, 0.42)) border-box;
  backdrop-filter: blur(8px);
  text-shadow: 0 0 16px rgba(144, 244, 255, 0.34);
  max-width: 36ch;
}

.floating-copy:nth-of-type(1) {
  top: 16vh;
  left: 3vw;
}

.floating-copy:nth-of-type(2) {
  top: 64vh;
  right: 4vw;
}

.floating-copy:nth-of-type(3) {
  top: 40vh;
  right: 23vw;
}

.topbar {
  position: sticky;
  top: var(--topbar-stick-top);
  z-index: 12;
  width: min(1180px, 95vw);
  margin: 0 auto;
  min-height: var(--topbar-height);
  padding: 1.5rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(191, 225, 255, 0.34);
  background:
    radial-gradient(130% 170% at 86% 48%, rgba(30, 255, 69, 0.3) 0%, rgba(43, 210, 255, 0.24) 30%, rgba(184, 117, 251, 0.22) 56%, transparent 76%),
    linear-gradient(90deg, rgba(42, 17, 86, 0.86) 0%, rgba(26, 16, 76, 0.83) 44%, rgba(10, 28, 60, 0.84) 100%),
    rgba(14, 10, 34, 0.72);
  display: flex;
  justify-content: space-between;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  backdrop-filter: blur(10px) saturate(1.2);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 14px 30px rgba(14, 4, 32, 0.52),
    0 0 18px rgba(179, 125, 255, 0.2),
    0 0 16px rgba(90, 219, 255, 0.16);
}

.topbar-grid-layer {
  position: absolute !important;
  inset: 0;
  z-index: 1 !important;
  pointer-events: none;
  border-radius: inherit;
  display: block;
  opacity: 0.46;
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.98) 0%,
    rgba(0, 0, 0, 0.9) 30%,
    rgba(0, 0, 0, 0.5) 52%,
    rgba(0, 0, 0, 0.14) 66%,
    transparent 80%
  );
  mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.98) 0%,
    rgba(0, 0, 0, 0.9) 30%,
    rgba(0, 0, 0, 0.5) 52%,
    rgba(0, 0, 0, 0.14) 66%,
    transparent 80%
  );
}

.topbar > :not(.topbar-grid-layer) {
  position: relative;
  z-index: 2;
}

.topbar::before {
  content: "";
  position: absolute;
  inset: -12% -1% -12% 38%;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(65% 100% at 92% 52%, rgba(30, 255, 69, 0.5), rgba(30, 255, 69, 0) 66%),
    radial-gradient(58% 86% at 78% 40%, rgba(43, 210, 255, 0.45), rgba(43, 210, 255, 0) 64%),
    radial-gradient(64% 94% at 70% 84%, rgba(255, 209, 138, 0.3), rgba(255, 209, 138, 0) 72%),
    radial-gradient(80% 106% at 62% 46%, rgba(184, 117, 251, 0.4), rgba(184, 117, 251, 0) 70%);
  filter: blur(4px) saturate(1.2);
  opacity: 0.9;
}

.topbar::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(112deg, rgba(255, 31, 113, 0.11), rgba(43, 210, 255, 0.14), rgba(255, 209, 138, 0.11), rgba(30, 255, 69, 0.1)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 42%);
  mix-blend-mode: screen;
}

.brand {
  text-decoration: none;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  position: relative;
  z-index: 1;
}

.brand-mark {
  color: var(--holo-amber);
  font-size: 1.45rem;
  text-shadow: 0 0 22px rgba(255, 209, 138, 0.5);
}

.brand-word {
  font-family: "Audiowide", sans-serif;
  letter-spacing: 0.08em;
  font-size: clamp(1.05rem, 2.1vw, 1.5rem);
  text-shadow: 0 0 18px rgba(144, 244, 255, 0.34);
}

.topbar-token {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 0.9rem;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(0.68rem, 1.26vw, 1.46rem);
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: rgba(255, 217, 106, 0.96);
  text-shadow: 0 0 12px rgba(255, 217, 106, 0.3), 0 0 20px rgba(127, 211, 255, 0.18);
}

.topbar .insight-flip.topbar-token {
  margin: 0;
  min-height: 1em;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  font-size: clamp(0.55rem, 1.05vw, 1.15rem);
  line-height: 1.05;
  letter-spacing: 0.08em;
}

.topbar-token::after {
  display: none;
}

main {
  width: min(1180px, 95vw);
  margin: 0 auto;
  padding: 7.2rem 0 1.4rem;
}

.hero,
.section {
  position: relative;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(64, 39, 104, 0.18) 0%, rgba(44, 56, 88, 0.24) 32%, rgba(26, 44, 70, 0.42) 64%, rgba(14, 28, 46, 0.62) 100%) padding-box,
    radial-gradient(circle at 18% 28%, rgba(255, 209, 145, 0.09), transparent 70%) padding-box,
    linear-gradient(90deg, rgba(31, 16, 64, 0.9) 0%, rgba(20, 31, 58, 0.92) 52%, rgba(10, 22, 43, 0.94) 100%) padding-box,
    linear-gradient(
      120deg,
      rgba(255, 31, 113, 0.18),
      rgba(43, 210, 255, 0.22),
      rgba(255, 209, 138, 0.2),
      rgba(30, 255, 69, 0.14)
    ) border-box;
  background-blend-mode: normal, normal;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 calc(15px + var(--depth-shadow) * 4px) calc(24px + var(--depth-shadow) * 12px) rgba(15, 4, 36, 0.52),
    0 0 calc(11px + var(--light) * 9px) rgba(255, 217, 106, 0.14),
    0 0 calc(13px + var(--light) * 10px) rgba(90, 219, 255, 0.14);
  backdrop-filter: blur(13px) saturate(1.06);
  border-right-color: rgba(255, 217, 106, 0.42);
  border-bottom-color: rgba(255, 217, 106, 0.34);
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-image: none;
  border-image-slice: 0;
  border-bottom-right-radius: 34px;
  overflow: hidden;
}

.hero::after,
.section::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: calc(var(--radius) - 8px);
  border: 1px solid rgba(181, 236, 255, 0.22);
  box-shadow:
    inset 0 0 20px rgba(146, 244, 255, 0.08),
    inset -1px -1px 0 rgba(255, 217, 106, 0.18);
  pointer-events: none;
}

.hero::before,
.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 31, 113, 0.09), transparent 36%),
    radial-gradient(circle at 82% 86%, rgba(43, 210, 255, 0.1), transparent 44%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 9px),
    repeating-linear-gradient(45deg, rgba(255, 214, 138, 0.028) 0 1px, transparent 1px 16px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.84' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23g)' opacity='0.35'/%3E%3C/svg%3E");
  background-size: auto, auto, auto, auto, 180px 180px;
  mix-blend-mode: screen;
  opacity: 0.64;
  filter: contrast(1.12) saturate(1.03);
}

.hero {
  padding: clamp(0.92rem, 2.05vw, 1.48rem) clamp(0.9rem, 2vw, 1.5rem) clamp(0.9rem, 2vw, 1.42rem) clamp(1.05rem, 2.2vw, 1.72rem);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
  gap: clamp(0.9rem, 2.2vw, 1.6rem);
  align-items: start;
}

.hero-copy {
  min-width: 0;
  padding-bottom: clamp(0.52rem, 1.3vw, 0.92rem);
}

.hero-visual {
  position: relative;
  min-height: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  justify-self: center;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  width: min(640px, 100%);
}

.hero-visual::before {
  content: none;
  position: absolute;
  inset: 0;
}

.hero-orbit-visual {
  width: min(640px, 100%);
  padding-right: clamp(0.55rem, 1.5vw, 1.15rem);
  box-sizing: border-box;
}

.hero-orbit-art {
  position: relative;
  isolation: isolate;
  width: 100%;
  border-radius: 28px;
  padding: 0.72rem;
  background:
    radial-gradient(circle at 38% 24%, rgba(168, 215, 255, 0), transparent 58%),
    linear-gradient(158deg, rgba(16, 26, 66, 0.86), rgba(7, 14, 38, 0.94));
  border: 1px solid rgba(187, 228, 255, 0.2);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 14px 28px rgba(8, 10, 34, 0.42);
  display: flex;
  flex-direction: column;
  gap: 0.74rem;
}

.hero-orbit-wrap {
  position: relative;
  z-index: 1;
  width: min(95%, 580px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border-radius: 50%;
  filter: none;
  background: transparent;
  box-shadow: none;
}

#heroOrbitCanvas {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background: transparent;
  cursor: grab;
  touch-action: none;
}

#heroOrbitCanvas.is-dragging {
  cursor: grabbing;
}

.hero-orbit-starfield {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 24% 34%, rgba(255, 255, 255, 0.52) 0 2px, transparent 2px 100%),
    radial-gradient(circle at 62% 22%, rgba(255, 255, 255, 0.42) 0 2px, transparent 2px 100%),
    radial-gradient(circle at 74% 72%, rgba(255, 255, 255, 0.35) 0 2px, transparent 2px 100%),
    radial-gradient(circle at 36% 64%, rgba(255, 255, 255, 0.44) 0 1.6px, transparent 1.6px 100%);
  mask-image: radial-gradient(circle at center, #000 44%, transparent 86%);
}

.hero-orbit-speed-control {
  position: relative;
  z-index: 2;
  width: min(95%, 460px);
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hero-orbit-speed-row {
  display: block;
}

.hero-orbit-speed-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.42rem;
  font: 700 0.71rem/1.1 "IBM Plex Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d9f3ff;
}

.hero-orbit-speed-value {
  color: var(--holo-amber);
}

.hero-orbit-speed-slider {
  width: 100%;
  margin: 0;
  accent-color: #78ded8;
  cursor: pointer;
}

.hero-donut-row {
  position: relative;
  z-index: 1;
  margin-top: clamp(0.8rem, 2vw, 1.2rem);
  display: flex;
  justify-content: center;
}

.hero-donut-section {
  margin-top: clamp(1.1rem, 2.4vw, 1.9rem);
  padding: clamp(0.82rem, 1.8vw, 1.2rem);
  display: grid;
  gap: clamp(0.45rem, 1.15vw, 0.8rem);
}

.hero-donut-section .hero-donut-row {
  margin-top: 0;
}

.hero-donut-title {
  margin: clamp(0.45rem, 1.15vw, 0.95rem) 0 clamp(0.38rem, 0.95vw, 0.65rem);
  text-align: center;
  font-family: "Bangers", "Comic Sans MS", cursive;
  font-size: clamp(2.4rem, 6.8vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: 0.06em;
  color: #ffe48f;
  text-shadow:
    0 0 22px rgba(255, 208, 122, 0.48),
    0 0 44px rgba(176, 88, 255, 0.3),
    0 3px 0 rgba(24, 10, 60, 0.85);
}

.hero-donut-row .hero-media-panel {
  width: min(840px, 100%);
}

.hero-media-panel {
  position: relative;
  width: 100%;
  border-radius: 28px;
  padding: clamp(0.58rem, 1.2vw, 0.9rem);
  background:
    radial-gradient(circle at 72% 14%, rgba(255, 224, 155, 0.15), transparent 58%),
    linear-gradient(160deg, rgba(34, 19, 85, 0.72), rgba(13, 17, 55, 0.84));
  border: 1px solid rgba(191, 226, 255, 0.23);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 16px 30px rgba(13, 6, 40, 0.36);
}

.hero-media-panel::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 22px;
  border: 1px solid rgba(181, 236, 255, 0.12);
  pointer-events: none;
}

.hero-mini-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hero-mini-donut {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  transform: none;
}

#panelDonut {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  filter: saturate(calc(1.12 + var(--holo-contrast) * 0.24)) contrast(calc(1.02 + var(--holo-contrast) * 0.16));
}

.eyebrow {
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  color: var(--holo-cyan);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  text-shadow: 0 0 14px rgba(144, 244, 255, 0.28);
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(163, 232, 255, 0.34);
  background: linear-gradient(120deg, rgba(11, 29, 68, 0.72), rgba(42, 21, 83, 0.6));
}

h1 {
  margin: 0.6rem 0 0;
  display: grid;
  gap: 0.3rem;
}

.hero-main {
  font-family: "Audiowide", sans-serif;
  font-size: clamp(2.2rem, 8vw, 5.5rem);
  letter-spacing: 0.05em;
  color: var(--holo-ice);
  text-shadow:
    0 0 30px rgba(115, 236, 255, 0.4),
    0 0 56px rgba(255, 122, 198, 0.3),
    0 0 70px rgba(255, 217, 120, 0.22);
}

.hero-main:hover {
  animation: glitch 400ms linear 1;
}

.hero-main-idea {
  font-family: "Bangers", cursive;
  font-size: clamp(1.2rem, 3.2vw, 2.4rem);
  letter-spacing: 0.04em;
  line-height: 1;
  color: #ffe79d;
  text-shadow: 0 0 16px rgba(255, 209, 138, 0.3);
}

.hero-sub {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #b8efff;
  font-size: clamp(0.76rem, 1.16vw, 1rem);
}

.lead {
  margin: 0.58rem 0 0;
  max-width: 68ch;
  color: var(--muted);
}

.lead-intro {
  margin-top: 0.86rem;
  color: #e7f7ff;
  font-size: clamp(0.98rem, 1.45vw, 1.14rem);
  line-height: 1.62;
}

.hero-concept {
  margin-top: 0.9rem;
  max-width: 69ch;
  padding: clamp(0.72rem, 1.8vw, 1.05rem);
  border-radius: 14px;
  border: 1px solid rgba(182, 236, 255, 0.28);
  background:
    radial-gradient(circle at 18% 22%, rgba(127, 211, 255, 0.12), transparent 52%),
    linear-gradient(142deg, rgba(10, 24, 59, 0.78), rgba(23, 14, 53, 0.82));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.hero-concept-title {
  margin: 0 0 0.52rem;
  font-family: "Bangers", cursive;
  font-size: clamp(1.1rem, 2.4vw, 1.65rem);
  letter-spacing: 0.06em;
  color: #ffd88a;
}

.hero-concept-grid {
  display: grid;
  gap: 0.52rem;
}

.hero-concept-row {
  display: grid;
  grid-template-columns: minmax(120px, 150px) minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
}

.hero-concept-step {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9ee9ff;
}

.hero-concept-row p {
  margin: 0;
  color: #d6ebff;
  line-height: 1.45;
}

.lead.strong {
  color: #e0f5ff;
  margin-top: 0.88rem;
  margin-bottom: clamp(0.12rem, 0.5vw, 0.26rem);
}

.hero-copy .lead:last-of-type {
  margin-top: 0.2rem;
  margin-bottom: 0;
}

.hero-contact {
  margin-top: 0.95rem;
  max-width: 69ch;
  padding: 0.64rem 0.78rem;
  border-radius: 12px;
  border: 1px solid rgba(183, 236, 255, 0.3);
  background:
    radial-gradient(circle at 14% 22%, rgba(127, 211, 255, 0.14), transparent 48%),
    linear-gradient(140deg, rgba(8, 21, 54, 0.74), rgba(22, 13, 46, 0.82));
  display: grid;
  gap: 0.34rem;
}

.hero-contact-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #9ee7ff;
}

.hero-contact-link {
  width: fit-content;
  max-width: 100%;
  display: inline-block;
  padding: 0.26rem 0.52rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 216, 138, 0.42);
  color: #fff2cc;
  text-decoration: none;
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(0.74rem, 1.08vw, 0.9rem);
  line-height: 1.3;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
  background: linear-gradient(125deg, rgba(36, 18, 70, 0.64), rgba(10, 25, 58, 0.74));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  transition: transform 160ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hero-contact-link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 228, 168, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 8px 16px rgba(4, 10, 30, 0.28);
}

.hero-contact-link:focus-visible {
  outline: 2px solid rgba(158, 233, 255, 0.9);
  outline-offset: 2px;
}

.hero-visual-showcase {
  align-self: stretch;
  display: grid;
  place-items: center;
}

.hero-art-card {
  margin: 0;
  width: min(100%, 540px);
  aspect-ratio: 1 / 1;
  border-radius: 26px;
  border: 1px solid rgba(194, 231, 255, 0.26);
  background:
    radial-gradient(circle at 22% 18%, rgba(127, 211, 255, 0.2), transparent 44%),
    linear-gradient(160deg, rgba(8, 14, 36, 0.88), rgba(3, 8, 22, 0.92));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 14px 28px rgba(6, 8, 28, 0.46),
    0 0 18px rgba(127, 211, 255, 0.16);
  overflow: hidden;
}

.hero-art-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-actions {
  margin-top: 1.1rem;
  display: flex;
  gap: 0.72rem;
  flex-wrap: wrap;
}

.hero-tag-row {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.26rem 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(196, 236, 255, 0.34);
  background:
    linear-gradient(125deg, rgba(15, 30, 74, 0.82), rgba(70, 31, 130, 0.56));
  color: #ddf5ff;
  font: 600 0.6rem/1.1 "IBM Plex Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.btn {
  position: relative;
  z-index: 1;
  text-decoration: none;
  min-height: 44px;
  padding: 0.66rem 1.12rem;
  border-radius: 999px;
  border: 1px solid rgba(225, 250, 255, 0.3);
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  transition: transform 180ms ease, box-shadow 260ms ease, border-color 200ms ease;
  overflow: hidden;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.38);
}

.btn::before,
.btn::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, var(--donut-neon-pink), var(--donut-neon-cyan), var(--donut-neon-green));
  opacity: 0.32;
  transition: all 360ms ease;
  pointer-events: none;
}

.btn::before {
  top: -6px;
}

.btn::after {
  bottom: -6px;
}

.btn:hover {
  transform: translateY(-2px) scale(1.01);
  border-color: rgba(214, 239, 255, 0.65);
  box-shadow: 0 12px 24px rgba(4, 10, 30, 0.42), 0 0 12px rgba(255, 31, 113, 0.2), 0 0 14px rgba(43, 210, 255, 0.22);
}

.btn:hover::before {
  top: 0;
  opacity: 0.75;
}

.btn:hover::after {
  bottom: 0;
  opacity: 0.75;
}

.btn-primary {
  color: #041326;
  background:
    linear-gradient(120deg, rgba(255, 217, 120, 0.98), rgba(121, 255, 213, 0.96), rgba(115, 236, 255, 0.96));
}

.btn-ghost {
  color: #f1fbff;
  background: linear-gradient(120deg, rgba(90, 42, 164, 0.76), rgba(19, 42, 88, 0.76), rgba(255, 121, 189, 0.26));
}

.signal-strip {
  margin-top: 0;
  padding-top: 0.62rem;
  border-top: 1px solid rgba(184, 235, 255, 0.22);
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
}

.signal-strip span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.28rem 0.58rem;
  border: 1px solid rgba(186, 235, 255, 0.34);
  border-radius: 999px;
  color: #d8f4ff;
  background: linear-gradient(120deg, rgba(43, 3, 82, 0.52), rgba(9, 20, 48, 0.62));
  box-shadow: inset 0 0 12px rgba(144, 244, 255, 0.08), 0 0 12px rgba(177, 133, 255, 0.12);
}

.section {
  margin-top: clamp(3rem, 6vw, 4.35rem);
  padding: clamp(1rem, 2.25vw, 1.75rem);
}

#vision {
  padding-top: clamp(0.72rem, 1.55vw, 1.02rem);
  padding-bottom: clamp(1.25rem, 2.5vw, 2.1rem);
  margin-bottom: clamp(0.5rem, 1.4vw, 1rem);
}

#vision::after {
  inset: 8px;
}

#vision .cards {
  margin-top: 0.62rem;
}

#vision .card {
  padding: 0.72rem 0.78rem;
}

#vision .card p {
  margin-top: 0.45rem;
}

.offers {
  margin-top: clamp(1rem, 2.6vw, 2rem);
}

.offers-title {
  margin: 0;
  font-family: "Bangers", cursive;
  font-size: clamp(1.6rem, 4.1vw, 3rem);
  letter-spacing: 0.06em;
  color: #ffe08f;
  text-shadow: 0 0 18px rgba(255, 216, 137, 0.24);
}

.offers-lead {
  margin: 0.6rem 0 0;
  max-width: 62ch;
  color: #d8eeff;
}

.offer-groups {
  margin-top: clamp(1rem, 2.2vw, 1.6rem);
  display: grid;
  gap: clamp(0.88rem, 1.9vw, 1.35rem);
}

.offer-group {
  border-radius: 22px;
  border: 1px solid rgba(173, 229, 255, 0.3);
  padding: clamp(0.95rem, 2vw, 1.4rem);
  background:
    linear-gradient(148deg, rgba(4, 10, 26, 0.7), rgba(8, 18, 46, 0.74)),
    radial-gradient(circle at 18% 18%, rgba(127, 211, 255, 0.2), transparent 52%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 16px 30px rgba(2, 6, 20, 0.36),
    0 0 18px rgba(115, 236, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.offer-group-kicker {
  margin: 0;
  font: 700 0.67rem/1 "IBM Plex Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9de8ff;
}

.offer-group-title {
  margin: 0.5rem 0 0;
  font-family: "Audiowide", sans-serif;
  font-size: clamp(1.06rem, 2.2vw, 1.46rem);
  color: #eef9ff;
}

.offer-group-lead {
  margin: 0.48rem 0 0;
  max-width: 70ch;
  color: #d4e9ff;
}

.offer-bundle-row {
  margin-top: 0.85rem;
  border: 1px solid rgba(255, 220, 138, 0.34);
  border-radius: 14px;
  padding: 0.72rem 0.82rem;
  background: linear-gradient(132deg, rgba(12, 24, 62, 0.72), rgba(40, 20, 74, 0.62));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.offer-bundle-text {
  margin: 0;
  color: #ffe9b3;
  font: 600 0.78rem/1.35 "IBM Plex Mono", monospace;
}

.offer-grid {
  margin-top: clamp(0.9rem, 2.1vw, 1.4rem);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.72rem, 1.65vw, 1.2rem);
}

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

.offer-card {
  position: relative;
  display: grid;
  gap: 0.48rem;
  border-radius: 18px;
  border: 1px solid rgba(188, 233, 255, 0.26);
  padding: clamp(0.9rem, 2vw, 1.2rem);
  background:
    radial-gradient(circle at 18% 14%, rgba(127, 211, 255, 0.14), transparent 48%),
    linear-gradient(148deg, rgba(8, 20, 52, 0.83), rgba(24, 13, 52, 0.87));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 12px 20px rgba(2, 6, 20, 0.3);
}

.offer-card-glass {
  border-color: rgba(178, 232, 255, 0.34);
  background:
    linear-gradient(148deg, rgba(9, 19, 49, 0.67), rgba(22, 12, 48, 0.69)),
    radial-gradient(circle at 20% 14%, rgba(127, 211, 255, 0.14), transparent 50%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 16px 24px rgba(4, 8, 28, 0.34),
    0 0 16px rgba(115, 236, 255, 0.11);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.offer-card h3,
.offer-card h4 {
  margin: 0;
  font-family: "Audiowide", sans-serif;
  font-size: clamp(1rem, 1.95vw, 1.35rem);
  color: #edf9ff;
}

.offer-kicker {
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #9ae9ff;
}

.offer-price {
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  color: #ffe19d;
}

.offer-card ul {
  margin: 0;
  padding-left: 1rem;
  color: #d4eaff;
}

.offer-card li {
  margin: 0.24rem 0;
}

.offer-card .btn {
  margin-top: 0.2rem;
  width: fit-content;
}

.offer-card-featured {
  border-color: rgba(255, 218, 132, 0.52);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(255, 218, 132, 0.28),
    0 14px 26px rgba(8, 4, 24, 0.42);
}

.offer-group-pilot {
  display: grid;
  gap: 0.78rem;
  align-items: start;
  background:
    linear-gradient(148deg, rgba(5, 14, 36, 0.78), rgba(9, 22, 57, 0.76)),
    radial-gradient(circle at 82% 10%, rgba(255, 216, 137, 0.18), transparent 44%);
}

.insight-wall {
  margin-top: clamp(1.4rem, 3vw, 2.3rem);
  padding: clamp(1rem, 2.4vw, 1.8rem);
}

.insight-banner {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(214, 233, 255, 0.22);
  padding: clamp(1.2rem, 2.5vw, 1.9rem) clamp(1rem, 2vw, 1.6rem);
  background:
    radial-gradient(circle at 20% 24%, rgba(127, 211, 255, 0.16), transparent 56%),
    radial-gradient(circle at 82% 20%, rgba(255, 217, 106, 0.14), transparent 54%),
    radial-gradient(circle at 72% 72%, rgba(255, 121, 189, 0.1), transparent 64%),
    linear-gradient(148deg, rgba(5, 8, 21, 0.95), rgba(3, 6, 16, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 14px 28px rgba(0, 0, 0, 0.46),
    0 0 18px rgba(127, 211, 255, 0.12);
  overflow: hidden;
}

.insight-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 8% 16%, rgba(127, 211, 255, 0.7) 0 1px, transparent 1.2px),
    radial-gradient(circle at 26% 72%, rgba(127, 211, 255, 0.55) 0 1px, transparent 1.2px),
    radial-gradient(circle at 62% 38%, rgba(127, 211, 255, 0.62) 0 1px, transparent 1.2px),
    radial-gradient(circle at 92% 24%, rgba(127, 211, 255, 0.68) 0 1px, transparent 1.2px);
  background-size: 300px 180px, 320px 200px, 340px 220px, 360px 240px;
  opacity: 0.56;
}

.insight-cue {
  margin: 0;
  text-align: center;
  font: 500 0.84rem/1 "IBM Plex Mono", monospace;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: rgba(237, 245, 255, 0.56);
}

.insight-flip {
  margin: 0.7rem 0 0;
  min-height: 2.2em;
  text-align: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(1.28rem, 2.5vw, 2.3rem);
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: rgba(255, 217, 106, 0.94);
  text-shadow: 0 0 12px rgba(255, 217, 106, 0.25), 0 0 28px rgba(127, 211, 255, 0.1);
}

.insight-flip::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1.06em;
  margin-left: 0.3em;
  vertical-align: -0.1em;
  background: linear-gradient(180deg, rgba(255, 217, 106, 0.2), rgba(255, 217, 106, 0.95));
  animation: insight-caret 1s steps(1, end) infinite;
}

.insight-flip .flip-char {
  color: var(--holo-amber);
  opacity: 0.88;
  text-shadow: 0 0 12px rgba(255, 217, 106, 0.45);
}

#signal-lab.section {
  position: fixed;
  left: 50%;
  bottom: clamp(0.5rem, 1.4vw, 0.95rem);
  transform: translateX(-50%);
  width: min(1180px, 95vw);
  margin: 0;
  padding: 0 clamp(0.2rem, 0.7vw, 0.45rem);
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  z-index: 11;
  pointer-events: none;
}

#signal-lab.section::before,
#signal-lab.section::after {
  display: none;
}

#signal-lab .insight-banner {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
}

#signal-lab .insight-banner::after {
  display: none;
}

#signal-lab .insight-flip {
  margin: 0;
  min-height: 1.15em;
  font-size: clamp(0.62rem, 1.18vw, 1.08rem);
  line-height: 1.06;
  letter-spacing: 0.08em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

#signal-lab .insight-flip::after {
  width: 1px;
  height: 0.9em;
  margin-left: 0.18em;
}

#signal-lab .insight-flip .flip-char {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.wow-grid {
  margin-top: 0.96rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.86rem;
}

.wow-card {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(205, 225, 255, 0.24);
  padding: clamp(0.9rem, 2vw, 1.15rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.015)) border-box,
    linear-gradient(160deg, rgba(43, 17, 85, 0.68), rgba(14, 24, 56, 0.82)) padding-box;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 10px 20px rgba(8, 4, 26, 0.34),
    0 0 12px rgba(109, 224, 255, 0.08);
}

.wow-card h3 {
  margin: 0;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: clamp(1.2rem, 2.1vw, 1.7rem);
  line-height: 1.16;
  color: #eef7ff;
}

.wow-card p {
  margin: 0.54rem 0 0;
  color: #d3e4f6;
  font-size: clamp(0.96rem, 1.2vw, 1.18rem);
  line-height: 1.46;
}

.wow-line {
  font: 700 clamp(1rem, 1.42vw, 1.34rem)/1.3 "IBM Plex Mono", monospace;
  letter-spacing: 0.03em;
  color: #ffe9ad;
  font-style: italic;
  text-shadow: 0 0 10px rgba(255, 217, 106, 0.24);
}

.orbit-lab {
  margin-top: clamp(2.7rem, 6vw, 4.5rem);
  margin-bottom: clamp(2.2rem, 5vw, 3.5rem);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

#orbit-lab::before,
#orbit-lab::after {
  content: none;
}

.orbit-scene-card {
  margin-top: 0.25rem;
  border-radius: 0;
  border: 0;
  background: none;
  padding: 0;
  box-shadow: none;
}

.orbit-scene-card .hero-orbit-visual {
  width: 100%;
  max-width: none;
  padding-right: 0;
}

.orbit-scene-card .hero-orbit-art {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.orbit-scene-art {
  background:
    radial-gradient(circle at 16% 22%, rgba(127, 211, 255, 0.09), transparent 32%),
    linear-gradient(160deg, rgba(2, 4, 12, 0.98), rgba(0, 2, 8, 1));
}

.orbit-scene-wrap {
  position: relative;
  isolation: isolate;
  width: min(100%, 900px);
  aspect-ratio: 16 / 7;
  border-radius: 18px;
  border: 1px solid rgba(145, 198, 255, 0.24);
  background:
    radial-gradient(circle at center, rgba(118, 210, 255, 0.1), rgba(0, 0, 0, 0.92) 56%),
    linear-gradient(180deg, rgba(1, 3, 8, 0.98), rgba(0, 0, 0, 1));
  overflow: hidden;
}

.orbit-scene-wrap #heroOrbitCanvas {
  border-radius: 18px;
}

.orbit-scene-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  border-radius: 0;
  background: #000;
  transform: none;
  pointer-events: none;
}

.orbit-scene-wrap .hero-orbit-starfield {
  opacity: 0.74;
}

.orbit-scene-speed {
  width: min(96%, 560px);
  margin: 0.36rem auto 0;
}

.orbit-scene-speed .hero-orbit-speed-meta {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  color: #d8edff;
}

.orbit-scene-speed .hero-orbit-speed-slider {
  accent-color: #ffd96a;
  width: 100%;
  display: block;
}

.orbit-footer {
  margin: clamp(0.85rem, 2vw, 1.25rem) 0 0;
  text-align: center;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: clamp(0.7rem, 1vw, 0.84rem);
  color: rgba(215, 234, 255, 0.7);
}

.site-footer {
  width: min(100%, 1220px);
  margin: clamp(1.1rem, 3vw, 2.2rem) auto 0;
  padding: 0 clamp(0.95rem, 2.4vw, 1.8rem) clamp(2.4rem, 5.2vw, 4.4rem);
}

.site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  min-height: 82px;
  padding: clamp(0.75rem, 1.9vw, 1.2rem) clamp(0.95rem, 2.4vw, 1.8rem);
  margin-bottom: clamp(0.55rem, 1.5vw, 1rem);
  border-radius: 16px;
  border: 1px solid rgba(201, 232, 255, 0.22);
  background:
    radial-gradient(circle at 18% 24%, rgba(127, 211, 255, 0.12), transparent 52%),
    radial-gradient(circle at 84% 74%, rgba(255, 217, 106, 0.08), transparent 56%),
    linear-gradient(150deg, rgba(18, 33, 72, 0.54), rgba(20, 12, 48, 0.62));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 12px 24px rgba(6, 8, 28, 0.28);
}

.site-footer-brand,
.site-footer-rights {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: clamp(0.72rem, 0.95vw, 0.86rem);
  color: rgba(225, 239, 255, 0.86);
}

.site-footer-dot {
  color: rgba(255, 217, 106, 0.76);
  font-size: 0.9rem;
}

.section-dodeca {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.section > :not(.section-dodeca) {
  position: relative;
  z-index: 1;
}

.section h2 {
  margin: 0.2rem 0 0;
  font-size: clamp(1.55rem, 4.5vw, 2.95rem);
}

.cards {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.78rem;
}

.card,
.manifesto,
.oracle,
.reactor {
  position: relative;
  border-radius: calc(var(--radius) - 7px);
  border: 1px solid rgba(214, 233, 255, 0.22);
  background:
    linear-gradient(155deg, rgba(184, 117, 251, 0.18), rgba(43, 3, 82, 0.56), rgba(9, 18, 44, 0.72)) padding-box,
    linear-gradient(125deg, rgba(255, 31, 113, 0.16), rgba(43, 210, 255, 0.16), rgba(255, 209, 138, 0.14)) border-box;
  background-blend-mode: normal, normal;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.07),
    0 12px 24px rgba(8, 4, 26, 0.42),
    0 0 16px rgba(177, 133, 255, 0.18),
    0 0 10px rgba(109, 224, 255, 0.1);
  overflow: hidden;
  border-right: 1px solid rgba(205, 163, 255, 0.3);
  border-bottom: 1px solid rgba(171, 237, 255, 0.24);
  border-bottom-right-radius: 28px;
}

.cards .card:nth-child(1) {
  background:
    linear-gradient(155deg, rgba(255, 121, 189, 0.24), rgba(56, 19, 96, 0.62), rgba(13, 23, 54, 0.78)) padding-box,
    linear-gradient(125deg, rgba(255, 121, 189, 0.28), rgba(115, 236, 255, 0.18), rgba(255, 217, 120, 0.18)) border-box;
}

.cards .card:nth-child(2) {
  background:
    linear-gradient(155deg, rgba(121, 255, 213, 0.22), rgba(17, 45, 101, 0.6), rgba(13, 25, 56, 0.78)) padding-box,
    linear-gradient(125deg, rgba(121, 255, 213, 0.28), rgba(176, 132, 255, 0.22), rgba(255, 217, 120, 0.16)) border-box;
}

.cards .card:nth-child(3) {
  background:
    linear-gradient(155deg, rgba(255, 217, 120, 0.24), rgba(66, 32, 121, 0.6), rgba(12, 23, 53, 0.78)) padding-box,
    linear-gradient(125deg, rgba(255, 217, 120, 0.28), rgba(115, 236, 255, 0.18), rgba(255, 121, 189, 0.22)) border-box;
}

.card::before,
.manifesto::before,
.oracle::before,
.reactor::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(145deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 11px);
  mix-blend-mode: overlay;
  opacity: 0.35;
}

.card::after,
.manifesto::after,
.oracle::after,
.reactor::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 44px;
  height: 44px;
  border: 2px dashed rgba(158, 255, 0, 0.55);
  border-radius: 5px;
  transform: rotate(-9deg);
  opacity: 0.4;
  pointer-events: none;
}

.card {
  padding: 0.9rem;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.card:hover {
  transform: translateY(-3px);
  animation: pulse-card 1.2s ease-in-out 1 alternate;
}

.card h3,
.oracle h3 {
  margin: 0;
  font-size: 1.1rem;
}

.cards .card:nth-child(1) h3 {
  color: #ffd1e9;
}

.cards .card:nth-child(2) h3 {
  color: #c7fff0;
}

.cards .card:nth-child(3) h3 {
  color: #ffe9be;
}

.card p,
.manifesto p,
.section-lead,
.oracle p,
.contact p {
  margin: 0.52rem 0 0;
  color: var(--muted);
  position: relative;
  z-index: 1;
}

.fun {
  color: #ffe0ac;
  font-style: italic;
}

.manifesto {
  margin-top: 0.9rem;
  padding: 0.92rem;
}

.micro-poems {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.5rem;
}

.micro-poems p {
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  color: #d9f4ff;
  font-size: 0.84rem;
  border-left: 2px solid rgba(255, 209, 138, 0.52);
  padding-left: 0.62rem;
  text-shadow: 0 0 12px rgba(144, 244, 255, 0.22);
}

.section-model {
  background:
    linear-gradient(160deg, rgba(30, 10, 58, 0.82), rgba(9, 18, 44, 0.9)) padding-box,
    linear-gradient(120deg, rgba(255, 31, 113, 0.2), rgba(43, 210, 255, 0.22), rgba(255, 209, 138, 0.18)) border-box;
}

.section-model::before {
  opacity: 0.3;
  animation: none;
}

.model-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
}

.model-card {
  position: relative;
  border-radius: calc(var(--radius) - 7px);
  border: 1px solid rgba(197, 233, 255, 0.24);
  border-right-color: rgba(205, 163, 255, 0.3);
  border-bottom-color: rgba(171, 237, 255, 0.22);
  padding: 0.9rem;
  overflow: hidden;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 14px 24px rgba(4, 10, 30, 0.34),
    0 0 14px rgba(177, 133, 255, 0.12);
}

.model-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(140deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 11px);
  mix-blend-mode: overlay;
  opacity: 0.34;
}

.model-card h3 {
  margin: 0;
  font-size: 1.06rem;
}

.model-card p {
  margin: 0.52rem 0 0;
  color: var(--muted);
}

.model-card-baseline {
  background:
    linear-gradient(125deg, rgba(255, 203, 130, 0.16), rgba(43, 12, 69, 0.54)),
    linear-gradient(165deg, rgba(10, 20, 50, 0.86), rgba(11, 14, 42, 0.9));
}

.model-card-classifier {
  background:
    linear-gradient(125deg, rgba(123, 235, 255, 0.18), rgba(44, 18, 86, 0.48)),
    linear-gradient(165deg, rgba(9, 21, 52, 0.86), rgba(11, 15, 44, 0.9));
}

.model-card-audit {
  background:
    linear-gradient(125deg, rgba(255, 133, 190, 0.18), rgba(32, 18, 74, 0.58)),
    linear-gradient(165deg, rgba(11, 18, 52, 0.86), rgba(10, 14, 43, 0.9));
}

.model-meters {
  margin-top: 0.72rem;
  display: grid;
  gap: 0.46rem;
}

.model-meters div {
  display: grid;
  gap: 0.28rem;
}

.model-meters span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.74rem;
  color: #dff6ff;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.model-meters em {
  display: block;
  height: 9px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 208, 130, 0.9), rgba(128, 237, 255, 0.9)) 0 0 / calc(var(--bar) * 100%) 100% no-repeat,
    rgba(7, 18, 43, 0.8);
  border: 1px solid rgba(181, 236, 255, 0.3);
  animation: meter-pulse 2.8s ease-in-out infinite;
}

.model-claims {
  margin: 0.66rem 0 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.46rem;
  color: #e7f8ff;
}

.model-claims li {
  font-size: 0.9rem;
}

.model-loop {
  margin: 0.66rem 0 0;
  padding-left: 1.12rem;
  display: grid;
  gap: 0.45rem;
  color: #e9f8ff;
}

.model-loop li {
  font-size: 0.88rem;
}

.model-badges {
  margin-top: 0.78rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
}

.model-badges span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.31rem 0.64rem;
  border-radius: 999px;
  border: 1px solid rgba(173, 239, 255, 0.35);
  color: #ebfbff;
  background:
    linear-gradient(120deg, rgba(26, 28, 66, 0.78), rgba(11, 24, 58, 0.75));
}

.section-device {
  background:
    linear-gradient(160deg, rgba(26, 10, 52, 0.84), rgba(8, 18, 44, 0.9)) padding-box,
    linear-gradient(120deg, rgba(255, 31, 113, 0.2), rgba(43, 210, 255, 0.22), rgba(255, 209, 138, 0.16)) border-box;
}

.section-device::before {
  opacity: 0.34;
  background: repeating-linear-gradient(0deg, rgba(167, 241, 255, 0.05) 0 1px, transparent 1px 22px);
  animation: none;
}

.section-device .section-lead {
  max-width: 70ch;
}

.device-panel {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.82fr) minmax(0, 1fr);
  gap: 0.78rem;
  align-items: stretch;
}

.gear-column,
.gear-core,
.track-step {
  position: relative;
  border-radius: calc(var(--radius) - 7px);
  border: 1px solid rgba(150, 235, 255, 0.34);
  overflow: hidden;
  border-right-color: rgba(255, 217, 106, 0.28);
  border-bottom-color: rgba(255, 217, 106, 0.31);
}

.gear-column::before,
.gear-core::before,
.track-step::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 12px);
  mix-blend-mode: overlay;
  opacity: 0.3;
}

.gear-column {
  padding: 0.9rem;
  background:
    linear-gradient(150deg, rgba(255, 186, 126, 0.08), rgba(122, 235, 255, 0.1), rgba(184, 117, 251, 0.12)),
    linear-gradient(165deg, rgba(11, 24, 52, 0.86), rgba(9, 14, 40, 0.9));
}

.gear-column h3 {
  margin: 0;
  font-size: 1.05rem;
}

.gear-list {
  margin: 0.72rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.52rem;
}

.gear-list li {
  display: grid;
  gap: 0.22rem;
  padding: 0.55rem 0.62rem;
  border-radius: 12px;
  border: 1px solid rgba(161, 239, 255, 0.28);
  background: rgba(5, 14, 38, 0.52);
}

.gear-list span {
  font-weight: 700;
}

.gear-list code {
  color: #ffe6ba;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.73rem;
}

.gear-core {
  min-height: 320px;
  display: grid;
  place-items: center;
  padding: 0.9rem;
  background:
    radial-gradient(circle at 50% 52%, rgba(204, 245, 255, 0.17), transparent 34%),
    radial-gradient(circle at 50% 52%, rgba(255, 119, 179, 0.11), transparent 55%),
    linear-gradient(170deg, rgba(20, 38, 74, 0.86), rgba(11, 14, 38, 0.9));
}

.core-ring {
  width: min(260px, 100%);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
  background:
    radial-gradient(circle at 50% 50%, rgba(161, 239, 255, 0.08), transparent 58%),
    conic-gradient(
      from 10deg,
      rgba(136, 236, 255, 0.55),
      rgba(255, 134, 193, 0.36),
      rgba(255, 213, 121, 0.38),
      rgba(136, 236, 255, 0.55)
    );
  border: 1px solid rgba(182, 243, 255, 0.35);
  box-shadow:
    inset 0 0 40px rgba(136, 236, 255, 0.15),
    0 0 40px rgba(136, 236, 255, 0.2);
}

.core-ring::before,
.core-ring::after {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  border: 1px solid rgba(214, 248, 255, 0.3);
}

.core-ring::after {
  inset: 34%;
  border-color: rgba(255, 207, 142, 0.34);
}

.core-orbit {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  border: 1.4px solid rgba(170, 241, 255, 0.44);
}

.orbit-a {
  transform: rotate(15deg) scaleY(0.7);
  animation: core-spin-a 14s linear infinite;
}

.orbit-b {
  transform: rotate(-22deg) scaleX(0.68);
  border-color: rgba(255, 164, 205, 0.4);
  animation: core-spin-b 10s linear infinite;
}

.orbit-c {
  inset: 22%;
  transform: rotate(74deg) scaleY(0.76);
  border-color: rgba(255, 210, 130, 0.44);
  animation: core-spin-c 8s linear infinite;
}

.core-node {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f5fdff;
  box-shadow: 0 0 0 5px rgba(158, 235, 255, 0.2), 0 0 20px rgba(158, 235, 255, 0.45);
  animation: node-pulse 2.2s ease-in-out infinite;
}

.node-a {
  top: 22%;
  left: 70%;
}

.node-b {
  top: 62%;
  left: 18%;
  animation-delay: 0.72s;
}

.node-c {
  top: 78%;
  left: 58%;
  animation-delay: 1.4s;
}

.core-caption {
  margin: 0.9rem 0 0;
  text-align: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #d7f4ff;
}

.mode-cards {
  margin-top: 0.72rem;
  display: grid;
  gap: 0.5rem;
}

.mode-card {
  padding: 0.58rem 0.62rem;
  border-radius: 12px;
  border: 1px solid rgba(167, 238, 255, 0.3);
}

.mode-card h4 {
  margin: 0;
  font-size: 0.88rem;
}

.mode-card p {
  margin: 0.35rem 0 0;
  font-size: 0.83rem;
  color: var(--muted);
}

.mode-card-a {
  background: linear-gradient(125deg, rgba(92, 235, 255, 0.2), rgba(12, 28, 54, 0.84));
}

.mode-card-b {
  background: linear-gradient(125deg, rgba(255, 130, 188, 0.2), rgba(20, 22, 54, 0.84));
}

.mode-card-c {
  background: linear-gradient(125deg, rgba(255, 198, 112, 0.22), rgba(25, 20, 50, 0.84));
}

.device-track {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.58rem;
}

.track-step {
  padding: 0.72rem;
  background: linear-gradient(150deg, rgba(8, 22, 48, 0.9), rgba(11, 14, 40, 0.88));
}

.track-step span {
  font-family: "IBM Plex Mono", monospace;
  color: #8cf0ff;
  font-size: 0.73rem;
  letter-spacing: 0.08em;
}

.track-step h4 {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
}

.track-step p {
  margin: 0.36rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.track-style-a {
  box-shadow: inset 0 0 22px rgba(112, 244, 255, 0.08);
}

.track-style-b {
  box-shadow: inset 0 0 22px rgba(255, 139, 194, 0.08);
}

.track-style-c {
  box-shadow: inset 0 0 22px rgba(255, 214, 122, 0.08);
}

.track-style-d {
  box-shadow: inset 0 0 22px rgba(173, 255, 149, 0.08);
}

.device-badges {
  margin-top: 0.78rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
}

.device-badges span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.3rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(172, 240, 255, 0.34);
  background: linear-gradient(120deg, rgba(10, 25, 58, 0.8), rgba(24, 22, 58, 0.72));
  color: #e5f9ff;
}

.reactor {
  margin-top: 1rem;
  padding: 0.9rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.66rem;
}

.customizer {
  position: fixed !important;
  top: calc(var(--topbar-stick-top) + var(--topbar-height) + 1.1rem);
  right: 0.95rem;
  z-index: 15;
  width: 114px;
  height: 108px;
  padding: 0.78rem;
  border-radius: 16px;
  border: 1px solid rgba(192, 229, 255, 0.28);
  border-right: 1px solid rgba(203, 160, 255, 0.34);
  border-bottom: 1px solid rgba(177, 238, 255, 0.26);
  border-bottom-right-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 175, 75, 0.08), rgba(255, 100, 180, 0.1) 44%, rgba(184, 117, 251, 0.12)),
    linear-gradient(160deg, rgba(26, 10, 52, 0.86), rgba(9, 18, 44, 0.9));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 14px 26px rgba(3, 9, 28, 0.32),
    0 0 calc(10px + var(--holo-glow) * 8px) rgba(177, 133, 255, 0.22),
    0 0 calc(10px + var(--holo-glow) * 8px) rgba(144, 244, 255, 0.14);
  overflow: hidden;
  transition: width 240ms ease, height 240ms ease, box-shadow 220ms ease;
}

.customizer.is-wide {
  width: min(440px, calc(100vw - 1.8rem));
}

.customizer.is-tall {
  height: min(78vh, 760px);
}

.customizer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.customizer:not(.is-wide) .customizer-head {
  justify-content: center;
}

.customizer-title {
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.73rem;
  color: rgba(228, 248, 255, 0.94);
}

.customizer:not(.is-wide) .customizer-title {
  display: none;
}

.customizer-controls {
  display: inline-flex;
  gap: 0.38rem;
}

.customizer:not(.is-wide) .customizer-controls {
  width: 100%;
  justify-content: center;
}

.customizer-toggle {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid rgba(193, 236, 255, 0.34);
  background: linear-gradient(135deg, rgba(44, 18, 86, 0.9), rgba(14, 34, 72, 0.9));
  color: #e7fbff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.95rem;
  line-height: 1;
  cursor: pointer;
}

.customizer-toggle[aria-pressed="true"] {
  border-color: rgba(255, 214, 140, 0.75);
  color: #ffe9ba;
  box-shadow: 0 0 0 1px rgba(255, 214, 140, 0.22) inset, 0 0 14px rgba(255, 31, 113, 0.2), 0 0 14px rgba(43, 210, 255, 0.18);
}

.customizer-body {
  margin-top: 0.72rem;
  max-height: calc(100% - 2.8rem);
  overflow: auto;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 200ms ease, transform 220ms ease;
}

.customizer.is-wide .customizer-body {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.customizer-body::-webkit-scrollbar {
  width: 10px;
}

.customizer-body::-webkit-scrollbar-track {
  background: rgba(10, 20, 44, 0.64);
  border-radius: 999px;
}

.customizer-body::-webkit-scrollbar-thumb {
  background: rgba(176, 228, 255, 0.55);
  border-radius: 999px;
  border: 2px solid rgba(10, 20, 44, 0.64);
}

.customizer h3 {
  margin: 0;
  font-size: 1.05rem;
}

.customizer p {
  margin: 0.42rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.pattern-tablet h3 {
  font-family: "Audiowide", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #d9f6ff;
}

.pattern-lead {
  color: #c6ddf5;
  margin-bottom: 0.74rem;
}

.pattern-controls {
  margin-top: 0.72rem;
  display: grid;
  gap: 0.54rem;
}

.pattern-controls label {
  display: grid;
  gap: 0.34rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.74rem;
  color: #d7f3ff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pattern-controls select {
  border-radius: 10px;
  border: 1px solid rgba(189, 242, 255, 0.3);
  padding: 0.48rem 0.54rem;
  background: linear-gradient(125deg, rgba(12, 24, 56, 0.92), rgba(13, 18, 42, 0.9));
  color: #effbff;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  outline: none;
}

.pattern-controls span {
  color: #ffe8b8;
  font-weight: 700;
  font-size: 0.78rem;
}

.pattern-ideas {
  margin-top: 0.76rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.46rem;
}

.pattern-idea {
  border: 1px solid rgba(179, 235, 255, 0.34);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(25, 11, 68, 0.84), rgba(12, 30, 62, 0.86));
  color: #eaf9ff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 0.42rem 0.46rem;
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 180ms ease;
}

.pattern-idea:hover {
  border-color: rgba(255, 220, 154, 0.66);
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(255, 220, 154, 0.26) inset;
}

.pattern-notes {
  margin-top: 0.72rem;
  padding: 0.45rem 0.52rem;
  border: 1px solid rgba(181, 239, 255, 0.24);
  border-radius: 10px;
  background: rgba(8, 20, 50, 0.5);
  font-size: 0.78rem;
  color: #cae4f7;
  line-height: 1.4;
}

.pattern-idea.is-active {
  border-color: rgba(255, 220, 154, 0.9);
  box-shadow:
    0 0 0 1px rgba(255, 220, 154, 0.28) inset,
    0 0 12px rgba(255, 176, 102, 0.2);
  color: #fff0c7;
}

.customizer-grid {
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.customizer-grid label {
  display: grid;
  gap: 0.34rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  color: #d5f2ff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.customizer-grid select {
  border-radius: 10px;
  border: 1px solid rgba(189, 242, 255, 0.3);
  padding: 0.5rem 0.55rem;
  background: linear-gradient(125deg, rgba(12, 24, 56, 0.92), rgba(13, 18, 42, 0.9));
  color: #effbff;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  outline: none;
}

.customizer-grid select option,
.pattern-controls select option {
  color: #000;
  background: #fff;
}

.preset-summary {
  margin-top: 0.7rem;
  padding: 0.45rem 0.56rem;
  border: 1px solid rgba(171, 238, 255, 0.32);
  border-radius: 12px;
  font-family: "IBM Plex Mono", monospace;
  color: #e8fbff;
  background: rgba(6, 18, 43, 0.58);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.73rem;
}

.reactor label {
  display: grid;
  gap: 0.36rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.82rem;
  color: #d5f2ff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

input[type="range"] {
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(189, 242, 255, 0.26);
  background: linear-gradient(120deg, rgba(144, 244, 255, 0.45), rgba(255, 126, 168, 0.34), rgba(255, 209, 138, 0.42));
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fbffff;
  border: 2px solid rgba(116, 219, 255, 0.75);
  box-shadow: 0 0 0 3px rgba(144, 244, 255, 0.22);
}

input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fbffff;
  border: 2px solid rgba(116, 219, 255, 0.75);
  box-shadow: 0 0 0 3px rgba(144, 244, 255, 0.22);
}

#coherenceValue,
#chaosValue,
#lightValue {
  color: var(--holo-amber);
  font-weight: 700;
}

.oracle {
  margin-top: 0.75rem;
  padding: 0.9rem;
}

.toroid-standalone {
  width: 100%;
  margin: 1.46rem 0 1.12rem;
}

.shape-stage {
  position: relative;
}

.shape-stage-shell {
  position: relative;
  border-radius: 36px;
  padding: 16px;
  background:
    linear-gradient(165deg, rgba(29, 20, 86, 0.82), rgba(12, 10, 45, 0.94)),
    linear-gradient(120deg, rgba(174, 125, 255, 0.26), rgba(66, 215, 255, 0.18)) border-box;
  border: 1px solid rgba(180, 145, 255, 0.15);
  box-shadow:
    0 14px 28px rgba(21, 10, 72, 0.42),
    0 0 20px rgba(176, 126, 255, 0.1);
}

.shape-stage-shell::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 14px;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  border: 1px dashed rgba(170, 132, 255, 0.2);
  transform: rotate(-12deg);
  pointer-events: none;
}

#newsToroid {
  width: 100%;
  height: min(86vh, 720px);
  display: block;
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(4, 10, 31, 0.72), rgba(1, 4, 16, 0.96) 70%),
    linear-gradient(140deg, rgba(92, 169, 255, 0.08), rgba(255, 214, 120, 0.06));
  box-shadow:
    inset 0 0 90px rgba(0, 0, 0, 0.78),
    inset 0 0 30px rgba(129, 184, 255, 0.16);
}

.ascii-stage {
  isolation: isolate;
}

.ascii-layer {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 10px;
  white-space: pre;
  overflow: hidden;
  line-height: 1;
  font-family: "IBM Plex Mono", "Space Mono", monospace;
  font-size: clamp(4.9px, 0.5vw, 7px);
  letter-spacing: 0.06em;
  user-select: none;
  pointer-events: none;
  transform: translateZ(0);
}

.ascii-layer-bg {
  color: rgba(131, 182, 255, 0.17);
  text-shadow: 0 0 8px rgba(109, 163, 255, 0.14);
}

.ascii-layer-fg {
  color: rgba(255, 226, 128, 0.9);
  text-shadow:
    0 0 8px rgba(255, 215, 112, 0.58),
    0 0 20px rgba(255, 215, 112, 0.3);
}

.shape-switcher {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 0.62rem;
}

.shape-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.72rem;
  border: 1px solid rgba(181, 153, 255, 0.36);
  border-radius: 18px;
  background:
    linear-gradient(150deg, rgba(38, 24, 90, 0.9), rgba(18, 12, 50, 0.95)) padding-box,
    linear-gradient(120deg, rgba(108, 204, 255, 0.24), rgba(255, 214, 122, 0.18)) border-box;
  color: #f6edff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.56rem 0.64rem;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease, background 150ms ease;
  text-align: left;
}

.shape-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(245, 220, 156, 0.56);
  box-shadow:
    0 0 0 1px rgba(245, 220, 156, 0.28) inset,
    0 6px 16px rgba(7, 4, 20, 0.44);
}

.shape-btn.is-active {
  border-color: rgba(255, 216, 128, 0.8);
  box-shadow:
    0 0 0 1px rgba(255, 216, 128, 0.42) inset,
    0 0 16px rgba(255, 210, 112, 0.24),
    0 10px 22px rgba(9, 6, 30, 0.5);
  color: #fff2cf;
}

.shape-btn-copy {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.shape-btn-title {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: #f7efff;
}

.shape-btn-sub {
  font-size: 0.64rem;
  letter-spacing: 0.06em;
  color: rgba(195, 225, 255, 0.86);
  text-transform: none;
}

.shape-btn-preview {
  margin: 0;
  flex: 0 0 auto;
  width: 82px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(132, 205, 255, 0.34);
  background: rgba(2, 7, 24, 0.78);
  box-shadow: inset 0 0 14px rgba(125, 196, 255, 0.16);
  padding: 4px;
  white-space: pre;
  overflow: hidden;
  font-family: "IBM Plex Mono", "Space Mono", monospace;
  font-size: 4.8px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: rgba(255, 228, 128, 0.88);
  pointer-events: none;
}

.ascii-controls {
  margin-top: 0.72rem;
  border: 1px solid rgba(170, 136, 255, 0.34);
  border-radius: 14px;
  background:
    linear-gradient(155deg, rgba(31, 20, 80, 0.8), rgba(10, 11, 40, 0.92)),
    linear-gradient(120deg, rgba(96, 195, 255, 0.16), rgba(255, 210, 120, 0.12)) border-box;
  box-shadow:
    inset 0 0 16px rgba(120, 188, 255, 0.12),
    0 8px 20px rgba(6, 5, 20, 0.4);
  overflow: hidden;
}

.ascii-controls > summary {
  list-style: none;
  cursor: pointer;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(242, 227, 255, 0.95);
  padding: 0.62rem 0.74rem;
  background: rgba(9, 9, 28, 0.46);
}

.ascii-controls > summary::-webkit-details-marker {
  display: none;
}

.ascii-controls > summary::before {
  content: "▸";
  display: inline-block;
  margin-right: 0.4rem;
  color: rgba(255, 221, 150, 0.9);
  transform-origin: 50% 50%;
  transition: transform 140ms ease;
}

.ascii-controls[open] > summary::before {
  transform: rotate(90deg);
}

.ascii-controls-grid {
  display: grid;
  gap: 0.5rem;
  padding: 0.62rem 0.7rem 0.74rem;
}

.ascii-control-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.ascii-control-btn {
  border: 1px solid rgba(255, 215, 128, 0.52);
  border-radius: 11px;
  background: linear-gradient(145deg, rgba(76, 42, 146, 0.9), rgba(22, 17, 72, 0.95));
  color: rgba(255, 241, 205, 0.95);
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  padding: 0.42rem 0.66rem;
  cursor: pointer;
}

.ascii-control-row {
  display: grid;
  grid-template-columns: 82px 1fr 58px;
  align-items: center;
  gap: 0.5rem;
  color: rgba(224, 239, 255, 0.92);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
}

.ascii-control-row output {
  text-align: right;
  color: rgba(255, 227, 150, 0.96);
  font-variant-numeric: tabular-nums;
}

.ascii-control-row input[type="range"] {
  width: 100%;
}

#toroid-news + .section {
  margin-top: 1.3rem;
}

.nav-donut-lab {
  margin-top: 1.05rem;
}

.nav-donut-shell {
  margin-top: 0.8rem;
  border-radius: 20px;
  border: 1px solid rgba(181, 150, 255, 0.26);
  background:
    linear-gradient(160deg, rgba(27, 12, 67, 0.78), rgba(9, 20, 50, 0.82)),
    linear-gradient(120deg, rgba(191, 147, 255, 0.24), rgba(74, 219, 255, 0.18)) border-box;
  box-shadow:
    0 18px 34px rgba(14, 6, 40, 0.45),
    0 0 24px rgba(177, 133, 255, 0.18);
  padding: 0.75rem;
}

.nav-donut-frame {
  width: 100%;
  height: clamp(560px, 72vh, 980px);
  border: 0;
  border-radius: 14px;
  display: block;
  background: #060b16;
}

.nav-donut-link-wrap {
  margin: 0.7rem 0 0;
}

.nav-donut-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  color: #dff6ff;
  border: 1px solid rgba(180, 236, 255, 0.34);
  border-radius: 999px;
  padding: 0.36rem 0.68rem;
  background: linear-gradient(130deg, rgba(13, 28, 66, 0.8), rgba(24, 16, 66, 0.74));
}

.nav-donut-link:hover {
  color: #fff7dc;
  border-color: rgba(255, 222, 149, 0.52);
}

.contact a {
  color: #ffe7bf;
}

.panel-strip {
  margin-top: 1.5rem;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.65rem;
  overflow: visible;
}

.panel-strip::before,
.panel-strip::after {
  display: none;
}

.blue-panel {
  min-height: 330px;
  border-radius: 22px;
  border: 1px solid rgba(202, 179, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(173, 132, 255, 0.24), rgba(70, 88, 201, 0.46)),
    linear-gradient(170deg, rgba(60, 86, 184, 0.82), rgba(55, 44, 145, 0.9));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 16px 34px rgba(58, 27, 133, 0.38),
    0 0 24px rgba(170, 132, 255, 0.24);
  padding: 1.1rem;
}

.blue-panel:nth-child(1) {
  border-color: rgba(255, 133, 196, 0.36);
  background:
    linear-gradient(180deg, rgba(255, 133, 196, 0.26), rgba(149, 74, 205, 0.46)),
    linear-gradient(170deg, rgba(115, 53, 170, 0.86), rgba(61, 39, 145, 0.92));
}

.blue-panel:nth-child(2) {
  border-color: rgba(120, 255, 222, 0.32);
  background:
    linear-gradient(180deg, rgba(120, 255, 222, 0.24), rgba(60, 132, 197, 0.46)),
    linear-gradient(170deg, rgba(29, 82, 160, 0.88), rgba(23, 46, 120, 0.92));
}

.blue-panel:nth-child(3) {
  border-color: rgba(255, 217, 120, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 217, 120, 0.26), rgba(142, 97, 201, 0.46)),
    linear-gradient(170deg, rgba(90, 52, 165, 0.88), rgba(48, 34, 126, 0.92));
}

.blue-panel-head {
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(183, 153, 255, 0.24);
  display: grid;
  place-items: center;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: clamp(1.18rem, 1.55vw, 1.55rem);
  font-weight: 700;
  color: #f4ecff;
  background: linear-gradient(160deg, rgba(164, 125, 242, 0.7), rgba(136, 96, 225, 0.78));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  text-transform: none;
}

.blue-panel:nth-child(1) .blue-panel-head {
  background: linear-gradient(160deg, rgba(255, 152, 211, 0.78), rgba(188, 102, 232, 0.82));
}

.blue-panel:nth-child(2) .blue-panel-head {
  background: linear-gradient(160deg, rgba(140, 255, 229, 0.78), rgba(87, 181, 237, 0.84));
}

.blue-panel:nth-child(3) .blue-panel-head {
  background: linear-gradient(160deg, rgba(255, 222, 140, 0.8), rgba(196, 132, 245, 0.82));
}

.blue-panel-body {
  min-height: 210px;
}

.reveal {
  opacity: 0;
  transform: translateY(15px) scale(0.99);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes insight-caret {
  0%,
  48% {
    opacity: 1;
  }
  49%,
  100% {
    opacity: 0;
  }
}

@keyframes spectral-shift {
  0% {
    background-position: 0% 12%;
  }
  100% {
    background-position: 100% 88%;
  }
}

@keyframes spectral-spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes grain-shift {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-1%, 1%);
  }
  67% {
    transform: translate(1%, -1%);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes model-grid-slide {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(15px);
  }
}

@keyframes meter-pulse {
  0%,
  100% {
    filter: brightness(0.95);
  }
  50% {
    filter: brightness(1.15);
  }
}

@keyframes core-spin-a {
  from {
    transform: rotate(15deg) scaleY(0.7);
  }
  to {
    transform: rotate(375deg) scaleY(0.7);
  }
}

@keyframes core-spin-b {
  from {
    transform: rotate(-22deg) scaleX(0.68);
  }
  to {
    transform: rotate(-382deg) scaleX(0.68);
  }
}

@keyframes core-spin-c {
  from {
    transform: rotate(74deg) scaleY(0.76);
  }
  to {
    transform: rotate(434deg) scaleY(0.76);
  }
}

@keyframes node-pulse {
  0%,
  100% {
    transform: scale(0.95);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.16);
    opacity: 1;
  }
}

@keyframes scan-drift {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(17px);
  }
}

@keyframes twinkleA {
  0% {
    opacity: 0.46;
    filter: brightness(0.88);
  }
  100% {
    opacity: 0.86;
    filter: brightness(1.2);
  }
}

@keyframes twinkleB {
  0% {
    opacity: 0.34;
    transform: translateY(0);
  }
  100% {
    opacity: 0.74;
    transform: translateY(-6px);
  }
}

@keyframes circle-blink {
  0% {
    opacity: calc(var(--blink-opacity) * 0.54);
    filter: brightness(0.82);
  }
  100% {
    opacity: var(--blink-opacity);
    filter: brightness(1.24);
  }
}

@keyframes circle-overlay-drift {
  0% {
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 260px -210px, -190px 170px, 130px -150px, 0 0, 0 0;
  }
}

@keyframes circle-overlay-pulse {
  0% {
    opacity: calc(var(--blink-opacity) * 0.48);
    filter: brightness(0.86) saturate(1);
  }
  100% {
    opacity: calc(var(--blink-opacity) * 0.92);
    filter: brightness(1.24) saturate(1.12);
  }
}

.feature-switchboard {
  position: fixed;
  left: 0.95rem;
  bottom: 0.95rem;
  z-index: 14;
  width: min(320px, calc(100vw - 1.9rem));
  padding: 0.78rem;
  border-radius: 14px;
  border: 1px solid rgba(184, 232, 255, 0.3);
  background:
    linear-gradient(145deg, rgba(20, 10, 58, 0.84), rgba(8, 20, 44, 0.88)),
    radial-gradient(circle at 16% 10%, rgba(255, 175, 120, 0.18), transparent 52%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.07),
    0 10px 26px rgba(5, 10, 31, 0.44),
    0 0 18px rgba(145, 236, 255, 0.15);
  backdrop-filter: blur(8px);
}

.feature-switchboard-title {
  margin: 0 0 0.56rem;
  font-family: "Audiowide", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.76rem;
  color: #d4f6ff;
}

.feature-switchboard label {
  display: flex;
  align-items: center;
  gap: 0.44rem;
  padding: 0.24rem 0.18rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #e4f7ff;
}

.feature-switchboard input[type="checkbox"] {
  inline-size: 14px;
  block-size: 14px;
  accent-color: #8adfff;
}

.feature-signal-timeline {
  position: fixed;
  top: calc(var(--topbar-stick-top) + var(--topbar-height) + 1.18rem);
  left: 50%;
  transform: translate(-50%, -12px);
  z-index: 11;
  width: min(860px, calc(100vw - 23rem));
  min-width: 320px;
  padding: 0.55rem 0.7rem;
  border-radius: 12px;
  border: 1px solid rgba(162, 228, 255, 0.24);
  background: linear-gradient(128deg, rgba(7, 18, 44, 0.82), rgba(30, 15, 67, 0.78));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 10px 20px rgba(4, 9, 30, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, transform 260ms ease;
}

.feature-signal-timeline.is-enabled {
  opacity: 1;
  transform: translate(-50%, 0);
}

.feature-signal-track {
  height: 50px;
  display: grid;
  grid-template-columns: repeat(42, minmax(0, 1fr));
  align-items: end;
  gap: 3px;
}

.feature-signal-tick {
  --signal-level: 50%;
  display: block;
  height: var(--signal-level);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(206, 244, 255, 0.95), rgba(118, 222, 255, 0.74) 48%, rgba(255, 154, 194, 0.58));
  box-shadow: 0 0 10px rgba(139, 225, 255, 0.22), 0 0 6px rgba(255, 142, 190, 0.16);
  animation: signal-tick-pulse 2.8s ease-in-out infinite alternate;
}

@keyframes signal-tick-pulse {
  0% {
    filter: brightness(0.86);
  }
  100% {
    filter: brightness(1.2);
  }
}

.feature-theme-cards {
  position: fixed;
  right: 0.95rem;
  bottom: 0.95rem;
  z-index: 14;
  width: min(380px, calc(100vw - 1.9rem));
  padding: 0.78rem;
  border-radius: 14px;
  border: 1px solid rgba(188, 230, 255, 0.34);
  background:
    radial-gradient(120% 120% at 18% 0%, rgba(255, 124, 198, 0.24), transparent 58%),
    radial-gradient(120% 120% at 84% 100%, rgba(122, 255, 215, 0.2), transparent 60%),
    linear-gradient(150deg, rgba(26, 14, 73, 0.88), rgba(11, 27, 62, 0.92));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 14px 26px rgba(4, 8, 30, 0.44);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.feature-theme-cards.is-enabled {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.feature-theme-cards > p {
  margin: 0 0 0.58rem;
  font-family: "Audiowide", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d5f5ff;
}

.feature-theme-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.44rem;
}

.feature-theme-buttons button {
  border-radius: 9px;
  border: 1px solid rgba(194, 228, 255, 0.32);
  background: linear-gradient(130deg, rgba(21, 34, 77, 0.88), rgba(57, 24, 109, 0.84), rgba(255, 124, 198, 0.2));
  color: #e9f9ff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.4rem 0.36rem;
  cursor: pointer;
  transition: transform 150ms ease, border-color 160ms ease, box-shadow 190ms ease;
}

.feature-theme-buttons button:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 222, 154, 0.74);
  box-shadow: 0 0 0 1px rgba(121, 255, 213, 0.22) inset, 0 0 14px rgba(120, 228, 255, 0.22);
}

.feature-theme-buttons button.is-active {
  border-color: rgba(255, 219, 145, 0.76);
  color: #ffecbf;
  box-shadow: 0 0 0 1px rgba(255, 214, 127, 0.25) inset, 0 0 16px rgba(130, 214, 255, 0.2);
}

.feature-morph-card {
  --morph-blend: 55%;
  position: fixed;
  left: 50%;
  bottom: 0.95rem;
  z-index: 14;
  width: min(430px, calc(100vw - 2rem));
  padding: 0.8rem;
  border-radius: 14px;
  border: 1px solid rgba(194, 232, 255, 0.34);
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(255, 124, 198, 0.22), transparent 58%),
    radial-gradient(110% 140% at 100% 100%, rgba(255, 217, 120, 0.18), transparent 62%),
    linear-gradient(146deg, rgba(14, 27, 60, 0.92), rgba(35, 16, 74, 0.88));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 12px 30px rgba(5, 8, 27, 0.46);
  transform: translate(-50%, 12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.feature-morph-card.is-enabled {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.feature-morph-card header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.66rem;
  color: #d8f4ff;
}

.feature-morph-visual {
  position: relative;
  height: 134px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(182, 233, 255, 0.26);
}

.feature-morph-before,
.feature-morph-after {
  position: absolute;
  inset: 0;
}

.feature-morph-before {
  background:
    repeating-linear-gradient(120deg, rgba(150, 225, 255, 0.1) 0 6px, transparent 6px 12px),
    radial-gradient(circle at 30% 62%, rgba(141, 204, 255, 0.36), transparent 54%),
    linear-gradient(135deg, rgba(7, 16, 37, 0.96), rgba(17, 31, 73, 0.94));
}

.feature-morph-after {
  clip-path: inset(0 45% 0 0 round 12px);
  border-right: 1px solid rgba(255, 219, 148, 0.66);
  background:
    conic-gradient(from 52deg at 50% 50%, rgba(255, 222, 160, 0.38), rgba(255, 134, 182, 0.32), rgba(143, 236, 255, 0.34), rgba(255, 222, 160, 0.38)),
    radial-gradient(circle at 58% 42%, rgba(255, 255, 255, 0.2), transparent 50%),
    linear-gradient(145deg, rgba(38, 12, 75, 0.88), rgba(10, 25, 58, 0.88));
}

.feature-morph-card label {
  display: block;
  margin-top: 0.52rem;
  margin-bottom: 0.2rem;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.64rem;
  color: #dbf5ff;
}

.feature-morph-card input[type="range"] {
  width: 100%;
}

.feature-cursor-canvas {
  position: fixed;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transition: opacity 220ms ease;
}

.feature-cursor-canvas.is-enabled {
  opacity: 1;
}

body.feature-audio-accent .feature-switchboard-title::after {
  content: " Audio On";
  color: #ffdba2;
}

body.feature-audio-accent .feature-switchboard {
  border-color: rgba(255, 214, 146, 0.56);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 10px 28px rgba(6, 8, 30, 0.5),
    0 0 24px rgba(255, 136, 190, 0.28),
    0 0 20px rgba(122, 234, 255, 0.24);
  animation: audio-board-pulse 3.2s ease-in-out infinite alternate;
}

body.feature-audio-accent .feature-signal-tick {
  box-shadow: 0 0 14px rgba(125, 226, 255, 0.34), 0 0 12px rgba(255, 139, 189, 0.28);
  filter: saturate(1.2) brightness(1.16);
}

body.feature-audio-accent .feature-theme-buttons button.is-active {
  box-shadow:
    0 0 0 1px rgba(255, 214, 127, 0.28) inset,
    0 0 18px rgba(255, 112, 190, 0.22),
    0 0 18px rgba(116, 220, 255, 0.2);
}

body.feature-audio-accent .feature-cursor-canvas.is-enabled {
  opacity: 0.88;
  mix-blend-mode: screen;
}

@keyframes audio-board-pulse {
  0% {
    transform: translateY(0);
    filter: brightness(0.98) saturate(1);
  }
  100% {
    transform: translateY(-2px);
    filter: brightness(1.08) saturate(1.12);
  }
}

.fx-svg {
  position: fixed;
  inline-size: 0;
  block-size: 0;
  overflow: hidden;
  pointer-events: none;
}

.cgh-moire-overlay {
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  opacity: 0.34;
  mix-blend-mode: screen;
  background-image:
    repeating-linear-gradient(13deg, rgba(120, 236, 255, 0.18) 0 1px, transparent 1px 10px),
    repeating-linear-gradient(16deg, rgba(255, 124, 198, 0.16) 0 1px, transparent 1px 11px),
    repeating-radial-gradient(circle at 52% 48%, rgba(255, 220, 137, 0.14) 0 2px, transparent 2px 24px),
    radial-gradient(110% 90% at 50% 50%, rgba(126, 255, 214, 0.2), transparent 70%);
  background-size: 320px 320px, 337px 337px, 440px 440px, 100% 100%;
  background-position: 0 0, 0 0, 0 0, 0 0;
  filter: url(#cghDisplaceFilter) saturate(1.12);
  animation: cgh-moire-drift 24s linear infinite;
}

.cgh-moire-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    conic-gradient(from 35deg at 52% 48%, rgba(255, 133, 196, 0.11), rgba(115, 236, 255, 0.12), rgba(255, 220, 137, 0.08), rgba(255, 133, 196, 0.11)),
    repeating-linear-gradient(136deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 6px);
  mix-blend-mode: plus-lighter;
  opacity: 0.72;
  animation: cgh-prism-shift 17s ease-in-out infinite alternate;
}

.cgh-moire-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at var(--fx-pointer-x, 50%) var(--fx-pointer-y, 50%), rgba(255, 255, 255, 0.22), transparent 28%);
  mix-blend-mode: screen;
  opacity: 0.6;
}

@keyframes cgh-moire-drift {
  0% {
    background-position: 0 0, 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 240px -180px, -210px 170px, 190px -220px, 0 0;
  }
}

@keyframes cgh-prism-shift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.58;
  }
  100% {
    transform: translate3d(0, -0.7%, 0) scale(1.02);
    opacity: 0.86;
  }
}

.tech-atlas {
  margin-top: 1.75rem;
  background:
    linear-gradient(160deg, oklch(21% 0.05 268 / 0.9), oklch(17% 0.04 236 / 0.9)) padding-box,
    linear-gradient(120deg, oklch(84% 0.18 335 / 0.45), oklch(88% 0.16 200 / 0.44), oklch(90% 0.15 86 / 0.45)) border-box;
}

.tech-lead {
  max-width: 70ch;
}

.tech-probe {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.probe-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(188, 232, 255, 0.34);
  background: linear-gradient(128deg, rgba(20, 30, 74, 0.8), rgba(72, 32, 128, 0.48));
  font: 600 0.62rem/1.1 "IBM Plex Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e9f9ff;
}

.probe-chip strong {
  color: #ffe6a8;
}

.tech-grid {
  margin-top: 0.96rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

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

.signal-lab-grid {
  margin-top: 0.96rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

.signal-lab-card {
  min-height: 176px;
}

.tech-card {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(197, 234, 255, 0.28);
  padding: 0.76rem 0.8rem 0.82rem;
  background:
    linear-gradient(150deg, rgba(255, 123, 196, 0.18), rgba(109, 75, 196, 0.28), rgba(12, 22, 56, 0.72)) padding-box,
    linear-gradient(118deg, rgba(255, 220, 137, 0.28), rgba(115, 236, 255, 0.32), rgba(178, 136, 255, 0.26)) border-box;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 10px 22px rgba(8, 8, 32, 0.44),
    0 0 18px rgba(114, 229, 255, 0.16);
  cursor: pointer;
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 220ms ease;
}

.tech-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 221, 141, 0.62);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(10, 8, 36, 0.5),
    0 0 22px rgba(255, 133, 196, 0.22),
    0 0 20px rgba(115, 236, 255, 0.24);
}

.tech-card h3 {
  margin: 0;
  font-size: 0.98rem;
  color: #eef8ff;
}

.tech-card p {
  margin: 0.42rem 0 0;
  color: #d6e8fa;
  font-size: 0.85rem;
}

.tech-card .wow {
  color: #ffe6b3;
  font: italic 600 0.82rem/1.35 "IBM Plex Mono", monospace;
}

.tech-highlight-ping {
  outline: 2px solid rgba(255, 223, 152, 0.92);
  outline-offset: 3px;
  animation: tech-ping 980ms ease-out 1;
}

.tech-pointer {
  position: fixed;
  z-index: 40;
  inline-size: 84px;
  block-size: 84px;
  border-radius: 999px;
  border: 2px solid rgba(255, 230, 166, 0.96);
  box-shadow:
    0 0 0 1px rgba(112, 239, 255, 0.7) inset,
    0 0 28px rgba(115, 236, 255, 0.38),
    0 0 24px rgba(255, 124, 198, 0.26);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 68%);
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
  transition: opacity 180ms ease, transform 180ms ease;
}

.tech-pointer.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  animation: tech-pointer-pulse 1150ms ease-out 1;
}

@keyframes tech-pointer-pulse {
  0% {
    box-shadow:
      0 0 0 1px rgba(112, 239, 255, 0.7) inset,
      0 0 0 0 rgba(115, 236, 255, 0.46),
      0 0 0 0 rgba(255, 124, 198, 0.34);
  }
  100% {
    box-shadow:
      0 0 0 1px rgba(112, 239, 255, 0.4) inset,
      0 0 0 32px rgba(115, 236, 255, 0),
      0 0 0 42px rgba(255, 124, 198, 0);
  }
}

@keyframes tech-ping {
  0% {
    box-shadow: 0 0 0 0 rgba(115, 236, 255, 0.38), 0 0 0 0 rgba(255, 124, 198, 0.28);
  }
  100% {
    box-shadow: 0 0 0 16px rgba(115, 236, 255, 0), 0 0 0 24px rgba(255, 124, 198, 0);
  }
}

body.fx-low .cgh-moire-overlay {
  opacity: 0.18;
}

body.fx-reduced .cgh-moire-overlay {
  display: none;
}

@media (prefers-contrast: more) {
  .tech-card,
  .probe-chip {
    border-color: rgba(238, 248, 255, 0.72);
  }
}

@media (max-width: 1320px) {
  .rule-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 980px) {
  :root {
    --topbar-stick-top: 0.9rem;
    --topbar-height: 5.2rem;
  }

  .space-top {
    height: 100vh;
  }

  #spacefield,
  .space-stars {
    height: 100vh;
  }

  #holofield,
  .bg-spectrum,
  .bg-grid,
  .bg-noise {
    height: 100vh;
  }

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

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

  .offer-bundle-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-visual {
    min-height: 0;
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
  }

  .hero-concept-row {
    grid-template-columns: 1fr;
    gap: 0.22rem;
  }

  .hero-orbit-visual {
    max-width: 620px;
    padding-right: 0;
  }

  .hero-media-panel {
    width: 100%;
  }

  .hero-donut-row .hero-media-panel {
    width: 100%;
  }

  .hero-mini-shell {
    width: 100%;
    aspect-ratio: 16 / 10;
  }

  .hero-mini-donut {
    transform: none;
  }

  .insight-flip {
    font-size: clamp(1.04rem, 3.5vw, 1.52rem);
  }

  .orbit-scene-wrap {
    aspect-ratio: 4 / 3;
  }

  .cards,
  .wow-grid,
  .reactor,
  .customizer-grid,
  .tech-grid,
  .rule-grid,
  .signal-lab-grid {
    grid-template-columns: 1fr;
  }

  .panel-strip {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .blue-panel {
    min-height: 240px;
  }

  .blue-panel-body {
    min-height: 120px;
  }

  .nav-donut-frame {
    height: 520px;
  }

  .customizer {
    top: calc(var(--topbar-stick-top) + var(--topbar-height) + 0.8rem);
    bottom: auto;
    right: 0.8rem;
    width: 114px;
    height: 116px;
  }

  .customizer.is-wide {
    width: min(390px, calc(100vw - 1.6rem));
  }

  .customizer.is-tall {
    height: min(70vh, 620px);
  }

  .feature-switchboard {
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    width: auto;
  }

  .feature-signal-timeline {
    width: calc(100vw - 1.6rem);
    min-width: 0;
    top: calc(var(--topbar-stick-top) + var(--topbar-height) + 0.7rem);
  }

  .feature-theme-cards {
    left: 0.8rem;
    right: 0.8rem;
    width: auto;
    bottom: 7.35rem;
  }

  .feature-morph-card {
    left: 0.8rem;
    right: 0.8rem;
    width: auto;
    transform: translateY(12px);
    bottom: 14rem;
  }

  .feature-morph-card.is-enabled {
    transform: translateY(0);
  }

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

  #newsToroid {
    height: min(70vh, 520px);
  }

  .shape-switcher {
    grid-template-columns: 1fr;
  }

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

  .device-panel,
  .device-track {
    grid-template-columns: 1fr;
  }

  .gear-core {
    min-height: 270px;
  }

  .floating-copy {
    display: none;
  }

  .topbar {
    border-radius: 14px;
  }

  .topbar-token {
    font-size: clamp(0.62rem, 1.6vw, 0.92rem);
    letter-spacing: 0.08em;
  }

  main {
    padding-top: 5.8rem;
  }
}

@media (max-width: 760px) {
  .topbar {
    justify-content: center;
    gap: 0.6rem;
    flex-wrap: wrap;
  }

  .topbar-token {
    width: 100%;
    text-align: left;
    font-size: clamp(0.58rem, 2.5vw, 0.82rem);
    letter-spacing: 0.06em;
  }

  .topbar .insight-flip.topbar-token {
    text-align: left;
    font-size: clamp(0.46rem, 1.9vw, 0.64rem);
    letter-spacing: 0.05em;
  }

  .feature-theme-cards {
    bottom: 7.9rem;
  }

  .feature-morph-card {
    bottom: 15.2rem;
  }

  .feature-switchboard label {
    font-size: 0.67rem;
  }

  .offer-card {
    padding: 0.86rem;
  }

  .offer-card .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  #signal-lab.section {
    bottom: 0.42rem;
    padding: 0 0.18rem;
  }

  #signal-lab .insight-flip {
    font-size: clamp(0.52rem, 2.35vw, 0.76rem);
    letter-spacing: 0.06em;
    line-height: 1.04;
  }
}

@media (prefers-reduced-motion: reduce) {
  body,
  .space-stars,
  .space-stars::before,
  .bg-spectrum,
  .bg-grid,
  .bg-noise,
  .section-model::before,
  .model-meters em,
  .section-device::before,
  .orbit-a,
  .orbit-b,
  .orbit-c,
  .core-node,
  .cgh-moire-overlay,
  .cgh-moire-overlay::before,
  .topbar-grid-layer {
    animation: none !important;
  }

  .btn,
  .card,
  .tech-card,
  .reveal {
    transition: none !important;
  }

  .cgh-moire-overlay {
    display: none;
  }
}

.acl-launch {
  margin: 1.2rem auto 2rem;
  max-width: 980px;
  border: 1px solid rgba(156, 230, 255, 0.3);
  border-radius: 16px;
  background: rgba(7, 17, 40, 0.66);
  padding: 1rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
}

.acl-launch-text {
  margin: 0;
  color: var(--muted);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.88rem;
}

.acl-page .topbar {
  margin: 1rem auto 0;
  width: min(1120px, calc(100vw - 2rem));
}

.acl-top-link {
  color: var(--holo-ice);
  text-decoration: none;
  border: 1px solid rgba(156, 230, 255, 0.34);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font: 600 0.74rem/1 "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.acl-top-link:hover {
  border-color: rgba(156, 230, 255, 0.72);
}

.acl-main {
  width: min(1120px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 6.4rem 0 3rem;
  display: grid;
  gap: 1rem;
}

.acl-hero,
.acl-panel,
.acl-strip-item {
  border: 1px solid rgba(156, 230, 255, 0.28);
  background: linear-gradient(145deg, rgba(8, 18, 48, 0.82), rgba(6, 12, 31, 0.86));
  border-radius: 20px;
  box-shadow: 0 18px 38px rgba(7, 13, 34, 0.52);
}

.acl-hero {
  padding: clamp(1.2rem, 2.2vw, 2rem);
}

.acl-kicker {
  margin: 0 0 0.7rem;
  color: var(--agency-lime);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font: 700 0.72rem/1 "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

.acl-hero h1 {
  margin: 0 0 0.8rem;
  font: 800 clamp(1.6rem, 3vw, 2.5rem)/1.1 "Syne", "Segoe UI", sans-serif;
  max-width: 18ch;
}

.acl-hero-lead {
  margin: 0;
  max-width: 72ch;
  color: var(--muted);
}

.acl-hero-actions {
  margin-top: 1.15rem;
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.acl-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.acl-strip-item {
  padding: 1rem;
}

.acl-strip-item h2 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.acl-strip-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.acl-panel {
  padding: clamp(1rem, 2vw, 1.5rem);
}

.acl-panel h2 {
  margin: 0 0 0.7rem;
  font: 800 clamp(1.08rem, 2.2vw, 1.44rem)/1.15 "Syne", "Segoe UI", sans-serif;
}

.acl-steps {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.65rem;
}

.acl-steps h3 {
  margin: 0 0 0.2rem;
  font-size: 0.96rem;
  letter-spacing: 0.03em;
}

.acl-steps p {
  margin: 0;
  color: var(--muted);
}

.acl-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.acl-panel ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.34rem;
}

.acl-panel li {
  color: var(--muted);
}

.acl-deliverables {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.acl-deliverable {
  border: 1px solid rgba(156, 230, 255, 0.24);
  border-radius: 14px;
  padding: 0.8rem;
  background: rgba(7, 19, 52, 0.58);
}

.acl-deliverable h3 {
  margin: 0 0 0.35rem;
  font-size: 0.97rem;
}

.acl-deliverable p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
}

.acl-terms {
  margin: 0;
  padding-left: 1.1rem;
}

.acl-form-note {
  margin: 0 0 1rem;
  color: var(--muted);
}

.acl-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.78rem;
}

.acl-form label {
  display: grid;
  gap: 0.34rem;
  font: 600 0.8rem/1.2 "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.acl-form input,
.acl-form select,
.acl-form textarea {
  width: 100%;
  border: 1px solid rgba(156, 230, 255, 0.3);
  border-radius: 10px;
  padding: 0.65rem 0.72rem;
  color: var(--ink);
  background: rgba(5, 11, 30, 0.84);
  font: 500 0.92rem/1.3 "Syne", "Segoe UI", sans-serif;
}

.acl-form input:focus,
.acl-form select:focus,
.acl-form textarea:focus {
  outline: none;
  border-color: rgba(156, 230, 255, 0.85);
}

.acl-hidden {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.acl-wide {
  grid-column: 1 / -1;
}

.acl-submit {
  width: fit-content;
  min-width: 220px;
}

.acl-faq {
  display: grid;
  gap: 0.66rem;
}

.acl-faq article {
  border: 1px solid rgba(156, 230, 255, 0.24);
  border-radius: 12px;
  padding: 0.78rem;
  background: rgba(8, 17, 40, 0.58);
}

.acl-faq h3 {
  margin: 0 0 0.26rem;
  font-size: 0.98rem;
}

.acl-faq p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 920px) {
  .acl-strip,
  .acl-grid,
  .acl-deliverables,
  .acl-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .acl-main {
    padding-top: 7rem;
  }

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

  .acl-top-link {
    font-size: 0.68rem;
  }

  .acl-submit {
    width: 100%;
  }
}
