.ErrorPages-module__MNol2G__errorPage{background-color:var(--bg-color);flex-direction:column;min-height:100vh;display:flex;overflow:hidden}.ErrorPages-module__MNol2G__heroSection{background:linear-gradient(135deg,var(--grad2)0%,var(--grad1)100%);flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex;position:relative;overflow:hidden}.ErrorPages-module__MNol2G__heroSection:before{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.ErrorPages-module__MNol2G__heroSection:after{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff14 0%,#0000 60%);border-radius:50%;width:500px;height:500px;animation:12s ease-in-out infinite ErrorPages-module__MNol2G__floatOrb;position:absolute;top:-20%;right:-10%}.ErrorPages-module__MNol2G__floatingOrb1{pointer-events:none;background:radial-gradient(circle,#ffffff0d 0%,#0000 60%);border-radius:50%;width:400px;height:400px;animation:15s ease-in-out infinite ErrorPages-module__MNol2G__floatOrb2;position:absolute;bottom:-15%;left:-5%}.ErrorPages-module__MNol2G__floatingOrb2{pointer-events:none;background:radial-gradient(circle,#ffffff0a 0%,#0000 60%);border-radius:50%;width:200px;height:200px;animation:10s ease-in-out infinite ErrorPages-module__MNol2G__floatOrb3;position:absolute;top:20%;left:50%}@keyframes ErrorPages-module__MNol2G__floatOrb{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-30px,30px)scale(1.1)}}@keyframes ErrorPages-module__MNol2G__floatOrb2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(40px,-20px)scale(1.15)}}@keyframes ErrorPages-module__MNol2G__floatOrb3{0%,to{transform:translate(0)scale(1)rotate(0)}50%{transform:translate(-20px,30px)scale(1.2)rotate(180deg)}}.ErrorPages-module__MNol2G__contentWrapper{z-index:2;text-align:center;width:100%;max-width:700px;position:relative}.ErrorPages-module__MNol2G__errorCodeWrapper{margin-bottom:30px;position:relative}.ErrorPages-module__MNol2G__errorCode{color:#ffffff1a;text-shadow:0 0 80px #ffffff1a;font-size:10rem;font-weight:800;line-height:1;display:inline-block;position:relative}.ErrorPages-module__MNol2G__errorCodeGlow{background:linear-gradient(135deg,#ffffffe6,#fff9);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 30px #ffffff4d);background-clip:text;font-size:10rem;font-weight:800;animation:3s ease-in-out infinite ErrorPages-module__MNol2G__pulseGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes ErrorPages-module__MNol2G__pulseGlow{0%,to{opacity:1;filter:drop-shadow(0 0 30px #ffffff4d)}50%{opacity:.85;filter:drop-shadow(0 0 50px #ffffff80)}}.ErrorPages-module__MNol2G__iconContainer{width:120px;height:120px;margin:0 auto 30px;position:relative}.ErrorPages-module__MNol2G__iconWrapper{-webkit-backdrop-filter:blur(10px);z-index:2;background:#ffffff26;border:1px solid #fff3;border-radius:30px;justify-content:center;align-items:center;width:100%;height:100%;animation:4s ease-in-out infinite ErrorPages-module__MNol2G__iconFloat;display:flex;position:relative}.ErrorPages-module__MNol2G__iconWrapper i{color:#fff;font-size:3rem}.ErrorPages-module__MNol2G__iconRing{border:2px solid #fff3;border-radius:35px;animation:2.5s ease-in-out infinite ErrorPages-module__MNol2G__ringPulse;position:absolute;inset:-10px}.ErrorPages-module__MNol2G__iconRing:before{content:"";border:1px solid #ffffff1a;border-radius:40px;animation:2.5s ease-in-out .3s infinite ErrorPages-module__MNol2G__ringPulse;position:absolute;inset:-15px}@keyframes ErrorPages-module__MNol2G__iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes ErrorPages-module__MNol2G__ringPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.2;transform:scale(1.05)}}.ErrorPages-module__MNol2G__textContent{margin-bottom:40px}.ErrorPages-module__MNol2G__title{color:#fff;text-shadow:0 2px 20px #0003;margin-bottom:16px;font-size:2.5rem;font-weight:700;line-height:1.3}.ErrorPages-module__MNol2G__subtitle{color:#ffffffd9;max-width:500px;margin:0 auto;font-size:1.15rem;line-height:1.8}.ErrorPages-module__MNol2G__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.ErrorPages-module__MNol2G__primaryBtn{color:var(--grad2);cursor:pointer;background:#fffffff2;border:none;border-radius:50px;justify-content:center;align-items:center;gap:10px;padding:18px 36px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0003}.ErrorPages-module__MNol2G__primaryBtn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.ErrorPages-module__MNol2G__primaryBtn:hover{color:var(--grad2);transform:translateY(-5px);box-shadow:0 20px 50px #0000004d}.ErrorPages-module__MNol2G__primaryBtn:hover:before{left:100%}.ErrorPages-module__MNol2G__primaryBtn i{font-size:.9rem;transition:transform .3s}.ErrorPages-module__MNol2G__primaryBtn:hover i{transform:translate(-4px)}[dir=ltr] .ErrorPages-module__MNol2G__primaryBtn:hover i{transform:translate(4px)}.ErrorPages-module__MNol2G__secondaryBtn{-webkit-backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50px;justify-content:center;align-items:center;gap:10px;padding:18px 36px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:inline-flex}.ErrorPages-module__MNol2G__secondaryBtn:hover{color:#fff;background:#fff3;border-color:#fff6;transform:translateY(-3px)}.ErrorPages-module__MNol2G__secondaryBtn i{font-size:.9rem;transition:transform .3s}.ErrorPages-module__MNol2G__secondaryBtn:hover i{transform:rotate(-20deg)}.ErrorPages-module__MNol2G__errorDetailsCard{-webkit-backdrop-filter:blur(15px);text-align:start;background:#ffffff1a;border:1px solid #ffffff26;border-radius:20px;margin-top:40px;padding:24px 30px}.ErrorPages-module__MNol2G__errorDetailsHeader{border-bottom:1px solid #ffffff1a;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:16px;display:flex}.ErrorPages-module__MNol2G__errorDetailsHeader i{color:var(--yellow);font-size:1.2rem}.ErrorPages-module__MNol2G__errorDetailsHeader span{color:#fff;font-size:1rem;font-weight:600}.ErrorPages-module__MNol2G__errorMessage{color:#fffc;word-break:break-word;background:#0003;border-radius:12px;padding:14px 18px;font-family:Courier New,Courier,monospace;font-size:.9rem;line-height:1.5}.ErrorPages-module__MNol2G__decorLine{align-items:center;gap:10px;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.ErrorPages-module__MNol2G__decorLine span{background:linear-gradient(90deg,#0000,#fff6,#0000);border-radius:3px;width:40px;height:3px}.ErrorPages-module__MNol2G__decorLine span:nth-child(2){width:60px}.ErrorPages-module__MNol2G__decorDots{gap:8px;display:flex;position:absolute;top:30px;left:30px}.ErrorPages-module__MNol2G__decorDots span{background:#ffffff4d;border-radius:50%;width:8px;height:8px}.ErrorPages-module__MNol2G__decorDots span:first-child{animation:2s ease-in-out infinite ErrorPages-module__MNol2G__dotPulse}.ErrorPages-module__MNol2G__decorDots span:nth-child(2){animation:2s ease-in-out .3s infinite ErrorPages-module__MNol2G__dotPulse}.ErrorPages-module__MNol2G__decorDots span:nth-child(3){animation:2s ease-in-out .6s infinite ErrorPages-module__MNol2G__dotPulse}@keyframes ErrorPages-module__MNol2G__dotPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.ErrorPages-module__MNol2G__searchIcon{color:#ffffff0d;font-size:4rem;animation:8s ease-in-out infinite ErrorPages-module__MNol2G__searchFloat;position:absolute;top:30%;left:10%;transform:rotate(-15deg)}.ErrorPages-module__MNol2G__questionMark{color:#ffffff0a;font-size:6rem;animation:10s ease-in-out infinite ErrorPages-module__MNol2G__questionFloat;position:absolute;bottom:20%;right:8%}@keyframes ErrorPages-module__MNol2G__searchFloat{0%,to{transform:rotate(-15deg)translateY(0)}50%{transform:rotate(-15deg)translateY(-20px)}}@keyframes ErrorPages-module__MNol2G__questionFloat{0%,to{transform:translateY(0)rotate(10deg)}50%{transform:translateY(-30px)rotate(-5deg)}}.ErrorPages-module__MNol2G__gearIcon{color:#ffffff0a;font-size:5rem;animation:20s linear infinite ErrorPages-module__MNol2G__gearRotate;position:absolute;top:15%;right:15%}.ErrorPages-module__MNol2G__boltIcon{color:#ffffff0d;font-size:4rem;animation:3s ease-in-out infinite ErrorPages-module__MNol2G__boltPulse;position:absolute;bottom:25%;left:12%}@keyframes ErrorPages-module__MNol2G__gearRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ErrorPages-module__MNol2G__boltPulse{0%,to{opacity:.05;transform:scale(1)}50%{opacity:.1;transform:scale(1.1)}}.ErrorPages-module__MNol2G__lottieContainer{width:280px;height:280px;margin:0 auto 20px;position:relative}.ErrorPages-module__MNol2G__lottieWrapper{z-index:2;width:100%;height:100%;position:relative}.ErrorPages-module__MNol2G__lottieGlow{filter:blur(20px);z-index:1;background:radial-gradient(circle,#ffffff26 0%,#0000 70%);border-radius:50%;width:200px;height:200px;animation:3s ease-in-out infinite ErrorPages-module__MNol2G__lottieGlowPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes ErrorPages-module__MNol2G__lottieGlowPulse{0%,to{opacity:.6;transform:translate(-50%,-50%)scale(1)}50%{opacity:.9;transform:translate(-50%,-50%)scale(1.1)}}@media screen and (max-width:992px){.ErrorPages-module__MNol2G__errorCode,.ErrorPages-module__MNol2G__errorCodeGlow{font-size:8rem}.ErrorPages-module__MNol2G__title{font-size:2rem}.ErrorPages-module__MNol2G__subtitle{font-size:1.05rem}.ErrorPages-module__MNol2G__iconContainer{width:100px;height:100px}.ErrorPages-module__MNol2G__iconWrapper{border-radius:25px}.ErrorPages-module__MNol2G__iconWrapper i{font-size:2.5rem}.ErrorPages-module__MNol2G__lottieContainer{width:240px;height:240px}}@media screen and (max-width:768px){.ErrorPages-module__MNol2G__heroSection{padding:30px 15px}.ErrorPages-module__MNol2G__errorCode,.ErrorPages-module__MNol2G__errorCodeGlow{font-size:6rem}.ErrorPages-module__MNol2G__title{font-size:1.75rem}.ErrorPages-module__MNol2G__subtitle{padding:0 10px;font-size:1rem}.ErrorPages-module__MNol2G__iconContainer{width:90px;height:90px;margin-bottom:25px}.ErrorPages-module__MNol2G__iconWrapper{border-radius:22px}.ErrorPages-module__MNol2G__iconWrapper i{font-size:2.2rem}.ErrorPages-module__MNol2G__actions{flex-direction:column;gap:12px}.ErrorPages-module__MNol2G__primaryBtn,.ErrorPages-module__MNol2G__secondaryBtn{width:100%;max-width:280px;padding:16px 28px;font-size:.95rem}.ErrorPages-module__MNol2G__errorDetailsCard{margin-top:30px;padding:20px}.ErrorPages-module__MNol2G__errorMessage{padding:12px 14px;font-size:.8rem}.ErrorPages-module__MNol2G__decorDots{top:20px;left:20px}.ErrorPages-module__MNol2G__decorDots span{width:6px;height:6px}.ErrorPages-module__MNol2G__searchIcon,.ErrorPages-module__MNol2G__questionMark,.ErrorPages-module__MNol2G__gearIcon,.ErrorPages-module__MNol2G__boltIcon{display:none}.ErrorPages-module__MNol2G__lottieContainer{width:200px;height:200px}}@media screen and (max-width:576px){.ErrorPages-module__MNol2G__errorCodeWrapper{margin-bottom:20px}.ErrorPages-module__MNol2G__errorCode,.ErrorPages-module__MNol2G__errorCodeGlow{font-size:4.5rem}.ErrorPages-module__MNol2G__title{font-size:1.5rem}.ErrorPages-module__MNol2G__subtitle{font-size:.95rem;line-height:1.7}.ErrorPages-module__MNol2G__iconContainer{width:80px;height:80px;margin-bottom:20px}.ErrorPages-module__MNol2G__iconWrapper{border-radius:20px}.ErrorPages-module__MNol2G__iconWrapper i{font-size:2rem}.ErrorPages-module__MNol2G__iconRing{border-radius:25px;inset:-8px}.ErrorPages-module__MNol2G__iconRing:before{border-radius:30px;inset:-12px}.ErrorPages-module__MNol2G__textContent{margin-bottom:30px}.ErrorPages-module__MNol2G__primaryBtn,.ErrorPages-module__MNol2G__secondaryBtn{padding:14px 24px;font-size:.9rem}.ErrorPages-module__MNol2G__errorDetailsCard{border-radius:16px;padding:16px}.ErrorPages-module__MNol2G__errorDetailsHeader{gap:10px;margin-bottom:12px;padding-bottom:12px}.ErrorPages-module__MNol2G__errorDetailsHeader span{font-size:.9rem}.ErrorPages-module__MNol2G__errorMessage{border-radius:10px;padding:10px 12px;font-size:.75rem}.ErrorPages-module__MNol2G__lottieContainer{width:180px;height:180px}}@media screen and (max-width:400px){.ErrorPages-module__MNol2G__errorCode,.ErrorPages-module__MNol2G__errorCodeGlow{font-size:3.5rem}.ErrorPages-module__MNol2G__title{font-size:1.35rem}.ErrorPages-module__MNol2G__subtitle{font-size:.9rem}.ErrorPages-module__MNol2G__iconContainer{width:70px;height:70px}.ErrorPages-module__MNol2G__iconWrapper{border-radius:18px}.ErrorPages-module__MNol2G__iconWrapper i{font-size:1.8rem}.ErrorPages-module__MNol2G__primaryBtn,.ErrorPages-module__MNol2G__secondaryBtn{padding:13px 22px;font-size:.85rem}.ErrorPages-module__MNol2G__lottieContainer{width:150px;height:150px}}.ErrorPages-module__MNol2G__dark .ErrorPages-module__MNol2G__errorDetailsCard{background:#0000004d;border-color:#ffffff1a}.ErrorPages-module__MNol2G__dark .ErrorPages-module__MNol2G__errorMessage{background:#0006}
