.notFoundPageV1{--bg:#0c0b0b;--ink:#f2ede4;--ink2:#f2ede4ad;--ink3:#f2ede470;--ink4:#f2ede43d;--line:#f2ede41f;--pen:#f2735f;--pen-ink:#23100c;--teal:#2dd4bf;--fs:var(--font-newsreader),serif;--fb:var(--font-public-sans),sans-serif;--fh:var(--font-caveat),cursive;--ease:cubic-bezier(.22,1,.36,1);text-align:center;background:var(--bg);width:100%;min-height:100vh;color:var(--ink);font-family:var(--fb);-webkit-font-smoothing:antialiased;justify-content:center;align-items:center;padding:clamp(36px,8vh,60px) clamp(20px,5vw,48px);font-size:16.5px;line-height:1.68;display:flex;overflow-x:hidden}.notFoundPageV1 *{box-sizing:border-box;margin:0;padding:0}.notFoundPageV1 a{color:var(--ink2);text-decoration:none;transition:color .3s}.notFoundPageV1 a:hover{color:var(--pen)}.notFoundPageV1 ::selection{background:#f2735f52}.notFoundPageV1 .wrap{width:100%;max-width:1080px;margin:0 auto}.notFoundPageV1 .stack{animation:notfoundv1-up 1s var(--ease)both;flex-direction:column;align-items:center;display:flex}@keyframes notfoundv1-up{0%{opacity:0;transform:translateY(16px)}}.notFoundPageV1 .stage{aspect-ratio:7/6;width:min(320px,72vw);position:relative}.notFoundPageV1 .stage svg{width:100%;height:100%;display:block;overflow:visible}.notFoundPageV1 .chalk{font-family:var(--fh);fill:#f2ede4d9}@media (prefers-reduced-motion:no-preference){.notFoundPageV1 .clapTop{transform-origin:54px 98px;animation:4.6s ease-in-out infinite notfoundv1-clap}@keyframes notfoundv1-clap{0%,8%{transform:rotate(0)}22%{transform:rotate(-26deg)}52%{transform:rotate(-26deg)}58%{transform:rotate(0)}60%{transform:rotate(-3deg)}62%,to{transform:rotate(0)}}.notFoundPageV1 .clapBoard{animation:4.6s ease-in-out infinite notfoundv1-jolt}@keyframes notfoundv1-jolt{0%,57%,63%,to{transform:translateY(0)}59%{transform:translateY(3px)}}.notFoundPageV1 .shadow{transform-box:fill-box;transform-origin:50%;animation:4.6s ease-in-out infinite notfoundv1-shd}@keyframes notfoundv1-shd{0%,57%,63%,to{transform:scaleX(1)}59%{transform:scaleX(1.08)}}}.notFoundPageV1 .kick{letter-spacing:.24em;text-transform:uppercase;color:var(--ink3);font-size:11.5px;font-weight:700}.notFoundPageV1 h1{font-family:var(--fs);letter-spacing:-.012em;max-width:16ch;margin-top:14px;font-size:clamp(40px,10vw,58px);font-weight:400;line-height:1.08}.notFoundPageV1 h1 em{color:var(--pen);font-style:italic;font-weight:500}.notFoundPageV1 .sub{color:var(--ink2);text-wrap:pretty;max-width:44ch;margin-top:12px;font-size:clamp(15px,3.9vw,17.5px)}.notFoundPageV1 .actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;margin-top:clamp(24px,4vh,30px);display:flex}.notFoundPageV1 .btn{cursor:pointer;background:var(--pen);color:var(--pen-ink);font-family:var(--fb);border:0;min-height:48px;padding:15px 28px;font-size:14.5px;font-weight:700;transition:background .2s;display:inline-block}.notFoundPageV1 .btn:hover{background:#ff8570}