/* PR152.7 — Crew Comms Engine
 * The engine itself ships no UI in this PR — the admin rule
 * editor will land alongside the Lily Settings page in a later
 * surface PR.  This stylesheet exists so the index.html link is
 * not a 404 and admins can hang inline styles for the badge that
 * shows current SMS budget on the dashboard.
 */

.pr152_7-budget-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 10px;
  background: #f1f5f9;
  color: #0f172a;
}
.pr152_7-budget-badge.is-warning { background: #fef3c7; color: #92400e; }
.pr152_7-budget-badge.is-throttled { background: #fee2e2; color: #991b1b; }
