.not-found-module__sxuMuG__wrapper{background:var(--background);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.not-found-module__sxuMuG__container{text-align:center;z-index:10;max-width:600px}.not-found-module__sxuMuG__errorCode{justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.not-found-module__sxuMuG__digit{font-family:var(--font-orbitron),var(--font-heading);color:var(--neon-cyan);text-shadow:var(--glow-cyan);font-size:clamp(5rem,15vw,10rem);font-weight:900;animation:2s ease-in-out infinite not-found-module__sxuMuG__pulse}.not-found-module__sxuMuG__digit:last-child{color:var(--neon-pink);text-shadow:var(--glow-pink);animation-delay:.3s}.not-found-module__sxuMuG__digitCoin{font-size:clamp(4rem,12vw,8rem);animation:3s linear infinite not-found-module__sxuMuG__spin;display:inline-block}.not-found-module__sxuMuG__coinInner{filter:drop-shadow(0 0 20px var(--neon-yellow))drop-shadow(0 0 40px var(--neon-orange));display:inline-block}@keyframes not-found-module__sxuMuG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(.98)}}@keyframes not-found-module__sxuMuG__spin{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.not-found-module__sxuMuG__title{font-family:var(--font-orbitron),var(--font-heading);text-transform:uppercase;letter-spacing:.15em;background:var(--gradient-cyber);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-size:clamp(2rem,6vw,3.5rem);font-weight:900;animation:4s ease-in-out infinite not-found-module__sxuMuG__flicker}@keyframes not-found-module__sxuMuG__flicker{0%,to{opacity:1}92%{opacity:1}93%{opacity:.6}94%{opacity:1}95%{opacity:.7}96%{opacity:1}}.not-found-module__sxuMuG__subtitle{font-family:var(--font-rajdhani),var(--font-subheading);color:var(--text-muted);margin:0 0 .5rem;font-size:1.25rem;line-height:1.6}.not-found-module__sxuMuG__hint{font-family:var(--font-exo2),var(--font-body);color:var(--neon-cyan);opacity:.8;margin:0 0 2.5rem;font-size:1rem;animation:1.5s ease-in-out infinite not-found-module__sxuMuG__blink}@keyframes not-found-module__sxuMuG__blink{0%,to{opacity:.8}50%{opacity:.4}}.not-found-module__sxuMuG__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.not-found-module__sxuMuG__primaryButton{font-family:var(--font-orbitron),var(--font-heading);text-transform:uppercase;letter-spacing:.1em;color:#fff;background:linear-gradient(135deg,var(--neon-pink)0%,var(--neon-purple)100%);border:none;border-radius:4px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #ff2a6d66}.not-found-module__sxuMuG__primaryButton:hover{box-shadow:0 6px 30px #ff2a6d99,var(--glow-pink);transform:translateY(-2px)}.not-found-module__sxuMuG__buttonGlow{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.not-found-module__sxuMuG__primaryButton:hover .not-found-module__sxuMuG__buttonGlow{transform:translate(100%)}.not-found-module__sxuMuG__buttonText{z-index:1;position:relative}.not-found-module__sxuMuG__secondaryButton{font-family:var(--font-rajdhani),var(--font-subheading);text-transform:uppercase;letter-spacing:.05em;color:var(--neon-cyan);border:2px solid var(--neon-cyan);background:0 0;border-radius:4px;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.not-found-module__sxuMuG__secondaryButton:hover{box-shadow:var(--glow-cyan);background:#05d9e81a}.not-found-module__sxuMuG__helpSection{border-top:1px solid #05d9e833;padding-top:2rem}.not-found-module__sxuMuG__helpTitle{font-family:var(--font-exo2),var(--font-body);color:var(--text-muted);margin:0 0 1rem;font-size:.9rem}.not-found-module__sxuMuG__helpLinks{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.not-found-module__sxuMuG__helpLink{font-family:var(--font-rajdhani),var(--font-subheading);color:var(--text-muted);font-size:1rem;text-decoration:none;transition:color .2s}.not-found-module__sxuMuG__helpLink:hover{color:var(--neon-cyan)}.not-found-module__sxuMuG__gridLines{pointer-events:none;z-index:1;background-image:linear-gradient(#05d9e808 1px,#0000 1px),linear-gradient(90deg,#05d9e808 1px,#0000 1px);background-size:40px 40px;position:fixed;inset:0}.not-found-module__sxuMuG__scanlines{pointer-events:none;z-index:2;opacity:.5;background:repeating-linear-gradient(0deg,#0000001a 0 1px,#0000 1px 2px);position:fixed;inset:0}@media (max-width:640px){.not-found-module__sxuMuG__wrapper{padding:1rem}.not-found-module__sxuMuG__errorCode{gap:.25rem}.not-found-module__sxuMuG__actions{flex-direction:column;align-items:center}.not-found-module__sxuMuG__primaryButton,.not-found-module__sxuMuG__secondaryButton{width:100%;max-width:280px}.not-found-module__sxuMuG__helpLinks{flex-direction:column;gap:1rem}}
