@charset "UTF-8";:root{--primary-bg: #f8fafc;--secondary-bg: #ffffff;--content-bg: #ffffff;--nav-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--header-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--primary-blue: #667eea;--secondary-blue: #764ba2;--accent-cyan: #06b6d4;--route-blue: #3b82f6;--nav-accent: #a78bfa;--nav-accent-rgb: 167, 139, 250;--text-primary: #1e293b;--text-secondary: #64748b;--text-muted: #94a3b8;--text-inverse: #ffffff;--nav-text: #ffffff;--nav-text-secondary: rgba(255, 255, 255, .85);--success-green: #10b981;--warning-yellow: #f59e0b;--error-red: #ef4444;--info-blue: var(--primary-blue);--hover-bg: #f1f5f9;--active-bg: #e2e8f0;--nav-hover-bg: rgba(255, 255, 255, .18);--nav-active-bg: rgba(255, 255, 255, .28);--selected-bg: rgba(102, 126, 234, .1);--border-color: #e2e8f0;--nav-border-color: rgba(255, 255, 255, .25);--divider-color: #e2e8f0;--glass-bg: rgba(255, 255, 255, .95);--overlay-bg: rgba(102, 126, 234, .4);--shadow-light: 0 2px 8px rgba(102, 126, 234, .15);--shadow-medium: 0 4px 16px rgba(102, 126, 234, .2);--shadow-heavy: 0 8px 32px rgba(102, 126, 234, .3);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-md: 16px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-2xl: 24px;--nav-width-desktop: 280px;--nav-width-tablet: 240px;--nav-width-sidebar-xl: 80px;--nav-width-sidebar-lg: 76px;--nav-width-sidebar-md: 72px;--nav-width-sidebar-sm: 64px;--header-height: 56px;--bottom-nav-height: 64px;--safe-area-inset-top: env(safe-area-inset-top);--safe-area-inset-bottom: env(safe-area-inset-bottom);--safe-area-inset-left: env(safe-area-inset-left);--safe-area-inset-right: env(safe-area-inset-right);--z-header: 1000;--z-nav: 900;--z-modal: 2000;--z-tooltip: 3000;--z-panel: 2600;--z-bottom-nav: 1100}[data-theme=dark]{--primary-bg: #0f172a;--secondary-bg: #1e293b;--content-bg: #0f172a;--nav-bg: linear-gradient(135deg, #4c1d95 0%, #6d28d9 100%);--header-bg: linear-gradient(135deg, #4c1d95 0%, #6d28d9 100%);--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--nav-text: #ffffff;--nav-text-secondary: rgba(255, 255, 255, .7);--nav-accent: #c4b5fd;--nav-accent-rgb: 196, 181, 253;--hover-bg: #1e293b;--active-bg: #334155;--nav-hover-bg: rgba(255, 255, 255, .1);--nav-active-bg: rgba(255, 255, 255, .2);--border-color: #334155;--nav-border-color: rgba(255, 255, 255, .15);--divider-color: #334155;--shadow-light: 0 2px 8px rgba(0, 0, 0, .3);--shadow-medium: 0 4px 16px rgba(0, 0, 0, .4);--shadow-heavy: 0 8px 32px rgba(0, 0, 0, .5)}*{margin:0;padding:0;box-sizing:border-box}html{font-family:var(--font-family);font-size:var(--font-size-md);line-height:1.6;color:var(--text-primary);background-color:var(--primary-bg);transition:background-color .3s ease,color .3s ease}body{margin:0;padding:0;overflow-x:hidden}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--secondary-bg);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border-radius:var(--radius-sm);transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,var(--secondary-blue),var(--primary-blue));box-shadow:0 0 8px #667eea80}::selection{background:#667eea4d;color:var(--text-primary)}[data-theme=dark] .vue-pdf-embed__page,[data-theme=dark] iframe{filter:invert(90%) contrast(120%) brightness(85%) hue-rotate(180deg)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideInLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInBottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-180deg) scale(0);opacity:0}to{transform:rotate(0) scale(1);opacity:1}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-6px) rotate(-2deg)}75%{transform:translateY(-6px) rotate(2deg)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes glowPulse{0%,to{box-shadow:0 0 5px #667eea80}50%{box-shadow:0 0 20px #667eeacc,0 0 30px #764ba299}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-fade-out{animation:fadeOut .3s ease-in}.animate-slide-in-left{animation:slideInLeft .4s cubic-bezier(.68,-.55,.265,1.55)}.animate-slide-in-right{animation:slideInRight .4s cubic-bezier(.68,-.55,.265,1.55)}.animate-slide-in-bottom{animation:slideInBottom .4s cubic-bezier(.68,-.55,.265,1.55)}.animate-scale-in{animation:scaleIn .3s cubic-bezier(.68,-.55,.265,1.55)}.animate-rotate-in{animation:rotateIn .6s cubic-bezier(.68,-.55,.265,1.55)}.animate-pulse{animation:pulse 2s infinite}.animate-bounce{animation:bounce 1s infinite}.animate-shake{animation:shake .5s}.animate-float{animation:float 3s ease-in-out infinite}.animate-gradient{background-size:200% 200%;animation:gradientShift 3s ease infinite}.animate-glow{animation:glowPulse 2s infinite}.transition-all{transition:all .3s cubic-bezier(.4,0,.2,1)}.transition-fast{transition:all .15s cubic-bezier(.4,0,.2,1)}.transition-slow{transition:all .5s cubic-bezier(.4,0,.2,1)}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 8px 16px #667eea4d}.hover-scale{transition:transform .3s ease}.hover-scale:hover{transform:scale(1.05)}.hover-glow{transition:box-shadow .3s ease}.hover-glow:hover{box-shadow:0 0 20px #667eea80}.app-header[data-v-0b329077]{display:flex;align-items:center;justify-content:space-between;height:calc(var(--header-height) + var(--safe-area-inset-top));background:var(--nav-bg);border-bottom:1px solid var(--nav-border-color);padding:0 var(--spacing-lg);padding-top:var(--safe-area-inset-top);padding-left:max(var(--spacing-lg),var(--safe-area-inset-left));padding-right:max(var(--spacing-lg),var(--safe-area-inset-right));position:fixed;top:0;left:0;right:0;z-index:var(--z-header);box-shadow:var(--shadow-medium);-webkit-user-select:none;user-select:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-header .header-left[data-v-0b329077]{display:flex;align-items:center;flex:0 0 auto}.app-header .header-left .logo-container[data-v-0b329077]{display:flex;align-items:center;gap:var(--spacing-sm);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--radius-md)}.app-header .header-left .logo-container[data-v-0b329077]:hover{background:var(--nav-hover-bg);transform:scale(1.05)}.app-header .header-left .logo-container:hover .logo-icon[data-v-0b329077]{animation:float-0b329077 2s ease-in-out infinite}.app-header .header-left .logo-container .logo-icon[data-v-0b329077]{display:flex;align-items:center;justify-content:center;color:var(--nav-accent);filter:drop-shadow(0 0 8px rgba(167,139,250,.5));transition:all .3s ease}.app-header .header-left .logo-container .logo-icon .logo-image[data-v-0b329077]{width:28px;height:28px;object-fit:contain;animation:rotateIn-0b329077 .6s ease-out}.app-header .header-left .logo-container .logo-text[data-v-0b329077]{display:flex;flex-direction:column;line-height:1}.app-header .header-left .logo-container .logo-text .brand-name[data-v-0b329077]{font-size:16px;font-weight:700;color:var(--text-inverse);letter-spacing:.5px;background:linear-gradient(135deg,#fff,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.app-header .header-left .logo-container .logo-text .brand-tagline[data-v-0b329077]{font-size:10px;font-weight:500;color:var(--nav-text-secondary);letter-spacing:1px;text-transform:uppercase;margin-top:2px}.app-header .header-center[data-v-0b329077]{position:absolute;left:50%;top:calc(50% + var(--safe-area-inset-top) / 2);transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;text-align:center;white-space:nowrap}.app-header .header-center .page-title[data-v-0b329077]{font-size:var(--font-size-md);font-weight:500;color:var(--text-inverse);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 2px 4px rgba(0,0,0,.1)}.app-header .header-center .page-subtitle[data-v-0b329077]{font-size:var(--font-size-xs);font-weight:400;color:var(--nav-text-secondary);margin-top:2px;white-space:nowrap}.app-header .header-right[data-v-0b329077]{display:flex;align-items:center;gap:var(--spacing-sm);margin-left:auto;z-index:1}.app-header .header-right .action-btn[data-v-0b329077]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;border-radius:var(--radius-md);color:var(--text-inverse);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.app-header .header-right .action-btn[data-v-0b329077]:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.app-header .header-right .action-btn[data-v-0b329077]:hover{background:var(--nav-hover-bg);transform:translateY(-2px) scale(1.1);box-shadow:0 4px 12px #667eea4d}.app-header .header-right .action-btn[data-v-0b329077]:hover:before{width:80px;height:80px}.app-header .header-right .action-btn[data-v-0b329077]:active{background:var(--nav-active-bg);transform:translateY(0) scale(.95)}.app-header .header-right .action-btn.theme-toggle[data-v-0b329077]:hover{color:#fbbf24}.app-header .header-right .action-btn.fullscreen-btn[data-v-0b329077]:hover{color:#06b6d4}.app-header .header-right .action-btn.settings-btn[data-v-0b329077]:hover{color:#a78bfa}.app-header .header-right .action-btn.install-btn[data-v-0b329077]:hover{color:#10b981}.app-header .header-right .user-menu-container[data-v-0b329077]{position:relative;cursor:pointer}.app-header .header-right .user-menu-container .user-info[data-v-0b329077]{display:flex;align-items:center;gap:var(--spacing-sm)}.app-header .header-right .user-menu-container .user-info .user-avatar[data-v-0b329077]{width:32px;height:32px;border-radius:50%;object-fit:cover}.app-header .header-right .user-menu-container .user-info .user-avatar-placeholder[data-v-0b329077]{width:32px;height:32px;border-radius:50%;background:var(--nav-accent);display:flex;align-items:center;justify-content:center;color:var(--text-inverse)}.app-header .header-right .user-menu-container .user-info .user-callsign[data-v-0b329077]{font-size:14px;font-weight:500;color:var(--text-inverse)}.app-header .header-right .user-menu-container .user-dropdown[data-v-0b329077]{position:absolute;top:calc(100% + var(--spacing-sm));right:0;background:var(--nav-bg);border:1px solid var(--nav-border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-medium);width:200px;padding:var(--spacing-sm);z-index:1}.app-header .header-right .user-menu-container .user-dropdown .dropdown-item[data-v-0b329077]{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-xs) 0;cursor:pointer}.app-header .header-right .user-menu-container .user-dropdown .dropdown-item[data-v-0b329077]:hover{background:var(--nav-hover-bg)}.app-header .header-right .user-menu-container .user-dropdown .dropdown-item.callsign-display[data-v-0b329077]{justify-content:space-between;font-size:14px;font-weight:500;color:var(--text-inverse)}.app-header .header-right .user-menu-container .user-dropdown .dropdown-item.logout-btn[data-v-0b329077]{color:#ef4444}.app-header .header-right .user-menu-container .user-dropdown .dropdown-item.logout-btn[data-v-0b329077]:hover{color:#dc2626}.app-header .header-right .user-menu-container .user-dropdown .dropdown-divider[data-v-0b329077]{height:1px;background:var(--nav-border-color);margin:var(--spacing-sm) 0}@keyframes rotateIn-0b329077{0%{transform:rotate(-180deg) scale(0);opacity:0}to{transform:rotate(0) scale(1);opacity:1}}@keyframes float-0b329077{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-4px) rotate(-5deg)}75%{transform:translateY(-4px) rotate(5deg)}}.dropdown-enter-active[data-v-0b329077],.dropdown-leave-active[data-v-0b329077]{transition:all .3s cubic-bezier(.4,0,.2,1)}.dropdown-enter-from[data-v-0b329077],.dropdown-leave-to[data-v-0b329077]{opacity:0;transform:translateY(-10px)}@media (max-width: 768px){.app-header[data-v-0b329077]{padding:0 var(--spacing-md)}.app-header .header-left .logo-container .logo-text[data-v-0b329077]{display:none}.app-header .header-center .page-title[data-v-0b329077]{font-size:var(--font-size-lg);font-weight:500}.app-header .header-center .page-subtitle[data-v-0b329077]{font-size:12px}.app-header .header-right[data-v-0b329077]{gap:var(--spacing-xs)}}@media (max-width: 480px){.app-header[data-v-0b329077]{padding:0 var(--spacing-sm)}.app-header .header-center .page-title[data-v-0b329077]{font-size:var(--font-size-md);font-weight:500}.app-header .header-center .page-subtitle[data-v-0b329077]{font-size:11px}.app-header .header-right .fullscreen-btn[data-v-0b329077]{display:none}}.app-nav-bar-wrapper[data-v-23e9d2d7]{position:fixed;width:var(--nav-width-sidebar-md);height:calc(100vh - var(--header-height) - var(--safe-area-inset-top));top:calc(var(--header-height) + var(--safe-area-inset-top));left:var(--safe-area-inset-left);z-index:var(--z-nav);background:transparent;-webkit-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center;margin:0;padding:0}@media (min-width: 1920px){.app-nav-bar-wrapper[data-v-23e9d2d7]{width:var(--nav-width-sidebar-xl)}}@media (min-width: 1440px) and (max-width: 1919px){.app-nav-bar-wrapper[data-v-23e9d2d7]{width:var(--nav-width-sidebar-lg)}}@media (min-width: 768px) and (max-width: 1023px){.app-nav-bar-wrapper[data-v-23e9d2d7]{width:var(--nav-width-sidebar-sm)}}@media (max-width: 767px){.app-nav-bar-wrapper[data-v-23e9d2d7]{top:calc(var(--header-height) + var(--safe-area-inset-top));height:calc(100vh - var(--header-height));width:var(--nav-width-sidebar-sm)}}@media (max-width: 480px){.app-nav-bar-wrapper .app-nav-bar[data-v-23e9d2d7]{padding:2px var(--spacing-xs)}}.airport-sub-nav[data-v-dae27898]{display:flex;flex-direction:column;height:100%;padding:var(--spacing-sm) 0;overflow:hidden;animation:slideInFromRight-dae27898 .4s cubic-bezier(.25,.46,.45,.94) forwards}.airport-sub-nav .home-section[data-v-dae27898]{padding:0 var(--spacing-sm);margin-top:30px;margin-bottom:var(--spacing-md);display:flex;justify-content:center}.airport-sub-nav .home-section .home-btn[data-v-dae27898]{width:100%;display:flex;align-items:center;justify-content:center;padding:8px;background:#667eea14;border:1px solid rgba(102,126,234,.2);border-radius:var(--radius-md);color:#475569;cursor:pointer;transition:all .2s ease}.airport-sub-nav .home-section .home-btn[data-v-dae27898]:hover{background:#667eea26;border-color:var(--primary-blue);color:var(--primary-blue)}.airport-sub-nav .home-section .home-btn .nav-icon[data-v-dae27898]{display:flex;align-items:center;justify-content:center}.airport-sub-nav .airport-selector[data-v-dae27898]{padding:0 var(--spacing-sm);margin-bottom:var(--spacing-md)}.airport-sub-nav .airport-selector .airport-select-btn[data-v-dae27898]{width:100%;display:flex;align-items:center;justify-content:center;padding:8px;background:#667eea0f;border:1px solid rgba(102,126,234,.15);border-radius:var(--radius-md);color:#475569;cursor:pointer;transition:all .2s ease;min-height:38px}.airport-sub-nav .airport-selector .airport-select-btn[data-v-dae27898]:hover{background:#667eea1f;border-color:#667eea4d}.airport-sub-nav .airport-selector .airport-select-btn[data-v-dae27898]:active{transform:translateY(0)}.airport-sub-nav .airport-selector .airport-select-btn .selector-content[data-v-dae27898]{display:flex;flex-direction:column;align-items:center;gap:2px;flex:1}.airport-sub-nav .airport-selector .airport-select-btn .selector-content .nav-icon[data-v-dae27898]{display:flex;align-items:center;justify-content:center;color:var(--primary-blue)}.airport-sub-nav .airport-selector .airport-select-btn .selector-content .nav-label[data-v-dae27898]{font-size:9px;font-weight:600;text-align:center;letter-spacing:.3px;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.airport-sub-nav .airport-selector .airport-select-btn .dropdown-arrow[data-v-dae27898]{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#64748b}.airport-sub-nav .airport-selector .airport-select-btn .dropdown-arrow[data-v-dae27898]:hover{color:var(--primary-blue)}.airport-sub-nav .nav-section[data-v-dae27898]{padding:0;display:flex;flex-direction:column;justify-content:center}.airport-sub-nav .nav-section .nav-slider-container[data-v-dae27898]{position:relative;display:flex;flex-direction:column;gap:4px;border-radius:4px}.airport-sub-nav .nav-section .nav-slider-container .nav-item[data-v-dae27898]{position:relative;z-index:2;width:100%;min-width:0}.airport-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-dae27898]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 8px;background:transparent;border:none;border-radius:var(--radius-sm);color:#475569;cursor:pointer;transition:all .3s ease;min-height:60px;position:relative;gap:4px;min-width:0}.airport-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-dae27898]:hover{color:var(--primary-blue);background:#667eea14}.airport-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-dae27898]{color:var(--primary-blue);font-weight:600;background:linear-gradient(135deg,#667eea1a,#764ba21a)}.airport-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-dae27898]{color:var(--primary-blue);font-weight:600}.airport-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-dae27898]{font-size:12px;font-weight:500;text-align:center;line-height:1.2;transition:all .3s ease;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.airport-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-dae27898]{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:18px;padding:0 6px;background:#667eea1f;border-radius:9px;font-size:10px;font-weight:600;color:#475569;transition:all .3s ease;border:1px solid rgba(102,126,234,.2)}[data-theme=dark] .airport-sub-nav .home-section .home-btn[data-v-dae27898]{background:#ffffff1a;border-color:#ffffff26;color:var(--nav-text)}[data-theme=dark] .airport-sub-nav .home-section .home-btn[data-v-dae27898]:hover{background:#ffffff26;border-color:var(--nav-accent);color:var(--nav-accent)}[data-theme=dark] .airport-sub-nav .airport-selector .airport-select-btn[data-v-dae27898]{background:#ffffff14;border-color:#ffffff1a;color:var(--nav-text)}[data-theme=dark] .airport-sub-nav .airport-selector .airport-select-btn[data-v-dae27898]:hover{background:#ffffff1f;border-color:#fff3}[data-theme=dark] .airport-sub-nav .airport-selector .airport-select-btn .selector-content .nav-icon[data-v-dae27898]{color:var(--nav-accent)}[data-theme=dark] .airport-sub-nav .airport-selector .airport-select-btn .selector-content .nav-label[data-v-dae27898]{color:var(--nav-text)}[data-theme=dark] .airport-sub-nav .airport-selector .airport-select-btn .dropdown-arrow[data-v-dae27898]{color:var(--nav-text-secondary)}[data-theme=dark] .airport-sub-nav .airport-selector .airport-select-btn .dropdown-arrow[data-v-dae27898]:hover{color:var(--nav-accent)}[data-theme=dark] .airport-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-dae27898]{color:var(--nav-text-secondary)}[data-theme=dark] .airport-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-dae27898]:hover{color:var(--nav-text);background:#ffffff0a}[data-theme=dark] .airport-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-dae27898],[data-theme=dark] .airport-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-dae27898]{color:tan}[data-theme=dark] .airport-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-dae27898]{background:#ffffff1f;color:var(--nav-text-secondary);border-color:#ffffff14}@media (max-width: 767px){.airport-sub-nav .home-section .home-btn[data-v-dae27898]{font-size:inherit}.airport-sub-nav .airport-selector .airport-select-btn .selector-content .nav-label[data-v-dae27898]{font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;width:100%}.airport-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-dae27898]{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;width:100%}.airport-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-dae27898]{min-width:18px;height:16px;font-size:9px;flex-shrink:0}}@media (max-width: 480px){.airport-sub-nav .airport-selector .airport-select-btn .selector-content .nav-label[data-v-dae27898]{font-size:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;width:100%}.airport-sub-nav .airport-selector .airport-select-btn .selector-content .nav-icon[data-v-dae27898]{font-size:inherit;flex-shrink:0}.airport-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-dae27898]{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;width:100%}.airport-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-dae27898]{min-width:16px;height:14px;font-size:8px;flex-shrink:0}}@keyframes slideInFromRight-dae27898{0%{transform:translate(100%);opacity:0}60%{transform:translate(70%);opacity:0}to{transform:translate(0);opacity:1}}.sup-sub-nav[data-v-064284cb],.aic-sub-nav[data-v-064284cb],.notam-sub-nav[data-v-064284cb],.enroute-sub-nav[data-v-064284cb]{display:flex;flex-direction:column;height:100%;padding:var(--spacing-sm) 0;overflow:hidden;animation:slideInFromRight-064284cb .5s cubic-bezier(.68,-.55,.265,1.55) forwards}.sup-sub-nav .home-section[data-v-064284cb],.aic-sub-nav .home-section[data-v-064284cb],.notam-sub-nav .home-section[data-v-064284cb],.enroute-sub-nav .home-section[data-v-064284cb]{padding:0 var(--spacing-sm);padding-top:calc(var(--header-height) + var(--safe-area-inset-top));margin-top:30px;margin-bottom:var(--spacing-md);display:flex;justify-content:center}.sup-sub-nav .home-section .home-btn[data-v-064284cb],.aic-sub-nav .home-section .home-btn[data-v-064284cb],.notam-sub-nav .home-section .home-btn[data-v-064284cb],.enroute-sub-nav .home-section .home-btn[data-v-064284cb]{width:100%;display:flex;align-items:center;justify-content:center;padding:10px;background:#667eea14;border:1px solid rgba(102,126,234,.2);border-radius:var(--radius-md);color:#475569;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.sup-sub-nav .home-section .home-btn[data-v-064284cb]:before,.aic-sub-nav .home-section .home-btn[data-v-064284cb]:before,.notam-sub-nav .home-section .home-btn[data-v-064284cb]:before,.enroute-sub-nav .home-section .home-btn[data-v-064284cb]:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:radial-gradient(circle,rgba(102,126,234,.2) 0%,transparent 70%);transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.sup-sub-nav .home-section .home-btn[data-v-064284cb]:hover,.aic-sub-nav .home-section .home-btn[data-v-064284cb]:hover,.notam-sub-nav .home-section .home-btn[data-v-064284cb]:hover,.enroute-sub-nav .home-section .home-btn[data-v-064284cb]:hover{background:#667eea26;border-color:var(--primary-blue);color:var(--primary-blue);transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.sup-sub-nav .home-section .home-btn[data-v-064284cb]:hover:before,.aic-sub-nav .home-section .home-btn[data-v-064284cb]:hover:before,.notam-sub-nav .home-section .home-btn[data-v-064284cb]:hover:before,.enroute-sub-nav .home-section .home-btn[data-v-064284cb]:hover:before{width:100px;height:100px}.sup-sub-nav .home-section .home-btn[data-v-064284cb]:active,.aic-sub-nav .home-section .home-btn[data-v-064284cb]:active,.notam-sub-nav .home-section .home-btn[data-v-064284cb]:active,.enroute-sub-nav .home-section .home-btn[data-v-064284cb]:active{transform:translateY(0)}.sup-sub-nav .home-section .home-btn .nav-icon[data-v-064284cb],.aic-sub-nav .home-section .home-btn .nav-icon[data-v-064284cb],.notam-sub-nav .home-section .home-btn .nav-icon[data-v-064284cb],.enroute-sub-nav .home-section .home-btn .nav-icon[data-v-064284cb]{display:flex;align-items:center;justify-content:center}.sup-sub-nav .nav-section[data-v-064284cb],.aic-sub-nav .nav-section[data-v-064284cb],.notam-sub-nav .nav-section[data-v-064284cb],.enroute-sub-nav .nav-section[data-v-064284cb]{padding:0;display:flex;flex-direction:column;justify-content:center}.sup-sub-nav .nav-section .nav-slider-container[data-v-064284cb],.aic-sub-nav .nav-section .nav-slider-container[data-v-064284cb],.notam-sub-nav .nav-section .nav-slider-container[data-v-064284cb],.enroute-sub-nav .nav-section .nav-slider-container[data-v-064284cb]{position:relative;display:flex;flex-direction:column;gap:6px;border-radius:var(--radius-md);padding:var(--spacing-xs)}.sup-sub-nav .nav-section .nav-slider-container .nav-item[data-v-064284cb],.aic-sub-nav .nav-section .nav-slider-container .nav-item[data-v-064284cb],.notam-sub-nav .nav-section .nav-slider-container .nav-item[data-v-064284cb],.enroute-sub-nav .nav-section .nav-slider-container .nav-item[data-v-064284cb]{position:relative;z-index:2;width:100%;min-width:0}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 8px;background:transparent;border:none;border-radius:var(--radius-md);color:#475569;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:60px;position:relative;gap:4px;min-width:0}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]:before,.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]:before,.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]:before,.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:linear-gradient(180deg,var(--primary-blue),rgba(102,126,234,.5));border-radius:0 2px 2px 0;transition:height .3s ease}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]:hover,.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]:hover,.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]:hover,.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]:hover{color:var(--primary-blue);background:#667eea14;transform:translate(4px)}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]:hover:before,.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]:hover:before,.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]:hover:before,.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]:hover:before{height:60%}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-064284cb],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-064284cb],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-064284cb],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-064284cb]{color:var(--primary-blue);font-weight:600;background:linear-gradient(135deg,#667eea1a,#764ba21a);box-shadow:0 0 20px #667eea33}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-064284cb]:before,.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-064284cb]:before,.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-064284cb]:before,.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-064284cb]:before{height:80%;box-shadow:0 0 8px var(--primary-blue)}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-064284cb],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-064284cb],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-064284cb],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-064284cb]{color:var(--primary-blue);font-weight:600}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-064284cb],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-064284cb],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-064284cb],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-064284cb]{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:#fff;border-color:transparent;box-shadow:0 2px 8px #667eea66}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-064284cb],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-064284cb],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-064284cb],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-064284cb]{font-size:12px;font-weight:500;text-align:center;line-height:1.2;transition:all .3s ease;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-064284cb],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-064284cb],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-064284cb],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-064284cb]{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:18px;padding:0 6px;background:#667eea1f;border-radius:9px;font-size:10px;font-weight:600;color:#475569;transition:all .3s ease;border:1px solid rgba(102,126,234,.2)}[data-theme=dark] .sup-sub-nav .home-section .home-btn[data-v-064284cb],[data-theme=dark] .aic-sub-nav .home-section .home-btn[data-v-064284cb],[data-theme=dark] .notam-sub-nav .home-section .home-btn[data-v-064284cb],[data-theme=dark] .enroute-sub-nav .home-section .home-btn[data-v-064284cb]{background:#ffffff1a;border-color:#ffffff26;color:var(--nav-text)}[data-theme=dark] .sup-sub-nav .home-section .home-btn[data-v-064284cb]:before,[data-theme=dark] .aic-sub-nav .home-section .home-btn[data-v-064284cb]:before,[data-theme=dark] .notam-sub-nav .home-section .home-btn[data-v-064284cb]:before,[data-theme=dark] .enroute-sub-nav .home-section .home-btn[data-v-064284cb]:before{background:radial-gradient(circle,rgba(167,139,250,.3) 0%,transparent 70%)}[data-theme=dark] .sup-sub-nav .home-section .home-btn[data-v-064284cb]:hover,[data-theme=dark] .aic-sub-nav .home-section .home-btn[data-v-064284cb]:hover,[data-theme=dark] .notam-sub-nav .home-section .home-btn[data-v-064284cb]:hover,[data-theme=dark] .enroute-sub-nav .home-section .home-btn[data-v-064284cb]:hover{background:#fff3;border-color:var(--nav-accent);color:var(--nav-accent);box-shadow:0 4px 12px #a78bfa4d}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]{color:var(--nav-text-secondary)}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]:before,[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]:before,[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]:before,[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]:before{background:linear-gradient(180deg,var(--nav-accent),rgba(167,139,250,.5))}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]:hover,[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]:hover,[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]:hover,[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-064284cb]:hover{color:var(--nav-text);background:#ffffff14}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-064284cb],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-064284cb],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-064284cb],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-064284cb]{color:var(--nav-accent);background:#a78bfa26;box-shadow:0 0 20px #a78bfa33}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-064284cb]:before,[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-064284cb]:before,[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-064284cb]:before,[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-064284cb]:before{box-shadow:0 0 8px var(--nav-accent)}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-064284cb],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-064284cb],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-064284cb],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-064284cb]{color:var(--nav-accent)}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-064284cb],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-064284cb],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-064284cb],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-064284cb]{background:linear-gradient(135deg,var(--nav-accent),#c4b5fd);color:#fff;border-color:transparent;box-shadow:0 2px 8px #a78bfa66}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-064284cb],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-064284cb],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-064284cb],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-064284cb]{background:#ffffff1f;color:var(--nav-text-secondary);border-color:#ffffff14}@media (max-width: 767px){.sup-sub-nav .home-section .home-btn[data-v-064284cb],.aic-sub-nav .home-section .home-btn[data-v-064284cb],.notam-sub-nav .home-section .home-btn[data-v-064284cb],.enroute-sub-nav .home-section .home-btn[data-v-064284cb]{font-size:inherit}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-064284cb],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-064284cb],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-064284cb],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-064284cb]{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;width:100%}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-064284cb],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-064284cb],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-064284cb],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-064284cb]{min-width:18px;height:16px;font-size:9px;flex-shrink:0}}@media (max-width: 480px){.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-064284cb],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-064284cb],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-064284cb],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-064284cb]{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;width:100%}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-064284cb],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-064284cb],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-064284cb],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-064284cb]{min-width:16px;height:14px;font-size:8px;flex-shrink:0}}@keyframes slideInFromRight-064284cb{0%{transform:translate(120%) scale(.9);opacity:0}60%{transform:translate(-5%) scale(1.02);opacity:.8}to{transform:translate(0) scale(1);opacity:1}}.sup-sub-nav[data-v-f0f40a12],.aic-sub-nav[data-v-f0f40a12],.notam-sub-nav[data-v-f0f40a12],.enroute-sub-nav[data-v-f0f40a12]{display:flex;flex-direction:column;height:100%;padding:var(--spacing-sm) 0;overflow:hidden;animation:slideInFromRight-f0f40a12 .5s cubic-bezier(.68,-.55,.265,1.55) forwards}.sup-sub-nav .home-section[data-v-f0f40a12],.aic-sub-nav .home-section[data-v-f0f40a12],.notam-sub-nav .home-section[data-v-f0f40a12],.enroute-sub-nav .home-section[data-v-f0f40a12]{padding:0 var(--spacing-sm);padding-top:calc(var(--header-height) + var(--safe-area-inset-top));margin-top:30px;margin-bottom:var(--spacing-md);display:flex;justify-content:center}.sup-sub-nav .home-section .home-btn[data-v-f0f40a12],.aic-sub-nav .home-section .home-btn[data-v-f0f40a12],.notam-sub-nav .home-section .home-btn[data-v-f0f40a12],.enroute-sub-nav .home-section .home-btn[data-v-f0f40a12]{width:100%;display:flex;align-items:center;justify-content:center;padding:10px;background:#667eea14;border:1px solid rgba(102,126,234,.2);border-radius:var(--radius-md);color:#475569;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.sup-sub-nav .home-section .home-btn[data-v-f0f40a12]:before,.aic-sub-nav .home-section .home-btn[data-v-f0f40a12]:before,.notam-sub-nav .home-section .home-btn[data-v-f0f40a12]:before,.enroute-sub-nav .home-section .home-btn[data-v-f0f40a12]:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:radial-gradient(circle,rgba(102,126,234,.2) 0%,transparent 70%);transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.sup-sub-nav .home-section .home-btn[data-v-f0f40a12]:hover,.aic-sub-nav .home-section .home-btn[data-v-f0f40a12]:hover,.notam-sub-nav .home-section .home-btn[data-v-f0f40a12]:hover,.enroute-sub-nav .home-section .home-btn[data-v-f0f40a12]:hover{background:#667eea26;border-color:var(--primary-blue);color:var(--primary-blue);transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.sup-sub-nav .home-section .home-btn[data-v-f0f40a12]:hover:before,.aic-sub-nav .home-section .home-btn[data-v-f0f40a12]:hover:before,.notam-sub-nav .home-section .home-btn[data-v-f0f40a12]:hover:before,.enroute-sub-nav .home-section .home-btn[data-v-f0f40a12]:hover:before{width:100px;height:100px}.sup-sub-nav .home-section .home-btn[data-v-f0f40a12]:active,.aic-sub-nav .home-section .home-btn[data-v-f0f40a12]:active,.notam-sub-nav .home-section .home-btn[data-v-f0f40a12]:active,.enroute-sub-nav .home-section .home-btn[data-v-f0f40a12]:active{transform:translateY(0)}.sup-sub-nav .home-section .home-btn .nav-icon[data-v-f0f40a12],.aic-sub-nav .home-section .home-btn .nav-icon[data-v-f0f40a12],.notam-sub-nav .home-section .home-btn .nav-icon[data-v-f0f40a12],.enroute-sub-nav .home-section .home-btn .nav-icon[data-v-f0f40a12]{display:flex;align-items:center;justify-content:center}.sup-sub-nav .nav-section[data-v-f0f40a12],.aic-sub-nav .nav-section[data-v-f0f40a12],.notam-sub-nav .nav-section[data-v-f0f40a12],.enroute-sub-nav .nav-section[data-v-f0f40a12]{padding:0;display:flex;flex-direction:column;justify-content:center}.sup-sub-nav .nav-section .nav-slider-container[data-v-f0f40a12],.aic-sub-nav .nav-section .nav-slider-container[data-v-f0f40a12],.notam-sub-nav .nav-section .nav-slider-container[data-v-f0f40a12],.enroute-sub-nav .nav-section .nav-slider-container[data-v-f0f40a12]{position:relative;display:flex;flex-direction:column;gap:6px;border-radius:var(--radius-md);padding:var(--spacing-xs)}.sup-sub-nav .nav-section .nav-slider-container .nav-item[data-v-f0f40a12],.aic-sub-nav .nav-section .nav-slider-container .nav-item[data-v-f0f40a12],.notam-sub-nav .nav-section .nav-slider-container .nav-item[data-v-f0f40a12],.enroute-sub-nav .nav-section .nav-slider-container .nav-item[data-v-f0f40a12]{position:relative;z-index:2;width:100%;min-width:0}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 8px;background:transparent;border:none;border-radius:var(--radius-md);color:#475569;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:60px;position:relative;gap:4px;min-width:0}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]:before,.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]:before,.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]:before,.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:linear-gradient(180deg,var(--primary-blue),rgba(102,126,234,.5));border-radius:0 2px 2px 0;transition:height .3s ease}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]:hover,.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]:hover,.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]:hover,.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]:hover{color:var(--primary-blue);background:#667eea14;transform:translate(4px)}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]:hover:before,.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]:hover:before,.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]:hover:before,.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]:hover:before{height:60%}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-f0f40a12],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-f0f40a12],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-f0f40a12],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-f0f40a12]{color:var(--primary-blue);font-weight:600;background:linear-gradient(135deg,#667eea1a,#764ba21a);box-shadow:0 0 20px #667eea33}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-f0f40a12]:before,.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-f0f40a12]:before,.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-f0f40a12]:before,.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-f0f40a12]:before{height:80%;box-shadow:0 0 8px var(--primary-blue)}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-f0f40a12],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-f0f40a12],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-f0f40a12],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-f0f40a12]{color:var(--primary-blue);font-weight:600}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-f0f40a12],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-f0f40a12],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-f0f40a12],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-f0f40a12]{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:#fff;border-color:transparent;box-shadow:0 2px 8px #667eea66}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-f0f40a12],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-f0f40a12],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-f0f40a12],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-f0f40a12]{font-size:12px;font-weight:500;text-align:center;line-height:1.2;transition:all .3s ease;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-f0f40a12],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-f0f40a12],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-f0f40a12],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-f0f40a12]{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:18px;padding:0 6px;background:#667eea1f;border-radius:9px;font-size:10px;font-weight:600;color:#475569;transition:all .3s ease;border:1px solid rgba(102,126,234,.2)}[data-theme=dark] .sup-sub-nav .home-section .home-btn[data-v-f0f40a12],[data-theme=dark] .aic-sub-nav .home-section .home-btn[data-v-f0f40a12],[data-theme=dark] .notam-sub-nav .home-section .home-btn[data-v-f0f40a12],[data-theme=dark] .enroute-sub-nav .home-section .home-btn[data-v-f0f40a12]{background:#ffffff1a;border-color:#ffffff26;color:var(--nav-text)}[data-theme=dark] .sup-sub-nav .home-section .home-btn[data-v-f0f40a12]:before,[data-theme=dark] .aic-sub-nav .home-section .home-btn[data-v-f0f40a12]:before,[data-theme=dark] .notam-sub-nav .home-section .home-btn[data-v-f0f40a12]:before,[data-theme=dark] .enroute-sub-nav .home-section .home-btn[data-v-f0f40a12]:before{background:radial-gradient(circle,rgba(167,139,250,.3) 0%,transparent 70%)}[data-theme=dark] .sup-sub-nav .home-section .home-btn[data-v-f0f40a12]:hover,[data-theme=dark] .aic-sub-nav .home-section .home-btn[data-v-f0f40a12]:hover,[data-theme=dark] .notam-sub-nav .home-section .home-btn[data-v-f0f40a12]:hover,[data-theme=dark] .enroute-sub-nav .home-section .home-btn[data-v-f0f40a12]:hover{background:#fff3;border-color:var(--nav-accent);color:var(--nav-accent);box-shadow:0 4px 12px #a78bfa4d}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]{color:var(--nav-text-secondary)}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]:before,[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]:before,[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]:before,[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]:before{background:linear-gradient(180deg,var(--nav-accent),rgba(167,139,250,.5))}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]:hover,[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]:hover,[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]:hover,[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-f0f40a12]:hover{color:var(--nav-text);background:#ffffff14}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-f0f40a12],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-f0f40a12],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-f0f40a12],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-f0f40a12]{color:var(--nav-accent);background:#a78bfa26;box-shadow:0 0 20px #a78bfa33}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-f0f40a12]:before,[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-f0f40a12]:before,[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-f0f40a12]:before,[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-f0f40a12]:before{box-shadow:0 0 8px var(--nav-accent)}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-f0f40a12],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-f0f40a12],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-f0f40a12],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-f0f40a12]{color:var(--nav-accent)}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-f0f40a12],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-f0f40a12],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-f0f40a12],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-f0f40a12]{background:linear-gradient(135deg,var(--nav-accent),#c4b5fd);color:#fff;border-color:transparent;box-shadow:0 2px 8px #a78bfa66}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-f0f40a12],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-f0f40a12],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-f0f40a12],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-f0f40a12]{background:#ffffff1f;color:var(--nav-text-secondary);border-color:#ffffff14}@media (max-width: 767px){.sup-sub-nav .home-section .home-btn[data-v-f0f40a12],.aic-sub-nav .home-section .home-btn[data-v-f0f40a12],.notam-sub-nav .home-section .home-btn[data-v-f0f40a12],.enroute-sub-nav .home-section .home-btn[data-v-f0f40a12]{font-size:inherit}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-f0f40a12],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-f0f40a12],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-f0f40a12],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-f0f40a12]{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;width:100%}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-f0f40a12],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-f0f40a12],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-f0f40a12],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-f0f40a12]{min-width:18px;height:16px;font-size:9px;flex-shrink:0}}@media (max-width: 480px){.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-f0f40a12],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-f0f40a12],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-f0f40a12],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-f0f40a12]{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;width:100%}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-f0f40a12],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-f0f40a12],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-f0f40a12],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-f0f40a12]{min-width:16px;height:14px;font-size:8px;flex-shrink:0}}@keyframes slideInFromRight-f0f40a12{0%{transform:translate(120%) scale(.9);opacity:0}60%{transform:translate(-5%) scale(1.02);opacity:.8}to{transform:translate(0) scale(1);opacity:1}}.sup-sub-nav[data-v-52639441],.aic-sub-nav[data-v-52639441],.notam-sub-nav[data-v-52639441],.enroute-sub-nav[data-v-52639441]{display:flex;flex-direction:column;height:100%;padding:var(--spacing-sm) 0;overflow:hidden;animation:slideInFromRight-52639441 .5s cubic-bezier(.68,-.55,.265,1.55) forwards}.sup-sub-nav .home-section[data-v-52639441],.aic-sub-nav .home-section[data-v-52639441],.notam-sub-nav .home-section[data-v-52639441],.enroute-sub-nav .home-section[data-v-52639441]{padding:0 var(--spacing-sm);padding-top:calc(var(--header-height) + var(--safe-area-inset-top));margin-top:30px;margin-bottom:var(--spacing-md);display:flex;justify-content:center}.sup-sub-nav .home-section .home-btn[data-v-52639441],.aic-sub-nav .home-section .home-btn[data-v-52639441],.notam-sub-nav .home-section .home-btn[data-v-52639441],.enroute-sub-nav .home-section .home-btn[data-v-52639441]{width:100%;display:flex;align-items:center;justify-content:center;padding:10px;background:#667eea14;border:1px solid rgba(102,126,234,.2);border-radius:var(--radius-md);color:#475569;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.sup-sub-nav .home-section .home-btn[data-v-52639441]:before,.aic-sub-nav .home-section .home-btn[data-v-52639441]:before,.notam-sub-nav .home-section .home-btn[data-v-52639441]:before,.enroute-sub-nav .home-section .home-btn[data-v-52639441]:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:radial-gradient(circle,rgba(102,126,234,.2) 0%,transparent 70%);transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.sup-sub-nav .home-section .home-btn[data-v-52639441]:hover,.aic-sub-nav .home-section .home-btn[data-v-52639441]:hover,.notam-sub-nav .home-section .home-btn[data-v-52639441]:hover,.enroute-sub-nav .home-section .home-btn[data-v-52639441]:hover{background:#667eea26;border-color:var(--primary-blue);color:var(--primary-blue);transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.sup-sub-nav .home-section .home-btn[data-v-52639441]:hover:before,.aic-sub-nav .home-section .home-btn[data-v-52639441]:hover:before,.notam-sub-nav .home-section .home-btn[data-v-52639441]:hover:before,.enroute-sub-nav .home-section .home-btn[data-v-52639441]:hover:before{width:100px;height:100px}.sup-sub-nav .home-section .home-btn[data-v-52639441]:active,.aic-sub-nav .home-section .home-btn[data-v-52639441]:active,.notam-sub-nav .home-section .home-btn[data-v-52639441]:active,.enroute-sub-nav .home-section .home-btn[data-v-52639441]:active{transform:translateY(0)}.sup-sub-nav .home-section .home-btn .nav-icon[data-v-52639441],.aic-sub-nav .home-section .home-btn .nav-icon[data-v-52639441],.notam-sub-nav .home-section .home-btn .nav-icon[data-v-52639441],.enroute-sub-nav .home-section .home-btn .nav-icon[data-v-52639441]{display:flex;align-items:center;justify-content:center}.sup-sub-nav .nav-section[data-v-52639441],.aic-sub-nav .nav-section[data-v-52639441],.notam-sub-nav .nav-section[data-v-52639441],.enroute-sub-nav .nav-section[data-v-52639441]{padding:0;display:flex;flex-direction:column;justify-content:center}.sup-sub-nav .nav-section .nav-slider-container[data-v-52639441],.aic-sub-nav .nav-section .nav-slider-container[data-v-52639441],.notam-sub-nav .nav-section .nav-slider-container[data-v-52639441],.enroute-sub-nav .nav-section .nav-slider-container[data-v-52639441]{position:relative;display:flex;flex-direction:column;gap:6px;border-radius:var(--radius-md);padding:var(--spacing-xs)}.sup-sub-nav .nav-section .nav-slider-container .nav-item[data-v-52639441],.aic-sub-nav .nav-section .nav-slider-container .nav-item[data-v-52639441],.notam-sub-nav .nav-section .nav-slider-container .nav-item[data-v-52639441],.enroute-sub-nav .nav-section .nav-slider-container .nav-item[data-v-52639441]{position:relative;z-index:2;width:100%;min-width:0}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 8px;background:transparent;border:none;border-radius:var(--radius-md);color:#475569;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:60px;position:relative;gap:4px;min-width:0}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]:before,.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]:before,.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]:before,.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:linear-gradient(180deg,var(--primary-blue),rgba(102,126,234,.5));border-radius:0 2px 2px 0;transition:height .3s ease}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]:hover,.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]:hover,.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]:hover,.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]:hover{color:var(--primary-blue);background:#667eea14;transform:translate(4px)}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]:hover:before,.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]:hover:before,.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]:hover:before,.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]:hover:before{height:60%}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-52639441],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-52639441],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-52639441],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-52639441]{color:var(--primary-blue);font-weight:600;background:linear-gradient(135deg,#667eea1a,#764ba21a);box-shadow:0 0 20px #667eea33}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-52639441]:before,.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-52639441]:before,.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-52639441]:before,.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-52639441]:before{height:80%;box-shadow:0 0 8px var(--primary-blue)}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-52639441],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-52639441],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-52639441],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-52639441]{color:var(--primary-blue);font-weight:600}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-52639441],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-52639441],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-52639441],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-52639441]{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:#fff;border-color:transparent;box-shadow:0 2px 8px #667eea66}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-52639441],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-52639441],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-52639441],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-52639441]{font-size:12px;font-weight:500;text-align:center;line-height:1.2;transition:all .3s ease;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-52639441],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-52639441],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-52639441],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-52639441]{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:18px;padding:0 6px;background:#667eea1f;border-radius:9px;font-size:10px;font-weight:600;color:#475569;transition:all .3s ease;border:1px solid rgba(102,126,234,.2)}[data-theme=dark] .sup-sub-nav .home-section .home-btn[data-v-52639441],[data-theme=dark] .aic-sub-nav .home-section .home-btn[data-v-52639441],[data-theme=dark] .notam-sub-nav .home-section .home-btn[data-v-52639441],[data-theme=dark] .enroute-sub-nav .home-section .home-btn[data-v-52639441]{background:#ffffff1a;border-color:#ffffff26;color:var(--nav-text)}[data-theme=dark] .sup-sub-nav .home-section .home-btn[data-v-52639441]:before,[data-theme=dark] .aic-sub-nav .home-section .home-btn[data-v-52639441]:before,[data-theme=dark] .notam-sub-nav .home-section .home-btn[data-v-52639441]:before,[data-theme=dark] .enroute-sub-nav .home-section .home-btn[data-v-52639441]:before{background:radial-gradient(circle,rgba(167,139,250,.3) 0%,transparent 70%)}[data-theme=dark] .sup-sub-nav .home-section .home-btn[data-v-52639441]:hover,[data-theme=dark] .aic-sub-nav .home-section .home-btn[data-v-52639441]:hover,[data-theme=dark] .notam-sub-nav .home-section .home-btn[data-v-52639441]:hover,[data-theme=dark] .enroute-sub-nav .home-section .home-btn[data-v-52639441]:hover{background:#fff3;border-color:var(--nav-accent);color:var(--nav-accent);box-shadow:0 4px 12px #a78bfa4d}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]{color:var(--nav-text-secondary)}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]:before,[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]:before,[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]:before,[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]:before{background:linear-gradient(180deg,var(--nav-accent),rgba(167,139,250,.5))}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]:hover,[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]:hover,[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]:hover,[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-52639441]:hover{color:var(--nav-text);background:#ffffff14}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-52639441],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-52639441],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-52639441],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-52639441]{color:var(--nav-accent);background:#a78bfa26;box-shadow:0 0 20px #a78bfa33}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-52639441]:before,[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-52639441]:before,[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-52639441]:before,[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-52639441]:before{box-shadow:0 0 8px var(--nav-accent)}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-52639441],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-52639441],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-52639441],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-52639441]{color:var(--nav-accent)}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-52639441],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-52639441],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-52639441],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-52639441]{background:linear-gradient(135deg,var(--nav-accent),#c4b5fd);color:#fff;border-color:transparent;box-shadow:0 2px 8px #a78bfa66}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-52639441],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-52639441],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-52639441],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-52639441]{background:#ffffff1f;color:var(--nav-text-secondary);border-color:#ffffff14}@media (max-width: 767px){.sup-sub-nav .home-section .home-btn[data-v-52639441],.aic-sub-nav .home-section .home-btn[data-v-52639441],.notam-sub-nav .home-section .home-btn[data-v-52639441],.enroute-sub-nav .home-section .home-btn[data-v-52639441]{font-size:inherit}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-52639441],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-52639441],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-52639441],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-52639441]{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;width:100%}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-52639441],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-52639441],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-52639441],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-52639441]{min-width:18px;height:16px;font-size:9px;flex-shrink:0}}@media (max-width: 480px){.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-52639441],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-52639441],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-52639441],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-52639441]{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;width:100%}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-52639441],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-52639441],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-52639441],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-52639441]{min-width:16px;height:14px;font-size:8px;flex-shrink:0}}@keyframes slideInFromRight-52639441{0%{transform:translate(120%) scale(.9);opacity:0}60%{transform:translate(-5%) scale(1.02);opacity:.8}to{transform:translate(0) scale(1);opacity:1}}.sup-sub-nav[data-v-24bf1538],.aic-sub-nav[data-v-24bf1538],.notam-sub-nav[data-v-24bf1538],.enroute-sub-nav[data-v-24bf1538]{display:flex;flex-direction:column;height:100%;padding:var(--spacing-sm) 0;overflow:hidden;animation:slideInFromRight-24bf1538 .5s cubic-bezier(.68,-.55,.265,1.55) forwards}.sup-sub-nav .home-section[data-v-24bf1538],.aic-sub-nav .home-section[data-v-24bf1538],.notam-sub-nav .home-section[data-v-24bf1538],.enroute-sub-nav .home-section[data-v-24bf1538]{padding:0 var(--spacing-sm);padding-top:calc(var(--header-height) + var(--safe-area-inset-top));margin-top:30px;margin-bottom:var(--spacing-md);display:flex;justify-content:center}.sup-sub-nav .home-section .home-btn[data-v-24bf1538],.aic-sub-nav .home-section .home-btn[data-v-24bf1538],.notam-sub-nav .home-section .home-btn[data-v-24bf1538],.enroute-sub-nav .home-section .home-btn[data-v-24bf1538]{width:100%;display:flex;align-items:center;justify-content:center;padding:10px;background:#667eea14;border:1px solid rgba(102,126,234,.2);border-radius:var(--radius-md);color:#475569;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.sup-sub-nav .home-section .home-btn[data-v-24bf1538]:before,.aic-sub-nav .home-section .home-btn[data-v-24bf1538]:before,.notam-sub-nav .home-section .home-btn[data-v-24bf1538]:before,.enroute-sub-nav .home-section .home-btn[data-v-24bf1538]:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:radial-gradient(circle,rgba(102,126,234,.2) 0%,transparent 70%);transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.sup-sub-nav .home-section .home-btn[data-v-24bf1538]:hover,.aic-sub-nav .home-section .home-btn[data-v-24bf1538]:hover,.notam-sub-nav .home-section .home-btn[data-v-24bf1538]:hover,.enroute-sub-nav .home-section .home-btn[data-v-24bf1538]:hover{background:#667eea26;border-color:var(--primary-blue);color:var(--primary-blue);transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.sup-sub-nav .home-section .home-btn[data-v-24bf1538]:hover:before,.aic-sub-nav .home-section .home-btn[data-v-24bf1538]:hover:before,.notam-sub-nav .home-section .home-btn[data-v-24bf1538]:hover:before,.enroute-sub-nav .home-section .home-btn[data-v-24bf1538]:hover:before{width:100px;height:100px}.sup-sub-nav .home-section .home-btn[data-v-24bf1538]:active,.aic-sub-nav .home-section .home-btn[data-v-24bf1538]:active,.notam-sub-nav .home-section .home-btn[data-v-24bf1538]:active,.enroute-sub-nav .home-section .home-btn[data-v-24bf1538]:active{transform:translateY(0)}.sup-sub-nav .home-section .home-btn .nav-icon[data-v-24bf1538],.aic-sub-nav .home-section .home-btn .nav-icon[data-v-24bf1538],.notam-sub-nav .home-section .home-btn .nav-icon[data-v-24bf1538],.enroute-sub-nav .home-section .home-btn .nav-icon[data-v-24bf1538]{display:flex;align-items:center;justify-content:center}.sup-sub-nav .nav-section[data-v-24bf1538],.aic-sub-nav .nav-section[data-v-24bf1538],.notam-sub-nav .nav-section[data-v-24bf1538],.enroute-sub-nav .nav-section[data-v-24bf1538]{padding:0;display:flex;flex-direction:column;justify-content:center}.sup-sub-nav .nav-section .nav-slider-container[data-v-24bf1538],.aic-sub-nav .nav-section .nav-slider-container[data-v-24bf1538],.notam-sub-nav .nav-section .nav-slider-container[data-v-24bf1538],.enroute-sub-nav .nav-section .nav-slider-container[data-v-24bf1538]{position:relative;display:flex;flex-direction:column;gap:6px;border-radius:var(--radius-md);padding:var(--spacing-xs)}.sup-sub-nav .nav-section .nav-slider-container .nav-item[data-v-24bf1538],.aic-sub-nav .nav-section .nav-slider-container .nav-item[data-v-24bf1538],.notam-sub-nav .nav-section .nav-slider-container .nav-item[data-v-24bf1538],.enroute-sub-nav .nav-section .nav-slider-container .nav-item[data-v-24bf1538]{position:relative;z-index:2;width:100%;min-width:0}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 8px;background:transparent;border:none;border-radius:var(--radius-md);color:#475569;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:60px;position:relative;gap:4px;min-width:0}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]:before,.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]:before,.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]:before,.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:linear-gradient(180deg,var(--primary-blue),rgba(102,126,234,.5));border-radius:0 2px 2px 0;transition:height .3s ease}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]:hover,.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]:hover,.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]:hover,.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]:hover{color:var(--primary-blue);background:#667eea14;transform:translate(4px)}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]:hover:before,.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]:hover:before,.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]:hover:before,.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]:hover:before{height:60%}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-24bf1538],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-24bf1538],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-24bf1538],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-24bf1538]{color:var(--primary-blue);font-weight:600;background:linear-gradient(135deg,#667eea1a,#764ba21a);box-shadow:0 0 20px #667eea33}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-24bf1538]:before,.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-24bf1538]:before,.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-24bf1538]:before,.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-24bf1538]:before{height:80%;box-shadow:0 0 8px var(--primary-blue)}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-24bf1538],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-24bf1538],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-24bf1538],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-24bf1538]{color:var(--primary-blue);font-weight:600}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-24bf1538],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-24bf1538],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-24bf1538],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-24bf1538]{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:#fff;border-color:transparent;box-shadow:0 2px 8px #667eea66}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-24bf1538],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-24bf1538],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-24bf1538],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-24bf1538]{font-size:12px;font-weight:500;text-align:center;line-height:1.2;transition:all .3s ease;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-24bf1538],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-24bf1538],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-24bf1538],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-24bf1538]{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:18px;padding:0 6px;background:#667eea1f;border-radius:9px;font-size:10px;font-weight:600;color:#475569;transition:all .3s ease;border:1px solid rgba(102,126,234,.2)}[data-theme=dark] .sup-sub-nav .home-section .home-btn[data-v-24bf1538],[data-theme=dark] .aic-sub-nav .home-section .home-btn[data-v-24bf1538],[data-theme=dark] .notam-sub-nav .home-section .home-btn[data-v-24bf1538],[data-theme=dark] .enroute-sub-nav .home-section .home-btn[data-v-24bf1538]{background:#ffffff1a;border-color:#ffffff26;color:var(--nav-text)}[data-theme=dark] .sup-sub-nav .home-section .home-btn[data-v-24bf1538]:before,[data-theme=dark] .aic-sub-nav .home-section .home-btn[data-v-24bf1538]:before,[data-theme=dark] .notam-sub-nav .home-section .home-btn[data-v-24bf1538]:before,[data-theme=dark] .enroute-sub-nav .home-section .home-btn[data-v-24bf1538]:before{background:radial-gradient(circle,rgba(167,139,250,.3) 0%,transparent 70%)}[data-theme=dark] .sup-sub-nav .home-section .home-btn[data-v-24bf1538]:hover,[data-theme=dark] .aic-sub-nav .home-section .home-btn[data-v-24bf1538]:hover,[data-theme=dark] .notam-sub-nav .home-section .home-btn[data-v-24bf1538]:hover,[data-theme=dark] .enroute-sub-nav .home-section .home-btn[data-v-24bf1538]:hover{background:#fff3;border-color:var(--nav-accent);color:var(--nav-accent);box-shadow:0 4px 12px #a78bfa4d}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]{color:var(--nav-text-secondary)}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]:before,[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]:before,[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]:before,[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]:before{background:linear-gradient(180deg,var(--nav-accent),rgba(167,139,250,.5))}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]:hover,[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]:hover,[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]:hover,[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-24bf1538]:hover{color:var(--nav-text);background:#ffffff14}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-24bf1538],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-24bf1538],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-24bf1538],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-24bf1538]{color:var(--nav-accent);background:#a78bfa26;box-shadow:0 0 20px #a78bfa33}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-24bf1538]:before,[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-24bf1538]:before,[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-24bf1538]:before,[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-24bf1538]:before{box-shadow:0 0 8px var(--nav-accent)}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-24bf1538],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-24bf1538],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-24bf1538],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-24bf1538]{color:var(--nav-accent)}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-24bf1538],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-24bf1538],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-24bf1538],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-24bf1538]{background:linear-gradient(135deg,var(--nav-accent),#c4b5fd);color:#fff;border-color:transparent;box-shadow:0 2px 8px #a78bfa66}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-24bf1538],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-24bf1538],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-24bf1538],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-24bf1538]{background:#ffffff1f;color:var(--nav-text-secondary);border-color:#ffffff14}@media (max-width: 767px){.sup-sub-nav .home-section .home-btn[data-v-24bf1538],.aic-sub-nav .home-section .home-btn[data-v-24bf1538],.notam-sub-nav .home-section .home-btn[data-v-24bf1538],.enroute-sub-nav .home-section .home-btn[data-v-24bf1538]{font-size:inherit}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-24bf1538],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-24bf1538],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-24bf1538],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-24bf1538]{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;width:100%}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-24bf1538],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-24bf1538],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-24bf1538],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-24bf1538]{min-width:18px;height:16px;font-size:9px;flex-shrink:0}}@media (max-width: 480px){.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-24bf1538],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-24bf1538],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-24bf1538],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-24bf1538]{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;width:100%}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-24bf1538],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-24bf1538],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-24bf1538],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-24bf1538]{min-width:16px;height:14px;font-size:8px;flex-shrink:0}}@keyframes slideInFromRight-24bf1538{0%{transform:translate(120%) scale(.9);opacity:0}60%{transform:translate(-5%) scale(1.02);opacity:.8}to{transform:translate(0) scale(1);opacity:1}}.sup-sub-nav[data-v-27411fc0],.aic-sub-nav[data-v-27411fc0],.notam-sub-nav[data-v-27411fc0],.enroute-sub-nav[data-v-27411fc0]{display:flex;flex-direction:column;height:100%;padding:var(--spacing-sm) 0;overflow:hidden;animation:slideInFromRight-27411fc0 .5s cubic-bezier(.68,-.55,.265,1.55) forwards}.sup-sub-nav .home-section[data-v-27411fc0],.aic-sub-nav .home-section[data-v-27411fc0],.notam-sub-nav .home-section[data-v-27411fc0],.enroute-sub-nav .home-section[data-v-27411fc0]{padding:0 var(--spacing-sm);padding-top:calc(var(--header-height) + var(--safe-area-inset-top));margin-top:30px;margin-bottom:var(--spacing-md);display:flex;justify-content:center}.sup-sub-nav .home-section .home-btn[data-v-27411fc0],.aic-sub-nav .home-section .home-btn[data-v-27411fc0],.notam-sub-nav .home-section .home-btn[data-v-27411fc0],.enroute-sub-nav .home-section .home-btn[data-v-27411fc0]{width:100%;display:flex;align-items:center;justify-content:center;padding:10px;background:#667eea14;border:1px solid rgba(102,126,234,.2);border-radius:var(--radius-md);color:#475569;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.sup-sub-nav .home-section .home-btn[data-v-27411fc0]:before,.aic-sub-nav .home-section .home-btn[data-v-27411fc0]:before,.notam-sub-nav .home-section .home-btn[data-v-27411fc0]:before,.enroute-sub-nav .home-section .home-btn[data-v-27411fc0]:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:radial-gradient(circle,rgba(102,126,234,.2) 0%,transparent 70%);transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.sup-sub-nav .home-section .home-btn[data-v-27411fc0]:hover,.aic-sub-nav .home-section .home-btn[data-v-27411fc0]:hover,.notam-sub-nav .home-section .home-btn[data-v-27411fc0]:hover,.enroute-sub-nav .home-section .home-btn[data-v-27411fc0]:hover{background:#667eea26;border-color:var(--primary-blue);color:var(--primary-blue);transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.sup-sub-nav .home-section .home-btn[data-v-27411fc0]:hover:before,.aic-sub-nav .home-section .home-btn[data-v-27411fc0]:hover:before,.notam-sub-nav .home-section .home-btn[data-v-27411fc0]:hover:before,.enroute-sub-nav .home-section .home-btn[data-v-27411fc0]:hover:before{width:100px;height:100px}.sup-sub-nav .home-section .home-btn[data-v-27411fc0]:active,.aic-sub-nav .home-section .home-btn[data-v-27411fc0]:active,.notam-sub-nav .home-section .home-btn[data-v-27411fc0]:active,.enroute-sub-nav .home-section .home-btn[data-v-27411fc0]:active{transform:translateY(0)}.sup-sub-nav .home-section .home-btn .nav-icon[data-v-27411fc0],.aic-sub-nav .home-section .home-btn .nav-icon[data-v-27411fc0],.notam-sub-nav .home-section .home-btn .nav-icon[data-v-27411fc0],.enroute-sub-nav .home-section .home-btn .nav-icon[data-v-27411fc0]{display:flex;align-items:center;justify-content:center}.sup-sub-nav .nav-section[data-v-27411fc0],.aic-sub-nav .nav-section[data-v-27411fc0],.notam-sub-nav .nav-section[data-v-27411fc0],.enroute-sub-nav .nav-section[data-v-27411fc0]{padding:0;display:flex;flex-direction:column;justify-content:center}.sup-sub-nav .nav-section .nav-slider-container[data-v-27411fc0],.aic-sub-nav .nav-section .nav-slider-container[data-v-27411fc0],.notam-sub-nav .nav-section .nav-slider-container[data-v-27411fc0],.enroute-sub-nav .nav-section .nav-slider-container[data-v-27411fc0]{position:relative;display:flex;flex-direction:column;gap:6px;border-radius:var(--radius-md);padding:var(--spacing-xs)}.sup-sub-nav .nav-section .nav-slider-container .nav-item[data-v-27411fc0],.aic-sub-nav .nav-section .nav-slider-container .nav-item[data-v-27411fc0],.notam-sub-nav .nav-section .nav-slider-container .nav-item[data-v-27411fc0],.enroute-sub-nav .nav-section .nav-slider-container .nav-item[data-v-27411fc0]{position:relative;z-index:2;width:100%;min-width:0}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 8px;background:transparent;border:none;border-radius:var(--radius-md);color:#475569;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:60px;position:relative;gap:4px;min-width:0}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]:before,.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]:before,.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]:before,.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:linear-gradient(180deg,var(--primary-blue),rgba(102,126,234,.5));border-radius:0 2px 2px 0;transition:height .3s ease}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]:hover,.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]:hover,.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]:hover,.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]:hover{color:var(--primary-blue);background:#667eea14;transform:translate(4px)}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]:hover:before,.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]:hover:before,.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]:hover:before,.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]:hover:before{height:60%}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-27411fc0],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-27411fc0],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-27411fc0],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-27411fc0]{color:var(--primary-blue);font-weight:600;background:linear-gradient(135deg,#667eea1a,#764ba21a);box-shadow:0 0 20px #667eea33}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-27411fc0]:before,.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-27411fc0]:before,.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-27411fc0]:before,.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-27411fc0]:before{height:80%;box-shadow:0 0 8px var(--primary-blue)}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-27411fc0],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-27411fc0],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-27411fc0],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-27411fc0]{color:var(--primary-blue);font-weight:600}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-27411fc0],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-27411fc0],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-27411fc0],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-27411fc0]{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:#fff;border-color:transparent;box-shadow:0 2px 8px #667eea66}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-27411fc0],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-27411fc0],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-27411fc0],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-27411fc0]{font-size:12px;font-weight:500;text-align:center;line-height:1.2;transition:all .3s ease;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-27411fc0],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-27411fc0],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-27411fc0],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-27411fc0]{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:18px;padding:0 6px;background:#667eea1f;border-radius:9px;font-size:10px;font-weight:600;color:#475569;transition:all .3s ease;border:1px solid rgba(102,126,234,.2)}[data-theme=dark] .sup-sub-nav .home-section .home-btn[data-v-27411fc0],[data-theme=dark] .aic-sub-nav .home-section .home-btn[data-v-27411fc0],[data-theme=dark] .notam-sub-nav .home-section .home-btn[data-v-27411fc0],[data-theme=dark] .enroute-sub-nav .home-section .home-btn[data-v-27411fc0]{background:#ffffff1a;border-color:#ffffff26;color:var(--nav-text)}[data-theme=dark] .sup-sub-nav .home-section .home-btn[data-v-27411fc0]:before,[data-theme=dark] .aic-sub-nav .home-section .home-btn[data-v-27411fc0]:before,[data-theme=dark] .notam-sub-nav .home-section .home-btn[data-v-27411fc0]:before,[data-theme=dark] .enroute-sub-nav .home-section .home-btn[data-v-27411fc0]:before{background:radial-gradient(circle,rgba(167,139,250,.3) 0%,transparent 70%)}[data-theme=dark] .sup-sub-nav .home-section .home-btn[data-v-27411fc0]:hover,[data-theme=dark] .aic-sub-nav .home-section .home-btn[data-v-27411fc0]:hover,[data-theme=dark] .notam-sub-nav .home-section .home-btn[data-v-27411fc0]:hover,[data-theme=dark] .enroute-sub-nav .home-section .home-btn[data-v-27411fc0]:hover{background:#fff3;border-color:var(--nav-accent);color:var(--nav-accent);box-shadow:0 4px 12px #a78bfa4d}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]{color:var(--nav-text-secondary)}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]:before,[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]:before,[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]:before,[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]:before{background:linear-gradient(180deg,var(--nav-accent),rgba(167,139,250,.5))}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]:hover,[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]:hover,[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]:hover,[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button[data-v-27411fc0]:hover{color:var(--nav-text);background:#ffffff14}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-27411fc0],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-27411fc0],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-27411fc0],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-27411fc0]{color:var(--nav-accent);background:#a78bfa26;box-shadow:0 0 20px #a78bfa33}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-27411fc0]:before,[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-27411fc0]:before,[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-27411fc0]:before,[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active[data-v-27411fc0]:before{box-shadow:0 0 8px var(--nav-accent)}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-27411fc0],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-27411fc0],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-27411fc0],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-label[data-v-27411fc0]{color:var(--nav-accent)}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-27411fc0],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-27411fc0],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-27411fc0],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button.active .nav-count[data-v-27411fc0]{background:linear-gradient(135deg,var(--nav-accent),#c4b5fd);color:#fff;border-color:transparent;box-shadow:0 2px 8px #a78bfa66}[data-theme=dark] .sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-27411fc0],[data-theme=dark] .aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-27411fc0],[data-theme=dark] .notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-27411fc0],[data-theme=dark] .enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-27411fc0]{background:#ffffff1f;color:var(--nav-text-secondary);border-color:#ffffff14}@media (max-width: 767px){.sup-sub-nav .home-section .home-btn[data-v-27411fc0],.aic-sub-nav .home-section .home-btn[data-v-27411fc0],.notam-sub-nav .home-section .home-btn[data-v-27411fc0],.enroute-sub-nav .home-section .home-btn[data-v-27411fc0]{font-size:inherit}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-27411fc0],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-27411fc0],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-27411fc0],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-27411fc0]{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;width:100%}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-27411fc0],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-27411fc0],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-27411fc0],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-27411fc0]{min-width:18px;height:16px;font-size:9px;flex-shrink:0}}@media (max-width: 480px){.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-27411fc0],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-27411fc0],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-27411fc0],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-label[data-v-27411fc0]{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;width:100%}.sup-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-27411fc0],.aic-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-27411fc0],.notam-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-27411fc0],.enroute-sub-nav .nav-section .nav-slider-container .nav-item .nav-button .nav-count[data-v-27411fc0]{min-width:16px;height:14px;font-size:8px;flex-shrink:0}}@keyframes slideInFromRight-27411fc0{0%{transform:translate(120%) scale(.9);opacity:0}60%{transform:translate(-5%) scale(1.02);opacity:.8}to{transform:translate(0) scale(1);opacity:1}}.app-nav-bar[data-v-e5e07d13]{position:relative;width:var(--nav-width-sidebar-md);height:100%;background:linear-gradient(180deg,#fff,#f8fafc);padding:var(--spacing-sm) 0;box-shadow:var(--shadow-medium);border-right:1px solid rgba(102,126,234,.15);overflow:hidden}.app-nav-bar .nav-list[data-v-e5e07d13]{list-style:none;margin:0;padding:var(--spacing-lg) 0;display:flex;flex-direction:column;align-items:center;height:calc(100% + var(--safe-area-inset-bottom));gap:var(--spacing-md);transform:translate(0) scale(1);opacity:1;transition:all .5s cubic-bezier(.68,-.55,.265,1.55)}.app-nav-bar .nav-list.slide-out[data-v-e5e07d13]{transform:translate(-120%) scale(.9);opacity:0}.app-nav-bar .nav-list.slide-in[data-v-e5e07d13]{transform:translate(0) scale(1);opacity:1}.app-nav-bar .nav-list.animating[data-v-e5e07d13]{pointer-events:none}.app-nav-bar .nav-list .nav-item[data-v-e5e07d13]{margin:0;width:100%;display:flex;align-items:center;justify-content:center}.app-nav-bar .nav-list .nav-item .nav-button[data-v-e5e07d13]{width:calc(100% - var(--spacing-sm));display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-xs);background:transparent;border:none;border-radius:var(--radius-md);color:#475569;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:50px;max-height:60px;position:relative;overflow:hidden}.app-nav-bar .nav-list .nav-item .nav-button[data-v-e5e07d13]:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:radial-gradient(circle,rgba(102,126,234,.2) 0%,transparent 70%);transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.app-nav-bar .nav-list .nav-item .nav-button[data-v-e5e07d13]:hover{background:#667eea14;color:var(--primary-blue);transform:translateY(-2px) scale(1.05);box-shadow:0 4px 12px #667eea33}.app-nav-bar .nav-list .nav-item .nav-button[data-v-e5e07d13]:hover:before{width:100px;height:100px}.app-nav-bar .nav-list .nav-item .nav-button.active[data-v-e5e07d13]{background:linear-gradient(135deg,#667eea1f,#764ba21f);color:var(--primary-blue);transform:scale(1.08);box-shadow:0 0 20px #667eea4d}.app-nav-bar .nav-list .nav-item .nav-button.active .nav-icon[data-v-e5e07d13]{color:var(--primary-blue);animation:pulse-e5e07d13 2s infinite}.app-nav-bar .nav-list .nav-item .nav-button.active[data-v-e5e07d13]:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:var(--primary-blue);box-shadow:0 0 8px var(--primary-blue)}.app-nav-bar .nav-list .nav-item .nav-button .nav-icon[data-v-e5e07d13]{display:flex;align-items:center;justify-content:center;margin-bottom:4px;transition:all .3s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.app-nav-bar .nav-list .nav-item .nav-button .nav-label[data-v-e5e07d13]{font-size:10px;font-weight:600;text-align:center;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;letter-spacing:.3px}.app-nav-bar .sub-nav-container[data-v-e5e07d13]{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:var(--radius-md);opacity:0;transform:translate(100%) rotateY(-15deg);transition:all .5s cubic-bezier(.68,-.55,.265,1.55);backface-visibility:hidden}.app-nav-bar .sub-nav-container.slide-in-right[data-v-e5e07d13]{transform:translate(0) rotateY(0);opacity:1}.app-nav-bar .sub-nav-container.slide-out-right[data-v-e5e07d13]{transform:translate(120%) rotateY(15deg);opacity:0}.app-nav-bar .sub-nav-container.animating[data-v-e5e07d13]{pointer-events:none}@keyframes pulse-e5e07d13{0%,to{transform:scale(1);filter:drop-shadow(0 0 0 rgba(167,139,250,0))}50%{transform:scale(1.1);filter:drop-shadow(0 0 8px rgba(167,139,250,.6))}}@keyframes float-e5e07d13{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes gradientShift-e5e07d13{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media (min-width: 1920px){.app-nav-bar[data-v-e5e07d13]{width:var(--nav-width-sidebar-xl)}.app-nav-bar .nav-list .nav-item .nav-button[data-v-e5e07d13]{min-height:60px;max-height:75px}.app-nav-bar .nav-list .nav-item .nav-button .nav-label[data-v-e5e07d13]{font-size:11px}}@media (min-width: 1440px) and (max-width: 1919px){.app-nav-bar[data-v-e5e07d13]{width:var(--nav-width-sidebar-lg)}.app-nav-bar .nav-list .nav-item .nav-button[data-v-e5e07d13]{min-height:55px;max-height:65px}.app-nav-bar .nav-list .nav-item .nav-button .nav-label[data-v-e5e07d13]{font-size:10px}}@media (min-width: 1440px) and (max-width: 1919px) and (min-width: 768px) and (max-width: 1023px){.app-nav-bar[data-v-e5e07d13]{width:var(--nav-width-sidebar-sm)}.app-nav-bar .nav-list[data-v-e5e07d13]{padding:var(--spacing-md) 0}.app-nav-bar .nav-list .nav-item .nav-button[data-v-e5e07d13]{min-height:45px;max-height:55px}.app-nav-bar .nav-list .nav-item .nav-button .nav-label[data-v-e5e07d13]{font-size:9px}}@media (max-width: 767px){.app-nav-bar[data-v-e5e07d13]{border-radius:0;height:100%}.app-nav-bar .nav-list[data-v-e5e07d13]{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-xs);padding:var(--spacing-md) 0}.app-nav-bar .nav-list .nav-item[data-v-e5e07d13]{flex:none;display:flex;justify-content:center}.app-nav-bar .nav-list .nav-item .nav-button[data-v-e5e07d13]{min-height:45px;height:auto;padding:var(--spacing-xs);margin:0 var(--spacing-xs);max-width:none;width:calc(100% - var(--spacing-sm))}.app-nav-bar .nav-list .nav-item .nav-button .nav-icon[data-v-e5e07d13]{margin-bottom:2px}.app-nav-bar .nav-list .nav-item .nav-button .nav-label[data-v-e5e07d13]{font-size:9px;font-weight:600;line-height:1.2}.app-nav-bar .sub-nav-container[data-v-e5e07d13]{top:0;left:0;width:100%;height:100%;background:var(--nav-bg);border-radius:0}}@media (max-width: 480px){.app-nav-bar[data-v-e5e07d13]{padding:2px var(--spacing-xs)}.app-nav-bar .nav-list .nav-item .nav-button[data-v-e5e07d13]{padding:2px;max-width:50px}.app-nav-bar .nav-list .nav-item .nav-button .nav-label[data-v-e5e07d13]{font-size:9px}}@media (max-width: 767px) and (orientation: landscape){.app-nav-bar .nav-list .nav-item .nav-button .nav-label[data-v-e5e07d13]{display:none}}[data-theme=dark] .app-nav-bar[data-v-e5e07d13]{background:linear-gradient(135deg,#1e293bfa,#0f172afa);border-right-color:#a78bfa26}[data-theme=dark] .app-nav-bar .nav-list .nav-item .nav-button[data-v-e5e07d13]{color:#cbd5e1}[data-theme=dark] .app-nav-bar .nav-list .nav-item .nav-button[data-v-e5e07d13]:before{background:radial-gradient(circle,rgba(167,139,250,.3) 0%,transparent 70%)}[data-theme=dark] .app-nav-bar .nav-list .nav-item .nav-button[data-v-e5e07d13]:hover{background:#a78bfa26;color:#a78bfa;box-shadow:0 4px 12px #a78bfa4d}[data-theme=dark] .app-nav-bar .nav-list .nav-item .nav-button.active[data-v-e5e07d13]{background:linear-gradient(135deg,#a78bfa33,#c4b5fd33);color:#a78bfa;box-shadow:0 0 20px #a78bfa66}[data-theme=dark] .app-nav-bar .nav-list .nav-item .nav-button.active .nav-icon[data-v-e5e07d13]{color:#a78bfa}[data-theme=dark] .app-nav-bar .nav-list .nav-item .nav-button.active[data-v-e5e07d13]:after{background:#a78bfa;box-shadow:0 0 8px #a78bfa}[data-theme=dark] .app-nav-bar .nav-list .nav-item .nav-button .nav-icon[data-v-e5e07d13]{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.bottom-tab-bar[data-v-c85b618f]{position:fixed;bottom:0;left:0;right:0;height:calc(var(--bottom-nav-height) + var(--safe-area-inset-bottom));padding-bottom:var(--safe-area-inset-bottom);background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(102,126,234,.1);box-shadow:0 -4px 20px #667eea26;z-index:var(--z-bottom-nav);transition:all .3s cubic-bezier(.4,0,.2,1)}.bottom-tab-bar.hidden[data-v-c85b618f]{transform:translateY(100%);opacity:0}.bottom-tab-bar .tab-container[data-v-c85b618f]{display:flex;justify-content:space-around;align-items:center;height:100%;padding:0 var(--spacing-sm);max-width:600px;margin:0 auto}.bottom-tab-bar .tab-container .tab-item[data-v-c85b618f]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:var(--spacing-xs) var(--spacing-sm);background:transparent;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;min-width:0}.bottom-tab-bar .tab-container .tab-item .tab-icon-wrapper[data-v-c85b618f]{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;transition:all .3s ease}.bottom-tab-bar .tab-container .tab-item .tab-icon-wrapper .tab-icon[data-v-c85b618f]{color:var(--text-secondary);transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.bottom-tab-bar .tab-container .tab-item .tab-icon-wrapper .active-indicator[data-v-c85b618f]{position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));box-shadow:0 0 8px #667eea99;animation:pulse-c85b618f 2s infinite}.bottom-tab-bar .tab-container .tab-item .tab-label[data-v-c85b618f]{font-size:11px;font-weight:500;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;transition:all .3s ease;letter-spacing:.3px}.bottom-tab-bar .tab-container .tab-item:hover .tab-icon-wrapper[data-v-c85b618f]{background:#667eea1a;transform:scale(1.1)}.bottom-tab-bar .tab-container .tab-item:hover .tab-icon[data-v-c85b618f],.bottom-tab-bar .tab-container .tab-item:hover .tab-label[data-v-c85b618f]{color:var(--primary-blue)}.bottom-tab-bar .tab-container .tab-item.active .tab-icon-wrapper[data-v-c85b618f]{background:linear-gradient(135deg,#667eea26,#764ba226);box-shadow:0 4px 12px #667eea33}.bottom-tab-bar .tab-container .tab-item.active .tab-icon[data-v-c85b618f]{color:var(--primary-blue);transform:scale(1.1);filter:drop-shadow(0 0 8px rgba(102,126,234,.4))}.bottom-tab-bar .tab-container .tab-item.active .tab-label[data-v-c85b618f]{color:var(--primary-blue);font-weight:600}.bottom-tab-bar .tab-container .tab-item[data-v-c85b618f]:active{transform:scale(.95)}@keyframes pulse-c85b618f{0%,to{opacity:1;transform:translate(-50%) scale(1)}50%{opacity:.6;transform:translate(-50%) scale(1.2)}}[data-theme=dark] .bottom-tab-bar[data-v-c85b618f]{background:#1e293bf2;border-top-color:#a78bfa26;box-shadow:0 -4px 20px #0000004d}[data-theme=dark] .bottom-tab-bar .tab-item .tab-icon[data-v-c85b618f],[data-theme=dark] .bottom-tab-bar .tab-item .tab-label[data-v-c85b618f]{color:#cbd5e1}[data-theme=dark] .bottom-tab-bar .tab-item:hover .tab-icon-wrapper[data-v-c85b618f]{background:#a78bfa26}[data-theme=dark] .bottom-tab-bar .tab-item:hover .tab-icon[data-v-c85b618f],[data-theme=dark] .bottom-tab-bar .tab-item:hover .tab-label[data-v-c85b618f]{color:#a78bfa}[data-theme=dark] .bottom-tab-bar .tab-item.active .tab-icon-wrapper[data-v-c85b618f]{background:linear-gradient(135deg,#a78bfa33,#c4b5fd33);box-shadow:0 4px 12px #a78bfa4d}[data-theme=dark] .bottom-tab-bar .tab-item.active .tab-icon[data-v-c85b618f],[data-theme=dark] .bottom-tab-bar .tab-item.active .tab-label[data-v-c85b618f]{color:#a78bfa}.settings-overlay[data-v-91a30e12]{position:fixed;inset:0;background:var(--overlay-bg);display:flex;align-items:center;justify-content:center;z-index:var(--z-modal);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.settings-modal[data-v-91a30e12]{width:90%;max-width:560px;max-height:85vh;background:var(--secondary-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-heavy);display:flex;flex-direction:column;overflow:hidden}.modal-header[data-v-91a30e12]{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-md) var(--spacing-lg);border-bottom:1px solid var(--border-color);background:var(--nav-bg)}.modal-header .modal-title[data-v-91a30e12]{font-size:var(--font-size-lg);font-weight:600;color:var(--text-inverse);margin:0}.modal-header .close-btn[data-v-91a30e12]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:var(--radius-md);color:var(--text-inverse);cursor:pointer;transition:all .2s ease}.modal-header .close-btn[data-v-91a30e12]:hover{background:var(--nav-hover-bg);color:var(--error-red)}.modal-content[data-v-91a30e12]{flex:1;overflow-y:auto;padding:var(--spacing-xs) var(--spacing-md)}.settings-section[data-v-91a30e12]{margin-bottom:var(--spacing-sm)}.settings-section[data-v-91a30e12]:last-child{margin-bottom:0}.settings-section .section-title[data-v-91a30e12]{display:flex;align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary);margin:0 0 var(--spacing-xs);padding-bottom:2px;border-bottom:1px solid var(--border-color)}.settings-section .section-content[data-v-91a30e12]{padding:0}.info-row[data-v-91a30e12]{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.info-row .info-label[data-v-91a30e12]{color:var(--text-secondary);font-size:var(--font-size-sm)}.info-row .info-value[data-v-91a30e12]{color:var(--text-primary);font-size:var(--font-size-sm);font-weight:500}.info-row .info-value.success[data-v-91a30e12]{color:var(--success-green)}.info-row .info-value.warning[data-v-91a30e12]{color:var(--warning-yellow)}.action-buttons[data-v-91a30e12]{display:flex;flex-wrap:wrap;gap:var(--spacing-xs);margin-top:var(--spacing-sm)}.action-buttons .action-btn[data-v-91a30e12]{display:flex;align-items:center;gap:var(--spacing-xs);padding:6px var(--spacing-sm);background:var(--hover-bg);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);font-size:var(--font-size-xs);cursor:pointer;transition:all .2s ease}.action-buttons .action-btn[data-v-91a30e12]:hover:not(:disabled){background:var(--active-bg);border-color:var(--primary-blue)}.action-buttons .action-btn[data-v-91a30e12]:disabled{opacity:.5;cursor:not-allowed}.action-buttons .action-btn.primary[data-v-91a30e12]{background:var(--primary-blue);border-color:var(--primary-blue);color:var(--text-inverse)}.action-buttons .action-btn.primary[data-v-91a30e12]:hover:not(:disabled){background:var(--secondary-blue)}.action-buttons .action-btn.danger[data-v-91a30e12]:hover:not(:disabled){background:var(--error-red);border-color:var(--error-red);color:var(--text-inverse)}.progress-section[data-v-91a30e12]{margin-top:var(--spacing-sm);padding:var(--spacing-sm);background:var(--hover-bg);border-radius:var(--radius-md)}.progress-section .progress-text[data-v-91a30e12]{font-size:var(--font-size-xs);color:var(--text-primary);margin-bottom:var(--spacing-xs)}.progress-section .progress-bar[data-v-91a30e12]{height:4px;background:var(--border-color);border-radius:2px;overflow:hidden}.progress-section .progress-bar .progress-fill[data-v-91a30e12]{height:100%;background:var(--primary-blue);border-radius:2px;transition:width .3s ease}.progress-section .progress-detail[data-v-91a30e12]{font-size:var(--font-size-xs);color:var(--text-secondary);margin-top:4px;text-align:right}.status-message[data-v-91a30e12]{padding:6px var(--spacing-sm);font-size:var(--font-size-xs)}.status-message.success[data-v-91a30e12]{color:var(--success-green)}.status-message.error[data-v-91a30e12]{color:var(--error-red)}.status-message.info[data-v-91a30e12]{color:var(--primary-blue)}.setting-item[data-v-91a30e12]{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid var(--divider-color)}.setting-item[data-v-91a30e12]:last-child{border-bottom:none}.setting-item .setting-info[data-v-91a30e12]{display:flex;flex-direction:column;gap:2px}.setting-item .setting-info .setting-label[data-v-91a30e12]{font-size:var(--font-size-xs);color:var(--text-primary);font-weight:500}.setting-item .setting-info .setting-desc[data-v-91a30e12]{font-size:11px;color:var(--text-secondary)}.setting-item .setting-control[data-v-91a30e12]{flex-shrink:0}.theme-switch[data-v-91a30e12]{display:flex;align-items:center;gap:var(--spacing-sm);background:transparent;border:none;cursor:pointer;padding:0}.theme-switch .switch-track[data-v-91a30e12]{width:44px;height:24px;background:var(--border-color);border-radius:12px;position:relative;transition:background .2s ease}.theme-switch .switch-thumb[data-v-91a30e12]{position:absolute;top:2px;left:2px;width:20px;height:20px;background:var(--secondary-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;color:var(--warning-yellow)}.theme-switch .switch-label[data-v-91a30e12]{font-size:var(--font-size-sm);color:var(--text-secondary)}.theme-switch.is-night .switch-track[data-v-91a30e12]{background:var(--primary-blue)}.theme-switch.is-night .switch-thumb[data-v-91a30e12]{transform:translate(20px);color:var(--primary-blue)}.github-link[data-v-91a30e12]{margin-top:var(--spacing-sm);padding-top:var(--spacing-sm);border-top:1px solid var(--divider-color);display:flex;justify-content:center}.github-link .github-btn[data-v-91a30e12]{display:inline-flex;align-items:center;gap:var(--spacing-xs);padding:6px var(--spacing-sm);background:var(--secondary-bg);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);text-decoration:none;font-size:var(--font-size-xs);transition:all .2s ease}.github-link .github-btn[data-v-91a30e12]:hover{background:var(--hover-bg);border-color:var(--text-primary);transform:translateY(-1px)}.github-link .github-btn[data-v-91a30e12]:active{transform:translateY(0)}.modal-enter-active[data-v-91a30e12],.modal-leave-active[data-v-91a30e12]{transition:opacity .2s ease}.modal-enter-active .settings-modal[data-v-91a30e12],.modal-leave-active .settings-modal[data-v-91a30e12]{transition:transform .2s ease}.modal-enter-from[data-v-91a30e12],.modal-leave-to[data-v-91a30e12]{opacity:0}.modal-enter-from .settings-modal[data-v-91a30e12],.modal-leave-to .settings-modal[data-v-91a30e12]{transform:scale(.95)}@media (max-width: 480px){.settings-modal[data-v-91a30e12]{width:95%;max-height:90vh}.action-buttons[data-v-91a30e12]{flex-direction:column}.action-buttons .action-btn[data-v-91a30e12]{width:100%;justify-content:center}.setting-item[data-v-91a30e12]{flex-direction:column;align-items:flex-start;gap:var(--spacing-sm)}.setting-item .setting-control[data-v-91a30e12]{width:100%}}.app-layout[data-v-098af696]{display:flex;flex-direction:column;height:100vh;background:var(--primary-bg);color:var(--text-primary);padding-top:var(--safe-area-inset-top)}.main-content[data-v-098af696]{position:relative;margin-left:var(--nav-width-sidebar-md);margin-bottom:0;transition:margin-left .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;top:calc(0 - var(--header-height) + var(--safe-area-inset-top) - var(--safe-area-inset-bottom));height:100%}.main-content .content-container[data-v-098af696]{flex:1;overflow-y:auto;padding:0;background:var(--content-bg)}@media (max-width: 768px){.main-content .content-container[data-v-098af696]{padding:0}}@media (max-width: 480px){.main-content .content-container[data-v-098af696]{padding:0}}.page-enter-active[data-v-098af696],.page-leave-active[data-v-098af696]{transition:all .3s cubic-bezier(.4,0,.2,1)}.page-enter-from[data-v-098af696]{opacity:0;transform:translate(20px)}.page-leave-to[data-v-098af696]{opacity:0;transform:translate(-20px)}@media (min-width: 1920px){.main-content[data-v-098af696]{margin-left:var(--nav-width-sidebar-xl)}}@media (min-width: 1440px) and (max-width: 1919px){.main-content[data-v-098af696]{margin-left:var(--nav-width-sidebar-lg)}}@media (min-width: 768px) and (max-width: 1023px){.main-content[data-v-098af696]{margin-left:var(--nav-width-sidebar-sm)}}@media (max-width: 767px){.main-content[data-v-098af696]{margin-left:0;margin-bottom:var(--bottom-nav-height);padding-bottom:var(--safe-area-inset-bottom)}}@media (max-height: 600px){.content-container[data-v-098af696]{padding-top:var(--spacing-md)}}.data-load-mask[data-v-2ed13ff0]{position:fixed;inset:0;background:var(--overlay-bg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:var(--z-modal);padding:var(--spacing-lg)}.data-load-mask .data-load-container[data-v-2ed13ff0]{background:var(--nav-bg);border-radius:var(--radius-lg);padding:var(--spacing-xl);max-width:360px;box-shadow:var(--shadow-heavy);border:1px solid var(--nav-border-color)}.data-load-mask .data-load-container .content[data-v-2ed13ff0]{text-align:center}.data-load-mask .data-load-container .content .title[data-v-2ed13ff0]{font-size:24px;font-weight:600;color:var(--nav-text);margin:0 0 var(--spacing-lg) 0;letter-spacing:.5px}.data-load-mask .data-load-container .content .status-info[data-v-2ed13ff0]{margin-bottom:var(--spacing-xl)}.data-load-mask .data-load-container .content .status-info .description[data-v-2ed13ff0]{font-size:16px;color:var(--nav-text-secondary);line-height:1.5;margin:0 0 var(--spacing-md) 0}.data-load-mask .data-load-container .content .status-info .version-info[data-v-2ed13ff0]{display:flex;align-items:center;justify-content:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-md);background:var(--nav-hover-bg);border-radius:var(--radius-md);border:1px solid var(--nav-border-color)}.data-load-mask .data-load-container .content .status-info .version-info .label[data-v-2ed13ff0]{font-size:14px;color:var(--nav-text-secondary);font-weight:500}.data-load-mask .data-load-container .content .status-info .version-info .version[data-v-2ed13ff0]{font-size:14px;color:var(--nav-text);font-weight:600;font-family:SF Mono,Monaco,Cascadia Code,monospace}.data-load-mask .data-load-container .content .loading-section[data-v-2ed13ff0]{margin-bottom:var(--spacing-xl)}.data-load-mask .data-load-container .content .loading-section .loading-text[data-v-2ed13ff0]{font-size:15px;color:var(--nav-text-secondary);margin:var(--spacing-md) 0 0 0;font-weight:500}.data-load-mask .data-load-container .content .loading-section .progress-bar[data-v-2ed13ff0]{width:100%;height:4px;background:var(--nav-hover-bg);border-radius:2px;margin:var(--spacing-md) 0 var(--spacing-sm) 0;overflow:hidden}.data-load-mask .data-load-container .content .loading-section .progress-bar .progress-fill[data-v-2ed13ff0]{height:100%;background:var(--nav-accent);border-radius:2px;transition:width .3s ease}.data-load-mask .data-load-container .content .loading-section .progress-text[data-v-2ed13ff0]{font-size:12px;color:var(--nav-text-secondary);margin:0;font-family:SF Mono,Monaco,Cascadia Code,monospace}.data-load-mask .data-load-container .content .progress-hint p[data-v-2ed13ff0]{font-size:13px;color:var(--nav-text-secondary);margin:0;opacity:.8}@media (max-width: 768px){.data-load-mask[data-v-2ed13ff0]{padding:var(--spacing-md)}.data-load-mask .data-load-container[data-v-2ed13ff0]{padding:var(--spacing-lg);max-width:100%}.data-load-mask .data-load-container .content .title[data-v-2ed13ff0]{font-size:20px}.data-load-mask .data-load-container .content .status-info .description[data-v-2ed13ff0]{font-size:15px}.data-load-mask .data-load-container .content .status-info .version-info[data-v-2ed13ff0]{flex-direction:column;gap:var(--spacing-xs);text-align:center}.data-load-mask .data-load-container .content .status-info .version-info .label[data-v-2ed13ff0],.data-load-mask .data-load-container .content .status-info .version-info .version[data-v-2ed13ff0]{font-size:13px}.data-load-mask .data-load-container .content .loading-section .loading-text[data-v-2ed13ff0]{font-size:14px}.data-load-mask .data-load-container .content .progress-hint p[data-v-2ed13ff0]{font-size:12px}}@media (max-width: 480px){.data-load-mask[data-v-2ed13ff0]{padding:var(--spacing-sm)}.data-load-mask .data-load-container[data-v-2ed13ff0]{padding:var(--spacing-md)}.data-load-mask .data-load-container .content .title[data-v-2ed13ff0]{font-size:18px;margin-bottom:var(--spacing-md)}.data-load-mask .data-load-container .content .status-info[data-v-2ed13ff0]{margin-bottom:var(--spacing-lg)}.data-load-mask .data-load-container .content .status-info .description[data-v-2ed13ff0]{font-size:14px}.data-load-mask .data-load-container .content .loading-section[data-v-2ed13ff0]{margin-bottom:var(--spacing-lg)}}.charts-selection-wrapper[data-v-b6d883ea]{position:relative}.charts-selection[data-v-b6d883ea],.airport-selection[data-v-b6d883ea]{background:var(--secondary-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-heavy);display:flex;flex-direction:column;opacity:0}.charts-selection.show[data-v-b6d883ea],.airport-selection.show[data-v-b6d883ea]{opacity:1}.charts-selection.desktop[data-v-b6d883ea],.airport-selection.desktop[data-v-b6d883ea]{position:fixed;top:calc(var(--header-height) + var(--safe-area-inset-top));left:var(--nav-width-sidebar-md);width:360px;height:calc(100vh - var(--header-height) - var(--safe-area-inset-top) - 40px);margin:var(--spacing-lg) 0;z-index:1500;transform:translate(-120%) scale(.95);transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}.charts-selection.desktop.show[data-v-b6d883ea],.airport-selection.desktop.show[data-v-b6d883ea]{transform:translate(0) scale(1);opacity:1}@media (min-width: 1920px){.charts-selection.desktop[data-v-b6d883ea],.airport-selection.desktop[data-v-b6d883ea]{left:var(--nav-width-sidebar-xl)}}@media (min-width: 1440px) and (max-width: 1919px){.charts-selection.desktop[data-v-b6d883ea],.airport-selection.desktop[data-v-b6d883ea]{left:var(--nav-width-sidebar-lg)}}@media (min-width: 768px) and (max-width: 1023px){.charts-selection.desktop[data-v-b6d883ea],.airport-selection.desktop[data-v-b6d883ea]{width:320px;left:var(--nav-width-sidebar-sm)}}.charts-selection.mobile[data-v-b6d883ea],.airport-selection.mobile[data-v-b6d883ea]{position:fixed;left:var(--nav-width-sidebar-sm);right:0;bottom:0;top:auto;width:calc(100% - var(--nav-width-sidebar-sm));height:75vh;max-height:75vh;z-index:1500;border-radius:var(--radius-lg) var(--radius-lg) 0 0;transform:translateY(100%) scale(.95);-webkit-transform:translateY(100%) scale(.95);transition:all .4s cubic-bezier(.68,-.55,.265,1.55);-webkit-transition:all .4s cubic-bezier(.68,-.55,.265,1.55);will-change:transform,opacity}.charts-selection.mobile.show[data-v-b6d883ea],.airport-selection.mobile.show[data-v-b6d883ea]{transform:translateY(0) scale(1);-webkit-transform:translateY(0) scale(1);opacity:1}.charts-selection .selection-header[data-v-b6d883ea],.airport-selection .selection-header[data-v-b6d883ea]{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-md) var(--spacing-lg) var(--spacing-sm);border-bottom:1px solid var(--border-color);flex-shrink:0;background:linear-gradient(135deg,#667eea0d,#764ba20d)}.charts-selection .selection-header .header-title[data-v-b6d883ea],.airport-selection .selection-header .header-title[data-v-b6d883ea]{font-size:var(--font-size-md);font-weight:600;color:var(--text-primary);margin:0;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.charts-selection .selection-header .close-btn[data-v-b6d883ea],.airport-selection .selection-header .close-btn[data-v-b6d883ea]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.charts-selection .selection-header .close-btn[data-v-b6d883ea]:before,.airport-selection .selection-header .close-btn[data-v-b6d883ea]:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:radial-gradient(circle,rgba(102,126,234,.2) 0%,transparent 70%);transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.charts-selection .selection-header .close-btn[data-v-b6d883ea]:hover,.airport-selection .selection-header .close-btn[data-v-b6d883ea]:hover{background:var(--hover-bg);color:var(--primary-blue);transform:rotate(90deg) scale(1.1)}.charts-selection .selection-header .close-btn[data-v-b6d883ea]:hover:before,.airport-selection .selection-header .close-btn[data-v-b6d883ea]:hover:before{width:60px;height:60px}.charts-selection .charts-list-container[data-v-b6d883ea],.charts-selection .airports-list-container[data-v-b6d883ea],.airport-selection .charts-list-container[data-v-b6d883ea],.airport-selection .airports-list-container[data-v-b6d883ea]{flex:1;overflow:hidden;display:flex;flex-direction:column}.charts-selection .charts-list-container .loading-state[data-v-b6d883ea],.charts-selection .charts-list-container .error-state[data-v-b6d883ea],.charts-selection .charts-list-container .empty-state[data-v-b6d883ea],.charts-selection .airports-list-container .loading-state[data-v-b6d883ea],.charts-selection .airports-list-container .error-state[data-v-b6d883ea],.charts-selection .airports-list-container .empty-state[data-v-b6d883ea],.airport-selection .charts-list-container .loading-state[data-v-b6d883ea],.airport-selection .charts-list-container .error-state[data-v-b6d883ea],.airport-selection .charts-list-container .empty-state[data-v-b6d883ea],.airport-selection .airports-list-container .loading-state[data-v-b6d883ea],.airport-selection .airports-list-container .error-state[data-v-b6d883ea],.airport-selection .airports-list-container .empty-state[data-v-b6d883ea]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-lg);text-align:center;flex:1}.charts-selection .charts-list-container .loading-state .loading-text[data-v-b6d883ea],.charts-selection .charts-list-container .loading-state .error-text[data-v-b6d883ea],.charts-selection .charts-list-container .loading-state .empty-text[data-v-b6d883ea],.charts-selection .charts-list-container .error-state .loading-text[data-v-b6d883ea],.charts-selection .charts-list-container .error-state .error-text[data-v-b6d883ea],.charts-selection .charts-list-container .error-state .empty-text[data-v-b6d883ea],.charts-selection .charts-list-container .empty-state .loading-text[data-v-b6d883ea],.charts-selection .charts-list-container .empty-state .error-text[data-v-b6d883ea],.charts-selection .charts-list-container .empty-state .empty-text[data-v-b6d883ea],.charts-selection .airports-list-container .loading-state .loading-text[data-v-b6d883ea],.charts-selection .airports-list-container .loading-state .error-text[data-v-b6d883ea],.charts-selection .airports-list-container .loading-state .empty-text[data-v-b6d883ea],.charts-selection .airports-list-container .error-state .loading-text[data-v-b6d883ea],.charts-selection .airports-list-container .error-state .error-text[data-v-b6d883ea],.charts-selection .airports-list-container .error-state .empty-text[data-v-b6d883ea],.charts-selection .airports-list-container .empty-state .loading-text[data-v-b6d883ea],.charts-selection .airports-list-container .empty-state .error-text[data-v-b6d883ea],.charts-selection .airports-list-container .empty-state .empty-text[data-v-b6d883ea],.airport-selection .charts-list-container .loading-state .loading-text[data-v-b6d883ea],.airport-selection .charts-list-container .loading-state .error-text[data-v-b6d883ea],.airport-selection .charts-list-container .loading-state .empty-text[data-v-b6d883ea],.airport-selection .charts-list-container .error-state .loading-text[data-v-b6d883ea],.airport-selection .charts-list-container .error-state .error-text[data-v-b6d883ea],.airport-selection .charts-list-container .error-state .empty-text[data-v-b6d883ea],.airport-selection .charts-list-container .empty-state .loading-text[data-v-b6d883ea],.airport-selection .charts-list-container .empty-state .error-text[data-v-b6d883ea],.airport-selection .charts-list-container .empty-state .empty-text[data-v-b6d883ea],.airport-selection .airports-list-container .loading-state .loading-text[data-v-b6d883ea],.airport-selection .airports-list-container .loading-state .error-text[data-v-b6d883ea],.airport-selection .airports-list-container .loading-state .empty-text[data-v-b6d883ea],.airport-selection .airports-list-container .error-state .loading-text[data-v-b6d883ea],.airport-selection .airports-list-container .error-state .error-text[data-v-b6d883ea],.airport-selection .airports-list-container .error-state .empty-text[data-v-b6d883ea],.airport-selection .airports-list-container .empty-state .loading-text[data-v-b6d883ea],.airport-selection .airports-list-container .empty-state .error-text[data-v-b6d883ea],.airport-selection .airports-list-container .empty-state .empty-text[data-v-b6d883ea]{margin-top:var(--spacing-sm);color:var(--text-secondary);font-size:var(--font-size-sm)}.charts-selection .charts-list-container .loading-state .error-icon[data-v-b6d883ea],.charts-selection .charts-list-container .loading-state .empty-icon[data-v-b6d883ea],.charts-selection .charts-list-container .error-state .error-icon[data-v-b6d883ea],.charts-selection .charts-list-container .error-state .empty-icon[data-v-b6d883ea],.charts-selection .charts-list-container .empty-state .error-icon[data-v-b6d883ea],.charts-selection .charts-list-container .empty-state .empty-icon[data-v-b6d883ea],.charts-selection .airports-list-container .loading-state .error-icon[data-v-b6d883ea],.charts-selection .airports-list-container .loading-state .empty-icon[data-v-b6d883ea],.charts-selection .airports-list-container .error-state .error-icon[data-v-b6d883ea],.charts-selection .airports-list-container .error-state .empty-icon[data-v-b6d883ea],.charts-selection .airports-list-container .empty-state .error-icon[data-v-b6d883ea],.charts-selection .airports-list-container .empty-state .empty-icon[data-v-b6d883ea],.airport-selection .charts-list-container .loading-state .error-icon[data-v-b6d883ea],.airport-selection .charts-list-container .loading-state .empty-icon[data-v-b6d883ea],.airport-selection .charts-list-container .error-state .error-icon[data-v-b6d883ea],.airport-selection .charts-list-container .error-state .empty-icon[data-v-b6d883ea],.airport-selection .charts-list-container .empty-state .error-icon[data-v-b6d883ea],.airport-selection .charts-list-container .empty-state .empty-icon[data-v-b6d883ea],.airport-selection .airports-list-container .loading-state .error-icon[data-v-b6d883ea],.airport-selection .airports-list-container .loading-state .empty-icon[data-v-b6d883ea],.airport-selection .airports-list-container .error-state .error-icon[data-v-b6d883ea],.airport-selection .airports-list-container .error-state .empty-icon[data-v-b6d883ea],.airport-selection .airports-list-container .empty-state .error-icon[data-v-b6d883ea],.airport-selection .airports-list-container .empty-state .empty-icon[data-v-b6d883ea]{color:var(--text-muted);margin-bottom:var(--spacing-sm);animation:float 3s ease-in-out infinite}.charts-selection .charts-list-container .loading-state .retry-btn[data-v-b6d883ea],.charts-selection .charts-list-container .error-state .retry-btn[data-v-b6d883ea],.charts-selection .charts-list-container .empty-state .retry-btn[data-v-b6d883ea],.charts-selection .airports-list-container .loading-state .retry-btn[data-v-b6d883ea],.charts-selection .airports-list-container .error-state .retry-btn[data-v-b6d883ea],.charts-selection .airports-list-container .empty-state .retry-btn[data-v-b6d883ea],.airport-selection .charts-list-container .loading-state .retry-btn[data-v-b6d883ea],.airport-selection .charts-list-container .error-state .retry-btn[data-v-b6d883ea],.airport-selection .charts-list-container .empty-state .retry-btn[data-v-b6d883ea],.airport-selection .airports-list-container .loading-state .retry-btn[data-v-b6d883ea],.airport-selection .airports-list-container .error-state .retry-btn[data-v-b6d883ea],.airport-selection .airports-list-container .empty-state .retry-btn[data-v-b6d883ea]{margin-top:var(--spacing-md);display:flex;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-sm);background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:var(--text-inverse);border:none;border-radius:var(--radius-sm);font-size:var(--font-size-xs);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #667eea4d}.charts-selection .charts-list-container .loading-state .retry-btn[data-v-b6d883ea]:hover,.charts-selection .charts-list-container .error-state .retry-btn[data-v-b6d883ea]:hover,.charts-selection .charts-list-container .empty-state .retry-btn[data-v-b6d883ea]:hover,.charts-selection .airports-list-container .loading-state .retry-btn[data-v-b6d883ea]:hover,.charts-selection .airports-list-container .error-state .retry-btn[data-v-b6d883ea]:hover,.charts-selection .airports-list-container .empty-state .retry-btn[data-v-b6d883ea]:hover,.airport-selection .charts-list-container .loading-state .retry-btn[data-v-b6d883ea]:hover,.airport-selection .charts-list-container .error-state .retry-btn[data-v-b6d883ea]:hover,.airport-selection .charts-list-container .empty-state .retry-btn[data-v-b6d883ea]:hover,.airport-selection .airports-list-container .loading-state .retry-btn[data-v-b6d883ea]:hover,.airport-selection .airports-list-container .error-state .retry-btn[data-v-b6d883ea]:hover,.airport-selection .airports-list-container .empty-state .retry-btn[data-v-b6d883ea]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.charts-selection .charts-list-container .loading-state .retry-btn[data-v-b6d883ea]:active,.charts-selection .charts-list-container .error-state .retry-btn[data-v-b6d883ea]:active,.charts-selection .charts-list-container .empty-state .retry-btn[data-v-b6d883ea]:active,.charts-selection .airports-list-container .loading-state .retry-btn[data-v-b6d883ea]:active,.charts-selection .airports-list-container .error-state .retry-btn[data-v-b6d883ea]:active,.charts-selection .airports-list-container .empty-state .retry-btn[data-v-b6d883ea]:active,.airport-selection .charts-list-container .loading-state .retry-btn[data-v-b6d883ea]:active,.airport-selection .charts-list-container .error-state .retry-btn[data-v-b6d883ea]:active,.airport-selection .charts-list-container .empty-state .retry-btn[data-v-b6d883ea]:active,.airport-selection .airports-list-container .loading-state .retry-btn[data-v-b6d883ea]:active,.airport-selection .airports-list-container .error-state .retry-btn[data-v-b6d883ea]:active,.airport-selection .airports-list-container .empty-state .retry-btn[data-v-b6d883ea]:active{transform:translateY(0)}.charts-selection .charts-list-container .charts-list[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list[data-v-b6d883ea]{flex:1;overflow-y:auto;overflow-x:hidden;word-break:break-all;padding:var(--spacing-xs) 0}.charts-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea]{margin-bottom:var(--spacing-md);animation:slideInLeft .4s ease-out backwards}.charts-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(1),.charts-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(1),.charts-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(1),.charts-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(1),.airport-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(1),.airport-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(1),.airport-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(1),.airport-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(1){animation-delay:.05s}.charts-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(2),.charts-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(2),.charts-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(2),.charts-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(2),.airport-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(2),.airport-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(2),.airport-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(2),.airport-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(2){animation-delay:.1s}.charts-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(3),.charts-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(3),.charts-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(3),.charts-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(3),.airport-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(3),.airport-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(3),.airport-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(3),.airport-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(3){animation-delay:.15s}.charts-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(4),.charts-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(4),.charts-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(4),.charts-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(4),.airport-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(4),.airport-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(4),.airport-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(4),.airport-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(4){animation-delay:.2s}.charts-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(5),.charts-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(5),.charts-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(5),.charts-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(5),.airport-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(5),.airport-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(5),.airport-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(5),.airport-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(5){animation-delay:.25s}.charts-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(6),.charts-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(6),.charts-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(6),.charts-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(6),.airport-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(6),.airport-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(6),.airport-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(6),.airport-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(6){animation-delay:.3s}.charts-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(7),.charts-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(7),.charts-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(7),.charts-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(7),.airport-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(7),.airport-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(7),.airport-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(7),.airport-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(7){animation-delay:.35s}.charts-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(8),.charts-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(8),.charts-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(8),.charts-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(8),.airport-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(8),.airport-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(8),.airport-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(8),.airport-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(8){animation-delay:.4s}.charts-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(9),.charts-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(9),.charts-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(9),.charts-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(9),.airport-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(9),.airport-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(9),.airport-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(9),.airport-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(9){animation-delay:.45s}.charts-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(10),.charts-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(10),.charts-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(10),.charts-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(10),.airport-selection .charts-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(10),.airport-selection .charts-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(10),.airport-selection .airports-list-container .charts-list .section-group[data-v-b6d883ea]:nth-child(10),.airport-selection .airports-list-container .airports-list .section-group[data-v-b6d883ea]:nth-child(10){animation-delay:.5s}.charts-selection .charts-list-container .charts-list .section-group .section-header[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .section-group .section-header[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .section-group .section-header[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .section-group .section-header[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .section-group .section-header[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .section-group .section-header[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .section-group .section-header[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .section-group .section-header[data-v-b6d883ea]{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-lg);margin:0 var(--spacing-sm);background:var(--hover-bg);border-radius:var(--radius-md);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.charts-selection .charts-list-container .charts-list .section-group .section-header[data-v-b6d883ea]:before,.charts-selection .charts-list-container .airports-list .section-group .section-header[data-v-b6d883ea]:before,.charts-selection .airports-list-container .charts-list .section-group .section-header[data-v-b6d883ea]:before,.charts-selection .airports-list-container .airports-list .section-group .section-header[data-v-b6d883ea]:before,.airport-selection .charts-list-container .charts-list .section-group .section-header[data-v-b6d883ea]:before,.airport-selection .charts-list-container .airports-list .section-group .section-header[data-v-b6d883ea]:before,.airport-selection .airports-list-container .charts-list .section-group .section-header[data-v-b6d883ea]:before,.airport-selection .airports-list-container .airports-list .section-group .section-header[data-v-b6d883ea]:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));transform:scaleY(0);transition:transform .3s ease}.charts-selection .charts-list-container .charts-list .section-group .section-header[data-v-b6d883ea]:hover,.charts-selection .charts-list-container .airports-list .section-group .section-header[data-v-b6d883ea]:hover,.charts-selection .airports-list-container .charts-list .section-group .section-header[data-v-b6d883ea]:hover,.charts-selection .airports-list-container .airports-list .section-group .section-header[data-v-b6d883ea]:hover,.airport-selection .charts-list-container .charts-list .section-group .section-header[data-v-b6d883ea]:hover,.airport-selection .charts-list-container .airports-list .section-group .section-header[data-v-b6d883ea]:hover,.airport-selection .airports-list-container .charts-list .section-group .section-header[data-v-b6d883ea]:hover,.airport-selection .airports-list-container .airports-list .section-group .section-header[data-v-b6d883ea]:hover{background:var(--nav-active-bg);transform:translate(4px)}.charts-selection .charts-list-container .charts-list .section-group .section-header[data-v-b6d883ea]:hover:before,.charts-selection .charts-list-container .airports-list .section-group .section-header[data-v-b6d883ea]:hover:before,.charts-selection .airports-list-container .charts-list .section-group .section-header[data-v-b6d883ea]:hover:before,.charts-selection .airports-list-container .airports-list .section-group .section-header[data-v-b6d883ea]:hover:before,.airport-selection .charts-list-container .charts-list .section-group .section-header[data-v-b6d883ea]:hover:before,.airport-selection .charts-list-container .airports-list .section-group .section-header[data-v-b6d883ea]:hover:before,.airport-selection .airports-list-container .charts-list .section-group .section-header[data-v-b6d883ea]:hover:before,.airport-selection .airports-list-container .airports-list .section-group .section-header[data-v-b6d883ea]:hover:before{transform:scaleY(1)}.charts-selection .charts-list-container .charts-list .section-group .section-header .section-icon[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .section-group .section-header .section-icon[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .section-group .section-header .section-icon[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .section-group .section-header .section-icon[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .section-group .section-header .section-icon[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .section-group .section-header .section-icon[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .section-group .section-header .section-icon[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .section-group .section-header .section-icon[data-v-b6d883ea]{color:var(--text-secondary);transition:transform .3s cubic-bezier(.68,-.55,.265,1.55)}.charts-selection .charts-list-container .charts-list .section-group .section-header .section-icon.expanded[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .section-group .section-header .section-icon.expanded[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .section-group .section-header .section-icon.expanded[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .section-group .section-header .section-icon.expanded[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .section-group .section-header .section-icon.expanded[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .section-group .section-header .section-icon.expanded[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .section-group .section-header .section-icon.expanded[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .section-group .section-header .section-icon.expanded[data-v-b6d883ea]{transform:rotate(90deg)}.charts-selection .charts-list-container .charts-list .section-group .section-header .section-title[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .section-group .section-header .section-title[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .section-group .section-header .section-title[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .section-group .section-header .section-title[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .section-group .section-header .section-title[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .section-group .section-header .section-title[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .section-group .section-header .section-title[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .section-group .section-header .section-title[data-v-b6d883ea]{flex:1;color:var(--text-primary);font-weight:500;font-size:var(--font-size-sm)}.charts-selection .charts-list-container .charts-list .section-group .section-header .section-count[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .section-group .section-header .section-count[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .section-group .section-header .section-count[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .section-group .section-header .section-count[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .section-group .section-header .section-count[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .section-group .section-header .section-count[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .section-group .section-header .section-count[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .section-group .section-header .section-count[data-v-b6d883ea]{color:var(--text-inverse);font-size:var(--font-size-xs);background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));padding:2px 8px;border-radius:12px;font-weight:600;box-shadow:0 2px 4px #667eea4d}.charts-selection .charts-list-container .charts-list .section-group .section-charts[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .section-group .section-charts[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .section-group .section-charts[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .section-group .section-charts[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .section-group .section-charts[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .section-group .section-charts[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .section-group .section-charts[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .section-group .section-charts[data-v-b6d883ea]{margin-top:var(--spacing-sm);padding-left:var(--spacing-lg)}.charts-selection .charts-list-container .charts-list .chart-item[data-v-b6d883ea],.charts-selection .charts-list-container .charts-list .airport-item[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .chart-item[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .airport-item[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .chart-item[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .airport-item[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .chart-item[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .airport-item[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .chart-item[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .airport-item[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .chart-item[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .airport-item[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .chart-item[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .airport-item[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .chart-item[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .airport-item[data-v-b6d883ea]{display:flex;align-items:center;padding:var(--spacing-sm) var(--spacing-lg);margin:0 var(--spacing-sm);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;border-bottom:1px solid rgba(0,0,0,.04);border-radius:var(--radius-sm);position:relative;overflow:hidden}.charts-selection .charts-list-container .charts-list .chart-item[data-v-b6d883ea]:before,.charts-selection .charts-list-container .charts-list .airport-item[data-v-b6d883ea]:before,.charts-selection .charts-list-container .airports-list .chart-item[data-v-b6d883ea]:before,.charts-selection .charts-list-container .airports-list .airport-item[data-v-b6d883ea]:before,.charts-selection .airports-list-container .charts-list .chart-item[data-v-b6d883ea]:before,.charts-selection .airports-list-container .charts-list .airport-item[data-v-b6d883ea]:before,.charts-selection .airports-list-container .airports-list .chart-item[data-v-b6d883ea]:before,.charts-selection .airports-list-container .airports-list .airport-item[data-v-b6d883ea]:before,.airport-selection .charts-list-container .charts-list .chart-item[data-v-b6d883ea]:before,.airport-selection .charts-list-container .charts-list .airport-item[data-v-b6d883ea]:before,.airport-selection .charts-list-container .airports-list .chart-item[data-v-b6d883ea]:before,.airport-selection .charts-list-container .airports-list .airport-item[data-v-b6d883ea]:before,.airport-selection .airports-list-container .charts-list .chart-item[data-v-b6d883ea]:before,.airport-selection .airports-list-container .charts-list .airport-item[data-v-b6d883ea]:before,.airport-selection .airports-list-container .airports-list .chart-item[data-v-b6d883ea]:before,.airport-selection .airports-list-container .airports-list .airport-item[data-v-b6d883ea]:before{content:"";position:absolute;left:0;top:0;width:0;height:100%;background:linear-gradient(90deg,rgba(102,126,234,.1) 0%,transparent 100%);transition:width .3s ease}.charts-selection .charts-list-container .charts-list .chart-item[data-v-b6d883ea]:hover,.charts-selection .charts-list-container .charts-list .airport-item[data-v-b6d883ea]:hover,.charts-selection .charts-list-container .airports-list .chart-item[data-v-b6d883ea]:hover,.charts-selection .charts-list-container .airports-list .airport-item[data-v-b6d883ea]:hover,.charts-selection .airports-list-container .charts-list .chart-item[data-v-b6d883ea]:hover,.charts-selection .airports-list-container .charts-list .airport-item[data-v-b6d883ea]:hover,.charts-selection .airports-list-container .airports-list .chart-item[data-v-b6d883ea]:hover,.charts-selection .airports-list-container .airports-list .airport-item[data-v-b6d883ea]:hover,.airport-selection .charts-list-container .charts-list .chart-item[data-v-b6d883ea]:hover,.airport-selection .charts-list-container .charts-list .airport-item[data-v-b6d883ea]:hover,.airport-selection .charts-list-container .airports-list .chart-item[data-v-b6d883ea]:hover,.airport-selection .charts-list-container .airports-list .airport-item[data-v-b6d883ea]:hover,.airport-selection .airports-list-container .charts-list .chart-item[data-v-b6d883ea]:hover,.airport-selection .airports-list-container .charts-list .airport-item[data-v-b6d883ea]:hover,.airport-selection .airports-list-container .airports-list .chart-item[data-v-b6d883ea]:hover,.airport-selection .airports-list-container .airports-list .airport-item[data-v-b6d883ea]:hover{background:var(--hover-bg);transform:translate(4px);border-color:#667eea4d}.charts-selection .charts-list-container .charts-list .chart-item[data-v-b6d883ea]:hover:before,.charts-selection .charts-list-container .charts-list .airport-item[data-v-b6d883ea]:hover:before,.charts-selection .charts-list-container .airports-list .chart-item[data-v-b6d883ea]:hover:before,.charts-selection .charts-list-container .airports-list .airport-item[data-v-b6d883ea]:hover:before,.charts-selection .airports-list-container .charts-list .chart-item[data-v-b6d883ea]:hover:before,.charts-selection .airports-list-container .charts-list .airport-item[data-v-b6d883ea]:hover:before,.charts-selection .airports-list-container .airports-list .chart-item[data-v-b6d883ea]:hover:before,.charts-selection .airports-list-container .airports-list .airport-item[data-v-b6d883ea]:hover:before,.airport-selection .charts-list-container .charts-list .chart-item[data-v-b6d883ea]:hover:before,.airport-selection .charts-list-container .charts-list .airport-item[data-v-b6d883ea]:hover:before,.airport-selection .charts-list-container .airports-list .chart-item[data-v-b6d883ea]:hover:before,.airport-selection .charts-list-container .airports-list .airport-item[data-v-b6d883ea]:hover:before,.airport-selection .airports-list-container .charts-list .chart-item[data-v-b6d883ea]:hover:before,.airport-selection .airports-list-container .charts-list .airport-item[data-v-b6d883ea]:hover:before,.airport-selection .airports-list-container .airports-list .chart-item[data-v-b6d883ea]:hover:before,.airport-selection .airports-list-container .airports-list .airport-item[data-v-b6d883ea]:hover:before{width:100%}.charts-selection .charts-list-container .charts-list .chart-item.selected[data-v-b6d883ea],.charts-selection .charts-list-container .charts-list .airport-item.selected[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .chart-item.selected[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .airport-item.selected[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .chart-item.selected[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .airport-item.selected[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .chart-item.selected[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .airport-item.selected[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .chart-item.selected[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .airport-item.selected[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .chart-item.selected[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .airport-item.selected[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .chart-item.selected[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .airport-item.selected[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .chart-item.selected[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .airport-item.selected[data-v-b6d883ea]{background:var(--selected-bg);border-color:var(--primary-blue);box-shadow:0 0 0 2px #667eea33}.charts-selection .charts-list-container .charts-list .chart-item.selected[data-v-b6d883ea]:after,.charts-selection .charts-list-container .charts-list .airport-item.selected[data-v-b6d883ea]:after,.charts-selection .charts-list-container .airports-list .chart-item.selected[data-v-b6d883ea]:after,.charts-selection .charts-list-container .airports-list .airport-item.selected[data-v-b6d883ea]:after,.charts-selection .airports-list-container .charts-list .chart-item.selected[data-v-b6d883ea]:after,.charts-selection .airports-list-container .charts-list .airport-item.selected[data-v-b6d883ea]:after,.charts-selection .airports-list-container .airports-list .chart-item.selected[data-v-b6d883ea]:after,.charts-selection .airports-list-container .airports-list .airport-item.selected[data-v-b6d883ea]:after,.airport-selection .charts-list-container .charts-list .chart-item.selected[data-v-b6d883ea]:after,.airport-selection .charts-list-container .charts-list .airport-item.selected[data-v-b6d883ea]:after,.airport-selection .charts-list-container .airports-list .chart-item.selected[data-v-b6d883ea]:after,.airport-selection .charts-list-container .airports-list .airport-item.selected[data-v-b6d883ea]:after,.airport-selection .airports-list-container .charts-list .chart-item.selected[data-v-b6d883ea]:after,.airport-selection .airports-list-container .charts-list .airport-item.selected[data-v-b6d883ea]:after,.airport-selection .airports-list-container .airports-list .chart-item.selected[data-v-b6d883ea]:after,.airport-selection .airports-list-container .airports-list .airport-item.selected[data-v-b6d883ea]:after{content:"✓";position:absolute;right:var(--spacing-sm);top:50%;transform:translateY(-50%);color:var(--primary-blue);font-weight:700;font-size:16px}.charts-selection .charts-list-container .charts-list .chart-item.modified[data-v-b6d883ea],.charts-selection .charts-list-container .charts-list .airport-item.modified[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .chart-item.modified[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .airport-item.modified[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .chart-item.modified[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .airport-item.modified[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .chart-item.modified[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .airport-item.modified[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .chart-item.modified[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .airport-item.modified[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .chart-item.modified[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .airport-item.modified[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .chart-item.modified[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .airport-item.modified[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .chart-item.modified[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .airport-item.modified[data-v-b6d883ea]{position:relative}.charts-selection .charts-list-container .charts-list .chart-item.modified[data-v-b6d883ea]:after,.charts-selection .charts-list-container .charts-list .airport-item.modified[data-v-b6d883ea]:after,.charts-selection .charts-list-container .airports-list .chart-item.modified[data-v-b6d883ea]:after,.charts-selection .charts-list-container .airports-list .airport-item.modified[data-v-b6d883ea]:after,.charts-selection .airports-list-container .charts-list .chart-item.modified[data-v-b6d883ea]:after,.charts-selection .airports-list-container .charts-list .airport-item.modified[data-v-b6d883ea]:after,.charts-selection .airports-list-container .airports-list .chart-item.modified[data-v-b6d883ea]:after,.charts-selection .airports-list-container .airports-list .airport-item.modified[data-v-b6d883ea]:after,.airport-selection .charts-list-container .charts-list .chart-item.modified[data-v-b6d883ea]:after,.airport-selection .charts-list-container .charts-list .airport-item.modified[data-v-b6d883ea]:after,.airport-selection .charts-list-container .airports-list .chart-item.modified[data-v-b6d883ea]:after,.airport-selection .charts-list-container .airports-list .airport-item.modified[data-v-b6d883ea]:after,.airport-selection .airports-list-container .charts-list .chart-item.modified[data-v-b6d883ea]:after,.airport-selection .airports-list-container .charts-list .airport-item.modified[data-v-b6d883ea]:after,.airport-selection .airports-list-container .airports-list .chart-item.modified[data-v-b6d883ea]:after,.airport-selection .airports-list-container .airports-list .airport-item.modified[data-v-b6d883ea]:after{content:"";position:absolute;top:6px;right:6px;width:8px;height:8px;background:linear-gradient(135deg,#f59e0b,#fbbf24);border-radius:50%;box-shadow:0 0 8px #f59e0b99;animation:pulse 2s infinite}.charts-selection .charts-list-container .charts-list .chart-item.section-chart-item[data-v-b6d883ea],.charts-selection .charts-list-container .charts-list .airport-item.section-chart-item[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .chart-item.section-chart-item[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .airport-item.section-chart-item[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .chart-item.section-chart-item[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .airport-item.section-chart-item[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .chart-item.section-chart-item[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .airport-item.section-chart-item[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .chart-item.section-chart-item[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .airport-item.section-chart-item[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .chart-item.section-chart-item[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .airport-item.section-chart-item[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .chart-item.section-chart-item[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .airport-item.section-chart-item[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .chart-item.section-chart-item[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .airport-item.section-chart-item[data-v-b6d883ea]{padding:var(--spacing-xs) var(--spacing-md);margin:0 var(--spacing-xs)}.charts-selection .charts-list-container .charts-list .chart-item .chart-info[data-v-b6d883ea],.charts-selection .charts-list-container .charts-list .chart-item .airport-info[data-v-b6d883ea],.charts-selection .charts-list-container .charts-list .airport-item .chart-info[data-v-b6d883ea],.charts-selection .charts-list-container .charts-list .airport-item .airport-info[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .chart-item .chart-info[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .chart-item .airport-info[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .airport-item .chart-info[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .airport-item .airport-info[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .chart-item .chart-info[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .chart-item .airport-info[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .airport-item .chart-info[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .airport-item .airport-info[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .chart-item .chart-info[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .chart-item .airport-info[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .airport-item .chart-info[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .airport-item .airport-info[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .chart-item .chart-info[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .chart-item .airport-info[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .airport-item .chart-info[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .airport-item .airport-info[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .chart-item .chart-info[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .chart-item .airport-info[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .airport-item .chart-info[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .airport-item .airport-info[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .chart-item .chart-info[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .chart-item .airport-info[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .airport-item .chart-info[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .airport-item .airport-info[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .chart-item .chart-info[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .chart-item .airport-info[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .airport-item .chart-info[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .airport-item .airport-info[data-v-b6d883ea]{flex:1}.charts-selection .charts-list-container .charts-list .chart-item .chart-info .chart-name[data-v-b6d883ea],.charts-selection .charts-list-container .charts-list .chart-item .chart-info .airport-name[data-v-b6d883ea],.charts-selection .charts-list-container .charts-list .chart-item .airport-info .chart-name[data-v-b6d883ea],.charts-selection .charts-list-container .charts-list .chart-item .airport-info .airport-name[data-v-b6d883ea],.charts-selection .charts-list-container .charts-list .airport-item .chart-info .chart-name[data-v-b6d883ea],.charts-selection .charts-list-container .charts-list .airport-item .chart-info .airport-name[data-v-b6d883ea],.charts-selection .charts-list-container .charts-list .airport-item .airport-info .chart-name[data-v-b6d883ea],.charts-selection .charts-list-container .charts-list .airport-item .airport-info .airport-name[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .chart-item .chart-info .chart-name[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .chart-item .chart-info .airport-name[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .chart-item .airport-info .chart-name[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .chart-item .airport-info .airport-name[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .airport-item .chart-info .chart-name[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .airport-item .chart-info .airport-name[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .airport-item .airport-info .chart-name[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .airport-item .airport-info .airport-name[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .chart-item .chart-info .chart-name[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .chart-item .chart-info .airport-name[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .chart-item .airport-info .chart-name[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .chart-item .airport-info .airport-name[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .airport-item .chart-info .chart-name[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .airport-item .chart-info .airport-name[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .airport-item .airport-info .chart-name[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .airport-item .airport-info .airport-name[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .chart-item .chart-info .chart-name[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .chart-item .chart-info .airport-name[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .chart-item .airport-info .chart-name[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .chart-item .airport-info .airport-name[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .airport-item .chart-info .chart-name[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .airport-item .chart-info .airport-name[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .airport-item .airport-info .chart-name[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .airport-item .airport-info .airport-name[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .chart-item .chart-info .chart-name[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .chart-item .chart-info .airport-name[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .chart-item .airport-info .chart-name[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .chart-item .airport-info .airport-name[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .airport-item .chart-info .chart-name[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .airport-item .chart-info .airport-name[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .airport-item .airport-info .chart-name[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .airport-item .airport-info .airport-name[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .chart-item .chart-info .chart-name[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .chart-item .chart-info .airport-name[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .chart-item .airport-info .chart-name[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .chart-item .airport-info .airport-name[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .airport-item .chart-info .chart-name[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .airport-item .chart-info .airport-name[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .airport-item .airport-info .chart-name[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .airport-item .airport-info .airport-name[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .chart-item .chart-info .chart-name[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .chart-item .chart-info .airport-name[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .chart-item .airport-info .chart-name[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .chart-item .airport-info .airport-name[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .airport-item .chart-info .chart-name[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .airport-item .chart-info .airport-name[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .airport-item .airport-info .chart-name[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .airport-item .airport-info .airport-name[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .chart-item .chart-info .chart-name[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .chart-item .chart-info .airport-name[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .chart-item .airport-info .chart-name[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .chart-item .airport-info .airport-name[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .airport-item .chart-info .chart-name[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .airport-item .chart-info .airport-name[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .airport-item .airport-info .chart-name[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .airport-item .airport-info .airport-name[data-v-b6d883ea]{font-size:var(--font-size-sm);font-weight:500;color:var(--text-primary);margin-bottom:2px;line-height:1.3}.charts-selection .charts-list-container .charts-list .chart-item .chart-info .chart-subtitle[data-v-b6d883ea],.charts-selection .charts-list-container .charts-list .chart-item .chart-info .airport-code[data-v-b6d883ea],.charts-selection .charts-list-container .charts-list .chart-item .airport-info .chart-subtitle[data-v-b6d883ea],.charts-selection .charts-list-container .charts-list .chart-item .airport-info .airport-code[data-v-b6d883ea],.charts-selection .charts-list-container .charts-list .airport-item .chart-info .chart-subtitle[data-v-b6d883ea],.charts-selection .charts-list-container .charts-list .airport-item .chart-info .airport-code[data-v-b6d883ea],.charts-selection .charts-list-container .charts-list .airport-item .airport-info .chart-subtitle[data-v-b6d883ea],.charts-selection .charts-list-container .charts-list .airport-item .airport-info .airport-code[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .chart-item .chart-info .chart-subtitle[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .chart-item .chart-info .airport-code[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .chart-item .airport-info .chart-subtitle[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .chart-item .airport-info .airport-code[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .airport-item .chart-info .chart-subtitle[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .airport-item .chart-info .airport-code[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .airport-item .airport-info .chart-subtitle[data-v-b6d883ea],.charts-selection .charts-list-container .airports-list .airport-item .airport-info .airport-code[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .chart-item .chart-info .chart-subtitle[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .chart-item .chart-info .airport-code[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .chart-item .airport-info .chart-subtitle[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .chart-item .airport-info .airport-code[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .airport-item .chart-info .chart-subtitle[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .airport-item .chart-info .airport-code[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .airport-item .airport-info .chart-subtitle[data-v-b6d883ea],.charts-selection .airports-list-container .charts-list .airport-item .airport-info .airport-code[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .chart-item .chart-info .chart-subtitle[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .chart-item .chart-info .airport-code[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .chart-item .airport-info .chart-subtitle[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .chart-item .airport-info .airport-code[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .airport-item .chart-info .chart-subtitle[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .airport-item .chart-info .airport-code[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .airport-item .airport-info .chart-subtitle[data-v-b6d883ea],.charts-selection .airports-list-container .airports-list .airport-item .airport-info .airport-code[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .chart-item .chart-info .chart-subtitle[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .chart-item .chart-info .airport-code[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .chart-item .airport-info .chart-subtitle[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .chart-item .airport-info .airport-code[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .airport-item .chart-info .chart-subtitle[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .airport-item .chart-info .airport-code[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .airport-item .airport-info .chart-subtitle[data-v-b6d883ea],.airport-selection .charts-list-container .charts-list .airport-item .airport-info .airport-code[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .chart-item .chart-info .chart-subtitle[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .chart-item .chart-info .airport-code[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .chart-item .airport-info .chart-subtitle[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .chart-item .airport-info .airport-code[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .airport-item .chart-info .chart-subtitle[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .airport-item .chart-info .airport-code[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .airport-item .airport-info .chart-subtitle[data-v-b6d883ea],.airport-selection .charts-list-container .airports-list .airport-item .airport-info .airport-code[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .chart-item .chart-info .chart-subtitle[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .chart-item .chart-info .airport-code[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .chart-item .airport-info .chart-subtitle[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .chart-item .airport-info .airport-code[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .airport-item .chart-info .chart-subtitle[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .airport-item .chart-info .airport-code[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .airport-item .airport-info .chart-subtitle[data-v-b6d883ea],.airport-selection .airports-list-container .charts-list .airport-item .airport-info .airport-code[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .chart-item .chart-info .chart-subtitle[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .chart-item .chart-info .airport-code[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .chart-item .airport-info .chart-subtitle[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .chart-item .airport-info .airport-code[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .airport-item .chart-info .chart-subtitle[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .airport-item .chart-info .airport-code[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .airport-item .airport-info .chart-subtitle[data-v-b6d883ea],.airport-selection .airports-list-container .airports-list .airport-item .airport-info .airport-code[data-v-b6d883ea]{font-size:var(--font-size-xs);color:var(--text-secondary);line-height:1.2}.mobile-overlay[data-v-b6d883ea]{position:fixed;top:0;left:var(--nav-width-sidebar-sm);right:0;bottom:0;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1400;opacity:0;transition:opacity .4s ease;-webkit-transition:opacity .4s ease}.mobile-overlay.show[data-v-b6d883ea]{opacity:1}@keyframes fadeIn-b6d883ea{to{opacity:1}}.charts-list[data-v-b6d883ea]::-webkit-scrollbar,.airports-list[data-v-b6d883ea]::-webkit-scrollbar{width:8px}.charts-list[data-v-b6d883ea]::-webkit-scrollbar-track,.airports-list[data-v-b6d883ea]::-webkit-scrollbar-track{background:transparent}.charts-list[data-v-b6d883ea]::-webkit-scrollbar-thumb,.airports-list[data-v-b6d883ea]::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border-radius:4px;transition:all .3s ease}.charts-list[data-v-b6d883ea]::-webkit-scrollbar-thumb:hover,.airports-list[data-v-b6d883ea]::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,var(--secondary-blue),var(--primary-blue));box-shadow:0 0 8px #667eea80}@media (max-width: 767px){.charts-selection .selection-header[data-v-b6d883ea],.airport-selection .selection-header[data-v-b6d883ea]{padding:var(--spacing-sm) var(--spacing-md)}.charts-selection .selection-header .header-title[data-v-b6d883ea],.airport-selection .selection-header .header-title[data-v-b6d883ea]{font-size:var(--font-size-sm)}.charts-selection .charts-list .chart-item[data-v-b6d883ea],.charts-selection .airports-list .airport-item[data-v-b6d883ea],.airport-selection .charts-list .chart-item[data-v-b6d883ea],.airport-selection .airports-list .airport-item[data-v-b6d883ea]{padding:var(--spacing-xs) var(--spacing-md);margin:0 var(--spacing-xs)}.charts-selection .charts-list .chart-item .chart-info .chart-name[data-v-b6d883ea],.charts-selection .charts-list .chart-item .chart-info .airport-name[data-v-b6d883ea],.charts-selection .charts-list .chart-item .airport-info .chart-name[data-v-b6d883ea],.charts-selection .charts-list .chart-item .airport-info .airport-name[data-v-b6d883ea],.charts-selection .airports-list .airport-item .chart-info .chart-name[data-v-b6d883ea],.charts-selection .airports-list .airport-item .chart-info .airport-name[data-v-b6d883ea],.charts-selection .airports-list .airport-item .airport-info .chart-name[data-v-b6d883ea],.charts-selection .airports-list .airport-item .airport-info .airport-name[data-v-b6d883ea],.airport-selection .charts-list .chart-item .chart-info .chart-name[data-v-b6d883ea],.airport-selection .charts-list .chart-item .chart-info .airport-name[data-v-b6d883ea],.airport-selection .charts-list .chart-item .airport-info .chart-name[data-v-b6d883ea],.airport-selection .charts-list .chart-item .airport-info .airport-name[data-v-b6d883ea],.airport-selection .airports-list .airport-item .chart-info .chart-name[data-v-b6d883ea],.airport-selection .airports-list .airport-item .chart-info .airport-name[data-v-b6d883ea],.airport-selection .airports-list .airport-item .airport-info .chart-name[data-v-b6d883ea],.airport-selection .airports-list .airport-item .airport-info .airport-name[data-v-b6d883ea]{font-size:var(--font-size-sm)}.charts-selection .charts-list .chart-item .chart-info .chart-subtitle[data-v-b6d883ea],.charts-selection .charts-list .chart-item .chart-info .airport-code[data-v-b6d883ea],.charts-selection .charts-list .chart-item .airport-info .chart-subtitle[data-v-b6d883ea],.charts-selection .charts-list .chart-item .airport-info .airport-code[data-v-b6d883ea],.charts-selection .airports-list .airport-item .chart-info .chart-subtitle[data-v-b6d883ea],.charts-selection .airports-list .airport-item .chart-info .airport-code[data-v-b6d883ea],.charts-selection .airports-list .airport-item .airport-info .chart-subtitle[data-v-b6d883ea],.charts-selection .airports-list .airport-item .airport-info .airport-code[data-v-b6d883ea],.airport-selection .charts-list .chart-item .chart-info .chart-subtitle[data-v-b6d883ea],.airport-selection .charts-list .chart-item .chart-info .airport-code[data-v-b6d883ea],.airport-selection .charts-list .chart-item .airport-info .chart-subtitle[data-v-b6d883ea],.airport-selection .charts-list .chart-item .airport-info .airport-code[data-v-b6d883ea],.airport-selection .airports-list .airport-item .chart-info .chart-subtitle[data-v-b6d883ea],.airport-selection .airports-list .airport-item .chart-info .airport-code[data-v-b6d883ea],.airport-selection .airports-list .airport-item .airport-info .chart-subtitle[data-v-b6d883ea],.airport-selection .airports-list .airport-item .airport-info .airport-code[data-v-b6d883ea]{font-size:var(--font-size-xs)}}.airport-selection .search-section[data-v-b6d883ea]{padding:var(--spacing-sm);border-bottom:1px solid var(--border-color);flex-shrink:0}.airport-selection .search-section .search-input-wrapper[data-v-b6d883ea]{position:relative;display:flex;align-items:center}.airport-selection .search-section .search-input-wrapper .search-icon[data-v-b6d883ea]{position:absolute;left:var(--spacing-sm);color:var(--text-secondary);z-index:1}.airport-selection .search-section .search-input-wrapper .search-input[data-v-b6d883ea]{width:100%;height:36px;padding:0 var(--spacing-xl);background:var(--primary-bg);border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:var(--font-size-sm);color:var(--text-primary);transition:all .2s ease}.airport-selection .search-section .search-input-wrapper .search-input[data-v-b6d883ea]:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 2px #3498db1a}.airport-selection .search-section .search-input-wrapper .search-input[data-v-b6d883ea]::placeholder{color:var(--text-muted)}.airport-selection .search-section .search-input-wrapper .clear-btn[data-v-b6d883ea]{position:absolute;right:var(--spacing-sm);display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:none;border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.airport-selection .search-section .search-input-wrapper .clear-btn[data-v-b6d883ea]:hover{background:var(--hover-bg);color:var(--text-primary)}.airport-selection .airports-list .airport-item[data-v-b6d883ea]{justify-content:space-between;border-radius:var(--radius-md);border:1px solid transparent}.airport-selection .airports-list .airport-item .airport-info .airport-code[data-v-b6d883ea]{display:flex;align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-md);font-weight:600;color:var(--text-primary);margin-bottom:2px}.airport-selection .airports-list .airport-item .airport-info .airport-code .modified-indicator[data-v-b6d883ea]{color:var(--warning-yellow);display:flex;align-items:center}.airport-selection .airports-list .airport-item .selection-indicator[data-v-b6d883ea]{flex-shrink:0;margin-left:var(--spacing-sm)}.airport-selection .airports-list .airport-item .selection-indicator .check-icon[data-v-b6d883ea]{color:var(--primary-blue)}@media (max-width: 767px){.airport-selection .search-section[data-v-b6d883ea]{padding:var(--spacing-xs) var(--spacing-md)}.airport-selection .airports-list .airport-item .airport-info .airport-code[data-v-b6d883ea]{font-size:var(--font-size-sm)}}.charts-selection-wrapper[data-v-f654f577]{position:relative}.charts-selection[data-v-f654f577],.airport-selection[data-v-f654f577]{background:var(--secondary-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-heavy);display:flex;flex-direction:column;opacity:0}.charts-selection.show[data-v-f654f577],.airport-selection.show[data-v-f654f577]{opacity:1}.charts-selection.desktop[data-v-f654f577],.airport-selection.desktop[data-v-f654f577]{position:fixed;top:calc(var(--header-height) + var(--safe-area-inset-top));left:var(--nav-width-sidebar-md);width:360px;height:calc(100vh - var(--header-height) - var(--safe-area-inset-top) - 40px);margin:var(--spacing-lg) 0;z-index:1500;transform:translate(-120%) scale(.95);transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}.charts-selection.desktop.show[data-v-f654f577],.airport-selection.desktop.show[data-v-f654f577]{transform:translate(0) scale(1);opacity:1}@media (min-width: 1920px){.charts-selection.desktop[data-v-f654f577],.airport-selection.desktop[data-v-f654f577]{left:var(--nav-width-sidebar-xl)}}@media (min-width: 1440px) and (max-width: 1919px){.charts-selection.desktop[data-v-f654f577],.airport-selection.desktop[data-v-f654f577]{left:var(--nav-width-sidebar-lg)}}@media (min-width: 768px) and (max-width: 1023px){.charts-selection.desktop[data-v-f654f577],.airport-selection.desktop[data-v-f654f577]{width:320px;left:var(--nav-width-sidebar-sm)}}.charts-selection.mobile[data-v-f654f577],.airport-selection.mobile[data-v-f654f577]{position:fixed;left:var(--nav-width-sidebar-sm);right:0;bottom:0;top:auto;width:calc(100% - var(--nav-width-sidebar-sm));height:75vh;max-height:75vh;z-index:1500;border-radius:var(--radius-lg) var(--radius-lg) 0 0;transform:translateY(100%) scale(.95);-webkit-transform:translateY(100%) scale(.95);transition:all .4s cubic-bezier(.68,-.55,.265,1.55);-webkit-transition:all .4s cubic-bezier(.68,-.55,.265,1.55);will-change:transform,opacity}.charts-selection.mobile.show[data-v-f654f577],.airport-selection.mobile.show[data-v-f654f577]{transform:translateY(0) scale(1);-webkit-transform:translateY(0) scale(1);opacity:1}.charts-selection .selection-header[data-v-f654f577],.airport-selection .selection-header[data-v-f654f577]{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-md) var(--spacing-lg) var(--spacing-sm);border-bottom:1px solid var(--border-color);flex-shrink:0;background:linear-gradient(135deg,#667eea0d,#764ba20d)}.charts-selection .selection-header .header-title[data-v-f654f577],.airport-selection .selection-header .header-title[data-v-f654f577]{font-size:var(--font-size-md);font-weight:600;color:var(--text-primary);margin:0;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.charts-selection .selection-header .close-btn[data-v-f654f577],.airport-selection .selection-header .close-btn[data-v-f654f577]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.charts-selection .selection-header .close-btn[data-v-f654f577]:before,.airport-selection .selection-header .close-btn[data-v-f654f577]:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:radial-gradient(circle,rgba(102,126,234,.2) 0%,transparent 70%);transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.charts-selection .selection-header .close-btn[data-v-f654f577]:hover,.airport-selection .selection-header .close-btn[data-v-f654f577]:hover{background:var(--hover-bg);color:var(--primary-blue);transform:rotate(90deg) scale(1.1)}.charts-selection .selection-header .close-btn[data-v-f654f577]:hover:before,.airport-selection .selection-header .close-btn[data-v-f654f577]:hover:before{width:60px;height:60px}.charts-selection .charts-list-container[data-v-f654f577],.charts-selection .airports-list-container[data-v-f654f577],.airport-selection .charts-list-container[data-v-f654f577],.airport-selection .airports-list-container[data-v-f654f577]{flex:1;overflow:hidden;display:flex;flex-direction:column}.charts-selection .charts-list-container .loading-state[data-v-f654f577],.charts-selection .charts-list-container .error-state[data-v-f654f577],.charts-selection .charts-list-container .empty-state[data-v-f654f577],.charts-selection .airports-list-container .loading-state[data-v-f654f577],.charts-selection .airports-list-container .error-state[data-v-f654f577],.charts-selection .airports-list-container .empty-state[data-v-f654f577],.airport-selection .charts-list-container .loading-state[data-v-f654f577],.airport-selection .charts-list-container .error-state[data-v-f654f577],.airport-selection .charts-list-container .empty-state[data-v-f654f577],.airport-selection .airports-list-container .loading-state[data-v-f654f577],.airport-selection .airports-list-container .error-state[data-v-f654f577],.airport-selection .airports-list-container .empty-state[data-v-f654f577]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-lg);text-align:center;flex:1}.charts-selection .charts-list-container .loading-state .loading-text[data-v-f654f577],.charts-selection .charts-list-container .loading-state .error-text[data-v-f654f577],.charts-selection .charts-list-container .loading-state .empty-text[data-v-f654f577],.charts-selection .charts-list-container .error-state .loading-text[data-v-f654f577],.charts-selection .charts-list-container .error-state .error-text[data-v-f654f577],.charts-selection .charts-list-container .error-state .empty-text[data-v-f654f577],.charts-selection .charts-list-container .empty-state .loading-text[data-v-f654f577],.charts-selection .charts-list-container .empty-state .error-text[data-v-f654f577],.charts-selection .charts-list-container .empty-state .empty-text[data-v-f654f577],.charts-selection .airports-list-container .loading-state .loading-text[data-v-f654f577],.charts-selection .airports-list-container .loading-state .error-text[data-v-f654f577],.charts-selection .airports-list-container .loading-state .empty-text[data-v-f654f577],.charts-selection .airports-list-container .error-state .loading-text[data-v-f654f577],.charts-selection .airports-list-container .error-state .error-text[data-v-f654f577],.charts-selection .airports-list-container .error-state .empty-text[data-v-f654f577],.charts-selection .airports-list-container .empty-state .loading-text[data-v-f654f577],.charts-selection .airports-list-container .empty-state .error-text[data-v-f654f577],.charts-selection .airports-list-container .empty-state .empty-text[data-v-f654f577],.airport-selection .charts-list-container .loading-state .loading-text[data-v-f654f577],.airport-selection .charts-list-container .loading-state .error-text[data-v-f654f577],.airport-selection .charts-list-container .loading-state .empty-text[data-v-f654f577],.airport-selection .charts-list-container .error-state .loading-text[data-v-f654f577],.airport-selection .charts-list-container .error-state .error-text[data-v-f654f577],.airport-selection .charts-list-container .error-state .empty-text[data-v-f654f577],.airport-selection .charts-list-container .empty-state .loading-text[data-v-f654f577],.airport-selection .charts-list-container .empty-state .error-text[data-v-f654f577],.airport-selection .charts-list-container .empty-state .empty-text[data-v-f654f577],.airport-selection .airports-list-container .loading-state .loading-text[data-v-f654f577],.airport-selection .airports-list-container .loading-state .error-text[data-v-f654f577],.airport-selection .airports-list-container .loading-state .empty-text[data-v-f654f577],.airport-selection .airports-list-container .error-state .loading-text[data-v-f654f577],.airport-selection .airports-list-container .error-state .error-text[data-v-f654f577],.airport-selection .airports-list-container .error-state .empty-text[data-v-f654f577],.airport-selection .airports-list-container .empty-state .loading-text[data-v-f654f577],.airport-selection .airports-list-container .empty-state .error-text[data-v-f654f577],.airport-selection .airports-list-container .empty-state .empty-text[data-v-f654f577]{margin-top:var(--spacing-sm);color:var(--text-secondary);font-size:var(--font-size-sm)}.charts-selection .charts-list-container .loading-state .error-icon[data-v-f654f577],.charts-selection .charts-list-container .loading-state .empty-icon[data-v-f654f577],.charts-selection .charts-list-container .error-state .error-icon[data-v-f654f577],.charts-selection .charts-list-container .error-state .empty-icon[data-v-f654f577],.charts-selection .charts-list-container .empty-state .error-icon[data-v-f654f577],.charts-selection .charts-list-container .empty-state .empty-icon[data-v-f654f577],.charts-selection .airports-list-container .loading-state .error-icon[data-v-f654f577],.charts-selection .airports-list-container .loading-state .empty-icon[data-v-f654f577],.charts-selection .airports-list-container .error-state .error-icon[data-v-f654f577],.charts-selection .airports-list-container .error-state .empty-icon[data-v-f654f577],.charts-selection .airports-list-container .empty-state .error-icon[data-v-f654f577],.charts-selection .airports-list-container .empty-state .empty-icon[data-v-f654f577],.airport-selection .charts-list-container .loading-state .error-icon[data-v-f654f577],.airport-selection .charts-list-container .loading-state .empty-icon[data-v-f654f577],.airport-selection .charts-list-container .error-state .error-icon[data-v-f654f577],.airport-selection .charts-list-container .error-state .empty-icon[data-v-f654f577],.airport-selection .charts-list-container .empty-state .error-icon[data-v-f654f577],.airport-selection .charts-list-container .empty-state .empty-icon[data-v-f654f577],.airport-selection .airports-list-container .loading-state .error-icon[data-v-f654f577],.airport-selection .airports-list-container .loading-state .empty-icon[data-v-f654f577],.airport-selection .airports-list-container .error-state .error-icon[data-v-f654f577],.airport-selection .airports-list-container .error-state .empty-icon[data-v-f654f577],.airport-selection .airports-list-container .empty-state .error-icon[data-v-f654f577],.airport-selection .airports-list-container .empty-state .empty-icon[data-v-f654f577]{color:var(--text-muted);margin-bottom:var(--spacing-sm);animation:float 3s ease-in-out infinite}.charts-selection .charts-list-container .loading-state .retry-btn[data-v-f654f577],.charts-selection .charts-list-container .error-state .retry-btn[data-v-f654f577],.charts-selection .charts-list-container .empty-state .retry-btn[data-v-f654f577],.charts-selection .airports-list-container .loading-state .retry-btn[data-v-f654f577],.charts-selection .airports-list-container .error-state .retry-btn[data-v-f654f577],.charts-selection .airports-list-container .empty-state .retry-btn[data-v-f654f577],.airport-selection .charts-list-container .loading-state .retry-btn[data-v-f654f577],.airport-selection .charts-list-container .error-state .retry-btn[data-v-f654f577],.airport-selection .charts-list-container .empty-state .retry-btn[data-v-f654f577],.airport-selection .airports-list-container .loading-state .retry-btn[data-v-f654f577],.airport-selection .airports-list-container .error-state .retry-btn[data-v-f654f577],.airport-selection .airports-list-container .empty-state .retry-btn[data-v-f654f577]{margin-top:var(--spacing-md);display:flex;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-sm);background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:var(--text-inverse);border:none;border-radius:var(--radius-sm);font-size:var(--font-size-xs);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #667eea4d}.charts-selection .charts-list-container .loading-state .retry-btn[data-v-f654f577]:hover,.charts-selection .charts-list-container .error-state .retry-btn[data-v-f654f577]:hover,.charts-selection .charts-list-container .empty-state .retry-btn[data-v-f654f577]:hover,.charts-selection .airports-list-container .loading-state .retry-btn[data-v-f654f577]:hover,.charts-selection .airports-list-container .error-state .retry-btn[data-v-f654f577]:hover,.charts-selection .airports-list-container .empty-state .retry-btn[data-v-f654f577]:hover,.airport-selection .charts-list-container .loading-state .retry-btn[data-v-f654f577]:hover,.airport-selection .charts-list-container .error-state .retry-btn[data-v-f654f577]:hover,.airport-selection .charts-list-container .empty-state .retry-btn[data-v-f654f577]:hover,.airport-selection .airports-list-container .loading-state .retry-btn[data-v-f654f577]:hover,.airport-selection .airports-list-container .error-state .retry-btn[data-v-f654f577]:hover,.airport-selection .airports-list-container .empty-state .retry-btn[data-v-f654f577]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.charts-selection .charts-list-container .loading-state .retry-btn[data-v-f654f577]:active,.charts-selection .charts-list-container .error-state .retry-btn[data-v-f654f577]:active,.charts-selection .charts-list-container .empty-state .retry-btn[data-v-f654f577]:active,.charts-selection .airports-list-container .loading-state .retry-btn[data-v-f654f577]:active,.charts-selection .airports-list-container .error-state .retry-btn[data-v-f654f577]:active,.charts-selection .airports-list-container .empty-state .retry-btn[data-v-f654f577]:active,.airport-selection .charts-list-container .loading-state .retry-btn[data-v-f654f577]:active,.airport-selection .charts-list-container .error-state .retry-btn[data-v-f654f577]:active,.airport-selection .charts-list-container .empty-state .retry-btn[data-v-f654f577]:active,.airport-selection .airports-list-container .loading-state .retry-btn[data-v-f654f577]:active,.airport-selection .airports-list-container .error-state .retry-btn[data-v-f654f577]:active,.airport-selection .airports-list-container .empty-state .retry-btn[data-v-f654f577]:active{transform:translateY(0)}.charts-selection .charts-list-container .charts-list[data-v-f654f577],.charts-selection .charts-list-container .airports-list[data-v-f654f577],.charts-selection .airports-list-container .charts-list[data-v-f654f577],.charts-selection .airports-list-container .airports-list[data-v-f654f577],.airport-selection .charts-list-container .charts-list[data-v-f654f577],.airport-selection .charts-list-container .airports-list[data-v-f654f577],.airport-selection .airports-list-container .charts-list[data-v-f654f577],.airport-selection .airports-list-container .airports-list[data-v-f654f577]{flex:1;overflow-y:auto;overflow-x:hidden;word-break:break-all;padding:var(--spacing-xs) 0}.charts-selection .charts-list-container .charts-list .section-group[data-v-f654f577],.charts-selection .charts-list-container .airports-list .section-group[data-v-f654f577],.charts-selection .airports-list-container .charts-list .section-group[data-v-f654f577],.charts-selection .airports-list-container .airports-list .section-group[data-v-f654f577],.airport-selection .charts-list-container .charts-list .section-group[data-v-f654f577],.airport-selection .charts-list-container .airports-list .section-group[data-v-f654f577],.airport-selection .airports-list-container .charts-list .section-group[data-v-f654f577],.airport-selection .airports-list-container .airports-list .section-group[data-v-f654f577]{margin-bottom:var(--spacing-md);animation:slideInLeft .4s ease-out backwards}.charts-selection .charts-list-container .charts-list .section-group[data-v-f654f577]:nth-child(1),.charts-selection .charts-list-container .airports-list .section-group[data-v-f654f577]:nth-child(1),.charts-selection .airports-list-container .charts-list .section-group[data-v-f654f577]:nth-child(1),.charts-selection .airports-list-container .airports-list .section-group[data-v-f654f577]:nth-child(1),.airport-selection .charts-list-container .charts-list .section-group[data-v-f654f577]:nth-child(1),.airport-selection .charts-list-container .airports-list .section-group[data-v-f654f577]:nth-child(1),.airport-selection .airports-list-container .charts-list .section-group[data-v-f654f577]:nth-child(1),.airport-selection .airports-list-container .airports-list .section-group[data-v-f654f577]:nth-child(1){animation-delay:.05s}.charts-selection .charts-list-container .charts-list .section-group[data-v-f654f577]:nth-child(2),.charts-selection .charts-list-container .airports-list .section-group[data-v-f654f577]:nth-child(2),.charts-selection .airports-list-container .charts-list .section-group[data-v-f654f577]:nth-child(2),.charts-selection .airports-list-container .airports-list .section-group[data-v-f654f577]:nth-child(2),.airport-selection .charts-list-container .charts-list .section-group[data-v-f654f577]:nth-child(2),.airport-selection .charts-list-container .airports-list .section-group[data-v-f654f577]:nth-child(2),.airport-selection .airports-list-container .charts-list .section-group[data-v-f654f577]:nth-child(2),.airport-selection .airports-list-container .airports-list .section-group[data-v-f654f577]:nth-child(2){animation-delay:.1s}.charts-selection .charts-list-container .charts-list .section-group[data-v-f654f577]:nth-child(3),.charts-selection .charts-list-container .airports-list .section-group[data-v-f654f577]:nth-child(3),.charts-selection .airports-list-container .charts-list .section-group[data-v-f654f577]:nth-child(3),.charts-selection .airports-list-container .airports-list .section-group[data-v-f654f577]:nth-child(3),.airport-selection .charts-list-container .charts-list .section-group[data-v-f654f577]:nth-child(3),.airport-selection .charts-list-container .airports-list .section-group[data-v-f654f577]:nth-child(3),.airport-selection .airports-list-container .charts-list .section-group[data-v-f654f577]:nth-child(3),.airport-selection .airports-list-container .airports-list .section-group[data-v-f654f577]:nth-child(3){animation-delay:.15s}.charts-selection .charts-list-container .charts-list .section-group[data-v-f654f577]:nth-child(4),.charts-selection .charts-list-container .airports-list .section-group[data-v-f654f577]:nth-child(4),.charts-selection .airports-list-container .charts-list .section-group[data-v-f654f577]:nth-child(4),.charts-selection .airports-list-container .airports-list .section-group[data-v-f654f577]:nth-child(4),.airport-selection .charts-list-container .charts-list .section-group[data-v-f654f577]:nth-child(4),.airport-selection .charts-list-container .airports-list .section-group[data-v-f654f577]:nth-child(4),.airport-selection .airports-list-container .charts-list .section-group[data-v-f654f577]:nth-child(4),.airport-selection .airports-list-container .airports-list .section-group[data-v-f654f577]:nth-child(4){animation-delay:.2s}.charts-selection .charts-list-container .charts-list .section-group[data-v-f654f577]:nth-child(5),.charts-selection .charts-list-container .airports-list .section-group[data-v-f654f577]:nth-child(5),.charts-selection .airports-list-container .charts-list .section-group[data-v-f654f577]:nth-child(5),.charts-selection .airports-list-container .airports-list .section-group[data-v-f654f577]:nth-child(5),.airport-selection .charts-list-container .charts-list .section-group[data-v-f654f577]:nth-child(5),.airport-selection .charts-list-container .airports-list .section-group[data-v-f654f577]:nth-child(5),.airport-selection .airports-list-container .charts-list .section-group[data-v-f654f577]:nth-child(5),.airport-selection .airports-list-container .airports-list .section-group[data-v-f654f577]:nth-child(5){animation-delay:.25s}.charts-selection .charts-list-container .charts-list .section-group[data-v-f654f577]:nth-child(6),.charts-selection .charts-list-container .airports-list .section-group[data-v-f654f577]:nth-child(6),.charts-selection .airports-list-container .charts-list .section-group[data-v-f654f577]:nth-child(6),.charts-selection .airports-list-container .airports-list .section-group[data-v-f654f577]:nth-child(6),.airport-selection .charts-list-container .charts-list .section-group[data-v-f654f577]:nth-child(6),.airport-selection .charts-list-container .airports-list .section-group[data-v-f654f577]:nth-child(6),.airport-selection .airports-list-container .charts-list .section-group[data-v-f654f577]:nth-child(6),.airport-selection .airports-list-container .airports-list .section-group[data-v-f654f577]:nth-child(6){animation-delay:.3s}.charts-selection .charts-list-container .charts-list .section-group[data-v-f654f577]:nth-child(7),.charts-selection .charts-list-container .airports-list .section-group[data-v-f654f577]:nth-child(7),.charts-selection .airports-list-container .charts-list .section-group[data-v-f654f577]:nth-child(7),.charts-selection .airports-list-container .airports-list .section-group[data-v-f654f577]:nth-child(7),.airport-selection .charts-list-container .charts-list .section-group[data-v-f654f577]:nth-child(7),.airport-selection .charts-list-container .airports-list .section-group[data-v-f654f577]:nth-child(7),.airport-selection .airports-list-container .charts-list .section-group[data-v-f654f577]:nth-child(7),.airport-selection .airports-list-container .airports-list .section-group[data-v-f654f577]:nth-child(7){animation-delay:.35s}.charts-selection .charts-list-container .charts-list .section-group[data-v-f654f577]:nth-child(8),.charts-selection .charts-list-container .airports-list .section-group[data-v-f654f577]:nth-child(8),.charts-selection .airports-list-container .charts-list .section-group[data-v-f654f577]:nth-child(8),.charts-selection .airports-list-container .airports-list .section-group[data-v-f654f577]:nth-child(8),.airport-selection .charts-list-container .charts-list .section-group[data-v-f654f577]:nth-child(8),.airport-selection .charts-list-container .airports-list .section-group[data-v-f654f577]:nth-child(8),.airport-selection .airports-list-container .charts-list .section-group[data-v-f654f577]:nth-child(8),.airport-selection .airports-list-container .airports-list .section-group[data-v-f654f577]:nth-child(8){animation-delay:.4s}.charts-selection .charts-list-container .charts-list .section-group[data-v-f654f577]:nth-child(9),.charts-selection .charts-list-container .airports-list .section-group[data-v-f654f577]:nth-child(9),.charts-selection .airports-list-container .charts-list .section-group[data-v-f654f577]:nth-child(9),.charts-selection .airports-list-container .airports-list .section-group[data-v-f654f577]:nth-child(9),.airport-selection .charts-list-container .charts-list .section-group[data-v-f654f577]:nth-child(9),.airport-selection .charts-list-container .airports-list .section-group[data-v-f654f577]:nth-child(9),.airport-selection .airports-list-container .charts-list .section-group[data-v-f654f577]:nth-child(9),.airport-selection .airports-list-container .airports-list .section-group[data-v-f654f577]:nth-child(9){animation-delay:.45s}.charts-selection .charts-list-container .charts-list .section-group[data-v-f654f577]:nth-child(10),.charts-selection .charts-list-container .airports-list .section-group[data-v-f654f577]:nth-child(10),.charts-selection .airports-list-container .charts-list .section-group[data-v-f654f577]:nth-child(10),.charts-selection .airports-list-container .airports-list .section-group[data-v-f654f577]:nth-child(10),.airport-selection .charts-list-container .charts-list .section-group[data-v-f654f577]:nth-child(10),.airport-selection .charts-list-container .airports-list .section-group[data-v-f654f577]:nth-child(10),.airport-selection .airports-list-container .charts-list .section-group[data-v-f654f577]:nth-child(10),.airport-selection .airports-list-container .airports-list .section-group[data-v-f654f577]:nth-child(10){animation-delay:.5s}.charts-selection .charts-list-container .charts-list .section-group .section-header[data-v-f654f577],.charts-selection .charts-list-container .airports-list .section-group .section-header[data-v-f654f577],.charts-selection .airports-list-container .charts-list .section-group .section-header[data-v-f654f577],.charts-selection .airports-list-container .airports-list .section-group .section-header[data-v-f654f577],.airport-selection .charts-list-container .charts-list .section-group .section-header[data-v-f654f577],.airport-selection .charts-list-container .airports-list .section-group .section-header[data-v-f654f577],.airport-selection .airports-list-container .charts-list .section-group .section-header[data-v-f654f577],.airport-selection .airports-list-container .airports-list .section-group .section-header[data-v-f654f577]{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-lg);margin:0 var(--spacing-sm);background:var(--hover-bg);border-radius:var(--radius-md);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.charts-selection .charts-list-container .charts-list .section-group .section-header[data-v-f654f577]:before,.charts-selection .charts-list-container .airports-list .section-group .section-header[data-v-f654f577]:before,.charts-selection .airports-list-container .charts-list .section-group .section-header[data-v-f654f577]:before,.charts-selection .airports-list-container .airports-list .section-group .section-header[data-v-f654f577]:before,.airport-selection .charts-list-container .charts-list .section-group .section-header[data-v-f654f577]:before,.airport-selection .charts-list-container .airports-list .section-group .section-header[data-v-f654f577]:before,.airport-selection .airports-list-container .charts-list .section-group .section-header[data-v-f654f577]:before,.airport-selection .airports-list-container .airports-list .section-group .section-header[data-v-f654f577]:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));transform:scaleY(0);transition:transform .3s ease}.charts-selection .charts-list-container .charts-list .section-group .section-header[data-v-f654f577]:hover,.charts-selection .charts-list-container .airports-list .section-group .section-header[data-v-f654f577]:hover,.charts-selection .airports-list-container .charts-list .section-group .section-header[data-v-f654f577]:hover,.charts-selection .airports-list-container .airports-list .section-group .section-header[data-v-f654f577]:hover,.airport-selection .charts-list-container .charts-list .section-group .section-header[data-v-f654f577]:hover,.airport-selection .charts-list-container .airports-list .section-group .section-header[data-v-f654f577]:hover,.airport-selection .airports-list-container .charts-list .section-group .section-header[data-v-f654f577]:hover,.airport-selection .airports-list-container .airports-list .section-group .section-header[data-v-f654f577]:hover{background:var(--nav-active-bg);transform:translate(4px)}.charts-selection .charts-list-container .charts-list .section-group .section-header[data-v-f654f577]:hover:before,.charts-selection .charts-list-container .airports-list .section-group .section-header[data-v-f654f577]:hover:before,.charts-selection .airports-list-container .charts-list .section-group .section-header[data-v-f654f577]:hover:before,.charts-selection .airports-list-container .airports-list .section-group .section-header[data-v-f654f577]:hover:before,.airport-selection .charts-list-container .charts-list .section-group .section-header[data-v-f654f577]:hover:before,.airport-selection .charts-list-container .airports-list .section-group .section-header[data-v-f654f577]:hover:before,.airport-selection .airports-list-container .charts-list .section-group .section-header[data-v-f654f577]:hover:before,.airport-selection .airports-list-container .airports-list .section-group .section-header[data-v-f654f577]:hover:before{transform:scaleY(1)}.charts-selection .charts-list-container .charts-list .section-group .section-header .section-icon[data-v-f654f577],.charts-selection .charts-list-container .airports-list .section-group .section-header .section-icon[data-v-f654f577],.charts-selection .airports-list-container .charts-list .section-group .section-header .section-icon[data-v-f654f577],.charts-selection .airports-list-container .airports-list .section-group .section-header .section-icon[data-v-f654f577],.airport-selection .charts-list-container .charts-list .section-group .section-header .section-icon[data-v-f654f577],.airport-selection .charts-list-container .airports-list .section-group .section-header .section-icon[data-v-f654f577],.airport-selection .airports-list-container .charts-list .section-group .section-header .section-icon[data-v-f654f577],.airport-selection .airports-list-container .airports-list .section-group .section-header .section-icon[data-v-f654f577]{color:var(--text-secondary);transition:transform .3s cubic-bezier(.68,-.55,.265,1.55)}.charts-selection .charts-list-container .charts-list .section-group .section-header .section-icon.expanded[data-v-f654f577],.charts-selection .charts-list-container .airports-list .section-group .section-header .section-icon.expanded[data-v-f654f577],.charts-selection .airports-list-container .charts-list .section-group .section-header .section-icon.expanded[data-v-f654f577],.charts-selection .airports-list-container .airports-list .section-group .section-header .section-icon.expanded[data-v-f654f577],.airport-selection .charts-list-container .charts-list .section-group .section-header .section-icon.expanded[data-v-f654f577],.airport-selection .charts-list-container .airports-list .section-group .section-header .section-icon.expanded[data-v-f654f577],.airport-selection .airports-list-container .charts-list .section-group .section-header .section-icon.expanded[data-v-f654f577],.airport-selection .airports-list-container .airports-list .section-group .section-header .section-icon.expanded[data-v-f654f577]{transform:rotate(90deg)}.charts-selection .charts-list-container .charts-list .section-group .section-header .section-title[data-v-f654f577],.charts-selection .charts-list-container .airports-list .section-group .section-header .section-title[data-v-f654f577],.charts-selection .airports-list-container .charts-list .section-group .section-header .section-title[data-v-f654f577],.charts-selection .airports-list-container .airports-list .section-group .section-header .section-title[data-v-f654f577],.airport-selection .charts-list-container .charts-list .section-group .section-header .section-title[data-v-f654f577],.airport-selection .charts-list-container .airports-list .section-group .section-header .section-title[data-v-f654f577],.airport-selection .airports-list-container .charts-list .section-group .section-header .section-title[data-v-f654f577],.airport-selection .airports-list-container .airports-list .section-group .section-header .section-title[data-v-f654f577]{flex:1;color:var(--text-primary);font-weight:500;font-size:var(--font-size-sm)}.charts-selection .charts-list-container .charts-list .section-group .section-header .section-count[data-v-f654f577],.charts-selection .charts-list-container .airports-list .section-group .section-header .section-count[data-v-f654f577],.charts-selection .airports-list-container .charts-list .section-group .section-header .section-count[data-v-f654f577],.charts-selection .airports-list-container .airports-list .section-group .section-header .section-count[data-v-f654f577],.airport-selection .charts-list-container .charts-list .section-group .section-header .section-count[data-v-f654f577],.airport-selection .charts-list-container .airports-list .section-group .section-header .section-count[data-v-f654f577],.airport-selection .airports-list-container .charts-list .section-group .section-header .section-count[data-v-f654f577],.airport-selection .airports-list-container .airports-list .section-group .section-header .section-count[data-v-f654f577]{color:var(--text-inverse);font-size:var(--font-size-xs);background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));padding:2px 8px;border-radius:12px;font-weight:600;box-shadow:0 2px 4px #667eea4d}.charts-selection .charts-list-container .charts-list .section-group .section-charts[data-v-f654f577],.charts-selection .charts-list-container .airports-list .section-group .section-charts[data-v-f654f577],.charts-selection .airports-list-container .charts-list .section-group .section-charts[data-v-f654f577],.charts-selection .airports-list-container .airports-list .section-group .section-charts[data-v-f654f577],.airport-selection .charts-list-container .charts-list .section-group .section-charts[data-v-f654f577],.airport-selection .charts-list-container .airports-list .section-group .section-charts[data-v-f654f577],.airport-selection .airports-list-container .charts-list .section-group .section-charts[data-v-f654f577],.airport-selection .airports-list-container .airports-list .section-group .section-charts[data-v-f654f577]{margin-top:var(--spacing-sm);padding-left:var(--spacing-lg)}.charts-selection .charts-list-container .charts-list .chart-item[data-v-f654f577],.charts-selection .charts-list-container .charts-list .airport-item[data-v-f654f577],.charts-selection .charts-list-container .airports-list .chart-item[data-v-f654f577],.charts-selection .charts-list-container .airports-list .airport-item[data-v-f654f577],.charts-selection .airports-list-container .charts-list .chart-item[data-v-f654f577],.charts-selection .airports-list-container .charts-list .airport-item[data-v-f654f577],.charts-selection .airports-list-container .airports-list .chart-item[data-v-f654f577],.charts-selection .airports-list-container .airports-list .airport-item[data-v-f654f577],.airport-selection .charts-list-container .charts-list .chart-item[data-v-f654f577],.airport-selection .charts-list-container .charts-list .airport-item[data-v-f654f577],.airport-selection .charts-list-container .airports-list .chart-item[data-v-f654f577],.airport-selection .charts-list-container .airports-list .airport-item[data-v-f654f577],.airport-selection .airports-list-container .charts-list .chart-item[data-v-f654f577],.airport-selection .airports-list-container .charts-list .airport-item[data-v-f654f577],.airport-selection .airports-list-container .airports-list .chart-item[data-v-f654f577],.airport-selection .airports-list-container .airports-list .airport-item[data-v-f654f577]{display:flex;align-items:center;padding:var(--spacing-sm) var(--spacing-lg);margin:0 var(--spacing-sm);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;border-bottom:1px solid rgba(0,0,0,.04);border-radius:var(--radius-sm);position:relative;overflow:hidden}.charts-selection .charts-list-container .charts-list .chart-item[data-v-f654f577]:before,.charts-selection .charts-list-container .charts-list .airport-item[data-v-f654f577]:before,.charts-selection .charts-list-container .airports-list .chart-item[data-v-f654f577]:before,.charts-selection .charts-list-container .airports-list .airport-item[data-v-f654f577]:before,.charts-selection .airports-list-container .charts-list .chart-item[data-v-f654f577]:before,.charts-selection .airports-list-container .charts-list .airport-item[data-v-f654f577]:before,.charts-selection .airports-list-container .airports-list .chart-item[data-v-f654f577]:before,.charts-selection .airports-list-container .airports-list .airport-item[data-v-f654f577]:before,.airport-selection .charts-list-container .charts-list .chart-item[data-v-f654f577]:before,.airport-selection .charts-list-container .charts-list .airport-item[data-v-f654f577]:before,.airport-selection .charts-list-container .airports-list .chart-item[data-v-f654f577]:before,.airport-selection .charts-list-container .airports-list .airport-item[data-v-f654f577]:before,.airport-selection .airports-list-container .charts-list .chart-item[data-v-f654f577]:before,.airport-selection .airports-list-container .charts-list .airport-item[data-v-f654f577]:before,.airport-selection .airports-list-container .airports-list .chart-item[data-v-f654f577]:before,.airport-selection .airports-list-container .airports-list .airport-item[data-v-f654f577]:before{content:"";position:absolute;left:0;top:0;width:0;height:100%;background:linear-gradient(90deg,rgba(102,126,234,.1) 0%,transparent 100%);transition:width .3s ease}.charts-selection .charts-list-container .charts-list .chart-item[data-v-f654f577]:hover,.charts-selection .charts-list-container .charts-list .airport-item[data-v-f654f577]:hover,.charts-selection .charts-list-container .airports-list .chart-item[data-v-f654f577]:hover,.charts-selection .charts-list-container .airports-list .airport-item[data-v-f654f577]:hover,.charts-selection .airports-list-container .charts-list .chart-item[data-v-f654f577]:hover,.charts-selection .airports-list-container .charts-list .airport-item[data-v-f654f577]:hover,.charts-selection .airports-list-container .airports-list .chart-item[data-v-f654f577]:hover,.charts-selection .airports-list-container .airports-list .airport-item[data-v-f654f577]:hover,.airport-selection .charts-list-container .charts-list .chart-item[data-v-f654f577]:hover,.airport-selection .charts-list-container .charts-list .airport-item[data-v-f654f577]:hover,.airport-selection .charts-list-container .airports-list .chart-item[data-v-f654f577]:hover,.airport-selection .charts-list-container .airports-list .airport-item[data-v-f654f577]:hover,.airport-selection .airports-list-container .charts-list .chart-item[data-v-f654f577]:hover,.airport-selection .airports-list-container .charts-list .airport-item[data-v-f654f577]:hover,.airport-selection .airports-list-container .airports-list .chart-item[data-v-f654f577]:hover,.airport-selection .airports-list-container .airports-list .airport-item[data-v-f654f577]:hover{background:var(--hover-bg);transform:translate(4px);border-color:#667eea4d}.charts-selection .charts-list-container .charts-list .chart-item[data-v-f654f577]:hover:before,.charts-selection .charts-list-container .charts-list .airport-item[data-v-f654f577]:hover:before,.charts-selection .charts-list-container .airports-list .chart-item[data-v-f654f577]:hover:before,.charts-selection .charts-list-container .airports-list .airport-item[data-v-f654f577]:hover:before,.charts-selection .airports-list-container .charts-list .chart-item[data-v-f654f577]:hover:before,.charts-selection .airports-list-container .charts-list .airport-item[data-v-f654f577]:hover:before,.charts-selection .airports-list-container .airports-list .chart-item[data-v-f654f577]:hover:before,.charts-selection .airports-list-container .airports-list .airport-item[data-v-f654f577]:hover:before,.airport-selection .charts-list-container .charts-list .chart-item[data-v-f654f577]:hover:before,.airport-selection .charts-list-container .charts-list .airport-item[data-v-f654f577]:hover:before,.airport-selection .charts-list-container .airports-list .chart-item[data-v-f654f577]:hover:before,.airport-selection .charts-list-container .airports-list .airport-item[data-v-f654f577]:hover:before,.airport-selection .airports-list-container .charts-list .chart-item[data-v-f654f577]:hover:before,.airport-selection .airports-list-container .charts-list .airport-item[data-v-f654f577]:hover:before,.airport-selection .airports-list-container .airports-list .chart-item[data-v-f654f577]:hover:before,.airport-selection .airports-list-container .airports-list .airport-item[data-v-f654f577]:hover:before{width:100%}.charts-selection .charts-list-container .charts-list .chart-item.selected[data-v-f654f577],.charts-selection .charts-list-container .charts-list .airport-item.selected[data-v-f654f577],.charts-selection .charts-list-container .airports-list .chart-item.selected[data-v-f654f577],.charts-selection .charts-list-container .airports-list .airport-item.selected[data-v-f654f577],.charts-selection .airports-list-container .charts-list .chart-item.selected[data-v-f654f577],.charts-selection .airports-list-container .charts-list .airport-item.selected[data-v-f654f577],.charts-selection .airports-list-container .airports-list .chart-item.selected[data-v-f654f577],.charts-selection .airports-list-container .airports-list .airport-item.selected[data-v-f654f577],.airport-selection .charts-list-container .charts-list .chart-item.selected[data-v-f654f577],.airport-selection .charts-list-container .charts-list .airport-item.selected[data-v-f654f577],.airport-selection .charts-list-container .airports-list .chart-item.selected[data-v-f654f577],.airport-selection .charts-list-container .airports-list .airport-item.selected[data-v-f654f577],.airport-selection .airports-list-container .charts-list .chart-item.selected[data-v-f654f577],.airport-selection .airports-list-container .charts-list .airport-item.selected[data-v-f654f577],.airport-selection .airports-list-container .airports-list .chart-item.selected[data-v-f654f577],.airport-selection .airports-list-container .airports-list .airport-item.selected[data-v-f654f577]{background:var(--selected-bg);border-color:var(--primary-blue);box-shadow:0 0 0 2px #667eea33}.charts-selection .charts-list-container .charts-list .chart-item.selected[data-v-f654f577]:after,.charts-selection .charts-list-container .charts-list .airport-item.selected[data-v-f654f577]:after,.charts-selection .charts-list-container .airports-list .chart-item.selected[data-v-f654f577]:after,.charts-selection .charts-list-container .airports-list .airport-item.selected[data-v-f654f577]:after,.charts-selection .airports-list-container .charts-list .chart-item.selected[data-v-f654f577]:after,.charts-selection .airports-list-container .charts-list .airport-item.selected[data-v-f654f577]:after,.charts-selection .airports-list-container .airports-list .chart-item.selected[data-v-f654f577]:after,.charts-selection .airports-list-container .airports-list .airport-item.selected[data-v-f654f577]:after,.airport-selection .charts-list-container .charts-list .chart-item.selected[data-v-f654f577]:after,.airport-selection .charts-list-container .charts-list .airport-item.selected[data-v-f654f577]:after,.airport-selection .charts-list-container .airports-list .chart-item.selected[data-v-f654f577]:after,.airport-selection .charts-list-container .airports-list .airport-item.selected[data-v-f654f577]:after,.airport-selection .airports-list-container .charts-list .chart-item.selected[data-v-f654f577]:after,.airport-selection .airports-list-container .charts-list .airport-item.selected[data-v-f654f577]:after,.airport-selection .airports-list-container .airports-list .chart-item.selected[data-v-f654f577]:after,.airport-selection .airports-list-container .airports-list .airport-item.selected[data-v-f654f577]:after{content:"✓";position:absolute;right:var(--spacing-sm);top:50%;transform:translateY(-50%);color:var(--primary-blue);font-weight:700;font-size:16px}.charts-selection .charts-list-container .charts-list .chart-item.modified[data-v-f654f577],.charts-selection .charts-list-container .charts-list .airport-item.modified[data-v-f654f577],.charts-selection .charts-list-container .airports-list .chart-item.modified[data-v-f654f577],.charts-selection .charts-list-container .airports-list .airport-item.modified[data-v-f654f577],.charts-selection .airports-list-container .charts-list .chart-item.modified[data-v-f654f577],.charts-selection .airports-list-container .charts-list .airport-item.modified[data-v-f654f577],.charts-selection .airports-list-container .airports-list .chart-item.modified[data-v-f654f577],.charts-selection .airports-list-container .airports-list .airport-item.modified[data-v-f654f577],.airport-selection .charts-list-container .charts-list .chart-item.modified[data-v-f654f577],.airport-selection .charts-list-container .charts-list .airport-item.modified[data-v-f654f577],.airport-selection .charts-list-container .airports-list .chart-item.modified[data-v-f654f577],.airport-selection .charts-list-container .airports-list .airport-item.modified[data-v-f654f577],.airport-selection .airports-list-container .charts-list .chart-item.modified[data-v-f654f577],.airport-selection .airports-list-container .charts-list .airport-item.modified[data-v-f654f577],.airport-selection .airports-list-container .airports-list .chart-item.modified[data-v-f654f577],.airport-selection .airports-list-container .airports-list .airport-item.modified[data-v-f654f577]{position:relative}.charts-selection .charts-list-container .charts-list .chart-item.modified[data-v-f654f577]:after,.charts-selection .charts-list-container .charts-list .airport-item.modified[data-v-f654f577]:after,.charts-selection .charts-list-container .airports-list .chart-item.modified[data-v-f654f577]:after,.charts-selection .charts-list-container .airports-list .airport-item.modified[data-v-f654f577]:after,.charts-selection .airports-list-container .charts-list .chart-item.modified[data-v-f654f577]:after,.charts-selection .airports-list-container .charts-list .airport-item.modified[data-v-f654f577]:after,.charts-selection .airports-list-container .airports-list .chart-item.modified[data-v-f654f577]:after,.charts-selection .airports-list-container .airports-list .airport-item.modified[data-v-f654f577]:after,.airport-selection .charts-list-container .charts-list .chart-item.modified[data-v-f654f577]:after,.airport-selection .charts-list-container .charts-list .airport-item.modified[data-v-f654f577]:after,.airport-selection .charts-list-container .airports-list .chart-item.modified[data-v-f654f577]:after,.airport-selection .charts-list-container .airports-list .airport-item.modified[data-v-f654f577]:after,.airport-selection .airports-list-container .charts-list .chart-item.modified[data-v-f654f577]:after,.airport-selection .airports-list-container .charts-list .airport-item.modified[data-v-f654f577]:after,.airport-selection .airports-list-container .airports-list .chart-item.modified[data-v-f654f577]:after,.airport-selection .airports-list-container .airports-list .airport-item.modified[data-v-f654f577]:after{content:"";position:absolute;top:6px;right:6px;width:8px;height:8px;background:linear-gradient(135deg,#f59e0b,#fbbf24);border-radius:50%;box-shadow:0 0 8px #f59e0b99;animation:pulse 2s infinite}.charts-selection .charts-list-container .charts-list .chart-item.section-chart-item[data-v-f654f577],.charts-selection .charts-list-container .charts-list .airport-item.section-chart-item[data-v-f654f577],.charts-selection .charts-list-container .airports-list .chart-item.section-chart-item[data-v-f654f577],.charts-selection .charts-list-container .airports-list .airport-item.section-chart-item[data-v-f654f577],.charts-selection .airports-list-container .charts-list .chart-item.section-chart-item[data-v-f654f577],.charts-selection .airports-list-container .charts-list .airport-item.section-chart-item[data-v-f654f577],.charts-selection .airports-list-container .airports-list .chart-item.section-chart-item[data-v-f654f577],.charts-selection .airports-list-container .airports-list .airport-item.section-chart-item[data-v-f654f577],.airport-selection .charts-list-container .charts-list .chart-item.section-chart-item[data-v-f654f577],.airport-selection .charts-list-container .charts-list .airport-item.section-chart-item[data-v-f654f577],.airport-selection .charts-list-container .airports-list .chart-item.section-chart-item[data-v-f654f577],.airport-selection .charts-list-container .airports-list .airport-item.section-chart-item[data-v-f654f577],.airport-selection .airports-list-container .charts-list .chart-item.section-chart-item[data-v-f654f577],.airport-selection .airports-list-container .charts-list .airport-item.section-chart-item[data-v-f654f577],.airport-selection .airports-list-container .airports-list .chart-item.section-chart-item[data-v-f654f577],.airport-selection .airports-list-container .airports-list .airport-item.section-chart-item[data-v-f654f577]{padding:var(--spacing-xs) var(--spacing-md);margin:0 var(--spacing-xs)}.charts-selection .charts-list-container .charts-list .chart-item .chart-info[data-v-f654f577],.charts-selection .charts-list-container .charts-list .chart-item .airport-info[data-v-f654f577],.charts-selection .charts-list-container .charts-list .airport-item .chart-info[data-v-f654f577],.charts-selection .charts-list-container .charts-list .airport-item .airport-info[data-v-f654f577],.charts-selection .charts-list-container .airports-list .chart-item .chart-info[data-v-f654f577],.charts-selection .charts-list-container .airports-list .chart-item .airport-info[data-v-f654f577],.charts-selection .charts-list-container .airports-list .airport-item .chart-info[data-v-f654f577],.charts-selection .charts-list-container .airports-list .airport-item .airport-info[data-v-f654f577],.charts-selection .airports-list-container .charts-list .chart-item .chart-info[data-v-f654f577],.charts-selection .airports-list-container .charts-list .chart-item .airport-info[data-v-f654f577],.charts-selection .airports-list-container .charts-list .airport-item .chart-info[data-v-f654f577],.charts-selection .airports-list-container .charts-list .airport-item .airport-info[data-v-f654f577],.charts-selection .airports-list-container .airports-list .chart-item .chart-info[data-v-f654f577],.charts-selection .airports-list-container .airports-list .chart-item .airport-info[data-v-f654f577],.charts-selection .airports-list-container .airports-list .airport-item .chart-info[data-v-f654f577],.charts-selection .airports-list-container .airports-list .airport-item .airport-info[data-v-f654f577],.airport-selection .charts-list-container .charts-list .chart-item .chart-info[data-v-f654f577],.airport-selection .charts-list-container .charts-list .chart-item .airport-info[data-v-f654f577],.airport-selection .charts-list-container .charts-list .airport-item .chart-info[data-v-f654f577],.airport-selection .charts-list-container .charts-list .airport-item .airport-info[data-v-f654f577],.airport-selection .charts-list-container .airports-list .chart-item .chart-info[data-v-f654f577],.airport-selection .charts-list-container .airports-list .chart-item .airport-info[data-v-f654f577],.airport-selection .charts-list-container .airports-list .airport-item .chart-info[data-v-f654f577],.airport-selection .charts-list-container .airports-list .airport-item .airport-info[data-v-f654f577],.airport-selection .airports-list-container .charts-list .chart-item .chart-info[data-v-f654f577],.airport-selection .airports-list-container .charts-list .chart-item .airport-info[data-v-f654f577],.airport-selection .airports-list-container .charts-list .airport-item .chart-info[data-v-f654f577],.airport-selection .airports-list-container .charts-list .airport-item .airport-info[data-v-f654f577],.airport-selection .airports-list-container .airports-list .chart-item .chart-info[data-v-f654f577],.airport-selection .airports-list-container .airports-list .chart-item .airport-info[data-v-f654f577],.airport-selection .airports-list-container .airports-list .airport-item .chart-info[data-v-f654f577],.airport-selection .airports-list-container .airports-list .airport-item .airport-info[data-v-f654f577]{flex:1}.charts-selection .charts-list-container .charts-list .chart-item .chart-info .chart-name[data-v-f654f577],.charts-selection .charts-list-container .charts-list .chart-item .chart-info .airport-name[data-v-f654f577],.charts-selection .charts-list-container .charts-list .chart-item .airport-info .chart-name[data-v-f654f577],.charts-selection .charts-list-container .charts-list .chart-item .airport-info .airport-name[data-v-f654f577],.charts-selection .charts-list-container .charts-list .airport-item .chart-info .chart-name[data-v-f654f577],.charts-selection .charts-list-container .charts-list .airport-item .chart-info .airport-name[data-v-f654f577],.charts-selection .charts-list-container .charts-list .airport-item .airport-info .chart-name[data-v-f654f577],.charts-selection .charts-list-container .charts-list .airport-item .airport-info .airport-name[data-v-f654f577],.charts-selection .charts-list-container .airports-list .chart-item .chart-info .chart-name[data-v-f654f577],.charts-selection .charts-list-container .airports-list .chart-item .chart-info .airport-name[data-v-f654f577],.charts-selection .charts-list-container .airports-list .chart-item .airport-info .chart-name[data-v-f654f577],.charts-selection .charts-list-container .airports-list .chart-item .airport-info .airport-name[data-v-f654f577],.charts-selection .charts-list-container .airports-list .airport-item .chart-info .chart-name[data-v-f654f577],.charts-selection .charts-list-container .airports-list .airport-item .chart-info .airport-name[data-v-f654f577],.charts-selection .charts-list-container .airports-list .airport-item .airport-info .chart-name[data-v-f654f577],.charts-selection .charts-list-container .airports-list .airport-item .airport-info .airport-name[data-v-f654f577],.charts-selection .airports-list-container .charts-list .chart-item .chart-info .chart-name[data-v-f654f577],.charts-selection .airports-list-container .charts-list .chart-item .chart-info .airport-name[data-v-f654f577],.charts-selection .airports-list-container .charts-list .chart-item .airport-info .chart-name[data-v-f654f577],.charts-selection .airports-list-container .charts-list .chart-item .airport-info .airport-name[data-v-f654f577],.charts-selection .airports-list-container .charts-list .airport-item .chart-info .chart-name[data-v-f654f577],.charts-selection .airports-list-container .charts-list .airport-item .chart-info .airport-name[data-v-f654f577],.charts-selection .airports-list-container .charts-list .airport-item .airport-info .chart-name[data-v-f654f577],.charts-selection .airports-list-container .charts-list .airport-item .airport-info .airport-name[data-v-f654f577],.charts-selection .airports-list-container .airports-list .chart-item .chart-info .chart-name[data-v-f654f577],.charts-selection .airports-list-container .airports-list .chart-item .chart-info .airport-name[data-v-f654f577],.charts-selection .airports-list-container .airports-list .chart-item .airport-info .chart-name[data-v-f654f577],.charts-selection .airports-list-container .airports-list .chart-item .airport-info .airport-name[data-v-f654f577],.charts-selection .airports-list-container .airports-list .airport-item .chart-info .chart-name[data-v-f654f577],.charts-selection .airports-list-container .airports-list .airport-item .chart-info .airport-name[data-v-f654f577],.charts-selection .airports-list-container .airports-list .airport-item .airport-info .chart-name[data-v-f654f577],.charts-selection .airports-list-container .airports-list .airport-item .airport-info .airport-name[data-v-f654f577],.airport-selection .charts-list-container .charts-list .chart-item .chart-info .chart-name[data-v-f654f577],.airport-selection .charts-list-container .charts-list .chart-item .chart-info .airport-name[data-v-f654f577],.airport-selection .charts-list-container .charts-list .chart-item .airport-info .chart-name[data-v-f654f577],.airport-selection .charts-list-container .charts-list .chart-item .airport-info .airport-name[data-v-f654f577],.airport-selection .charts-list-container .charts-list .airport-item .chart-info .chart-name[data-v-f654f577],.airport-selection .charts-list-container .charts-list .airport-item .chart-info .airport-name[data-v-f654f577],.airport-selection .charts-list-container .charts-list .airport-item .airport-info .chart-name[data-v-f654f577],.airport-selection .charts-list-container .charts-list .airport-item .airport-info .airport-name[data-v-f654f577],.airport-selection .charts-list-container .airports-list .chart-item .chart-info .chart-name[data-v-f654f577],.airport-selection .charts-list-container .airports-list .chart-item .chart-info .airport-name[data-v-f654f577],.airport-selection .charts-list-container .airports-list .chart-item .airport-info .chart-name[data-v-f654f577],.airport-selection .charts-list-container .airports-list .chart-item .airport-info .airport-name[data-v-f654f577],.airport-selection .charts-list-container .airports-list .airport-item .chart-info .chart-name[data-v-f654f577],.airport-selection .charts-list-container .airports-list .airport-item .chart-info .airport-name[data-v-f654f577],.airport-selection .charts-list-container .airports-list .airport-item .airport-info .chart-name[data-v-f654f577],.airport-selection .charts-list-container .airports-list .airport-item .airport-info .airport-name[data-v-f654f577],.airport-selection .airports-list-container .charts-list .chart-item .chart-info .chart-name[data-v-f654f577],.airport-selection .airports-list-container .charts-list .chart-item .chart-info .airport-name[data-v-f654f577],.airport-selection .airports-list-container .charts-list .chart-item .airport-info .chart-name[data-v-f654f577],.airport-selection .airports-list-container .charts-list .chart-item .airport-info .airport-name[data-v-f654f577],.airport-selection .airports-list-container .charts-list .airport-item .chart-info .chart-name[data-v-f654f577],.airport-selection .airports-list-container .charts-list .airport-item .chart-info .airport-name[data-v-f654f577],.airport-selection .airports-list-container .charts-list .airport-item .airport-info .chart-name[data-v-f654f577],.airport-selection .airports-list-container .charts-list .airport-item .airport-info .airport-name[data-v-f654f577],.airport-selection .airports-list-container .airports-list .chart-item .chart-info .chart-name[data-v-f654f577],.airport-selection .airports-list-container .airports-list .chart-item .chart-info .airport-name[data-v-f654f577],.airport-selection .airports-list-container .airports-list .chart-item .airport-info .chart-name[data-v-f654f577],.airport-selection .airports-list-container .airports-list .chart-item .airport-info .airport-name[data-v-f654f577],.airport-selection .airports-list-container .airports-list .airport-item .chart-info .chart-name[data-v-f654f577],.airport-selection .airports-list-container .airports-list .airport-item .chart-info .airport-name[data-v-f654f577],.airport-selection .airports-list-container .airports-list .airport-item .airport-info .chart-name[data-v-f654f577],.airport-selection .airports-list-container .airports-list .airport-item .airport-info .airport-name[data-v-f654f577]{font-size:var(--font-size-sm);font-weight:500;color:var(--text-primary);margin-bottom:2px;line-height:1.3}.charts-selection .charts-list-container .charts-list .chart-item .chart-info .chart-subtitle[data-v-f654f577],.charts-selection .charts-list-container .charts-list .chart-item .chart-info .airport-code[data-v-f654f577],.charts-selection .charts-list-container .charts-list .chart-item .airport-info .chart-subtitle[data-v-f654f577],.charts-selection .charts-list-container .charts-list .chart-item .airport-info .airport-code[data-v-f654f577],.charts-selection .charts-list-container .charts-list .airport-item .chart-info .chart-subtitle[data-v-f654f577],.charts-selection .charts-list-container .charts-list .airport-item .chart-info .airport-code[data-v-f654f577],.charts-selection .charts-list-container .charts-list .airport-item .airport-info .chart-subtitle[data-v-f654f577],.charts-selection .charts-list-container .charts-list .airport-item .airport-info .airport-code[data-v-f654f577],.charts-selection .charts-list-container .airports-list .chart-item .chart-info .chart-subtitle[data-v-f654f577],.charts-selection .charts-list-container .airports-list .chart-item .chart-info .airport-code[data-v-f654f577],.charts-selection .charts-list-container .airports-list .chart-item .airport-info .chart-subtitle[data-v-f654f577],.charts-selection .charts-list-container .airports-list .chart-item .airport-info .airport-code[data-v-f654f577],.charts-selection .charts-list-container .airports-list .airport-item .chart-info .chart-subtitle[data-v-f654f577],.charts-selection .charts-list-container .airports-list .airport-item .chart-info .airport-code[data-v-f654f577],.charts-selection .charts-list-container .airports-list .airport-item .airport-info .chart-subtitle[data-v-f654f577],.charts-selection .charts-list-container .airports-list .airport-item .airport-info .airport-code[data-v-f654f577],.charts-selection .airports-list-container .charts-list .chart-item .chart-info .chart-subtitle[data-v-f654f577],.charts-selection .airports-list-container .charts-list .chart-item .chart-info .airport-code[data-v-f654f577],.charts-selection .airports-list-container .charts-list .chart-item .airport-info .chart-subtitle[data-v-f654f577],.charts-selection .airports-list-container .charts-list .chart-item .airport-info .airport-code[data-v-f654f577],.charts-selection .airports-list-container .charts-list .airport-item .chart-info .chart-subtitle[data-v-f654f577],.charts-selection .airports-list-container .charts-list .airport-item .chart-info .airport-code[data-v-f654f577],.charts-selection .airports-list-container .charts-list .airport-item .airport-info .chart-subtitle[data-v-f654f577],.charts-selection .airports-list-container .charts-list .airport-item .airport-info .airport-code[data-v-f654f577],.charts-selection .airports-list-container .airports-list .chart-item .chart-info .chart-subtitle[data-v-f654f577],.charts-selection .airports-list-container .airports-list .chart-item .chart-info .airport-code[data-v-f654f577],.charts-selection .airports-list-container .airports-list .chart-item .airport-info .chart-subtitle[data-v-f654f577],.charts-selection .airports-list-container .airports-list .chart-item .airport-info .airport-code[data-v-f654f577],.charts-selection .airports-list-container .airports-list .airport-item .chart-info .chart-subtitle[data-v-f654f577],.charts-selection .airports-list-container .airports-list .airport-item .chart-info .airport-code[data-v-f654f577],.charts-selection .airports-list-container .airports-list .airport-item .airport-info .chart-subtitle[data-v-f654f577],.charts-selection .airports-list-container .airports-list .airport-item .airport-info .airport-code[data-v-f654f577],.airport-selection .charts-list-container .charts-list .chart-item .chart-info .chart-subtitle[data-v-f654f577],.airport-selection .charts-list-container .charts-list .chart-item .chart-info .airport-code[data-v-f654f577],.airport-selection .charts-list-container .charts-list .chart-item .airport-info .chart-subtitle[data-v-f654f577],.airport-selection .charts-list-container .charts-list .chart-item .airport-info .airport-code[data-v-f654f577],.airport-selection .charts-list-container .charts-list .airport-item .chart-info .chart-subtitle[data-v-f654f577],.airport-selection .charts-list-container .charts-list .airport-item .chart-info .airport-code[data-v-f654f577],.airport-selection .charts-list-container .charts-list .airport-item .airport-info .chart-subtitle[data-v-f654f577],.airport-selection .charts-list-container .charts-list .airport-item .airport-info .airport-code[data-v-f654f577],.airport-selection .charts-list-container .airports-list .chart-item .chart-info .chart-subtitle[data-v-f654f577],.airport-selection .charts-list-container .airports-list .chart-item .chart-info .airport-code[data-v-f654f577],.airport-selection .charts-list-container .airports-list .chart-item .airport-info .chart-subtitle[data-v-f654f577],.airport-selection .charts-list-container .airports-list .chart-item .airport-info .airport-code[data-v-f654f577],.airport-selection .charts-list-container .airports-list .airport-item .chart-info .chart-subtitle[data-v-f654f577],.airport-selection .charts-list-container .airports-list .airport-item .chart-info .airport-code[data-v-f654f577],.airport-selection .charts-list-container .airports-list .airport-item .airport-info .chart-subtitle[data-v-f654f577],.airport-selection .charts-list-container .airports-list .airport-item .airport-info .airport-code[data-v-f654f577],.airport-selection .airports-list-container .charts-list .chart-item .chart-info .chart-subtitle[data-v-f654f577],.airport-selection .airports-list-container .charts-list .chart-item .chart-info .airport-code[data-v-f654f577],.airport-selection .airports-list-container .charts-list .chart-item .airport-info .chart-subtitle[data-v-f654f577],.airport-selection .airports-list-container .charts-list .chart-item .airport-info .airport-code[data-v-f654f577],.airport-selection .airports-list-container .charts-list .airport-item .chart-info .chart-subtitle[data-v-f654f577],.airport-selection .airports-list-container .charts-list .airport-item .chart-info .airport-code[data-v-f654f577],.airport-selection .airports-list-container .charts-list .airport-item .airport-info .chart-subtitle[data-v-f654f577],.airport-selection .airports-list-container .charts-list .airport-item .airport-info .airport-code[data-v-f654f577],.airport-selection .airports-list-container .airports-list .chart-item .chart-info .chart-subtitle[data-v-f654f577],.airport-selection .airports-list-container .airports-list .chart-item .chart-info .airport-code[data-v-f654f577],.airport-selection .airports-list-container .airports-list .chart-item .airport-info .chart-subtitle[data-v-f654f577],.airport-selection .airports-list-container .airports-list .chart-item .airport-info .airport-code[data-v-f654f577],.airport-selection .airports-list-container .airports-list .airport-item .chart-info .chart-subtitle[data-v-f654f577],.airport-selection .airports-list-container .airports-list .airport-item .chart-info .airport-code[data-v-f654f577],.airport-selection .airports-list-container .airports-list .airport-item .airport-info .chart-subtitle[data-v-f654f577],.airport-selection .airports-list-container .airports-list .airport-item .airport-info .airport-code[data-v-f654f577]{font-size:var(--font-size-xs);color:var(--text-secondary);line-height:1.2}.mobile-overlay[data-v-f654f577]{position:fixed;top:0;left:var(--nav-width-sidebar-sm);right:0;bottom:0;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1400;opacity:0;transition:opacity .4s ease;-webkit-transition:opacity .4s ease}.mobile-overlay.show[data-v-f654f577]{opacity:1}@keyframes fadeIn-f654f577{to{opacity:1}}.charts-list[data-v-f654f577]::-webkit-scrollbar,.airports-list[data-v-f654f577]::-webkit-scrollbar{width:8px}.charts-list[data-v-f654f577]::-webkit-scrollbar-track,.airports-list[data-v-f654f577]::-webkit-scrollbar-track{background:transparent}.charts-list[data-v-f654f577]::-webkit-scrollbar-thumb,.airports-list[data-v-f654f577]::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border-radius:4px;transition:all .3s ease}.charts-list[data-v-f654f577]::-webkit-scrollbar-thumb:hover,.airports-list[data-v-f654f577]::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,var(--secondary-blue),var(--primary-blue));box-shadow:0 0 8px #667eea80}@media (max-width: 767px){.charts-selection .selection-header[data-v-f654f577],.airport-selection .selection-header[data-v-f654f577]{padding:var(--spacing-sm) var(--spacing-md)}.charts-selection .selection-header .header-title[data-v-f654f577],.airport-selection .selection-header .header-title[data-v-f654f577]{font-size:var(--font-size-sm)}.charts-selection .charts-list .chart-item[data-v-f654f577],.charts-selection .airports-list .airport-item[data-v-f654f577],.airport-selection .charts-list .chart-item[data-v-f654f577],.airport-selection .airports-list .airport-item[data-v-f654f577]{padding:var(--spacing-xs) var(--spacing-md);margin:0 var(--spacing-xs)}.charts-selection .charts-list .chart-item .chart-info .chart-name[data-v-f654f577],.charts-selection .charts-list .chart-item .chart-info .airport-name[data-v-f654f577],.charts-selection .charts-list .chart-item .airport-info .chart-name[data-v-f654f577],.charts-selection .charts-list .chart-item .airport-info .airport-name[data-v-f654f577],.charts-selection .airports-list .airport-item .chart-info .chart-name[data-v-f654f577],.charts-selection .airports-list .airport-item .chart-info .airport-name[data-v-f654f577],.charts-selection .airports-list .airport-item .airport-info .chart-name[data-v-f654f577],.charts-selection .airports-list .airport-item .airport-info .airport-name[data-v-f654f577],.airport-selection .charts-list .chart-item .chart-info .chart-name[data-v-f654f577],.airport-selection .charts-list .chart-item .chart-info .airport-name[data-v-f654f577],.airport-selection .charts-list .chart-item .airport-info .chart-name[data-v-f654f577],.airport-selection .charts-list .chart-item .airport-info .airport-name[data-v-f654f577],.airport-selection .airports-list .airport-item .chart-info .chart-name[data-v-f654f577],.airport-selection .airports-list .airport-item .chart-info .airport-name[data-v-f654f577],.airport-selection .airports-list .airport-item .airport-info .chart-name[data-v-f654f577],.airport-selection .airports-list .airport-item .airport-info .airport-name[data-v-f654f577]{font-size:var(--font-size-sm)}.charts-selection .charts-list .chart-item .chart-info .chart-subtitle[data-v-f654f577],.charts-selection .charts-list .chart-item .chart-info .airport-code[data-v-f654f577],.charts-selection .charts-list .chart-item .airport-info .chart-subtitle[data-v-f654f577],.charts-selection .charts-list .chart-item .airport-info .airport-code[data-v-f654f577],.charts-selection .airports-list .airport-item .chart-info .chart-subtitle[data-v-f654f577],.charts-selection .airports-list .airport-item .chart-info .airport-code[data-v-f654f577],.charts-selection .airports-list .airport-item .airport-info .chart-subtitle[data-v-f654f577],.charts-selection .airports-list .airport-item .airport-info .airport-code[data-v-f654f577],.airport-selection .charts-list .chart-item .chart-info .chart-subtitle[data-v-f654f577],.airport-selection .charts-list .chart-item .chart-info .airport-code[data-v-f654f577],.airport-selection .charts-list .chart-item .airport-info .chart-subtitle[data-v-f654f577],.airport-selection .charts-list .chart-item .airport-info .airport-code[data-v-f654f577],.airport-selection .airports-list .airport-item .chart-info .chart-subtitle[data-v-f654f577],.airport-selection .airports-list .airport-item .chart-info .airport-code[data-v-f654f577],.airport-selection .airports-list .airport-item .airport-info .chart-subtitle[data-v-f654f577],.airport-selection .airports-list .airport-item .airport-info .airport-code[data-v-f654f577]{font-size:var(--font-size-xs)}}.charts-selection .airport-info-section[data-v-f654f577]{padding:var(--spacing-sm) var(--spacing-lg);border-bottom:1px solid var(--border-color);flex-shrink:0}.charts-selection .airport-info-section .airport-name[data-v-f654f577]{font-size:var(--font-size-sm);font-weight:500;color:var(--text-primary);display:flex;align-items:center;gap:var(--spacing-xs)}.charts-selection .airport-info-section .airport-name .updated-badge[data-v-f654f577]{display:flex;align-items:center;gap:2px;padding:1px var(--spacing-xs);background:var(--warning-yellow);color:var(--text-inverse);font-size:10px;font-weight:500;border-radius:var(--radius-sm)}@media (max-width: 767px){.charts-selection .airport-info-section[data-v-f654f577]{padding:var(--spacing-xs) var(--spacing-md)}}.annotationLayer{--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}@media screen and (forced-colors:active){.annotationLayer{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation{outline:var(--link-outline)}:is(.annotationLayer .linkAnnotation):hover{-webkit-backdrop-filter:var(--hcm-highlight-filter);backdrop-filter:var(--hcm-highlight-filter)}:is(.annotationLayer .linkAnnotation)>a:hover{opacity:0!important;background:0 0!important;box-shadow:none}.annotationLayer .popupAnnotation .popup{outline:calc(1.5px * var(--scale-factor)) solid CanvasText!important;background-color:ButtonFace!important;color:ButtonText!important}.annotationLayer .highlightArea:hover:after{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:var(--hcm-highlight-filter);backdrop-filter:var(--hcm-highlight-filter);content:"";pointer-events:none}.annotationLayer .popupAnnotation.focused .popup{outline:calc(3px * var(--scale-factor)) solid Highlight!important}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer.disabled .popup,.annotationLayer.disabled section{pointer-events:none}.annotationLayer .annotationContent{position:absolute;width:100%;height:100%;pointer-events:none}.freetext:is(.annotationLayer .annotationContent){background:0 0;border:none;inset:0;overflow:visible;white-space:nowrap;font:10px sans-serif;line-height:1.35;-webkit-user-select:none;-moz-user-select:none;user-select:none}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0}:is(.annotationLayer section):has(div.annotationContent) canvas.annotationContent{display:none}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton):not(.hasBorder)>a:hover{opacity:.2;background-color:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .linkAnnotation.hasBorder:hover{background-color:#ff03}.annotationLayer .hasBorder{background-size:100% 100%}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .textWidgetAnnotation :is(input,textarea){background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .textWidgetAnnotation [disabled]:is(input,textarea){background:0 0;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border-radius:2px}.annotationLayer .choiceWidgetAnnotation select:focus,.annotationLayer .textWidgetAnnotation :is(input,textarea):focus{background:0 0;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:25%;top:25%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{height:100%;width:100%}.annotationLayer .popupAnnotation{position:absolute;font-size:calc(9px * var(--scale-factor));pointer-events:none;width:-moz-max-content;width:max-content;max-width:45%;height:auto}.annotationLayer .popup{background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));outline:1.5px solid rgb(255 255 74);padding:calc(6px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popupAnnotation.focused .popup{outline-width:3px}.annotationLayer .popup *{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup>.header{display:inline-block}.annotationLayer .popup>.header h1{display:inline}.annotationLayer .popup>.header .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor));width:-moz-fit-content;width:fit-content}.annotationLayer .popupContent{border-top:1px solid rgb(51 51 51);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .popupTriggerArea{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}:is(.annotationLayer .annotationTextContent) span{width:100%;display:inline-block}.annotationLayer svg.quadrilateralsContainer{contain:strict;width:0;height:0;position:absolute;top:0;left:0;z-index:-1}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}#hiddenCopyElement,.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.textLayer{position:absolute;text-align:initial;inset:0;overflow:clip;opacity:1;line-height:1;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;caret-color:CanvasText;z-index:0}.textLayer.highlighting{touch-action:none}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;transform-origin:0% 0%}.textLayer .markedContent span:not(.markedContent),.textLayer>:not(.markedContent){z-index:1}.textLayer span.markedContent{top:0;height:0}.textLayer span[role=img]{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default}.textLayer .highlight{--highlight-bg-color:rgb(180 0 170 / .25);--highlight-selected-bg-color:rgb(0 100 0 / .25);--highlight-backdrop-filter:none;--highlight-selected-backdrop-filter:none}@media screen and (forced-colors:active){.textLayer .highlight{--highlight-bg-color:transparent;--highlight-selected-bg-color:transparent;--highlight-backdrop-filter:var(--hcm-highlight-filter);--highlight-selected-backdrop-filter:var(--hcm-highlight-selected-filter)}}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);-webkit-backdrop-filter:var(--highlight-backdrop-filter);backdrop-filter:var(--highlight-backdrop-filter);border-radius:4px}.appended:is(.textLayer .highlight){position:initial}.begin:is(.textLayer .highlight){border-radius:4px 0 0 4px}.end:is(.textLayer .highlight){border-radius:0 4px 4px 0}.middle:is(.textLayer .highlight){border-radius:0}.selected:is(.textLayer .highlight){background-color:var(--highlight-selected-bg-color);-webkit-backdrop-filter:var(--highlight-selected-backdrop-filter);backdrop-filter:var(--highlight-selected-backdrop-filter)}.textLayer ::-moz-selection{background:#0000ff40;background:color-mix(in srgb,AccentColor,transparent 75%)}.textLayer ::selection{background:#0000ff40;background:color-mix(in srgb,AccentColor,transparent 75%)}.textLayer br::-moz-selection{background:0 0}.textLayer br::selection{background:0 0}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.pdf-viewer-container[data-v-05eeb998]{display:flex;height:100vh;background:var(--primary-bg);position:relative}.pdf-content[data-v-05eeb998]{flex:1;display:flex;justify-content:center;overflow:auto;position:relative;background:var(--secondary-bg);-webkit-user-select:none;user-select:none;overflow:hidden;align-items:center;cursor:grab}.pdf-content.is-dragging[data-v-05eeb998]{cursor:grabbing}.pdf-content .pdf-wrapper[data-v-05eeb998]{display:inline-block;cursor:inherit}.pdf-content .pdf-wrapper .pdf-embed[data-v-05eeb998]{max-width:none;max-height:none;border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-heavy);background:#fff;display:block;cursor:inherit}.pdf-content .pdf-wrapper .pdf-embed[data-v-05eeb998] .textLayer,.pdf-content .pdf-wrapper .pdf-embed[data-v-05eeb998] .textLayer span{cursor:inherit!important;-webkit-user-select:none!important;user-select:none!important}.pdf-content .pdf-wrapper .pdf-embed[data-v-05eeb998] .annotationLayer{cursor:inherit!important}.pdf-content .loading-overlay[data-v-05eeb998],.pdf-content .error-overlay[data-v-05eeb998]{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--content-bg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10}.pdf-content .loading-overlay .loading-text[data-v-05eeb998],.pdf-content .loading-overlay .error-text[data-v-05eeb998],.pdf-content .error-overlay .loading-text[data-v-05eeb998],.pdf-content .error-overlay .error-text[data-v-05eeb998]{margin-top:var(--spacing-md);color:var(--text-secondary);font-size:var(--font-size-md);text-align:center}.pdf-content .loading-overlay .error-icon[data-v-05eeb998],.pdf-content .error-overlay .error-icon[data-v-05eeb998]{color:var(--error-red)}.pdf-content .loading-overlay .retry-btn[data-v-05eeb998],.pdf-content .error-overlay .retry-btn[data-v-05eeb998]{margin-top:var(--spacing-lg);display:flex;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-sm) var(--spacing-md);background:var(--primary-blue);color:var(--text-inverse);border:none;border-radius:var(--radius-md);font-size:var(--font-size-sm);cursor:pointer;transition:all .2s ease}.pdf-content .loading-overlay .retry-btn[data-v-05eeb998]:hover,.pdf-content .error-overlay .retry-btn[data-v-05eeb998]:hover{background:var(--secondary-blue);transform:translateY(-1px)}.pdf-controls[data-v-05eeb998]{position:absolute;right:0;top:50%;transform:translateY(-50%);width:56px;background:var(--nav-bg);border:1px solid var(--nav-border-color);border-radius:12px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:var(--spacing-md) var(--spacing-xs);gap:var(--spacing-xs);overflow-y:auto;z-index:var(--z-nav);-webkit-user-select:none;user-select:none;box-shadow:0 4px 12px #00000026}.pdf-controls .page-controls[data-v-05eeb998],.pdf-controls .zoom-controls[data-v-05eeb998],.pdf-controls .rotation-controls[data-v-05eeb998],.pdf-controls .fit-controls[data-v-05eeb998],.pdf-controls .download-controls[data-v-05eeb998]{display:flex;flex-direction:column;gap:var(--spacing-xs)}.pdf-controls .control-btn[data-v-05eeb998]{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--nav-border-color);border-radius:var(--radius-sm);color:var(--nav-text);cursor:pointer;transition:all .2s ease;font-size:14px}.pdf-controls .control-btn[data-v-05eeb998]:hover:not(:disabled){background:var(--nav-hover-bg);color:var(--nav-accent);border-color:var(--nav-accent);transform:translateY(-1px)}.pdf-controls .control-btn[data-v-05eeb998]:active:not(:disabled){transform:translateY(0)}.pdf-controls .control-btn[data-v-05eeb998]:disabled{opacity:.4;cursor:not-allowed}.pdf-controls .page-info[data-v-05eeb998]{display:flex;justify-content:center;align-items:center;gap:1px;padding:4px 2px;background:var(--nav-hover-bg);border-radius:var(--radius-xs)}.pdf-controls .page-info .page-display[data-v-05eeb998]{width:28px;text-align:center;color:var(--nav-text);font-size:10px;line-height:1.2;font-weight:500}.pdf-controls .page-info .page-separator[data-v-05eeb998]{color:var(--nav-text-secondary);font-size:9px;font-weight:500}.pdf-controls .page-info .total-pages[data-v-05eeb998]{color:var(--nav-text);font-size:9px;font-weight:600}.pdf-controls .zoom-info[data-v-05eeb998]{display:flex;align-items:center;justify-content:center;padding:2px;background:var(--nav-hover-bg);border-radius:var(--radius-xs)}.pdf-controls .zoom-info .zoom-level[data-v-05eeb998]{color:var(--nav-text);font-size:9px;font-weight:600}.pdf-controls .control-divider[data-v-05eeb998]{height:1px;background:var(--nav-border-color);margin:var(--spacing-sm) 0}@media (max-width: 1023px){.pdf-controls[data-v-05eeb998]{width:48px;padding:var(--spacing-sm) var(--spacing-xs);border-radius:10px}.pdf-controls .control-btn[data-v-05eeb998]{width:32px;height:32px}.pdf-controls .page-info .page-display[data-v-05eeb998]{width:24px;font-size:9px}}@media (max-width: 767px){.pdf-controls[data-v-05eeb998]{position:fixed;right:0;top:50%;transform:translateY(-50%);width:48px;height:auto;flex-direction:column;overflow-y:auto;padding:var(--spacing-md) var(--spacing-xs);border-radius:8px 0 0 8px;box-shadow:-2px 0 8px #00000026}.pdf-controls .page-controls[data-v-05eeb998],.pdf-controls .zoom-controls[data-v-05eeb998],.pdf-controls .rotation-controls[data-v-05eeb998],.pdf-controls .fit-controls[data-v-05eeb998],.pdf-controls .download-controls[data-v-05eeb998]{flex-direction:column;flex-shrink:0}.pdf-controls .control-divider[data-v-05eeb998]{width:32px;height:1px;margin:var(--spacing-sm) 0}}.pdf-controls[data-v-05eeb998]::-webkit-scrollbar{width:4px;height:4px}.pdf-controls[data-v-05eeb998]::-webkit-scrollbar-track{background:transparent}.pdf-controls[data-v-05eeb998]::-webkit-scrollbar-thumb{background:var(--nav-border-color);border-radius:2px}.pdf-controls[data-v-05eeb998]::-webkit-scrollbar-thumb:hover{background:var(--nav-text-secondary)}.large-file-warning[data-v-05eeb998]{display:flex;align-items:flex-start;justify-content:center;height:100%;padding:20vh var(--spacing-xl) var(--spacing-xl)}.large-file-warning .warning-content[data-v-05eeb998]{text-align:center;max-width:500px;width:100%}.large-file-warning .warning-content p[data-v-05eeb998]{margin:var(--spacing-sm) 0;color:var(--text-secondary);line-height:1.5}.large-file-warning .warning-content .warning-actions[data-v-05eeb998]{display:flex;gap:var(--spacing-md);justify-content:center;margin-top:var(--spacing-lg)}@media (max-width: 767px){.large-file-warning .warning-content .warning-actions[data-v-05eeb998]{flex-direction:column;align-items:center}}.iframe-mode[data-v-05eeb998]{width:100%;height:100%;position:relative}.iframe-mode .pdf-iframe[data-v-05eeb998]{width:100%;height:100%;border:none;background:#fff}.airport-view[data-v-fbdcc5a4]{position:relative;width:100%;height:100%;display:flex}.airport-view .mobile-subnav-container[data-v-fbdcc5a4]{position:fixed;left:0;top:calc(var(--header-height) + var(--safe-area-inset-top));bottom:var(--bottom-nav-height);width:var(--nav-width-sidebar-sm);background:var(--secondary-bg);border-right:1px solid var(--border-color);z-index:100;overflow-y:auto;overflow-x:hidden}[data-theme=dark] .airport-view .mobile-subnav-container[data-v-fbdcc5a4]{background:#1e293bfa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.airport-content[data-v-fbdcc5a4]{flex:1;height:100%;overflow:hidden}@media (max-width: 767px){.airport-content.has-subnav[data-v-fbdcc5a4]{margin-left:var(--nav-width-sidebar-sm);width:calc(100% - var(--nav-width-sidebar-sm))}}.airport-content .default-content[data-v-fbdcc5a4]{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-lg);text-align:center}.airport-content .default-content h1[data-v-fbdcc5a4]{color:var(--text-primary);margin:0 0 var(--spacing-md) 0;font-size:var(--font-size-xl)}.airport-content .default-content p[data-v-fbdcc5a4]{color:var(--text-secondary);margin:0;font-size:var(--font-size-md)}.default-content[data-v-cf59061f]{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-lg);text-align:center}.default-content h1[data-v-cf59061f]{color:var(--text-primary);margin:0 0 var(--spacing-md) 0;font-size:var(--font-size-xl)}.default-content p[data-v-cf59061f]{color:var(--text-secondary);margin:0;font-size:var(--font-size-md)}[data-v-cf59061f] .sup-view,[data-v-cf59061f] .aic-view,[data-v-cf59061f] .notam-view,[data-v-cf59061f] .enroute-view{position:relative;width:100%;height:100%}[data-v-cf59061f] .sup-content,[data-v-cf59061f] .aic-content,[data-v-cf59061f] .notam-content,[data-v-cf59061f] .enroute-content{height:100%;overflow:hidden}.charts-selection-wrapper[data-v-2b943162]{position:relative}.charts-selection[data-v-2b943162],.airport-selection[data-v-2b943162]{background:var(--secondary-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-heavy);display:flex;flex-direction:column;opacity:0}.charts-selection.show[data-v-2b943162],.airport-selection.show[data-v-2b943162]{opacity:1}.charts-selection.desktop[data-v-2b943162],.airport-selection.desktop[data-v-2b943162]{position:fixed;top:calc(var(--header-height) + var(--safe-area-inset-top));left:var(--nav-width-sidebar-md);width:360px;height:calc(100vh - var(--header-height) - var(--safe-area-inset-top) - 40px);margin:var(--spacing-lg) 0;z-index:1500;transform:translate(-120%) scale(.95);transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}.charts-selection.desktop.show[data-v-2b943162],.airport-selection.desktop.show[data-v-2b943162]{transform:translate(0) scale(1);opacity:1}@media (min-width: 1920px){.charts-selection.desktop[data-v-2b943162],.airport-selection.desktop[data-v-2b943162]{left:var(--nav-width-sidebar-xl)}}@media (min-width: 1440px) and (max-width: 1919px){.charts-selection.desktop[data-v-2b943162],.airport-selection.desktop[data-v-2b943162]{left:var(--nav-width-sidebar-lg)}}@media (min-width: 768px) and (max-width: 1023px){.charts-selection.desktop[data-v-2b943162],.airport-selection.desktop[data-v-2b943162]{width:320px;left:var(--nav-width-sidebar-sm)}}.charts-selection.mobile[data-v-2b943162],.airport-selection.mobile[data-v-2b943162]{position:fixed;left:var(--nav-width-sidebar-sm);right:0;bottom:0;top:auto;width:calc(100% - var(--nav-width-sidebar-sm));height:75vh;max-height:75vh;z-index:1500;border-radius:var(--radius-lg) var(--radius-lg) 0 0;transform:translateY(100%) scale(.95);-webkit-transform:translateY(100%) scale(.95);transition:all .4s cubic-bezier(.68,-.55,.265,1.55);-webkit-transition:all .4s cubic-bezier(.68,-.55,.265,1.55);will-change:transform,opacity}.charts-selection.mobile.show[data-v-2b943162],.airport-selection.mobile.show[data-v-2b943162]{transform:translateY(0) scale(1);-webkit-transform:translateY(0) scale(1);opacity:1}.charts-selection .selection-header[data-v-2b943162],.airport-selection .selection-header[data-v-2b943162]{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-md) var(--spacing-lg) var(--spacing-sm);border-bottom:1px solid var(--border-color);flex-shrink:0;background:linear-gradient(135deg,#667eea0d,#764ba20d)}.charts-selection .selection-header .header-title[data-v-2b943162],.airport-selection .selection-header .header-title[data-v-2b943162]{font-size:var(--font-size-md);font-weight:600;color:var(--text-primary);margin:0;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.charts-selection .selection-header .close-btn[data-v-2b943162],.airport-selection .selection-header .close-btn[data-v-2b943162]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.charts-selection .selection-header .close-btn[data-v-2b943162]:before,.airport-selection .selection-header .close-btn[data-v-2b943162]:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:radial-gradient(circle,rgba(102,126,234,.2) 0%,transparent 70%);transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.charts-selection .selection-header .close-btn[data-v-2b943162]:hover,.airport-selection .selection-header .close-btn[data-v-2b943162]:hover{background:var(--hover-bg);color:var(--primary-blue);transform:rotate(90deg) scale(1.1)}.charts-selection .selection-header .close-btn[data-v-2b943162]:hover:before,.airport-selection .selection-header .close-btn[data-v-2b943162]:hover:before{width:60px;height:60px}.charts-selection .charts-list-container[data-v-2b943162],.charts-selection .airports-list-container[data-v-2b943162],.airport-selection .charts-list-container[data-v-2b943162],.airport-selection .airports-list-container[data-v-2b943162]{flex:1;overflow:hidden;display:flex;flex-direction:column}.charts-selection .charts-list-container .loading-state[data-v-2b943162],.charts-selection .charts-list-container .error-state[data-v-2b943162],.charts-selection .charts-list-container .empty-state[data-v-2b943162],.charts-selection .airports-list-container .loading-state[data-v-2b943162],.charts-selection .airports-list-container .error-state[data-v-2b943162],.charts-selection .airports-list-container .empty-state[data-v-2b943162],.airport-selection .charts-list-container .loading-state[data-v-2b943162],.airport-selection .charts-list-container .error-state[data-v-2b943162],.airport-selection .charts-list-container .empty-state[data-v-2b943162],.airport-selection .airports-list-container .loading-state[data-v-2b943162],.airport-selection .airports-list-container .error-state[data-v-2b943162],.airport-selection .airports-list-container .empty-state[data-v-2b943162]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-lg);text-align:center;flex:1}.charts-selection .charts-list-container .loading-state .loading-text[data-v-2b943162],.charts-selection .charts-list-container .loading-state .error-text[data-v-2b943162],.charts-selection .charts-list-container .loading-state .empty-text[data-v-2b943162],.charts-selection .charts-list-container .error-state .loading-text[data-v-2b943162],.charts-selection .charts-list-container .error-state .error-text[data-v-2b943162],.charts-selection .charts-list-container .error-state .empty-text[data-v-2b943162],.charts-selection .charts-list-container .empty-state .loading-text[data-v-2b943162],.charts-selection .charts-list-container .empty-state .error-text[data-v-2b943162],.charts-selection .charts-list-container .empty-state .empty-text[data-v-2b943162],.charts-selection .airports-list-container .loading-state .loading-text[data-v-2b943162],.charts-selection .airports-list-container .loading-state .error-text[data-v-2b943162],.charts-selection .airports-list-container .loading-state .empty-text[data-v-2b943162],.charts-selection .airports-list-container .error-state .loading-text[data-v-2b943162],.charts-selection .airports-list-container .error-state .error-text[data-v-2b943162],.charts-selection .airports-list-container .error-state .empty-text[data-v-2b943162],.charts-selection .airports-list-container .empty-state .loading-text[data-v-2b943162],.charts-selection .airports-list-container .empty-state .error-text[data-v-2b943162],.charts-selection .airports-list-container .empty-state .empty-text[data-v-2b943162],.airport-selection .charts-list-container .loading-state .loading-text[data-v-2b943162],.airport-selection .charts-list-container .loading-state .error-text[data-v-2b943162],.airport-selection .charts-list-container .loading-state .empty-text[data-v-2b943162],.airport-selection .charts-list-container .error-state .loading-text[data-v-2b943162],.airport-selection .charts-list-container .error-state .error-text[data-v-2b943162],.airport-selection .charts-list-container .error-state .empty-text[data-v-2b943162],.airport-selection .charts-list-container .empty-state .loading-text[data-v-2b943162],.airport-selection .charts-list-container .empty-state .error-text[data-v-2b943162],.airport-selection .charts-list-container .empty-state .empty-text[data-v-2b943162],.airport-selection .airports-list-container .loading-state .loading-text[data-v-2b943162],.airport-selection .airports-list-container .loading-state .error-text[data-v-2b943162],.airport-selection .airports-list-container .loading-state .empty-text[data-v-2b943162],.airport-selection .airports-list-container .error-state .loading-text[data-v-2b943162],.airport-selection .airports-list-container .error-state .error-text[data-v-2b943162],.airport-selection .airports-list-container .error-state .empty-text[data-v-2b943162],.airport-selection .airports-list-container .empty-state .loading-text[data-v-2b943162],.airport-selection .airports-list-container .empty-state .error-text[data-v-2b943162],.airport-selection .airports-list-container .empty-state .empty-text[data-v-2b943162]{margin-top:var(--spacing-sm);color:var(--text-secondary);font-size:var(--font-size-sm)}.charts-selection .charts-list-container .loading-state .error-icon[data-v-2b943162],.charts-selection .charts-list-container .loading-state .empty-icon[data-v-2b943162],.charts-selection .charts-list-container .error-state .error-icon[data-v-2b943162],.charts-selection .charts-list-container .error-state .empty-icon[data-v-2b943162],.charts-selection .charts-list-container .empty-state .error-icon[data-v-2b943162],.charts-selection .charts-list-container .empty-state .empty-icon[data-v-2b943162],.charts-selection .airports-list-container .loading-state .error-icon[data-v-2b943162],.charts-selection .airports-list-container .loading-state .empty-icon[data-v-2b943162],.charts-selection .airports-list-container .error-state .error-icon[data-v-2b943162],.charts-selection .airports-list-container .error-state .empty-icon[data-v-2b943162],.charts-selection .airports-list-container .empty-state .error-icon[data-v-2b943162],.charts-selection .airports-list-container .empty-state .empty-icon[data-v-2b943162],.airport-selection .charts-list-container .loading-state .error-icon[data-v-2b943162],.airport-selection .charts-list-container .loading-state .empty-icon[data-v-2b943162],.airport-selection .charts-list-container .error-state .error-icon[data-v-2b943162],.airport-selection .charts-list-container .error-state .empty-icon[data-v-2b943162],.airport-selection .charts-list-container .empty-state .error-icon[data-v-2b943162],.airport-selection .charts-list-container .empty-state .empty-icon[data-v-2b943162],.airport-selection .airports-list-container .loading-state .error-icon[data-v-2b943162],.airport-selection .airports-list-container .loading-state .empty-icon[data-v-2b943162],.airport-selection .airports-list-container .error-state .error-icon[data-v-2b943162],.airport-selection .airports-list-container .error-state .empty-icon[data-v-2b943162],.airport-selection .airports-list-container .empty-state .error-icon[data-v-2b943162],.airport-selection .airports-list-container .empty-state .empty-icon[data-v-2b943162]{color:var(--text-muted);margin-bottom:var(--spacing-sm);animation:float 3s ease-in-out infinite}.charts-selection .charts-list-container .loading-state .retry-btn[data-v-2b943162],.charts-selection .charts-list-container .error-state .retry-btn[data-v-2b943162],.charts-selection .charts-list-container .empty-state .retry-btn[data-v-2b943162],.charts-selection .airports-list-container .loading-state .retry-btn[data-v-2b943162],.charts-selection .airports-list-container .error-state .retry-btn[data-v-2b943162],.charts-selection .airports-list-container .empty-state .retry-btn[data-v-2b943162],.airport-selection .charts-list-container .loading-state .retry-btn[data-v-2b943162],.airport-selection .charts-list-container .error-state .retry-btn[data-v-2b943162],.airport-selection .charts-list-container .empty-state .retry-btn[data-v-2b943162],.airport-selection .airports-list-container .loading-state .retry-btn[data-v-2b943162],.airport-selection .airports-list-container .error-state .retry-btn[data-v-2b943162],.airport-selection .airports-list-container .empty-state .retry-btn[data-v-2b943162]{margin-top:var(--spacing-md);display:flex;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-sm);background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:var(--text-inverse);border:none;border-radius:var(--radius-sm);font-size:var(--font-size-xs);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #667eea4d}.charts-selection .charts-list-container .loading-state .retry-btn[data-v-2b943162]:hover,.charts-selection .charts-list-container .error-state .retry-btn[data-v-2b943162]:hover,.charts-selection .charts-list-container .empty-state .retry-btn[data-v-2b943162]:hover,.charts-selection .airports-list-container .loading-state .retry-btn[data-v-2b943162]:hover,.charts-selection .airports-list-container .error-state .retry-btn[data-v-2b943162]:hover,.charts-selection .airports-list-container .empty-state .retry-btn[data-v-2b943162]:hover,.airport-selection .charts-list-container .loading-state .retry-btn[data-v-2b943162]:hover,.airport-selection .charts-list-container .error-state .retry-btn[data-v-2b943162]:hover,.airport-selection .charts-list-container .empty-state .retry-btn[data-v-2b943162]:hover,.airport-selection .airports-list-container .loading-state .retry-btn[data-v-2b943162]:hover,.airport-selection .airports-list-container .error-state .retry-btn[data-v-2b943162]:hover,.airport-selection .airports-list-container .empty-state .retry-btn[data-v-2b943162]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.charts-selection .charts-list-container .loading-state .retry-btn[data-v-2b943162]:active,.charts-selection .charts-list-container .error-state .retry-btn[data-v-2b943162]:active,.charts-selection .charts-list-container .empty-state .retry-btn[data-v-2b943162]:active,.charts-selection .airports-list-container .loading-state .retry-btn[data-v-2b943162]:active,.charts-selection .airports-list-container .error-state .retry-btn[data-v-2b943162]:active,.charts-selection .airports-list-container .empty-state .retry-btn[data-v-2b943162]:active,.airport-selection .charts-list-container .loading-state .retry-btn[data-v-2b943162]:active,.airport-selection .charts-list-container .error-state .retry-btn[data-v-2b943162]:active,.airport-selection .charts-list-container .empty-state .retry-btn[data-v-2b943162]:active,.airport-selection .airports-list-container .loading-state .retry-btn[data-v-2b943162]:active,.airport-selection .airports-list-container .error-state .retry-btn[data-v-2b943162]:active,.airport-selection .airports-list-container .empty-state .retry-btn[data-v-2b943162]:active{transform:translateY(0)}.charts-selection .charts-list-container .charts-list[data-v-2b943162],.charts-selection .charts-list-container .airports-list[data-v-2b943162],.charts-selection .airports-list-container .charts-list[data-v-2b943162],.charts-selection .airports-list-container .airports-list[data-v-2b943162],.airport-selection .charts-list-container .charts-list[data-v-2b943162],.airport-selection .charts-list-container .airports-list[data-v-2b943162],.airport-selection .airports-list-container .charts-list[data-v-2b943162],.airport-selection .airports-list-container .airports-list[data-v-2b943162]{flex:1;overflow-y:auto;overflow-x:hidden;word-break:break-all;padding:var(--spacing-xs) 0}.charts-selection .charts-list-container .charts-list .section-group[data-v-2b943162],.charts-selection .charts-list-container .airports-list .section-group[data-v-2b943162],.charts-selection .airports-list-container .charts-list .section-group[data-v-2b943162],.charts-selection .airports-list-container .airports-list .section-group[data-v-2b943162],.airport-selection .charts-list-container .charts-list .section-group[data-v-2b943162],.airport-selection .charts-list-container .airports-list .section-group[data-v-2b943162],.airport-selection .airports-list-container .charts-list .section-group[data-v-2b943162],.airport-selection .airports-list-container .airports-list .section-group[data-v-2b943162]{margin-bottom:var(--spacing-md);animation:slideInLeft .4s ease-out backwards}.charts-selection .charts-list-container .charts-list .section-group[data-v-2b943162]:nth-child(1),.charts-selection .charts-list-container .airports-list .section-group[data-v-2b943162]:nth-child(1),.charts-selection .airports-list-container .charts-list .section-group[data-v-2b943162]:nth-child(1),.charts-selection .airports-list-container .airports-list .section-group[data-v-2b943162]:nth-child(1),.airport-selection .charts-list-container .charts-list .section-group[data-v-2b943162]:nth-child(1),.airport-selection .charts-list-container .airports-list .section-group[data-v-2b943162]:nth-child(1),.airport-selection .airports-list-container .charts-list .section-group[data-v-2b943162]:nth-child(1),.airport-selection .airports-list-container .airports-list .section-group[data-v-2b943162]:nth-child(1){animation-delay:.05s}.charts-selection .charts-list-container .charts-list .section-group[data-v-2b943162]:nth-child(2),.charts-selection .charts-list-container .airports-list .section-group[data-v-2b943162]:nth-child(2),.charts-selection .airports-list-container .charts-list .section-group[data-v-2b943162]:nth-child(2),.charts-selection .airports-list-container .airports-list .section-group[data-v-2b943162]:nth-child(2),.airport-selection .charts-list-container .charts-list .section-group[data-v-2b943162]:nth-child(2),.airport-selection .charts-list-container .airports-list .section-group[data-v-2b943162]:nth-child(2),.airport-selection .airports-list-container .charts-list .section-group[data-v-2b943162]:nth-child(2),.airport-selection .airports-list-container .airports-list .section-group[data-v-2b943162]:nth-child(2){animation-delay:.1s}.charts-selection .charts-list-container .charts-list .section-group[data-v-2b943162]:nth-child(3),.charts-selection .charts-list-container .airports-list .section-group[data-v-2b943162]:nth-child(3),.charts-selection .airports-list-container .charts-list .section-group[data-v-2b943162]:nth-child(3),.charts-selection .airports-list-container .airports-list .section-group[data-v-2b943162]:nth-child(3),.airport-selection .charts-list-container .charts-list .section-group[data-v-2b943162]:nth-child(3),.airport-selection .charts-list-container .airports-list .section-group[data-v-2b943162]:nth-child(3),.airport-selection .airports-list-container .charts-list .section-group[data-v-2b943162]:nth-child(3),.airport-selection .airports-list-container .airports-list .section-group[data-v-2b943162]:nth-child(3){animation-delay:.15s}.charts-selection .charts-list-container .charts-list .section-group[data-v-2b943162]:nth-child(4),.charts-selection .charts-list-container .airports-list .section-group[data-v-2b943162]:nth-child(4),.charts-selection .airports-list-container .charts-list .section-group[data-v-2b943162]:nth-child(4),.charts-selection .airports-list-container .airports-list .section-group[data-v-2b943162]:nth-child(4),.airport-selection .charts-list-container .charts-list .section-group[data-v-2b943162]:nth-child(4),.airport-selection .charts-list-container .airports-list .section-group[data-v-2b943162]:nth-child(4),.airport-selection .airports-list-container .charts-list .section-group[data-v-2b943162]:nth-child(4),.airport-selection .airports-list-container .airports-list .section-group[data-v-2b943162]:nth-child(4){animation-delay:.2s}.charts-selection .charts-list-container .charts-list .section-group[data-v-2b943162]:nth-child(5),.charts-selection .charts-list-container .airports-list .section-group[data-v-2b943162]:nth-child(5),.charts-selection .airports-list-container .charts-list .section-group[data-v-2b943162]:nth-child(5),.charts-selection .airports-list-container .airports-list .section-group[data-v-2b943162]:nth-child(5),.airport-selection .charts-list-container .charts-list .section-group[data-v-2b943162]:nth-child(5),.airport-selection .charts-list-container .airports-list .section-group[data-v-2b943162]:nth-child(5),.airport-selection .airports-list-container .charts-list .section-group[data-v-2b943162]:nth-child(5),.airport-selection .airports-list-container .airports-list .section-group[data-v-2b943162]:nth-child(5){animation-delay:.25s}.charts-selection .charts-list-container .charts-list .section-group[data-v-2b943162]:nth-child(6),.charts-selection .charts-list-container .airports-list .section-group[data-v-2b943162]:nth-child(6),.charts-selection .airports-list-container .charts-list .section-group[data-v-2b943162]:nth-child(6),.charts-selection .airports-list-container .airports-list .section-group[data-v-2b943162]:nth-child(6),.airport-selection .charts-list-container .charts-list .section-group[data-v-2b943162]:nth-child(6),.airport-selection .charts-list-container .airports-list .section-group[data-v-2b943162]:nth-child(6),.airport-selection .airports-list-container .charts-list .section-group[data-v-2b943162]:nth-child(6),.airport-selection .airports-list-container .airports-list .section-group[data-v-2b943162]:nth-child(6){animation-delay:.3s}.charts-selection .charts-list-container .charts-list .section-group[data-v-2b943162]:nth-child(7),.charts-selection .charts-list-container .airports-list .section-group[data-v-2b943162]:nth-child(7),.charts-selection .airports-list-container .charts-list .section-group[data-v-2b943162]:nth-child(7),.charts-selection .airports-list-container .airports-list .section-group[data-v-2b943162]:nth-child(7),.airport-selection .charts-list-container .charts-list .section-group[data-v-2b943162]:nth-child(7),.airport-selection .charts-list-container .airports-list .section-group[data-v-2b943162]:nth-child(7),.airport-selection .airports-list-container .charts-list .section-group[data-v-2b943162]:nth-child(7),.airport-selection .airports-list-container .airports-list .section-group[data-v-2b943162]:nth-child(7){animation-delay:.35s}.charts-selection .charts-list-container .charts-list .section-group[data-v-2b943162]:nth-child(8),.charts-selection .charts-list-container .airports-list .section-group[data-v-2b943162]:nth-child(8),.charts-selection .airports-list-container .charts-list .section-group[data-v-2b943162]:nth-child(8),.charts-selection .airports-list-container .airports-list .section-group[data-v-2b943162]:nth-child(8),.airport-selection .charts-list-container .charts-list .section-group[data-v-2b943162]:nth-child(8),.airport-selection .charts-list-container .airports-list .section-group[data-v-2b943162]:nth-child(8),.airport-selection .airports-list-container .charts-list .section-group[data-v-2b943162]:nth-child(8),.airport-selection .airports-list-container .airports-list .section-group[data-v-2b943162]:nth-child(8){animation-delay:.4s}.charts-selection .charts-list-container .charts-list .section-group[data-v-2b943162]:nth-child(9),.charts-selection .charts-list-container .airports-list .section-group[data-v-2b943162]:nth-child(9),.charts-selection .airports-list-container .charts-list .section-group[data-v-2b943162]:nth-child(9),.charts-selection .airports-list-container .airports-list .section-group[data-v-2b943162]:nth-child(9),.airport-selection .charts-list-container .charts-list .section-group[data-v-2b943162]:nth-child(9),.airport-selection .charts-list-container .airports-list .section-group[data-v-2b943162]:nth-child(9),.airport-selection .airports-list-container .charts-list .section-group[data-v-2b943162]:nth-child(9),.airport-selection .airports-list-container .airports-list .section-group[data-v-2b943162]:nth-child(9){animation-delay:.45s}.charts-selection .charts-list-container .charts-list .section-group[data-v-2b943162]:nth-child(10),.charts-selection .charts-list-container .airports-list .section-group[data-v-2b943162]:nth-child(10),.charts-selection .airports-list-container .charts-list .section-group[data-v-2b943162]:nth-child(10),.charts-selection .airports-list-container .airports-list .section-group[data-v-2b943162]:nth-child(10),.airport-selection .charts-list-container .charts-list .section-group[data-v-2b943162]:nth-child(10),.airport-selection .charts-list-container .airports-list .section-group[data-v-2b943162]:nth-child(10),.airport-selection .airports-list-container .charts-list .section-group[data-v-2b943162]:nth-child(10),.airport-selection .airports-list-container .airports-list .section-group[data-v-2b943162]:nth-child(10){animation-delay:.5s}.charts-selection .charts-list-container .charts-list .section-group .section-header[data-v-2b943162],.charts-selection .charts-list-container .airports-list .section-group .section-header[data-v-2b943162],.charts-selection .airports-list-container .charts-list .section-group .section-header[data-v-2b943162],.charts-selection .airports-list-container .airports-list .section-group .section-header[data-v-2b943162],.airport-selection .charts-list-container .charts-list .section-group .section-header[data-v-2b943162],.airport-selection .charts-list-container .airports-list .section-group .section-header[data-v-2b943162],.airport-selection .airports-list-container .charts-list .section-group .section-header[data-v-2b943162],.airport-selection .airports-list-container .airports-list .section-group .section-header[data-v-2b943162]{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-lg);margin:0 var(--spacing-sm);background:var(--hover-bg);border-radius:var(--radius-md);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.charts-selection .charts-list-container .charts-list .section-group .section-header[data-v-2b943162]:before,.charts-selection .charts-list-container .airports-list .section-group .section-header[data-v-2b943162]:before,.charts-selection .airports-list-container .charts-list .section-group .section-header[data-v-2b943162]:before,.charts-selection .airports-list-container .airports-list .section-group .section-header[data-v-2b943162]:before,.airport-selection .charts-list-container .charts-list .section-group .section-header[data-v-2b943162]:before,.airport-selection .charts-list-container .airports-list .section-group .section-header[data-v-2b943162]:before,.airport-selection .airports-list-container .charts-list .section-group .section-header[data-v-2b943162]:before,.airport-selection .airports-list-container .airports-list .section-group .section-header[data-v-2b943162]:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));transform:scaleY(0);transition:transform .3s ease}.charts-selection .charts-list-container .charts-list .section-group .section-header[data-v-2b943162]:hover,.charts-selection .charts-list-container .airports-list .section-group .section-header[data-v-2b943162]:hover,.charts-selection .airports-list-container .charts-list .section-group .section-header[data-v-2b943162]:hover,.charts-selection .airports-list-container .airports-list .section-group .section-header[data-v-2b943162]:hover,.airport-selection .charts-list-container .charts-list .section-group .section-header[data-v-2b943162]:hover,.airport-selection .charts-list-container .airports-list .section-group .section-header[data-v-2b943162]:hover,.airport-selection .airports-list-container .charts-list .section-group .section-header[data-v-2b943162]:hover,.airport-selection .airports-list-container .airports-list .section-group .section-header[data-v-2b943162]:hover{background:var(--nav-active-bg);transform:translate(4px)}.charts-selection .charts-list-container .charts-list .section-group .section-header[data-v-2b943162]:hover:before,.charts-selection .charts-list-container .airports-list .section-group .section-header[data-v-2b943162]:hover:before,.charts-selection .airports-list-container .charts-list .section-group .section-header[data-v-2b943162]:hover:before,.charts-selection .airports-list-container .airports-list .section-group .section-header[data-v-2b943162]:hover:before,.airport-selection .charts-list-container .charts-list .section-group .section-header[data-v-2b943162]:hover:before,.airport-selection .charts-list-container .airports-list .section-group .section-header[data-v-2b943162]:hover:before,.airport-selection .airports-list-container .charts-list .section-group .section-header[data-v-2b943162]:hover:before,.airport-selection .airports-list-container .airports-list .section-group .section-header[data-v-2b943162]:hover:before{transform:scaleY(1)}.charts-selection .charts-list-container .charts-list .section-group .section-header .section-icon[data-v-2b943162],.charts-selection .charts-list-container .airports-list .section-group .section-header .section-icon[data-v-2b943162],.charts-selection .airports-list-container .charts-list .section-group .section-header .section-icon[data-v-2b943162],.charts-selection .airports-list-container .airports-list .section-group .section-header .section-icon[data-v-2b943162],.airport-selection .charts-list-container .charts-list .section-group .section-header .section-icon[data-v-2b943162],.airport-selection .charts-list-container .airports-list .section-group .section-header .section-icon[data-v-2b943162],.airport-selection .airports-list-container .charts-list .section-group .section-header .section-icon[data-v-2b943162],.airport-selection .airports-list-container .airports-list .section-group .section-header .section-icon[data-v-2b943162]{color:var(--text-secondary);transition:transform .3s cubic-bezier(.68,-.55,.265,1.55)}.charts-selection .charts-list-container .charts-list .section-group .section-header .section-icon.expanded[data-v-2b943162],.charts-selection .charts-list-container .airports-list .section-group .section-header .section-icon.expanded[data-v-2b943162],.charts-selection .airports-list-container .charts-list .section-group .section-header .section-icon.expanded[data-v-2b943162],.charts-selection .airports-list-container .airports-list .section-group .section-header .section-icon.expanded[data-v-2b943162],.airport-selection .charts-list-container .charts-list .section-group .section-header .section-icon.expanded[data-v-2b943162],.airport-selection .charts-list-container .airports-list .section-group .section-header .section-icon.expanded[data-v-2b943162],.airport-selection .airports-list-container .charts-list .section-group .section-header .section-icon.expanded[data-v-2b943162],.airport-selection .airports-list-container .airports-list .section-group .section-header .section-icon.expanded[data-v-2b943162]{transform:rotate(90deg)}.charts-selection .charts-list-container .charts-list .section-group .section-header .section-title[data-v-2b943162],.charts-selection .charts-list-container .airports-list .section-group .section-header .section-title[data-v-2b943162],.charts-selection .airports-list-container .charts-list .section-group .section-header .section-title[data-v-2b943162],.charts-selection .airports-list-container .airports-list .section-group .section-header .section-title[data-v-2b943162],.airport-selection .charts-list-container .charts-list .section-group .section-header .section-title[data-v-2b943162],.airport-selection .charts-list-container .airports-list .section-group .section-header .section-title[data-v-2b943162],.airport-selection .airports-list-container .charts-list .section-group .section-header .section-title[data-v-2b943162],.airport-selection .airports-list-container .airports-list .section-group .section-header .section-title[data-v-2b943162]{flex:1;color:var(--text-primary);font-weight:500;font-size:var(--font-size-sm)}.charts-selection .charts-list-container .charts-list .section-group .section-header .section-count[data-v-2b943162],.charts-selection .charts-list-container .airports-list .section-group .section-header .section-count[data-v-2b943162],.charts-selection .airports-list-container .charts-list .section-group .section-header .section-count[data-v-2b943162],.charts-selection .airports-list-container .airports-list .section-group .section-header .section-count[data-v-2b943162],.airport-selection .charts-list-container .charts-list .section-group .section-header .section-count[data-v-2b943162],.airport-selection .charts-list-container .airports-list .section-group .section-header .section-count[data-v-2b943162],.airport-selection .airports-list-container .charts-list .section-group .section-header .section-count[data-v-2b943162],.airport-selection .airports-list-container .airports-list .section-group .section-header .section-count[data-v-2b943162]{color:var(--text-inverse);font-size:var(--font-size-xs);background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));padding:2px 8px;border-radius:12px;font-weight:600;box-shadow:0 2px 4px #667eea4d}.charts-selection .charts-list-container .charts-list .section-group .section-charts[data-v-2b943162],.charts-selection .charts-list-container .airports-list .section-group .section-charts[data-v-2b943162],.charts-selection .airports-list-container .charts-list .section-group .section-charts[data-v-2b943162],.charts-selection .airports-list-container .airports-list .section-group .section-charts[data-v-2b943162],.airport-selection .charts-list-container .charts-list .section-group .section-charts[data-v-2b943162],.airport-selection .charts-list-container .airports-list .section-group .section-charts[data-v-2b943162],.airport-selection .airports-list-container .charts-list .section-group .section-charts[data-v-2b943162],.airport-selection .airports-list-container .airports-list .section-group .section-charts[data-v-2b943162]{margin-top:var(--spacing-sm);padding-left:var(--spacing-lg)}.charts-selection .charts-list-container .charts-list .chart-item[data-v-2b943162],.charts-selection .charts-list-container .charts-list .airport-item[data-v-2b943162],.charts-selection .charts-list-container .airports-list .chart-item[data-v-2b943162],.charts-selection .charts-list-container .airports-list .airport-item[data-v-2b943162],.charts-selection .airports-list-container .charts-list .chart-item[data-v-2b943162],.charts-selection .airports-list-container .charts-list .airport-item[data-v-2b943162],.charts-selection .airports-list-container .airports-list .chart-item[data-v-2b943162],.charts-selection .airports-list-container .airports-list .airport-item[data-v-2b943162],.airport-selection .charts-list-container .charts-list .chart-item[data-v-2b943162],.airport-selection .charts-list-container .charts-list .airport-item[data-v-2b943162],.airport-selection .charts-list-container .airports-list .chart-item[data-v-2b943162],.airport-selection .charts-list-container .airports-list .airport-item[data-v-2b943162],.airport-selection .airports-list-container .charts-list .chart-item[data-v-2b943162],.airport-selection .airports-list-container .charts-list .airport-item[data-v-2b943162],.airport-selection .airports-list-container .airports-list .chart-item[data-v-2b943162],.airport-selection .airports-list-container .airports-list .airport-item[data-v-2b943162]{display:flex;align-items:center;padding:var(--spacing-sm) var(--spacing-lg);margin:0 var(--spacing-sm);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;border-bottom:1px solid rgba(0,0,0,.04);border-radius:var(--radius-sm);position:relative;overflow:hidden}.charts-selection .charts-list-container .charts-list .chart-item[data-v-2b943162]:before,.charts-selection .charts-list-container .charts-list .airport-item[data-v-2b943162]:before,.charts-selection .charts-list-container .airports-list .chart-item[data-v-2b943162]:before,.charts-selection .charts-list-container .airports-list .airport-item[data-v-2b943162]:before,.charts-selection .airports-list-container .charts-list .chart-item[data-v-2b943162]:before,.charts-selection .airports-list-container .charts-list .airport-item[data-v-2b943162]:before,.charts-selection .airports-list-container .airports-list .chart-item[data-v-2b943162]:before,.charts-selection .airports-list-container .airports-list .airport-item[data-v-2b943162]:before,.airport-selection .charts-list-container .charts-list .chart-item[data-v-2b943162]:before,.airport-selection .charts-list-container .charts-list .airport-item[data-v-2b943162]:before,.airport-selection .charts-list-container .airports-list .chart-item[data-v-2b943162]:before,.airport-selection .charts-list-container .airports-list .airport-item[data-v-2b943162]:before,.airport-selection .airports-list-container .charts-list .chart-item[data-v-2b943162]:before,.airport-selection .airports-list-container .charts-list .airport-item[data-v-2b943162]:before,.airport-selection .airports-list-container .airports-list .chart-item[data-v-2b943162]:before,.airport-selection .airports-list-container .airports-list .airport-item[data-v-2b943162]:before{content:"";position:absolute;left:0;top:0;width:0;height:100%;background:linear-gradient(90deg,rgba(102,126,234,.1) 0%,transparent 100%);transition:width .3s ease}.charts-selection .charts-list-container .charts-list .chart-item[data-v-2b943162]:hover,.charts-selection .charts-list-container .charts-list .airport-item[data-v-2b943162]:hover,.charts-selection .charts-list-container .airports-list .chart-item[data-v-2b943162]:hover,.charts-selection .charts-list-container .airports-list .airport-item[data-v-2b943162]:hover,.charts-selection .airports-list-container .charts-list .chart-item[data-v-2b943162]:hover,.charts-selection .airports-list-container .charts-list .airport-item[data-v-2b943162]:hover,.charts-selection .airports-list-container .airports-list .chart-item[data-v-2b943162]:hover,.charts-selection .airports-list-container .airports-list .airport-item[data-v-2b943162]:hover,.airport-selection .charts-list-container .charts-list .chart-item[data-v-2b943162]:hover,.airport-selection .charts-list-container .charts-list .airport-item[data-v-2b943162]:hover,.airport-selection .charts-list-container .airports-list .chart-item[data-v-2b943162]:hover,.airport-selection .charts-list-container .airports-list .airport-item[data-v-2b943162]:hover,.airport-selection .airports-list-container .charts-list .chart-item[data-v-2b943162]:hover,.airport-selection .airports-list-container .charts-list .airport-item[data-v-2b943162]:hover,.airport-selection .airports-list-container .airports-list .chart-item[data-v-2b943162]:hover,.airport-selection .airports-list-container .airports-list .airport-item[data-v-2b943162]:hover{background:var(--hover-bg);transform:translate(4px);border-color:#667eea4d}.charts-selection .charts-list-container .charts-list .chart-item[data-v-2b943162]:hover:before,.charts-selection .charts-list-container .charts-list .airport-item[data-v-2b943162]:hover:before,.charts-selection .charts-list-container .airports-list .chart-item[data-v-2b943162]:hover:before,.charts-selection .charts-list-container .airports-list .airport-item[data-v-2b943162]:hover:before,.charts-selection .airports-list-container .charts-list .chart-item[data-v-2b943162]:hover:before,.charts-selection .airports-list-container .charts-list .airport-item[data-v-2b943162]:hover:before,.charts-selection .airports-list-container .airports-list .chart-item[data-v-2b943162]:hover:before,.charts-selection .airports-list-container .airports-list .airport-item[data-v-2b943162]:hover:before,.airport-selection .charts-list-container .charts-list .chart-item[data-v-2b943162]:hover:before,.airport-selection .charts-list-container .charts-list .airport-item[data-v-2b943162]:hover:before,.airport-selection .charts-list-container .airports-list .chart-item[data-v-2b943162]:hover:before,.airport-selection .charts-list-container .airports-list .airport-item[data-v-2b943162]:hover:before,.airport-selection .airports-list-container .charts-list .chart-item[data-v-2b943162]:hover:before,.airport-selection .airports-list-container .charts-list .airport-item[data-v-2b943162]:hover:before,.airport-selection .airports-list-container .airports-list .chart-item[data-v-2b943162]:hover:before,.airport-selection .airports-list-container .airports-list .airport-item[data-v-2b943162]:hover:before{width:100%}.charts-selection .charts-list-container .charts-list .chart-item.selected[data-v-2b943162],.charts-selection .charts-list-container .charts-list .airport-item.selected[data-v-2b943162],.charts-selection .charts-list-container .airports-list .chart-item.selected[data-v-2b943162],.charts-selection .charts-list-container .airports-list .airport-item.selected[data-v-2b943162],.charts-selection .airports-list-container .charts-list .chart-item.selected[data-v-2b943162],.charts-selection .airports-list-container .charts-list .airport-item.selected[data-v-2b943162],.charts-selection .airports-list-container .airports-list .chart-item.selected[data-v-2b943162],.charts-selection .airports-list-container .airports-list .airport-item.selected[data-v-2b943162],.airport-selection .charts-list-container .charts-list .chart-item.selected[data-v-2b943162],.airport-selection .charts-list-container .charts-list .airport-item.selected[data-v-2b943162],.airport-selection .charts-list-container .airports-list .chart-item.selected[data-v-2b943162],.airport-selection .charts-list-container .airports-list .airport-item.selected[data-v-2b943162],.airport-selection .airports-list-container .charts-list .chart-item.selected[data-v-2b943162],.airport-selection .airports-list-container .charts-list .airport-item.selected[data-v-2b943162],.airport-selection .airports-list-container .airports-list .chart-item.selected[data-v-2b943162],.airport-selection .airports-list-container .airports-list .airport-item.selected[data-v-2b943162]{background:var(--selected-bg);border-color:var(--primary-blue);box-shadow:0 0 0 2px #667eea33}.charts-selection .charts-list-container .charts-list .chart-item.selected[data-v-2b943162]:after,.charts-selection .charts-list-container .charts-list .airport-item.selected[data-v-2b943162]:after,.charts-selection .charts-list-container .airports-list .chart-item.selected[data-v-2b943162]:after,.charts-selection .charts-list-container .airports-list .airport-item.selected[data-v-2b943162]:after,.charts-selection .airports-list-container .charts-list .chart-item.selected[data-v-2b943162]:after,.charts-selection .airports-list-container .charts-list .airport-item.selected[data-v-2b943162]:after,.charts-selection .airports-list-container .airports-list .chart-item.selected[data-v-2b943162]:after,.charts-selection .airports-list-container .airports-list .airport-item.selected[data-v-2b943162]:after,.airport-selection .charts-list-container .charts-list .chart-item.selected[data-v-2b943162]:after,.airport-selection .charts-list-container .charts-list .airport-item.selected[data-v-2b943162]:after,.airport-selection .charts-list-container .airports-list .chart-item.selected[data-v-2b943162]:after,.airport-selection .charts-list-container .airports-list .airport-item.selected[data-v-2b943162]:after,.airport-selection .airports-list-container .charts-list .chart-item.selected[data-v-2b943162]:after,.airport-selection .airports-list-container .charts-list .airport-item.selected[data-v-2b943162]:after,.airport-selection .airports-list-container .airports-list .chart-item.selected[data-v-2b943162]:after,.airport-selection .airports-list-container .airports-list .airport-item.selected[data-v-2b943162]:after{content:"✓";position:absolute;right:var(--spacing-sm);top:50%;transform:translateY(-50%);color:var(--primary-blue);font-weight:700;font-size:16px}.charts-selection .charts-list-container .charts-list .chart-item.modified[data-v-2b943162],.charts-selection .charts-list-container .charts-list .airport-item.modified[data-v-2b943162],.charts-selection .charts-list-container .airports-list .chart-item.modified[data-v-2b943162],.charts-selection .charts-list-container .airports-list .airport-item.modified[data-v-2b943162],.charts-selection .airports-list-container .charts-list .chart-item.modified[data-v-2b943162],.charts-selection .airports-list-container .charts-list .airport-item.modified[data-v-2b943162],.charts-selection .airports-list-container .airports-list .chart-item.modified[data-v-2b943162],.charts-selection .airports-list-container .airports-list .airport-item.modified[data-v-2b943162],.airport-selection .charts-list-container .charts-list .chart-item.modified[data-v-2b943162],.airport-selection .charts-list-container .charts-list .airport-item.modified[data-v-2b943162],.airport-selection .charts-list-container .airports-list .chart-item.modified[data-v-2b943162],.airport-selection .charts-list-container .airports-list .airport-item.modified[data-v-2b943162],.airport-selection .airports-list-container .charts-list .chart-item.modified[data-v-2b943162],.airport-selection .airports-list-container .charts-list .airport-item.modified[data-v-2b943162],.airport-selection .airports-list-container .airports-list .chart-item.modified[data-v-2b943162],.airport-selection .airports-list-container .airports-list .airport-item.modified[data-v-2b943162]{position:relative}.charts-selection .charts-list-container .charts-list .chart-item.modified[data-v-2b943162]:after,.charts-selection .charts-list-container .charts-list .airport-item.modified[data-v-2b943162]:after,.charts-selection .charts-list-container .airports-list .chart-item.modified[data-v-2b943162]:after,.charts-selection .charts-list-container .airports-list .airport-item.modified[data-v-2b943162]:after,.charts-selection .airports-list-container .charts-list .chart-item.modified[data-v-2b943162]:after,.charts-selection .airports-list-container .charts-list .airport-item.modified[data-v-2b943162]:after,.charts-selection .airports-list-container .airports-list .chart-item.modified[data-v-2b943162]:after,.charts-selection .airports-list-container .airports-list .airport-item.modified[data-v-2b943162]:after,.airport-selection .charts-list-container .charts-list .chart-item.modified[data-v-2b943162]:after,.airport-selection .charts-list-container .charts-list .airport-item.modified[data-v-2b943162]:after,.airport-selection .charts-list-container .airports-list .chart-item.modified[data-v-2b943162]:after,.airport-selection .charts-list-container .airports-list .airport-item.modified[data-v-2b943162]:after,.airport-selection .airports-list-container .charts-list .chart-item.modified[data-v-2b943162]:after,.airport-selection .airports-list-container .charts-list .airport-item.modified[data-v-2b943162]:after,.airport-selection .airports-list-container .airports-list .chart-item.modified[data-v-2b943162]:after,.airport-selection .airports-list-container .airports-list .airport-item.modified[data-v-2b943162]:after{content:"";position:absolute;top:6px;right:6px;width:8px;height:8px;background:linear-gradient(135deg,#f59e0b,#fbbf24);border-radius:50%;box-shadow:0 0 8px #f59e0b99;animation:pulse 2s infinite}.charts-selection .charts-list-container .charts-list .chart-item.section-chart-item[data-v-2b943162],.charts-selection .charts-list-container .charts-list .airport-item.section-chart-item[data-v-2b943162],.charts-selection .charts-list-container .airports-list .chart-item.section-chart-item[data-v-2b943162],.charts-selection .charts-list-container .airports-list .airport-item.section-chart-item[data-v-2b943162],.charts-selection .airports-list-container .charts-list .chart-item.section-chart-item[data-v-2b943162],.charts-selection .airports-list-container .charts-list .airport-item.section-chart-item[data-v-2b943162],.charts-selection .airports-list-container .airports-list .chart-item.section-chart-item[data-v-2b943162],.charts-selection .airports-list-container .airports-list .airport-item.section-chart-item[data-v-2b943162],.airport-selection .charts-list-container .charts-list .chart-item.section-chart-item[data-v-2b943162],.airport-selection .charts-list-container .charts-list .airport-item.section-chart-item[data-v-2b943162],.airport-selection .charts-list-container .airports-list .chart-item.section-chart-item[data-v-2b943162],.airport-selection .charts-list-container .airports-list .airport-item.section-chart-item[data-v-2b943162],.airport-selection .airports-list-container .charts-list .chart-item.section-chart-item[data-v-2b943162],.airport-selection .airports-list-container .charts-list .airport-item.section-chart-item[data-v-2b943162],.airport-selection .airports-list-container .airports-list .chart-item.section-chart-item[data-v-2b943162],.airport-selection .airports-list-container .airports-list .airport-item.section-chart-item[data-v-2b943162]{padding:var(--spacing-xs) var(--spacing-md);margin:0 var(--spacing-xs)}.charts-selection .charts-list-container .charts-list .chart-item .chart-info[data-v-2b943162],.charts-selection .charts-list-container .charts-list .chart-item .airport-info[data-v-2b943162],.charts-selection .charts-list-container .charts-list .airport-item .chart-info[data-v-2b943162],.charts-selection .charts-list-container .charts-list .airport-item .airport-info[data-v-2b943162],.charts-selection .charts-list-container .airports-list .chart-item .chart-info[data-v-2b943162],.charts-selection .charts-list-container .airports-list .chart-item .airport-info[data-v-2b943162],.charts-selection .charts-list-container .airports-list .airport-item .chart-info[data-v-2b943162],.charts-selection .charts-list-container .airports-list .airport-item .airport-info[data-v-2b943162],.charts-selection .airports-list-container .charts-list .chart-item .chart-info[data-v-2b943162],.charts-selection .airports-list-container .charts-list .chart-item .airport-info[data-v-2b943162],.charts-selection .airports-list-container .charts-list .airport-item .chart-info[data-v-2b943162],.charts-selection .airports-list-container .charts-list .airport-item .airport-info[data-v-2b943162],.charts-selection .airports-list-container .airports-list .chart-item .chart-info[data-v-2b943162],.charts-selection .airports-list-container .airports-list .chart-item .airport-info[data-v-2b943162],.charts-selection .airports-list-container .airports-list .airport-item .chart-info[data-v-2b943162],.charts-selection .airports-list-container .airports-list .airport-item .airport-info[data-v-2b943162],.airport-selection .charts-list-container .charts-list .chart-item .chart-info[data-v-2b943162],.airport-selection .charts-list-container .charts-list .chart-item .airport-info[data-v-2b943162],.airport-selection .charts-list-container .charts-list .airport-item .chart-info[data-v-2b943162],.airport-selection .charts-list-container .charts-list .airport-item .airport-info[data-v-2b943162],.airport-selection .charts-list-container .airports-list .chart-item .chart-info[data-v-2b943162],.airport-selection .charts-list-container .airports-list .chart-item .airport-info[data-v-2b943162],.airport-selection .charts-list-container .airports-list .airport-item .chart-info[data-v-2b943162],.airport-selection .charts-list-container .airports-list .airport-item .airport-info[data-v-2b943162],.airport-selection .airports-list-container .charts-list .chart-item .chart-info[data-v-2b943162],.airport-selection .airports-list-container .charts-list .chart-item .airport-info[data-v-2b943162],.airport-selection .airports-list-container .charts-list .airport-item .chart-info[data-v-2b943162],.airport-selection .airports-list-container .charts-list .airport-item .airport-info[data-v-2b943162],.airport-selection .airports-list-container .airports-list .chart-item .chart-info[data-v-2b943162],.airport-selection .airports-list-container .airports-list .chart-item .airport-info[data-v-2b943162],.airport-selection .airports-list-container .airports-list .airport-item .chart-info[data-v-2b943162],.airport-selection .airports-list-container .airports-list .airport-item .airport-info[data-v-2b943162]{flex:1}.charts-selection .charts-list-container .charts-list .chart-item .chart-info .chart-name[data-v-2b943162],.charts-selection .charts-list-container .charts-list .chart-item .chart-info .airport-name[data-v-2b943162],.charts-selection .charts-list-container .charts-list .chart-item .airport-info .chart-name[data-v-2b943162],.charts-selection .charts-list-container .charts-list .chart-item .airport-info .airport-name[data-v-2b943162],.charts-selection .charts-list-container .charts-list .airport-item .chart-info .chart-name[data-v-2b943162],.charts-selection .charts-list-container .charts-list .airport-item .chart-info .airport-name[data-v-2b943162],.charts-selection .charts-list-container .charts-list .airport-item .airport-info .chart-name[data-v-2b943162],.charts-selection .charts-list-container .charts-list .airport-item .airport-info .airport-name[data-v-2b943162],.charts-selection .charts-list-container .airports-list .chart-item .chart-info .chart-name[data-v-2b943162],.charts-selection .charts-list-container .airports-list .chart-item .chart-info .airport-name[data-v-2b943162],.charts-selection .charts-list-container .airports-list .chart-item .airport-info .chart-name[data-v-2b943162],.charts-selection .charts-list-container .airports-list .chart-item .airport-info .airport-name[data-v-2b943162],.charts-selection .charts-list-container .airports-list .airport-item .chart-info .chart-name[data-v-2b943162],.charts-selection .charts-list-container .airports-list .airport-item .chart-info .airport-name[data-v-2b943162],.charts-selection .charts-list-container .airports-list .airport-item .airport-info .chart-name[data-v-2b943162],.charts-selection .charts-list-container .airports-list .airport-item .airport-info .airport-name[data-v-2b943162],.charts-selection .airports-list-container .charts-list .chart-item .chart-info .chart-name[data-v-2b943162],.charts-selection .airports-list-container .charts-list .chart-item .chart-info .airport-name[data-v-2b943162],.charts-selection .airports-list-container .charts-list .chart-item .airport-info .chart-name[data-v-2b943162],.charts-selection .airports-list-container .charts-list .chart-item .airport-info .airport-name[data-v-2b943162],.charts-selection .airports-list-container .charts-list .airport-item .chart-info .chart-name[data-v-2b943162],.charts-selection .airports-list-container .charts-list .airport-item .chart-info .airport-name[data-v-2b943162],.charts-selection .airports-list-container .charts-list .airport-item .airport-info .chart-name[data-v-2b943162],.charts-selection .airports-list-container .charts-list .airport-item .airport-info .airport-name[data-v-2b943162],.charts-selection .airports-list-container .airports-list .chart-item .chart-info .chart-name[data-v-2b943162],.charts-selection .airports-list-container .airports-list .chart-item .chart-info .airport-name[data-v-2b943162],.charts-selection .airports-list-container .airports-list .chart-item .airport-info .chart-name[data-v-2b943162],.charts-selection .airports-list-container .airports-list .chart-item .airport-info .airport-name[data-v-2b943162],.charts-selection .airports-list-container .airports-list .airport-item .chart-info .chart-name[data-v-2b943162],.charts-selection .airports-list-container .airports-list .airport-item .chart-info .airport-name[data-v-2b943162],.charts-selection .airports-list-container .airports-list .airport-item .airport-info .chart-name[data-v-2b943162],.charts-selection .airports-list-container .airports-list .airport-item .airport-info .airport-name[data-v-2b943162],.airport-selection .charts-list-container .charts-list .chart-item .chart-info .chart-name[data-v-2b943162],.airport-selection .charts-list-container .charts-list .chart-item .chart-info .airport-name[data-v-2b943162],.airport-selection .charts-list-container .charts-list .chart-item .airport-info .chart-name[data-v-2b943162],.airport-selection .charts-list-container .charts-list .chart-item .airport-info .airport-name[data-v-2b943162],.airport-selection .charts-list-container .charts-list .airport-item .chart-info .chart-name[data-v-2b943162],.airport-selection .charts-list-container .charts-list .airport-item .chart-info .airport-name[data-v-2b943162],.airport-selection .charts-list-container .charts-list .airport-item .airport-info .chart-name[data-v-2b943162],.airport-selection .charts-list-container .charts-list .airport-item .airport-info .airport-name[data-v-2b943162],.airport-selection .charts-list-container .airports-list .chart-item .chart-info .chart-name[data-v-2b943162],.airport-selection .charts-list-container .airports-list .chart-item .chart-info .airport-name[data-v-2b943162],.airport-selection .charts-list-container .airports-list .chart-item .airport-info .chart-name[data-v-2b943162],.airport-selection .charts-list-container .airports-list .chart-item .airport-info .airport-name[data-v-2b943162],.airport-selection .charts-list-container .airports-list .airport-item .chart-info .chart-name[data-v-2b943162],.airport-selection .charts-list-container .airports-list .airport-item .chart-info .airport-name[data-v-2b943162],.airport-selection .charts-list-container .airports-list .airport-item .airport-info .chart-name[data-v-2b943162],.airport-selection .charts-list-container .airports-list .airport-item .airport-info .airport-name[data-v-2b943162],.airport-selection .airports-list-container .charts-list .chart-item .chart-info .chart-name[data-v-2b943162],.airport-selection .airports-list-container .charts-list .chart-item .chart-info .airport-name[data-v-2b943162],.airport-selection .airports-list-container .charts-list .chart-item .airport-info .chart-name[data-v-2b943162],.airport-selection .airports-list-container .charts-list .chart-item .airport-info .airport-name[data-v-2b943162],.airport-selection .airports-list-container .charts-list .airport-item .chart-info .chart-name[data-v-2b943162],.airport-selection .airports-list-container .charts-list .airport-item .chart-info .airport-name[data-v-2b943162],.airport-selection .airports-list-container .charts-list .airport-item .airport-info .chart-name[data-v-2b943162],.airport-selection .airports-list-container .charts-list .airport-item .airport-info .airport-name[data-v-2b943162],.airport-selection .airports-list-container .airports-list .chart-item .chart-info .chart-name[data-v-2b943162],.airport-selection .airports-list-container .airports-list .chart-item .chart-info .airport-name[data-v-2b943162],.airport-selection .airports-list-container .airports-list .chart-item .airport-info .chart-name[data-v-2b943162],.airport-selection .airports-list-container .airports-list .chart-item .airport-info .airport-name[data-v-2b943162],.airport-selection .airports-list-container .airports-list .airport-item .chart-info .chart-name[data-v-2b943162],.airport-selection .airports-list-container .airports-list .airport-item .chart-info .airport-name[data-v-2b943162],.airport-selection .airports-list-container .airports-list .airport-item .airport-info .chart-name[data-v-2b943162],.airport-selection .airports-list-container .airports-list .airport-item .airport-info .airport-name[data-v-2b943162]{font-size:var(--font-size-sm);font-weight:500;color:var(--text-primary);margin-bottom:2px;line-height:1.3}.charts-selection .charts-list-container .charts-list .chart-item .chart-info .chart-subtitle[data-v-2b943162],.charts-selection .charts-list-container .charts-list .chart-item .chart-info .airport-code[data-v-2b943162],.charts-selection .charts-list-container .charts-list .chart-item .airport-info .chart-subtitle[data-v-2b943162],.charts-selection .charts-list-container .charts-list .chart-item .airport-info .airport-code[data-v-2b943162],.charts-selection .charts-list-container .charts-list .airport-item .chart-info .chart-subtitle[data-v-2b943162],.charts-selection .charts-list-container .charts-list .airport-item .chart-info .airport-code[data-v-2b943162],.charts-selection .charts-list-container .charts-list .airport-item .airport-info .chart-subtitle[data-v-2b943162],.charts-selection .charts-list-container .charts-list .airport-item .airport-info .airport-code[data-v-2b943162],.charts-selection .charts-list-container .airports-list .chart-item .chart-info .chart-subtitle[data-v-2b943162],.charts-selection .charts-list-container .airports-list .chart-item .chart-info .airport-code[data-v-2b943162],.charts-selection .charts-list-container .airports-list .chart-item .airport-info .chart-subtitle[data-v-2b943162],.charts-selection .charts-list-container .airports-list .chart-item .airport-info .airport-code[data-v-2b943162],.charts-selection .charts-list-container .airports-list .airport-item .chart-info .chart-subtitle[data-v-2b943162],.charts-selection .charts-list-container .airports-list .airport-item .chart-info .airport-code[data-v-2b943162],.charts-selection .charts-list-container .airports-list .airport-item .airport-info .chart-subtitle[data-v-2b943162],.charts-selection .charts-list-container .airports-list .airport-item .airport-info .airport-code[data-v-2b943162],.charts-selection .airports-list-container .charts-list .chart-item .chart-info .chart-subtitle[data-v-2b943162],.charts-selection .airports-list-container .charts-list .chart-item .chart-info .airport-code[data-v-2b943162],.charts-selection .airports-list-container .charts-list .chart-item .airport-info .chart-subtitle[data-v-2b943162],.charts-selection .airports-list-container .charts-list .chart-item .airport-info .airport-code[data-v-2b943162],.charts-selection .airports-list-container .charts-list .airport-item .chart-info .chart-subtitle[data-v-2b943162],.charts-selection .airports-list-container .charts-list .airport-item .chart-info .airport-code[data-v-2b943162],.charts-selection .airports-list-container .charts-list .airport-item .airport-info .chart-subtitle[data-v-2b943162],.charts-selection .airports-list-container .charts-list .airport-item .airport-info .airport-code[data-v-2b943162],.charts-selection .airports-list-container .airports-list .chart-item .chart-info .chart-subtitle[data-v-2b943162],.charts-selection .airports-list-container .airports-list .chart-item .chart-info .airport-code[data-v-2b943162],.charts-selection .airports-list-container .airports-list .chart-item .airport-info .chart-subtitle[data-v-2b943162],.charts-selection .airports-list-container .airports-list .chart-item .airport-info .airport-code[data-v-2b943162],.charts-selection .airports-list-container .airports-list .airport-item .chart-info .chart-subtitle[data-v-2b943162],.charts-selection .airports-list-container .airports-list .airport-item .chart-info .airport-code[data-v-2b943162],.charts-selection .airports-list-container .airports-list .airport-item .airport-info .chart-subtitle[data-v-2b943162],.charts-selection .airports-list-container .airports-list .airport-item .airport-info .airport-code[data-v-2b943162],.airport-selection .charts-list-container .charts-list .chart-item .chart-info .chart-subtitle[data-v-2b943162],.airport-selection .charts-list-container .charts-list .chart-item .chart-info .airport-code[data-v-2b943162],.airport-selection .charts-list-container .charts-list .chart-item .airport-info .chart-subtitle[data-v-2b943162],.airport-selection .charts-list-container .charts-list .chart-item .airport-info .airport-code[data-v-2b943162],.airport-selection .charts-list-container .charts-list .airport-item .chart-info .chart-subtitle[data-v-2b943162],.airport-selection .charts-list-container .charts-list .airport-item .chart-info .airport-code[data-v-2b943162],.airport-selection .charts-list-container .charts-list .airport-item .airport-info .chart-subtitle[data-v-2b943162],.airport-selection .charts-list-container .charts-list .airport-item .airport-info .airport-code[data-v-2b943162],.airport-selection .charts-list-container .airports-list .chart-item .chart-info .chart-subtitle[data-v-2b943162],.airport-selection .charts-list-container .airports-list .chart-item .chart-info .airport-code[data-v-2b943162],.airport-selection .charts-list-container .airports-list .chart-item .airport-info .chart-subtitle[data-v-2b943162],.airport-selection .charts-list-container .airports-list .chart-item .airport-info .airport-code[data-v-2b943162],.airport-selection .charts-list-container .airports-list .airport-item .chart-info .chart-subtitle[data-v-2b943162],.airport-selection .charts-list-container .airports-list .airport-item .chart-info .airport-code[data-v-2b943162],.airport-selection .charts-list-container .airports-list .airport-item .airport-info .chart-subtitle[data-v-2b943162],.airport-selection .charts-list-container .airports-list .airport-item .airport-info .airport-code[data-v-2b943162],.airport-selection .airports-list-container .charts-list .chart-item .chart-info .chart-subtitle[data-v-2b943162],.airport-selection .airports-list-container .charts-list .chart-item .chart-info .airport-code[data-v-2b943162],.airport-selection .airports-list-container .charts-list .chart-item .airport-info .chart-subtitle[data-v-2b943162],.airport-selection .airports-list-container .charts-list .chart-item .airport-info .airport-code[data-v-2b943162],.airport-selection .airports-list-container .charts-list .airport-item .chart-info .chart-subtitle[data-v-2b943162],.airport-selection .airports-list-container .charts-list .airport-item .chart-info .airport-code[data-v-2b943162],.airport-selection .airports-list-container .charts-list .airport-item .airport-info .chart-subtitle[data-v-2b943162],.airport-selection .airports-list-container .charts-list .airport-item .airport-info .airport-code[data-v-2b943162],.airport-selection .airports-list-container .airports-list .chart-item .chart-info .chart-subtitle[data-v-2b943162],.airport-selection .airports-list-container .airports-list .chart-item .chart-info .airport-code[data-v-2b943162],.airport-selection .airports-list-container .airports-list .chart-item .airport-info .chart-subtitle[data-v-2b943162],.airport-selection .airports-list-container .airports-list .chart-item .airport-info .airport-code[data-v-2b943162],.airport-selection .airports-list-container .airports-list .airport-item .chart-info .chart-subtitle[data-v-2b943162],.airport-selection .airports-list-container .airports-list .airport-item .chart-info .airport-code[data-v-2b943162],.airport-selection .airports-list-container .airports-list .airport-item .airport-info .chart-subtitle[data-v-2b943162],.airport-selection .airports-list-container .airports-list .airport-item .airport-info .airport-code[data-v-2b943162]{font-size:var(--font-size-xs);color:var(--text-secondary);line-height:1.2}.mobile-overlay[data-v-2b943162]{position:fixed;top:0;left:var(--nav-width-sidebar-sm);right:0;bottom:0;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1400;opacity:0;transition:opacity .4s ease;-webkit-transition:opacity .4s ease}.mobile-overlay.show[data-v-2b943162]{opacity:1}@keyframes fadeIn-2b943162{to{opacity:1}}.charts-list[data-v-2b943162]::-webkit-scrollbar,.airports-list[data-v-2b943162]::-webkit-scrollbar{width:8px}.charts-list[data-v-2b943162]::-webkit-scrollbar-track,.airports-list[data-v-2b943162]::-webkit-scrollbar-track{background:transparent}.charts-list[data-v-2b943162]::-webkit-scrollbar-thumb,.airports-list[data-v-2b943162]::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border-radius:4px;transition:all .3s ease}.charts-list[data-v-2b943162]::-webkit-scrollbar-thumb:hover,.airports-list[data-v-2b943162]::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,var(--secondary-blue),var(--primary-blue));box-shadow:0 0 8px #667eea80}@media (max-width: 767px){.charts-selection .selection-header[data-v-2b943162],.airport-selection .selection-header[data-v-2b943162]{padding:var(--spacing-sm) var(--spacing-md)}.charts-selection .selection-header .header-title[data-v-2b943162],.airport-selection .selection-header .header-title[data-v-2b943162]{font-size:var(--font-size-sm)}.charts-selection .charts-list .chart-item[data-v-2b943162],.charts-selection .airports-list .airport-item[data-v-2b943162],.airport-selection .charts-list .chart-item[data-v-2b943162],.airport-selection .airports-list .airport-item[data-v-2b943162]{padding:var(--spacing-xs) var(--spacing-md);margin:0 var(--spacing-xs)}.charts-selection .charts-list .chart-item .chart-info .chart-name[data-v-2b943162],.charts-selection .charts-list .chart-item .chart-info .airport-name[data-v-2b943162],.charts-selection .charts-list .chart-item .airport-info .chart-name[data-v-2b943162],.charts-selection .charts-list .chart-item .airport-info .airport-name[data-v-2b943162],.charts-selection .airports-list .airport-item .chart-info .chart-name[data-v-2b943162],.charts-selection .airports-list .airport-item .chart-info .airport-name[data-v-2b943162],.charts-selection .airports-list .airport-item .airport-info .chart-name[data-v-2b943162],.charts-selection .airports-list .airport-item .airport-info .airport-name[data-v-2b943162],.airport-selection .charts-list .chart-item .chart-info .chart-name[data-v-2b943162],.airport-selection .charts-list .chart-item .chart-info .airport-name[data-v-2b943162],.airport-selection .charts-list .chart-item .airport-info .chart-name[data-v-2b943162],.airport-selection .charts-list .chart-item .airport-info .airport-name[data-v-2b943162],.airport-selection .airports-list .airport-item .chart-info .chart-name[data-v-2b943162],.airport-selection .airports-list .airport-item .chart-info .airport-name[data-v-2b943162],.airport-selection .airports-list .airport-item .airport-info .chart-name[data-v-2b943162],.airport-selection .airports-list .airport-item .airport-info .airport-name[data-v-2b943162]{font-size:var(--font-size-sm)}.charts-selection .charts-list .chart-item .chart-info .chart-subtitle[data-v-2b943162],.charts-selection .charts-list .chart-item .chart-info .airport-code[data-v-2b943162],.charts-selection .charts-list .chart-item .airport-info .chart-subtitle[data-v-2b943162],.charts-selection .charts-list .chart-item .airport-info .airport-code[data-v-2b943162],.charts-selection .airports-list .airport-item .chart-info .chart-subtitle[data-v-2b943162],.charts-selection .airports-list .airport-item .chart-info .airport-code[data-v-2b943162],.charts-selection .airports-list .airport-item .airport-info .chart-subtitle[data-v-2b943162],.charts-selection .airports-list .airport-item .airport-info .airport-code[data-v-2b943162],.airport-selection .charts-list .chart-item .chart-info .chart-subtitle[data-v-2b943162],.airport-selection .charts-list .chart-item .chart-info .airport-code[data-v-2b943162],.airport-selection .charts-list .chart-item .airport-info .chart-subtitle[data-v-2b943162],.airport-selection .charts-list .chart-item .airport-info .airport-code[data-v-2b943162],.airport-selection .airports-list .airport-item .chart-info .chart-subtitle[data-v-2b943162],.airport-selection .airports-list .airport-item .chart-info .airport-code[data-v-2b943162],.airport-selection .airports-list .airport-item .airport-info .chart-subtitle[data-v-2b943162],.airport-selection .airports-list .airport-item .airport-info .airport-code[data-v-2b943162]{font-size:var(--font-size-xs)}}.charts-selection-wrapper[data-v-2d8be512]{position:relative}.charts-selection[data-v-2d8be512],.airport-selection[data-v-2d8be512]{background:var(--secondary-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-heavy);display:flex;flex-direction:column;opacity:0}.charts-selection.show[data-v-2d8be512],.airport-selection.show[data-v-2d8be512]{opacity:1}.charts-selection.desktop[data-v-2d8be512],.airport-selection.desktop[data-v-2d8be512]{position:fixed;top:calc(var(--header-height) + var(--safe-area-inset-top));left:var(--nav-width-sidebar-md);width:360px;height:calc(100vh - var(--header-height) - var(--safe-area-inset-top) - 40px);margin:var(--spacing-lg) 0;z-index:1500;transform:translate(-120%) scale(.95);transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}.charts-selection.desktop.show[data-v-2d8be512],.airport-selection.desktop.show[data-v-2d8be512]{transform:translate(0) scale(1);opacity:1}@media (min-width: 1920px){.charts-selection.desktop[data-v-2d8be512],.airport-selection.desktop[data-v-2d8be512]{left:var(--nav-width-sidebar-xl)}}@media (min-width: 1440px) and (max-width: 1919px){.charts-selection.desktop[data-v-2d8be512],.airport-selection.desktop[data-v-2d8be512]{left:var(--nav-width-sidebar-lg)}}@media (min-width: 768px) and (max-width: 1023px){.charts-selection.desktop[data-v-2d8be512],.airport-selection.desktop[data-v-2d8be512]{width:320px;left:var(--nav-width-sidebar-sm)}}.charts-selection.mobile[data-v-2d8be512],.airport-selection.mobile[data-v-2d8be512]{position:fixed;left:var(--nav-width-sidebar-sm);right:0;bottom:0;top:auto;width:calc(100% - var(--nav-width-sidebar-sm));height:75vh;max-height:75vh;z-index:1500;border-radius:var(--radius-lg) var(--radius-lg) 0 0;transform:translateY(100%) scale(.95);-webkit-transform:translateY(100%) scale(.95);transition:all .4s cubic-bezier(.68,-.55,.265,1.55);-webkit-transition:all .4s cubic-bezier(.68,-.55,.265,1.55);will-change:transform,opacity}.charts-selection.mobile.show[data-v-2d8be512],.airport-selection.mobile.show[data-v-2d8be512]{transform:translateY(0) scale(1);-webkit-transform:translateY(0) scale(1);opacity:1}.charts-selection .selection-header[data-v-2d8be512],.airport-selection .selection-header[data-v-2d8be512]{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-md) var(--spacing-lg) var(--spacing-sm);border-bottom:1px solid var(--border-color);flex-shrink:0;background:linear-gradient(135deg,#667eea0d,#764ba20d)}.charts-selection .selection-header .header-title[data-v-2d8be512],.airport-selection .selection-header .header-title[data-v-2d8be512]{font-size:var(--font-size-md);font-weight:600;color:var(--text-primary);margin:0;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.charts-selection .selection-header .close-btn[data-v-2d8be512],.airport-selection .selection-header .close-btn[data-v-2d8be512]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.charts-selection .selection-header .close-btn[data-v-2d8be512]:before,.airport-selection .selection-header .close-btn[data-v-2d8be512]:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:radial-gradient(circle,rgba(102,126,234,.2) 0%,transparent 70%);transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.charts-selection .selection-header .close-btn[data-v-2d8be512]:hover,.airport-selection .selection-header .close-btn[data-v-2d8be512]:hover{background:var(--hover-bg);color:var(--primary-blue);transform:rotate(90deg) scale(1.1)}.charts-selection .selection-header .close-btn[data-v-2d8be512]:hover:before,.airport-selection .selection-header .close-btn[data-v-2d8be512]:hover:before{width:60px;height:60px}.charts-selection .charts-list-container[data-v-2d8be512],.charts-selection .airports-list-container[data-v-2d8be512],.airport-selection .charts-list-container[data-v-2d8be512],.airport-selection .airports-list-container[data-v-2d8be512]{flex:1;overflow:hidden;display:flex;flex-direction:column}.charts-selection .charts-list-container .loading-state[data-v-2d8be512],.charts-selection .charts-list-container .error-state[data-v-2d8be512],.charts-selection .charts-list-container .empty-state[data-v-2d8be512],.charts-selection .airports-list-container .loading-state[data-v-2d8be512],.charts-selection .airports-list-container .error-state[data-v-2d8be512],.charts-selection .airports-list-container .empty-state[data-v-2d8be512],.airport-selection .charts-list-container .loading-state[data-v-2d8be512],.airport-selection .charts-list-container .error-state[data-v-2d8be512],.airport-selection .charts-list-container .empty-state[data-v-2d8be512],.airport-selection .airports-list-container .loading-state[data-v-2d8be512],.airport-selection .airports-list-container .error-state[data-v-2d8be512],.airport-selection .airports-list-container .empty-state[data-v-2d8be512]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-lg);text-align:center;flex:1}.charts-selection .charts-list-container .loading-state .loading-text[data-v-2d8be512],.charts-selection .charts-list-container .loading-state .error-text[data-v-2d8be512],.charts-selection .charts-list-container .loading-state .empty-text[data-v-2d8be512],.charts-selection .charts-list-container .error-state .loading-text[data-v-2d8be512],.charts-selection .charts-list-container .error-state .error-text[data-v-2d8be512],.charts-selection .charts-list-container .error-state .empty-text[data-v-2d8be512],.charts-selection .charts-list-container .empty-state .loading-text[data-v-2d8be512],.charts-selection .charts-list-container .empty-state .error-text[data-v-2d8be512],.charts-selection .charts-list-container .empty-state .empty-text[data-v-2d8be512],.charts-selection .airports-list-container .loading-state .loading-text[data-v-2d8be512],.charts-selection .airports-list-container .loading-state .error-text[data-v-2d8be512],.charts-selection .airports-list-container .loading-state .empty-text[data-v-2d8be512],.charts-selection .airports-list-container .error-state .loading-text[data-v-2d8be512],.charts-selection .airports-list-container .error-state .error-text[data-v-2d8be512],.charts-selection .airports-list-container .error-state .empty-text[data-v-2d8be512],.charts-selection .airports-list-container .empty-state .loading-text[data-v-2d8be512],.charts-selection .airports-list-container .empty-state .error-text[data-v-2d8be512],.charts-selection .airports-list-container .empty-state .empty-text[data-v-2d8be512],.airport-selection .charts-list-container .loading-state .loading-text[data-v-2d8be512],.airport-selection .charts-list-container .loading-state .error-text[data-v-2d8be512],.airport-selection .charts-list-container .loading-state .empty-text[data-v-2d8be512],.airport-selection .charts-list-container .error-state .loading-text[data-v-2d8be512],.airport-selection .charts-list-container .error-state .error-text[data-v-2d8be512],.airport-selection .charts-list-container .error-state .empty-text[data-v-2d8be512],.airport-selection .charts-list-container .empty-state .loading-text[data-v-2d8be512],.airport-selection .charts-list-container .empty-state .error-text[data-v-2d8be512],.airport-selection .charts-list-container .empty-state .empty-text[data-v-2d8be512],.airport-selection .airports-list-container .loading-state .loading-text[data-v-2d8be512],.airport-selection .airports-list-container .loading-state .error-text[data-v-2d8be512],.airport-selection .airports-list-container .loading-state .empty-text[data-v-2d8be512],.airport-selection .airports-list-container .error-state .loading-text[data-v-2d8be512],.airport-selection .airports-list-container .error-state .error-text[data-v-2d8be512],.airport-selection .airports-list-container .error-state .empty-text[data-v-2d8be512],.airport-selection .airports-list-container .empty-state .loading-text[data-v-2d8be512],.airport-selection .airports-list-container .empty-state .error-text[data-v-2d8be512],.airport-selection .airports-list-container .empty-state .empty-text[data-v-2d8be512]{margin-top:var(--spacing-sm);color:var(--text-secondary);font-size:var(--font-size-sm)}.charts-selection .charts-list-container .loading-state .error-icon[data-v-2d8be512],.charts-selection .charts-list-container .loading-state .empty-icon[data-v-2d8be512],.charts-selection .charts-list-container .error-state .error-icon[data-v-2d8be512],.charts-selection .charts-list-container .error-state .empty-icon[data-v-2d8be512],.charts-selection .charts-list-container .empty-state .error-icon[data-v-2d8be512],.charts-selection .charts-list-container .empty-state .empty-icon[data-v-2d8be512],.charts-selection .airports-list-container .loading-state .error-icon[data-v-2d8be512],.charts-selection .airports-list-container .loading-state .empty-icon[data-v-2d8be512],.charts-selection .airports-list-container .error-state .error-icon[data-v-2d8be512],.charts-selection .airports-list-container .error-state .empty-icon[data-v-2d8be512],.charts-selection .airports-list-container .empty-state .error-icon[data-v-2d8be512],.charts-selection .airports-list-container .empty-state .empty-icon[data-v-2d8be512],.airport-selection .charts-list-container .loading-state .error-icon[data-v-2d8be512],.airport-selection .charts-list-container .loading-state .empty-icon[data-v-2d8be512],.airport-selection .charts-list-container .error-state .error-icon[data-v-2d8be512],.airport-selection .charts-list-container .error-state .empty-icon[data-v-2d8be512],.airport-selection .charts-list-container .empty-state .error-icon[data-v-2d8be512],.airport-selection .charts-list-container .empty-state .empty-icon[data-v-2d8be512],.airport-selection .airports-list-container .loading-state .error-icon[data-v-2d8be512],.airport-selection .airports-list-container .loading-state .empty-icon[data-v-2d8be512],.airport-selection .airports-list-container .error-state .error-icon[data-v-2d8be512],.airport-selection .airports-list-container .error-state .empty-icon[data-v-2d8be512],.airport-selection .airports-list-container .empty-state .error-icon[data-v-2d8be512],.airport-selection .airports-list-container .empty-state .empty-icon[data-v-2d8be512]{color:var(--text-muted);margin-bottom:var(--spacing-sm);animation:float 3s ease-in-out infinite}.charts-selection .charts-list-container .loading-state .retry-btn[data-v-2d8be512],.charts-selection .charts-list-container .error-state .retry-btn[data-v-2d8be512],.charts-selection .charts-list-container .empty-state .retry-btn[data-v-2d8be512],.charts-selection .airports-list-container .loading-state .retry-btn[data-v-2d8be512],.charts-selection .airports-list-container .error-state .retry-btn[data-v-2d8be512],.charts-selection .airports-list-container .empty-state .retry-btn[data-v-2d8be512],.airport-selection .charts-list-container .loading-state .retry-btn[data-v-2d8be512],.airport-selection .charts-list-container .error-state .retry-btn[data-v-2d8be512],.airport-selection .charts-list-container .empty-state .retry-btn[data-v-2d8be512],.airport-selection .airports-list-container .loading-state .retry-btn[data-v-2d8be512],.airport-selection .airports-list-container .error-state .retry-btn[data-v-2d8be512],.airport-selection .airports-list-container .empty-state .retry-btn[data-v-2d8be512]{margin-top:var(--spacing-md);display:flex;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-sm);background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:var(--text-inverse);border:none;border-radius:var(--radius-sm);font-size:var(--font-size-xs);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #667eea4d}.charts-selection .charts-list-container .loading-state .retry-btn[data-v-2d8be512]:hover,.charts-selection .charts-list-container .error-state .retry-btn[data-v-2d8be512]:hover,.charts-selection .charts-list-container .empty-state .retry-btn[data-v-2d8be512]:hover,.charts-selection .airports-list-container .loading-state .retry-btn[data-v-2d8be512]:hover,.charts-selection .airports-list-container .error-state .retry-btn[data-v-2d8be512]:hover,.charts-selection .airports-list-container .empty-state .retry-btn[data-v-2d8be512]:hover,.airport-selection .charts-list-container .loading-state .retry-btn[data-v-2d8be512]:hover,.airport-selection .charts-list-container .error-state .retry-btn[data-v-2d8be512]:hover,.airport-selection .charts-list-container .empty-state .retry-btn[data-v-2d8be512]:hover,.airport-selection .airports-list-container .loading-state .retry-btn[data-v-2d8be512]:hover,.airport-selection .airports-list-container .error-state .retry-btn[data-v-2d8be512]:hover,.airport-selection .airports-list-container .empty-state .retry-btn[data-v-2d8be512]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.charts-selection .charts-list-container .loading-state .retry-btn[data-v-2d8be512]:active,.charts-selection .charts-list-container .error-state .retry-btn[data-v-2d8be512]:active,.charts-selection .charts-list-container .empty-state .retry-btn[data-v-2d8be512]:active,.charts-selection .airports-list-container .loading-state .retry-btn[data-v-2d8be512]:active,.charts-selection .airports-list-container .error-state .retry-btn[data-v-2d8be512]:active,.charts-selection .airports-list-container .empty-state .retry-btn[data-v-2d8be512]:active,.airport-selection .charts-list-container .loading-state .retry-btn[data-v-2d8be512]:active,.airport-selection .charts-list-container .error-state .retry-btn[data-v-2d8be512]:active,.airport-selection .charts-list-container .empty-state .retry-btn[data-v-2d8be512]:active,.airport-selection .airports-list-container .loading-state .retry-btn[data-v-2d8be512]:active,.airport-selection .airports-list-container .error-state .retry-btn[data-v-2d8be512]:active,.airport-selection .airports-list-container .empty-state .retry-btn[data-v-2d8be512]:active{transform:translateY(0)}.charts-selection .charts-list-container .charts-list[data-v-2d8be512],.charts-selection .charts-list-container .airports-list[data-v-2d8be512],.charts-selection .airports-list-container .charts-list[data-v-2d8be512],.charts-selection .airports-list-container .airports-list[data-v-2d8be512],.airport-selection .charts-list-container .charts-list[data-v-2d8be512],.airport-selection .charts-list-container .airports-list[data-v-2d8be512],.airport-selection .airports-list-container .charts-list[data-v-2d8be512],.airport-selection .airports-list-container .airports-list[data-v-2d8be512]{flex:1;overflow-y:auto;overflow-x:hidden;word-break:break-all;padding:var(--spacing-xs) 0}.charts-selection .charts-list-container .charts-list .section-group[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .section-group[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .section-group[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .section-group[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .section-group[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .section-group[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .section-group[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .section-group[data-v-2d8be512]{margin-bottom:var(--spacing-md);animation:slideInLeft .4s ease-out backwards}.charts-selection .charts-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(1),.charts-selection .charts-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(1),.charts-selection .airports-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(1),.charts-selection .airports-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(1),.airport-selection .charts-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(1),.airport-selection .charts-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(1),.airport-selection .airports-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(1),.airport-selection .airports-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(1){animation-delay:.05s}.charts-selection .charts-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(2),.charts-selection .charts-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(2),.charts-selection .airports-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(2),.charts-selection .airports-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(2),.airport-selection .charts-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(2),.airport-selection .charts-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(2),.airport-selection .airports-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(2),.airport-selection .airports-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(2){animation-delay:.1s}.charts-selection .charts-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(3),.charts-selection .charts-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(3),.charts-selection .airports-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(3),.charts-selection .airports-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(3),.airport-selection .charts-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(3),.airport-selection .charts-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(3),.airport-selection .airports-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(3),.airport-selection .airports-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(3){animation-delay:.15s}.charts-selection .charts-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(4),.charts-selection .charts-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(4),.charts-selection .airports-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(4),.charts-selection .airports-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(4),.airport-selection .charts-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(4),.airport-selection .charts-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(4),.airport-selection .airports-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(4),.airport-selection .airports-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(4){animation-delay:.2s}.charts-selection .charts-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(5),.charts-selection .charts-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(5),.charts-selection .airports-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(5),.charts-selection .airports-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(5),.airport-selection .charts-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(5),.airport-selection .charts-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(5),.airport-selection .airports-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(5),.airport-selection .airports-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(5){animation-delay:.25s}.charts-selection .charts-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(6),.charts-selection .charts-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(6),.charts-selection .airports-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(6),.charts-selection .airports-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(6),.airport-selection .charts-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(6),.airport-selection .charts-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(6),.airport-selection .airports-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(6),.airport-selection .airports-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(6){animation-delay:.3s}.charts-selection .charts-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(7),.charts-selection .charts-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(7),.charts-selection .airports-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(7),.charts-selection .airports-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(7),.airport-selection .charts-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(7),.airport-selection .charts-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(7),.airport-selection .airports-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(7),.airport-selection .airports-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(7){animation-delay:.35s}.charts-selection .charts-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(8),.charts-selection .charts-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(8),.charts-selection .airports-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(8),.charts-selection .airports-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(8),.airport-selection .charts-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(8),.airport-selection .charts-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(8),.airport-selection .airports-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(8),.airport-selection .airports-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(8){animation-delay:.4s}.charts-selection .charts-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(9),.charts-selection .charts-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(9),.charts-selection .airports-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(9),.charts-selection .airports-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(9),.airport-selection .charts-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(9),.airport-selection .charts-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(9),.airport-selection .airports-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(9),.airport-selection .airports-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(9){animation-delay:.45s}.charts-selection .charts-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(10),.charts-selection .charts-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(10),.charts-selection .airports-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(10),.charts-selection .airports-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(10),.airport-selection .charts-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(10),.airport-selection .charts-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(10),.airport-selection .airports-list-container .charts-list .section-group[data-v-2d8be512]:nth-child(10),.airport-selection .airports-list-container .airports-list .section-group[data-v-2d8be512]:nth-child(10){animation-delay:.5s}.charts-selection .charts-list-container .charts-list .section-group .section-header[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .section-group .section-header[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .section-group .section-header[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .section-group .section-header[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .section-group .section-header[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .section-group .section-header[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .section-group .section-header[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .section-group .section-header[data-v-2d8be512]{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-lg);margin:0 var(--spacing-sm);background:var(--hover-bg);border-radius:var(--radius-md);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.charts-selection .charts-list-container .charts-list .section-group .section-header[data-v-2d8be512]:before,.charts-selection .charts-list-container .airports-list .section-group .section-header[data-v-2d8be512]:before,.charts-selection .airports-list-container .charts-list .section-group .section-header[data-v-2d8be512]:before,.charts-selection .airports-list-container .airports-list .section-group .section-header[data-v-2d8be512]:before,.airport-selection .charts-list-container .charts-list .section-group .section-header[data-v-2d8be512]:before,.airport-selection .charts-list-container .airports-list .section-group .section-header[data-v-2d8be512]:before,.airport-selection .airports-list-container .charts-list .section-group .section-header[data-v-2d8be512]:before,.airport-selection .airports-list-container .airports-list .section-group .section-header[data-v-2d8be512]:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));transform:scaleY(0);transition:transform .3s ease}.charts-selection .charts-list-container .charts-list .section-group .section-header[data-v-2d8be512]:hover,.charts-selection .charts-list-container .airports-list .section-group .section-header[data-v-2d8be512]:hover,.charts-selection .airports-list-container .charts-list .section-group .section-header[data-v-2d8be512]:hover,.charts-selection .airports-list-container .airports-list .section-group .section-header[data-v-2d8be512]:hover,.airport-selection .charts-list-container .charts-list .section-group .section-header[data-v-2d8be512]:hover,.airport-selection .charts-list-container .airports-list .section-group .section-header[data-v-2d8be512]:hover,.airport-selection .airports-list-container .charts-list .section-group .section-header[data-v-2d8be512]:hover,.airport-selection .airports-list-container .airports-list .section-group .section-header[data-v-2d8be512]:hover{background:var(--nav-active-bg);transform:translate(4px)}.charts-selection .charts-list-container .charts-list .section-group .section-header[data-v-2d8be512]:hover:before,.charts-selection .charts-list-container .airports-list .section-group .section-header[data-v-2d8be512]:hover:before,.charts-selection .airports-list-container .charts-list .section-group .section-header[data-v-2d8be512]:hover:before,.charts-selection .airports-list-container .airports-list .section-group .section-header[data-v-2d8be512]:hover:before,.airport-selection .charts-list-container .charts-list .section-group .section-header[data-v-2d8be512]:hover:before,.airport-selection .charts-list-container .airports-list .section-group .section-header[data-v-2d8be512]:hover:before,.airport-selection .airports-list-container .charts-list .section-group .section-header[data-v-2d8be512]:hover:before,.airport-selection .airports-list-container .airports-list .section-group .section-header[data-v-2d8be512]:hover:before{transform:scaleY(1)}.charts-selection .charts-list-container .charts-list .section-group .section-header .section-icon[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .section-group .section-header .section-icon[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .section-group .section-header .section-icon[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .section-group .section-header .section-icon[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .section-group .section-header .section-icon[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .section-group .section-header .section-icon[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .section-group .section-header .section-icon[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .section-group .section-header .section-icon[data-v-2d8be512]{color:var(--text-secondary);transition:transform .3s cubic-bezier(.68,-.55,.265,1.55)}.charts-selection .charts-list-container .charts-list .section-group .section-header .section-icon.expanded[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .section-group .section-header .section-icon.expanded[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .section-group .section-header .section-icon.expanded[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .section-group .section-header .section-icon.expanded[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .section-group .section-header .section-icon.expanded[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .section-group .section-header .section-icon.expanded[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .section-group .section-header .section-icon.expanded[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .section-group .section-header .section-icon.expanded[data-v-2d8be512]{transform:rotate(90deg)}.charts-selection .charts-list-container .charts-list .section-group .section-header .section-title[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .section-group .section-header .section-title[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .section-group .section-header .section-title[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .section-group .section-header .section-title[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .section-group .section-header .section-title[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .section-group .section-header .section-title[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .section-group .section-header .section-title[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .section-group .section-header .section-title[data-v-2d8be512]{flex:1;color:var(--text-primary);font-weight:500;font-size:var(--font-size-sm)}.charts-selection .charts-list-container .charts-list .section-group .section-header .section-count[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .section-group .section-header .section-count[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .section-group .section-header .section-count[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .section-group .section-header .section-count[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .section-group .section-header .section-count[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .section-group .section-header .section-count[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .section-group .section-header .section-count[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .section-group .section-header .section-count[data-v-2d8be512]{color:var(--text-inverse);font-size:var(--font-size-xs);background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));padding:2px 8px;border-radius:12px;font-weight:600;box-shadow:0 2px 4px #667eea4d}.charts-selection .charts-list-container .charts-list .section-group .section-charts[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .section-group .section-charts[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .section-group .section-charts[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .section-group .section-charts[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .section-group .section-charts[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .section-group .section-charts[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .section-group .section-charts[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .section-group .section-charts[data-v-2d8be512]{margin-top:var(--spacing-sm);padding-left:var(--spacing-lg)}.charts-selection .charts-list-container .charts-list .chart-item[data-v-2d8be512],.charts-selection .charts-list-container .charts-list .airport-item[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .chart-item[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .airport-item[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .chart-item[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .airport-item[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .chart-item[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .airport-item[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .chart-item[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .airport-item[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .chart-item[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .airport-item[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .chart-item[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .airport-item[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .chart-item[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .airport-item[data-v-2d8be512]{display:flex;align-items:center;padding:var(--spacing-sm) var(--spacing-lg);margin:0 var(--spacing-sm);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;border-bottom:1px solid rgba(0,0,0,.04);border-radius:var(--radius-sm);position:relative;overflow:hidden}.charts-selection .charts-list-container .charts-list .chart-item[data-v-2d8be512]:before,.charts-selection .charts-list-container .charts-list .airport-item[data-v-2d8be512]:before,.charts-selection .charts-list-container .airports-list .chart-item[data-v-2d8be512]:before,.charts-selection .charts-list-container .airports-list .airport-item[data-v-2d8be512]:before,.charts-selection .airports-list-container .charts-list .chart-item[data-v-2d8be512]:before,.charts-selection .airports-list-container .charts-list .airport-item[data-v-2d8be512]:before,.charts-selection .airports-list-container .airports-list .chart-item[data-v-2d8be512]:before,.charts-selection .airports-list-container .airports-list .airport-item[data-v-2d8be512]:before,.airport-selection .charts-list-container .charts-list .chart-item[data-v-2d8be512]:before,.airport-selection .charts-list-container .charts-list .airport-item[data-v-2d8be512]:before,.airport-selection .charts-list-container .airports-list .chart-item[data-v-2d8be512]:before,.airport-selection .charts-list-container .airports-list .airport-item[data-v-2d8be512]:before,.airport-selection .airports-list-container .charts-list .chart-item[data-v-2d8be512]:before,.airport-selection .airports-list-container .charts-list .airport-item[data-v-2d8be512]:before,.airport-selection .airports-list-container .airports-list .chart-item[data-v-2d8be512]:before,.airport-selection .airports-list-container .airports-list .airport-item[data-v-2d8be512]:before{content:"";position:absolute;left:0;top:0;width:0;height:100%;background:linear-gradient(90deg,rgba(102,126,234,.1) 0%,transparent 100%);transition:width .3s ease}.charts-selection .charts-list-container .charts-list .chart-item[data-v-2d8be512]:hover,.charts-selection .charts-list-container .charts-list .airport-item[data-v-2d8be512]:hover,.charts-selection .charts-list-container .airports-list .chart-item[data-v-2d8be512]:hover,.charts-selection .charts-list-container .airports-list .airport-item[data-v-2d8be512]:hover,.charts-selection .airports-list-container .charts-list .chart-item[data-v-2d8be512]:hover,.charts-selection .airports-list-container .charts-list .airport-item[data-v-2d8be512]:hover,.charts-selection .airports-list-container .airports-list .chart-item[data-v-2d8be512]:hover,.charts-selection .airports-list-container .airports-list .airport-item[data-v-2d8be512]:hover,.airport-selection .charts-list-container .charts-list .chart-item[data-v-2d8be512]:hover,.airport-selection .charts-list-container .charts-list .airport-item[data-v-2d8be512]:hover,.airport-selection .charts-list-container .airports-list .chart-item[data-v-2d8be512]:hover,.airport-selection .charts-list-container .airports-list .airport-item[data-v-2d8be512]:hover,.airport-selection .airports-list-container .charts-list .chart-item[data-v-2d8be512]:hover,.airport-selection .airports-list-container .charts-list .airport-item[data-v-2d8be512]:hover,.airport-selection .airports-list-container .airports-list .chart-item[data-v-2d8be512]:hover,.airport-selection .airports-list-container .airports-list .airport-item[data-v-2d8be512]:hover{background:var(--hover-bg);transform:translate(4px);border-color:#667eea4d}.charts-selection .charts-list-container .charts-list .chart-item[data-v-2d8be512]:hover:before,.charts-selection .charts-list-container .charts-list .airport-item[data-v-2d8be512]:hover:before,.charts-selection .charts-list-container .airports-list .chart-item[data-v-2d8be512]:hover:before,.charts-selection .charts-list-container .airports-list .airport-item[data-v-2d8be512]:hover:before,.charts-selection .airports-list-container .charts-list .chart-item[data-v-2d8be512]:hover:before,.charts-selection .airports-list-container .charts-list .airport-item[data-v-2d8be512]:hover:before,.charts-selection .airports-list-container .airports-list .chart-item[data-v-2d8be512]:hover:before,.charts-selection .airports-list-container .airports-list .airport-item[data-v-2d8be512]:hover:before,.airport-selection .charts-list-container .charts-list .chart-item[data-v-2d8be512]:hover:before,.airport-selection .charts-list-container .charts-list .airport-item[data-v-2d8be512]:hover:before,.airport-selection .charts-list-container .airports-list .chart-item[data-v-2d8be512]:hover:before,.airport-selection .charts-list-container .airports-list .airport-item[data-v-2d8be512]:hover:before,.airport-selection .airports-list-container .charts-list .chart-item[data-v-2d8be512]:hover:before,.airport-selection .airports-list-container .charts-list .airport-item[data-v-2d8be512]:hover:before,.airport-selection .airports-list-container .airports-list .chart-item[data-v-2d8be512]:hover:before,.airport-selection .airports-list-container .airports-list .airport-item[data-v-2d8be512]:hover:before{width:100%}.charts-selection .charts-list-container .charts-list .chart-item.selected[data-v-2d8be512],.charts-selection .charts-list-container .charts-list .airport-item.selected[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .chart-item.selected[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .airport-item.selected[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .chart-item.selected[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .airport-item.selected[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .chart-item.selected[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .airport-item.selected[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .chart-item.selected[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .airport-item.selected[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .chart-item.selected[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .airport-item.selected[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .chart-item.selected[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .airport-item.selected[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .chart-item.selected[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .airport-item.selected[data-v-2d8be512]{background:var(--selected-bg);border-color:var(--primary-blue);box-shadow:0 0 0 2px #667eea33}.charts-selection .charts-list-container .charts-list .chart-item.selected[data-v-2d8be512]:after,.charts-selection .charts-list-container .charts-list .airport-item.selected[data-v-2d8be512]:after,.charts-selection .charts-list-container .airports-list .chart-item.selected[data-v-2d8be512]:after,.charts-selection .charts-list-container .airports-list .airport-item.selected[data-v-2d8be512]:after,.charts-selection .airports-list-container .charts-list .chart-item.selected[data-v-2d8be512]:after,.charts-selection .airports-list-container .charts-list .airport-item.selected[data-v-2d8be512]:after,.charts-selection .airports-list-container .airports-list .chart-item.selected[data-v-2d8be512]:after,.charts-selection .airports-list-container .airports-list .airport-item.selected[data-v-2d8be512]:after,.airport-selection .charts-list-container .charts-list .chart-item.selected[data-v-2d8be512]:after,.airport-selection .charts-list-container .charts-list .airport-item.selected[data-v-2d8be512]:after,.airport-selection .charts-list-container .airports-list .chart-item.selected[data-v-2d8be512]:after,.airport-selection .charts-list-container .airports-list .airport-item.selected[data-v-2d8be512]:after,.airport-selection .airports-list-container .charts-list .chart-item.selected[data-v-2d8be512]:after,.airport-selection .airports-list-container .charts-list .airport-item.selected[data-v-2d8be512]:after,.airport-selection .airports-list-container .airports-list .chart-item.selected[data-v-2d8be512]:after,.airport-selection .airports-list-container .airports-list .airport-item.selected[data-v-2d8be512]:after{content:"✓";position:absolute;right:var(--spacing-sm);top:50%;transform:translateY(-50%);color:var(--primary-blue);font-weight:700;font-size:16px}.charts-selection .charts-list-container .charts-list .chart-item.modified[data-v-2d8be512],.charts-selection .charts-list-container .charts-list .airport-item.modified[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .chart-item.modified[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .airport-item.modified[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .chart-item.modified[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .airport-item.modified[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .chart-item.modified[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .airport-item.modified[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .chart-item.modified[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .airport-item.modified[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .chart-item.modified[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .airport-item.modified[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .chart-item.modified[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .airport-item.modified[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .chart-item.modified[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .airport-item.modified[data-v-2d8be512]{position:relative}.charts-selection .charts-list-container .charts-list .chart-item.modified[data-v-2d8be512]:after,.charts-selection .charts-list-container .charts-list .airport-item.modified[data-v-2d8be512]:after,.charts-selection .charts-list-container .airports-list .chart-item.modified[data-v-2d8be512]:after,.charts-selection .charts-list-container .airports-list .airport-item.modified[data-v-2d8be512]:after,.charts-selection .airports-list-container .charts-list .chart-item.modified[data-v-2d8be512]:after,.charts-selection .airports-list-container .charts-list .airport-item.modified[data-v-2d8be512]:after,.charts-selection .airports-list-container .airports-list .chart-item.modified[data-v-2d8be512]:after,.charts-selection .airports-list-container .airports-list .airport-item.modified[data-v-2d8be512]:after,.airport-selection .charts-list-container .charts-list .chart-item.modified[data-v-2d8be512]:after,.airport-selection .charts-list-container .charts-list .airport-item.modified[data-v-2d8be512]:after,.airport-selection .charts-list-container .airports-list .chart-item.modified[data-v-2d8be512]:after,.airport-selection .charts-list-container .airports-list .airport-item.modified[data-v-2d8be512]:after,.airport-selection .airports-list-container .charts-list .chart-item.modified[data-v-2d8be512]:after,.airport-selection .airports-list-container .charts-list .airport-item.modified[data-v-2d8be512]:after,.airport-selection .airports-list-container .airports-list .chart-item.modified[data-v-2d8be512]:after,.airport-selection .airports-list-container .airports-list .airport-item.modified[data-v-2d8be512]:after{content:"";position:absolute;top:6px;right:6px;width:8px;height:8px;background:linear-gradient(135deg,#f59e0b,#fbbf24);border-radius:50%;box-shadow:0 0 8px #f59e0b99;animation:pulse 2s infinite}.charts-selection .charts-list-container .charts-list .chart-item.section-chart-item[data-v-2d8be512],.charts-selection .charts-list-container .charts-list .airport-item.section-chart-item[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .chart-item.section-chart-item[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .airport-item.section-chart-item[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .chart-item.section-chart-item[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .airport-item.section-chart-item[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .chart-item.section-chart-item[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .airport-item.section-chart-item[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .chart-item.section-chart-item[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .airport-item.section-chart-item[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .chart-item.section-chart-item[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .airport-item.section-chart-item[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .chart-item.section-chart-item[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .airport-item.section-chart-item[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .chart-item.section-chart-item[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .airport-item.section-chart-item[data-v-2d8be512]{padding:var(--spacing-xs) var(--spacing-md);margin:0 var(--spacing-xs)}.charts-selection .charts-list-container .charts-list .chart-item .chart-info[data-v-2d8be512],.charts-selection .charts-list-container .charts-list .chart-item .airport-info[data-v-2d8be512],.charts-selection .charts-list-container .charts-list .airport-item .chart-info[data-v-2d8be512],.charts-selection .charts-list-container .charts-list .airport-item .airport-info[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .chart-item .chart-info[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .chart-item .airport-info[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .airport-item .chart-info[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .airport-item .airport-info[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .chart-item .chart-info[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .chart-item .airport-info[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .airport-item .chart-info[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .airport-item .airport-info[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .chart-item .chart-info[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .chart-item .airport-info[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .airport-item .chart-info[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .airport-item .airport-info[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .chart-item .chart-info[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .chart-item .airport-info[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .airport-item .chart-info[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .airport-item .airport-info[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .chart-item .chart-info[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .chart-item .airport-info[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .airport-item .chart-info[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .airport-item .airport-info[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .chart-item .chart-info[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .chart-item .airport-info[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .airport-item .chart-info[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .airport-item .airport-info[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .chart-item .chart-info[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .chart-item .airport-info[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .airport-item .chart-info[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .airport-item .airport-info[data-v-2d8be512]{flex:1}.charts-selection .charts-list-container .charts-list .chart-item .chart-info .chart-name[data-v-2d8be512],.charts-selection .charts-list-container .charts-list .chart-item .chart-info .airport-name[data-v-2d8be512],.charts-selection .charts-list-container .charts-list .chart-item .airport-info .chart-name[data-v-2d8be512],.charts-selection .charts-list-container .charts-list .chart-item .airport-info .airport-name[data-v-2d8be512],.charts-selection .charts-list-container .charts-list .airport-item .chart-info .chart-name[data-v-2d8be512],.charts-selection .charts-list-container .charts-list .airport-item .chart-info .airport-name[data-v-2d8be512],.charts-selection .charts-list-container .charts-list .airport-item .airport-info .chart-name[data-v-2d8be512],.charts-selection .charts-list-container .charts-list .airport-item .airport-info .airport-name[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .chart-item .chart-info .chart-name[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .chart-item .chart-info .airport-name[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .chart-item .airport-info .chart-name[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .chart-item .airport-info .airport-name[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .airport-item .chart-info .chart-name[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .airport-item .chart-info .airport-name[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .airport-item .airport-info .chart-name[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .airport-item .airport-info .airport-name[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .chart-item .chart-info .chart-name[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .chart-item .chart-info .airport-name[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .chart-item .airport-info .chart-name[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .chart-item .airport-info .airport-name[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .airport-item .chart-info .chart-name[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .airport-item .chart-info .airport-name[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .airport-item .airport-info .chart-name[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .airport-item .airport-info .airport-name[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .chart-item .chart-info .chart-name[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .chart-item .chart-info .airport-name[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .chart-item .airport-info .chart-name[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .chart-item .airport-info .airport-name[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .airport-item .chart-info .chart-name[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .airport-item .chart-info .airport-name[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .airport-item .airport-info .chart-name[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .airport-item .airport-info .airport-name[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .chart-item .chart-info .chart-name[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .chart-item .chart-info .airport-name[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .chart-item .airport-info .chart-name[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .chart-item .airport-info .airport-name[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .airport-item .chart-info .chart-name[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .airport-item .chart-info .airport-name[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .airport-item .airport-info .chart-name[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .airport-item .airport-info .airport-name[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .chart-item .chart-info .chart-name[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .chart-item .chart-info .airport-name[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .chart-item .airport-info .chart-name[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .chart-item .airport-info .airport-name[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .airport-item .chart-info .chart-name[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .airport-item .chart-info .airport-name[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .airport-item .airport-info .chart-name[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .airport-item .airport-info .airport-name[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .chart-item .chart-info .chart-name[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .chart-item .chart-info .airport-name[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .chart-item .airport-info .chart-name[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .chart-item .airport-info .airport-name[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .airport-item .chart-info .chart-name[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .airport-item .chart-info .airport-name[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .airport-item .airport-info .chart-name[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .airport-item .airport-info .airport-name[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .chart-item .chart-info .chart-name[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .chart-item .chart-info .airport-name[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .chart-item .airport-info .chart-name[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .chart-item .airport-info .airport-name[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .airport-item .chart-info .chart-name[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .airport-item .chart-info .airport-name[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .airport-item .airport-info .chart-name[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .airport-item .airport-info .airport-name[data-v-2d8be512]{font-size:var(--font-size-sm);font-weight:500;color:var(--text-primary);margin-bottom:2px;line-height:1.3}.charts-selection .charts-list-container .charts-list .chart-item .chart-info .chart-subtitle[data-v-2d8be512],.charts-selection .charts-list-container .charts-list .chart-item .chart-info .airport-code[data-v-2d8be512],.charts-selection .charts-list-container .charts-list .chart-item .airport-info .chart-subtitle[data-v-2d8be512],.charts-selection .charts-list-container .charts-list .chart-item .airport-info .airport-code[data-v-2d8be512],.charts-selection .charts-list-container .charts-list .airport-item .chart-info .chart-subtitle[data-v-2d8be512],.charts-selection .charts-list-container .charts-list .airport-item .chart-info .airport-code[data-v-2d8be512],.charts-selection .charts-list-container .charts-list .airport-item .airport-info .chart-subtitle[data-v-2d8be512],.charts-selection .charts-list-container .charts-list .airport-item .airport-info .airport-code[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .chart-item .chart-info .chart-subtitle[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .chart-item .chart-info .airport-code[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .chart-item .airport-info .chart-subtitle[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .chart-item .airport-info .airport-code[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .airport-item .chart-info .chart-subtitle[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .airport-item .chart-info .airport-code[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .airport-item .airport-info .chart-subtitle[data-v-2d8be512],.charts-selection .charts-list-container .airports-list .airport-item .airport-info .airport-code[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .chart-item .chart-info .chart-subtitle[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .chart-item .chart-info .airport-code[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .chart-item .airport-info .chart-subtitle[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .chart-item .airport-info .airport-code[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .airport-item .chart-info .chart-subtitle[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .airport-item .chart-info .airport-code[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .airport-item .airport-info .chart-subtitle[data-v-2d8be512],.charts-selection .airports-list-container .charts-list .airport-item .airport-info .airport-code[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .chart-item .chart-info .chart-subtitle[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .chart-item .chart-info .airport-code[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .chart-item .airport-info .chart-subtitle[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .chart-item .airport-info .airport-code[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .airport-item .chart-info .chart-subtitle[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .airport-item .chart-info .airport-code[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .airport-item .airport-info .chart-subtitle[data-v-2d8be512],.charts-selection .airports-list-container .airports-list .airport-item .airport-info .airport-code[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .chart-item .chart-info .chart-subtitle[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .chart-item .chart-info .airport-code[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .chart-item .airport-info .chart-subtitle[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .chart-item .airport-info .airport-code[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .airport-item .chart-info .chart-subtitle[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .airport-item .chart-info .airport-code[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .airport-item .airport-info .chart-subtitle[data-v-2d8be512],.airport-selection .charts-list-container .charts-list .airport-item .airport-info .airport-code[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .chart-item .chart-info .chart-subtitle[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .chart-item .chart-info .airport-code[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .chart-item .airport-info .chart-subtitle[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .chart-item .airport-info .airport-code[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .airport-item .chart-info .chart-subtitle[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .airport-item .chart-info .airport-code[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .airport-item .airport-info .chart-subtitle[data-v-2d8be512],.airport-selection .charts-list-container .airports-list .airport-item .airport-info .airport-code[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .chart-item .chart-info .chart-subtitle[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .chart-item .chart-info .airport-code[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .chart-item .airport-info .chart-subtitle[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .chart-item .airport-info .airport-code[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .airport-item .chart-info .chart-subtitle[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .airport-item .chart-info .airport-code[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .airport-item .airport-info .chart-subtitle[data-v-2d8be512],.airport-selection .airports-list-container .charts-list .airport-item .airport-info .airport-code[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .chart-item .chart-info .chart-subtitle[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .chart-item .chart-info .airport-code[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .chart-item .airport-info .chart-subtitle[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .chart-item .airport-info .airport-code[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .airport-item .chart-info .chart-subtitle[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .airport-item .chart-info .airport-code[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .airport-item .airport-info .chart-subtitle[data-v-2d8be512],.airport-selection .airports-list-container .airports-list .airport-item .airport-info .airport-code[data-v-2d8be512]{font-size:var(--font-size-xs);color:var(--text-secondary);line-height:1.2}.mobile-overlay[data-v-2d8be512]{position:fixed;top:0;left:var(--nav-width-sidebar-sm);right:0;bottom:0;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1400;opacity:0;transition:opacity .4s ease;-webkit-transition:opacity .4s ease}.mobile-overlay.show[data-v-2d8be512]{opacity:1}@keyframes fadeIn-2d8be512{to{opacity:1}}.charts-list[data-v-2d8be512]::-webkit-scrollbar,.airports-list[data-v-2d8be512]::-webkit-scrollbar{width:8px}.charts-list[data-v-2d8be512]::-webkit-scrollbar-track,.airports-list[data-v-2d8be512]::-webkit-scrollbar-track{background:transparent}.charts-list[data-v-2d8be512]::-webkit-scrollbar-thumb,.airports-list[data-v-2d8be512]::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border-radius:4px;transition:all .3s ease}.charts-list[data-v-2d8be512]::-webkit-scrollbar-thumb:hover,.airports-list[data-v-2d8be512]::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,var(--secondary-blue),var(--primary-blue));box-shadow:0 0 8px #667eea80}@media (max-width: 767px){.charts-selection .selection-header[data-v-2d8be512],.airport-selection .selection-header[data-v-2d8be512]{padding:var(--spacing-sm) var(--spacing-md)}.charts-selection .selection-header .header-title[data-v-2d8be512],.airport-selection .selection-header .header-title[data-v-2d8be512]{font-size:var(--font-size-sm)}.charts-selection .charts-list .chart-item[data-v-2d8be512],.charts-selection .airports-list .airport-item[data-v-2d8be512],.airport-selection .charts-list .chart-item[data-v-2d8be512],.airport-selection .airports-list .airport-item[data-v-2d8be512]{padding:var(--spacing-xs) var(--spacing-md);margin:0 var(--spacing-xs)}.charts-selection .charts-list .chart-item .chart-info .chart-name[data-v-2d8be512],.charts-selection .charts-list .chart-item .chart-info .airport-name[data-v-2d8be512],.charts-selection .charts-list .chart-item .airport-info .chart-name[data-v-2d8be512],.charts-selection .charts-list .chart-item .airport-info .airport-name[data-v-2d8be512],.charts-selection .airports-list .airport-item .chart-info .chart-name[data-v-2d8be512],.charts-selection .airports-list .airport-item .chart-info .airport-name[data-v-2d8be512],.charts-selection .airports-list .airport-item .airport-info .chart-name[data-v-2d8be512],.charts-selection .airports-list .airport-item .airport-info .airport-name[data-v-2d8be512],.airport-selection .charts-list .chart-item .chart-info .chart-name[data-v-2d8be512],.airport-selection .charts-list .chart-item .chart-info .airport-name[data-v-2d8be512],.airport-selection .charts-list .chart-item .airport-info .chart-name[data-v-2d8be512],.airport-selection .charts-list .chart-item .airport-info .airport-name[data-v-2d8be512],.airport-selection .airports-list .airport-item .chart-info .chart-name[data-v-2d8be512],.airport-selection .airports-list .airport-item .chart-info .airport-name[data-v-2d8be512],.airport-selection .airports-list .airport-item .airport-info .chart-name[data-v-2d8be512],.airport-selection .airports-list .airport-item .airport-info .airport-name[data-v-2d8be512]{font-size:var(--font-size-sm)}.charts-selection .charts-list .chart-item .chart-info .chart-subtitle[data-v-2d8be512],.charts-selection .charts-list .chart-item .chart-info .airport-code[data-v-2d8be512],.charts-selection .charts-list .chart-item .airport-info .chart-subtitle[data-v-2d8be512],.charts-selection .charts-list .chart-item .airport-info .airport-code[data-v-2d8be512],.charts-selection .airports-list .airport-item .chart-info .chart-subtitle[data-v-2d8be512],.charts-selection .airports-list .airport-item .chart-info .airport-code[data-v-2d8be512],.charts-selection .airports-list .airport-item .airport-info .chart-subtitle[data-v-2d8be512],.charts-selection .airports-list .airport-item .airport-info .airport-code[data-v-2d8be512],.airport-selection .charts-list .chart-item .chart-info .chart-subtitle[data-v-2d8be512],.airport-selection .charts-list .chart-item .chart-info .airport-code[data-v-2d8be512],.airport-selection .charts-list .chart-item .airport-info .chart-subtitle[data-v-2d8be512],.airport-selection .charts-list .chart-item .airport-info .airport-code[data-v-2d8be512],.airport-selection .airports-list .airport-item .chart-info .chart-subtitle[data-v-2d8be512],.airport-selection .airports-list .airport-item .chart-info .airport-code[data-v-2d8be512],.airport-selection .airports-list .airport-item .airport-info .chart-subtitle[data-v-2d8be512],.airport-selection .airports-list .airport-item .airport-info .airport-code[data-v-2d8be512]{font-size:var(--font-size-xs)}}.home-view[data-v-a951191c]{display:flex;align-items:center;top:0;justify-content:center;min-height:calc(100% - 2 * var(--safe-area-inset-top) - var(--header-height));padding:var(--spacing-xl);background:var(--content-bg)}.welcome-container[data-v-a951191c]{max-width:600px;width:100%}.welcome-content[data-v-a951191c]{text-align:center}.welcome-content .app-title[data-v-a951191c]{font-size:var(--font-size-2xl);font-weight:600;color:var(--text-primary);margin:0 0 var(--spacing-sm)}.welcome-content .app-description[data-v-a951191c]{font-size:var(--font-size-md);color:var(--text-secondary);margin:0 0 var(--spacing-xl)}.guide-section[data-v-a951191c]{display:flex;align-items:center;justify-content:center;gap:var(--spacing-md);margin:var(--spacing-xl) 0;padding:var(--spacing-lg);border-radius:var(--radius-lg)}.guide-section .guide-icon[data-v-a951191c]{display:flex;align-items:center;justify-content:center;color:var(--primary-blue)}.guide-section .guide-text[data-v-a951191c]{font-size:var(--font-size-md);color:var(--text-primary);margin:0;font-weight:500}.chart-types[data-v-a951191c]{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--spacing-md);margin:var(--spacing-xl) 0}.chart-types .chart-type-item[data-v-a951191c]{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-lg);background:var(--secondary-bg);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-secondary);transition:all .2s ease}.chart-types .chart-type-item[data-v-a951191c]:hover{border-color:var(--primary-blue);color:var(--primary-blue);transform:translateY(-2px)}.chart-types .chart-type-item span[data-v-a951191c]{font-size:var(--font-size-sm);font-weight:500}@media (max-width: 768px){.home-view[data-v-a951191c]{padding:var(--spacing-lg)}.welcome-content .app-title[data-v-a951191c]{font-size:var(--font-size-xl)}.welcome-content .app-description[data-v-a951191c]{font-size:var(--font-size-sm)}.guide-section[data-v-a951191c]{flex-direction:column;gap:var(--spacing-sm)}.guide-section .guide-text[data-v-a951191c]{font-size:var(--font-size-md)}.chart-types[data-v-a951191c]{grid-template-columns:repeat(2,1fr);gap:var(--spacing-sm)}.chart-types .chart-type-item[data-v-a951191c]{padding:var(--spacing-md)}}@media (max-width: 480px){.home-view[data-v-a951191c]{padding:var(--spacing-md)}.chart-types[data-v-a951191c]{grid-template-columns:1fr}}.login-container[data-v-c39e3974]{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:var(--spacing-md)}.login-card[data-v-c39e3974]{width:100%;max-width:420px;background:var(--secondary-bg);border-radius:var(--radius-xl);box-shadow:var(--shadow-heavy);padding:var(--spacing-xl);animation:slideIn-c39e3974 .5s ease-out}.login-header[data-v-c39e3974]{text-align:center;margin-bottom:var(--spacing-xl)}.login-header .logo[data-v-c39e3974]{margin-bottom:var(--spacing-md);animation:float-c39e3974 3s ease-in-out infinite}.login-header .logo .logo-image[data-v-c39e3974]{width:80px;height:80px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(102,126,234,.3))}.login-header .login-title[data-v-c39e3974]{font-size:var(--font-size-2xl);font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 var(--spacing-xs)}.login-header .login-subtitle[data-v-c39e3974]{font-size:var(--font-size-sm);color:var(--text-secondary);margin:0}.login-form .form-group[data-v-c39e3974]{margin-bottom:var(--spacing-md)}.login-form .form-group label[data-v-c39e3974]{display:block;font-size:var(--font-size-sm);font-weight:500;color:var(--text-primary);margin-bottom:var(--spacing-xs)}.login-form .form-group input[data-v-c39e3974]{width:100%;padding:var(--spacing-sm) var(--spacing-md);border:2px solid var(--border-color);border-radius:var(--radius-md);font-size:var(--font-size-base);color:var(--text-primary);background:var(--primary-bg);transition:all .3s ease}.login-form .form-group input[data-v-c39e3974]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.login-form .form-group input[data-v-c39e3974]:disabled{opacity:.6;cursor:not-allowed}.login-form .form-group input[data-v-c39e3974]::placeholder{color:var(--text-secondary)}.login-form .captcha-group[data-v-c39e3974]{display:flex;gap:var(--spacing-sm)}.login-form .captcha-group .captcha-input[data-v-c39e3974]{flex:1}.login-form .captcha-group .captcha-image[data-v-c39e3974]{width:100px;height:40px;border:2px solid var(--border-color);border-radius:var(--radius-md);overflow:hidden;cursor:pointer;transition:all .3s ease;background:var(--primary-bg)}.login-form .captcha-group .captcha-image[data-v-c39e3974]:hover{border-color:#667eea;transform:scale(1.05)}.login-form .captcha-group .captcha-image img[data-v-c39e3974]{width:100%;height:100%;object-fit:cover}.login-form .captcha-group .captcha-image .captcha-placeholder[data-v-c39e3974]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-xs);color:var(--text-secondary)}.login-form .error-message[data-v-c39e3974]{padding:var(--spacing-sm);background:#ef44441a;border:1px solid var(--error-red);border-radius:var(--radius-md);color:var(--error-red);font-size:var(--font-size-sm);margin-bottom:var(--spacing-md);animation:shake-c39e3974 .5s ease-in-out}.login-form .login-btn[data-v-c39e3974]{width:100%;padding:var(--spacing-md);background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:var(--radius-md);color:#fff;font-size:var(--font-size-base);font-weight:600;cursor:pointer;transition:all .3s ease;position:relative}.login-form .login-btn[data-v-c39e3974]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.login-form .login-btn[data-v-c39e3974]:active:not(:disabled){transform:translateY(0)}.login-form .login-btn[data-v-c39e3974]:disabled{opacity:.6;cursor:not-allowed}.login-form .loading-spinner[data-v-c39e3974]{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin-c39e3974 .8s linear infinite}.login-footer[data-v-c39e3974]{margin-top:var(--spacing-xl);text-align:center}.login-footer p[data-v-c39e3974]{font-size:var(--font-size-xs);color:var(--text-secondary);margin:0}@keyframes slideIn-c39e3974{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes float-c39e3974{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shake-c39e3974{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}@keyframes spin-c39e3974{to{transform:rotate(360deg)}}@media (max-width: 480px){.login-card[data-v-c39e3974]{padding:var(--spacing-lg)}.login-title[data-v-c39e3974]{font-size:var(--font-size-xl)}.captcha-group[data-v-c39e3974]{flex-direction:column}.captcha-group .captcha-image[data-v-c39e3974]{width:100%;height:50px}}
