@import"tailwindcss";@theme inline{ --color-background: hsl(220 30% 98%); --color-foreground: hsl(222 47% 11%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(222 47% 11%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(222 47% 11%); --color-primary: hsl(221 45% 18%); --color-primary-foreground: hsl(210 40% 98%); --color-secondary: hsl(210 40% 96%); --color-secondary-foreground: hsl(222 47% 11%); --color-muted: hsl(210 40% 96%); --color-muted-foreground: hsl(215 16% 47%); --color-accent: hsl(45 70% 50%); --color-accent-foreground: hsl(222 47% 11%); --color-destructive: hsl(0 84% 60%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(214 32% 91%); --color-input: hsl(214 32% 91%); --color-ring: hsl(221 45% 18%); --color-sidebar-background: hsl(220 30% 96%); --color-sidebar-foreground: hsl(222 47% 11%); --color-sidebar-primary: hsl(221 45% 18%); --color-sidebar-primary-foreground: hsl(0 0% 98%); --color-sidebar-accent: hsl(210 40% 96%); --color-sidebar-accent-foreground: hsl(222 47% 11%); --color-sidebar-border: hsl(214 32% 91%); --color-sidebar-ring: hsl(221 45% 18%); --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;--zolvia-navy: #1e3a5f;--zolvia-navy-light: #2d4a6f;--zolvia-navy-dark: #0f2847;--zolvia-gold: #d4a853;--zolvia-gold-light: #e6c078;--zolvia-slate: #4a5568;--zolvia-slate-light: #718096}@media (prefers-color-scheme: dark){:root{--color-background: hsl(222 47% 11%);--color-foreground: hsl(210 40% 98%);--color-card: hsl(222 47% 11%);--color-card-foreground: hsl(210 40% 98%);--color-popover: hsl(222 47% 11%);--color-popover-foreground: hsl(210 40% 98%);--color-primary: hsl(210 40% 98%);--color-primary-foreground: hsl(222 47% 11%);--color-secondary: hsl(217 33% 17%);--color-secondary-foreground: hsl(210 40% 98%);--color-muted: hsl(217 33% 17%);--color-muted-foreground: hsl(215 20% 65%);--color-accent: hsl(45 70% 50%);--color-accent-foreground: hsl(222 47% 11%);--color-destructive: hsl(0 63% 31%);--color-destructive-foreground: hsl(210 40% 98%);--color-border: hsl(217 33% 17%);--color-input: hsl(217 33% 17%);--color-ring: hsl(212 27% 84%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}h1,h2,h3,h4,h5,h6{@apply font-serif;}html{scroll-behavior:smooth}.glass{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.gradient-navy{background:linear-gradient(135deg,#1e3a5f,#2d4a6f,#1e3a5f)}.gradient-gold{background:linear-gradient(135deg,#d4a853,#e6c078,#d4a853)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.animate-fade-in-left{animation:fadeInLeft .8s ease-out forwards}.animate-fade-in-right{animation:fadeInRight .8s 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}}
