*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0f1117;--surface:#161b24;--surface2:#1e2535;--border:#2a3045;--text:#c8d0e0;--text-muted:#7a8299;--green:#4ade80;--blue:#60a5fa;--yellow:#f59e0b;--red:#f87171;--accent:#4ade80;--font:system-ui, -apple-system, sans-serif;--font-mono:"Fira Code", "Cascadia Code", monospace;--radius:8px}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--text);font-family:var(--font);min-height:100vh;padding:0 0 3rem;line-height:1.6}header,main,footer{max-width:960px;margin:0 auto;padding:0 1.5rem}header{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-top:2.5rem;padding-bottom:1.5rem}header h1{color:var(--green);letter-spacing:-.02em;font-size:1.75rem;font-weight:700}header .subtitle{color:var(--text-muted);max-width:640px;margin-top:.5rem;font-size:.9rem}section{margin-bottom:2.5rem}h2{color:var(--text);border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.4rem;font-size:1.1rem;font-weight:600}h3{color:var(--text-muted);margin-bottom:.75rem;font-size:.95rem;font-weight:600}.controls-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;display:grid}.control-group{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.control-group label{color:var(--text-muted);justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:flex}.value-badge{background:var(--surface2);color:var(--green);font-size:.8rem;font-weight:700;font-family:var(--font-mono);border:1px solid var(--border);border-radius:4px;padding:.1rem .5rem}input[type=range]{appearance:none;background:var(--border);cursor:pointer;border-radius:3px;outline:none;width:100%;height:6px}input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--green);cursor:pointer;border-radius:50%;width:16px;height:16px;transition:transform .1s}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2)}input[type=number]{background:var(--surface2);border:1px solid var(--border);width:100%;color:var(--text);font-family:var(--font-mono);border-radius:4px;outline:none;padding:.5rem .75rem;font-size:1rem;transition:border-color .15s}input[type=number]:focus{border-color:var(--green)}.hint{color:var(--text-muted);margin-top:.4rem;font-size:.75rem}.stats-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (width<=600px){.stats-grid{grid-template-columns:1fr}}.stat-group{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.downside-group{background:#1a1220;border-color:#3a2030}.stats{flex-direction:column;gap:.6rem;display:flex}.stat{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.stat-label{color:var(--text-muted);flex-shrink:0;font-size:.82rem}.stat-value{font-family:var(--font-mono);text-align:right;font-size:.95rem;font-weight:700}.accent-green{color:var(--green)}.accent-blue{color:var(--blue)}.accent-yellow{color:var(--yellow)}.accent-red{color:var(--red)}.chart-container{border:1px solid var(--border);border-radius:var(--radius);background:#0f1117;width:100%;min-height:380px;overflow:hidden}.chart-container svg{width:100%;height:auto;display:block}.chart-legend-note{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.4rem 1.5rem;margin-top:.75rem;font-size:.8rem;display:flex}.legend-dot{vertical-align:middle;border-radius:2px;width:20px;height:3px;display:inline-block}.legend-dot.green{background:var(--green)}.legend-dot.blue{background:var(--blue)}.legend-dot.yellow{background:var(--yellow)}.legend-dot.red{background:var(--red)}.legend-dot.orange{background:#fb923c}.legend-dot.dashed{background:repeating-linear-gradient(to right, var(--red) 0px, var(--red) 5px, transparent 5px, transparent 8px)}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.82rem;font-family:var(--font-mono)}thead th{background:var(--surface2);color:var(--text-muted);text-align:right;border-bottom:1px solid var(--border);white-space:nowrap;padding:.5rem .75rem;font-weight:600}thead th:first-child{text-align:center}thead th.downside{color:var(--red);background:#1a1220}tbody tr:nth-child(2n){background:var(--surface)}tbody tr:hover{background:var(--surface2)}tbody td{text-align:right;color:var(--text);border-bottom:1px solid #1e2535;padding:.4rem .75rem}tbody td:first-child{text-align:center;color:var(--text-muted)}tbody td.downside{color:#f87171cc}.notes-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.notes-section ul{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.notes-section li{color:var(--text-muted);padding-left:1rem;font-size:.85rem;position:relative}.notes-section li:before{content:"·";color:var(--green);position:absolute;left:0}.notes-section strong{color:var(--text)}.notes-section em{color:var(--text-muted);font-size:.8rem;font-style:italic}footer{border-top:1px solid var(--border);color:var(--text-muted);text-align:center;margin-top:3rem;padding-top:1rem;font-size:.78rem}
