@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(210 20% 15%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(210 20% 15%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(210 20% 15%); --color-primary: hsl(215 100% 18%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(210 15% 25%); --color-secondary-foreground: hsl(0 0% 100%); --color-muted: hsl(210 20% 96%); --color-muted-foreground: hsl(210 15% 45%); --color-accent: hsl(150 60% 45%); --color-accent-foreground: hsl(0 0% 100%); --color-destructive: hsl(0 84.2% 60.2%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(210 20% 90%); --color-input: hsl(210 20% 90%); --color-ring: hsl(215 100% 18%); --color-sidebar-background: hsl(215 100% 18%); --color-sidebar-foreground: hsl(0 0% 100%); --color-sidebar-primary: hsl(150 60% 45%); --color-sidebar-primary-foreground: hsl(0 0% 100%); --color-sidebar-accent: hsl(210 20% 15%); --color-sidebar-accent-foreground: hsl(0 0% 100%); --color-sidebar-border: hsl(215 100% 25%); --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, serif; }:root{--radius: .5rem}@media (prefers-color-scheme: dark){:root{--color-background: hsl(210 20% 10%);--color-foreground: hsl(210 15% 95%);--color-card: hsl(210 20% 12%);--color-card-foreground: hsl(210 15% 95%);--color-popover: hsl(210 20% 12%);--color-popover-foreground: hsl(210 15% 95%);--color-primary: hsl(150 60% 45%);--color-primary-foreground: hsl(210 20% 10%);--color-secondary: hsl(210 15% 25%);--color-secondary-foreground: hsl(210 15% 95%);--color-muted: hsl(210 20% 20%);--color-muted-foreground: hsl(210 15% 70%);--color-accent: hsl(150 60% 45%);--color-accent-foreground: hsl(210 20% 10%);--color-destructive: hsl(0 62.8% 30.6%);--color-destructive-foreground: hsl(210 40% 98%);--color-border: hsl(210 20% 25%);--color-input: hsl(210 20% 25%);--color-ring: hsl(150 60% 45%);--color-sidebar-background: hsl(210 20% 8%);--color-sidebar-foreground: hsl(210 15% 95%);--color-sidebar-primary: hsl(150 60% 45%);--color-sidebar-primary-foreground: hsl(210 20% 10%);--color-sidebar-accent: hsl(210 15% 95%);--color-sidebar-accent-foreground: hsl(210 20% 10%);--color-sidebar-border: hsl(210 20% 20%);--color-sidebar-ring: hsl(150 60% 45%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;font-feature-settings:"liga" 1,"calt" 1}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{@apply font-serif tracking-tight;}.btn-corporate{@apply bg-primary text-primary-foreground hover:bg-primary/90;@apply font-semibold px-6 py-3 rounded-lg;@apply transition-all duration-200;@apply shadow-sm hover:shadow-md;}.btn-accent{@apply bg-accent text-accent-foreground hover:bg-accent/90;@apply font-semibold px-6 py-3 rounded-lg;@apply transition-all duration-200;@apply shadow-sm hover:shadow-md;}.card-corporate{@apply bg-card text-card-foreground;@apply border border-border rounded-lg;@apply shadow-sm hover:shadow-md;@apply transition-all duration-200;}.section-corporate{@apply py-20 px-4 md:px-8;}.section-corporate-narrow{@apply py-12 px-4 md:px-8;}}
