:root{font-family:Inter,Segoe UI,Microsoft YaHei,system-ui,sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;--bg: oklch(.15 .025 274);--surface: oklch(.19 .028 274);--surface-raised: oklch(.225 .032 274);--surface-strong: oklch(.27 .038 274);--ink: oklch(.94 .012 275);--muted: oklch(.72 .025 275);--faint: oklch(.57 .028 275);--line: oklch(.31 .035 274);--line-strong: oklch(.41 .055 274);--primary: oklch(.7 .18 294);--primary-hover: oklch(.76 .16 294);--primary-pale: oklch(.29 .09 294);--cyan: oklch(.78 .13 210);--cyan-pale: oklch(.27 .065 210);--success: oklch(.76 .15 158);--success-pale: oklch(.26 .065 158);--warning: oklch(.82 .14 82);--warning-pale: oklch(.29 .07 82);--danger: oklch(.72 .18 25);--danger-pale: oklch(.28 .085 25);--topbar-bg: oklch(.165 .03 274 / .96);--focus-ring: oklch(.75 .15 294 / .5);--primary-ink: oklch(.18 .04 294);--secondary-hover: oklch(.31 .045 274);--brand-ink: oklch(.98 .01 275);--brand-border: oklch(.52 .14 294);--drawer-backdrop: oklch(.08 .02 274 / .72);--toast-error-ink: oklch(.96 .03 25);--toast-error-bg: oklch(.39 .12 25);--toast-success-ink: oklch(.96 .03 158);--toast-success-bg: oklch(.35 .09 158);--radius-sm: 5px;--radius-md: 8px;--z-sticky: 10;--z-backdrop: 30;--z-drawer: 40;--z-toast: 50}:root[data-theme=light]{color-scheme:light;--bg: oklch(.97 .008 275);--surface: oklch(.995 .003 275);--surface-raised: oklch(.945 .012 275);--surface-strong: oklch(.9 .02 275);--ink: oklch(.24 .035 274);--muted: oklch(.43 .035 275);--faint: oklch(.54 .03 275);--line: oklch(.86 .02 275);--line-strong: oklch(.7 .055 275);--primary: oklch(.58 .19 294);--primary-hover: oklch(.5 .18 294);--primary-pale: oklch(.92 .055 294);--cyan: oklch(.53 .14 210);--cyan-pale: oklch(.92 .05 210);--success: oklch(.51 .15 158);--success-pale: oklch(.92 .055 158);--warning: oklch(.54 .14 82);--warning-pale: oklch(.94 .055 82);--danger: oklch(.55 .18 25);--danger-pale: oklch(.93 .055 25);--topbar-bg: oklch(.985 .006 275 / .96);--focus-ring: oklch(.58 .19 294 / .35);--primary-ink: oklch(.98 .005 294);--secondary-hover: oklch(.86 .028 275);--brand-ink: oklch(.35 .13 294);--brand-border: oklch(.68 .12 294);--drawer-backdrop: oklch(.28 .02 274 / .4);--toast-error-ink: oklch(.98 .01 25);--toast-error-bg: oklch(.49 .16 25);--toast-success-ink: oklch(.98 .01 158);--toast-success-bg: oklch(.43 .12 158)}*{box-sizing:border-box}html{min-width:320px;color-scheme:dark;background:var(--bg)}body{min-width:320px;min-height:100vh;margin:0;background:var(--bg)}button,input,select{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}button,a{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:var(--z-sticky);min-height:66px;display:grid;grid-template-columns:minmax(190px,1fr) auto minmax(190px,1fr);align-items:center;gap:20px;padding:10px max(18px,calc((100vw - 1480px)/2 + 28px));background:var(--topbar-bg);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand-lockup{display:flex;align-items:center;gap:10px;min-width:0}.brand-mark,.login-mark{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;color:var(--brand-ink);background:var(--primary-pale);border:1px solid var(--brand-border);border-radius:var(--radius-md)}.brand-lockup>div{min-width:0;display:grid;gap:1px}.brand-lockup strong{font-size:14px;line-height:1.35}.brand-lockup span:last-child{color:var(--muted);font-size:11px}.topbar-center{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px #48cd8c1a}.topbar-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}.button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:0;border-radius:var(--radius-sm);font-size:13px;font-weight:650;cursor:pointer;transition:background-color .18s cubic-bezier(.25,1,.5,1),color .18s cubic-bezier(.25,1,.5,1),transform .18s cubic-bezier(.25,1,.5,1)}.button:hover{transform:translateY(-1px)}.button.primary{color:var(--primary-ink);background:var(--primary)}.button.primary:hover{background:var(--primary-hover)}.button.secondary{color:var(--ink);background:var(--surface-strong)}.button.secondary:hover{background:var(--secondary-hover)}.button.ghost{color:var(--muted);background:transparent;border:1px solid var(--line)}.button.ghost:hover{color:var(--ink);border-color:var(--line-strong)}.button:disabled{opacity:.46;cursor:not-allowed;transform:none}.icon-button{width:38px;height:38px;display:inline-grid;place-items:center;flex:0 0 auto;padding:0;border:0;border-radius:var(--radius-sm);color:var(--muted);background:transparent;cursor:pointer;transition:color .16s ease-out,background-color .16s ease-out}.icon-button:hover{color:var(--ink);background:var(--surface-strong)}.icon-button:disabled{opacity:.42;cursor:not-allowed}.icon-button.alert-active{color:var(--warning);background:var(--warning-pale)}.icon-button.credential-active{color:var(--cyan);background:var(--cyan-pale)}.main-content{width:min(1480px,100%);margin:0 auto;padding:26px 28px 64px}.workspace-heading{min-height:78px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.workspace-heading p{margin:0 0 6px;color:var(--primary-hover);font-size:12px;font-weight:700}.workspace-heading h1{margin:0;font-size:22px;line-height:1.3;letter-spacing:0;text-wrap:balance}.workspace-facts{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.workspace-facts span{min-height:32px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);font-size:12px}.workspace-facts svg{color:var(--cyan)}.load-error-panel{min-height:58px;display:flex;align-items:center;gap:11px;margin:-8px 0 18px;padding:9px 11px;color:var(--danger);background:var(--danger-pale);border-radius:var(--radius-sm)}.load-error-panel>span{min-width:0;display:grid;gap:2px;flex:1}.load-error-panel strong{color:var(--ink);font-size:12px}.load-error-panel small{overflow-wrap:anywhere;color:var(--muted);font-size:11px}.load-error-panel .button{flex:0 0 auto}.dashboard-flow{display:grid;gap:34px}.dashboard-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:12px;align-items:stretch}.dashboard-module{grid-column:span 4;min-width:0;min-height:292px;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden}.dashboard-module.module-wide{grid-column:span 8}.dashboard-module.module-full{grid-column:1 / -1}.dashboard-module>header{min-height:48px;display:flex;align-items:center;gap:9px;padding:0 15px;border-bottom:1px solid var(--line)}.dashboard-module>header>span{width:28px;height:28px;display:grid;place-items:center;color:var(--primary-hover);background:var(--primary-pale);border-radius:var(--radius-sm)}.dashboard-module h2{margin:0;font-size:14px}.module-actions{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:5px;margin-left:auto}.privacy-toggle[aria-pressed=true]{color:var(--primary-hover);background:var(--primary-pale)}.module-body{min-height:0;flex:1;padding:16px}.metric-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;margin-bottom:16px;background:var(--line);border-radius:var(--radius-sm);overflow:hidden}.metric{min-width:0;display:grid;gap:4px;padding:11px 12px;background:var(--surface-raised)}.metric span,.metric small{color:var(--muted);font-size:11px}.metric strong{font-size:17px;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.metric.danger strong{color:var(--danger)}.token-trend-module{min-height:350px}.token-chart-shell{min-width:0}.token-chart-legend{display:flex;justify-content:flex-end;gap:18px;margin:0 4px 8px;color:var(--muted);font-size:12px}.token-chart-legend span{display:inline-flex;align-items:center;gap:7px}.token-chart-legend span:before{content:"";width:18px;height:3px;border-radius:2px;background:currentColor}.token-chart-legend .today{color:var(--cyan)}.token-chart-legend .yesterday{color:var(--primary-hover)}.token-chart-scroll{min-width:0;overflow-x:auto;scrollbar-color:var(--line-strong) transparent}.token-chart{width:100%;min-width:700px;height:210px;display:block;overflow:visible}.token-grid-line{stroke:var(--line);stroke-width:1;vector-effect:non-scaling-stroke}.token-axis-label{fill:var(--faint);font-size:10px;font-variant-numeric:tabular-nums}.token-line{fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.token-line.today{stroke:var(--cyan)}.token-line.yesterday{stroke:var(--primary-hover);opacity:.78}.token-point{stroke:var(--surface);stroke-width:1.5;vector-effect:non-scaling-stroke}.token-point.today{fill:var(--cyan)}.token-point.yesterday{fill:var(--primary-hover)}.token-hit{fill:transparent;cursor:crosshair}.token-tooltip>line{stroke:var(--muted);stroke-width:1;stroke-dasharray:3 3;vector-effect:non-scaling-stroke}.token-tooltip>rect{fill:var(--surface-strong);stroke:var(--line-strong);stroke-width:1;vector-effect:non-scaling-stroke}.token-tooltip text{font-size:11px;font-variant-numeric:tabular-nums}.token-tooltip-time{fill:var(--ink);font-weight:700}.token-tooltip-today{fill:var(--cyan)}.token-tooltip-yesterday{fill:var(--primary-hover)}.order-chart-module,.order-summary-module{min-height:330px}.order-chart-toolbar{min-height:36px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:5px}.order-chart-legend{display:flex;flex-wrap:wrap;align-items:center;gap:16px;color:var(--muted);font-size:11px}.order-chart-legend span{display:inline-flex;align-items:center;gap:6px}.order-chart-legend span:before{content:"";width:18px;height:3px;border-radius:2px;background:currentColor}.order-chart-legend .amount{color:var(--cyan)}.order-chart-legend .orders{color:var(--success)}.order-chart-toolbar form{display:flex;align-items:center;gap:6px}.order-chart-toolbar label{height:32px;display:flex;align-items:center;gap:5px;padding:0 8px;color:var(--muted);background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-sm);font-size:11px}.order-chart-toolbar input{width:54px;height:28px;padding:0 4px;color:var(--ink);background:transparent;border:0;outline:0;text-align:center;font-variant-numeric:tabular-nums}.order-chart-toolbar .button{min-height:32px;padding-inline:10px;font-size:11px}.order-chart-scroll{min-width:0;overflow-x:auto;scrollbar-color:var(--line-strong) transparent}.order-chart{height:228px;display:block;overflow:visible}.order-grid-line{stroke:var(--line);stroke-width:1;vector-effect:non-scaling-stroke}.order-axis-label{fill:var(--faint);font-size:10px;font-variant-numeric:tabular-nums}.order-axis-label.amount{fill:var(--cyan)}.order-axis-label.orders{fill:var(--success)}.order-line{fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.order-line.amount{stroke:var(--cyan)}.order-line.orders{stroke:var(--success)}.order-point{stroke:var(--surface);stroke-width:1.5;vector-effect:non-scaling-stroke}.order-point.amount{fill:var(--cyan)}.order-point.orders{fill:var(--success)}.order-hit{fill:transparent;cursor:crosshair}.order-tooltip>line{stroke:var(--muted);stroke-width:1;stroke-dasharray:3 3;vector-effect:non-scaling-stroke}.order-tooltip>rect{fill:var(--surface-strong);stroke:var(--line-strong);stroke-width:1;vector-effect:non-scaling-stroke}.order-tooltip text{font-size:11px;font-variant-numeric:tabular-nums}.order-tooltip-date{fill:var(--ink);font-weight:700}.order-tooltip-amount{fill:var(--cyan)}.order-tooltip-count{fill:var(--success)}.chart-message{min-height:220px;display:flex;align-items:center;justify-content:center;gap:7px;color:var(--muted);font-size:12px}.chart-message.error{color:var(--danger)}.order-summary-list{height:100%;display:grid;align-content:stretch;margin:0}.order-summary-list>div{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 2px;border-bottom:1px solid var(--line)}.order-summary-list>div:last-child{border-bottom:0}.order-summary-list dt{color:var(--muted);font-size:12px}.order-summary-list dd{margin:0;color:var(--ink);font-size:17px;font-weight:750;font-variant-numeric:tabular-nums;text-align:right}.order-summary-list .total dd{color:var(--success);font-size:23px}.billing-segmented{height:32px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:3px;background:var(--bg);border-radius:var(--radius-sm)}.billing-segmented.three{grid-template-columns:repeat(3,minmax(0,1fr))}.billing-segmented button{min-width:0;height:26px;color:var(--muted);background:transparent;border:0;border-radius:3px;font-size:11px;cursor:pointer}.billing-segmented button:hover{color:var(--ink)}.billing-segmented button.active{color:var(--ink);background:var(--surface-strong)}.money-hero{min-height:126px;display:flex;flex-direction:column;justify-content:center;padding:4px 2px 18px;border-bottom:1px solid var(--line)}.billing-segmented+.money-hero{min-height:94px}.money-hero span{color:var(--muted);font-size:12px}.money-hero strong{margin:4px 0 2px;color:var(--success);font-size:28px;font-variant-numeric:tabular-nums}.money-hero strong.negative,.subscription-tier-list strong.negative{color:var(--danger)}.money-hero small{color:var(--muted);font-size:11px}.profit-rollup{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;padding-top:9px;border-top:1px solid var(--line);color:var(--muted);font-size:11px}.profit-rollup span{color:var(--muted);font-size:11px}.profit-rollup b{margin-left:4px;color:var(--success);font-size:12px;font-variant-numeric:tabular-nums}.profit-rollup b.negative{color:var(--danger)}.compact-facts{display:grid;gap:0;margin:10px 0 0}.compact-facts div{display:flex;justify-content:space-between;gap:16px;padding:9px 2px;border-bottom:1px solid var(--line)}.compact-facts div:last-child{border-bottom:0}.compact-facts dt{color:var(--muted);font-size:12px}.compact-facts dd{margin:0;font-size:12px;font-weight:700;font-variant-numeric:tabular-nums}.compact-facts .fact-total{margin-top:3px;padding-top:11px;border-top:1px solid var(--line-strong);border-bottom:0}.compact-facts .fact-total dt,.compact-facts .fact-total dd{color:var(--ink);font-size:14px;font-weight:800}.compact-facts .fact-total dd{color:var(--success)}.compact-facts dd.negative,.compact-facts .fact-total dd.negative{color:var(--danger)}.range-finance-panel{min-height:250px}.range-finance-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.range-finance-form label{min-width:0;display:grid;gap:5px;color:var(--muted);font-size:10px}.range-finance-form input{width:100%;min-width:0;height:38px;padding:0 8px;color:var(--ink);background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-sm);outline:0}.range-finance-form input:focus{border-color:var(--primary)}.range-finance-form .button{grid-column:1 / -1;min-height:36px}.range-finance-error{display:flex;align-items:center;gap:6px;margin:10px 0 0;color:var(--danger);font-size:11px}.inline-loading{min-height:160px;display:grid;place-items:center;color:var(--muted);font-size:12px}.range-facts{margin-top:12px}.subscription-details{margin-top:4px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.subscription-details summary{min-height:38px;padding:11px 2px;color:var(--muted);font-size:12px;cursor:pointer}.subscription-details summary span{margin-right:6px;color:var(--ink);font-weight:700}.subscription-details summary b{float:right;color:var(--muted);font-size:11px;font-weight:500}.subscription-tier-list{display:grid;padding-bottom:4px}.subscription-tier-list>div{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 2px;border-top:1px solid var(--line)}.subscription-tier-list>div>span{min-width:0;display:grid;gap:2px}.subscription-tier-list>div>span:last-child{justify-items:end;text-align:right}.subscription-tier-list strong{min-width:0;overflow:hidden;font-size:12px;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.subscription-tier-list small{color:var(--muted);font-size:11px}.subscription-tier-list .manual-subscription{color:var(--cyan)}.subscription-tier-list .expired-subscription{color:var(--success)}.upstream-balance-module{min-height:250px}.balance-module-composed{min-height:0;background:transparent;border:0;overflow:visible}.balance-module-composed>header{min-height:42px;margin-bottom:10px;padding:0 2px 8px;border-bottom:0}.balance-module-composed>.module-body{padding:0}.balance-expand-toggle{min-height:34px;padding-inline:9px;font-size:11px}.balance-expand-toggle svg{transition:transform .18s cubic-bezier(.25,1,.5,1)}.balance-expand-toggle svg.rotated{transform:rotate(180deg)}.balance-compact-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px}.balance-compact-group{min-width:0;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md)}.balance-compact-group>header{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 11px;background:var(--surface-raised);border-bottom:1px solid var(--line)}.balance-compact-group>header strong{min-width:0;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.balance-compact-group>header span{flex:0 0 auto;color:var(--muted);font-size:10px}.balance-compact-group>div{display:grid}.balance-compact-item{min-width:0;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 11px;border-bottom:1px solid var(--line)}.balance-compact-item:last-child{border-bottom:0}.balance-compact-item strong{min-width:0;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.balance-compact-item b{flex:0 0 auto;color:var(--success);font-size:13px;font-variant-numeric:tabular-nums}.balance-compact-item b.unavailable{color:var(--faint)}.balance-summary-strip{display:grid;grid-template-columns:1.1fr .7fr .7fr 1.5fr;gap:1px;margin-bottom:14px;overflow:hidden;background:var(--line);border-radius:var(--radius-sm)}.balance-summary-strip>span{min-width:0;min-height:70px;display:grid;align-content:center;gap:5px;padding:11px 13px;background:var(--surface-raised)}.balance-summary-strip small{overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.balance-summary-strip strong{min-width:0;overflow-wrap:anywhere;font-size:18px;font-variant-numeric:tabular-nums}.balance-summary-strip>span:first-child strong{color:var(--success);font-size:23px}.balance-summary-warning{display:flex;align-items:center;gap:6px;margin:0 0 12px;color:var(--warning);font-size:12px}.balance-group-create{display:flex;align-items:end;justify-content:flex-end;gap:8px;margin:0 0 12px}.balance-group-create label{width:min(320px,100%);display:grid;gap:5px;color:var(--muted);font-size:11px}.balance-group-create input,.balance-group-title input{width:100%;height:38px;padding:0 10px;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);outline:0}.balance-group-create input:focus,.balance-group-title input:focus{border-color:var(--primary)}.balance-group-list{display:grid;gap:12px}.balance-group-card{min-width:0;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md)}.balance-group-card-header{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 10px 8px 14px;background:var(--surface-raised);border-bottom:1px solid var(--line)}.balance-group-title{min-width:0;flex:1}.balance-group-title>div{min-width:0;display:flex;align-items:baseline;gap:10px}.balance-group-title strong{min-width:0;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.balance-group-title small{color:var(--muted);font-size:11px;font-variant-numeric:tabular-nums}.balance-group-title form{width:min(390px,100%);display:grid;grid-template-columns:minmax(0,1fr) 38px 38px;align-items:center;gap:4px}.balance-group-actions{display:flex;align-items:center;justify-content:flex-end;gap:2px}.balance-group-actions .icon-button{width:34px;height:34px}.balance-delete{color:var(--danger)}.balance-delete-confirm{min-height:34px;padding-inline:9px;color:var(--danger);background:var(--danger-pale);font-size:12px}.balance-settings-list{min-width:0;display:grid;overflow-x:auto}.balance-settings-head,.balance-settings-row{min-width:1050px;display:grid;grid-template-columns:minmax(170px,1.35fr) minmax(105px,.72fr) minmax(125px,.8fr) minmax(108px,.72fr) minmax(125px,.8fr) 76px 74px 42px;align-items:center;gap:9px;padding:8px 10px}.balance-settings-head{min-height:34px;color:var(--muted);background:var(--surface-raised);font-size:11px;font-weight:700}.balance-settings-row{min-height:61px;border-top:1px solid var(--line)}.balance-settings-row>label{min-width:0;display:block}.balance-settings-row>label>span:first-child{display:none}.balance-settings-row input[type=number],.balance-settings-row select{width:100%;min-width:0;height:36px;padding:0 9px;color:var(--ink);background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-sm);outline:0;font-size:13px;font-variant-numeric:tabular-nums}.balance-settings-row input[type=number]:focus,.balance-settings-row select:focus{border-color:var(--primary)}.balance-settings-row select{padding-right:24px}.balance-site{min-width:0;display:grid;grid-template-columns:8px minmax(0,1fr);align-items:center;gap:9px}.balance-site>span:last-child{min-width:0;display:grid;gap:2px}.balance-site strong,.balance-site small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.balance-site strong{font-size:13px}.balance-site small{color:var(--muted);font-size:11px}.balance-value{color:var(--success);font-size:15px;font-variant-numeric:tabular-nums}.balance-value.unavailable{color:var(--faint)}.balance-settings-row .money-input{height:36px}.balance-settings-row .money-input input[type=number]{height:34px;padding-left:5px;background:transparent;border:0}.balance-alert-toggle{display:flex!important;align-items:center;justify-content:center}.balance-order-actions{display:flex;align-items:center;justify-content:center;gap:1px}.balance-order-actions .icon-button{width:32px;height:32px}.balance-save{color:var(--success);background:var(--success-pale)}.balance-group-empty{min-height:64px;display:grid;place-items:center;margin:0;padding:16px;color:var(--muted);font-size:12px;text-align:center}.account-gauge{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:14px;border-bottom:1px solid var(--line)}.account-gauge>div:first-child{display:grid;gap:2px}.account-gauge strong{font-size:27px;font-variant-numeric:tabular-nums}.account-gauge span{color:var(--muted);font-size:11px}.gauge-ring{--gauge: 0deg;width:68px;height:68px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:conic-gradient(var(--success) var(--gauge),var(--surface-strong) 0);position:relative}.gauge-ring:after{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;border-radius:50%;background:var(--surface)}.gauge-ring span{position:relative;z-index:1;color:var(--ink);font-size:12px;font-weight:700}.platform-list{display:grid;padding-top:8px}.platform-list>div{min-height:34px;display:grid;grid-template-columns:8px 1fr auto;align-items:center;gap:8px;border-bottom:1px solid var(--line);font-size:12px}.platform-list>div:last-child{border-bottom:0}.platform-list strong{font-variant-numeric:tabular-nums}.platform-dot{width:7px;height:7px;border-radius:50%;background:var(--primary)}.platform-dot.openai{background:var(--cyan)}.platform-dot.anthropic{background:var(--warning)}.platform-dot.grok{background:var(--primary)}.module-warning,.mail-warning{display:flex;align-items:center;gap:6px;margin:8px 0 0;color:var(--warning);font-size:11px}.rank-list{display:grid;gap:3px}.rank-list>div{min-height:37px;display:grid;grid-template-columns:22px minmax(86px,1.2fr) minmax(54px,1fr) auto;align-items:center;gap:8px;border-bottom:1px solid var(--line)}.rank-list>div:last-child{border-bottom:0}.rank-number{color:var(--faint);font-size:11px;font-variant-numeric:tabular-nums}.rank-name{min-width:0;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.rank-meter{height:4px;background:var(--surface-strong);border-radius:2px;overflow:hidden}.rank-meter i{height:100%;display:block;background:var(--primary)}.rank-list strong{font-size:11px;font-variant-numeric:tabular-nums}.inventory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line);border-radius:var(--radius-sm);overflow:hidden}.inventory-grid>div{min-height:105px;display:grid;grid-template-columns:20px 1fr;align-content:center;gap:6px 8px;padding:14px;background:var(--surface-raised)}.inventory-grid svg{color:var(--cyan)}.inventory-grid span{color:var(--muted);font-size:11px}.inventory-grid strong{grid-column:1 / -1;display:flex;align-items:baseline;gap:8px;font-size:21px;font-variant-numeric:tabular-nums}.inventory-grid .inventory-today{color:var(--success);font-size:11px;font-weight:700}.site-monitor-table{min-width:620px}.site-monitor-table>div:not(.inline-empty){min-height:39px;display:grid;grid-template-columns:10px minmax(100px,1fr) 90px minmax(150px,1.6fr) 90px 70px;align-items:center;gap:10px;border-bottom:1px solid var(--line);font-size:11px}.site-monitor-table>div:last-child{border-bottom:0}.site-monitor-table span{min-width:0;overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.inline-empty{min-height:180px;display:grid;place-items:center;color:var(--muted);font-size:12px}.upstream-module{display:grid;gap:14px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.section-title{display:flex;align-items:center;gap:10px;min-width:0}.section-title>span{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;color:var(--cyan);background:var(--cyan-pale);border-radius:var(--radius-sm)}.section-title h2{margin:0;font-size:17px}.section-title p{margin:3px 0 0;color:var(--muted);font-size:11px}.section-summary{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px;color:var(--muted);font-size:11px}.section-summary .attention-text{color:var(--warning)}.upstream-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md)}.search-field{width:min(370px,100%);height:36px;display:flex;align-items:center;gap:8px;padding:0 10px;color:var(--muted);background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-sm)}.search-field:focus-within{border-color:var(--primary)}.search-field input{min-width:0;flex:1;height:34px;padding:0;color:var(--ink);background:transparent;border:0;outline:0;font-size:12px}.search-field input::placeholder{color:var(--muted);opacity:1}.search-field button{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;padding:0;color:var(--muted);background:transparent;border:0;border-radius:3px;cursor:pointer}.search-field button:hover{color:var(--ink);background:var(--surface-strong)}.segmented{height:34px;display:flex;align-items:center;padding:3px;background:var(--bg);border-radius:var(--radius-sm)}.segmented button{height:28px;padding:0 11px;color:var(--muted);background:transparent;border:0;border-radius:3px;font-size:12px;cursor:pointer}.segmented button:hover{color:var(--ink)}.segmented button.active{color:var(--ink);background:var(--surface-strong)}.upstream-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:stretch}.upstream-card{min-width:0;height:100%;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;transition:transform .18s cubic-bezier(.25,1,.5,1),border-color .18s ease-out}.upstream-card:hover{transform:translateY(-1px);border-color:var(--line-strong)}.upstream-card.health-warning{border-color:#886518}.upstream-card.health-critical{border-color:#a03f3c}.upstream-card-header{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid var(--line)}.upstream-identity{min-width:0;display:flex;align-items:center;gap:9px}.site-avatar{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;color:var(--cyan);background:var(--cyan-pale);border-radius:var(--radius-sm);font-size:14px;font-weight:800}.upstream-identity>div{min-width:0;display:grid;gap:2px}.upstream-identity a{min-width:0;overflow:hidden;color:var(--ink);font-size:14px;font-weight:700;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.upstream-identity a:hover{color:var(--cyan)}.upstream-identity span{color:var(--muted);font-size:12px}.upstream-url-line{min-width:0;display:flex;align-items:center;gap:6px}.upstream-url-line a{flex:0 1 auto}.upstream-url-line .remark-chip{min-height:21px;display:inline-flex;align-items:center;flex:0 0 auto;padding:0 7px;color:var(--cyan);background:var(--cyan-pale);border-radius:3px;font-size:11px;font-weight:700}.card-icon-actions{display:flex;align-items:center;gap:2px}.upstream-overview{min-height:116px;display:grid;grid-template-columns:minmax(150px,.8fr) minmax(250px,1.2fr);align-items:stretch;padding:12px;border-bottom:1px solid var(--line)}.balance-readout{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:3px;padding-right:13px;border-right:1px solid var(--line)}.balance-label-row{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px}.balance-label-row button{width:28px;height:28px;display:inline-grid;place-items:center;padding:0;color:var(--faint);background:transparent;border:0;border-radius:var(--radius-sm);cursor:pointer}.balance-label-row button:hover{color:var(--ink);background:var(--surface-strong)}.balance-readout small{color:var(--muted);font-size:12px}.balance-readout strong{overflow-wrap:anywhere;color:var(--success);font-size:25px;font-variant-numeric:tabular-nums}.balance-readout small{max-width:28ch;line-height:1.45}.upstream-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;padding-left:13px}.upstream-overview.without-balance{grid-template-columns:1fr}.upstream-overview.without-balance .upstream-stat-grid{padding-left:0}.upstream-stat-grid>div:not(.health-stat){min-width:0;display:grid;align-content:center;gap:2px}.upstream-stat-grid span,.upstream-stat-grid small{color:var(--muted);font-size:11px}.upstream-stat-grid strong{overflow-wrap:anywhere;font-size:14px;font-variant-numeric:tabular-nums}.health-stat{display:flex;align-items:center}.status-badge{min-height:28px;display:inline-flex;align-items:center;gap:7px;padding:0 9px;color:var(--muted);background:var(--surface-raised);border-radius:var(--radius-sm);font-size:12px;white-space:nowrap}.status-badge.healthy{color:var(--success);background:var(--success-pale)}.status-badge.warning{color:var(--warning);background:var(--warning-pale)}.status-badge.critical{color:var(--danger);background:var(--danger-pale)}.status-dot{width:7px;height:7px;display:inline-block;flex:0 0 auto;border-radius:50%;background:var(--faint)}.status-dot.healthy{background:var(--success)}.status-dot.warning{background:var(--warning)}.status-dot.critical{background:var(--danger)}.status-dot.closed{background:var(--faint)}.alert-editor,.credential-editor{padding:12px;background:var(--surface-raised);border-bottom:1px solid var(--line);animation:reveal .18s cubic-bezier(.25,1,.5,1)}.credential-editor-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.credential-editor-heading>div{display:flex;align-items:center;gap:7px;color:var(--cyan);font-size:13px}.credential-editor-heading>span{color:var(--muted);font-size:12px}.credential-fields{display:grid;grid-template-columns:112px minmax(160px,1fr) 120px;gap:8px;margin-top:10px}.credential-fields label{min-width:0;display:grid;gap:5px}.credential-fields label>span{color:var(--muted);font-size:12px}.credential-fields input,.credential-fields select{width:100%;min-width:0;height:36px;padding:0 9px;color:var(--ink);background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-sm);outline:0;font-size:13px}.credential-fields input::placeholder{color:var(--muted);opacity:1}.credential-fields input:focus,.credential-fields select:focus{border-color:var(--primary)}.alert-editor-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.alert-editor-heading>div{display:flex;align-items:center;gap:7px;color:var(--warning);font-size:13px}.alert-editor-heading>span{min-width:0;overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.switch{position:relative;display:inline-flex;cursor:pointer}.switch input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0;pointer-events:none}.switch span{width:34px;height:19px;display:block;padding:2px;background:var(--surface-strong);border-radius:10px;transition:background-color .16s ease-out}.switch span:after{content:"";width:15px;height:15px;display:block;border-radius:50%;background:var(--muted);transition:transform .16s cubic-bezier(.25,1,.5,1),background-color .16s ease-out}.switch input:checked+span{background:var(--primary-pale)}.switch input:checked+span:after{transform:translate(15px);background:var(--primary)}.switch input:focus-visible+span{outline:3px solid var(--focus-ring);outline-offset:2px}.alert-rule-list{display:grid;margin-top:10px;border-top:1px solid var(--line)}.alert-rule-list>label{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line)}.alert-rule-list>label>span:first-child{min-width:0;display:grid;gap:2px}.alert-rule-list strong{font-size:13px}.alert-rule-list small{color:var(--muted);font-size:11px}.alert-fields{display:grid;grid-template-columns:minmax(128px,180px);gap:8px;margin-top:10px}.alert-fields label{min-width:0;display:grid;gap:5px}.alert-fields label>span{color:var(--muted);font-size:10px}.alert-fields input{width:100%;height:34px;padding:0 9px;color:var(--ink);background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-sm);outline:0;font-size:11px}.alert-fields input:focus{border-color:var(--primary)}.money-input{display:flex;align-items:center;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-sm)}.money-input:focus-within{border-color:var(--primary)}.money-input b{padding-left:9px;color:var(--muted);font-size:11px}.money-input input{min-width:0;padding-left:4px;background:transparent;border:0}.alert-actions{display:flex;justify-content:flex-end;gap:7px;margin-top:10px}.alert-actions .button{min-height:32px;font-size:11px}.account-list{display:grid}.observed-groups{padding:10px 12px;background:var(--cyan-pale);border-bottom:1px solid var(--line)}.observed-groups>span{display:block;margin-bottom:7px;color:var(--cyan);font-size:12px;font-weight:700}.observed-groups>div{display:flex;flex-wrap:wrap;gap:5px}.observed-groups>div span{min-height:25px;display:inline-flex;align-items:center;gap:5px;padding:0 7px;color:var(--muted);background:var(--surface);border-radius:3px;font-size:11px}.observed-groups>div span.current{color:var(--ink)}.observed-groups b{color:var(--cyan)}.account-row{min-width:0;padding:11px 12px;border-bottom:1px solid var(--line)}.account-heading{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px}.account-heading>div{min-width:0;width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:7px}.account-heading strong{min-width:0;flex:1 1 150px;overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.platform-chip{padding:3px 7px;color:var(--muted);background:var(--surface-raised);border-radius:3px;font-size:12px}.upstream-rate-chip{min-height:25px;display:inline-flex;align-items:center;flex:0 0 auto;padding:0 8px;color:var(--cyan);background:var(--cyan-pale);border-radius:3px;font-size:12px;font-weight:700;font-variant-numeric:tabular-nums}.upstream-rate-chip.unavailable{color:var(--faint);background:var(--surface-raised)}.account-balance{flex:0 0 auto;color:var(--success);font-size:10px;font-variant-numeric:tabular-nums}.account-details{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:9px}.account-details>span{display:grid;gap:2px}.account-details small{color:var(--muted);font-size:12px}.account-details strong{font-size:14px;font-variant-numeric:tabular-nums}.group-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px}.group-tags span{min-height:27px;display:inline-flex;align-items:center;gap:5px;padding:0 8px;color:var(--muted);background:var(--surface-raised);border-radius:3px;font-size:12px}.group-tags b{color:var(--primary-hover);font-weight:700}.account-issue{display:flex;align-items:center;gap:5px;margin:8px 0 0;color:var(--warning);font-size:12px;line-height:1.45}.upstream-card-footer{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding:7px 12px}.upstream-card-footer>span{display:inline-flex;align-items:center;gap:5px;color:var(--faint);font-size:11px}.upstream-card-footer button{display:inline-flex;align-items:center;gap:4px;padding:5px;color:var(--muted);background:transparent;border:0;font-size:12px;cursor:pointer}.upstream-card-footer button:hover{color:var(--ink)}.upstream-card-footer svg{transition:transform .18s cubic-bezier(.25,1,.5,1)}.upstream-card-footer svg.rotated{transform:rotate(180deg)}.empty-state{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);text-align:center}.empty-state svg{color:var(--primary)}.empty-state strong{color:var(--ink);font-size:13px}.empty-state span{font-size:11px}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-backdrop);display:flex;justify-content:flex-end;background:var(--drawer-backdrop)}.settings-drawer{width:min(430px,100%);min-height:100%;display:flex;flex-direction:column;background:var(--surface);border-left:1px solid var(--line);animation:drawer-in .2s cubic-bezier(.25,1,.5,1)}.settings-drawer>header{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid var(--line)}.settings-drawer>header>div{display:flex;align-items:center;gap:9px}.settings-drawer>header svg{color:var(--primary-hover)}.settings-drawer h2{margin:0;font-size:16px}.settings-content{flex:1;overflow-y:auto;padding:18px 14px 28px}.settings-content section+section{margin-top:28px}.settings-content h3{margin:0;font-size:13px}.settings-content section>p{margin:4px 0 12px;color:var(--muted);font-size:10px}.settings-form{display:grid;grid-template-columns:120px minmax(0,1fr);gap:9px}.settings-form>label{min-width:0;display:grid;gap:5px}.settings-form>label>span{color:var(--muted);font-size:10px}.settings-form>label>small{color:var(--faint);font-size:9px}.settings-form input{width:100%;min-width:0;height:38px;padding:0 9px;color:var(--ink);background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-sm);outline:0;font-size:11px}.settings-form input:focus{border-color:var(--primary)}.settings-form input::placeholder{color:var(--muted);opacity:1}.seconds-input{display:flex;align-items:center;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-sm)}.seconds-input:focus-within{border-color:var(--primary)}.seconds-input input{min-width:0;padding-right:3px;background:transparent;border:0}.seconds-input b{padding-right:9px;color:var(--muted);font-size:10px}.settings-toggle-row{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.settings-toggle-row>span{display:grid;gap:2px}.settings-toggle-row strong{font-size:11px}.settings-toggle-row small{color:var(--muted);font-size:9px}.settings-test-button{margin-top:10px}.setting-list{display:grid;border-top:1px solid var(--line)}.setting-list label{min-height:57px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line);cursor:pointer}.setting-list label>span{display:grid;gap:2px}.setting-list strong{font-size:11px}.setting-list small{color:var(--muted);font-size:9px}.setting-list input,.field-grid input{width:16px;height:16px;accent-color:var(--primary)}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.field-grid label{min-height:39px;display:flex;align-items:center;gap:8px;padding:0 9px;color:var(--muted);background:var(--surface-raised);border:1px solid transparent;border-radius:var(--radius-sm);font-size:10px;cursor:pointer}.field-grid label:has(input:checked){color:var(--ink);border-color:var(--line-strong)}.settings-drawer>footer{min-height:66px;display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:10px 14px;border-top:1px solid var(--line)}.login-page{min-height:100vh;display:grid;place-items:center;padding:22px;background:var(--bg)}.login-panel{width:min(360px,100%);display:grid;gap:13px;padding:28px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md)}.login-mark{width:44px;height:44px}.login-heading{margin:5px 0 7px}.login-heading h1{margin:0;font-size:20px}.login-heading p{margin:4px 0 0;color:var(--muted);font-size:11px}.login-panel label{display:grid;gap:6px}.login-panel label>span{color:var(--muted);font-size:11px}.login-panel input{width:100%;height:40px;padding:0 10px;color:var(--ink);background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-sm);outline:0}.login-panel input:focus{border-color:var(--primary)}.login-button{width:100%;margin-top:3px}.form-error{display:flex;align-items:center;gap:6px;margin:0;color:var(--danger);font-size:11px}.page-loader{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:11px;color:var(--muted);font-size:12px}.page-loader .brand-mark{animation:pulse 1.2s ease-in-out infinite}.dashboard-skeleton{display:grid;grid-template-columns:repeat(12,1fr);gap:12px}.dashboard-skeleton span{grid-column:span 4;height:292px;background:var(--surface);border-radius:var(--radius-md);animation:skeleton 1.1s ease-in-out infinite alternate}.dashboard-skeleton span:first-child,.dashboard-skeleton span:last-child{grid-column:span 8}.toast{position:fixed;right:20px;bottom:20px;z-index:var(--z-toast);max-width:min(380px,calc(100vw - 32px));padding:10px 13px;color:var(--ink);background:var(--surface-strong);border-radius:var(--radius-sm);font-size:12px;animation:toast-in .18s cubic-bezier(.25,1,.5,1)}.toast.error{color:var(--toast-error-ink);background:var(--toast-error-bg)}.toast.success{color:var(--toast-success-ink);background:var(--toast-success-bg)}.spin{animation:spin .76s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes reveal{0%{opacity:.6;transform:translateY(-4px)}}@keyframes drawer-in{0%{opacity:.7;transform:translate(24px)}}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}@keyframes pulse{50%{opacity:.48}}@keyframes skeleton{to{opacity:.55}}@media(max-width:1120px){.topbar,.main-content{padding-inline:20px}.dashboard-module{grid-column:span 6}.dashboard-module.module-wide{grid-column:span 12}.dashboard-module.module-full{grid-column:1 / -1}.order-summary-module{grid-column:span 12}.upstream-grid{grid-template-columns:1fr}.dashboard-skeleton span{grid-column:span 6}.dashboard-skeleton span:first-child,.dashboard-skeleton span:last-child{grid-column:span 12}}@media(max-width:760px){.topbar{min-height:58px;grid-template-columns:1fr auto;gap:10px;padding:8px 14px}.topbar-center{display:none}.brand-mark{width:36px;height:36px}.brand-lockup span:last-child{display:none}.topbar-actions{gap:4px}.topbar-actions .button{width:40px;min-height:40px;padding:0}.topbar-actions .button span{display:none}.topbar-actions .icon-button{width:40px;height:40px}.main-content{padding:18px 14px 44px}.workspace-heading{min-height:0;flex-direction:column;margin-bottom:18px}.workspace-heading h1{font-size:19px}.workspace-facts{width:100%;justify-content:flex-start;gap:6px}.workspace-facts span{flex:1 1 auto;justify-content:center;padding-inline:7px}.dashboard-flow{gap:28px}.dashboard-grid{grid-template-columns:1fr}.dashboard-module,.dashboard-module.module-wide{grid-column:span 1;min-height:270px}.dashboard-module.balance-module-composed{min-height:0}.metric-row{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-row .metric:last-child{grid-column:1 / -1}.token-chart{min-width:660px}.order-chart-toolbar{align-items:stretch;flex-direction:column}.order-chart-toolbar form{justify-content:space-between}.order-chart-toolbar label{flex:1}.order-chart-toolbar input{flex:1;width:auto}.order-summary-list>div{min-height:54px}.range-finance-form{grid-template-columns:1fr}.range-finance-form .button{grid-column:1;min-height:40px}.load-error-panel{align-items:flex-start;flex-wrap:wrap}.load-error-panel .button{width:100%}.balance-compact-groups{grid-template-columns:1fr}.balance-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.balance-group-create{align-items:stretch}.balance-group-create label{flex:1}.balance-group-create input{height:42px}.balance-group-create .button{min-height:42px}.balance-group-card-header{align-items:flex-start;flex-wrap:wrap}.balance-group-title{min-height:34px;display:flex;align-items:center}.balance-group-title>div{display:grid;gap:3px}.balance-group-actions{margin-left:auto}.balance-settings-list{gap:8px;overflow:visible;border:0}.balance-group-card .balance-settings-list{gap:0}.balance-settings-head{display:none}.balance-settings-row{min-width:0;grid-template-columns:minmax(0,1fr) auto;gap:10px 12px;padding:12px;background:var(--surface-raised);border:1px solid var(--line);border-radius:var(--radius-sm)}.balance-group-card .balance-settings-row{background:var(--surface);border:0;border-top:1px solid var(--line);border-radius:0}.balance-site{grid-column:1}.balance-value{grid-column:2;justify-self:end}.balance-settings-row>label{display:grid;gap:5px}.balance-settings-row>label>span:first-child{display:inline;color:var(--muted);font-size:11px}.balance-group-select{grid-column:1 / -1}.balance-settings-row select{height:40px}.balance-alert-toggle{grid-column:1 / -1;justify-content:flex-start;gap:9px}.balance-order-actions{grid-column:1;justify-content:flex-start}.balance-save{grid-column:2;justify-self:end}.module-body:has(.site-monitor-table){overflow-x:auto}.section-heading{align-items:flex-start;flex-direction:column;gap:10px}.section-summary{justify-content:flex-start}.upstream-toolbar{align-items:stretch;flex-direction:column}.search-field{width:100%;height:42px}.search-field input{height:40px}.segmented{width:100%;height:40px}.segmented button{flex:1;height:34px}.upstream-overview{grid-template-columns:1fr}.balance-readout{min-height:76px;padding:0 0 11px;border-right:0;border-bottom:1px solid var(--line)}.upstream-stat-grid{min-height:86px;padding:11px 0 0}.alert-fields,.credential-fields{grid-template-columns:1fr}.alert-fields input,.credential-fields input,.credential-fields select{height:40px}.alert-actions .button{min-height:40px;flex:1}.account-row{padding-block:12px}.account-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.upstream-card-footer{min-height:46px}.settings-drawer{width:100%}.settings-drawer>header{min-height:60px}.settings-drawer>footer .button{min-height:42px;flex:1}.field-grid{grid-template-columns:1fr}.field-grid label{min-height:44px}.settings-form{grid-template-columns:1fr}.settings-form input{height:42px}.login-panel{padding:24px 20px}.login-panel input,.login-button{height:44px}.dashboard-skeleton{grid-template-columns:1fr}.dashboard-skeleton span,.dashboard-skeleton span:first-child,.dashboard-skeleton span:last-child{grid-column:span 1;height:270px}}@media(max-width:390px){.topbar{gap:6px;padding-inline:10px}.brand-lockup>div{display:none}.topbar-actions .button,.topbar-actions .icon-button{width:38px;min-height:38px;height:38px}.workspace-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.upstream-identity a{max-width:180px}.account-heading{align-items:flex-start}.account-heading>div{flex-wrap:wrap}.account-balance{padding-top:2px}.upstream-card-footer{align-items:flex-start;flex-direction:column;gap:2px}.balance-summary-strip{grid-template-columns:1fr}.balance-summary-strip>span{min-height:58px}.balance-group-create{display:grid}.balance-group-create label{width:100%}.balance-group-card-header{display:grid;grid-template-columns:minmax(0,1fr)}.balance-group-actions{width:100%;margin-left:0;justify-content:flex-start}.balance-expand-toggle{width:38px;min-height:34px;padding:0}.balance-expand-toggle{font-size:0}.balance-expand-toggle svg{width:17px;height:17px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
