.notfound-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative;overflow:hidden}.notfound-container{text-align:center;position:relative;z-index:1;max-width:540px}.notfound-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;background:radial-gradient(circle,rgba(99,102,241,.12) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.notfound-code{font-size:clamp(6rem,15vw,10rem);font-weight:900;line-height:1;margin:0 0 .5rem;background:linear-gradient(135deg,#6366f1,#a78bfa 40%,#818cf8,#6366f1);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:notfound-gradient 4s ease infinite;letter-spacing:-.04em}@keyframes notfound-gradient{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.notfound-title{font-size:1.5rem;font-weight:700;color:#e2e8f0;margin:0 0 .75rem}.notfound-desc{font-size:1rem;color:#94a3b8;line-height:1.6;margin:0 0 2rem}.notfound-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.notfound-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;border-radius:.75rem;font-size:.9rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease}.notfound-btn-primary{background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;box-shadow:0 4px 16px #6366f14d}.notfound-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #6366f173}.notfound-btn-secondary{background:#6366f11f;color:#a5b4fc;border:1px solid rgba(99,102,241,.25)}.notfound-btn-secondary:hover{background:#6366f133;border-color:#6366f166}.notfound-btn-ghost{background:transparent;color:#64748b;border:1px solid rgba(255,255,255,.08)}.notfound-btn-ghost:hover{color:#94a3b8;border-color:#ffffff26;background:#ffffff08}@media(max-width:480px){.notfound-actions{flex-direction:column}.notfound-btn{justify-content:center}}
