.topbar{height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 18px;background:#111b25;border-bottom:1px solid var(--line)}.topbar p{color:var(--muted);margin-top:4px}.app-shell{height:calc(100vh - 72px);display:grid;grid-template-columns:360px 1fr}.sidebar{overflow:auto;background:#0f1720;border-right:1px solid var(--line);padding:14px}.workspace{min-width:0;overflow:auto}.panel{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:14px;margin-bottom:14px}#map{height:54vh;min-height:420px;border-bottom:1px solid var(--line)}.dashboard{padding:16px}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:12px}.chart-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.chart-grid article,.table-card{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:14px}.table-card{margin-top:14px}.table-wrap{overflow:auto;max-height:420px}.table-tools{display:flex;gap:14px;align-items:center;justify-content:space-between}.table-tools select{max-width:260px}@media(max-width:1000px){.app-shell{grid-template-columns:1fr}.sidebar{height:auto}.kpi-grid,.chart-grid{grid-template-columns:1fr}.topbar{height:auto;align-items:flex-start;flex-direction:column}.app-shell{height:auto}}
