@tailwind base;@tailwind components;@tailwind utilities;:root{--font-inter:"Inter",system-ui,sans-serif;--color-brand:#6366f1;--color-brand-dark:#4f46e5;--color-surface:#f9fafb;--color-border:#e5e7eb;--color-text:#111827;--color-muted:#6b7280;--color-success:#16a34a;--color-warning:#d97706;--color-error:#dc2626}*,:after,:before{box-sizing:border-box}html{font-family:var(--font-inter);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;background-color:var(--color-surface);color:var(--color-text)}.status-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500;line-height:1}.status-badge--ok{background:#dcfce7;color:#15803d}.status-badge--warn{background:#fef9c3;color:#a16207}.status-badge--error{background:#fee2e2;color:#b91c1c}.status-badge--unknown{background:#f3f4f6;color:#4b5563}