.notFoundPage{background-color:#f7f9fc;justify-content:center;align-items:center;height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:flex}.notFoundContainer{text-align:center;background:#fff;border:1px solid #eee;border-radius:16px;max-width:400px;padding:40px;box-shadow:0 10px 30px #0000000d}.notFoundContainer .iconWrapper{background:#fff3f3;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;display:flex}.notFoundContainer .iconWrapper i{color:#e74c3c;font-size:32px}.notFoundContainer .notFoundTitle{color:#2c3e50;margin:0 0 10px;font-size:1.5rem;font-weight:700}.notFoundContainer .notFoundDesc{color:#555;margin-bottom:30px;font-size:1rem;line-height:1.5}.notFoundContainer .homeLink{color:#fff;background-color:#3f63f5;border-radius:8px;padding:12px 24px;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-block}.notFoundContainer .homeLink:hover{background-color:#3f63f5}
