/* === СКРОЛЛБАРЫ === */
*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}
::-webkit-scrollbar{width:6px;height:6px}
::-webkit-scrollbar-track,::-webkit-scrollbar-corner{background:transparent}
::-webkit-scrollbar-thumb{border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.5),rgba(255,255,255,.15));box-shadow:0 0 8px rgba(255,255,255,.15)}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,rgba(255,255,255,.7),rgba(255,255,255,.3));box-shadow:0 0 10px rgba(255,255,255,.3)}
::-webkit-scrollbar-thumb:active{background:rgba(255,255,255,.85);box-shadow:0 0 12px rgba(255,255,255,.4)}
[data-theme="light"] *{scrollbar-color:rgba(0,0,0,.3) transparent}
[data-theme="light"] ::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(0,0,0,.45),rgba(0,0,0,.15));box-shadow:0 0 8px rgba(0,0,0,.12)}
[data-theme="light"] ::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.3));box-shadow:0 0 10px rgba(0,0,0,.2)}
