.not-found-page{background:var(--np-meta-bg)}.not-found-content{z-index:3;max-width:960px;margin:-48px auto 0;padding:0 20px 72px;position:relative}.not-found-card{background:var(--np-white-bg);border-radius:var(--np-radius-xxl);text-align:center;padding:48px 40px 40px;box-shadow:0 16px 40px #09115d1a}.not-found-code{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin:0 0 20px;display:flex}.not-found-digit{border-radius:var(--np-radius-lg);background:var(--np-primary-bg);min-width:88px;min-height:88px;color:var(--np-brown-text);box-shadow:inset 0 -6px 0 var(--np-primary-shadow),0 8px 20px #b8960040;justify-content:center;align-items:center;padding:8px 16px;font-size:clamp(2.5rem,8vw,4rem);line-height:1;animation:2.4s ease-in-out infinite not-found-bounce;display:inline-flex}.not-found-digit:nth-child(2){animation-delay:.15s}.not-found-digit:nth-child(3){animation-delay:.3s}@keyframes not-found-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.not-found-title{color:var(--np-primary-text);margin:0 0 12px;font-size:clamp(1.5rem,4vw,2rem);line-height:1.3}.not-found-message{max-width:520px;color:var(--np-secondary-text);font-size:var(--np-font-size-mdx);margin:0 auto 28px;line-height:1.6}.not-found-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-bottom:36px;display:flex}.not-found-actions .yellow-btn,.not-found-actions .pink-btn{justify-content:center;align-items:center;min-width:180px;text-decoration:none;display:inline-flex}.not-found-links-label{color:var(--np-primary-text);font-size:var(--np-font-size-lg);margin:0 0 16px}.not-found-links{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none;display:grid}.not-found-link-item a{border-radius:var(--np-radius-mdx);background:var(--np-meta-bg);color:var(--np-primary-text);font-size:var(--np-font-size-sm);font-weight:var(--np-font-weight-medium);flex-direction:column;align-items:center;gap:8px;padding:18px 12px;text-decoration:none;transition:transform .22s,background-color .22s,box-shadow .22s;display:flex}.not-found-link-item a:hover{background:#fff3b8;transform:translateY(-3px);box-shadow:0 8px 18px #fbcb0059}.not-found-link-icon{border-radius:var(--np-radius-round);background:var(--np-primary-bg);width:40px;height:40px;color:var(--np-brown-text);justify-content:center;align-items:center;font-size:1rem;display:inline-flex}@media (max-width:780px){.not-found-content{margin-top:-24px;padding-bottom:48px}.not-found-card{border-radius:var(--np-radius-xl);padding:36px 20px 28px}.not-found-digit{min-width:64px;min-height:64px}.not-found-links{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:430px){.not-found-actions{flex-direction:column;width:100%}.not-found-actions .yellow-btn,.not-found-actions .pink-btn{width:100%}}
