.notfound-wrapper{background:var(--md-ink);justify-content:center;align-items:center;min-height:80vh;padding:40px 20px;display:flex;position:relative;overflow:hidden}.notfound-glow{filter:blur(140px);opacity:.4;pointer-events:none;border-radius:50%;animation:12s ease-in-out infinite alternate notfoundFloat;position:absolute}.notfound-glow-1{background:#d0311e33;width:600px;height:600px;animation-delay:0s;top:-20%;left:-10%}.notfound-glow-2{background:#3182ce26;width:500px;height:500px;animation-delay:-4s;bottom:-10%;right:-5%}.notfound-glow-3{background:#ed89361a;width:400px;height:400px;animation-delay:-8s;top:40%;left:60%}@keyframes notfoundFloat{0%{transform:translate(0)scale(1)}50%{transform:translate(30px,-40px)scale(1.05)}to{transform:translate(-20px,20px)scale(.95)}}.notfound-content{z-index:2;text-align:center;max-width:600px;position:relative}.notfound-number{font-family:var(--md-font-display);letter-spacing:-.05em;-webkit-text-fill-color:transparent;filter:drop-shadow(0 20px 40px #00000080);background:linear-gradient(135deg,#fff 0%,#ffffff4d 100%);-webkit-background-clip:text;background-clip:text;margin:0 0 24px;font-size:clamp(120px,15vw,240px);font-weight:900;line-height:1;animation:4s ease-in-out infinite alternate notfoundPulse}@keyframes notfoundPulse{0%{filter:drop-shadow(0 10px 30px #d0311e1a)}to{filter:drop-shadow(0 20px 60px #d0311e80)}}.notfound-title{font-family:var(--md-font-display);color:#fff;letter-spacing:-.02em;margin:0 0 16px;font-size:clamp(24px,3vw,32px);font-weight:800}.notfound-desc{color:#fff9;max-width:480px;margin:0 auto 40px;font-size:clamp(15px,1.5vw,18px);line-height:1.6}.notfound-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}@media (max-width:560px){.notfound-actions{flex-direction:column}.notfound-actions a{justify-content:center;width:100%}}
