::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: rgba(255,255,255,0.02); border-radius: 999px; }
::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #FAA241 0%, #C97A2E 100%); border-radius: 999px; border: 1px solid rgba(255,255,255,0.06); }
::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #FCC177 0%, #FAA241 100%); }
::-webkit-scrollbar-corner { background: transparent; }
* { scrollbar-width: thin; scrollbar-color: #FAA241 rgba(255,255,255,0.02); }
::selection { background: rgba(250,162,65,0.35); color: #fff; }
::-moz-selection { background: rgba(250,162,65,0.35); color: #fff; }