@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:dark}body{background:radial-gradient(1200px 600px at 70% -10%,#1a2140 0,#0b0f19 55%);min-height:100vh}@layer components{.card{@apply rounded-xl border border-edge bg-panel/80 p-5 shadow-lg shadow-black/20 backdrop-blur}.btn{@apply inline-flex items-center justify-center gap-2 rounded-lg px-4 py-2 text-sm font-medium transition}.btn-primary{@apply btn bg-brand text-white hover:bg-indigo-500}.btn-ghost{@apply btn border border-edge text-slate-200 hover:bg-edge/60}.chip{@apply inline-flex items-center gap-1 rounded-full px-2.5 py-0.5 text-xs font-medium}.input{@apply w-full rounded-lg border border-edge bg-ink/60 px-3 py-2 text-sm text-slate-100 outline-none placeholder:text-slate-500 focus:border-brand}.label{@apply mb-1 block text-xs font-medium uppercase tracking-wide text-slate-400}}