@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif}@layer base{:root{--background:0 0% 100%;--foreground:0 0% 3.9%;--card:0 0% 100%;--card-foreground:0 0% 3.9%;--popover:0 0% 100%;--popover-foreground:0 0% 3.9%;--primary:190 85% 55%;--primary-foreground:0 0% 98%;--secondary:0 0% 96.1%;--secondary-foreground:0 0% 9%;--muted:0 0% 96.1%;--muted-foreground:0 0% 45.1%;--accent:190 70% 55%;--accent-foreground:0 0% 98%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:0 0% 89.8%;--input:0 0% 89.8%;--ring:190 75% 45%;--chart-1:12 76% 61%;--chart-2:173 58% 39%;--chart-3:197 37% 24%;--chart-4:43 74% 66%;--chart-5:27 87% 67%;--radius:0.5rem}.dark{--background:220 20% 5%;--foreground:0 0% 98%;--card:220 15% 10%;--card-foreground:0 0% 98%;--popover:220 15% 10%;--popover-foreground:0 0% 98%;--primary:190 85% 55%;--primary-foreground:0 0% 98%;--secondary:220 15% 18%;--secondary-foreground:0 0% 98%;--muted:220 15% 18%;--muted-foreground:0 0% 63.9%;--accent:190 70% 55%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:0 0% 98%;--border:220 15% 20%;--input:220 15% 20%;--ring:190 75% 45%;--chart-1:220 70% 50%;--chart-2:160 60% 45%;--chart-3:30 80% 55%;--chart-4:280 65% 60%;--chart-5:340 75% 55%}}@layer base{*{@apply border-border}body{@apply bg-background text-foreground}select{color-scheme:dark}select optgroup,select option{background-color:#111318;color:#f8fafc}select option:checked{background-color:#2563eb;color:#ffffff}select option:disabled{color:rgba(248,250,252,.45)}html{scrollbar-color:rgba(34,211,238,.55) rgba(255,255,255,.04)}*,html{scrollbar-width:thin}*{scrollbar-color:rgba(34,211,238,.5) rgba(255,255,255,.04)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:rgba(10,12,18,.82);border-radius:999px}::-webkit-scrollbar-thumb{min-height:44px;border:2px solid rgba(10,12,18,.95);border-radius:999px;background:linear-gradient(180deg,rgba(34,211,238,.85),rgba(99,102,241,.72));box-shadow:inset 0 0 0 1px rgba(255,255,255,.12),0 0 14px rgba(34,211,238,.22)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,rgba(45,212,191,.95),rgba(129,140,248,.88))}::-webkit-scrollbar-corner{background:rgba(10,12,18,.82)}}@layer utilities{.text-glow{text-shadow:0 0 8px hsl(var(--primary)/.8),0 0 20px hsl(var(--primary)/.5)}.button-glow{box-shadow:0 0 12px 2px hsl(var(--primary)/.5),0 0 30px 5px hsl(var(--primary)/.3)}.holographic-border{border:3px solid transparent;background-clip:padding-box;border-image:linear-gradient(135deg,hsl(var(--primary)/.8),hsl(var(--accent)/.8)) 1;position:relative}.holographic-border:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:3px;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--accent)));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.button-glow-hover{box-shadow:0 0 16px 4px hsl(var(--primary)/.7),0 0 40px 8px hsl(var(--primary)/.4)}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom,0)}}