:root{--bg:#050508;--text:#fff}body{background-color:var(--bg);color:var(--text);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden}#root{flex-direction:column;width:100vw;height:100vh;margin:0;padding:0;display:flex}*{box-sizing:border-box}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#2a2a35;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3f3f50}.handover-overlay{z-index:10000;background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.handover-modal{color:#fff;background:#0d0d14;border:1px solid #ffb800;border-radius:8px;flex-direction:column;gap:24px;width:700px;max-height:80vh;padding:24px;display:flex;position:relative;overflow-y:auto}.handover-close{color:#8b92a5;cursor:pointer;background:0 0;border:none;padding:4px;position:absolute;top:16px;right:16px}.handover-close:hover{color:#fff}.handover-header h1{color:#0f8;margin:0 0 8px;font-family:Courier New,Courier,monospace;font-size:24px}.handover-header-meta{color:#8b92a5;justify-content:space-between;font-family:Courier New,Courier,monospace;font-size:12px;display:flex}.handover-section h2{color:#ffb800;border-bottom:1px solid #ffb8004d;margin-top:0;margin-bottom:12px;padding-bottom:8px;font-family:Courier New,Courier,monospace;font-size:14px}.handover-table{border-collapse:collapse;width:100%;font-size:12px}.handover-table th{text-align:left;color:#8b92a5;border-bottom:1px solid #1e1e2e;padding:8px;font-weight:400}.handover-table td{border-bottom:1px solid #1e1e2e;padding:8px}.handover-table tr.row-delayed,.handover-table tr.row-critical{background:#ff33661a}.handover-table tr.row-high{background:#ffb8001a}.handover-badge-red{color:#f36;background:#ff33661a;border-radius:4px;padding:2px 6px;font-weight:700}.handover-badge-amber{color:#ffb800;background:#ffb8001a;border-radius:4px;padding:2px 6px;font-weight:700}.handover-badge-green{color:#0f8;background:#00ff881a;border-radius:4px;padding:2px 6px;font-weight:700}.handover-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.handover-stat-box{background:#12121a;border:1px solid #1e1e2e;border-radius:6px;padding:12px}.handover-stat-label{color:#8b92a5;text-transform:uppercase;margin-bottom:4px;font-size:10px}.handover-stat-value{color:#fff;font-size:16px;font-weight:700}.handover-notes{color:#fff;resize:vertical;background:#12121a;border:1px solid #1e1e2e;border-radius:6px;outline:none;width:100%;height:80px;padding:12px;font-family:inherit;font-size:12px}.handover-notes:focus{border-color:#ffb800}.handover-footer{border-top:1px solid #1e1e2e;gap:16px;margin-top:8px;padding-top:16px;display:flex}.handover-btn{cursor:pointer;border-radius:4px;align-items:center;gap:8px;padding:8px 16px;font-family:Courier New,Courier,monospace;font-size:12px;font-weight:700;display:flex}.handover-btn-primary{color:#0f8;background:#00ff881a;border:1px solid #0f86}.handover-btn-primary:hover{background:#0f83}.handover-btn-secondary{color:#8b92a5;background:0 0;border:1px solid #1e1e2e}.handover-btn-secondary:hover{color:#fff;border-color:#333}.alert-panel-overlay{z-index:1000;background:#050508;border-left:1px solid #1e1e2e;flex-direction:column;width:450px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:80px;bottom:0;right:0;transform:translate(100%);box-shadow:-8px 0 32px #00000080}.alert-panel-overlay.open{transform:translate(0)}.alert-header{background:#0a0a10;border-bottom:1px solid #1e1e2e;padding:20px 24px;position:relative;overflow:hidden}.alert-header:after{content:"";background:#0f8;height:2px;animation:3s linear infinite scan-line;position:absolute;top:0;left:0;right:0;box-shadow:0 0 12px #0f8}@keyframes scan-line{0%{opacity:0;transform:translateY(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(80px)}}.alert-title-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.alert-title{color:#0f8;letter-spacing:1px;align-items:center;gap:12px;font-size:14px;font-weight:700;display:flex}.close-btn{color:#8b92a5;cursor:pointer;background:0 0;border:none}.close-btn:hover{color:#fff}.alert-subtitle{color:#8b92a5;justify-content:space-between;font-size:11px;display:flex}.alert-filters{background:#0d0d14;border-bottom:1px solid #1e1e2e;gap:8px;padding:12px 24px;display:flex;overflow-x:auto}.alert-filter-btn{color:#8b92a5;cursor:pointer;white-space:nowrap;background:#1a1a24;border:1px solid #333;border-radius:12px;padding:6px 12px;font-size:11px;transition:all .2s}.alert-filter-btn:hover{color:#fff;background:#2a2a3e}.alert-filter-btn.active{color:#0f8;background:#00ff8820;border-color:#0f8}.alert-list{flex-direction:column;flex:1;gap:16px;padding:16px;display:flex;overflow-y:auto}.alert-card{background:#1a1a24;border:1px solid #333;border-left-width:4px;border-radius:6px;padding:16px;position:relative;overflow:hidden}.alert-card.CRITICAL{background:#ff33660d;border-color:#f36}.alert-card.HIGH{border-left-color:#ffb800}.alert-card.MEDIUM{border-left-color:#4a9eff}.alert-card.LOW{border-left-color:#8b92a5}.alert-card-header{justify-content:space-between;margin-bottom:8px;display:flex}.alert-type-badge{color:#fff;background:#12121a;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700}.alert-time{color:#8b92a5;font-size:10px}.alert-message{color:#ccc;margin-bottom:16px;font-size:13px;line-height:1.5}.alert-actions{justify-content:flex-end;gap:8px;display:flex}.btn-alert{color:#8b92a5;cursor:pointer;background:0 0;border:1px solid #333;border-radius:4px;padding:6px 12px;font-size:11px;transition:all .2s}.btn-alert:hover{color:#fff;background:#333}.btn-alert.primary{color:#0f8;background:#00ff8820;border-color:#0f8}.btn-alert.primary:hover{color:#000;background:#0f8}.command-header{color:#fff;box-sizing:border-box;background-color:#050508;border-bottom:1px solid #0f8;height:80px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex}.zone-a{border-right:1px solid #1e1e2e;flex-shrink:0;align-items:center;gap:20px;padding:0 24px;display:flex}.airport-id{flex-direction:column;display:flex}.icao-code{color:#0f8;font-family:monospace;font-size:24px;font-weight:700;line-height:1}.airport-name{color:#6c757d;text-transform:uppercase;white-space:nowrap;margin-top:4px;font-size:10px}.live-clock-container{flex-direction:column;align-items:center;display:flex}.live-clock{color:#0f8;text-shadow:0 0 8px #0f8;font-family:Courier New,Courier,monospace;font-size:16px;font-weight:700}.live-date{color:#ffb300;margin-top:2px;font-family:Courier New,Courier,monospace;font-size:11px}.ops-status{flex-direction:row;align-items:center;gap:12px;display:flex}.badge{background-color:#ffffff0d;border:1px solid #333;border-radius:4px;align-items:center;gap:6px;padding:4px 8px;font-size:10px;font-weight:700;display:flex}.badge.nominal{color:#0f8;border-color:#00ff884d}.badge.alert{color:#f36;border-color:#ff33664d}.dot{border-radius:50%;width:6px;height:6px}.dot.nominal{background-color:#0f8;animation:2s infinite pulse-green;box-shadow:0 0 5px #0f8}.dot.alert{background-color:#f36;animation:1s infinite pulse-red;box-shadow:0 0 5px #f36}@keyframes pulse-green{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes pulse-red{0%{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(1.4)}to{opacity:1;transform:scale(1)}}.zone-b{border-right:1px solid #1e1e2e;flex:1;justify-content:space-around;align-items:center;padding:0 16px;display:flex;overflow:hidden}.kpi-tile{flex-direction:column;flex:1;align-items:center;display:flex}.kpi-label{color:#8b92a5;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:10px}.kpi-value-container{align-items:baseline;gap:4px;display:flex}.kpi-number{font-variant-numeric:tabular-nums;font-size:24px;font-weight:700;line-height:1}.kpi-number.green{color:#0f8}.kpi-number.amber{color:#ffb300}.kpi-number.red{color:#f36}.kpi-number.pulse-red{color:#f36;animation:1s infinite pulse-text-red}@keyframes pulse-text-red{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.kpi-subtext{color:#6c757d;margin-top:4px;font-size:10px}.kpi-trend{align-items:center;gap:2px;margin-top:2px;font-size:10px;display:flex}.kpi-trend.up{color:#0f8}.kpi-trend.down{color:#f36}.kpi-trend.neutral{color:#8b92a5}.zone-c{flex-direction:column;flex-shrink:0;justify-content:space-between;gap:8px;width:550px;padding:8px 16px;display:flex}.ticker-container{background:#ff33661a;border:1px solid #f363;border-radius:4px;align-items:center;height:20px;display:flex;position:relative;overflow:hidden}.ticker-content{white-space:nowrap;color:#f36;padding-left:100%;font-size:10px;animation:15s linear infinite scroll-left;display:flex}.ticker-container:hover .ticker-content{animation-play-state:paused}.ticker-item{margin-right:30px;font-family:monospace}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-100%)}}.nav-links{justify-content:space-between;gap:4px;display:flex}.nav-btn{color:#8b92a5;cursor:pointer;background:0 0;border:1px solid #1e1e2e;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .2s;display:flex}.nav-btn:hover,.nav-btn.active{color:#0f8;background:#00ff880d;border-color:#0f8}.nav-label{margin-top:2px;font-size:8px;font-weight:700}.sim-controls{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#050508e6;border:1px solid #1e1e2e;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #00000080}.sim-time{color:#0f8;margin-right:8px;font-family:Courier New,Courier,monospace;font-size:12px}.sim-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;display:flex}.sim-btn:hover{background:#ffffff1a}.sim-speed{color:#fff;cursor:pointer;background:0 0;border:1px solid #333;border-radius:4px;outline:none;padding:2px 6px;font-size:10px}.sim-speed option{color:#fff;background-color:#1a1a24}.sim-speed:hover{border-color:#0f8}@media (width<=768px){.command-header{flex-direction:column;height:auto;padding-bottom:12px}.zone-a,.zone-b,.zone-c{border-bottom:1px solid #1e1e2e;border-right:none;justify-content:center;width:100%;padding:8px 16px}.zone-b{flex-wrap:wrap;grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.zone-c{border-bottom:none;align-items:center;gap:12px}}.command-palette-overlay{z-index:9999;background:#000000b3;justify-content:center;align-items:flex-start;padding-top:20vh;display:flex;position:fixed;inset:0}.command-palette-modal{background:#0d0d14;border:1px solid #0f8;border-radius:12px;flex-direction:column;width:560px;display:flex;overflow:hidden;box-shadow:0 0 40px #00ff8826}.cp-search-input{color:#0f8;background:0 0;border:none;border-bottom:1px solid #1e1e2e;outline:none;width:100%;padding:16px;font-family:Courier New,Courier,monospace;font-size:16px}.cp-search-input::placeholder{color:#00ff884d}.cp-results-container{max-height:400px;padding:8px 0;overflow-y:auto}.cp-group-header{color:#8b92a5;text-transform:uppercase;margin-top:8px;padding:8px 16px;font-family:Courier New,Courier,monospace;font-size:10px}.cp-item{cursor:pointer;color:#fff;align-items:center;gap:12px;height:40px;padding:0 16px;transition:background .1s;display:flex}.cp-item:hover,.cp-item.active{background:#1e1e2e}.cp-item-icon{color:#0f8;justify-content:center;align-items:center;display:flex}.cp-item-label{flex:1;font-size:14px}.cp-item-monospace{font-family:Courier New,Courier,monospace}.cp-item-status{border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700}.cp-item-status.green{color:#0f8;background:#00ff881a;border:1px solid #00ff884d}.cp-item-status.amber{color:#ffb300;background:#ffb3001a;border:1px solid #ffb3004d}.cp-item-status.red{color:#f36;background:#ff33661a;border:1px solid #ff33664d}.cp-empty-state{text-align:center;color:#8b92a5;padding:24px;font-size:14px}.ops-log-ticker{z-index:1000;background:#050508;border-top:1px solid #00ff882e;align-items:center;width:100%;height:38px;font-family:Courier New,Courier,monospace;display:flex;position:fixed;bottom:0;left:0}.ops-ticker-left{z-index:2;background:#0d0d14;border-right:1px solid #00ff882e;justify-content:center;align-items:center;gap:8px;width:120px;height:100%;display:flex}.ops-live-dot{background-color:#0f8;border-radius:50%;width:8px;height:8px;animation:1.5s infinite ops-pulse}@keyframes ops-pulse{0%{box-shadow:0 0 #00ff88b3}70%{box-shadow:0 0 0 6px #0f80}to{box-shadow:0 0 #0f80}}.ops-live-text{color:#0f8;letter-spacing:2px;font-size:10px;font-weight:700}.ops-ticker-center{white-space:nowrap;flex:1;align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.ops-ticker-content{padding-left:100%;animation:40s linear infinite ticker-scroll;display:inline-block}.ops-ticker-center:hover .ops-ticker-content{animation-play-state:paused}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.ops-ticker-message{color:#fff;font-size:12px}.ops-ticker-spacer{color:#ffb300;margin:0 16px;font-weight:700}.ops-ticker-alert-span{color:#ffb300}.ops-ticker-right{z-index:2;background:#0d0d14;border-left:1px solid #00ff882e;justify-content:flex-end;align-items:center;gap:12px;width:120px;height:100%;padding:0 16px;display:flex}.ops-msg-count{color:#0f8;background:#00ff881a;border-radius:4px;padding:2px 6px;font-size:10px}.ops-clear-btn{color:#8b92a5;cursor:pointer;background:0 0;border:1px solid #1e1e2e;border-radius:4px;padding:2px 8px;font-family:inherit;font-size:10px;transition:all .2s}.ops-clear-btn:hover{color:#fff;background:#ffffff1a}.skeleton-container{flex-direction:column;gap:16px;width:100%;height:100%;padding:16px;display:flex}.skeleton-row{background-color:#1a1a24;border-radius:6px;width:100%;height:48px;animation:1.5s ease-in-out infinite skeleton-pulse}@keyframes skeleton-pulse{0%{opacity:.4}50%{opacity:.8}to{opacity:.4}}.app-content{background-color:#050508;flex:1;padding-bottom:44px;position:relative;overflow:hidden}
