.command-module__k5o1Iq__commandCenter{gap:var(--space-5);flex-direction:column;animation:.4s command-module__k5o1Iq__fadeIn;display:flex}.command-module__k5o1Iq__pageHeader{justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.command-module__k5o1Iq__headerLeft{align-items:center;gap:var(--space-4);display:flex}.command-module__k5o1Iq__pageTitle{font-size:var(--text-2xl);letter-spacing:-.03em;color:var(--rescue-text);font-weight:700}.command-module__k5o1Iq__liveIndicator{align-items:center;gap:var(--space-2);font-size:var(--text-xs);font-weight:700;font-family:var(--font-mono);color:var(--rescue-critical);background:var(--rescue-critical-bg);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);letter-spacing:.1em;display:flex}.command-module__k5o1Iq__liveDot{background:var(--rescue-critical);border-radius:var(--radius-full);width:6px;height:6px;animation:1.5s infinite command-module__k5o1Iq__pulseDot;box-shadow:0 0 8px #ef444480}.command-module__k5o1Iq__headerRight{align-items:center;gap:var(--space-3);display:flex}.command-module__k5o1Iq__clock{align-items:center;gap:var(--space-2);font-family:var(--font-mono);font-size:var(--text-sm);color:var(--rescue-subtle);padding:var(--space-1) var(--space-3);background:var(--rescue-surface);border-radius:var(--radius-md);border:1px solid var(--rescue-border);display:flex}.command-module__k5o1Iq__clockIcon{font-size:14px}.command-module__k5o1Iq__clockTime{color:var(--rescue-text);font-weight:600}.command-module__k5o1Iq__clockDate{color:var(--rescue-muted);font-size:var(--text-xs)}.command-module__k5o1Iq__actionBtn{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:var(--rescue-surface);border:1px solid var(--rescue-border);border-radius:var(--radius-md);color:var(--rescue-text);font-size:var(--text-sm);transition:all var(--transition-fast);cursor:pointer;font-weight:500;text-decoration:none;display:flex}.command-module__k5o1Iq__actionBtn:hover{background:var(--rescue-surface-hover);border-color:var(--rescue-border-hover)}.command-module__k5o1Iq__actionBtnPrimary{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:var(--rescue-critical);border-radius:var(--radius-md);color:#fff;font-size:var(--text-sm);transition:all var(--transition-fast);cursor:pointer;border:none;font-weight:600;text-decoration:none;display:flex}.command-module__k5o1Iq__actionBtnPrimary:hover{box-shadow:var(--shadow-glow-critical);background:#dc2626}.command-module__k5o1Iq__statsRow{gap:var(--space-4);grid-template-columns:repeat(6,1fr);display:grid}.command-module__k5o1Iq__statCard{background:var(--rescue-dark);border:1px solid var(--rescue-border);border-radius:var(--radius-lg);padding:var(--space-4) var(--space-5);transition:all var(--transition-fast);position:relative;overflow:hidden}.command-module__k5o1Iq__statCard:hover{border-color:var(--rescue-border-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.command-module__k5o1Iq__statHeader{margin-bottom:var(--space-2);justify-content:space-between;align-items:center;display:flex}.command-module__k5o1Iq__statIcon{font-size:16px}.command-module__k5o1Iq__statTrend{font-size:var(--text-xs);font-weight:600;font-family:var(--font-mono);border-radius:var(--radius-sm);padding:1px 6px}.command-module__k5o1Iq__trendUp{color:var(--rescue-low);background:var(--rescue-low-bg)}.command-module__k5o1Iq__trendDown{color:var(--rescue-brand);background:var(--rescue-brand-light)}.command-module__k5o1Iq__statValue{font-size:var(--text-3xl);font-weight:800;font-family:var(--font-mono);letter-spacing:-.03em;margin-bottom:var(--space-1);line-height:1.1}.command-module__k5o1Iq__statLabel{font-size:var(--text-xs);color:var(--rescue-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:500}.command-module__k5o1Iq__statSparkline{opacity:.4;height:24px;position:absolute;bottom:0;left:0;right:0}.command-module__k5o1Iq__sparkSvg{width:100%;height:100%}.command-module__k5o1Iq__mainGrid{gap:var(--space-5);grid-template-columns:1fr 420px;min-height:500px;display:grid}.command-module__k5o1Iq__leftPanel{background:var(--rescue-dark);border:1px solid var(--rescue-border);border-radius:var(--radius-lg);flex-direction:column;display:flex;overflow:hidden}.command-module__k5o1Iq__panelTabs{border-bottom:1px solid var(--rescue-border);padding:0 var(--space-4);display:flex}.command-module__k5o1Iq__tab{padding:var(--space-3) var(--space-4);font-size:var(--text-sm);color:var(--rescue-muted);transition:all var(--transition-fast);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;font-weight:500}.command-module__k5o1Iq__tab:hover{color:var(--rescue-text)}.command-module__k5o1Iq__tabActive{color:var(--rescue-brand);border-bottom-color:var(--rescue-brand)}.command-module__k5o1Iq__liveFeed{padding:var(--space-2);flex:1;overflow-y:auto}.command-module__k5o1Iq__feedItem{align-items:flex-start;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);transition:background var(--transition-fast);cursor:pointer;animation:.3s both command-module__k5o1Iq__fadeInUp;display:flex}.command-module__k5o1Iq__feedItem:hover{background:var(--rescue-surface)}.command-module__k5o1Iq__feedIcon{flex-shrink:0;margin-top:2px;font-size:16px}.command-module__k5o1Iq__feedContent{flex:1;min-width:0}.command-module__k5o1Iq__feedText{font-size:var(--text-sm);color:var(--rescue-text-secondary);line-height:1.4}.command-module__k5o1Iq__feedTime{font-size:var(--text-xs);color:var(--rescue-muted);font-family:var(--font-mono)}.command-module__k5o1Iq__feedPriority{font-size:var(--text-xs);font-weight:700;font-family:var(--font-mono);border-radius:var(--radius-sm);flex-shrink:0;padding:2px 6px}.command-module__k5o1Iq__mapContainer{flex-direction:column;flex:1;display:flex}.command-module__k5o1Iq__mapGrid{background:var(--rescue-black);background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:40px 40px;flex:1;min-height:400px;position:relative;overflow:hidden}.command-module__k5o1Iq__mapRoads{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.command-module__k5o1Iq__mapMarker{cursor:pointer;z-index:2;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;transform:translate(-50%,-50%)}.command-module__k5o1Iq__mapMarkerIcon{z-index:2;filter:drop-shadow(0 0 4px #00000080);font-size:16px;position:relative}.command-module__k5o1Iq__mapMarkerPulse{background:var(--marker-color,#ef4444);opacity:.2;border-radius:50%;width:28px;height:28px;animation:2s infinite command-module__k5o1Iq__sosPulse;position:absolute}.command-module__k5o1Iq__mapTeamMarker{border:2px solid var(--team-color,#22c55e);border-radius:var(--radius-full);z-index:3;cursor:pointer;background:#0009;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 8px #0006}.command-module__k5o1Iq__mapLabel{text-transform:uppercase;letter-spacing:.12em;color:#ffffff26;font-size:9px;font-weight:600;font-family:var(--font-mono);pointer-events:none;z-index:1;position:absolute}.command-module__k5o1Iq__mapLegend{align-items:center;gap:var(--space-5);padding:var(--space-3) var(--space-4);border-top:1px solid var(--rescue-border);font-size:var(--text-xs);color:var(--rescue-muted);display:flex}.command-module__k5o1Iq__mapLegend span{align-items:center;gap:var(--space-2);display:flex}.command-module__k5o1Iq__legendDot{border-radius:var(--radius-full);width:8px;height:8px;display:inline-block}.command-module__k5o1Iq__dispatchMini{background:var(--rescue-border);flex:1;gap:1px;display:flex;overflow-x:auto}.command-module__k5o1Iq__dispatchCol{background:var(--rescue-dark);min-width:160px;padding:var(--space-3);gap:var(--space-2);flex-direction:column;flex:1;display:flex}.command-module__k5o1Iq__dispatchColHeader{align-items:center;gap:var(--space-2);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;color:var(--rescue-subtle);padding-bottom:var(--space-2);border-bottom:1px solid var(--rescue-border);font-weight:600;display:flex}.command-module__k5o1Iq__dispatchColDot{border-radius:var(--radius-full);width:6px;height:6px}.command-module__k5o1Iq__dispatchColCount{font-family:var(--font-mono);color:var(--rescue-muted);margin-left:auto}.command-module__k5o1Iq__dispatchCard{background:var(--rescue-surface);border:1px solid var(--rescue-border);border-radius:var(--radius-md);padding:var(--space-3);transition:all var(--transition-fast);cursor:pointer}.command-module__k5o1Iq__dispatchCard:hover{border-color:var(--rescue-border-hover);transform:translateY(-1px)}.command-module__k5o1Iq__dispatchCardHeader{align-items:center;gap:var(--space-2);margin-bottom:var(--space-1);display:flex}.command-module__k5o1Iq__dispatchCardIcon{font-size:12px}.command-module__k5o1Iq__dispatchCardNum{font-size:var(--text-xs);font-family:var(--font-mono);color:var(--rescue-muted)}.command-module__k5o1Iq__dispatchCardPriority{font-size:9px;font-weight:700;font-family:var(--font-mono);border-radius:3px;margin-left:auto;padding:1px 5px}.command-module__k5o1Iq__dispatchCardTitle{font-size:var(--text-xs);color:var(--rescue-text-secondary);line-height:1.3}.command-module__k5o1Iq__rightPanel{background:var(--rescue-dark);border:1px solid var(--rescue-border);border-radius:var(--radius-lg);flex-direction:column;display:flex;overflow:hidden}.command-module__k5o1Iq__panelHeader{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--rescue-border);justify-content:space-between;align-items:center;display:flex}.command-module__k5o1Iq__panelTitle{font-size:var(--text-md);color:var(--rescue-text);font-weight:600}.command-module__k5o1Iq__panelAction{font-size:var(--text-xs);color:var(--rescue-brand);transition:opacity var(--transition-fast);font-weight:500;text-decoration:none}.command-module__k5o1Iq__panelAction:hover{opacity:.8}.command-module__k5o1Iq__incidentsList{padding:var(--space-2);flex:1;overflow-y:auto}.command-module__k5o1Iq__incidentCard{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);margin-bottom:var(--space-1);border:1px solid #0000;animation:.3s both command-module__k5o1Iq__fadeInUp}.command-module__k5o1Iq__incidentCard:hover{background:var(--rescue-surface)}.command-module__k5o1Iq__incidentCardActive{background:var(--rescue-surface);border-color:var(--rescue-border)}.command-module__k5o1Iq__incidentCardTop{margin-bottom:var(--space-2);justify-content:space-between;align-items:center;display:flex}.command-module__k5o1Iq__incidentMeta{align-items:center;gap:var(--space-2);display:flex}.command-module__k5o1Iq__priorityBadge{font-size:9px;font-weight:700;font-family:var(--font-mono);letter-spacing:.05em;border-radius:4px;padding:2px 6px}.command-module__k5o1Iq__incidentNumber{font-size:var(--text-xs);font-family:var(--font-mono);color:var(--rescue-muted)}.command-module__k5o1Iq__incidentTime{font-size:var(--text-xs);color:var(--rescue-muted);font-family:var(--font-mono)}.command-module__k5o1Iq__incidentTitle{font-size:var(--text-sm);color:var(--rescue-text);margin-bottom:var(--space-2);align-items:flex-start;gap:var(--space-2);font-weight:500;line-height:1.4;display:flex}.command-module__k5o1Iq__incidentIcon{flex-shrink:0;font-size:14px}.command-module__k5o1Iq__incidentFooter{align-items:center;gap:var(--space-3);display:flex}.command-module__k5o1Iq__incidentLocation{font-size:var(--text-xs);color:var(--rescue-muted);align-items:center;gap:var(--space-1);display:flex}.command-module__k5o1Iq__incidentTeam{margin-top:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--rescue-border);justify-content:space-between;align-items:center;display:flex}.command-module__k5o1Iq__teamAssignment{align-items:center;gap:var(--space-2);font-size:var(--text-xs);color:var(--rescue-brand);font-weight:500;display:flex}.command-module__k5o1Iq__teamDot{border-radius:var(--radius-full);width:6px;height:6px;animation:2s infinite command-module__k5o1Iq__pulseDot}.command-module__k5o1Iq__teamEta{font-size:var(--text-xs);font-family:var(--font-mono);color:var(--rescue-high);background:var(--rescue-high-bg);border-radius:var(--radius-sm);padding:1px 6px;font-weight:600}.command-module__k5o1Iq__incidentExpanded{margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--rescue-border);animation:.2s command-module__k5o1Iq__fadeInUp}.command-module__k5o1Iq__expandedActions{gap:var(--space-2);display:flex}.command-module__k5o1Iq__expandedBtn{padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);font-size:var(--text-xs);cursor:pointer;transition:all var(--transition-fast);border:none;flex:1;font-weight:600}.command-module__k5o1Iq__expandedBtn:hover{opacity:.8;transform:translateY(-1px)}.command-module__k5o1Iq__teamsBar{background:var(--rescue-dark);border:1px solid var(--rescue-border);border-radius:var(--radius-lg);padding:var(--space-4) var(--space-5)}.command-module__k5o1Iq__teamsBarHeader{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.command-module__k5o1Iq__teamsBarTitle{font-size:var(--text-sm);color:var(--rescue-text);font-weight:600}.command-module__k5o1Iq__teamsGrid{gap:var(--space-2);flex-wrap:wrap;display:flex}.command-module__k5o1Iq__teamChip{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--rescue-surface);border:1px solid var(--rescue-border);border-radius:var(--radius-md);font-size:var(--text-xs);color:var(--rescue-text-secondary);transition:all var(--transition-fast);cursor:pointer;font-weight:500;display:flex}.command-module__k5o1Iq__teamChip:hover{border-color:var(--rescue-border-hover);transform:translateY(-1px)}.command-module__k5o1Iq__teamChipIcon{font-size:14px}.command-module__k5o1Iq__teamChipName{font-family:var(--font-mono)}.command-module__k5o1Iq__teamChipStatus{border-radius:var(--radius-full);width:6px;height:6px}@media (max-width:1280px){.command-module__k5o1Iq__statsRow{grid-template-columns:repeat(3,1fr)}.command-module__k5o1Iq__mainGrid{grid-template-columns:1fr}.command-module__k5o1Iq__rightPanel{max-height:400px}}@media (max-width:768px){.command-module__k5o1Iq__statsRow{grid-template-columns:repeat(2,1fr)}.command-module__k5o1Iq__pageHeader{flex-direction:column;align-items:flex-start}.command-module__k5o1Iq__headerRight{width:100%;overflow-x:auto}.command-module__k5o1Iq__dispatchMini{flex-direction:column}.command-module__k5o1Iq__dispatchCol{min-width:auto}.command-module__k5o1Iq__clock{display:none}}
