.flex{display:flex} .items-center{align-items:center} .justify-between{justify-content:space-between}
.center{display:grid; place-items:center} .grid{display:grid}
.gap-8{gap:8px} .gap-12{gap:12px} .gap-16{gap:16px} .gap-20{gap:20px}
.col-2{grid-template-columns:repeat(2,minmax(0,1fr))} .col-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.mt-8{margin-top:8px} .mt-12{margin-top:12px} .mt-16{margin-top:16px} .mt-20{margin-top:20px}
.mt-24{margin-top:24px} .mt-28{margin-top:28px} .mt-32{margin-top:32px}
.mb-12{margin-bottom:12px} .mb-24{margin-bottom:24px}
.w-full{width:100%}
.text-muted{color:var(--text-2)} .text-center{text-align:center}
@media (max-width:880px){.hide-sm{display:none !important}}
.text-center { text-align: center; }
