.not-found-page{min-height:100dvh;padding:0;display:block}body:has(main.not-found-page) .site-header{display:none}.nf-game{--nf-w:clamp(2.75rem, 4.4vw, 4rem);--nf-h:clamp(5rem, 12.5vh, 7rem);--nf-pad:.5rem;--nf-gap:clamp(1rem, 1.85vw, 1.67rem);--nf-top:max(1.25rem, env(safe-area-inset-top,0px));--nf-bottom:max(1.25rem, env(safe-area-inset-bottom,0px));grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(5, minmax(var(--nf-h), 1fr));gap:var(--nf-gap);box-sizing:border-box;width:100%;min-height:calc(5 * var(--nf-h) + 4 * var(--nf-gap) + var(--nf-top) + var(--nf-bottom));height:100dvh;padding:var(--nf-top) max(3vw, env(safe-area-inset-left,0px)) var(--nf-bottom) max(3vw, env(safe-area-inset-right,0px));place-items:center;display:grid}.nf-centre{text-align:center;flex-direction:column;grid-area:2/5/5/9;justify-content:center;align-items:center;width:100%;min-width:0;display:flex}.nf-code{color:var(--white);letter-spacing:normal;margin:0;font-family:PPCirka,Georgia,serif;font-size:clamp(4.5rem,16vw,15rem);font-weight:400;line-height:.85}.nf-heading{margin:.75rem 0 0;font-family:Spline Sans,Arial,sans-serif;font-size:max(.85rem,12px)}.nf-message{min-height:4.2em;color:var(--secondary);text-wrap:balance;margin-top:.75rem;font-size:max(1rem,14px);line-height:1.4;position:relative}.nf-message-copy{margin:0;animation:.5s cubic-bezier(.16,1,.3,1) both nf-rise}.nf-home{justify-content:center;margin-top:1.5rem;display:flex}.nf-switch{box-sizing:border-box;width:var(--nf-w);min-width:44px;height:var(--nf-h);padding:var(--nf-pad);background:var(--surface);color:var(--white);box-shadow:inset -2px -1px 5px var(--inset-shadow), inset 1px 2px 5px var(--inset-shadow);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;border:0;border-radius:8.33rem;flex-direction:column;align-items:center;transition:background-color .4s;display:flex;position:relative}.nf-switch[data-accent=blue]{background:var(--brand)}.nf-switch[data-accent=green]{background:var(--green)}.nf-switch[data-accent=yellow]{background:var(--yellow)}.nf-switch[data-accent=pink]{background:var(--pink)}.nf-switch:focus-visible{outline:2px solid var(--focus);outline-offset:3px}.nf-knob{width:calc(var(--nf-w) - 2 * var(--nf-pad));min-width:calc(44px - 2 * var(--nf-pad));aspect-ratio:1;background:var(--ink);color:var(--white);box-shadow:inset 1px -1px 3px var(--inset-shadow), inset -1px 1px 2px var(--inset-highlight);will-change:transform;border-radius:50%;place-items:center;transition:transform .5s cubic-bezier(.33,1,.68,1);display:grid}.nf-knob svg{width:.8rem;height:.8rem;transform:rotate(90deg)}.nf-switch[aria-pressed=true] .nf-knob{transform:translateY(calc(var(--nf-h) - var(--nf-w)));transition-timing-function:cubic-bezier(.45,0,.55,1)}@keyframes nf-pop{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes nf-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes nf-show{to{opacity:1;transform:none}}.nf-game[data-entrance=play] .nf-switch{animation:nf-pop .3s cubic-bezier(.34, 1.56, .64, 1) var(--nf-delay,0s) both}html[data-drevhe-not-found-pop] .nf-game:not([data-entrance=play]) .nf-switch{opacity:0;animation:0s step-end 2.5s forwards nf-show;transform:scale(.7)}@media (max-width:991px){.nf-game{--nf-w:clamp(2.75rem, 6vw, 4rem);--nf-h:clamp(5rem, 11vh, 6.5rem);--nf-gap:clamp(.75rem, 2vw, 1.5rem);grid-template-rows:none;grid-template-columns:repeat(8,minmax(0,1fr));grid-auto-rows:minmax(var(--nf-h), auto);align-content:center;height:auto;min-height:100dvh}.nf-centre{grid-area:3/3/5/7;padding:.5rem 0}.nf-code{font-size:clamp(4.5rem,14vw,9rem)}}@media (max-width:767px){.nf-game{--nf-w:max(44px, clamp(2.75rem, 12vw, 3.5rem));--nf-h:5.5rem;--nf-gap:.75rem .85rem;gap:var(--nf-gap);grid-template-columns:repeat(6,minmax(0,1fr))}.nf-centre{grid-area:3/1/5/7;padding:.5rem 0}.nf-switch:nth-child(n+26){display:none}.nf-code{font-size:clamp(4.25rem,18vw,6.5rem)}.nf-message{margin-top:.5rem}.nf-home{margin-top:1.25rem}}@media (max-height:540px){.nf-centre{grid-area:1/5/3/9;padding:0}.nf-code{font-size:clamp(3.5rem,13vh,9rem)}.nf-heading{margin-top:.4rem}.nf-message{min-height:2.8em;margin-top:.35rem}.nf-home{margin-top:.75rem}}@media (max-height:540px) and (max-width:991px){.nf-centre{grid-area:1/3/3/7}}@media (max-height:540px) and (max-width:767px){.nf-centre{grid-area:1/1/3/7}}@media (prefers-reduced-motion:reduce){.nf-game[data-entrance=play] .nf-switch,html[data-drevhe-not-found-pop] .nf-game:not([data-entrance=play]) .nf-switch{opacity:1;transition:none;animation:none;transform:none}.nf-knob{transition:none}.nf-message-copy{animation:none}}
