/* The quiz opens immediately. The archived entrance is inert template content. */
body[data-screen="game"] .game-screen{position:relative;z-index:2;animation:none}
body[data-screen="game"] .site-header{z-index:3;transition:background-color 320ms ease,border-color 320ms ease}
body[data-screen="game"]{background:#f5f4ed;transition:background-color 320ms ease}
body[data-screen="game"]::before{content:"";position:fixed;inset:0;z-index:1;background:#080c18;opacity:0;pointer-events:none;transition:opacity 320ms ease}
body[data-screen="game"].summoning{background:#080c18}
body[data-screen="game"].summoning::before{opacity:1;transition-duration:180ms}
body[data-screen="game"].summoning .site-header{background:#080c18f5;border-bottom-color:#253044;box-shadow:none}
body.summoning .nav-brand img{filter:brightness(1.4)}
body.summoning .header-offer-copy strong{color:#eae3d4;background:none}
body.summoning .header-offer-copy>small,body.summoning .header-offer-price>span{color:#c7bea9}
body.summoning .header-offer-price>strong{color:#ff7883;text-shadow:none}
body[data-screen="game"].summoning .game-screen:has(+ #sales-page:not([hidden])) .game-window{background:#080c18}
.experience-footer{position:relative;z-index:2}
body.summoning .experience-footer .privacy-button{color:#c9c2d7}
@media(prefers-reduced-motion:reduce){
 body[data-screen="game"],body[data-screen="game"]::before,body[data-screen="game"] .site-header{transition:none}
 body[data-screen="game"]::before{display:none}
}
