.not-found-section{color:#fff;justify-content:center;align-items:center;min-height:calc(100vh - 90px);padding:120px 24px 80px;display:flex}.not-found-container{text-align:center;max-width:760px}.not-found-title{font-family:var(--font-playfair), Georgia, serif;letter-spacing:-.02em;color:#fff;opacity:0;margin:0 0 32px;font-size:clamp(64px,11vw,168px);font-weight:600;line-height:.95;animation:.7s .15s forwards not-found-fade-in}.not-found-title em{color:var(--tungsten-yellow);font-style:italic;font-weight:500}.not-found-body{font-family:var(--font-heebo), sans-serif;color:var(--vp-mute);opacity:0;max-width:480px;margin:0 auto 48px;font-size:clamp(16px,1.4vw,19px);font-weight:400;line-height:1.55;animation:.7s .3s forwards not-found-fade-in}.not-found-actions{opacity:0;flex-wrap:wrap;justify-content:center;gap:16px;animation:.7s .45s forwards not-found-fade-in;display:flex}.not-found-cta{font-family:var(--font-heebo), sans-serif;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;gap:8px;padding:16px 28px;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .25s,color .25s,transform .25s,border-color .25s;display:inline-flex}.not-found-cta:hover{transform:translateY(-1px)}.not-found-cta-primary{background:var(--tungsten-yellow);color:var(--vp-ink-deep);border:1px solid var(--tungsten-yellow)}.not-found-cta-primary:hover{background:#ffd75a;border-color:#ffd75a}.not-found-cta-ghost{color:#fff;border:1px solid var(--vp-rule);background:0 0}.not-found-cta-ghost:hover{background:#ffffff0a;border-color:#ffffff73}.not-found-cta-arrow{transition:transform .25s;display:inline-block}.not-found-cta-ghost:hover .not-found-cta-arrow{transform:translate(3px)}@keyframes not-found-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.not-found-title,.not-found-body,.not-found-actions{opacity:1;animation:none}.not-found-cta:hover,.not-found-cta-ghost:hover .not-found-cta-arrow{transform:none}}@media (max-width:640px){.not-found-section{padding:100px 20px 60px}.not-found-actions{flex-direction:column}.not-found-cta{justify-content:center;width:100%}}.utility-page-wrap{justify-content:center;align-items:center;width:100vw;max-width:100%;height:100vh;max-height:100%;display:flex}.utility-page-content{text-align:center;flex-direction:column;width:260px;display:flex}.utility-page-form{flex-direction:column;align-items:stretch;display:flex}
