@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-zinc-950 text-zinc-100 antialiased;}*{@apply border-zinc-800;}}@layer components{.card{@apply bg-zinc-900 border border-zinc-800 rounded-xl;}.btn-primary{@apply bg-brand-red hover:bg-brand-red-dark text-white font-medium px-4 py-2 rounded-lg transition-colors duration-150 flex items-center gap-2 text-sm;}.btn-secondary{@apply bg-zinc-800 hover:bg-zinc-700 text-zinc-100 font-medium px-4 py-2 rounded-lg transition-colors duration-150 flex items-center gap-2 text-sm;}.btn-ghost{@apply hover:bg-zinc-800 text-zinc-400 hover:text-zinc-100 px-3 py-2 rounded-lg transition-colors duration-150 flex items-center gap-2 text-sm;}.input{@apply bg-zinc-800 border border-zinc-700 text-zinc-100 rounded-lg px-3 py-2 text-sm focus:outline-none focus:border-brand-red focus:ring-1 focus:ring-brand-red/30 placeholder:text-zinc-500 w-full transition-colors;}.label{@apply text-xs font-medium text-zinc-400 uppercase tracking-wider mb-1 block;}.badge-online{@apply bg-emerald-500/20 text-emerald-400 border border-emerald-500/30 text-xs px-2 py-0.5 rounded-full;}.badge-offline{@apply bg-zinc-700/50 text-zinc-400 border border-zinc-600/30 text-xs px-2 py-0.5 rounded-full;}.badge-idle{@apply bg-amber-500/20 text-amber-400 border border-amber-500/30 text-xs px-2 py-0.5 rounded-full;}}
