@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-slate-950 text-slate-200 min-h-screen;background-image:radial-gradient(circle at 50% 0%,#1e1b4b,#020617 50%)}}@layer components{::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{@apply bg-slate-900;}::-webkit-scrollbar-thumb{@apply bg-slate-700 rounded;}::-webkit-scrollbar-thumb:hover{@apply bg-slate-600;}.glass-card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 30px #0000001a}}
