.flight-page{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:calc(100vh - 64px);margin-top:64px;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){.flight-page{background:linear-gradient(135deg,#1e293b 0%,#334155 100%)}}.flight-page .flight-header{text-align:center;margin-bottom:15px;position:relative}.flight-page .flight-header h1{color:#fff;text-shadow:0 2px 4px #0000004d;margin:0 0 8px;font-size:2.5rem;font-weight:700}.flight-page .flight-subtitle{color:#ffffffe6;margin:0;font-size:1.1rem;font-weight:400}.dashboard-toggle-switch{justify-content:center;margin:8px 0 20px;display:flex}.switch-label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;display:flex}.switch-text{color:#ffffffe6;letter-spacing:.5px;font-size:.9rem;font-weight:600}.switch-container{width:36px;height:20px;display:inline-block;position:relative}.switch-input{opacity:0;width:0;height:0}.switch-slider{cursor:pointer;background-color:#ffffff40;border:1px solid #fff6;border-radius:24px;transition:all .3s;position:absolute;top:0;bottom:0;left:0;right:0;box-shadow:inset 0 1px 3px #0000001a}.switch-slider:before{content:"";background-color:#fff;border-radius:50%;width:14px;height:14px;transition:all .3s;position:absolute;bottom:2px;left:2px;box-shadow:0 2px 4px #00000040,0 1px 2px #0000001a}.switch-input:checked+.switch-slider{background-color:#3b82f6;border-color:#2563eb;box-shadow:inset 0 1px 3px #0000001a,0 0 0 1px #3b82f633}.switch-input:checked+.switch-slider:before{transform:translate(16px)}.switch-input:focus+.switch-slider{box-shadow:0 0 0 2px #3b82f64d}.flight-page .desktop-only{display:block}.flight-page .mobile-only{display:none}.flight-page .flights-desktop{max-width:1200px;margin:0 auto;position:relative}.flight-page .desktop-tabs{justify-content:center;gap:15px;margin-bottom:30px;display:flex}.flight-page .desktop-tab-button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:25px;padding:15px 30px;font-size:1.1rem;font-weight:600;transition:all .3s}.flight-page .desktop-tab-button.active{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-color:#3b82f6;font-weight:700;transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.flight-page .desktop-tab-button:hover{background:#ffffff26;border-color:#ffffff4d}@media (prefers-color-scheme:dark){.flight-page .desktop-tab-button{background:#0f172a4d;border-color:#33415566}.flight-page .desktop-tab-button.active{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-color:#3b82f6;font-weight:700;box-shadow:0 6px 20px #3b82f666}.flight-page .desktop-tab-button:hover{background:#0f172a66;border-color:#33415580}}.flight-page .flights-column{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;padding:25px;box-shadow:0 8px 32px #0000001a}@media (prefers-color-scheme:dark){.flight-page .flights-column{background:#0f172af2;border:1px solid #3341554d;box-shadow:0 8px 32px #0000004d}}.flight-page .flights-column h2{color:#2d3748;text-align:center;margin-bottom:25px;font-size:1.8rem;font-weight:700;position:relative}@media (prefers-color-scheme:dark){.flight-page .flights-column h2{color:#f1f5f9}}.flight-page .flights-column h2:after{content:"";background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;width:60px;height:3px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.flight-page .mobile-tabs{justify-content:center;gap:10px;margin-bottom:25px;display:flex}.flight-page .tab-button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:25px;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .3s}.flight-page .tab-button.active{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-color:#3b82f6;font-weight:700;transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.flight-page .tab-button:hover{background:#ffffff26;border-color:#ffffff4d}@media (prefers-color-scheme:dark){.flight-page .tab-button{background:#0f172a4d;border-color:#33415566}.flight-page .tab-button.active{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-color:#3b82f6;font-weight:700;box-shadow:0 6px 20px #3b82f666}.flight-page .tab-button:hover{background:#0f172a66;border-color:#33415580}}.flight-page .flights-table{border-collapse:separate;border-spacing:0;width:100%;margin-top:0}.flight-page .flights-table th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:12px 20px;font-family:Courier New,monospace;font-size:.8rem;font-weight:600}.flight-page .flights-table th:nth-child(3),.flight-page .flights-table th:nth-child(4){text-align:center!important}@media (prefers-color-scheme:dark){.flight-page .flights-table th{color:#94a3b8;background:#0f172a;border-bottom-color:#334155}}.flight-page .flights-table td{text-align:left;background:#fff;border-bottom:1px solid #f3f4f6;padding:16px 20px;font-family:Courier New,monospace}.flight-page .flights-table tr:hover td{background:#f8fafc;border-color:#3b82f6}@media (prefers-color-scheme:dark){.flight-page .flights-table td{background:#1e293b;border-bottom-color:#334155}.flight-page .flights-table tr:hover td{background:#0f172a;border-color:#3b82f6}}.flight-page .flights-table tr:last-child td{border-bottom:none}.flight-page .flight-number{color:#2d3748;letter-spacing:.5px;font-family:Courier New,monospace;font-size:1.2rem;font-weight:700}@media (prefers-color-scheme:dark){.flight-page .flight-number{color:#f1f5f9}}.flight-page .flight-destination{color:#4a5568;text-align:left;min-width:120px;font-size:1.1rem;font-weight:600}@media (prefers-color-scheme:dark){.flight-page .flight-destination{color:#cbd5e1}}.flight-page .time-value{color:#2d3748;font-family:Courier New,monospace;font-size:1.1rem;font-weight:700;text-align:center!important}@media (prefers-color-scheme:dark){.flight-page .time-value{color:#f1f5f9}}.flight-page .flight-status{text-align:center!important}.flight-page .status-text{text-transform:uppercase;letter-spacing:.5px;font-family:Courier New,monospace;font-size:1.1rem;font-weight:600}.flight-page .status-text.arrived,.flight-page .status-text.scheduled{color:#059669}.flight-page .status-text.delayed{color:#d97706}.flight-page .status-text.cancelled{color:#dc2626}.flight-page .status-text.boarding{color:#059669}.flight-page .status-text.departed{color:#7c3aed}@media (prefers-color-scheme:dark){.flight-page .status-text.arrived{color:#059669}.flight-page .status-text.scheduled{color:#10b981}.flight-page .status-text.delayed{color:#f59e0b}.flight-page .status-text.cancelled{color:#ef4444}.flight-page .status-text.boarding{color:#10b981}.flight-page .status-text.departed{color:#a78bfa}}.flight-page .loading-container,.flight-page .error-container,.flight-page .no-flights{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;padding:40px 20px}@media (prefers-color-scheme:dark){.flight-page .loading-container,.flight-page .error-container,.flight-page .no-flights{color:#f1f5f9;background:#0f172af2;border:1px solid #3341554d}}.flight-page .loading-spinner{border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;width:40px;height:40px;margin:0 auto 20px;animation:1s linear infinite spin}@media (prefers-color-scheme:dark){.flight-page .loading-spinner{border-color:#3b82f6 #334155 #334155}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.flight-page .retry-button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;margin-top:15px;padding:10px 20px;font-size:1rem;font-weight:500;transition:background-color .2s}.flight-page .retry-button:hover{background:#2563eb}@media (max-width:768px){.flight-page{margin-top:56px;padding:16px}.flight-page .desktop-only{display:none}.flight-page .mobile-only{display:block}.flight-page .flight-header{text-align:center;margin-bottom:25px}.flight-page .flight-header h1{margin:0 0 8px;font-size:2rem}.flight-page .flight-subtitle{margin:0;font-size:1rem}.switch-text{font-size:.8rem}.switch-container{width:32px;height:18px}.switch-slider:before{width:12px;height:12px}.switch-input:checked+.switch-slider:before{transform:translate(14px)}.flight-page .mobile-tabs{margin-bottom:20px}.flight-page .tab-button{padding:12px 16px;font-size:1rem}.flight-page .flight-number{font-size:.9rem}.flight-page .flight-destination{min-width:90px;font-size:.8rem}.flight-page .time-value{font-size:.9rem}.flight-page .flights-table th,.flight-page .flights-table td{padding:14px;font-size:.9rem}.flight-page .flights-table th{font-size:.65rem}}@media (max-width:480px){.flight-page{margin-top:56px;padding:12px}.flight-page .flight-header{text-align:center;margin-bottom:25px}.flight-page .flight-header h1{margin:0 0 6px;font-size:1.8rem}.flight-page .flight-subtitle{margin:0;font-size:.9rem}.flight-page .mobile-tabs{margin-bottom:15px}.flight-page .tab-button{padding:10px 14px;font-size:.9rem}.flight-page .flight-number{font-size:.7rem}.flight-page .flight-destination{min-width:70px;font-size:.7rem}.flight-page .time-value{font-size:.8rem}.flight-page .flights-table th,.flight-page .flights-table td{padding:8px 10px;font-size:.8rem}.flight-page .flights-table th{font-size:.55rem}.flight-page .status-text{font-size:.8rem}}
/*# sourceMappingURL=9a4fed0d7e23766d.css.map*/