.card { background:#fff; border:1px solid #e2e8f0; border-radius:0.75rem; box-shadow:0 1px 2px rgba(15,23,42,.06); }
.badge-info { display:inline-flex; padding:.2rem .5rem; border-radius:.4rem; font-size:.72rem; font-weight:600; background:#cffafe; color:#155e75; }
.badge-warn { display:inline-flex; padding:.2rem .5rem; border-radius:.4rem; font-size:.72rem; font-weight:600; background:#fef3c7; color:#92400e; }
.badge-error { display:inline-flex; padding:.2rem .5rem; border-radius:.4rem; font-size:.72rem; font-weight:600; background:#ffe4e6; color:#9f1239; }
.badge-ok { display:inline-flex; padding:.2rem .5rem; border-radius:.4rem; font-size:.72rem; font-weight:600; background:#dcfce7; color:#166534; }
