.not-found-module__HS70Aa__container{background-color:var(--bg-main);width:100%;min-height:100vh;color:var(--text-primary);font-family:var(--font-ibm-plex-mono),monospace;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative;overflow:hidden}.not-found-module__HS70Aa__content{z-index:30;flex-direction:column;gap:2.5rem;width:100%;max-width:600px;display:flex;position:relative}.not-found-module__HS70Aa__glitchWrapper{display:inline-block;position:relative}.not-found-module__HS70Aa__errorCode{letter-spacing:-5px;color:var(--text-primary);text-shadow:.05em 0 0 rgba(var(--rgb-red),.75),-.025em -.05em 0 rgba(var(--rgb-neon),.75),.025em .05em 0 rgba(var(--rgb-stripe),.75);margin:0;font-size:8rem;font-weight:900;line-height:1;animation:.5s infinite not-found-module__HS70Aa__glitch;position:relative}.not-found-module__HS70Aa__errorCode:before,.not-found-module__HS70Aa__errorCode:after{content:attr(data-text);width:100%;height:100%;position:absolute;top:0;left:0}.not-found-module__HS70Aa__errorCode:before{clip-path:polygon(0 0,100% 0,100% 45%,0 45%);opacity:.75;animation:.65s infinite not-found-module__HS70Aa__glitch;transform:translate(-.025em,-.0125em)}.not-found-module__HS70Aa__errorCode:after{clip-path:polygon(0 80%,100% 20%,100% 100%,0 100%);opacity:.75;animation:.375s infinite not-found-module__HS70Aa__glitch;transform:translate(.0125em,.025em)}@keyframes not-found-module__HS70Aa__glitch{0%{text-shadow:.05em 0 0 rgba(var(--rgb-red),.75),-.05em -.025em 0 rgba(var(--rgb-neon),.75),-.025em .05em 0 rgba(var(--rgb-stripe),.75)}14%{text-shadow:.05em 0 0 rgba(var(--rgb-red),.75),-.05em -.025em 0 rgba(var(--rgb-neon),.75),-.025em .05em 0 rgba(var(--rgb-stripe),.75)}15%{text-shadow:-.05em -.025em 0 rgba(var(--rgb-red),.75),.025em .025em 0 rgba(var(--rgb-neon),.75),-.05em -.05em 0 rgba(var(--rgb-stripe),.75)}49%{text-shadow:-.05em -.025em 0 rgba(var(--rgb-red),.75),.025em .025em 0 rgba(var(--rgb-neon),.75),-.05em -.05em 0 rgba(var(--rgb-stripe),.75)}50%{text-shadow:.025em .05em 0 rgba(var(--rgb-red),.75),.05em 0 0 rgba(var(--rgb-neon),.75),0 -.05em 0 rgba(var(--rgb-stripe),.75)}99%{text-shadow:.025em .05em 0 rgba(var(--rgb-red),.75),.05em 0 0 rgba(var(--rgb-neon),.75),0 -.05em 0 rgba(var(--rgb-stripe),.75)}to{text-shadow:-.025em 0 0 rgba(var(--rgb-red),.75),-.025em -.025em 0 rgba(var(--rgb-neon),.75),-.025em -.05em 0 rgba(var(--rgb-stripe),.75)}}.not-found-module__HS70Aa__statusBox{border:1px solid var(--border-subtle);background:var(--bg-surface);border-radius:4px;overflow:hidden;box-shadow:0 10px 30px #0003}.not-found-module__HS70Aa__statusHeader{background:var(--bg-main);border-bottom:1px solid var(--border-subtle);align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.not-found-module__HS70Aa__statusDot{background-color:var(--accent-error);width:8px;height:8px;box-shadow:0 0 10px var(--accent-error);border-radius:50%;animation:2s infinite not-found-module__HS70Aa__pulse}@keyframes not-found-module__HS70Aa__pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.not-found-module__HS70Aa__statusTitle{text-transform:uppercase;color:var(--text-secondary);letter-spacing:1px;font-size:.65rem;font-weight:700}.not-found-module__HS70Aa__details{background:var(--bg-terminal-log);flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.not-found-module__HS70Aa__message{color:var(--text-primary);margin:0;font-size:.9rem;line-height:1.6}.not-found-module__HS70Aa__codeBlock{color:var(--text-muted);flex-direction:column;gap:.4rem;font-size:.75rem;display:flex}.not-found-module__HS70Aa__codeBlock span{color:var(--text-secondary);margin-right:.5rem;font-weight:700}.not-found-module__HS70Aa__actions{gap:1rem;display:flex}.not-found-module__HS70Aa__primaryAction,.not-found-module__HS70Aa__secondaryAction{text-transform:uppercase;cursor:pointer;background:var(--bg-surface);border:1px solid var(--border-strong);color:var(--text-primary);border-radius:4px;justify-content:center;align-items:center;padding:.8rem 1.2rem;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.not-found-module__HS70Aa__primaryAction:hover{background:var(--text-primary);color:var(--bg-main);border-color:var(--text-primary);box-shadow:0 0 20px rgba(var(--rgb-white),.1)}.not-found-module__HS70Aa__secondaryAction{opacity:.8}.not-found-module__HS70Aa__secondaryAction:hover{opacity:1;border-color:var(--text-primary);background:var(--bg-main)}.not-found-module__HS70Aa__scanlines{z-index:20;pointer-events:none;background:linear-gradient(#12101000 50%,#0000001a 50%) 0 0/100% 4px,linear-gradient(90deg,#ff000005,#00ff0003,#0000ff05) 0 0/3px 100%;width:100%;height:100%;position:absolute;top:0;left:0}.not-found-module__HS70Aa__noise{opacity:.05;z-index:15;pointer-events:none;background-image:url(https://grainy-gradients.vercel.app/noise.svg);width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:600px){.not-found-module__HS70Aa__errorCode{font-size:5rem}.not-found-module__HS70Aa__actions{flex-direction:column}}[data-theme=light] .not-found-module__HS70Aa__container{background-color:var(--clr-white)}[data-theme=light] .not-found-module__HS70Aa__statusBox{background:var(--bg-main);box-shadow:0 10px 30px #0000000d}[data-theme=light] .not-found-module__HS70Aa__statusHeader{background:var(--bg-surface)}[data-theme=light] .not-found-module__HS70Aa__errorCode{text-shadow:.05em 0 0 rgba(var(--rgb-red),.4),-.025em -.05em 0 rgba(var(--rgb-neon),.4),.025em .05em 0 rgba(var(--rgb-stripe),.4)}:is([data-theme=light] .not-found-module__HS70Aa__scanlines,[data-theme=light] .not-found-module__HS70Aa__noise){display:none}
