@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--color-india-saffron: #FF9933;--color-india-green: #138808;--color-india-navy: #000080;--color-india-white: #FFFFFF;--color-brand-primary: var(--color-india-saffron);--color-brand-secondary: var(--color-india-green);--color-brand-accent: #FFD700;--color-brand-amber: #F59E0B;--color-status-live: #22C55E;--color-status-delayed: #EF4444;--color-status-alert: var(--color-india-saffron);--color-status-info: #3B82F6;--color-plane-default: #FACC15;--color-plane-alert: var(--color-india-saffron);--color-plane-selected: #EF4444;--color-surface-primary: #FFFFFF;--color-surface-secondary: #F8FAFC;--color-surface-elevated: rgba(255, 255, 255, .95);--color-surface-glass: rgba(255, 255, 255, .8);--color-surface-overlay: rgba(0, 0, 0, .5);--color-text-primary: #0F172A;--color-text-secondary: #475569;--color-text-muted: #64748B;--color-text-disabled: #94A3B8;--color-border-default: #E2E8F0;--color-border-subtle: #F1F5F9;--color-border-strong: #CBD5E1;--text-hero: clamp(2.25rem, 5vw + 1rem, 4.5rem);--text-h1: clamp(2rem, 4vw + .5rem, 3.5rem);--text-h2: clamp(1.5rem, 3vw + .5rem, 2.5rem);--text-h3: clamp(1.25rem, 2vw + .5rem, 1.75rem);--text-h4: clamp(1rem, 1.5vw + .5rem, 1.25rem);--text-body: clamp(.875rem, 1vw + .5rem, 1rem);--text-caption: clamp(.75rem, .5vw + .5rem, .875rem);--text-min: .6875rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-glow-brand: 0 0 20px rgba(255, 153, 51, .3);--shadow-glow-status: 0 0 15px rgba(34, 197, 94, .3);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: .5s cubic-bezier(.4, 0, .2, 1);--transition-spring: .5s cubic-bezier(.16, 1, .3, 1)}.dark{--color-surface-primary: #020617;--color-surface-secondary: #0F172A;--color-surface-elevated: rgba(6, 10, 24, .95);--color-surface-glass: rgba(0, 0, 0, .65);--color-surface-overlay: rgba(0, 0, 0, .8);--color-text-primary: #FFFFFF;--color-text-secondary: #94A3B8;--color-text-muted: #64748B;--color-text-disabled: #475569;--color-border-default: rgba(255, 255, 255, .06);--color-border-subtle: rgba(255, 255, 255, .03);--color-border-strong: rgba(255, 255, 255, .12);--shadow-glow-brand: 0 0 20px rgba(255, 153, 51, .2);--shadow-glow-status: 0 0 15px rgba(34, 197, 94, .2)}}@layer components{.glass-panel{background:var(--color-surface-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-border-strong);color:var(--color-text-primary);box-shadow:var(--shadow-lg)}.glass-panel-heavy{@apply bg-slate-950/80 backdrop-blur-xl border border-white/10 text-white shadow-2xl;}.skip-link{@apply sr-only;}.skip-link:focus{@apply not-sr-only fixed top-4 left-4 z-[100] bg-white dark:bg-slate-900 text-slate-900 dark:text-white px-6 py-3 rounded-lg shadow-xl ring-2 ring-amber-500 font-semibold text-sm;}.focus-ring{@apply outline-none focus-visible:ring-2 focus-visible:ring-amber-500 focus-visible:ring-offset-2 focus-visible:ring-offset-white dark:focus-visible:ring-offset-slate-900;}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{@apply bg-transparent;}.custom-scrollbar::-webkit-scrollbar-thumb{@apply bg-white/10 rounded-full hover:bg-white/20 transition-colors;}}@layer utilities{.text-fluid-hero{font-size:var(--text-hero)}.text-fluid-h1{font-size:var(--text-h1)}.text-fluid-h2{font-size:var(--text-h2)}.text-fluid-h3{font-size:var(--text-h3)}.text-fluid-h4{font-size:var(--text-h4)}.text-fluid-body{font-size:var(--text-body)}.text-fluid-caption{font-size:var(--text-caption)}}html{scroll-behavior:smooth}::selection{background:#ff99334d;color:#fff}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:3px}.dark ::-webkit-scrollbar-thumb{background:#fff3}::-webkit-scrollbar-thumb:hover{background:#94a3b880}.dark ::-webkit-scrollbar-thumb:hover{background:#fff6}.ticker-wrap{width:100%;overflow:hidden;white-space:nowrap}.ticker{display:inline-block;animation:ticker 30s linear infinite}@keyframes ticker{0%{transform:translate3d(100%,0,0)}to{transform:translate3d(-100%,0,0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slideUp .8s var(--transition-spring) forwards;opacity:0}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.text-safe-xs{font-size:max(.6875rem,var(--text-min))}
