.payment-window{display:flex!important;justify-content:space-between;align-items:center;gap:14px;margin:0 0 14px!important;padding:12px;border:1px solid #7657ff66;border-radius:8px;background:linear-gradient(100deg,#7657ff18,#29d8ff0b)}
.payment-window span{min-width:0}.payment-window small,.payment-window b{display:block}.payment-window b{margin-top:4px;color:var(--muted);font-size:9px;font-weight:500}
.payment-window strong{font:600 24px "Space Grotesk",sans-serif;letter-spacing:1px;color:#fff;font-variant-numeric:tabular-nums}
.payment-window.processing{border-color:#ffb74c66;background:#ffb74c0b}.payment-window.processing strong{color:#ffcf82}
.payment-window.expired{border-color:#ff637466;background:#ff63740b}.payment-window.expired strong{color:#ff8693}
.payment-tx input.invalid{border-color:#ff6374;box-shadow:0 0 0 3px #ff637416}.payment-destination.submitted .payment-tx input{opacity:.72}
.payment-destination.submitted .payment-paid{border-color:#ffb74c66;color:#ffcf82;background:#ffb74c0b}
.payment-agreement{display:flex;align-items:flex-start;gap:10px;margin-top:13px;padding:11px;border:1px solid var(--line);border-radius:8px;background:#ffffff03;color:var(--muted);font-size:9px;line-height:1.55;cursor:pointer}.payment-agreement input{width:16px;height:16px;flex:0 0 auto;margin:1px 0 0;accent-color:var(--purple)}.payment-agreement.invalid{border-color:#ff6374;background:#ff63740a}.payment-destination.submitted .payment-agreement{opacity:.65;pointer-events:none}
