.not-found-page{justify-content:center;align-items:center;min-height:80vh;padding:4rem 1rem;display:flex}.not-found-content{text-align:center;max-width:600px;margin:0 auto}.not-found-icon{margin-bottom:1rem;font-size:6rem;animation:3s ease-in-out infinite rotate}@keyframes rotate{0%,to{transform:rotate(0)}50%{transform:rotate(15deg)}}.not-found-title{color:var(--primary-color);margin:0;font-size:8rem;font-weight:800;line-height:1}.not-found-subtitle{color:var(--text-dark);margin:1rem 0;font-size:2rem;font-weight:700}.not-found-text{color:var(--text-light);margin:1.5rem 0 2.5rem;font-size:1.125rem;line-height:1.6}.not-found-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.not-found-title{font-size:5rem}.not-found-subtitle{font-size:1.5rem}.not-found-icon{font-size:4rem}.not-found-actions{flex-direction:column}.not-found-actions .btn{width:100%}}
