@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+SC:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #0b2731;
  --muted: #668089;
  --muted-light: #8fa6aa;
  --paper: #f5f8f7;
  --card: #ffffff;
  --line: #dce8e6;
  --teal: #0a8f87;
  --teal-dark: #076c69;
  --teal-soft: #e2f2ef;
  --orange: #ffb45c;
  --orange-soft: #fff2de;
  --blue-soft: #eaf3f7;
  --shadow: 0 20px 60px rgba(12, 55, 63, 0.08);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 15px; line-height: 1.6; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.site-shell { overflow: hidden; }
.section-pad { width: min(1180px, calc(100% - 72px)); margin: 0 auto; }

.topbar { height: 78px; width: min(1270px, calc(100% - 72px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 18px; letter-spacing: -0.04em; }
.brand em { color: var(--teal); font-style: normal; }
.brand-mark { width: 24px; height: 24px; display: inline-flex; align-items: flex-end; gap: 3px; padding: 4px; background: var(--ink); border-radius: 7px 7px 7px 2px; }
.brand-mark span { width: 4px; border-radius: 4px; background: var(--orange); }
.brand-mark span:nth-child(1) { height: 7px; opacity: .68; }.brand-mark span:nth-child(2) { height: 12px; opacity: .84; }.brand-mark span:nth-child(3) { height: 16px; }
.nav-links { display: flex; gap: 34px; color: var(--muted); font-size: 13px; font-weight: 600; }
.nav-links a, .text-link, .source-links a { transition: color .2s ease; }.nav-links a:hover, .text-link:hover, .source-links a:hover { color: var(--teal); }
.topbar-cta { color: var(--teal-dark); font-size: 13px; font-weight: 700; padding: 10px 14px; border: 1px solid #c6e3df; border-radius: 999px; background: rgba(255,255,255,.55); }
.topbar-cta span { margin-left: 4px; }

.hero { min-height: 620px; display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 60px; padding-top: 62px; padding-bottom: 78px; }
.eyebrow { display: flex; align-items: center; gap: 8px; color: var(--teal); font: 500 11px/1 DM Mono, monospace; letter-spacing: .09em; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px var(--orange-soft); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(48px, 6.2vw, 84px); line-height: 1.06; letter-spacing: -0.075em; font-weight: 800; }
h1 span { color: var(--teal); }
.hero-lead { max-width: 520px; color: var(--muted); font-size: 17px; line-height: 1.85; margin-bottom: 28px; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-bottom: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 11px; min-height: 43px; padding: 0 17px; font-weight: 700; font-size: 13px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); }.button-primary { color: #fff; background: var(--teal); box-shadow: 0 9px 20px rgba(10,143,135,.18); }.button-primary:hover { background: var(--teal-dark); box-shadow: 0 12px 24px rgba(10,143,135,.25); }.button-large { min-height: 52px; padding: 0 22px; }.button-ghost { color: var(--teal-dark); background: transparent; border: 1px solid var(--line); }.button-ghost:hover { border-color: #a8d4ce; background: var(--teal-soft); }.text-link { color: var(--muted); font-size: 13px; font-weight: 700; }.text-link span { color: var(--teal); margin-left: 6px; }.hero-trust { color: var(--muted-light); font-size: 11px; }.trust-check { display: inline-grid; place-items: center; width: 16px; height: 16px; margin-right: 5px; color: var(--teal); background: var(--teal-soft); border-radius: 50%; font-size: 10px; }

.hero-visual { position: relative; min-height: 430px; display: grid; place-items: center; }.orb { position: absolute; border-radius: 50%; filter: blur(1px); }.orb-one { width: 360px; height: 360px; right: 0; top: 20px; background: #dff2ee; }.orb-two { width: 130px; height: 130px; right: 5px; bottom: 35px; background: #ffebca; }
.hero-card { position: relative; width: min(380px, 100%); padding: 30px; border-radius: 25px; background: rgba(255,255,255,.91); border: 1px solid rgba(255,255,255,.9); transform: rotate(-4deg); z-index: 2; }.card-shadow { box-shadow: 19px 24px 60px rgba(15,72,77,.16); }
.hero-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 34px; }.small-label { color: var(--muted-light); font: 500 10px/1 DM Mono, monospace; letter-spacing: .08em; }.status-pill { padding: 5px 8px; border-radius: 99px; background: var(--teal-soft); color: var(--teal-dark); font: 500 9px/1 DM Mono, monospace; }.status-pill span { display: inline-block; width: 5px; height: 5px; margin-right: 4px; background: var(--teal); border-radius: 50%; }.hero-card-title { color: var(--muted); font-size: 12px; }.hero-price { margin: 2px 0 17px; font-size: 48px; font-weight: 800; letter-spacing: -.07em; }.hero-bar { height: 8px; overflow: hidden; border-radius: 8px; background: #e4edeb; }.hero-bar span { display: block; width: 70%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal), #46b5a8); }.hero-card-meta { display: flex; gap: 30px; margin: 16px 0 25px; color: var(--muted); font-size: 11px; }.hero-card-meta strong { display: block; margin-top: 2px; color: var(--ink); font-size: 13px; }.hero-mini-result { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 13px; background: var(--orange-soft); }.mini-icon { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; background: var(--orange); color: #fff; font-weight: 800; }.hero-mini-result small, .hero-mini-result strong { display: block; }.hero-mini-result small { color: #a5743e; font-size: 10px; }.hero-mini-result strong { color: #815b2d; font-size: 12px; }.hero-mini-result > span { margin-left: auto; color: #a5743e; font: 500 11px DM Mono, monospace; }.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 12px 14px; border: 1px solid rgba(215,232,229,.9); border-radius: 13px; background: rgba(255,255,255,.92); box-shadow: 0 14px 30px rgba(15,72,77,.10); }.note-one { top: 64px; right: -8px; transform: rotate(5deg); }.note-two { bottom: 44px; left: 10px; transform: rotate(-5deg); }.note-icon { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: #fff; background: var(--teal); font-weight: 800; }.note-icon.muted { background: var(--ink); }.floating-note small, .floating-note strong { display: block; }.floating-note small { color: var(--muted-light); font-size: 9px; }.floating-note strong { font-size: 13px; }

.signal-strip { width: 100%; display: flex; justify-content: center; gap: clamp(32px, 7vw, 105px); padding: 18px 36px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }.signal-strip > div { display: flex; align-items: center; gap: 10px; }.signal-number { color: var(--teal); font: 500 11px DM Mono, monospace; }
.engine-section { padding-top: 105px; padding-bottom: 98px; }.section-heading, .results-heading { display: flex; justify-content: space-between; gap: 50px; align-items: flex-end; margin-bottom: 42px; }.section-heading h2, .results-heading h2, .source-panel h2 { margin: 13px 0 0; font-size: clamp(29px, 4vw, 46px); line-height: 1.15; letter-spacing: -.06em; }.section-heading > p { max-width: 390px; margin: 0 0 2px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.engine-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .7fr); gap: 24px; align-items: start; }.decision-form, .side-note-card, .side-note-source, .recommendation-card, .summary-card, .scenario-card, .table-card, .inputs-card, .source-panel { border: 1px solid var(--line); background: var(--card); border-radius: var(--radius); }.decision-form { overflow: hidden; box-shadow: var(--shadow); }.form-section { padding: 30px 34px; border-bottom: 1px solid #edf3f1; }.form-section:last-of-type { border-bottom: 0; }.form-section-heading { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 25px; }.step-number { display: grid; place-items: center; flex: 0 0 auto; width: 30px; height: 30px; color: var(--teal); background: var(--teal-soft); border-radius: 10px; font: 500 11px DM Mono, monospace; }.form-section-heading h3 { margin: 1px 0 3px; font-size: 16px; letter-spacing: -.025em; }.form-section-heading p { margin: 0; color: var(--muted-light); font-size: 12px; }.field-grid { display: grid; gap: 18px; }.two-col { grid-template-columns: 1fr 1fr; }.field { display: flex; flex-direction: column; gap: 7px; color: var(--ink); font-size: 12px; font-weight: 700; }.field i { color: var(--muted-light); font-style: normal; font-weight: 500; }.field input, .field select { width: 100%; min-height: 46px; padding: 0 13px; color: var(--ink); background: #f9fbfb; border: 1px solid var(--line); border-radius: 9px; outline: none; font-size: 13px; font-weight: 600; transition: border .2s ease, box-shadow .2s ease; }.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--teal) 50%), linear-gradient(135deg, var(--teal) 50%, transparent 50%); background-position: calc(100% - 17px) 20px, calc(100% - 12px) 20px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }.field input:focus, .field select:focus { border-color: #76c4bb; box-shadow: 0 0 0 3px var(--teal-soft); }.field small { color: var(--muted-light); font-size: 10px; font-weight: 500; line-height: 1.5; }.field-wide { max-width: 100%; }.input-prefix, .input-suffix { position: relative; }.input-prefix > span, .input-suffix > span { position: absolute; top: 50%; transform: translateY(-50%); color: var(--muted-light); font: 500 12px DM Mono, monospace; }.input-prefix > span { left: 14px; }.input-prefix input { padding-left: 43px; }.input-suffix > span { right: 14px; }.input-suffix input { padding-right: 34px; }.toggle-field { display: flex; align-items: flex-start; gap: 11px; margin-top: 22px; cursor: pointer; }.toggle-field input { position: absolute; opacity: 0; pointer-events: none; }.toggle-ui { position: relative; flex: 0 0 auto; width: 37px; height: 21px; border-radius: 20px; background: #dce8e6; transition: background .2s ease; }.toggle-ui::after { position: absolute; content: ''; width: 15px; height: 15px; top: 3px; left: 3px; border-radius: 50%; background: white; box-shadow: 0 1px 3px rgba(0,0,0,.15); transition: left .2s ease; }.toggle-field input:checked + .toggle-ui { background: var(--teal); }.toggle-field input:checked + .toggle-ui::after { left: 19px; }.toggle-field strong, .toggle-field small { display: block; }.toggle-field strong { font-size: 12px; }.toggle-field small { margin-top: 3px; color: var(--muted-light); font-size: 10px; font-weight: 500; }.notice { display: flex; gap: 11px; align-items: flex-start; margin-top: 21px; padding: 13px 15px; border-radius: 12px; }.notice-teal { color: #4a7778; background: #eff8f5; }.notice-icon { display: grid; place-items: center; flex: 0 0 auto; width: 18px; height: 18px; border-radius: 50%; background: #cce8e1; color: var(--teal-dark); font: 700 11px Georgia, serif; }.notice p { margin: 0; font-size: 11px; line-height: 1.6; }.notice strong { color: var(--teal-dark); }.form-actions { display: flex; align-items: center; gap: 12px; padding: 22px 34px 28px; background: #fbfdfd; }.form-error { margin: 0; padding: 0 34px 24px; color: #b44b43; font-size: 12px; }.side-note { display: flex; flex-direction: column; gap: 13px; }.side-note-card { padding: 26px; background: var(--ink); color: #fff; }.side-note-head { display: flex; align-items: center; gap: 10px; color: #d8eeee; font-weight: 700; font-size: 13px; }.side-note-icon { display: grid; place-items: center; width: 27px; height: 27px; color: var(--ink); background: var(--orange); border-radius: 8px; font-size: 17px; }.side-note-card > p { margin: 22px 0 25px; color: #a7c1c2; font-size: 13px; line-height: 1.8; }.side-note-line { display: flex; justify-content: space-between; padding: 11px 0; border-top: 1px solid rgba(216,238,238,.14); color: #b4cccc; font-size: 11px; }.side-note-line span:last-child { color: #fff; font-family: DM Mono, monospace; }.side-note-source { display: flex; gap: 11px; padding: 18px 20px; background: var(--teal-soft); }.source-dot { flex: 0 0 auto; width: 8px; height: 8px; margin-top: 5px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(10,143,135,.1); }.side-note-source strong { font-size: 12px; }.side-note-source p { margin: 3px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

.results-section { padding-bottom: 108px; }.results-heading { align-items: center; margin-bottom: 31px; }.result-actions { display: flex; gap: 8px; }.recommendation-card { display: grid; grid-template-columns: auto 1fr auto; gap: 21px; align-items: center; padding: 27px 30px; background: #f2fbf8; border-color: #c7e8e1; }.recommendation-icon { display: grid; place-items: center; width: 53px; height: 53px; border-radius: 17px; color: #fff; background: var(--teal); }.recommendation-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }.decision-badge { display: inline-flex; padding: 4px 8px; border-radius: 99px; font: 500 10px DM Mono, monospace; }.decision-badge.is-claim { color: #a26727; background: var(--orange-soft); }.decision-badge.is-self-pay { color: var(--teal-dark); background: var(--teal-soft); }.recommendation-copy h3 { margin: 8px 0 4px; font-size: 22px; letter-spacing: -.04em; }.recommendation-copy p { margin: 0 0 6px; color: var(--muted); font-size: 13px; }.recommendation-copy ul { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 12px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 11px; }.recommendation-copy li::before { content: '·'; margin-right: 5px; color: var(--teal); font-weight: 800; }.recommendation-anchor { min-width: 160px; padding-left: 26px; border-left: 1px solid #c7e8e1; }.recommendation-anchor span, .recommendation-anchor small { display: block; color: var(--muted); font-size: 10px; }.recommendation-anchor strong { display: block; margin: 2px 0; color: var(--teal-dark); font-size: 22px; letter-spacing: -.05em; }.summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 17px 0 38px; }.summary-card { padding: 22px 24px; }.summary-card.featured { background: #fffaf2; border-color: #f3dfbd; }.summary-card > span { color: var(--muted); font-size: 11px; }.summary-card strong { display: block; margin: 5px 0 3px; font-size: 30px; letter-spacing: -.06em; }.summary-card small { color: var(--muted-light); font-size: 10px; }.scenario-block { margin-bottom: 34px; }.subsection-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 17px; }.subsection-heading h3 { margin: 0 0 3px; font-size: 17px; letter-spacing: -.03em; }.subsection-heading p { margin: 0; color: var(--muted-light); font-size: 11px; }.assumption-chip { padding: 6px 10px; border-radius: 99px; color: var(--teal-dark); background: var(--teal-soft); font: 500 10px DM Mono, monospace; }.scenario-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }.scenario-card { padding: 19px 19px 16px; }.scenario-card.is-base { border-color: #8bcfc4; box-shadow: 0 8px 22px rgba(10,143,135,.08); }.scenario-card-top { display: flex; justify-content: space-between; align-items: center; color: var(--ink); font-weight: 700; font-size: 12px; }.mini-tag { color: var(--teal); font: 500 9px DM Mono, monospace; }.scenario-rate { margin-top: 4px; color: var(--muted-light); font: 500 10px DM Mono, monospace; }.scenario-values { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 19px 0 17px; }.scenario-values > div { padding-right: 9px; border-right: 1px solid var(--line); }.scenario-values > div:last-child { border: 0; padding-left: 2px; }.scenario-values span { display: block; color: var(--muted-light); font-size: 10px; }.scenario-values strong { display: block; margin-top: 2px; font-size: 17px; letter-spacing: -.04em; }.scenario-winner { display: flex; align-items: center; gap: 6px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }.scenario-winner.is-highlight { color: var(--teal-dark); font-weight: 700; }.winner-dot { width: 6px; height: 6px; border-radius: 50%; }.winner-dot.claim { background: var(--orange); }.winner-dot.self-pay { background: var(--teal); }.detail-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 14px; }.table-card, .inputs-card { padding: 24px; }.table-wrap { overflow-x: auto; }.table-card .subsection-heading, .inputs-card .subsection-heading { margin-bottom: 18px; }table { width: 100%; border-collapse: collapse; min-width: 540px; }th { color: var(--muted-light); font: 500 9px/1.35 DM Mono, monospace; letter-spacing: .03em; text-align: left; text-transform: uppercase; }th, td { padding: 11px 10px; border-bottom: 1px solid #edf3f1; }td { color: var(--muted); font: 500 11px Manrope, 'Noto Sans SC', sans-serif; }td:first-child { color: var(--ink); font-weight: 700; }td:nth-child(3), td:nth-child(5) { color: var(--ink); font-weight: 700; }.is-negative { color: #ad7140 !important; }.is-positive { color: var(--teal-dark) !important; }.input-summary-line { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 0; border-bottom: 1px solid #edf3f1; color: var(--muted); font-size: 11px; }.input-summary-line strong { color: var(--ink); font-size: 13px; }.input-summary-foot { margin-top: 18px; color: var(--muted-light); font-size: 10px; line-height: 1.6; }.result-disclaimer { display: flex; gap: 12px; align-items: flex-start; margin-top: 18px; padding: 17px 19px; border-radius: 13px; background: #eef4f5; color: var(--muted); }.result-disclaimer > span { display: grid; place-items: center; flex: 0 0 auto; width: 19px; height: 19px; border-radius: 50%; color: var(--ink); background: #d5e4e5; font: 700 12px Georgia, serif; }.result-disclaimer p { margin: 0; font-size: 11px; line-height: 1.65; }.result-disclaimer strong { color: var(--ink); }.empty-state-card { display: grid; place-items: center; padding: 70px 20px; border: 1px dashed #bdd8d4; border-radius: var(--radius); text-align: center; }.empty-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 16px; color: var(--teal); background: var(--teal-soft); border-radius: 17px; font-size: 24px; }.empty-state-card h2 { margin-bottom: 7px; font-size: 25px; letter-spacing: -.04em; }.empty-state-card p { margin: 0; color: var(--muted); font-size: 13px; }

.how-section { padding-top: 104px; padding-bottom: 106px; border-top: 1px solid var(--line); }.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }.how-grid article { padding: 20px 34px 20px 0; border-right: 1px solid var(--line); }.how-grid article + article { padding-left: 34px; }.how-grid article:last-child { border-right: 0; }.how-number { display: block; margin-bottom: 35px; color: var(--teal); font: 500 12px DM Mono, monospace; }.how-grid h3 { margin-bottom: 8px; font-size: 18px; letter-spacing: -.04em; }.how-grid p { max-width: 270px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.sources-section { padding-bottom: 95px; }.source-panel { display: grid; grid-template-columns: 1fr .7fr; gap: 55px; padding: 43px 48px; background: var(--ink); border-color: var(--ink); color: #fff; }.source-panel h2 { max-width: 560px; color: #fff; }.source-panel p { max-width: 600px; margin: 20px 0 0; color: #a6c0c1; font-size: 13px; line-height: 1.8; }.source-links { display: flex; flex-direction: column; justify-content: center; }.source-links a { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid rgba(216,238,238,.16); color: #d8eeee; font-size: 12px; }.source-links a:last-child { border-bottom: 0; }.source-links a span:last-child { color: var(--orange); font-size: 15px; }.footer { display: flex; justify-content: space-between; align-items: center; padding-top: 25px; padding-bottom: 30px; border-top: 1px solid var(--line); color: var(--muted-light); }.footer-brand { color: var(--ink); font-size: 15px; }.footer p { margin: 0; font-size: 11px; }.footer-meta { font: 500 10px DM Mono, monospace; }

@media (max-width: 900px) { .hero { grid-template-columns: 1fr; gap: 20px; padding-top: 60px; }.hero-copy { max-width: 650px; }.hero-visual { min-height: 390px; }.engine-layout, .detail-grid { grid-template-columns: 1fr; }.side-note { display: grid; grid-template-columns: 1fr 1fr; }.source-panel { grid-template-columns: 1fr; gap: 25px; }.recommendation-card { grid-template-columns: auto 1fr; }.recommendation-anchor { grid-column: 2; padding-left: 0; border-left: 0; border-top: 1px solid #c7e8e1; padding-top: 15px; }.recommendation-anchor strong { display: inline-block; margin-right: 7px; }.recommendation-anchor small { display: inline-block; } }
@media (max-width: 650px) { .section-pad, .topbar { width: min(100% - 34px, 1180px); }.topbar { height: 68px; }.nav-links { display: none; }.topbar-cta { padding: 8px 11px; font-size: 11px; }.hero { min-height: 0; padding-top: 54px; padding-bottom: 45px; }.hero h1 { font-size: clamp(43px, 14vw, 65px); }.hero-lead { font-size: 15px; }.hero-actions { gap: 15px; }.hero-visual { min-height: 350px; transform: scale(.91); transform-origin: center top; margin-bottom: -30px; }.note-one { right: -13px; }.note-two { left: -4px; }.signal-strip { justify-content: flex-start; overflow-x: auto; gap: 27px; padding: 16px 17px; white-space: nowrap; font-size: 11px; }.signal-strip > div { flex: 0 0 auto; }.engine-section, .how-section { padding-top: 72px; padding-bottom: 72px; }.section-heading, .results-heading { display: block; margin-bottom: 29px; }.section-heading > p { margin-top: 17px; }.form-section { padding: 25px 20px; }.two-col, .scenario-cards, .summary-grid, .how-grid { grid-template-columns: 1fr; }.form-actions { padding: 20px; flex-wrap: wrap; }.form-error { padding: 0 20px 20px; }.side-note { display: flex; }.result-actions { margin-top: 18px; }.recommendation-card { grid-template-columns: auto 1fr; gap: 13px; padding: 21px 17px; }.recommendation-copy h3 { font-size: 18px; }.recommendation-copy ul { display: block; }.recommendation-copy li { margin-top: 6px; }.recommendation-anchor { grid-column: 1 / -1; }.summary-card strong { font-size: 28px; }.subsection-heading { display: block; }.assumption-chip { display: inline-block; margin-top: 13px; }.table-card, .inputs-card { padding: 19px; }.how-grid article, .how-grid article + article { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }.how-grid article:last-child { border-bottom: 0; }.how-number { margin-bottom: 18px; }.source-panel { padding: 29px 23px; }.footer { display: block; }.footer p { margin: 15px 0; } }

.api-status-line { display: flex; align-items: center; gap: 7px; }.api-status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--muted-light); }.api-status-dot.is-live { background: var(--teal); box-shadow: 0 0 0 4px rgba(10,143,135,.12); }.api-status-dot.is-fallback { background: var(--orange); }.button:disabled { cursor: wait; opacity: .72; transform: none; }.button.is-loading { min-width: 145px; }

@media print { body { background: #fff; }.topbar, .hero, .signal-strip, .engine-section, .how-section, .sources-section, .footer, .result-actions { display: none !important; }.section-pad { width: 100%; }.results-section { display: block !important; padding: 20px; }.recommendation-card, .summary-card, .scenario-card, .table-card, .inputs-card { break-inside: avoid; box-shadow: none; }.results-heading { margin-bottom: 22px; } }
