::-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, #4C9E74 0%, #2f6f52 100%); border-radius: 999px; border: 1px solid rgba(255,255,255,0.06); }
::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #66c79a 0%, #4C9E74 100%); }
::-webkit-scrollbar-corner { background: transparent; }
* { scrollbar-width: thin; scrollbar-color: #4C9E74 rgba(255,255,255,0.02); }
::selection { background: rgba(76,158,116,0.35); color: #fff; }
::-moz-selection { background: rgba(76,158,116,0.35); color: #fff; }