*,:after,:before{box-sizing:border-box}body{margin:0}body[data-not-found-page=true]{overflow:hidden}body[data-not-found-page=true] .bottom-nav,body[data-not-found-page=true] .footer,body[data-not-found-page=true] .mobile-nav,body[data-not-found-page=true] .nav{display:none}#root,.not-found-page{min-height:100svh}.not-found-page{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;overflow:hidden auto;padding:clamp(48px,7vw,96px) clamp(16px,4vw,64px);background:var(--paper-2);isolation:isolate}.not-found-grid{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(57,136,189,.08) 1px,transparent 0),linear-gradient(180deg,rgba(57,136,189,.06) 1px,transparent 0);background-size:46px 46px;opacity:.7;pointer-events:none}.not-found-orb{position:absolute;display:inline-flex;width:clamp(56px,8vw,92px);height:clamp(56px,8vw,92px);align-items:center;justify-content:center;border:1px solid rgba(228,231,235,.92);border-radius:8px;background:rgba(255,255,255,.86);box-shadow:var(--shadow-1);color:var(--brand-sky);animation:not-found-float 6s ease-in-out infinite}.not-found-orb--one{top:8%;right:8%}.not-found-orb--two{right:16%;bottom:42%;color:var(--ink-2);animation-delay:-2s}.not-found-orb--three{right:32%;bottom:12%;animation-delay:-4s}.not-found-message{position:relative;z-index:2;display:flex;width:min(720px,calc(100vw - 32px));flex-direction:column;align-items:stretch;gap:var(--s-4);padding:clamp(32px,5vw,56px);border:1px solid rgba(228,231,235,.9);border-radius:8px;background:rgba(255,255,255,.95);box-shadow:var(--shadow-2);text-align:center}.not-found-kicker{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border:1px solid var(--blue-200);border-radius:var(--r-pill);background:var(--blue-50);color:var(--blue-700);font-size:12px;font-weight:700;line-height:1.2;text-transform:uppercase}.not-found-code,.not-found-kicker{align-self:center;letter-spacing:0}.not-found-code{color:var(--ink);font-size:clamp(78px,18vw,172px);font-weight:800;line-height:.82}.not-found-message h1{align-self:center;font-size:clamp(30px,4vw,48px)}.not-found-message p{align-self:center;width:min(100%,58ch);max-width:58ch;color:var(--ink-3);font-size:clamp(15px,1.7vw,18px);line-height:1.6}.not-found-actions{display:flex;align-self:center;flex-wrap:wrap;justify-content:center;gap:var(--s-3);margin-top:var(--s-2)}.not-found-actions .btn{min-height:46px}.not-found-secondary-links{display:flex;align-self:center;flex-wrap:wrap;justify-content:center;gap:var(--s-3);margin-top:var(--s-1)}.not-found-secondary-links a{display:inline-flex;align-items:center;min-height:44px;color:var(--brand-ocean);font-size:14px;font-weight:700;line-height:1.4;text-decoration:underline;text-underline-offset:4px}@keyframes not-found-float{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-12px) rotate(3deg)}}@media (max-width:640px){.not-found-page{padding:var(--s-8) var(--s-4)}.not-found-message{gap:var(--s-3);padding:var(--s-6) var(--s-4)}.not-found-message p{width:min(300px,calc(100vw - 64px))}.not-found-actions{align-self:stretch;flex-direction:column;width:min(280px,calc(100vw - 80px));margin-right:auto;margin-left:auto}.not-found-actions .btn{width:100%}.not-found-secondary-links{width:min(326px,calc(100vw - 48px))}.not-found-orb{display:none}}@media (prefers-reduced-motion:reduce){.not-found-orb{animation:none}}