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