:root{--bg:#07111f;--panel:#101d31;--border:#263852;--text:#f8fafc;--muted:#94a3b8;--blue:#4da3ff;--green:#34d399;--amber:#f59e0b}*{box-sizing:border-box}body{color:var(--text);background:radial-gradient(circle at 78% 0,#1f6feb29,#0000 28%),linear-gradient(#07111f,#081423 45%,#07111f);min-height:100vh;margin:0;font-family:Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}main{width:min(1180px,100% - 36px);margin:auto;padding:34px 0 72px}.topbar{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.brand{letter-spacing:.14em;align-items:center;gap:10px;font-weight:850;display:flex}.logo{background:linear-gradient(145deg,#1689ff,#626cff);border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.homeLink{color:#9fb0c5;font-size:14px}.eyebrow{color:#5dd6ff;letter-spacing:.16em;text-transform:uppercase;font-size:12px;font-weight:850}h1{letter-spacing:-.04em;margin:8px 0 14px;font-size:clamp(38px,5vw,62px);line-height:1.02}.lede{color:#aebdd0;max-width:820px;font-size:18px}.summaryGrid{grid-template-columns:repeat(4,1fr);gap:14px;margin:24px 0;display:grid}.metric,.panel{border:1px solid var(--border);background:linear-gradient(#14233a,#101d31);box-shadow:0 20px 55px #0003}.metric{border-radius:15px;padding:18px}.metric span{color:var(--muted);font-size:12px;display:block}.metric strong{margin-top:7px;font-size:27px;display:block}.metric small{color:#7f91a9;margin-top:4px;display:block}.layout{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:20px;display:grid}.panel{border-radius:18px;padding:22px}.panel+.panel{margin-top:18px}.panel h2{margin:0 0 18px;font-size:21px}.grid2{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.field label{color:#c8d5e5;margin-bottom:6px;font-size:13px;font-weight:700;display:block}.inputWrap{background:#0b1829;border:1px solid #2a3e59;border-radius:11px;align-items:center;gap:8px;padding:0 12px;display:flex}.inputWrap span{color:#8da0b8}input{color:#fff;background:0 0;border:0;outline:0;width:100%;padding:13px 0;font-size:16px}.resultRow{border-bottom:1px solid #263852;justify-content:space-between;gap:20px;padding:10px 0;display:flex}.resultRow span{color:#aebdd0}.resultRow strong{text-align:right}.total{border-top:1px solid #35506d;margin-top:5px;padding-top:14px}.total strong{color:var(--green);font-size:20px}.callout{color:#bcd2e8;background:#0d2948;border:1px solid #214b78;border-radius:12px;margin-top:18px;padding:15px 16px}.chart{border-bottom:1px solid #31445f;border-left:1px solid #31445f;align-items:flex-end;gap:14px;height:240px;margin-top:18px;padding:18px 12px 8px;display:flex}.barWrap{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;display:flex}.bar{background:linear-gradient(#5db6ff,#1f6feb);border-radius:7px 7px 2px 2px;width:min(54px,76%);min-height:4px}.bar.alt{background:linear-gradient(#55e6b3,#1b9d72)}.bar.warn{background:linear-gradient(#ffc85c,#d88b0d)}.barLabel{color:#8394aa;margin-top:8px;font-size:11px}.barValue{color:#dce8f6;margin-bottom:5px;font-size:11px;font-weight:800}.footerNote{color:#65768e;text-align:center;margin-top:24px;font-size:12px}@media (max-width:900px){.summaryGrid,.layout,.grid2{grid-template-columns:1fr}main{width:min(100% - 24px,1180px)}}
