:root{--bg:#f7f8fa;--surface:#fff;--surface-2:#f1f3f6;--border:#dfe3e8;--text:#1f2430;--text-muted:#5b6472;--accent:#0072b2;--accent-bg:#0072b214;--c-tp:#009e73;--c-fn:#d55e00;--c-fp:#e69f00;--c-tn:#56b4e9;--c-helped:#009e73;--c-harmed:#d55e00;--c-nochange:#9aa3b0;--c-missed:#cc79a7;--c-treated:#0072b2;--c-diseased:#cc79a7;--c-healthy:#cbd5e1;--c-untreated:#c2c9d4;--radius:12px;--radius-sm:8px;--shadow:0 1px 2px #1018280f, 0 4px 12px #1018280d;--sans:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, "SF Mono", Menlo, Consolas, monospace;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font:16px/1.5 var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#0f1116;--surface:#171a21;--surface-2:#1e222b;--border:#2a2f3a;--text:#e7eaf0;--text-muted:#9aa3b0;--accent:#56b4e9;--accent-bg:#56b4e91f;--shadow:0 1px 2px #0006, 0 4px 14px #00000059}}*{box-sizing:border-box}body{min-height:100vh;margin:0}h1,h2,h3{color:var(--text);margin:0 0 .4em;line-height:1.2}p{margin:0 0 .8em}a{color:var(--accent)}code{font-family:var(--mono);background:var(--surface-2);border-radius:4px;padding:.1em .35em;font-size:.9em}.app{max-width:1200px;margin:0 auto;padding:1.5rem 1.25rem 4rem}.app-header{margin-bottom:1.5rem}.app-header h1{letter-spacing:-.01em;font-size:clamp(1.5rem,1rem + 2vw,2.1rem)}.app-header .tagline{color:var(--text-muted);max-width:60ch;font-size:1.02rem}.layout{grid-template-columns:320px 1fr;align-items:start;gap:1.25rem;display:grid}@media (width<=880px){.layout{grid-template-columns:1fr}}.grid-2{grid-template-columns:1fr 1fr;align-items:start;gap:1.25rem;margin-bottom:1.25rem;display:grid}.grid-2>.card{margin-bottom:0}@media (width<=720px){.grid-2{grid-template-columns:1fr}}.controls-col{position:sticky;top:1rem}@media (width<=880px){.controls-col{position:static}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:1.25rem;padding:1.1rem 1.15rem}.card>h2{margin-bottom:.2rem;font-size:1.05rem}.card .card-sub{color:var(--text-muted);margin-bottom:.9rem;font-size:.88rem}.control{margin-bottom:1rem}.control:last-child{margin-bottom:0}.control-head{justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.3rem;display:flex}.control-head label{font-size:.92rem;font-weight:600}.control-value{font-family:var(--mono);color:var(--accent);font-size:.9rem;font-weight:600}input[type=range]{width:100%;accent-color:var(--accent);cursor:pointer}input[type=number]{width:100%;font:inherit;font-family:var(--mono);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);padding:.35rem .5rem}.field-row{align-items:center;gap:.5rem;display:flex}.field-row .unit{color:var(--text-muted);font-size:.85rem}.hint{color:var(--text-muted);margin-top:.25rem;font-size:.8rem}button{font:inherit;cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:var(--radius-sm);padding:.4rem .7rem;transition:background .12s,border-color .12s}button:hover{background:var(--surface-2)}button.chip{padding:.3rem .6rem;font-size:.82rem}.btn-row{flex-wrap:wrap;gap:.4rem;display:flex}details summary{cursor:pointer;color:var(--text-muted);padding:.3rem 0;font-size:.9rem;font-weight:600}.readout{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.6rem;display:grid}.stat{background:var(--surface-2);border-radius:var(--radius-sm);border-left:4px solid var(--border);padding:.55rem .7rem}.stat .stat-label{text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);font-size:.74rem}.stat .stat-value{font-family:var(--mono);font-size:1.15rem;font-weight:600}.stat.tp{border-left-color:var(--c-tp)}.stat.fn{border-left-color:var(--c-fn)}.stat.fp{border-left-color:var(--c-fp)}.stat.tn{border-left-color:var(--c-tn)}.stat.helped{border-left-color:var(--c-helped)}.stat.harmed{border-left-color:var(--c-harmed)}.stat.nochange{border-left-color:var(--c-nochange)}.stat.missed{border-left-color:var(--c-missed)}.stat.accent{border-left-color:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}hr.svelte-1y71c66{border:none;border-top:1px solid var(--border);margin:.9rem 0}.about.svelte-qyp491{margin-bottom:1.5rem}.about-body.svelte-qyp491{max-width:75ch;margin-top:.8rem}.about-body.svelte-qyp491 h3:where(.svelte-qyp491){margin-top:1rem;font-size:.95rem}.glossary.svelte-qyp491{margin:0}.glossary.svelte-qyp491 dt:where(.svelte-qyp491){margin-top:.6rem;font-size:.9rem;font-weight:700}.glossary.svelte-qyp491 dd:where(.svelte-qyp491){color:var(--text-muted);margin:.1rem 0 0;font-size:.9rem}.cascade.svelte-4qh67q{width:100%;height:auto;display:block}.col-title.svelte-4qh67q{fill:var(--text);font-size:13px;font-weight:700}.seg-label.svelte-4qh67q{fill:#111;stroke:#fff;stroke-width:2.4px;paint-order:stroke;pointer-events:none;font-size:10.5px;font-weight:600}.icon-array.svelte-x49asi{width:100%;height:auto;max-height:360px;margin-bottom:.8rem;display:block}.legend.svelte-x49asi{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.35rem 1rem;margin:0;padding:0;list-style:none;display:grid}.legend.svelte-x49asi li:where(.svelte-x49asi){align-items:center;gap:.45rem;font-size:.85rem;display:flex}.swatch.svelte-x49asi{border-radius:3px;flex:none;width:.85rem;height:.85rem}.legend-label.svelte-x49asi{color:var(--text-muted)}.legend-count.svelte-x49asi{font-family:var(--mono);color:var(--text);margin-left:auto;font-weight:600}.cm.svelte-fr9opd{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%}.cm.svelte-fr9opd th:where(.svelte-fr9opd),.cm.svelte-fr9opd td:where(.svelte-fr9opd){border:1px solid var(--border);text-align:center;font-family:var(--mono);padding:.6rem .5rem;font-weight:600}.cm.svelte-fr9opd thead:where(.svelte-fr9opd) th:where(.svelte-fr9opd),.cm.svelte-fr9opd tbody:where(.svelte-fr9opd) th:where(.svelte-fr9opd){background:var(--surface-2);color:var(--text-muted);font-family:var(--sans);font-size:.85rem}.cm.svelte-fr9opd .corner:where(.svelte-fr9opd){background:0 0;border:none}.cm.svelte-fr9opd td.total:where(.svelte-fr9opd){background:var(--surface-2);color:var(--text-muted)}.cm.svelte-fr9opd td.grand:where(.svelte-fr9opd){color:var(--text)}.cell-name.svelte-fr9opd{font-family:var(--sans);opacity:.7;letter-spacing:.04em;font-size:.68rem;font-weight:700;display:block}.recap.svelte-8yp8ym{background:var(--surface-2);border-radius:var(--radius-sm);margin-top:.9rem;padding:.7rem .8rem;font-size:.92rem}.chart.svelte-10h154e{width:100%;height:auto;display:block}.grid.svelte-10h154e{stroke:var(--border);stroke-width:1px}.tick.svelte-10h154e{fill:var(--text-muted);font-size:10px}.axis-label.svelte-10h154e{fill:var(--text-muted);font-size:11px}.line.svelte-10h154e{fill:none;stroke-width:2.5px}.line.ppv.svelte-10h154e{stroke:var(--accent)}.line.npv.svelte-10h154e{stroke:var(--c-tp);stroke-dasharray:4 3}.marker.svelte-10h154e{stroke:var(--text-muted);stroke-width:1.5px;stroke-dasharray:3 3}.dot.ppv.svelte-10h154e{fill:var(--accent)}.dot.npv.svelte-10h154e{fill:var(--c-tp)}.chart-legend.svelte-10h154e{font-size:.85rem;font-family:var(--mono);gap:1.2rem;margin-top:.6rem;display:flex}.key.svelte-10h154e{vertical-align:middle;border-radius:2px;width:.9rem;height:.55rem;margin-right:.4rem;display:inline-block}.key.ppv.svelte-10h154e{background:var(--accent)}.key.npv.svelte-10h154e{background:var(--c-tp)}.nomogram.svelte-zkgvnl{width:100%;height:auto;display:block}.axis.svelte-zkgvnl{stroke:var(--text-muted);stroke-width:1.5px}.axis-title.svelte-zkgvnl{fill:var(--text);font-size:11px;font-weight:700}.tickmark.svelte-zkgvnl{stroke:var(--text-muted);stroke-width:1px}.tick.svelte-zkgvnl{fill:var(--text-muted);font-size:9.5px}.rule.svelte-zkgvnl{stroke:var(--accent);stroke-width:2px}.dot.pre.svelte-zkgvnl{fill:var(--c-diseased)}.dot.lr.svelte-zkgvnl{fill:var(--accent)}.dot.post.svelte-zkgvnl{fill:var(--c-tp)}.chart-legend.svelte-zkgvnl{font-size:.85rem;font-family:var(--mono);color:var(--text-muted);flex-wrap:wrap;gap:.9rem;margin-top:.6rem;display:flex}.chart.svelte-uw6vy0{width:100%;height:auto;display:block}.grid.svelte-uw6vy0{stroke:var(--border)}.tick.svelte-uw6vy0{fill:var(--text-muted);font-size:10px}.axis-label.svelte-uw6vy0{fill:var(--text-muted);font-size:11px}.line.svelte-uw6vy0{fill:none;stroke:var(--c-fp);stroke-width:2.5px}.anchor.svelte-uw6vy0{fill:var(--text-muted);stroke:var(--surface);stroke-width:1.5px}.marker.svelte-uw6vy0{stroke:var(--text-muted);stroke-width:1.5px;stroke-dasharray:3 3}.dot.svelte-uw6vy0{fill:var(--c-fp);stroke:var(--surface);stroke-width:1.5px}.value-label.svelte-uw6vy0{fill:var(--text);font-size:11px;font-weight:700}.chart-legend.svelte-uw6vy0{color:var(--text-muted);flex-wrap:wrap;gap:1.2rem;margin-top:.6rem;font-size:.82rem;display:flex}.key.svelte-uw6vy0{vertical-align:middle;border-radius:2px;width:.9rem;height:.55rem;margin-right:.4rem;display:inline-block}.key.line.svelte-uw6vy0{background:var(--c-fp)}.key.anchor.svelte-uw6vy0{background:var(--text-muted);border-radius:50%}.skip-link.svelte-1n46o8q{background:var(--accent);color:#fff;border-radius:0 0 var(--radius-sm) 0;z-index:10;padding:.5rem .9rem;position:absolute;top:0;left:-9999px}.skip-link.svelte-1n46o8q:focus{left:0}.app-footer.svelte-1n46o8q{border-top:1px solid var(--border);color:var(--text-muted);max-width:80ch;margin-top:2rem;padding-top:1.25rem;font-size:.85rem}.app-footer.svelte-1n46o8q .assumptions:where(.svelte-1n46o8q){font-size:.8rem}
