:root{color-scheme:light}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:#f8fafc;color:#0f172a;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}.app{max-width:960px;margin:32px auto;padding:0 16px}.muted{color:#64748b}.section{margin-top:20px;display:grid;gap:16px}.grid{display:grid;gap:12px;grid-template-columns:1fr 1fr auto;align-items:end;margin:16px 0 8px}.label{font-size:12px;color:#475569;margin-bottom:6px}.input{width:100%;padding:10px 12px;background:#fff;color:#0f172a;border:1px solid #e2e8f0;border-radius:10px;outline:none}.input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}button{padding:10px 14px;border-radius:10px;border:1px solid #e2e8f0;background:#0f172a;color:#fff;cursor:pointer}button[disabled]{opacity:.7;cursor:not-allowed}.cards{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:16px}.card{background:#fff;color:#0f172a;border:1px solid #e2e8f0;border-radius:12px;padding:12px;box-shadow:0 1px 2px #0000000a}.eyebrow{font-size:12px;color:#64748b;text-transform:uppercase}.value{font-weight:600;font-size:20px;margin-top:2px}.sub{font-size:12px;color:#64748b;margin-top:4px}.alert{margin-top:16px;padding:12px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:10px}.details{background:#f1f5f9;border-radius:10px;padding:12px}pre{white-space:pre-wrap;word-break:break-word;overflow-x:auto}select.input{appearance:none;background-image:none}.help{margin-top:6px;font-size:12px;color:#64748b}.label-row{display:flex;align-items:center;gap:8px}.tooltip{position:relative;display:inline-flex;align-items:center;gap:6px;margin-bottom:5px}.info-btn{width:18px;height:18px;line-height:18px;border-radius:999px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;font-size:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;cursor:help;padding:0}.tooltip-panel{position:absolute;top:100%;left:0;transform:translateY(6px);width:280px;background:#fff;color:#0f172a;border:1px solid #e2e8f0;border-radius:10px;padding:10px;box-shadow:0 8px 24px #0f172a14;font-size:12px;z-index:20;opacity:0;pointer-events:none;transition:opacity .15s ease}.tooltip:hover .tooltip-panel,.tooltip:focus-within .tooltip-panel{opacity:1;pointer-events:auto}.tooltip-panel b{font-weight:600}.tooltip-panel em{color:#64748b;font-style:normal}.select-wrap{position:relative}.select-wrap:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #94a3b8;pointer-events:none}select.input{appearance:none;background:#fff;padding-right:36px}.chart-section{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;align-items:stretch;justify-content:space-between;margin-top:24px;width:100%}.chart-info-box{flex:1 1 320px;max-width:400px;background:#fff;padding:20px;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.chart-img{flex:1 1 400px;max-width:600px;display:flex;justify-content:center;align-items:center}.chart-img img{max-width:100%;height:auto;border-radius:12px}.burden-chart-wrapper{display:flex;flex-direction:column;gap:2rem;padding:1.5rem}.chart-section{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap;align-items:center}.chart-info-box{flex:1;min-width:280px;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 6px #0000000d}.chart-info-box h2{font-size:1.75rem;margin-bottom:.75rem}.chart-info-box p{font-size:1rem;line-height:1.6}.chart-img-box{flex:1;min-width:300px;display:flex;flex-direction:column;align-items:center}.chart-img-box img{max-width:100%;height:auto;margin-bottom:1rem}.button-group{display:flex;gap:1rem}.button-group button{background:#0f172a;color:#fff;border:none;padding:.6rem 1.2rem;font-size:1rem;border-radius:8px;cursor:pointer;transition:background .3s ease}.button-group button:hover{background:#1e293b}.burden-boxes{display:flex;flex-direction:column;gap:1rem}.burden-box{padding:14px 18px;border-radius:10px;font-size:1rem;font-weight:500;background-color:#fff;box-shadow:0 1px 4px #0000000d;border:2px solid}.burden-box.red{border-color:#f87171}.burden-box.yellow{border-color:#facc15}.burden-box.green{border-color:#34d399}.burden-box .highlight{font-weight:600}.burden-box.red .highlight{color:#dc2626}.burden-box.yellow .highlight{color:#ca8a04}.burden-box.green .highlight{color:#059669}
