.not-found-page{display:grid;min-height:clamp(34rem,66vh,48rem);place-items:center;padding:clamp(2rem,6vw,5.5rem) 1.25rem;overflow:hidden;color:var(--primary-dark);background:radial-gradient(circle at 12% 18%,rgba(119,210,255,.2),transparent 28rem),var(--secondary-light)}.not-found-page__shell{display:grid;width:min(100%,68rem);grid-template-columns:minmax(18rem,.9fr) minmax(20rem,1.1fr);align-items:center;gap:clamp(2rem,6vw,5rem);padding:clamp(1.5rem,4vw,3.5rem);border:1px solid rgba(58,114,183,.14);border-radius:clamp(1.5rem,3vw,2.5rem);background:#ffffffeb;box-shadow:0 24px 70px #2b578b21}.not-found-page__visual{position:relative;display:grid;min-height:19rem;place-items:center;isolation:isolate}.not-found-page__visual:before{position:absolute;width:min(100%,18rem);aspect-ratio:1;border-radius:50%;background:var(--secondary);content:"";z-index:-2}.not-found-page__code{color:#3a72b721;font-size:clamp(7.5rem,15vw,11rem);font-weight:900;letter-spacing:-.09em;line-height:1;transform:translate(-.04em)}.not-found-page__glasses{position:absolute;width:min(84%,20rem);mix-blend-mode:multiply;filter:saturate(.65) drop-shadow(0 16px 18px rgba(38,76,121,.2));transform:rotate(-3deg)}.not-found-page__orbit{position:absolute;border-radius:50%;background:var(--sky-blue);box-shadow:0 8px 20px #32b3e940}.not-found-page__orbit--one{top:1.5rem;right:13%;width:1rem;height:1rem}.not-found-page__orbit--two{bottom:2.2rem;left:12%;width:.65rem;height:.65rem;background:var(--primary)}.not-found-page__eyebrow{margin-bottom:.75rem;color:var(--aqua-blue);font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.not-found-page__content h1{max-width:13ch;margin-bottom:1rem;color:var(--primary-dark);font-size:clamp(2.2rem,5vw,3.75rem);font-weight:900;letter-spacing:-.04em;line-height:1.02}.not-found-page__description{max-width:34rem;margin-bottom:1.75rem;color:#58708d;font-size:clamp(1rem,2vw,1.12rem);line-height:1.7}.not-found-page__actions{display:flex;flex-wrap:wrap;gap:.75rem}.not-found-page__primary-action,.not-found-page__secondary-action{display:inline-flex;min-height:3rem;align-items:center;justify-content:center;padding:.7rem 1.35rem;border:2px solid var(--primary);border-radius:999px;font-weight:800;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.not-found-page__primary-action{color:#fff;background:var(--primary);box-shadow:0 10px 22px #3a72b738}.not-found-page__secondary-action{color:var(--primary);background:#fff}.not-found-page__primary-action:hover,.not-found-page__primary-action:focus-visible,.not-found-page__secondary-action:hover,.not-found-page__secondary-action:focus-visible{transform:translateY(-2px)}.not-found-page__primary-action:hover,.not-found-page__primary-action:focus-visible{color:#fff;background:var(--primary-dark);box-shadow:0 14px 28px #3a72b747}.not-found-page__secondary-action:hover,.not-found-page__secondary-action:focus-visible{color:var(--primary-dark);background:var(--secondary-light)}.not-found-page__primary-action:focus-visible,.not-found-page__secondary-action:focus-visible{outline:3px solid var(--sky-blue);outline-offset:3px}@media(max-width:767.98px){.not-found-page{min-height:36rem;padding:1.25rem 1rem 2.5rem}.not-found-page__shell{grid-template-columns:1fr;gap:.5rem;text-align:center}.not-found-page__visual{min-height:13rem}.not-found-page__visual:before{width:13rem}.not-found-page__code{font-size:7.5rem}.not-found-page__glasses{width:min(78%,16rem)}.not-found-page__content h1,.not-found-page__description{margin-inline:auto}.not-found-page__actions{justify-content:center}}@media(max-width:420px){.not-found-page__actions{flex-direction:column}.not-found-page__primary-action,.not-found-page__secondary-action{width:100%}}@media(prefers-reduced-motion:reduce){.not-found-page__primary-action,.not-found-page__secondary-action{transition:none}}
