.hidden { display: none !important; }
.text-center { text-align: center; }
.text-muted { color: var(--text-muted); }
.fw-bold { font-weight: 600; }

.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }

.gap-sm { gap: 8px; }
.gap-md { gap: 16px; }
.gap-lg { gap: 30px; }

.mt-md { margin-top: 16px; }
.mt-lg { margin-top: 30px; }
.mb-md { margin-bottom: 16px; }
.mb-lg { margin-bottom: 30px; }

.glow { box-shadow: var(--accent-glow); }
