.not-found{position:relative;min-height:100vh;overflow:hidden}.not-found:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,var(--not-found-glow) 0,transparent 50%);pointer-events:none}.not-found__container{min-height:100vh;max-width:1200px;margin:0 auto;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;position:relative;animation:not-found-fade-in .8s ease-out}@keyframes not-found-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.not-found__code{margin:0 0 16px;font-size:clamp(8rem,20vw,15rem);font-weight:700;line-height:1;letter-spacing:-.05em}.not-found__title{margin:0 0 16px;font-size:clamp(2rem,4vw,3rem);font-weight:700;text-align:center}.not-found__description{margin:0 0 48px;max-width:700px;font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.7;letter-spacing:.01em;text-align:center}