.navigation-progress-container{top:calc(var(--fd-banner-height,0px) + var(--fd-nav-height,60px));z-index:9999;pointer-events:none;background:0 0;height:1.5px;position:fixed;left:0;right:0}.navigation-progress-bar{background:linear-gradient(90deg,#231b63 0%,#4f46e5 50%,#231b63 100%) 0 0/200% 100%;height:100%;transition:width .2s ease-out;animation:1.5s ease-in-out infinite progressShimmer;box-shadow:0 0 8px #4f46e566}.dark .navigation-progress-bar{background:linear-gradient(90deg,#4f46e5 0%,#818cf8 50%,#4f46e5 100%) 0 0/200% 100%;box-shadow:0 0 8px #818cf880}@keyframes progressShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.navigation-progress-container{animation:.2s ease-out fadeInProgress}@keyframes fadeInProgress{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.navigation-progress-container{top:calc(var(--fd-banner-height,0px) + var(--fd-nav-height,56px));height:1.5px}}
