
:root{
  --ink:#1b3158; --ink-soft:#41464c; --ink-faint:#908290;
  --bolt:#2f578c; --bolt-hover:#1b3158;
  --field:#eef3f8; --surface:#fff; --line:#d5e0e7;
  --lens:#0a1a33; --pitch:#1b3158;
  --tile:#e4ecf3;
  --sky:#acc6e9; --gold:#e9a13f; --sand:#ffcc6f;
  --font-sans:"DM Sans",system-ui,-apple-system,sans-serif;
  --font-display:Quicksand,var(--font-sans);   /* footer links only */
  --font-figure:"Space Grotesk",var(--font-sans);
  --font-mono:"Space Mono",ui-monospace,SFMono-Regular,Menlo,monospace;
  --tight:-.02em; --tighter:-.03em;
  --shadow-card:0 10px 30px -14px #1b315833, 0 2px 6px -2px #1b31580d;
  --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}
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:4px}

/* ---------- type ---------- */
.t-display{font-size:clamp(2rem,3.5vw,3.125rem);line-height:1.1;font-weight:500;letter-spacing:var(--tight)}
/* the hero and the close are set the way Arc sets a headline: caps, no tracking */
.t-up{text-transform:uppercase;font-size:clamp(2.125rem,4.4vw,3.875rem);line-height:1.02;
  font-weight:500;letter-spacing:.004em}
.eyebrow{display:flex;align-items:center;gap:.5em;font-family:var(--font-mono);
  font-size:.8125rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-soft)}
.eyebrow i{font-style:normal;color:var(--gold)}
.section[data-theme="dark"] .eyebrow{color:var(--sky)}
.t-head{font-size:clamp(1.75rem,2.6vw,2.5rem);line-height:1.1;font-weight:500;letter-spacing:var(--tight)}
.t-lead,.t-body{font-size:1.0625rem;line-height:1.625}
.t-small{font-size:.9375rem;line-height:1.45}
.wordmark{font-family:var(--font-sans);font-weight:500;letter-spacing:-.03em}
/* 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.5rem;border-radius:8px;font-size:1rem;font-weight:500;line-height:1;
  letter-spacing:var(--tight);white-space:nowrap;
  transition:background-color .2s,color .2s,box-shadow .2s}
.pill-sm{height:2.375rem;padding-inline:1rem;font-size:.9375rem}
.pill-ink{background:var(--ink);color:var(--surface)}
.pill-ink:hover{background:var(--pitch)}
.pill-bolt{background:var(--sky);color:#12294c}
.pill-bolt:hover{background:#cdddf2}
.pill-surface{background:var(--surface);color:var(--ink);box-shadow:inset 0 0 0 1px var(--line)}
.pill-surface:hover{background:var(--field)}
/* the outlined half of an Arc button pair */
.pill-line{color:inherit;box-shadow:inset 0 0 0 1px #ffffff5c}
.pill-line:hover{background:#ffffff1a}
.cta-row{display:flex;flex-wrap:wrap;gap:.75rem}
.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:#1b315814}
.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(--surface)}
.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:.5rem}
.nav-item{padding:.5rem .9375rem;border-radius:6px;font-size:.9375rem;font-weight:500;
  color:var(--ink-soft);transition:background-color .2s,color .2s}
.nav-item:hover{color:var(--ink)}
.nav-item-solid{background:var(--sky);color:#12294c}
.nav-item-solid:hover{background:#cdddf2;color:#12294c}
.site-header.is-inverted .nav-group{background:none;box-shadow:none}
.site-header.is-inverted .nav-item{color:#cdddf2}
.site-header.is-inverted .nav-item:hover{color:var(--surface)}
.site-header.is-inverted .nav-item-solid{background:var(--sky);color:#12294c}
.site-header.is-inverted .nav-item-solid:hover{background:#cdddf2;color:#12294c}
@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:opacity .25s linear}
.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"]{opacity:0}

/* Below the deck breakpoint the panels simply scroll, so nothing wipes the
   fixed background layers and the top one covers all five — leaving the panels
   that are written in white text sitting on a pale ground. Off the deck, each
   panel carries its own ground instead. The textured layer stays behind the
   first screen, which is the only place it belongs. */
@media (max-width:63.99rem){
  .bgs{position:absolute;height:100svh}
  .section{position:relative;z-index:1}
  .section-hero{background:linear-gradient(180deg,#06122a 0%,#12294c 34%,#2b5185 66%,#6f97a8 86%,#e3cfa8 100%)}
  .section-steps{background:var(--field)}
  .section-wall{background:var(--lens)}
  .section-ledger{background:var(--surface)}
  .section-closing{background:#06122a}
}
/* the Arc horizon: navy overhead, warm sand at the bottom edge */
.arc-sky{background:linear-gradient(180deg,#06122a 0%,#12294c 30%,#2b5185 58%,#6f97a8 80%,#e3cfa8 100%)}
.arc-sky::after{content:"";position:absolute;inset:auto -12% -46% -12%;height:72%;
  border-radius:50%;background:radial-gradient(62% 72% at 50% 0%,#f6e6c68c,#f6e6c600 70%)}
.on-field{background:var(--field)}
.on-surface{background:var(--surface)}
.on-lens{background:var(--lens)}
.on-dusk{background:linear-gradient(180deg,#06122a 0%,#0f2244 64%,#1b3158 100%)}
.on-dusk::after{content:"";position:absolute;inset:auto -20% -58% -20%;height:64%;
  border-radius:50%;background:radial-gradient(58% 64% at 50% 0%,#e9a13f3d,#e9a13f00 72%)}
/* tesserae: a faint grid with a few tiles set into it */
.mosaic{position:absolute;inset:0;
  background-image:linear-gradient(var(--grid,#ffffff14) 1px,#0000 1px),
                   linear-gradient(90deg,var(--grid,#ffffff14) 1px,#0000 1px);
  background-size:72px 72px;
  -webkit-mask-image:radial-gradient(82% 74% at 50% 44%,#000,#0000);
  mask-image:radial-gradient(82% 74% at 50% 44%,#000,#0000)}
.mosaic-ink{--grid:#1b31581f}
.drift{position:absolute;inset:0;overflow:hidden}
.drift i{position:absolute;display:block;border-radius:7px;background:var(--sky);opacity:.16;
  animation:drift var(--s,26s) ease-in-out infinite alternate}
.drift i.is-gold{background:var(--sand);opacity:.44}
@keyframes drift{from{transform:translateY(8px)}to{transform:translateY(-18px)}}

.section[data-theme="dark"]{color:var(--surface)}
.section[data-theme="dark"] .muted{color:var(--sky)}
.section[data-theme="dark"] .t-lead{color:#cdddf2}
.section[data-theme="dark"] .hero-fine,.section[data-theme="dark"] .tile-note{color:#908290}

/* deck */
.is-live .scroller{height:100vh;overflow:hidden}
.is-live .deck{transform:translate3d(0,calc(var(--i,0) * -100vh),0);transition:transform .5s var(--ease)}
/* while the mosaic covers the screen the panel changes underneath it */
.landing.is-jump .deck,.landing.is-jump .portal{transition:none}

/* ---------- phone portal ---------- */
/* The phone is either fixed (deck) or dropped into a panel (scrolling). Until
   JS says which, it stays invisible rather than flashing at the top of the page. */
.portal{grid-column:1/-1;display:flex;justify-content:center;margin-bottom:clamp(1.5rem,7vh,3.375rem);
  opacity:0}
.is-live .portal,.is-flow .portal{opacity:1;transition:opacity .35s var(--ease)}
.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 #1b315854);
  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.25rem}
.col-lead .t-lead{max-width:38ch;color:var(--ink-soft)}

@media (min-width:64rem){
  .section-steps > .col-lead{grid-column:1/span 5}
  .section-steps > .slot{grid-column:7/-1}
  .section-ledger > .slot{grid-column:1/span 4}
  .section-ledger > .ledger-col{grid-column:7/-1}
}

/* ---------- device ---------- */
.device{--phone-h:var(--device-h);--bezel:#18212f;--bezel-ink:#8ea3bd;
  position:relative;height:var(--phone-h);aspect-ratio:433/882;
  box-shadow:0 26px 70px -18px #1b31584d}
.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:#eef3f8;
  background:linear-gradient(180deg,#081a35 0%,#0f2244 58%,#16305c 100%);
  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-main{flex:1;min-height:0;padding:calc(18 * var(--u)) calc(22 * var(--u)) 0}




/* ---------- 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:14px;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:#0d2745}
.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(--sky);color:#1b3158;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:#908290}
.tile-arrow{width:2rem;height:2rem}

/* ---------- panel five: one statement, no cards ---------- */
.closing-mid{display:flex;flex-direction:column;align-items:center;gap:1.75rem;text-align:center}
.closing-mid .eyebrow{justify-content:center}
.closing-line{max-width:18ch}



/* ---------- closing panel, optically centred ---------- */
.section-closing{display:flex;flex-direction:column;padding-block:8vh 2.5rem}
.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;align-items:end;
  justify-items:stretch;text-align:left}}
.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;align-items:center;gap:1.25rem;font-family:var(--font-display);
  font-size:.9375rem;font-weight:600;letter-spacing:-.01em}
.doc-foot{font-family:var(--font-display);font-weight:600}

/* ---------- the mosaic: the intro, and every panel change ---------- */
/* The ground is on the splash itself, not on the tiles: the tiles are built by
   JS, and until they exist the page underneath would otherwise show through. */
.splash{position:fixed;inset:0;z-index:60;pointer-events:none;background:var(--lens);
  animation:splash-failsafe .01s linear 5s forwards}
/* the cover is opaque now, so it must come off even if the script never runs */
@keyframes splash-failsafe{to{visibility:hidden}}
/* the whole cover fades. Shrinking tiles left hard-edged holes in the middle of
   the screen, which read as a box popping up rather than as a reveal. */
.intro-open .splash{opacity:0;transition:opacity .45s linear}
.curtain{position:fixed;inset:0;display:grid;
  grid-template-columns:repeat(var(--c,9),1fr);grid-template-rows:repeat(var(--r,6),1fr)}
.splash-mark{position:fixed;top:50%;left:50%;width:124px;height:124px;
  transform:translate(-50%,-50%)}
.splash-mark rect{transform:scale(0);transform-box:fill-box;transform-origin:center;
  animation:tile-set .42s cubic-bezier(.34,1.3,.64,1) calc(var(--i,0) * .04s) forwards}
/* 1 - the logo sets itself, tile by tile, driven by CSS: waiting for the script
   to start it meant a blank cover for as long as the script took to run */
@keyframes tile-set{to{transform:scale(1)}}
/* 2 - it lifts off in one piece, logo and all */
.intro-open .splash-mark{opacity:0;transition:opacity .3s linear}
.intro-done .splash{display:none}

/* the same grid, closing over a panel and opening on the next one */
.curtain{z-index:40;pointer-events:none;visibility:hidden}
.curtain[data-on]{visibility:visible}
.curtain i{background:var(--fill,#0a1a33);transform:scale(0);opacity:0;will-change:transform}
.curtain[data-on="cover"] i{transform:scale(1.02);opacity:1;
  transition:transform .36s var(--ease) var(--d2),opacity .22s linear var(--d2)}
.curtain[data-on="clear"] i{transform:scale(0);opacity:0;
  transition:transform .46s var(--ease) var(--d),opacity .34s linear var(--d)}

.site-header{opacity:0;transition:opacity .45s linear}
.intro-done .site-header{opacity:1}

/* hero entrance */
.hero-in{opacity:0;transform:translateY(14px)}
.intro-done .hero-in{opacity:1;transform:none;
  transition:opacity .7s var(--ease) var(--d,0s),transform .7s 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 ---------- */
/* A sky wash falling off toward the page, with the grid faint underneath it -
   the flat grid read as graph paper edge to edge. */
.page{min-height:100vh;background-color:var(--field);
  background-image:
    radial-gradient(76% 52% at 50% -8%,#acc6e97a,#acc6e900 72%),
    radial-gradient(42% 30% at 90% 4%,#ffcc6f26,#ffcc6f00 70%),
    linear-gradient(#1b31580a 1px,#0000 1px),
    linear-gradient(90deg,#1b31580a 1px,#0000 1px);
  background-size:100% 100%,100% 100%,80px 80px,80px 80px;
  background-repeat:no-repeat,no-repeat,repeat,repeat;
  background-attachment:fixed,fixed,fixed,fixed}
.doc-lockup{display:inline-flex;align-items:center;gap:.375rem}
.doc-lockup .mark{width:29px;height:29px;flex:none}
.doc-lockup .wordmark{font-size:23px}
.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:1rem;font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.02;
  font-weight:500;letter-spacing:var(--tight);text-transform:uppercase}
.doc-shell > .eyebrow,.shelf-shell > .eyebrow{margin-top:2.5rem}
.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:6px;font-size:.9375rem;color:var(--ink-faint);
  transition:color .2s,background-color .2s}
.doc-nav a:hover{color:var(--ink-soft);background:#1b31580f}
.doc-nav a.is-on{color:var(--ink);background:#1b315814}

.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.4375rem;
  font-weight:500;letter-spacing:var(--tight)}
.doc-sections h2 i{font-style:normal;font-family:var(--font-mono);font-size:.8125rem;
  color:var(--gold)}
.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}
.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:14px;background:#ffffffd9;
  -webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);
  box-shadow:0 24px 60px -28px #1b31584d, inset 0 0 0 1px #ffffffb3}
.panel-title{font-size:1.625rem;line-height:1.15;font-weight:500;letter-spacing:var(--tight)}
.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:8px;
  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 #2f578c33}
.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:8px}
.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:#a3372a;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:8px;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%;max-width:1080px;margin-inline:auto;
  padding:3.5rem clamp(1.25rem,4vw,3.5rem) 5rem}
.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(1.875rem,3.2vw,2.375rem);line-height:1.2;font-weight:500;
  letter-spacing:var(--tight)}

.search{display:inline-flex;align-items:center;gap:.625rem;height:2.75rem;padding-inline:1rem;
  border-radius:8px;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:6px;font-size:.9375rem;
  letter-spacing:var(--tight);color:var(--ink-soft);transition:background-color .2s,color .2s}
.filter:hover{background:#1b315814;color:var(--ink)}
.filter.is-on{background:var(--ink);color:var(--surface)}


.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(--surface)}
.shelf-banner p{font-size:.9375rem;line-height:1.6;color:#acc6e9;max-width:70ch}
.shelf-banner strong{font-weight:500;color:var(--surface)}
.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:12px;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:6px;
  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:6px;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:#a3372a}
.stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:1rem}
.stat{padding:1.25rem 1.375rem;border-radius:12px;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))}}






/* say plainly what is not built yet */
.next-up{margin-top:1.75rem;padding:1.125rem 1.25rem;border-radius:10px;
  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%;max-width:960px;margin-inline:auto;padding:1.5rem clamp(1.25rem,4vw,2rem)}
.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;padding-bottom:1.75rem;border-bottom:1px solid var(--line)}
.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:12px;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:4px;font-size:.8125rem;
  text-transform:capitalize}
.tag-pending{background:#fdf1dc;color:#8a5a10}
.tag-approved{background:#dff1e4;color:#1d6b38}
.tag-rejected{background:#fbe3df;color:#95331f}
.tag-reviewing{background:#e6eef6;color:#2f578c}

/* the add-a-subscription sheet */
.sheet-over{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:1.5rem;
  background:#1b315866;-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:10px;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)}

.txlink{color:var(--bolt);font-size:.8125rem;text-decoration:underline;text-underline-offset:3px}
.txlink:hover{color:var(--bolt-hover)}
#payoutBar{display:flex;align-items:center;gap:.75rem}

/* Touch targets: the header controls and shelf filters sit at 36-37px, which
   is fine for a cursor and cramped for a thumb. Raised to 44px on touch only,
   so the desktop header keeps its proportions. */
@media (max-width:63.99rem){
  /* fixed over a scrolling page, so it cannot be transparent */
  .site-header{background:#eef3f8e0;-webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px)}
  .site-header.is-inverted{background:#06122ae0}
  .nav-item{min-height:44px}
  .filter{min-height:44px;padding-inline:1rem}
}

/* where the $TESS is sent */
.pill-quiet{height:2.75rem;padding-inline:1.25rem;font-size:.9375rem;
  background:var(--surface);color:var(--ink);box-shadow:inset 0 0 0 1px var(--line)}
.pill-quiet:hover{box-shadow:inset 0 0 0 1px var(--bolt);color:var(--bolt)}
.payout{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem;
  margin-top:2rem;padding:1.5rem 1.625rem;border-radius:12px;background:var(--surface);
  box-shadow:var(--shadow-card)}
.payout-addr{margin-top:.5rem}
.payout-addr code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1rem;
  color:var(--ink);word-break:break-all}
.payout .acc-quiet{margin-top:.375rem}
.payout-acts{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}
.payout-acts .linkish{width:auto;margin-top:0;text-align:right}
@media (max-width:40rem){.payout-acts{align-items:flex-start;width:100%}
  .payout-acts .linkish{text-align:left}}

/* 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:#1b3158d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
.shot-over img{max-width:min(46rem,100%);max-height:82vh;border-radius:14px;
  box-shadow:0 30px 70px -30px #000}
.shot-over p{margin-top:1rem;font-size:.875rem;color:#cdddf2;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:6px;font-size:.8125rem;color:#908290;box-shadow:inset 0 0 0 1px #ffffff29}
.token-pill:hover{color:var(--surface)}
.token-pill strong{font-weight:500;color:var(--surface)}
.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:#908290}
.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:#908290;text-decoration:underline;
  text-underline-offset:3px}
.token-copy:hover{color:var(--surface)}
.token-spec #specAddr.pending{color:#908290;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:#eef3f8}
@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:#acc6e9}
.quote-back:hover{color:#eef3f8}
.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-mono);font-size:clamp(2.5rem,6vw,3.75rem);line-height:1;
  letter-spacing:-.02em}
.quote-name{margin-top:.625rem;font-size:1rem;color:#acc6e9}
.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:6px;font-family:var(--font-mono);font-size:.75rem;letter-spacing:.08em;
  text-transform:uppercase;color:#cdddf2;box-shadow:inset 0 0 0 1px #ffffff29}
.quote-flag::before{content:"";width:.4375rem;height:.4375rem;border-radius:50%;background:#908290}
.quote-flag.is-live::before{background:var(--bolt);box-shadow:0 0 0 4px #2f578c33}
.quote-addr{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;max-width:100%;
  font-size:.875rem;color:#908290}
.quote-addr code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8125rem;
  color:#dce9fb;word-break:break-all}
.quote-copy{font-size:.8125rem;color:#acc6e9;text-decoration:underline;text-underline-offset:3px}
.quote-copy:hover{color:#eef3f8}

.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-family:var(--font-mono);font-size:.6875rem;letter-spacing:.14em;
  text-transform:uppercase;color:#acc6e9}
.quote-stats dd{margin-top:.375rem;font-family:var(--font-figure);font-size:1.0625rem;
  line-height:1.3;color:#eef3f8}
.quote-stats dd.pending{color:#908290}

.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:14px;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:.5rem;border-radius:2px;background:var(--field);overflow:hidden}
.alloc-track i{display:block;height:100%;border-radius:2px;
  background:linear-gradient(90deg,var(--bolt),var(--sky))}
.alloc-pct{font-family:var(--font-mono);font-size:.875rem;text-align:right}

/* 03 — a worked month */
.doc-sections .tok-eg{margin-top:1.5rem;padding:1.25rem 1.375rem;border-radius:14px;
  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)}
.fee-table td{font-family:var(--font-mono);font-size:.875rem}

/* 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-mono);font-size:.8125rem;color:var(--gold)}
.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:14px;
  background:#fff4ef;box-shadow:inset 0 0 0 1px #f2d6c9;font-size:.9375rem;line-height:1.65;
  color:#8a4a33}

/* 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:8px;font-family:Geist,var(--font-sans);
  font-size:.9375rem;font-weight:600;
  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:#cdddf2}
.site-header.is-inverted .token-chip:hover{color:var(--surface)}
@media (max-width:47.99rem){.token-chip{display:none}}

/* the sign-in page sits on the Arc horizon: everything outside the card is light */
.connect.arc-sky{color:var(--surface)}
.connect .back{color:var(--sky)}
.connect .back:hover{color:var(--surface)}
.connect-shell > .connect-foot{color:var(--sky)}

/* ---------- the app: dark, mono-labelled, laid out in tiles ---------- */
.app-top{display:flex;align-items:center;justify-content:space-between;
  padding:calc(70 * var(--u)) calc(20 * var(--u)) 0;
  font-family:var(--font-mono);font-size:calc(12 * var(--u));letter-spacing:.12em;
  text-transform:uppercase;color:#9fb8da}
.app-tag{display:flex;align-items:center;gap:calc(7 * var(--u));color:#eef3f8}
.app-mark{width:calc(17 * var(--u));height:calc(17 * var(--u));flex:none}
.app-net{color:var(--sand)}
.app-unit{font-family:var(--font-mono);font-size:calc(12.5 * var(--u));letter-spacing:.1em;
  text-transform:uppercase;color:#9fb8da}
.app-figure{margin-top:calc(6 * var(--u));font-family:var(--font-figure);
  font-size:calc(44 * var(--u));line-height:1;letter-spacing:-.02em}
.app-strip{display:flex;justify-content:space-between;
  margin:0 calc(20 * var(--u)) calc(26 * var(--u));padding-top:calc(12 * var(--u));
  border-top:1px solid #ffffff1f;font-family:var(--font-mono);font-size:calc(10 * var(--u));
  letter-spacing:.1em;text-transform:uppercase;color:#9fb8da}

/* reading the card, as a log */
.scan-meter{display:block;height:calc(4 * var(--u));margin-top:calc(14 * var(--u));
  border-radius:2px;background:#ffffff1f;overflow:hidden}
.scan-meter i{display:block;height:100%;width:0;border-radius:2px;
  background:linear-gradient(90deg,var(--sky),#fff);transition:width .45s linear}
.log{margin-top:calc(16 * var(--u))}
.log li{display:flex;align-items:center;gap:calc(10 * var(--u));
  padding:calc(11 * var(--u)) 0;border-bottom:1px solid #ffffff14;
  opacity:0;transform:translateY(calc(5 * var(--u)))}
.log li.is-in{opacity:1;transform:none;transition:opacity .3s var(--ease),transform .3s var(--ease)}
.log-logo{display:flex;align-items:center;justify-content:center;flex:none;
  width:calc(31 * var(--u));height:calc(31 * var(--u));border-radius:calc(8 * var(--u));
  overflow:hidden}
.log-logo img{width:auto;height:auto;max-width:74%;max-height:74%;object-fit:contain}
.log-logo-blank{box-shadow:inset 0 0 0 1px #ffffff29}
.log b{font-weight:400;font-size:calc(15 * var(--u))}
.log span{font-family:var(--font-mono);font-size:calc(10 * var(--u));color:#8fa9cd}
.log i{margin-left:auto;font-style:normal;font-family:var(--font-figure);
  font-size:calc(16 * var(--u));font-weight:500;color:var(--sand)}
.log-wait b{color:#8fa9cd}

/* what you have earned, one tile per company */
.mos{display:grid;grid-template-columns:repeat(3,1fr);gap:calc(8 * var(--u));
  margin-top:calc(18 * var(--u))}
.mos-tile{display:flex;flex-direction:column;gap:calc(5 * var(--u));
  padding:calc(11 * var(--u)) calc(10 * var(--u));border-radius:calc(9 * var(--u));
  background:#ffffff0f;box-shadow:inset 0 0 0 1px #ffffff1f;
  opacity:0;transform:scale(.9)}
.mos-tile.is-in{opacity:1;transform:none;
  transition:opacity .35s linear,transform .4s cubic-bezier(.34,1.3,.64,1)}
.mos-tile img{width:calc(20 * var(--u));height:calc(20 * var(--u));object-fit:contain}
.mos-tile b{font-weight:400;font-family:var(--font-figure);font-size:calc(15 * var(--u))}
.mos-tile i{font-style:normal;font-family:var(--font-figure);font-size:calc(12 * var(--u));
  color:#9fb8da}
.mos-gold{background:#e9a13f29;box-shadow:inset 0 0 0 1px #e9a13f66}
.mos-gold b{color:var(--sand);font-family:var(--font-figure)}
.mos-gold i{color:var(--gold)}

/* one claim, settled */
.receipt{margin-top:calc(16 * var(--u));padding:calc(15 * var(--u)) calc(16 * var(--u));
  border-radius:calc(12 * var(--u));background:#ffffff0f;box-shadow:inset 0 0 0 1px #ffffff1f}
.receipt-row{display:flex;align-items:baseline;justify-content:space-between;
  gap:calc(10 * var(--u));padding:calc(6 * var(--u)) 0;font-size:calc(14 * var(--u))}
.receipt-row span{color:#8fa9cd}
.receipt-row b{font-weight:400;font-family:var(--font-figure)}
.receipt-row em{font-style:normal;font-family:var(--font-mono);font-size:calc(11 * var(--u));
  color:var(--sand)}
.receipt-sep{display:block;height:1px;margin:calc(9 * var(--u)) 0;background:#ffffff1f}
.receipt-big b{font-size:calc(24 * var(--u));color:#fff}
.receipt-tx{margin-top:calc(12 * var(--u));font-family:var(--font-mono);
  font-size:calc(10 * var(--u));letter-spacing:.06em;color:#7f9dc8}

/* ---------- panel 0: the claim, centred, over a band of rates ---------- */
.hero-mid{display:flex;flex-direction:column;align-items:center;gap:1.25rem;
  max-width:60ch;margin-inline:auto;text-align:center}
.hero-mid .eyebrow{justify-content:center}
.hero-mid .t-lead{max-width:48ch;color:#cdddf2}
.band{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;
  margin-top:clamp(1.5rem,4vh,2.5rem)}
@media (min-width:48rem){.band{grid-template-columns:repeat(8,1fr)}}
.band li{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem;
  border-radius:8px;background:#06122ab3;box-shadow:inset 0 0 0 1px #ffffff3d;
  -webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}
.band li > span{display:flex;align-items:center;justify-content:center;flex:none;
  width:2rem;height:2rem;border-radius:6px;overflow:hidden}
.band li img{width:74%}
.band li i{font-style:normal;font-family:var(--font-figure);font-size:1.0625rem;
  font-weight:500;letter-spacing:-.01em;color:var(--sand)}

/* ---------- panel 1: three steps ---------- */
.steps{display:flex;flex-direction:column;width:100%}
.step{display:grid;grid-template-columns:2.25rem 1fr;gap:1rem;padding:1.125rem 0;
  border-top:1px solid var(--line)}
.step b{font-family:var(--font-mono);font-size:.8125rem;font-weight:400;color:var(--gold)}
.step span{font-size:1rem;line-height:1.55;color:var(--ink-soft)}
.step strong{display:block;font-weight:500;color:var(--ink)}

/* ---------- panel 2: the shelf as a wall of tiles ---------- */
.section-wall{align-content:center;row-gap:clamp(1.75rem,5vh,3rem)}
.wall-head{display:flex;flex-direction:column;gap:1.5rem}
@media (min-width:64rem){.wall-head{flex-direction:row;justify-content:space-between;
  align-items:flex-end;gap:4rem}}
.wall-head .eyebrow{margin-bottom:1rem}
.wall-head .t-lead{max-width:40ch}
.wall{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}
@media (min-width:48rem){.wall{grid-template-columns:repeat(6,1fr)}}
@media (min-width:64rem){.wall{grid-template-columns:repeat(8,1fr)}}
.wall-tile{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;border-radius:8px;
  background:#ffffff0a;box-shadow:inset 0 0 0 1px #ffffff1f}
.wall-tile > span{display:flex;align-items:center;justify-content:center;flex:none;
  width:2.25rem;height:2.25rem;border-radius:7px;overflow:hidden}
.wall-tile img{width:74%}
.wall-tile b{font-weight:400;font-size:.9375rem;line-height:1.25}
.wall-tile i{font-style:normal;font-family:var(--font-figure);font-size:1.125rem;
  font-weight:500;letter-spacing:-.01em;color:var(--sand)}
.wall-more{align-items:center;justify-content:center;background:none;
  box-shadow:inset 0 0 0 1px #ffffff3d}
.wall-more a{font-family:var(--font-mono);font-size:.75rem;color:var(--sky)}
.wall-more a:hover{color:#fff}

/* ---------- panel 3: the year as a ledger ---------- */
.section-ledger{align-content:center}
.ledger-col{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem}
.ledger{width:100%;border-collapse:collapse}
.ledger th{padding:.75rem 0;text-align:left;font-family:var(--font-mono);font-size:.6875rem;
  font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-faint);
  border-bottom:1px solid var(--line)}
.ledger td{padding:.9375rem 0;font-size:1.0625rem;border-bottom:1px solid var(--line);
  color:var(--ink-soft)}
.ledger .num{text-align:right;font-family:var(--font-figure);color:var(--ink)}
.ledger tfoot td{font-family:var(--font-figure);color:var(--ink);border-bottom:0}

/* ---------- panel 4: the close ---------- */
.stat-tiles{display:grid;grid-template-columns:1fr;gap:.75rem;width:100%;max-width:52rem;
  margin-top:.5rem;text-align:left}
@media (min-width:48rem){.stat-tiles{grid-template-columns:repeat(3,1fr)}}
.stat-tiles li{padding:1.125rem 1.25rem;border-radius:10px;box-shadow:inset 0 0 0 1px #ffffff29}
.stat-tiles b{display:block;font-family:var(--font-figure);font-size:1.75rem;font-weight:400;
  line-height:1.1;color:#fff}
.stat-tiles span{display:block;margin-top:.375rem;font-size:.875rem;line-height:1.4;color:#acc6e9}

/* ---------- the shelf, as tiles ---------- */
.sortbar{display:flex;align-items:center;gap:1.25rem;margin-top:2rem;padding-bottom:.75rem;
  border-bottom:1px solid var(--line);font-family:var(--font-mono);font-size:.6875rem;
  letter-spacing:.14em;text-transform:uppercase;color:var(--ink-faint)}
.sortbar button{font:inherit;letter-spacing:inherit;color:inherit}
.sortbar button:hover{color:var(--ink-soft)}
.sortbar button.is-sorted{color:var(--ink)}
.shelf-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1.5rem}
@media (min-width:40rem){.shelf-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (min-width:64rem){.shelf-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
.shelf-tile{display:flex;flex-direction:column;gap:.5rem;min-height:9.5rem;padding:1rem;
  border-radius:10px;background:var(--surface);box-shadow:inset 0 0 0 1px var(--line);
  transition:box-shadow .2s}
.shelf-tile:hover{box-shadow:inset 0 0 0 1px var(--sky)}
.shelf-tile.is-soon{opacity:.5}
.shelf-logo{display:flex;align-items:center;justify-content:center;flex:none;
  width:2.875rem;height:2.875rem;border-radius:8px;overflow:hidden}
.shelf-logo img{width:72%}
.shelf-tile b{font-weight:500;font-size:1rem;line-height:1.25}
.shelf-cat{font-family:var(--font-mono);font-size:.6875rem;letter-spacing:.1em;
  text-transform:uppercase;color:var(--ink-faint)}
.shelf-tile i{margin-top:auto;font-style:normal;font-family:var(--font-figure);
  font-size:1.5rem;color:var(--ink)}
.no-hits{margin-top:2.5rem;font-size:1.0625rem;color:var(--ink-soft)}

/* ---------- the account screen: the balance leads on a dark card ---------- */
.acc-head{padding:1.75rem;border-radius:14px;border-bottom:0;
  background:linear-gradient(150deg,#0a1a33 0%,#1b3158 70%,#2f578c 100%);color:#eef3f8}
.acc-head .acc-label{font-family:var(--font-mono);font-size:.6875rem;letter-spacing:.14em;
  text-transform:uppercase;color:var(--sky)}
.acc-head .acc-total{color:#fff}
.acc-head .acc-quiet{color:var(--sky)}
.acc-head .wallet-chip{margin-top:0;background:#ffffff14;box-shadow:inset 0 0 0 1px #ffffff29;
  color:var(--sky)}
.acc-head .wallet-chip:hover{color:#fff}
#claimsWrap .admin-table th{font-family:var(--font-mono);font-size:.6875rem;letter-spacing:.14em;
  text-transform:uppercase;color:var(--ink-faint)}
