@import"tailwindcss";@theme inline{ --color-midnight: #0a1628; --color-navy: #1e3a8a; --color-royal: #2563eb; --color-blue-light: #3b82f6; --color-emerald: #10b981; --color-emerald-light: #34d399; --color-platinum: #e5e7eb; --color-charcoal: #374151; --color-slate: #64748b; --color-background: hsl(210 40% 98%); --color-foreground: hsl(222.2 47.4% 11.2%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(222.2 47.4% 11.2%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(222.2 47.4% 11.2%); --color-primary: hsl(221 83% 25%); --color-primary-foreground: hsl(210 40% 98%); --color-secondary: hsl(217 91% 60%); --color-secondary-foreground: hsl(210 40% 98%); --color-accent: hsl(160 84% 39%); --color-accent-foreground: hsl(210 40% 98%); --color-muted: hsl(210 40% 96.1%); --color-muted-foreground: hsl(215.4 16.3% 46.9%); --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(221 83% 25%); --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"; }:root{--radius: .5rem;--midnight: #0a1628;--navy: #1e3a8a;--royal: #2563eb;--emerald: #10b981;--platinum: #e5e7eb;--charcoal: #374151}@media (prefers-color-scheme: dark){:root{--color-background: hsl(222.2 47.4% 11.2%);--color-foreground: hsl(210 40% 98%);--color-card: hsl(222.2 84% 4.9%);--color-card-foreground: hsl(210 40% 98%);--color-popover: hsl(222.2 84% 4.9%);--color-popover-foreground: hsl(210 40% 98%);--color-primary: hsl(217 91% 60%);--color-primary-foreground: hsl(210 40% 98%);--color-secondary: hsl(221 83% 25%);--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(160 84% 39%);--color-accent-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(217 91% 60%);--color-sidebar-background: hsl(240 5.9% 10%);--color-sidebar-foreground: hsl(240 4.8% 95.9%);--color-sidebar-primary: hsl(224.3 76.3% 48%);--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;}html{scroll-behavior:smooth}.glass{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.glass-dark{background:#0a1628cc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.gradient-midnight{background:linear-gradient(135deg,#0a1628,#1e3a8a,#2563eb)}.gradient-royal{background:linear-gradient(135deg,#1e3a8a,#2563eb)}.gradient-emerald{background:linear-gradient(135deg,#10b981,#34d399)}.text-gradient{background:linear-gradient(135deg,#1e3a8a,#2563eb,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#0b2c75;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#3c83f6}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-fadeInUp{animation:fadeInUp .6s ease-out forwards}.animate-fadeIn{animation:fadeIn .8s ease-out forwards}.animate-slideInLeft{animation:slideInLeft .6s ease-out forwards}.animate-slideInRight{animation:slideInRight .6s ease-out forwards}.animate-scaleIn{animation:scaleIn .5s ease-out forwards}.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.animation-delay-400{animation-delay:.4s}.animation-delay-500{animation-delay:.5s}
