@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--teal:#0EA5A0;--teal-l:#14B8B3;--teal-dim:rgba(14,165,160,0.14)}body{@apply bg-slate-950 text-slate-200 antialiased}}@layer components{.card{@apply bg-slate-900 border border-slate-800 rounded-xl p-4}.btn-primary{@apply bg-teal-600 hover:bg-teal-500 text-white font-semibold px-4 py-2 rounded-lg transition-all text-sm}.btn-ghost{@apply border border-slate-700 hover:border-teal-500 text-slate-300 hover:text-teal-400 px-3 py-1.5 rounded-lg transition-all text-sm}.inp{@apply bg-slate-800 border border-slate-700 rounded-lg px-3 py-2 text-sm text-slate-200 w-full focus:outline-none focus:border-teal-500 transition-colors}.tag-green{@apply bg-green-500/10 text-green-400 border border-green-500/20 text-xs px-2 py-0.5 rounded-full}.tag-amber{@apply bg-amber-500/10 text-amber-400 border border-amber-500/20 text-xs px-2 py-0.5 rounded-full}.tag-red{@apply bg-red-500/10 text-red-400 border border-red-500/20 text-xs px-2 py-0.5 rounded-full}.tag-teal{@apply bg-teal-500/10 text-teal-400 border border-teal-500/20 text-xs px-2 py-0.5 rounded-full}.tag-muted{@apply bg-slate-700/50 text-slate-400 border border-slate-700 text-xs px-2 py-0.5 rounded-full}}