@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 210 20% 98%;--foreground: 222 47% 11%;--card: 0 0% 100%;--card-foreground: 222 47% 11%;--popover: 0 0% 100%;--popover-foreground: 222 47% 11%;--primary: 168 70% 36%;--primary-foreground: 0 0% 100%;--secondary: 210 20% 96%;--secondary-foreground: 222 40% 18%;--muted: 210 18% 94%;--muted-foreground: 215 16% 40%;--accent: 173 58% 42%;--accent-foreground: 0 0% 100%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214 20% 88%;--input: 214 20% 90%;--ring: 168 70% 36%;--radius: .75rem;--crimson: 168 70% 36%;--gold: 173 50% 38%;--deep-black: 222 47% 11%;--glass: 210 25% 97%;--sidebar-background: 0 0% 100%;--sidebar-foreground: 222 40% 18%;--sidebar-primary: 168 70% 36%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 210 20% 96%;--sidebar-accent-foreground: 222 40% 18%;--sidebar-border: 214 20% 88%;--sidebar-ring: 168 70% 36%}}@layer base{*{@apply border-border;}html{scroll-behavior:smooth}body{@apply bg-background text-foreground font-body antialiased;}button,[role=button],a{-webkit-tap-highlight-color:transparent}h1,h2,h3,h4,h5,h6{@apply font-display;}::selection{background:#1c9c8233;color:#0f1729}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#edf0f3}::-webkit-scrollbar-thumb{background:#36a18b59;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#36a18b8c}}@layer utilities{.text-glow{text-shadow:0 0 1px hsl(168 70% 36% / .25),0 1px 0 hsl(168 70% 36% / .12)}.text-glow-gold{text-shadow:0 0 1px hsl(173 50% 38% / .25),0 1px 0 hsl(173 50% 38% / .12)}.border-glow{box-shadow:0 0 15px #1c9c8214,inset 0 0 15px #1c9c8205}.border-glow-hover{box-shadow:0 0 25px #1c9c821f,inset 0 0 20px #1c9c820a}.glass-panel{@apply bg-card/60 backdrop-blur-xl border border-border/50;}.glass-panel-solid{@apply bg-card/90 backdrop-blur-2xl border border-border/60;}.crimson-gradient{background:linear-gradient(135deg,#1da58a,#2ba193)}.crimson-gradient-text{background:linear-gradient(135deg,#178c75,#298e83);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.neon-gradient{background:linear-gradient(135deg,#1da58a,#2ba193)}.neon-gradient-text{background:linear-gradient(135deg,#178c75,#298e83);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glow-line{height:1px;background:linear-gradient(90deg,transparent,hsl(168 70% 36% / .35),transparent)}.luxury-shadow{box-shadow:0 12px 40px -16px #0f17291f,0 0 0 1px #dae0e799}.msg-glow{animation:msg-glow-anim .6s ease-out}@keyframes msg-glow-anim{0%{box-shadow:0 0 20px #1c9c8259}to{box-shadow:0 0 #1c9c8200}}.pb-safe{padding-bottom:max(.5rem,env(safe-area-inset-bottom,0))}.bottom-safe{bottom:max(1.5rem,env(safe-area-inset-bottom,1.5rem))}.overflow-touch{-webkit-overflow-scrolling:touch}}
