/* ==========================================================
   UTILITY CLASSES
========================================================== */
.text-center { text-align: center; }
.text-right { text-align: right; }

.mt-10 { margin-top: 10px; }
.mb-20 { margin-bottom: 20px; }
.p-10 { padding: 10px; }
.hidden { display: none; }

.flex { display: flex; }
.flex-center { display: flex; justify-content: center; align-items: center; }
.gap-10 { gap: 10px; }
