:root{--vr-route-head:64px}.vr-route-layer:not([hidden]){animation:vrRouteOpen .22s cubic-bezier(.22,.8,.22,1) both}.vr-route-layer.is-closing{animation:vrRouteClose .17s ease both;pointer-events:none}.vr-route-content{width:100%;height:calc(100dvh - var(--vr-route-head));max-height:calc(100dvh - var(--vr-route-head));min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#080b10}.vr-route-content::-webkit-scrollbar{width:0;height:0}.vr-route-content>.vr-route-loading{display:grid;min-height:50dvh;place-items:center;color:#d8c56d;font-weight:900}.vr-route-content style,.vr-route-content link[rel="stylesheet"]{display:none}.vr-route-content.vr-route-page>.route-wrap{box-sizing:border-box;min-height:calc(100dvh - var(--vr-route-head));padding-bottom:24px!important;scroll-padding-bottom:var(--vr-bottom-safe)!important}.vr-route-content.vr-route-page #quizPanel{margin-bottom:0!important}.vr-route-content.vr-scroll-area{padding-bottom:var(--vr-bottom-safe)!important;scroll-padding-bottom:var(--vr-bottom-safe)!important}@keyframes vrRouteOpen{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes vrRouteClose{to{opacity:0;transform:translateY(7px)}}@media(prefers-reduced-motion:reduce){.vr-route-layer:not([hidden]),.vr-route-layer.is-closing{animation:none}}
