.not-found-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:3rem 1rem;display:flex}.not-found-icons{color:#6c757d;opacity:.8;gap:1rem;margin-bottom:1.5rem;font-size:2.5rem;display:flex}.not-found-icons i{animation:2s ease-in-out infinite notFoundPulse}.not-found-icons i:nth-child(2){animation-delay:.3s}.not-found-icons i:nth-child(3){animation-delay:.6s}.not-found-code{color:#0f172a;margin:0 0 .5rem;font-size:4rem;font-weight:800;line-height:1}.not-found-title{color:#334155;margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.not-found-subtitle{color:#64748b;max-width:400px;margin:0 0 1.5rem;font-size:1rem}.not-found-btn{border-radius:var(--radius-sm);background:var(--color-primary);color:#fff;transition:background var(--transition);align-items:center;padding:.6rem 1.5rem;text-decoration:none;display:inline-flex}.not-found-btn:hover{background:var(--color-primary-hover);color:#fff}
