@import"https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@400;600;700;800;900&display=swap";.splash{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;background:var(--dark-bg);padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.splash-logo{width:120px;height:120px;flex-shrink:0}.splash-radar{position:relative;width:80px;height:80px;margin:0 auto;border:2px solid rgba(20,184,166,.35);border-radius:50%;overflow:hidden}.splash-radar-sweep{position:absolute;top:50%;left:50%;width:50%;height:2px;background:linear-gradient(90deg,transparent,var(--accent));transform-origin:left center;animation:splash-radar-sweep 2s linear infinite}.splash-radar-dot{position:absolute;top:50%;left:50%;width:6px;height:6px;margin:-3px 0 0 -3px;background:var(--accent);border-radius:50%;box-shadow:0 0 10px var(--accent)}@keyframes splash-radar-sweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.splash-by{margin-top:32px;display:flex;align-items:center;gap:8px;color:var(--text-dim);font-size:13px}.splash-dotai-logo{width:24px;height:24px;color:var(--accent)}.splash-dotai-text{font-weight:600;letter-spacing:.02em}.splash-title{margin:20px 0 0;font-size:clamp(1.5rem,6vw,28px);font-weight:700;color:var(--text-light);letter-spacing:.05em}.splash-sub{margin:6px 0 0;font-size:clamp(12px,3.5vw,14px);color:var(--text-dim)}.bottom-nav{position:fixed;bottom:0;left:0;right:0;display:grid;grid-template-columns:1fr 1fr auto 1fr 1fr;align-items:flex-end;justify-items:center;gap:0 2px;height:64px;min-height:64px;overflow:visible;background:#1c2026fa;border-top:1px solid rgba(255,255,255,.06);border-radius:0;padding:8px 4px calc(8px + env(safe-area-inset-bottom));flex-shrink:0;box-shadow:0 -2px 20px #0000004d;z-index:100}@media(max-width:768px){.bottom-nav{bottom:10px;left:10px;right:10px;border-radius:14px;border:1px solid rgba(255,255,255,.08);padding:8px 4px calc(8px + env(safe-area-inset-bottom));box-shadow:0 4px 24px #0006}}.bottom-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:4px;padding:6px 2px 4px;background:none;border:none;color:#fff9;font-size:10px;font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:color .2s ease;min-height:44px}.bottom-nav-item:active{opacity:.85}.bottom-nav-item.active{color:var(--accent)}.bottom-nav-icon{display:flex;align-items:center;justify-content:center;position:relative;width:24px;height:24px}.bottom-nav-icon svg{width:22px;height:22px}.bottom-nav-badge{position:absolute;top:-5px;right:-7px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#10b981;color:#fff;font-size:9px;font-weight:700;line-height:16px;text-align:center;border:1.5px solid rgba(28,32,38,.98);animation:badge-pop .25s cubic-bezier(.34,1.56,.64,1) both}.bottom-nav-badge--strike{background:#ef4444}@keyframes badge-pop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.bottom-nav-label{font-weight:500;letter-spacing:.02em}.bottom-nav-center-wrap{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:4px;height:100%;min-height:0;overflow:visible;width:100%;max-width:80px;padding-bottom:8px}.bottom-nav-center-caption{font-size:10px;font-weight:500;letter-spacing:.02em;color:#fff9;line-height:1;flex-shrink:0}.bottom-nav-item-center{flex:0 0 auto;width:68px;height:68px;min-height:68px;border-radius:50%;margin:0 4px;padding:0;transform:translateY(-12px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;border:2px solid rgba(255,255,255,.15);box-shadow:0 4px 12px #0006;transition:background-color .25s ease,border-color .25s ease,box-shadow .25s ease;position:relative;-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media(max-width:380px){.bottom-nav-item-center{width:60px;height:60px;min-height:60px}.bottom-nav-item-center .bottom-nav-center-value{font-size:18px}}.bottom-nav-item-center:before{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;z-index:0;border-radius:50%;border:4px solid rgba(255,255,255,.35);background:#ffffff0f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 0 20px #ffffff14,inset 0 0 20px #ffffff0d;pointer-events:none}.bottom-nav-item-center .bottom-nav-center-value{position:relative;z-index:1;font-size:21px;font-weight:700;line-height:1;color:#fff}.bottom-nav-item-center .bottom-nav-center-unit{position:relative;z-index:1;font-size:11px;font-weight:600;opacity:.9}.bottom-nav-item-center .bottom-nav-center-state{position:relative;z-index:1;font-size:10px;font-weight:500;opacity:.85;line-height:1;margin-top:2px}.bottom-nav-item-center.escalation-low{background:linear-gradient(145deg,#0d7a4a,#0a5c38);border-color:#14b8a680;color:#fff}.bottom-nav-item-center.escalation-low:before{border-color:#14b8a68c;background:#14b8a614;box-shadow:0 0 24px #14b8a626,inset 0 0 24px #ffffff0f}.bottom-nav-item-center.escalation-low.active{box-shadow:0 0 0 2px var(--accent)}.bottom-nav-item-center.escalation-low.active:before{border-color:var(--accent);background:#14b8a61f;box-shadow:0 0 24px #14b8a640,inset 0 0 24px #ffffff14}.bottom-nav-item-center.escalation-mid{background:linear-gradient(145deg,#b8860b,#8b6914);border-color:#daa52080;color:#fff}.bottom-nav-item-center.escalation-mid:before{border-color:#daa52099;background:#daa52014;box-shadow:0 0 24px #daa52033,inset 0 0 24px #ffffff0f}.bottom-nav-item-center.escalation-mid.active{box-shadow:0 0 0 2px #daa520}.bottom-nav-item-center.escalation-mid.active:before{border-color:#daa520;background:#daa5201f;box-shadow:0 0 24px #daa5204d,inset 0 0 24px #ffffff14}.bottom-nav-item-center.escalation-high{background:linear-gradient(145deg,#c0392b,#922b21);border-color:#e74c3c80;color:#fff}.bottom-nav-item-center.escalation-high:before{border-color:#e74c3c8c;background:#e74c3c14;box-shadow:0 0 24px #e74c3c33,inset 0 0 24px #ffffff0f}.bottom-nav-item-center.escalation-high.active{box-shadow:0 0 0 2px #e74c3c}.bottom-nav-item-center.escalation-high.active:before{border-color:#e74c3c;background:#e74c3c1f;box-shadow:0 0 24px #e74c3c4d,inset 0 0 24px #ffffff14}.feed-screen{flex:1;overflow:auto;-webkit-overflow-scrolling:touch;padding:12px 14px 80px}@media(max-width:480px){.feed-screen{padding:10px 12px calc(80px + env(safe-area-inset-bottom))}}.feed-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:200px;color:var(--text-dim);font-size:14px}.feed-radar{position:relative;width:48px;height:48px;border:2px solid rgba(20,184,166,.35);border-radius:50%;overflow:hidden}.feed-radar-sweep{position:absolute;top:50%;left:50%;width:50%;height:2px;background:linear-gradient(90deg,transparent,var(--accent));transform-origin:left center;animation:feed-radar-sweep 2s linear infinite}.feed-radar-dot{position:absolute;top:50%;left:50%;width:6px;height:6px;margin:-3px 0 0 -3px;background:var(--accent);border-radius:50%;box-shadow:0 0 10px var(--accent)}@keyframes feed-radar-sweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.feed-summary-banner{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;padding:12px 14px;background:#14b8a614;border:1px solid rgba(20,184,166,.28);border-radius:12px}@media(max-width:480px){.feed-summary-banner{padding:10px 12px;gap:8px}.feed-summary-text{font-size:11.5px}}.feed-summary-dot{flex-shrink:0;margin-top:4px;width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 6px var(--accent);animation:summary-pulse 2s ease-in-out infinite}@keyframes summary-pulse{0%,to{opacity:1}50%{opacity:.4}}.feed-summary-content{flex:1;display:flex;flex-direction:column;gap:3px}.feed-summary-label{font-size:10px;font-weight:600;letter-spacing:.06em;color:var(--accent);text-transform:uppercase}.feed-summary-text{margin:0;font-size:12px;line-height:1.6;color:var(--text-light);white-space:pre-line}.feed-summary-time{flex-shrink:0;font-size:10px;color:var(--text-dim);margin-top:2px}.feed-filter-bar{display:flex;gap:6px;margin-bottom:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.feed-filter-bar::-webkit-scrollbar{display:none}.feed-filter-btn{flex-shrink:0;padding:5px 14px;border-radius:20px;border:1px solid rgba(20,184,166,.3);background:#14b8a60f;color:var(--text-dim);font-size:12px;font-weight:500;cursor:pointer;transition:all .18s ease;white-space:nowrap;-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media(max-width:480px){.feed-filter-btn{padding:8px 16px}}.feed-filter-btn:active{transform:scale(.96)}.feed-filter-btn.active{background:var(--accent);border-color:var(--accent);color:#0d1f1e;font-weight:700;box-shadow:0 0 10px #14b8a666}.feed-count{margin:0 0 10px;font-size:11px;color:var(--text-dim)}.feed-count-filter{color:var(--accent);font-weight:600}.feed-empty-filter{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px 20px;color:var(--text-dim);font-size:13px}.feed-empty-icon{font-size:28px}.feed-timeline{display:flex;flex-direction:column;gap:4px}.feed-day-group{margin-top:6px}.feed-day-divider{display:flex;align-items:center;gap:8px;margin:14px 0 10px}.feed-day-line{flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(20,184,166,.35),transparent)}.feed-day-label{flex-shrink:0;padding:3px 12px;border-radius:20px;background:#14b8a61f;border:1px solid rgba(20,184,166,.28);font-size:11px;font-weight:600;color:var(--accent);letter-spacing:.04em;white-space:nowrap}.feed-hour-block{margin-bottom:6px;padding-inline-start:12px;border-inline-start:2px solid rgba(20,184,166,.15)}.feed-hour-label{display:flex;align-items:center;gap:6px;margin-bottom:8px}.feed-hour-dot{width:8px;height:8px;border-radius:50%;background:#14b8a680;border:1px solid var(--accent);margin-inline-start:-16px;flex-shrink:0}.feed-hour-text{font-size:11px;font-weight:600;color:#14b8a6bf;letter-spacing:.04em;font-variant-numeric:tabular-nums}.feed-hour-count{margin-inline-start:auto;font-size:10px;color:var(--text-dim);background:#ffffff0d;border:1px solid var(--border);border-radius:20px;padding:1px 8px}.feed-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.feed-list-indented{padding-inline-start:0}.feed-item{display:flex;align-items:flex-start;gap:10px;position:relative}.feed-item-connector{flex-shrink:0;margin-top:6px;width:6px;height:6px;border-radius:50%;background:#14b8a64d;border:1px solid rgba(20,184,166,.5);margin-inline-start:-15px}.feed-item-body{flex:1;background:#0f37348c;border:1px solid rgba(20,184,166,.12);border-radius:10px;padding:10px 12px;transition:border-color .18s}.feed-item-body:has(.feed-link:hover){border-color:#14b8a659}.feed-link{color:var(--text-light);text-decoration:none;font-size:13.5px;line-height:1.6;display:block;word-break:break-word}.feed-link:active{opacity:.85}.feed-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:6px}.feed-source-badge{font-size:10px;color:var(--text-dim);background:#ffffff0d;border:1px solid var(--border);border-radius:4px;padding:1px 6px;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-time-badge{font-size:10px;font-weight:600;color:#14b8a6b3;font-variant-numeric:tabular-nums}.feed-ago{font-size:10px;color:var(--text-dim);margin-inline-start:auto}[dir=rtl] .feed-hour-dot,[dir=rtl] .feed-item-connector{margin-inline-start:unset;margin-inline-end:-16px}.events-screen{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:repeating-linear-gradient(0deg,transparent,transparent 39px,rgba(20,184,166,.022) 39px,rgba(20,184,166,.022) 40px)}.ev-sticky-top{flex-shrink:0;padding:10px 12px 0;background:var(--dark-bg, #060f0e);z-index:10}@media(max-width:480px){.ev-sticky-top{padding:8px 10px 0}.ev-header-bar{padding:6px 10px}}.ev-scroll-area{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:8px 12px 90px}@media(max-width:480px){.ev-scroll-area{padding:6px 10px calc(90px + env(safe-area-inset-bottom))}}.events-radar{position:relative;width:54px;height:54px;border:2px solid rgba(20,184,166,.3);border-radius:50%;overflow:hidden}.events-radar-sweep{position:absolute;top:50%;left:50%;width:50%;height:2px;background:linear-gradient(90deg,transparent,var(--accent));transform-origin:left center;animation:ev-spin 2s linear infinite}.events-radar-dot{position:absolute;top:50%;left:50%;width:6px;height:6px;margin:-3px 0 0 -3px;background:var(--accent);border-radius:50%;box-shadow:0 0 10px var(--accent)}@keyframes ev-spin{to{transform:rotate(360deg)}}.events-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;flex:1;min-height:200px;color:var(--text-dim);font-size:13px}.ev-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:200px;color:var(--text-dim);font-size:13px}.ev-empty-icon{width:60px;height:60px;opacity:.2}.ev-icon{width:15px;height:15px;flex-shrink:0}.ev-icon-sm{width:13px;height:13px;flex-shrink:0}.ev-chevron{width:15px;height:15px;flex-shrink:0}.ev-header-bar{display:flex;align-items:center;gap:8px;margin-bottom:10px;padding:8px 12px;background:#14b8a612;border:1px solid rgba(20,184,166,.2);border-radius:8px}.ev-header-indicator{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:var(--accent);box-shadow:0 0 8px var(--accent);animation:ev-blink 2.2s ease-in-out infinite}@keyframes ev-blink{0%,to{opacity:1}50%{opacity:.2}}.ev-header-label{flex:1;font-size:10px;font-weight:700;letter-spacing:.1em;color:#14b8a6bf;text-transform:uppercase}.ev-header-count{font-size:12px;font-weight:700;color:var(--accent);background:#14b8a61f;border:1px solid rgba(20,184,166,.25);border-radius:5px;padding:2px 10px;font-variant-numeric:tabular-nums}.ev-filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:6px;padding:8px 0 10px}@media(max-width:400px){.ev-filter-grid{grid-template-columns:repeat(2,1fr);gap:8px}.ev-fb{padding:12px 8px}.ev-fb-label{font-size:9px}}.ev-fb{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;padding:10px 8px;border-radius:10px;border:1px solid rgba(255,255,255,.09);background:#ffffff0a;cursor:pointer;transition:background .15s,border-color .15s,transform .12s,box-shadow .15s;-webkit-tap-highlight-color:transparent;min-width:0;overflow:hidden}.ev-fb:hover{background:#ffffff12}.ev-fb:active{transform:scale(.95)}.ev-fb-icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;flex-shrink:0;border-radius:50%}.ev-fb-icon svg{width:14px;height:14px}.ev-fb-count{font-size:20px;font-weight:800;font-variant-numeric:tabular-nums;line-height:1;flex-shrink:0}.ev-fb-label{font-size:10px;font-weight:600;letter-spacing:.02em;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ev-fb--all{color:#ffffffd9}.ev-fb--active{color:#dc5050b3}.ev-fb--monitoring{color:#daa520b3}.ev-fb--contained{color:#3498dbb3}.ev-fb--ended{color:#8c8c8c99}.ev-fb--intercepted{color:#27ae60b3}.ev-fb--archived{color:#6464648c}.ev-fb--all .ev-fb-count{color:#14b8a6e6}.ev-fb--active .ev-fb-count{color:#e05555}.ev-fb--monitoring .ev-fb-count{color:#daa520}.ev-fb--contained .ev-fb-count{color:#4fa3d8}.ev-fb--ended .ev-fb-count{color:#888}.ev-fb--intercepted .ev-fb-count{color:#4abd7a}.ev-fb--archived .ev-fb-count{color:#666}.ev-fb--all .ev-fb-icon{background:#14b8a61a;border-radius:50%}.ev-fb--active .ev-fb-icon{background:#dc35351f;border-radius:50%}.ev-fb--monitoring .ev-fb-icon{background:#daa5201f;border-radius:50%}.ev-fb--contained .ev-fb-icon{background:#3498db1f;border-radius:50%}.ev-fb--ended .ev-fb-icon{background:#5050501f;border-radius:50%}.ev-fb--intercepted .ev-fb-icon{background:#27ae601f;border-radius:50%}.ev-fb--archived .ev-fb-icon{background:#3c3c3c1f;border-radius:50%}.ev-fb--active.ev-fb--active-filter,.ev-fb--active{border-color:#ffffff14}.ev-fb--all.ev-fb--active{background:#14b8a624;border-color:#14b8a666;color:var(--accent)}.ev-fb--active.ev-fb--active{background:#dc353524;border-color:#dc353561;color:#e05555}.ev-fb--monitoring.ev-fb--active{background:#daa52024;border-color:#daa52061;color:#daa520}.ev-fb--contained.ev-fb--active{background:#3498db24;border-color:#3498db59;color:#4fa3d8}.ev-fb--ended.ev-fb--active{background:#50505029;border-color:#78787859;color:#aaa}.ev-fb--intercepted.ev-fb--active{background:#27ae6024;border-color:#27ae6061;color:#4abd7a}.ev-fb--archived.ev-fb--active{background:#3737372e;border-color:#5050504d;color:#888}.events-list{list-style:none;margin:0;padding-inline-start:32px;padding-inline-end:0;display:flex;flex-direction:column;gap:0;position:relative}[dir=rtl] .events-list{padding-inline-start:0;padding-inline-end:32px}.events-list:before{content:"";position:absolute;inset-inline-start:11px;top:24px;bottom:24px;width:2px;background:linear-gradient(to bottom,transparent,rgba(20,184,166,.3) 5%,rgba(20,184,166,.3) 95%,transparent);border-radius:1px}[dir=rtl] .events-list:before{inset-inline-start:auto;inset-inline-end:11px}@media(max-width:480px){.events-list{padding-inline-start:28px}[dir=rtl] .events-list{padding-inline-end:28px}.events-list:before{inset-inline-start:9px;top:20px;bottom:20px}[dir=rtl] .events-list:before{inset-inline-end:9px}.ev-tl-dot{inset-inline-start:-25px}[dir=rtl] .ev-tl-dot{inset-inline-end:-25px}.ev-day-sep:before{inset-inline-start:-23px}[dir=rtl] .ev-day-sep:before{inset-inline-end:-23px}}@media(max-width:380px){.events-list{padding-inline-start:24px}[dir=rtl] .events-list{padding-inline-end:24px}.events-list:before{inset-inline-start:7px}[dir=rtl] .events-list:before{inset-inline-end:7px}.ev-tl-dot{inset-inline-start:-22px;width:10px;height:10px;top:12px}[dir=rtl] .ev-tl-dot{inset-inline-end:-22px}.ev-day-sep:before{inset-inline-start:-20px;width:6px;height:6px}[dir=rtl] .ev-day-sep:before{inset-inline-end:-20px}}.ev-day-sep{display:flex;align-items:center;gap:8px;padding:14px 0 6px;position:relative;min-width:0}.ev-day-sep-line{flex:1;height:1px;background:#14b8a624}.ev-day-sep-badge{font-size:11px;font-weight:700;letter-spacing:.06em;color:#14b8a6d9;background:#14b8a614;border:1px solid rgba(20,184,166,.2);border-radius:12px;padding:3px 12px;white-space:nowrap;flex-shrink:0}.ev-day-sep:before{content:"";position:absolute;inset-inline-start:-25px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:#14b8a680;border:1px solid rgba(20,184,166,.8)}[dir=rtl] .ev-day-sep:before{inset-inline-start:auto;inset-inline-end:-25px}.ev-tl-row{display:flex;flex-direction:column;gap:0;padding-bottom:8px;position:relative;min-width:0}.ev-tl-dot{position:absolute;inset-inline-start:-27px;top:14px;width:12px;height:12px;border-radius:50%;background:#0b1820;border:2px solid var(--tl-color, rgba(20,184,166,.6));box-shadow:0 0 6px var(--tl-glow, transparent);z-index:2}[dir=rtl] .ev-tl-dot{inset-inline-start:auto;inset-inline-end:-27px}.ev-tl-dot--critical{--tl-color: #e05555;--tl-glow: rgba(220,53,53,.4)}.ev-tl-dot--high{--tl-color: #f59e0b;--tl-glow: rgba(245,158,11,.3)}.ev-tl-dot--moderate{--tl-color: #60a5fa;--tl-glow: rgba(59,130,246,.3)}.ev-tl-dot--low{--tl-color: #34d399;--tl-glow: rgba(16,185,129,.3)}.ev-tl-dot--default{--tl-color: var(--accent);--tl-glow: rgba(20,184,166,.3)}.ev-card{position:relative;display:flex;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(145deg,#0d1e28,#0a1620);overflow:hidden;cursor:pointer;box-shadow:0 2px 12px #00000080,0 1px 3px #0000004d;transition:border-color .18s,box-shadow .2s,transform .12s;-webkit-tap-highlight-color:transparent;flex:1}.ev-card:active{transform:scale(.985)}.ev-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ev-card:hover{box-shadow:0 6px 28px #000000a6,0 0 0 1px var(--sev, rgba(20,184,166,.3));border-color:var(--sev, rgba(20,184,166,.3))}.ev-card:after{content:"";position:absolute;top:0;inset-inline-start:0;inset-inline-end:0;height:2px;background:linear-gradient(to right,var(--sev, #14b8a6),transparent 80%);opacity:.55}[dir=rtl] .ev-card:after{background:linear-gradient(to left,var(--sev, #14b8a6),transparent 80%)}.ev-card--critical{border-color:#e53e3e52;background:linear-gradient(145deg,#110808,#0d1410)}.ev-card--high{border-color:#d9770640;background:linear-gradient(145deg,#110c04,#0d1410)}.ev-card--moderate{border-color:#3b82f633}.ev-card--low,.ev-card--default{border-color:#10b98129}.ev-sev-strip{position:absolute;inset-inline-start:0;top:0;bottom:0;width:2px;overflow:hidden;background:#ffffff0a;flex-shrink:0}.ev-sev-fill{width:100%;height:300%;background:linear-gradient(to bottom,transparent 0%,transparent 15%,var(--sev, #3b82f6) 40%,var(--sev, #3b82f6) 60%,transparent 85%,transparent 100%);animation:ev-strip-slide 2.4s cubic-bezier(.45,0,.55,1) infinite alternate;will-change:transform}@keyframes ev-strip-slide{0%{transform:translateY(-55%)}to{transform:translateY(10%)}}.ev-card-body{flex:1;min-width:0;padding:12px 14px 11px 18px;display:flex;flex-direction:column;gap:9px}[dir=rtl] .ev-card-body{padding:12px 18px 11px 14px}@media(max-width:480px){.ev-card-body{padding:10px 12px 10px 14px}[dir=rtl] .ev-card-body{padding:10px 14px 10px 12px}.ev-wpn-box{width:36px;height:36px}.ev-hdr-type{font-size:11px}.ev-title{font-size:12.5px}.ev-traj-connector{width:48px}}.ev-hdr{display:flex;align-items:center;gap:10px}@media(max-width:480px){.ev-hdr{flex-wrap:wrap;gap:8px}.ev-hdr-end{width:100%;flex-direction:row;justify-content:flex-start;gap:8px}}.ev-wpn-box-wrap{position:relative;flex-shrink:0}.ev-wpn-box{width:40px;height:40px;color:var(--sev, #3b82f6);display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--sev, #3b82f6) 12%,transparent);border:1px solid color-mix(in srgb,var(--sev, #3b82f6) 28%,transparent);border-radius:10px;padding:7px}.ev-wpn-box svg{width:100%;height:100%}.ev-wpn-pulse{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:10px;border:1.5px solid var(--sev, #3b82f6);animation:ev-pulse-ring 1.8s ease-out infinite;pointer-events:none}@keyframes ev-pulse-ring{0%{opacity:.7;transform:scale(1)}70%{opacity:.1;transform:scale(1.3)}to{opacity:0;transform:scale(1.35)}}.ev-hdr-mid{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.ev-hdr-type{font-size:11.5px;font-weight:700;color:#ffffffe6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ev-hdr-model{font-size:11px;font-weight:400;color:#ffffffc7}.ev-sev-badge{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:2px 7px;border-radius:3px;align-self:flex-start}.ev-sev--critical{background:#dc35352e;color:#e05555;border:1px solid rgba(220,53,53,.3)}.ev-sev--high{background:#d977062e;color:#f59e0b;border:1px solid rgba(217,119,6,.3)}.ev-sev--moderate{background:#3b82f629;color:#60a5fa;border:1px solid rgba(59,130,246,.28)}.ev-sev--low{background:#10b9811f;color:#34d399;border:1px solid rgba(16,185,129,.22)}.ev-hdr-end{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.ev-live-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:800;letter-spacing:.1em;color:#ef4444;background:#ef44441a;border:1px solid rgba(239,68,68,.3);padding:2px 7px;border-radius:3px}.ev-live-dot{width:5px;height:5px;border-radius:50%;background:#ef4444;animation:ev-live-blink .9s step-end infinite}@keyframes ev-live-blink{0%,to{opacity:1}50%{opacity:0}}.ev-time-rel{font-size:11px;font-weight:700;color:var(--sev, #3b82f6);font-variant-numeric:tabular-nums}.ev-time-abs{font-size:11px;color:#ffffffb8;font-variant-numeric:tabular-nums}.ev-title{margin:0;font-size:13.5px;line-height:1.6;color:#ffffffed;font-weight:600;min-width:0}.ev-info-bar{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.ev-threat-wrap{display:flex;align-items:center;gap:5px;flex:1;min-width:70px}.ev-threat-lbl{font-size:11px;color:#ffffffbf;white-space:nowrap;flex-shrink:0}.ev-threat-bar{flex:1;height:4px;background:#ffffff14;border-radius:2px;overflow:hidden}.ev-threat-fill{height:100%;background:linear-gradient(to right,var(--sev, #3b82f6),rgba(255,255,255,.5));border-radius:2px;animation:ev-threat-pulse 2.5s ease-in-out infinite}@keyframes ev-threat-pulse{0%,to{opacity:1}50%{opacity:.55}}.ev-threat-val{font-size:11px;font-weight:700;color:var(--sev, #3b82f6);white-space:nowrap;flex-shrink:0}.ev-source-chip{font-size:11px;color:#ffffffb8;margin-inline-start:2px}.ev-traj-bar{display:flex;align-items:center;gap:0;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:7px;overflow:hidden}@media(max-width:480px){.ev-traj-bar{flex-direction:column;align-items:stretch;gap:0}.ev-traj-side{padding:8px 10px}.ev-traj-connector{width:100%;padding:4px 0;border-inline-start:none;border-inline-end:none;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}.ev-traj-arrow-svg{transform:rotate(-90deg);width:14px;height:36px;margin:0 auto}[dir=rtl] .ev-traj-arrow-svg{transform:rotate(90deg)}}.ev-traj-side{flex:1;min-width:0;padding:6px 10px;display:flex;flex-direction:column;gap:3px}.ev-traj-lbl{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.ev-traj-side--origin .ev-traj-lbl{color:#e67828cc}.ev-traj-side--target .ev-traj-lbl{color:#dc4646cc}.ev-traj-val{display:flex;align-items:center;gap:5px;min-width:0}.ev-traj-name{font-size:11.5px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ev-traj-side--origin .ev-traj-name{color:#e09050}.ev-traj-side--target .ev-traj-name{color:#e07070}.ev-traj-ico{display:flex;align-items:center;color:var(--text-dim)}.ev-traj-ico .ev-icon{width:13px;height:13px}.ev-traj-connector{flex-shrink:0;width:64px;display:flex;align-items:center;justify-content:center;padding:0 4px;border-inline-start:1px solid rgba(255,255,255,.07);border-inline-end:1px solid rgba(255,255,255,.07);color:#ffffffad}.ev-traj-arrow-svg{width:100%;height:14px;overflow:visible}.ev-traj-dash-anim{animation:ev-traj-march 1.8s linear infinite;will-change:stroke-dashoffset}@keyframes ev-traj-march{to{stroke-dashoffset:-24}}.ev-flag{width:20px;height:15px;border-radius:2px;object-fit:cover;border:1px solid rgba(255,255,255,.12);flex-shrink:0}.ev-foot{display:flex;align-items:center;gap:5px;flex-wrap:wrap;padding-top:4px;border-top:1px solid rgba(255,255,255,.05)}.ev-expand{margin-inline-start:auto;color:#ffffffa6;display:flex;align-items:center}.ev-status-badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;flex-shrink:0;padding:2px 9px;border-radius:20px}.ev-status-badge--lg{font-size:11px;padding:3px 12px}.ev-status-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.ev-status--active{background:#dc353524;color:#e06060;border:1px solid rgba(220,53,53,.28)}.ev-status--active .ev-status-dot{background:#e05555;box-shadow:0 0 6px #e05555;animation:ev-pulse 1.4s ease-in-out infinite}.ev-status--monitoring{background:#daa5201f;color:#cda020;border:1px solid rgba(218,165,32,.24)}.ev-status--monitoring .ev-status-dot{background:#daa520}.ev-status--contained{background:#3498db1f;color:#5ab4dd;border:1px solid rgba(52,152,219,.22)}.ev-status--contained .ev-status-dot{background:#4fa3d8}.ev-status--ended{background:#50505024;color:#888;border:1px solid rgba(100,100,100,.2)}.ev-status--ended .ev-status-dot{background:#888}.ev-status--intercepted{background:#27ae601f;color:#4abd7a;border:1px solid rgba(39,174,96,.22)}.ev-status--intercepted .ev-status-dot{background:#4abd7a}.ev-status--archived{background:#2d2d2d29;color:#666;border:1px solid rgba(60,60,60,.2)}.ev-status--archived .ev-status-dot{background:#555}.ev-status--unknown{background:#2d2d2d24;color:#666;border:1px solid rgba(60,60,60,.18)}.ev-status--unknown .ev-status-dot{background:#666}@keyframes ev-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.75)}}.ev-dmg-chip{display:inline-flex;align-items:center;font-size:11px;font-weight:700;padding:2px 8px;border-radius:3px}.ev-dmg--destroyed{background:#dc353524;color:#dd7070}.ev-dmg--heavy{background:#daa52024;color:#cda020}.ev-dmg--moderate{background:#e67e2224;color:#e09555}.ev-dmg--minor{background:#27ae601f;color:#4abd7a}.ev-dmg--intercepted{background:#3498db24;color:#5ab4dd}.ev-dmg--unknown{background:#37373729;color:#777}.ev-cas-chip{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;padding:2px 8px;border-radius:3px;background:#dc35351a;color:#dd7070}.ev-cas-chip b{font-weight:800}.ev-ver-chip{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;padding:2px 8px;border-radius:3px;background:#27ae6014;color:#4abd7a;max-width:110px;overflow:hidden}.ev-ver-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ev-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000d1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:flex-end;justify-content:center;animation:ev-overlay-in .15s ease}@keyframes ev-overlay-in{0%{opacity:0}to{opacity:1}}.ev-modal{width:100%;max-width:600px;max-height:88vh;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#071714;border:1px solid rgba(20,184,166,.2);border-bottom:none;border-radius:18px 18px 0 0;animation:ev-modal-up .22s cubic-bezier(.32,1,.5,1)}@media(max-width:480px){.ev-modal{max-height:92vh;border-radius:16px 16px 0 0}.ev-modal-header,.ev-modal-body{padding:12px 14px}.ev-modal-close{padding:8px;min-width:44px;min-height:44px}}@keyframes ev-modal-up{0%{transform:translateY(50%);opacity:0}to{transform:translateY(0);opacity:1}}.ev-modal-header{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;border-bottom:1px solid rgba(255,255,255,.07);position:sticky;top:0;z-index:1;background:#071714}.ev-modal-header--critical{border-bottom-color:#dc35354d}.ev-modal-header--high{border-bottom-color:#daa52047}.ev-modal-header-left{display:flex;align-items:center;gap:11px}.ev-modal-icon{display:flex;color:var(--accent)}.ev-modal-icon .ev-icon{width:22px;height:22px}.ev-modal-weapon{font-size:13px;font-weight:700;color:var(--text-light);letter-spacing:.04em}.ev-modal-model{font-weight:400;opacity:.65;font-size:11px}.ev-modal-close{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);cursor:pointer;color:var(--text-dim);padding:5px;border-radius:6px;display:flex;transition:all .15s}.ev-modal-close:hover{color:var(--text-light);background:#ffffff1a}.ev-modal-body{padding:14px 16px;display:flex;flex-direction:column;gap:14px}.ev-modal-title{margin:0;font-size:14.5px;line-height:1.6;color:#ffffffeb;font-weight:500}.ev-modal-meta{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--text-dim);flex-wrap:wrap}.ev-modal-source{opacity:.65}.ev-modal-divider{height:1px;background:#ffffff0f}.ev-modal-section{display:flex;flex-direction:column;gap:8px}.ev-modal-section-label{font-size:11px;font-weight:800;letter-spacing:.12em;color:#14b8a6d9;text-transform:uppercase;display:flex;align-items:center;gap:6px}.ev-modal-section-label:before{content:"";display:inline-block;width:3px;height:12px;border-radius:2px;background:#14b8a6b3;flex-shrink:0}[dir=rtl] .ev-modal-section-label{letter-spacing:0}.ev-trajectory-full{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:8px}.ev-traj-node-m{flex:1;display:flex;flex-direction:column;gap:4px}.ev-traj-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.ev-traj-node-m--launch .ev-traj-label{color:#e09050}.ev-traj-node-m--impact .ev-traj-label{color:#e07070}.ev-traj-val-m{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:600}.ev-traj-node-m--launch .ev-traj-val-m{color:#e09050}.ev-traj-node-m--impact .ev-traj-val-m{color:#e07070}.ev-traj-line-m{flex-shrink:0;width:60px}.ev-traj-arrow-svg-m{width:100%;color:var(--text-dim)}[dir=rtl] .ev-traj-arrow-svg-m{transform:scaleX(-1)}.ev-coords{font-size:11px;font-family:Courier New,monospace;color:var(--text-dim);letter-spacing:.02em}.ev-damage-grid{display:flex;gap:10px;flex-wrap:wrap}.ev-damage-cell{display:flex;flex-direction:column;gap:4px}.ev-damage-cell-label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim)}.ev-casualties-val{display:inline-flex;align-items:center;gap:5px;font-size:14px;font-weight:800;color:#e06060}.ev-modal-desc{margin:0;font-size:12px;line-height:1.6;color:#ffffffde;padding:8px 12px;background:#ffffff08;border-radius:6px;border-inline-start:2px solid rgba(255,255,255,.1)}.ev-verified-row{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#4abd7a;padding:7px 12px;background:#27ae600f;border:1px solid rgba(39,174,96,.18);border-radius:6px}.ev-modal-link{display:flex;align-items:center;gap:7px;padding:11px 14px;background:#14b8a612;border:1px solid rgba(20,184,166,.22);border-radius:8px;color:var(--accent);font-size:12px;font-weight:600;text-decoration:none;transition:background .15s}.ev-modal-link:hover{background:#14b8a621}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.tmap-wrap{position:relative;width:100%;flex-shrink:0;background:#060e18;overflow:hidden}.tmap-leaflet{width:100%;height:220px;display:block;z-index:0}@media(max-width:480px){.tmap-leaflet{height:200px}.tmap-legend{bottom:48px;left:8px;padding:4px 8px;font-size:10px}.tmap-slider-wrap{padding:8px 10px 10px}.tmap-slider::-webkit-slider-thumb{width:18px;height:18px}.tmap-slider::-moz-range-thumb{width:18px;height:18px}}.tmap-leaflet .leaflet-container{background:#060e18!important;font-family:inherit}.tmap-leaflet .leaflet-control-container{display:none}.tmap-pulse{animation:tmap-ring-pulse 2.4s ease-out infinite}@keyframes tmap-ring-pulse{0%{stroke-opacity:.6;stroke-width:1px}to{stroke-opacity:0;stroke-width:3px}}.tmap-tooltip-wrap{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important}.tmap-tooltip-wrap:before,.tmap-tooltip-wrap .leaflet-tooltip-top:before{display:none!important}.tmap-tooltip{display:flex;align-items:center;gap:5px;background:#0a1423eb;border:1px solid rgba(255,255,255,.15);border-radius:6px;padding:4px 8px;white-space:nowrap}.tmap-tt-label,.tmap-tt-route{font-size:10px;font-weight:700;color:#ffffffe0}.tmap-tt-count{font-size:11px;font-weight:800;background:#ef444433;color:#f87171;padding:1px 5px;border-radius:8px}.tmap-tt-live{font-size:11px;font-weight:800;letter-spacing:.08em;background:#ef4444d9;color:#fff;padding:1px 5px;border-radius:4px}.tmap-empty-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:400;padding:10px 16px;background:#060e18d9;border:1px solid rgba(255,255,255,.12);border-radius:8px;font-size:12px;font-weight:600;color:#ffffffb3;pointer-events:none}.tmap-topbar{position:absolute;top:0;left:0;right:0;z-index:500;display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:linear-gradient(to bottom,rgba(6,14,24,.9) 0%,transparent 100%);pointer-events:none}.tmap-topbar-left{display:flex;flex-direction:column;gap:1px}.tmap-topbar-title{font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#ffffffd9}.tmap-topbar-sub{font-size:11px;font-weight:600;color:#ffffffad;letter-spacing:.04em}.tmap-live-badge{display:flex;align-items:center;gap:5px;background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:12px;padding:3px 10px;font-size:11px;font-weight:800;letter-spacing:.08em;color:#f87171;pointer-events:none}.tmap-live-dot{width:6px;height:6px;border-radius:50%;background:#ef4444;animation:tmap-blink 1.2s ease-in-out infinite;flex-shrink:0}@keyframes tmap-blink{0%,to{opacity:1}50%{opacity:.2}}.tmap-legend{position:absolute;bottom:52px;left:10px;z-index:500;display:flex;align-items:center;gap:8px;background:#060e18cc;border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:4px 10px;pointer-events:none}.tmap-legend-item{display:flex;align-items:center;gap:4px}.tmap-legend-txt{font-size:11px;font-weight:600;color:#ffffffc7}.tmap-slider-wrap{position:absolute;bottom:0;left:0;right:0;z-index:500;display:flex;align-items:center;gap:6px;padding:6px 12px 8px;background:linear-gradient(to top,rgba(6,14,24,.92) 0%,transparent 100%)}.tmap-slider-lbl{font-size:11px;font-weight:700;letter-spacing:.05em;color:#ffffffb8;flex-shrink:0;min-width:22px;text-align:center}.tmap-slider-inner{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px}.tmap-slider{width:100%;height:3px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(to right,#3b82f6,#3b82f6 calc(var(--pct, 100) * 1%),#ffffff26 calc(var(--pct, 100) * 1%));border-radius:2px;cursor:pointer;outline:none}.tmap-slider::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:#3b82f6;border:2.5px solid #fff;box-shadow:0 0 8px #3b82f680;cursor:pointer}.tmap-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#3b82f6;border:2.5px solid #fff;cursor:pointer}.tmap-slider-time{font-size:11px;font-weight:700;letter-spacing:.04em;color:#fffc;font-variant-numeric:tabular-nums}.esc-root{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 0 90px;display:flex;flex-direction:column;gap:0;width:100%;background:#060e18}@media(max-width:480px){.esc-root{padding:0 0 calc(90px + env(safe-area-inset-bottom))}}.esc-main-card{margin:-14px 10px 12px;padding:18px 16px 16px;background:#0d1e2e;border:1px solid rgba(255,255,255,.1);border-radius:18px;box-shadow:0 6px 32px #0000008c;display:flex;flex-direction:column;gap:12px;position:relative;z-index:2}@media(max-width:480px){.esc-main-card{margin:-10px 8px 10px;padding:14px 12px}.esc-period-tabs{flex-wrap:wrap;gap:8px}.esc-period-tab{padding:6px 12px;font-size:10px}}.esc-main-hdr{display:flex;align-items:center;justify-content:space-between;gap:8px}.esc-main-hdr-left{display:flex;align-items:center;gap:8px;min-width:0}.esc-main-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;animation:esc-blink 2.2s ease-in-out infinite}@keyframes esc-blink{0%,to{opacity:1}50%{opacity:.2}}.esc-main-title{font-size:16px;font-weight:800;color:#ffffffe6;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.esc-main-updated{font-size:10px;color:#ffffffb8;flex-shrink:0;font-variant-numeric:tabular-nums}.esc-period-tabs{display:flex;gap:6px}.esc-period-tab{padding:5px 14px;font-size:11px;font-weight:700;letter-spacing:.04em;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;color:#fffc;cursor:pointer;transition:all .18s}.esc-period-tab:hover{border-color:#ffffffa6;color:#ffffffb3}.esc-period-tab.active{background:#ffffff1a;border-color:#ffffffb8;color:#fff}.esc-stats-row{display:flex;align-items:stretch;gap:0}.esc-stats-divider{width:1px;background:#ffffff12;flex-shrink:0;margin:0 8px}.esc-stat{display:flex;flex-direction:column;align-items:center;gap:3px;flex:1}.esc-stat--big{flex:1.3}.esc-stat-icon{width:18px;height:18px;color:#ffffffb8}.esc-stat-num{font-size:clamp(28px,6vw,44px);font-weight:900;line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.esc-stat-pct{font-size:22px;font-weight:700;margin-inline-start:1px;line-height:1;opacity:.7;align-self:flex-end;margin-bottom:6px}.esc-stat--big{flex-direction:row;flex-wrap:wrap;align-items:flex-end;gap:4px}.esc-stat-delta{font-size:12px;font-weight:800;padding:3px 8px;border-radius:12px;align-self:flex-end;margin-bottom:8px}.esc-stat-delta.up{background:#ef444426;color:#f87171}.esc-stat-delta.down{background:#34d39926;color:#34d399}.esc-stat-sublbl{width:100%;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffffb8;margin-top:-2px;padding-inline-start:2px}.esc-stat-val{font-size:22px;font-weight:900;color:#ffffffd9;font-variant-numeric:tabular-nums}.esc-stat-lbl{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#ffffffb8}.esc-main-bar-wrap{display:flex;flex-direction:column;gap:4px}.esc-main-bar-track{position:relative;height:8px;border-radius:6px;overflow:visible;background:#ffffff0f}.esc-main-bar-zones{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;border-radius:6px;overflow:hidden;opacity:.35}.esc-main-bar-fill{position:absolute;inset-inline-start:0;top:0;bottom:0;border-radius:6px;transition:width 1.4s cubic-bezier(.22,1,.36,1);box-shadow:0 0 10px currentColor}.esc-main-bar-marker{position:absolute;top:-3px;bottom:-3px;width:3px;border-radius:2px;transform:translate(-50%);transition:left 1.4s cubic-bezier(.22,1,.36,1);box-shadow:0 0 8px currentColor}.esc-main-bar-lbls{display:flex;justify-content:space-between;font-size:11px;color:#ffffffa6;font-variant-numeric:tabular-nums;padding:0 2px}.esc-spark-row{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:10px}.esc-spark-lbl{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffffb8;flex-shrink:0}.esc-sparkline{flex:1;height:28px;display:block}.esc-spark-delta{font-size:11px;font-weight:800;padding:3px 9px;border-radius:12px;flex-shrink:0}.esc-spark-delta.up{background:#ef44441f;color:#f87171;border:1px solid rgba(239,68,68,.2)}.esc-spark-delta.down{background:#34d3991f;color:#34d399;border:1px solid rgba(52,211,153,.2)}.esc-spark-delta.flat{color:#ffffffb8}.esc-section-hdr{display:flex;align-items:center;gap:8px;padding:0 12px 4px}.esc-section-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;animation:esc-blink 2.2s ease-in-out infinite}.esc-section-title{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#ffffffba}.esc-grid{display:flex;flex-direction:column;gap:6px;width:100%;padding:0 10px;box-sizing:border-box}.esc-ind--full{width:100%}.esc-ind{display:flex;flex-direction:column;gap:6px;padding:11px 14px 12px;background:#0b1820;border:1px solid rgba(255,255,255,.07);border-inline-start:3px solid var(--ic, #14b8a6);border-radius:10px;box-shadow:0 2px 10px #00000040;transition:border-color .2s,background .2s;min-width:0;overflow:hidden}.esc-ind:hover{background:#ffffff05;border-color:#ffffff24}.esc-ind-head{display:flex;align-items:center;gap:8px}.esc-ind-icon{width:26px;height:26px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--ic, #14b8a6) 12%,transparent);border:1px solid color-mix(in srgb,var(--ic, #14b8a6) 25%,transparent);border-radius:6px;color:var(--ic, #14b8a6)}.esc-ind-icon svg{width:14px;height:14px}.esc-ind-name{flex:1;min-width:0;font-size:12px;font-weight:700;color:#ffffffd9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.esc-ind-val{display:none}.esc-ind-unit{font-size:11px;opacity:.6}.esc-ind-desc{margin:0;font-size:10px;line-height:1.5;color:#ffffffad}.esc-ind-body{display:flex;align-items:center;width:100%}.esc-shape-arc{width:100%;display:flex;justify-content:center}.esc-arc-svg{width:80%;max-width:110px;height:auto;display:block}.esc-arc-val{font-size:18px;font-weight:800;font-variant-numeric:tabular-nums}.esc-arc-unit{font-size:10px;font-weight:600}.esc-shape-ring{width:100%;display:flex;justify-content:center}.esc-ring-svg{width:72%;max-width:96px;height:auto;display:block}.esc-ring-val{font-size:17px;font-weight:800;font-variant-numeric:tabular-nums}.esc-ring-unit{font-size:11px;font-weight:600}.esc-shape-signal{display:flex;align-items:flex-end;gap:3px;height:52px;width:100%;padding:0 4px}.esc-sig-bar{flex:1;border-radius:2px 2px 0 0;min-height:8%;transition:background .3s,height .6s cubic-bezier(.22,1,.36,1)}.esc-shape-dots{display:grid;grid-template-columns:repeat(10,1fr);gap:5px;width:100%;padding:2px 0}.esc-dot{aspect-ratio:1;border-radius:3px;transition:background .25s,box-shadow .25s}.esc-shape-eq{display:flex;align-items:flex-end;gap:2px;height:52px;width:100%;padding:0 2px}.esc-eq-bar{flex:1;border-radius:2px 2px 0 0;min-height:6%;transition:background .3s}@keyframes esc-eq-bounce{0%{transform:scaleY(1)}to{transform:scaleY(.55)}}.esc-shape-bar{width:100%;display:flex;align-items:center;gap:12px}.esc-bar-track{flex:1;position:relative;height:9px;background:#ffffff0f;border-radius:6px;overflow:visible}.esc-bar-zones{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;border-radius:6px;overflow:hidden}.esc-bar-fill{position:absolute;inset-inline-start:0;top:0;bottom:0;border-radius:6px;animation:esc-bar-glow 3s ease-in-out infinite}@keyframes esc-bar-glow{0%,to{opacity:1}50%{opacity:.7}}.esc-bar-tick{position:absolute;top:-4px;bottom:-4px;width:1px;background:#fff3;transform:translate(-50%)}.esc-bar-marker{position:absolute;top:-3px;bottom:-3px;width:3px;border-radius:2px;transform:translate(-50%);transition:left .9s cubic-bezier(.22,1,.36,1),right .9s cubic-bezier(.22,1,.36,1)}.esc-bar-end{display:flex;flex-direction:column;align-items:flex-end;gap:1px;flex-shrink:0;min-width:44px}.esc-bar-val{font-size:18px;font-weight:900;font-variant-numeric:tabular-nums;line-height:1}.esc-bar-pct{font-size:11px;font-weight:600;opacity:.65}.esc-bar-lvl{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;opacity:.75}.esc-error{font-size:12px;color:#f87171;padding:8px 14px;margin:0 10px;background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:8px;text-align:center}.gauge-screen{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column;width:100%;background:repeating-linear-gradient(0deg,transparent,transparent 39px,rgba(20,184,166,.016) 39px,rgba(20,184,166,.016) 40px)}@media(max-width:480px){.gauge-screen{overflow-y:auto;-webkit-overflow-scrolling:touch}}.ceo-branding{display:inline-flex;align-items:center;gap:10px;color:var(--text-light);font-size:14px}.ceo-branding-logo-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center}.ceo-branding-logo-wrap .splash-logo.splash-radar{width:28px;height:28px;margin:0}.ceo-branding-logo-wrap .splash-radar-sweep{height:1px}.ceo-branding-logo-wrap .splash-radar-dot{width:4px;height:4px;margin:-2px 0 0 -2px;box-shadow:0 0 6px var(--accent)}.ceo-branding-names{display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:2px;font-weight:600;letter-spacing:.02em}.ceo-branding-name-product{font-weight:700;font-feature-settings:"ss01","ss02"}.ceo-branding-name-company{font-weight:600}.ceo-branding-sep{color:var(--text-dim);font-weight:400}.ceo-branding-title,.ceo-branding-title-inline{color:var(--text-dim);font-size:12px;font-weight:500}.ceo-branding-title-inline{margin-inline-start:4px}.ceo-branding-line-sep{width:1px;height:1em;margin:0 8px;background:var(--border);align-self:center}.ceo-branding--full{flex-direction:row;flex-wrap:wrap;gap:8px 12px;padding:12px 0}.ceo-branding--full .ceo-branding-logo-wrap .splash-logo.splash-radar{width:32px;height:32px;margin:0}.ceo-branding--full .ceo-branding-logo-wrap .splash-radar-sweep{height:2px}.ceo-branding--full .ceo-branding-logo-wrap .splash-radar-dot{width:6px;height:6px;margin:-3px 0 0 -3px;box-shadow:0 0 10px var(--accent)}.ceo-branding--full .ceo-branding-names{flex-basis:100%;margin-inline-start:0}.ceo-branding--full .ceo-branding-line-sep{display:none}.ceo-branding--full .ceo-branding-title{font-size:13px;margin-inline-start:0}@media(min-width:400px){.ceo-branding--full .ceo-branding-names{flex-basis:auto}.ceo-branding--full .ceo-branding-line-sep{display:inline-block}}.settings-screen{flex:1;min-height:0;overflow:auto;padding:16px;display:flex;flex-direction:column;gap:24px;-webkit-overflow-scrolling:touch}@media(max-width:480px){.settings-screen{padding:12px;padding-bottom:calc(100px + env(safe-area-inset-bottom))}}.settings-section{margin:0}.settings-section-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin:0 0 12px}.settings-row{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#134e4a66;border-radius:10px;border:1px solid var(--border);gap:12px;flex-wrap:wrap}@media(max-width:480px){.settings-row{padding:12px 14px}.settings-label{font-size:13px}.settings-select{min-width:0;width:100%;max-width:140px}}.settings-label{font-size:14px;color:var(--text-light)}.settings-value{font-size:13px;color:var(--text-dim)}.settings-value.ok{color:var(--accent)}.settings-value.off{color:#888}.settings-select{font-size:14px;color:var(--text-light);background:#0000004d;border:1px solid var(--border);border-radius:8px;padding:8px 12px;min-width:160px}.settings-select:disabled{opacity:.7}.settings-text{font-size:14px;color:var(--text-dim);margin:0}.settings-section--about{padding-top:8px;border-top:1px solid var(--border)}.settings-ceo-branding{margin-top:4px}.dash-skeleton-line,.dash-skeleton-box{display:inline-block;background:linear-gradient(90deg,#ffffff0f,#ffffff1f,#ffffff0f);background-size:200% 100%;animation:dash-skeleton-shimmer 1.2s ease-in-out infinite;border-radius:6px;vertical-align:middle}.dash-skeleton-line{height:14px}.dash-skeleton-box{flex-shrink:0}.dash-skeleton-mt{margin-top:6px}@keyframes dash-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dash-skeleton-city-grid{display:flex;gap:10px;padding:4px 2px;overflow-x:hidden}.dash-skeleton-city-card{flex:0 0 auto;width:140px;min-width:140px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:11px;display:flex;flex-direction:column;gap:8px}.dash-skeleton-city-head{display:flex;align-items:center;gap:8px}.dash-skeleton-city-foot{margin-top:2px}.dash-skeleton-ticker{padding:10px 12px;min-height:44px;display:flex;align-items:center}.dash-skeleton-ticker-line{height:18px;max-width:90%}.dash-skeleton-airport-list{display:flex;flex-direction:column;gap:10px;padding:4px 0}.dash-skeleton-airport-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px}.dash-skeleton-ap-left{display:flex;align-items:center;gap:10px}.dash-skeleton-ap-left>div{display:flex;flex-direction:column;gap:4px}.dash-skeleton-ap-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.dash-skeleton-events-list{display:flex;flex-direction:column;gap:12px;padding:4px 0}.dash-skeleton-event-row{display:flex;gap:12px;align-items:flex-start}.dash-skeleton-ev-dot{border-radius:50%;margin-top:4px;flex-shrink:0}.dash-skeleton-ev-body{flex:1;display:flex;flex-direction:column;gap:6px}.dash-skeleton-map{min-height:220px;border-radius:10px;overflow:hidden;background:#ffffff08}.dash-skeleton-map-inner{border-radius:0;min-height:220px}.dash-skeleton-bars{display:flex;flex-direction:column;gap:12px}.dash-skeleton-bar-row{display:flex;align-items:center;gap:10px}.dash-skeleton-bar-track{flex:1;height:12px;max-width:60%}.events-ticker{display:flex;align-items:stretch;background:#060e18f2;border:1px solid rgba(255,255,255,.07);border-radius:10px;overflow:hidden;height:38px;flex-shrink:0}.events-ticker--loading{align-items:center;justify-content:center}.events-ticker-loading-text{color:#ffffff80;font-size:12px;white-space:nowrap}.events-ticker-track-wrap{flex:1;min-width:0;overflow:hidden;display:flex;align-items:center;mask-image:linear-gradient(to right,transparent 0%,#000 5%,#000 95%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 5%,#000 95%,transparent 100%)}.events-ticker-track{display:inline-flex;align-items:center;white-space:nowrap;flex-shrink:0;direction:ltr;animation:events-ticker-scroll 25s linear infinite}@keyframes events-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.events-ticker-copy{display:inline-flex;align-items:center;flex-shrink:0}.events-ticker-item{display:inline-flex;align-items:center;gap:6px;padding:0 4px}.events-ticker-sep{color:#fff3;font-size:8px;padding:0 6px}.events-ticker-sev{font-size:9.5px;font-weight:700;letter-spacing:.05em;padding:1px 5px;border-radius:4px;border:1px solid;flex-shrink:0}.events-ticker-wpn{color:#fff6;font-size:10px;flex-shrink:0}.events-ticker-route{color:#94a3b8;font-size:11px;font-weight:500;flex-shrink:0}.events-ticker-title{color:#ffffffd9;font-size:11.5px;white-space:nowrap}.events-ticker-ago{color:#ffffff47;font-size:10px;flex-shrink:0}@media(max-width:480px){.events-ticker{height:34px}.events-ticker-title{font-size:11px}}.dash-root{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 12px 100px;display:flex;flex-direction:column;gap:10px;background:#060e18;width:100%;box-sizing:border-box}@media(max-width:480px){.dash-root{padding:0 10px calc(100px + env(safe-area-inset-bottom))}}@media(max-width:380px){.dash-root{padding:0 8px calc(100px + env(safe-area-inset-bottom))}}.dash-page-hdr{display:flex;align-items:center;justify-content:space-between;padding:14px 4px 6px;gap:8px;flex-wrap:wrap}@media(max-width:480px){.dash-page-hdr{padding:12px 2px 6px}.dash-page-title{font-size:clamp(14px,4vw,18px)}}.dash-page-hdr-left{display:flex;align-items:center;gap:10px}.dash-page-hdr-right{display:flex;align-items:center;gap:8px}.dash-sources-btn{display:flex;align-items:center;gap:5px;height:30px;padding:0 10px;background:#14b8a61f;border:1px solid rgba(20,184,166,.25);border-radius:8px;color:#14b8a6;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .15s}.dash-sources-btn:hover{background:#14b8a638}.dash-sources-btn svg{width:14px;height:14px;flex-shrink:0}.dash-page-title{margin:0;font-size:clamp(16px,4.5vw,22px);font-weight:900;color:#ffffffe6;letter-spacing:-.01em;white-space:nowrap}.dash-status{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 9px;border-radius:12px}.dash-status.ok{color:#34d399;background:#34d3991a;border:1px solid rgba(52,211,153,.25)}.dash-status.off{color:#f87171;background:#ef44441a;border:1px solid rgba(239,68,68,.25)}.dash-status-dot{width:6px;height:6px;border-radius:50%;background:currentColor;animation:dash-blink 1.5s ease-in-out infinite}@keyframes dash-blink{0%,to{opacity:1}50%{opacity:.2}}.dash-page-count{font-size:12px;font-weight:700;color:#ffffffb8}.dash-widget{background:linear-gradient(160deg,#0e2030,#0a1825);border:1px solid rgba(255,255,255,.09);border-radius:14px;padding:14px 14px 12px;display:flex;flex-direction:column;gap:10px;box-shadow:0 2px 20px #00000073}@media(max-width:380px){.dash-widget{padding:12px 10px 10px}}.dash-widget-hdr{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#ffffffd1;flex-wrap:wrap}@media(max-width:480px){.dash-widget-hdr{gap:6px;font-size:10px}.dash-widget-hdr-title{font-size:10px}}.dash-widget-icon{width:16px;height:16px;color:#ffffffc7;flex-shrink:0}.dash-widget-hdr-title{flex:1;min-width:0}.dash-widget-hdr-actions{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-inline-start:auto}.dash-widget-badge{margin-inline-start:auto;font-size:10px;font-weight:800;padding:2px 8px;border-radius:10px;background:#ffffff12;color:#ffffffd1;border:1px solid rgba(255,255,255,.1)}.dash-widget-hdr-actions .dash-widget-badge{margin-inline-start:0}.dash-airport-source{font-size:.75em;font-weight:600;opacity:.85;margin-inline-start:.35em}.dash-airport-source-live{color:#34d399}.dash-airport-source-seed{color:#94a3b8}.dash-airport-country-filter{padding:6px 10px;font-size:clamp(10px,2.5vw,11px);font-weight:700;color:#ffffffe6;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:8px;cursor:pointer;min-width:90px;max-width:130px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media(max-width:480px){.dash-airport-country-filter{padding:8px 12px;min-width:100px}}.dash-airport-country-filter:hover,.dash-airport-country-filter:focus{background:#ffffff1a;border-color:#fff3;outline:none}.dash-badge-demo{background:#3b82f61f;color:#60a5fa;border-color:#3b82f640}.dash-badge-empty{background:#64748b26;color:#fff9;border-color:#64748b4d}.dash-empty{margin:0;font-size:12px;color:#ffffffa6;text-align:center;padding:12px 0}.dash-city-scroll{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;margin:0 -2px}.dash-city-scroll::-webkit-scrollbar{display:none}.dash-city-grid{display:flex;flex-wrap:nowrap;gap:10px;padding:4px 2px}.dash-city-card{flex:0 0 auto;width:140px;min-width:140px;background:#ffffff0a;border:1px solid rgba(255,255,255,.09);border-radius:12px;padding:11px 11px 9px;display:flex;flex-direction:column;gap:6px;overflow:hidden;transition:background .18s,border-color .18s;scroll-snap-align:start;-webkit-tap-highlight-color:transparent}.dash-city-card:hover{background:#ffffff12;border-color:#ffffff24}@media(max-width:480px){.dash-city-card{width:130px;min-width:130px;padding:10px 10px 8px}}@media(min-width:520px){.dash-city-card{width:155px;min-width:155px}}.dash-cc-head{display:flex;align-items:center;gap:5px;min-width:0}.dash-cc-flag{font-size:17px;line-height:1;flex-shrink:0}.dash-cc-name{flex:1;font-size:12px;font-weight:700;color:#ffffffd1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.01em}.dash-cc-temp{font-size:20px;font-weight:800;color:#ffffffe6;white-space:nowrap;flex-shrink:0;font-variant-numeric:tabular-nums;display:inline-flex;align-items:center;gap:4px}.dash-cc-temp .dash-cc-temp-icon{font-size:1.4em;line-height:1}.dash-cc-temp--loading{color:#ffffff59;animation:dash-blink 1.4s ease-in-out infinite}.dash-cc-time{font-size:clamp(21px,5vw,28px);font-weight:900;font-family:Courier New,monospace;font-variant-numeric:tabular-nums;letter-spacing:.04em;color:#fffffff5;line-height:1}.dash-cc-foot{display:flex;align-items:center;justify-content:space-between;gap:4px;min-width:0}.dash-cc-date{font-size:10px;color:#ffffffad;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.dash-cc-wind{display:flex;align-items:center;gap:3px;font-size:11px;font-weight:600;color:#ffffffa6;white-space:nowrap;flex-shrink:0;font-variant-numeric:tabular-nums}.dash-cc-wind-ico{width:13px;height:10px;flex-shrink:0;opacity:.7}.dash-cc-wx-desc{color:#ffffff8c;font-size:10px}.dash-airport-tabs{display:flex;flex-wrap:nowrap;gap:0;border-bottom:1px solid rgba(255,255,255,.12);width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:0 2px}.dash-airport-tabs::-webkit-scrollbar{display:none}.dash-airport-tab{flex:0 0 auto;min-width:72px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:12px 10px;font-size:11px;font-weight:700;color:#fff9;background:transparent;border:none;border-bottom:3px solid transparent;border-radius:8px 8px 0 0;cursor:pointer;transition:color .2s,border-color .2s,background .2s;white-space:nowrap;scroll-snap-align:start;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.dash-airport-tab:hover{color:#ffffffe6;background:#ffffff08}.dash-airport-tab:active{background:#ffffff0f}.dash-airport-tab.active{color:#fffffffa;border-bottom-color:currentColor}.dash-airport-tab-count{font-size:10px;font-weight:800;padding:2px 6px;background:#ffffff1a;border-radius:6px;min-width:20px;text-align:center;opacity:.9}.dash-airport-tab.active .dash-airport-tab-count{background:#ffffff40}.dash-airport-tab-icon{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center;opacity:.9}.dash-airport-tab-icon svg{width:100%;height:100%}.dash-airport-tab:not(.active) .dash-airport-tab-icon{opacity:.65}@media(max-width:480px){.dash-airport-tab{min-width:80px;padding:14px 12px;font-size:11px;gap:8px}.dash-airport-tab-icon{width:22px;height:22px}.dash-airport-tab-count{min-width:22px;padding:3px 7px}}@media(min-width:520px){.dash-airport-tab{min-width:90px;font-size:12px}}.dash-airport-list{margin-top:12px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}@media(max-width:480px){.dash-airport-list{grid-template-columns:1fr;gap:10px}}.dash-airport-row{display:flex;align-items:center;gap:6px;padding:8px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:8px;transition:background .2s;min-width:0}@media(max-width:480px){.dash-airport-row{flex-direction:column;align-items:stretch;padding:10px;gap:10px}}.dash-airport-row:hover{background:#ffffff0a}.dash-ap-left{display:flex;align-items:center;gap:7px;flex:1;min-width:0}.dash-ap-flag{font-size:18px;line-height:1;flex-shrink:0}.dash-ap-code{font-size:12px;font-weight:900;letter-spacing:.06em;font-family:Courier New,monospace;min-width:34px;flex-shrink:0}.dash-ap-info{display:flex;flex-direction:column;gap:2px;min-width:0}.dash-ap-name{font-size:11px;font-weight:700;color:#ffffffd1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media(max-width:480px){.dash-ap-name{font-size:12px}}.dash-ap-meta{display:flex;align-items:center;gap:4px}.dash-ap-country{font-size:11px;font-weight:600;color:#fffc;white-space:nowrap}.dash-ap-dot{font-size:11px;color:#ffffffa6}.dash-ap-status{font-size:11px;font-weight:700;letter-spacing:.03em;white-space:nowrap}.dash-ap-meta .dash-ap-three-status{display:inline-flex;flex-wrap:wrap;align-items:center;gap:4px}.dash-ap-status-pill{font-size:10px;font-weight:600;padding:2px 5px;border-radius:4px;white-space:nowrap}.dash-ap-status-cancelled{background:#ef444440;color:#fca5a5}.dash-ap-status-delayed{background:#eab30840;color:#fde047}.dash-ap-status-ontime{background:#22c55e33;color:#86efac}.dash-ap-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;flex-shrink:0}@media(max-width:480px){.dash-ap-right{width:100%;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;padding-top:6px;border-top:1px solid rgba(255,255,255,.06)}}.dash-ap-count{font-size:10px;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.dash-ap-count-with-status{display:inline-flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:flex-end}@media(max-width:480px){.dash-ap-count-with-status{flex:1;justify-content:flex-start;min-width:0}}.dash-ap-count-plane{flex-shrink:0;font-size:1.35em;line-height:1}.dash-ap-right .dash-ap-three-status{display:inline-flex;align-items:center;flex-wrap:wrap;gap:4px}@media(max-width:480px){.dash-ap-right .dash-ap-three-status{gap:6px;flex:1;justify-content:flex-start}}.dash-ap-right .dash-ap-status-pill{font-size:10px;font-weight:600;padding:2px 5px;border-radius:4px;white-space:nowrap}@media(max-width:480px){.dash-ap-right .dash-ap-status-pill{font-size:11px;padding:6px 10px;border-radius:6px}}.dash-events-list{display:flex;flex-direction:column;gap:0}.dash-event-row{display:flex;gap:10px;padding:8px 0}.dash-ev-dot-wrap{display:flex;flex-direction:column;align-items:center;gap:0;flex-shrink:0;padding-top:3px}.dash-ev-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0;box-shadow:0 0 6px currentColor}.dash-ev-line{width:1px;flex:1;min-height:16px;background:#ffffff14;margin:3px 0}.dash-ev-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px;padding-bottom:6px}.dash-ev-hdr{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.dash-ev-site{font-size:11px;font-weight:800;color:#ffffffbf}.dash-ev-time{font-size:11px;font-weight:600;color:#ffffffb8;font-variant-numeric:tabular-nums;margin-inline-start:auto}.dash-ev-sev{font-size:11px;font-weight:800;letter-spacing:.06em;padding:1px 6px;border-radius:6px;border:1px solid currentColor;text-transform:uppercase}.dash-ev-title{margin:0;font-size:11px;color:#ffffffd9;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dash-ev-dmg{margin:0;font-size:10px;color:#ef4444b3;line-height:1.3}.dash-ev-route{display:flex;align-items:center;flex-wrap:wrap;gap:4px 6px;margin-bottom:4px;font-size:11px;font-weight:700}.dash-ev-from{color:#e09050}.dash-ev-arrow{color:#ffffff80;font-weight:600}.dash-ev-to{color:#e07070}.dash-ev-missile{font-size:10px;color:#fff9;display:block;margin-top:2px}.dash-traj-map-wrap{position:relative;width:100%;height:280px;border-radius:10px;overflow:hidden;margin-bottom:10px;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 0 20px #0000004d;background:#0a0f1a}@media(max-width:480px){.dash-traj-map-wrap{height:220px}}.dash-traj-map-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;display:block}.dash-traj-legend-inline{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;font-size:11px;font-weight:600;color:#fffc}.dash-traj-legend-inline span{display:inline-flex;align-items:center;gap:5px}.dash-traj-leg-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;box-shadow:0 0 6px currentColor}.dash-dmg-list{display:flex;flex-direction:column;gap:8px}.dash-dmg-row{display:flex;flex-direction:column;gap:4px;padding:8px 10px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:8px}.dash-dmg-info{display:flex;align-items:center;justify-content:space-between}.dash-dmg-name{font-size:11px;font-weight:700}.dash-dmg-warhead{font-size:10px;color:#ffffffb8;font-variant-numeric:tabular-nums}.dash-dmg-bars{display:flex;flex-direction:column;gap:3px}.dash-dmg-bar-wrap{display:flex;align-items:center;gap:6px}.dash-dmg-bar-lbl{font-size:11px;color:#ffffffad;font-weight:600;min-width:62px;text-transform:uppercase;letter-spacing:.04em}.dash-dmg-bar-track{flex:1;height:5px;background:#ffffff0f;border-radius:3px;overflow:hidden}.dash-dmg-bar-fill{height:100%;border-radius:3px;transition:width 1s cubic-bezier(.22,1,.36,1)}.dash-dmg-bar-val{font-size:11px;font-weight:700;color:#ffffffc7;min-width:36px;text-align:end;font-variant-numeric:tabular-nums}.dash-dmg-intro{font-size:10px;color:#ffffffa6;line-height:1.5;margin:0 0 12px;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.06)}.dash-dmg-subtitle{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#ffffffb8;margin:14px 0 8px;padding-top:10px;border-top:1px solid rgba(255,255,255,.08)}.dash-dmg-subtitle:first-of-type{margin-top:0;padding-top:0;border-top:none}.dash-dmg-divider{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#ffffffb8;padding:6px 0 2px;border-top:1px solid rgba(255,255,255,.06)}.dash-dmg-events{display:flex;flex-direction:column;gap:8px}.dash-dmg-event-row{display:flex;gap:8px;align-items:flex-start}.dash-dmg-ev-dot{width:7px;height:7px;border-radius:50%;margin-top:4px;flex-shrink:0}.dash-dmg-ev-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.dash-dmg-ev-route{font-size:11px;font-weight:800;color:#ffffffe6}.dash-dmg-ev-level{font-size:10px;font-weight:700}.dash-dmg-ev-type{font-size:10px;color:#fffc}.dash-dmg-ev-desc{font-size:10px;color:#ffffffba;line-height:1.4}.dash-dmg-ev-cas{font-size:10px;color:#f87171;font-weight:600}.live-toast-container{position:fixed;top:calc(env(safe-area-inset-top,0px) + 56px);left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;gap:6px;pointer-events:none;width:min(92vw,420px)}.live-toast{display:flex;align-items:center;gap:8px;padding:9px 12px 9px 10px;border-radius:12px;font-size:.78rem;font-weight:500;line-height:1.35;pointer-events:all;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 20px #00000073;animation:toast-in .28s cubic-bezier(.34,1.56,.64,1) both}@keyframes toast-in{0%{opacity:0;transform:translateY(-14px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}.live-toast--feed{background:#10b9812e;color:#6ee7b7;border-color:#10b9814d}.live-toast--strike{background:#ef444433;color:#fca5a5;border-color:#ef444459}.live-toast--summary{background:#3b82f62e;color:#93c5fd;border-color:#3b82f64d}.live-toast--escalation{background:#f59e0b2e;color:#fcd34d;border-color:#f59e0b4d}.live-toast-icon{font-size:1rem;flex-shrink:0;line-height:1}.live-toast-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-toast-close{background:none;border:none;padding:2px;cursor:pointer;opacity:.5;flex-shrink:0;display:flex;align-items:center;color:inherit;transition:opacity .15s}.live-toast-close:hover{opacity:1}.live-toast-close svg{width:10px;height:10px}[dir=rtl] .live-toast-close{margin-left:0;margin-right:auto}.install-banner{position:fixed;bottom:calc(64px + env(safe-area-inset-bottom));left:12px;right:12px;z-index:999;display:flex;align-items:center;gap:12px;padding:12px 14px;background:#162830;border:1px solid #14B8A633;border-radius:16px;box-shadow:0 8px 32px #00000080,0 0 0 1px #14b8a611;animation:install-slide-up .35s cubic-bezier(.34,1.56,.64,1) both}@media(max-width:480px){.install-banner{left:10px;right:10px;padding:10px 12px;gap:10px}.install-banner-title{font-size:13px}.install-banner-btn{padding:10px 16px;min-height:44px}.install-banner-close{min-width:44px;min-height:44px}}@keyframes install-slide-up{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.install-banner-icon{flex-shrink:0;width:40px;height:40px;background:#0d1b1f;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:6px;border:1px solid #14B8A622}.install-banner-icon svg{width:100%;height:100%}.install-banner-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.install-banner-title{font-size:14px;font-weight:700;color:#f1f5f9;letter-spacing:.01em}.install-banner-sub{font-size:11px;color:#64748b}.install-banner-btn{flex-shrink:0;padding:8px 18px;background:#14b8a6;color:#0d1b1f;font-size:13px;font-weight:700;border:none;border-radius:10px;cursor:pointer;letter-spacing:.02em;transition:background .15s,transform .1s}.install-banner-btn:active{background:#0d9488;transform:scale(.96)}.install-banner-close{flex-shrink:0;width:28px;height:28px;background:transparent;border:none;color:#64748b;font-size:14px;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;padding:0;transition:color .15s}.install-banner-close:active{color:#94a3b8}.app-shell{display:flex;flex-direction:column;flex:1;min-height:0;height:100%;background:var(--dark-bg);padding:0 env(safe-area-inset-right) 0 env(safe-area-inset-left)}.app-shell-header{display:flex;align-items:center;justify-content:space-between;padding-top:calc(12px + env(safe-area-inset-top,0px));padding-bottom:12px;padding-left:16px;padding-right:16px;background:var(--secondary);border-bottom:1px solid var(--border);flex-shrink:0;min-height:48px}.app-shell-title-wrap{display:flex;align-items:center;gap:10px;direction:ltr}.app-shell-title{font-size:clamp(1rem,4vw,1.25rem);font-weight:700;color:var(--text-light)}.app-shell-status{font-size:12px;color:var(--text-dim)}.app-shell-status.ok{color:var(--accent)}.app-shell-status.ok:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent);margin-right:6px;vertical-align:middle}.app-shell-status.off{color:#888}.app-shell-main{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column;position:relative}.app-tab-pane{position:absolute;top:0;right:0;bottom:0;left:0;display:none;flex-direction:column;overflow:auto;-webkit-overflow-scrolling:touch;padding-bottom:calc(80px + env(safe-area-inset-bottom))}.app-tab-pane--active{display:flex}@media(max-width:480px){.app-shell-header{padding-top:calc(10px + env(safe-area-inset-top,0px));padding-bottom:10px;padding-left:12px;padding-right:12px}.app-shell-title{font-size:1rem}}:root{--primary: #008080;--secondary: #134E4A;--dark-bg: #0D1B1F;--accent: #14B8A6;--text-light: #FFFFFF;--text-dim: rgba(255, 255, 255, .88);--border: rgba(20, 184, 166, .25)}*{box-sizing:border-box;font-feature-settings:"tnum" 0}:root{-webkit-locale:"en"}[dir=rtl] *,:lang(ar) *{font-variant-numeric:normal}html,body,#root{height:100%;width:100%;margin:0;padding:0}#root{display:flex;flex-direction:column;overflow:hidden}.app{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--dark-bg);color:var(--text-light);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;overflow-x:hidden}:lang(ar),[dir=rtl]{font-family:Noto Kufi Arabic,system-ui,-apple-system,sans-serif}[dir=rtl] p,[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] h3,[dir=rtl] h4{line-height:1.65}body{padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}button,a{-webkit-tap-highlight-color:transparent}
