html{scroll-behavior:smooth}
#nerthus-spa-progress{position:fixed;left:0;top:0;height:2px;width:0;background:linear-gradient(90deg,#8f481f,#e58a48);z-index:99999;pointer-events:none;opacity:0;box-shadow:0 0 12px rgba(225,125,63,.55);transition:width .22s ease,opacity .18s ease}
body.spa-loading #nerthus-spa-progress{opacity:1;width:72%}
body.spa-ready #nerthus-spa-progress{width:100%;opacity:0;transition:width .16s ease,opacity .22s ease .12s}
body.spa-loading main{opacity:.72;transform:translateY(2px);transition:opacity .16s ease,transform .16s ease}
main.spa-enter{animation:nerthusPageEnter .28s ease both}
@keyframes nerthusPageEnter{from{opacity:.25;transform:translateY(5px)}to{opacity:1;transform:none}}
::view-transition-old(root){animation:nerthusOld .18s ease both}
::view-transition-new(root){animation:nerthusNew .26s ease both}
@keyframes nerthusOld{to{opacity:.25}}
@keyframes nerthusNew{from{opacity:.15}to{opacity:1}}
