:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100vh;overflow:hidden;background:#040e1f;color:#e2e8f0}.app{display:grid;grid-template-columns:1fr 300px;grid-template-rows:52px 1fr;height:100vh}.toolbar{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;padding:0 20px;background:linear-gradient(90deg,#0a1628,#0d1f35);border-bottom:1px solid rgba(60,130,220,.2)}.toolbar-title{display:flex;align-items:center;gap:10px}.logo-icon{font-size:1.4rem}.toolbar-title h1{font-size:1.05rem;font-weight:700;letter-spacing:-.01em;color:#f1f5f9}.badge{font-size:.6rem;font-weight:700;letter-spacing:.12em;padding:2px 8px;border-radius:4px;background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3);animation:pulse-badge 2s ease-in-out infinite}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.5}}.toolbar-info{display:flex;align-items:center;gap:10px}.status-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 8px #22c55e88;animation:pulse-dot 1.5s ease-in-out infinite}@keyframes pulse-dot{0%,to{box-shadow:0 0 8px #22c55e88}50%{box-shadow:0 0 16px #22c55eaa}}.marker-count{font-size:.82rem;color:#ffffff73}.map-area{position:relative;overflow:hidden;min-height:0;min-width:0}.map-canvas{display:block;width:100%;height:100%;cursor:grab}.map-canvas:active{cursor:grabbing}.sidebar{background:#0a1628;border-left:1px solid rgba(60,130,220,.12);overflow-y:auto;padding:16px}.sidebar h3{font-size:.72rem;margin-bottom:10px;color:#64a0dc80;text-transform:uppercase;letter-spacing:.12em;font-weight:700}.storm-list{list-style:none}.storm-list li{margin-bottom:4px}.storm-btn{display:block;width:100%;text-align:left;padding:10px 12px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);color:#ffffffbf;font-size:.82rem;cursor:pointer;border-radius:8px;transition:all .15s}.storm-btn:hover{background:#3b82f614;border-color:#3b82f633}.storm-btn.active{background:#3b82f61f;border-color:#3b82f64d}.storm-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.storm-indicator{width:10px;height:10px;border-radius:50%;flex-shrink:0}.storm-name{font-weight:700;font-size:.9rem;color:#f1f5f9;flex:1}.storm-cat{font-size:.7rem;font-weight:600;letter-spacing:.03em}.storm-details{display:flex;gap:10px;font-size:.72rem;color:#fff6;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.detail-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:12px;margin-bottom:8px}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:5px 0;border-bottom:1px solid rgba(255,255,255,.04)}.detail-row:last-child{border-bottom:none}.detail-label{font-size:.75rem;color:#fff6}.detail-value{font-size:.8rem;font-weight:600;color:#e2e8f0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.legend{display:flex;flex-direction:column;gap:6px}.legend-item{display:flex;align-items:center;gap:8px;font-size:.75rem;color:#ffffff80}.legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:#3c82dc26;border-radius:2px}
