.bk-payment-container{background:#242535;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.bk-balance-card{background:#1e1f2d;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between}.bk-balance-info{display:flex;align-items:center;gap:1rem}.bk-balance-icon{width:48px;height:48px;background:#6366f1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.bk-balance-details h3{font-size:1rem;color:rgba(255,255,255,.7);margin:0 0 .25rem 0}.bk-balance-amount{font-size:1.5rem;font-weight:600;color:#fff}.bk-payment-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem}.bk-payment-method{background:#1e1f2d;border:1px solid #2f3042;border-radius:8px;padding:1rem;cursor:pointer;transition:all .2s;position:relative}.bk-payment-method:hover{border-color:#6366f1;transform:translateY(-2px)}.bk-payment-method.selected{border-color:#6366f1;background:rgba(99,102,241,.1)}.bk-payment-method.selected::after{content:'\f00c';font-family:'Font Awesome 5 Free';font-weight:900;position:absolute;top:.5rem;right:.5rem;color:#6366f1}.bk-method-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.bk-method-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#242535;border-radius:6px;color:#6366f1}.bk-method-title{font-size:1rem;font-weight:500;color:#fff;margin:0}.bk-method-description{font-size:.875rem;color:rgba(255,255,255,.5);margin:0}.bk-method-info{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #2f3042}.bk-method-commission{font-size:.875rem;color:rgba(255,255,255,.7)}.bk-method-limits{font-size:.875rem;color:rgba(255,255,255,.5)}.bk-payment-summary{background:#1e1f2d;border-radius:8px;padding:1.5rem}.bk-summary-title{font-size:1.1rem;color:#fff;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #2f3042}.bk-summary-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.bk-summary-label{color:rgba(255,255,255,.7);font-size:.9375rem}.bk-summary-value{color:#fff;font-size:.9375rem}.bk-summary-total{margin-top:1rem;padding-top:1rem;border-top:1px solid #2f3042}.bk-summary-total .bk-summary-label{font-weight:500}.bk-summary-total .bk-summary-value{font-size:1.1rem;font-weight:600;color:#6366f1}.bk-amount-input{background:#242535;border:1px solid #2f3042;border-radius:6px;padding:1rem;margin-bottom:1.5rem}.bk-amount-input label{display:block;color:rgba(255,255,255,.7);font-size:.875rem;margin-bottom:.5rem}.bk-amount-field{position:relative;display:flex;align-items:center}.bk-amount-field input{width:100%;background:#1e1f2d;border:1px solid #2f3042;border-radius:6px;padding:.75rem 3rem .75rem 1rem;color:#fff;font-size:1rem}.bk-amount-field input:focus{border-color:#6366f1;outline:none}.bk-amount-field .currency{position:absolute;right:1rem;color:rgba(255,255,255,.5)}.bk-quick-amounts{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem;margin-top:.75rem}.bk-quick-amount{background:#1e1f2d;border:1px solid #2f3042;border-radius:6px;padding:.5rem;text-align:center;color:#fff;cursor:pointer;transition:all .2s}.bk-quick-amount:hover{border-color:#6366f1;background:rgba(99,102,241,.1)}.bk-quick-amount.selected{border-color:#6366f1;background:rgba(99,102,241,.1)}.bk-payment-button{width:100%;background:#6366f1;color:#fff;border:none;border-radius:6px;padding:1rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.bk-payment-button:hover{background:#4f46e5}.bk-payment-button:disabled{background:#374151;cursor:not-allowed}.bk-paytr-frame{width:100%;height:600px;border:none;margin-top:1.5rem}@media (max-width:768px){.bk-payment-methods{grid-template-columns:1fr}.bk-balance-card{flex-direction:column;text-align:center}.bk-balance-info{flex-direction:column}.bk-quick-amounts{grid-template-columns:repeat(2,1fr)}}