html[data-theme="dark"] {
  color-scheme:dark;--ink:#edf2f5;--muted:#b9c6ce;--accent:#ffab8c;--orange:#ff895f;
  --line:#435663;--surface:#192833;--white:#101b24;
  --burgundy:#e7a3bb;--burgundy-deep:#f0bcd0;--terracotta:#ffab8c;
  --blush:#302d38;--rule:#435663;--soft-rule:#344653;--green:#93ddb0;--negative:#ffacc4;--estimate-bg:#192833;
  background:#101b24;color:var(--ink);
}
html[data-theme="dark"] :is(body,.path-picker label,.step-card,.map-node-number,.map-aside .map-node,select,input[type=search],.button){background:#101b24}
html[data-theme="dark"] :is(.path-picker label:has(:checked),.notice,.map-node:hover,.map-node[aria-current=step],.calculator-disclaimer,.rate-warning){background:#302d38;color:var(--ink)}
html[data-theme="dark"] :is(.button.primary,.button:hover:not(:disabled),.view-controls button[aria-pressed=true]){background:var(--accent);color:#101b24}
html[data-theme="dark"] .button:disabled{color:#9aaab4;background:var(--surface)}
html[data-theme="dark"] .chart-bar{background:#344653}
@media print{
  html[data-theme="dark"]{--ink:#161616;--muted:#575757;--accent:#af4623;--line:#dedbd8;--surface:#f7f7f7;--white:#fff;background:white;color:#161616;color-scheme:light}
  html[data-theme="dark"] :is(body,.landing-panel,.step-card,.step-header,.notice){background:white;color:#161616}
}

html[data-theme="dark"] :is(.included-card,.included-loop-copy,.included-card[data-included-tone],.included-card:not([data-included-tone]):nth-child(n)){--card-accent:var(--accent);background:var(--surface);border-color:var(--line)}
html[data-theme="dark"] .included-dots{background:var(--surface)}
html[data-theme="dark"] .chart-position-row.shortfall strong{color:#ffacc4}
html[data-theme="dark"] .loading-overlay{background:#101b24ee}
