.billing-redesign { --accent: #315de6; }
.billing-redesign .billing-heading { margin-bottom: 26px; }
.billing-redesign .billing-heading .eyebrow { margin: 0 0 6px; color: #767d8b; font-size: 10px; }
.billing-redesign .billing-heading h1 { font-size: 28px; }
.billing-heading-note { display: flex; align-items: center; gap: 8px; color: #777f8d; font-size: 12px; }
.account-ledger { display: grid; grid-template-columns: 1.2fr 1fr .8fr auto; gap: 30px; align-items: center; border-block: 1px solid #e1e5ec; padding: 25px 0; }
.account-ledger > div { min-width: 0; border-right: 1px solid #e1e5ec; }
.account-ledger > div > span { color: #767e8c; font-size: 12px; }
.account-ledger strong { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin-top: 9px; font: 600 29px/1.3 "Avenir Next", "PingFang SC", sans-serif; font-variant-numeric: tabular-nums; }
.account-ledger strong small { font: 400 11px system-ui, sans-serif; color: #838a96; }
.ledger-art { display: flex; align-items: center; gap: 10px; color: #959eaf; font: 600 18px "Avenir Next", sans-serif; }
.billing-redesign .ledger-art svg { width: 32px; height: 32px; stroke-width: 1.3; }
.recharge-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 44px; margin: 32px 0 34px; align-items: start; }
.recharge-options { min-width: 0; }
.billing-redesign .billing-section-head h2 { font-size: 15px; }
.plan-list { border: 0; padding: 0; margin: 0; display: grid; gap: 12px; min-width: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.plan-option { display: grid; grid-template-columns: 18px 38px minmax(0, 1fr) auto; align-items: center; gap: 15px; padding: 20px; min-height: 100px; background: white; border: 1px solid #e0e4eb; border-radius: 7px; cursor: pointer; transition: border-color .18s, background .18s; font-weight: 400; }
.plan-option:hover { border-color: #9daed5; }
.plan-option:has(input:checked) { border-color: #315de6; background: #f5f8ff; box-shadow: inset 0 0 0 1px #315de6; }
.plan-option input { appearance: auto; width: 17px; height: 17px; min-height: 0; padding: 0; margin: 0; accent-color: #315de6; }
.plan-option input:focus-visible { outline: 3px solid #9bb4ef; outline-offset: 4px; }
.plan-icon { display: grid; place-items: center; width: 38px; height: 40px; color: #7c879c; }
.plan-option:has(input:checked) .plan-icon { color: #315de6; }
.billing-redesign .plan-icon svg { width: 26px; height: 26px; stroke-width: 1.5; }
.plan-info, .plan-cost { display: grid; gap: 8px; min-width: 0; }
.plan-name { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: #4e5666; font-size: 12px; }
.plan-name > small { color: #315de6; background: #e8eeff; padding: 2px 5px; border-radius: 3px; font-size: 9px; }
.plan-quota { font-size: 10px; color: #8a929f; }
.plan-quota strong { color: #262d3b; font: 600 22px/1.2 "Avenir Next", "PingFang SC", sans-serif; margin-right: 4px; }
.plan-cost { text-align: right; }
.plan-cost > strong { font: 600 21px/1.2 "Avenir Next", sans-serif; color: #303746; }
.plan-cost > small { font-size: 10px; color: #818a99; }
.recharge-note { display: flex; align-items: start; gap: 7px; margin-top: 18px; color: #8b93a0; font-size: 11px; line-height: 1.7; }
.billing-redesign .recharge-note svg { width: 14px; height: 14px; margin-top: 2px; }
.checkout-panel { background: #fff; border: 1px solid #e0e4eb; border-radius: 8px; padding: 25px; box-shadow: 0 5px 20px #26334904; }
.checkout-title { display: flex; justify-content: space-between; align-items: center; }
.checkout-title h2 { font-size: 15px; font-weight: 600; margin: 0; }
.checkout-title > svg { color: #919aaa; }
.checkout-details { display: grid; gap: 15px; margin: 25px 0 22px; font-size: 12px; }
.checkout-details > div { display: flex; justify-content: space-between; gap: 12px; }
.checkout-details dt { color: #9298a3; flex-shrink: 0; }
.checkout-details dd { margin: 0; color: #4c5566; text-align: right; overflow-wrap: anywhere; }
.checkout-total { padding: 22px 0; border-block: 1px dashed #dce1e9; display: grid; gap: 9px; }
.checkout-total > span { font-size: 11px; color: #8891a0; }
.checkout-total > span:first-child { color: #626c7e; }
.checkout-total strong { display: flex; align-items: baseline; gap: 5px; font: 600 38px/1.2 "Avenir Next", sans-serif; font-variant-numeric: tabular-nums; color: #252d3c; }
.checkout-total strong small { font-size: 20px; }
.payment-method { display: flex; align-items: center; justify-content: space-between; margin: 20px 0; color: #5f6b7e; font-size: 12px; }
.payment-method span { display: flex; align-items: center; gap: 9px; }.payment-method svg { color: #3c78d8; }
.billing-redesign #checkout-button { background: #315de6; border-color: #315de6; border-radius: 5px; min-height: 44px; font-size: 13px; font-weight: 550; }
.billing-redesign #checkout-button:hover { background: #264fcf; }
.checkout-note { color: #939ba7; font-size: 10px; line-height: 1.6; margin: 12px 0 0; text-align: center; }
.billing-redesign .orders { padding-top: 24px; }
.billing-redesign .billing-footer { display: none; }
@media (max-width: 1000px) {
  .recharge-layout { grid-template-columns: minmax(0, 1fr) 285px; gap: 24px; }.plan-option { grid-template-columns: 17px minmax(0, 1fr) auto; gap: 12px; padding: 18px; }.plan-icon { display: none; }
  .account-ledger { grid-template-columns: 1.2fr 1fr .7fr; gap: 22px; }.ledger-art { display: none; }.account-ledger > div:last-of-type { border: 0; }
}
@media (max-width: 760px) {
  .billing-heading-note { display: none; }.billing-redesign .billing-heading h1 { font-size: 25px; }
  .account-ledger { gap: 12px; padding: 20px 0; grid-template-columns: 1.2fr 1fr; }.account-ledger > div:nth-child(2) { border: 0; }.account-ledger > div:nth-child(3) { display: none; }.account-ledger strong { font-size: 25px; }.account-ledger > div > span { font-size: 11px; }
  .recharge-layout { grid-template-columns: 1fr; gap: 24px; margin-top: 25px; }.plan-option { min-height: 94px; padding: 17px 14px; gap: 11px; }.plan-quota strong { font-size: 21px; }.plan-cost > strong { font-size: 20px; }.plan-cost > small { font-size: 9px; }
  .checkout-panel { padding: 23px; }.checkout-total { position: relative; min-height: 97px; padding-right: 140px; }.checkout-total strong { position: absolute; right: 0; top: 27px; font-size: 32px; }.checkout-details { margin-top: 22px; }.checkout-note { font-size: 10px; }
}
