.navigation-progress{z-index:100;pointer-events:none;height:3px;position:fixed;top:0;left:0;right:0}.navigation-progress__indicator{background-color:var(--action-primary-bg);width:0;height:100%;box-shadow:0 0 8px var(--action-primary-bg);animation:8s cubic-bezier(.1,.7,.2,1) .15s both navigation-progress;display:block}@keyframes navigation-progress{0%{width:0}to{width:90%}}
