*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#f0f4f8;--surface:#fff;--surface-2:#fafbfd;--divider:#f1f5f9;--border:#e2e8f0;--border-s:#cbd5e1;
  --text:#0f172a;--text-2:#334155;--muted:#64748b;--faint:#64748b;
  --green:#0a6647;--green-m:#10b981;
  --blue:#2563eb;--orange:#ea580c;--purple:#7c3aed;--amber:#b45309;--due:#7c3aed;--close:#0d9488;
  --notice-bg:#fff7ed;--notice-border:#fdba74;--notice-accent:#ea580c;
  --notice-title:#7c2d12;--notice-body:#9a3412;--notice-date:#9a3412;
  --hover-tint:rgba(0,0,0,.018);
  --rs:14px;--sh:0 1px 3px rgba(0,0,0,.04),0 4px 20px rgba(0,0,0,.06);
  /* Oracle estimate card — variant 4 (outlined, matches every other card) in light mode */
  --est-bg:var(--surface);--est-border:var(--border-s);--est-hd:var(--muted);
  --est-date:var(--blue);--est-count:var(--text-2);--est-queue:var(--muted);
  --est-fast:var(--green);--est-slow:var(--orange);
  --est-copy-bg:var(--surface);--est-copy-border:var(--border-s);--est-copy-text:var(--text-2);
  --est-due:var(--due);--est-due-msg:var(--text);
}
@media(prefers-color-scheme:dark){:root{
  --bg:#0b1220;--surface:#121b2c;--surface-2:#18233a;--divider:#22314a;--border:#22314a;--border-s:#2e4262;
  --text:#e6edf7;--text-2:#c3cee0;--muted:#93a1b8;--faint:#7b8ba3;
  --notice-bg:#231710;--notice-border:#9a3412;--notice-accent:#fb923c;
  --notice-title:#fff7ed;--notice-body:#fed7aa;--notice-date:#fdba74;
  --hover-tint:rgba(255,255,255,.035);
  --sh:0 1px 3px rgba(0,0,0,.25),0 4px 20px rgba(0,0,0,.35);
  /* Oracle estimate card — variant 5 (dark hero panel), fixed look regardless of surface tone */
  --est-bg:linear-gradient(150deg,#0b1526 0%,#0f2036 100%);--est-border:rgba(255,255,255,.08);--est-hd:#8fa2c2;
  --est-date:#7db4ff;--est-count:#c3cee0;--est-queue:#8fa2c2;
  --est-fast:#34d399;--est-slow:#fb923c;
  --est-copy-bg:transparent;--est-copy-border:rgba(255,255,255,.28);--est-copy-text:#e6edf7;
  --est-due:#b794f6;--est-due-msg:#dbe4f3;
}}
:root[data-theme="dark"]{
  --bg:#0b1220;--surface:#121b2c;--surface-2:#18233a;--divider:#22314a;--border:#22314a;--border-s:#2e4262;
  --text:#e6edf7;--text-2:#c3cee0;--muted:#93a1b8;--faint:#7b8ba3;
  --notice-bg:#231710;--notice-border:#9a3412;--notice-accent:#fb923c;
  --notice-title:#fff7ed;--notice-body:#fed7aa;--notice-date:#fdba74;
  --hover-tint:rgba(255,255,255,.035);
  --sh:0 1px 3px rgba(0,0,0,.25),0 4px 20px rgba(0,0,0,.35);
  --est-bg:linear-gradient(150deg,#0b1526 0%,#0f2036 100%);--est-border:rgba(255,255,255,.08);--est-hd:#8fa2c2;
  --est-date:#7db4ff;--est-count:#c3cee0;--est-queue:#8fa2c2;
  --est-fast:#34d399;--est-slow:#fb923c;
  --est-copy-bg:transparent;--est-copy-border:rgba(255,255,255,.28);--est-copy-text:#e6edf7;
  --est-due:#b794f6;--est-due-msg:#dbe4f3;
}
:root[data-theme="light"]{
  --bg:#f0f4f8;--surface:#fff;--surface-2:#fafbfd;--divider:#f1f5f9;--border:#e2e8f0;--border-s:#cbd5e1;
  --text:#0f172a;--text-2:#334155;--muted:#64748b;--faint:#64748b;
  --notice-bg:#fff7ed;--notice-border:#fdba74;--notice-accent:#ea580c;
  --notice-title:#7c2d12;--notice-body:#9a3412;--notice-date:#9a3412;
  --hover-tint:rgba(0,0,0,.018);
  --sh:0 1px 3px rgba(0,0,0,.04),0 4px 20px rgba(0,0,0,.06);
  --est-bg:var(--surface);--est-border:var(--border-s);--est-hd:var(--muted);
  --est-date:var(--blue);--est-count:var(--text-2);--est-queue:var(--muted);
  --est-fast:var(--green);--est-slow:var(--orange);
  --est-copy-bg:var(--surface);--est-copy-border:var(--border-s);--est-copy-text:var(--text-2);
  --est-due:var(--due);--est-due-msg:var(--text);
}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:16px}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased;font-weight:400}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.wrap{max-width:1100px;margin:0 auto;padding:20px 16px 48px}

/* ── HEADER ── */
.hdr{background:linear-gradient(140deg,#080f1c 0%,#0f1f30 35%,#0d2218 70%,#0a1a10 100%);border-radius:18px;padding:28px 32px;margin-bottom:16px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px 24px;flex-wrap:wrap;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.07);box-shadow:0 4px 32px rgba(0,0,0,.22)}
.hdr::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 80% 40%,rgba(16,185,129,.10) 0%,transparent 60%),radial-gradient(ellipse at 10% 80%,rgba(37,99,235,.07) 0%,transparent 50%);pointer-events:none}
.hdr-left{display:flex;align-items:center;gap:20px;position:relative;color:inherit;text-decoration:none;border-radius:8px}
.hdr-left:focus-visible{outline:2px solid #7dd3fc;outline-offset:4px}
.hdr-flag{font-size:44px;line-height:1;flex-shrink:0;filter:drop-shadow(0 3px 12px rgba(0,0,0,.4))}
.hdr h1{font-size:26px;font-weight:900;letter-spacing:-.035em;line-height:1.15}
.hdr-sub{font-size:12px;color:#94a3b8;margin-top:5px;font-weight:400;letter-spacing:.01em}
.hdr-right{position:relative;z-index:1;width:max-content;margin-left:auto;display:flex;align-items:center;gap:6px}
.hdr-right .wa-share{width:92px}
.hdr-right>*{flex:0 0 auto;transition:transform .14s ease,background-color .14s ease,box-shadow .14s ease,border-color .14s ease}
.hdr-right>*:hover{transform:translateY(-1px)}
.hdr-right>*:active{transform:translateY(0) scale(.96)}
.hdr-right>*:focus-visible{outline:2px solid #7dd3fc;outline-offset:2px}
.lang-toggle{display:inline-flex;align-items:center;justify-content:center;width:92px;height:32px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:rgba(8,15,28,.72);box-shadow:0 2px 10px rgba(0,0,0,.2);color:#fff;padding:0 10px;font-family:inherit;font-size:12.5px;font-weight:700;line-height:1;cursor:pointer;white-space:nowrap}
.lang-toggle:hover{background:rgba(255,255,255,.16);box-shadow:0 4px 14px rgba(0,0,0,.28)}
.theme-toggle{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:92px;height:32px;border-radius:20px;background:rgba(8,15,28,.72);box-shadow:0 2px 10px rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.16);color:#fff;font-family:inherit;font-size:12.5px;font-weight:700;line-height:1;cursor:pointer}
.theme-toggle:hover{background:rgba(255,255,255,.16);box-shadow:0 4px 14px rgba(0,0,0,.28)}
.theme-toggle svg{width:16px;height:16px}
.theme-toggle .icon-sun{display:none}
:root[data-theme="dark"] .theme-toggle .icon-moon{display:none}
:root[data-theme="dark"] .theme-toggle .icon-sun{display:block}

/* ── CARDS ── */
.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--rs);padding:17px 19px;margin-bottom:12px;box-shadow:var(--sh)}

/* ── GATE & REVEAL ── */
.gated{display:none}
body.has-selection .gated{display:block}
body.has-selection .gated[hidden]{display:none}

/* ── VISIBLE SECTION NAVIGATION ── */
.section-nav{position:sticky;top:8px;z-index:12;margin:0 0 16px;padding:7px;border:1px solid var(--border-s);border-radius:12px;background:color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:var(--sh);backdrop-filter:blur(12px)}
.section-nav-track{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}
.section-nav-track::-webkit-scrollbar{display:none}
.section-nav button{min-width:0;min-height:36px;padding:0 8px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--muted);font:inherit;font-size:10.5px;font-weight:750;cursor:pointer;white-space:nowrap}
.section-nav button:hover{background:var(--surface-2);color:var(--text-2)}
.section-nav button[aria-current="true"]{border-color:rgba(10,102,71,.2);background:rgba(10,102,71,.1);color:var(--green)}
#picker-result,#personal-evidence,#tracker-evidence,#queue-explorer-section,#timeline-section,#schedule-section,#methodology,#sources-section{scroll-margin-top:60px}


/* ── SECTION TITLE ── */
.sec-title{font-size:12px;font-weight:600;color:var(--text-2);margin-bottom:16px;display:flex;align-items:center;gap:8px}
.sec-title::after{content:'';flex:1;height:1px;background:var(--border)}

/* ── METHODOLOGY */
.set-pane{display:flex;flex-direction:column;gap:10px}
.set-pane-title{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-2);margin-bottom:4px}
.set-derived{font-size:11px;color:var(--muted);line-height:1.6;margin-top:2px}
.set-derived strong{color:var(--text-2);font-weight:600}
.set-derived-sub{font-size:10px;color:var(--faint);margin-top:1px}
.set-month-grid{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}
.set-month-row{display:flex;flex-direction:column;align-items:center;gap:2px;padding:5px 6px;border:1px solid var(--border);border-radius:6px;background:var(--surface-2);min-width:56px}
.set-month-row label{font-size:8px;font-weight:600;color:var(--faint);text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}
.set-month-row input{width:44px;border:1px solid var(--border);border-radius:4px;font-family:inherit;font-size:12px;font-weight:700;color:var(--text);text-align:center;padding:2px 0}
.set-month-row input:focus{outline:none;border-color:var(--green)}
.set-month-unit{font-size:7px;color:var(--faint)}
.method-intro,.source-intro{font-size:12.5px;line-height:1.65;color:var(--muted);max-width:820px}
.method-hero{position:relative;overflow:hidden;padding:18px 20px;border:1px solid rgba(37,99,235,.2);border-radius:13px;background:linear-gradient(135deg,rgba(37,99,235,.075),rgba(10,102,71,.055))}
.method-hero::after{content:'';position:absolute;width:180px;height:180px;border-radius:50%;right:-70px;top:-100px;background:rgba(37,99,235,.07);pointer-events:none}
.method-kicker{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:99px;background:rgba(10,102,71,.1);color:var(--green);font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;margin-bottom:9px}
.method-kicker::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px rgba(10,102,71,.1)}
.method-hero h3{font-size:18px;line-height:1.3;color:var(--text);letter-spacing:-.015em;margin:0 0 6px;max-width:720px}
.method-hero p{font-size:12px;line-height:1.7;color:var(--muted);margin:0;max-width:800px}
.method-section{margin-top:20px}
.method-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:10px}
.method-section-title{font-size:14px;font-weight:800;color:var(--text);letter-spacing:-.01em}
.method-section-sub{font-size:10.5px;color:var(--faint);text-align:right}
.method-flow{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;counter-reset:method}
.method-step{position:relative;min-width:0;padding:14px 13px 13px;border:1px solid var(--border);border-radius:11px;background:var(--surface-2)}
.method-step::after{content:'›';position:absolute;right:-8px;top:22px;z-index:2;color:var(--faint);font-size:18px;font-weight:300}
.method-step:last-child::after{display:none}
.method-step-num{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:8px;background:rgba(10,102,71,.1);color:var(--green);font-size:10px;font-weight:900;margin-bottom:9px}
.method-step strong{display:block;font-size:11.5px;line-height:1.4;color:var(--text-2);margin-bottom:5px}
.method-step p{font-size:10px;line-height:1.6;color:var(--muted);margin:0}
.method-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.method-metric{padding:12px 13px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}
.method-metric-label{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.055em;color:var(--faint);margin-bottom:5px}
.method-metric-value{font-size:18px;font-weight:850;line-height:1.2;color:var(--text);font-variant-numeric:tabular-nums}
.method-metric-note{font-size:9.5px;line-height:1.45;color:var(--muted);margin-top:4px}
.method-equation{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:stretch;gap:8px}
.method-equation-box{display:flex;flex-direction:column;justify-content:center;min-height:94px;padding:13px 14px;border:1px solid var(--border);border-radius:11px;background:var(--surface-2)}
.method-equation-box strong{font-size:12px;color:var(--text-2);margin-bottom:4px}
.method-equation-box span{font-size:10px;line-height:1.5;color:var(--muted)}
.method-equation-box.result{border-color:rgba(37,99,235,.3);background:rgba(37,99,235,.055)}
.method-equation-op{align-self:center;color:var(--faint);font-size:18px;font-weight:300}
.method-scenarios{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.method-scenario{padding:13px 14px;border:1px solid var(--border);border-top:3px solid var(--scenario);border-radius:10px;background:var(--surface-2)}
.method-scenario-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:5px}
.method-scenario strong{font-size:12px;color:var(--text-2)}
.method-scenario-rate{font-size:11px;font-weight:800;color:var(--scenario);font-variant-numeric:tabular-nums}
.method-scenario p{font-size:10px;line-height:1.55;color:var(--muted);margin:0}
.method-guardrails{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.method-guardrail{display:grid;grid-template-columns:26px 1fr;gap:9px;padding:11px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2)}
.method-guardrail-icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:rgba(10,102,71,.09);color:var(--green);font-size:12px;font-weight:900}
.method-guardrail strong{display:block;font-size:10.5px;color:var(--text-2);margin-bottom:2px}
.method-guardrail p{font-size:9.8px;line-height:1.55;color:var(--muted);margin:0}
.method-tech{padding:14px;border:1px solid var(--border);border-radius:11px;background:var(--surface-2)}
.method-tech .set-facts{margin-bottom:12px}
.method-foot{padding:11px 13px;border-left:3px solid var(--blue);border-radius:0 8px 8px 0;background:rgba(37,99,235,.055);font-size:10px;line-height:1.65;color:var(--muted)}
.method-foot strong{color:var(--text-2)}
.info-panel{border:1px solid var(--border);border-radius:9px;background:var(--surface-2);overflow:hidden}
.info-panel-title{padding:11px 13px;font-size:11.5px;font-weight:700;color:var(--text-2);border-bottom:1px solid var(--border)}
.info-details-body{padding:12px 13px}
@media(max-width:900px){.method-flow{grid-template-columns:repeat(2,1fr)}.method-step::after{display:none}.method-metrics{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.method-hero{padding:15px}.method-hero h3{font-size:16px}.method-section-head{display:block}.method-section-sub{text-align:left;margin-top:2px}.method-flow,.method-metrics,.method-scenarios,.method-guardrails{grid-template-columns:1fr}.method-equation{grid-template-columns:1fr}.method-equation-op{text-align:center;line-height:12px}.method-step{padding:13px}.method-metric{display:grid;grid-template-columns:1fr auto;align-items:center;gap:2px 10px}.method-metric-label{margin:0}.method-metric-value{font-size:16px}.method-metric-note{grid-column:1/-1}}

/* ── INPUTS ── */
input[type=number]{border:1.5px solid var(--border);border-radius:7px;padding:7px 8px;font-size:14px;font-weight:600;color:var(--text);background:var(--surface);font-family:inherit;text-align:center;width:100%}
input[type=number]:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px rgba(10,102,71,.12)}

/* ── DATA TABLES (desktop) ── */
.tbl-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
table.data{width:100%;border-collapse:collapse;font-size:12.5px;table-layout:fixed}
table.data th{padding:8px 12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);border-bottom:2px solid var(--border);text-align:center;white-space:nowrap;background:var(--surface-2)}
table.data th:first-child{text-align:left;padding-left:14px}
table.data td{padding:8px 12px;color:var(--muted);text-align:center;vertical-align:middle;border-bottom:1px solid var(--divider);font-variant-numeric:tabular-nums;overflow:hidden}
table.data td:first-child{text-align:left;color:var(--text);padding-left:14px;font-variant-numeric:normal;overflow:hidden}
table.data tbody tr:hover td{background:var(--hover-tint)}
table.data tbody tr.selected td{background:rgba(10,102,71,.09)!important;color:var(--text);opacity:1!important}
table.data tbody tr.selected td:first-child{box-shadow:inset 3px 0 0 var(--green);color:var(--green);font-weight:800}
table.data tbody tr:last-child td{border-bottom:none}
table.data tfoot tr{border-top:2px solid var(--border)}
table.data tfoot td{padding:9px 12px;font-weight:600;color:var(--text);background:var(--surface-2);font-variant-numeric:tabular-nums}
table.data tfoot td:first-child{padding-left:14px;font-variant-numeric:normal}
.wc{display:inline-flex;align-items:center;gap:2px;margin-left:4px;padding:2px 5px;border:1px solid rgba(22,101,52,.22);border-radius:999px;background:rgba(22,101,52,.1);color:#166534;font-size:10px;line-height:1.15;font-style:normal;font-weight:850;white-space:nowrap}
.wc.u{border-color:rgba(220,38,38,.2);background:rgba(220,38,38,.09);color:#dc2626}.wc:before{content:'↓'}.wc.u:before{content:'↑'}

/* ── MOBILE CARDS (hidden on desktop) ── */
.m-cards{display:none}
.m-card{border:1.5px solid var(--border);border-radius:12px;padding:14px 15px;margin-bottom:11px;background:var(--surface)}
.m-card:last-child{margin-bottom:0}
.m-card-hd{display:flex;align-items:center;gap:7px;flex-wrap:wrap;font-size:14px;font-weight:600;color:var(--text);padding-bottom:11px;margin-bottom:6px;border-bottom:1px solid var(--border)}
.m-card-sub{flex-basis:100%;font-size:11px;font-weight:400;color:var(--muted);margin-top:3px}
.m-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:13px}
.m-row .k{color:var(--muted)}
.m-row .v{font-weight:600;color:var(--text);font-variant-numeric:tabular-nums}
.m-row.hi{background:rgba(10,102,71,.05);margin:4px -7px;padding:9px 9px;border-radius:8px}
.m-row.hi .k{color:var(--green);font-weight:600}
.m-row.hi .v{color:var(--green);font-weight:800;font-size:16px}
.m-srow{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid var(--divider)}
.m-srow:last-child{border-bottom:none;padding-bottom:0}
.m-srow.hi{background:rgba(37,99,235,.06);margin:0 -7px;padding:9px 7px;border-radius:8px;border-bottom:none}
.m-srow .nm{display:flex;align-items:center;gap:7px;font-weight:600;font-size:13px}
.m-srow-sub{font-weight:400;color:var(--faint);font-size:10.5px;margin-left:2px}
.m-card-total{background:linear-gradient(135deg,var(--surface-2),var(--surface));border-color:var(--border-s)}

/* ── MISC ── */
.dot{display:inline-block;width:8px;height:8px;border-radius:2px;margin-right:5px;vertical-align:middle;flex-shrink:0}
.date-chip{display:inline-block;padding:3px 9px;border-radius:6px;font-size:12px;font-weight:600;line-height:1.3;white-space:nowrap;font-variant-numeric:tabular-nums}
.note{font-size:10.5px;color:var(--faint);line-height:1.75;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:11px 14px;margin-top:14px}
.note strong{color:var(--muted);font-weight:600}

/* ── MONTH PICKER ── */
.picker-lbl{font-size:12px;color:var(--muted);margin-bottom:13px}
.month-grid{display:flex;flex-wrap:wrap;gap:8px}
.month-btn{width:126px;min-height:44px;border:1.5px solid var(--border);background:var(--surface-2);border-radius:9px;padding:8px 10px;font-family:inherit;font-size:12px;font-weight:600;color:var(--text-2);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;transition:border-color .12s,background .12s,color .12s;-webkit-tap-highlight-color:transparent}
.month-btn:hover{border-color:var(--border-s)}
.month-btn.active{background:var(--green);color:#fff;border-color:var(--green)}
.month-btn .mb-dot{width:8px;height:8px;border-radius:2px;flex-shrink:0}
.mb-label-short{display:none}
.picker-card{padding:0;overflow:hidden}
.selected-application-date{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;color:var(--est-queue);font-size:10.5px}
.selected-application-date strong{color:var(--est-count);font-weight:750}
.change-date-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 3px;border:0;background:transparent;color:var(--blue);font:inherit;font-size:10.5px;font-weight:800;text-decoration:underline;text-decoration-color:rgba(37,99,235,.38);text-underline-offset:3px;cursor:pointer}
.change-date-toggle:hover{color:var(--green);text-decoration-color:currentColor}
.date-selector{opacity:1}
.picker-head{padding:18px 22px 16px}
.picker-month-sec{padding:0 22px 16px}
.picker-days{max-height:0;overflow:hidden;transition:max-height .35s ease,opacity .25s ease;opacity:0;visibility:hidden}
.picker-days.show{max-height:900px;opacity:1;visibility:visible}
.picker-day-sec{padding:14px 22px 16px;border-top:1px solid var(--border)}
.picker-strip-sec{padding:16px 22px 18px;border-top:1px solid var(--border);box-sizing:border-box}
.estimate-section{margin-bottom:16px;scroll-margin-top:72px}
.estimate-section[hidden]{display:none}
.estimate-section .picker-strip-sec{padding:0;border-top:0}
.pr-day-grid{display:flex;flex-wrap:nowrap;gap:3px;overflow-x:hidden}
.pr-day{flex:1 0 0;min-width:0;height:44px;border:1.5px solid var(--border);background:var(--surface-2);border-radius:6px;font-family:inherit;font-size:11.5px;font-weight:600;color:var(--text-2);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:border-color .12s,background .12s,color .12s;-webkit-tap-highlight-color:transparent}
.pr-day:hover{border-color:var(--border-s)}
.pr-day.in-zone{background:rgba(234,88,12,.07);border-color:rgba(234,88,12,.3);color:#ea580c}
.pr-day.cleared-zone{background:rgba(10,102,71,.08);border-color:rgba(10,102,71,.35);color:var(--green)}
.pr-day.active{background:var(--green);color:#fff;border-color:var(--green)}
.pr-day.active.due{background:var(--due);border-color:var(--due)}
.pr-day.active.close{background:var(--close);border-color:var(--close)}
.pr-day-legend{display:flex;align-items:center;gap:6px;font-size:10.5px;color:var(--faint);margin-top:10px}
.pr-day-legend .sw{width:12px;height:12px;border-radius:4px;background:rgba(10,102,71,.07);border:1.5px solid rgba(10,102,71,.3);flex-shrink:0}
/* ── ORACLE ESTIMATE CARD ──
   Background/border route entirely through --est-* tokens: variant 4 (plain, matches
   every other card) in light mode, variant 5 (dark hero panel) in dark mode — see the
   :root / [data-theme] token blocks near the top of this file. */
.pr-j-card{display:flex;flex-direction:column;gap:10px}
.pr-j-axis{border:1.5px solid var(--est-border);border-radius:12px;padding:24px 20px;background:var(--est-bg);position:relative;min-height:250px;display:flex;flex-direction:column;justify-content:center}
.pr-j-queue-note{font-size:10.5px;color:var(--est-queue);text-align:center;margin-bottom:12px}
.pr-o-hd{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--est-hd);text-align:center}
.pr-o-date{font-size:40px;font-weight:800;letter-spacing:-.025em;line-height:1.12;color:var(--est-date);text-align:center;font-variant-numeric:tabular-nums;margin-top:2px}
.pr-o-count{font-size:14px;font-weight:700;color:var(--est-count);text-align:center;margin-top:3px}
.pr-o-count.close{color:var(--close)}
/* Enlarged, prominent range bar — the main visual besides the date itself */
.pr-o-range{margin-top:22px;width:100%;max-width:420px;margin-left:auto;margin-right:auto}
.pr-o-band{position:relative;height:14px;border-radius:7px;background:linear-gradient(90deg,var(--green) 0%,var(--blue) 45%,var(--blue) 55%,var(--orange) 100%)}
.pr-o-marker{position:absolute;top:-5px;width:5px;height:24px;border-radius:3px;background:var(--blue);box-shadow:0 0 0 3px var(--est-bg),0 2px 6px rgba(0,0,0,.25)}
.pr-o-range-lbls{display:flex;justify-content:space-between;font-size:11.5px;font-weight:700;margin-top:9px}
.pr-o-range-lbls .fast{color:var(--est-fast);text-align:left;line-height:1.35}
.pr-o-range-lbls .slow{color:var(--est-slow);text-align:right;line-height:1.35}
.pr-o-due{font-size:22px;font-weight:700;color:var(--est-due);text-align:center;margin-bottom:8px}
.pr-o-due-msg{font-size:13px;color:var(--est-due-msg);line-height:1.55;max-width:340px;margin:0 auto;text-align:center}
.pr-o-convergence{max-width:520px;margin:22px auto 0;padding:11px 13px;border-radius:9px;background:var(--surface-2);color:var(--est-queue);font-size:11.5px;line-height:1.5;text-align:center}
.applicant-result{width:min(680px,100%);margin:0 auto;padding:24px;border:1.5px solid var(--est-border);border-radius:14px;background:var(--est-bg);text-align:center}
.applicant-result h3{margin:0;color:var(--est-hd);font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.applicant-steady{display:block;margin-top:3px;color:var(--est-date);font-size:42px;font-weight:900;letter-spacing:-.035em;line-height:1.12;font-variant-numeric:tabular-nums}
.applicant-countdown{margin-top:3px;color:var(--est-count);font-size:13px;font-weight:700}
.applicant-range{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;max-width:510px;margin:20px auto 0;padding:12px 14px;border:1px solid var(--divider);border-radius:10px;background:var(--surface-2);text-align:left}
.applicant-range strong{display:block;color:var(--est-count);font-size:12px}
.applicant-range span{display:block;color:var(--est-queue);font-size:10px}
.applicant-range .range-later{text-align:right}
.applicant-range-arrow{color:var(--faint);font-size:17px}
.applicant-explanation{max-width:570px;margin:12px auto 0;color:var(--est-queue);font-size:12.5px;line-height:1.55}
.evidence-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:16px;padding:0 18px;border:0;border-radius:22px;background:var(--green);color:#fff;font:inherit;font-size:12px;font-weight:850;cursor:pointer}
.evidence-toggle:hover{filter:brightness(1.06)}
.evidence-toggle:focus-visible,.source-link:focus-visible{outline:3px solid var(--blue);outline-offset:3px}
body.has-selection .evidence-experience[hidden]{display:none}
.evidence-intro-card{padding:16px 20px}
.evidence-intro-card h2{margin:0;color:var(--text);font-size:17px}
.evidence-intro-card p{margin:3px 0 0;color:var(--muted);font-size:12px}
.active-processing{margin-bottom:14px;padding:14px;border:1px solid var(--border-s);border-radius:11px;background:var(--surface-2)}
.active-processing-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:11px}
.active-processing-head h3{margin:0;color:var(--text);font-size:14px;line-height:1.35}
.active-processing-head p{max-width:680px;margin:3px 0 0;color:var(--muted);font-size:10.5px;line-height:1.5}
.active-status{flex:0 0 auto;padding:5px 8px;border-radius:99px;background:rgba(37,99,235,.1);color:var(--blue);font-size:9px;font-weight:850;letter-spacing:.025em;white-space:nowrap}
.active-status[data-status="strengthened"],.active-status[data-status="confirmed"]{background:rgba(10,102,71,.1);color:var(--green)}
.active-status[data-status="retreated"]{background:rgba(194,65,12,.1);color:var(--orange)}
.active-processing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}
.active-zone{min-width:0;padding:11px;border:1px solid var(--border);border-top:3px solid var(--faint);border-radius:9px;background:var(--surface)}
.active-zone.is-frontier{border-top-color:var(--green)}
.active-zone.is-core{border-top-color:var(--blue)}
.active-zone.is-leading{border-top-color:var(--purple)}
.active-zone.is-tail{border-top-color:var(--orange)}
.active-zone span{display:block;color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.045em}
.active-zone strong{display:block;margin-top:5px;color:var(--text);font-size:15px;line-height:1.25;font-variant-numeric:tabular-nums}
.active-zone small{display:block;margin-top:4px;color:var(--faint);font-size:9.5px;line-height:1.4}
.active-processing-note{margin:10px 0 0;color:var(--muted);font-size:10px;line-height:1.5}
.result-distribution-summary{width:min(680px,100%);margin:0 auto 16px;padding:24px;border:1.5px solid var(--est-border);border-radius:14px;background:var(--est-bg);text-align:center}
.result-distribution-summary>span{display:block;color:var(--muted);font-size:10.5px;font-weight:750;text-transform:uppercase;letter-spacing:.05em}
.result-distribution-summary>strong{display:block;margin-top:3px;color:var(--est-date);font-size:42px;font-weight:900;letter-spacing:-.035em;line-height:1.12;font-variant-numeric:tabular-nums}
.result-distribution-summary>small{display:block;margin-top:2px;color:var(--muted);font-size:12px;font-weight:700}
.result-range-fallback{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:min(680px,100%);margin:-6px auto 16px}
.result-range-fallback span{padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--card);text-align:center}
.result-range-fallback b,.result-range-fallback strong{display:block}
.result-range-fallback b{margin-bottom:2px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.05em}
.result-range-fallback strong{color:var(--text);font-size:14px;font-variant-numeric:tabular-nums}
.cohort-observation-note{display:flex;flex-direction:column;gap:4px;width:min(680px,100%);margin:0 auto 12px;padding:12px 14px;border:1px solid rgba(37,99,235,.25);border-radius:10px;background:rgba(37,99,235,.07);color:var(--muted);font-size:12px}
.cohort-observation-note strong{color:var(--text);font-size:11px;text-transform:uppercase;letter-spacing:.04em}
.personal-insights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.personal-panel{position:relative;min-width:0;padding:15px;border:1px solid var(--est-border);border-radius:11px;background:var(--est-bg)}
.personal-panel h3{font-size:14px;color:var(--est-count);margin:0 0 3px}
.personal-panel-lead{min-height:100px}
.personal-panel-intro{font-size:13px;line-height:1.5;color:var(--est-queue);margin:0}
.queue-stack{display:flex;height:14px;overflow:hidden;border-radius:7px;background:var(--divider);margin-bottom:10px}
.queue-stack-seg{min-width:2px}
.queue-parts{display:grid;grid-template-columns:repeat(2,1fr);gap:5px 12px}
.queue-part{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;color:var(--est-queue)}
.queue-part-label{display:flex;align-items:center;min-width:0;gap:6px}
.queue-part-dot{width:7px;height:7px;border-radius:2px;flex:none}
.queue-part strong{color:var(--est-count);font-variant-numeric:tabular-nums}
.queue-equation{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:6px;margin-top:12px;padding-top:11px;border-top:1px solid var(--divider)}
.queue-eq-box{text-align:center}
.queue-eq-box strong{display:block;color:var(--est-count);font-size:12px;font-variant-numeric:tabular-nums}
.queue-eq-box span{display:block;color:var(--est-queue);font-size:12px;line-height:1.35}
.queue-eq-op{color:var(--faint);font-size:14px}
.queue-calendar-note{margin:10px 0 0;color:var(--est-queue);font-size:12px;line-height:1.5;text-align:center}
.confidence-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:3px}
.pr-j-axis.has-merged-result{padding:24px 28px 32px;justify-content:flex-start;min-height:330px}
.result-path-view{width:min(680px,100%);margin:0 auto}
.result-window{position:relative;width:min(560px,100%);margin:0 auto;padding:18px 20px 21px;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:linear-gradient(135deg,#0f172a,#172033 55%,#243044);box-shadow:0 16px 34px rgba(15,23,42,.2),0 2px 7px rgba(15,23,42,.12);color:#cbd5e1}
.result-window::after{content:"";position:absolute;right:-52px;bottom:-76px;width:180px;height:180px;border-radius:50%;background:rgba(255,255,255,.055);pointer-events:none}
.result-window-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:13px;border-bottom:1px solid rgba(255,255,255,.13);font-size:11px}
.result-window-head>span{color:#f8fafc;font-size:13px;font-weight:850;letter-spacing:.01em}
.result-window-head>small{padding:4px 8px;border:1px solid rgba(255,255,255,.11);border-radius:99px;background:rgba(255,255,255,.06);color:#cbd5e1;font-size:10px;white-space:nowrap}
.result-concentrated-value{position:relative;z-index:1;display:block;margin:20px 0 0;color:#fff;font-size:38px;font-weight:950;letter-spacing:-.045em;line-height:1;text-align:center;text-shadow:0 2px 16px rgba(255,255,255,.12)}
.result-main-interval b{padding:9px 16px;border:1px solid rgba(255,255,255,.32);border-radius:99px;color:#fff;background:linear-gradient(135deg,#1d4ed8,#2563eb 58%,#3b82f6);box-shadow:0 8px 22px rgba(37,99,235,.3),0 0 0 4px rgba(37,99,235,.1);font-size:18px;font-weight:900;line-height:1.2;letter-spacing:-.01em;text-align:center;white-space:nowrap;transform:translateY(-1px)}
.result-concentrated-note{margin:-1px 0 8px;color:var(--est-queue);line-height:1.45}
.result-probability-wrap{position:relative;max-width:620px;margin:22px auto 0}
.result-probability-plot{position:relative;width:100%;min-height:300px}
.result-probability-plot .uplot{color:var(--est-queue)}
.result-graph-reference-labels{position:absolute;z-index:3;top:0;right:45px;bottom:44px;left:42px;pointer-events:none}
.result-graph-reference-labels span{position:absolute;top:4px;display:inline-grid;justify-items:center;gap:0;padding:3px 7px;border:1px solid currentColor;border-radius:9px;background:var(--surface);font-size:10px;font-weight:800;line-height:1.2;white-space:nowrap;transform:translateX(-50%)}
.result-graph-reference-labels b{font-weight:850}
.result-graph-reference-labels small{font-size:9.5px;font-weight:750;font-variant-numeric:tabular-nums}
.result-graph-reference-labels .is-fast{top:4px;color:var(--est-fast)}
.result-graph-reference-labels .is-steady{top:4px;color:var(--est-date)}
.result-graph-reference-labels .is-slow{top:4px;color:var(--est-slow)}
.result-graph-reference-labels.is-tight .is-fast{transform:translateX(calc(-100% - 5px))}
.result-graph-reference-labels.is-tight .is-steady{top:31px}
.result-graph-reference-labels.is-tight .is-slow{transform:translateX(5px)}
.result-probability-tooltip{z-index:4}
.result-probability-tails{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin:10px auto 0}
.result-probability-tails span{display:inline-flex;align-items:center;gap:7px;padding:5px 8px;border:1px solid var(--divider);border-radius:99px;background:var(--surface-2);color:var(--est-queue);font-size:10.5px}
.result-probability-tails b{font-weight:650}
.result-probability-tails strong{color:var(--est-count);font-variant-numeric:tabular-nums}
.result-path-note{margin:22px 0 18px;text-align:center;color:var(--est-queue);font-size:12px;line-height:1.5}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.personal-burndown{grid-column:1/-1}
.burndown-head{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-bottom:9px}
.burndown-legend{display:flex;gap:10px;flex-wrap:wrap;font-size:12px;color:var(--est-queue)}
.burndown-legend span{display:inline-flex;align-items:center;gap:4px}
.burndown-legend i{display:block;width:10px;height:3px;border-radius:2px}
.personal-burndown-plot{position:relative;width:100%;min-height:210px}
.personal-burndown-plot .uplot{color:var(--est-queue)}
.personal-note{font-size:12px;line-height:1.5;color:var(--est-queue);margin-top:8px}
/* Site-wide trust line — one static line in the page footer, not per-estimate */
.site-trust{font-size:10.5px;color:var(--muted);text-align:center;margin-top:14px;line-height:1.5}
@media(min-width:701px){.month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.month-btn{width:100%}}
@media(max-width:700px){.month-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.month-btn{width:100%;padding-inline:7px}.mb-label-full{display:none}.mb-label-short{display:inline}}
@media(max-width:700px){.pr-o-date{font-size:30px}.pr-day-grid{display:grid;grid-template-columns:repeat(6,minmax(44px,1fr));gap:5px;overflow-x:visible}.pr-day{width:auto;height:44px;font-size:11px}.pr-j-axis{min-height:290px}.applicant-result{padding:20px 14px}.applicant-steady{font-size:34px}.applicant-range{grid-template-columns:1fr auto 1fr;gap:7px;padding-inline:10px}.applicant-range strong{font-size:11px}.applicant-explanation{font-size:12px}.pr-j-axis.has-merged-result{padding:20px 12px 24px}.result-window{padding:15px 14px 18px}.result-window-head{align-items:flex-start;flex-direction:column;gap:7px}.result-window-head>small{white-space:normal}.result-distribution-summary>strong{font-size:31px}.personal-insights{grid-template-columns:1fr}.personal-panel-lead{min-height:0;margin-bottom:12px}.confidence-head{display:block}.queue-parts{grid-template-columns:1fr}.personal-burndown{grid-column:auto}.burndown-head{display:block}.burndown-legend{margin-top:5px}.active-processing-head{display:block}.active-status{display:inline-flex;margin-top:7px}.active-processing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.result-graph-reference-labels span{top:4px!important;display:grid;gap:0;padding:3px 5px;line-height:1.15}.result-graph-reference-labels b{font-size:9px}.result-graph-reference-labels small{font-size:8.5px}.result-graph-reference-labels .is-fast{left:0!important;transform:none!important}.result-graph-reference-labels .is-steady{left:50%!important;transform:translateX(-50%)!important}.result-graph-reference-labels .is-slow{right:0;left:auto!important;transform:none!important}}

/* ── FEEDBACK ── */
.feedback-widget{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));z-index:20}
.feedback-trigger{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:112px;height:42px;padding:0 16px;border:1px solid rgba(255,255,255,.2);border-radius:22px;background:var(--green);box-shadow:0 6px 24px rgba(10,102,71,.3);color:#fff;font:inherit;font-size:12px;font-weight:800;cursor:pointer}
.feedback-trigger:hover{transform:translateY(-1px);box-shadow:0 8px 28px rgba(10,102,71,.4)}
.feedback-trigger:focus-visible,.feedback-close:focus-visible,.feedback-submit:focus-visible,.feedback-message:focus-visible{outline:3px solid var(--blue);outline-offset:3px}
.feedback-panel{position:absolute;right:0;bottom:calc(100% + 10px);width:min(340px,calc(100vw - 32px));padding:16px;border:1px solid var(--border-s);border-radius:14px;background:var(--surface);box-shadow:0 12px 40px rgba(15,23,42,.2)}
.feedback-panel[hidden]{display:none}
.feedback-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.feedback-title{font-size:15px;line-height:1.35;color:var(--text)}
.feedback-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin:-6px -6px 0 0;border:0;border-radius:50%;background:transparent;color:var(--muted);font:inherit;font-size:22px;line-height:1;cursor:pointer}
.feedback-close:hover{background:var(--surface-2);color:var(--text)}
.feedback-label{display:block;margin-bottom:6px;color:var(--muted);font-size:11px;font-weight:650}
.feedback-message{display:block;width:100%;min-height:112px;resize:vertical;padding:10px 11px;border:1px solid var(--border-s);border-radius:9px;background:var(--surface-2);color:var(--text);font:inherit;font-size:16px;line-height:1.5}
.feedback-message::placeholder{color:var(--faint)}
.feedback-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}
.feedback-status{flex:1;color:var(--muted);font-size:10px;line-height:1.4}
.feedback-status[data-state="success"]{color:var(--green)}
.feedback-status[data-state="error"]{color:var(--orange)}
.feedback-submit{flex:0 0 auto;min-width:78px;height:36px;padding:0 14px;border:0;border-radius:18px;background:var(--green);color:#fff;font:inherit;font-size:11px;font-weight:800;cursor:pointer}
.feedback-submit:disabled{cursor:wait;opacity:.6}
@media(max-width:700px){.feedback-widget{right:max(8px,env(safe-area-inset-right));bottom:max(8px,env(safe-area-inset-bottom))}.feedback-trigger{min-width:44px;width:44px;height:44px;padding:0;border-radius:50%}.feedback-trigger span:last-child{display:none}.feedback-panel{width:min(340px,calc(100vw - 24px))}}

/* ── GANTT ── */
.gantt-wrap{position:relative;overflow:hidden;background:var(--surface-2);border:1px solid var(--border);border-radius:10px}
.gantt-plot{width:100%}
.gantt-plot .uplot{color:var(--muted)}
.timeline-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.timeline-head .sec-title{flex:1;margin:0}
.timeline-switch{display:inline-flex;padding:3px;border:1px solid var(--border-s);border-radius:9px;background:var(--surface-2)}
.timeline-switch button{border:0;border-radius:6px;padding:6px 10px;background:transparent;color:var(--muted);font:inherit;font-size:10px;font-weight:750;cursor:pointer}
.timeline-switch button[aria-pressed="true"]{background:var(--surface);color:var(--text-2);box-shadow:0 1px 4px rgba(15,23,42,.12)}
.timeline-note[hidden]{display:none}
.gantt-tooltip{position:absolute;z-index:4;padding:8px 10px;border:1px solid var(--border-s);border-radius:8px;background:var(--surface);box-shadow:var(--sh);pointer-events:none;font-size:10px;line-height:1.5;color:var(--muted);white-space:nowrap}
.gantt-tooltip strong{display:block;color:var(--text-2);font-size:10.5px;margin-bottom:2px}
.gantt-tooltip[hidden]{display:none}
.swipe-hint{display:none;font-size:10.5px;color:var(--faint);text-align:center;margin-top:8px;font-weight:500}

/* ── SOURCES ── */
.src-body{display:flex;flex-direction:column;gap:12px}
.source-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.source-card{min-width:0;padding:12px;border:1px solid var(--border);border-radius:9px;background:var(--surface-2)}
.source-card-head{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px}
.source-card h3{margin:0;color:var(--text-2);font-size:12px;line-height:1.45}
.source-badge{flex:0 0 auto;padding:3px 7px;border-radius:99px;background:rgba(10,102,71,.1);color:var(--green);font-size:8.5px;font-weight:850;letter-spacing:.045em;text-transform:uppercase;white-space:nowrap}
.source-badge-foi{background:rgba(124,58,237,.1);color:var(--purple)}
.source-badge-estimated{background:rgba(180,83,9,.11);color:var(--amber)}
.source-badge-community-evidence{background:rgba(37,99,235,.1);color:var(--blue)}
.source-meta{display:grid;grid-template-columns:108px minmax(0,1fr);gap:3px 9px}
.source-meta dt,.source-meta dd{margin:0;font-size:10.5px;line-height:1.5}
.source-meta dt{color:var(--faint);font-weight:750}
.source-meta dd{color:var(--text-2)}
.source-link{display:inline-flex;align-items:center;min-height:36px;margin-top:7px;color:var(--blue);font-size:10.5px;font-weight:800;text-decoration:underline;text-underline-offset:3px}
:root[data-theme="dark"] .source-link{color:#8ab8ff}
:root[data-theme="dark"] .source-badge{color:#6ee7b7}
:root[data-theme="dark"] .source-badge-foi{color:#c4b5fd}
:root[data-theme="dark"] .source-badge-estimated{color:#fdba74}
:root[data-theme="dark"] .source-badge-community-evidence{color:#93c5fd}
.source-no-link{margin:11px 0 0;color:var(--faint);font-size:10.5px;line-height:1.5}
.source-limitation{margin:9px 0 0;padding-top:9px;border-top:1px solid var(--border);color:var(--muted);font-size:10.5px;line-height:1.55}
.source-periods{display:grid;grid-template-columns:120px 1fr;gap:0}
.source-periods dt,.source-periods dd{margin:0;padding:8px 0;border-bottom:1px solid var(--divider);font-size:10.5px;line-height:1.55}
.source-periods dt{font-weight:700;color:var(--text-2);padding-right:14px}
.source-periods dd{color:var(--muted)}
.source-periods dt:last-of-type,.source-periods dd:last-of-type{border-bottom:0}
.src-detail{display:flex;flex-direction:column;gap:8px}
.src-detail p{font-size:10.5px;color:var(--muted);line-height:1.6;margin:0}
.src-detail strong{color:var(--text-2);font-weight:600}
.src-detail .src-footnote{font-size:10.5px;color:var(--faint);line-height:1.6;border-top:1px solid var(--border);padding-top:8px}
@media(max-width:700px){.source-cards{grid-template-columns:1fr}.source-meta{grid-template-columns:1fr;gap:0}.source-meta dd{margin-bottom:7px}.source-periods{grid-template-columns:1fr}.source-periods dt{border-bottom:0;padding-bottom:2px}.source-periods dd{padding-top:0}}

/* ── MOBILE ── */
@media(max-width:700px){
  .wrap{padding:14px 12px 72px}
  .section-nav{top:6px;margin-bottom:14px;border-radius:10px;padding:5px}
  .section-nav-track{display:flex;gap:4px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity}
  .section-nav button{flex:0 0 auto;min-width:88px;min-height:44px;padding-inline:8px;font-size:9.5px;scroll-snap-align:start}
  .hdr{padding:22px 20px;border-radius:16px;margin-bottom:14px;flex-direction:column;align-items:flex-start;gap:14px}
  .hdr-left{gap:14px}
  .hdr-flag{font-size:36px}
  .hdr h1{font-size:22px}
  .hdr-right{align-self:stretch;width:100%;margin-left:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .hdr-right .wa-share,.hdr-right .lang-toggle,.hdr-right .theme-toggle{width:100%;min-width:0;height:44px;padding:0;font-size:12px}
  .hdr-right .control-label{display:none}
  .hdr-right .lang-toggle{font-size:0}
  .hdr-right .lang-toggle .lang-flag{font-size:18px}
  .hdr-right .wa-share svg{width:14px;height:14px}
  .card{padding:15px 14px;margin-bottom:11px;border-radius:14px}
  .selected-application-date{flex-wrap:wrap;gap:2px 8px}
  /* tables visible on mobile, cards hidden */
  .tbl-outer{display:block}
  .m-cards{display:none}
  /* sticky month column */
  table.data th:first-child,table.data td:first-child{position:sticky;left:0;z-index:2;background:var(--surface-2)}
  table.data tbody td:first-child{background:var(--surface)}
  /* prevent iOS zoom-on-focus + bigger touch targets */
  input[type=number]{font-size:16px;padding:11px 10px}
  .swipe-hint{display:none!important}
}
@media(max-width:420px){
  .hdr{padding:16px 14px;gap:12px}
  .hdr-left{gap:10px}
  .hdr-flag{font-size:30px}
  .hdr h1{font-size:20px}
  .hdr-sub{display:none}
}
@media print{body{background:#fff}.hdr{background:#0f172a!important;-webkit-print-color-adjust:exact}.card{box-shadow:none;page-break-inside:avoid}.tbl-outer{display:block!important}.m-cards{display:none!important}.swipe-hint{display:none!important}}
/* no spin buttons — values are typed, not clicked up/down */
input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
input[type=number]{-moz-appearance:textfield}

/* ── WHATSAPP SHARE ── */
.wa-share{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:#25D366;color:#fff;font-size:12.5px;font-weight:700;padding:0 15px;height:32px;border-radius:20px;text-decoration:none;border:1px solid rgba(255,255,255,.25);box-shadow:0 2px 10px rgba(37,211,102,.35)}
.wa-share:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(37,211,102,.5)}
.wa-share svg{width:16px;height:16px;flex-shrink:0;fill:#fff}
.stale-notice{background:rgba(234,88,12,.12);border:1px solid rgba(234,88,12,.35);color:var(--txt);font-size:12.5px;line-height:1.5;padding:10px 14px;border-radius:10px;margin:0 0 14px}
.stale-notice[hidden]{display:none}

/* ── MODEL FACTS PANE ── */
.set-facts{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px}
@media(max-width:700px){.set-facts{grid-template-columns:1fr}}
.set-fact{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:11.5px;color:var(--muted);border-bottom:1px dotted var(--border);padding-bottom:5px}
.set-fact strong{color:var(--text-2);font-weight:700;font-size:12px;text-align:right}
.evidence-group{position:relative;margin-top:14px;padding:12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2)}
.evidence-chart{position:relative;padding:0 0 14px}
.evidence-chart+.evidence-chart{padding-top:14px;border-top:1px solid var(--border)}
.evidence-chart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:7px}
.evidence-chart-head strong{display:block;font-size:12.5px;color:var(--text-2)}
.evidence-chart-head span{display:block;font-size:10.5px;color:var(--muted);line-height:1.4;margin-top:2px}
.plot-host{width:100%;min-height:230px;overflow:hidden}
.uplot,.uplot *,.uplot *::before,.uplot *::after{box-sizing:border-box}
.uplot{font-family:inherit;line-height:1.4;width:min-content;color:var(--muted)}
.u-wrap{position:relative;user-select:none}
.u-over,.u-under{position:absolute}
.u-under{overflow:hidden}
.uplot canvas{display:block;position:relative;width:100%;height:100%}
.u-axis{position:absolute}
.chart-tooltip{position:absolute;z-index:4;min-width:160px;max-width:220px;padding:8px 10px;border:1px solid var(--border-s);border-radius:8px;background:var(--surface);box-shadow:var(--sh);pointer-events:none;transform:translateX(8px);font-size:10px;line-height:1.45;color:var(--muted)}
.chart-tooltip.is-left{transform:translateX(calc(-100% - 8px))}
.chart-tooltip[hidden]{display:none}
.chart-tooltip-date{font-weight:800;color:var(--text-2);margin-bottom:4px}
.chart-tooltip-row{display:flex;justify-content:space-between;gap:12px;white-space:nowrap}
.chart-tooltip-row strong{color:var(--text-2);font-weight:700}
.chart-tooltip-row.is-emphasis{font-weight:800;color:var(--text-2)}
.chart-tooltip-row.is-emphasis span{color:var(--text-2)}
.u-select{background:rgba(100,116,139,.09);position:absolute;pointer-events:none}
.u-cursor-x,.u-cursor-y{position:absolute;left:0;top:0;pointer-events:none;will-change:transform}
.u-hz .u-cursor-x{height:100%;border-right:1px dashed var(--faint)}
.u-hz .u-cursor-y{width:100%;border-bottom:1px dashed var(--faint)}
.u-cursor-pt{position:absolute;top:0;left:0;border-radius:50%;pointer-events:none;will-change:transform;background-clip:padding-box!important}
.u-axis.u-off,.u-select.u-off,.u-cursor-x.u-off,.u-cursor-y.u-off,.u-cursor-pt.u-off{display:none}
.chart-notes{border-top:1px solid var(--border);padding-top:10px}
.chart-note{font-size:10.5px;line-height:1.55;color:var(--muted)}
.chart-note+.chart-note{margin-top:6px}
.chart-takeaway{margin:0 0 9px;padding:8px 10px;border-left:3px solid var(--green);border-radius:0 7px 7px 0;background:rgba(10,102,71,.07);color:var(--text-2);font-size:10.5px;font-weight:650;line-height:1.5}
@media(max-width:600px){.evidence-group{padding:10px 8px}.evidence-chart-head{align-items:center}.plot-host{min-height:220px}}
/* ── QUEUE EXPLORER ── */
.explorer-intro{max-width:760px;margin:-4px 0 14px;color:var(--muted);font-size:11.5px;line-height:1.6}
.explorer-grid{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.35fr);gap:12px;align-items:stretch}
.explorer-widget{position:relative;min-width:0;padding:14px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2)}
.explorer-widget-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}
.explorer-widget-head strong{display:block;color:var(--text-2);font-size:12.5px}
.explorer-widget-head span{display:block;margin-top:2px;color:var(--muted);font-size:10.5px;line-height:1.4}
.explorer-volume-legend,.explorer-forecast-legend{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap;color:var(--muted);font-size:9.5px}
.explorer-volume-legend span,.explorer-forecast-legend span{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}
.explorer-volume-legend i{display:block;width:10px;height:7px;border-radius:2px}
.explorer-forecast-legend i{display:block;width:12px;height:3px;border-radius:2px}
.explorer-volume-bars{display:grid;gap:3px}
.explorer-volume-row{display:grid;grid-template-columns:92px minmax(80px,1fr) 42px;align-items:center;gap:7px;width:100%;min-height:44px;padding:3px 5px;color:var(--text-2)}
.explorer-volume-label{min-width:0;font-size:10.5px;font-weight:700;line-height:1.25}
.explorer-volume-label small{display:block;overflow:hidden;margin-top:1px;color:var(--muted);font-size:9px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}
.explorer-volume-track{display:block;height:13px;border-radius:7px;background:var(--divider);overflow:hidden}
.explorer-volume-total{display:flex;height:100%;min-width:3px;overflow:hidden;border-radius:7px}
.explorer-volume-ilr{background:var(--blue)}
.explorer-volume-ltr{background:var(--purple)}
.explorer-volume-value{color:var(--text-2);font-size:10.5px;font-variant-numeric:tabular-nums;text-align:right}
.explorer-burndown{position:relative;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid var(--border)}
.explorer-burndown h3{margin:0 0 3px;color:var(--text-2);font-size:12.5px}
.explorer-forecast-plot{position:relative;width:100%;min-height:340px}
.explorer-note{margin:8px 0 0;color:var(--muted);font-size:10.5px;line-height:1.5}
@media(max-width:800px){.explorer-grid{grid-template-columns:1fr}.explorer-widget-head{display:block}.explorer-volume-legend,.explorer-forecast-legend{justify-content:flex-start;margin-top:6px}}
@media(max-width:420px){.explorer-widget{padding:11px 8px}.explorer-volume-row{grid-template-columns:86px minmax(64px,1fr) 38px;gap:5px;padding-inline:3px}.explorer-volume-label small{font-size:8.5px}.explorer-forecast-plot{min-height:300px}}
/* ── ESTIMATE CARD ADDITIONS ── */
.pr-o-odds{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:12px;font-size:11px;color:var(--est-queue)}
.pr-o-odds strong{color:var(--est-count);font-weight:800;font-size:12.5px}
.pr-o-horizon-note{font-size:11px;color:var(--est-queue);line-height:1.55;max-width:360px;margin:12px auto 0;text-align:center}
:where(a,button,select,input,textarea,summary):focus-visible{outline:3px solid #2563eb!important;outline-offset:3px}
[data-page-section]:focus{outline:none}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}
