@tailwind base;@tailwind components;@tailwind utilities;:root{--bg:#030712;--surface:#111827;--border:#1f2937;--text:#f9fafb;--muted:#6b7280;--brand:#0ea5e9}body{background:var(--bg);color:var(--text)}.badge-alert,.badge-offline,.badge-online,.btn-ghost,.btn-primary,.card,.input,.label{@apply inline-flex items-center px-2 py-0.5 rounded-full text-xs font-medium bg-red-900 text-red-300}