
html.s-notfound, body.s-notfound, body.s-notfound *{margin:0;padding:0;box-sizing:border-box}
html.s-notfound{
  --bg:#050507;
  --text:#fff;
  --text-dim:#a3a3aa;
  --text-mut:#7f7f89;
  --accent-glow:rgba(59,130,246,.18);
}
html.s-notfound,body.s-notfound{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Inter","SF Pro Display","Segoe UI",Roboto,sans-serif;font-size:14px;line-height:1.55;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}
body.s-notfound{position:relative;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px}
body.s-notfound a{color:inherit;text-decoration:none}
body.s-notfound button{font-family:inherit}
body.s-notfound .bg-fx{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:transform;isolation:isolate;contain:strict}
body.s-notfound .bg-fx::before,body.s-notfound .bg-fx::after{content:"";position:absolute;border-radius:50%;mix-blend-mode:screen;filter:blur(140px);-webkit-filter:blur(140px);transform:translateZ(0);-webkit-transform:translateZ(0)}
body.s-notfound .bg-fx::before{width:920px;height:920px;background:radial-gradient(circle at center,rgba(59,130,246,.55) 0%,rgba(59,130,246,.18) 38%,transparent 72%);top:-300px;left:-220px;opacity:.55}
body.s-notfound .bg-fx::after{width:780px;height:780px;background:radial-gradient(circle at center,rgba(139,92,246,.45) 0%,rgba(139,92,246,.14) 40%,transparent 72%);bottom:-260px;right:-180px;opacity:.5}
body.s-notfound .bg-fx span{position:absolute;width:660px;height:660px;border-radius:50%;filter:blur(150px);-webkit-filter:blur(150px);opacity:.3;mix-blend-mode:screen;background:radial-gradient(circle at center,rgba(6,182,212,.5) 0%,rgba(6,182,212,.14) 40%,transparent 70%);top:38%;left:32%;transform:translateZ(0);-webkit-transform:translateZ(0)}
@supports (-webkit-touch-callout:none){
  body.s-notfound .bg-fx{contain:layout style paint}
  body.s-notfound .bg-fx::before,body.s-notfound .bg-fx::after,body.s-notfound .bg-fx span{mix-blend-mode:normal;filter:blur(80px);-webkit-filter:blur(80px)}
}
@media(max-width:640px){
  body.s-notfound .bg-fx::before,body.s-notfound .bg-fx::after{filter:blur(70px);-webkit-filter:blur(70px)}
  body.s-notfound .bg-fx span{display:none}
}
html.s-notfound::selection, body.s-notfound ::selection{background:var(--accent-glow);color:#fff}
body.s-notfound .wrap{position:relative;z-index:1;text-align:center;max-width:520px;width:100%;display:flex;flex-direction:column;align-items:center;gap:18px;min-height:60vh;justify-content:center}
body.s-notfound .code{font-size:clamp(96px,18vw,168px);font-weight:800;letter-spacing:-6px;line-height:1;color:var(--text)}
body.s-notfound h1{font-size:clamp(22px,3vw,28px);font-weight:700;letter-spacing:-.4px;color:var(--text);margin:0}
body.s-notfound p{color:var(--text-dim);font-size:15px;line-height:1.65;max-width:420px;margin:0}
body.s-notfound .nf-links{display:flex;flex-wrap:wrap;gap:9px;justify-content:center;margin-top:6px}
body.s-notfound .nf-links a{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);border-radius:10px;padding:9px 14px;font-size:13px;color:var(--text-dim);font-weight:550;transition:border-color .2s,color .2s}
body.s-notfound .nf-links a:hover{border-color:rgba(127,184,255,.4);color:#9ecbff}
body.s-notfound .lang-dd{position:fixed;top:20px;right:24px;z-index:60}
body.s-notfound .lang-trigger{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:38px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:10px;color:var(--text);padding:0 12px;font-size:12.5px;font-weight:700;cursor:pointer;letter-spacing:.3px;transition:background .22s,border-color .22s;font-family:inherit;line-height:1}
body.s-notfound .lang-trigger:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1)}
body.s-notfound .lang-trigger svg.chev{width:11px;height:11px;opacity:.6;transition:transform .22s}
body.s-notfound .lang-dd.open .lang-trigger svg.chev{transform:rotate(180deg)}
body.s-notfound .lang-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:140px;background:rgba(14,14,18,.94);backdrop-filter:blur(18px) saturate(1.4);-webkit-backdrop-filter:blur(18px) saturate(1.4);border:1px solid rgba(255,255,255,.05);border-radius:11px;padding:5px;box-shadow:0 14px 38px -8px rgba(0,0,0,.55);display:none}
body.s-notfound .lang-dd.open .lang-menu{display:block;animation:ddIn .16s cubic-bezier(.4,0,.2,1)}
@keyframes ddIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
body.s-notfound .lang-menu button{display:flex;align-items:center;gap:9px;width:100%;background:transparent;border:none;color:var(--text-dim);padding:9px 11px;font-size:12.5px;font-weight:600;cursor:pointer;border-radius:7px;text-align:left;font-family:inherit;transition:background .22s,color .22s}
body.s-notfound .lang-menu button:hover{background:rgba(255,255,255,.05);color:#fff}
body.s-notfound .lang-menu button.active{background:rgba(59,130,246,.18);color:#fff}
body.s-notfound .lang-menu .check{margin-left:auto;opacity:0;color:#3b82f6}
body.s-notfound .lang-menu button.active .check{opacity:1}
body.s-notfound .foot{position:fixed;left:0;right:0;bottom:24px;display:flex;justify-content:center;z-index:3}
body.s-notfound .foot a{display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:700;letter-spacing:-.3px;color:var(--text);opacity:.85;transition:opacity .2s;text-decoration:none}
body.s-notfound .foot a:hover{opacity:1}
body.s-notfound .foot .logo-mark{width:26px;height:26px;flex-shrink:0;display:inline-flex;filter:drop-shadow(0 2px 6px rgba(0,119,255,.45))}
body.s-notfound .foot .logo-mark svg{width:100%;height:100%;display:block}
body.s-notfound .foot .logo-text{color:#fff;font-weight:700}
