@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes bounce-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes pulse-slow{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@keyframes spin-out{0%{opacity:1;transform:rotate(0)scale(1)}to{opacity:0;transform:rotate(720deg)scale(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-float{animation:6s ease-in-out infinite float}.animate-bounce-slow{animation:5s ease-in-out infinite bounce-slow}.animate-pulse-slow{animation:4s ease-in-out infinite pulse-slow}.animate-shake{animation:.5s ease-in-out shake}.animate-spin-out{animation:1.2s ease-in-out forwards spin-out}.animate-fade-in{animation:1s ease-in-out forwards fade-in}.not-found-container{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.not-found-card{text-align:center;background:#fff;border:1px solid #15803d1a;border-radius:1rem;width:100%;max-width:800px;padding:2rem;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.not-found-card:before{content:"";z-index:0;background:radial-gradient(circle,#15803d08 0%,#0000 70%);width:100%;height:100%;position:absolute;top:0;left:0}.not-found-content{z-index:1;position:relative}.not-found-number{color:#15803d;text-shadow:2px 2px #15803d33;margin-bottom:1rem;font-size:8rem;font-weight:800;line-height:1}.not-found-title{color:#333;margin-bottom:1rem;font-size:2rem;font-weight:700}.not-found-message{color:#555;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.not-found-action-container{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:640px){.not-found-number{font-size:6rem}.not-found-title{font-size:1.5rem}.not-found-message{font-size:1rem}}
