@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 210 40% 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 25% 96%;--secondary-foreground: 222 40% 18%;--muted: 210 20% 94%;--muted-foreground: 215 16% 40%;--accent: 199 80% 48%;--accent-foreground: 0 0% 100%;--destructive: 0 72% 48%;--destructive-foreground: 0 0% 100%;--border: 214 24% 88%;--input: 214 24% 90%;--ring: 168 70% 36%;--radius: .5rem;--crimson: 168 70% 36%;--gold: 199 80% 48%;--deep-black: 222 47% 11%;--glass: 0 0% 100%;--sidebar-background: 0 0% 100%;--sidebar-foreground: 222 40% 18%;--sidebar-primary: 168 70% 36%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 210 25% 96%;--sidebar-accent-foreground: 222 40% 18%;--sidebar-border: 214 24% 90%;--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 text-foreground;}::selection{background:#1c9c8233;color:#0f1729}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#ecf0f4}::-webkit-scrollbar-thumb{background:#1c9c8259;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#1c9c828c}}@layer utilities{.text-glow{text-shadow:0 0 12px hsl(168 70% 36% / .2)}.text-glow-gold{text-shadow:0 0 12px hsl(199 80% 48% / .2)}.border-glow{box-shadow:0 0 0 1px #d9dfe8,0 4px 24px -8px #0f172914}.border-glow-hover{box-shadow:0 0 0 1px #1c9c8259,0 8px 32px -12px #1c9c8233}.glass-panel{@apply bg-card/90 backdrop-blur-md border border-border shadow-sm;}.glass-panel-solid{@apply bg-card/95 backdrop-blur-md border-b border-border shadow-sm;}.crimson-gradient{background:linear-gradient(135deg,#1da58a,#30a698)}.crimson-gradient-text{background:linear-gradient(135deg,#178c75,#1982b3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.neon-gradient{background:linear-gradient(135deg,#1da58a,#30a698)}.neon-gradient-text{background:linear-gradient(135deg,#178c75,#1982b3);-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 #dfe5ec}.msg-glow{animation:msg-glow-anim .6s ease-out}@keyframes msg-glow-anim{0%{box-shadow:0 0 16px #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}}
