.thin-scrollbar::-webkit-scrollbar{width:10px;height:10px}.thin-scrollbar::-webkit-scrollbar-track{background:#f1f5f9;border-radius:8px;margin:2px}.thin-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#94a3b8,#64748b);border-radius:8px;border:2px solid #f1f5f9;transition:background .2s ease}.thin-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#64748b,#475569)}.thin-scrollbar::-webkit-scrollbar-corner{background:#f1f5f9}.thin-scrollbar{scrollbar-width:thin;scrollbar-color:#64748b #f1f5f9}