/* IPTV OTT-inspired manual payment flow */
.legacy-payment-field{display:none!important}
.reseller-payment-step{max-width:720px;margin:28px auto 8px;padding:24px;border:1px solid #dbeafe;border-radius:20px;background:linear-gradient(145deg,#eff6ff,#fff);text-align:center;box-shadow:0 12px 30px rgba(37,99,235,.08)}
.payment-step-icon{width:56px;height:56px;margin:0 auto 10px;display:grid;place-items:center;border-radius:17px;color:#fff;font-size:1.35rem;background:linear-gradient(135deg,#2563eb,#0ea5e9)}
.reseller-payment-step h3{margin:4px 0;color:#172033}.reseller-payment-step>p{margin:6px 0 18px;color:#64748b}
.reseller-method-buttons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.reseller-method-buttons button{border:0;border-radius:12px;padding:14px 8px;color:#fff;font-weight:800;cursor:pointer;box-shadow:0 8px 18px #0002;transition:.2s}.reseller-method-buttons button:hover{transform:translateY(-3px);filter:brightness(1.08)}
.method-bkash{background:#e2136e}.method-nagad{background:#ed1c24}.method-rocket{background:#8c3494}.method-upay{background:#f5a900}.method-dot{display:inline-block;width:8px;height:8px;margin-right:7px;border-radius:50%;background:#fff}.payment-unavailable{grid-column:1/-1;color:#b91c1c}
.payment-modal-open{overflow:hidden}.reseller-payment-modal{position:fixed;inset:0;z-index:30000;display:none;align-items:center;justify-content:center;padding:16px;background:rgba(2,6,23,.78);backdrop-filter:blur(6px)}.reseller-payment-modal.visible{display:flex}
.reseller-payment-card{--method:#38bdf8;position:relative;width:min(500px,100%);max-height:94vh;overflow:auto;padding:28px;border:2px solid var(--method);border-radius:22px;color:#fff;background:linear-gradient(155deg,#172033,#0b1220);box-shadow:0 28px 80px #0008}.reseller-payment-card[data-method=bkash]{--method:#ff78b3;background:linear-gradient(155deg,#e2136e,#8e073d)}.reseller-payment-card[data-method=nagad]{--method:#ffd45c;background:linear-gradient(155deg,#ed1c24,#8b1b0a)}.reseller-payment-card[data-method=rocket]{--method:#e7aef0;background:linear-gradient(155deg,#8c3494,#3d1248)}.reseller-payment-card[data-method=upay]{--method:#ffdc63;background:linear-gradient(155deg,#f5a900,#c45700)}
.reseller-modal-close{position:absolute;top:12px;right:12px;width:38px;height:38px;border:0;border-radius:50%;background:#ffffff2b;color:#fff;font-size:25px;cursor:pointer}.reseller-payment-brand{width:64px;height:64px;margin:0 auto 9px;display:grid;place-items:center;border-radius:50%;background:#ffffff25;font-size:1.6rem}.reseller-payment-card h2{text-align:center;margin:0;color:#fff}.reseller-manual-badge{width:max-content;margin:8px auto 18px;padding:6px 12px;border-radius:99px;background:#ffffff25;font-size:.8rem;font-weight:700}
.reseller-order-summary{display:grid;grid-template-columns:1.3fr .7fr 1fr;gap:8px;padding:14px;border:1px solid #ffffff44;border-radius:13px;background:#ffffff1f}.reseller-order-summary div{display:flex;flex-direction:column}.reseller-order-summary small,.reseller-number-card small{font-size:.7rem;letter-spacing:.06em;opacity:.8}.reseller-order-summary strong{overflow-wrap:anywhere}
.reseller-number-card{margin-top:12px;padding:14px;border:1px solid #ffffff44;border-radius:13px;background:#0003}.reseller-number-card>div{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:4px}.reseller-number-card strong{font-size:clamp(1.35rem,6vw,1.85rem)}.reseller-number-card button{flex:0 0 42px;width:42px;height:42px;border:0;border-radius:50%;background:#ffffff2b;color:#fff}.reseller-number-card>span{display:block;min-height:18px;color:#dcfce7;font-size:.78rem}
.reseller-payment-steps{margin:15px 0}.reseller-payment-steps p{display:flex;gap:9px;align-items:flex-start;margin:8px 0;line-height:1.45}.reseller-payment-steps p>span{flex:0 0 25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#111827;font-weight:900}.reseller-payment-card label{display:block;margin-top:8px;font-weight:700}.reseller-payment-card label b,.reseller-trx-note{color:#ffe4e6}.reseller-payment-card input{width:100%;margin:8px 0!important;padding:14px!important;background:#fff!important;color:#111827!important;text-transform:uppercase;font-size:1.05rem}.reseller-trx-note{margin:0 0 13px;font-size:.82rem}
.reseller-submit-payment,.reseller-cancel-payment{width:100%;padding:14px;border-radius:11px;border:0;font-weight:800;cursor:pointer}.reseller-submit-payment{background:#fff;color:#111827}.reseller-submit-payment:disabled{opacity:.6;cursor:wait}.reseller-cancel-payment{margin-top:8px;border:1px solid #ffffff66;background:transparent;color:#fff}
@media(max-width:680px){.reseller-method-buttons{grid-template-columns:repeat(2,1fr)}.reseller-payment-card{padding:24px 17px;border-radius:16px}.reseller-order-summary{grid-template-columns:1fr 1fr}.reseller-order-summary div:last-child{grid-column:1/-1}}
