/* Utility helpers */

.muted-text { color: var(--muted); }

.hidden { display: none !important; }

/* Width utilities (CSP-safe: avoid inline style="width:...") */
.w-72 { width: 72%; }
.w-54 { width: 54%; }
.w-38 { width: 38%; }
.w-19 { width: 19%; }

/* Disable interactions without inline styles */
.is-disabled { pointer-events: none !important; opacity: 0.6 !important; }
