@import url('https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&display=swap');
:root{
  --navy:#1E3A52; --navy-2:#14283A; --gold:#E97A2E; --green:#4E9A3A;
  --bg:#1E3A52; --surface:#FFFFFF; --surface-2:#F0F3F6; --line:#DCE2E8;
  --ink:#12212F; --ink-soft:#4C5D6B; --ink-faint:#8A98A5; --on-gold:#2A1400;
  --radius:12px; --shadow:0 1px 2px rgba(20,40,58,.08);
  --font: Calibri,Carlito,"Segoe UI",-apple-system,Helvetica,Arial,sans-serif;
  --mono: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;
}
:root[data-theme="dark"]{
  --bg:#0B1A26; --surface:#122636; --surface-2:#163044; --line:#26445C;
  --ink:#EAF1F6; --ink-soft:#AFC2D1; --ink-faint:#7690A2; --shadow:0 1px 2px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased}
.wrap{max-width:640px;margin:0 auto;padding:24px 20px 80px}
.eyebrow{font-family:var(--mono);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:600;margin:0 0 10px}
h1{font-size:1.7rem;line-height:1.24;font-weight:400;margin:0 0 12px;letter-spacing:0}
h2{font-size:1.25rem;line-height:1.3;font-weight:700;margin:0 0 10px}
p{line-height:1.55;color:var(--ink-soft);margin:0 0 14px;max-width:68ch}
.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}
.meta{font-family:var(--mono);font-size:.72rem;letter-spacing:.06em;color:var(--ink-faint);text-transform:uppercase;margin:0 0 18px}
label{display:block;font-size:.85rem;font-weight:600;color:var(--ink);margin:14px 0 6px}
input[type=text],input[type=email],textarea{width:100%;font:inherit;font-size:1rem;padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--ink)}
input:focus,textarea:focus,button:focus{outline:2px solid var(--gold);outline-offset:2px}
textarea{resize:vertical;min-height:70px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font:inherit;font-weight:700;font-size:1rem;padding:14px 22px;min-height:48px;border-radius:99px;border:0;cursor:pointer;background:var(--gold);color:var(--on-gold);width:100%}
.btn:hover{opacity:.92} .btn:active{transform:translateY(1px)}
.btn.ghost{background:none;color:var(--ink-soft);border:1px solid var(--line);width:auto;padding:10px 18px;min-height:44px}
.row{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-top:22px}
.progress-wrap{position:sticky;top:0;background:var(--surface);padding:14px 0 10px;z-index:5}
.progress-track{height:6px;background:var(--surface-2);border-radius:99px;overflow:hidden}
.progress-fill{height:100%;background:var(--gold);border-radius:99px;transition:width .3s ease}
.progress-label{font-family:var(--mono);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);margin-top:8px}
.dim-tag{font-family:var(--mono);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:6px}
.q-core{font-size:.88rem;color:var(--ink-faint);margin-bottom:4px;font-style:italic}
.q-text{font-size:1.15rem;font-weight:700;line-height:1.4;margin:6px 0 18px}
.phrase{position:relative;cursor:pointer;font-weight:700;color:var(--ink);border-bottom:1px dotted var(--ink-faint);padding:0 1px}
.phrase.swiped{border-bottom-color:var(--ink-soft)}
.phrase-note{display:none;margin:-8px 0 16px;padding:10px 12px;background:var(--surface-2);border-radius:8px;font-size:.85rem;color:var(--ink-soft);border-left:2px solid var(--gold)}
.phrase-note.open{display:block}
/* ---- Spec V1 layout: 3 questions per dimension screen ---- */
.scale-legend{background:var(--surface-2);border-radius:10px;padding:12px 14px;margin:14px 0 22px}
.scale-row{display:flex;gap:10px;align-items:baseline;font-size:.82rem;color:var(--ink-soft);padding:2px 0}
.scale-row b{font-family:var(--mono);color:var(--gold);flex:0 0 14px}
.qblock{display:flex;gap:12px;padding:18px 0;border-top:1px solid var(--line)}
.qblock:first-of-type{border-top:0}
.q-num{font-family:var(--mono);font-weight:700;color:var(--ink-faint);flex:0 0 26px;font-size:.9rem;padding-top:2px}
.q-body{flex:1;min-width:0}
.opt-row{display:flex;gap:8px;margin-top:12px}
.opt{flex:1;min-height:48px;border:1px solid var(--line);border-radius:10px;background:var(--surface);
  font-family:var(--mono);font-size:1.05rem;font-weight:700;color:var(--ink);cursor:pointer;transition:background .12s,border-color .12s}
.opt:hover{border-color:var(--gold)}
.opt.on{background:var(--gold);border-color:var(--gold);color:var(--on-gold)}
.opt-confirm{display:none;margin-top:9px;font-size:.85rem;color:var(--ink-soft);border-left:2px solid var(--gold);padding-left:10px;line-height:1.45}
.opt-confirm.show{display:block}
.btn:disabled{opacity:.35;cursor:not-allowed}
.gate-err{color:#C0392B;font-size:.85rem;margin-top:10px;min-height:1.1em}
:root[data-theme="dark"] .gate-err{color:#FF8A7A}
.overall .olabel{font-family:var(--mono);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:6px}
.sc-pair{display:grid;gap:12px;margin:20px 0}
@media(min-width:520px){.sc-pair{grid-template-columns:1fr 1fr}}
.sc{border:1px solid var(--line);border-radius:10px;padding:14px 16px;background:var(--surface)}
.sc .label{font-family:var(--mono);font-size:.66rem;letter-spacing:.09em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:5px}
.sc .val{font-weight:700;font-size:1.02rem}
.hyp{background:var(--navy);color:#fff;border-radius:var(--radius);padding:20px;margin:20px 0}
.hyp-label{font-family:var(--mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:10px}
.hyp p{color:#DCE9F2;margin:0;line-height:1.6}
.lede{font-weight:700;color:var(--ink);font-size:1.05rem}

/* Version A: plain pill row, numbers only */
.pill-row{display:flex;gap:10px;margin-bottom:8px}
.pill{flex:1;aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:12px;background:var(--surface);font-family:var(--mono);font-size:1.3rem;font-weight:700;color:var(--ink);cursor:pointer;min-height:56px}
.pill:hover{border-color:var(--gold);color:var(--gold)}
.pill-caps{display:flex;justify-content:space-between;margin-bottom:20px}
.pill-caps span{font-size:.72rem;color:var(--ink-faint);max-width:44%;line-height:1.3}
.pill-caps span:last-child{text-align:right}
/* Version B: mixed. Full label = vertical list (like the reference build). Endpoint-only = pill row + caption. */
.lvl{display:flex;gap:12px;align-items:flex-start;text-align:left;width:100%;border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:13px 15px;cursor:pointer;font:inherit;color:var(--ink);margin-bottom:9px;min-height:44px}
.lvl:hover{border-color:var(--gold)}
.lvl .num{font-family:var(--mono);font-weight:700;color:var(--gold);flex:0 0 18px}
.full-tag{display:inline-block;font-family:var(--mono);font-size:.64rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);background:var(--surface-2);border-radius:99px;padding:3px 9px;margin-bottom:10px}
.reveal{background:var(--surface-2);border-radius:10px;padding:14px 16px;margin:16px 0;display:flex;justify-content:space-between;align-items:center}
.reveal .rname{font-weight:700} .reveal .rscore{font-family:var(--mono);font-weight:700;color:var(--gold);font-size:1.1rem}
.charts{display:grid;gap:18px;margin:18px 0}
.chart-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:16px}
.chart-title{font-family:var(--mono);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:10px}
.overall{text-align:center;margin:8px 0 22px}
.overall .num{font-size:3rem;font-weight:700;color:var(--navy)}
:root[data-theme="dark"] .overall .num{color:var(--gold)}
.overall .band{display:inline-block;margin-top:6px;font-family:var(--mono);font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;padding:5px 12px;border-radius:99px;background:var(--surface-2);color:var(--gold)}
.callouts{display:grid;gap:10px;grid-template-columns:1fr;margin:18px 0}
@media(min-width:520px){.callouts{grid-template-columns:1fr 1fr 1fr}}
.callout{border:1px solid var(--line);border-radius:10px;padding:12px 14px;background:var(--surface)}
.callout .label{font-family:var(--mono);font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:4px}
.callout.str{border-left:3px solid var(--green)} .callout.con{border-left:3px solid var(--gold)} .callout.watch{border-left:3px solid var(--ink-faint)}
.honesty{display:grid;gap:12px;margin:18px 0}
@media(min-width:520px){.honesty{grid-template-columns:1fr 1fr}}
.honesty .box{background:var(--surface-2);border-radius:10px;padding:14px 16px}
.honesty .label{font-family:var(--mono);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:6px}
.honesty p{margin:0;font-size:.9rem}
.consent{display:flex;gap:10px;align-items:flex-start;margin:16px 0;font-size:.85rem;color:var(--ink-soft)}
.consent input{margin-top:3px}
.footer-brand{text-align:center;margin-top:36px;padding-top:20px;border-top:1px solid var(--line);font-size:.82rem;color:var(--ink-faint)}
.footer-brand b{color:var(--ink-soft)}
.logo-row{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.logo-row img{height:34px;width:auto;border-radius:4px}
.top-bar{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;padding:12px 16px;z-index:10;pointer-events:none}
.top-bar > *{pointer-events:auto}
.chip{background:var(--surface);border:1px solid var(--line);border-radius:99px;padding:7px 13px;font-size:.78rem;cursor:pointer;color:var(--ink-soft);min-height:34px}
.chip.on{background:var(--navy);color:#fff;border-color:var(--navy)}
.mode-switch{display:flex;gap:6px}
.honeypot{position:absolute;left:-9999px;opacity:0}
.delay-note{background:var(--surface-2);border-radius:10px;padding:12px 14px;font-size:.85rem;color:var(--ink-soft);margin:14px 0;border-left:3px solid var(--navy)}
.objective-tie{background:var(--navy);color:#fff;border-radius:var(--radius);padding:18px 20px;margin:18px 0}
.objective-tie .label{font-family:var(--mono);font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:8px}
.objective-tie .goal{font-size:1.05rem;font-weight:700;line-height:1.4;margin:0 0 12px;color:#fff}
.objective-tie .tie{margin:0;color:#CFE0EC;font-size:.92rem;line-height:1.5}
.objective-tie .tie b{color:var(--gold)}
.wait-steps{list-style:none;padding:0;margin:16px 0;counter-reset:ws}
.wait-steps li{counter-increment:ws;position:relative;padding:0 0 14px 38px;color:var(--ink-soft);font-size:.92rem;line-height:1.5}
.wait-steps li::before{content:counter(ws);position:absolute;left:0;top:-1px;width:26px;height:26px;border-radius:50%;
  background:var(--gold);color:var(--on-gold);font-family:var(--mono);font-weight:700;font-size:.8rem;display:flex;align-items:center;justify-content:center}
.wait-steps li b{color:var(--ink)}
.eta{display:inline-flex;align-items:center;gap:8px;background:var(--surface-2);border-radius:99px;padding:8px 16px;
  font-family:var(--mono);font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--navy);font-weight:700;margin:4px 0 6px}
:root[data-theme="dark"] .eta{color:var(--gold)}
@media(prefers-reduced-motion: reduce){*{transition:none!important}}
.sc-pair.single{grid-template-columns:1fr}
/* demo-only: reset the saved run. Remove before this goes live. */
.restart{display:block;margin:22px auto 0;background:none;border:1px dashed var(--line);
  color:var(--ink-faint);font:inherit;font-size:.72rem;padding:9px 16px;border-radius:99px;cursor:pointer}
.restart:hover{border-color:var(--gold);color:var(--gold)}

/* ============ INTRO TEASER — its own panel, not floating on the page ============ */
.teaser{max-width:640px;margin:0 auto 54px;padding:0 20px;display:none}
.teaser.show{display:block}
.tz-panel{
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(233,122,46,.10) 0%, rgba(233,122,46,0) 55%),
    linear-gradient(180deg, #12283C 0%, #0D1E2E 100%);
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  padding:30px 26px 26px;
  box-shadow:0 18px 40px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.06);
}
.tz-head{text-align:center;margin-bottom:22px}
.tz-kick{font-family:var(--mono);font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--gold);font-weight:700}
.tz-title{color:#fff;font-size:1.16rem;line-height:1.42;font-weight:700;margin:9px 0 0;letter-spacing:-.01em}
.tz-grid{display:grid;gap:18px;align-items:center}
@media(min-width:560px){.tz-grid{grid-template-columns:1.02fr 1fr}}
.tz-chart svg{width:100%;max-width:290px;display:block;margin:0 auto}
.tz-ax{font-family:var(--mono);font-size:9.5px;fill:rgba(255,255,255,.62)}
.tz-score{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-bottom:16px}
.tz-num{font-size:2.6rem;font-weight:700;color:#fff;line-height:1;font-variant-numeric:tabular-nums;
  text-shadow:0 2px 14px rgba(233,122,46,.28)}
.tz-of{color:rgba(255,255,255,.45);font-weight:700}
.tz-band{font-family:var(--mono);font-size:.6rem;letter-spacing:.09em;text-transform:uppercase;font-weight:700;
  background:var(--gold);color:var(--on-gold);padding:5px 11px;border-radius:99px;margin-left:auto}
.tz-bars{display:flex;flex-direction:column;gap:7px}
.tz-bar{display:grid;grid-template-columns:1fr 62px 26px;gap:9px;align-items:center;
  font-size:.72rem;color:rgba(255,255,255,.72)}
.tz-bt{height:6px;background:rgba(255,255,255,.10);border-radius:99px;overflow:hidden}
.tz-bt>i{display:block;height:100%;background:linear-gradient(90deg,#E97A2E,#F0913F);border-radius:99px}
.tz-bar b{font-family:var(--mono);font-size:.72rem;color:var(--gold);text-align:right;font-variant-numeric:tabular-nums}
.tz-cap{text-align:center;color:rgba(255,255,255,.92);font-size:.95rem;margin:22px 0 0;min-height:1.5em;font-weight:600}
.tz-cap.in{animation:tzFade .5s ease}
@keyframes tzFade{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
.tz-dots{display:flex;gap:6px;justify-content:center;margin-top:16px}
.tz-dot{width:22px;height:3px;border-radius:99px;background:rgba(255,255,255,.18);transition:background .3s}
.tz-dot.on{background:var(--gold)}
@media(prefers-reduced-motion:reduce){.tz-cap.in{animation:none}}

/* the 24-hour promise on the result screen — deliberately prominent */
.delay-note.big{font-size:1.02rem;line-height:1.55;padding:18px 20px;border-left-width:4px;
  background:var(--surface-2);color:var(--ink);font-weight:600;border-radius:0 10px 10px 0;margin:22px 0 6px}

/* intro only: card and teaser join into one continuous object */
body.has-teaser .wrap{padding-bottom:0}
body.has-teaser #app.card{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:0;padding-bottom:26px}
body.has-teaser .teaser{margin-top:0}
body.has-teaser .tz-panel{border-top-left-radius:0;border-top-right-radius:0;border-top:0;
  box-shadow:0 18px 40px rgba(0,0,0,.28)}

/* bridge screen before question 1 — deliberately minimal */
.brief-sub{font-size:1.02rem;color:var(--ink-soft);margin:0 0 22px}
.brief-chips{list-style:none;padding:0;margin:0 0 26px;display:flex;flex-wrap:wrap;gap:8px}
.brief-chips li{display:flex;align-items:center;gap:8px;background:var(--surface-2);
  border-radius:99px;padding:8px 14px 8px 8px;font-size:.84rem;font-weight:600;color:var(--ink)}
.brief-chips li span{width:20px;height:20px;border-radius:50%;background:var(--gold);color:var(--on-gold);
  font-family:var(--mono);font-size:.66rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex:0 0 20px}
.btn.big{font-size:1.15rem;min-height:60px;padding:18px 26px}

/* ================================================================
   LAPTOP LAYOUT — dimension screens only.
   Brian, 2026-08-28: all three questions visible at once, no
   scrolling inside a section. Phone and tablet keep the single
   column below, which he confirmed is already fine.
   Two questions across the top, third centred beneath them.
   ================================================================ */
@media (min-width: 1000px){
  /* Fill the screen. The 640px column was a phone measurement left on a
     laptop, which is what left all the empty ground either side.
     Everything below scales with viewport HEIGHT, so a big screen gets
     generous type and a 1366x768 laptop still fits without scrolling. */
  body.is-dim .wrap{max-width:min(1560px, 95vw);
    padding:clamp(10px,2vh,20px) 20px clamp(12px,2vh,20px)}
  body.is-dim #app.card{padding:clamp(14px,2.2vh,22px) clamp(22px,2vw,34px) clamp(14px,2vh,22px)}

  /* the 1-5 key becomes one horizontal strip, read across the full width */
  body.is-dim .scale-legend{
    display:grid;grid-template-columns:repeat(5,1fr);gap:0 22px;
    padding:clamp(8px,1.6vh,16px) clamp(16px,1.6vw,26px);
    margin:clamp(6px,1.2vh,12px) 0 clamp(8px,1.6vh,16px);
  }
  body.is-dim .scale-row{display:block;font-size:clamp(.78rem,1.9vh,1rem);line-height:1.35;padding:0}
  body.is-dim .scale-row b{display:block;font-size:clamp(.85rem,2.1vh,1.12rem);margin-bottom:3px}

  body.is-dim .q-core{margin-bottom:0;font-size:clamp(.8rem,1.7vh,.98rem)}
  body.is-dim .progress-wrap{padding:clamp(6px,1.2vh,12px) 0 clamp(5px,1vh,9px)}
  body.is-dim .progress-label{font-size:clamp(.7rem,1.4vh,.82rem)}

  /* 2 up, then 1 centred */
  .qgrid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(10px,1.8vh,18px) 30px;align-items:start}
  .qgrid .qblock{
    padding:clamp(12px,2vh,20px) clamp(16px,1.6vw,24px);
    border:1px solid var(--line);border-top:1px solid var(--line);
    border-radius:var(--radius);background:var(--surface);margin:0;
  }
  .qgrid .qblock:nth-child(3){
    grid-column:1 / -1;justify-self:center;width:calc(50% - 15px);
  }

  /* the number carries the reading order once it stops being a column */
  .qgrid .q-num{font-size:clamp(1rem,2.1vh,1.2rem);color:var(--gold);flex-basis:34px}
  .qgrid .q-text{font-size:clamp(1.02rem,2.4vh,1.3rem);line-height:1.36;
    margin:1px 0 clamp(8px,1.6vh,15px)}
  .qgrid .opt{min-height:clamp(38px,6.2vh,54px);font-size:clamp(.95rem,2.2vh,1.2rem)}
  .qgrid .opt-row{margin-top:clamp(6px,1.4vh,12px);gap:9px}

  /* reserve the confirmation line's space so answering never changes the
     page height — otherwise it fits until you use it, which is worse */
  .qgrid .opt-confirm{display:block;min-height:2.4em;margin-top:clamp(5px,1.2vh,10px);
    font-size:clamp(.76rem,1.6vh,.92rem);line-height:1.4}
  .qgrid .opt-confirm:empty{border-left-color:transparent}

  body.is-dim .row{margin-top:clamp(10px,2vh,18px)}
}

/* ================================================================
   PHONE — the 1-5 key is dropped entirely (Sanjai, 2026-09-02).
   Five stacked rows ate roughly a third of the screen before the
   first question. The confirmation line under each answer still
   states the chosen level in full, so the meaning is not lost.
   ================================================================ */
@media (max-width: 699px){
  .scale-legend{display:none}
  /* the 80px tail was there for a scrolling page; without the key the
     dimension now nearly fits one phone screen, so reclaim it */
  body.is-dim .wrap{padding-bottom:24px}
}

/* ================================================================
   LAPTOP — the bridge screen matches the dimension screens.
   It was still sitting in the 640px phone column while the
   questions behind it filled the width, so it read as a different
   product for one screen.
   ================================================================ */
@media (min-width: 1000px){
  /* centred in the viewport so the card carries the screen rather than
     hanging off the top with navy underneath it */
  body.is-brief .wrap{max-width:min(1560px, 95vw);padding:0 20px;
    min-height:100vh;display:flex;flex-direction:column;justify-content:center}
  body.is-brief #app.card{padding:clamp(34px,6.5vh,64px) clamp(30px,3vw,54px)}

  body.is-brief h1{font-size:clamp(1.8rem,4.2vh,2.6rem);margin-bottom:clamp(8px,1.4vh,16px)}
  body.is-brief .brief-sub{font-size:clamp(1.05rem,2.3vh,1.35rem);margin-bottom:clamp(18px,3.4vh,34px)}

  /* eight chips across the full width: four, four */
  body.is-brief .brief-chips{
    display:grid;grid-template-columns:repeat(4,1fr);
    gap:clamp(10px,1.8vh,16px);margin-bottom:clamp(20px,3.6vh,38px);
  }
  body.is-brief .brief-chips li{
    justify-content:flex-start;font-size:clamp(.95rem,2vh,1.15rem);
    padding:clamp(11px,2vh,18px) clamp(14px,1.4vw,20px);
  }
  body.is-brief .brief-chips li span{
    width:clamp(24px,3vh,30px);height:clamp(24px,3vh,30px);
    font-size:clamp(.8rem,1.6vh,.95rem);flex:0 0 auto;
  }

  body.is-brief .btn.big{font-size:clamp(1.15rem,2.5vh,1.45rem);min-height:clamp(58px,8.5vh,76px)}
}

/* ---- intent screen: two options, what each one actually means ---- */
.intent-sub{color:var(--ink-soft);margin:0 0 20px}
.btn.big.intent-yes{min-height:64px;font-size:1.12rem;margin-bottom:12px}
.btn.ghost.big.intent-no{width:100%;min-height:60px;font-size:1.05rem;margin:22px 0 12px}
.intent-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.intent-list li{position:relative;padding-left:24px;font-size:.9rem;line-height:1.5;color:var(--ink-soft)}
.intent-list li b{color:var(--ink)}
.intent-list.yes li::before{content:"";position:absolute;left:4px;top:.52em;width:7px;height:7px;
  border-radius:50%;background:var(--gold)}
.intent-list.no li::before{content:"";position:absolute;left:4px;top:.62em;width:7px;height:1px;
  background:var(--ink-faint)}
.intent-list.no li{color:var(--ink-faint);font-size:.86rem}
.intent-list.no li b{color:var(--ink-soft)}
