.not-found-container{color:#fff;background:linear-gradient(135deg,#0c1e5b 0%,#1a2a5e 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.not-found-content{text-align:center;max-width:600px;margin-right:2rem}.error-code{color:#40e0d0;text-shadow:2px 2px 10px #40e0d04d;margin-bottom:1rem;font-size:8rem;font-weight:700;line-height:1}.not-found-content h1{color:#fff;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.not-found-content p{color:#e0e0e0;margin-bottom:2rem;font-size:1.25rem}.not-found-actions{justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.not-found-button{cursor:pointer;border-radius:4px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.not-found-button.primary{color:#fff;background:linear-gradient(135deg,#40e0d0 0%,#4169e1 100%);border:none}.not-found-button.primary:hover{background:linear-gradient(135deg,#4169e1 0%,#40e0d0 100%);transform:translateY(-2px);box-shadow:0 4px 12px #40e0d04d}.not-found-button.secondary{color:#40e0d0;background-color:#0000;border:1px solid #40e0d0}.not-found-button.secondary:hover{background-color:#40e0d01a;transform:translateY(-2px)}.not-found-suggestions{margin-top:2rem}.not-found-suggestions h2{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.suggestion-links{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.suggestion-links a{color:#40e0d0;border-radius:4px;padding:.5rem 1rem;text-decoration:none;transition:all .3s}.suggestion-links a:hover{background-color:#40e0d01a;text-decoration:underline}.not-found-illustration{justify-content:center;align-items:center;display:flex}.not-found-illustration img{border:3px solid #40e0d033;border-radius:12px;max-width:100%;height:auto}.not-found-logo{margin-bottom:2rem;animation:3s ease-in-out infinite float}.not-found-logo img{width:auto;height:80px}@media (max-width:768px){.not-found-logo img{height:60px}}@media (max-width:992px){.not-found-container{text-align:center;flex-direction:column}.not-found-content{margin-bottom:2rem;margin-right:0}.error-code{font-size:6rem}.not-found-content h1{font-size:2rem}.not-found-content p{font-size:1.1rem}}@media (max-width:576px){.not-found-actions{flex-direction:column}.not-found-button{justify-content:center;width:100%}.error-code{font-size:5rem}}
