.not-found-container{text-align:center;background-color:#f8f9fa;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:2rem;font-family:Inter,sans-serif;display:flex}.not-found-content{background:#fff;border-radius:16px;width:100%;max-width:600px;padding:3rem 4rem;animation:.8s ease-out fadeIn;box-shadow:0 10px 25px #0000000d}.not-found-title-404{color:#0b1e47;letter-spacing:-2px;background:linear-gradient(135deg,#0b1e47 0%,#304ffe 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-size:8rem;font-weight:800;line-height:1;animation:6s ease-in-out infinite float}.not-found-heading{color:#1a202c;margin-bottom:1rem;font-size:2rem;font-weight:700}.not-found-message{color:#718096;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.not-found-button{color:#fff;background-color:#76b900;border-radius:50px;padding:.8rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 6px #76b9004d}.not-found-button:hover{color:#000;background-color:#5ca900;transform:translateY(-2px);box-shadow:0 6px 12px #76b90066}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (max-width:768px){.not-found-title-404{font-size:6rem}.not-found-content{padding:2rem}.not-found-heading{font-size:1.5rem}}
