.nav-progress{z-index:9999;pointer-events:none;height:2px;position:fixed;top:0;left:0;right:0}.nav-progress__bar{background:linear-gradient(90deg, var(--vanar-teal,#14b8a6), var(--vanar-teal-strong,#0d9488));width:0;height:100%;box-shadow:0 0 8px var(--vanar-teal,#14b8a6);transform-origin:0;display:block}.nav-progress--loading .nav-progress__bar{animation:12s cubic-bezier(.1,.7,.3,1) forwards nav-progress-trickle}.nav-progress--done .nav-progress__bar{animation:.36s ease-out forwards nav-progress-finish}@keyframes nav-progress-trickle{0%{width:0%}30%{width:45%}60%{width:70%}to{width:90%}}@keyframes nav-progress-finish{0%{opacity:1;width:90%}60%{opacity:1;width:100%}to{opacity:0;width:100%}}@media (prefers-reduced-motion:reduce){.nav-progress__bar{animation-duration:.01ms!important}}
