/* tru3self — Midnight, lit by Electric Blue.
 *
 * SOURCE OF TRUTH: Peter's FINAL Electric Blue brand pack, 20 Aug. The raw
 * tokens are in web/pwa/brand/colors.css, linked into every page; this block
 * only binds them to the short names the rest of this stylesheet already uses.
 * The pack's README is unambiguous — "Electric neon light blue. No teal." —
 * so the aqua this file carried (#20DDEB, and #1CD3FF before that) and the
 * teal second stop (#2fe3d1) are gone, not dimmed.
 *
 * --cy is Ice Blue and leads. --volt is Voltage Blue and answers: it is a fill
 * and a border only, because as text on Midnight it measures 3.2:1 and a
 * sentence needs 4.5:1. --grad is the pack's gradient and is spent only where
 * nothing is written on top of it.
 *
 * The whole app should feel like a specimen of a person coming into focus. */
:root {
  --bg: var(--tru-midnight, #020814);          /* the prescribed website canvas */
  --bg2:#041022;                               /* one step up, for the top wash */
  --card: var(--tru-deep-ocean, #071B33);      /* cards, panels, elevated surfaces */
  --card2:#05142A;
  /* Hairlines are Ring Cyan inside the pack's 25–45% band, not grey. */
  --line: rgba(125, 236, 255, .28); --line2: rgba(125, 236, 255, .45);
  --ink: var(--tru-soft-white, #F8FCFD);
  --mut:#9db2c8;                               /* 9.2:1 on Midnight, 7.9:1 on Deep Ocean */
  --mut2:#8392a8;                              /* 6.4:1 / 5.5:1 — the quietest ink allowed */
  --cy: var(--tru-electric-ice-blue, #5ED5FF); /* PRIMARY accent */
  --volt: var(--tru-voltage-blue, #0048FF);    /* SECONDARY, alternates with it */
  --azure: var(--tru-electric-azure, #00A4FF); /* micro-accent: status dots only */
  --cy2: var(--tru-ring-cyan, #7DECFF);        /* fine rules, subtle highlights */
  /* --teal is the OLD name for the second accent and a lot of rules still call
     it. It now resolves to Voltage Blue, which is the point: the name is a
     leftover, the colour is not teal any more. */
  --teal: var(--tru-voltage-blue, #0048FF);
  --good:#4ADE9B; --warn:#f5b74e; --bad:#ff7a7a;
  --grad: var(--tru-electric-gradient, linear-gradient(90deg, #5ED5FF 0%, #0048FF 100%));
  --glow: 0 0 24px rgba(94, 213, 255,.35);
}
/* The same focus ring everywhere, in Ice Blue, so a keyboard gets the same
   quality of attention a mouse does. */
:focus-visible { outline: 2px solid var(--cy); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
}
* { box-sizing:border-box; }
html,body { margin:0; min-height:100%; color:var(--ink);
  background:
    radial-gradient(1200px 720px at 50% -10%, #071B33 0%, var(--bg2) 42%, var(--bg) 100%);
  font:16px/1.62 -apple-system,BlinkMacSystemFont,'SF Pro Text',Segoe UI,Inter,sans-serif;
  -webkit-font-smoothing:antialiased; }
h1,h2,h3 { letter-spacing:-.02em; }
button { font:inherit; cursor:pointer; border:0; border-radius:12px; }
.hidden, [hidden] { display:none !important; }

/* ---------- trust bar (pinned) ---------- */
.trustbar { position:sticky; top:0; z-index:40; display:flex; justify-content:center;
  padding:calc(8px + env(safe-area-inset-top)) 12px 8px; background:linear-gradient(180deg, rgba(2, 8, 20,.92), rgba(2, 8, 20,.55)); backdrop-filter:blur(8px); }
.lockchip { display:inline-flex; align-items:center; gap:9px; color:var(--cy2); font-size:12.5px; font-weight:600;
  background:transparent; border:0; border-radius:0; padding:4px 8px; letter-spacing:.02em; }
.lockchip:hover { color:var(--cy); }
.lockdot { width:8px; height:8px; border-radius:50%; background:var(--cy); box-shadow:0 0 10px var(--cy); }

.top { position:relative; display:flex; flex-direction:column; align-items:center; gap:6px; padding:18px 22px 12px; text-align:center; }
.brandwrap { display:flex; flex-direction:column; align-items:center; gap:10px; width:100%; }
/* The wordmark, big: this is the top of the page and the brand goes at brand
   scale, not at label scale. Capped so it never outruns the column on desktop. */
.brand { display:block; width:100%; line-height:0; text-decoration:none; }
.brand img { display:block; width:100%; max-width:340px; height:auto; margin:0 auto; }
@media (min-width:720px) { .brand img { max-width:420px; } }
.tagline { font-size:12px; color:var(--mut); letter-spacing:.16em; text-transform:uppercase; }
.top #install { position:absolute; right:20px; top:24px; }
.wrap { max-width:900px; margin:0 auto; padding:14px 20px 70px; }

/* THE PRIMARY BUTTON IS ICE BLUE, NOT THE GRADIENT.
 * The pack's gradient runs Ice Blue → Voltage Blue, and no single label colour
 * survives both ends: Midnight ink is 11.9:1 on Ice and 3.2:1 on Voltage, Soft
 * White is the reverse. A button label is small text and owes 4.5:1 across the
 * whole of its background, so the gradient goes to the meters and the rails —
 * surfaces with no words on them — and the button takes a solid Ice Blue with
 * Midnight ink at 11.9:1. The electricity comes from the glow around it. */
.primary { background:var(--cy); color:var(--tru-midnight,#020814); font-weight:800; padding:13px 22px;
  box-shadow:0 0 0 1px rgba(94,213,255,.35), 0 10px 30px -6px rgba(94, 213, 255,.45); }
.primary:hover { filter:brightness(1.05); box-shadow:0 0 0 1px rgba(94,213,255,.5), 0 14px 38px -8px rgba(94,213,255,.6); }
.primary.big { font-size:17px; padding:16px 28px; }
.ghost { background:transparent; color:var(--ink); border:1px solid var(--line2); padding:11px 16px; }
.ghost:hover { border-color:var(--cy); }
.ghost.small, .primary.small, .small { font-size:14px; padding:9px 14px; }
.link { background:none; border:0; color:var(--cy2); padding:0; text-decoration:underline; font-size:inherit; cursor:pointer; }
.muted { color:var(--mut); font-size:14.5px; }
.tiny { font-size:12.5px; color:var(--mut2); }
.ok { color:var(--good); } .err { color:var(--bad); }

/* ---------- hero ---------- */
.hero { padding:26px 0 8px; }
.eyebrow { letter-spacing:.16em; font-size:11px; font-weight:800; color:var(--cy); margin:6px 0 14px; }
.hero h1 { font-size:clamp(36px, 6vw, 58px); line-height:1.04; margin:0 0 16px; }
.grad { background:var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent; }
.lede { font-size:16.5px; color:var(--mut); max-width:600px; margin:0; }

.start { margin-top:30px; }
.steps-label { color:var(--mut); font-size:14.5px; margin:0 0 12px; }
.step-row { display:flex; gap:14px; flex-wrap:wrap; }
.step-btn { flex:1 1 300px; display:flex; gap:14px; align-items:center; text-align:left;
  background:linear-gradient(180deg,var(--card),var(--card2)); border:1px solid var(--line2); border-radius:16px;
  padding:18px 20px; transition:.16s; }
.step-btn:hover { border-color:var(--cy); box-shadow:0 10px 34px rgba(94, 213, 255,.16); transform:translateY(-1px); }
.step-ic { flex:none; width:20px; text-align:center; font-size:18px; color:var(--cy); filter:drop-shadow(0 0 8px rgba(94, 213, 255,.55)); }
.step-copy b { display:block; color:var(--ink); font-size:16.5px; font-weight:700; }
.step-copy small { display:block; color:var(--mut); font-size:12.8px; margin-top:3px; }
.drop { margin-top:16px; border:1px solid var(--line); background:rgba(255,255,255,.015); border-radius:16px; padding:24px; text-align:center; color:var(--mut2); transition:.15s; }
.drop.hot { border-color:var(--cy); color:var(--cy2); background:rgba(94, 213, 255,.06); }
.reassure { margin:16px 2px 0; }

/* email-first, one-click start */
/* The email tile: solid Ice Blue, Midnight ink — same reasoning as .primary.
   Its subtitle is Midnight at 78% over Ice Blue, which still measures 8.3:1. */
.cta-primary { display:flex; align-items:center; gap:16px; width:100%; text-align:left;
  background:var(--cy); border:0; border-radius:16px; padding:20px 22px; transition:.16s;
  box-shadow:0 0 0 1px rgba(94,213,255,.35), 0 14px 40px -10px rgba(94, 213, 255,.5); }
.cta-primary:hover { filter:brightness(1.04); box-shadow:0 0 0 1px rgba(94,213,255,.5), 0 18px 48px -10px rgba(94, 213, 255,.6); transform:translateY(-1px); }
.cta-primary:active { transform:translateY(1px); }
.cta-primary .cta-ic { color:var(--tru-midnight,#020814); filter:none; }
.cta-primary .cta-body b { color:var(--tru-midnight,#020814); }
.cta-primary .cta-body small { color:rgba(2,8,20,.78); }
.cta-primary .cta-rew { color:var(--tru-midnight,#020814); }
/* THE ALTERNATION. The calendar tile is the second beat, so it answers in
   Voltage Blue: a Deep Ocean card with a Voltage edge that lights on hover,
   never a second Ice Blue fill shouting alongside the first. */
.cta-secondary { display:flex; align-items:center; gap:16px; width:100%; text-align:left; margin-top:12px;
  background:linear-gradient(180deg,var(--card),var(--card2)); border:1px solid rgba(0,72,255,.55); border-radius:16px; padding:18px 22px; transition:.16s; }
.cta-secondary:hover { border-color:var(--volt); box-shadow:0 10px 34px -10px rgba(0,72,255,.65); transform:translateY(-1px); }
.cta-secondary .cta-ic { color:var(--cy2); filter:drop-shadow(0 0 10px rgba(0,72,255,.7)); }
.cta-ic { flex:none; font-size:22px; color:var(--cy); filter:drop-shadow(0 0 10px rgba(94, 213, 255,.6)); }
.cta-body { flex:1; }
.cta-body b { display:block; font-size:18px; font-weight:700; color:var(--ink); }
.cta-body small { display:block; color:var(--mut); font-size:13.5px; margin-top:4px; line-height:1.5; }
.cta-rew { flex:none; align-self:flex-start; font-size:12.5px; font-weight:700; color:var(--cy2); white-space:nowrap; }
.add-row { display:flex; flex-direction:column; gap:2px; margin-top:16px; }
.add-link { align-self:flex-start; background:none; border:0; color:var(--cy2); font-size:15px; font-weight:600; padding:2px 0; cursor:pointer; }
.add-link:hover { color:var(--cy); }
.add-hint { color:var(--mut2); font-size:12.5px; max-width:560px; }
/* The drag sentence is for a pointer. A finger cannot drag a file onto a page,
   so on touch-only devices the line would be a promise the device cannot keep. */
.drag-hint { display:block; margin-top:4px; color:var(--cy2); }
@media (hover: none) and (pointer: coarse) { .drag-hint { display:none; } }
@media (max-width:640px){ .cta-rew { font-size:11.5px; } }
.step-btn.primary-step { border-color:rgba(94, 213, 255,.5); box-shadow:0 8px 30px rgba(94, 213, 255,.10); }
.step-copy small .rew { font-style:normal; font-weight:700; color:var(--cy2); white-space:nowrap; }

/* running free-credits reward */
.credits { display:inline-flex; align-items:center; gap:7px; margin:8px auto 2px; padding:6px 14px; font-size:13.5px;
  color:var(--mut); background:rgba(94, 213, 255,.06); border:1px solid rgba(94, 213, 255,.22); border-radius:999px; }
.credits .bolt { color:var(--cy); filter:drop-shadow(0 0 8px rgba(94, 213, 255,.6)); }
.credits .n { font-weight:800; color:var(--ink); font-variant-numeric:tabular-nums; }
.credits .sub { color:var(--mut2); }
.ctoast { position:fixed; left:50%; bottom:32px; transform:translateX(-50%); z-index:50; padding:10px 18px; border-radius:999px;
  background:var(--volt); color:var(--tru-soft-white,#F8FCFD); font-weight:800; font-size:14px; box-shadow:0 12px 40px -10px rgba(0,72,255,.7); }
@keyframes ctoast { 0%{opacity:0; transform:translate(-50%,12px);} 15%{opacity:1; transform:translate(-50%,0);} 85%{opacity:1;} 100%{opacity:0; transform:translate(-50%,-10px);} }
.ctoast.anim { animation:ctoast 2.4s ease forwards; }
.credits-earned { color:var(--cy2); font-size:15px; margin:0 0 16px; }
.credits-earned::before { content:"⚡ "; }

/* the value close */
.close { border-top:1px solid var(--line); margin-top:30px; padding-top:22px; }
.close .eyebrow { margin-bottom:8px; }
.close h2.big { font-size:clamp(22px,3.4vw,30px); text-transform:none; letter-spacing:-.02em; color:var(--ink); margin:0 0 16px; }
.beat { background:linear-gradient(180deg,var(--card),var(--card2)); border:0; border-left:2px solid rgba(94, 213, 255,.45);
  border-radius:0 14px 14px 0; padding:14px 18px; margin:14px 0; }
.beat h3 { margin:0 0 6px; font-size:15px; color:var(--cy2); }
.beat p { margin:0; font-size:15.5px; line-height:1.55; color:var(--ink); }
.beat .proof { margin-top:8px; font-style:italic; color:var(--mut2); font-size:12.5px; }
.close .credits-line { margin:16px 0 6px; color:var(--ink); font-size:15px; }
.close .byway { color:var(--mut2); font-size:13px; margin:6px 0 0; }
.close-cta { margin-top:18px; }
@media (prefers-reduced-motion: reduce){ .ctoast.anim { animation:none; opacity:1; } }

/* ---------- the live build ---------- */
.build { padding:12px 0 6px; text-align:center; }
.figure-wrap { position:relative; width:min(420px, 92vw); margin:6px auto 4px; }
.figure { width:100%; height:auto; display:block; color:var(--cy); }
.ring-track { fill:none; stroke:#0A2340; stroke-width:6; }
.ring-fill { fill:none; stroke:url(#coreGlow); stroke:var(--cy); stroke-width:6; stroke-linecap:round;
  filter:drop-shadow(0 0 8px rgba(94, 213, 255,.7)); transition:stroke-dashoffset 1s cubic-bezier(.2,.8,.2,1); }
.region { fill:#0A2340; transition:fill .8s ease, filter .8s ease; }
.region.lit { fill:var(--cy); }
.region.dim { fill:#0C2A4C; }
.rays line { stroke:var(--cy); stroke-width:1.4; opacity:0; transition:opacity .8s ease; }
.rays line.on { opacity:.5; }
.pulse-core { pointer-events:none; }
@keyframes ignite { 0%{opacity:0; transform:scale(.6);} 40%{opacity:.9;} 100%{opacity:0; transform:scale(1.15);} }
.igniting .pulse-core { animation:ignite 1.1s ease-out 1; transform-origin:200px 270px; }
@keyframes regpulse { 0%,100%{filter:none;} 50%{filter:drop-shadow(0 0 14px rgba(94, 213, 255,.9));} }
.igniting .region.lit { animation:regpulse 1.1s ease-out 1; }

.ring-readout { position:absolute; left:0; right:0; bottom:2px; text-align:center; pointer-events:none; }
.ring-pct { font-size:30px; font-weight:800; color:var(--ink); letter-spacing:-.03em; }
.ring-pct span { font-size:16px; color:var(--mut); margin-left:1px; }
.ring-cap { font-size:11.5px; letter-spacing:.18em; text-transform:uppercase; color:var(--mut2); }

.ticker { min-height:44px; margin:10px auto 4px; max-width:560px; }
.ticker .line { color:var(--cy2); font-size:15px; opacity:0; transform:translateY(4px); animation:tin .4s ease forwards; }
.ticker .line.done { color:var(--mut); }
@keyframes tin { to{ opacity:1; transform:none; } }

.legend { display:flex; flex-wrap:wrap; gap:8px; justify-content:center; max-width:600px; margin:12px auto 4px; }
.legpill { display:inline-flex; align-items:center; gap:7px; font-size:12.5px; color:var(--mut2);
  background:#071B33; border:1px solid var(--line); border-radius:999px; padding:5px 11px; }
.legpill .d { width:8px; height:8px; border-radius:50%; background:#0F3157; }
.legpill.on { color:var(--ink); border-color:var(--line2); }
.legpill.on .d { background:var(--cy); box-shadow:0 0 8px var(--cy); }
.build-cta { display:flex; gap:12px; justify-content:center; margin-top:14px; }

/* ---------- cross-checked strip (what several sources agree is real) ---------- */
.crosscheck { margin:14px 0 6px; }
.cc-label { margin:0 0 8px; color:var(--mut); font-size:13px; }
.cc-row { display:flex; flex-wrap:wrap; gap:8px; }
.cc-chip { display:inline-flex; align-items:baseline; gap:7px; padding:6px 12px; border-radius:999px;
  background:rgba(94, 213, 255,.07); border:1px solid rgba(94, 213, 255,.22); }
.cc-chip b { font-size:14px; font-weight:700; color:var(--ink); }
.cc-chip em { font-style:normal; font-size:11.5px; color:var(--cy); font-variant-numeric:tabular-nums; }
.cc-note { margin:10px 0 0; font-size:12.5px; color:var(--mut2); border-left:2px solid var(--line2); padding-left:10px; }

/* ---------- the Google cascade (one-tap add-ons on the build screen) ---------- */
.cascade { margin-top:20px; }
.cascade-label { text-align:center; color:var(--mut); font-size:13.5px; margin:0 0 12px; }
.cascade-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(190px,1fr)); gap:10px; }
.tilebtn { display:flex; align-items:center; gap:12px; text-align:left; cursor:pointer;
  background:linear-gradient(180deg,var(--card),var(--card2)); border:1px solid var(--line2);
  border-radius:14px; padding:13px 15px; color:var(--ink); transition:.15s; }
.tilebtn:hover { border-color:var(--cy); box-shadow:0 8px 26px rgba(94, 213, 255,.12); transform:translateY(-1px); }
.tilebtn.faint { border-style:dashed; border-color:var(--line); }
.tb-ic { flex:0 0 34px; height:34px; display:grid; place-items:center; border-radius:9px;
  background:rgba(94, 213, 255,.09); color:var(--cy); font-size:16px; }
.tb-t { flex:1 1 auto; min-width:0; }
.tb-t b { display:block; font-size:15px; font-weight:700; }
.tb-t small { display:block; color:var(--mut); font-size:12px; line-height:1.35; }
.tb-r { flex:0 0 auto; font-size:12px; font-weight:700; color:var(--cy);
  background:rgba(94, 213, 255,.08); border-radius:999px; padding:3px 9px; }

/* ---------- the snapshot ---------- */
.snapshot { padding:14px 0 6px; scroll-margin-top:64px; }
.build { scroll-margin-top:64px; }
.verdict { font-size:14px; letter-spacing:.02em; color:var(--cy2); text-transform:uppercase; margin:8px 0 6px; }
.truth { font-size:clamp(22px,3.4vw,30px); line-height:1.28; font-weight:600; margin:0 0 18px;
  background:linear-gradient(180deg,var(--ink) 55%,var(--cy2)); -webkit-background-clip:text; background-clip:text; color:transparent; }

.vitals { display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); gap:12px; margin:6px 0 22px; }
.vital { background:linear-gradient(180deg,var(--card),var(--card2)); border:1px solid var(--line); border-radius:14px; padding:14px 16px; }
.vital h4 { margin:0 0 6px; font-size:11.5px; letter-spacing:.12em; text-transform:uppercase; color:var(--cy2); }
.vital .v { font-size:20px; font-weight:800; color:var(--ink); letter-spacing:-.02em; }
.vital .v.money { color:var(--good); }
.vital .v .per { font-size:13px; color:var(--mut); font-weight:600; }
.vital small { display:block; color:var(--mut); font-size:12.5px; margin-top:3px; }

h2 { font-size:13px; text-transform:uppercase; letter-spacing:.14em; color:var(--mut); margin:26px 0 12px; }
/* the two emotional beats deserve real headings, not fine-print labels */
.reveals > h2, .detail > h2, .vault > h2, .savings > h2 { font-size:clamp(19px,2.6vw,24px); text-transform:none; letter-spacing:-.01em; color:var(--ink); margin:30px 0 14px; }

.reveal { position:relative; background:linear-gradient(180deg,var(--card),var(--card2)); border:1px solid var(--line);
  border-left:3px solid var(--cy); border-radius:12px; padding:14px 16px; margin:10px 0; }
.reveal p { margin:0 0 6px; font-size:16px; line-height:1.5; }
.reveal .why { font-size:11.5px; color:var(--mut2); font-style:italic; }
.chip { display:inline-block; font-size:10.5px; font-weight:700; letter-spacing:.06em; text-transform:uppercase;
  padding:2px 8px; border-radius:999px; margin-left:8px; vertical-align:middle; }
.chip.high { background:rgba(74, 222, 155,.16); color:var(--good); }
.chip.medium { color:var(--warn); background:rgba(245,183,78,.14); }
.chip.low { color:var(--mut); background:rgba(150,170,190,.12); }

/* savings */
.save-head .headline { font-size:18px; line-height:1.45; margin:2px 0 10px; }
.money { color:var(--good); }
.recs { list-style:none; padding:0; margin:8px 0; }
.recs li { background:linear-gradient(180deg,var(--card),var(--card2)); border:1px solid var(--line); border-radius:12px; padding:12px 14px; margin:8px 0; font-size:15px; }
.recs.locked li { filter:blur(5px); user-select:none; opacity:.8; }
.paywall { margin-top:14px; padding:18px; border:1px solid var(--line2); border-radius:14px; background:rgba(94, 213, 255,.05); text-align:center; }
.paywall .primary { margin:6px 0; }

/* dossier */
.dcard { background:linear-gradient(180deg,var(--card),var(--card2)); border:1px solid var(--line); border-radius:14px; padding:16px 18px; margin:12px 0; }
.dcard h3 { margin:0 0 4px; font-size:13px; letter-spacing:.06em; text-transform:uppercase; color:var(--cy2); }
.dcard ul { margin:8px 0 0; padding-left:2px; list-style:none; }
.dcard li { position:relative; padding:6px 0 6px 18px; color:var(--ink); font-size:15px; line-height:1.5; border-top:1px solid rgba(255,255,255,.03); }
.dcard li:first-child { border-top:0; }
.dcard li::before { content:"›"; position:absolute; left:2px; color:var(--cy); }
.dcard li .why { color:var(--mut2); font-size:11.5px; font-style:italic; }

/* the detail */
.cards { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.tile { background:linear-gradient(180deg,var(--card),var(--card2)); border:1px solid var(--line); border-radius:14px; padding:16px 18px; }
.tile h3 { margin:0 0 6px; font-size:12px; color:var(--cy2); text-transform:uppercase; letter-spacing:.08em; }
.tile p { margin:0; color:var(--ink); font-size:15px; }
.tile .big-num { font-size:26px; font-weight:800; }
.pill { display:inline-block; background:#071B33; border:1px solid var(--line); border-radius:999px; padding:4px 11px; margin:3px 4px 0 0; font-size:13px; color:var(--mut); }

.snapshot-cta { margin:20px 0 6px; }

/* vault */
.vault { padding:8px 0; }
.row { display:flex; gap:10px; flex-wrap:wrap; align-items:center; margin:10px 0; }
.row.small button { font-size:14px; }
input[type=password] { flex:1 1 240px; background:#071B33; border:1px solid var(--line); color:var(--ink); border-radius:10px; padding:11px 13px; font-size:15px; min-width:240px; }

.foot { max-width:900px; margin:0 auto; padding:22px 20px; color:var(--mut2); font-size:12.5px; border-top:1px solid var(--line); }

/* privacy sheet */
.sheet { position:fixed; inset:0; z-index:60; display:flex; align-items:center; justify-content:center; padding:20px;
  background:rgba(2,5,12,.7); backdrop-filter:blur(6px); }
.sheet-card { max-width:520px; background:linear-gradient(180deg,var(--card),var(--card2)); border:1px solid var(--line2);
  border-radius:18px; padding:24px 24px 20px; box-shadow:0 30px 80px rgba(0,0,0,.6); }
.sheet-card h3 { margin:0 0 12px; font-size:19px; }
.sheet-card p { color:var(--mut); font-size:14.5px; margin:0 0 12px; }
.sheet-card p b { color:var(--ink); }
.sheet-card .primary { margin-top:4px; }

@media (max-width:640px){
  .cards { grid-template-columns:1fr; }
  .step-btn { flex-basis:100%; }
  .wrap { padding-top:8px; }
  .top { padding:22px 18px 14px; }
  .top #install { position:static; transform:none; margin-top:12px; }
}
@media (prefers-reduced-motion: reduce){
  .ring-fill { transition:none; } .region { transition:none; }
  .igniting .pulse-core, .igniting .region.lit { animation:none; }
}

/* corroborated-reveal badge — the "several sources agree" mark */
.chip.verified { background:rgba(94, 213, 255,.14); color:var(--cy); border:1px solid rgba(94, 213, 255,.3); margin-right:6px; }
.cc-coh { color:var(--mut2); font-weight:600; }

/* immediate-savings block — subscriptions you pay for but don't use */
.unused { margin:0 0 20px; padding:16px 18px; border:1px solid rgba(74, 222, 155,.35);
  background:linear-gradient(180deg, rgba(74, 222, 155,.06), rgba(74, 222, 155,.02)); border-radius:16px; }
.ubadge { display:inline-block; font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase;
  color:#04121f; background:var(--good); border-radius:999px; padding:3px 10px; margin-bottom:8px; }
.unused-head p { margin:6px 0 0; font-size:15.5px; color:var(--ink); }
.unused-head .money, .unused-row .money { color:var(--good); font-weight:800; }
.unused-list { list-style:none; margin:14px 0 0; padding:0; }
.unused-row { display:flex; justify-content:space-between; align-items:center; gap:12px;
  padding:11px 0; border-top:1px solid rgba(255,255,255,.05); }
.ur-main b { display:block; font-size:15px; color:var(--ink); }
.ur-why { display:block; font-size:12.5px; color:var(--mut); margin-top:2px; }
.ur-unv { display:inline-block; margin-top:3px; font-size:11px; font-weight:700; color:var(--cy2); letter-spacing:.02em; }
.ur-amt { text-align:right; white-space:nowrap; }
.ur-amt .money small { font-weight:600; color:var(--mut2); }
.ur-yr { display:block; font-size:12px; color:var(--mut2); }
.unused-note { margin:12px 0 0; font-size:12px; color:var(--mut2); }
.ug-label { margin:16px 0 6px; font-size:12px; font-weight:700; letter-spacing:.04em; text-transform:uppercase; color:var(--mut); }
/* coverage meter — how much of you is visible + the single best next tap (sourcepaths) */
/* A Deep Ocean card with a single Ring Cyan hairline — the pack's card recipe. */
.coverage { margin:16px 0 0; padding:14px; border:1px solid var(--line); border-radius:14px; background:var(--card); }
.cov-meter { height:8px; border-radius:999px; background:rgba(2,8,20,.55); overflow:hidden; }
/* The coverage meter is the highest-intent read-out on this page and it has no
   words on it, so it carries the pack's gradient at full strength. */
.cov-fill { display:block; height:100%; border-radius:999px; background:var(--grad);
  box-shadow:0 0 14px -2px rgba(94,213,255,.6); transition:width .6s ease; }
.cov-line { margin:10px 0 0; font-size:13.5px; color:var(--mut); }
.cov-line b { color:var(--ink); font-weight:800; }
.cov-next { display:flex; flex-direction:column; align-items:flex-start; gap:2px; margin-top:12px; width:100%;
  text-align:left; padding:11px 13px; border:0; border-radius:11px; cursor:pointer;
  /* The meter above this button is the gradient; the button under it answers in
     solid Voltage Blue with Soft White ink at 6.0:1. Alternation, and legible. */
  background:var(--volt); color:var(--tru-soft-white,#F8FCFD); font-size:14px; font-weight:800; }
.cov-next .cov-y { font-size:11.5px; font-weight:700; opacity:.86; text-transform:none; letter-spacing:0; }
/* money verdict — fused, most-corroborated calls (lead the panel) */
.mv-row { border-left:2px solid var(--good); padding-left:10px; }
.mv-row.mv-urgent { border-left-color:var(--cy); }
.mv-chips { display:flex; flex-wrap:wrap; align-items:center; gap:6px; margin-top:6px; }
.mv-chip { font-size:10.5px; font-weight:700; letter-spacing:.03em; text-transform:uppercase;
  color:var(--ink); background:rgba(255,255,255,.06); border-radius:999px; padding:2px 8px; }
.mv-agree { font-size:11.5px; color:var(--good); font-weight:700; }
.mv-row.mv-urgent .mv-agree { color:var(--cy); }

/* spend map — where your money goes (categorized bars) */
.spendmap { margin:0 0 18px; }
.sm-head { margin:0 0 12px; font-size:15.5px; color:var(--ink); }
.sm-head .money { color:var(--cy); font-weight:800; }
.sm-bars { display:flex; flex-direction:column; gap:8px; }
.sm-row { display:grid; grid-template-columns:140px 1fr auto; align-items:center; gap:12px; }
.sm-cat { font-size:13px; color:var(--mut); }
.sm-bar { height:10px; border-radius:999px; background:rgba(255,255,255,.05); overflow:hidden; }
.sm-fill { display:block; height:100%; border-radius:999px; background:var(--grad); }
.sm-amt { font-size:13.5px; font-weight:700; color:var(--ink); font-variant-numeric:tabular-nums; }
.sm-amt small { color:var(--mut2); font-weight:600; }
@media (max-width:560px){ .sm-row { grid-template-columns:96px 1fr auto; } }
.sm-blind { margin:12px 0 0; font-size:13px; color:var(--cy2); border-top:1px solid rgba(255,255,255,.05); padding-top:10px; }

.stmt-ok { color:var(--good); font-weight:600; }

/* learning ledger — what you're trying to do right now (from your own questions) */
.ledger { margin:22px 0 0; padding:18px; border:1px solid rgba(94, 213, 255,.18); border-radius:16px;
  background:linear-gradient(180deg, rgba(94, 213, 255,.05), rgba(94, 213, 255,.01)); }
.ledger h2 { margin:0 0 6px; font-size:18px; color:var(--ink); }
.lg-lede { margin:0 0 12px; font-size:15px; color:var(--cy2); font-weight:600; }
.lg-list { list-style:none; margin:0; padding:0; }
.lg-row { display:flex; align-items:center; gap:11px; padding:9px 0; border-top:1px solid rgba(255,255,255,.05); }
.lg-ic { flex:none; font-size:16px; width:22px; text-align:center; }
.lg-main { flex:1; }
.lg-main b { display:block; font-size:15px; color:var(--ink); }
.lg-sub { display:block; font-size:12px; color:var(--mut); margin-top:1px; }
.lg-row.hot .lg-main b { color:var(--cy2); }
.lg-flame { flex:none; font-size:13px; }
.lg-note { margin:12px 0 0; font-size:11.5px; color:var(--mut2); }
.found .fd-src { margin:12px 0 2px; font-size:11.5px; letter-spacing:.08em; text-transform:uppercase; color:var(--cy2); }
.found .fd-row { padding:8px 0; border-top:1px solid rgba(255,255,255,.05); font-size:14.5px; color:var(--ink); line-height:1.45; }
.found .fd-ev { display:block; font-size:12px; color:var(--mut); margin-top:2px; }

/* touch feedback + resting depth (phones have no hover) */
.cta-secondary, .tilebtn, .step-btn { box-shadow:0 4px 18px rgba(0,0,0,.25); }
.cta-secondary:active, .tilebtn:active, .primary:active, .ghost:active, .cov-next:active { transform:translateY(1px); }
