.not-found-container{display:flex;align-items:center;justify-content:center;min-height:70vh;padding:2rem}.not-found-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:800px;width:100%}.error-code{background:linear-gradient(45deg,#fff 30%,#e3f2fd 90%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{text-shadow:0 0 20px rgba(255,255,255,.3)}to{text-shadow:0 0 30px rgba(255,255,255,.5),0 0 40px rgba(255,255,255,.3)}}.action-buttons{display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap;justify-content:center}@media (max-width: 600px){.action-buttons{flex-direction:column;width:100%}.action-buttons button{width:100%}}.not-found-content{animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}
