.not-found-container{color:#fff;min-height:100vh;font-family:var(--font-inter),sans-serif;background-color:#050505;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.noise-overlay{opacity:.08;pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}.content-wrapper{text-align:center;z-index:2;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.glitch{text-shadow:.05em 0 #ff0000bf,-.025em -.05em #00ff00bf,.025em .05em #0000ffbf;margin:0;font-size:clamp(6rem,20vw,15rem);font-weight:800;line-height:1;animation:1s infinite glitch;position:relative}.message{font-family:var(--font-mono),monospace;color:#888;letter-spacing:.15em;text-transform:uppercase;margin:0;font-size:clamp(.9rem,2.5vw,1.2rem);animation:2s ease-out fadeIn}.home-btn{color:#fff;letter-spacing:.1em;text-transform:uppercase;backdrop-filter:blur(4px);background:0 0;border:1px solid #fff3;border-radius:8px;margin-top:2.5rem;padding:1rem 2.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative;overflow:hidden}.home-btn:hover{color:#050505;background:#fff;transform:translateY(-2px);box-shadow:0 0 30px #ffffff26}@keyframes glitch{0%{text-shadow:.05em 0 #ff0000bf,-.05em -.025em #00ff00bf,-.025em .05em #0000ffbf}14%{text-shadow:.05em 0 #ff0000bf,-.05em -.025em #00ff00bf,-.025em .05em #0000ffbf}15%{text-shadow:-.05em -.025em #ff0000bf,.025em .025em #00ff00bf,-.05em -.05em #0000ffbf}49%{text-shadow:-.05em -.025em #ff0000bf,.025em .025em #00ff00bf,-.05em -.05em #0000ffbf}50%{text-shadow:.025em .05em #ff0000bf,.05em 0 #00ff00bf,0 -.05em #0000ffbf}99%{text-shadow:.025em .05em #ff0000bf,.05em 0 #00ff00bf,0 -.05em #0000ffbf}to{text-shadow:-.025em 0 #ff0000bf,-.025em -.025em #00ff00bf,-.025em -.05em #0000ffbf}}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}
