/* Vchat 0.50.7-alpha — Billing Cards UX Fix */
.vchat-billing-center{
  --vc-bill-ink:#211b38;
  --vc-bill-text:#39314f;
  --vc-bill-muted:#817994;
  --vc-bill-line:#e8e1f4;
  --vc-bill-soft:#f7f4ff;
  --vc-bill-purple:#6652b8;
  --vc-bill-purple-dark:#382b82;
  --vc-bill-warning:#fff8ea;
}
.vchat-billing-center .vchat-billing-hero{
  margin:0 0 18px!important;
  align-items:flex-end!important;
  gap:24px!important;
}
.vchat-billing-center .vchat-billing-hero h1{
  font-size:clamp(34px,3.4vw,50px)!important;
  line-height:1!important;
  letter-spacing:-.055em!important;
  font-weight:760!important;
  margin:8px 0 10px!important;
  color:var(--vc-bill-ink)!important;
}
.vchat-billing-center .vchat-billing-hero p{
  font-size:15px!important;
  line-height:1.55!important;
  color:var(--vc-bill-muted)!important;
  max-width:720px!important;
}
.vchat-billing-center .vchat-billing-status{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:54px!important;
  padding:14px 18px!important;
  margin:0 0 22px!important;
  border-radius:18px!important;
  font-size:14px!important;
  line-height:1.35!important;
}
.vchat-billing-center .vchat-billing-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr)!important;
  gap:22px!important;
  margin:0 0 26px!important;
  align-items:stretch!important;
}
.vchat-billing-center .vchat-current-plan,
.vchat-billing-center .vchat-ai-wallet{
  position:relative!important;
  border-radius:28px!important;
  padding:28px!important;
  border:1px solid rgba(102,82,184,.16)!important;
  background:linear-gradient(180deg,#fff 0%,#fcfbff 100%)!important;
  box-shadow:0 22px 60px rgba(34,24,70,.06)!important;
  overflow:hidden!important;
}
.vchat-billing-center .vchat-current-plan header,
.vchat-billing-center .vchat-ai-wallet header{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:16px!important;
  padding:0 0 18px!important;
  border-bottom:1px solid #eee9f8!important;
}
.vchat-billing-center .vchat-current-plan header small,
.vchat-billing-center .vchat-ai-wallet header small{
  display:block!important;
  margin-bottom:8px!important;
  font-size:10px!important;
  line-height:1!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
  color:#847ca0!important;
  font-weight:850!important;
}
.vchat-billing-center .vchat-current-plan h2,
.vchat-billing-center .vchat-ai-wallet h2{
  margin:0!important;
  font-size:32px!important;
  line-height:1.05!important;
  letter-spacing:-.045em!important;
  color:var(--vc-bill-ink)!important;
}
.vchat-billing-center .vchat-current-plan em{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:30px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  font-size:10px!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
  font-style:normal!important;
  background:#eef9f2!important;
  color:#16824a!important;
  border:1px solid #d8f0e2!important;
  font-weight:900!important;
}
.vchat-billing-center .vchat-plan-price{
  display:flex!important;
  align-items:flex-end!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin:18px 0 20px!important;
}
.vchat-billing-center .vchat-plan-price strong{
  font-size:30px!important;
  line-height:1!important;
  letter-spacing:-.04em!important;
  color:var(--vc-bill-ink)!important;
}
.vchat-billing-center .vchat-plan-price span{
  margin-bottom:3px!important;
  color:#817994!important;
  font-size:13px!important;
  font-weight:700!important;
}
.vchat-billing-center .vchat-current-plan ul,
.vchat-billing-center #vchat-billing-current-features{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  padding:0!important;
  margin:0!important;
  list-style:none!important;
}
.vchat-billing-center .vchat-current-plan li,
.vchat-billing-center #vchat-billing-current-features li{
  position:relative!important;
  min-height:52px!important;
  display:flex!important;
  align-items:center!important;
  padding:14px 16px 14px 44px!important;
  margin:0!important;
  border-radius:16px!important;
  border:1px solid #eee8f8!important;
  background:#fbfaff!important;
  color:#504764!important;
  font-size:13px!important;
  line-height:1.35!important;
  font-weight:650!important;
  overflow-wrap:break-word!important;
}
.vchat-billing-center .vchat-current-plan li:before,
.vchat-billing-center #vchat-billing-current-features li:before{
  content:'✓'!important;
  position:absolute!important;
  left:16px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  background:#eee9fb!important;
  color:#5d49b8!important;
  font-size:11px!important;
  font-weight:900!important;
}
.vchat-billing-center .vchat-ai-wallet .vchat-progress{
  height:10px!important;
  margin:18px 0 18px!important;
  border-radius:999px!important;
  background:#eee9f8!important;
  overflow:hidden!important;
}
.vchat-billing-center .vchat-ai-wallet .vchat-progress i{
  display:block!important;
  height:100%!important;
  border-radius:inherit!important;
  background:linear-gradient(90deg,#7b64d8,#4e3fac)!important;
}
.vchat-billing-center .vchat-usage-list{
  display:grid!important;
  gap:12px!important;
  margin:0!important;
}
.vchat-billing-center .vchat-usage-list p{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  min-height:54px!important;
  padding:14px 16px!important;
  margin:0!important;
  border:1px solid #eee8f8!important;
  border-radius:16px!important;
  background:#fbfaff!important;
}
.vchat-billing-center .vchat-usage-list span{
  color:#766e8d!important;
  font-size:13px!important;
}
.vchat-billing-center .vchat-usage-list b{
  color:var(--vc-bill-ink)!important;
  font-size:17px!important;
  font-weight:850!important;
}
.vchat-billing-center #vchat-billing-topups,
.vchat-billing-center #vchat-billing-plans{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0 0 30px!important;
  overflow:visible!important;
}
.vchat-billing-center .vchat-billing-topup-shell,
.vchat-billing-center .vchat-billing-plan-shell{
  display:block!important;
  width:100%!important;
  min-width:0!important;
}
.vchat-billing-center .vchat-billing-plan-section-head{
  margin:0 0 18px!important;
  padding:0!important;
}
.vchat-billing-center .vchat-billing-plan-section-head small{
  display:block!important;
  margin-bottom:8px!important;
  font-size:10px!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  color:#6b55c2!important;
  font-weight:900!important;
}
.vchat-billing-center .vchat-billing-plan-section-head h2{
  margin:0!important;
  max-width:720px!important;
  font-size:28px!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
  color:var(--vc-bill-ink)!important;
}
.vchat-billing-center .vchat-billing-plan-section-head p{
  margin:8px 0 0!important;
  max-width:760px!important;
  color:#817994!important;
  font-size:14px!important;
  line-height:1.55!important;
}
.vchat-billing-center .vchat-ai-topup-grid,
.vchat-billing-center .vchat-billing-plan-grid{
  display:grid!important;
  width:100%!important;
  min-width:0!important;
  gap:18px!important;
  align-items:stretch!important;
}
.vchat-billing-center .vchat-ai-topup-grid{
  grid-template-columns:repeat(3,minmax(240px,1fr))!important;
}
.vchat-billing-center .vchat-billing-plan-grid{
  grid-template-columns:repeat(4,minmax(230px,1fr))!important;
}
.vchat-billing-center .vchat-ai-topup-card,
.vchat-billing-center .vchat-billing-plan-card{
  min-width:0!important;
  width:100%!important;
  border-radius:26px!important;
  padding:22px!important;
  border:1px solid rgba(102,82,184,.16)!important;
  background:linear-gradient(180deg,#fff 0%,#fcfbff 100%)!important;
  box-shadow:0 18px 48px rgba(34,24,70,.055)!important;
  overflow:hidden!important;
}
.vchat-billing-center .vchat-billing-plan-card{
  min-height:520px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:15px!important;
}
.vchat-billing-center .vchat-billing-plan-card.is-featured{
  border-color:rgba(102,82,184,.38)!important;
  box-shadow:0 24px 70px rgba(102,82,184,.12)!important;
}
.vchat-billing-center .vchat-billing-plan-top{
  min-height:30px!important;
}
.vchat-billing-center .vchat-billing-badge{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  max-width:100%!important;
  min-height:30px!important;
  padding:0 11px!important;
  border-radius:999px!important;
  background:#f0ecfb!important;
  color:#5f4aba!important;
  border:1px solid #e7ddf7!important;
  font-size:10px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}
.vchat-billing-center .vchat-billing-badge.is-featured{background:#6652b8!important;color:#fff!important;border-color:#6652b8!important;}
.vchat-billing-center .vchat-billing-badge.is-current{background:#ebf8f0!important;color:#138247!important;border-color:#d9efdf!important;}
.vchat-billing-center .vchat-billing-badge.is-neutral{background:#f4f2f8!important;color:#817994!important;border-color:#ebe6f1!important;}
.vchat-billing-center .vchat-billing-plan-card header{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
  margin:0!important;
  padding:0!important;
}
.vchat-billing-center .vchat-billing-plan-card header strong{
  display:block!important;
  margin:0!important;
  font-size:26px!important;
  line-height:1.05!important;
  letter-spacing:-.045em!important;
  color:var(--vc-bill-ink)!important;
  overflow-wrap:break-word!important;
}
.vchat-billing-center .vchat-billing-plan-description{
  min-height:60px!important;
  margin:8px 0 0!important;
  color:#786f8f!important;
  font-size:13px!important;
  line-height:1.5!important;
  overflow-wrap:break-word!important;
}
.vchat-billing-center .vchat-billing-plan-pricebox{
  display:block!important;
  padding:14px!important;
  border-radius:18px!important;
  border:1px solid #eee8f8!important;
  background:#faf8ff!important;
  min-height:78px!important;
}
.vchat-billing-center .vchat-billing-plan-pricebox b{
  display:block!important;
  margin:0!important;
  font-size:26px!important;
  line-height:1.05!important;
  letter-spacing:-.045em!important;
  color:var(--vc-bill-purple)!important;
  white-space:normal!important;
  overflow-wrap:break-word!important;
}
.vchat-billing-center .vchat-billing-plan-pricebox span{
  display:block!important;
  margin-top:5px!important;
  color:#817994!important;
  font-size:12px!important;
  font-weight:750!important;
}
.vchat-billing-center .vchat-billing-plan-bullets{
  display:grid!important;
  gap:11px!important;
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}
.vchat-billing-center .vchat-billing-plan-bullets li{
  position:relative!important;
  margin:0!important;
  padding:0 0 0 28px!important;
  min-height:20px!important;
  color:#514960!important;
  font-size:13px!important;
  line-height:1.45!important;
  overflow-wrap:break-word!important;
}
.vchat-billing-center .vchat-billing-plan-bullets li:before{
  content:'✓'!important;
  position:absolute!important;
  left:0!important;
  top:1px!important;
  width:18px!important;
  height:18px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  background:#eee9fb!important;
  color:#5d49b8!important;
  font-size:11px!important;
  font-weight:900!important;
}
.vchat-billing-center .vchat-plan-details-toggle{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:max-content!important;
  max-width:100%!important;
  margin:4px 0 0!important;
  padding:0!important;
  min-height:24px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:#5d49b8!important;
  font-size:13px!important;
  line-height:1.4!important;
  font-weight:900!important;
  cursor:pointer!important;
  text-align:left!important;
}
.vchat-billing-center .vchat-plan-details-toggle:hover{
  text-decoration:underline!important;
}
.vchat-billing-center .vchat-plan-details[hidden]{display:none!important;}
.vchat-billing-center .vchat-plan-details{
  display:block!important;
  margin:2px 0 0!important;
  padding:14px!important;
  border-radius:18px!important;
  border:1px solid #eee8f8!important;
  background:#fbfaff!important;
}
.vchat-billing-center .vchat-plan-details ul{
  display:grid!important;
  gap:8px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.vchat-billing-center .vchat-plan-details li{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  min-height:34px!important;
  padding:8px 10px!important;
  border-radius:12px!important;
  background:#fff!important;
  border:1px solid #f0ecf8!important;
  color:#6f6782!important;
  font-size:12px!important;
  line-height:1.3!important;
}
.vchat-billing-center .vchat-plan-details li b{
  color:#211b38!important;
  font-weight:850!important;
  text-align:right!important;
}
.vchat-billing-center .vchat-plan-details li.is-muted{
  opacity:.55!important;
}
.vchat-billing-center .vchat-billing-plan-note{
  margin-top:auto!important;
  padding-top:12px!important;
  border-top:1px dashed #eee8f8!important;
  color:#857d98!important;
  font-size:12px!important;
  line-height:1.45!important;
  min-height:52px!important;
}
.vchat-billing-center .vchat-billing-plan-card > button[data-billing-checkout],
.vchat-billing-center .vchat-ai-topup-card > button[data-ai-topup]{
  width:100%!important;
  min-height:48px!important;
  margin:0!important;
  padding:0 16px!important;
  border:0!important;
  border-radius:16px!important;
  background:#6652b8!important;
  color:#fff!important;
  box-shadow:0 14px 30px rgba(102,82,184,.22)!important;
  font-size:13px!important;
  font-weight:900!important;
  cursor:pointer!important;
}
.vchat-billing-center .vchat-billing-plan-card > button[data-billing-checkout]:disabled,
.vchat-billing-center .vchat-ai-topup-card > button[data-ai-topup]:disabled{
  background:#f0edf8!important;
  color:#aaa1bc!important;
  box-shadow:none!important;
  cursor:not-allowed!important;
  opacity:1!important;
}
.vchat-billing-center .vchat-ai-topup-card{
  display:grid!important;
  gap:10px!important;
  min-height:178px!important;
}
.vchat-billing-center .vchat-ai-topup-card span{
  display:block!important;
  font-size:10px!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
  color:#817994!important;
  font-weight:900!important;
}
.vchat-billing-center .vchat-ai-topup-card strong{
  display:block!important;
  color:#211b38!important;
  font-size:20px!important;
  line-height:1.15!important;
  letter-spacing:-.025em!important;
}
.vchat-billing-center .vchat-ai-topup-card b{
  display:block!important;
  margin:0!important;
  color:#6652b8!important;
  font-size:26px!important;
  line-height:1!important;
  letter-spacing:-.04em!important;
}
.vchat-billing-center .vchat-empty-state{
  padding:28px!important;
  border:1px dashed #dfd7ef!important;
  border-radius:22px!important;
  background:#fbfaff!important;
}
@media (max-width:1450px){
  .vchat-billing-center .vchat-billing-plan-grid{grid-template-columns:repeat(2,minmax(290px,1fr))!important;}
  .vchat-billing-center .vchat-billing-plan-card{min-height:480px!important;}
}
@media (max-width:1120px){
  .vchat-billing-center .vchat-billing-grid{grid-template-columns:1fr!important;}
  .vchat-billing-center .vchat-ai-topup-grid{grid-template-columns:1fr!important;}
}
@media (max-width:760px){
  .vchat-billing-center .vchat-billing-hero{align-items:stretch!important;}
  .vchat-billing-center .vchat-billing-plan-grid{grid-template-columns:1fr!important;}
  .vchat-billing-center .vchat-current-plan ul,
  .vchat-billing-center #vchat-billing-current-features{grid-template-columns:1fr!important;}
  .vchat-billing-center .vchat-current-plan,
  .vchat-billing-center .vchat-ai-wallet,
  .vchat-billing-center .vchat-billing-plan-card,
  .vchat-billing-center .vchat-ai-topup-card{padding:20px!important;border-radius:22px!important;}
  .vchat-billing-center .vchat-billing-plan-card{min-height:auto!important;}
  .vchat-billing-center .vchat-billing-hero h1{font-size:34px!important;}
}
