@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:dark;color:#e5e7eb;background-color:#050816}*{box-sizing:border-box;margin:0;padding:0}body{background:radial-gradient(circle at top,#1f2937 0,#020617 55%);min-height:100vh;color:#e5e7eb!important;font-size:16px}h1,.card h2{color:#f9fafb!important}.app{max-width:1100px;margin:0 auto;padding:24px 16px 40px}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.brand{display:flex;align-items:center;gap:12px}.logo-dot{width:32px;height:32px;border-radius:999px;background:radial-gradient(circle at 30% 30%,#38bdf8,#000);box-shadow:0 0 18px #38bdf8b3}h1{font-size:26px;font-weight:700}.subtitle{font-size:13px;color:#cbd5f5}.header-info{display:flex;align-items:center;gap:12px}.updated{font-size:13px;color:#9ca3af}.refresh-btn{padding:6px 12px;border-radius:999px;border:1px solid #60a5fa;background:#0f172a;color:#e5e7eb;cursor:pointer;font-size:13px}.refresh-btn:hover{background:#1d4ed8;border-color:#93c5fd}.main{display:grid;grid-template-columns:minmax(0,2fr);gap:20px}@media(min-width:960px){.main{grid-template-columns:minmax(0,1.3fr) minmax(0,1.1fr)}.notice-card,.sitrep-card{grid-column:1 / span 2}}.card{background:#0f172af5;border-radius:16px;padding:18px 18px 16px;border:1px solid rgba(75,85,99,.7);box-shadow:0 18px 40px #0f172ae6}.card h2{font-size:17px;margin-bottom:12px}.index-card{min-height:180px}.index-display{display:flex;flex-wrap:wrap;gap:18px;align-items:center;margin-top:6px}.index-circle{width:130px;height:130px;border-radius:999px;border:4px solid #38bdf8;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#f9fafb}.index-value{font-size:38px;font-weight:700}.index-max{font-size:12px;color:#9ca3af}.index-meta{flex:1;min-width:200px}.risk-badge{display:inline-block;padding:4px 11px;border-radius:999px;font-size:12px;font-weight:600;color:#020617;margin-bottom:8px}.index-text{font-size:14px;color:#d1d5db;margin-bottom:4px}.index-note{font-size:12px;color:#9ca3af}.index-footer{margin-top:12px;font-size:13px;color:#d1d5db}.error{color:#fecaca;font-size:13px}.events-card{max-height:480px;overflow-y:auto}.event-list{list-style:none;margin-top:4px;display:flex;flex-direction:column;gap:10px}.event-item{padding:10px 10px 8px;border-radius:12px;background-color:#0f172afa;border:1px solid rgba(55,65,81,.9)}.event-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.event-source{font-size:11px;font-weight:600;color:#93c5fd;text-transform:uppercase}.event-score{font-size:11px;color:#cbd5f5}.event-title{display:block;font-size:14px;font-weight:600;color:#f9fafb;text-decoration:none;margin-bottom:4px}.event-title:hover{color:#93c5fd}.event-summary{font-size:13px;color:#e5e7eb;margin-bottom:4px}.event-meta{display:flex;justify-content:space-between;font-size:11px;color:#9ca3af}.event-category{text-transform:uppercase}.notice-card p{font-size:14px;color:#e5e7eb;margin-bottom:6px}.beta-tag{margin-top:4px;font-size:12px;color:#fbbf24}.footer{margin-top:20px;text-align:center;font-size:12px;color:#9ca3af}.sitrep-card{max-height:420px;overflow:hidden}.sitrep-controls{display:flex;justify-content:flex-start;margin-bottom:10px}.sitrep-body{border-radius:10px;border:1px solid rgba(55,65,81,.9);background-color:#020617;padding:10px;max-height:320px;overflow-y:auto;font-size:14px;line-height:1.7;color:#e5e7eb}.sitrep-body pre{white-space:pre-wrap;font-family:JetBrains Mono,Menlo,Consolas,SF Mono,ui-monospace,monospace;font-size:13px;color:#e5e7eb}
