:root{--dark:#0f172a;--muted:#64748b;--line:#e2e8f0;--critical:#dc2626;--high:#f97316;--official:#2563eb;--medium:#16a34a}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--dark);display:grid;grid-template-columns:420px 1fr;height:100vh;background:#f8fafc}.sidebar{padding:22px;overflow:auto;background:#fff;border-right:1px solid var(--line)}.badge{font-size:12px;background:#dcfce7;color:#166534;padding:5px 10px;border-radius:999px;font-weight:700}h1{margin:14px 0 6px;font-size:30px}p{color:var(--muted);line-height:1.5}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.stats div{border:1px solid var(--line);border-radius:16px;padding:14px;background:#f8fafc}.stats strong{display:block;font-size:24px}.stats span{font-size:12px;color:var(--muted)}.filters{display:grid;gap:10px;margin-bottom:14px}input,select{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:14px}.legend{display:flex;flex-wrap:wrap;gap:10px;margin:8px 0 18px;font-size:13px;color:#334155}.dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:5px}.critical{background:var(--critical)}.high{background:var(--high)}.official{background:var(--official)}.medium{background:var(--medium)}.report-list{display:grid;gap:10px}.card{border:1px solid var(--line);border-radius:16px;padding:14px;background:#fff;cursor:pointer}.card:hover{border-color:#94a3b8}.card h3{margin:0 0 7px;font-size:16px}.meta{font-size:12px;color:var(--muted);margin-bottom:8px}.pill{display:inline-block;padding:4px 8px;border-radius:999px;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase}.pill.critical{background:var(--critical)}.pill.high{background:var(--high)}.pill.official{background:var(--official)}.pill.medium{background:var(--medium)}main{min-width:0}#map{height:100vh;width:100%}.popup h3{margin:0 0 6px}.popup p{margin:6px 0;color:#334155}.popup .source{font-size:12px;color:#64748b}@media(max-width:800px){body{grid-template-columns:1fr;height:auto}.sidebar{height:48vh}.sidebar h1{font-size:24px}#map{height:52vh}}
