.not-found__wrapper{text-align:center;color:#111827;background:#f9fafb;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:calc(100vh - 80px);padding:0 16px;display:flex}.not-found__title{color:var(--primary-color,#ef4444);font-size:6rem;font-weight:700;animation:1.5s infinite not-found-pulse}.not-found__text{color:#374151;font-size:1.5rem}.not-found__button{color:#fff;background-color:var(--primary-color,#ef4444);cursor:pointer;border:none;border-radius:8px;margin-top:24px;padding:12px 24px;font-size:1rem;font-weight:600;transition:background-color .3s}.not-found__button:hover{background-color:#b91c1c}@keyframes not-found-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}
