::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#000;border:1px solid #333;border-radius:10px;box-shadow:inset 0 0 5px #00000080}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#02d07d,#0cf);border-radius:10px;border:1px solid rgba(2,208,125,.3);box-shadow:0 0 10px #00ff884d,inset 0 0 5px #ffffff1a;transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#02b570,#0cf);box-shadow:0 0 20px #00ff8880,inset 0 0 10px #fff3;border-color:#02b57080}::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#0f8,#0cf);box-shadow:0 0 30px #00ff88b3,inset 0 0 15px #ffffff4d}*{scrollbar-width:thin;scrollbar-color:#02d07d #000}@supports (scrollbar-width: thin){*{scrollbar-width:thin;scrollbar-color:#02d07d #000}}@keyframes scrollbarGlow{0%{box-shadow:0 0 10px #00ff884d,inset 0 0 5px #ffffff1a}50%{box-shadow:0 0 20px #00ff8880,inset 0 0 10px #fff3}to{box-shadow:0 0 10px #00ff884d,inset 0 0 5px #ffffff1a}}::-webkit-scrollbar-thumb:hover{animation:scrollbarGlow 2s ease-in-out infinite}::-webkit-scrollbar-corner{background:#000;border:1px solid #333}::-webkit-scrollbar-button{background:linear-gradient(180deg,#333,#000);border:1px solid #333;height:0;width:0}.minimal-scrollbar::-webkit-scrollbar{width:6px;height:6px}.minimal-scrollbar::-webkit-scrollbar-track{background:transparent}.minimal-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#02d07d,#0cf);border-radius:3px;opacity:.7}.minimal-scrollbar::-webkit-scrollbar-thumb:hover{opacity:1}.glass-scrollbar::-webkit-scrollbar{width:14px}.glass-scrollbar::-webkit-scrollbar-track{background:#0009;backdrop-filter:blur(10px);border:1px dashed #333;border-radius:10px}.glass-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#02d07dcc,#0cfc);backdrop-filter:blur(10px);border-radius:10px;border:1px solid rgba(255,255,255,.1);box-shadow:0 0 20px #00ff884d,inset 0 0 10px #ffffff1a}@supports not selector(::-webkit-scrollbar){body{scrollbar-width:thin;scrollbar-color:#02d07d #000}}body{-ms-overflow-style:-ms-autohiding-scrollbar;scrollbar-face-color:#02d07d;scrollbar-track-color:#000;scrollbar-arrow-color:#02b570;scrollbar-shadow-color:#333}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}html{scroll-behavior:smooth}.custom-scroll-container{overflow-y:auto;overflow-x:hidden;max-height:500px;position:relative}.custom-scroll-container:before,.custom-scroll-container:after{content:"";position:absolute;left:0;right:0;height:30px;pointer-events:none;z-index:1}.custom-scroll-container:before{top:0;background:linear-gradient(to bottom,#000 0%,transparent 100%)}.custom-scroll-container:after{bottom:0;background:linear-gradient(to top,#000 0%,transparent 100%)}
