@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background:0 0% 3.9%;--foreground:0 0% 98%}body{@apply bg-black text-gray-100}}@layer components{.card,.card-header,.status-badge,.status-error,.status-healthy,.status-warning{@apply bg-red-900/20 text-red-400 border border-red-900}}