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

:root {
  --navy: #06080f;
  --navy-deep: #04060c;
  --navy-mid: #0e1630;
  --royal: #3b6ff5;
  --ice: #a8c8ff;
  --ice-hot: #cfe0ff;
  --ice-dim: rgba(168, 200, 255, 0.14);
  --snow: #f0f4ff;
  --white: #ffffff;
  --muted: #6b7fa8;
  --ink: #04060c;
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", monospace;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 64px;
  /* fomoball.tech tokens */
  --fb-bg: #07080e;
  --fb-surface: rgba(255,255,255,0.04);
  --fb-border: rgba(255,255,255,0.08);
  --fb-border-active: rgba(168,200,255,0.35);
  --fb-text: #eef2ff;
  --fb-muted: #606880;
  --fb-orange: #f5a623;
  --fb-green: #22c55e;
  --fb-blue: #3b6ff5;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--navy);
  color: var(--snow);
  line-height: 1.6;
  overflow-x: hidden;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.snowfall {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9997;
  overflow: hidden;
}

.snowfall span {
  position: absolute;
  top: -14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.5), 0 0 12px rgba(255, 255, 255, 0.2);
  animation: snow-fall linear infinite, snow-sway ease-in-out infinite alternate;
}

/* default white particles */
.snowfall span:nth-child(1)  { width:5px;height:5px; left:3%;  animation-duration:9s,4.2s;  animation-delay:0s,0s; }
.snowfall span:nth-child(2)  { width:3px;height:3px; left:9%;  animation-duration:13s,5.1s; animation-delay:1.2s,.8s; }
.snowfall span:nth-child(3)  { width:6px;height:6px; left:16%; animation-duration:8s,3.8s;  animation-delay:3s,1.5s; }
.snowfall span:nth-child(4)  { width:3px;height:3px; left:23%; animation-duration:11s,6s;   animation-delay:0.4s,2s; }
.snowfall span:nth-child(5)  { width:7px;height:7px; left:31%; animation-duration:7s,4.5s;  animation-delay:5s,0.3s; }
.snowfall span:nth-child(6)  { width:4px;height:4px; left:38%; animation-duration:10s,5.6s; animation-delay:2s,1.1s; }
.snowfall span:nth-child(7)  { width:3px;height:3px; left:45%; animation-duration:12s,4s;   animation-delay:4s,2.3s; }
.snowfall span:nth-child(8)  { width:6px;height:6px; left:52%; animation-duration:8s,3.5s;  animation-delay:1s,0.9s; }
.snowfall span:nth-child(9)  { width:4px;height:4px; left:59%; animation-duration:9s,5s;    animation-delay:6s,1.7s; }
.snowfall span:nth-child(10) { width:3px;height:3px; left:66%; animation-duration:14s,6.2s; animation-delay:0.6s,3s; }
.snowfall span:nth-child(11) { width:5px;height:5px; left:73%; animation-duration:8s,4.8s;  animation-delay:3.5s,0.5s; }
.snowfall span:nth-child(12) { width:4px;height:4px; left:79%; animation-duration:11s,5.3s; animation-delay:1.8s,2.5s; }
.snowfall span:nth-child(13) { width:7px;height:7px; left:85%; animation-duration:7s,3.9s;  animation-delay:7s,1.2s; }
.snowfall span:nth-child(14) { width:3px;height:3px; left:91%; animation-duration:10s,5.8s; animation-delay:0.9s,0.4s; }
.snowfall span:nth-child(15) { width:5px;height:5px; left:97%; animation-duration:9s,4.2s;  animation-delay:4.5s,2.8s; }
.snowfall span:nth-child(16) { width:4px;height:4px; left:6%;  animation-duration:12s,5s;   animation-delay:2.5s,1.4s; }
.snowfall span:nth-child(17) { width:3px;height:3px; left:19%; animation-duration:8s,4.4s;  animation-delay:6.5s,0.7s; }
.snowfall span:nth-child(18) { width:6px;height:6px; left:27%; animation-duration:10s,5.5s; animation-delay:1.5s,3.2s; }
.snowfall span:nth-child(19) { width:3px;height:3px; left:42%; animation-duration:13s,6.4s; animation-delay:3.2s,1.9s; }
.snowfall span:nth-child(20) { width:5px;height:5px; left:55%; animation-duration:7s,4.1s;  animation-delay:8s,0.6s; }
.snowfall span:nth-child(21) { width:4px;height:4px; left:68%; animation-duration:11s,5.7s; animation-delay:2.8s,2.1s; }
.snowfall span:nth-child(22) { width:8px;height:8px; left:76%; animation-duration:6s,3.6s;  animation-delay:0.3s,1.3s; }
.snowfall span:nth-child(23) { width:3px;height:3px; left:83%; animation-duration:9s,4.9s;  animation-delay:5.5s,0.2s; }
.snowfall span:nth-child(24) { width:5px;height:5px; left:13%; animation-duration:8s,5.2s;  animation-delay:4.8s,2.4s; }
.snowfall span:nth-child(25) { width:3px;height:3px; left:94%; animation-duration:12s,4.6s; animation-delay:1.1s,3.5s; }

/* bright ice-blue particles */
.snowfall span.sp-blue {
  background: rgba(100, 190, 255, 0.92);
  box-shadow: 0 0 8px rgba(100, 190, 255, 0.9), 0 0 18px rgba(100, 190, 255, 0.45), 0 0 32px rgba(100, 190, 255, 0.2);
  width: 4px; height: 4px;
}
.snowfall span.sp-blue:nth-child(26) { left:34%; animation-duration:10s,4.8s; animation-delay:1.6s,0.9s; width:5px;height:5px; }
.snowfall span.sp-blue:nth-child(27) { left:62%; animation-duration:7s,5.2s;  animation-delay:3.8s,1.7s; }
.snowfall span.sp-blue:nth-child(28) { left:88%; animation-duration:12s,4.1s; animation-delay:0.7s,2.6s; width:6px;height:6px; }

/* orange spark particles */
.snowfall span.sp-orange {
  background: rgba(255, 165, 30, 0.95);
  box-shadow: 0 0 8px rgba(255, 140, 0, 0.9), 0 0 18px rgba(255, 120, 0, 0.5), 0 0 32px rgba(255, 100, 0, 0.2);
  border-radius: 3px;
}
.snowfall span.sp-orange:nth-child(29) { width:4px;height:4px; left:48%; animation-duration:8s,3.8s;  animation-delay:2.3s,1.1s; }
.snowfall span.sp-orange:nth-child(30) { width:3px;height:6px; left:71%; animation-duration:6s,4.5s;  animation-delay:5.2s,0.5s; }
.snowfall span.sp-orange:nth-child(31) { width:5px;height:3px; left:22%; animation-duration:9s,5.8s;  animation-delay:1.4s,3.1s; }

@keyframes snow-fall {
  0%   { transform: translateY(0) rotate(0deg); opacity: 0; }
  6%   { opacity: 1; }
  94%  { opacity: 0.9; }
  100% { transform: translateY(112vh) rotate(360deg); opacity: 0; }
}

@keyframes snow-sway {
  from { margin-left: 0; }
  to   { margin-left: 38px; }
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.container.narrow {
  width: min(760px, 92vw);
}

.ice-text {
  color: var(--ice);
}

.center {
  text-align: center;
}

/* ── Header ── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-h);
  background: rgba(3, 11, 31, 0.72);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(184, 212, 255, 0.16);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, 92vw);
  margin: 0 auto;
  height: 100%;
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--white);
  min-width: 0;
}

.nav-mark {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(184, 212, 255, 0.45);
  box-shadow: 0 0 0 3px rgba(18, 64, 184, 0.25);
}

.nav-wordmark {
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1;
  color: var(--white);
  font-weight: 600;
  text-transform: lowercase;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 5px 9px 4px;
  border-radius: 99px;
}

.live-pill::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px #fff;
}

.live-pill.stale {
  color: rgba(255, 255, 255, 0.55);
}

.rpcnote {
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  z-index: 99;
  margin: 0;
  padding: 8px 4vw;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  color: rgba(184, 212, 255, 0.7);
  background: rgba(3, 11, 31, 0.82);
  backdrop-filter: blur(10px);
  text-align: center;
}

.rpcnote.bad {
  color: #ffd0d0;
  background: rgba(180, 40, 50, 0.35);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  list-style: none;
}

.nav-links a {
  color: rgba(247, 251, 255, 0.72);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  transition: color 0.2s;
}

.nav-links a:hover {
  color: var(--ice);
}

.nav-socials {
  display: flex;
  gap: 0.45rem;
}

.nav-social {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(184, 212, 255, 0.28);
  color: var(--snow) !important;
  transition: border-color 0.2s, color 0.2s, transform 0.2s;
}

/* active page link in nav */
.nav-active {
  color: var(--accent) !important;
  font-weight: 600;
}

.nav-social:hover {
  border-color: var(--ice);
  color: var(--ice) !important;
  transform: translateY(-2px);
}

.nav-cta,
.nav-launch {
  display: inline-flex !important;
  align-items: center;
  padding: 0.55rem 1.15rem !important;
  background: var(--white);
  color: var(--navy) !important;
  border-radius: 999px;
  font-weight: 700 !important;
  font-size: 0.92rem;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.2s, transform 0.2s !important;
}

.nav-cta:hover,
.nav-launch:hover {
  background: var(--ice-hot) !important;
  color: var(--navy) !important;
  transform: translateY(-2px);
}

.nav-connect {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.1rem;
  background: transparent;
  color: var(--snow);
  border: 1.5px solid rgba(184, 212, 255, 0.4);
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, transform 0.2s;
}

.nav-connect:hover {
  border-color: var(--ice);
  color: var(--ice);
  transform: translateY(-2px);
}

.nav-connect.connected {
  border-color: rgba(80, 255, 160, 0.55);
  color: rgba(80, 255, 160, 0.9);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: 1px solid rgba(184, 212, 255, 0.28);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ice);
}

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: calc(var(--header-h) + 5rem) max(4vw, calc((100vw - 1120px) / 2)) 5rem;
  overflow: hidden;
  background: var(--navy-deep);
}

/* ─ Logo-based atmospheric background ─ */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-bg-blob {
  position: absolute;
  object-fit: cover;
  border-radius: 50%;
  pointer-events: none;
}

/* large primary blob — right centre, huge, heavily blurred → sky blue ambient glow */
.hero-bg-blob-1 {
  width: 70vw;
  max-width: 900px;
  height: 70vw;
  max-height: 900px;
  right: -18vw;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.18;
  filter: blur(90px) saturate(2.5) brightness(1.3);
  animation: blob-drift 18s ease-in-out infinite alternate;
}

/* medium secondary blob — upper right, shifted */
.hero-bg-blob-2 {
  width: 40vw;
  max-width: 560px;
  height: 40vw;
  max-height: 560px;
  right: 5vw;
  top: -5%;
  opacity: 0.10;
  filter: blur(60px) saturate(3) hue-rotate(20deg);
  animation: blob-drift 24s ease-in-out infinite alternate-reverse;
}

/* small third blob — lower right, warm white tint */
.hero-bg-blob-3 {
  width: 30vw;
  max-width: 380px;
  height: 30vw;
  max-height: 380px;
  right: 20vw;
  bottom: -5%;
  opacity: 0.08;
  filter: blur(50px) saturate(1.5) brightness(1.8);
  animation: blob-drift 30s ease-in-out infinite alternate;
}

@keyframes blob-drift {
  from { transform: translateY(-50%) scale(0.95) rotate(-4deg); }
  to   { transform: translateY(calc(-50% + 30px)) scale(1.06) rotate(4deg); }
}

.hero-bg-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg,
      rgba(3,11,31,0.96) 0%,
      rgba(3,11,31,0.82) 35%,
      rgba(3,11,31,0.45) 60%,
      rgba(3,11,31,0.15) 100%
    ),
    linear-gradient(to top, rgba(3,11,31,0.85) 0%, transparent 45%),
    linear-gradient(to bottom, rgba(3,11,31,0.6) 0%, transparent 30%);
}

/* ─ Hero Text (left) ─ */
.hero-content {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  max-width: 520px;
  animation: rise-in 1s var(--ease-out) both;
}

/* ─ Hero Thesis Panel (right) ─ */
.hero-thesis {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: clamp(300px, 34vw, 460px);
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  animation: rise-in 1.2s var(--ease-out) 0.25s both;
}

/* glass card container around the thesis stack */
.hero-thesis > .thesis-stack {
  flex: 1;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  border: 1px solid rgba(184, 212, 255, 0.18);
  border-radius: 24px;
  padding: 0.5rem 1rem;
  box-shadow:
    0 4px 24px rgba(3, 11, 31, 0.55),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

/* inside the glass card, fade edges */
.hero-thesis .thesis-stack::before {
  background: linear-gradient(to bottom,
    rgba(3,11,31,0.0) 0%,    /* transparent — glass bg handles it */
    transparent 100%);
}
.hero-thesis .thesis-stack::after {
  background: linear-gradient(to top,
    rgba(3,11,31,0.0) 0%,
    transparent 100%);
}

@keyframes rise-in {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-kicker {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ice);
  margin-bottom: 1rem;
}

.hero-title {
  margin-bottom: 1.35rem;
}

.hero-line,
.hero-script {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 0.92;
  color: var(--white);
}

.hero-line {
  font-size: clamp(3.4rem, 9vw, 6.2rem);
  text-transform: none;
}

.hero-script {
  font-size: clamp(3.4rem, 9vw, 6.2rem);
  font-style: italic;
  color: var(--ice);
  font-weight: 500;
}

.hero-lede {
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  color: rgba(247, 251, 255, 0.75);
  max-width: 32rem;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 1.65;
}

.hero-lede strong {
  color: var(--ice);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.7rem;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: transform 0.2s var(--ease-out), background 0.2s, color 0.2s, box-shadow 0.2s;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-primary {
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 0 0 0 rgba(184, 212, 255, 0.4);
}

.btn-primary:hover {
  background: var(--ice-hot);
  box-shadow: 0 12px 32px rgba(184, 212, 255, 0.22);
}

.btn-ghost {
  background: transparent;
  color: var(--snow);
  border: 1.5px solid rgba(184, 212, 255, 0.4);
}

.btn-ghost:hover {
  border-color: var(--ice);
  color: var(--ice);
}

.buy .btn-ghost {
  color: var(--fb-text);
  border-color: var(--fb-border);
}

.buy .btn-ghost:hover {
  border-color: var(--fb-border-active);
  color: var(--ice);
  background: transparent;
}

.btn-lg {
  padding: 1.05rem 2.1rem;
  font-size: 1rem;
}

.btn-copy {
  flex-shrink: 0;
  padding: 0.7rem 1.2rem;
  font-size: 0.88rem;
}

.btn-copy.copied {
  background: var(--navy);
  color: var(--ice);
}

/* ── Burn Tape (live burn feed) ── */
.burn-tape-wrap {
  background: var(--navy-deep);
  border-top: 1px solid rgba(184, 212, 255, 0.12);
  border-bottom: 1px solid rgba(184, 212, 255, 0.12);
  padding: 0;
  overflow: hidden;
}

.burn-tape {
  overflow: hidden;
  padding: 0.65rem 0;
}

.burn-track {
  display: flex;
  align-items: center;
  gap: 2rem;
  white-space: nowrap;
  width: max-content;
  animation: burn-scroll 40s linear infinite;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.burn-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(184, 212, 255, 0.65);
}

.burn-item::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f5a623;
  box-shadow: 0 0 6px #f5a623;
  flex-shrink: 0;
}

.burn-handle {
  color: var(--ice);
  font-weight: 600;
}

.burn-amount {
  color: #f5a623;
  font-weight: 700;
}

.burn-sep {
  opacity: 0.3;
}

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

/* ── Ticker (top scrolling bar) ── */
.ticker {
  background: var(--white);
  color: var(--navy);
  padding: 0.85rem 0;
  overflow: hidden;
  border-top: 2px solid var(--navy);
  border-bottom: 2px solid var(--navy);
}

.ticker-track {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  white-space: nowrap;
  width: max-content;
  animation: ticker 32s linear infinite;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-style: italic;
  letter-spacing: 0.02em;
}

.ticker-track span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.ticker-sep {
  opacity: 0.35;
  font-style: normal;
}

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

/* ── Sections ── */
.section {
  padding: 6rem 0;
  position: relative;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1rem;
}

.eyebrow.center {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 7vw, 4.5rem);
  letter-spacing: -0.02em;
  line-height: 0.95;
  margin-bottom: 1.35rem;
  color: var(--white);
}

.section-text {
  color: var(--muted);
  font-size: 1.08rem;
  margin-bottom: 1rem;
  max-width: 36rem;
}

.section-text strong {
  color: var(--ice);
  font-weight: 700;
}

.section-sub {
  color: var(--muted);
  margin-bottom: 2rem;
  font-size: 1.05rem;
}

.hill-divider {
  display: block;
  width: 100%;
  height: 72px;
  background:
    radial-gradient(120% 90% at 50% -10%, var(--snow) 0 54%, transparent 55%),
    var(--navy-deep);
}

/* ── About ── */
.about {
  background:
    radial-gradient(ellipse at 12% 20%, rgba(18, 64, 184, 0.28), transparent 42%),
    var(--navy);
  color: var(--snow);
}

.about .section-title {
  color: var(--white);
}

.about .eyebrow {
  color: rgba(184, 212, 255, 0.55);
}

.about-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 4rem;
  align-items: center;
}

.about-portrait {
  position: relative;
}

.about-portrait::before {
  content: "";
  position: absolute;
  inset: 10% -6% -8% 10%;
  background: radial-gradient(circle, var(--royal), var(--navy-mid));
  border-radius: 50%;
  z-index: 0;
}

.about-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid rgba(184, 212, 255, 0.35);
  box-shadow: 0 24px 60px rgba(3, 11, 31, 0.45);
}

.value-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  list-style: none;
  margin-top: 2rem;
}

.value-row li {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-style: italic;
  letter-spacing: 0.04em;
  padding: 0.55rem 1.1rem;
  background: var(--white);
  color: var(--navy);
  border-radius: 999px;
}

/* ── The Roll ── */
.quote-section {
  background:
    radial-gradient(ellipse at 80% 0%, rgba(18, 64, 184, 0.22), transparent 46%),
    var(--navy-deep);
  color: var(--snow);
}

.quote-section .section-title {
  color: var(--white);
}

.quote-section .eyebrow {
  color: rgba(184, 212, 255, 0.55);
}

.quote-intro {
  max-width: 40rem;
  margin-bottom: 2.75rem;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.pillar {
  padding: 1.85rem 1.4rem;
  background: rgba(10, 36, 99, 0.45);
  border: 1px solid rgba(184, 212, 255, 0.18);
  border-radius: 28px;
  transition: transform 0.25s var(--ease-out), border-color 0.25s;
}

.pillar:hover {
  transform: translateY(-6px);
  border-color: rgba(184, 212, 255, 0.45);
}

.pillar-mark {
  display: block;
  font-family: var(--font-display);
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  color: var(--ice);
  line-height: 1;
  margin-bottom: 0.85rem;
}

.pillar h3 {
  font-family: var(--font-display);
  font-size: 1.65rem;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
}

.pillar p {
  font-size: 0.95rem;
  color: rgba(184, 212, 255, 0.7);
  line-height: 1.55;
}

/* ── Contract ── */
.contract {
  background: var(--snow);
  color: var(--navy);
}

.contract .section-title {
  color: var(--navy);
}

.contract .eyebrow {
  color: rgba(6, 20, 51, 0.45);
}

.ca-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  background: var(--white);
  border: 2px solid var(--navy);
  border-radius: 18px;
}

.ca-address {
  flex: 1;
  font-family: var(--font-mono);
  font-size: clamp(0.65rem, 2.4vw, 0.85rem);
  color: var(--navy);
  word-break: break-all;
  line-height: 1.5;
}

.copy-toast {
  text-align: center;
  margin-top: 0.85rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy);
  min-height: 1.25rem;
  opacity: 0;
  transition: opacity 0.3s;
}

.copy-toast.show {
  opacity: 1;
}

/* ── Chart ── */
.chart-section {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(18, 64, 184, 0.28), transparent 50%),
    #08152e;
  color: var(--snow);
}

.chart-section .section-title {
  color: var(--white);
}

.chart-section .eyebrow {
  color: rgba(184, 212, 255, 0.5);
}

.chart-section .section-sub {
  color: rgba(184, 212, 255, 0.55);
}

.chart-frame {
  border: 2px solid rgba(184, 212, 255, 0.35);
  background: #061018;
  min-height: 500px;
  overflow: hidden;
  border-radius: 18px;
}

.dexscreener-embed {
  width: 100%;
  height: 560px;
  border: none;
  display: block;
}

.dexscreener-embed.hidden {
  display: none;
}

.chart-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: 2rem;
  text-align: center;
  color: rgba(184, 212, 255, 0.6);
}

.chart-placeholder code {
  color: var(--ice);
  background: var(--ice-dim);
  padding: 0.15rem 0.45rem;
}

.chart-placeholder.hidden {
  display: none;
}

.chart-link-wrap {
  text-align: center;
  margin-top: 1.25rem;
}

.text-link {
  color: var(--ice);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
}

.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ── Buy ── */
.buy {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(184, 212, 255, 0.55), transparent 50%),
    radial-gradient(ellipse at 90% 100%, rgba(18, 64, 184, 0.12), transparent 45%),
    var(--snow);
  color: var(--navy);
}

.buy .eyebrow {
  color: rgba(6, 20, 51, 0.5);
}

.buy .section-title {
  color: var(--navy);
}

.buy .ice-text {
  color: var(--royal);
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.12em;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin: 2.5rem 0 3rem;
}

.step {
  background: var(--navy);
  color: var(--snow);
  padding: 1.85rem 1.4rem;
  border-radius: 28px;
  transition: transform 0.25s var(--ease-out);
}

.step:hover {
  transform: translateY(-6px);
}

.step-num {
  display: block;
  font-family: var(--font-display);
  font-size: 2.75rem;
  letter-spacing: 0.04em;
  color: var(--ice);
  line-height: 1;
  margin-bottom: 0.75rem;
}

.step h3 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
}

.step p {
  font-size: 0.95rem;
  color: rgba(184, 212, 255, 0.7);
  line-height: 1.55;
}

.buy-cta {
  display: flex;
  gap: 0.85rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Footer ── */
.footer {
  background: var(--navy-deep);
  color: rgba(184, 212, 255, 0.55);
  padding: 3.25rem 0 2.25rem;
  border-top: 2px solid rgba(184, 212, 255, 0.2);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.35rem;
  text-align: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-logo {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(184, 212, 255, 0.45);
}

.footer-brand strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.55rem;
  letter-spacing: -0.01em;
  color: var(--white);
  line-height: 1;
  text-transform: lowercase;
  font-weight: 600;
}

.footer-brand span {
  font-size: 0.85rem;
  color: rgba(184, 212, 255, 0.5);
}

.footer-disclaimer {
  font-size: 0.75rem;
  max-width: 540px;
  line-height: 1.65;
}

/* ── Live stats / pad ── */
.stats-section {
  background: var(--navy-deep);
  padding-top: 4.5rem;
}

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

.stat-card {
  background: #fff;
  color: var(--ink);
  border-radius: 20px;
  padding: 1.25rem 1.2rem;
  box-shadow: 0 20px 48px -28px rgba(7, 40, 112, 0.45);
}

.stat-card .lbl,
.facts .k,
.tk {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.stat-card .n,
.coin-big .n {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.1;
  color: var(--navy);
  margin: 0.35rem 0 0.2rem;
}

.stat-card .s,
.stat-card .v {
  font-size: 0.88rem;
  color: #3a5480;
}

.tape {
  background: #fff;
  color: var(--navy);
  border-radius: 20px;
  padding: 1rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
}

.tape .track {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.92rem;
  color: #3a5480;
}

.tape .quiet { opacity: 0.55; font-style: italic; }

.coin-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.coin-id {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.coin-id img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 3px solid rgba(184, 212, 255, 0.35);
  object-fit: cover;
}

.coin-id .section-title { margin-bottom: 0; }

.coin-big { text-align: right; }
.coin-big .n { color: var(--ice); }
.coin-big .k {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

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

.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(184, 212, 255, 0.16);
  border-radius: 20px;
  padding: 1.25rem;
}

.facts .v { color: var(--snow); word-break: break-all; font-size: 0.92rem; }
.facts a { color: var(--ice); }

.coins-section { background: var(--navy); }

.coin-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin: 1.5rem 0 1.75rem;
}

.find input {
  width: min(320px, 92vw);
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(184, 212, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  font: inherit;
}

.seg {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.seg button {
  border: 1px solid rgba(184, 212, 255, 0.22);
  background: transparent;
  color: var(--ice);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
}

.seg button[aria-pressed="true"] {
  background: var(--white);
  color: var(--navy);
  border-color: var(--white);
}

.coins {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}

.coin-card {
  background: #fff;
  color: var(--navy);
  border-radius: 20px;
  padding: 1.15rem 1.2rem;
  text-decoration: none;
  display: block;
  transition: transform 0.25s var(--ease-out);
}

.coin-card:hover { transform: translateY(-5px); }

.coin-card .h {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.coin-card img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  background: #d9e7f6;
}

.coin-card .nm b { display: block; font-size: 1.05rem; }
.coin-card .nm span { font-size: 0.78rem; color: #3a5480; }

.st {
  margin-left: auto;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: #e8f1fb;
  color: #1240b8;
  white-space: nowrap;
}

.st.pool { background: #d9f5e6; color: #0d7a45; }

.coin-card .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.coin-card .k {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7189a9;
}

.coin-card .v { font-weight: 700; font-size: 0.92rem; }
.coin-card .roll {
  margin-top: 0.85rem;
  font-size: 0.82rem;
  color: #3a5480;
}

.notice {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(184, 212, 255, 0.18);
  border-radius: 16px;
  padding: 1rem 1.2rem;
  margin-bottom: 1rem;
  color: var(--ice);
}

.launch-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.launch-fields {
  list-style: none;
  margin: 1.5rem 0 2rem;
}

.launch-fields li {
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(184, 212, 255, 0.12);
  color: rgba(184, 212, 255, 0.75);
  font-size: 0.95rem;
}

.launch-fields strong { color: var(--white); }

.gets {
  background: #fff;
  color: var(--navy);
  border-radius: 20px;
  padding: 1.5rem 1.4rem;
}

.gets .th {
  font-family: var(--font-display);
  font-size: 1.6rem;
  margin-bottom: 0.85rem;
}

.gets .splitk {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-size: 0.92rem;
}

.gets table,
.docs table {
  width: 100%;
  border-collapse: collapse;
}

.gets td,
.docs td {
  vertical-align: top;
  padding: 0.7rem 0.55rem 0.7rem 0;
  border-top: 1px solid #e1eaf4;
  font-size: 0.9rem;
}

.gets td:first-child,
.docs td:first-child {
  width: 34%;
  font-weight: 700;
  color: var(--navy);
}

.how-section { background: var(--navy-deep); }

.how-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 1.5rem 0 2rem;
}

.how-toc a {
  color: var(--ice);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
}

.how-toc a:hover { text-decoration: underline; }

.docs {
  background: #fff;
  color: var(--ink);
  border-radius: 20px;
  padding: clamp(1.4rem, 3vw, 2.4rem);
}

.docs h3 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  margin: 2rem 0 0.75rem;
  color: var(--navy);
}

.docs h3:first-child { margin-top: 0; }

.docs p {
  color: #3a5480;
  margin-bottom: 0.85rem;
}

.docs code {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  word-break: break-all;
  background: #f2f7fc;
  padding: 0.1rem 0.35rem;
}

.lead-copy { max-width: 46rem; }

.footer-disclaimer a { color: var(--ice); }

/* ── Reveal ── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}

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

/* ── Mobile ── */
@media (max-width: 900px) {
  .stats4,
  .coin-stats,
  .facts,
  .launch-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: calc(var(--header-h) + 3.5rem);
    padding-bottom: 4rem;
    text-align: center;
    gap: 3rem;
  }

  .hero-content {
    order: 1;
    max-width: 100%;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-thesis {
    order: 2;
    width: min(460px, 92vw);
  }

  .hero-bg-blob-1 {
    width: 100vw;
    height: 100vw;
    right: -30vw;
    opacity: 0.14;
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-portrait {
    max-width: 320px;
    margin: 0 auto;
  }

  .pillars,
  .steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .nav-toggle {
    display: flex;
  }

  .nav-wordmark {
    font-size: 1.05rem;
  }

  .nav-links {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: rgba(3, 11, 31, 0.97);
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.15rem;
    border-bottom: 1px solid rgba(184, 212, 255, 0.16);
    transform: translateY(-120%);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
  }

  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }

  .hero-thesis {
    width: min(400px, 92vw);
  }

  .ca-box {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-copy {
    justify-content: center;
  }

  .dexscreener-embed {
    height: 460px;
  }
}

@media (max-width: 480px) {
  .hero-actions {
    width: 100%;
  }

  .hero-actions .btn {
    flex: 1;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg-blob,
  .ticker-track,
  .burn-track,
  .stack-track,
  .snowfall span {
    animation: none;
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* ── Hero Stage — now lives inside .hero-thesis ── */
.hero-stage-section { display: none; } /* removed — content moved into hero */

.stage-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(184, 212, 255, 0.4);
  writing-mode: vertical-rl;
  flex-shrink: 0;
  padding-top: 0.5rem;
}
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f5a623;
  box-shadow: 0 0 8px #f5a623, 0 0 16px rgba(245, 166, 35, 0.5);
  animation: stage-pulse 1.8s ease-in-out infinite;
}

@keyframes stage-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.75); }
}

.thesis-stack {
  --step: 90px;
  flex: 1;
  overflow: hidden;
  height: calc(3 * var(--step));
  position: relative;
  margin: 0;
  border: none;
}

/* ensure inner flex items (coin imgs) are not clipped horizontally */
.stack-track,
.thesis-card-hero {
  width: 100%;
}

.thesis-stack::before,
.thesis-stack::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 40px;
  z-index: 2;
  pointer-events: none;
}

.thesis-stack::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(12,20,44,0.85) 0%, transparent 100%);
}

.thesis-stack::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(12,20,44,0.85) 0%, transparent 100%);
}

.stack-track {
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.thesis-card-hero {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  height: var(--step);
  padding: 0 0.75rem;
  transition: opacity 0.4s, transform 0.4s;
  overflow: visible;
}

.thesis-card-hero[data-focus="true"] {
  opacity: 1;
}

.thesis-card-hero[data-focus="false"] {
  opacity: 0.32;
}

.thesis-card-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
}

.av-1 { background: linear-gradient(135deg, #7c3aed, #4f46e5); box-shadow: 0 0 12px rgba(124,58,237,0.45); }
.av-2 { background: linear-gradient(135deg, #0ea5e9, #2563eb); box-shadow: 0 0 12px rgba(14,165,233,0.45); }
.av-3 { background: linear-gradient(135deg, #f97316, #ef4444); box-shadow: 0 0 12px rgba(249,115,22,0.45); }

.thesis-card-main {
  flex: 1;
  min-width: 0;
}

.thesis-card-quote {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--white);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.25rem;
  line-height: 1.3;
}

.thesis-card-meta {
  font-size: 0.8rem;
  color: rgba(184, 212, 255, 0.55);
  line-height: 1.3;
}

.thesis-card-meta .mono {
  font-family: var(--font-mono);
  color: var(--ice);
  font-size: 0.75rem;
}

.thesis-card-meta b {
  color: #f5a623;
  font-weight: 700;
}

.thesis-card-coin {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}

.thesis-card-coin img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(184, 212, 255, 0.45);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35), 0 0 12px rgba(100, 180, 255, 0.25);
  background: #1a2a50;
}

.thesis-card-ago {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: rgba(184, 212, 255, 0.35);
  flex-shrink: 0;
  width: 2.5rem;
  text-align: right;
}

.mono {
  font-family: var(--font-mono);
}

/* ── Coins Table ── */
.sec-head-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
}

.sec-head-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.35rem;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
}

.coins-table-wrap {
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid rgba(184, 212, 255, 0.14);
}

.coins-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  color: var(--navy);
  border-radius: 20px;
  overflow: hidden;
}

.coins-table thead tr {
  background: var(--navy);
  color: var(--ice);
}

.coins-table th {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.9rem 1rem;
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
}

.coins-table th:not(:first-child) {
  text-align: right;
}

.coins-table tbody tr {
  border-bottom: 1px solid #eaf0f9;
  transition: background 0.15s;
  cursor: pointer;
}

.coins-table tbody tr:last-child {
  border-bottom: none;
}

.coins-table tbody tr:hover {
  background: #f4f8fe;
}

.coins-table td {
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
  vertical-align: middle;
}

.coins-table td:not(:first-child) {
  text-align: right;
}

.coins-loading {
  text-align: center !important;
  color: var(--muted);
  padding: 2.5rem !important;
  font-style: italic;
}

.ct-coin {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.ct-coin img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  background: #d9e7f6;
  flex-shrink: 0;
}

.ct-coin-info b {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
}

.ct-coin-info span {
  font-size: 0.72rem;
  color: #7189a9;
  font-family: var(--font-mono);
}

.ct-phase {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: #e8f1fb;
  color: #1240b8;
  margin-left: 0.35rem;
  vertical-align: middle;
}

.ct-phase.pool {
  background: #d9f5e6;
  color: #0d7a45;
}

.ct-change.pos { color: #0d7a45; font-weight: 700; }
.ct-change.neg { color: #c0392b; font-weight: 700; }
.ct-change.neu { color: #7189a9; }

.ct-burned { color: #f5a623; font-weight: 700; }
.ct-burned.none { color: #bcc9da; font-weight: 400; }

.ct-bar-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-end;
}

.ct-bar {
  width: 60px;
  height: 4px;
  background: #dde8f5;
  border-radius: 99px;
  overflow: hidden;
  flex-shrink: 0;
}

.ct-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #f5a623, #ff6b35);
  border-radius: 99px;
  transition: width 0.5s var(--ease-out);
}

/* ── Mechanism Section ── */
.mechanism-section {
  background:
    radial-gradient(ellipse at 70% 0%, rgba(18, 64, 184, 0.28), transparent 50%),
    var(--navy-deep);
}

.mech-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.mech-steps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 2.5rem 0 2.5rem;
}

.mech-step {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
}

.mech-num {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--ice);
  line-height: 1;
  flex-shrink: 0;
  width: 3rem;
}

.mech-step strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.25rem;
}

.mech-step p {
  font-size: 0.92rem;
  color: rgba(184, 212, 255, 0.65);
  line-height: 1.55;
  margin: 0;
}

.mech-card {
  background: #fff;
  color: var(--navy);
  border-radius: 20px;
  padding: 1.6rem 1.4rem;
  position: sticky;
  top: calc(var(--header-h) + 2rem);
}

.mech-card-title {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--navy);
}

/* ── Footer additions ── */
.footer-tagline {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-style: italic;
  color: var(--white);
  font-weight: 500;
}

.footer-sub {
  font-size: 0.88rem;
  color: rgba(184, 212, 255, 0.55);
  max-width: 400px;
  text-align: center;
  line-height: 1.6;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: center;
}

.footer-nav a {
  color: rgba(184, 212, 255, 0.6);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  transition: color 0.2s;
}

.footer-nav a:hover {
  color: var(--ice);
}

/* ── Responsive additions ── */
@media (max-width: 900px) {
  .mech-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .mech-card {
    position: static;
  }

  .sec-head-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .coins-table th:nth-child(3),
  .coins-table td:nth-child(3),
  .coins-table th:nth-child(5),
  .coins-table td:nth-child(5),
  .coins-table th:nth-child(6),
  .coins-table td:nth-child(6) {
    display: none;
  }
}


/* ═══════════════════════════════════════════════
   fomoball.tech — style overrides
   ═══════════════════════════════════════════════ */

/* Body */
body {
  background: var(--fb-bg);
}

/* Header */
.site-header {
  background: rgba(7,8,14,0.85);
  border-bottom-color: var(--fb-border);
}

/* Nav */
.nav-wordmark {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
}

/* Thesis cards — fomoball.tech clean style */
.thesis-card-hero {
  background: transparent;
  border-bottom: 1px solid var(--fb-border);
}
.thesis-card-hero:last-child { border-bottom: none; }

.thesis-card-quote {
  color: var(--fb-text);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
}

.thesis-card-meta {
  color: var(--fb-muted);
  font-size: 0.78rem;
}

.thesis-card-meta b { color: var(--fb-orange); }
.thesis-card-meta .mono { color: var(--ice); }

/* Hero glass panel */
.hero-thesis > .thesis-stack {
  background: rgba(255,255,255,0.035);
  border-color: var(--fb-border);
  border-radius: 20px;
}

/* Stats */
.stats-section { background: var(--fb-bg); }

.stat-card {
  background: var(--fb-surface);
  border: 1px solid var(--fb-border);
  border-radius: 16px;
  box-shadow: none;
  color: var(--fb-text);
  transition: border-color 0.2s;
}

.stat-card:hover { border-color: var(--fb-border-active); }

.stat-card .lbl { color: var(--fb-muted); }
.stat-card .n { color: var(--fb-text); }
.stat-card .s, .stat-card .v { color: var(--fb-muted); }

/* About section */
.about {
  background: var(--fb-bg);
}
.coin-id .section-title { font-size: clamp(1.8rem,4vw,2.8rem); }

/* Facts card */
.facts {
  background: var(--fb-surface);
  border-color: var(--fb-border);
}

/* Coins section */
.coins-section { background: var(--fb-bg); }

.coins-table { background: var(--fb-surface); color: var(--fb-text); }
.coins-table thead tr { background: rgba(255,255,255,0.06); }
.coins-table th { color: var(--fb-muted); }
.coins-table tbody tr { border-bottom-color: var(--fb-border); }
.coins-table tbody tr:hover { background: rgba(255,255,255,0.04); }
.coins-table td { color: var(--fb-text); }
.coins-loading { color: var(--fb-muted); }

.ct-coin-info b { color: var(--fb-text); }
.ct-coin-info span { color: var(--fb-muted); }

/* Mechanism */
.mechanism-section { background: var(--fb-bg); }

.mech-card {
  background: var(--fb-surface);
  border: 1px solid var(--fb-border);
  color: var(--fb-text);
}
.mech-card-title { color: var(--fb-text); }
.mech-card td { color: var(--fb-muted); border-top-color: var(--fb-border); }
.mech-card td:first-child { color: var(--fb-text); }
.mech-card b { color: var(--fb-orange); }

/* Docs */
.how-section { background: var(--fb-bg); }

.docs {
  background: var(--fb-surface);
  border: 1px solid var(--fb-border);
  color: var(--fb-text);
}
.docs h3 { color: var(--fb-text); }
.docs p { color: var(--fb-muted); }
.docs td { border-top-color: var(--fb-border); color: var(--fb-muted); }
.docs td:first-child { color: var(--fb-text); }
.docs code { background: rgba(255,255,255,0.07); color: var(--ice); }

/* Contract */
.contract { background: var(--fb-surface); color: var(--fb-text); }
.contract .section-title { color: var(--fb-text); }
.contract .eyebrow { color: var(--fb-muted); }
.ca-box { background: rgba(255,255,255,0.04); border-color: var(--fb-border); }
.ca-address { color: var(--ice); }

/* Chart */
.chart-section { background: var(--fb-bg); }

/* Buy section */
.buy {
  background: var(--fb-bg);
  color: var(--fb-text);
}
.buy .section-title, .buy .eyebrow { color: var(--fb-text); }
.buy .ice-text { color: var(--fb-blue); }
.buy .btn-ghost {
  color: var(--fb-text);
  border-color: var(--fb-border);
}
.buy .btn-ghost:hover {
  border-color: var(--fb-border-active);
  color: var(--ice);
  background: transparent;
}

.step {
  background: var(--fb-surface);
  border: 1px solid var(--fb-border);
}

/* Footer */
.footer { background: var(--fb-bg); border-top-color: var(--fb-border); }
.footer-tagline { color: var(--fb-text); }
.footer-sub { color: var(--fb-muted); }
.footer-nav a { color: var(--fb-muted); }
.footer-nav a:hover { color: var(--fb-text); }
.footer-disclaimer { color: var(--fb-muted); }

/* Section titles/text global */
.section-title { color: var(--fb-text); }
.section-text { color: var(--fb-muted); }
.eyebrow { color: var(--fb-muted); }

/* gets card */
.gets {
  background: var(--fb-surface);
  border: 1px solid var(--fb-border);
  color: var(--fb-text);
}
.gets .th { color: var(--fb-text); }
.gets td { border-top-color: var(--fb-border); color: var(--fb-muted); }
.gets td:first-child { color: var(--fb-text); }
.gets b { color: var(--fb-orange); }

/* launch-fields */
.launch-fields li { color: var(--fb-muted); border-bottom-color: var(--fb-border); }
.launch-fields strong { color: var(--fb-text); }

/* burn tape */
.burn-tape-wrap { background: var(--fb-bg); border-color: var(--fb-border); }

/* ═══════════════════════════════════════════════
   Launch Modal
   ═══════════════════════════════════════════════ */

.lm-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  animation: lm-in 0.22s var(--ease-out) both;
}

.lm-overlay[hidden] {
  display: none;
}

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

.lm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 6, 12, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
}

.lm-panel {
  position: relative;
  z-index: 1;
  width: min(900px, 96vw);
  max-height: calc(100dvh - 2rem);
  overflow-y: auto;
  background: #0d0f19;
  border: 1px solid var(--fb-border);
  border-radius: 24px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.7);
  animation: lm-slide 0.28s var(--ease-out) both;
}

@keyframes lm-slide {
  from { transform: translateY(24px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

.lm-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--fb-border);
  color: var(--fb-muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  z-index: 2;
}

.lm-close:hover {
  background: rgba(255,255,255,0.1);
  color: var(--fb-text);
}

.lm-body {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 2.5rem;
  padding: 2.5rem;
}

.lm-left {
  min-width: 0;
}

.lm-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fb-muted);
  margin-bottom: 0.6rem;
}

.lm-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--fb-text);
  margin-bottom: 0.75rem;
  line-height: 1.15;
}

.lm-desc {
  font-size: 0.92rem;
  color: var(--fb-muted);
  line-height: 1.65;
  margin-bottom: 2rem;
}

.lm-desc strong { color: var(--ice); }

.lm-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.lm-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.lm-field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.lm-label {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fb-muted);
}

.lm-input {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--fb-border);
  border-radius: 10px;
  padding: 0.7rem 0.9rem;
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--fb-text);
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}

.lm-input::placeholder { color: var(--fb-muted); opacity: 0.6; }

.lm-input:focus {
  border-color: var(--fb-border-active);
  background: rgba(255,255,255,0.07);
}

.lm-input-upper { text-transform: uppercase; }

.lm-textarea {
  resize: vertical;
  min-height: 80px;
  line-height: 1.55;
}

/* Image dropzone */
.lm-dropzone {
  position: relative;
  border: 1.5px dashed var(--fb-border);
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  overflow: hidden;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lm-dropzone:hover {
  border-color: var(--fb-border-active);
  background: rgba(59,111,245,0.05);
}

.lm-drop-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--fb-muted);
  font-size: 0.82rem;
  pointer-events: none;
}

.lm-file-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.lm-dropzone.has-file {
  border-style: solid;
  border-color: var(--fb-border-active);
}

.lm-dropzone.has-file .lm-drop-inner {
  flex-direction: row;
  color: var(--ice);
  font-size: 0.85rem;
}

/* Terms */
.lm-terms {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  cursor: pointer;
  font-size: 0.88rem;
  color: var(--fb-muted);
  user-select: none;
}

.lm-terms input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--fb-blue);
  flex-shrink: 0;
}

.lm-link {
  color: var(--ice);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Right info panel */
.lm-right {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: sticky;
  top: 2.5rem;
  align-self: start;
}

.lm-info-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--fb-border);
  border-radius: 14px;
  overflow: hidden;
}

.lm-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.65rem 1rem;
  font-size: 0.85rem;
  border-bottom: 1px solid var(--fb-border);
}

.lm-info-row:last-child { border-bottom: none; }
.lm-info-row span:first-child { color: var(--fb-muted); }

.lm-val { color: var(--fb-text); font-weight: 600; font-family: var(--font-mono); font-size: 0.82rem; }
.lm-muted { color: var(--fb-muted) !important; font-weight: 400 !important; }
.lm-orange { color: var(--fb-orange) !important; }

.lm-submit-btn {
  width: 100%;
  justify-content: center;
  gap: 0.5rem;
  background: var(--fb-text);
  color: var(--fb-bg);
  font-weight: 700;
  border-radius: 12px;
  padding: 0.9rem 1.2rem;
}

.lm-submit-btn:hover {
  background: var(--ice-hot);
  color: var(--fb-bg);
  transform: translateY(-2px);
}

.lm-note {
  font-size: 0.78rem;
  color: var(--fb-muted);
  line-height: 1.6;
  padding: 0.75rem 0.9rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--fb-border);
  border-radius: 10px;
}

.lm-note strong { color: var(--fb-text); }

/* Modal responsive */
@media (max-width: 720px) {
  .lm-body {
    grid-template-columns: 1fr;
    padding: 1.75rem 1.25rem;
    gap: 1.75rem;
  }
  .lm-right {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .lm-info-card { flex: 1 1 100%; }
  .lm-submit-btn { flex: 1 1 100%; }
  .lm-note { flex: 1 1 100%; }
  .lm-row { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════════════
   DOCS PAGE  (docs.html)
════════════════════════════════════════════════════════ */

.docs-page {
  min-height: 100vh;
  padding-top: 88px;
}

/* hero strip */
.docs-hero {
  padding: 4rem 0 3rem;
  text-align: center;
  border-bottom: 1px solid rgba(184,212,255,0.10);
  position: relative;
}
.docs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 0%, rgba(56,139,255,0.10) 0%, transparent 70%);
  pointer-events: none;
}
.docs-hero-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
}
.docs-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
  line-height: 1.15;
}
.docs-hero-sub {
  font-size: 1.05rem;
  color: rgba(184,212,255,0.7);
  max-width: 540px;
  margin: 0 auto;
}

/* layout */
.docs-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 3rem;
  max-width: 1040px;
  margin: 0 auto;
  padding: 3rem 1.5rem 6rem;
}

/* sidebar TOC */
.docs-toc {
  position: sticky;
  top: 100px;
  align-self: flex-start;
  height: fit-content;
}
.docs-toc-title {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(184,212,255,0.4);
  margin-bottom: 1rem;
}
.docs-toc ol {
  list-style: none;
  counter-reset: toc;
  padding: 0;
  margin: 0;
}
.docs-toc li { counter-increment: toc; margin-bottom: 0; }
.docs-toc a {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.45rem 0.6rem;
  border-radius: 8px;
  font-size: 0.85rem;
  color: rgba(184,212,255,0.55);
  text-decoration: none;
  transition: background 0.18s, color 0.18s;
  line-height: 1.4;
}
.docs-toc a::before {
  content: counter(toc, decimal-leading-zero);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: rgba(184,212,255,0.28);
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.docs-toc a:hover { background: rgba(184,212,255,0.07); color: var(--white); }
.docs-toc a.active { background: rgba(56,139,255,0.08); color: var(--accent); }

/* doc body */
.docs-body { min-width: 0; }

.doc-section {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(184,212,255,0.08);
}
.doc-section:last-child { border-bottom: none; }

.doc-num {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: rgba(184,212,255,0.35);
  margin-bottom: 0.5rem;
}
.doc-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 3vw, 1.7rem);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1.5rem;
  line-height: 1.25;
}
.doc-section p {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(184,212,255,0.75);
  margin-bottom: 1.1rem;
}
.doc-section p:last-child { margin-bottom: 0; }
.doc-section strong { color: var(--white); }
.doc-section em { color: rgba(184,212,255,0.9); font-style: italic; }

/* flow arrow chain */
.doc-chain {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0;
  font-family: var(--font-mono);
  font-size: 0.9rem;
}
.doc-chain-step {
  background: rgba(56,139,255,0.12);
  border: 1px solid rgba(56,139,255,0.25);
  border-radius: 8px;
  padding: 0.3rem 0.75rem;
  color: #7eb8ff;
}
.doc-chain-arrow { color: rgba(184,212,255,0.3); font-size: 1rem; }

/* numbered doc list */
.doc-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.doc-list li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  font-size: 0.97rem;
  line-height: 1.65;
  color: rgba(184,212,255,0.75);
}
.doc-list li b {
  flex-shrink: 0;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: var(--accent);
  background: rgba(56,139,255,0.1);
  border: 1px solid rgba(56,139,255,0.2);
  border-radius: 6px;
  padding: 0.18rem 0.55rem;
  margin-top: 0.15rem;
}
.doc-list li strong { color: var(--white); }

/* data table */
.doc-table-wrap { overflow-x: auto; margin: 1.5rem 0; }
.doc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.doc-table th {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(184,212,255,0.35);
  text-align: left;
  padding: 0.55rem 1rem;
  border-bottom: 1px solid rgba(184,212,255,0.12);
}
.doc-table td {
  padding: 0.7rem 1rem;
  border-bottom: 1px solid rgba(184,212,255,0.06);
  color: rgba(184,212,255,0.72);
  line-height: 1.5;
  vertical-align: top;
}
.doc-table td:first-child {
  color: var(--white);
  font-weight: 600;
  white-space: nowrap;
}
.doc-table td .val {
  font-family: var(--font-mono);
  font-size: 0.88rem;
  color: var(--accent);
  font-weight: 600;
}
.doc-table tr:last-child td { border-bottom: none; }

/* formula block */
.doc-formula {
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(184,212,255,0.10);
  border-left: 3px solid var(--accent);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
  font-family: var(--font-mono);
  font-size: 0.88rem;
  color: rgba(184,212,255,0.75);
  line-height: 1.9;
  overflow-x: auto;
}
.doc-formula .kw { color: #7eb8ff; }
.doc-formula .num { color: #f5a623; }
.doc-formula .op { color: rgba(184,212,255,0.4); }

/* callout / note */
.doc-callout {
  background: rgba(245,166,35,0.07);
  border: 1px solid rgba(245,166,35,0.2);
  border-radius: 12px;
  padding: 1.1rem 1.4rem;
  margin: 1.5rem 0;
  font-size: 0.93rem;
  color: rgba(184,212,255,0.75);
  line-height: 1.65;
}
.doc-callout strong { color: #f5d078; }

/* bottom CTA */
.docs-cta {
  text-align: center;
  padding: 4rem 1.5rem 5rem;
  border-top: 1px solid rgba(184,212,255,0.10);
}
.docs-cta p {
  color: rgba(184,212,255,0.55);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}
.docs-cta-btns {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* nav active state */
.nav-active { color: var(--accent) !important; font-weight: 600; }

/* ── Docs responsive ── */
@media (max-width: 720px) {
  .docs-layout {
    grid-template-columns: 1fr;
    padding: 2rem 1rem 4rem;
  }
  .docs-toc {
    position: static;
  }
  .docs-toc ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
  }
  .docs-toc a {
    background: rgba(184,212,255,0.06);
    border: 1px solid rgba(184,212,255,0.10);
    padding: 0.3rem 0.6rem;
    font-size: 0.78rem;
  }
  .docs-toc a::before { display: none; }
}

