
:root { --accent-blue: #3abff8; }
/* Global scrollbar (desktop only; iOS Safari ignores) */
* { scrollbar-width: auto; scrollbar-color: var(--accent-blue) #111216; }
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: #111216; }
::-webkit-scrollbar-thumb { background-color: var(--accent-blue); border-radius: 10px; border: 2px solid #0f1012; }
