/* Billing rules admin panel */
.topbar.account-compact{display:none!important}.shop-balance-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border:1px solid #e4e7ec;border-radius:8px;background:#fff}.shop-balance-bar>div{display:flex;align-items:baseline;gap:10px}.shop-balance-bar span{color:#667085;font-size:12px}.shop-balance-bar strong{color:#0f766e;font-size:20px}.account-settings{margin-top:0}.account-tab-panel .billing-card{margin-top:0}
.account-page{display:flex;flex-direction:column;gap:10px}.account-page-head,.customer-page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 22px;background:#fff;border:1px solid #e7ecf3;border-radius:8px}.account-page-head h2,.customer-page-head h2{margin:4px 0 6px}.account-page-head p:not(.eyebrow),.customer-page-head p:not(.eyebrow){margin:0;color:#667085}.account-balance{display:flex;align-items:center;gap:12px}.account-balance span{font-size:12px;color:#667085}.account-balance strong{font-size:20px;color:#0f766e}.account-tabs{display:flex;gap:24px;border-bottom:1px solid #e4e7ec;padding:0 4px}.account-tabs button{border:0;background:transparent;padding:11px 4px;color:#667085;font-weight:700;border-bottom:2px solid transparent}.account-tabs button.active{color:#2563eb;border-bottom-color:#2563eb}.account-tab-panel{display:none;gap:14px}.account-tab-panel.active{display:grid}.card-title-row{display:flex;justify-content:space-between;align-items:flex-start}.discovered-models{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.discovered-model{border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;border-radius:7px;padding:7px 10px;cursor:pointer}.discovered-model small{display:block;font-size:10px;color:#64748b}.model-access-card{width:100%;min-width:0}.model-access-card .card-title-row{gap:18px}.model-access-card .muted{margin:6px 0 0}.model-access-form{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.model-access-form button[type="submit"]{grid-column:1/-1;justify-self:end;min-width:160px}.usage-center-card{padding:18px}.usage-filters,.customer-toolbar form{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:14px 0}.usage-filters input,.usage-filters select,.customer-toolbar input,.customer-toolbar select{height:38px;border:1px solid #d8dee9;border-radius:8px;padding:0 10px;background:#fff}.customer-page{display:flex;flex-direction:column;gap:14px}.customer-table-card{padding:0;overflow:hidden}.customer-table-wrap{overflow:auto}.customer-table{width:100%;border-collapse:collapse;min-width:760px}.customer-table th,.customer-table td{padding:13px 15px;text-align:left;border-bottom:1px solid #edf0f4;font-size:13px;vertical-align:middle}.customer-table th{background:#f8fafc;color:#667085;font-size:12px;font-weight:700}.customer-table td strong,.customer-table td small{display:block}.customer-table td small{color:#98a2b3;margin-top:4px}.customer-table-foot{padding:12px 15px;color:#667085;font-size:12px}.status-pill,.table-tag{display:inline-block;border-radius:999px;padding:4px 8px;font-size:11px}.status-pill.active{background:#ecfdf3;color:#027a48}.status-pill.paused{background:#fff7ed;color:#c2410c}.table-tag{margin:2px;background:#f2f4f7;color:#344054}.table-muted{color:#98a2b3}.table-action{border:0;background:transparent;color:#2563eb;padding:4px;cursor:pointer}.table-empty{text-align:center!important;color:#98a2b3;padding:28px!important}.usage-charge{color:#c2410c;font-weight:700}@media(max-width:800px){.account-page-head,.customer-page-head{flex-direction:column}.account-balance{width:100%;justify-content:space-between}.account-tabs{gap:12px;overflow:auto}.model-access-form{grid-template-columns:1fr}.model-access-form button[type="submit"]{grid-column:auto;width:100%}.usage-filters>*{flex:1;min-width:130px}}
.billing-card{margin-top:14px;padding:18px}.billing-card .muted{margin:0 0 14px;color:#667085;font-size:13px}.billing-list{display:grid;gap:10px}.billing-row{display:grid;grid-template-columns:1.05fr 1.15fr .7fr .9fr .65fr .65fr .75fr auto;gap:8px;align-items:end;border:1px solid #e7ecf3;background:#fbfcfe;border-radius:14px;padding:10px}.billing-row label{display:grid;gap:5px;font-size:12px;color:#667085}.billing-row input,.billing-row select,.billing-quote input,.billing-quote select{height:38px;border:1px solid #d8dee9;border-radius:10px;padding:0 10px;background:#fff;color:#101828}.billing-row button{height:38px;padding:0 12px}.billing-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:12px}.billing-quote{margin-top:14px;padding:12px;border-radius:14px;background:#fff7ed;border:1px solid rgba(255,107,53,.24);display:grid;grid-template-columns:auto minmax(160px,1fr) repeat(3,120px) auto minmax(220px,1fr);gap:8px;align-items:center}.billing-quote strong{color:#9a3412}.billing-quote span{font-size:13px;color:#c2410c;font-weight:700}@media(max-width:1200px){.billing-row{grid-template-columns:repeat(2,minmax(0,1fr))}.billing-quote{grid-template-columns:1fr 1fr}.billing-quote span{grid-column:1/-1}}