@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=Inter:wght@300;400;500;600&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--font-playfair: "Playfair Display", serif;--font-inter: "Inter", sans-serif;--background: 0 0% 5%;--foreground: 0 0% 88%;--card: 0 0% 8%;--card-foreground: 0 0% 88%;--popover: 0 0% 8%;--popover-foreground: 0 0% 88%;--primary: 41 52% 57%;--primary-foreground: 0 0% 5%;--secondary: 0 0% 12%;--secondary-foreground: 0 0% 88%;--muted: 0 0% 12%;--muted-foreground: 0 0% 55%;--accent: 43 100% 50%;--accent-foreground: 0 0% 5%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 41 20% 18%;--input: 0 0% 14.9%;--ring: 41 52% 57%;--chart-1: 41 52% 57%;--chart-2: 43 100% 50%;--chart-3: 0 0% 88%;--chart-4: 0 0% 55%;--chart-5: 0 0% 30%;--radius: .5rem;--sidebar-background: 0 0% 5%;--sidebar-foreground: 0 0% 88%;--sidebar-primary: 41 52% 57%;--sidebar-primary-foreground: 0 0% 5%;--sidebar-accent: 0 0% 12%;--sidebar-accent-foreground: 0 0% 88%;--sidebar-border: 41 20% 18%;--sidebar-ring: 41 52% 57%}.dark{--background: 0 0% 5%;--foreground: 0 0% 88%;--card: 0 0% 8%;--card-foreground: 0 0% 88%;--popover: 0 0% 8%;--popover-foreground: 0 0% 88%;--primary: 41 52% 57%;--primary-foreground: 0 0% 5%;--secondary: 0 0% 12%;--secondary-foreground: 0 0% 88%;--muted: 0 0% 12%;--muted-foreground: 0 0% 55%;--accent: 43 100% 50%;--accent-foreground: 0 0% 5%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98%;--border: 41 20% 18%;--input: 0 0% 14.9%;--ring: 41 52% 57%;--chart-1: 41 52% 57%;--chart-2: 43 100% 50%;--chart-3: 0 0% 88%;--chart-4: 0 0% 55%;--chart-5: 0 0% 30%;--sidebar-background: 0 0% 5%;--sidebar-foreground: 0 0% 88%;--sidebar-primary: 41 52% 57%;--sidebar-primary-foreground: 0 0% 5%;--sidebar-accent: 0 0% 12%;--sidebar-accent-foreground: 0 0% 88%;--sidebar-border: 41 20% 18%;--sidebar-ring: 41 52% 57%}}@layer base{*{@apply border-border outline-ring/50;}body{@apply bg-background text-foreground;}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0d0d0d}::-webkit-scrollbar-thumb{background:#c5a059;border-radius:3px}@keyframes glow-pulse{0%,to{box-shadow:0 0 20px #ffb8004d,0 0 40px #ffb8001a}50%{box-shadow:0 0 30px #ffb80080,0 0 60px #ffb80033}}.glow-pulse{animation:glow-pulse 2s ease-in-out infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marquee{animation:marquee 30s linear infinite}.animate-marquee:hover{animation-play-state:paused}
