.not-found{background:var(--bg);align-items:center;min-height:100vh;display:flex}.not-found__inner{text-align:center;padding:4rem 0}.not-found__code{background:linear-gradient(135deg, var(--primary), var(--accent));-webkit-text-fill-color:transparent;letter-spacing:-.04em;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(6rem,20vw,10rem);font-weight:900;line-height:1}.not-found__title{color:var(--secondary);margin-bottom:1rem;font-size:1.875rem;font-weight:700}.not-found__desc{color:var(--text-light);max-width:440px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.7}.not-found__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2.5rem;display:flex}.not-found__links{color:var(--text-lighter);flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;font-size:.875rem;display:flex}.not-found__links a{color:var(--primary);font-weight:500;transition:color .2s}.not-found__links a:hover{color:var(--primary-dark);text-decoration:underline}
