/* ═══════════════════════ VISIBILITY ═══════════════════════ */
.hidden { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* ═══════════════════════ SCROLLBAR ═══════════════════════ */
.scrollbar-hide { scrollbar-width: none; -ms-overflow-style: none; }
.scrollbar-hide::-webkit-scrollbar { display: none; }

/* ═══════════════════════ TRUNCATE ═══════════════════════ */
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ═══════════════════════ SELECTION HIGHLIGHT ═══════════════════════ */
.arc-selected {
    background: rgba(59, 130, 246, 0.06) !important;
}