.mobile-nav-link,.nav-link{position:relative}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:rgba(100,100,100,.3);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:rgba(100,100,100,.5)}.mobile-nav-link::before,.nav-link::after{content:"";position:absolute;left:0;background:#3b82f6}*{scrollbar-width:thin;scrollbar-color:rgba(100,100,100,0.3) transparent}section[id]{scroll-margin-top:96px}.nav-link::after{bottom:-6px;height:2px;width:0%;transition:width .3s}.nav-link.active::after{width:100%}.mobile-nav-link{padding-left:12px}.mobile-nav-link::before{top:0;width:3px;height:0%;transition:height .3s}.mobile-nav-link.active::before{height:100%}