@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(0 0% 10%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(0 0% 10%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(0 0% 10%); --color-primary: hsl(0 0% 10%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(45 20% 96%); --color-secondary-foreground: hsl(0 0% 10%); --color-muted: hsl(220 10% 96%); --color-muted-foreground: hsl(0 0% 40%); --color-accent: hsl(45 30% 90%); --color-accent-foreground: hsl(0 0% 10%); --color-destructive: hsl(0 70% 50%); --color-destructive-foreground: hsl(0 0% 100%); --color-border: hsl(220 20% 92%); --color-input: hsl(220 20% 92%); --color-ring: hsl(45 30% 50%); --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: hsl(0 0% 10%); --color-sidebar-primary: hsl(0 0% 10%); --color-sidebar-primary-foreground: hsl(0 0% 98%); --color-sidebar-accent: hsl(45 20% 95%); --color-sidebar-accent-foreground: hsl(0 0% 10%); --color-sidebar-border: hsl(220 13% 91%); --color-sidebar-ring: hsl(45 30% 50%); --color-gold: hsl(45 40% 60%); --color-rose: hsl(350 30% 85%); --color-beige: hsl(45 30% 92%); --color-charcoal: hsl(0 0% 15%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-sans: "Poppins", 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(0 0% 5%);--color-foreground: hsl(0 0% 95%);--color-card: hsl(0 0% 8%);--color-card-foreground: hsl(0 0% 95%);--color-popover: hsl(0 0% 8%);--color-popover-foreground: hsl(0 0% 95%);--color-primary: hsl(0 0% 98%);--color-primary-foreground: hsl(0 0% 5%);--color-secondary: hsl(0 0% 15%);--color-secondary-foreground: hsl(0 0% 95%);--color-muted: hsl(0 0% 20%);--color-muted-foreground: hsl(0 0% 65%);--color-accent: hsl(45 30% 20%);--color-accent-foreground: hsl(0 0% 95%);--color-destructive: hsl(0 70% 50%);--color-destructive-foreground: hsl(0 0% 100%);--color-border: hsl(0 0% 20%);--color-input: hsl(0 0% 20%);--color-ring: hsl(45 30% 50%);--color-sidebar-background: hsl(0 0% 8%);--color-sidebar-foreground: hsl(0 0% 95%);--color-sidebar-primary: hsl(0 0% 98%);--color-sidebar-primary-foreground: hsl(0 0% 8%);--color-sidebar-accent: hsl(0 0% 15%);--color-sidebar-accent-foreground: hsl(0 0% 95%);--color-sidebar-border: hsl(0 0% 15%);--color-sidebar-ring: hsl(45 30% 50%);--color-gold: hsl(45 40% 70%);--color-rose: hsl(350 30% 25%);--color-beige: hsl(45 30% 15%);--color-charcoal: hsl(0 0% 90%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;font-family:var(--font-sans)}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif)}}.luxury-gradient{background:linear-gradient(135deg,#f8f6f2,#fff,#f6eef0)}.gold-accent{color:var(--color-gold)}.beige-bg{background-color:var(--color-beige)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out}.luxury-hover{transition:all .3s cubic-bezier(.4,0,.2,1)}.luxury-hover:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #0000001a}
