/* ============================================================
   COBRA Deadline.com — stylesheet
   House style: calm, authoritative finance utility.
   Serif display (Source Serif 4) + system sans, warm-neutral paper,
   deep-teal accent. Mobile-first.
   NOTE: the above-the-fold subset of these rules is mirrored inline
   in index.html <head> (critical CSS). Update both when changing
   header/hero rules. — see docs/build.md
   ============================================================ */

:root {
  --paper:        #f6f8f7;
  --surface:      #ffffff;
  --surface-2:    #fbfcfb;
  --ink:          #18211e;
  --ink-soft:     #39463f;
  --muted:        #6a776f;
  --line:         #e6ece9;
  --line-strong:  #d4ddd8;

  --accent:       #15665b;
  --accent-ink:   #0e4a41;
  --accent-bright:#2a8c7d;
  --accent-soft:  #e7f1ee;
  --accent-tint:  #f0f6f4;

  --warn:         #8a5a16;
  --warn-soft:    #fbf2e1;
  --warn-line:    #ecd9b0;

  --good:         #2c7a57;
  --good-soft:    #e8f3ec;

  --radius-lg: 16px;
  --radius:    11px;
  --radius-sm: 8px;

  --shadow-sm: 0 1px 2px rgba(20,40,34,.04), 0 1px 3px rgba(20,40,34,.06);
  --shadow:    0 2px 6px rgba(20,40,34,.05), 0 8px 24px rgba(20,40,34,.06);
  --shadow-lg: 0 6px 18px rgba(20,40,34,.07), 0 20px 48px rgba(20,40,34,.09);

  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --sans:  system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mono:  ui-monospace, "SF Mono", "SFMono-Regular", Menlo, Consolas, monospace;

  --wrap: 1180px;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.12; letter-spacing: -.01em; margin: 0; }
p { margin: 0; }
a { color: var(--accent-ink); text-decoration-color: color-mix(in srgb, var(--accent) 35%, transparent); text-underline-offset: 2px; }
a:hover { text-decoration-color: var(--accent); }
strong { font-weight: 650; }

/* ---------------------------------------------------------- header */
.site-header {
  background: color-mix(in srgb, var(--paper) 78%, #fff);
  border-bottom: 1px solid var(--line);
  backdrop-filter: saturate(1.1) blur(6px);
  position: sticky; top: 0; z-index: 40;
}
.site-header__in {
  max-width: var(--wrap); margin: 0 auto;
  padding: 13px 22px;
  display: flex; align-items: center; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); }
.brand__mark { width: 30px; height: 30px; border-radius: 8px; display: block; flex: 0 0 auto; box-shadow: var(--shadow-sm); }
.brand__word { font-family: var(--serif); font-weight: 600; font-size: 19px; letter-spacing: -.015em; white-space: nowrap; }
.brand__tld { color: var(--accent); }
.site-header nav { margin-left: auto; display: flex; gap: 4px; align-items: center; }
.site-header nav a {
  font-size: 14.5px; color: var(--ink-soft); text-decoration: none;
  padding: 7px 12px; border-radius: 8px; font-weight: 500;
}
.site-header nav a:hover { background: var(--accent-tint); color: var(--accent-ink); }
.site-header nav a.is-cta {
  background: var(--accent); color: #fff;
}
.site-header nav a.is-cta:hover { background: var(--accent-ink); }
@media (max-width: 620px) { .site-header nav a.hide-sm { display: none; } }

/* ---------------------------------------------------------- layout */
.wrap {
  max-width: var(--wrap); margin: 0 auto; padding: 0 22px;
  display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 40px;
  align-items: start;
}
.col-main { min-width: 0; padding-bottom: 40px; }
.col-side { padding-top: 28px; }
@media (max-width: 1040px) {
  .wrap { grid-template-columns: minmax(0,1fr); }
  .col-side { display: none; }
}

/* ---------------------------------------------------------- hero */
.hero { padding: 40px 0 26px; }
.eyebrow {
  font-family: var(--mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent); font-weight: 600; margin-bottom: 16px; display: flex; align-items: center; gap: 9px;
}
.eyebrow::before { content: ""; width: 22px; height: 1.5px; background: var(--accent); display: inline-block; }
.hero h1 { font-size: clamp(30px, 4.6vw, 45px); max-width: 19ch; }
.hero h1 .lede-accent { color: var(--accent); }
.hero__sub { font-size: clamp(17px, 2vw, 19.5px); color: var(--ink-soft); max-width: 56ch; margin-top: 18px; text-wrap: pretty; }
.hero__meta {
  display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 22px;
  font-size: 13.5px; color: var(--muted); align-items: center;
}
.hero__meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--line-strong); }
.hero__meta b { color: var(--ink-soft); font-weight: 600; }

/* ---------------------------------------------------------- ad slots */
.ad-slot {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  margin: 30px 0;
}
.ad-slot-label {
  display: none;
  font-family: var(--mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 7px; align-self: center;
}
.ad-slot:has(ins[data-ad-status="filled"]) .ad-slot-label { display: block; }
.ad-slot ins[data-ad-status="unfilled"] { display: none; }
/* reserve dimensions to prevent CLS */
.ad-slot--top    { min-height: 90px; }
.ad-slot--pre    { min-height: 250px; }
.ad-slot--mid    { min-height: 90px; }
.ad-slot--side   { min-height: 600px; }
@media (max-width: 740px) {
  .ad-slot--top  { min-height: 100px; }
  .ad-slot--mid  { min-height: 250px; }
}

/* ---------------------------------------------------------- card base */
.card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow);
}

/* ---------------------------------------------------------- calculator */
.calc { scroll-margin-top: 76px; }
.calc__head { margin-bottom: 14px; }
.calc__head h2 { font-size: clamp(21px, 2.6vw, 25px); }
.calc__head p { color: var(--muted); font-size: 14.5px; margin-top: 5px; }

.panel { padding: clamp(20px, 3vw, 30px); }
.panel + .panel { border-top: 1px solid var(--line); }

.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
@media (max-width: 560px) { .field-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.field.col-2 { grid-column: 1 / -1; }
.field > label { font-size: 14px; font-weight: 600; color: var(--ink-soft); display: flex; align-items: baseline; gap: 7px; }
.field .hint { font-size: 12.5px; color: var(--muted); font-weight: 400; }
.field .opt { font-size: 11px; font-family: var(--mono); color: var(--muted); letter-spacing: .04em; text-transform: uppercase; }

.control {
  font: inherit; font-size: 16px; color: var(--ink);
  background: var(--surface-2); border: 1.5px solid var(--line-strong);
  border-radius: var(--radius); padding: 11px 13px; width: 100%;
  transition: border-color .14s, box-shadow .14s, background .14s;
  appearance: none; -webkit-appearance: none;
}
.control:hover { border-color: color-mix(in srgb, var(--accent) 35%, var(--line-strong)); }
.control:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3.5px var(--accent-soft); background: #fff; }
.control::placeholder { color: color-mix(in srgb, var(--muted) 72%, transparent); }
select.control { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236a776f' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }

.input-money { position: relative; }
.input-money::before { content: "$"; position: absolute; left: 13px; top: 50%; transform: translateY(-50%); color: var(--muted); font-size: 16px; pointer-events: none; }
.input-money .control { padding-left: 26px; }

/* segmented control */
.seg { display: flex; gap: 6px; background: var(--surface-2); border: 1.5px solid var(--line-strong); border-radius: var(--radius); padding: 4px; }
.seg button {
  flex: 1; font: inherit; font-size: 14px; font-weight: 600; color: var(--ink-soft);
  background: transparent; border: 0; border-radius: 7px; padding: 9px 6px; cursor: pointer;
  transition: background .14s, color .14s, box-shadow .14s; min-width: 0; white-space: nowrap;
}
.seg button:hover { color: var(--accent-ink); }
.seg button[aria-pressed="true"] { background: var(--surface); color: var(--accent-ink); box-shadow: var(--shadow-sm); }
.seg.seg--accent button[aria-pressed="true"] { background: var(--accent); color: #fff; }

/* ---------------------------------------------------------- results */
.results { display: flex; flex-direction: column; }

.clock {
  background: linear-gradient(180deg, var(--accent-tint), color-mix(in srgb, var(--accent-tint) 40%, #fff));
}
.clock__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
@media (max-width: 560px) { .clock__grid { grid-template-columns: 1fr; } }
.deadline {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px 18px; box-shadow: var(--shadow-sm);
}
.deadline__k { font-size: 12.5px; font-weight: 600; color: var(--muted); letter-spacing: .01em; }
.deadline__date { font-family: var(--serif); font-size: 23px; font-weight: 600; margin-top: 4px; }
.deadline__sub { font-size: 13px; color: var(--ink-soft); margin-top: 4px; }
.deadline .pill {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 9px;
  font-size: 12.5px; font-weight: 650; font-family: var(--mono);
  padding: 3px 9px; border-radius: 999px;
}
.pill--ok   { background: var(--good-soft); color: var(--good); }
.pill--warn { background: var(--warn-soft); color: var(--warn); }
.pill--past { background: #f6e4e0; color: #9a3d28; }

/* timeline */
.timeline { margin-top: 4px; }
.timeline__track { position: relative; height: 4px; background: var(--line-strong); border-radius: 2px; margin: 40px 8px 8px; }
.timeline__fill { position: absolute; top: 0; left: 0; height: 100%; background: var(--accent); border-radius: 2px; }
.tl-node { position: absolute; top: 50%; transform: translate(-50%,-50%); }
.tl-node .d { width: 13px; height: 13px; border-radius: 50%; background: var(--surface); border: 3px solid var(--accent); box-shadow: var(--shadow-sm); }
.tl-node.is-soft .d { border-color: var(--line-strong); }
.tl-node.is-now .d { background: var(--accent); border-color: #fff; box-shadow: 0 0 0 3px var(--accent-soft); }
.tl-node .lbl { position: absolute; left: 50%; transform: translateX(-50%); bottom: 22px; white-space: nowrap; font-size: 11.5px; font-weight: 600; color: var(--ink-soft); text-align: center; }
.tl-node .lbl .sub { display: block; font-family: var(--mono); font-weight: 500; color: var(--muted); font-size: 10.5px; }
.tl-node.flip .lbl { bottom: auto; top: 22px; }

/* three paths */
.paths { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
@media (max-width: 720px) { .paths { grid-template-columns: 1fr; } }
.path {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 18px;
  background: var(--surface-2); display: flex; flex-direction: column; gap: 4px; position: relative;
}
.path.is-pick { border-color: var(--accent); background: #fff; box-shadow: 0 0 0 1px var(--accent), var(--shadow); }
.path__tag {
  position: absolute; top: -10px; left: 16px; font-family: var(--mono); font-size: 10px; letter-spacing: .1em;
  text-transform: uppercase; background: var(--accent); color: #fff; padding: 3px 8px; border-radius: 5px; font-weight: 600;
}
.path__name { font-weight: 700; font-size: 15.5px; }
.path__cost { font-family: var(--serif); font-size: 27px; font-weight: 600; margin-top: 6px; }
.path__cost .per { font-family: var(--sans); font-size: 13px; color: var(--muted); font-weight: 500; }
.path__row { display: flex; justify-content: space-between; font-size: 13px; color: var(--ink-soft); margin-top: 2px; }
.path__row .v { font-weight: 650; font-variant-numeric: tabular-nums; }
.path__note { font-size: 12.5px; color: var(--muted); margin-top: 9px; padding-top: 9px; border-top: 1px dashed var(--line); text-wrap: pretty; }

/* verdict / flag blocks */
.note {
  border-radius: var(--radius); padding: 18px 20px; font-size: 14.5px; line-height: 1.55;
  display: flex; gap: 14px; align-items: flex-start;
}
.note__ico { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; font-weight: 700; font-family: var(--serif); font-size: 17px; }
.note__b h4 { font-family: var(--serif); font-size: 16.5px; font-weight: 600; margin: 0 0 5px; }
.note__b p { color: var(--ink-soft); }
.note__b ul { margin: 9px 0 0; padding-left: 18px; color: var(--ink-soft); display: flex; flex-direction: column; gap: 5px; }
.note__b ul li { text-wrap: pretty; }
.note--accent { background: var(--accent-tint); border: 1px solid var(--accent-soft); }
.note--accent .note__ico { background: var(--accent); color: #fff; }
.note--warn { background: var(--warn-soft); border: 1px solid var(--warn-line); }
.note--warn .note__ico { background: var(--warn); color: #fff; }
.note--muted { background: var(--surface-2); border: 1px solid var(--line); }
.note--muted .note__ico { background: var(--line); color: var(--ink-soft); }

.verdict {
  background: var(--ink); color: #eef2f0; border-radius: var(--radius-lg); padding: clamp(20px,3vw,28px);
}
.verdict__k { font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #8fb5ac; margin-bottom: 12px; }
.verdict h3 { color: #fff; font-size: clamp(20px,2.6vw,25px); }
.verdict h3 .hl { color: var(--accent-bright); }
.verdict p { color: #c4cfca; margin-top: 12px; font-size: 15px; text-wrap: pretty; }
.verdict .friction { margin-top: 18px; display: grid; gap: 10px; }
.verdict .friction div { display: flex; gap: 11px; align-items: flex-start; font-size: 13.5px; color: #aebbb5; }
.verdict .friction .mk { flex: 0 0 auto; color: var(--accent-bright); font-weight: 700; }
.verdict__legal { margin-top: 18px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; color: #94a39d; }

/* empty state */
.results-empty { text-align: center; padding: 50px 26px; color: var(--muted); }
.results-empty .big { font-family: var(--serif); font-size: 21px; color: var(--ink-soft); margin-bottom: 8px; }
.results-empty p { max-width: 42ch; margin: 0 auto; font-size: 14.5px; }
.is-hidden { display: none !important; }

/* section heading */
.section { padding: 40px 0 6px; scroll-margin-top: 76px; }
.section__eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); font-weight: 600; margin-bottom: 12px; }
.section h2 { font-size: clamp(24px, 3.2vw, 32px); max-width: 22ch; }
.section h2 + p { color: var(--ink-soft); margin-top: 14px; max-width: 62ch; font-size: 16.5px; text-wrap: pretty; }

/* prose / explainer */
.prose { max-width: 68ch; }
.prose h3 { font-size: 20px; margin: 30px 0 10px; }
.prose p { margin: 12px 0; color: var(--ink-soft); text-wrap: pretty; }
.prose ul { color: var(--ink-soft); padding-left: 20px; display: flex; flex-direction: column; gap: 7px; margin: 12px 0; }
.prose li { text-wrap: pretty; }
.prose .callout {
  border-left: 3px solid var(--accent); background: var(--accent-tint);
  padding: 14px 18px; border-radius: 0 var(--radius) var(--radius) 0; margin: 18px 0; font-size: 15px;
}
.prose .callout strong { color: var(--accent-ink); }

/* timeline-rules mini table */
.rules { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 14.5px; }
.rules th, .rules td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.rules thead th { font-size: 12px; font-family: var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.rules td:first-child { font-weight: 650; color: var(--ink); white-space: nowrap; }
.rules .num { font-variant-numeric: tabular-nums; }

/* ---------------------------------------------------------- FAQ */
.faq { display: flex; flex-direction: column; gap: 0; margin-top: 18px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; padding: 18px 2px; display: flex; gap: 16px; align-items: flex-start;
  font-family: var(--serif); font-size: 18px; font-weight: 600; color: var(--ink); transition: color .12s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--accent-ink); }
.faq summary .q { flex: 1; text-wrap: pretty; }
.faq summary .chev { flex: 0 0 auto; width: 22px; height: 22px; position: relative; margin-top: 3px; transition: transform .2s; }
.faq summary .chev::before, .faq summary .chev::after { content: ""; position: absolute; top: 10px; width: 11px; height: 2px; background: var(--accent); border-radius: 2px; }
.faq summary .chev::before { left: 2px; transform: rotate(45deg); }
.faq summary .chev::after { right: 2px; transform: rotate(-45deg); }
.faq details[open] summary .chev { transform: rotate(180deg); }
.faq details[open] summary { color: var(--accent-ink); }
.faq__a { padding: 0 38px 20px 2px; color: var(--ink-soft); font-size: 15.5px; }
.faq__a p { margin: 0 0 10px; text-wrap: pretty; }
.faq__a p:last-child { margin-bottom: 0; }

/* ---------------------------------------------------------- footer */
.site-footer { background: #11201c; color: #c7d3ce; margin-top: 30px; }
.site-footer__in { max-width: var(--wrap); margin: 0 auto; padding: 52px 22px 34px; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 36px; }
@media (max-width: 760px) { .foot-grid { grid-template-columns: 1fr; gap: 30px; } }
.foot-brand .brand__word { color: #fff; font-size: 20px; }
.foot-brand .brand__tld { color: var(--accent-bright); }
.foot-mark { width: 32px; height: 32px; border-radius: 8px; }
.foot-brand p { color: #9fb0aa; font-size: 14px; margin-top: 12px; max-width: 32ch; text-wrap: pretty; }
.foot-col h4 { font-family: var(--sans); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: #80938c; font-weight: 600; margin: 0 0 14px; }
.foot-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.foot-col a { color: #c7d3ce; text-decoration: none; font-size: 14.5px; }
.foot-col a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.foot-col .ext::after { content: "↗"; font-size: 11px; margin-left: 5px; color: #6f857d; }
.foot-divider { height: 1px; background: rgba(255,255,255,.1); margin: 36px 0 24px; }
.foot-legal { font-size: 13px; color: #93a39c; line-height: 1.6; max-width: 92ch; text-wrap: pretty; }
.foot-legal strong { color: #c7d3ce; }
.foot-bottom { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-top: 22px; flex-wrap: wrap; }
.foot-bottom .cpy { font-size: 12.5px; color: #7e928b; text-wrap: pretty; }
.foot-bottom button.linklike { background: none; border: 0; color: #c7d3ce; font: inherit; font-size: 14px; cursor: pointer; padding: 0; text-decoration: underline; text-underline-offset: 3px; }
.foot-bottom button.linklike:hover { color: #fff; }

/* ---------------------------------------------------------- mobile sticky ad */
.mobile-sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  background: color-mix(in srgb, var(--paper) 92%, #fff); border-top: 1px solid var(--line-strong);
  box-shadow: 0 -2px 12px rgba(20,40,34,.08);
  display: none; align-items: center; justify-content: center; padding: 7px 40px 7px 12px; min-height: 64px;
}
/* show the sticky bar only when its ad actually fills — no empty
   "Advertisement" chrome on the live pre-approval page (docs/ad_slots.md) */
@media (max-width: 1040px) { .mobile-sticky.is-on:has(ins[data-ad-status="filled"]) { display: flex; } }
.mobile-sticky .ad-slot-label { display: block; position: absolute; left: 12px; top: 6px; }
.mobile-sticky__close {
  position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
  width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line-strong); background: #fff;
  cursor: pointer; color: var(--ink-soft); font-size: 17px; line-height: 1; display: grid; place-items: center;
}
.mobile-sticky__close:hover { background: var(--paper); }

/* ---------------------------------------------------------- privacy modal */
.modal-scrim {
  position: fixed; inset: 0; z-index: 100; background: rgba(17,32,28,.5);
  backdrop-filter: blur(2px); display: none; align-items: center; justify-content: center; padding: 20px;
}
.modal-scrim.is-open { display: flex; }
.modal {
  background: var(--surface); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  width: min(640px, 100%); max-height: min(86vh, 760px); display: flex; flex-direction: column; overflow: hidden;
}
.modal__head { display: flex; align-items: center; gap: 12px; padding: 20px 24px; border-bottom: 1px solid var(--line); }
.modal__head h2 { font-size: 19px; }
.modal__head .brand__tld { color: var(--accent); }
.modal__close { margin-left: auto; width: 34px; height: 34px; border-radius: 8px; border: 1px solid var(--line); background: var(--surface-2); cursor: pointer; font-size: 18px; color: var(--ink-soft); display: grid; place-items: center; }
.modal__close:hover { background: var(--paper); }
.modal__body { overflow-y: auto; padding: 22px 24px; font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; }
.modal__body .tl-dr { background: var(--accent-tint); border: 1px solid var(--accent-soft); border-radius: var(--radius); padding: 14px 16px; margin-bottom: 18px; color: var(--ink); }
.modal__body h3 { font-family: var(--serif); font-size: 16px; margin: 20px 0 7px; color: var(--ink); }
.modal__body p { margin: 8px 0; text-wrap: pretty; }
.modal__body ul { padding-left: 19px; margin: 8px 0; display: flex; flex-direction: column; gap: 6px; }
.modal__body code { font-family: var(--mono); font-size: 12.5px; background: var(--paper); padding: 1px 5px; border-radius: 4px; }
.modal__foot { padding: 16px 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.modal__foot .linklike { background: none; border: 0; color: var(--accent-ink); font: inherit; font-size: 14px; cursor: pointer; padding: 0; text-decoration: underline; text-underline-offset: 3px; }
.modal__foot .linklike:hover { color: var(--accent); }
.btn {
  font: inherit; font-size: 15px; font-weight: 600; padding: 10px 20px; border-radius: var(--radius);
  border: 1px solid var(--accent); background: var(--accent); color: #fff; cursor: pointer;
}
.btn:hover { background: var(--accent-ink); border-color: var(--accent-ink); }
.btn--ghost { background: var(--surface); color: var(--accent-ink); }
.btn--ghost:hover { background: var(--accent-tint); }

/* utility */
.disclaim { font-size: 12.5px; color: var(--muted); margin-top: 14px; text-wrap: pretty; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; } }
