@import"tailwindcss";@theme inline{ --color-background: hsl(210 100% 97%); --color-foreground: hsl(210 100% 5%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(210 100% 5%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(210 100% 5%); --color-primary: hsl(215 100% 12%); --color-primary-foreground: hsl(210 40% 98%); --color-secondary: hsl(217 91% 60%); --color-secondary-foreground: hsl(210 40% 98%); --color-muted: hsl(210 40% 96.1%); --color-muted-foreground: hsl(215.4 16.3% 46.9%); --color-accent: hsl(158 64% 52%); --color-accent-foreground: hsl(210 40% 98%); --color-cyan: hsl(188 84% 40%); --color-cyan-foreground: hsl(210 40% 98%); --color-destructive: hsl(0 84.2% 60.2%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(214.3 31.8% 91.4%); --color-input: hsl(214.3 31.8% 91.4%); --color-ring: hsl(215 100% 12%); --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: hsl(240 5.3% 26.1%); --color-sidebar-primary: hsl(240 5.9% 10%); --color-sidebar-primary-foreground: hsl(0 0% 98%); --color-sidebar-accent: hsl(240 4.8% 95.9%); --color-sidebar-accent-foreground: hsl(240 5.9% 10%); --color-sidebar-border: hsl(220 13% 91%); --color-sidebar-ring: hsl(217.2 91.2% 59.8%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --font-manrope: "Manrope", ui-sans-serif, system-ui, sans-serif; --font-poppins: "Poppins", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .5rem;--navy: #0B1F3A;--royal-blue: #2563EB;--emerald: #10B981;--cyan: #06B6D4}@media (prefers-color-scheme: dark){:root{--color-background: hsl(215 100% 5%);--color-foreground: hsl(210 40% 98%);--color-card: hsl(215 100% 8%);--color-card-foreground: hsl(210 40% 98%);--color-popover: hsl(215 100% 8%);--color-popover-foreground: hsl(210 40% 98%);--color-primary: hsl(210 40% 98%);--color-primary-foreground: hsl(215 100% 12%);--color-secondary: hsl(217 91% 60%);--color-secondary-foreground: hsl(210 40% 98%);--color-muted: hsl(217.2 32.6% 17.5%);--color-muted-foreground: hsl(215 20.2% 65.1%);--color-accent: hsl(158 64% 52%);--color-accent-foreground: hsl(210 40% 98%);--color-cyan: hsl(188 84% 50%);--color-cyan-foreground: hsl(210 40% 98%);--color-destructive: hsl(0 62.8% 30.6%);--color-destructive-foreground: hsl(210 40% 98%);--color-border: hsl(217.2 32.6% 17.5%);--color-input: hsl(217.2 32.6% 17.5%);--color-ring: hsl(212.7 26.8% 83.9%);--color-sidebar-background: hsl(240 5.9% 10%);--color-sidebar-foreground: hsl(240 4.8% 95.9%);--color-sidebar-primary: hsl(217 91% 60%);--color-sidebar-primary-foreground: hsl(0 0% 100%);--color-sidebar-accent: hsl(240 3.7% 15.9%);--color-sidebar-accent-foreground: hsl(240 4.8% 95.9%);--color-sidebar-border: hsl(240 3.7% 15.9%);--color-sidebar-ring: hsl(217.2 91.2% 59.8%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-fade-in-up{animation:fade-in-up .6s ease-out forwards}.animate-slide-in-right{animation:slide-in-right .6s ease-out forwards}.animate-scale-in{animation:scale-in .6s ease-out forwards}.glassmorphism{background:#ffffffb3;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.dark .glassmorphism{background:#0b1f3ab3;border:1px solid rgba(255,255,255,.1)}.gradient-navy{background:linear-gradient(135deg,#0b1f3a,#1e3a5f)}.gradient-royal{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.gradient-emerald{background:linear-gradient(135deg,#10b981,#059669)}.gradient-cyan{background:linear-gradient(135deg,#06b6d4,#0891b2)}.premium-shadow{box-shadow:0 25px 50px -12px #00000026}.dark .premium-shadow{box-shadow:0 25px 50px -12px #0006}
