@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(220 20% 10%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(220 20% 10%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(220 20% 10%); --color-primary: hsl(215 45% 20%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(210 20% 95%); --color-secondary-foreground: hsl(215 45% 20%); --color-muted: hsl(210 20% 96%); --color-muted-foreground: hsl(215 15% 45%); --color-accent: hsl(150 60% 45%); --color-accent-foreground: hsl(0 0% 100%); --color-destructive: hsl(0 84% 60%); --color-destructive-foreground: hsl(0 0% 100%); --color-border: hsl(215 20% 88%); --color-input: hsl(215 20% 88%); --color-ring: hsl(215 45% 20%); --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: hsl(220 15% 20%); --color-sidebar-primary: hsl(215 45% 20%); --color-sidebar-primary-foreground: hsl(0 0% 100%); --color-sidebar-accent: hsl(215 15% 94%); --color-sidebar-accent-foreground: hsl(215 45% 20%); --color-sidebar-border: hsl(215 15% 90%); --color-sidebar-ring: hsl(150 60% 45%); --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-serif: "Playfair Display", Georgia, Cambria, "Times New Roman", Times, serif; }:root{--radius: .5rem;--navy-primary: #1a2f4a;--navy-dark: #0f1a2b;--charcoal: #2d3436;--platinum: #e8e9ea;--platinum-light: #f5f5f6;--emerald: #10b981;--emerald-dark: #059669;--emerald-light: #34d399}@media (prefers-color-scheme: dark){:root{--color-background: hsl(215 35% 12%);--color-foreground: hsl(210 30% 95%);--color-card: hsl(215 35% 14%);--color-card-foreground: hsl(210 30% 95%);--color-popover: hsl(215 35% 14%);--color-popover-foreground: hsl(210 30% 95%);--color-primary: hsl(210 40% 96%);--color-primary-foreground: hsl(215 45% 20%);--color-secondary: hsl(215 30% 20%);--color-secondary-foreground: hsl(210 40% 96%);--color-muted: hsl(215 30% 22%);--color-muted-foreground: hsl(215 20% 65%);--color-accent: hsl(150 60% 45%);--color-accent-foreground: hsl(0 0% 100%);--color-destructive: hsl(0 62% 40%);--color-destructive-foreground: hsl(210 40% 96%);--color-border: hsl(215 30% 25%);--color-input: hsl(215 30% 25%);--color-ring: hsl(150 60% 55%);--color-sidebar-background: hsl(215 35% 10%);--color-sidebar-foreground: hsl(210 30% 90%);--color-sidebar-primary: hsl(150 60% 45%);--color-sidebar-primary-foreground: hsl(0 0% 100%);--color-sidebar-accent: hsl(215 30% 18%);--color-sidebar-accent-foreground: hsl(210 30% 90%);--color-sidebar-border: hsl(215 30% 18%);--color-sidebar-ring: hsl(150 60% 55%)}}@media (prefers-color-scheme: dark){@layer utilities{.glass-card{@apply bg-white/70 backdrop-blur-lg border border-white/20 shadow-xl rounded-2xl;}.glass-dark{@apply bg-slate-900/70 backdrop-blur-lg border border-white/10 shadow-xl rounded-2xl;}.gradient-primary{background:linear-gradient(135deg,var(--navy-primary) 0%,var(--navy-dark) 100%)}.gradient-accent{background:linear-gradient(135deg,var(--emerald) 0%,var(--emerald-dark) 100%)}.text-gradient{background:linear-gradient(135deg,var(--navy-primary) 0%,var(--emerald) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.animate-float{animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-fade-in{animation:fadeIn .8s ease-in forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-scale-in{animation:scaleIn .6s ease-out forwards}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.scroll-smooth{scroll-behavior:smooth}}:root{--color-background: hsl(222.2 84% 4.9%);--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(210 40% 98%);--color-primary-foreground: hsl(222.2 47.4% 11.2%);--color-secondary: hsl(217.2 32.6% 17.5%);--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(217.2 32.6% 17.5%);--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(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(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;}}
