@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&display=swap");@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#050505;--foreground:#F3F4F6;--card:#0a0a0a;--card-foreground:#F3F4F6;--popover:#0a0a0a;--popover-foreground:#F3F4F6;--primary:#FCD34D;--primary-foreground:#050505;--secondary:#1a1a1a;--secondary-foreground:#F3F4F6;--muted:#1a1a1a;--muted-foreground:#9ca3af;--accent:#3B82F6;--accent-foreground:#050505;--destructive:#ef4444;--destructive-foreground:#F3F4F6;--border:rgba(59,130,246,0.2);--input:rgba(59,130,246,0.1);--ring:rgba(252,211,77,0.5);--radius:0.5rem;--chart-1:#FCD34D;--chart-2:#3B82F6;--chart-3:#FFD700;--chart-4:#60A5FA;--chart-5:#93C5FD}.dark{--background:#050505;--foreground:#F3F4F6;--card:#0a0a0a;--card-foreground:#F3F4F6;--popover:#0a0a0a;--popover-foreground:#F3F4F6;--primary:#FCD34D;--primary-foreground:#050505;--secondary:#1a1a1a;--secondary-foreground:#F3F4F6;--muted:#1a1a1a;--muted-foreground:#9ca3af;--accent:#3B82F6;--accent-foreground:#050505;--destructive:#ef4444;--destructive-foreground:#F3F4F6;--border:rgba(59,130,246,0.2);--input:rgba(59,130,246,0.1);--ring:rgba(252,211,77,0.5)}@layer base{*{@apply border-border outline-ring/50}html{@apply bg-[#050505]}body{@apply bg-[#050505] text-foreground antialiased selection:bg-primary/20 selection:text-primary;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6}@media (max-width:768px){body{font-size:16px;line-height:1.65}}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,serif;@apply font-light tracking-wide}[role=button]:not([aria-disabled=true]),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),a[href],button:not(:disabled),input[type=checkbox]:not(:disabled),input[type=radio]:not(:disabled),select:not(:disabled){@apply cursor-pointer}}@layer components{.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.flex{min-height:0;min-width:0}.glass-panel{background:rgba(0,0,0,.4);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05)}.text-glow{text-shadow:0 0 20px rgba(252,211,77,.3)}.text-glow-blue{text-shadow:0 0 20px rgba(59,130,246,.3)}@media (min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.container{padding-left:2rem;padding-right:2rem;max-width:1400px}}}@layer utilities{.backdrop-blur-xl{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.backdrop-blur-md{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}}