.not-found-page{color:#fff;height:100vh;font-family:var(--font-poppins),"Poppins",sans-serif;background:#0e1b2b;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.not-found-content{z-index:1;text-align:center;padding:0 24px;animation:.8s cubic-bezier(.4,0,.2,1) both not-found-fadeUp;position:relative}@keyframes not-found-fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.not-found-error-num{letter-spacing:-8px;color:#0000;-webkit-text-stroke:1.5px #12a0ec40;-webkit-user-select:none;user-select:none;font-size:clamp(120px,22vw,220px);font-style:italic;font-weight:900;line-height:1;animation:.8s cubic-bezier(.4,0,.2,1) .1s both not-found-fadeUp;position:relative}.not-found-error-num:before{content:"404";color:#12a0ec0d;-webkit-text-stroke:0;filter:blur(28px);font-style:italic;position:absolute;inset:0}.not-found-error-title{letter-spacing:-1px;color:#fff;margin-bottom:12px;font-size:clamp(22px,3vw,36px);font-weight:900;animation:.8s cubic-bezier(.4,0,.2,1) .2s both not-found-fadeUp}.not-found-error-title em{color:#12a0ec;font-style:italic}.not-found-error-sub{color:#ffffff59;max-width:360px;margin:0 auto 40px;font-size:15px;line-height:1.75;animation:.8s cubic-bezier(.4,0,.2,1) .3s both not-found-fadeUp}.not-found-btns{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;animation:.8s cubic-bezier(.4,0,.2,1) .4s both not-found-fadeUp;display:flex}.not-found-btn-primary{color:#fff;cursor:pointer;background:#12a0ec;border:none;border-radius:8px;align-items:center;gap:8px;padding:13px 26px;font-size:13px;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.not-found-btn-primary:hover{background:#0d8bd4;transform:translateY(-2px)}.not-found-btn-ghost{color:#ffffff80;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:13px;font-weight:700;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.not-found-btn-ghost:hover{color:#12a0ec;border-color:#12a0ec}.not-found-quick-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-top:52px;animation:.8s cubic-bezier(.4,0,.2,1) .5s both not-found-fadeUp;display:flex}.not-found-quick-label{color:#fff3;margin-right:4px;font-size:11px}.not-found-quick-link{color:#ffffff4d;border:1px solid #ffffff12;border-radius:100px;padding:5px 12px;font-size:11px;font-weight:700;text-decoration:none;transition:border-color .2s,color .2s}.not-found-quick-link:hover{color:#12a0ec;border-color:#12a0ec4d}@media (max-width:768px){.not-found-nav{padding:16px 24px}.not-found-error-num{letter-spacing:-4px}.not-found-btns{flex-direction:column}.not-found-btn-primary,.not-found-btn-ghost{justify-content:center;width:100%;max-width:280px}}
