.billing-module__m7utPq__loading{justify-content:center;align-items:center;min-height:60vh;display:flex}.billing-module__m7utPq__billingTabs{background:var(--bg-tertiary);border-radius:var(--radius);gap:4px;width:fit-content;margin-bottom:24px;padding:4px;display:flex}.billing-module__m7utPq__billingTab{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:all var(--transition);background:0 0;border:none;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;display:flex}.billing-module__m7utPq__billingTab:hover{color:var(--text-primary)}.billing-module__m7utPq__billingTabActive{background:var(--bg-elevated);color:var(--text-primary);box-shadow:var(--shadow-sm);font-weight:600}.billing-module__m7utPq__tabDot{background:var(--success);border-radius:50%;flex-shrink:0;width:6px;height:6px}.billing-module__m7utPq__tabContent{margin-bottom:24px}.billing-module__m7utPq__tabFooterActions{justify-content:center;gap:16px;margin-top:16px;display:flex}.billing-module__m7utPq__balancePanel{margin-bottom:24px;}.billing-module__m7utPq__notification{border-radius:12px;align-items:center;gap:12px;margin-bottom:24px;padding:14px 18px;font-size:14px;font-weight:500;display:flex}.billing-module__m7utPq__success{background:var(--success-subtle);border:1px solid var(--success);color:var(--success)}.billing-module__m7utPq__error{background:var(--danger-subtle);border:1px solid var(--danger);color:var(--danger)}.billing-module__m7utPq__notificationIcon{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:flex}.billing-module__m7utPq__success .billing-module__m7utPq__notificationIcon{background:#22c55e33}.billing-module__m7utPq__error .billing-module__m7utPq__notificationIcon{background:#ef444433}.billing-module__m7utPq__billingGrid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px;display:grid}@media (max-width:768px){.billing-module__m7utPq__billingGrid{grid-template-columns:1fr}}.billing-module__m7utPq__panelCard{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:14px;padding:24px}.billing-module__m7utPq__panelHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.billing-module__m7utPq__panelHeaderLeft{align-items:center;gap:10px;display:flex}.billing-module__m7utPq__panelIcon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.billing-module__m7utPq__panelIconGreen{background:var(--success-subtle);color:var(--success)}.billing-module__m7utPq__panelIconAmber{background:var(--amber-subtle);color:var(--amber)}.billing-module__m7utPq__panelIconPurple{color:#5e35b1;background:#5e35b11a}.billing-module__m7utPq__panelTitleText{color:var(--text-primary);font-size:14px;font-weight:600}.billing-module__m7utPq__panelSubtext{color:var(--text-secondary);font-size:12px}.billing-module__m7utPq__balanceStatsRow{gap:12px;display:flex}.billing-module__m7utPq__balanceStatCard{background:var(--bg-elevated);border:1px solid var(--border-color);text-align:center;border-radius:10px;flex:1;padding:16px}.billing-module__m7utPq__balanceStatValue{color:var(--text-primary);letter-spacing:-.5px;font-variant-numeric:tabular-nums;font-size:28px;font-weight:700;line-height:1.2}.billing-module__m7utPq__balanceStatValueSuccess{color:var(--success);}.billing-module__m7utPq__balanceStatLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-top:4px;font-size:11px;font-weight:500}.billing-module__m7utPq__quickAmounts{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.billing-module__m7utPq__quickAmountPill{border:2px solid var(--border-color);background:var(--bg-elevated);min-width:0;color:var(--text-primary);cursor:pointer;text-align:center;border-radius:10px;flex:1;padding:12px 8px;font-size:15px;font-weight:600;transition:all .15s;position:relative}.billing-module__m7utPq__quickAmountPill:hover{border-color:var(--accent);background:var(--accent-subtle)}.billing-module__m7utPq__quickAmountPillActive{border-color:var(--accent);background:var(--accent-subtle);color:var(--accent);}.billing-module__m7utPq__quickAmountPillPopular{position:relative}.billing-module__m7utPq__pillBonus{color:var(--cta);letter-spacing:.02em;margin-top:2px;font-size:10px;font-weight:600;display:block}.billing-module__m7utPq__pillPopularBadge{background:var(--cta);color:#fff;text-transform:uppercase;letter-spacing:.04em;border-radius:10px;padding:2px 8px;font-size:9px;font-weight:700;position:absolute;top:-8px;right:-8px}.billing-module__m7utPq__selectedSummary{background:var(--accent-subtle);border:1px solid var(--accent);border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 16px;font-size:14px;display:flex}.billing-module__m7utPq__selectedSummaryLabel{color:var(--text-secondary);font-weight:500}.billing-module__m7utPq__selectedSummaryValue{color:var(--accent);font-weight:700}.billing-module__m7utPq__topUpBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 20px;font-size:14px;font-weight:600;transition:background .15s;display:flex}.billing-module__m7utPq__topUpBtn:hover:not(:disabled){background:var(--accent-hover)}.billing-module__m7utPq__topUpBtn:disabled{opacity:.5;cursor:not-allowed}.billing-module__m7utPq__topUpError{background:var(--danger-subtle);border:1px solid var(--danger);color:var(--danger);border-radius:10px;align-items:center;gap:10px;margin-bottom:12px;padding:10px 14px;font-size:13px;display:flex}.billing-module__m7utPq__stripeNote{color:var(--text-tertiary);justify-content:center;align-items:center;gap:6px;margin-top:16px;font-size:12px;display:flex}.billing-module__m7utPq__transactionPanel{margin-bottom:24px;}.billing-module__m7utPq__panelBadge{color:var(--text-secondary);background:var(--bg-tertiary);border-radius:20px;padding:4px 12px;font-size:12px;font-weight:500}.billing-module__m7utPq__transactionList{flex-direction:column;gap:6px;display:flex}.billing-module__m7utPq__transactionItem{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:10px;align-items:center;gap:12px;padding:12px 14px;transition:border-color .15s;display:flex}.billing-module__m7utPq__transactionItem:hover{border-color:var(--accent-subtle)}.billing-module__m7utPq__txIcon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.billing-module__m7utPq__txIconSession{background:var(--accent-subtle);color:var(--accent)}.billing-module__m7utPq__txIconVoice{background:var(--teal-subtle);color:var(--teal)}.billing-module__m7utPq__txIconConcierge{color:#5e35b1;background:#5e35b11a}.billing-module__m7utPq__txIconSearch{background:var(--warning-subtle);color:var(--warning)}.billing-module__m7utPq__txIconCredit{background:var(--success-subtle);color:var(--success)}.billing-module__m7utPq__txIconDefault{background:var(--bg-tertiary);color:var(--text-secondary)}.billing-module__m7utPq__txInfo{flex:1;min-width:0}.billing-module__m7utPq__txDescription{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.billing-module__m7utPq__txMeta{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.billing-module__m7utPq__txMetaTag{background:var(--bg-tertiary);border:1px solid var(--border-subtle);font-size:11px;font-family:var(--font-mono);color:var(--text-secondary);white-space:nowrap;border-radius:6px;align-items:center;padding:2px 8px;display:inline-flex}.billing-module__m7utPq__txReference{background:var(--accent-subtle);border-color:var(--accent-subtle);color:var(--accent);}.billing-module__m7utPq__txRight{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.billing-module__m7utPq__txAmount{font-variant-numeric:tabular-nums;font-size:14px;font-weight:600}.billing-module__m7utPq__txAmountCredit{color:var(--success)}.billing-module__m7utPq__txAmountDebit{color:var(--danger)}.billing-module__m7utPq__txDate{color:var(--text-tertiary);white-space:nowrap;font-size:12px}.billing-module__m7utPq__emptyState{text-align:center;border:1px dashed var(--border-color);background:var(--bg-primary);border-radius:10px;padding:48px 24px}.billing-module__m7utPq__emptyIcon{color:var(--text-secondary);opacity:.3;margin-bottom:16px}.billing-module__m7utPq__emptyTitle{color:var(--text-primary);margin-bottom:4px;font-size:15px;font-weight:600}.billing-module__m7utPq__emptySubtitle{color:var(--text-secondary);font-size:13px}.billing-module__m7utPq__pagination{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.billing-module__m7utPq__paginationInfo{color:var(--text-secondary);font-size:13px}.billing-module__m7utPq__paginationBtns{gap:8px;display:flex}.billing-module__m7utPq__paginationBtn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:10px;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.billing-module__m7utPq__paginationBtn:hover:not(:disabled){background:var(--bg-tertiary)}.billing-module__m7utPq__paginationBtn:disabled{opacity:.4;cursor:not-allowed}.billing-module__m7utPq__planGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.billing-module__m7utPq__planCard{background:var(--bg-secondary);border:2px solid var(--border-subtle);border-radius:14px;padding:24px;transition:all .2s;position:relative}.billing-module__m7utPq__planCard:hover{border-color:var(--accent-subtle)}.billing-module__m7utPq__planCardActive{border-color:var(--accent);background:var(--accent-subtle);}.billing-module__m7utPq__planBadge{text-transform:uppercase;letter-spacing:.04em;border-radius:10px;padding:3px 10px;font-size:10px;font-weight:700;position:absolute;top:-10px;right:16px}.billing-module__m7utPq__planBadgePopular{background:var(--cta);color:#fff;}.billing-module__m7utPq__planBadgeCurrent{background:var(--accent);color:#fff;}.billing-module__m7utPq__planName{color:var(--text-primary);margin-bottom:4px;font-size:16px;font-weight:700}.billing-module__m7utPq__planPrice{color:var(--text-primary);letter-spacing:-.5px;font-size:32px;font-weight:800;line-height:1.2}.billing-module__m7utPq__planPeriod{color:var(--text-secondary);font-size:14px;font-weight:400}.billing-module__m7utPq__planCredits{color:var(--accent);margin-top:4px;margin-bottom:16px;font-size:13px;font-weight:600}.billing-module__m7utPq__planFeatures{flex-direction:column;gap:8px;margin:0 0 20px;padding:0;list-style:none;display:flex}.billing-module__m7utPq__planFeatureItem{color:var(--text-secondary);align-items:center;gap:8px;font-size:13px;display:flex}.billing-module__m7utPq__planFeatureIcon{color:var(--success);flex-shrink:0}.billing-module__m7utPq__planButton{cursor:pointer;border:2px solid var(--accent);width:100%;color:var(--accent);background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:600;transition:all .15s;display:flex}.billing-module__m7utPq__planButton:hover:not(:disabled){background:var(--accent);color:#fff}.billing-module__m7utPq__planButton:disabled{opacity:.5;cursor:not-allowed}.billing-module__m7utPq__planButtonActive{background:var(--accent);color:#fff;cursor:default;}.billing-module__m7utPq__planButtonActive:hover:not(:disabled){background:var(--accent);color:#fff}.billing-module__m7utPq__subscriptionBanner{background:var(--accent-subtle);border:1px solid var(--accent);color:var(--accent);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:14px 18px;font-size:14px;font-weight:500;display:flex}.billing-module__m7utPq__subscriptionBannerWarning{background:var(--warning-subtle);border-color:var(--warning);color:var(--warning);}.billing-module__m7utPq__subscriptionBannerDanger{background:var(--danger-subtle);border-color:var(--danger);color:var(--danger);}.billing-module__m7utPq__bannerActions{flex-shrink:0;gap:8px;display:flex}.billing-module__m7utPq__bannerBtn{color:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid;border-radius:8px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .15s}.billing-module__m7utPq__bannerBtn:hover{background:#ffffff1a}.billing-module__m7utPq__bannerBtnFilled{background:var(--accent);border-color:var(--accent);color:#fff;}.billing-module__m7utPq__bannerBtnFilled:hover{background:var(--accent-hover)}.billing-module__m7utPq__portalLink{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:16px;padding:8px;font-size:13px;transition:color .15s;display:flex}.billing-module__m7utPq__portalLink:hover{color:var(--accent)}.billing-module__m7utPq__txIconSubscription{background:var(--accent-subtle);color:var(--accent)}@media (max-width:768px){.billing-module__m7utPq__billingGrid{grid-template-columns:1fr}.billing-module__m7utPq__balanceStatsRow{flex-direction:column}.billing-module__m7utPq__quickAmounts{flex-wrap:wrap}.billing-module__m7utPq__quickAmountPill{min-width:calc(50% - 4px)}.billing-module__m7utPq__transactionItem{flex-wrap:wrap;gap:8px}.billing-module__m7utPq__txRight{flex-direction:row;justify-content:space-between;gap:12px;width:100%;padding-left:48px}.billing-module__m7utPq__planGrid{grid-template-columns:1fr}}
.OverviewRail-module__b6jYJG__ctaList{flex-direction:column;gap:10px;display:flex}.OverviewRail-module__b6jYJG__cta{border:1px solid var(--border-subtle);background:var(--bg-elevated);color:var(--text-primary);border-radius:10px;align-items:flex-start;gap:12px;padding:14px;text-decoration:none;transition:background .15s,border-color .15s,transform .1s;display:flex}.OverviewRail-module__b6jYJG__cta:hover{background:var(--bg-hover);border-color:var(--border-color)}.OverviewRail-module__b6jYJG__cta:active{transform:translateY(1px)}.OverviewRail-module__b6jYJG__ctaPrimary{border-color:var(--accent,#6366f1);background:var(--accent-subtle,#6366f114)}.OverviewRail-module__b6jYJG__ctaPrimary:hover{background:var(--accent-subtle,#6366f124);border-color:var(--accent,#6366f1)}.OverviewRail-module__b6jYJG__ctaIcon{color:var(--accent,#6366f1);flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.OverviewRail-module__b6jYJG__ctaIcon svg{width:22px;height:22px}.OverviewRail-module__b6jYJG__ctaBody{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.OverviewRail-module__b6jYJG__ctaTitle{color:var(--text-primary);font-size:14px;font-weight:600;line-height:1.3}.OverviewRail-module__b6jYJG__ctaSubtitle{color:var(--text-secondary);font-size:12px;line-height:1.4}.OverviewRail-module__b6jYJG__nextStepsList{flex-direction:column;gap:4px;display:flex}.OverviewRail-module__b6jYJG__nextStepRow{color:var(--text-secondary);border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-size:13px;text-decoration:none;transition:background .15s,color .15s;display:flex}.OverviewRail-module__b6jYJG__nextStepRow:hover{background:var(--bg-hover);color:var(--text-primary)}.OverviewRail-module__b6jYJG__nextStepIcon{flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:16px;line-height:1;display:flex}.OverviewRail-module__b6jYJG__nextStepText{flex:1;min-width:0}.OverviewRail-module__b6jYJG__nextStepArrow{color:var(--text-tertiary);flex-shrink:0}.OverviewRail-module__b6jYJG__devKeyRow{justify-content:space-between;align-items:center;gap:8px;display:flex}.OverviewRail-module__b6jYJG__quickStartIntro{color:var(--text-secondary);margin-bottom:10px;font-size:12px;line-height:1.4}.OverviewRail-module__b6jYJG__helloButtonWrap{align-items:center;gap:10px;margin-top:10px;display:inline-flex;position:relative}.OverviewRail-module__b6jYJG__helloButton{border:1px solid var(--border-color);background:var(--bg-elevated);color:var(--text-primary);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.OverviewRail-module__b6jYJG__helloButton:hover{background:var(--bg-hover);border-color:var(--accent,#6366f1)}.OverviewRail-module__b6jYJG__helloButtonIcon{font-size:14px;line-height:1}.OverviewRail-module__b6jYJG__helloTooltip{background:var(--bg-elevated);border:1px solid var(--border-color);color:var(--text-primary);white-space:nowrap;pointer-events:none;border-radius:6px;padding:4px 10px;font-size:11px;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000001f}
