:root{--scrollbar-width:6px;--primary-color:#0f172a}::-webkit-scrollbar{width:var(--scrollbar-width);height:6px;background-color:transparent}::-webkit-scrollbar-corner{display:none}html.light ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.18);border-radius:8px}html.dark ::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.4);border-radius:8px}@keyframes scan{0%{top:0;opacity:0}10%{opacity:1}90%{opacity:1}to{top:100%;opacity:0}}