
html.s-payment-result, body.s-payment-result, body.s-payment-result *{margin:0;padding:0;box-sizing:border-box}
html.s-payment-result{
  --bg:#050507;
  --text:#fff;
  --text-dim:#a3a3aa;
  --text-mut:#7f7f89;
  --accent-glow:rgba(59,130,246,.18);
}
html.s-payment-result,body.s-payment-result{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-payment-result{position:relative;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px}
body.s-payment-result a{color:inherit;text-decoration:none}
body.s-payment-result button{font-family:inherit}
body.s-payment-result .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-payment-result .bg-fx::before,body.s-payment-result .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-payment-result .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-payment-result .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-payment-result .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-payment-result .bg-fx{contain:layout style paint}
  body.s-payment-result .bg-fx::before,body.s-payment-result .bg-fx::after,body.s-payment-result .bg-fx span{mix-blend-mode:normal;filter:blur(80px);-webkit-filter:blur(80px)}
}
@media(max-width:640px){
  body.s-payment-result .bg-fx::before,body.s-payment-result .bg-fx::after{filter:blur(70px);-webkit-filter:blur(70px)}
  body.s-payment-result .bg-fx span{display:none}
}
html.s-payment-result::selection, body.s-payment-result ::selection{background:var(--accent-glow);color:#fff}
body.s-payment-result .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-payment-result .pr-icon{width:104px;height:104px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid;margin-bottom:2px;animation:prIn .38s cubic-bezier(.34,1.4,.64,1) both}
body.s-payment-result .pr-icon svg{width:46px;height:46px}
body.s-payment-result .pr-icon.ok{background:rgba(34,197,94,.09);border-color:rgba(34,197,94,.3);color:#4ade80;box-shadow:0 0 70px -12px rgba(34,197,94,.5)}
body.s-payment-result .pr-icon.bad{background:rgba(248,113,113,.09);border-color:rgba(248,113,113,.28);color:#f87171;box-shadow:0 0 70px -12px rgba(248,113,113,.45)}
@keyframes prIn{from{opacity:0;transform:scale(.82)}to{opacity:1;transform:scale(1)}}
@media(prefers-reduced-motion:reduce){body.s-payment-result .pr-icon{animation:none}}
body.s-payment-result h1{font-size:clamp(24px,3.4vw,32px);font-weight:700;letter-spacing:-.5px;color:var(--text);margin:0}
body.s-payment-result p{color:var(--text-dim);font-size:15px;line-height:1.65;max-width:430px;margin:0}
body.s-payment-result .nf-links{display:flex;flex-wrap:wrap;gap:9px;justify-content:center;margin-top:6px}
body.s-payment-result .nf-links a{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);border-radius:10px;padding:11px 18px;font-size:13.5px;color:var(--text-dim);font-weight:550;transition:border-color .2s,color .2s,background .2s}
body.s-payment-result .nf-links a:hover{border-color:rgba(127,184,255,.4);color:#9ecbff}
body.s-payment-result .nf-links a.primary{background:#2563eb;border-color:#2563eb;color:#fff}
body.s-payment-result .nf-links a.primary:hover{background:#1d4fd8;border-color:#1d4fd8;color:#fff}
body.s-payment-result .lang-dd{position:fixed;top:20px;right:24px;z-index:60}
body.s-payment-result .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-payment-result .lang-trigger:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1)}
body.s-payment-result .lang-trigger svg.chev{width:11px;height:11px;opacity:.6;transition:transform .22s}
body.s-payment-result .lang-dd.open .lang-trigger svg.chev{transform:rotate(180deg)}
body.s-payment-result .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-payment-result .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-payment-result .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-payment-result .lang-menu button:hover{background:rgba(255,255,255,.05);color:#fff}
body.s-payment-result .lang-menu button.active{background:rgba(59,130,246,.18);color:#fff}
body.s-payment-result .lang-menu .check{margin-left:auto;opacity:0;color:#3b82f6}
body.s-payment-result .lang-menu button.active .check{opacity:1}
body.s-payment-result .foot{position:fixed;left:0;right:0;bottom:24px;display:flex;justify-content:center;z-index:3}
body.s-payment-result .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-payment-result .foot a:hover{opacity:1}
body.s-payment-result .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-payment-result .foot .logo-mark svg{width:100%;height:100%;display:block}
body.s-payment-result .foot .logo-text{color:#fff;font-weight:700}
@media(max-width:640px){
  body.s-payment-result .pr-icon{width:88px;height:88px}
  body.s-payment-result .pr-icon svg{width:38px;height:38px}
  body.s-payment-result .nf-links{width:100%}
  body.s-payment-result .nf-links a{flex:1 1 100%}
}
