#nav-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #5865F2, #e6ac48);
    z-index: 9999;
    pointer-events: none;
    transition: width 0.2s linear;
}
