@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Roboto+Mono:wght@500&display=swap";:root{--fids-bg: #0b0e14;--fids-surface: #1a1f26;--fids-surface-2: #242b35;--fids-text: #ffffff;--fids-accent: #ffcc00;--fids-dim: #94a3b8;--fids-success: #10b981;--fids-warning: #f59e0b;--fids-danger: #ef4444}html,body,#root{height:100%;margin:0;padding:0;overflow:auto}body{background-color:var(--fids-bg);color:var(--fids-text);font-family:Inter,sans-serif;transition:background-color .3s,color .3s}body.light-theme{--fids-bg: #f8fafc;--fids-surface: #ffffff;--fids-surface-2: #e2e8f0;--fids-text: #0f172a;--fids-dim: #64748b;--fids-accent: #eab308}.app-container{display:flex;flex-direction:column;height:100%;width:100%;max-width:1920px;margin:0 auto;box-sizing:border-box;overflow:hidden;padding:.25rem .5rem;background:var(--fids-bg);border-left:1px solid rgba(255,255,255,.05);border-right:1px solid rgba(255,255,255,.05);box-shadow:0 0 50px #0000004d}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;border-bottom:1.5px solid var(--fids-accent);padding-bottom:.5rem}h1{margin:0;font-size:1.8rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--fids-accent)}.controls{display:flex;gap:.75rem;align-items:center;flex-wrap:nowrap}.config-row{position:sticky;top:60px;z-index:15;display:flex;gap:1rem;align-items:center;background:var(--fids-surface);border-radius:0 0 4px 4px;padding:.25rem .5rem;border-bottom:1px solid rgba(0,0,0,.1);flex-wrap:wrap}.flight-table-wrapper{background-color:var(--fids-surface);border-radius:4px;box-shadow:0 4px 6px -1px #0000001a;flex-grow:1;min-height:0;overflow:auto}.flight-table{width:100%;border-collapse:collapse;min-width:800px}.flight-table th{position:sticky;top:116px;text-align:left;padding:.75rem;background-color:var(--fids-surface-2);color:var(--fids-dim);text-transform:uppercase;font-size:.75rem;font-weight:700;letter-spacing:.5px;z-index:10}body.light-theme .flight-table th{background-color:#e2e8f0}.flight-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.05);font-size:.95rem}body.light-theme .flight-table td{border-bottom:1px solid rgba(0,0,0,.05)}.flight-number{font-family:Roboto Mono,monospace;font-weight:700;color:var(--fids-accent);display:flex;align-items:center;gap:.5rem}.time{font-family:Roboto Mono,monospace}.time-actual{display:block;font-size:.8rem;color:var(--fids-dim)}.status-badge{display:inline-block;padding:.25rem .6rem;border-radius:6px;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.3px;box-sizing:border-box}.status-arrived,.status-ontime{background:#10b9814d;color:#10b981;border:1px solid rgba(16,185,129,.4)}.status-delayed,.status-estimated{background:#f59e0b4d;color:#fc0;border:1px solid rgba(245,158,11,.4)}.status-cancelled{background:#ef44444d;color:#ef4444;border:1px solid rgba(239,68,68,.4)}body.light-theme .status-arrived,body.light-theme .status-ontime{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}body.light-theme .status-delayed,body.light-theme .status-estimated{background:#fef3c7;color:#92400e;border:1px solid #fde68a}body.light-theme .status-cancelled{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.config-panel{display:flex;gap:1rem;margin-bottom:1rem;background:var(--fids-surface);padding:1rem;border-radius:8px;align-items:center}@media (max-width: 768px){h1{font-size:1.5rem}.app-container{padding:1rem .5rem}header{flex-direction:column;align-items:flex-start;gap:1rem}.config-panel{flex-direction:column;align-items:stretch}}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.refresh-indicator{font-size:.7rem;color:var(--fids-dim);animation:pulse 2s infinite}
