.NotFound-module__IfqcAa__notFoundContainer{background:linear-gradient(135deg,var(--primary-bg)0%,var(--secondary-bg)100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.NotFound-module__IfqcAa__background{background:radial-gradient(circle at 20% 80%,#8b5cf61a 0%,#0000 50%),radial-gradient(circle at 80% 20%,#3b82f61a 0%,#0000 50%),radial-gradient(circle at 40% 40%,#10b9810d 0%,#0000 50%);position:absolute;inset:0}.NotFound-module__IfqcAa__mouseTracker{pointer-events:none;background:radial-gradient(circle,#8b5cf61a 0%,#0000 70%);border-radius:50%;width:200px;height:200px;transition:all .1s;position:absolute;transform:translate(-50%,-50%)}.NotFound-module__IfqcAa__floatingElement{opacity:.3;animation:6s ease-in-out infinite NotFound-module__IfqcAa__float;animation-delay:var(--delay);font-size:1.5rem;position:absolute}.NotFound-module__IfqcAa__floatingElement:first-child{top:20%;left:10%}.NotFound-module__IfqcAa__floatingElement:nth-child(2){top:60%;left:85%}.NotFound-module__IfqcAa__floatingElement:nth-child(3){top:80%;left:15%}.NotFound-module__IfqcAa__floatingElement:nth-child(4){top:30%;left:90%}@keyframes NotFound-module__IfqcAa__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(180deg)}}.NotFound-module__IfqcAa__content{text-align:center;z-index:10;opacity:0;transition:all .8s;position:relative;transform:translateY(30px)}.NotFound-module__IfqcAa__content.NotFound-module__IfqcAa__visible{opacity:1;transform:translateY(0)}.NotFound-module__IfqcAa__errorCode{perspective:1000px;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.NotFound-module__IfqcAa__number{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#8b5cf6,#3b82f6,#06b6d4);-webkit-background-clip:text;background-clip:text;font-size:8rem;font-weight:900;animation:3s ease-in-out infinite NotFound-module__IfqcAa__numberFloat;display:inline-block}.NotFound-module__IfqcAa__number:first-child{animation-delay:0s}.NotFound-module__IfqcAa__number:nth-child(2){animation-delay:.2s}.NotFound-module__IfqcAa__number:nth-child(3){animation-delay:.4s}@keyframes NotFound-module__IfqcAa__numberFloat{0%,to{transform:translateY(0)rotateX(0)}50%{transform:translateY(-20px)rotateX(10deg)}}.NotFound-module__IfqcAa__message{margin-bottom:3rem}.NotFound-module__IfqcAa__title{color:var(--text-color);-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#94a3b8 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.NotFound-module__IfqcAa__description{color:#94a3b8;max-width:500px;margin:0 auto;font-size:1.25rem;line-height:1.6}.NotFound-module__IfqcAa__illustration{justify-content:center;margin:3rem 0;display:flex}.NotFound-module__IfqcAa__astronaut{width:120px;height:150px;animation:4s ease-in-out infinite NotFound-module__IfqcAa__astronautFloat;position:relative}.NotFound-module__IfqcAa__helmet{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;width:80px;height:80px;position:absolute;top:0;left:50%;transform:translate(-50%)}.NotFound-module__IfqcAa__body{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:2px solid #fff3;border-radius:30px 30px 10px 10px;width:60px;height:70px;position:absolute;top:70px;left:50%;transform:translate(-50%)}.NotFound-module__IfqcAa__arms{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:2px solid #fff3;border-radius:10px;width:100px;height:20px;position:absolute;top:80px;left:50%;transform:translate(-50%)}.NotFound-module__IfqcAa__stars{position:absolute;inset:0}.NotFound-module__IfqcAa__star{background:#fff;border-radius:50%;animation:2s ease-in-out infinite NotFound-module__IfqcAa__twinkle;position:absolute}.NotFound-module__IfqcAa__star:first-child{width:2px;height:2px;animation-delay:0s;top:20px;left:20px}.NotFound-module__IfqcAa__star:nth-child(2){width:3px;height:3px;animation-delay:.5s;top:40px;right:30px}.NotFound-module__IfqcAa__star:nth-child(3){width:2px;height:2px;animation-delay:1s;bottom:30px;left:40px}.NotFound-module__IfqcAa__star:nth-child(4){width:3px;height:3px;animation-delay:1.5s;bottom:50px;right:20px}.NotFound-module__IfqcAa__star:nth-child(5){width:2px;height:2px;animation-delay:2s;top:60px;left:60px}@keyframes NotFound-module__IfqcAa__astronautFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(2deg)}}@keyframes NotFound-module__IfqcAa__twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.NotFound-module__IfqcAa__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.NotFound-module__IfqcAa__primaryButton,.NotFound-module__IfqcAa__secondaryButton,.NotFound-module__IfqcAa__tertiaryButton{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.NotFound-module__IfqcAa__primaryButton{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 100%)}.NotFound-module__IfqcAa__secondaryButton{border:1px solid var(--border-color);color:var(--text-color);background:#ffffff0d}.NotFound-module__IfqcAa__tertiaryButton{border:1px solid var(--border-color);color:var(--text-color);background:0 0}.NotFound-module__IfqcAa__primaryButton:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #8b5cf666}.NotFound-module__IfqcAa__secondaryButton:hover,.NotFound-module__IfqcAa__tertiaryButton:hover{background:#ffffff1a;transform:translateY(-2px)}.NotFound-module__IfqcAa__searchSuggestion{margin-bottom:2rem}.NotFound-module__IfqcAa__searchSuggestion p{color:#94a3b8;font-size:1rem}.NotFound-module__IfqcAa__searchSuggestion a{color:#8b5cf6;font-weight:600;text-decoration:none}.NotFound-module__IfqcAa__searchSuggestion a:hover{text-decoration:underline}.NotFound-module__IfqcAa__decoration{pointer-events:none;position:absolute;inset:0}.NotFound-module__IfqcAa__orbit{border:1px solid #8b5cf633;border-radius:50%;animation:20s linear infinite NotFound-module__IfqcAa__orbitRotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.NotFound-module__IfqcAa__orbit:first-child{width:300px;height:300px;animation-duration:20s}.NotFound-module__IfqcAa__orbit:nth-child(2){width:500px;height:500px;animation-duration:25s;animation-direction:reverse}.NotFound-module__IfqcAa__orbit:nth-child(3){width:700px;height:700px;animation-duration:30s}@keyframes NotFound-module__IfqcAa__orbitRotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.NotFound-module__IfqcAa__grid{opacity:.3;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.NotFound-module__IfqcAa__loadingFallback{background:var(--primary-bg);min-height:100vh;color:var(--text-color);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.NotFound-module__IfqcAa__loadingSpinner{border:3px solid #ffffff1a;border-top-color:#8b5cf6;border-radius:50%;width:40px;height:40px;animation:1s linear infinite NotFound-module__IfqcAa__spin}@keyframes NotFound-module__IfqcAa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.NotFound-module__IfqcAa__notFoundContainer{padding:1rem}.NotFound-module__IfqcAa__number{font-size:5rem}.NotFound-module__IfqcAa__title{font-size:2rem}.NotFound-module__IfqcAa__description{font-size:1.125rem}.NotFound-module__IfqcAa__actions{flex-direction:column;align-items:center}.NotFound-module__IfqcAa__primaryButton,.NotFound-module__IfqcAa__secondaryButton,.NotFound-module__IfqcAa__tertiaryButton{justify-content:center;width:100%;max-width:300px}.NotFound-module__IfqcAa__astronaut{transform:scale(.8)}}@media (prefers-reduced-motion:reduce){.NotFound-module__IfqcAa__mouseTracker,.NotFound-module__IfqcAa__floatingElement,.NotFound-module__IfqcAa__number,.NotFound-module__IfqcAa__astronaut,.NotFound-module__IfqcAa__star,.NotFound-module__IfqcAa__orbit,.NotFound-module__IfqcAa__loadingSpinner{animation:none}.NotFound-module__IfqcAa__primaryButton:hover,.NotFound-module__IfqcAa__secondaryButton:hover,.NotFound-module__IfqcAa__tertiaryButton:hover{transform:none}}
