@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{overflow-y:auto!important;height:auto!important}body{font-family:Inter,sans-serif;background:linear-gradient(135deg,#0f172a,#1e3a8a,#3b82f6);background-attachment:fixed;min-height:100vh;width:100%;overflow-y:auto!important;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;transition:background .3s ease}[data-theme=dark] body{background:linear-gradient(135deg,#0f172a,#1a1f3a,#1e293b);color:#e2e8f0}body::-webkit-scrollbar{display:none;width:0}#root{width:100%;min-height:100vh;display:block}:root{--bg-primary: #ffffff;--bg-secondary: #f8fafc;--text-primary: #0f172a;--text-secondary: #64748b;--border-color: #e2e8f0;--card-bg: #ffffff;--shadow: rgba(0, 0, 0, .1)}[data-theme=dark]{--bg-primary: #1e293b;--bg-secondary: #0f172a;--text-primary: #e2e8f0;--text-secondary: #cbd5e1;--border-color: #334155;--card-bg: #1e293b;--shadow: rgba(0, 0, 0, .3)}[data-theme=dark]{background-color:var(--bg-secondary);color:var(--text-primary)}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{background-color:var(--bg-primary);color:var(--text-primary);border-color:var(--border-color)}[data-theme=dark] button{color:var(--text-primary)}.navbar{position:sticky;top:0;z-index:30;background:#fff;-webkit-backdrop-filter:saturate(140%) blur(14px);backdrop-filter:saturate(140%) blur(14px);border-bottom:1px solid rgba(15,23,42,.08);height:70px}[data-theme=dark] .navbar{background:#1e293bd9;border-bottom-color:#3341554d}.navbar-inner{max-width:1320px;margin:0 auto;height:100%;display:flex;align-items:center;gap:32px;padding:0 32px;box-sizing:border-box}.navbar-brand{font-weight:800;font-size:22px;letter-spacing:-.02em;background:linear-gradient(135deg,#4f46e5,#8b5cf6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;cursor:pointer;transition:transform .15s;display:flex;align-items:center;gap:8px}.navbar-brand:hover{transform:scale(1.02)}.navbar-brand .dot{width:9px;height:9px;border-radius:99px;background:linear-gradient(135deg,#4f46e5,#8b5cf6);box-shadow:0 0 0 4px #6366f126}.navbar-links{display:flex;gap:4px;flex:1;justify-content:center}.nav-link{padding:9px 16px;border-radius:99px;font-weight:600;font-size:14.5px;color:#6b769b;text-decoration:none;transition:all .15s;border:1px solid transparent;background:none;cursor:pointer;font-family:inherit}.nav-link:hover{color:#1f2a55;background:#eef0f8}.nav-link.active{color:#4f46e5;background:#eef2ff;border-color:#6366f12e}[data-theme=dark] .nav-link{color:#9aa3c2}[data-theme=dark] .nav-link:hover{color:#e2e8f0;background:#6366f11a}[data-theme=dark] .nav-link.active{color:#a78bfa;background:#a78bfa1a;border-color:#a78bfa33}.navbar-right{display:flex;align-items:center;gap:14px;margin-left:auto}.theme-toggle{width:44px;height:24px;border-radius:99px;background:#eef0f8;position:relative;cursor:pointer;border:1px solid #cdd3e6;transition:all .2s}.theme-toggle:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000026;transition:left .2s}[data-theme=dark] .theme-toggle{background:#334155;border-color:#475569}[data-theme=dark] .theme-toggle:after{left:22px}.user-chip{display:flex;align-items:center;gap:10px;padding:5px 14px 5px 5px;border-radius:99px;background:#fff;border:1px solid #cdd3e6}[data-theme=dark] .user-chip{background:#1e293b;border-color:#475569}.avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#a78bfa,#6366f1);color:#fff;font-weight:700;font-size:13px;display:grid;place-items:center;flex-shrink:0}.user-chip .name{font-size:13.5px;font-weight:600;color:#1f2a55}[data-theme=dark] .user-chip .name{color:#f1f5f9}.btn-logout{color:#6b769b!important;background:none;border:none;cursor:pointer;padding:0;font:inherit}.btn-logout:hover{color:#4f46e5!important}[data-theme=dark] .btn-logout{color:#94a3b8!important}[data-theme=dark] .btn-logout:hover{background-color:#e11d4826!important;color:#fb7185!important}.theme-toggle{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:space-between;width:50px;height:26px;background:#cbd5e1;border-radius:50px;padding:0 2px;margin:0 10px;position:relative;transition:all .3s ease;box-shadow:inset 0 1px 3px #0000001a}.theme-toggle.dark{background:#334155}.theme-toggle:hover{opacity:.9}.toggle-slider{position:absolute;width:22px;height:22px;background:#fff;border-radius:50%;top:2px;left:2px;transition:left .3s ease;box-shadow:0 2px 4px #0003}.theme-toggle.dark .toggle-slider{left:26px}[data-theme=dark] .theme-toggle{background:#334155}.user-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:15px;border-left:2px solid #f1f5f9;min-width:70px;gap:2px;margin-right:10px}.user-icon{width:26px;height:26px;border-radius:50%;object-fit:cover;border:1px solid #e2e8f0;background:#fff}.navbar-user{font-size:.75rem;font-weight:700;color:#475569;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .user-badge{border-left-color:#334155}[data-theme=dark] .user-icon{border-color:#475569;background:#fff}[data-theme=dark] .navbar-user{color:#cbd5e1}.flying-planes-container{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;background:radial-gradient(circle at 20% 50%,#0f172a80,#1e3a8a80 40%,#0f172ab3);box-shadow:inset 0 0 60px #2563eb1a}.sonar-scanner{position:absolute;width:120%;height:120%;inset:-10% 0 0 -35%}.distance-rings{animation:ringPulse 4s ease-in-out infinite}@keyframes ringPulse{0%,to{opacity:.3}50%{opacity:.5}}.bearing-lines{animation:bearingFlicker 3s ease-in-out infinite}@keyframes bearingFlicker{0%,to{opacity:.25}50%{opacity:.4}}.compass-points{animation:compassGlow 2s ease-in-out infinite}@keyframes compassGlow{0%,to{opacity:.35;filter:drop-shadow(0 0 2px rgba(37,99,235,.4))}50%{opacity:.5;filter:drop-shadow(0 0 4px rgba(37,99,235,.6))}}.scan-beam{transform-origin:500px 500px;animation:radarScan 6s linear infinite;will-change:transform}@keyframes radarScan{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.scan-beam-secondary{transform-origin:500px 500px;animation:radarScanSecondary 6s linear infinite;will-change:transform}@keyframes radarScanSecondary{0%{transform:rotate(180deg)}to{transform:rotate(540deg)}}.radar-blip{position:absolute;width:12px;height:12px;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}.blip-center{position:absolute;width:4px;height:4px;background:#2563eb;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 4px #2563eb,0 0 8px #2563eb66;animation:blipPulse 1.2s ease-in-out infinite}@keyframes blipPulse{0%,to{box-shadow:0 0 4px #2563eb,0 0 8px #2563eb66}50%{box-shadow:0 0 6px #2563eb,0 0 12px #2563eb99}}.blip-ring{position:absolute;border:1px solid #3b82f6;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);animation:blipRing 1.5s ease-out infinite}.ring-1{width:12px;height:12px;animation-delay:0s;opacity:.7}.ring-2{width:20px;height:20px;animation-delay:.35s;opacity:.5}.ring-3{width:28px;height:28px;animation-delay:.7s;opacity:.3}@keyframes blipRing{0%{opacity:.8;transform:translate(-50%,-50%) scale(.6)}to{opacity:0;transform:translate(-50%,-50%) scale(1.4)}}.aircraft-callsign{display:none}@keyframes callsignFlicker{0%,to{opacity:.8}50%{opacity:1}}.speed-vector{position:absolute;width:2px;height:20px;background:linear-gradient(to bottom,rgba(37,99,235,.8),transparent);top:-20px;left:50%;transform:translate(-50%);animation:vectorPulse 1s ease-in-out infinite}@keyframes vectorPulse{0%,to{opacity:.4;height:20px}50%{opacity:.7;height:25px}}.flight-path-line{position:absolute;width:120px;height:2px;background:linear-gradient(to right,rgba(255,255,255,.9),rgba(255,255,255,.6),rgba(255,255,255,.2),transparent);top:50%;right:0;transform:translateY(-50%);filter:blur(1px);pointer-events:none;animation:pathTrail var(--duration) linear var(--delay) infinite}.radar-status{position:fixed;bottom:20px;left:20px;z-index:10;font-family:Courier New,monospace;font-size:11px;color:#2563eb;text-shadow:0 0 5px rgba(37,99,235,.5);letter-spacing:2px;pointer-events:none;background:#0f172acc;border:1px solid rgba(37,99,235,.4);padding:8px 12px;border-radius:2px;box-shadow:inset 0 0 10px #2563eb1a,0 0 10px #2563eb33}.status-item{display:flex;gap:8px;margin-bottom:4px;animation:statusGlow 2s ease-in-out infinite}.status-item:last-child{margin-bottom:0}.status-label{opacity:.7}.status-value{font-weight:700;min-width:30px}@keyframes statusGlow{0%,to{text-shadow:0 0 5px rgba(37,99,235,.5)}50%{text-shadow:0 0 8px rgba(37,99,235,.8)}}@media(max-width:768px){.aircraft-callsign{font-size:7px;bottom:-14px}.speed-vector{height:15px}.radar-status{font-size:9px;padding:6px 10px;bottom:15px;left:15px}}@media(max-width:480px){.radar-status,.aircraft-callsign{display:none}}.login-page{min-height:calc(100vh - 70px);display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#0f172a,#1e3a8a,#1e40af,#0369a1,#0284c7,#0ea5e9);background-size:400% 400%;animation:gradientShift 15s ease infinite;position:relative;overflow:hidden;z-index:1}.login-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(37,99,235,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(118,75,162,.1) 0%,transparent 50%);pointer-events:none;z-index:0}.login-card{width:100%;max-width:480px;background:linear-gradient(135deg,#fffffff2,#f8faffeb);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);padding:3.5rem;border-radius:32px;box-shadow:0 25px 50px -12px #00000040,0 0 60px #2563eb33,inset 0 1px #fff9;text-align:center;border:2px solid rgba(255,255,255,.9);animation:slideUp .6s cubic-bezier(.34,1.56,.64,1);position:relative;z-index:10;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}[data-theme=dark] .login-card{background:linear-gradient(135deg,#1e293bf2,#0f172aeb);border-color:#60a5fa4d;box-shadow:0 25px 50px -12px #00000080,0 0 60px #60a5fa26,inset 0 1px #ffffff1a}.login-title{font-size:2.4rem;font-weight:900;background:linear-gradient(135deg,#0f172a,#2563eb,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2.5rem;letter-spacing:-1px;text-shadow:0 2px 4px rgba(0,0,0,.05)}.login-input-group{margin-bottom:18px}.login-input{width:100%;padding:14px 18px;border:2px solid rgba(37,99,235,.2);border-radius:14px;background:linear-gradient(135deg,#f8faffcc,#f0f9ff99);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.95rem;font-weight:500;box-sizing:border-box;outline:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);color:#0f172a}.login-input::placeholder{color:#64748b;font-weight:500}.login-input:focus{border-color:#2563eb!important;background:linear-gradient(135deg,#f8fafffa,#f0f9fff2)!important;box-shadow:0 0 0 4px #2563eb26,inset 0 1px #fff9;transform:translateY(-2px)}[data-theme=dark] .login-input{background:linear-gradient(135deg,#0f172acc,#1e293b99);border-color:#60a5fa33;color:#e2e8f0}[data-theme=dark] .login-input:focus{border-color:#60a5fa!important;background:linear-gradient(135deg,#0f172afa,#1e293bf2)!important;box-shadow:0 0 0 4px #60a5fa26,inset 0 1px #ffffff1a}.login-btn{width:100%;padding:16px;background:linear-gradient(135deg,#2563eb,#1e40af,#1e3a8a);color:#fff;border:none;border-radius:14px;font-weight:800;font-size:.95rem;cursor:pointer;margin-top:16px;text-transform:uppercase;letter-spacing:1px;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 8px 20px #2563eb4d,0 0 30px #2563eb1a;position:relative;overflow:hidden}.login-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.login-btn:hover{transform:translateY(-4px);box-shadow:0 12px 30px #2563eb66,0 0 40px #2563eb33}.login-btn:hover:before{left:100%}.login-btn:active{transform:translateY(-1px)}.register-redirect-link{color:#2563eb;text-decoration:none;font-weight:800;transition:all .3s ease;margin-top:16px;display:block}.register-redirect-link:hover{color:#764ba2;transform:scale(1.05);text-decoration:underline wavy}.otp-step-container{display:flex;flex-direction:column;align-items:center;animation:fadeIn .4s ease-out}.qr-instructions{color:#334155;font-size:.95rem;margin-bottom:2rem;line-height:1.6;font-weight:500}.pin-input-wrapper{background:linear-gradient(135deg,#f8faffcc,#f0f9ff99);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:16px;border-radius:16px;border:2px solid rgba(37,99,235,.2);margin-bottom:1.8rem;width:100%;box-sizing:border-box;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.pin-input-wrapper:focus-within{border-color:#2563eb!important;background:linear-gradient(135deg,#f8fafffa,#f0f9fff2)!important;box-shadow:0 0 0 4px #2563eb26;transform:scale(1.01)}.login-otp-input{width:100%;border:none!important;background:transparent!important;font-size:2.8rem!important;font-weight:900!important;letter-spacing:1.2rem;text-align:center;background:linear-gradient(135deg,#2563eb,#1e40af)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;outline:none!important}.login-otp-input::placeholder{color:#cbd5e199;letter-spacing:1.2rem}.login-error{color:#dc2626;font-size:.9rem;margin-top:14px;margin-bottom:14px;padding:12px 16px;background:linear-gradient(135deg,#dc26261a,#f43f5e0d);border-radius:12px;border-left:4px solid #dc2626;font-weight:600;animation:shake .4s cubic-bezier(.36,0,.66,-.56)}[data-theme=dark] .login-title{background:linear-gradient(135deg,#93c5fd,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .login-input{background:linear-gradient(135deg,#1e293bcc,#0f172a99);border-color:#60a5fa4d;color:#e2e8f0}[data-theme=dark] .login-input:focus{border-color:#60a5fa!important;background:linear-gradient(135deg,#1e293bfa,#0f172af2)!important;box-shadow:0 0 0 4px #60a5fa26}[data-theme=dark] .login-input::placeholder{color:#94a3b8}[data-theme=dark] .login-btn{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff}[data-theme=dark] .login-btn:hover{background:linear-gradient(135deg,#2563eb,#1e3a8a);box-shadow:0 20px 25px -5px #3b82f64d}[data-theme=dark] .pin-input-wrapper{background:linear-gradient(135deg,#1e293bcc,#0f172a99);border-color:#60a5fa4d}[data-theme=dark] .pin-input-wrapper:focus-within{border-color:#60a5fa!important;background:linear-gradient(135deg,#1e293bfa,#0f172af2)!important;box-shadow:0 0 0 4px #60a5fa26}[data-theme=dark] .login-otp-input{background:linear-gradient(135deg,#60a5fa,#3b82f6)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}[data-theme=dark] .login-error{color:#fca5a5;background:linear-gradient(135deg,#7f1d1d33,#991b1b1a);border-left-color:#f87171}.aviation-map-container{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;background:radial-gradient(circle at 20% 50%,#0f172a80,#1e3a8a66 40%,#0f172a99);box-shadow:inset 0 0 60px #2563eb14}.aviation-map{position:absolute;width:120%;height:120%;inset:-10% 0 0 -35%}.flight-corridors{animation:corridorPulse 4s ease-in-out infinite}@keyframes corridorPulse{0%,to{opacity:.25}50%{opacity:.4}}.waypoints{animation:waypointGlow 3s ease-in-out infinite}@keyframes waypointGlow{0%,to{opacity:.4}50%{opacity:.6}}.airports{animation:airportFlicker 2.5s ease-in-out infinite}@keyframes airportFlicker{0%,to{opacity:.35}50%{opacity:.5}}.map-grid{animation:gridFade 5s ease-in-out infinite}@keyframes gridFade{0%,to{opacity:.1}50%{opacity:.15}}.map-scale{animation:scalePulse 3s ease-in-out infinite}@keyframes scalePulse{0%,to{opacity:.2}50%{opacity:.35}}.plane-icon{position:absolute;width:50px;height:50px;left:var(--start-x);top:var(--start-y);transform:translate(-50%,-50%) rotate(var(--rotation));animation:planeFlight var(--duration) linear var(--delay) infinite;display:flex;align-items:center;justify-content:center}@keyframes planeFlight{0%{left:var(--start-x);top:var(--start-y);opacity:0}5%{opacity:var(--opacity)}95%{opacity:var(--opacity)}to{left:var(--end-x);top:var(--end-y);opacity:0}}.plane-icon svg{width:16px;height:16px;filter:drop-shadow(0 0 3px rgba(37,99,235,.8));animation:aircraftGlow 1.5s ease-in-out infinite}@keyframes aircraftGlow{0%,to{filter:drop-shadow(0 0 3px rgba(37,99,235,.8))}50%{filter:drop-shadow(0 0 6px rgba(37,99,235,.9)) drop-shadow(0 0 2px rgba(14,165,233,.6))}}.flight-trail{position:absolute;width:120px;height:2px;background:linear-gradient(to right,rgba(255,255,255,.9),rgba(255,255,255,.6),rgba(255,255,255,.2),transparent);top:50%;right:0;transform:translateY(-50%);filter:blur(1px);pointer-events:none;animation:pathTrail var(--duration) linear var(--delay) infinite}@keyframes pathTrail{0%{opacity:0}10%{opacity:.8}90%{opacity:.4}to{opacity:0}}@media(max-width:768px){.aviation-map{left:-50%;top:-10%;width:150%;height:120%}}@media(max-width:480px){.aviation-map{left:-60%;top:-20%;width:180%;height:140%}.map-scale{display:none}}.register-page{min-height:calc(100vh - 70px);display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#0f172a,#1e3a8a,#1e40af,#0369a1,#0284c7,#0ea5e9);background-size:400% 400%;animation:gradientShift 15s ease infinite;position:relative;overflow:hidden;z-index:1}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.register-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(37,99,235,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(118,75,162,.1) 0%,transparent 50%);pointer-events:none;z-index:0}.register-card{width:100%;max-width:520px;background:linear-gradient(135deg,#fffffff2,#f8faffeb);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);padding:3.5rem;border-radius:32px;box-shadow:0 25px 50px -12px #00000040,0 0 60px #2563eb33,inset 0 1px #fff9;text-align:center;border:2px solid rgba(255,255,255,.9);animation:slideUp .6s cubic-bezier(.34,1.56,.64,1);position:relative;z-index:10;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}[data-theme=dark] .register-card{background:linear-gradient(135deg,#1e293bf2,#0f172aeb);border-color:#60a5fa4d;box-shadow:0 25px 50px -12px #00000080,0 0 60px #60a5fa26,inset 0 1px #ffffff1a}@keyframes slideUp{0%{opacity:0;transform:translateY(60px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.register-title{font-size:2rem;font-weight:900;background:linear-gradient(135deg,#0f172a,#2563eb,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2.5rem;letter-spacing:-1px;text-shadow:0 2px 4px rgba(0,0,0,.05)}.register-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px}.register-input{width:100%;padding:14px 18px;border:2px solid rgba(37,99,235,.2);border-radius:14px;background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.95rem;box-sizing:border-box;transition:all .3s cubic-bezier(.4,0,.2,1)}.register-input:focus{outline:none;border-color:#2563eb;background:#ffffffe6;transform:scale(1.02);box-shadow:0 0 0 3px #2563eb1a,0 8px 16px #2563eb26}.register-input::placeholder{color:#0f172a80}[data-theme=dark] .register-input{background:#0f172ab3;border-color:#60a5fa33;color:#e2e8f0}[data-theme=dark] .register-input:focus{border-color:#60a5fa;background:#0f172ae6;box-shadow:0 0 0 3px #60a5fa1a,0 8px 16px #60a5fa26}[data-theme=dark] .register-input::placeholder{color:#e2e8f080}.full-width{margin-bottom:15px}.register-btn{width:100%;padding:16px;background:linear-gradient(135deg,#2563eb,#1e40af,#1e3a8a);color:#fff;border:none;border-radius:14px;font-weight:800;font-size:.95rem;cursor:pointer;margin-top:16px;text-transform:uppercase;letter-spacing:1px;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 8px 20px #2563eb4d,0 0 30px #2563eb1a;position:relative;overflow:hidden}.register-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.register-btn:hover{transform:translateY(-4px);box-shadow:0 12px 30px #2563eb66,0 0 40px #2563eb33}.register-btn:hover:before{left:100%}.register-btn:active{transform:translateY(-1px)}.qr-container{display:flex;flex-direction:column;align-items:center}.qr-instructions{color:#0f172a;font-size:.95rem;margin-bottom:1.5rem;line-height:1.6;font-weight:500}.qr-wrapper{background:linear-gradient(135deg,#f8faffcc,#f0f9ff99);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px;border-radius:20px;border:2px solid rgba(37,99,235,.2);margin-bottom:2rem;box-shadow:0 8px 16px #2563eb1a}.qr-img{width:220px;height:220px;display:block}.register-error{color:#dc2626;font-size:.9rem;margin-top:14px;margin-bottom:14px;padding:12px 16px;background:linear-gradient(135deg,#dc26261a,#f43f5e0d);border-radius:12px;border-left:4px solid #dc2626;font-weight:600;animation:shake .4s cubic-bezier(.36,0,.66,-.56)}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}[data-theme=dark] .register-title{background:linear-gradient(135deg,#93c5fd,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .register-btn{background:linear-gradient(135deg,#3b82f6,#1e40af,#1e3a8a);box-shadow:0 8px 20px #3b82f64d,0 0 30px #3b82f61a}[data-theme=dark] .register-btn:hover{box-shadow:0 12px 30px #3b82f666,0 0 40px #3b82f633}[data-theme=dark] .qr-instructions{color:#cbd5e1}[data-theme=dark] .qr-wrapper{background:linear-gradient(135deg,#1e293bcc,#0f172a99);border-color:#60a5fa4d;box-shadow:0 8px 16px #60a5fa1a}[data-theme=dark] .register-error{color:#fca5a5;background:linear-gradient(135deg,#7f1d1d33,#991b1b1a);border-left-color:#f87171}.admin-page{min-height:calc(100vh - 70px);padding:4rem 2rem;display:flex;justify-content:center;align-items:flex-start;box-sizing:border-box;background:linear-gradient(135deg,#0f172a,#1e3a8a,#1e40af,#0369a1,#0284c7,#0ea5e9);background-size:400% 400%;transition:background .3s ease}[data-theme=dark] .admin-page{background:#0f172a}.admin-card{width:100%;max-width:1200px;background:#fffffff2!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px!important;box-shadow:0 20px 60px #00000040!important;overflow:hidden;border:1px solid rgba(255,255,255,.3)!important;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}[data-theme=dark] .admin-card{background:#1e293bf2!important;border:1px solid rgba(96,165,250,.2)!important;box-shadow:0 20px 60px #00000080!important}.admin-header{padding:3rem;background:#fff;border-bottom:1px solid #f0f2f5;display:flex;flex-direction:column;gap:.5rem;transition:background .3s ease,border-color .3s ease}.admin-title{font-family:Inter,sans-serif;font-weight:800!important;color:#1a202c;letter-spacing:-1px;margin:0!important;font-size:2.5rem!important;transition:color .3s ease}.admin-subtitle{color:#718096;font-size:1rem;font-weight:500;transition:color .3s ease}[data-theme=dark] .admin-header{background:#1e293b;border-bottom:1px solid #334155}[data-theme=dark] .admin-title{color:#e2e8f0}[data-theme=dark] .admin-subtitle{color:#94a3b8}.MuiTable-root{border-collapse:separate!important;border-spacing:0}.MuiTableCell-head{background:#f8fafc!important;color:#4a5568!important;font-weight:700!important;font-size:.8rem!important;text-transform:uppercase;letter-spacing:.1em;padding:1.5rem 3rem!important;border-bottom:1px solid #edf2f7!important;transition:background .3s ease,color .3s ease,border-color .3s ease}[data-theme=dark] .MuiTableCell-head{background:#0f172a!important;color:#cbd5e1!important;border-bottom:1px solid #334155!important}.MuiTableCell-body{padding:1.2rem 3rem!important;border-bottom:1px solid #f1f5f9!important;color:#2d3748!important;font-size:.95rem!important;transition:all .3s ease}[data-theme=dark] .MuiTableCell-body{background:#1e293b;border-bottom:1px solid #334155!important;color:#e2e8f0!important}.admin-table-row{transition:all .2s ease}.admin-table-row:hover{background-color:#3b82f60a!important;transform:scale(1.002)}[data-theme=dark] .admin-table-row:hover{background-color:#60a5fa1a!important}.user-bold{font-weight:700!important;color:#1a202c!important;transition:color .3s ease}.email-dim{color:#718096!important;font-weight:400;transition:color .3s ease}[data-theme=dark] .user-bold{color:#e2e8f0!important}[data-theme=dark] .email-dim{color:#94a3b8!important}.role-form{min-width:140px}.role-select-box{border-radius:12px!important;font-size:.85rem!important;font-weight:700!important;transition:all .3s ease!important;border:none!important}.role-select-box fieldset{border:none!important}.role-admin{background:#fee2e2!important;color:#991b1b!important}.role-user{background:#e0e7ff!important;color:#3730a3!important}.role-select-box:hover{filter:brightness(.95);cursor:pointer}[data-theme=dark] .role-admin{background:#7f1d1d!important;color:#fecaca!important}[data-theme=dark] .role-user{background:#1e3a8a!important;color:#bfdbfe!important}.delete-icon-btn{color:#e53e3e!important;background:#e53e3e0d!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;border-radius:12px!important}.delete-icon-btn:hover:not(:disabled){background:#feb2b2!important;color:#c53030!important;transform:rotate(10deg) scale(1.2);box-shadow:0 4px 12px #e53e3e33}.delete-icon-btn:disabled{opacity:.3}[data-theme=dark] .delete-icon-btn{color:#f87171!important;background:#ef44441a!important}[data-theme=dark] .delete-icon-btn:hover:not(:disabled){background:#ef444433!important;color:#fca5a5!important;box-shadow:0 4px 12px #ef44444d}.admin-loading{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}.admin-loading p{color:#fff;font-weight:600;letter-spacing:1px;transition:color .3s ease}[data-theme=dark] .admin-loading p{color:#e2e8f0}@media(max-width:768px){.admin-page{padding:1rem}.admin-header{padding:1.5rem;text-align:center}.admin-title{font-size:1.8rem!important}}.status-dot{display:inline-block;width:12px;height:12px;border-radius:50%}.status-active{background-color:#22c55e;box-shadow:0 0 6px #22c55e99}.status-inactive{background-color:#ef4444;box-shadow:0 0 6px #ef444499}[data-theme=dark] .MuiPaper-root{background-color:#1e293b!important;color:#e2e8f0!important}[data-theme=dark] .MuiTable-root{background-color:#1e293b!important}[data-theme=dark] .MuiSelect-root{color:#e2e8f0!important}[data-theme=dark] .MuiSelect-icon{color:#60a5fa!important}[data-theme=dark] .MuiOutlinedInput-root{color:#e2e8f0!important}[data-theme=dark] .MuiOutlinedInput-notchedOutline{border-color:#475569!important}[data-theme=dark] .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#64748b!important}[data-theme=dark] .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#60a5fa!important}[data-theme=dark] .MuiMenu-paper{background-color:#1e293b!important}[data-theme=dark] .MuiMenuItem-root{color:#e2e8f0!important}[data-theme=dark] .MuiMenuItem-root:hover{background-color:#60a5fa1a!important}.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}}.airports-search-module{display:flex;flex-direction:column;height:100%;gap:15px}.airports-modes-switch{display:flex;background:#f1f5f9;padding:4px;border-radius:12px;transition:background .3s ease}[data-theme=dark] .airports-modes-switch{background:#1e293b}.airports-modes-switch button{flex:1;padding:8px;border:none;border-radius:9px;background:transparent;cursor:pointer;font-size:.85rem;font-weight:700;color:#64748b;transition:.2s}.airports-modes-switch button.active{background:#fff;color:#3b82f6;box-shadow:0 4px 10px #0000000d}[data-theme=dark] .airports-modes-switch button{color:#94a3b8}[data-theme=dark] .airports-modes-switch button.active{background:#0f172a;color:#60a5fa;box-shadow:0 4px 10px #60a5fa1a}.search-input-group{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:12px;opacity:.4}.airport-search-bar{width:100%;padding:12px 12px 12px 38px;border-radius:12px;border:1.5px solid #e2e8f0;background:#f8fafc;outline:none;transition:.2s}.airport-search-bar:focus{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a}[data-theme=dark] .airport-search-bar{background:#0f172a;border-color:#475569;color:#e2e8f0}[data-theme=dark] .airport-search-bar:focus{background:#1e293b;border-color:#60a5fa;box-shadow:0 0 0 4px #60a5fa1a}.results-container{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.result-card{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid #f1f5f9;border-radius:14px;cursor:pointer;transition:.2s ease}.result-card:hover{transform:translateY(-2px);border-color:#3b82f6;box-shadow:0 10px 15px -3px #3b82f61a}[data-theme=dark] .result-card{background:#1e293b;border-color:#334155}[data-theme=dark] .result-card:hover{border-color:#60a5fa;box-shadow:0 10px 15px -3px #60a5fa1a}.icon-circle{width:34px;height:34px;background:#eff6ff;color:#3b82f6;border-radius:10px;display:flex;align-items:center;justify-content:center}[data-theme=dark] .icon-circle{background:#60a5fa1a;color:#60a5fa}.info{display:flex;flex-direction:column;flex:1}.info strong{font-size:.85rem;color:#1e293b}.info small{font-size:.75rem;color:#64748b}[data-theme=dark] .info strong{color:#e2e8f0}[data-theme=dark] .info small{color:#94a3b8}.arrow-indicator{color:#3b82f6;opacity:0;transform:translate(-5px);transition:.2s}.result-card:hover .arrow-indicator{opacity:1;transform:translate(0)}.spinner-loader{position:absolute;right:12px;width:16px;height:16px;border:2px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .6s linear infinite}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}html,body,#root{margin:0;padding:0;height:100%;width:100%;overflow:hidden;font-family:Segoe UI,Roboto,sans-serif}.home-layout{display:flex;width:100vw;height:calc(100vh - 70px);overflow:hidden;background:#f8fafc;transition:background .3s ease}[data-theme=dark] .home-layout{background:#0f172a}.map-wrapper{position:relative;flex:1;height:100%;transition:flex .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#a8d5e8,#8bc5d9);border-right:1px solid rgba(255,255,255,.2)}[data-theme=dark] .map-wrapper{background:linear-gradient(135deg,#1a3a52,#0f172a);border-right-color:#64748b4d}.map-frame{width:100%;height:100%;outline:none}.airports-panel-container{width:350px;height:100%;border-left:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fafc);z-index:1001;box-shadow:-8px 0 32px #0000001f;display:flex;flex-direction:column;transition:width .3s cubic-bezier(.4,0,.2,1)}[data-theme=dark] .airports-panel-container{background:linear-gradient(180deg,#1e293b,#0f172a);border-left-color:#334155;box-shadow:-8px 0 32px #00000080}.airports-panel-container.wide-panel{width:800px}.sidebar-header{padding:20px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#fff,#f1f5f9)}[data-theme=dark] .sidebar-header{background:linear-gradient(135deg,#1e293b,#0f172a);border-bottom-color:#334155}.sidebar-header h2{font-size:1.25rem;color:#1e40af;margin:0;font-weight:600;letter-spacing:.5px;text-transform:uppercase}[data-theme=dark] .sidebar-header h2{color:#60a5fa}.close-panel-x{background:none;border:none;font-size:24px;cursor:pointer;color:#64748b;transition:color .2s,transform .2s;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px}.close-panel-x:hover{color:#1e293b;background:#0f172a0d;transform:rotate(90deg)}[data-theme=dark] .close-panel-x{color:#94a3b8}[data-theme=dark] .close-panel-x:hover{color:#e2e8f0;background:#ffffff1a}.sidebar-dual-content{display:flex;flex:1;overflow:hidden}.sidebar-column{flex:1;padding:18px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.sidebar-column::-webkit-scrollbar{width:6px}.sidebar-column::-webkit-scrollbar-track{background:transparent}.sidebar-column::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.sidebar-column::-webkit-scrollbar-thumb:hover{background:#94a3b8}[data-theme=dark] .sidebar-column{scrollbar-color:#475569 transparent}[data-theme=dark] .sidebar-column::-webkit-scrollbar-thumb{background:#475569}[data-theme=dark] .sidebar-column::-webkit-scrollbar-thumb:hover{background:#64748b}.search-col{border-right:1px solid #e2e8f0}[data-theme=dark] .search-col{border-right-color:#334155}.ai-predictor-card{background:linear-gradient(135deg,#f0f4ff,#f8faff);border:1px solid #dbeafe;border-radius:12px;padding:20px;box-shadow:0 4px 6px #3b82f60d;transition:all .3s ease}.ai-predictor-card:hover{box-shadow:0 8px 12px #3b82f61a;border-color:#bfdbfe}[data-theme=dark] .ai-predictor-card{background:linear-gradient(135deg,#1e3a8a,#1e293b);border-color:#1e40af;box-shadow:0 4px 6px #1e40af1a}[data-theme=dark] .ai-predictor-card:hover{box-shadow:0 8px 12px #1e40af33;border-color:#3b82f6}.ai-title{display:flex;align-items:center;gap:10px;margin-bottom:18px;padding-bottom:12px;border-bottom:2px solid rgba(59,130,246,.2)}[data-theme=dark] .ai-title{border-bottom-color:#60a5fa33}.ai-title:before{content:"";display:inline-block;width:4px;height:20px;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:2px}.ai-title h3{font-size:1.05rem;color:#1e40af;margin:0;font-weight:600}[data-theme=dark] .ai-title h3{color:#60a5fa}.ai-form{display:flex;flex-direction:column;gap:14px}.ai-form input{padding:11px 14px;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;background:#fff;transition:all .2s ease;color:#0f172a}[data-theme=dark] .ai-form input{background:transparent;border-color:#475569;color:#e2e8f0}[data-theme=dark] .ai-form input:focus{outline:none;border-color:#60a5fa;background:transparent;box-shadow:0 0 0 3px #60a5fa1a}.row-inputs{display:grid;grid-template-columns:1fr 1.5fr;gap:12px}.ai-predict-btn{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;padding:12px 16px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px #3b82f633;font-size:.95rem}.ai-predict-btn:hover:not(:disabled){background:linear-gradient(135deg,#1e40af,#1e3a8a);box-shadow:0 6px 12px #3b82f64d;transform:translateY(-1px)}.ai-predict-btn:active:not(:disabled){transform:translateY(0)}.ai-predict-btn:disabled{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);cursor:not-allowed;box-shadow:none}[data-theme=dark] .ai-predict-btn:disabled{background:linear-gradient(135deg,#475569,#334155)}.ai-result{margin-top:14px;padding:16px;border-radius:10px;text-align:center;display:flex;flex-direction:column;gap:8px;animation:slideUp .3s cubic-bezier(.4,0,.2,1);border-left:4px solid;box-shadow:0 4px 8px #0000000d}.ai-result.delayed{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#7f1d1d;border-left-color:#dc2626}.ai-result.on-time{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#15803d;border-left-color:#22c55e}[data-theme=dark] .ai-result{box-shadow:0 4px 8px #0000004d}[data-theme=dark] .ai-result.delayed{background:linear-gradient(135deg,#7f1d1d,#5f1d1d);color:#fecaca;border-left-color:#f87171}[data-theme=dark] .ai-result.on-time{background:linear-gradient(135deg,#15803d,#0d4a2d);color:#bbf7d0;border-left-color:#86efac}.mini-loader{position:absolute;top:20px;left:50%;transform:translate(-50%);z-index:1005;background:#fff;padding:10px 18px;border-radius:8px;box-shadow:0 4px 12px #00000026;font-size:.85rem;color:#0f172a;font-weight:500;display:flex;align-items:center;gap:8px;animation:slideDown .3s ease}[data-theme=dark] .mini-loader{background:#1e293b;box-shadow:0 4px 12px #00000080;color:#e2e8f0}.mini-loader:before{content:"";display:inline-block;width:12px;height:12px;border:2px solid #3b82f6;border-right-color:transparent;border-radius:50%;animation:spin .8s linear infinite}.open-panel-btn{position:absolute;top:50%;right:0;transform:translateY(-50%);z-index:1005;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;padding:12px 10px;cursor:pointer;border-radius:8px 0 0 8px;box-shadow:-4px 0 12px #3b82f64d;transition:all .2s ease;font-weight:600;font-size:.9rem}.open-panel-btn:hover{box-shadow:-6px 0 16px #3b82f666;transform:translateY(-50%) translate(-2px)}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{appearance:textfield;-moz-appearance:textfield}.ai-form input::placeholder{color:#94a3b8;opacity:.7}.ai-form input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a;background:#fafbff}.ai-form input:hover{border-color:#bfdbfe}.input-field{display:flex;flex-direction:column;gap:6px}.input-field label{font-size:.8rem;font-weight:600;color:#475569;padding-left:2px;text-transform:uppercase;letter-spacing:.5px}[data-theme=dark] .input-field label{color:#cbd5e1}.input-field input{padding:11px 14px;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;background:#fff;transition:all .2s ease;color:#0f172a}.input-field input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a;background:#fafbff}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ai-footer{text-align:center;padding-top:12px;margin-top:12px;border-top:1px solid rgba(59,130,246,.15);color:#64748b}.ai-footer small{font-size:.75rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase;color:#94a3b8}[data-theme=dark] .leaflet-popup-content-wrapper{background-color:#1e293b!important;border:1px solid #334155!important;color:#e2e8f0!important}[data-theme=dark] .leaflet-popup-content{color:#e2e8f0!important}[data-theme=dark] .leaflet-popup-content strong{color:#93c5fd!important}[data-theme=dark] .leaflet-popup-content span{color:#cbd5e1!important}:root{--ink-900:#0b1437;--ink-700:#1f2a55;--ink-500:#4b5680;--ink-400:#6b769b;--ink-300:#9aa3c2;--ink-200:#cdd3e6;--ink-100:#eef0f8;--ink-50:#f6f7fc;--paper:#ffffff;--indigo-700:#3d3ee0;--indigo-600:#4f46e5;--indigo-500:#6366f1;--indigo-400:#818cf8;--indigo-100:#e0e7ff;--indigo-50:#eef2ff;--violet-500:#8b5cf6;--emerald-500:#10b981;--emerald-100:#d1fae5;--rose-500:#f43f5e;--rose-100:#ffe4e6;--amber-500:#f59e0b;--amber-100:#fef3c7;--sky-500:#0ea5e9;--hero-grad: radial-gradient(120% 100% at 80% 10%, #5b5ce6 0%, #3a3bc9 40%, #1a1f7a 75%, #0d1147 100%);--shadow-card: 0 1px 2px rgba(15,23,42,.04), 0 8px 24px -8px rgba(15,23,42,.08);--shadow-lift: 0 1px 2px rgba(15,23,42,.05), 0 20px 40px -16px rgba(15,23,42,.18);--r-md:14px;--r-lg:20px;--r-xl:28px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;color:var(--ink-900);background:var(--ink-50);-webkit-font-smoothing:antialiased}.analyst-container{min-height:100vh;background:var(--ink-50)}.nav{position:sticky;top:0;z-index:30;background:#ffffffd9;-webkit-backdrop-filter:saturate(140%) blur(14px);backdrop-filter:saturate(140%) blur(14px);border-bottom:1px solid rgba(15,23,42,.06)}.nav-inner{max-width:1320px;margin:0 auto;display:flex;align-items:center;gap:32px;padding:14px 32px}.brand{font-weight:800;font-size:22px;letter-spacing:-.02em;background:linear-gradient(135deg,#4f46e5,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent;display:flex;align-items:center;gap:8px}.brand .dot{width:9px;height:9px;border-radius:99px;background:linear-gradient(135deg,#4f46e5,#8b5cf6);box-shadow:0 0 0 4px #6366f126}.nav-links{display:flex;gap:4px;flex:1;justify-content:center}.nav-link{padding:9px 16px;border-radius:99px;font-weight:600;font-size:14.5px;color:var(--ink-500);text-decoration:none;transition:all .15s;border:1px solid transparent}.nav-link:hover{color:var(--ink-900);background:var(--ink-100)}.nav-link.active{color:var(--indigo-600);background:var(--indigo-50);border-color:#6366f12e}.nav-right{display:flex;align-items:center;gap:14px}.theme-toggle{width:44px;height:24px;border-radius:99px;background:var(--ink-100);position:relative;cursor:pointer;border:1px solid var(--ink-200)}.theme-toggle:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000026}.user-chip{display:flex;align-items:center;gap:10px;padding:5px 14px 5px 5px;border-radius:99px;background:#fff;border:1px solid var(--ink-200)}.avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#a78bfa,#6366f1);color:#fff;font-weight:700;font-size:13px;display:grid;place-items:center}.user-chip .name{font-size:13.5px;font-weight:600;color:var(--ink-700)}.hero{position:relative;background:var(--hero-grad);color:#fff;padding:48px 32px 110px;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 88% 30%,rgba(255,255,255,.06) 0 1px,transparent 1px 90px),radial-gradient(circle at 88% 30%,transparent 89px,rgba(255,255,255,.07) 90px 91px,transparent 92px),radial-gradient(circle at 88% 30%,transparent 159px,rgba(255,255,255,.05) 160px 161px,transparent 162px),radial-gradient(circle at 88% 30%,transparent 229px,rgba(255,255,255,.04) 230px 231px,transparent 232px)}.hero:after{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse at 30% 30%,#000 0%,transparent 65%);mask-image:radial-gradient(ellipse at 30% 30%,#000 0%,transparent 65%)}.hero-inner{max-width:1320px;margin:0 auto;position:relative;z-index:1}.crumbs{font-size:12.5px;letter-spacing:.14em;font-weight:600;text-transform:uppercase;color:#ffffff8c;display:flex;align-items:center;gap:10px;margin-bottom:18px}.crumbs .sep{opacity:.4}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:48px;align-items:end}.hero h1{font-size:56px;line-height:1.02;letter-spacing:-.035em;font-weight:800;margin:0 0 14px}.hero h1 em{font-style:normal;background:linear-gradient(90deg,#c4b5fd,#7dd3fc);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p.sub{font-size:17px;line-height:1.5;color:#ffffffb8;margin:0;max-width:560px}.hero-stats{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:var(--r-lg);padding:18px 22px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;grid-template-columns:1fr 1fr;gap:18px 22px}.hero-stats .item .lbl{font-size:11px;letter-spacing:.14em;font-weight:600;text-transform:uppercase;color:#ffffff8c;margin-bottom:4px}.hero-stats .item .val{font-family:JetBrains Mono,monospace;font-size:22px;font-weight:600;color:#fff;letter-spacing:-.01em}.hero-stats .item .val .unit{font-size:12px;color:#ffffff8c;margin-left:6px;font-weight:500}.container{max-width:1320px;margin:0 auto;padding:0 32px;position:relative;z-index:2}.content{padding:0 0 80px}.filter-bar{margin-top:-72px;background:#fff;border-radius:var(--r-lg);box-shadow:var(--shadow-lift);border:1px solid rgba(15,23,42,.04);padding:14px 18px;display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:32px}.filter-bar .left{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.filter-bar .right{margin-left:auto;display:flex;gap:8px;align-items:center}.chip-tab{padding:8px 14px;border-radius:10px;background:#fff;border:1px solid var(--ink-100);font:inherit;font-size:13.5px;font-weight:600;color:var(--ink-500);cursor:pointer;display:inline-flex;align-items:center;gap:7px}.chip-tab:hover{border-color:var(--ink-200)}.chip-tab.on{background:var(--indigo-50);border-color:#6366f140;color:var(--indigo-700)}.chip-tab .ico{width:14px;height:14px}.seg{display:inline-flex;background:var(--ink-50);border-radius:10px;padding:3px;border:1px solid var(--ink-100)}.seg button{border:0;background:transparent;font:inherit;padding:7px 12px;border-radius:8px;font-size:12.5px;font-weight:600;color:var(--ink-500);cursor:pointer}.seg button.on{background:#fff;color:var(--ink-900);box-shadow:0 1px 3px #0f172a14}.icon-btn{width:36px;height:36px;border-radius:10px;background:var(--ink-50);border:1px solid var(--ink-100);color:var(--ink-500);display:grid;place-items:center;cursor:pointer}.panel{background:#fff;border-radius:var(--r-xl);border:1px solid rgba(15,23,42,.05);box-shadow:var(--shadow-card);overflow:hidden}.panel-head{padding:22px 26px 18px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap;border-bottom:1px solid var(--ink-100)}.panel-head .titles{flex:1;min-width:0}.panel-head .eyebrow{display:flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.14em;font-weight:700;text-transform:uppercase;color:var(--ink-400);margin-bottom:6px}.panel-head .eyebrow .dot{width:6px;height:6px;border-radius:99px;background:var(--indigo-500)}.panel-head .titles h3{margin:0 0 4px;font-size:20px;font-weight:700;letter-spacing:-.015em;line-height:1.2}.panel-head .titles p{margin:0;font-size:13.5px;color:var(--ink-400)}.panel-head .controls{display:flex;gap:8px;align-items:center;flex-shrink:0}.panel-body{padding:20px 26px 24px}.section{margin-bottom:28px}.chart-box{position:relative;width:100%;height:340px}.grid-2{display:grid;grid-template-columns:1.4fr 1fr;gap:24px}.pie-wrap{position:relative;width:100%;height:340px;display:grid;place-items:center}.pie-center{position:absolute;text-align:center;pointer-events:none}.pie-center .num{font-family:JetBrains Mono,monospace;font-size:30px;font-weight:700;color:var(--ink-900);letter-spacing:-.02em}.pie-center .lbl{font-size:11px;letter-spacing:.14em;font-weight:700;text-transform:uppercase;color:var(--ink-400);margin-top:4px}.legend{display:flex;flex-direction:column;gap:10px;padding:6px 0}.legend .row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border-radius:12px;background:var(--ink-50);border:1px solid var(--ink-100)}.legend .row .left{display:flex;align-items:center;gap:11px;min-width:0}.legend .sw{width:10px;height:10px;border-radius:99px;flex-shrink:0}.legend .name{font-weight:600;font-size:14px;color:var(--ink-900)}.legend .count{font-family:JetBrains Mono,monospace;font-size:13px;color:var(--ink-500)}.legend .pct{font-family:JetBrains Mono,monospace;font-weight:700;font-size:13.5px;color:var(--ink-900);background:#fff;padding:4px 10px;border-radius:8px;border:1px solid var(--ink-100)}.completed-banner{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;border-radius:14px;background:linear-gradient(135deg,#ecfdf5,#f0fdfa);border:1px solid #a7f3d0}.completed-banner .lab{display:flex;align-items:center;gap:10px;font-size:13px;color:#047857;font-weight:600}.completed-banner .lab svg{color:#10b981}.completed-banner .num{font-family:JetBrains Mono,monospace;font-weight:700;font-size:22px;color:#065f46;letter-spacing:-.02em}.weather-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.weather{position:relative;overflow:hidden}.weather:before{content:"";position:absolute;inset:0;background:radial-gradient(70% 60% at 30% 10%,rgba(125,211,252,.25),transparent 70%),linear-gradient(180deg,#f0f9ff,#fff);z-index:0}.weather>*{position:relative;z-index:1}.weather-top{display:grid;grid-template-columns:auto 1fr;gap:24px;padding:24px 26px 8px;align-items:start}.temp-block{display:flex;flex-direction:column;align-items:flex-start;padding-right:24px;border-right:1px solid var(--ink-100)}.station-tag{display:inline-flex;align-items:center;gap:8px;padding:5px 10px;border-radius:99px;background:var(--indigo-50);color:var(--indigo-700);font-size:11.5px;font-weight:700;letter-spacing:.08em;border:1px solid #c7d2fe;margin-bottom:10px}.station-tag .iata{font-family:JetBrains Mono,monospace}.temp{font-size:62px;font-weight:800;line-height:1;letter-spacing:-.04em;color:var(--ink-900);display:flex;align-items:flex-start}.temp .deg{font-size:28px;font-weight:600;color:var(--ink-400);margin-top:6px;margin-left:4px}.weather-cond{margin-top:10px;display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:var(--indigo-600)}.station-name{margin-top:4px;font-size:14px;color:var(--ink-700);font-weight:600;line-height:1.3}.coords{font-size:12px;color:var(--ink-400);margin-top:4px;font-family:JetBrains Mono,monospace}.weather-stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.wstat{padding:12px 14px;border-radius:12px;background:#ffffffb3;border:1px solid var(--ink-100);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.wstat .lab{display:flex;align-items:center;gap:6px;font-size:10.5px;letter-spacing:.12em;font-weight:700;text-transform:uppercase;color:var(--ink-400);margin-bottom:6px}.wstat .val{font-family:JetBrains Mono,monospace;font-weight:600;font-size:17px;color:var(--ink-900);letter-spacing:-.01em}.wstat .val .u{color:var(--ink-400);font-size:12px;font-weight:500;margin-left:2px}.weather-form{margin:14px 26px 22px;padding:14px 16px;border-radius:14px;background:#ffffffa6;border:1px solid var(--ink-100);display:flex;gap:10px;align-items:center}.weather-form .seg{flex-shrink:0}.weather-form input{flex:1;min-width:0;padding:10px 14px;border-radius:10px;border:1px solid var(--ink-200);font:inherit;font-size:14px;background:#fff;color:var(--ink-900);outline:none}.weather-form input::placeholder{color:var(--ink-300)}.weather-form input:focus{border-color:var(--indigo-500);box-shadow:0 0 0 3px #6366f11a}.weather-form .ok{padding:10px 18px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border:0;cursor:pointer;font:inherit;font-weight:700;font-size:13.5px;box-shadow:0 6px 14px -4px #4f46e580}.airport-top{padding:24px 26px 18px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:1px solid var(--ink-100)}.airport-top .city{font-size:30px;font-weight:800;letter-spacing:-.025em;line-height:1.1;margin:0}.airport-top .sub{margin-top:6px;font-size:13.5px;color:var(--ink-400);font-weight:500;display:flex;align-items:center;gap:8px}.airport-tag{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:99px;background:var(--indigo-50);color:var(--indigo-700);font-size:11.5px;font-weight:700;letter-spacing:.06em;border:1px solid #c7d2fe;text-transform:uppercase}.airport-body{padding:18px 26px 22px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.akv{padding:14px 16px;border-radius:12px;background:var(--ink-50);border:1px solid var(--ink-100)}.akv .lab{display:flex;align-items:center;gap:6px;font-size:10.5px;letter-spacing:.12em;font-weight:700;text-transform:uppercase;color:var(--ink-400);margin-bottom:6px}.akv .val{font-family:JetBrains Mono,monospace;font-weight:600;font-size:17px;color:var(--ink-900)}.akv .val .u{color:var(--ink-400);font-size:12px;font-weight:500;margin-left:3px}.btn-official{grid-column:1/-1;margin-top:6px;padding:14px;border-radius:14px;background:linear-gradient(135deg,#0b1437,#1f2a55);color:#fff;border:0;cursor:pointer;font:inherit;font-weight:700;font-size:13.5px;letter-spacing:.08em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:10px;transition:transform .15s}.btn-official:hover{transform:translateY(-1px)}.routes-search{display:flex;align-items:center;gap:10px;padding:9px 14px;border-radius:10px;background:var(--ink-50);border:1px solid var(--ink-100);min-width:240px}.routes-search input{border:0;background:transparent;flex:1;outline:none;font:inherit;font-size:13.5px;color:var(--ink-900)}.routes-search input::placeholder{color:var(--ink-300)}.routes{columns:2;column-gap:32px;padding:18px 22px 22px}.route{break-inside:avoid;display:grid;grid-template-columns:80px 1fr 60px;align-items:center;gap:14px;padding:8px 4px}.route .endpoints{display:flex;align-items:center;gap:6px;font-family:JetBrains Mono,monospace;font-weight:600;font-size:13px;color:var(--ink-700);justify-content:flex-end}.route .endpoints .arrow{color:var(--ink-300)}.route .bar{height:8px;border-radius:99px;background:var(--ink-100);overflow:hidden;position:relative}.route .bar:after{content:"";position:absolute;left:0;top:0;bottom:0;width:var(--w,0%);background:linear-gradient(90deg,#818cf8,#a855f7);border-radius:99px;transition:width 1s cubic-bezier(.16,1,.3,1)}.route.top .bar:after{background:linear-gradient(90deg,#6366f1,#8b5cf6)}.route .v{font-family:JetBrains Mono,monospace;font-weight:600;font-size:12.5px;color:var(--ink-500);text-align:right}.route.top .v{color:var(--indigo-700);font-weight:700}.route .endpoints .ep1{color:var(--ink-900);font-weight:700}.route .endpoints .ep2{color:var(--ink-700)}.panel-foot{display:flex;justify-content:space-between;align-items:center;padding:14px 26px;border-top:1px solid var(--ink-100);font-size:13px;color:var(--ink-400);background:linear-gradient(180deg,#fff,#fafbff)}.panel-foot a{color:var(--indigo-600);text-decoration:none;font-weight:600}@media(max-width:1024px){.hero-grid{grid-template-columns:1fr;gap:32px}.hero{padding:36px 24px 100px}.hero h1{font-size:42px}.grid-2,.weather-grid{grid-template-columns:1fr}.routes{columns:1}.weather-top{grid-template-columns:1fr}.temp-block{border-right:0;border-bottom:1px solid var(--ink-100);padding-right:0;padding-bottom:16px;margin-bottom:8px}.weather-stats{grid-template-columns:1fr 1fr}}@media(max-width:640px){.nav-links{display:none}.hero h1{font-size:34px}.airport-body,.weather-stats{grid-template-columns:1fr}}[data-theme=dark] body{color:#e2e8f0;background:#030712}[data-theme=dark] .analyst-container{background:#030712}[data-theme=dark] .filter-bar{background:#1e293b;border-color:#94a3b81a;box-shadow:0 1px 2px #0003,0 8px 24px -8px #0006}[data-theme=dark] .chip-tab{background:#334155;border-color:#94a3b833;color:#cbd5e1}[data-theme=dark] .chip-tab:hover{border-color:#94a3b84d}[data-theme=dark] .chip-tab.on{background:#3730a3;border-color:#6366f166;color:#a5b4fc}[data-theme=dark] .seg{background:#334155;border-color:#94a3b833}[data-theme=dark] .seg button{color:#cbd5e1}[data-theme=dark] .seg button.on{background:#475569;color:#e2e8f0;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .icon-btn{background:#334155;border-color:#94a3b833;color:#cbd5e1}[data-theme=dark] .panel{background:#1e293b;border-color:#94a3b81a;box-shadow:0 1px 2px #0003,0 8px 24px -8px #0006}[data-theme=dark] .panel-head{border-bottom-color:#94a3b81a}[data-theme=dark] .panel-head .titles h3{color:#e2e8f0}[data-theme=dark] .panel-head .titles p{color:#94a3b8}[data-theme=dark] .panel-head .eyebrow{color:#64748b}[data-theme=dark] .pie-center .num{color:#e2e8f0}[data-theme=dark] .pie-center .lbl{color:#94a3b8}[data-theme=dark] .legend .row{background:#334155;border-color:#94a3b81a}[data-theme=dark] .legend .name{color:#e2e8f0}[data-theme=dark] .legend .count{color:#cbd5e1}[data-theme=dark] .legend .pct{background:#475569;border-color:#94a3b833;color:#e2e8f0}[data-theme=dark] .completed-banner{background:linear-gradient(135deg,#064e3b,#0f5644);border-color:#10b981}[data-theme=dark] .completed-banner .lab{color:#6ee7b7}[data-theme=dark] .completed-banner .num{color:#d1fae5}[data-theme=dark] .weather-stats{grid-template-columns:1fr 1fr 1fr}[data-theme=dark] .wstat{background:#33415599;border-color:#94a3b826}[data-theme=dark] .wstat .lab{color:#94a3b8}[data-theme=dark] .wstat .val{color:#e2e8f0}[data-theme=dark] .wstat .val .u{color:#94a3b8}[data-theme=dark] .panel-foot{border-top-color:#94a3b81a;background:linear-gradient(180deg,#1e293b,#0f172a);color:#94a3b8}[data-theme=dark] .panel-foot a{color:#a5b4fc}.vreme-split-container{display:grid;grid-template-columns:1fr 1.4fr;gap:24px;padding:0 0 40px;margin-bottom:20px}.vreme-search-panel{background:#fff;border-radius:28px;border:1px solid rgba(15,23,42,.05);box-shadow:0 1px 2px #0f172a0a,0 8px 24px -8px #0f172a14;overflow:hidden;display:flex;flex-direction:column}.vreme-search-header{padding:22px 26px 18px;border-bottom:1px solid #eef0f8}.vreme-search-header h3{margin:0;font-size:20px;font-weight:700;color:#0b1437}.vreme-search-content{padding:20px 26px 24px;display:flex;flex-direction:column;gap:16px;flex:1}.vreme-tabs{display:inline-flex;background:#f6f7fc;border-radius:10px;padding:3px;border:1px solid #eef0f8}.vreme-tab{border:0;background:transparent;font-inherit;padding:7px 12px;border-radius:8px;font-size:12.5px;font-weight:600;color:#4b5680;cursor:pointer;transition:all .15s}.vreme-tab.active{background:#fff;color:#0b1437;box-shadow:0 1px 3px #0f172a14}.vreme-input-wrapper{display:flex;gap:10px;align-items:center}.vreme-input{flex:1;padding:10px 14px;border-radius:10px;border:1px solid #cdd3e6;font-inherit;font-size:14px;background:#fff;color:#0b1437;outline:none;transition:all .15s}.vreme-input::placeholder{color:#9aa3c2}.vreme-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.vreme-search-btn{padding:10px 18px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border:0;cursor:pointer;font:inherit;font-weight:700;font-size:13.5px;box-shadow:0 6px 14px -4px #4f46e580;transition:transform .15s}.vreme-search-btn:hover{transform:translateY(-1px)}.vreme-dropdown{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto;padding:8px 0;border-top:1px solid #eef0f8;margin-top:8px}.vreme-dropdown-item{padding:12px 0;border-bottom:1px solid #eef0f8;cursor:pointer;transition:all .2s}.vreme-dropdown-item:last-child{border-bottom:none}.dropdown-name{font-size:14px;font-weight:600;color:#0b1437;margin-bottom:4px}.dropdown-iata{font-size:12px;color:#6b769b}.vreme-dropdown-item:hover{background:#f6f7fc;padding:12px 8px}.vreme-weather-panel{background:#fff;border-radius:28px;border:1px solid rgba(15,23,42,.05);box-shadow:0 1px 2px #0f172a0a,0 8px 24px -8px #0f172a14;overflow:hidden;display:flex;flex-direction:column;position:relative}.vreme-weather-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(70% 60% at 30% 10%,rgba(125,211,252,.25),transparent 70%),linear-gradient(180deg,#f0f9ff,#fff);pointer-events:none;z-index:0}.vreme-weather-panel>*{position:relative;z-index:1}.vreme-header-top{padding:22px 26px 18px;border-bottom:1px solid #eef0f8}.vreme-header-top h3{margin:0 0 4px;font-size:20px;font-weight:700;color:#0b1437;display:flex;align-items:center;gap:10px}.vreme-header-top p{margin:0;font-size:13.5px;color:#6b769b}.weather-tag{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:99px;background:#eef2ff;color:#3d3ee0;font-size:11.5px;font-weight:700;letter-spacing:.06em;border:1px solid #c7d2fe;text-transform:uppercase}.live-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:99px;background:#10b98129;color:#10b981;font-size:11.5px;font-weight:700;letter-spacing:.06em;border:1px solid rgba(16,185,129,.3);text-transform:uppercase;margin-left:8px}.vreme-weather-main{padding:20px 26px 24px;display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:start}.vreme-temp-section{display:flex;flex-direction:column;align-items:flex-start;padding-right:24px;border-right:1px solid #eef0f8}.vreme-temp-value{font-size:62px;font-weight:800;line-height:1;letter-spacing:-.04em;color:#0b1437;display:flex;align-items:flex-start}.vreme-temp-value .deg{font-size:28px;font-weight:600;color:#6b769b;margin-top:6px;margin-left:4px}.vreme-condition{margin-top:10px;display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#4f46e5}.vreme-location{margin-top:4px;font-size:14px;color:#1f2a55;font-weight:600;line-height:1.3}.vreme-coords{font-size:12px;color:#6b769b;margin-top:4px;font-family:JetBrains Mono,monospace}.vreme-stats-section{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.vreme-stat{padding:12px 14px;border-radius:12px;background:#ffffffb3;border:1px solid #eef0f8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.stat-label{display:flex;align-items:center;gap:6px;font-size:10.5px;letter-spacing:.12em;font-weight:700;text-transform:uppercase;color:#6b769b;margin-bottom:6px}.stat-value{font-family:JetBrains Mono,monospace;font-weight:600;font-size:17px;color:#0b1437;letter-spacing:-.01em}.stat-value .unit{color:#6b769b;font-size:12px;font-weight:500;margin-left:2px}.vreme-empty{padding:40px 26px;text-align:center;display:flex;align-items:center;justify-content:center;min-height:300px}.vreme-empty p{color:#6b769b;font-size:14px;margin:0}@media(max-width:1024px){.vreme-split-container,.vreme-weather-main{grid-template-columns:1fr}.vreme-temp-section{border-right:0;border-bottom:1px solid #eef0f8;padding-right:0;padding-bottom:16px;margin-bottom:8px}.vreme-stats-section{grid-template-columns:1fr 1fr}}@media(max-width:640px){.vreme-stats-section{grid-template-columns:1fr}}.vreme-dropdown::-webkit-scrollbar{width:4px}.vreme-dropdown::-webkit-scrollbar-thumb{background:#cdd3e6;border-radius:10px}[data-theme=dark] .vreme-search-panel{background:#1e293b;border-color:#94a3b81a;box-shadow:0 1px 2px #0003,0 8px 24px -8px #0006}[data-theme=dark] .vreme-search-header{border-bottom-color:#94a3b81a}[data-theme=dark] .vreme-search-header h3{color:#e2e8f0}[data-theme=dark] .vreme-tabs{background:#334155;border-color:#94a3b833}[data-theme=dark] .vreme-tab{color:#cbd5e1}[data-theme=dark] .vreme-tab.active{background:#475569;color:#e2e8f0;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .vreme-input{background:#334155;border-color:#94a3b833;color:#e2e8f0}[data-theme=dark] .vreme-input::placeholder{color:#94a3b8}[data-theme=dark] .vreme-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}[data-theme=dark] .vreme-dropdown{border-top-color:#94a3b81a}[data-theme=dark] .vreme-dropdown-item{border-bottom-color:#94a3b81a}[data-theme=dark] .dropdown-name{color:#e2e8f0}[data-theme=dark] .dropdown-iata{color:#94a3b8}[data-theme=dark] .vreme-dropdown-item:hover{background:#334155}[data-theme=dark] .vreme-weather-panel{background:#1e293b;border-color:#94a3b81a;box-shadow:0 1px 2px #0003,0 8px 24px -8px #0006}[data-theme=dark] .vreme-weather-panel:before{background:radial-gradient(70% 60% at 30% 10%,rgba(99,102,241,.1),transparent 70%),linear-gradient(180deg,#1e293b,#0f172a)}[data-theme=dark] .vreme-header-top{border-bottom-color:#94a3b81a}[data-theme=dark] .vreme-header-top h3{color:#e2e8f0}[data-theme=dark] .vreme-header-top p{color:#94a3b8}[data-theme=dark] .weather-tag{background:#3730a3;color:#a5b4fc;border-color:#6366f14d}[data-theme=dark] .live-badge{background:#10b98126;color:#6ee7b7;border-color:#10b9814d}[data-theme=dark] .vreme-temp-value{color:#e2e8f0}[data-theme=dark] .vreme-temp-value .deg{color:#94a3b8}[data-theme=dark] .vreme-condition{color:#a5b4fc}[data-theme=dark] .vreme-location{color:#cbd5e1}[data-theme=dark] .vreme-coords{color:#94a3b8}[data-theme=dark] .vreme-stat{background:#33415599;border-color:#94a3b81a}[data-theme=dark] .stat-value{color:#e2e8f0}[data-theme=dark] .stat-value .unit,[data-theme=dark] .vreme-empty p{color:#94a3b8}.country-input-container{width:100%;max-width:1180px;margin:-105px auto 42px;position:relative;z-index:100;background:transparent;border:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0;animation:fadeIn .45s ease}[data-theme=dark] .country-input-container{background:transparent;border:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.country-form{width:100%}.search-wrapper{display:flex;align-items:center;width:100%;min-height:76px;border-radius:24px;background:#fff;border:1px solid rgba(15,23,42,.06);overflow:hidden;transition:.3s;position:relative;box-shadow:0 10px 30px #0f172a14,0 25px 60px #0f172a1f}[data-theme=dark] .search-wrapper{background:#0f172a;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 35px #00000059,0 35px 80px #00000073}.search-wrapper:focus-within{transform:translateY(-2px);border-color:#6366f166;box-shadow:0 0 0 5px #6366f11f,0 18px 40px #6366f11f}.search-icon{width:82px;height:76px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.search-icon:after{content:"";position:absolute;right:0;top:18px;bottom:18px;width:1px;background:#94a3b840}.search-icon svg{width:24px;height:24px;color:#6366f1;stroke-width:2.4}[data-theme=dark] .search-icon svg{color:#a78bfa}.input-group{display:flex;align-items:center;flex:1;min-width:0;background:transparent;border:none;overflow:hidden}.input-group input{flex:1;width:100%;min-width:0;height:76px;border:none;outline:none;background:transparent;padding:0 26px;font-size:17px;font-weight:600;letter-spacing:-.01em;color:#0f172a}[data-theme=dark] .input-group input{color:#f8fafc}.input-group input::placeholder{color:#94a3b8;font-weight:500}.input-group input:disabled{opacity:.7}.search-btn{height:56px;min-width:150px;margin-right:10px;padding:0 28px;border:none;border-radius:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;font-size:14px;font-weight:800;letter-spacing:.02em;box-shadow:0 10px 25px #4f46e547;transition:transform .2s,box-shadow .2s,opacity .2s}.search-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 14px 30px #4f46e566;background:linear-gradient(135deg,#4338ca,#4f46e5)}.search-btn:active:not(:disabled){transform:translateY(0)}.search-btn:disabled{opacity:.7;cursor:not-allowed}.error-message{margin-top:14px;padding-left:6px;color:#dc2626;font-size:14px;font-weight:700}@keyframes fadeIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(max-width:992px){.country-input-container{max-width:100%;margin-top:-85px}.search-wrapper{min-height:70px}.search-icon{width:72px;height:70px}.input-group input{height:70px;font-size:16px}.search-btn{height:52px;min-width:135px}}@media(max-width:768px){.country-input-container{margin-top:-60px}.search-wrapper{flex-direction:column;align-items:stretch;min-height:auto;padding:14px;gap:14px;border-radius:22px}.search-icon{width:100%;height:auto;justify-content:flex-start;padding-left:6px}.search-icon:after{display:none}.input-group{width:100%}.input-group input{height:58px;border-radius:16px;background:#f8fafc;border:1px solid rgba(148,163,184,.2);padding:0 18px;font-size:15px}[data-theme=dark] .input-group input{background:#111827;border:1px solid rgba(255,255,255,.08)}.search-btn{width:100%;height:54px;margin-right:0;border-radius:16px}}@media(max-width:480px){.country-input-container{margin-top:-50px}.input-group input{font-size:14px}.search-btn{font-size:13px}}.subdivision-select-container{background:#fff;border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:0 2px 12px #00000014;border-left:4px solid #f59e0b;animation:slideUp .5s ease-out}[data-theme=dark] .subdivision-select-container{background:#1e293b;box-shadow:0 2px 12px #0000004d;border-left-color:#fbbf24}.subdivision-select-container h3{font-size:1.3rem;color:#1e293b;margin-bottom:10px;font-weight:600}[data-theme=dark] .subdivision-select-container h3{color:#f1f5f9}.subdivision-info{color:#64748b;margin-bottom:20px;font-size:.95rem}[data-theme=dark] .subdivision-info{color:#cbd5e1}.subdivision-form{display:flex;flex-direction:column}.select-group{display:flex;gap:12px;align-items:center}.select-group select{flex:1;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background-color:#f8fafc;cursor:pointer;color:#1e293b}[data-theme=dark] .select-group select{border-color:#334155;background-color:#0f172a;color:#f1f5f9}.select-group select:focus{outline:none;border-color:#f59e0b;background-color:#fff;box-shadow:0 0 0 3px #f59e0b1a}[data-theme=dark] .select-group select:focus{background-color:#1e293b;border-color:#fbbf24;box-shadow:0 0 0 3px #fbbf241a}.select-group select:disabled{background-color:#f1f5f9;cursor:not-allowed;color:#64748b}[data-theme=dark] .select-group select:disabled{background-color:#0f172a;color:#64748b}.select-group select.select-error{border-color:#ef4444}.select-group select.select-error:focus{box-shadow:0 0 0 3px #ef44441a}.select-btn{padding:12px 28px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.select-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #f59e0b4d}.select-btn:active:not(:disabled){transform:translateY(0)}.select-btn:disabled{opacity:.7;cursor:not-allowed}.error-message{color:#dc2626;font-size:.9rem;margin-top:8px;font-weight:500}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.subdivision-select-container{padding:20px}.subdivision-select-container h3{font-size:1.1rem}.select-group{flex-direction:column}.select-btn{width:100%}}@media(max-width:480px){.subdivision-select-container{padding:15px;border-left:none;border-top:4px solid #f59e0b}.select-group select{font-size:16px}}.statistics-container{margin-bottom:40px;animation:fadeIn .6s ease-out}.statistics-container h2{font-size:1.5rem;color:#1e293b;margin-bottom:8px;font-weight:600}[data-theme=dark] .statistics-container h2{color:#f1f5f9}.last-updated{color:#64748b;font-size:.9rem;margin-bottom:25px}[data-theme=dark] .last-updated{color:#cbd5e1}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:40px}@media(max-width:768px){.stats-grid{grid-template-columns:1fr}}.stat-card{background:#fff;border-radius:12px;padding:24px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 12px #00000014;transition:all .3s ease;border-left:4px solid}[data-theme=dark] .stat-card{background:#1e293b;box-shadow:0 2px 12px #0000004d}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.stat-card.total{border-left-color:#3b82f6}.stat-card.in-air{border-left-color:#8b5cf6}.stat-card.on-ground{border-left-color:#10b981}.stat-card.low-altitude{border-left-color:#ef4444}.stat-icon{font-size:2.5rem;min-width:60px;text-align:center}.stat-content{flex:1}.stat-label{font-size:.85rem;color:#64748b;font-weight:500;margin:0 0 6px;text-transform:uppercase;letter-spacing:.5px}[data-theme=dark] .stat-label{color:#94a3b8}.stat-value{font-size:2rem;font-weight:700;color:#1e293b;margin:0}[data-theme=dark] .stat-value{color:#f1f5f9}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.stat-value{font-size:1.75rem}}@media(max-width:768px){.statistics-container h2{font-size:1.3rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{padding:16px;gap:12px}.stat-icon{font-size:2rem;min-width:50px}.stat-value{font-size:1.5rem}}@media(max-width:480px){.statistics-container h2{font-size:1.1rem}.stats-grid{grid-template-columns:1fr;gap:12px}.stat-card{padding:12px}.stat-icon{font-size:1.75rem}.stat-label{font-size:.75rem}.stat-value{font-size:1.3rem}}.top-countries-container{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 12px #00000014;animation:fadeIn .6s ease-out .1s both}[data-theme=dark] .top-countries-container{background:#1e293b;box-shadow:0 2px 12px #0000004d}.top-countries-container h3{font-size:1.3rem;color:#0f172a;margin-bottom:25px;font-weight:600}[data-theme=dark] .top-countries-container h3{color:#fff}.table-responsive{overflow-x:auto;border-radius:8px}.countries-table{width:100%;border-collapse:collapse;font-size:.95rem}.countries-table thead{background:linear-gradient(135deg,#f0f9ff,#f3e8ff);border-bottom:2px solid #e2e8f0}[data-theme=dark] .countries-table thead{background:linear-gradient(135deg,#0f172a,#1e293b);border-bottom:2px solid #334155}.countries-table th{padding:16px;text-align:left;font-weight:600;color:#0f172a;text-transform:uppercase;font-size:.8rem;letter-spacing:.5px}[data-theme=dark] .countries-table th{color:#fff}[data-theme=dark] .countries-table tbody tr{border-bottom:1px solid #334155}[data-theme=dark] .countries-table tbody tr:hover{background-color:#0f172a}.countries-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s ease}.countries-table tbody tr:hover{background-color:#f8fafc}[data-theme=dark] .countries-table td{color:#cbd5e1}.countries-table tbody tr:last-child{border-bottom:none}.countries-table td{padding:14px 16px;color:#475569}.rank{font-weight:700;color:#3b82f6;font-size:1rem}[data-theme=dark] .rank{color:#60a5fa}.country-name{font-weight:600;color:#1e293b}[data-theme=dark] .country-name{color:#f1f5f9}.aircraft-count{font-weight:700;color:#1e293b;font-size:1.1rem}[data-theme=dark] .aircraft-count{color:#f1f5f9}.distribution-cell{display:flex;align-items:center;gap:12px}[data-theme=dark] .progress-bar{background-color:#334155}.progress-bar{flex:1;height:8px;background-color:#e2e8f0;border-radius:4px;overflow:hidden;min-width:100px}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:4px;transition:width .5s ease}.percentage{font-weight:600;color:#1e293b;min-width:45px;text-align:right;font-size:.9rem}[data-theme=dark] .percentage{color:#f1f5f9}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.top-countries-container{padding:20px}.top-countries-container h3{font-size:1.1rem;margin-bottom:20px}.countries-table{font-size:.85rem}.countries-table th,.countries-table td{padding:10px 8px}.progress-bar{min-width:80px}.percentage{min-width:40px}.distribution-cell{gap:8px}}@media(max-width:480px){.top-countries-container{padding:15px}.top-countries-container h3{font-size:1rem}.countries-table{font-size:.8rem}.countries-table th,.countries-table td{padding:8px 6px}.countries-table th{font-size:.7rem}.rank{font-size:.9rem}.aircraft-count{font-size:1rem}.progress-bar{display:none}.percentage{min-width:auto}.distribution-cell{justify-content:flex-end}}.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;margin-bottom:30px;animation:fadeIn .3s ease-out}[data-theme=dark] .loading-spinner-container{background:#1e293b;box-shadow:0 2px 12px #0000004d}.spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}[data-theme=dark] .spinner{border-color:#334155;border-top-color:#60a5fa}.loading-spinner-container p{color:#64748b;font-size:1rem;font-weight:500;margin:0;animation:pulse 1.5s ease-in-out infinite}[data-theme=dark] .loading-spinner-container p{color:#cbd5e1}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}@media(max-width:480px){.loading-spinner-container{padding:40px 15px}.spinner{width:40px;height:40px;border-width:3px}.loading-spinner-container p{font-size:.9rem}}:root{--ink-900:#0b1437;--ink-700:#1f2a55;--ink-500:#4b5680;--ink-400:#6b769b;--ink-300:#9aa3c2;--ink-200:#cdd3e6;--ink-100:#eef0f8;--ink-50:#f6f7fc;--indigo-700:#3d3ee0;--indigo-600:#4f46e5;--indigo-500:#6366f1;--emerald-500:#10b981;--hero-grad: radial-gradient( 120% 100% at 80% 10%, #5b5ce6 0%, #3a3bc9 40%, #1a1f7a 75%, #0d1147 100% );--shadow-card: 0 1px 2px rgba(15,23,42,.04), 0 8px 24px -8px rgba(15,23,42,.08);--shadow-lift: 0 1px 2px rgba(15,23,42,.05), 0 20px 40px -16px rgba(15,23,42,.18);--r-lg:20px;--r-xl:28px}[data-theme=dark]{--shadow-card: 0 1px 2px rgba(15,23,42,.3), 0 8px 24px -8px rgba(15,23,42,.35);--shadow-lift: 0 1px 2px rgba(15,23,42,.4), 0 20px 40px -16px rgba(15,23,42,.55)}.air-traffic-analysis-page{background:var(--ink-50);min-height:100vh;transition:.3s}[data-theme=dark] .air-traffic-analysis-page{background:#030712}.hero{position:relative;overflow:hidden;padding:55px 32px 170px;background:var(--hero-grad);color:#fff}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 30%,rgba(255,255,255,.06) 0 1px,transparent 1px 90px),radial-gradient(circle at 88% 30%,transparent 89px,rgba(255,255,255,.07) 90px 91px,transparent 92px),radial-gradient(circle at 88% 30%,transparent 159px,rgba(255,255,255,.05) 160px 161px,transparent 162px);pointer-events:none}.hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:48px 48px;opacity:.4}.hero-inner{max-width:1320px;margin:auto;position:relative;z-index:2}.crumbs{display:flex;align-items:center;gap:10px;margin-bottom:20px;font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:#fff9}.sep{opacity:.5}.live{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:#10b98126;color:#6ee7b7}.pulse{width:8px;height:8px;border-radius:50%;background:#10b981;animation:pulse 1.8s infinite}.hero h1{font-size:56px;font-weight:800;line-height:1.03;letter-spacing:-.04em;margin-bottom:18px;max-width:700px}.hero h1 em{font-style:normal;background:linear-gradient(90deg,#c4b5fd,#7dd3fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero p.sub{font-size:17px;line-height:1.7;max-width:640px;opacity:.8}.container{max-width:1320px;margin:auto;padding:0 32px;position:relative;z-index:20}.country-input-container{margin-top:-90px;position:relative;z-index:25;background:#fff;border-radius:28px;padding:18px;border:1px solid rgba(15,23,42,.05);box-shadow:var(--shadow-lift);animation:slideIn .4s ease}[data-theme=dark] .country-input-container{background:#1e293b;border:1px solid rgba(255,255,255,.06)}.content{padding:40px 0 80px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:30px;flex-wrap:wrap}.title{font-size:12px;letter-spacing:.18em;font-weight:700;text-transform:uppercase;color:var(--ink-400);margin-bottom:10px}.section-head h2{display:flex;gap:15px;align-items:center;font-size:34px;font-weight:800;margin:0;flex-wrap:wrap}.country-badge{display:flex;align-items:center;gap:8px;padding:8px 18px;border-radius:999px;background:linear-gradient(135deg,#eef2ff,#fce7f3);border:1px solid #e0e7ff;font-size:14px;font-weight:700;color:#4f46e5}[data-theme=dark] .country-badge{background:#6366f12e;border-color:#6366f133;color:#c4b5fd}.meta{display:flex;align-items:center;gap:14px;font-size:13px;color:var(--ink-400)}.meta-divider{height:14px;width:1px;background:#dbe3f0}.live-dot{display:flex;align-items:center;gap:8px;font-weight:600;color:#10b981}.live-dot:before{content:"";width:8px;height:8px;border-radius:50%;background:#10b981;animation:pulse 1.8s infinite}.error-banner,.info-banner{display:flex;align-items:center;gap:15px;padding:18px 24px;border-radius:20px;margin-bottom:25px;animation:slideIn .3s ease}.error-banner{background:#fee2e2;border-left:4px solid #ef4444}.info-banner{background:#dbeafe;border-left:4px solid #3b82f6}.error-banner p,.info-banner p{margin:0;font-weight:600}.error-icon,.info-icon{font-size:24px}.panel{background:#fff;border-radius:28px;box-shadow:var(--shadow-card);overflow:hidden;margin-top:25px}[data-theme=dark] .panel{background:#1e293b}.panel-head{padding:25px;border-bottom:1px solid rgba(0,0,0,.06)}.titles h3{margin:0;font-size:22px;font-weight:800}.titles p{margin-top:6px;color:var(--ink-400)}.empty-state{padding:70px;text-align:center;background:#fff;border-radius:28px;box-shadow:var(--shadow-card)}@keyframes pulse{0%{box-shadow:0 0 #10b98180}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}@keyframes slideIn{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.hero h1{font-size:42px}.kpis{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.container{padding:0 18px}.hero{padding:35px 18px 120px}.hero h1{font-size:34px}.country-input-container{margin-top:-55px}.kpis{grid-template-columns:1fr}.section-head{align-items:flex-start}.error-banner,.info-banner{flex-direction:column;text-align:center}}@media(max-width:480px){.hero h1{font-size:28px}.hero p.sub{font-size:15px}}.rute-full-page{width:100%;height:calc(100vh - 64px);position:relative;overflow:hidden;background-color:#f0f2f5;transition:background-color .3s ease}[data-theme=dark] .rute-full-page{background-color:#0f172a}.leaflet-full-view{width:100%;height:100%;z-index:1}.map-loading-overlay,.map-error-overlay{display:flex;justify-content:center;align-items:center;height:calc(100vh - 64px);font-family:Segoe UI,sans-serif;font-size:1.2rem;background-color:#fff;transition:background-color .3s ease}[data-theme=dark] .map-loading-overlay,[data-theme=dark] .map-error-overlay{background-color:#0f172a;color:#e2e8f0}.map-error-overlay{color:#ef4444;font-weight:700}.leaflet-popup-content-wrapper{border-radius:12px;box-shadow:0 10px 25px #00000026;padding:5px;background-color:#fff!important}[data-theme=dark] .leaflet-popup-content-wrapper{background-color:#fff!important;box-shadow:0 10px 25px #0000004d}[data-theme=dark] .leaflet-popup-tip{background-color:#fff!important}.airport-popup-custom{text-align:center;display:flex;flex-direction:column;align-items:center;font-family:Inter,sans-serif;color:#1e293b}.airport-popup-custom strong{font-size:1.1rem;color:#1e293b;margin-bottom:5px;font-weight:700}.airport-popup-custom hr{width:100%;border:0;border-top:1px solid #e2e8f0;margin:10px 0}[data-theme=dark] .airport-popup-custom{color:#1e293b}[data-theme=dark] .airport-popup-custom{color:#e2e8f0}[data-theme=dark] .airport-popup-custom strong{color:#93c5fd}[data-theme=dark] .airport-popup-custom hr{border-top-color:#475569}.leaflet-popup-content-wrapper{background-color:#fff!important;border-radius:8px}[data-theme=dark] .leaflet-popup-content-wrapper{background-color:#1e293b!important;border:1px solid #334155!important}.leaflet-popup-tip{background-color:#fff!important}[data-theme=dark] .leaflet-popup-tip{background-color:#1e293b!important;border-left-color:#334155!important;border-right-color:#334155!important}.view-data-btn{width:100%;padding:8px 16px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-weight:700;cursor:pointer;transition:all .2s ease}.view-data-btn:hover{background-color:#2563eb;transform:translateY(-1px)}.map-controls{position:absolute;top:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:10px}.heatmap-btn{padding:12px 20px;background-color:#fff;color:#1e293b;border:1px solid #e2e8f0;border-radius:50px;font-weight:700;font-size:13px;box-shadow:0 4px 12px #00000026;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.heatmap-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px #0003}.heatmap-btn.active{background-color:#ef4444;color:#fff;border-color:#dc2626}[data-theme=dark] .heatmap-btn{background-color:#fff;color:#1e293b;border:1px solid #e2e8f0;box-shadow:0 4px 12px #00000026}[data-theme=dark] .heatmap-btn:hover{box-shadow:0 6px 15px #0003}[data-theme=dark] .heatmap-btn.active{background-color:#ef4444;color:#fff;border-color:#dc2626}.leaflet-container{background:#aad3df!important}.leaflet-interactive{transition:fill-opacity .4s ease,r .3s ease}.data-card-overlay{position:fixed;inset:0;background:#0f172ab3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease-out}.data-card-container{background:#fff;width:960px;height:85vh;border-radius:40px;box-shadow:0 0 60px #3b82f626,0 25px 50px -12px #00000040,0 8px 16px -4px #0000001a;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(226,232,240,1);animation:slideUp .4s cubic-bezier(.34,1.56,.64,1)}.data-card-header{padding:32px 40px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e8f0}.header-title h2{font-size:2rem;font-weight:900;color:#0f172a;margin:0;letter-spacing:-.02em}.header-title span{color:#3b82f6;font-weight:900}.airport-name{color:#475569;font-size:.9rem;margin-top:6px;font-weight:500}.close-btn{width:48px;height:48px;border-radius:50%;border:none;background:#e2e8f0;font-size:28px;color:#0f172a;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;font-weight:300}.close-btn:hover{background:#cbd5e1;color:#0f172a;transform:rotate(90deg)}.data-card-stats-top{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:32px 40px}.stat-box{background:linear-gradient(135deg,#f0f7ff,#e0f2fe);padding:28px;border-radius:28px;text-align:center;border:2px solid #bfdbfe;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 4px 12px #3b82f61a}.stat-box:hover{transform:translateY(-4px);box-shadow:0 12px 24px #3b82f633;border-color:#3b82f6}.stat-box label{font-size:.75rem;font-weight:800;text-transform:uppercase;color:#1e40af;letter-spacing:.08em}.stat-box .value{font-size:2.5rem;font-weight:900;color:#1e3a8a;margin-top:8px}.data-card-list-section{padding:0 40px;flex-grow:1;display:flex;flex-direction:column;overflow:hidden}.data-card-list-section h3{margin-bottom:20px;font-size:1.2rem;color:#334155}.routes-list-wrapper{overflow-y:auto;flex-grow:1;padding-right:12px}.route-item-row{display:grid;grid-template-columns:120px 180px 1fr;align-items:center;padding:16px 24px;background:linear-gradient(135deg,#fff,#f9fafb);border-radius:20px;margin-bottom:14px;border:1.5px solid #e5e7eb;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000d}.route-item-row:hover{background:linear-gradient(135deg,#f0f7ff,#e0f2fe);border-color:#3b82f6;transform:translateY(-3px);box-shadow:0 12px 24px #3b82f626}.tiny-label{font-size:.7rem;font-weight:600;color:#94a3b8;text-transform:uppercase}.iata-code{font-size:1.4rem;font-weight:800;color:#1e293b;display:block}.count{font-size:1.1rem;font-weight:700;color:#3b82f6}.col-prediction{display:flex;justify-content:flex-end}.badge{padding:12px 24px;border-radius:16px;font-size:.85rem;font-weight:800;text-align:center;min-width:320px;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 12px #0000001a}.is-ontime{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;border:2px solid #22c55e}.is-ontime:hover{transform:scale(1.05);box-shadow:0 8px 16px #22c55e4d}.is-delayed{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;border:2px solid #ef4444}.is-delayed:hover{transform:scale(1.05);box-shadow:0 8px 16px #ef44444d}.placeholder{background:#f8fafc;color:#94a3b8;border:1px dashed #cbd5e1}.loading{background:#f0f9ff;color:#0284c7;border:1px solid #7dd3fc;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.scroll-spacer{height:40px}[data-theme=dark] .data-card-overlay{background:#000000d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}[data-theme=dark] .data-card-container{background:#1e293b;border-color:#334155;box-shadow:0 0 60px #3b82f633,0 25px 50px -12px #00000080,0 8px 16px -4px #0000004d}[data-theme=dark] .data-card-header{background:linear-gradient(135deg,#1a2332,#1e293b);border-bottom-color:#334155}[data-theme=dark] .header-title h2{color:#f1f5f9}[data-theme=dark] .header-title span{color:#60a5fa}[data-theme=dark] .airport-name{color:#cbd5e1}[data-theme=dark] .close-btn{background:#334155;color:#e2e8f0}[data-theme=dark] .close-btn:hover{background:#475569;color:#f1f5f9}[data-theme=dark] .stat-box{background:linear-gradient(135deg,#1a3a52,#1e3a8a);border-color:#334155;box-shadow:0 4px 12px #60a5fa26}[data-theme=dark] .stat-box:hover{border-color:#60a5fa;box-shadow:0 12px 24px #60a5fa40}[data-theme=dark] .stat-box label{color:#93c5fd}[data-theme=dark] .stat-box .value{color:#e0f2fe}[data-theme=dark] .data-card-list-section h3{color:#cbd5e1}[data-theme=dark] .route-item-row{background:linear-gradient(135deg,#1e293b,#1a2332);border-color:#334155;box-shadow:0 2px 4px #0000004d}[data-theme=dark] .route-item-row:hover{background:linear-gradient(135deg,#1a3a52,#1e3a8a);border-color:#60a5fa;box-shadow:0 12px 24px #60a5fa33}[data-theme=dark] .tiny-label{color:#94a3b8}[data-theme=dark] .iata-code{color:#e2e8f0}[data-theme=dark] .count{color:#60a5fa}[data-theme=dark] .is-ontime{background:linear-gradient(135deg,#064e3b,#0d7566);color:#86efac;border-color:#22c55e;box-shadow:0 4px 12px #22c55e33}[data-theme=dark] .is-ontime:hover{box-shadow:0 8px 16px #22c55e66}[data-theme=dark] .is-delayed{background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fca5a5;border-color:#ef4444;box-shadow:0 4px 12px #ef444433}[data-theme=dark] .is-delayed:hover{box-shadow:0 8px 16px #ef444466}[data-theme=dark] .placeholder{background:#334155;color:#94a3b8;border-color:#475569}[data-theme=dark] .loading{background:linear-gradient(135deg,#0c2d44,#1a3a52);color:#87ceeb;border-color:#60a5fa}.routes-list-wrapper::-webkit-scrollbar{width:8px}.routes-list-wrapper::-webkit-scrollbar-track{background:transparent}.routes-list-wrapper::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#3b82f6,#60a5fa);border-radius:10px;transition:all .3s}.routes-list-wrapper::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#2563eb,#3b82f6)}[data-theme=dark] .routes-list-wrapper::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#60a5fa,#93c5fd)}[data-theme=dark] .routes-list-wrapper::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#3b82f6,#60a5fa)}.animate-slide-up{animation:slideUp .4s cubic-bezier(.34,1.56,.64,1)}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}html,body,#root{margin:0;padding:0;height:100%;width:100%;overflow:hidden}.simulate-flight-layout{display:flex;width:100vw;height:calc(100vh - 70px);overflow:hidden;background:#f8fafc;transition:background .3s ease}[data-theme=dark] .simulate-flight-layout{background:#0f172a}.simulate-left-panel{width:420px;height:100%;display:flex;flex-direction:column;border-right:1px solid rgba(0,0,0,.1);background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:2px 0 12px #00000014;overflow:hidden}[data-theme=dark] .simulate-left-panel{background:linear-gradient(180deg,#1e293b,#0f172a);border-right-color:#334155;box-shadow:2px 0 12px #0000004d}.panel-header{padding:2rem 1.5rem 1rem;border-bottom:1px solid rgba(0,0,0,.08);background:linear-gradient(135deg,#fff,#f1f5f9);flex-shrink:0}[data-theme=dark] .panel-header{background:linear-gradient(135deg,#1e293b,#0f172a);border-bottom-color:#334155}.panel-header h1{margin:0 0 .5rem;font-size:1.5rem;color:#1e293b;font-weight:700}[data-theme=dark] .panel-header h1{color:#f1f5f9}.panel-header p{margin:0;font-size:.875rem;color:#64748b}[data-theme=dark] .panel-header p{color:#94a3b8}.panel-content{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.panel-content::-webkit-scrollbar{width:6px}.panel-content::-webkit-scrollbar-track{background:transparent}.panel-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.panel-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}[data-theme=dark] .panel-content::-webkit-scrollbar-thumb{background:#475569}[data-theme=dark] .panel-content::-webkit-scrollbar-thumb:hover{background:#64748b}.simulate-flight-denied{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 70px);padding:2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}[data-theme=dark] .simulate-flight-denied{background:linear-gradient(135deg,#0f172a,#1a1f3a)}.denied-card{text-align:center;padding:3rem;border-radius:20px;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);max-width:450px;box-shadow:0 8px 32px #0000001a}[data-theme=dark] .denied-card{background:#0f172acc;border-color:#94a3b81a;box-shadow:0 8px 32px #0000004d}.denied-icon{font-size:80px;margin-bottom:1.5rem;animation:bounce 2s infinite}.denied-card h1{color:#1e293b;margin-bottom:1rem}[data-theme=dark] .denied-card h1{color:#f1f5f9}.denied-card p{color:#64748b}[data-theme=dark] .denied-card p{color:#94a3b8}.form-card{background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:14px;padding:1.5rem;box-shadow:0 4px 12px #00000014;transition:all .3s ease}[data-theme=dark] .form-card{background:#1e293b99;border-color:#94a3b833;box-shadow:0 4px 12px #0003}.form-card:hover{box-shadow:0 8px 16px #0000001f}[data-theme=dark] .form-card:hover{box-shadow:0 8px 16px #0000004d}.form-fields{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:#1e293b;text-transform:uppercase;letter-spacing:.3px}[data-theme=dark] .form-group label{color:#cbd5e1}.input-field{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;background:#fff;color:#1e293b;transition:all .3s ease;font-family:inherit}[data-theme=dark] .input-field{background:#0f172a80;border-color:#334155;color:#f1f5f9}.input-field:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}[data-theme=dark] .input-field:focus{box-shadow:0 0 0 3px #3b82f633}.input-field:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}[data-theme=dark] .input-field:disabled{background:#94a3b81a;color:#64748b}.field-hint{font-size:.75rem;color:#94a3b8;font-weight:500}[data-theme=dark] .field-hint{color:#64748b}.simulate-btn,.clear-btn{padding:.875rem 1rem;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.simulate-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px #3b82f64d}.simulate-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #3b82f666}.simulate-btn:disabled{background:#cbd5e1;color:#94a3b8;cursor:not-allowed}.clear-btn{background:#ef44441a;color:#dc2626;border:1px solid #fca5a5;display:none}[data-theme=dark] .clear-btn{background:#ef444426;border-color:#7f1d1d}.clear-btn:hover{background:#ef444433}[data-theme=dark] .clear-btn:hover{background:#ef444440}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.error-banner{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #fecaca;border-radius:12px;padding:1rem;display:flex;align-items:flex-start;gap:1rem;animation:slideDown .3s ease}[data-theme=dark] .error-banner{background:#7f1d1d26;border-color:#7f1d1d}.error-icon{font-size:1.25rem;flex-shrink:0}.error-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.error-content strong{color:#dc2626;font-weight:600;font-size:.95rem}[data-theme=dark] .error-content strong{color:#fca5a5}.error-content p{margin:0;color:#991b1b;font-size:.875rem}[data-theme=dark] .error-content p{color:#fecaca}.error-close{background:none;border:none;color:#dc2626;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}[data-theme=dark] .error-close{color:#fca5a5}.results-card{background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:12px;padding:1.25rem;box-shadow:0 4px 12px #00000014;transition:all .3s ease}[data-theme=dark] .results-card{background:#1e293b99;border-color:#94a3b833;box-shadow:0 4px 12px #0003}.results-card h3,.results-card h4{margin:0 0 1rem;color:#1e293b;font-size:1rem;font-weight:600}[data-theme=dark] .results-card h3,[data-theme=dark] .results-card h4{color:#e2e8f0}.analytics-grid-compact{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}.analytics-item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:linear-gradient(135deg,#f0f4f8,#e2e8f0);border-radius:8px;text-align:center}[data-theme=dark] .analytics-item{background:linear-gradient(135deg,#1e293b,#0f172a)}.analytics-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.3px}[data-theme=dark] .analytics-label{color:#94a3b8}.analytics-value{font-size:.95rem;font-weight:700;color:#1e293b}[data-theme=dark] .analytics-value{color:#f1f5f9}.arrival-info{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding:.75rem;background:#3b82f614;border-left:3px solid #3b82f6;border-radius:6px}[data-theme=dark] .arrival-info{background:#3b82f61f}.arrival-label{font-size:.75rem;font-weight:600;color:#3b82f6;text-transform:uppercase}[data-theme=dark] .arrival-label{color:#60a5fa}.arrival-time{font-size:.95rem;font-weight:600;color:#1e293b}[data-theme=dark] .arrival-time{color:#e2e8f0}.weather-grid-compact{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:.75rem}.weather-card .weather-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:.75rem .5rem;background:#1e3a8a14;border-radius:8px;text-align:center}[data-theme=dark] .weather-card .weather-item{background:#1e3a8a26}.weather-value{font-size:.95rem;font-weight:700;color:#1e293b}[data-theme=dark] .weather-value{color:#e2e8f0}.weather-label{font-size:.7rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.3px}[data-theme=dark] .weather-label{color:#94a3b8}.weather-condition{padding:.75rem;background:linear-gradient(135deg,#ecfdf5,#dbeafe);border-radius:8px;text-align:center}[data-theme=dark] .weather-condition{background:linear-gradient(135deg,#064e3b,#0c2d5b)}.weather-condition strong{font-size:.9rem;font-weight:600;color:#0d9488}[data-theme=dark] .weather-condition strong{color:#6ee7b7}.simulate-map-wrapper{flex:1;height:100%;position:relative;background:linear-gradient(135deg,#a8d5e8,#8bc5d9);border-left:1px solid rgba(255,255,255,.2)}[data-theme=dark] .simulate-map-wrapper{background:linear-gradient(135deg,#1a3a52,#0f172a);border-left-color:#64748b4d}.simulate-map-frame{width:100%;height:100%;outline:none}.marker-popup{font-size:13px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.marker-popup strong{color:#1e293b;display:block;margin-bottom:.25rem}[data-theme=dark] .marker-popup strong{color:#f1f5f9}.date-time-group{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.date-input,.time-input{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;background:#fff;color:#1e293b;transition:all .3s ease;font-family:inherit}[data-theme=dark] .date-input,[data-theme=dark] .time-input{background:#0f172a80;border-color:#334155;color:#f1f5f9}.date-input:focus,.time-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}[data-theme=dark] .date-input:focus,[data-theme=dark] .time-input:focus{box-shadow:0 0 0 3px #3b82f633}.date-input:disabled,.time-input:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}[data-theme=dark] .date-input:disabled,[data-theme=dark] .time-input:disabled{background:#94a3b81a;color:#64748b}.night-indicator{position:relative;cursor:help}.night-tooltip{display:none;position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#1e293b;color:#f1f5f9;padding:.5rem .75rem;border-radius:6px;font-size:.75rem;white-space:nowrap;margin-bottom:.5rem;z-index:10;box-shadow:0 4px 12px #00000026;font-weight:500}[data-theme=dark] .night-tooltip{background:#f1f5f9;color:#1e293b}.night-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #1e293b}[data-theme=dark] .night-tooltip:after{border-top-color:#f1f5f9}.night-indicator:hover .night-tooltip{display:block;animation:fadeIn .2s ease}.map-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#a8d5e84d,#8bc5d94d);pointer-events:none;z-index:5}[data-theme=dark] .map-placeholder{background:linear-gradient(135deg,#1a3a5266,#0f172a66)}.placeholder-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.placeholder-icon{font-size:4rem;opacity:.6;animation:float 3s ease-in-out infinite}.placeholder-content h2{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0;opacity:.7}[data-theme=dark] .placeholder-content h2{color:#e2e8f0}.placeholder-content p{color:#64748b;font-size:.95rem;margin:0;opacity:.7}[data-theme=dark] .placeholder-content p{color:#94a3b8}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.disclaimer-note{margin-top:.5rem;font-size:.78rem;color:#475569;line-height:1.25;white-space:normal;word-break:break-word;display:block}[data-theme=dark] .disclaimer-note{color:#94a3b8}.panel-subtitle{margin:0 0 .9rem;font-size:.98rem;font-weight:700;color:#1e293b;display:block}[data-theme=dark] .panel-subtitle{color:#e2e8f0}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1024px){.simulate-left-panel{width:380px}.panel-header{padding:1.5rem 1.25rem .75rem}.panel-header h1{font-size:1.35rem}}@media(max-width:768px){.simulate-flight-layout{flex-direction:column}.simulate-left-panel{width:100%;height:auto;max-height:50%;border-right:none;border-bottom:1px solid rgba(0,0,0,.1)}.simulate-map-wrapper{height:50%;border-left:none;border-top:1px solid rgba(255,255,255,.2)}.panel-content{max-height:calc(50vh - 100px)}.analytics-grid-compact{grid-template-columns:1fr 1fr}.weather-grid-compact{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.simulate-flight-layout{height:calc(100vh - 50px)}.simulate-left-panel{max-height:60%}.simulate-map-wrapper{height:40%}.panel-header{padding:1rem 1rem .5rem}.panel-header h1{font-size:1.1rem}.panel-header p{font-size:.75rem}.panel-content{padding:1rem;gap:.75rem}.form-card,.results-card{padding:1rem}.analytics-grid-compact,.weather-grid-compact{grid-template-columns:1fr}.analytics-item,.weather-card .weather-item{padding:.5rem}}
