@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-dark: #020617;--bg-card: #0f172a;--border: #1e293b}body{background-color:var(--bg-dark);background-image:radial-gradient(circle at 15% 0%,rgba(37,99,235,.03),transparent 30%),radial-gradient(circle at 85% 30%,rgba(14,165,233,.03),transparent 30%);color:#e2e8f0}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#475569}@layer components{.card-base{@apply bg-surface border border-border rounded-3xl shadow-2xl;}.btn-base{@apply rounded-lg font-medium transition-all duration-200 active:scale-[.98] disabled:opacity-50 disabled:cursor-not-allowed flex items-center justify-center gap-2;}.input-base{@apply bg-background border border-border rounded-lg py-2 px-3 text-sm text-white placeholder-slate-600 focus:outline-none focus:border-primary focus:ring-1 focus:ring-primary transition-all;}}
