@import"tailwindcss";@theme inline{ --color-background: hsl(220 30% 98%); --color-foreground: hsl(220 20% 15%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(220 20% 15%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(220 20% 15%); --color-primary: hsl(215 60% 25%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(210 40% 96%); --color-secondary-foreground: hsl(215 60% 25%); --color-muted: hsl(210 40% 96%); --color-muted-foreground: hsl(215 20% 40%); --color-accent: hsl(150 60% 35%); --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% 85%); --color-input: hsl(215 20% 85%); --color-ring: hsl(215 60% 25%); --color-success: hsl(150 60% 35%); --color-dark: hsl(220 15% 20%); --color-navy: hsl(215 60% 25%); --color-navy-light: hsl(215 50% 40%); --color-navy-dark: hsl(215 70% 18%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --font-serif: "Playfair Display", ui-serif, Georgia, serif; }:root{--radius: .6rem}@media (prefers-color-scheme: dark){:root{--color-background: hsl(220 20% 15%);--color-foreground: hsl(210 40% 98%);--color-card: hsl(215 30% 18%);--color-card-foreground: hsl(210 40% 98%);--color-popover: hsl(215 30% 18%);--color-popover-foreground: hsl(210 40% 98%);--color-primary: hsl(210 40% 98%);--color-primary-foreground: hsl(215 60% 25%);--color-secondary: hsl(215 25% 25%);--color-secondary-foreground: hsl(210 40% 98%);--color-muted: hsl(215 25% 25%);--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% 50%);--color-destructive-foreground: hsl(210 40% 98%);--color-border: hsl(215 25% 30%);--color-input: hsl(215 25% 30%);--color-ring: hsl(150 60% 45%);--color-success: hsl(150 60% 45%);--color-dark: hsl(220 15% 90%);--color-navy: hsl(215 50% 60%);--color-navy-light: hsl(215 50% 70%);--color-navy-dark: hsl(215 60% 50%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground font-sans antialiased;}h1,h2,h3,h4,h5,h6{@apply font-serif;}h1{@apply text-4xl md:text-5xl lg:text-6xl font-bold leading-tight;}h2{@apply text-3xl md:text-4xl lg:text-5xl font-semibold leading-tight;}h3{@apply text-2xl md:text-3xl lg:text-4xl font-semibold leading-tight;}}@layer utilities{.glass{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.glass-dark{background:#1e3a5fcc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.glass-card{background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(30,58,95,.1);box-shadow:0 8px 32px #0000001a}.gradient-navy{background:linear-gradient(135deg,#193966,#0e294e)}.gradient-emerald{background:linear-gradient(135deg,#248f59,#157947)}.gradient-hero{background:linear-gradient(135deg,#193966,#335e99,#242e42)}.text-gradient{background:linear-gradient(135deg,#193966,#248f59);-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 .6s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slideUp .8s ease-out forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate-scale-in{animation:scaleIn .5s ease-out forwards}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.smooth-scroll{scroll-behavior:smooth}}
