:root{--bg:#f5f7fb;--surface:#fff;--ink:#111827;--muted:#667085;--line:#e5e7eb;--blue:#2563eb;--green:#16a34a;--red:#dc2626;--shadow:0 18px 45px rgba(16,24,40,.08);--radius:22px}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#f8fbff 0,#f5f7fb 44%,#eef2f8 100%);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif}button,input,select{font:inherit}.app{display:grid;grid-template-columns:288px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-right:1px solid var(--line);padding:22px;z-index:2}.brand{display:flex;align-items:center;gap:12px;margin-bottom:20px}.logo{width:52px;height:52px;border-radius:18px;background:linear-gradient(135deg,#2563eb,#7c3aed);display:grid;place-items:center;color:#fff;font-weight:900}.brand h1{font-size:22px;margin:0}.brand p{margin:2px 0 0;color:var(--muted);font-size:13px}.health{display:flex;align-items:center;gap:8px;color:var(--green);font-size:13px;font-weight:800}.dot{width:9px;height:9px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px rgba(22,163,74,.12)}.nav{display:flex;flex-direction:column;gap:8px;margin-top:22px}.nav button{border:0;background:transparent;color:#475467;border-radius:14px;padding:13px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left}.nav button:hover{background:#f2f4f7;color:var(--ink)}.nav button.active{background:#111827;color:#fff;box-shadow:0 10px 24px rgba(17,24,39,.16)}.nav b{font-size:11px;padding:3px 8px;border-radius:999px;background:#eef2ff;color:#3730a3}.nav button.active b{background:rgba(255,255,255,.14);color:#fff}.main{padding:28px 34px 60px;max-width:1540px;width:100%;margin:0 auto}.top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px}.title-line{display:flex;align-items:baseline;gap:18px;flex-wrap:wrap}.title{font-size:34px;letter-spacing:-.045em;line-height:1.05;margin:0}.subtitle{color:var(--muted);font-size:15px;max-width:760px;line-height:1.5;margin:0}.card{background:rgba(255,255,255,.94);border:1px solid rgba(229,231,235,.95);border-radius:var(--radius);box-shadow:var(--shadow)}.filters{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:10px;padding:14px;margin-bottom:18px}.filters label{font-size:12px;color:var(--muted);font-weight:800}.filters input,.filters select{width:100%;margin-top:6px;border:1px solid var(--line);border-radius:12px;padding:8px;background:#fff;color:var(--ink);min-height:38px}.grid{display:grid;gap:16px}.stats{grid-template-columns:repeat(4,minmax(160px,1fr));margin-bottom:18px}.stat{padding:18px}.label{font-size:14px;color:var(--muted);margin-bottom:10px}.value-row{display:flex;align-items:baseline;gap:10px;white-space:nowrap}.value{font-size:38px;font-weight:900;letter-spacing:-.04em}.pct{font-size:13px;color:var(--green);background:#dcfce7;border-radius:999px;padding:3px 8px;font-weight:800}.section{padding:20px;margin-bottom:18px}.section h3{margin:0 0 16px;font-size:22px}.page{display:none}.page.active{display:block}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px}.table{width:100%;border-collapse:collapse;background:#fff}.table th{position:sticky;top:0;background:#fff;color:var(--muted);font-size:12px;text-align:right;padding:12px 14px;border-bottom:1px solid var(--line);cursor:pointer;white-space:nowrap}.table th:first-child{text-align:left}.table td{padding:11px 14px;border-bottom:1px solid #edf1f5;text-align:right;white-space:nowrap}.table td:first-child{text-align:left}.hub{background:#eef2f7;font-weight:900;cursor:pointer}.hub:hover{background:#e6edf7}.sub td:first-child{padding-left:46px;color:#334155}.hidden{display:none}.arrow{display:inline-block;width:18px;color:#64748b}@media(max-width:1100px){.app{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.filters{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(2,1fr)}}