.not-found{background-color:var(--color-foreground);color:#fff;flex-direction:column;justify-content:space-between;min-height:100vh;padding:2rem 1.25rem;display:flex;position:relative;overflow:hidden}.not-found__ambient-light{z-index:-1;filter:blur(160px);pointer-events:none;background:#ffffff0a;border-radius:9999px;width:60rem;height:60rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.not-found__header{text-transform:uppercase;letter-spacing:.28em;color:#ffffff59;justify-content:space-between;align-items:flex-start;font-size:10px;font-weight:400;line-height:1;display:flex}.not-found__center{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:4rem 0;display:flex}.not-found__code{letter-spacing:-.06em;color:#ffffff14;margin-bottom:1.5rem;font-size:clamp(5rem,18vw,12rem);font-weight:500;line-height:.8}.not-found__title{letter-spacing:-.03em;color:#fff;margin:0;font-size:clamp(1.5rem,4vw,2.75rem);font-weight:500;line-height:1.1}.not-found__text{color:#fff6;max-width:28rem;margin:1.25rem 0 0;font-size:.875rem;line-height:1.6}.not-found__link{color:#fff;margin-top:2.5rem;padding-bottom:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-block;position:relative}.not-found__underline{transform-origin:0;background:#fff;height:2px;transition:transform .4s cubic-bezier(.22,1,.36,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(.18)}.not-found__link:hover .not-found__underline{transform:scaleX(1)}.not-found__footer{text-transform:uppercase;letter-spacing:.28em;color:#ffffff40;justify-content:space-between;align-items:center;font-size:10px;font-weight:400;line-height:1;display:flex}@media (min-width:640px){.not-found{padding:2.5rem}.not-found__header,.not-found__footer{font-size:.75rem}.not-found__code{margin-bottom:2rem}.not-found__text{font-size:1rem}.not-found__link{margin-top:2.75rem}.not-found__underline{height:3px}}
