#pok-payment-container{--pok-primary:#04557c;--pok-primary-hover:#0a6d9c;--pok-primary-active:#033f5c;--pok-primary-tint:#04557c0f;--pok-primary-tint-strong:#04557c24;--pok-primary-ring:#04557c2e;--pok-surface:#fff;--pok-surface-soft:#f5f7fa;--pok-text:#0e1e2c;--pok-text-muted:#4d5d70;--pok-text-subtle:#8492a4;--pok-border:#d8e0eb;--pok-border-strong:#b1bccc;--pok-error:#bd2f43;--pok-error-tint:#bd2f4314;--pok-error-ring:#bd2f432e;--pok-success:#1a7a5a;--pok-radius:10px;--pok-radius-sm:6px;--pok-radius-pill:999px;--pok-shadow-input:0 1px 0 #0f172a05;--pok-shadow-card:0 1px 2px #0f172a0a, 0 4px 16px #0f172a0f;--pok-shadow-popover:0 1px 2px #0f172a0f, 0 12px 32px -8px #0f172a2e;--pok-ease:cubic-bezier(.16, 1, .3, 1);--pok-dur:.22s;--pok-font:-apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI Variable", "Segoe UI", "Helvetica Neue", system-ui, Roboto, Ubuntu, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";min-height:350px;color:var(--pok-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;position:relative}#pok-payment-container *{font-family:var(--pok-font);box-sizing:border-box}#pok-payment-container ::selection{background:var(--pok-primary-tint-strong);color:var(--pok-text)}.pok-payment-loading-screen{-webkit-backdrop-filter:saturate(140%)blur(2px);z-index:9999;animation:fadeInUp .2s var(--pok-ease) both;background:#ffffffc7;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}@keyframes spin{to{transform:rotate(360deg)}}.pok-payment-form{background:var(--pok-surface);border:1px solid var(--pok-border);width:100%;max-width:480px;animation:slideInFromBottom .36s var(--pok-ease) both;border-radius:12px;flex-direction:column;gap:.875rem;margin:0 auto;padding:24px;display:flex;box-shadow:0 1px 2px #0f172a0a}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.pok-payment-input-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem;display:grid}.pok-payment-relative{position:relative}.pok-payment-label{color:var(--pok-text-muted);letter-spacing:0;text-transform:none;transition:color var(--pok-dur) var(--pok-ease);margin-bottom:.25rem;padding:0;font-size:.6875rem;font-weight:500;line-height:1.3;display:block}.pok-payment-input{background:var(--pok-surface);width:100%;height:2.5rem;color:var(--pok-text);letter-spacing:0;border:1px solid var(--pok-border);border-radius:var(--pok-radius);box-shadow:none;appearance:none;font-variant-numeric:tabular-nums;transition:border-color .16s var(--pok-ease), box-shadow .16s var(--pok-ease);outline:none;padding:0 .75rem;font-size:.875rem;font-weight:400;line-height:1.4;display:block}.pok-payment-input::placeholder{color:var(--pok-text-subtle);font-weight:400}.pok-payment-input:hover:not(:focus):not(.pok-payment-input-disabled){border-color:var(--pok-border-strong)}.pok-payment-input:focus{border-color:var(--pok-primary);box-shadow:0 0 0 3px var(--pok-primary-ring)}.pok-payment-input-error{border-color:var(--pok-error)}.pok-payment-input-error:focus{border-color:var(--pok-error);box-shadow:0 0 0 3px var(--pok-error-ring)}.pok-payment-label-error{color:var(--pok-error)}.pok-payment-input-disabled{background-color:var(--pok-surface-soft);color:var(--pok-text-muted);cursor:not-allowed;border-color:var(--pok-border)}.pok-payment-input-wrap{position:relative}.pok-payment-input-icon,.pok-payment-clear{width:2.5rem;color:var(--pok-text-subtle);pointer-events:none;transition:color .16s var(--pok-ease);justify-content:center;align-items:center;line-height:0;display:flex;position:absolute;top:1px;bottom:1px;right:1px}.pok-payment-clear{cursor:pointer;pointer-events:auto}.pok-payment-clear:hover{color:var(--pok-text)}:is(.pok-payment-input-wrap:has(>.pok-payment-input-icon)>.pok-payment-input,.pok-payment-input-wrap:has(>.pok-payment-clear)>.pok-payment-input){padding-right:2.5rem}.pok-payment-error-text{color:var(--pok-error);letter-spacing:0;margin:.25rem 0 0;font-size:.625rem;font-weight:400;line-height:1.3}.pok-payment-checkbox-container{align-items:center;gap:.625rem;width:100%;padding:.125rem 0;display:flex}.pok-payment-checkbox-container input[type=checkbox]{appearance:none;border:1.5px solid var(--pok-border-strong);cursor:pointer;background:var(--pok-surface);width:18px;height:18px;transition:border-color .18s var(--pok-ease), background-color .18s var(--pok-ease), box-shadow .18s var(--pok-ease);border-radius:4px;flex-shrink:0;position:relative}.pok-payment-checkbox-container input[type=checkbox]:hover:not(:disabled){border-color:var(--pok-primary)}.pok-payment-checkbox-container input[type=checkbox]:focus-visible{border-color:var(--pok-primary);box-shadow:0 0 0 4px var(--pok-primary-ring);outline:none}.pok-payment-checkbox-container input[type=checkbox]:checked{border-color:var(--pok-primary);background-color:var(--pok-primary)}.pok-payment-checkbox-container input[type=checkbox]:disabled{background-color:var(--pok-surface-soft);border-color:var(--pok-border);cursor:not-allowed;opacity:.6}.pok-payment-checkbox-container input[type=checkbox]:before{content:"";opacity:0;width:10px;height:5px;transition:transform .16s var(--pok-ease), opacity .16s var(--pok-ease);border-bottom:2px solid #fff;border-left:2px solid #fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-68%)rotate(-45deg)scale(.6)}.pok-payment-checkbox-container input[type=checkbox]:checked:before{opacity:1;transform:translate(-50%,-68%)rotate(-45deg)scale(1)}.pok-payment-checkbox-container label{color:var(--pok-text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;margin-left:0;font-size:.875rem;font-weight:500}.pok-payment-button{background:var(--pok-primary);color:#fff;letter-spacing:0;border-radius:var(--pok-radius);cursor:pointer;width:100%;box-shadow:none;transition:background-color .18s var(--pok-ease), transform .12s var(--pok-ease), box-shadow .18s var(--pok-ease);border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.8125rem 1.25rem;font-size:.9375rem;font-weight:500;line-height:1.25rem;display:inline-flex}.pok-payment-button:hover{background:var(--pok-primary-hover)}.pok-payment-button:focus-visible{box-shadow:0 0 0 3px var(--pok-primary-ring);outline:none}.pok-payment-button:active:not(:disabled){background:var(--pok-primary-active);transform:translateY(1px)}.pok-payment-button:disabled{cursor:not-allowed;opacity:.65}.pok-payment-error-message{background:var(--pok-error-tint);color:var(--pok-error);border-left:3px solid var(--pok-error);border-radius:var(--pok-radius-sm);transform-origin:top;animation:slideInError .28s var(--pok-ease) both;margin-bottom:.25rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;line-height:1.4}@keyframes slideInError{0%{opacity:0;transform:translateY(-4px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.pok-payment-spinner{border:2px solid var(--pok-primary-tint-strong);border-top-color:var(--pok-primary);border-radius:50%;width:22px;height:22px;margin-right:0;animation:.72s linear infinite spin;display:inline-block}.pok-payment-button .pok-payment-spinner{border:2px solid #ffffff52;border-top-color:#fff;width:18px;height:18px}.pok-payment-loading .button-text{display:none}.pok-payment-info-container{text-align:center;width:100%;height:100%;min-height:300px;animation:fadeInScale .42s var(--pok-ease) both;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;display:flex}@keyframes fadeInScale{0%{opacity:0;transform:scale(.97)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}.pok-payment-info-icon{width:4rem;height:4rem;animation:bounceIn .48s var(--pok-ease) 80ms both;margin-bottom:1rem}@keyframes bounceIn{0%{opacity:0;transform:scale(.86)}to{opacity:1;transform:scale(1)}}.pok-payment-info-title{letter-spacing:0;color:var(--pok-text);text-align:center;animation:slideInFromTop .38s var(--pok-ease) .16s both;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.pok-payment-info-message{color:var(--pok-text-muted);text-align:center;max-width:28em;animation:fadeInUp .38s var(--pok-ease) .24s both;margin:0;font-size:.9375rem;line-height:1.5}@keyframes fadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.pok-payment-info-container .pok-payment-info-icon img{animation:none}@keyframes successPulse{0%{opacity:1;transform:none}to{opacity:1;transform:none}}.pok-payment-options{background:var(--pok-surface);border:1px solid var(--pok-border);border-radius:var(--pok-radius);width:100%;max-height:14rem;box-shadow:var(--pok-shadow-popover);z-index:10;transform-origin:top;animation:slideInFromTop .2s var(--pok-ease) both;margin-top:0;padding:.25rem;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto}.pok-payment-options-hidden{display:none}.pok-payment-option{color:var(--pok-text);cursor:pointer;border-radius:var(--pok-radius-sm);padding:.5rem .75rem;font-size:.875rem;font-weight:500;line-height:1.35rem;transition:background-color .14s,color .14s}.pok-payment-option:hover,.pok-payment-option-active{background:var(--pok-primary-tint)}.pok-payment-option-selected{background:var(--pok-primary);color:#fff}.pok-payment-option-selected:hover,.pok-payment-option-selected.pok-payment-option-active{background:var(--pok-primary-hover);color:#fff}.pok-payment-options::-webkit-scrollbar{width:8px}.pok-payment-options::-webkit-scrollbar-thumb{background:var(--pok-border-strong);border:2px solid var(--pok-surface);border-radius:8px}.pok-payment-options::-webkit-scrollbar-track{background:0 0}.pok-payment-form-exit{animation:.22s ease-in forwards slideOutToTop}@keyframes slideOutToTop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}@media (max-width:480px){.pok-payment-form{border-radius:12px;padding:22px 18px}.pok-payment-input-row{grid-template-columns:1fr}.pok-payment-info-title{font-size:1.25rem}}@media (prefers-reduced-motion:reduce){#pok-payment-container *,#pok-payment-container :before,#pok-payment-container :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
