/* ── Utility classes ───────────────────────────────────── */
.text-center { text-align: center; }
.text-muted  { color: var(--text-muted); }

.mt-8  { margin-top: 8px; }
.mt-12 { margin-top: 12px; }
.mt-16 { margin-top: 16px; }

.hidden { display: none !important; }

/* ── Scrollbars ────────────────────────────────────────── */
::-webkit-scrollbar { width: 0; }
* { scrollbar-width: none; }
