/* HHR storefront. Tokens, base, then components in the order a visitor
   meets them. Motion is purposeful and switches off under reduced-motion. */

@font-face { font-family: "Bricolage"; src: url("fonts/bricolage-grotesque.woff2") format("woff2"); font-weight: 500 700; font-display: swap; }
@font-face { font-family: "Plex"; src: url("fonts/ibm-plex-sans.woff2") format("woff2"); font-weight: 100 700; font-display: swap; }

:root {
  /* Golden-hour theme: warm dusk ground, orange + gold accents, sunset glow. */
  --paper: #17100a;
  --surface: #241811;
  --surface-2: #2f2015;
  --ink: #fbeee0;
  --muted: #c6a98e;
  --faint: #8a7058;
  --line: #3a2919;
  --line-strong: #503b26;
  --brand: #f2913a;
  --brand-2: #ffb454;
  --brand-deep: #d4741c;
  --brand-ink: #2a1500;
  --brand-tint: rgba(242, 145, 58, 0.16);
  --accent: #ffc24a;
  --accent-deep: #eaa321;
  --accent-ink: #2e1e00;
  --ok: #74c95a;
  --warn: #ffca4a;
  --bad: #ff6f5a;
  --dark: #100a06;
  --dark-2: #1c130b;
  --on-dark: #fbeee0;
  --on-dark-muted: #c6a98e;
  --sky-1: #f6a623;
  --sky-2: #e17a1c;
  --sky-3: #9c4a17;

  --font-text: "Plex", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-display: "Bricolage", "Plex", ui-sans-serif, system-ui, sans-serif;

  --s1: 4px; --s2: 8px; --s3: 12px; --s4: 16px; --s5: 24px; --s6: 32px; --s7: 48px; --s8: 80px;
  --t0: 0.8125rem; --t1: 0.9375rem; --t2: 1.0625rem; --t3: 1.25rem; --t4: 1.5rem; --t5: clamp(1.75rem, 1.3rem + 1.6vw, 2.25rem); --t6: clamp(2.5rem, 1.6rem + 3.6vw, 4.25rem);
  --radius: 10px;
  --radius-lg: 18px;
  --container: 1160px;
  --measure: 62ch;
  --shadow: 0 1px 0 rgba(255,255,255,0.03) inset, 0 10px 30px -14px rgba(0, 0, 0, 0.7);
  --shadow-lift: 0 1px 0 rgba(255,255,255,0.04) inset, 0 24px 48px -18px rgba(0, 0, 0, 0.8);
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 84px; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
html:not(.lenis) { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 var(--t2)/1.55 var(--font-text); overflow-x: clip; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.1; letter-spacing: -0.02em; margin: 0 0 var(--s3); color: var(--ink); text-wrap: balance; }
h1 { font-size: var(--t6); font-weight: 700; letter-spacing: -0.03em; }
h2 { font-size: var(--t5); }
h3 { font-size: var(--t3); }
p { margin: 0 0 var(--s4); max-width: var(--measure); }
a { color: var(--brand); text-decoration-thickness: 1px; text-underline-offset: 0.16em; transition: color 0.15s; }
a:hover { color: var(--brand-deep); }
small, .small { font-size: var(--t0); }
.muted { color: var(--muted); }
.num { font-variant-numeric: tabular-nums; }
ul, ol { padding-left: 1.25em; }
img, svg { display: block; max-width: 100%; }
hr { border: 0; border-top: 1px solid var(--line); margin: var(--s6) 0; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.9em; background: var(--surface-2); color: var(--brand-2); padding: 0.05em 0.35em; border-radius: 4px; }
table { border-collapse: collapse; width: 100%; font-size: var(--t1); }
th, td { text-align: left; padding: var(--s2) var(--s3); border-bottom: 1px solid var(--line); vertical-align: top; }
th { font-weight: 600; color: var(--muted); font-size: var(--t0); text-transform: uppercase; letter-spacing: 0.05em; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: var(--s4); top: -100px; background: var(--ink); color: #fff; padding: var(--s2) var(--s3); border-radius: var(--radius); z-index: 100; }
.skip:focus { top: var(--s4); }

.wrap { max-width: var(--container); margin: 0 auto; padding-inline: var(--s5); }
@media (max-width: 640px) { .wrap { padding-inline: var(--s4); } }
.narrow { max-width: 760px; }
.section { padding-block: var(--s8); }
.section.tight { padding-block: var(--s7); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: var(--s4); flex-wrap: wrap; margin-bottom: var(--s6); }
.section-head h2 { margin: 0; }
.section-head p { margin: var(--s2) 0 0; color: var(--muted); }
.eyebrow { display: inline-flex; align-items: center; gap: var(--s2); font-size: var(--t0); font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--brand); margin-bottom: var(--s3); }
.eyebrow::before { content: ""; width: 20px; height: 2px; background: var(--accent); border-radius: 2px; }
.band { background: var(--surface); border-block: 1px solid var(--line); }
.band-dark { background: var(--dark); color: var(--on-dark); border-block: 1px solid var(--line); }
.band-dark h2, .band-dark h3 { color: #fff; }
.band-dark p { color: var(--on-dark-muted); }
.band-dark .eyebrow { color: var(--accent); }

/* ------------------------------------------------------------ motion --- */
/* Reveals: hidden by default while JS is alive, shown on .in (light path) or
   animated by GSAP (desktop). If JS is fully dead (.no-js) or motion is
   reduced, everything is visible so content is never lost. */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
[data-reveal="left"] { transform: translateX(-26px); }
[data-reveal="scale"] { transform: scale(0.95) translateY(12px); }
[data-reveal].in { opacity: 1; transform: none; }
html.light-motion [data-stagger] > * { opacity: 0; transform: translateY(18px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
html.light-motion [data-stagger].in > * { opacity: 1; transform: none; }
html.light-motion [data-stagger].in > :nth-child(2) { transition-delay: 0.06s; }
html.light-motion [data-stagger].in > :nth-child(3) { transition-delay: 0.12s; }
html.light-motion [data-stagger].in > :nth-child(4) { transition-delay: 0.18s; }
html.light-motion [data-stagger].in > :nth-child(n+5) { transition-delay: 0.24s; }
.no-js [data-reveal], .no-js [data-stagger] > * { opacity: 1 !important; transform: none !important; }
.wm-line { display: inline-block; overflow: hidden; vertical-align: top; }
.wm-word { display: inline-block; }
@media (prefers-reduced-motion: reduce) { [data-reveal], [data-stagger] > * { opacity: 1 !important; transform: none !important; } }
/* Light-path ticker uses a CSS marquee. */
.ticker ul.scrolling { animation: tickerY 26s linear infinite; }
@keyframes tickerY { to { transform: translateY(-50%); } }
[data-reveal="left"] { transform: translateX(-20px); }
[data-reveal="scale"] { transform: scale(0.96); }
[data-stagger] > * { opacity: 0; transform: translateY(14px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
[data-stagger].in > * { opacity: 1; transform: none; }
[data-stagger].in > :nth-child(2) { transition-delay: 0.06s; }
[data-stagger].in > :nth-child(3) { transition-delay: 0.12s; }
[data-stagger].in > :nth-child(4) { transition-delay: 0.18s; }
[data-stagger].in > :nth-child(5) { transition-delay: 0.24s; }
[data-stagger].in > :nth-child(6) { transition-delay: 0.3s; }
[data-stagger].in > :nth-child(n+7) { transition-delay: 0.36s; }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes settle { from { transform: translateY(14px); } to { transform: none; } }
@keyframes drift { 0% { transform: translate3d(0, 0, 0) scale(1); } 50% { transform: translate3d(4%, -3%, 0) scale(1.06); } 100% { transform: translate3d(0, 0, 0) scale(1); } }
@keyframes drift2 { 0% { transform: translate3d(0, 0, 0) scale(1); } 50% { transform: translate3d(-5%, 4%, 0) scale(1.08); } 100% { transform: translate3d(0, 0, 0) scale(1); } }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(60, 214, 143, 0.55); } 70% { box-shadow: 0 0 0 8px rgba(60, 214, 143, 0); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes shimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes ticker { from { transform: translateY(0); } to { transform: translateY(-50%); } }

/* ------------------------------------------------------------ header --- */
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(7, 19, 16, 0.8); backdrop-filter: saturate(160%) blur(12px); -webkit-backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid var(--line); transition: box-shadow 0.2s; }
.site-header.scrolled { box-shadow: 0 8px 30px -20px rgba(0,0,0,0.9); border-bottom-color: var(--line-strong); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: var(--s4); min-height: 68px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.wordmark .logo { width: 36px; height: 36px; border-radius: 9px; flex: none; }
.wordmark .wm-text { display: inline-flex; align-items: baseline; gap: 5px; }
.wordmark .wm-tag { font: 600 0.7rem/1 var(--font-text); letter-spacing: 0.14em; text-transform: uppercase; color: var(--brand-2); }
.wordmark strong, .wordmark .wm-name { font: 700 1.35rem/1 var(--font-display); letter-spacing: -0.03em; }
.wordmark span { font-size: var(--t0); color: var(--muted); }
.nav { display: flex; gap: var(--s2); align-items: center; }
.nav a { color: var(--ink); text-decoration: none; font-size: var(--t1); font-weight: 500; padding: 8px 12px; border-radius: 999px; transition: background 0.15s, color 0.15s; }
.nav a:hover { background: var(--brand-tint); color: var(--brand-deep); }
.nav a[aria-current="page"] { background: var(--brand-tint); color: var(--brand-2); }
.nav .cta { background: var(--accent); color: var(--accent-ink); font-weight: 600; margin-left: var(--s2); }
.nav .cta:hover { background: var(--accent-deep); color: var(--accent-ink); }
.menu-btn { display: none; width: 44px; height: 44px; border: 1px solid var(--line-strong); border-radius: 10px; background: var(--surface); cursor: pointer; padding: 0; flex-direction: column; justify-content: center; align-items: center; }
.menu-btn span { display: block; width: 18px; height: 2px; background: var(--on-dark); border-radius: 2px; position: relative; transition: transform 0.25s var(--ease), opacity 0.2s; }
.menu-btn span + span { margin-top: 5px; }
.menu-btn[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-btn[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 760px) {
  .site-header .wrap { min-height: 60px; }
  .wordmark span { display: none; }
  .menu-btn { display: flex; }
  .nav { position: fixed; inset: 60px 0 auto 0; flex-direction: column; align-items: stretch; gap: 4px; background: var(--surface); padding: var(--s3) var(--s4) var(--s5); border-bottom: 1px solid var(--line-strong); box-shadow: 0 24px 40px -20px rgba(0,0,0,0.8); transform: translateY(-8px); opacity: 0; pointer-events: none; transition: transform 0.25s var(--ease), opacity 0.2s; }
  .nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .nav a { padding: 12px 14px; font-size: var(--t2); border-radius: 10px; }
  .nav .cta { margin: var(--s2) 0 0; text-align: center; }
}
.notice { background: var(--ink); color: #fff; font-size: var(--t1); text-align: center; padding: var(--s2) var(--s4); }
.notice a { color: var(--accent); }

/* ----------------------------------------------------------- buttons --- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: var(--s2); min-height: 46px; padding: 0 20px; border-radius: 999px; border: 1px solid var(--brand); background: var(--brand); color: #fff; font: 600 var(--t1)/1 var(--font-text); text-decoration: none; cursor: pointer; white-space: nowrap; transition: transform 0.15s var(--ease), box-shadow 0.2s, background 0.15s, border-color 0.15s; box-shadow: 0 1px 2px rgba(7,31,27,0.15); }
.btn:hover { background: var(--brand-deep); border-color: var(--brand-deep); color: #fff; transform: translateY(-1px); box-shadow: 0 8px 18px -10px rgba(12, 107, 93, 0.7); }
.btn:active { transform: translateY(0); box-shadow: none; }
.btn:disabled, .btn[aria-disabled="true"] { opacity: 0.6; cursor: default; transform: none; }
.btn.accent { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
.btn.accent:hover { background: var(--accent-deep); border-color: var(--accent-deep); color: var(--accent-ink); box-shadow: 0 10px 22px -10px rgba(216, 149, 28, 0.8); }
.btn.secondary { background: transparent; color: var(--brand); box-shadow: none; }
.btn.secondary:hover { background: var(--brand-tint); color: var(--brand-deep); }
.btn.quiet { background: transparent; border-color: var(--line-strong); color: var(--ink); box-shadow: none; }
.btn.quiet:hover { border-color: var(--brand); background: var(--brand-tint); color: var(--ink); }
.btn.on-dark { background: var(--surface-2); border-color: var(--line-strong); color: var(--ink); }
.btn.on-dark:hover { background: var(--brand-tint); border-color: var(--brand); color: var(--ink); }
.btn.wide { width: 100%; }
.btn.lg { min-height: 54px; font-size: var(--t2); padding-inline: 26px; }
.btn.sm { min-height: 36px; font-size: var(--t0); padding-inline: 14px; }
.btn.danger { background: var(--bad); border-color: var(--bad); }
.btn .spin { display: none; }
.btn.pending .spin { display: inline-block; width: 14px; height: 14px; border: 2px solid rgba(0,0,0,0.25); border-top-color: currentColor; border-radius: 50%; animation: spin 0.8s linear infinite; }
.btn .arrow { transition: transform 0.2s var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }
.link-arrow { font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.link-arrow::after { content: "\2192"; transition: transform 0.2s var(--ease); }
.link-arrow:hover::after { transform: translateX(3px); }

/* ------------------------------------------------------------- forms --- */
label { display: block; font-weight: 600; font-size: var(--t1); margin-bottom: 6px; }
.help { display: block; color: var(--muted); font-size: var(--t0); margin-top: 6px; }
input[type="text"], input[type="email"], input[type="url"], input[type="number"], input[type="tel"], input[type="password"], input[type="search"], textarea, select {
  width: 100%; min-height: 48px; padding: 10px 14px; border: 1.5px solid var(--line-strong); border-radius: 12px; background: var(--dark-2); color: var(--ink); font: inherit; font-size: var(--t2); transition: border-color 0.15s, box-shadow 0.15s;
}
input::placeholder, textarea::placeholder { color: var(--faint); }
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%); background-position: calc(100% - 18px) 20px, calc(100% - 13px) 20px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 36px; }
textarea { min-height: 120px; resize: vertical; line-height: 1.45; }
input:focus, textarea:focus, select:focus { border-color: var(--brand); outline: none; box-shadow: 0 0 0 4px rgba(31, 191, 162, 0.2); }
input[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: var(--bad); box-shadow: 0 0 0 4px rgba(255, 111, 97, 0.18); }
.field { margin-bottom: var(--s4); }
.field-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: var(--s3); }
.form-error { color: #ffb3aa; background: rgba(255,111,97,0.12); border: 1px solid rgba(255,111,97,0.35); border-radius: 12px; padding: var(--s3) var(--s4); font-size: var(--t1); margin-bottom: var(--s4); animation: rise 0.3s var(--ease); }
.form-ok { color: var(--ok); background: rgba(61,220,142,0.12); border: 1px solid rgba(61,220,142,0.3); border-radius: 12px; padding: var(--s3) var(--s4); font-size: var(--t1); margin-bottom: var(--s4); }
.search { display: flex; gap: var(--s2); }
.search input { flex: 1; }
.check { display: flex; gap: var(--s2); align-items: center; font-weight: 400; }
.check input { width: 18px; height: 18px; min-height: 0; }

/* -------------------------------------------------------------- hero --- */
.hero { position: relative; overflow: hidden; background: var(--dark); color: var(--on-dark); padding-block: clamp(56px, 8vw, 110px) clamp(48px, 6vw, 88px); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background:
  radial-gradient(46% 42% at 84% 6%, rgba(246, 166, 35, 0.6), transparent 62%),
  radial-gradient(80% 55% at 60% -8%, rgba(225, 122, 28, 0.4), transparent 70%),
  radial-gradient(60% 70% at 15% 120%, rgba(156, 74, 23, 0.35), transparent 70%),
  linear-gradient(180deg, rgba(246, 166, 35, 0.14) 0%, transparent 38%);
}
@media (min-width: 900px) { .hero::before { animation: drift 18s ease-in-out infinite; } .hero .glow { animation: drift2 22s ease-in-out infinite; } }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 200px; z-index: -1; background: url("skyline.svg") bottom center / 1600px auto no-repeat; opacity: 0.85; pointer-events: none; }
.hero .glow { position: absolute; z-index: -1; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(255,196,74,0.75) 0%, rgba(246,166,35,0.35) 38%, transparent 68%); right: 8%; top: -80px; pointer-events: none; }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--s7); align-items: center; }
.hero h1 { color: #fff; max-width: 15ch; margin-bottom: var(--s4); animation: settle 0.8s var(--ease); }
.hero h1 em { font-style: normal; background: linear-gradient(100deg, #ffe09a 0%, var(--accent) 28%, var(--brand) 55%, #ffd27a 100%); background-size: 250% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: sheen 6s ease-in-out infinite; }
@keyframes sheen { 0%, 100% { background-position: 0% 0; } 50% { background-position: 100% 0; } }
.hero .lede { font-size: var(--t3); color: var(--on-dark-muted); max-width: 42ch; animation: settle 0.8s var(--ease); }
.hero .eyebrow { color: var(--accent); animation: rise 0.6s var(--ease) both; }
.hero .search { margin-block: var(--s5) var(--s4); max-width: 560px; animation: rise 0.8s 0.2s var(--ease) both; }
.hero .search input { min-height: 56px; font-size: var(--t2); border-color: transparent; background: #fff; }
.hero .search input:focus { box-shadow: 0 0 0 4px rgba(245, 178, 58, 0.35); }
.hero .chips { animation: rise 0.8s 0.3s var(--ease) both; }
.hero .stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 130px), 1fr)); gap: var(--s4); margin-top: var(--s6); padding-top: var(--s5); border-top: 1px solid rgba(255,255,255,0.12); animation: rise 0.8s 0.4s var(--ease) both; }
.hero .stats strong { display: block; font: 700 var(--t4)/1 var(--font-display); color: #fff; letter-spacing: -0.02em; }
.hero .stats span { font-size: var(--t0); color: var(--on-dark-muted); }
.chips { display: flex; flex-wrap: wrap; gap: var(--s2); padding: 0; margin: 0; list-style: none; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 5px 12px 5px 5px; border: 1px solid rgba(255,255,255,0.14); border-radius: 999px; background: rgba(255,255,255,0.06); color: #fff; text-decoration: none; font-size: var(--t1); font-weight: 500; transition: background 0.15s, transform 0.15s var(--ease), border-color 0.15s; }
.chip:hover { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.3); color: #fff; transform: translateY(-1px); }
.chip .mark { width: 26px; height: 26px; font-size: 0.6rem; border-radius: 7px; }
.chip .count { color: var(--on-dark-muted); font-weight: 400; }
.chip.more { background: transparent; border-style: dashed; }
@media (max-width: 900px) { .hero .wrap { grid-template-columns: minmax(0, 1fr); gap: var(--s6); } .hero .glow { width: 360px; height: 360px; right: -140px; top: -80px; } }

/* platform marks: the platform's own colour, one shape */
.mark { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; background: var(--brand); color: #fff; flex: none; box-shadow: inset 0 1px 0 rgba(255,255,255,0.2); }
.mark .glyph { width: 60%; height: 60%; }
.mark-instagram { background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 50%, #6228d7 100%); color: #fff; }
.mark-tiktok { background: #101010; color: #4ff0e8; }
.mark-youtube { background: #ff0033; color: #fff; }
.mark-facebook { background: #1877f2; color: #fff; }
.mark-x { background: #000; color: #fff; }
.mark-telegram { background: #229ed9; color: #fff; }
.mark-whatsapp { background: #25d366; color: #fff; }
.mark-spotify { background: #1db954; color: #062b16; }
.mark-soundcloud { background: #ff5500; color: #fff; }
.mark-twitch { background: #9146ff; color: #fff; }
.mark-linkedin { background: #0a66c2; color: #fff; }
.mark-snapchat { background: #fffc00; color: #111; }
.mark-threads { background: #111; color: #fff; }
.mark-discord { background: #5865f2; color: #fff; }
.mark-pinterest { background: #e60023; color: #fff; }
.mark-website-traffic { background: var(--brand); color: #fff; }
.mark-other { background: #22332d; color: #9fb3ab; }

/* live panel */
.live { border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-lg); background: rgba(7, 31, 27, 0.55); box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6); animation: rise 0.9s 0.25s var(--ease) both; overflow: hidden; }
.live header { display: flex; justify-content: space-between; align-items: center; gap: var(--s3); padding: var(--s3) var(--s4); border-bottom: 1px solid rgba(255,255,255,0.1); font-size: var(--t0); color: var(--on-dark-muted); }
.live header strong { color: #fff; font-weight: 600; }
.live ul { list-style: none; margin: 0; padding: 0; }
.live li { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: var(--s3); align-items: center; padding: 10px var(--s4); border-bottom: 1px solid rgba(255,255,255,0.07); font-size: var(--t1); color: #fff; }
.live li:last-child { border-bottom: 0; }
.live .mark { width: 32px; height: 32px; font-size: 0.6rem; border-radius: 8px; }
.live .what { font-weight: 600; }
.live .meta { color: var(--on-dark-muted); font-size: var(--t0); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.live .when { color: var(--on-dark-muted); font-size: var(--t0); white-space: nowrap; text-align: right; }
.live .when b { display: block; color: #6fe3b1; font-weight: 600; }
.live .what a { color: #fff; text-decoration: none; display: inline-block; padding-block: 6px; }
.live .what a:hover { color: var(--accent); }
.live .price { color: var(--accent); font-weight: 600; font-size: var(--t1); white-space: nowrap; }
.live .empty { padding: var(--s4); color: var(--on-dark-muted); font-size: var(--t1); margin: 0; }
.pulse { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #3cd68f; margin-right: 8px; vertical-align: middle; animation: pulse 2s ease-out infinite; }
.ticker { max-height: 236px; overflow: hidden; position: relative; }
.ticker ul.scrolling { animation: ticker 24s linear infinite; }
.ticker:hover ul.scrolling { animation-play-state: paused; }

/* -------------------------------------------------------- platforms --- */
.platform-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 210px), 1fr)); gap: var(--s3); list-style: none; padding: 0; margin: 0; }
.platform-grid a { display: flex; align-items: center; gap: var(--s3); padding: var(--s3) var(--s4); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); color: var(--ink); text-decoration: none; transition: transform 0.2s var(--ease), box-shadow 0.2s, border-color 0.2s; }
.platform-grid a:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); border-color: transparent; }
.platform-grid strong { display: block; font-weight: 600; font-size: var(--t1); }
.platform-grid span { color: var(--muted); font-size: var(--t0); }
.platform-grid .go { margin-left: auto; color: var(--muted); transition: transform 0.2s var(--ease), color 0.2s; }
.platform-grid a:hover .go { transform: translateX(3px); color: var(--brand); }

/* ------------------------------------------------------------- steps --- */
.steps { counter-reset: step; list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s4); }
.steps li { counter-increment: step; position: relative; padding: var(--s5); border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--line); overflow: hidden; transition: transform 0.25s var(--ease), box-shadow 0.25s; }
.steps li:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.steps li::before { content: counter(step, decimal-leading-zero); display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--brand-tint); color: var(--brand-2); font: 700 var(--t1)/1 var(--font-display); margin-bottom: var(--s4); }
.steps li::after { content: ""; position: absolute; right: -30px; top: -30px; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, rgba(246,166,35,0.2), transparent 70%); }
.steps h3 { margin-bottom: var(--s2); }
.steps p { margin: 0; font-size: var(--t1); color: var(--muted); }
@media (max-width: 760px) { .steps { grid-template-columns: minmax(0, 1fr); } }

.glossary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s4); margin: 0; }
.glossary div { padding: var(--s4) var(--s5); border-radius: var(--radius); background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); }
.glossary dt { font-weight: 700; margin-bottom: var(--s1); color: var(--accent); font-family: var(--font-display); font-size: var(--t3); }
.glossary dd { margin: 0; color: var(--on-dark-muted); font-size: var(--t1); }
@media (max-width: 640px) { .glossary { grid-template-columns: minmax(0, 1fr); } }

.proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--s4); }
.proof div { padding: var(--s4) var(--s5); border-left: 3px solid var(--accent); }
.proof strong { display: block; font: 700 var(--t5)/1 var(--font-display); letter-spacing: -0.02em; color: var(--ink); }
.proof span { font-size: var(--t1); color: var(--muted); }
@media (max-width: 760px) { .proof { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* --------------------------------------------------------------- faq --- */
.faq { margin: 0; padding: 0; list-style: none; display: grid; gap: var(--s2); }
.faq li { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: box-shadow 0.2s; }
.faq li:has(details[open]) { box-shadow: var(--shadow); border-color: transparent; }
.faq details summary { cursor: pointer; padding: var(--s4) var(--s5); font-weight: 600; font-size: var(--t2); list-style: none; display: flex; justify-content: space-between; gap: var(--s4); align-items: center; }
.faq details summary::-webkit-details-marker { display: none; }
.faq details summary::after { content: "+"; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--brand-tint); color: var(--brand-2); font-weight: 500; flex: none; transition: transform 0.25s var(--ease), background 0.2s; }
.faq details[open] summary::after { transform: rotate(45deg); background: var(--accent); color: var(--accent-ink); }
.faq details p { padding: 0 var(--s5) var(--s4); color: var(--muted); animation: rise 0.3s var(--ease); }

/* --------------------------------------------------------- catalogue --- */
.page-head { position: relative; overflow: hidden; padding-block: var(--s6) var(--s5); background: var(--dark); color: var(--on-dark); }
.page-head::before { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(50% 80% at 88% 0%, rgba(246,166,35,0.45), transparent 62%), radial-gradient(60% 70% at 20% 0%, rgba(225,122,28,0.28), transparent 70%); }
@media (min-width: 900px) { .page-head::before { animation: drift 20s ease-in-out infinite; } }
.page-head > .wrap { position: relative; z-index: 1; }
.page-head h1 { font-size: var(--t5); margin-bottom: var(--s2); color: #fff; display: flex; align-items: center; gap: var(--s3); flex-wrap: wrap; }
.page-head .lede { color: var(--on-dark-muted); margin: 0; }
.page-head .search input { border-color: transparent; }
.page-head.light { background: var(--surface); color: var(--ink); border-bottom: 1px solid var(--line); }
.page-head.light::before { display: none; }
.page-head.light h1 { color: var(--ink); }
.page-head.light .lede { color: var(--muted); }
.crumbs { font-size: var(--t0); color: var(--on-dark-muted); margin-bottom: var(--s3); }
.crumbs a { color: inherit; }
.crumbs span { margin-inline: var(--s1); opacity: 0.6; }
.page-head.light .crumbs { color: var(--muted); }
.toolbar { display: flex; gap: var(--s4); align-items: center; flex-wrap: wrap; margin-top: var(--s4); }
.toolbar .search { flex: 1 1 320px; max-width: 520px; }
.jump { position: sticky; top: 68px; z-index: 10; background: rgba(7,19,16,0.88); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.jump ul { display: flex; gap: var(--s2); overflow-x: auto; list-style: none; margin: 0; padding: var(--s2) 0; scrollbar-width: none; }
.jump ul::-webkit-scrollbar { display: none; }
.jump a { white-space: nowrap; font-size: var(--t0); font-weight: 600; color: var(--muted); text-decoration: none; padding: 6px 12px; border-radius: 999px; border: 1px solid transparent; transition: all 0.15s; }
.jump a:hover, .jump a.active { color: var(--brand-deep); background: var(--brand-tint); }
@media (max-width: 760px) { .jump { top: 60px; } }

.group { padding-block: var(--s5); }
.group h2 { font-size: var(--t3); margin-bottom: var(--s3); display: flex; align-items: baseline; gap: var(--s2); }
.group h2 small { color: var(--muted); font: 500 var(--t0)/1 var(--font-text); background: var(--surface-2); border: 1px solid var(--line); padding: 3px 8px; border-radius: 999px; }
.rows { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s2); }
.row { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: var(--s3) var(--s5); align-items: center; padding: var(--s3) var(--s4); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform 0.2s var(--ease), box-shadow 0.2s, border-color 0.2s; }
.row { position: relative; }
.row::after, .platform-grid a::after, .steps li::after, .kpi::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(200px circle at var(--mx, 50%) var(--my, 0%), rgba(31,191,162,0.14), transparent 60%); opacity: 0; transition: opacity 0.3s; pointer-events: none; }
.row:hover::after, .platform-grid a:hover::after, .kpi:hover::after { opacity: 1; }
.row:hover { transform: translateY(-2px); box-shadow: var(--shadow-lift); border-color: transparent; }
.row .title { font-weight: 600; font-size: var(--t2); text-decoration: none; color: var(--ink); font-family: var(--font-display); letter-spacing: -0.01em; }
.row .title:hover { color: var(--brand); }
.row .tags { margin-top: 6px; display: flex; flex-wrap: wrap; gap: 4px var(--s3); font-size: var(--t0); color: var(--muted); align-items: center; }
.row .tags b { color: var(--ink); font-weight: 600; }
.row .price { text-align: right; white-space: nowrap; }
.row .price strong { display: block; font: 700 var(--t3)/1.1 var(--font-display); font-variant-numeric: tabular-nums; color: var(--brand-2); letter-spacing: -0.01em; }
.row .price span { font-size: var(--t0); color: var(--muted); }
@media (max-width: 640px) {
  .row { grid-template-columns: minmax(0, 1fr) auto; row-gap: var(--s3); }
  .row .btn { grid-column: 1 / -1; justify-self: stretch; }
}
.more { margin-top: var(--s3); }
.more summary { cursor: pointer; font-size: var(--t1); color: var(--brand); font-weight: 600; padding: var(--s2) 0; list-style: none; }
.more summary::-webkit-details-marker { display: none; }
.more summary::before { content: "+ "; }
.more[open] summary::before { content: "\2212 "; }
.badge { display: inline-block; font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; background: var(--brand-tint); color: var(--brand-2); vertical-align: middle; }
.badge.warn { background: rgba(242,193,78,0.14); color: var(--warn); }
.badge.ok { background: rgba(61,220,142,0.14); color: var(--ok); }
.badge.bad { background: rgba(255,111,97,0.14); color: var(--bad); }
.badge.neutral { background: var(--surface-2); color: var(--muted); }
.badge.accent { background: var(--accent); color: var(--accent-ink); }

/* ------------------------------------------------------------ service --- */
.service-layout { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: var(--s7); padding-block: var(--s6); align-items: start; }
@media (max-width: 900px) { .service-layout { grid-template-columns: minmax(0, 1fr); gap: var(--s5); } }
.spec { margin: var(--s4) 0 var(--s5); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); overflow: hidden; }
.spec div { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: var(--s3); padding: var(--s3) var(--s4); border-bottom: 1px solid var(--line); font-size: var(--t1); }
.spec div:last-child { border-bottom: 0; }
.spec dt { color: var(--muted); }
.spec dd { margin: 0; }
@media (max-width: 480px) { .spec div { grid-template-columns: minmax(0, 1fr); gap: 2px; } }
.order-panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: var(--s5); position: sticky; top: 88px; box-shadow: var(--shadow); }
.order-panel::before { content: ""; display: block; height: 4px; border-radius: 4px; margin: -4px 0 var(--s4); background: linear-gradient(90deg, var(--brand), var(--accent)); }
@media (max-width: 900px) { .order-panel { position: static; order: -1; } }
.order-panel h2 { font-size: var(--t3); margin-bottom: var(--s4); }
.total { display: flex; justify-content: space-between; align-items: baseline; padding: var(--s3) 0; border-top: 1px dashed var(--line); margin-top: var(--s2); }
.total strong { font: 700 var(--t4)/1 var(--font-display); font-variant-numeric: tabular-nums; color: var(--brand-2); transition: transform 0.2s var(--ease); display: inline-block; }
.total strong.bump { transform: scale(1.08); }
.pay-note { font-size: var(--t0); color: var(--muted); margin: var(--s3) 0 0; }
.qty-presets { display: flex; gap: var(--s2); flex-wrap: wrap; margin-top: var(--s2); }
.qty-presets button { min-height: 34px; padding: 0 12px; border: 1px solid var(--line-strong); background: var(--surface-2); border-radius: 999px; font: 600 var(--t0)/1 var(--font-text); color: var(--ink); cursor: pointer; transition: all 0.15s; }
.qty-presets button:hover, .qty-presets button.on { border-color: var(--brand); color: var(--brand-deep); background: var(--brand-tint); }
.pay-methods { display: flex; gap: var(--s2); align-items: center; margin-top: var(--s3); flex-wrap: wrap; }
.pay-methods span { font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 9px; border-radius: 6px; border: 1px solid var(--line-strong); color: var(--muted); }
.pay-methods .mpesa { border-color: rgba(61,220,142,0.5); color: var(--ok); }
.paybar { display: none; }
@media (max-width: 900px) {
  .paybar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 25; gap: var(--s3); align-items: center; padding: 10px var(--s4) calc(10px + env(safe-area-inset-bottom)); background: rgba(10,28,24,0.94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-top: 1px solid var(--line-strong); box-shadow: 0 -12px 30px -18px rgba(0,0,0,0.8); transform: translateY(110%); transition: transform 0.3s var(--ease); }
  .paybar.show { transform: none; }
  .paybar .amount { font: 700 var(--t3)/1.1 var(--font-display); color: var(--brand-deep); }
  .paybar .amount small { display: block; font: 500 var(--t0)/1.2 var(--font-text); color: var(--muted); }
  .paybar .btn { margin-left: auto; }
  body.has-paybar { padding-bottom: 84px; }
}
.trust-list { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--s2); }
.trust-list li { display: flex; gap: var(--s3); align-items: flex-start; font-size: var(--t1); color: var(--muted); }
.trust-list svg { width: 20px; height: 20px; flex: none; color: var(--ok); margin-top: 2px; }

/* ------------------------------------------------------------- order --- */
.status-head { position: relative; overflow: hidden; padding-block: var(--s6); background: var(--dark); color: var(--on-dark); }
.status-head::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 80% at 85% 0%, rgba(246,166,35,0.4), transparent 62%), radial-gradient(60% 70% at 15% 0%, rgba(225,122,28,0.25), transparent 70%); }
@media (min-width: 900px) { .status-head::before { animation: drift 20s ease-in-out infinite; } }
.status-head > .wrap { position: relative; }
.status-head .ref { font: 600 var(--t0)/1 ui-monospace, SFMono-Regular, Menlo, monospace; color: var(--on-dark-muted); letter-spacing: 0.08em; margin-bottom: var(--s3); display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.08); padding: 6px 10px; border-radius: 8px; }
.status-head .ref button { background: none; border: 0; color: var(--accent); cursor: pointer; font: inherit; padding: 0; }
.status-head h1 { font-size: var(--t5); color: #fff; display: flex; align-items: center; gap: var(--s3); }
.status-head h1[data-state="ok"] { color: #6fe3b1; }
.status-head h1[data-state="bad"] { color: #ff9a8b; }
.status-head h1[data-state="warn"] { color: var(--accent); }
.status-head .lede { color: var(--on-dark-muted); }
.status-icon { width: 44px; height: 44px; flex: none; }
.status-icon circle { stroke-dasharray: 160; stroke-dashoffset: 160; animation: draw 0.8s var(--ease) forwards; }
.status-icon path { stroke-dasharray: 60; stroke-dashoffset: 60; animation: draw 0.5s 0.5s var(--ease) forwards; }
.status-icon.spinner { animation: spin 1.4s linear infinite; }
.stepper { list-style: none; margin: var(--s5) 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--s2); }
.stepper li { position: relative; padding-top: var(--s3); font-size: var(--t0); color: var(--on-dark-muted); }
.stepper li::before { content: ""; display: block; height: 4px; border-radius: 4px; background: rgba(255,255,255,0.14); margin-bottom: var(--s2); }
.stepper li.done { color: #fff; }
.stepper li.done::before { background: #6fe3b1; }
.stepper li.now { color: var(--accent); font-weight: 700; }
.stepper li.now::before { background: linear-gradient(90deg, var(--accent) 0%, var(--accent) 40%, rgba(255,255,255,0.14) 40%); background-size: 200% 100%; animation: shimmer 1.6s linear infinite; }
.stepper li.fail { color: #ff9a8b; font-weight: 700; }
.stepper li.fail::before { background: #ff6f5e; }
@media (max-width: 480px) { .stepper { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s3); } }
.order-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--s6); padding-block: var(--s6); align-items: start; }
@media (max-width: 900px) { .order-grid { grid-template-columns: minmax(0, 1fr); } }
.progress { height: 10px; border-radius: 6px; background: var(--line); overflow: hidden; margin: var(--s2) 0 var(--s4); }
.progress span { display: block; height: 100%; background: linear-gradient(90deg, var(--brand), #2fbf9a); transition: width 0.8s var(--ease); border-radius: 6px; }
.next { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: var(--s5); box-shadow: var(--shadow); }
.next h3 { margin-bottom: var(--s2); }
.next p { font-size: var(--t1); color: var(--muted); margin-bottom: var(--s3); }
.next p:last-child { margin-bottom: 0; }
.next.hl { border-color: rgba(31,191,162,0.3); background: linear-gradient(160deg, var(--surface) 0%, rgba(31,191,162,0.1) 100%); }

/* -------------------------------------------------------------- prose --- */
.prose { padding-block: var(--s6); }
.prose h1 { font-size: var(--t5); }
.prose h2 { font-size: var(--t3); margin-top: var(--s6); }
.prose ul, .prose ol { max-width: var(--measure); }
.prose li { margin-bottom: var(--s2); }
.prose .updated { color: var(--muted); font-size: var(--t0); }

/* ------------------------------------------------------------- footer --- */
.site-footer { background: var(--dark); color: var(--on-dark-muted); padding-block: var(--s7) var(--s5); margin-top: var(--s8); font-size: var(--t1); position: relative; overflow: hidden; }
.site-footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--brand), var(--accent)); }
.site-footer .wrap { display: grid; grid-template-columns: minmax(0, 2fr) repeat(3, minmax(0, 1fr)); gap: var(--s6); }
.site-footer .wordmark { color: #fff; }
.site-footer h3 { font-size: var(--t0); text-transform: uppercase; letter-spacing: 0.08em; color: var(--accent); margin-bottom: var(--s3); font-family: var(--font-text); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 0; }
.site-footer a { color: var(--on-dark); text-decoration: none; display: inline-block; padding-block: 6px; transition: color 0.15s, transform 0.15s var(--ease); }
.site-footer a:hover { color: var(--accent); transform: translateX(2px); }
.site-footer .fine { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,0.1); padding-top: var(--s4); color: var(--on-dark-muted); font-size: var(--t0); display: flex; justify-content: space-between; gap: var(--s4); flex-wrap: wrap; }
@media (max-width: 720px) { .site-footer .wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); } .site-footer .wrap > :first-child { grid-column: 1 / -1; } }

/* ------------------------------------------------------------- error --- */
.error-page { padding-block: var(--s8); }
.error-page h1 { font-size: var(--t6); }
.error-page .code { font: 700 var(--t0)/1 var(--font-display); color: var(--accent-deep); letter-spacing: 0.1em; margin-bottom: var(--s3); }

/* -------------------------------------------------------------- admin --- */
.admin-nav { background: var(--dark); }
.admin-nav .wrap { display: flex; gap: var(--s4); align-items: center; min-height: 52px; overflow-x: auto; }
.admin-nav a { color: var(--on-dark-muted); text-decoration: none; font-size: var(--t1); font-weight: 500; white-space: nowrap; padding: 6px 10px; border-radius: 8px; }
.admin-nav a:hover, .admin-nav a[aria-current="page"] { color: #fff; background: rgba(255,255,255,0.08); }
.admin-nav form { margin-left: auto; }
.admin-nav button { background: none; border: 0; color: var(--on-dark-muted); font: inherit; cursor: pointer; padding: 0; white-space: nowrap; }
.admin-main { padding-block: var(--s5) var(--s7); }
.kpis { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 160px), 1fr)); gap: var(--s3); margin-bottom: var(--s5); }
.kpi { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: var(--s3) var(--s4); border-top: 3px solid var(--brand); }
.kpi span { display: block; font-size: var(--t0); color: var(--muted); }
.kpi strong { display: block; font: 700 var(--t4)/1.2 var(--font-display); font-variant-numeric: tabular-nums; margin-top: var(--s1); }
.kpi small { color: var(--muted); }
.alert { padding: var(--s3) var(--s4); border-radius: var(--radius); border: 1px solid; margin-bottom: var(--s4); font-size: var(--t1); }
.alert.bad { background: rgba(255,111,97,0.12); border-color: rgba(255,111,97,0.35); color: #ffb3aa; }
.alert.ok { background: rgba(61,220,142,0.12); border-color: rgba(61,220,142,0.3); color: var(--ok); }
.alert.warn { background: rgba(242,193,78,0.12); border-color: rgba(242,193,78,0.35); color: var(--warn); }
.table-wrap { overflow-x: auto; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.table-wrap table { min-width: 720px; }
.table-wrap td.num, .table-wrap td:first-child { white-space: nowrap; }
.filters { display: flex; gap: var(--s2); flex-wrap: wrap; align-items: center; margin-bottom: var(--s4); }
.filters select, .filters input { min-height: 40px; width: auto; font-size: var(--t1); }
.inline-form { display: inline; }
.admin-grid { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: var(--s5); align-items: start; }
@media (max-width: 860px) { .admin-grid { grid-template-columns: minmax(0, 1fr); } }
.panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: var(--s4) var(--s5); margin-bottom: var(--s4); }
.panel h3 { margin-bottom: var(--s3); }
pre.dump { background: var(--dark-2); border: 1px solid var(--line); border-radius: var(--radius); padding: var(--s3); font-size: var(--t0); overflow-x: auto; white-space: pre-wrap; word-break: break-all; color: var(--muted); }
.login { max-width: 380px; margin: var(--s8) auto; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: var(--s6); box-shadow: var(--shadow); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  [data-reveal], [data-stagger] > * { opacity: 1 !important; transform: none !important; }
  .hero::before, .hero .glow, .page-head::before, .status-head::before { animation: none !important; }
}
@media print { .site-header, .site-footer, .btn, .nav, .paybar { display: none !important; } body { background: #fff; } }

/* ------------------------------------------------------------ accounts --- */
.auth-wrap { min-height: calc(100vh - 68px); display: grid; place-items: start center; padding: var(--s7) var(--s4); background: radial-gradient(70% 55% at 50% 0%, rgba(246,166,35,0.16), transparent 70%); }
.auth-card { width: 100%; max-width: 460px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: var(--s6); box-shadow: var(--shadow-lift); }
.auth-card h1 { font-size: var(--t4); margin-bottom: var(--s2); }
.auth-card .btn { margin-top: var(--s2); }
.auth-alt { margin: var(--s4) 0 0; font-size: var(--t1); color: var(--muted); text-align: center; }
.linklike { background: none; border: 0; padding: 0; color: var(--brand); font: inherit; font-weight: 600; cursor: pointer; text-decoration: underline; text-underline-offset: 0.16em; }
input.otp { font: 700 1.75rem/1 var(--font-display); letter-spacing: 0.4em; text-align: center; }
.avatar { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--accent-ink); color: var(--accent); font: 700 0.7rem/1 var(--font-display); margin-right: 8px; }
.nav .cta .avatar { vertical-align: middle; }
.copy-row { display: flex; gap: var(--s2); }
.copy-row input { flex: 1; min-height: 42px; font-size: var(--t1); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.account-nav ul { gap: var(--s1); }
.account-nav .linklike { color: var(--muted); font-size: var(--t0); text-decoration: none; padding: 6px 12px; }
.account-nav .linklike:hover { color: var(--bad); }
.wallet-check { margin: var(--s3) 0; font-size: var(--t1); }
.totals { margin: var(--s3) 0 0; border-top: 1px dashed var(--line); }
.totals div { display: flex; justify-content: space-between; align-items: baseline; padding: 6px 0; font-size: var(--t1); color: var(--muted); }
.totals dd { margin: 0; color: var(--ink); }
.totals .grand { border-top: 1px solid var(--line); margin-top: 4px; padding-top: 10px; color: var(--ink); font-weight: 600; }
.totals .grand strong { font: 700 var(--t4)/1 var(--font-display); color: var(--brand-2); display: inline-block; transition: transform 0.2s var(--ease); }
.totals .grand strong.bump { transform: scale(1.08); }

/* ---- trust marquee ---- */
.trust-band { border-block: 1px solid var(--line); background: var(--surface); overflow: hidden; }
.trust-band .track { display: flex; gap: var(--s7); align-items: center; padding: var(--s4) 0; width: max-content; animation: slide 32s linear infinite; }
.trust-band:hover .track { animation-play-state: paused; }
.trust-band .track span { display: inline-flex; align-items: center; gap: 10px; font: 600 var(--t2)/1 var(--font-display); color: var(--muted); white-space: nowrap; letter-spacing: -0.01em; }
.trust-band .track span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
@keyframes slide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .trust-band .track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; } .hero h1 em { animation: none; } }
