/* ── CURSOR ────────────────────────────────────────────── */
#cd { width: 6px; height: 6px; background: var(--rb); border-radius: 50%; position: fixed; z-index: 9999; pointer-events: none; top: 0; left: 0; mix-blend-mode: difference }
#cr { width: 22px; height: 22px; border: 1px solid rgba(181,0,26,.4); border-radius: 50%; position: fixed; z-index: 9998; pointer-events: none; top: 0; left: 0; transition: width .18s, height .18s, border-color .18s }
