﻿.text-muted{color:var(--text-muted)}
.text-center{text-align:center}
.flex{display:flex} .flex-col{flex-direction:column}
.items-center{align-items:center} .justify-between{justify-content:space-between}
.gap-2{gap:var(--space-2)} .gap-4{gap:var(--space-4)} .gap-6{gap:var(--space-6)}
.mt-4{margin-top:var(--space-4)} .mt-8{margin-top:var(--space-8)} .mt-12{margin-top:var(--space-12)}
.mw-prose{max-width:62ch}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.divider{height:1px;background:var(--border);margin-block:var(--space-8)}