
:root{
  --ink:#1a1714; --ink-soft:#5d5649; --ink-faint:#938b7c;
  --bolt:#ffc700; --bolt-hover:#ffd633; --bolt-ink:#1a1714;
  --red:#ef3b2d; --red-deep:#d62b1e;
  --field:#fff6e9; --surface:#fffdf9; --line:#e8dfcd;
  --lens:#241f1a; --pitch:#151310;
  --tile:#ef3b2d; --chalk:#fffaf2; --up:#12a150;
  --font-sans:Figtree,system-ui,-apple-system,sans-serif;
  --font-display:"Bricolage Grotesque",Figtree,sans-serif;
  --font-figure:var(--font-sans);
  --tight:-.01em; --tighter:-.025em;
  --shadow-card:0 14px 34px -20px #1a171452, 0 1px 0 0 #1a171410;
  --ease:cubic-bezier(.2,.8,.2,1);
  --device-h:56vh;
}
@media (min-width:64rem){:root{--device-h:min(88vh,calc(.64 * min(1536px,100vw)))}}

*{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
body{background:var(--field);color:var(--ink);font-family:var(--font-sans);font-weight:400;
  letter-spacing:var(--tight);-webkit-font-smoothing:antialiased;overflow-x:clip}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
ul,ol{list-style:none}
[hidden]{display:none !important}
:focus-visible{outline:2px solid var(--bolt);outline-offset:3px;border-radius:9px}

/* ---------- type ---------- */
.t-display{font-family:var(--font-display);font-size:clamp(2.25rem,4.2vw,3.75rem);
  line-height:1.02;font-weight:700;letter-spacing:var(--tighter)}
.t-head{font-family:var(--font-display);font-size:clamp(1.75rem,2.6vw,2.625rem);
  line-height:1.06;font-weight:700;letter-spacing:var(--tighter)}
.t-lead,.t-body{font-size:1.0625rem;line-height:1.6}
.t-small{font-size:.9375rem;line-height:1.45}
.wordmark{font-family:var(--font-display);font-weight:800;
  text-transform:uppercase;letter-spacing:-.01em}
/* the logo behaves like a logo: no text cursor, no selection, nothing to drag off */
.wordmark,.mark{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}
.muted{color:var(--ink-soft)}

/* ---------- controls ---------- */
.pill{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:3.25rem;
  padding-inline:1.75rem;border-radius:12px;font-size:1.0625rem;font-weight:600;line-height:1;
  letter-spacing:var(--tight);white-space:nowrap;
  transition:background-color .2s,color .2s}
.pill-sm{height:2.5rem;padding-inline:1.125rem;font-size:.9375rem}
.pill-ink{background:var(--ink);color:var(--chalk)}
.pill-ink:hover{background:#000}
.pill-bolt{background:var(--bolt);color:var(--bolt-ink)}
.pill-bolt:hover{background:var(--bolt-hover)}
.pill-surface{background:var(--surface);color:var(--ink)}
.pill-surface:hover{background:var(--field)}
.icon-button{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;
  border-radius:50%;color:inherit;transition:background-color .2s}
.icon-button:hover{background:#14120f14}
.on-pitch .icon-button:hover,.on-night .icon-button:hover,.site-header.is-inverted .icon-button:hover{background:#ffffff1f}

/* ---------- header ---------- */
.site-header{position:fixed;inset-inline:0;top:0;z-index:50;display:flex;align-items:center;
  justify-content:space-between;padding:1rem clamp(1.25rem,4vw,4rem)}
.site-header.is-inverted{color:var(--chalk)}
.site-header.is-inverted .pill-ink{background:var(--surface);color:var(--ink)}
.site-header.is-inverted .pill-ink:hover{background:var(--field)}
.lockup{display:flex;align-items:center;gap:.625rem}
.lockup .mark{width:44px;height:44px;flex:none}
.lockup .wordmark{font-size:26px}
.site-nav{display:flex;align-items:center}
/* one segmented control, echoing the tab bar inside the app */
.nav-group{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem;
  border-radius:13px;background:#fffdf9d9;box-shadow:inset 0 0 0 1px #1a171414;
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
.nav-item{padding:.5rem .9375rem;border-radius:9px;font-size:.9375rem;font-weight:600;
  color:var(--ink-soft);transition:background-color .2s,color .2s}
.nav-item:hover{color:var(--ink)}
.nav-item-solid{background:var(--ink);color:var(--chalk)}
.nav-item-solid:hover{background:var(--pitch);color:var(--chalk)}
.site-header.is-inverted .nav-group{background:#ffffff1a;box-shadow:inset 0 0 0 1px #ffffff2b}
.site-header.is-inverted .nav-item{color:#ded3c2}
.site-header.is-inverted .nav-item:hover{color:var(--chalk)}
.site-header.is-inverted .nav-item-solid{background:var(--surface);color:var(--ink)}
.site-header.is-inverted .nav-item-solid:hover{background:var(--field);color:var(--ink)}
@media (max-width:29.99rem){.nav-item:not(.nav-item-solid){display:none}}

/* ---------- deck ---------- */
.scroller{position:relative}
.deck{will-change:transform}
.section{position:relative;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1.5rem;
  align-content:center;width:100%;max-width:1536px;min-height:100vh;margin-inline:auto;
  padding:6rem clamp(1.25rem,4vw,4rem)}
.section>.col{grid-column:1/-1;position:relative;z-index:6}
@media (min-width:64rem){
  .section{height:100vh;align-items:center;padding-block:10vh}
  .section>.col-left{grid-column:1/span 4}
  .section>.col-right{grid-column:9/span 4}
}
.col-left{display:flex;flex-direction:column;gap:1.5rem}
.col-right{display:flex;flex-direction:column;gap:1.75rem;align-items:flex-start}
.col-right .t-lead{max-width:34ch}
.hero-fine{color:var(--ink-soft);max-width:34ch}

/* backgrounds — one fixed stack, wiped away panel by panel */
.bgs{position:fixed;inset:0;z-index:0;pointer-events:none}
.bgs .bg{position:absolute;inset:0;overflow:hidden;transition:clip-path .85s var(--ease)}
.bgs .bg[data-bg="0"]{z-index:4}
.bgs .bg[data-bg="1"]{z-index:3}
.bgs .bg[data-bg="2"]{z-index:2}
.bgs .bg[data-bg="3"]{z-index:1}
.bgs .bg[data-bg="4"]{z-index:0}
.bgs .bg[data-spent="true"]{clip-path:inset(0 0 100% 0)}
.on-field{background:var(--field)}
.on-bolt{background:var(--bolt)}
.on-pitch{background:var(--pitch)}
.on-night{background:#0f0d0b}

.section[data-theme="dark"]{color:var(--chalk);--ink-soft:#ffffffc4;--ink-faint:#ffffff8f;
  --line:#ffffff2e}
.section[data-slide="1"]{color:var(--bolt-ink);--ink-soft:#4f4216;--ink-faint:#6f6028}
.section[data-slide="1"] .muted{color:#6b5a1c}
.section[data-slide="1"] .t-lead{color:#3d3411}
.section[data-slide="2"] .muted{color:#ffffff8c}
.section[data-slide="4"] .muted{color:#ffffff85}
.section[data-theme="dark"] .hero-fine,.section[data-theme="dark"] .tile-note{color:#ffffff8f}

/* deck */
.is-live .scroller{height:100vh;overflow:hidden}
.is-live .deck{transform:translate3d(0,calc(var(--i,0) * -100vh),0);transition:transform .85s var(--ease)}

/* ---------- hero ground: one flat, hot colour ---------- */
.glass-tile{background:var(--tile);isolation:isolate}
/* plates of light, so the flat colour still has somewhere to fall off */
.board-lamp{position:absolute;inset:0;
  background:radial-gradient(58% 44% at 78% 6%,#ffffff2e,#0000 68%),
             radial-gradient(64% 50% at 4% 100%,#00000024,#0000 72%)}
.dish{position:absolute;border-radius:50%;background:#ffffff12;pointer-events:none}
@media (max-width:47.99rem){.dish{display:none}}

/* ---------- phone portal ---------- */
.portal{grid-column:1/-1;display:flex;justify-content:center;margin-bottom:clamp(1.5rem,7vh,3.375rem)}
.slot{display:none}
@media (min-width:64rem){.portal{grid-column:5/span 4;margin-bottom:0}}
.is-live .portal{position:fixed;top:50%;left:50%;z-index:5;
  transform:translate(calc(-50% + var(--px,0px)),-50%);
  margin:0;pointer-events:none;filter:drop-shadow(0 18px 34px #0f0d0b54);
  transition:transform .85s var(--ease),opacity .5s var(--ease)}
.is-live .slot{display:block;justify-self:center;
  height:var(--device-h);aspect-ratio:433/882}
.is-live .portal[data-hidden="true"]{opacity:0}

/* ---------- panels one and two: asymmetric, and the device travels ---------- */
.col-lead{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}
.col-lead .t-lead{max-width:38ch;color:var(--ink-soft)}
.section-hero .t-display{font-size:clamp(2rem,3.4vw,3rem)}
@media (min-width:64rem){
  .section-hero > .col-lead{grid-column:1/span 6;align-self:end;padding-bottom:8vh}
  .section-hero > .slot{grid-column:8/-1}
  /* panel two reads across the device: heading, phone, then the detail */
  .section-link > .col-left{grid-column:1/span 4;align-self:center}
  .section-link > .slot{grid-column:5/span 4}
  .section-link > .col-right{grid-column:10/-1;align-self:center}
}

/* ---------- device ---------- */
.device{--phone-h:var(--device-h);--bezel:#17140f;--bezel-ink:#b7ab97;
  position:relative;height:var(--phone-h);aspect-ratio:433/882;
  box-shadow:0 26px 70px -18px #0f0d0b4d}
.is-live .device{box-shadow:none}
.device-bezel{position:absolute;inset:0;z-index:2;width:100%;height:100%;pointer-events:none}
.device-screen{position:absolute;top:1.587%;left:3.233%;width:93.533%;height:96.825%;
  border-radius:12.35%/5.85%;overflow:hidden;color:var(--ink);background:#fffdf8;
  font-size:calc(var(--phone-h) * .019)}

/* ---------- app ---------- */
.app{--u:calc(var(--phone-h) * .9683 / 844);position:absolute;inset:0;
  display:flex;flex-direction:column;font-size:calc(17 * var(--u));
  letter-spacing:var(--tighter);opacity:0;transition:opacity .45s var(--ease)}
.app[data-on="true"]{opacity:1}
.app-bar{display:flex;align-items:center;justify-content:space-between;
  padding:calc(74 * var(--u)) calc(22 * var(--u)) 0}
.app-mark{width:calc(26 * var(--u));height:calc(26 * var(--u));color:var(--ink);flex:none}
.avatar{display:flex;align-items:center;justify-content:center;flex:none;
  width:calc(32 * var(--u));height:calc(32 * var(--u));border-radius:50%;
  background:#ffffffd9;box-shadow:inset 0 0 0 1px var(--line);color:var(--ink-soft)}
.avatar svg{width:calc(17 * var(--u));height:calc(17 * var(--u))}
.app-main{flex:1;min-height:0;padding:calc(18 * var(--u)) calc(22 * var(--u)) 0}
.app-label{font-size:calc(15 * var(--u));color:var(--ink-soft)}
.app-total{margin-top:calc(4 * var(--u));font-size:calc(46 * var(--u));line-height:1;
  font-family:var(--font-figure);letter-spacing:-.02em}
.app-total-sm{font-size:calc(28 * var(--u))}
.app-delta{margin-top:calc(5 * var(--u));font-size:calc(14 * var(--u));color:var(--ink-soft)}
.app-total-sm + .app-delta{color:var(--ink-soft)}

/* the mechanic, shown rather than described */
.meter{margin-top:calc(22 * var(--u));padding:calc(15 * var(--u)) calc(16 * var(--u));
  border-radius:calc(16 * var(--u));background:#ffffffbf;box-shadow:inset 0 0 0 1px var(--line)}
.meter-top{display:flex;justify-content:space-between;gap:calc(10 * var(--u));
  font-size:calc(14 * var(--u));color:var(--ink-soft)}
.meter-top span:last-child{font-family:var(--font-figure)}
.meter-track{margin-top:calc(10 * var(--u));height:calc(9 * var(--u));border-radius:8px;
  background:#e8dfcd;overflow:hidden}
.meter-fill{display:block;height:100%;width:21.4%;border-radius:8px;
  background:var(--bolt);
  transition:width 1.1s var(--ease)}
.meter-note{margin-top:calc(9 * var(--u));font-size:calc(13 * var(--u));color:var(--ink-faint)}

/* a flat list on the ground, not a stack of raised cards */
.lines{margin-top:calc(14 * var(--u))}
.line{display:flex;align-items:center;gap:calc(13 * var(--u));
  padding:calc(13 * var(--u)) calc(2 * var(--u));border-bottom:1px dashed var(--line)}
.line:last-child{border-bottom:0}
.line.is-dim{opacity:.5}
.line-logo{display:flex;align-items:center;justify-content:center;flex:none;
  width:calc(34 * var(--u));height:calc(34 * var(--u));border-radius:calc(5 * var(--u));
  overflow:hidden}
.line-logo img{width:auto;height:auto;max-width:60%;max-height:60%;object-fit:contain}
.line-logo-blank{box-shadow:inset 0 0 0 1px var(--line)}
.line-main{flex:1;min-width:0}
.line-main b{display:block;font-weight:400;font-size:calc(16 * var(--u));line-height:1.25}
.line-main small{display:block;font-size:calc(13.5 * var(--u));color:var(--ink-soft)}
.line-num{text-align:right;flex:none}
.line-num b{display:block;font-weight:400;font-size:calc(19 * var(--u));line-height:1.15;
  font-family:var(--font-figure)}
.line-num small{display:block;font-size:calc(13 * var(--u));color:var(--ink-soft)}
.line-tick{flex:none;display:flex;align-items:center;justify-content:center;
  width:calc(22 * var(--u));height:calc(22 * var(--u));border-radius:50%;
  font-size:calc(12 * var(--u));color:#0000;
  box-shadow:inset 0 0 0 calc(2 * var(--u)) #eae1cf;
  transition:background-color .3s,color .3s,box-shadow .3s}
.line-tick[data-state="done"]{background:var(--bolt);color:var(--bolt-ink);box-shadow:none}
.line-tick[data-state="busy"]{box-shadow:inset 0 0 0 calc(2 * var(--u)) #ded3bd;
  background:conic-gradient(var(--bolt) 0 90deg,#0000 90deg 360deg);
  animation:spin .9s linear infinite}
@keyframes spin{to{transform:rotate(1turn)}}

/* a segmented bar, not a floating dock */
.tabs{display:flex;gap:calc(4 * var(--u));margin:calc(14 * var(--u)) calc(22 * var(--u))
  calc(26 * var(--u));padding:calc(3 * var(--u));border-radius:calc(6 * var(--u));
  background:#f7efe2;box-shadow:inset 0 0 0 1px var(--line)}
.tab{flex:1;text-align:center;padding:calc(9 * var(--u)) 0;border-radius:calc(4 * var(--u));
  font-size:calc(13.5 * var(--u));font-weight:600;font-stretch:88%;
  letter-spacing:normal;color:var(--ink-soft)}
.tab.is-on{background:var(--ink);color:var(--chalk)}

/* ---------- card sections ---------- */
.section-cards{align-content:center;row-gap:clamp(2rem,5vh,3.5rem)}
.section-closing{align-content:space-between;padding-block:14vh 2.5rem}
.cards-head{display:flex;flex-direction:column;gap:1.5rem}
@media (min-width:64rem){.cards-head{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:3rem}}
.cards-head .col-right{gap:1.5rem}
.card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}
@media (min-width:64rem){
  .card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}
  .card-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}
}
.card-tile{display:flex;flex-direction:column;gap:1rem}
.tile-art{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1;
  border-radius:1.75rem;overflow:hidden}
.tile-art .logo{width:38%;aspect-ratio:1;border-radius:22%;display:flex;align-items:center;justify-content:center}
.tile-art .logo img{width:62%}
.tile-art-bolt{background:var(--bolt)}
.tile-art-surface{background:var(--surface)}
.tile-rate{position:absolute;top:1.25rem;right:1.375rem;font-size:1.0625rem;font-weight:500;color:var(--bolt-ink)}
.tile-caption{font-size:1.0625rem;line-height:1.4}
.tile-art-stat,.tile-art-outline,.tile-art-cta{flex-direction:column;justify-content:space-between;
  align-items:flex-start;padding:clamp(1.25rem,2vw,1.75rem)}
.tile-art-stat{aspect-ratio:auto;min-height:15rem;background:var(--surface);box-shadow:var(--shadow-card)}
.tile-art-stat .tile-note{color:var(--ink-soft)}
.tile-art-outline{box-shadow:inset 0 0 0 1px #ffffff29}
.tile-art-cta{background:var(--bolt);color:var(--bolt-ink);transition:background-color .2s}
.tile-art-cta:hover{background:var(--bolt-hover)}
.tile-figure{font-size:clamp(1.75rem,2.4vw,2.5rem);line-height:1.05}
.tile-note{max-width:14em;font-size:.9375rem;line-height:1.4;color:#9c9385}
.tile-arrow{width:2rem;height:2rem}

/* ---------- panel four: what a year is worth ---------- */
.section-year{align-content:center;row-gap:clamp(1.75rem,4vh,3rem)}
.year-head{display:flex;flex-direction:column;gap:1.5rem}
@media (min-width:64rem){.year-head{flex-direction:row;justify-content:space-between;
  align-items:flex-end;gap:4rem}}
.year-head .t-lead{max-width:42ch;color:var(--ink-soft)}
.bar-list{display:flex;flex-direction:column}
.bar-row{display:grid;grid-template-columns:auto 1fr;gap:.875rem 1rem;align-items:center;
  padding:1.125rem 0;border-bottom:1px solid var(--line)}
@media (min-width:64rem){.bar-row{grid-template-columns:2.75rem 14rem 1fr 7rem;gap:1.5rem}}
.bar-logo{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;
  border-radius:10px;overflow:hidden}
.bar-logo img{width:58%}
.bar-name{font-size:1.0625rem;line-height:1.3}
.bar-name small{display:block;font-size:.9375rem;color:var(--ink-soft)}
.bar-track{grid-column:1/-1;height:.625rem;border-radius:2px;background:#e8dfcd;overflow:hidden}
@media (min-width:64rem){.bar-track{grid-column:auto}}
.bar-fill{display:block;height:100%;border-radius:2px;width:0;background:var(--bolt);
  transition:width 1s var(--ease) var(--d,0s)}
.bar-val{grid-column:1/-1;font-size:1.25rem;line-height:1.2}
@media (min-width:64rem){.bar-val{grid-column:auto;text-align:right}}
.bar-val small{display:block;font-size:.875rem;color:var(--ink-soft)}
.bar-foot{max-width:60ch;font-size:.9375rem;line-height:1.6;color:var(--ink-faint)}

/* ---------- panel five: one statement, no cards ---------- */
.closing-mid{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}
.closing-line{max-width:18ch}
.closing-facts{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;
  font-size:.9375rem;color:#9c9385}
@media (min-width:64rem){.closing-facts{flex-direction:row;gap:0}
  .closing-facts li{padding-inline:1.75rem;border-left:1px solid #ffffff26}
  /* the first item sets the left edge of the whole panel, so it carries no
     divider and no padding to push it off that edge */
  .closing-facts li:first-child{padding-left:0;border-left:0}}
.closing-facts b{font-weight:700;color:var(--chalk)}
.closing-facts{margin-top:0;padding-top:clamp(1.25rem,3vh,2rem);
  border-top:1px solid #ffffff1f}

/* the button is pressed, and the story carries on */
.sheet-cta{cursor:default;transition:transform .18s var(--ease),background-color .2s}
.sheet.is-pressed .sheet-cta{transform:scale(.96);background:var(--pitch)}
.earn-line{opacity:0;transform:translateY(calc(10 * var(--u)));
  transition:opacity .45s var(--ease),transform .45s var(--ease)}
.earn-line.is-in{opacity:1;transform:none}
.earn-note{margin-top:calc(18 * var(--u));font-size:calc(13.5 * var(--u));
  line-height:1.5;color:var(--ink-faint)}

/* ---------- panel three: brands on a tape ---------- */
.section-tape{align-content:center;row-gap:clamp(2rem,6vh,4rem)}
.tape-head{display:flex;flex-direction:column;gap:1.5rem}
@media (min-width:64rem){.tape-head{flex-direction:row;justify-content:space-between;
  align-items:flex-end;gap:4rem}}
.tape-head .t-lead{max-width:40ch}
@media (min-width:64rem){.tape-head .col-right{padding-bottom:0}}
.tape{grid-column:1/-1;width:100vw;margin-left:calc(50% - 50vw);
  display:flex;flex-direction:column;gap:1rem;overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,#0000,#000 8%,#000 92%,#0000);
  mask-image:linear-gradient(90deg,#0000,#000 8%,#000 92%,#0000)}
.rail{display:flex;gap:1rem;width:max-content;
  animation:tape var(--secs,60s) linear infinite}
.rail-back{animation-direction:reverse}
@keyframes tape{to{transform:translateX(-50%)}}
.chip-brand{display:flex;align-items:center;gap:.75rem;flex:none;
  padding:.5rem 1rem .5rem .5rem;border-radius:9px;
  background:#ffffff12;box-shadow:inset 0 0 0 1px #ffffff26;white-space:nowrap}
.chip-logo{display:flex;align-items:center;justify-content:center;flex:none;
  width:2.125rem;height:2.125rem;border-radius:8px;overflow:hidden}
.chip-logo img{width:58%}
.chip-brand b{font-weight:600;font-stretch:88%;font-size:1rem}
.chip-brand span{font-size:.875rem;color:#ffffff8c}
.chip-brand i{font-style:normal;font-weight:600;font-size:.9375rem;color:var(--bolt);
  padding-left:.625rem;margin-left:.125rem;border-left:1px solid #ffffff26}
@media (prefers-reduced-motion:reduce){.rail{animation:none}}

/* ---------- closing panel, optically centred ---------- */
.section-closing{display:flex;flex-direction:column;padding-block:8vh 2.5rem}
.section-closing .t-display{font-size:clamp(2rem,3.5vw,3.25rem)}
.section-closing > .closing-mid{flex:1;justify-content:center}
.section-closing > .site-footer{margin-top:auto;width:100%}

/* ---------- footer ---------- */
.site-footer{display:grid;gap:1.5rem;justify-items:center;text-align:center;
  padding-top:clamp(1.5rem,4vh,3rem)}
@media (min-width:64rem){.site-footer{grid-template-columns:1fr auto 1fr;align-items:end;
  justify-items:stretch;text-align:left}}
.footer-mid{display:flex;justify-content:center}
.footer-left{display:flex;align-items:center;gap:1rem}
@media (min-width:64rem){.footer-left{justify-self:start}}
.footer-right{display:flex;justify-content:center}
@media (min-width:64rem){.footer-right{justify-content:flex-end}}
.footer-links{display:flex;gap:1.25rem;font-size:.9375rem}

/* ---------- splash: the name lands, then the colour lifts away ---------- */
.splash{position:fixed;inset:0;z-index:60;pointer-events:none}
.splash-curtain{position:fixed;inset:0;background:var(--red);
  transition:transform .72s cubic-bezier(.76,0,.24,1)}
.splash-lockup{position:fixed;top:50%;left:50%;display:flex;align-items:center;
  gap:.75rem;color:var(--chalk);transform:translate(-50%,-50%);
  transition:opacity .3s linear,transform .5s cubic-bezier(.3,1.4,.5,1)}
.splash-lockup .wordmark{font-size:clamp(2.75rem,7vw,4.25rem);line-height:1}
.splash-lockup .mark{width:clamp(48px,8vw,72px);height:clamp(48px,8vw,72px);flex:none}
/* before the first beat the name is not there yet */
.splash-lockup{opacity:0;transform:translate(-50%,-46%) scale(.94)}
.splash-lockup .mark-bite{transform:translate(-5px,5px) scale(.4);opacity:0;
  transform-origin:34px 10px;
  transition:transform .45s cubic-bezier(.25,1.5,.45,1),opacity .2s linear}

/* 1 — the name lands */
.intro-pop .splash-lockup{opacity:1;transform:translate(-50%,-50%) scale(1)}
/* 2 — the bite is taken out of it */
.intro-crumb .splash-lockup .mark-bite{transform:none;opacity:1}
/* 3 — the colour lifts off the page */
.intro-open .splash-lockup{opacity:0;transform:translate(-50%,-62%) scale(1)}
.intro-open .splash-curtain{transform:translateY(-100%)}
.intro-done .splash{display:none}

.site-header{opacity:0;transition:opacity .45s linear}
.intro-done .site-header{opacity:1}

/* hero entrance */
.hero-in{opacity:0}
.intro-done .hero-in{opacity:1;transition:opacity .45s var(--ease) var(--d,0s)}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{transition-duration:.01ms !important;animation-duration:.01ms !important}
  .hero-in{opacity:1;transform:none}
  .splash{display:none}
}

/* ---------- inner pages ---------- */
.page{min-height:100vh;background:var(--field);
  background-image:radial-gradient(120% 100% at 50% -10%,#fffcf4 0%,#fff6e9 62%)}
.doc-lockup{display:inline-flex;align-items:center;gap:.375rem}
.doc-lockup .mark{width:26px;height:26px;flex:none}
.doc-lockup .wordmark{font-size:21px}
.beta{align-self:flex-start;margin-top:.2em;font-size:13px;color:var(--ink-soft)}

/* ---------- legal pages ---------- */
.doc-shell{width:100%;max-width:1080px;margin-inline:auto;padding:3.5rem 1.5rem 5rem}
.doc-title{margin-top:2.5rem;font-size:clamp(2.5rem,6vw,4rem);line-height:1;
  font-weight:400;letter-spacing:var(--tighter)}
.doc-date{margin-top:.75rem;font-size:.9375rem;color:var(--ink-faint)}
.doc-intro{margin-top:1.25rem;max-width:52ch;font-size:1.1875rem;line-height:1.55;
  color:var(--ink-soft)}

.doc-body > *{min-width:0}
.doc-body{display:grid;gap:2.5rem;margin-top:4rem;
  border-top:1px solid var(--line);padding-top:2.5rem}
@media (min-width:64rem){
  .doc-body{grid-template-columns:14rem 1fr;gap:5rem}
  .doc-nav{position:sticky;top:3.5rem;align-self:start}
}
.doc-nav{display:flex;flex-direction:column;gap:.125rem}
.doc-nav a{padding:.4375rem .75rem;border-radius:9px;font-size:.9375rem;color:var(--ink-faint);
  transition:color .2s,background-color .2s}
.doc-nav a:hover{color:var(--ink-soft);background:#14120f0f}
.doc-nav a.is-on{color:var(--ink);background:#14120f14}

.doc-sections{display:flex;flex-direction:column;gap:3rem;max-width:62ch}
.doc-sections section{scroll-margin-top:3rem}
.doc-sections h2{display:flex;align-items:baseline;gap:.75rem;font-size:1.5rem;
  font-weight:400;letter-spacing:var(--tighter)}
.doc-sections h2 i{font-style:normal;font-size:.875rem;color:var(--bolt);
  font-variant-numeric:tabular-nums}
.doc-sections p{margin-top:.875rem;font-size:1.0625rem;line-height:1.7;color:var(--ink-soft)}

.doc-foot{margin-top:5rem;padding-top:2rem;border-top:1px solid var(--line);
  display:flex;justify-content:space-between;gap:1rem;font-size:.9375rem;color:var(--ink-faint)}
.doc-foot a{color:var(--ink-soft);text-decoration:underline;text-underline-offset:3px}
.doc-foot a:hover{color:var(--ink)}

.connect{position:relative;min-height:100vh;overflow:hidden;
  color:var(--chalk);--ink-soft:#ffffffc4;--ink-faint:#ffffff96}
/* the panel is paper laid on the board, so it keeps the paper palette */
.connect .panel{color:var(--ink);--ink-soft:#4f4d45;--ink-faint:#8d8779}
.connect-shell{position:relative;z-index:10;display:flex;flex-direction:column;width:100%;
  max-width:30rem;min-height:100vh;margin-inline:auto;padding:2rem 1.5rem}
.connect-top{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}
.connect-top .back{justify-self:start}
.back{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;
  color:var(--ink-faint)}
.back:hover{color:var(--ink)}
.connect-body{display:flex;flex:1;align-items:center;padding-block:2.5rem}

/* one card, one job at a time */
.panel{width:100%;padding:2rem;border-radius:20px;background:var(--surface);
  box-shadow:0 26px 60px -26px #0f0d0b59}
.panel-title{font-family:var(--font-display);font-size:1.875rem;line-height:1.1;
  font-weight:700;letter-spacing:var(--tighter)}
.panel-sub{margin-top:.625rem;font-size:1rem;line-height:1.55;color:var(--ink-soft)}
.panel-meta{margin-top:1.25rem;font-size:.875rem;color:var(--ink-faint);text-align:center}
.panel-meta strong{font-weight:500;color:var(--ink-soft)}

.field-row{display:block;margin-top:1.5rem}
.field-row span{display:block;margin-bottom:.4375rem;font-size:.8125rem;font-weight:500;
  letter-spacing:.02em;color:var(--ink-soft)}
.field{width:100%;height:3.25rem;padding-inline:1rem;border:0;border-radius:12px;
  background:var(--surface);box-shadow:inset 0 0 0 1px var(--line);
  font:inherit;font-size:1rem;letter-spacing:var(--tight);color:var(--ink);outline:0;
  transition:box-shadow .18s}
.field::placeholder{color:var(--ink-faint)}
.field:focus{box-shadow:inset 0 0 0 2px var(--bolt),0 0 0 4px #ffc70026}
.field-code{text-align:center;font-family:var(--font-figure);font-size:1.5rem;letter-spacing:.35em;
  padding-inline:.5rem}
.pill-block{width:100%;margin-top:1.25rem;border-radius:12px}
/* the first button under the card's copy was sitting right on top of it */
.panel-sub + .pill-block,.panel-sub + .connect-fine + .pill-block{margin-top:2rem}
.panel-title + .panel-sub{margin-top:.625rem}
.pill:disabled{opacity:.55;cursor:default}
.linkish{display:block;width:100%;margin-top:1rem;font-size:.875rem;color:var(--ink-soft);
  text-align:center}
.linkish:hover{color:var(--ink)}
.connect-error{margin-top:1rem;font-size:.875rem;line-height:1.5;color:#c0392b;text-align:center}
.connect-fine{margin-top:1.25rem;font-size:.8125rem;line-height:1.5;color:var(--ink-faint);
  text-align:center}
.connect-fine a{color:var(--ink-soft);text-decoration:underline;text-underline-offset:3px}
.connect-fine a:hover{color:var(--ink)}
.connect-foot{margin-top:1rem;font-size:.8125rem;color:var(--ink-faint);text-align:center}
.wallet-chip{display:flex;align-items:center;justify-content:center;gap:.625rem;width:100%;
  height:3.25rem;margin-top:1.5rem;border-radius:12px;background:var(--field);
  box-shadow:inset 0 0 0 1px var(--line);font-size:.9375rem;color:var(--ink-soft)}
.wallet-chip:hover{color:var(--ink)}
.wallet-chip code{font-family:var(--font-figure);letter-spacing:.02em}

.shelf-shell{width:100%}
.shelf-head{display:flex;flex-direction:column;gap:1.5rem;margin-top:2.5rem}
@media (min-width:64rem){.shelf-head{flex-direction:row;justify-content:space-between;
  align-items:flex-end;gap:3rem}}
.shelf-title{font-size:clamp(2rem,3.6vw,3rem);line-height:1.12;font-weight:700;
  font-stretch:84%;letter-spacing:var(--tighter)}

.search{display:inline-flex;align-items:center;gap:.625rem;height:2.75rem;padding-inline:1rem;
  border-radius:10px;background:var(--surface);color:var(--ink-faint);
  box-shadow:inset 0 0 0 1px var(--line);flex:none}
.search:focus-within{box-shadow:inset 0 0 0 1px var(--bolt)}
.search input{width:12rem;border:0;background:none;font:inherit;font-size:.9375rem;
  letter-spacing:var(--tight);color:var(--ink);outline:0}
.search input::placeholder{color:var(--ink-faint)}
.search input::-webkit-search-cancel-button{-webkit-appearance:none}

.filters{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:2rem}
.filter{height:2.25rem;padding-inline:1.125rem;border-radius:9px;font-size:.9375rem;
  font-weight:600;font-stretch:90%;letter-spacing:var(--tight);color:var(--ink-soft);
  transition:background-color .2s,color .2s}
.filter:hover{background:#14120f14;color:var(--ink)}
.filter.is-on{background:var(--ink);color:var(--chalk)}

/* the board */
.listing-head{display:none;gap:1.25rem;padding:0 1.125rem .75rem;font-size:.8125rem;
  color:var(--ink-faint);border-bottom:1px solid var(--line);margin-top:2rem}
@media (min-width:56rem){.listing-head{display:grid;
  grid-template-columns:2.5rem 1fr 5rem 8rem 9rem}}
.listing-head button{text-align:left;color:inherit;font:inherit}
.listing-head button:hover{color:var(--ink-soft)}
.listing-head button.is-sorted{color:var(--ink)}
.listing-head .num{text-align:right}

.listing{margin-top:.5rem}
@media (max-width:55.99rem){.listing{margin-top:2rem}}
.listing-row{display:grid;grid-template-columns:2.5rem 1fr auto;gap:.375rem 1.25rem;
  align-items:center;padding:.875rem 1.125rem;border-radius:12px;
  border-bottom:1px solid var(--line)}
@media (min-width:56rem){.listing-row{grid-template-columns:2.5rem 1fr 5rem 8rem 9rem}}
.listing-row:hover{background:#ffffffb3}
.listing-row.is-soon{color:var(--ink-soft)}
.listing-row.is-soon .listing-logo{opacity:.5}
.listing-logo{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;
  border-radius:10px;overflow:hidden}
.listing-logo img{width:58%}
.listing-name{font-size:1.0625rem;line-height:1.25}
.listing-name small{display:block;font-size:.875rem;color:var(--ink-faint)}
@media (min-width:56rem){.listing-name small{display:none}}
.listing-ticker{font-family:var(--font-figure);font-size:.9375rem;color:var(--ink-soft)}
.listing-cat,.listing-method{display:none;font-size:.9375rem;color:var(--ink-soft)}
@media (min-width:56rem){.listing-cat,.listing-method{display:block}}
.listing-rate{grid-column:2/-1;display:flex;align-items:center;gap:.75rem;justify-content:flex-end}
@media (min-width:56rem){.listing-rate{grid-column:auto}}
.listing-bar{flex:1;max-width:5rem;height:.375rem;border-radius:2px;background:#e8dfcd;
  overflow:hidden}
.listing-bar i{display:block;height:100%;border-radius:2px;background:var(--bolt)}
.listing-rate b{font-family:var(--font-figure);font-weight:700;font-size:1rem;
  min-width:2.25rem;text-align:right}
.listing-soon{padding:.125rem .625rem;border-radius:8px;font-size:.8125rem;
  color:var(--ink-faint);box-shadow:inset 0 0 0 1px var(--line)}
.no-hits{margin-top:2.5rem;font-size:1.0625rem;color:var(--ink-soft)}

.shelf-banner{display:flex;align-items:flex-start;gap:.875rem;margin-top:3rem;
  padding:1.25rem 1.5rem;border-radius:12px;background:var(--pitch);color:var(--chalk)}
.shelf-banner p{font-size:.9375rem;line-height:1.6;color:#a89e8f;max-width:70ch}
.shelf-banner strong{font-weight:500;color:var(--chalk)}
.banner-bits{display:flex;align-items:flex-end;gap:.25rem;padding-top:.45rem;flex:none}
.banner-bits i{display:block;background:var(--bolt);border-radius:1px}
.banner-bits i:nth-child(1){width:.5rem;height:.5rem}
.banner-bits i:nth-child(2){width:.375rem;height:.375rem}
.banner-bits i:nth-child(3){width:.25rem;height:.25rem}

/* ---------- admin ---------- */
.admin-shell{width:100%;max-width:1200px;margin-inline:auto;padding:2.5rem clamp(1.25rem,4vw,3rem) 5rem}
.admin-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2.5rem}
.admin-form{max-width:26rem}
.admin-tabs{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:2rem}
.admin-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}
.admin-note{font-size:.9375rem;line-height:1.6;color:var(--ink-soft);max-width:62ch}
.table-wrap{overflow-x:auto;border-radius:8px;background:var(--surface);box-shadow:var(--shadow-card)}
.admin-table{width:100%;border-collapse:collapse;font-size:.9375rem}
.admin-table th{padding:.875rem 1rem;text-align:left;font-weight:500;color:var(--ink-soft);
  border-bottom:1px solid var(--line);white-space:nowrap}
.admin-table td{padding:.625rem 1rem;border-bottom:1px solid var(--line);vertical-align:middle}
.admin-table tr:last-child td{border-bottom:0}
.admin-table td.right{text-align:right;white-space:nowrap}
.admin-table td.mid{text-align:center}
.admin-table code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8125rem;
  color:var(--ink-soft)}
.cell{width:100%;min-width:7rem;padding:.4375rem .625rem;border:0;border-radius:9px;
  background:var(--field);box-shadow:inset 0 0 0 1px var(--line);
  font:inherit;font-size:.9375rem;color:var(--ink);outline:0}
.cell:focus{box-shadow:inset 0 0 0 2px var(--bolt)}
.cell-sm{min-width:5rem}
.cell-xs{min-width:4rem}
.cell-area{min-width:22rem;resize:vertical;line-height:1.45}
.row-act{padding:.375rem .75rem;border-radius:8px;font-size:.875rem;color:var(--ink-soft);
  box-shadow:inset 0 0 0 1px var(--line);transition:background-color .2s,color .2s}
.row-act:hover{background:var(--ink);color:var(--surface);box-shadow:none}
.row-danger:hover{background:#c0392b}
.stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:1rem}
.stat{padding:1.25rem 1.375rem;border-radius:8px;background:var(--surface);box-shadow:var(--shadow-card)}
.stat b{display:block;font-size:2rem;font-weight:400;line-height:1.1;letter-spacing:var(--tighter)}
.stat span{display:block;margin-top:.375rem;font-size:.875rem;color:var(--ink-soft)}
.split{display:grid;gap:1.5rem}
@media (min-width:64rem){.split{grid-template-columns:repeat(3,minmax(0,1fr))}}

/* the scan ends in a result, not a spinner */
.sheet{position:absolute;inset-inline:calc(10 * var(--u));bottom:calc(10 * var(--u));
  z-index:3;padding:calc(16 * var(--u)) calc(18 * var(--u)) calc(18 * var(--u));
  border-radius:calc(10 * var(--u));background:#fffdf9;
  box-shadow:0 calc(24 * var(--u)) calc(50 * var(--u)) calc(-18 * var(--u)) #0f0d0b66;
  transform:translateY(115%);transition:transform .6s var(--ease);will-change:transform}
.sheet.is-up{transform:translateY(0)}
.sheet-grip{display:block;width:calc(38 * var(--u));height:calc(4 * var(--u));margin:0 auto;
  border-radius:8px;background:#eae1cf}
.sheet-head{margin-top:calc(14 * var(--u));font-size:calc(20 * var(--u));line-height:1.2}
.sheet-list{margin-top:calc(12 * var(--u));display:flex;flex-direction:column;
  gap:calc(9 * var(--u))}
.sheet-list li{display:flex;align-items:center;gap:calc(10 * var(--u));
  font-size:calc(14 * var(--u))}
.sheet-list .line-logo{width:calc(26 * var(--u));height:calc(26 * var(--u));
  border-radius:calc(4 * var(--u))}
.sheet-list b{font-weight:500}
.sheet-list span:last-child{margin-left:auto;color:var(--ink-soft);
  font-family:var(--font-figure)}
.sheet-total{margin-top:calc(14 * var(--u));font-size:calc(14 * var(--u));
  line-height:1.5;color:var(--ink-soft)}
.sheet-total b{font-weight:500;color:var(--ink)}
.sheet-cta{display:block;margin-top:calc(14 * var(--u));padding:calc(12 * var(--u)) 0;
  border-radius:calc(5 * var(--u));background:var(--ink);color:var(--chalk);text-align:center;
  font-weight:700;font-stretch:88%;
  font-size:calc(15 * var(--u))}

/* holdings as tiles, each with its own run at a whole share */
.holds{display:grid;grid-template-columns:1fr 1fr;gap:calc(10 * var(--u));
  margin-top:calc(20 * var(--u))}
.hold{display:flex;flex-direction:column;gap:calc(8 * var(--u));
  padding:calc(13 * var(--u)) calc(13 * var(--u)) calc(12 * var(--u));
  border-radius:calc(16 * var(--u));background:#ffffffbf;
  box-shadow:inset 0 0 0 1px var(--line)}
.hold-top{display:flex;align-items:center;justify-content:space-between;gap:calc(8 * var(--u))}
.hold-top b{font-weight:500;font-size:calc(13 * var(--u));color:var(--ink-soft);
  letter-spacing:.04em}
.hold-logo{display:flex;align-items:center;justify-content:center;flex:none;
  width:calc(26 * var(--u));height:calc(26 * var(--u));border-radius:calc(9 * var(--u));
  overflow:hidden}
.hold-logo img{width:auto;height:auto;max-width:60%;max-height:60%;object-fit:contain}
.hold-num{font-family:var(--font-figure);font-size:calc(26 * var(--u));line-height:1}
.hold-bar{display:block;height:calc(5 * var(--u));border-radius:8px;background:#e8dfcd;
  overflow:hidden}
.hold-bar i{display:block;height:100%;width:0;border-radius:8px;
  background:var(--bolt);transition:width .8s var(--ease)}
.hold-foot{font-size:calc(14 * var(--u))}
.hold-foot small{display:block;font-size:calc(12 * var(--u));color:var(--ink-faint)}

/* the app is a stream of things arriving, not a dashboard */
.app-main-feed{padding-top:calc(20 * var(--u))}
.feed-top{display:flex;align-items:baseline;justify-content:space-between;
  gap:calc(12 * var(--u));padding-bottom:calc(10 * var(--u));
  border-bottom:calc(2 * var(--u)) solid var(--ink)}
.feed-top span{font-size:calc(14 * var(--u));font-weight:600;font-stretch:90%}
.feed-top b{font-family:var(--font-figure);font-weight:700;font-size:calc(30 * var(--u));
  letter-spacing:-.03em}
.feed-note{margin-top:calc(9 * var(--u));font-size:calc(12.5 * var(--u));color:var(--ink-faint)}
.feed{display:flex;flex-direction:column;margin-top:calc(6 * var(--u))}
.ev{display:flex;align-items:center;gap:calc(12 * var(--u));
  padding:calc(11 * var(--u)) calc(2 * var(--u));border-bottom:1px dashed var(--line)}
.ev-logo{display:flex;align-items:center;justify-content:center;flex:none;
  width:calc(32 * var(--u));height:calc(32 * var(--u));border-radius:calc(5 * var(--u));
  background:#f6ede0;overflow:hidden}
.ev-body{flex:1;min-width:0}
/* the leader that runs from the name to the price, as on any check */
.ev-name{display:flex;align-items:baseline;gap:calc(7 * var(--u));font-weight:600;
  font-stretch:90%;font-size:calc(15.5 * var(--u));line-height:1.3}
.ev-name::after{content:"";flex:1;margin-bottom:calc(4 * var(--u));
  border-bottom:calc(1.5 * var(--u)) dotted #d9cdb6}
.ev-body small{display:block;font-size:calc(12.5 * var(--u));color:var(--ink-soft);
  line-height:1.35}
.ev-get{flex:none;text-align:right;font-family:var(--font-figure);font-weight:700;
  font-size:calc(16 * var(--u));color:var(--ink);line-height:1.2}
.ev-get small{display:block;font-weight:400;font-size:calc(11.5 * var(--u));
  color:var(--ink-faint);letter-spacing:.08em}

/* screen two opens on the card, not another balance */
.pay-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;
  gap:calc(6 * var(--u));width:100%;aspect-ratio:1.586;
  padding:calc(18 * var(--u));border-radius:calc(18 * var(--u));
  background:linear-gradient(135deg,#1a1714 0%,#332b24 55%,#221c17 100%);
  box-shadow:0 calc(16 * var(--u)) calc(32 * var(--u)) calc(-14 * var(--u)) #15131099;
  color:var(--chalk);overflow:hidden}
.pay-card::after{content:"";position:absolute;inset:auto -20% -60% 40%;height:120%;
  border-radius:50%;background:#ffffff14}
.pay-chip{position:absolute;top:calc(18 * var(--u));left:calc(18 * var(--u));
  width:calc(34 * var(--u));height:calc(26 * var(--u));border-radius:calc(6 * var(--u));
  background:linear-gradient(140deg,#ffe9a8,var(--bolt))}
.pay-brand{position:relative;font-size:calc(17 * var(--u));font-weight:500;letter-spacing:.12em}
.pay-num{position:relative;font-size:calc(15 * var(--u));color:#c2b8a8;letter-spacing:.06em;
  font-family:var(--font-figure)}
.pay-label{margin-top:calc(14 * var(--u));line-height:1.5;max-width:26em}

/* the balance leads on its own; the count closes the list */
.app-total-lead{margin-top:calc(16 * var(--u))}
.app-foot{margin-top:calc(14 * var(--u));color:var(--ink-faint)}

/* say plainly what is not built yet */
.next-up{margin-top:1.75rem;padding:1.125rem 1.25rem;border-radius:12px;
  background:var(--field);box-shadow:inset 0 0 0 1px var(--line)}
.next-up h2{font-size:.8125rem;font-weight:500;letter-spacing:.02em;color:var(--ink-soft)}
.next-up p{margin-top:.4375rem;font-size:.9375rem;line-height:1.55;color:var(--ink-soft)}
.next-up strong{font-weight:500;color:var(--ink)}
.pill-surface.pill-block{box-shadow:inset 0 0 0 1px var(--line)}

/* ---------- signed-in account ---------- */
.acc-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;
  width:100%;padding:1.125rem clamp(1.25rem,4vw,2rem)}
.acc-bar > *{max-width:960px}
.acc-bar .nav-item{cursor:pointer}
.acc-shell{width:100%;max-width:960px;margin-inline:auto;
  padding:1.5rem clamp(1.25rem,4vw,2rem) 5rem}
.acc-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;
  gap:1.5rem;margin-top:1.5rem}
.acc-label{font-size:.9375rem;color:var(--ink-soft)}
.acc-total{margin-top:.25rem;font-family:var(--font-figure);font-size:clamp(2.5rem,6vw,3.5rem);
  line-height:1;letter-spacing:-.02em}
.acc-quiet{font-size:.9375rem;color:var(--ink-faint)}
.acc-total + .acc-quiet{margin-top:.5rem}
.acc-wallet{width:auto;margin-top:0;padding-inline:1rem}
.acc-foot{margin-top:1rem}
.acc-empty{margin-top:2.5rem;padding:2rem;border-radius:8px;background:var(--surface);
  box-shadow:var(--shadow-card);max-width:46ch}
.acc-empty p{font-size:1.0625rem;line-height:1.6;color:var(--ink-soft)}
.acc-empty strong{font-weight:500;color:var(--ink)}
.acc-empty .pill{margin-top:1.5rem}
#claimsWrap{margin-top:2rem}
.tag{display:inline-block;padding:.1875rem .625rem;border-radius:8px;font-size:.8125rem;
  text-transform:capitalize}
.tag-pending{background:#fff1cf;color:#7a5f12}
.tag-approved{background:#e4f6ea;color:#12803f}
.tag-rejected{background:#fbe3de;color:#a33a22}

/* the add-a-subscription sheet */
.sheet-over{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:1.5rem;
  background:#0f0d0b66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
.acc-card{margin-top:1.25rem}
.acc-empty .linkish{margin-top:.75rem;text-align:left}
.nav-item:disabled{opacity:.45;cursor:not-allowed}
.bulk{display:flex;align-items:center;gap:.625rem;font-size:.9375rem;color:var(--ink-soft)}
.bulk b{font-weight:500;color:var(--ink)}

/* proof of purchase */
.sheet-over{overflow-y:auto;place-items:start center}
.proof-panel{max-width:27rem;margin-block:auto}
.field-pair{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
.proof-drop{display:grid;place-items:center;min-height:8.5rem;padding:1rem;cursor:pointer;
  border-radius:12px;background:var(--surface);box-shadow:inset 0 0 0 1px var(--line);
  font-size:.9375rem;color:var(--ink-faint);text-align:center;transition:box-shadow .18s}
.proof-drop:hover{box-shadow:inset 0 0 0 1px var(--bolt)}
.proof-drop img{max-height:14rem;border-radius:10px}
.proof-drop img:not([hidden]) + span{margin-top:.75rem;display:block}
.proof-hint{margin-top:.5rem;font-size:.8125rem;line-height:1.5;color:var(--ink-faint)}

/* the admin sign-in sheet */
.auth-panel{max-width:24rem;margin-block:auto}
.auth-panel .field-row:first-of-type{margin-top:1.75rem}
.admin-signout{width:auto;margin-top:1.5rem;text-align:left;
  text-decoration:underline;text-underline-offset:3px}
.row-id code{color:var(--ink-faint)}
.row-id:hover code{color:var(--bolt)}

/* the same photo, in the review queue */
.shot-over{position:fixed;inset:0;z-index:70;display:grid;place-items:center;padding:2rem;
  background:#0f0d0bd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
.shot-over img{max-width:min(46rem,100%);max-height:82vh;border-radius:12px;
  box-shadow:0 30px 70px -30px #000}
.shot-over p{margin-top:1rem;font-size:.875rem;color:#ded3c2;text-align:center}

/* contract address, shown only once one exists */
.footer-left-extra{display:flex;justify-content:center}
@media (min-width:64rem){.footer-left-extra{display:none}}
.token-pill{display:inline-flex;align-items:center;gap:.5rem;height:2.25rem;padding-inline:.875rem;
  border-radius:8px;font-size:.8125rem;color:#9c9385;box-shadow:inset 0 0 0 1px #ffffff29}
.token-pill:hover{color:var(--chalk)}
.token-pill strong{font-weight:500;color:var(--chalk)}
.token-pill code{font-family:var(--font-figure)}
@media (min-width:64rem){
  .site-footer .footer-left{gap:1.25rem}
  .site-footer .footer-left .token-pill{display:inline-flex}
}

/* ---------- token ---------- */
.section-token{align-content:center;row-gap:clamp(2rem,6vh,3.5rem)}
.token-head{display:flex;flex-direction:column;gap:1.5rem}
@media (min-width:64rem){.token-head{flex-direction:row;justify-content:space-between;
  align-items:flex-end;gap:4rem}}
.token-head .t-lead{max-width:44ch}
.token-spec{display:grid;grid-template-columns:1fr;gap:0}
@media (min-width:48rem){.token-spec{grid-template-columns:1fr 1fr}}
@media (min-width:64rem){.token-spec{grid-template-columns:repeat(4,1fr)}}
.token-spec > div{padding:1.25rem 0;border-top:1px solid #ffffff26}
@media (min-width:64rem){.token-spec > div{padding-right:2rem}}
.token-spec-wide{grid-column:1/-1}
.token-spec dt{font-size:.875rem;color:#9c9385}
.token-spec dd{margin-top:.5rem;font-family:var(--font-figure);font-size:1.375rem;
  line-height:1.2;letter-spacing:-.01em}
.token-spec #specAddr{font-size:1rem;word-break:break-all}
.token-copy{margin-left:.5rem;font-size:.8125rem;color:#9c9385;text-decoration:underline;
  text-underline-offset:3px}
.token-copy:hover{color:var(--chalk)}
.token-spec #specAddr.pending{color:#9c9385;font-size:1.125rem}

/* ---------- the token page ---------- */
.tok-page{background:var(--surface)}

/* the quote header: what the thing is, and its numbers, before any prose */
.quote-top{padding:1.5rem 1.5rem 2rem;background:var(--pitch);color:#fffaf2}
@media (min-width:48rem){.quote-top{padding-bottom:3.5rem}}
.quote-bar{display:flex;align-items:center;justify-content:space-between;
  max-width:1080px;margin-inline:auto}
.quote-back{font-size:.9375rem;color:#a89e8f}
.quote-back:hover{color:#fffaf2}
.quote-inner{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;
  gap:1.5rem;max-width:1080px;margin:3.5rem auto 0}
.quote-ticker{font-family:var(--font-figure);font-size:clamp(2.75rem,7vw,4.25rem);line-height:1;
  letter-spacing:var(--tighter)}
.quote-name{margin-top:.625rem;font-size:1rem;color:#a89e8f}
.quote-state{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;max-width:100%}
@media (min-width:48rem){.quote-state{align-items:flex-end}}
.quote-flag{display:inline-flex;align-items:center;gap:.5rem;height:2.25rem;padding-inline:.875rem;
  border-radius:8px;font-size:.875rem;color:#ded3c2;box-shadow:inset 0 0 0 1px #ffffff29}
.quote-flag::before{content:"";width:.4375rem;height:.4375rem;border-radius:50%;background:#a49a8b}
.quote-flag.is-live::before{background:var(--bolt);box-shadow:0 0 0 4px #ffc70033}
.quote-addr{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;max-width:100%;
  font-size:.875rem;color:#a49a8b}
.quote-addr code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8125rem;
  color:#f3e9da;word-break:break-all}
.quote-copy{font-size:.8125rem;color:#a89e8f;text-decoration:underline;text-underline-offset:3px}
.quote-copy:hover{color:#fffaf2}

.quote-stats{display:grid;grid-template-columns:repeat(2,1fr);max-width:1080px;margin:3rem auto 0}
.quote-stats > div:last-child{grid-column:1/-1}
@media (min-width:64rem){.quote-stats{grid-template-columns:repeat(5,1fr)}
  .quote-stats > div:last-child{grid-column:auto}}
.quote-stats > div{padding:1.125rem 1rem 1.125rem 0;border-top:1px solid #ffffff1f}
.quote-stats dt{font-size:.8125rem;color:#a49a8b}
.quote-stats dd{margin-top:.375rem;font-family:var(--font-figure);font-size:1.0625rem;
  line-height:1.3;color:#fffaf2}
.quote-stats dd.pending{color:#a49a8b}

.tok-h1{margin-top:0}
.tok-shell .doc-sections{max-width:66ch}
.tok-shell .table-wrap{margin-top:1.5rem;box-shadow:inset 0 0 0 1px var(--line)}
.doc-sections .tok-fine{margin-top:1rem;font-size:.875rem;line-height:1.65;color:var(--ink-faint)}

/* 02 — what it is not */
.tok-nots{display:grid;gap:.75rem;margin-top:1.5rem}
.tok-nots li{padding:1.125rem 1.25rem;border-radius:12px;background:var(--field);
  font-size:1.0625rem;line-height:1.6;color:var(--ink-soft)}
.tok-nots b{font-weight:500;color:var(--ink)}

/* 03 — supply */
.alloc{display:grid;gap:1rem;margin-top:2rem}
.alloc-row{display:grid;grid-template-columns:minmax(6.5rem,auto) 1fr 3rem;align-items:center;
  gap:1rem}
.alloc-label{font-size:.9375rem;color:var(--ink-soft)}
.alloc-track{height:.625rem;border-radius:8px;background:var(--field);overflow:hidden}
.alloc-track i{display:block;height:100%;border-radius:8px;
  background:linear-gradient(90deg,var(--bolt),#ffd98a)}
.alloc-pct{font-family:var(--font-figure);font-size:.9375rem;text-align:right}

/* 03 — a worked month */
.doc-sections .tok-eg{margin-top:1.5rem;padding:1.25rem 1.375rem;border-radius:12px;
  background:var(--field)}
.doc-sections .tok-eg p{margin-top:0;font-size:1rem;line-height:1.65}
.doc-sections .tok-eg b{font-weight:500;color:var(--ink)}

/* 04 — the tables */
.fee-table{width:100%;border-collapse:collapse;font-size:.9375rem}
.fee-table th{padding:.875rem 1rem;text-align:left;font-weight:500;font-size:.8125rem;
  letter-spacing:.01em;color:var(--ink-soft);border-bottom:1px solid var(--line);white-space:nowrap}
.fee-table td{padding:.875rem 1rem;font-family:var(--font-figure);white-space:nowrap;
  border-bottom:1px solid var(--line)}
.fee-table tr:last-child td{border-bottom:0}
.fee-table .fee-burn{color:var(--bolt)}

/* 09 — launch */
.tok-steps{display:grid;gap:.875rem;margin-top:1.5rem;counter-reset:step}
.tok-steps li{counter-increment:step;display:grid;grid-template-columns:2.25rem 1fr;
  gap:.25rem 0;padding-bottom:.875rem;border-bottom:1px solid var(--line)}
.tok-steps li:last-child{padding-bottom:0;border-bottom:0}
.tok-steps li::before{content:counter(step,decimal-leading-zero);grid-row:span 2;
  padding-top:.1875rem;font-family:var(--font-figure);font-size:.875rem;color:var(--bolt)}
.tok-steps b{font-weight:500;font-size:1.0625rem;line-height:1.4}
.tok-steps span{font-size:.9375rem;line-height:1.55;color:var(--ink-soft)}
.doc-sections .tok-warn{margin-top:1.75rem;padding:1.125rem 1.25rem;border-radius:12px;
  background:#fff7ea;box-shadow:inset 0 0 0 1px #ebe2d1;font-size:.9375rem;line-height:1.65;
  color:#7a5a22}

/* 10 — questions */
.faq{margin-top:1.5rem;border-top:1px solid var(--line)}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:1.125rem 0;font-size:1.0625rem;line-height:1.4;cursor:pointer;list-style:none}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-family:var(--font-figure);font-size:1.375rem;
  line-height:1;color:var(--bolt)}
.faq details[open] summary::after{content:"\2013"}
.faq details p{margin-top:0;padding-bottom:1.375rem;max-width:60ch}

/* the chip that reaches it, sitting beside the header's segmented control */
.token-chip{display:inline-flex;align-items:center;height:2.5rem;margin-right:.5rem;
  padding-inline:.875rem;border-radius:12px;font-family:var(--font-figure);font-size:.9375rem;
  color:var(--ink-soft);background:#ffffff8c;box-shadow:inset 0 0 0 1px var(--line);
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
  transition:color .2s,background-color .2s}
.token-chip:hover{color:var(--ink)}
.site-header.is-inverted .token-chip{background:#ffffff1a;box-shadow:inset 0 0 0 1px #ffffff2b;
  color:#ded3c2}
.site-header.is-inverted .token-chip:hover{color:var(--chalk)}
@media (max-width:47.99rem){.token-chip{display:none}}

/* ---------- brand tiles ---------- */
/* each logo is the brand's own app icon, so it fills the tile instead of
   sitting as a monochrome mark on a flat colour */
.line-logo img,.ev-logo img,.chip-logo img,.bar-logo img,.listing-logo img{
  width:100%;height:100%;max-width:none;max-height:none;object-fit:cover}


/* ---------- page entrances ---------- */
/* every inner page arrives differently; these are the movements they pick from */
/* Only hide what JS is going to bring back, and only once the document has
   said JS is running — set in the head, before the body is parsed, so nothing
   is ever painted and then blanked. Without JS everything just stays visible. */
.js [data-rise]{opacity:0;transition:opacity .4s var(--ease) var(--r,0s),
  transform .45s var(--ease) var(--r,0s)}
.js [data-rise=""],.js [data-rise="up"]{transform:translateY(10px)}
.js [data-rise="left"]{transform:translateX(-12px)}
.js [data-rise="right"]{transform:translateX(12px)}
/* no scale: a card that grows on arrival reads as a second animation */
.js [data-rise="scale"]{transform:none}
.js [data-rise="drop"]{transform:translateY(-10px)}
.js [data-rise].is-in{opacity:1;transform:none}
/* a rule that draws itself along the edge of a document */
.js [data-draw]{transform:scaleY(0);transform-origin:50% 0;
  transition:transform 1.1s cubic-bezier(.5,0,.1,1) .15s}
[data-enter="in"] [data-draw],[data-enter="done"] [data-draw]{transform:scaleY(1)}
@media (prefers-reduced-motion:reduce){
  .js [data-rise]{opacity:1;transform:none}
  .js [data-draw]{transform:scaleY(1)}
}

/* ---------- the menu: a price board, not a spreadsheet ---------- */
.shelf-masthead{position:relative;background:var(--bolt);color:var(--bolt-ink);
  padding-block:clamp(1.5rem,4vw,2.5rem) clamp(2rem,5vw,3rem);overflow:hidden}
.shelf-masthead .doc-lockup{position:relative;z-index:2}
.shelf-masthead .shelf-title{margin-top:clamp(2rem,6vw,4rem);max-width:18ch;
  font-size:clamp(2.5rem,7vw,5.5rem);line-height:.95;letter-spacing:-.035em}
.shelf-masthead .shelf-title .muted{color:#00000073}
.shelf-count{position:absolute;right:clamp(1.25rem,4vw,3rem);bottom:-.1em;
  font-family:var(--font-display);font-weight:800;line-height:.8;text-align:right;
  font-size:clamp(4rem,13vw,10rem);color:#00000014;letter-spacing:-.05em;pointer-events:none}
@media (max-width:47.99rem){.shelf-count{display:none}}
.shelf-tools{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;
  gap:1rem;margin-top:2rem}
.shelf-shell{padding-bottom:5rem}
.shelf-masthead-in{position:relative;max-width:1280px;margin-inline:auto;
  padding-inline:clamp(1.25rem,4vw,3rem)}
.shelf-body{max-width:1280px;margin-inline:auto;padding-inline:clamp(1.25rem,4vw,3rem)}
.listing-row{transition:background-color .18s}
.listing-row:hover{background:#ffc70029}


/* ---------- the token page runs dark, so it reads as its own thing ---------- */
.tok-page{background:#0f0d0b;color:var(--chalk);--ink:var(--chalk);
  --ink-soft:#ffffffb8;--ink-faint:#ffffff80;--line:#ffffff1f;--surface:#ffffff0f;
  --field:#ffffff0a}
.tok-page .quote-top{background:#0000;border-bottom:1px solid var(--line)}
.tok-page .doc-sections h2{color:var(--chalk)}
.tok-page .doc-sections .tok-eg{background:#ffffff0f;box-shadow:inset 0 0 0 1px var(--line)}
.tok-page .doc-sections .tok-warn{background:#ffc7001f;color:#ffe9a8;
  box-shadow:inset 0 0 0 1px #ffc70040}
.tok-page .tok-nots li{background:#ffffff0a;box-shadow:inset 0 0 0 1px var(--line)}
.tok-page .doc-nav a.is-on{color:var(--bolt)}
.tok-page .quote-ticker{font-family:var(--font-display);font-weight:800;
  font-size:clamp(3rem,11vw,7rem);line-height:.9;letter-spacing:-.04em;color:var(--bolt)}
/* the ticker arrives like a quote landing on a board */
[data-enter] .quote-ticker{display:inline-block;opacity:0;transform:translateY(.12em)}
[data-enter="in"] .quote-ticker,[data-enter="done"] .quote-ticker{opacity:1;transform:none;
  transition:opacity .5s var(--ease) .1s,transform .6s cubic-bezier(.2,1.2,.4,1) .1s}

/* ---------- legal pages: a rule that draws down the margin ---------- */
.doc-shell{position:relative}
.doc-spine{position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:3px;
  background:var(--red)}
@media (min-width:64rem){.doc-shell{padding-left:3.5rem}}
.doc-title{font-family:var(--font-display);font-weight:700}
.doc-kicker{display:inline-block;margin-top:2.5rem;padding:.375rem .75rem;border-radius:8px;
  background:var(--red);color:var(--chalk);font-size:.8125rem;font-weight:600}
.doc-kicker + .doc-title{margin-top:.875rem}

/* ---------- 404: the page itself has had a bite taken out of it ---------- */
.lost{min-height:100vh;display:flex;flex-direction:column;justify-content:center;
  gap:1.5rem;padding:clamp(1.5rem,5vw,4rem);background:#0f0d0b;color:var(--chalk)}
.lost-big{font-family:var(--font-display);font-weight:800;line-height:.82;
  font-size:clamp(5rem,22vw,16rem);letter-spacing:-.05em;color:var(--bolt)}
.lost-big span{display:inline-block}
[data-enter] .lost-big span{opacity:0;transform:translateY(.18em) rotate(-6deg)}
[data-enter="in"] .lost-big span,[data-enter="done"] .lost-big span{opacity:1;transform:none;
  transition:opacity .4s linear var(--d),transform .55s cubic-bezier(.2,1.3,.4,1) var(--d)}
.lost-copy{max-width:38ch;font-size:1.125rem;line-height:1.6;color:#ffffffb8}
.lost-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}


/* ---------- the account: your balance on its own dark card ---------- */
.acc-bar{background:#0f0d0b;color:var(--chalk)}
.acc-bar .nav-group{background:#ffffff14;box-shadow:inset 0 0 0 1px #ffffff26}
.acc-bar .nav-item{color:#ffffffc4}
.acc-bar .nav-item:hover{color:var(--chalk)}
.acc-bar .nav-item-solid{background:var(--bolt);color:var(--bolt-ink)}
.acc-bar .nav-item-solid:hover{background:var(--bolt-hover);color:var(--bolt-ink)}
.acc-head{padding:clamp(1.5rem,4vw,2.25rem);border-radius:20px;background:#0f0d0b;
  color:var(--chalk)}
.acc-head .acc-label{color:#ffffffab}
.acc-head .acc-quiet{color:#ffffff8f}
.acc-total{font-family:var(--font-display);font-weight:700;letter-spacing:-.03em;
  color:var(--bolt)}
.acc-head .wallet-chip{background:#ffffff14;box-shadow:inset 0 0 0 1px #ffffff26;
  color:var(--chalk)}


/* ---------- the menu as cards ---------- */
.tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:.875rem;
  margin-top:1.5rem}
.tile{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;
  padding:1.25rem;border-radius:16px;background:var(--surface);
  box-shadow:inset 0 0 0 1px var(--line);transition:transform .18s,box-shadow .18s}
.tile:hover{transform:translateY(-3px);box-shadow:inset 0 0 0 1px var(--ink),0 14px 26px -18px #1a171466}
.tile-logo{display:flex;width:3.25rem;height:3.25rem;border-radius:12px;overflow:hidden}
.tile-logo img{width:100%;height:100%;object-fit:cover}
.tile-name{font-family:var(--font-display);font-weight:700;font-size:1.25rem;line-height:1.1;
  letter-spacing:-.02em}
.tile-meta{font-size:.875rem;color:var(--ink-faint)}
.tile-rate{position:absolute;top:1rem;right:1rem;padding:.25rem .625rem;border-radius:8px;
  background:var(--bolt);color:var(--bolt-ink);font-weight:700;font-size:.9375rem}
.tile.is-soon{opacity:.62}
.tile.is-soon .tile-rate{background:#0000;color:var(--ink-faint);
  box-shadow:inset 0 0 0 1px var(--line)}


.section-link .t-display{font-size:clamp(2rem,3.1vw,2.875rem)}

/* ---------- panel two: a wall of chains beside the heading ---------- */
@media (min-width:64rem){
  .section-tape > .tape-head{grid-column:1/span 4;align-self:center;flex-direction:column;
    align-items:flex-start;gap:1.5rem}
  .section-tape > .tape-cols{grid-column:5/-1}
}
/* this block stacks now, so it must not keep the row layout's end alignment,
   which was pushing the narrower paragraph flush right of the heading */
.tape-head{flex-direction:column;align-items:flex-start;gap:1.5rem}
.tape-head .col-right{grid-column:auto;width:100%;margin-top:0;max-width:36ch}
.tape-head .col-right .t-lead{max-width:none}
/* minmax(0,…) or the nowrap chips set a min-content floor and the tracks
   overflow their container */
.tape-cols{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;
  height:min(66vh,640px);overflow:hidden;
  -webkit-mask-image:linear-gradient(180deg,#0000,#000 20%,#000 80%,#0000);
  mask-image:linear-gradient(180deg,#0000,#000 20%,#000 80%,#0000)}
@media (min-width:64rem){.tape-cols{grid-template-columns:repeat(3,minmax(0,1fr))}}
/* no flex gap here: the loop moves by exactly half the list, so every item has
   to carry its own trailing space or the seam lands half a gap out */
.railv{display:flex;flex-direction:column;
  animation:tapev var(--secs,44s) linear infinite;will-change:transform}
.railv .chip-brand{margin-bottom:.75rem}
.railv:nth-child(even){animation-direction:reverse}
/* one grid for every row, so names, tickers and rates line up down the column */
.railv .chip-brand{display:grid;width:100%;min-width:0;
  grid-template-columns:2.125rem minmax(0,1fr) 3.25rem 2.25rem;
  align-items:center;column-gap:.625rem;padding:.5rem .75rem .5rem .5rem}
.railv .chip-brand b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
  font-size:.9375rem}
.railv .chip-brand span{font-size:.8125rem;text-align:right}
.railv .chip-brand i{padding-left:0;margin-left:0;border-left:0;text-align:right;
  font-size:.9375rem}
/* on a phone the column is too narrow for a ticker as well as a name, and the
   name is the part worth keeping */
@media (max-width:47.99rem){
  .tape-cols{height:min(54vh,460px)}
  .railv .chip-brand{grid-template-columns:1.75rem minmax(0,1fr) 2.125rem;
    column-gap:.5rem;padding:.4375rem .5rem .4375rem .4375rem}
  .railv .chip-logo{width:1.75rem;height:1.75rem}
  .railv .chip-brand b{font-size:.875rem}
  /* the ticker only: .chip-logo is a span too */
  .railv .chip-brand > span:not(.chip-logo){display:none}
  .railv .chip-brand i{font-size:.875rem}
}
@keyframes tapev{to{transform:translateY(-50%)}}
@media (prefers-reduced-motion:reduce){.railv{animation:none}}

/* ---------- panel three: a card for each place, and one for the total ---------- */
.year-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem;
  margin-top:2rem}
@media (min-width:64rem){.year-cards{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}}
.ycard{display:flex;flex-direction:column;align-items:flex-start;gap:.375rem;
  padding:1.25rem;border-radius:18px;background:var(--surface);
  box-shadow:inset 0 0 0 1px var(--line)}
.ycard-logo{display:flex;width:2.75rem;height:2.75rem;margin-bottom:.5rem;border-radius:10px;
  overflow:hidden}
.ycard-logo img{width:100%;height:100%;object-fit:cover}
.ycard-sum{font-family:var(--font-display);font-weight:700;font-size:clamp(1.75rem,2.6vw,2.25rem);
  line-height:1;letter-spacing:-.03em}
.ycard-name{font-weight:600}
.ycard-note{font-size:.875rem;line-height:1.4;color:var(--ink-faint)}
.ycard-total{background:var(--ink);color:var(--chalk);box-shadow:none;justify-content:flex-end}
.ycard-total .ycard-sum{color:var(--bolt);font-size:clamp(2.5rem,4vw,3.25rem)}
.ycard-total .ycard-note{color:#ffffff8f}

/* ---------- panel five: the closing sits on the left, not the middle ---------- */
.section-closing{align-items:stretch}
.closing-mid{align-items:flex-start;text-align:left}
.closing-line{max-width:16ch}
.closing-facts{justify-content:flex-start}


/* ---------- the account reads as two columns: what you own, and how it got there ---------- */
@media (min-width:64rem){
  .acc-shell [data-view="account"]{display:grid;grid-template-columns:21rem minmax(0,1fr);
    gap:1.5rem;align-items:start}
  .acc-shell [data-view="account"] > *{grid-column:2;margin-top:0}
  .acc-shell [data-view="account"] > .acc-head{grid-column:1;grid-row:1/span 6;
    position:sticky;top:1.5rem;flex-direction:column;align-items:flex-start}
}
.acc-head .acc-total{font-size:clamp(2.5rem,5vw,3.25rem)}
.acc-shell [data-view="account"] > .acc-empty,
.acc-shell [data-view="account"] > .table-wrap{border-radius:18px}


/* ---------- panel one is a poster: type, a mark, and the chains ---------- */
.section-hero{align-content:center;row-gap:clamp(2.5rem,7vh,4.5rem);overflow:hidden}
.hero-mark{position:absolute;top:50%;right:-14vw;width:62vw;height:62vw;
  color:#ffffff14;transform:translateY(-54%);pointer-events:none}
@media (max-width:63.99rem){.hero-mark{right:-34vw;width:96vw;height:96vw;opacity:.7}}
.hero-copy{display:flex;flex-direction:column;justify-content:center;gap:clamp(1.5rem,4vh,2.5rem)}
.t-poster{font-family:var(--font-display);font-weight:800;letter-spacing:-.045em;
  line-height:.92;font-size:clamp(2.5rem,5.4vw,4.75rem)}
.t-poster em{font-style:normal;color:var(--bolt)}
.hero-foot{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem 2.5rem;max-width:62rem}
.hero-foot .t-lead{flex:1 1 22rem;max-width:40ch;color:#ffffffd1}
.hero-strip{grid-column:1/-1;z-index:6;display:flex;flex-wrap:wrap;align-items:center;
  gap:.625rem;padding-top:clamp(1.25rem,3vh,2rem);border-top:1px solid #ffffff26}
.hero-strip li{display:flex;align-items:center;gap:.5rem;padding:.4375rem .75rem .4375rem .4375rem;
  border-radius:12px;background:#00000026;box-shadow:inset 0 0 0 1px #ffffff2b}
.hero-strip img{width:1.75rem;height:1.75rem;border-radius:7px;object-fit:cover}
.hero-strip b{font-weight:700;font-size:.9375rem;color:var(--bolt)}
.hero-strip-more{background:#0000 !important;box-shadow:none !important;
  font-size:.9375rem;color:#ffffffab}

/* ---------- the closing panel argues its case ---------- */
.closing-grid{display:grid;gap:clamp(1.75rem,4vh,3rem);align-items:start;align-content:center}
.section-closing > .closing-grid{flex:1}
@media (min-width:64rem){
  .closing-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);
    column-gap:clamp(2.5rem,5vw,4.5rem)}
  .closing-grid > .closing-facts{grid-column:1/-1}
}
.closing-say{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}
.closing-line{max-width:14ch}
.closing-fine{max-width:32ch;font-size:.9375rem;color:#ffffff8f}
.steps{display:flex;flex-direction:column;gap:1rem;counter-reset:step}
.steps li{position:relative;display:flex;flex-direction:column;gap:.25rem;
  padding:1.125rem 1.25rem 1.125rem 3.5rem;border-radius:16px;background:#ffffff0f;
  box-shadow:inset 0 0 0 1px #ffffff1f}
.steps li::before{counter-increment:step;content:counter(step);position:absolute;
  left:1.125rem;top:1.125rem;display:grid;place-items:center;width:1.625rem;height:1.625rem;
  border-radius:9px;background:var(--bolt);color:var(--bolt-ink);font-weight:700;font-size:.875rem}
.steps b{font-weight:600;font-size:1.0625rem;line-height:1.3}
.steps span{font-size:.9375rem;line-height:1.45;color:#ffffff9e}


/* ---------- the device: a charge lands, the share it buys lands under it ---------- */
.app-flow{display:flex;flex-direction:column}
.flow-label{font-size:calc(14 * var(--u));color:var(--ink-soft)}
.flow-total{margin-top:calc(2 * var(--u));font-family:var(--font-display);font-weight:700;
  font-size:calc(42 * var(--u));line-height:1;letter-spacing:-.035em}
.flow-stage{position:relative;margin-top:calc(24 * var(--u));display:flex;flex-direction:column;
  gap:calc(30 * var(--u))}
.flow-card{display:grid;grid-template-columns:calc(36 * var(--u)) minmax(0,1fr) auto;
  align-items:center;column-gap:calc(11 * var(--u));padding:calc(12 * var(--u));
  border-radius:calc(14 * var(--u));background:var(--surface);
  box-shadow:inset 0 0 0 1px var(--line),0 calc(10 * var(--u)) calc(20 * var(--u)) calc(-14 * var(--u)) #1a171438;
  opacity:0;transform:translateX(calc(26 * var(--u)));
  transition:opacity .3s var(--ease),transform .45s cubic-bezier(.2,1.1,.4,1)}
.flow-card-out{transform:translateX(calc(-26 * var(--u)))}
.flow-card.is-in{opacity:1;transform:none}
.flow-logo{display:flex;width:calc(36 * var(--u));height:calc(36 * var(--u));
  border-radius:calc(10 * var(--u));overflow:hidden}
.flow-logo img{width:100%;height:100%;object-fit:cover}
.flow-tick{display:grid;place-items:center;width:calc(36 * var(--u));height:calc(36 * var(--u));
  border-radius:calc(10 * var(--u));background:var(--ink);color:var(--chalk);
  font-weight:700;font-size:calc(11 * var(--u));letter-spacing:.02em}
.flow-body{min-width:0}
.flow-body b{display:block;font-weight:600;font-size:calc(15 * var(--u));line-height:1.25;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.flow-body small{display:block;font-size:calc(12.5 * var(--u));color:var(--ink-faint)}
.flow-amt{font-weight:700;font-size:calc(15 * var(--u))}
.flow-amt-up{color:var(--up)}
/* the line that says one became the other */
.flow-link{position:absolute;left:calc(29 * var(--u));top:calc(62 * var(--u));
  width:calc(2 * var(--u));height:calc(30 * var(--u));border-radius:2px;background:var(--line);
  overflow:hidden}
.flow-link i{display:block;width:100%;height:100%;background:var(--bolt);
  transform:scaleY(0);transform-origin:50% 0;transition:transform .34s var(--ease)}
.flow-stage.is-linked .flow-link i{transform:scaleY(1)}
.flow-since{margin-top:calc(26 * var(--u));padding-bottom:calc(8 * var(--u));
  font-size:calc(12.5 * var(--u));color:var(--ink-faint);
  border-bottom:1px solid var(--line)}
.flow-log{display:flex;flex-direction:column}
.flow-log li{display:grid;grid-template-columns:calc(24 * var(--u)) minmax(0,1fr) auto;
  align-items:center;column-gap:calc(10 * var(--u));padding:calc(9 * var(--u)) 0;
  border-bottom:1px dashed var(--line);font-size:calc(13.5 * var(--u));
  opacity:0;transform:translateY(calc(-6 * var(--u)));
  transition:opacity .3s var(--ease),transform .3s var(--ease)}
.flow-log li.is-in{opacity:1;transform:none}
.flow-log-logo{display:flex;width:calc(24 * var(--u));height:calc(24 * var(--u));
  border-radius:calc(7 * var(--u));overflow:hidden}
.flow-log-logo img{width:100%;height:100%;object-fit:cover}
.flow-log b{font-weight:600}
.flow-log-val{color:var(--up);font-weight:600}

.or-line{display:flex;align-items:center;gap:.75rem;margin:1rem 0;font-size:.875rem;
  color:var(--ink-faint)}
.or-line::before,.or-line::after{content:"";flex:1;height:1px;background:var(--line)}
.pill-block + .connect-fine{margin-top:.75rem;text-align:center}


/* ---------- receipt check ---------- */
.scan-steps{display:flex;flex-direction:column;gap:.625rem;margin-top:1.25rem}
.scan-steps li{display:flex;align-items:center;gap:.75rem;font-size:1rem;
  color:var(--ink-faint);transition:color .2s}
.scan-steps li::before{content:"";flex:none;width:1.125rem;height:1.125rem;border-radius:50%;
  box-shadow:inset 0 0 0 2px var(--line);transition:background-color .2s,box-shadow .2s}
.scan-steps li.is-on{color:var(--ink)}
.scan-steps li.is-on::before{box-shadow:inset 0 0 0 2px var(--bolt);
  background:conic-gradient(var(--bolt) 0 90deg,#0000 90deg 360deg);
  animation:spin .9s linear infinite}
.scan-steps li.is-done{color:var(--ink)}
.scan-steps li.is-done::before{background:var(--bolt);box-shadow:none;animation:none}
.scan-done{margin-top:1.25rem;font-size:.9375rem;line-height:1.55;color:var(--ink-soft)}
.scan-done b{font-weight:600;color:var(--ink)}


/* ---------- wallet picker ---------- */
.wallet-list{display:flex;flex-direction:column;gap:.5rem;margin-top:1.25rem}
.wallet-row{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem .875rem;
  border-radius:12px;background:var(--field);box-shadow:inset 0 0 0 1px var(--line);
  text-align:left;transition:background-color .15s,box-shadow .15s}
.wallet-row:hover{background:var(--surface);box-shadow:inset 0 0 0 1px var(--ink)}
.wallet-row img,.wallet-dot{width:1.75rem;height:1.75rem;border-radius:8px;flex:none}
.wallet-dot{background:var(--line)}
.wallet-row b{flex:1;font-weight:600;font-size:1rem}
.wallet-row span{font-size:.875rem;color:var(--ink-faint)}
.wallet-row:disabled{opacity:.6}
.wallet-hunting{padding:.75rem 0;font-size:.9375rem;color:var(--ink-faint)}


/* ---------- hero: the artifact on the right ---------- */
@media (min-width:64rem){
  .section-hero > .hero-copy{grid-column:1/span 7}
  .section-hero > .hero-tickets{grid-column:8/-1;align-self:center}
}
.hero-tickets{position:relative;z-index:6;display:none;height:21rem}
@media (min-width:64rem){.hero-tickets{display:block}}
/* a paper card sitting on a dark panel keeps the paper palette, or the section's
   light-on-dark tokens make its own labels invisible */
.ticket{position:absolute;left:50%;top:0;width:min(23rem,100%);
  margin-left:calc(min(23rem,100%) / -2);padding:1.125rem 1.25rem 1.25rem;
  border-radius:18px;background:var(--surface);
  --ink:#1a1714;--ink-soft:#5d5649;--ink-faint:#938b7c;--line:#e8dfcd;color:var(--ink);
  box-shadow:0 26px 50px -30px #00000080, inset 0 0 0 1px #00000014;
  transform-origin:50% 100%}
.ticket header{display:flex;align-items:center;gap:.625rem}
.ticket-logo{display:flex;width:2.25rem;height:2.25rem;border-radius:10px;overflow:hidden;
  flex:none}
.ticket-logo img{width:100%;height:100%;object-fit:cover}
.ticket header b{flex:1;font-family:var(--font-display);font-weight:700;font-size:1.125rem;
  letter-spacing:-.02em}
.ticket header time{font-size:.8125rem;color:var(--ink-faint)}
.ticket dl{display:grid;grid-template-columns:1fr auto;gap:.5rem 1rem;margin-top:1rem;
  padding-top:.875rem;border-top:1px dashed var(--line);font-size:1rem}
.ticket dt{color:var(--ink-soft)}
.ticket dd{text-align:right;font-weight:600}
.ticket dd.up{color:var(--up)}
.ticket dd i{font-style:normal;font-weight:600;color:var(--ink-faint);font-size:.8125rem}
.ticket-foot{margin-top:.875rem;font-size:.8125rem;color:var(--ink-faint)}
/* the stack says this happens again tomorrow */
/* the deck turns over: the front card leaves to the right, the one behind steps
   up, and the one that left slides back in at the back. Three cards, one
   keyframe set, offset in time by a third each. */
.ticket{animation:deck 9s cubic-bezier(.45,0,.2,1) infinite}
.ticket:nth-of-type(1){animation-delay:-6s}
.ticket:nth-of-type(2){animation-delay:-3s}
.ticket:nth-of-type(3){animation-delay:0s}
@keyframes deck{
  0%,22%  {transform:translate(0,5.5rem) rotate(-1deg) scale(1);opacity:1;z-index:3}
  30%     {transform:translate(7rem,7rem) rotate(11deg) scale(.97);opacity:0;z-index:3}
  31%     {transform:translate(-5.5rem,.5rem) rotate(-9deg) scale(.88);opacity:0;z-index:1}
  40%,55% {transform:translate(-3.25rem,2.25rem) rotate(-5deg) scale(.9);opacity:.5;z-index:1}
  66%,88% {transform:translate(-1.5rem,3.75rem) rotate(-2.5deg) scale(.95);opacity:.74;z-index:2}
  100%    {transform:translate(0,5.5rem) rotate(-1deg) scale(1);opacity:1;z-index:3}
}
@media (prefers-reduced-motion:reduce){
  .ticket{animation:none}
  .ticket:nth-of-type(1){transform:translate(-3.25rem,2.25rem) rotate(-5deg) scale(.9);opacity:.5}
  .ticket:nth-of-type(2){transform:translate(-1.5rem,3.75rem) rotate(-2.5deg) scale(.95);opacity:.74}
  .ticket:nth-of-type(3){transform:translate(0,5.5rem) rotate(-1deg)}
}


/* the sign-in card waits until it knows what it is showing */
.js .panel{opacity:0;transition:opacity .4s var(--ease)}
.js .panel.is-in{opacity:1}
@media (prefers-reduced-motion:reduce){.js .panel{opacity:1}}

/* holds its place in the layout while it has nothing to say */
.is-quiet{visibility:hidden}
