.error-module-scss-module__1alVMa__container{background:var(--bg-primary);min-height:100vh;padding:var(--spacing-xl);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.error-module-scss-module__1alVMa__background{z-index:0;position:absolute;inset:0;overflow:hidden}.error-module-scss-module__1alVMa__background .error-module-scss-module__1alVMa__circle{opacity:.1;border-radius:50%;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute}.error-module-scss-module__1alVMa__background .error-module-scss-module__1alVMa__circle:first-child{background:linear-gradient(135deg,#ff6b6b 0%,#ee5a6f 100%);width:600px;height:600px;animation:8s ease-in-out infinite error-module-scss-module__1alVMa__pulse;top:-200px;right:-200px}.error-module-scss-module__1alVMa__background .error-module-scss-module__1alVMa__circle:nth-child(2){background:linear-gradient(135deg,orange 0%,#ff8c00 100%);width:400px;height:400px;animation:10s ease-in-out 2s infinite error-module-scss-module__1alVMa__pulse;bottom:-100px;left:-100px}.error-module-scss-module__1alVMa__background .error-module-scss-module__1alVMa__circle:nth-child(3){background:linear-gradient(135deg,#ff4757 0%,#ff6348 100%);width:300px;height:300px;animation:12s ease-in-out 4s infinite error-module-scss-module__1alVMa__pulse;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes error-module-scss-module__1alVMa__pulse{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.15;transform:scale(1.2)}}.error-module-scss-module__1alVMa__content{z-index:1;text-align:center;width:100%;max-width:800px;position:relative}.error-module-scss-module__1alVMa__iconContainer{width:200px;height:200px;margin:0 auto var(--spacing-2xl);position:relative}.error-module-scss-module__1alVMa__icon{filter:drop-shadow(0 20px 40px #ff6b6b66);will-change:transform;justify-content:center;align-items:center;font-size:120px;transition:transform .1s ease-out;animation:2s ease-in-out infinite error-module-scss-module__1alVMa__shake;display:flex}@keyframes error-module-scss-module__1alVMa__shake{0%,to{transform:rotate(0)}10%,30%,50%,70%,90%{transform:rotate(-5deg)}20%,40%,60%,80%{transform:rotate(5deg)}}.error-module-scss-module__1alVMa__iconShadow{background:radial-gradient(#ff6b6b4d 0%,#0000 70%);border-radius:50%;width:120px;height:20px;animation:2s ease-in-out infinite error-module-scss-module__1alVMa__shadowPulse;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}@keyframes error-module-scss-module__1alVMa__shadowPulse{0%,to{opacity:.3;transform:translate(-50%)scale(1)}50%{opacity:.5;transform:translate(-50%)scale(1.2)}}.error-module-scss-module__1alVMa__errorCode{justify-content:center;gap:var(--spacing-lg);margin-bottom:var(--spacing-2xl);display:flex}.error-module-scss-module__1alVMa__digit{font-family:var(--font-display);background:linear-gradient(135deg,#ff6b6b 0%,#ee5a6f 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(80px,15vw,160px);font-weight:900;line-height:1;animation:2s ease-in-out infinite error-module-scss-module__1alVMa__digitBounce}.error-module-scss-module__1alVMa__digit:first-child{animation-delay:0s}.error-module-scss-module__1alVMa__digit:nth-child(2){animation-delay:.2s}.error-module-scss-module__1alVMa__digit:nth-child(3){animation-delay:.4s}@keyframes error-module-scss-module__1alVMa__digitBounce{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-10px)scale(1.05)}}.error-module-scss-module__1alVMa__title{font-family:var(--font-display);color:var(--dark-text);margin-bottom:var(--spacing-md);font-size:clamp(32px,5vw,48px);font-weight:700;animation:.6s ease-out error-module-scss-module__1alVMa__fadeInUp}.error-module-scss-module__1alVMa__description{color:var(--medium-text);margin-bottom:var(--spacing-2xl);font-size:clamp(16px,2vw,20px);line-height:1.6;animation:.8s ease-out error-module-scss-module__1alVMa__fadeInUp}@keyframes error-module-scss-module__1alVMa__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.error-module-scss-module__1alVMa__errorDetails{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--border-radius-md);padding:var(--spacing-lg);margin-bottom:var(--spacing-2xl);text-align:left;animation:1s ease-out error-module-scss-module__1alVMa__fadeInUp}.error-module-scss-module__1alVMa__errorDetails summary{cursor:pointer;color:var(--primary-red);margin-bottom:var(--spacing-md);font-weight:600}.error-module-scss-module__1alVMa__errorDetails summary:hover{text-decoration:underline}.error-module-scss-module__1alVMa__errorDetails pre{background:var(--bg-tertiary);padding:var(--spacing-md);border-radius:var(--border-radius-sm);color:var(--dark-text);margin:var(--spacing-md)0;font-size:14px;overflow-x:auto}.error-module-scss-module__1alVMa__errorDetails p{color:var(--medium-text);font-size:14px}.error-module-scss-module__1alVMa__actions{gap:var(--spacing-md);margin-bottom:var(--spacing-2xl);flex-wrap:wrap;justify-content:center;animation:1s ease-out error-module-scss-module__1alVMa__fadeInUp;display:flex}.error-module-scss-module__1alVMa__actionButton,.error-module-scss-module__1alVMa__actionButtonSecondary{padding:var(--spacing-md)var(--spacing-2xl);border-radius:var(--border-radius-md);transition:all var(--transition-base);box-shadow:var(--shadow-lg);align-items:center;gap:var(--spacing-sm);cursor:pointer;border:none;font-size:18px;font-weight:600;text-decoration:none;display:inline-flex}.error-module-scss-module__1alVMa__actionButton{color:#fff;background:linear-gradient(135deg,#ff6b6b 0%,#ee5a6f 100%)}.error-module-scss-module__1alVMa__actionButton:hover{box-shadow:var(--shadow-xl),0 8px 24px #ff6b6b4d;transform:translateY(-4px)}.error-module-scss-module__1alVMa__actionButtonSecondary{background:var(--card-bg);color:var(--primary-red);border:2px solid var(--primary-red)}.error-module-scss-module__1alVMa__actionButtonSecondary:hover{background:var(--primary-red);color:#fff;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.error-module-scss-module__1alVMa__helpInfo{border:1px solid var(--border-light);border-radius:var(--border-radius-lg);padding:var(--spacing-xl);align-items:center;gap:var(--spacing-md);background:linear-gradient(135deg,#ff6b6b1a 0%,#ee5a6f1a 100%);animation:1.2s ease-out error-module-scss-module__1alVMa__fadeInUp;display:flex}.error-module-scss-module__1alVMa__helpIcon{font-size:32px;animation:2s ease-in-out infinite error-module-scss-module__1alVMa__bounce}@keyframes error-module-scss-module__1alVMa__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.error-module-scss-module__1alVMa__helpText{color:var(--medium-text);text-align:left;margin:0;font-size:16px;line-height:1.6}.error-module-scss-module__1alVMa__helpText a{color:var(--primary-red);transition:color var(--transition-base);font-weight:600;text-decoration:none}.error-module-scss-module__1alVMa__helpText a:hover{color:var(--primary-red-dark);text-decoration:underline}.error-module-scss-module__1alVMa__floatingElements{pointer-events:none;z-index:0;position:absolute;inset:0}.error-module-scss-module__1alVMa__floatingEmoji{opacity:.3;font-size:40px;animation:20s ease-in-out infinite error-module-scss-module__1alVMa__float;position:absolute}.error-module-scss-module__1alVMa__floatingEmoji:first-child{top:10%;left:10%}.error-module-scss-module__1alVMa__floatingEmoji:nth-child(2){top:20%;right:15%}.error-module-scss-module__1alVMa__floatingEmoji:nth-child(3){bottom:15%;left:15%}.error-module-scss-module__1alVMa__floatingEmoji:nth-child(4){top:60%;right:10%}.error-module-scss-module__1alVMa__floatingEmoji:nth-child(5){bottom:25%;right:25%}@keyframes error-module-scss-module__1alVMa__float{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-30px)rotate(5deg)}50%{transform:translateY(-60px)rotate(-5deg)}75%{transform:translateY(-30px)rotate(3deg)}}@media (max-width:768px){.error-module-scss-module__1alVMa__container{padding:var(--spacing-lg)}.error-module-scss-module__1alVMa__iconContainer{width:150px;height:150px}.error-module-scss-module__1alVMa__icon{font-size:80px}.error-module-scss-module__1alVMa__actions{flex-direction:column;width:100%}.error-module-scss-module__1alVMa__actions .error-module-scss-module__1alVMa__actionButton,.error-module-scss-module__1alVMa__actions .error-module-scss-module__1alVMa__actionButtonSecondary{justify-content:center;width:100%}.error-module-scss-module__1alVMa__helpInfo{text-align:center;flex-direction:column}.error-module-scss-module__1alVMa__helpText{text-align:center}.error-module-scss-module__1alVMa__floatingEmoji{font-size:24px}}[data-theme=dark] .error-module-scss-module__1alVMa__actionButtonSecondary{background:var(--bg-secondary)}[data-theme=dark] .error-module-scss-module__1alVMa__actionButtonSecondary:hover{background:var(--primary-red)}[data-theme=dark] .error-module-scss-module__1alVMa__helpInfo{background:linear-gradient(135deg,#ff6b6b26 0%,#ee5a6f26 100%)}
