:root{color:#172033;background:#f4f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}.page{width:min(1500px,calc(100vw - 32px));margin:0 auto;padding:28px 0}.hero{display:flex;justify-content:space-between;gap:24px;margin-bottom:24px}.eyebrow{color:#2563eb;font-size:13px;font-weight:800;letter-spacing:.08em;margin:0 0 8px;text-transform:uppercase}h1,h2{margin:0}h1{font-size:clamp(34px,4.2vw,50px);line-height:1.02}h2{font-size:22px}.muted{color:#64748b;line-height:1.6;margin:8px 0 0}.panel{background:#ffffffe6;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 18px 45px #0f172a14;margin-bottom:18px;padding:20px}.filters{align-items:end;display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:16px}label,.multiSelect{color:#475569;display:grid;font-size:12px;font-weight:800;gap:7px;letter-spacing:.01em}.multiSelect{position:relative}.fieldLabel{display:block}select,input,.multiSelectButton{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #cbd5e1;border-radius:12px;color:#0f172a;font-family:inherit;font-size:14px;font-weight:750;line-height:1.15;min-height:44px;padding:0 12px}.multiSelectButton{align-items:center;cursor:pointer;display:flex;gap:10px;justify-content:space-between;text-align:left;white-space:nowrap;width:100%}.multiSelectMenu{background:#fff;border:1px solid #cbd5e1;border-radius:14px;box-shadow:0 18px 45px #0f172a29;left:0;max-height:330px;min-width:280px;overflow:auto;padding:8px;position:absolute;top:calc(100% + 8px);width:max(100%,280px);z-index:50}.checkOption{align-items:center;border-radius:10px;color:#0f172a;cursor:pointer;display:flex;font-size:14px;font-weight:750;gap:10px;letter-spacing:0;padding:9px 8px}.checkOption:hover{background:#f1f5f9}.checkOption input{height:1px;opacity:0;position:absolute;width:1px}.fakeCheckbox{align-items:center;background:#fff;border:2px solid #94a3b8;border-radius:5px;display:inline-flex;flex:0 0 auto;height:20px;justify-content:center;width:20px}.fakeCheckbox.checked{background:#2563eb;border-color:#2563eb}.fakeCheckbox.checked:after{color:#fff;content:"✓";font-size:14px;font-weight:900;line-height:1}.allOption{border-bottom:1px solid #e2e8f0;border-radius:10px 10px 0 0;margin-bottom:4px}.menuHint{color:#64748b;font-size:13px;padding:10px 8px}.panelHeader{align-items:flex-start;display:flex;justify-content:space-between;gap:16px;margin-bottom:16px}.legend{display:flex;flex-wrap:wrap;gap:10px 14px;justify-content:flex-end}.legend span{align-items:center;color:#475569;display:inline-flex;font-size:13px;gap:6px}.legend i{border-radius:999px;display:inline-block;height:10px;width:10px}.chart{display:block;height:auto;max-height:520px;width:100%}.axis{stroke:#94a3b8;stroke-width:1.5}.grid{stroke:#e2e8f0;stroke-width:1}.tick{fill:#64748b;font-size:13px}.dataPoint{cursor:pointer}.dataPoint:hover{filter:drop-shadow(0 0 6px rgba(37,99,235,.35))}.chartTooltip rect{fill:#0f172a;opacity:.94}.tooltipLabel{fill:#e2e8f0;font-size:12px;font-weight:700}.tooltipValue{fill:#fff;font-size:15px;font-weight:800}.error{background:#fef2f2;border:1px solid #fecaca;border-radius:14px;color:#991b1b;margin-bottom:18px;padding:14px 16px;white-space:pre-wrap}.empty{align-items:center;border:1px dashed #cbd5e1;border-radius:16px;color:#64748b;display:flex;justify-content:center;min-height:260px;text-align:center}.note{color:#475569;line-height:1.6}@media(max-width:1000px){.filters{grid-template-columns:repeat(2,minmax(0,1fr))}.panelHeader{display:block}.legend{justify-content:flex-start;margin-top:12px}}@media(max-width:560px){.filters{grid-template-columns:1fr}}
