@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter-latin-variable.woff2)format("woff2")}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/fraunces-latin-variable.woff2)format("woff2")}: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:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--display:"Fraunces", Georgia, "Times New Roman", serif;--mono:ui-monospace, "SF Mono", Menlo, Consolas, monospace;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font:16px/1.55 var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@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.18}.card>h2{font-family:var(--display);letter-spacing:-.01em;font-weight:600}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.75rem}.app-header .kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.5rem;margin-bottom:.6rem;font-size:.78rem;font-weight:600;display:inline-flex}.app-header .kicker .glyph{width:1.05rem;height:1.05rem;display:inline-block}.app-header h1{font-family:var(--display);letter-spacing:-.02em;font-size:clamp(2rem,1.2rem + 3.2vw,3.1rem);font-weight:600;line-height:1.05}.app-header .tagline{color:var(--text-muted);max-width:62ch;font-size:clamp(1rem,.95rem + .3vw,1.12rem)}.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}}.section-head{font-family:var(--display);letter-spacing:-.01em;border-bottom:2px solid var(--border);margin:1.9rem 0 .9rem;padding-bottom:.4rem;font-size:1.35rem;font-weight:600}.hero{margin-bottom:1.25rem}.controls-col{max-height:calc(100vh - 2rem);padding-right:.4rem;position:sticky;top:1rem;overflow-y:auto}@media (width<=880px){.controls-col{max-height:none;padding-right:0;position:static;overflow:visible}}.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]{appearance:none;cursor:pointer;background:0 0;width:100%;height:22px}input[type=range]::-webkit-slider-runnable-track{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;height:6px}input[type=range]::-moz-range-track{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;height:6px}input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--accent);border:2px solid var(--surface);border-radius:50%;width:18px;height:18px;margin-top:-7px;transition:transform .1s;box-shadow:0 1px 3px #10182840}input[type=range]::-moz-range-thumb{background:var(--accent);border:2px solid var(--surface);border-radius:50%;width:18px;height:18px;box-shadow:0 1px 3px #10182840}input[type=range]:hover::-webkit-slider-thumb{transform:scale(1.12)}input[type=range]:active::-webkit-slider-thumb{transform:scale(1.04)}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}.ex.svelte-81wmf6{margin-top:.45rem}.ex-toggle.svelte-81wmf6{background:var(--accent-bg);border:1px solid color-mix(in srgb, var(--accent) 35%, var(--border));color:var(--accent);border-radius:999px;align-items:center;gap:.3rem;padding:.15rem .5rem;font-size:.72rem;font-weight:600;display:inline-flex}.caret.svelte-81wmf6{font-size:.7em;transition:transform .12s;display:inline-block}.caret.open.svelte-81wmf6{transform:rotate(90deg)}.ex-panel.svelte-81wmf6{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);margin-top:.45rem;padding:.6rem .7rem}.ex-head.svelte-81wmf6{margin-bottom:.35rem;font-size:.8rem;font-weight:700}.ex-note.svelte-81wmf6{color:var(--text-muted);margin:0 0 .5rem;font-size:.74rem}.ex-panel.svelte-81wmf6 ul:where(.svelte-81wmf6){flex-direction:column;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.ex-panel.svelte-81wmf6 li:where(.svelte-81wmf6){gap:.3rem;display:flex}.ex-item.svelte-81wmf6{text-align:left;border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:6px;flex:1;justify-content:space-between;align-items:center;gap:.5rem;padding:.35rem .5rem;font-size:.78rem;display:flex}.ex-item.svelte-81wmf6:hover{background:var(--surface-2);border-color:var(--accent)}.ex-il.svelte-81wmf6{color:var(--text);line-height:1.25}.ex-iv.svelte-81wmf6{font-family:var(--mono);color:var(--accent);white-space:nowrap;font-weight:700}.ex-ref.svelte-81wmf6{color:var(--text-muted);border:1px solid var(--border);white-space:nowrap;border-radius:6px;flex:none;align-items:center;padding:0 .4rem;font-size:.7rem;font-weight:600;text-decoration:none;display:flex}.ex-ref.svelte-81wmf6:hover{color:var(--accent);border-color:var(--accent)}.ex-via.svelte-81wmf6{opacity:.85;font-size:.66rem}.numfield.svelte-1pjh3bn{align-items:baseline;gap:.2rem;display:inline-flex}input.svelte-1pjh3bn{font-family:var(--mono);text-align:right;color:var(--accent);background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:.22rem .45rem;font-size:.95rem;font-weight:700}input.svelte-1pjh3bn:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-bg);outline:none}.sfx.svelte-1pjh3bn{color:var(--text-muted);font-size:.82rem;font-weight:600}.group-label.svelte-1y71c66{letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);border-top:1px solid var(--border);margin:1.1rem 0 .6rem;padding-top:.9rem;font-size:.72rem;font-weight:700}.help.svelte-1y71c66{background:var(--surface-2);border:1px solid var(--border);width:1rem;height:1rem;color:var(--text-muted);cursor:help;vertical-align:middle;border-radius:50%;justify-content:center;align-items:center;font-size:.68rem;font-weight:700;display:inline-flex}.ch-left.svelte-1y71c66{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.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}.ribbon.svelte-4qh67q{opacity:.55}.col-title.svelte-4qh67q{fill:var(--text);font-size:13px;font-weight:700}.seg-label.svelte-4qh67q{font-family:var(--sans);pointer-events:none;font-size:11px;font-weight:600}.leader.svelte-4qh67q{fill:none;stroke-width:1.3px}.leader-bg.svelte-4qh67q{fill:var(--surface);opacity:.9}.leader-label.svelte-4qh67q{font-family:var(--sans);fill:var(--text);pointer-events:none;font-size:10px;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}.formulas.svelte-fr9opd{background:var(--surface-2);border-radius:var(--radius-sm);margin-top:.9rem;padding:.7rem .8rem}.formulas-title.svelte-fr9opd{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.55rem;font-size:.74rem;font-weight:700}.formulas.svelte-fr9opd ul:where(.svelte-fr9opd){flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.formulas.svelte-fr9opd li:where(.svelte-fr9opd){flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.formulas.svelte-fr9opd .m:where(.svelte-fr9opd){min-width:84px;font-weight:700}.formulas.svelte-fr9opd .f:where(.svelte-fr9opd){font-family:var(--mono);flex-wrap:wrap;align-items:center;gap:.28rem;display:inline-flex}.tok.svelte-fr9opd{font-family:var(--sans);border:1px solid var(--border);color:var(--text);border-radius:4px;padding:.05rem .32rem;font-size:.7rem;font-weight:700}.formulas.svelte-fr9opd .dir:where(.svelte-fr9opd){color:var(--text-muted);white-space:nowrap;margin-left:auto;font-size:.7rem}.tree.svelte-1kl0cix{width:100%;height:auto;display:block}.branch.svelte-1kl0cix{stroke:var(--border);stroke-width:1.5px}.branch-label.svelte-1kl0cix{font-size:13px;font-family:var(--mono);fill:var(--text-muted)}.node-dot.svelte-1kl0cix{fill:var(--text-muted)}.node-label.svelte-1kl0cix{fill:var(--text);font-size:14px;font-weight:700}.node-sub.svelte-1kl0cix{font-size:13px;font-family:var(--mono);fill:var(--text-muted)}.leaf-name.svelte-1kl0cix{fill:var(--text);font-size:14px;font-weight:700}.leaf-sub.svelte-1kl0cix{font-size:13px;font-family:var(--mono);fill:var(--text-muted)}.bayes.svelte-1kl0cix{background:var(--surface-2);border-radius:var(--radius-sm);font-size:.9rem;font-family:var(--mono);margin:.9rem 0 0;padding:.7rem .8rem}.chart.svelte-1morkgp{width:100%;height:auto;display:block}.grid.svelte-1morkgp{stroke:var(--border)}.tick.svelte-1morkgp{fill:var(--text-muted);font-size:10px}.axis-label.svelte-1morkgp{fill:var(--text-muted);font-size:11px}.line.svelte-1morkgp{fill:none;stroke-width:2.5px}.line.prior.svelte-1morkgp{stroke:var(--text-muted);stroke-dasharray:5 4;stroke-width:2px}.line.lik.svelte-1morkgp{stroke:var(--c-fp);stroke-dasharray:2 3}.line.post.svelte-1morkgp{stroke:var(--accent)}.ci.svelte-1morkgp{fill:color-mix(in srgb, var(--accent) 16%, transparent)}.mean-line.svelte-1morkgp{stroke:var(--accent);stroke-width:1px;stroke-dasharray:3 3;opacity:.6}.chart-legend.svelte-1morkgp{font-size:.82rem;font-family:var(--mono);color:var(--text-muted);flex-wrap:wrap;gap:1.1rem;margin-top:.5rem;display:flex}.key.svelte-1morkgp{vertical-align:middle;border-radius:2px;width:.9rem;height:.5rem;margin-right:.35rem;display:inline-block}.key.prior.svelte-1morkgp{background:var(--text-muted)}.key.lik.svelte-1morkgp{background:var(--c-fp)}.key.post.svelte-1morkgp{background:var(--accent)}.bb-controls.svelte-1morkgp{grid-template-columns:1fr 1fr;gap:.5rem 1rem;margin-top:.9rem;display:grid}@media (width<=520px){.bb-controls.svelte-1morkgp{grid-template-columns:1fr}}.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}.hover-line.svelte-10h154e{stroke:var(--text);stroke-width:1px;opacity:.4}.hover-label.svelte-10h154e{font-size:11px;font-weight:700;font-family:var(--mono);fill:var(--text)}.chart.svelte-10h154e{cursor:crosshair}.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)}.base-rate-note.svelte-10h154e{background:var(--accent-bg);border-radius:var(--radius-sm);margin:.7rem 0 0;padding:.6rem .7rem;font-size:.85rem}.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}.bayes-note.svelte-zkgvnl{background:var(--accent-bg);border-radius:var(--radius-sm);margin:.7rem 0 0;padding:.6rem .7rem;font-size:.85rem}.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}.anchor-refs.svelte-uw6vy0{color:var(--text-muted);margin:.5rem 0 0;font-size:.76rem;line-height:1.45}.anchor-refs.svelte-uw6vy0 a:where(.svelte-uw6vy0){color:var(--accent);text-decoration:none}.anchor-refs.svelte-uw6vy0 a:where(.svelte-uw6vy0):hover{text-decoration:underline}.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%}.ad-slot.svelte-1v823pv{border:1px dashed var(--border);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text-muted);justify-content:center;align-items:center;width:100%;display:flex}.ad-tag.svelte-1v823pv{letter-spacing:.08em;text-transform:uppercase;opacity:.7;font-size:.7rem;font-weight:600}.ad-unit.svelte-1v823pv{width:100%}.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}.share-btn.svelte-1n46o8q{color:var(--accent);background:var(--accent-bg);border:1px solid color-mix(in srgb, var(--accent) 35%, var(--border));border-radius:999px;margin-top:.9rem;padding:.4rem .8rem;font-size:.85rem;font-weight:600}.share-btn.svelte-1n46o8q:hover{background:color-mix(in srgb, var(--accent) 14%, var(--surface))}.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}.app-footer.svelte-1n46o8q .footer-links:where(.svelte-1n46o8q){margin-top:.9rem;font-weight:600}.side-ad.svelte-1n46o8q{margin-top:1.25rem}.in-content-ad.svelte-1n46o8q{margin:1.25rem 0}.header-actions.svelte-1n46o8q{flex-wrap:wrap;align-items:flex-start;gap:.6rem;margin-top:.9rem;display:flex}.header-actions.svelte-1n46o8q .share-btn:where(.svelte-1n46o8q){margin-top:0}.embed-box.svelte-1n46o8q{font-size:.85rem}.embed-box.svelte-1n46o8q>summary:where(.svelte-1n46o8q){cursor:pointer;color:var(--accent);background:var(--accent-bg);border:1px solid color-mix(in srgb, var(--accent) 35%, var(--border));border-radius:999px;padding:.4rem .8rem;font-weight:600;list-style:none;display:inline-block}.embed-box.svelte-1n46o8q>summary:where(.svelte-1n46o8q)::-webkit-details-marker{display:none}.embed-box-body.svelte-1n46o8q{max-width:640px;margin-top:.6rem}.embed-snippet.svelte-1n46o8q{white-space:pre-wrap;word-break:break-all;background:color-mix(in srgb, var(--text) 6%, var(--surface));border:1px solid var(--border);border-radius:var(--radius-sm);margin:.45rem 0;padding:.5rem .6rem;font-size:.72rem;line-height:1.4;display:block}.content.svelte-1n46o8q{max-width:72ch;margin:2.75rem auto 0;line-height:1.62}.content.svelte-1n46o8q h2:where(.svelte-1n46o8q){margin:2rem 0 .5rem;font-family:Fraunces,Georgia,serif;font-size:1.3rem;font-weight:600;line-height:1.2}.content.svelte-1n46o8q h3:where(.svelte-1n46o8q){margin:1.2rem 0 .25rem;font-size:1rem}.content.svelte-1n46o8q a:where(.svelte-1n46o8q){color:var(--accent)}.content.svelte-1n46o8q .how-to:where(.svelte-1n46o8q),.content.svelte-1n46o8q .refs:where(.svelte-1n46o8q){padding-left:1.2rem}.content.svelte-1n46o8q .how-to:where(.svelte-1n46o8q) li:where(.svelte-1n46o8q),.content.svelte-1n46o8q .refs:where(.svelte-1n46o8q) li:where(.svelte-1n46o8q){margin:.35rem 0}.content.svelte-1n46o8q .refs-note:where(.svelte-1n46o8q){color:var(--text-muted);margin-top:.9rem;font-size:.85rem}.embed-view.svelte-1n46o8q{max-width:880px;margin:0 auto;padding:.75rem}.embed-view.svelte-1n46o8q .embed-controls:where(.svelte-1n46o8q){margin:.85rem 0}.embed-credit.svelte-1n46o8q{color:var(--text-muted);text-align:center;margin-top:.85rem;font-size:.8rem}.embed-credit.svelte-1n46o8q a:where(.svelte-1n46o8q){color:var(--accent);font-weight:600;text-decoration:none}
