/* ── UTIL CLASSES ─────────────────────────────────── */
.mono{font-family:var(--fm)}
.text-muted{color:var(--tx3)}
.text-2{color:var(--tx2)}
.text-brand{color:var(--brand)}
.fw-800{font-weight:800}
.fw-700{font-weight:700}
.fw-600{font-weight:600}
.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-10{gap:10px}.gap-12{gap:12px}.gap-14{gap:14px}
.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}
.min-0{min-width:0}.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nowrap{white-space:nowrap}
.w-full{width:100%}
.star-btn{background:none;border:none;cursor:pointer;padding:2px;line-height:1}

/* Flex gap extras */
.gap-5{gap:5px}.gap-7{gap:7px}.gap-9{gap:9px}.gap-16{gap:16px}
.flex-wrap{flex-wrap:wrap}
.items-start{align-items:flex-start}
.justify-center{justify-content:center}
