:root {
  color-scheme: dark;
  --bg: #050605;
  --bg-2: #0a0d0c;
  --panel: rgba(16, 20, 19, 0.78);
  --panel-solid: #111514;
  --text: #f5f7f4;
  --muted: #a8b3ad;
  --quiet: #6f7975;
  --mint: #9cffd3;
  --mint-2: #44ffae;
  --red: #e50914;
  --amber: #f5c85a;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.52);
  --radius: 8px;
  --header-h: 72px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 18% 30%, rgba(68, 255, 174, 0.08), transparent 32rem),
    linear-gradient(180deg, #020303 0%, var(--bg) 42%, #090908 100%);
  color: var(--text);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 78%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

#signal-canvas {
  position: fixed;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.42;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  min-height: var(--header-h);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 58px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.24));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.hero-meta,
.section-heading,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-mark {
  position: relative;
  width: 26px;
  height: 26px;
  border: 2px solid var(--mint);
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(68, 255, 174, 0.55);
}

.brand-mark::before,
.brand-mark::after {
  position: absolute;
  content: "";
  background: var(--mint);
}

.brand-mark::before {
  top: 50%;
  left: 5px;
  width: 14px;
  height: 2px;
  transform: translateY(-50%);
}

.brand-mark::after {
  top: 5px;
  left: 50%;
  width: 2px;
  height: 14px;
  transform: translateX(-50%);
}

.nav-links {
  gap: clamp(14px, 2.4vw, 32px);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links a,
.site-footer a {
  transition:
    color 180ms ease,
    text-shadow 180ms ease;
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--mint);
  text-shadow: 0 0 18px rgba(68, 255, 174, 0.48);
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.nav-cta {
  padding: 0 18px;
  background: var(--red);
  box-shadow: 0 12px 32px rgba(229, 9, 20, 0.35);
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  padding: calc(var(--header-h) + 7vh) clamp(18px, 5vw, 72px) 12vh;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.54) 36%, rgba(0, 0, 0, 0.2) 64%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), #050605 96%),
    url("assets/pumpfun-hero-bg.png") center / cover no-repeat;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: -8%;
  z-index: -1;
  content: "";
  background: inherit;
  filter: saturate(0.92) contrast(1.08);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(transparent 0 48%, rgba(156, 255, 211, 0.08) 49%, transparent 50%),
    radial-gradient(circle at var(--mx, 72%) var(--my, 28%), rgba(156, 255, 211, 0.16), transparent 20rem);
  background-size: 100% 5px, auto;
  mix-blend-mode: screen;
  opacity: 0.56;
  animation: scanline 8s linear infinite;
}

.hero-vignette,
.hero-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-vignette {
  z-index: 0;
  background:
    radial-gradient(circle at 48% 52%, transparent 0 28%, rgba(0, 0, 0, 0.28) 52%, rgba(0, 0, 0, 0.86) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0), #050605 96%);
}

.hero-noise {
  z-index: 2;
  opacity: 0.14;
  background-image:
    repeating-radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.45) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 8px);
  mix-blend-mode: overlay;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(820px, 100%);
}

.eyebrow,
.section-kicker,
.stat-label {
  margin: 0 0 14px;
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 12ch;
  margin-bottom: 20px;
  font-size: clamp(4.2rem, 12vw, 12rem);
  line-height: 0.78;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow:
    0 0 34px rgba(156, 255, 211, 0.24),
    0 22px 90px rgba(0, 0, 0, 0.78);
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.1rem, 5.4vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.15rem, 2.4vw, 1.65rem);
  line-height: 1.04;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.65;
}

.hero-copy {
  max-width: 650px;
  color: rgba(245, 247, 244, 0.8);
  font-size: clamp(1rem, 2vw, 1.32rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 28px;
}

.button {
  min-width: 178px;
  padding: 0 22px;
}

.button.primary {
  background: var(--red);
  box-shadow: 0 16px 46px rgba(229, 9, 20, 0.38);
}

.button.ghost {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.button.ghost:hover {
  border-color: rgba(156, 255, 211, 0.56);
  background: rgba(156, 255, 211, 0.1);
  box-shadow: 0 0 34px rgba(68, 255, 174, 0.16);
}

.hero-meta {
  flex-wrap: wrap;
  gap: 10px;
}

.hero-meta span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.32);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.scroll-cue {
  position: absolute;
  right: clamp(18px, 4vw, 58px);
  bottom: 38px;
  z-index: 4;
  display: grid;
  width: 42px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.scroll-cue span {
  width: 6px;
  height: 16px;
  border-radius: 999px;
  background: var(--mint);
  box-shadow: 0 0 18px rgba(68, 255, 174, 0.8);
  animation: scrollPulse 1.8s ease-in-out infinite;
}

.ticker {
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.12);
  background: #060807;
}

.ticker-track {
  display: flex;
  width: max-content;
  gap: 30px;
  padding: 16px 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.85rem, 1.6vw, 1.1rem);
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  animation: ticker 34s linear infinite;
}

.ticker-track span {
  position: relative;
  padding-left: 30px;
}

.ticker-track span::before {
  position: absolute;
  left: 0;
  color: var(--red);
  content: "/";
}

.section {
  padding: clamp(72px, 11vw, 142px) clamp(18px, 5vw, 72px);
}

.how-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #050605 0%, rgba(9, 12, 11, 0.96) 48%, #050605 100%),
    radial-gradient(circle at 72% 20%, rgba(156, 255, 211, 0.14), transparent 30rem);
}

.how-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(transparent 0 48%, rgba(156, 255, 211, 0.08) 49%, transparent 50%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 12px);
  background-size: 100% 5px, auto;
  opacity: 0.44;
  mix-blend-mode: screen;
}

.how-section::after {
  position: absolute;
  inset: 12% -10%;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(156, 255, 211, 0.12) 35%, transparent 42%),
    linear-gradient(245deg, transparent 0 58%, rgba(229, 9, 20, 0.12) 59%, transparent 66%);
  transform: skewY(-4deg);
  animation: signalSweep 8s ease-in-out infinite alternate;
}

.how-header,
.how-steps {
  position: relative;
  z-index: 1;
}

.how-header {
  margin-bottom: clamp(28px, 5vw, 58px);
}

.how-header h2 {
  max-width: 760px;
}

.how-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  counter-reset: howStep;
}

.how-step {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 16px;
  background:
    radial-gradient(circle at 50% 18%, rgba(156, 255, 211, 0.14), transparent 12rem),
    linear-gradient(145deg, rgba(156, 255, 211, 0.08), rgba(229, 9, 20, 0.08) 58%, rgba(0, 0, 0, 0.34)),
    rgba(8, 12, 11, 0.9);
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.34);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.how-step::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.54) 72%, rgba(0, 0, 0, 0.84) 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 10px);
  opacity: 0.7;
}

.how-step::after {
  position: absolute;
  top: 22px;
  right: 18px;
  z-index: 2;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(156, 255, 211, 0.32);
  border-radius: 50%;
  content: "";
  background: conic-gradient(from 140deg, transparent, rgba(156, 255, 211, 0.32), transparent 64%);
  animation: coinRing 7s linear infinite;
}

.how-step:nth-child(2) {
  transform: translateY(18px);
}

.how-step:nth-child(3) {
  transform: translateY(-8px);
}

.how-step:nth-child(4) {
  transform: translateY(18px);
}

.how-step:hover {
  transform: translateY(-8px) scale(1.018);
  border-color: rgba(156, 255, 211, 0.44);
  box-shadow: 0 26px 88px rgba(0, 0, 0, 0.54), 0 0 34px rgba(156, 255, 211, 0.12);
}

.how-step:nth-child(2):hover,
.how-step:nth-child(4):hover {
  transform: translateY(8px) scale(1.018);
}

.how-step-art {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 172px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(156, 255, 211, 0.14);
  border-radius: calc(var(--radius) - 2px);
  margin-bottom: 18px;
  background:
    radial-gradient(circle at 50% 50%, rgba(156, 255, 211, 0.12), transparent 58%),
    rgba(0, 0, 0, 0.22);
}

.how-step-art img {
  width: min(96%, 220px);
  height: min(96%, 220px);
  object-fit: contain;
  opacity: 1;
  filter:
    saturate(1.04)
    contrast(1.08)
    drop-shadow(0 0 22px rgba(156, 255, 211, 0.28));
  transform: scale(0.98);
  transition:
    opacity 220ms ease,
    transform 420ms ease,
    filter 220ms ease;
}

.how-step:hover .how-step-art img {
  opacity: 1;
  filter: saturate(1.16) contrast(1.12);
  transform: scale(1.06);
}

.how-step.final .how-step-art {
  background:
    radial-gradient(circle at 50% 44%, rgba(156, 255, 211, 0.2), transparent 42%),
    radial-gradient(circle at 48% 56%, rgba(229, 9, 20, 0.2), transparent 52%),
    rgba(0, 0, 0, 0.3);
}

.how-step.final .how-step-art img {
  width: min(112%, 250px);
  height: min(112%, 250px);
  object-fit: contain;
  opacity: 1;
  filter:
    saturate(1.08)
    contrast(1.08)
    drop-shadow(0 0 24px rgba(156, 255, 211, 0.42));
  animation: coinFloat 5.2s ease-in-out infinite;
}

.how-step.final:hover .how-step-art img {
  opacity: 1;
  transform: scale(1.04);
}

.step-index,
.how-step h3,
.how-step p {
  position: relative;
  z-index: 3;
}

.step-index {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.2);
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 950;
  line-height: 0.82;
}

.how-step h3 {
  text-transform: uppercase;
}

.how-step p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.how-step a {
  color: var(--mint);
  font-weight: 950;
  text-decoration: underline;
  text-decoration-color: rgba(156, 255, 211, 0.42);
  text-underline-offset: 4px;
}

.how-step.final {
  border-color: rgba(229, 9, 20, 0.3);
  background:
    linear-gradient(180deg, rgba(156, 255, 211, 0.16), transparent 40%),
    linear-gradient(145deg, rgba(156, 255, 211, 0.14), rgba(68, 255, 174, 0.1) 58%, rgba(0, 0, 0, 0.3)),
    rgba(12, 17, 16, 0.86);
}

.reward-ledger {
  position: relative;
  z-index: 1;
  margin-top: clamp(34px, 6vw, 70px);
  overflow: hidden;
  border: 1px solid rgba(156, 255, 211, 0.2);
  border-radius: var(--radius);
  padding: clamp(18px, 3vw, 28px);
  background:
    linear-gradient(145deg, rgba(156, 255, 211, 0.1), rgba(68, 255, 174, 0.04) 52%, rgba(0, 0, 0, 0.24)),
    rgba(6, 10, 9, 0.86);
  box-shadow: var(--shadow), inset 0 0 70px rgba(156, 255, 211, 0.05);
}

.reward-ledger::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 12px),
    radial-gradient(circle at 10% 0%, rgba(156, 255, 211, 0.18), transparent 18rem);
}

.reward-ledger-head,
.reward-live-row,
.reward-table {
  position: relative;
  z-index: 1;
}

.reward-ledger-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.reward-ledger h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}

.reward-status {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(156, 255, 211, 0.34);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(156, 255, 211, 0.08);
  color: var(--mint);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reward-live-row {
  display: grid;
  grid-template-columns: auto minmax(160px, 0.34fr) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 58px;
  border: 1px solid rgba(156, 255, 211, 0.18);
  border-radius: var(--radius);
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.reward-live-row::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(156, 255, 211, 0.12), transparent);
  transform: translateX(-100%);
  animation: rewardSweep 3.8s ease-in-out infinite;
}

.reward-pulse {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--mint-2);
  box-shadow: 0 0 18px rgba(68, 255, 174, 0.85);
  animation: rewardPulse 1.5s ease-in-out infinite;
}

.reward-live-row strong,
.reward-live-row span {
  position: relative;
  z-index: 1;
}

.reward-live-row strong {
  color: var(--text);
  font-size: 0.84rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reward-live-row span:not(.reward-pulse) {
  color: rgba(245, 247, 244, 0.72);
  font-size: 0.86rem;
}

.reward-table {
  margin-top: 14px;
}

.reward-table-head,
.reward-row {
  display: grid;
  grid-template-columns: minmax(110px, 0.8fr) minmax(92px, 0.55fr) minmax(160px, 1fr) minmax(78px, 0.4fr);
  gap: 12px;
  align-items: center;
}

.reward-table-head {
  padding: 0 12px 8px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reward-row {
  min-height: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 12px;
  color: rgba(245, 247, 244, 0.78);
  font-size: 0.82rem;
}

.reward-row strong {
  color: var(--mint);
}

.reward-row a {
  color: var(--mint);
  font-weight: 950;
}

.reward-empty {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 12px;
  color: var(--muted);
  font-size: 0.9rem;
}

.case-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
    radial-gradient(circle at 80% 20%, rgba(229, 9, 20, 0.14), transparent 28rem);
}

.timer-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 26%, rgba(156, 255, 211, 0.12), transparent 30rem),
    radial-gradient(circle at 88% 60%, rgba(229, 9, 20, 0.18), transparent 26rem),
    #070908;
}

.timer-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 24%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 12px);
  opacity: 0.45;
  mix-blend-mode: overlay;
}

.timer-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
}

.timer-copy h2 {
  max-width: 800px;
}

.timer-console {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(156, 255, 211, 0.26);
  border-radius: var(--radius);
  padding: clamp(22px, 4vw, 42px);
  background:
    linear-gradient(145deg, rgba(156, 255, 211, 0.1), rgba(229, 9, 20, 0.1) 58%, transparent),
    rgba(8, 12, 11, 0.82);
  box-shadow: var(--shadow), inset 0 0 74px rgba(156, 255, 211, 0.08);
  backdrop-filter: blur(18px);
}

.timer-console::before {
  position: absolute;
  inset: 14px;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.airdrop-clock {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.airdrop-clock div {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(0, 0, 0, 0.34);
}

.airdrop-clock strong {
  color: var(--text);
  font-size: clamp(2.4rem, 5vw, 5.6rem);
  line-height: 0.86;
  text-shadow: 0 0 28px rgba(156, 255, 211, 0.3);
}

.airdrop-clock span,
.timer-note {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.timer-note {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  line-height: 1.6;
}

.case-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
}

.section-intro p,
.section-heading p {
  max-width: 680px;
}

.stat-panel {
  position: relative;
  min-height: 360px;
  padding: clamp(22px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(156, 255, 211, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(156, 255, 211, 0.12), transparent 44%),
    rgba(7, 10, 9, 0.84);
  box-shadow: var(--shadow), inset 0 0 80px rgba(68, 255, 174, 0.05);
}

.stat-panel::before {
  position: absolute;
  inset: 12px;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-panel strong {
  display: block;
  margin-bottom: 22px;
  color: var(--text);
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.84;
  text-shadow: 0 0 28px rgba(156, 255, 211, 0.24);
}

.section-heading {
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.section-heading h2 {
  max-width: 850px;
}

.section-heading p {
  width: min(420px, 100%);
}

.episode-section {
  overflow: hidden;
}

.episode-row {
  display: grid;
  grid-auto-columns: minmax(270px, 34vw);
  grid-auto-flow: column;
  gap: 16px;
  overflow-x: auto;
  padding: 4px clamp(18px, 5vw, 72px) 28px;
  margin-inline: calc(clamp(18px, 5vw, 72px) * -1);
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--mint) rgba(255, 255, 255, 0.08);
}

.episode-card {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.84) 100%),
    radial-gradient(circle at 20% 20%, rgba(156, 255, 211, 0.16), transparent 16rem),
    #111514;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
  scroll-snap-align: start;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.episode-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.08), transparent 30%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 7px);
  opacity: 0.55;
}

.episode-card::after {
  position: absolute;
  top: 28px;
  right: 20px;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(156, 255, 211, 0.28);
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, rgba(156, 255, 211, 0.18), transparent 68%);
}

.episode-card.active {
  border-color: rgba(156, 255, 211, 0.45);
  background:
    linear-gradient(180deg, transparent 16%, rgba(0, 0, 0, 0.88) 100%),
    url("assets/fee-vault.png") 34% center / cover no-repeat;
}

.episode-card:hover {
  transform: scale(1.026);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.54);
}

.episode-number {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.18);
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 950;
  line-height: 0.82;
}

.episode-card h3,
.episode-card p {
  position: relative;
  z-index: 1;
}

.episode-card h3 {
  text-transform: uppercase;
}

.episode-card p {
  margin-bottom: 0;
  font-size: 0.98rem;
}

.owner-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 30%, rgba(229, 9, 20, 0.18), transparent 30rem),
    radial-gradient(circle at 80% 40%, rgba(156, 255, 211, 0.12), transparent 28rem),
    linear-gradient(180deg, #050605, #090b0a);
}

.owner-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(transparent 0 48%, rgba(229, 9, 20, 0.12) 49%, transparent 50%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 11px);
  background-size: 100% 5px, auto;
  opacity: 0.38;
  mix-blend-mode: screen;
}

.owner-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
  gap: clamp(26px, 6vw, 88px);
  align-items: center;
}

.owner-poster {
  position: relative;
  aspect-ratio: 1;
  min-height: 0;
  max-height: 680px;
  overflow: hidden;
  border: 1px solid rgba(229, 9, 20, 0.34);
  border-radius: var(--radius);
  background: #050605;
  box-shadow: var(--shadow), 0 0 80px rgba(229, 9, 20, 0.12);
}

.owner-poster::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, 0.78) 100%),
    radial-gradient(circle at 28% 24%, rgba(156, 255, 211, 0.22), transparent 16rem);
}

.owner-image {
  width: 100%;
  height: 100%;
  min-height: inherit;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.18)),
    url("assets/payroll/alon.png") center / contain no-repeat;
  filter: saturate(0.88) contrast(1.08);
}

.owner-copy h2 {
  max-width: 980px;
}

.owner-copy p {
  max-width: 720px;
}

.owner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.owner-tags span {
  border: 1px solid rgba(229, 9, 20, 0.36);
  border-radius: 999px;
  padding: 10px 13px;
  background: rgba(229, 9, 20, 0.1);
  color: #ffced1;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.payroll-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 12%, rgba(229, 9, 20, 0.16), transparent 26rem),
    radial-gradient(circle at 20% 58%, rgba(156, 255, 211, 0.12), transparent 30rem),
    #060706;
}

.payroll-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(transparent 0 48%, rgba(255, 255, 255, 0.045) 49%, transparent 50%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 9px);
  background-size: 100% 6px, auto;
  opacity: 0.42;
  mix-blend-mode: overlay;
}

.payroll-board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(150px, 1fr));
  gap: 12px;
}

.payroll-card {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: var(--shadow);
}

.payroll-card::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.86) 100%),
    radial-gradient(circle at 32% 22%, rgba(156, 255, 211, 0.24), transparent 18rem);
}

.payroll-card.featured {
  border-color: rgba(156, 255, 211, 0.32);
}

.payroll-card.team {
  border-color: rgba(229, 9, 20, 0.42);
}

.payroll-card.placeholder {
  border-color: rgba(255, 255, 255, 0.16);
}

.payroll-poster {
  aspect-ratio: 1;
  min-height: 0;
  background:
    linear-gradient(135deg, rgba(156, 255, 211, 0.18), rgba(229, 9, 20, 0.18)),
    var(--poster, none) center / contain no-repeat,
    radial-gradient(circle at 50% 34%, rgba(156, 255, 211, 0.12), transparent 24rem),
    #050605;
  filter: saturate(0.9) contrast(1.12);
}

.payroll-card.empty .payroll-poster,
.payroll-card.placeholder .payroll-poster {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(156, 255, 211, 0.12), rgba(229, 9, 20, 0.12)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 16px),
    #0d1110;
}

.payroll-card.empty .payroll-poster::before,
.payroll-card.placeholder .payroll-poster::before {
  width: 78px;
  height: 78px;
  border: 1px solid rgba(156, 255, 211, 0.38);
  border-radius: 50%;
  content: "+";
  color: var(--mint);
  display: grid;
  place-items: center;
  font-size: 3.2rem;
  line-height: 1;
  text-shadow: 0 0 22px rgba(156, 255, 211, 0.5);
}

.payroll-info {
  position: relative;
  z-index: 1;
  padding: 14px;
}

.payroll-info h3 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: clamp(1.55rem, 2.4vw, 3rem);
  line-height: 0.86;
  text-transform: uppercase;
}

.payroll-info p {
  display: none;
  margin-bottom: 0;
  font-size: 0.82rem;
}

.status-tag {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid rgba(156, 255, 211, 0.36);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(156, 255, 211, 0.1);
  color: var(--mint);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-tag.muted {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.68);
}

.status-tag.red {
  border-color: rgba(229, 9, 20, 0.44);
  background: rgba(229, 9, 20, 0.12);
  color: #ffb9bd;
}

.manifesto {
  position: relative;
  padding: clamp(78px, 12vw, 150px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.36)),
    url("assets/fee-vault.png") center / cover no-repeat;
}

.manifesto::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(transparent 0 48%, rgba(229, 9, 20, 0.1) 49%, transparent 50%),
    radial-gradient(circle at 72% 42%, rgba(229, 9, 20, 0.18), transparent 24rem);
  background-size: 100% 4px, auto;
  mix-blend-mode: screen;
}

.manifesto-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
}

.manifesto h2 {
  max-width: 960px;
}

.demand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.demand-grid p {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(0, 0, 0, 0.46);
  color: var(--text);
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.site-footer {
  justify-content: space-between;
  gap: 22px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #040504;
}

.site-footer p {
  max-width: 920px;
  margin: 0;
  color: var(--quiet);
  font-size: 0.84rem;
}

.site-footer a {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-header[data-reveal],
.hero [data-reveal] {
  opacity: 1;
  transform: none;
}

@keyframes heroDrift {
  from {
    transform: scale(1.04) translate3d(-1.5%, -1%, 0);
  }
  to {
    transform: scale(1.1) translate3d(1.4%, 0.8%, 0);
  }
}

@keyframes scanline {
  from {
    background-position: 0 -120px, center;
  }
  to {
    background-position: 0 120px, center;
  }
}

@keyframes scrollPulse {
  0%,
  100% {
    transform: translateY(-8px);
    opacity: 0.35;
  }
  50% {
    transform: translateY(8px);
    opacity: 1;
  }
}

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

@keyframes coinFloat {
  0%,
  100% {
    transform: translate3d(0, -10px, 0) rotate(-2deg);
  }
  50% {
    transform: translate3d(0, 14px, 0) rotate(2deg);
  }
}

@keyframes coinRing {
  to {
    transform: rotate(360deg);
  }
}

@keyframes coinRingReverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes signalSweep {
  from {
    transform: translateX(-3%) skewY(-4deg);
    opacity: 0.42;
  }
  to {
    transform: translateX(3%) skewY(-4deg);
    opacity: 0.72;
  }
}

@keyframes rewardPulse {
  0%,
  100% {
    transform: scale(0.78);
    opacity: 0.54;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}

@keyframes rewardSweep {
  0% {
    transform: translateX(-100%);
  }
  55%,
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 92vh;
    background-position: 38% center;
  }

  .case-grid,
  .timer-layout {
    grid-template-columns: 1fr;
  }

  .section-heading {
    display: block;
  }

  .section-heading p {
    width: auto;
  }

  .episode-row {
    grid-auto-columns: minmax(260px, 78vw);
  }

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

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

  .how-step:nth-child(n) {
    transform: none;
  }

  .owner-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  :root {
    --header-h: 66px;
  }

  .site-header {
    padding: 14px 16px;
    gap: 10px;
  }

  .brand {
    font-size: 0.74rem;
    letter-spacing: 0.1em;
  }

  .brand-mark {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: 90vh;
    padding: calc(var(--header-h) + 44px) 18px 92px;
    background-position: 42% center;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.2rem, 10.8vw, 4.2rem);
    line-height: 0.86;
    overflow-wrap: anywhere;
  }

  .hero-content {
    width: min(100%, 340px);
    max-width: calc(100vw - 36px);
  }

  .hero-copy,
  .eyebrow {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: clamp(2rem, 12vw, 3.4rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .hero-meta span {
    font-size: 0.64rem;
  }

  .hero-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .scroll-cue {
    display: none;
  }

  .section {
    padding-inline: 18px;
  }

  .stat-panel {
    min-height: 300px;
  }

  .airdrop-clock {
    grid-template-columns: 1fr;
  }

  .airdrop-clock div {
    min-height: 112px;
  }

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

  .how-step {
    min-height: 230px;
  }

  .reward-ledger-head {
    display: block;
  }

  .reward-status {
    margin-top: 12px;
  }

  .reward-live-row,
  .reward-table-head,
  .reward-row {
    grid-template-columns: 1fr;
  }

  .reward-table-head {
    display: none;
  }

  .episode-card {
    min-height: 320px;
  }

  .payroll-board {
    grid-template-columns: 1fr;
  }

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

  .site-footer {
    display: block;
  }

  .site-footer a {
    display: inline-flex;
    margin-top: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  #signal-canvas {
    display: none;
  }
}
