:root{--bg: #f8f9fc;--surface: #ffffff;--surface2: #f3f4f8;--border: #e5e7ef;--text: #111827;--muted: #6b7280;--indigo: #4f46e5;--indigo-lt: #e0e7ff;--green: #16a34a;--green-lt: #dcfce7;--amber: #d97706;--amber-lt: #fef3c7;--red: #dc2626;--radius: 10px;font-family:Inter,system-ui,sans-serif;font-size:14px;color:var(--text)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);min-height:100vh}.app{display:flex;flex-direction:column;min-height:100vh}.topbar{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:0 1px 4px #0000000f}.topbar-inner{max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:60px}.brand{display:flex;align-items:center;gap:.85rem}.brand-mark{width:36px;height:36px;border-radius:9px;background:var(--indigo);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.15rem;font-weight:700;flex-shrink:0}.brand-name{font-size:1.05rem;font-weight:700;color:var(--text);line-height:1.2}.brand-sub{font-size:.75rem;color:var(--muted)}.reset-btn{padding:.45rem 1.1rem;border-radius:8px;border:1px solid var(--border);background:var(--surface2);color:var(--muted);font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s}.reset-btn:hover{border-color:var(--indigo);color:var(--indigo);background:var(--indigo-lt)}.layout{flex:1;max-width:1440px;margin:0 auto;width:100%;display:grid;grid-template-columns:360px 1fr;gap:0;align-items:start}.panel-inputs{border-right:1px solid var(--border);background:var(--surface);padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:0;position:sticky;top:60px;height:calc(100vh - 60px);overflow-y:auto}.panel-results{padding:1.5rem;display:flex;flex-direction:column;gap:0}.sect{border-bottom:1px solid var(--border);padding:1.1rem 0}.sect:last-child{border-bottom:none}.panel-results .sect{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-bottom:1.25rem;box-shadow:0 1px 3px #0000000a}.panel-results .sect:last-child{margin-bottom:0}.sect-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.9rem}.sect-title{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text)}.sect-pill{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;background:var(--indigo-lt);color:var(--indigo);padding:.15rem .5rem;border-radius:20px}.slider-row{margin-bottom:.85rem}.slider-row:last-child{margin-bottom:0}.slider-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.3rem}.slider-label{font-size:.8rem;color:var(--muted)}.slider-val{font-size:.82rem;font-weight:700;color:var(--indigo)}input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:5px;background:var(--border);border-radius:3px;outline:none;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:var(--indigo);border:2px solid #fff;box-shadow:0 0 0 1px var(--indigo);cursor:pointer;transition:background .15s}input[type=range]::-webkit-slider-thumb:hover{background:#4338ca}.derived-row{display:flex;justify-content:space-between;align-items:center;background:var(--surface2);border-radius:7px;padding:.4rem .75rem;margin-top:.75rem;font-size:.8rem;color:var(--muted)}.derived-row strong{font-weight:700;color:var(--text)}.derived-row .pos{color:var(--green)}.derived-row .neg{color:var(--red)}.reduction-group{display:flex;flex-direction:column}.reduction-group .sect{border-bottom:1px solid var(--border)}.reduction-group .sect:first-child .sect-title{color:var(--red)}.reduction-group .sect:nth-child(2) .sect-title{color:var(--amber)}.reduction-group .sect:nth-child(3) .sect-title{color:var(--indigo)}.duo{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1rem}.duo .slider-label:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:5px}.duo .slider-row:first-child .slider-label:before{background:#94a3b8}.duo .slider-row:last-child .slider-label:before{background:var(--green)}.kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.kpi{background:var(--surface2);border:1px solid var(--border);border-radius:8px;padding:.85rem 1rem;transition:border-color .15s}.kpi:hover{border-color:var(--indigo)}.kpi--hi{background:var(--indigo-lt);border-color:var(--indigo)}.kpi-label{font-size:.73rem;color:var(--muted);margin-bottom:.35rem;line-height:1.3}.kpi-value{font-size:1.05rem;font-weight:700;color:var(--text)}.kpi--hi .kpi-value{color:var(--indigo)}.chart-outer{margin:0 -.25rem;border-radius:8px;overflow:hidden}.chart-tip{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.65rem .85rem;box-shadow:0 4px 16px #0000001a;font-size:.82rem}.chart-tip-title{font-weight:700;margin-bottom:.35rem}.chart-tip-hr{border:none;border-top:1px solid var(--border);margin:.35rem 0}.chart-tip-total{font-weight:700;color:var(--text)}.leakage-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1rem}.leakage-pill{border-radius:10px;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.2rem}.leakage-pill--base{background:var(--surface2);border:1px solid var(--border)}.leakage-pill--cons{background:var(--green-lt);border:1px solid #86efac}.leakage-pill--up{background:#eff6ff;border:1px solid #93c5fd}.lp-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.lp-pct{font-size:1.4rem;font-weight:800;color:var(--text);line-height:1}.leakage-pill--cons .lp-pct{color:var(--green)}.leakage-pill--up .lp-pct{color:#2563eb}.lp-sub{font-size:.72rem;color:var(--muted)}.recovery-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.recovery-col{border:1px solid var(--border);border-radius:9px;overflow:hidden}.recovery-head{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.6rem 1rem;text-align:center}.recovery-head--cons{background:var(--green-lt);color:var(--green)}.recovery-head--prog{background:#eff6ff;color:#2563eb}.recovery-col--prog .recovery-row strong,.recovery-col--prog .recovery-row--total strong{color:#2563eb!important}.recovery-rows{padding:.25rem 0}.recovery-row{display:flex;justify-content:space-between;align-items:baseline;padding:.45rem 1rem;font-size:.82rem;border-bottom:1px solid var(--border)}.recovery-row:last-child{border-bottom:none}.recovery-row span{color:var(--muted)}.recovery-row--total{background:var(--surface2)}.recovery-row--total span{color:var(--text);font-weight:600}.table-scroll{overflow-x:auto}.impact-table{width:100%;border-collapse:collapse;font-size:.84rem;min-width:500px}.impact-table th{padding:.55rem .85rem;background:var(--surface2);font-size:.73rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);white-space:nowrap;border-bottom:2px solid var(--border)}.impact-table th.th-cons{color:var(--green);background:var(--green-lt)}.impact-table th.th-up{color:#2563eb;background:#eff6ff}.impact-table td{padding:.55rem .85rem;border-bottom:1px solid var(--border);color:var(--text)}.impact-table tr:last-child td{border-bottom:none}.impact-table tr:hover td{background:var(--surface2)}.impact-table .num{text-align:right;font-variant-numeric:tabular-nums}.row-subtotal td{font-weight:700;background:var(--surface2);border-top:1px solid var(--border)}.row-highlight td{font-weight:700;background:var(--indigo-lt);color:var(--indigo);border-radius:0}.pos{color:var(--green)!important;font-weight:600}.muted{color:var(--muted)!important}@media(max-width:900px){.layout{grid-template-columns:1fr}.panel-inputs{position:static;height:auto;border-right:none;border-bottom:1px solid var(--border)}.kpi-grid{grid-template-columns:repeat(2,1fr)}.leakage-row{grid-template-columns:1fr}}@media(max-width:540px){.kpi-grid,.duo{grid-template-columns:1fr}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
