.not-found{background:var(--color-background);justify-content:center;align-items:center;min-height:calc(100dvh - 72px);padding:48px 24px;display:flex}.not-found-inner{text-align:center;max-width:480px}.not-found-num{font-family:var(--font-heading);letter-spacing:-.06em;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:8rem;font-weight:900;line-height:1;display:block}.not-found-lens{color:var(--color-border-strong);margin:16px auto 32px;animation:8s linear infinite lensSpin}@keyframes lensSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.not-found h1{letter-spacing:-.03em;margin-bottom:12px;font-size:1.8rem}.not-found p{color:var(--color-text-secondary);margin-bottom:32px;font-size:.95rem;line-height:1.7}.not-found-actions{justify-content:center;gap:12px;margin-bottom:32px;display:flex}.not-found-links{justify-content:center;gap:24px;display:flex}.not-found-links a{color:var(--color-text-secondary);font-size:.85rem;text-decoration:none;transition:color .2s}.not-found-links a:hover{color:var(--color-primary)}@media (max-width:768px){.not-found-num{font-size:5rem}.not-found h1{font-size:1.4rem}.not-found-actions{flex-direction:column}.not-found-actions .btn{justify-content:center;width:100%}.not-found-links{flex-direction:column;gap:12px}}
