body { font-family: Inter, Arial, sans-serif; background: radial-gradient(circle at top,#0f1a38,#070b18 55%); color:#e5e7eb; margin:0; padding:20px; }
header { display:flex; justify-content:space-between; align-items:center; gap:16px; flex-wrap:wrap; margin-bottom:12px; }
h1 { margin:0; font-size:28px; letter-spacing:.2px; }
.controls { display:flex; gap:8px; flex-wrap:wrap; }
input, select, button { padding:8px 10px; border-radius:10px; border:1px solid #334155; background:#0f172a; color:#e5e7eb; }
button { cursor:pointer; background:linear-gradient(135deg,#2563eb,#1d4ed8); border:0; font-weight:600; }
button.secondary { background:#374151; }
button.danger { background:linear-gradient(135deg,#dc2626,#b91c1c); }
small.muted { color:#94a3b8; }
.cards { display:grid; grid-template-columns:repeat(auto-fit,minmax(140px,1fr)); gap:10px; margin:16px 0; }
.card { background:rgba(15,23,42,.75); border:1px solid #1f2a44; border-radius:14px; padding:12px; box-shadow:0 4px 20px rgba(0,0,0,.2); }
.card .k { color:#93c5fd; font-size:12px; }
.card .v { font-size:24px; font-weight:800; margin-top:4px; }
.panel { background:rgba(15,23,42,.82); border:1px solid #1f2a44; border-radius:14px; padding:14px; margin-bottom:12px; box-shadow:0 4px 20px rgba(0,0,0,.2); }
table { width:100%; border-collapse:collapse; }
th,td { border-bottom:1px solid #1f2a44; padding:8px; text-align:left; font-size:13px; }
th { color:#93c5fd; }
.tag { padding:2px 8px; border-radius:999px; font-size:12px; text-transform:capitalize; }
.critical { background:#7f1d1d; } .high { background:#7c2d12; } .medium { background:#92400e; } .low { background:#1e3a8a; }
.open { background:#1d4ed8; } .ack { background:#92400e; } .closed { background:#166534; }
pre { white-space:pre-wrap; word-break:break-word; }
