*{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px}
body{background:#0a0f1c;color:#e8eaf0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;min-height:100vh;overflow-x:hidden}

/* ── HEADER / INTRO / HERO ── */
.site-header{position:fixed;top:20px;left:24px;z-index:60}
.site-logo{height:64px;max-width:min(220px,28vw);width:auto;display:block}
.intro{position:relative;height:320vh}
.intro-wrap{position:sticky;top:0;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6.5rem 1.5rem 4rem;max-width:920px;margin:0 auto;text-align:center}
.intro-copy{position:relative;width:min(760px,100%);min-height:16rem}
.intro-line{position:absolute;inset:50% 0 auto;transform:translateY(calc(-50% + 28px)) scale(.985);opacity:0;filter:blur(10px);transition:opacity .45s ease,transform .65s cubic-bezier(.22,1,.36,1),filter .45s ease;color:#d6dbe5;pointer-events:none}
.intro-line.is-visible{opacity:1;transform:translateY(-50%) scale(1);filter:blur(0)}
.intro-title{font-size:clamp(2rem,4.8vw,3.4rem);font-weight:650;color:#fff;line-height:1.12;letter-spacing:-.03em}
.intro-text{font-size:clamp(1rem,1.5vw,1.1rem);color:#b6bece;line-height:1.8;max-width:720px;margin:0 auto}
.intro-highlight{font-size:clamp(1.05rem,1.8vw,1.2rem);color:#93f7b7;font-weight:600;line-height:1.75;max-width:720px;margin:0 auto}
.scroll-cue{position:absolute;left:50%;bottom:2.25rem;transform:translateX(-50%);font-size:13px;color:#7f8ba0;animation:bounce 1.8s infinite;letter-spacing:.04em;text-transform:uppercase}
@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(0);opacity:.65}50%{transform:translateX(-50%) translateY(7px);opacity:1}}
.hero,.ticker-bar,.feed-section,.spend-section,.pledge-section,.divl,.source-note{opacity:0;transform:translateY(42px);filter:blur(10px);pointer-events:none;transition:opacity .8s ease,transform .9s cubic-bezier(.22,1,.36,1),filter .8s ease}
body.intro-complete .hero,body.intro-complete .ticker-bar,body.intro-complete .feed-section,body.intro-complete .spend-section,body.intro-complete .pledge-section,body.intro-complete .divl,body.intro-complete .source-note{opacity:1;transform:translateY(0);filter:blur(0);pointer-events:auto}
.hero{padding:1.2rem 1.5rem 2rem;text-align:center;border-bottom:1px solid rgba(255,255,255,0.07)}
.hero.reveal{opacity:0;transform:translateY(34px) scale(.985);filter:blur(8px)}
body.intro-complete .hero.reveal.show{opacity:1;transform:translateY(0) scale(1);filter:blur(0);transition:opacity 1s ease,transform 1s cubic-bezier(.22,1,.36,1),filter 1s ease}
.hero-title{font-size:clamp(1.6rem,4.5vw,2.4rem);font-weight:500;color:#fff;margin-bottom:.4rem;line-height:1.2}
.hero-sub{font-size:14px;color:#6b7280;margin-bottom:1.5rem}
.since-label{font-size:13px;color:#9aa0b4;margin-bottom:.5rem}
.year-selector{display:flex;gap:6px;justify-content:center;margin-bottom:1.5rem;flex-wrap:wrap}
.year-btn{padding:5px 14px;border-radius:4px;border:1px solid rgba(255,255,255,.15);background:transparent;color:#9aa0b4;font-size:13px;cursor:pointer;transition:all .15s}
.year-btn.active{background:#4bc87a;border-color:#4bc87a;color:#0a0f1c;font-weight:500}
.counter-main{font-size:clamp(2.8rem,8vw,5.5rem);font-weight:500;color:#4bc87a;letter-spacing:-.02em;line-height:1;margin-bottom:.3rem;display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap;gap:0}
.counter-cents{font-size:clamp(1.4rem,4vw,2.8rem);color:#2e9e55}
.counter-label{font-size:13px;color:#6b7280;margin-bottom:1.5rem}
/* Slot digit */
.slot-digit{display:inline-block;overflow:hidden;height:1.1em;vertical-align:bottom;position:relative;min-width:0.6em;text-align:center}
.slot-reel{display:flex;flex-direction:column;transition:transform 0.12s cubic-bezier(0.25,0.46,0.45,0.94);font-variant-numeric:tabular-nums}
.slot-reel span{display:block;line-height:1.1em}
/* Cent digits — smaller slot */
.slot-digit-sm{display:inline-block;overflow:hidden;height:1em;vertical-align:bottom;position:relative;min-width:0.55em;text-align:center}
.slot-reel-sm{display:flex;flex-direction:column;transition:transform 0.1s cubic-bezier(0.25,0.46,0.45,0.94);font-variant-numeric:tabular-nums}
.slot-reel-sm span{display:block;line-height:1em}
.blink{animation:bl 1s step-end infinite}
@keyframes bl{0%,100%{opacity:1}50%{opacity:0}}
.rate-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;max-width:600px;margin:0 auto}
.rate-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:.7rem .6rem;text-align:center}
.rate-val{font-size:1rem;font-weight:500;color:#4bc87a;font-variant-numeric:tabular-nums}
.rate-lbl{font-size:11px;color:#6b7280;margin-top:3px}

/* ── TICKER ── */
.ticker-bar{background:rgba(75,200,120,.06);border-top:1px solid rgba(75,200,120,.15);border-bottom:1px solid rgba(75,200,120,.15);padding:.5rem 2rem;font-size:12px;color:#9aa0b4;display:flex;gap:2rem;overflow-x:auto;white-space:nowrap;justify-content:center}
.ticker-bar span{color:#4bc87a;font-weight:500;font-variant-numeric:tabular-nums}

/* ── FEED ── */
.feed-section{padding:2rem 1.5rem;max-width:800px;margin:0 auto}
.section-header{display:flex;align-items:center;gap:8px;margin-bottom:1rem}
.section-title{font-size:11px;font-weight:500;color:#9aa0b4;letter-spacing:.1em;text-transform:uppercase}
.live-dot{width:8px;height:8px;border-radius:50%;background:#e84b4b;animation:pulse 1.4s ease-in-out infinite;flex-shrink:0}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}
.feed-wrap{background:rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.08);border-radius:14px;overflow:hidden;height:340px;position:relative}
.feed-inner{height:100%;overflow:hidden}
.feed-list{list-style:none}
.feed-item{display:flex;align-items:center;gap:12px;padding:11px 16px;border-bottom:1px solid rgba(255,255,255,.05);animation:sIn .35s ease}
@keyframes sIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.feed-av{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0;background:rgba(232,75,75,.1)}
.feed-body{flex:1;min-width:0}
.feed-loc{font-size:13px;font-weight:500;color:#e8eaf0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.feed-ven{font-size:11px;color:#6b7280;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.feed-amt{font-size:14px;font-weight:500;color:#e84b4b;font-variant-numeric:tabular-nums;flex-shrink:0}
.feed-time{font-size:11px;color:#4b5563;flex-shrink:0;margin-left:4px;min-width:52px;text-align:right}
.grad-top{position:absolute;top:0;left:0;right:0;height:40px;background:linear-gradient(to bottom,rgba(0,0,0,.55),transparent);pointer-events:none;z-index:2}
.grad-bot{position:absolute;bottom:0;left:0;right:0;height:64px;background:linear-gradient(to top,rgba(10,15,28,.97),transparent);pointer-events:none;z-index:2}
.feed-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}
.fs{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:10px 12px;text-align:center}
.fs-val{font-size:1.05rem;font-weight:500;color:#4bc87a;font-variant-numeric:tabular-nums}
.fs-lbl{font-size:11px;color:#6b7280;margin-top:3px}
.data-note{display:flex;gap:10px;background:rgba(75,139,232,.07);border:1px solid rgba(75,139,232,.18);border-radius:10px;padding:12px 14px;margin-top:12px}
.data-note-icon{font-size:14px;flex-shrink:0;padding-top:1px}
.data-note-text{font-size:12px;color:#6b7280;line-height:1.6}
.data-note-text strong{color:#9aa0b4;font-weight:500}

/* ── SPEND ── */
.spend-section{padding:2rem 1.5rem;max-width:800px;margin:0 auto}
.spend-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.2rem;margin-bottom:12px;display:flex;align-items:flex-start;gap:1.1rem;cursor:pointer;transition:border-color .2s,background .2s}
.spend-card:hover{border-color:rgba(75,200,120,.4);background:rgba(75,200,120,.03)}
.spend-card.political{border-left:3px solid #e85b4b}
.spend-card.funny{border-left:3px solid #4be8a0}
.spend-card.sobering{border-left:3px solid #4b8be8}
.spend-card.absurd{border-left:3px solid #c04be8}
.spend-emoji{font-size:1.9rem;flex-shrink:0;width:46px;text-align:center;padding-top:2px}
.spend-body{flex:1;min-width:0}
.spend-title{font-size:14px;font-weight:500;color:#fff;margin-bottom:4px;line-height:1.3}
.spend-count{font-size:13px;color:#4bc87a;font-variant-numeric:tabular-nums;margin-bottom:6px;font-weight:500}
.spend-meter{display:flex;align-items:center;gap:10px;margin-bottom:7px;height:20px}
.spend-meter-fill{height:4px;background:#4bc87a;border-radius:2px;min-width:3px;transition:width .4s ease;flex-shrink:0}
.spend-meter-val{font-size:11px;color:#4bc87a;font-variant-numeric:tabular-nums;font-weight:500;white-space:nowrap}
.spend-desc{font-size:12px;color:#6b7280;line-height:1.6}

.shuffle-btn{display:block;margin:1rem auto 0;background:transparent;border:1px solid rgba(255,255,255,.15);color:#9aa0b4;font-size:13px;padding:8px 20px;border-radius:6px;cursor:pointer;transition:border-color .2s,color .2s}
.shuffle-btn:hover{border-color:#4bc87a;color:#4bc87a}

/* ── PLEDGE ── */
.pledge-section{padding:2.5rem 1.5rem 3rem;border-top:1px solid rgba(255,255,255,.07);text-align:center;max-width:600px;margin:0 auto}
.pledge-title{font-size:1.25rem;font-weight:500;color:#fff;margin-bottom:.5rem}
.pledge-sub{font-size:14px;color:#6b7280;max-width:440px;margin:0 auto 2rem;line-height:1.7}
.pledge-number{font-size:clamp(3rem,8vw,4.5rem);font-weight:500;color:#4bc87a;font-variant-numeric:tabular-nums;line-height:1}
.pledge-lbl{font-size:13px;color:#9aa0b4;margin-top:6px;margin-bottom:1.5rem}
.pledge-track{background:rgba(255,255,255,.08);border-radius:4px;height:7px;overflow:hidden;margin-bottom:8px;max-width:360px;margin-left:auto;margin-right:auto}
.pledge-fill{height:100%;background:linear-gradient(90deg,#4bc87a,#2eb86a);border-radius:4px;transition:width .9s ease}
.pledge-ms{display:flex;justify-content:space-between;font-size:11px;color:#4b5563;max-width:360px;margin:0 auto 1.5rem}
.pledge-avs{display:flex;justify-content:center;margin:0 0 .6rem}
.pledge-av{width:30px;height:30px;border-radius:50%;border:2px solid #0a0f1c;margin-left:-9px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:500}
.pledge-av:first-child{margin-left:0}
.recent-p{font-size:12px;color:#4b5563;margin-bottom:1.25rem}
.pledge-btn{background:#4bc87a;color:#0a0f1c;font-weight:600;font-size:16px;padding:14px 36px;border-radius:10px;border:none;cursor:pointer;transition:transform .15s,background .2s;margin-bottom:14px}
.pledge-btn:hover{background:#5dd98a}
.pledge-btn:active{transform:scale(.97)}
.pledge-btn.signed{background:rgba(75,232,160,.12);color:#4bc87a;border:1px solid rgba(75,232,160,.4);cursor:default;font-weight:500}
.pledge-share{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:4px}
.share-btn{padding:8px 16px;border-radius:7px;border:1px solid rgba(255,255,255,.12);background:transparent;color:#9aa0b4;font-size:13px;cursor:pointer;transition:border-color .2s,color .2s}
.share-btn:hover{border-color:#4bc87a;color:#4bc87a}

/* ── MISC ── */
.divl{border:none;border-top:1px solid rgba(255,255,255,.07);max-width:800px;margin:0 auto}
.source-note{font-size:11px;color:#374151;text-align:center;padding:1.25rem 1.5rem 2.5rem;line-height:1.9;max-width:700px;margin:0 auto}
.corrected-badge{display:inline-block;background:rgba(75,200,120,.1);border:1px solid rgba(75,200,120,.25);color:#4bc87a;font-size:10px;padding:2px 7px;border-radius:3px;margin-left:6px;vertical-align:middle}

@media(max-width:500px){
  .rate-grid{grid-template-columns:repeat(2,1fr)}
  .feed-stats{grid-template-columns:repeat(2,1fr)}
}


/* ── REBUILT SLOT COUNTER ── */
.counter-main{
  --counter-slot-h: clamp(3.8rem, 8vw, 5.7rem);
  --counter-slot-w: clamp(2.45rem, 4.9vw, 3.6rem);
  --counter-cent-slot-h: clamp(2.15rem, 4vw, 3rem);
  --counter-cent-slot-w: clamp(1.45rem, 2.8vw, 1.95rem);
  display:flex;
  justify-content:center;
  align-items:flex-end;
  gap:clamp(.14rem,.35vw,.3rem);
  margin-bottom:.45rem;
  flex-wrap:wrap;
  letter-spacing:0;
  line-height:1;
}
.counter-cluster,
.counter-cents{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:clamp(.12rem,.28vw,.22rem);
}
.counter-cents{color:#7ee3a0}
.counter-token{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}
.counter-token--slot{
  width:var(--slot-width);
  height:var(--slot-height);
  overflow:hidden;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.02) 16%, rgba(0,0,0,.16) 17%, rgba(0,0,0,.04) 100%),
    linear-gradient(180deg, #192235 0%, #0e1524 45%, #111a2c 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 12px 22px rgba(255,255,255,.03),
    inset 0 -16px 20px rgba(0,0,0,.32),
    inset 0 0 0 1px rgba(255,255,255,.03),
    0 8px 24px rgba(0,0,0,.24);
}
.counter-token--slot::before,
.counter-token--slot::after{
  content:"";
  position:absolute;
  left:0;right:0;
  height:18%;
  z-index:2;
  pointer-events:none;
}
.counter-token--slot::before{
  top:0;
  background:linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,0));
}
.counter-token--slot::after{
  bottom:0;
  background:linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.32));
}
.counter-token--symbol{
  color:#d8deea;
  font-variant-numeric:tabular-nums;
  text-shadow:0 0 16px rgba(75,200,120,.10);
}
.counter-token--currency{padding-right:.1em}
.counter-token--comma{width:.38em;align-items:flex-end;padding-bottom:.12em}
.counter-token--dot{width:.34em;align-items:flex-end;padding-bottom:.16em}
.counter-window{
  position:absolute;
  inset:0;
  overflow:hidden;
  border-radius:inherit;
  height:var(--slot-height);
  contain:layout paint;
}
.counter-reel{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  will-change:transform;
  transform:translate3d(0,0,0);
  backface-visibility:hidden;
}
.counter-token--slot .counter-reel{transform-origin:center top;}
.counter-reel-row{
  width:100%;
  height:var(--slot-height);
  display:flex;
  align-items:center;
  justify-content:center;
  font-variant-numeric:tabular-nums;
  line-height:1;
  text-align:center;
}
.counter-face{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-variant-numeric:tabular-nums;
  line-height:1;
  opacity:0;
  pointer-events:none;
}
.counter-token--small{font-size:clamp(1.75rem,4vw,2.9rem)}
.counter-token--large{font-size:clamp(3.1rem,8vw,5.4rem); font-weight:700; color:#7cf0a0; text-shadow:0 0 18px rgba(75,200,120,.16)}
.counter-token--small.counter-token--symbol{font-size:clamp(1.55rem,4vw,2.55rem);font-weight:700;color:#7ee3a0}
@media (max-width: 600px){
  .counter-main{gap:.12rem}
  .counter-token--comma{width:.26em}
  .counter-token--dot{width:.24em}
}



/* ── SLOT MACHINE CABINET ── */
.slot-machine-shell{
  position:relative;
  max-width:min(1000px, 96vw);
  margin:0 auto 1.25rem;
  padding:clamp(1rem,2vw,1.3rem);
  border-radius:30px;
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at top center, rgba(255,255,255,.18), rgba(255,255,255,0) 34%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.01) 14%, rgba(0,0,0,.16) 15%, rgba(0,0,0,.18) 100%),
    linear-gradient(180deg, #2a3143 0%, #182133 22%, #101826 54%, #0a101b 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 -14px 24px rgba(0,0,0,.38),
    0 22px 48px rgba(0,0,0,.36);
}
.slot-machine-shell::before{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.06);
  pointer-events:none;
}
.slot-machine-marquee{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(.35rem,.7vw,.6rem);
  padding:0 0 .85rem;
}
.slot-light{
  width:clamp(.52rem,1.2vw,.72rem);
  height:clamp(.52rem,1.2vw,.72rem);
  border-radius:50%;
  background:radial-gradient(circle at 30% 30%, #fff7bb 0%, #ffd65b 36%, #e39b14 70%, #7a4904 100%);
  box-shadow:0 0 10px rgba(255,214,91,.55), 0 0 22px rgba(255,183,0,.18);
  opacity:.28;
  animation:slotChase 1.5s linear infinite;
}
.slot-light:nth-child(1){ animation-delay:-1.392857s; }
.slot-light:nth-child(2){ animation-delay:-1.285714s; }
.slot-light:nth-child(3){ animation-delay:-1.178571s; }
.slot-light:nth-child(4){ animation-delay:-1.071428s; }
.slot-light:nth-child(5){ animation-delay:-0.964285s; }
.slot-light:nth-child(6){ animation-delay:-0.857142s; }
.slot-light:nth-child(7){ animation-delay:-0.75s; }
.slot-light:nth-child(8){ animation-delay:-0.642857s; }
.slot-light:nth-child(9){ animation-delay:-0.535714s; }
.slot-light:nth-child(10){ animation-delay:-0.428571s; }
.slot-light:nth-child(11){ animation-delay:-0.321428s; }
.slot-light:nth-child(12){ animation-delay:-0.214285s; }
.slot-light:nth-child(13){ animation-delay:-0.107142s; }
.slot-light:nth-child(14){ animation-delay:0s; }
@keyframes slotChase{
  0%,100%{ transform:scale(1); opacity:.28; filter:brightness(.9); }
  8%{ transform:scale(1.22); opacity:1; filter:brightness(1.18); }
  16%{ transform:scale(1.08); opacity:.62; filter:brightness(1.02); }
  24%,92%{ transform:scale(1); opacity:.28; filter:brightness(.9); }
}
.slot-machine-screen{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  padding:clamp(1rem,2vw,1.3rem) clamp(.85rem,2vw,1.2rem) 1rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.015) 10%, rgba(0,0,0,.16) 11%, rgba(255,255,255,.01) 100%),
    linear-gradient(180deg, #131a28 0%, #0e1522 48%, #101a2a 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 18px 26px rgba(255,255,255,.02),
    inset 0 -14px 20px rgba(0,0,0,.35);
}
.slot-machine-screen::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(105deg, rgba(255,255,255,.10), rgba(255,255,255,0) 22%, rgba(255,255,255,0) 78%, rgba(255,255,255,.06) 100%);
  pointer-events:none;
}
.counter-main{
  position:relative;
  padding:clamp(.65rem,1.7vw,.95rem);
  border-radius:22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.01) 14%, rgba(0,0,0,.24) 15%, rgba(0,0,0,.06) 100%),
    linear-gradient(180deg, #0f1723 0%, #08111c 50%, #0d1623 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), inset 0 -12px 18px rgba(0,0,0,.35);
}
.counter-main::before,
.counter-main::after{
  content:"";
  position:absolute;
  top:10px;
  bottom:10px;
  width:18px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.01) 35%, rgba(0,0,0,.4));
  border:1px solid rgba(255,255,255,.05);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
}
.counter-main::before{ left:10px; }
.counter-main::after{ right:10px; }
.counter-cluster,
.counter-cents{ position:relative; z-index:1; }
.counter-label{
  margin-top:.65rem;
  margin-bottom:.15rem;
  font-size:12px;
  color:#7f8ba0;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.counter-projection{
  margin:0 auto .25rem;
  max-width:max-content;
  padding:.45rem .8rem;
  border-radius:999px;
  background:rgba(255,216,112,.07);
  border:1px solid rgba(255,216,112,.16);
  color:#c8ced8;
  font-size:12px;
}
.counter-projection strong{ color:#ffe08a; font-weight:700; }
.counter-token--slot{
  border-radius:12px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.03) 13%, rgba(0,0,0,.22) 14%, rgba(0,0,0,.06) 100%),
    linear-gradient(180deg, #1c2433 0%, #0b1320 48%, #162131 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    inset 0 10px 18px rgba(255,255,255,.025),
    inset 0 -16px 22px rgba(0,0,0,.42),
    inset 0 0 0 1px rgba(255,255,255,.025),
    0 10px 20px rgba(0,0,0,.28);
}
.counter-token--slot.is-spinning{
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 10px 18px rgba(255,255,255,.03),
    inset 0 -16px 22px rgba(0,0,0,.42),
    inset 0 0 0 1px rgba(124,240,160,.14),
    0 0 0 1px rgba(124,240,160,.09),
    0 0 20px rgba(124,240,160,.12),
    0 10px 22px rgba(0,0,0,.28);
}
.slot-topper{
  position:relative;
  display:grid;
  justify-items:center;
  gap:.32rem;
  margin:-.2rem auto .95rem;
  padding:.9rem 1rem .8rem;
  width:min(560px,92%);
  border-radius:24px 24px 18px 18px;
  background:
    radial-gradient(circle at top center, rgba(255,244,165,.4), rgba(255,244,165,0) 36%),
    linear-gradient(180deg, #7630b8 0%, #4a1e77 40%, #2b1447 100%);
  border:1px solid rgba(255,217,92,.35);
  box-shadow:0 16px 30px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.18), 0 0 22px rgba(255,201,72,.18);
}
.slot-topper::before{
  content:""; position:absolute; inset:8px; border-radius:18px; border:1px solid rgba(255,255,255,.08); pointer-events:none;
}
.slot-topper-badge{
  font-size:.72rem; letter-spacing:.28em; color:#ffd970; font-weight:800; text-transform:uppercase;
}
.slot-topper-jackpot{
  font-size:clamp(1.05rem,2vw,1.45rem);
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#fff3c3;
  text-shadow:0 0 16px rgba(255,217,112,.35), 0 2px 0 rgba(71,21,116,.65);
}
.slot-machine-side{
  position:absolute; top:88px; bottom:26px; width:28px; display:flex; flex-direction:column; justify-content:space-evenly; align-items:center; z-index:3;
}
.slot-machine-side--left{left:-12px}
.slot-machine-side--right{right:-12px}
.slot-side-light{
  width:14px; height:14px; border-radius:50%;
  background:radial-gradient(circle at 30% 30%, #fff9ce 0%, #ffd65b 36%, #e36c14 72%, #7a2f04 100%);
  box-shadow:0 0 11px rgba(255,214,91,.65), 0 0 28px rgba(255,163,42,.2);
  animation:slotPulse 1.8s ease-in-out infinite;
}
.slot-machine-side--left .slot-side-light:nth-child(odd), .slot-machine-side--right .slot-side-light:nth-child(even){animation-delay:.24s}
.slot-screen-header{display:grid; gap:.45rem; margin-bottom:.4rem}
.slot-screen-payline{
  display:flex; align-items:center; justify-content:center; gap:.6rem;
  color:#ffd970; font-size:.72rem; font-weight:800; letter-spacing:.2em; text-transform:uppercase; opacity:.9;
}
.slot-screen-footer{display:grid; gap:.5rem; margin-top:.45rem}
.slot-status-row{display:flex; justify-content:center; gap:.45rem; flex-wrap:wrap}
.slot-status-pill{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:1.55rem; padding:.18rem .6rem; border-radius:999px;
  font-size:.62rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase;
  border:1px solid rgba(255,255,255,.12); box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 4px 10px rgba(0,0,0,.18);
}
.slot-status-pill--red{background:linear-gradient(180deg,#70212e,#43131d); color:#ff9ba7}
.slot-status-pill--green{background:linear-gradient(180deg,#194a33,#0d281c); color:#8cf3b4}
.slot-status-pill--amber{background:linear-gradient(180deg,#6b4412,#3a2509); color:#ffd783}
.slot-machine-base-row{
  display:grid;
  grid-template-columns:auto minmax(180px,1.35fr) minmax(110px,.8fr) minmax(110px,.8fr) auto;
  align-items:stretch;
  justify-content:center;
  gap:.8rem;
  margin-top:.95rem;
}
.slot-control{
  min-height:68px;
  border-radius:14px;
  border:1px solid rgba(255,221,113,.18);
  background:linear-gradient(180deg,#2f3747 0%, #1b2230 46%, #0f1420 100%);
  box-shadow:0 12px 24px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.12);
}
.slot-control--button{
  min-width:84px;
  padding:0 .9rem;
  color:#ffd970;
  font-size:.84rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.slot-control--display{
  padding:.55rem .8rem .5rem;
  display:grid;
  align-content:center;
  gap:.25rem;
}
.slot-control-label{
  display:block;
  color:#a6b0c3;
  font-size:.56rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.slot-control-value{
  display:block;
  min-height:1.45rem;
  color:#9ef3a1;
  font-size:1rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.slot-control--credit .slot-control-value{font-size:1.05rem}
.counter-machine-base{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:1rem;
  padding-top:.8rem;
}
.counter-base-tray{
  width:min(420px, 70%);
  height:16px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.04) 20%, rgba(0,0,0,.45));
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 12px 20px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08);
}
.counter-base-knob{
  width:18px;
  height:18px;
  border-radius:50%;
  background:radial-gradient(circle at 30% 30%, #fff7cb 0%, #ffe08a 24%, #db9523 64%, #774a09 100%);
  box-shadow:0 0 12px rgba(255,208,102,.32);
}
@media (max-width: 700px){
  .slot-machine-side{display:none}
  .slot-machine-base-row{grid-template-columns:1fr 1fr; gap:.7rem}
  .slot-control--credit{grid-column:1 / -1}
}
@media (max-width: 600px){
  .slot-machine-shell{padding:.8rem}
  .slot-topper{width:100%; padding:.8rem .85rem .7rem}
  .slot-machine-screen{padding:.9rem .65rem .8rem}
  .counter-main::before, .counter-main::after{display:none}
  .counter-base-tray{width:82%}
  .slot-topper-jackpot{letter-spacing:.11em}
  .slot-status-row{gap:.35rem}
}


/* ── REVEAL / MACHINE WAKEUP ── */
.machine-stage{position:relative}
.machine-stage::before{content:"";position:absolute;inset:-24px -18px -20px;border-radius:42px;background:radial-gradient(circle at center, rgba(255,214,91,.12), rgba(179,83,255,.08) 35%, rgba(0,0,0,0) 68%);opacity:0;transform:scale(.96);transition:opacity .9s ease,transform .9s ease;pointer-events:none;filter:blur(6px)}
.machine-stage.machine-awake::before{opacity:1;transform:scale(1)}
.slot-machine-shell{transition:box-shadow .7s ease, transform .7s ease, border-color .7s ease}
.machine-stage.machine-awake .slot-machine-shell{border-color:rgba(255,217,92,.28);box-shadow:inset 0 1px 0 rgba(255,255,255,.14), inset 0 -14px 24px rgba(0,0,0,.38), 0 0 0 1px rgba(255,217,92,.08), 0 0 34px rgba(255,190,66,.18), 0 26px 58px rgba(0,0,0,.4);transform:translateY(0)}
.slot-light,.slot-side-light,.slot-topper,.slot-control{transition:filter .45s ease, opacity .45s ease, box-shadow .45s ease, transform .45s ease}
.slot-light,.slot-side-light{opacity:.45;filter:saturate(.85) brightness(.82)}
.slot-topper,.slot-control{filter:saturate(.82) brightness(.9)}
.machine-stage.machine-awake .slot-light,.machine-stage.machine-awake .slot-side-light{opacity:1;filter:saturate(1.25) brightness(1.18);animation-duration:1s}
.machine-stage.machine-awake .slot-topper{box-shadow:0 16px 30px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.18), 0 0 22px rgba(255,201,72,.18), 0 0 56px rgba(154,72,255,.18)}
.machine-stage.machine-awake .slot-control{box-shadow:0 12px 24px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.12), 0 0 16px rgba(79,230,106,.08)}
.machine-stage.machine-awake .slot-status-pill--green{box-shadow:inset 0 1px 0 rgba(255,255,255,.12), 0 0 16px rgba(140,243,180,.16), 0 4px 10px rgba(0,0,0,.18)}

/* ── MOBILE POLISH ── */
img{max-width:100%;height:auto}
.hero{padding:1.2rem 1rem 2rem}
.intro-wrap{padding:6.5rem 1rem 4rem}
.intro-copy{min-height:18rem}
@media (max-width: 900px){
  .slot-machine-shell{max-width:100%}
  .hero-title{max-width:14ch;margin-left:auto;margin-right:auto}
}
@media (max-width: 768px){
  .site-header{top:14px;left:14px}
  .site-logo{height:56px;max-width:44vw}
  .intro{height:280vh}
  .intro-copy{min-height:20rem}
  .intro-line{padding:0 .25rem}
  .hero-sub{max-width:34rem;margin-left:auto;margin-right:auto}
  .year-selector{gap:8px}
  .year-btn{padding:8px 12px;font-size:12px}
  .slot-machine-panel{width:min(100%,520px)}
  .rate-grid{grid-template-columns:repeat(2,1fr);max-width:100%}
  .feed-wrap{height:300px}
  .spend-card{padding:1rem;gap:.85rem}
}
@media (max-width: 560px){
  .site-logo{height:52px;max-width:48vw}
  .hero{padding:1rem .75rem 1.5rem}
  .intro-wrap{padding:5.8rem .85rem 3rem}
  .intro-title{font-size:clamp(1.8rem,7vw,2.4rem)}
  .intro-text,.intro-highlight{font-size:clamp(.98rem,4vw,1.08rem);line-height:1.7}
  .since-label{margin-bottom:.7rem}
  .year-selector{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:440px;margin-left:auto;margin-right:auto}
  .year-btn{width:100%;padding:9px 10px}
  .slot-topper{width:100%;padding:.72rem .75rem .68rem;margin-bottom:.75rem}
  .slot-topper-badge{font-size:.62rem;letter-spacing:.18em}
  .slot-topper-jackpot{font-size:clamp(.92rem,4.6vw,1.1rem);letter-spacing:.08em;text-align:center}
    .slot-machine-screen{padding:.72rem .5rem .7rem;border-radius:18px}
  .slot-screen-payline{gap:.38rem;font-size:.6rem;letter-spacing:.12em}
  .slot-machine-title span{min-height:1.75rem;padding:.3rem .7rem;font-size:.68rem;letter-spacing:.14em}
  .counter-main{--counter-slot-h: clamp(3rem, 14vw, 3.5rem);--counter-slot-w: clamp(1.85rem, 8.7vw, 2.15rem);--counter-cent-slot-h: clamp(1.5rem, 8vw, 1.8rem);--counter-cent-slot-w: clamp(1rem, 5.1vw, 1.15rem);gap:.08rem;padding:.5rem .38rem;border-radius:16px}
  .counter-cluster,.counter-cents{gap:.08rem}
  .counter-token--large{font-size:clamp(2.2rem,13vw,3.1rem)}
  .counter-token--small{font-size:clamp(1.2rem,7vw,1.65rem)}
  .counter-token--small.counter-token--symbol{font-size:clamp(1.15rem,6.6vw,1.55rem)}
  .counter-token--comma{width:.22em;padding-bottom:.07em}
  .counter-token--dot{width:.16em;padding-bottom:.08em}
  .counter-label{font-size:10px;letter-spacing:.06em;line-height:1.4}
  .slot-status-row{gap:.3rem}
  .slot-status-pill{min-height:1.35rem;padding:.16rem .42rem;font-size:.52rem;letter-spacing:.08em}
  .counter-projection{font-size:11px;padding:.35rem .55rem;text-align:center}
  .slot-machine-base-row{margin-top:.7rem;gap:.7rem}
  .slot-machine-panel{padding:.65rem .7rem;border-radius:15px}
  .slot-panel-buttons{gap:.55rem}
  .slot-btn{width:38px;height:16px}
  .counter-machine-base{gap:.7rem;padding-top:.55rem}
  .counter-base-tray{width:100%;height:14px}
  .rate-card{padding:.6rem .45rem}
  .rate-val{font-size:.95rem}
  .ticker-bar{justify-content:flex-start;padding:.45rem .9rem;gap:1.1rem}
  .feed-section,.spend-section,.pledge-section{padding-left:.9rem;padding-right:.9rem}
  .feed-wrap{height:280px}
  .feed-item{padding:10px 12px;gap:10px}
  .feed-av{width:30px;height:30px;font-size:13px}
  .feed-time{min-width:44px}
  .feed-stats{grid-template-columns:repeat(2,1fr);gap:8px}
  .spend-card{align-items:flex-start}
  .spend-emoji{width:40px;font-size:1.6rem}
  .pledge-number{font-size:clamp(2.4rem,12vw,3.2rem)}
  .pledge-btn{width:100%;max-width:320px;padding:13px 20px}
  .pledge-share{display:grid;grid-template-columns:1fr;max-width:320px;margin:4px auto 0}
}
@media (max-width: 380px){
  .site-logo{height:46px;max-width:52vw}
  .counter-main{--counter-slot-h: 2.72rem;--counter-slot-w: 1.6rem;--counter-cent-slot-h: 1.38rem;--counter-cent-slot-w: .92rem}
  .counter-token--large{font-size:2rem}
  .counter-token--small{font-size:1.08rem}
  .year-btn{font-size:11px}
  .slot-status-pill{font-size:.48rem}
}
