body { font-family: Arial, sans-serif; margin: 0; background: #0f172a; color: #e2e8f0; }
header { padding: 20px; background: #111827; border-bottom: 1px solid #334155; }
main { padding: 20px; display: grid; gap: 20px; }
.panel { background: #111827; border: 1px solid #334155; border-radius: 12px; padding: 16px; }
#assets { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.asset-card { background: #0b1220; border: 1px solid #334155; border-radius: 10px; padding: 12px; }
.reports { display: grid; grid-template-columns: 260px 1fr; gap: 12px; }
#report-list { display: flex; flex-direction: column; gap: 8px; }
button { background: #1d4ed8; color: white; border: none; border-radius: 8px; padding: 10px; text-align: left; cursor: pointer; }
button:hover { background: #2563eb; }
pre { white-space: pre-wrap; background: #0b1220; padding: 12px; border-radius: 10px; min-height: 300px; }
ul { margin: 0; padding-left: 18px; }
#setups, #alerts { display: grid; gap: 12px; }
.alert-card { background: #0b1220; border: 1px solid #334155; border-radius: 10px; padding: 12px; }
.alert-card.high { border-color: #ef4444; }
.alert-card.medium { border-color: #f59e0b; }
