:root{color:#1d1824;font-synthesis:none;text-rendering:optimizelegibility;--canvas:#f5f6fa;--surface:#fff;--surface-subtle:#f8f9fc;--surface-strong:#f0f1f6;--ink:#1d1824;--muted:#6f7482;--subtle:#858a98;--border:#e2e4eb;--border-strong:#cfd2dc;--brand:#6f3cc3;--brand-hover:#5d30a8;--brand-active:#4b2676;--brand-soft:#f0ebf9;--brand-soft-hover:#e8def6;--cyan:#2fa9c7;--success:#0e8a73;--success-soft:#e8f6f2;--warning:#9d5b09;--warning-soft:#fff5e5;--danger:#bf4054;--danger-soft:#fff0f2;--focus:#9a79d1;--overlay:#1d18246b;--shadow-popover:0 14px 36px #1d182424;--shadow-overlay:0 28px 72px #1d182433;background:#f5f6fa;font-family:Inter,Noto Sans SC,PingFang SC,Microsoft YaHei,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}html{background:var(--canvas);min-width:320px}body{min-width:320px;min-height:100vh;color:var(--ink);background:var(--canvas);margin:0}#root{min-height:100vh}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.app-shell{--shell-header-height:62px;--shell-footer-height:46px;min-height:100vh;display:flex}.sidebar{z-index:30;background:var(--surface);border-right:1px solid var(--border);flex-direction:column;width:252px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar__brand{height:var(--shell-header-height);flex:0 0 var(--shell-header-height);border-bottom:1px solid var(--border);align-items:center;padding:5px 18px;display:flex}.brand{align-items:center;gap:10px;width:180px;min-height:46px;display:flex}.brand__symbol{width:42px;height:42px;color:var(--brand);flex:0 0 42px;place-items:center;display:grid}.brand__symbol svg{width:100%;height:100%;display:block}.brand__copy{gap:4px;min-width:0;line-height:1;display:grid}.brand__copy strong{color:var(--ink);letter-spacing:.1em;white-space:nowrap;font-size:17px;font-weight:760}.brand__copy small{color:#413b4a;letter-spacing:.18em;white-space:nowrap;font-size:9px;font-weight:680}.brand--compact{width:42px}.brand--compact .brand__copy{display:none}.sidebar__close{margin-left:auto;display:none!important}.sidebar__nav{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent;flex:auto;align-content:start;gap:4px;min-height:0;padding:12px 10px 20px;display:grid;overflow-y:auto}.sidebar__nav a{color:#474f64;border-radius:8px;align-items:center;gap:10px;min-height:44px;padding:0 14px;font-size:14px;font-weight:560;transition:color .15s,background-color .15s;display:flex;position:relative}.sidebar__nav a svg{flex:0 0 18px;width:18px;height:18px}.sidebar__nav a:hover{color:var(--brand-hover);background:var(--surface-subtle)}.sidebar__nav a:active{color:var(--brand-active);background:var(--brand-soft-hover)}.sidebar__nav a.active{color:var(--brand);background:var(--brand-soft);font-weight:700}.sidebar__nav a.active:before{content:"";background:var(--brand);border-radius:0 3px 3px 0;width:3px;position:absolute;top:9px;bottom:9px;left:0}.sidebar__foot{min-height:var(--shell-footer-height);flex:0 0 var(--shell-footer-height);color:var(--muted);background:var(--surface);border-top:1px solid var(--border);align-content:center;gap:2px;margin:auto 0 0;padding:7px 24px;display:grid}.sidebar__foot span{letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:720}.sidebar__foot small{font-size:9px}.sidebar-overlay{display:none}.workspace{flex-direction:column;width:calc(100% - 252px);min-width:0;min-height:100vh;margin-left:252px;display:flex}.topbar{z-index:20;height:var(--shell-header-height);flex:0 0 var(--shell-header-height);border-bottom:1px solid var(--border);background:#fffffff0;align-items:center;padding:0 28px;display:flex;position:sticky;top:0}.topbar__phase{pointer-events:none;opacity:.52;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%236f3cc3' stroke-opacity='.12'%3E%3Cpath d='M0 50 C180 20 300 70 480 39 S790 18 1000 54'/%3E%3Cpath d='M0 58 C190 26 300 76 480 46 S790 25 1000 61'/%3E%3Cpath d='M0 42 C170 14 310 63 480 31 S785 11 1000 46'/%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;position:absolute;inset:10px 220px 6px 30px}.topbar__menu{display:none!important}.topbar__page-header{z-index:1;flex:1;align-items:center;min-width:0;height:100%;display:flex;position:relative}.topbar__notification{margin-left:16px}.profile-menu{margin-left:6px;position:relative}.profile-menu__trigger{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:9px;min-height:44px;padding:4px 7px;transition:background-color .15s,border-color .15s;display:flex}.profile-menu__trigger:hover{background:var(--surface-subtle);border-color:var(--border)}.profile-menu__trigger:active{background:var(--surface-strong)}.avatar{color:#fff;background:var(--brand);border-radius:50%;place-items:center;width:34px;height:34px;font-size:12px;font-weight:760;display:grid}.profile-menu__copy{text-align:left;gap:2px;display:grid}.profile-menu__copy strong{font-size:13px}.profile-menu__copy small{color:var(--muted);font-size:11px}.profile-menu__popover,.row-menu__popover{z-index:50;background:var(--surface);border:1px solid var(--border);min-width:170px;box-shadow:var(--shadow-popover);border-radius:10px;padding:6px;position:absolute;top:calc(100% + 8px);right:0}.profile-menu__popover button,.row-menu__popover button{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:9px;width:100%;min-height:42px;padding:0 10px;font-size:13px;display:flex}.profile-menu__popover button:hover,.row-menu__popover button:hover{background:var(--surface-subtle)}.profile-menu__popover button:active,.row-menu__popover button:active{background:var(--surface-strong)}.row-menu__popover button.danger{color:var(--danger)}.main-content{flex:1;width:100%;max-width:1500px;margin:0 auto;padding:26px 42px 48px}.app-footer{min-height:var(--shell-footer-height);flex:0 0 var(--shell-footer-height);color:var(--muted);background:var(--surface);border-top:1px solid var(--border);align-items:center;gap:34px;padding:0 42px;font-size:10px;display:flex}.app-footer__links{align-items:center;gap:22px;display:flex}.app-footer__links i{background:var(--border-strong);width:1px;height:10px}.system-status{color:#4e5967;white-space:nowrap;align-items:center;gap:7px;margin-left:auto;display:inline-flex}.system-status i{background:#12a46b;border-radius:50%;width:7px;height:7px}.page-header{justify-content:space-between;align-items:center;gap:18px;width:100%;min-width:0;display:flex}.page-header__copy{min-width:0}.page-header h1{color:#17121e;letter-spacing:-.018em;text-overflow:ellipsis;white-space:nowrap;margin:0 0 2px;font-size:17px;line-height:1.25;overflow:hidden}.page-header h1:last-child{margin-bottom:0}.page-header p{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:10px;line-height:1.35;overflow:hidden}.page-header__actions{flex-shrink:0;gap:8px;display:flex}.page-header__actions .button{border-radius:8px;min-height:36px;padding:0 13px;font-size:12px}.page-header__actions .button svg{width:16px;height:16px}.eyebrow{color:var(--muted);letter-spacing:.11em;text-transform:uppercase;font-size:10px;font-weight:760;display:inline-block}.eyebrow--light{color:#e8e2ee}.button{min-height:44px;color:var(--ink);background:var(--surface);cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 17px;font-size:13px;font-weight:700;transition:color .15s,background-color .15s,border-color .15s,transform 80ms;display:inline-flex}.button:active:not(:disabled){transform:scale(.985)}.button:disabled{cursor:not-allowed;opacity:.48}.button--primary{color:#fff;background:var(--brand);border-color:var(--brand)}.button--primary:hover:not(:disabled){background:var(--brand-hover);border-color:var(--brand-hover)}.button--primary:active:not(:disabled){background:var(--brand-active);border-color:var(--brand-active)}.button--secondary{color:var(--brand);background:var(--surface);border-color:#9d83cd}.button--secondary:hover:not(:disabled){color:var(--brand-hover);border-color:var(--brand-hover);background:var(--brand-soft)}.button--secondary:active:not(:disabled){color:var(--brand-active);background:var(--brand-soft-hover)}.button--ghost{color:#555b69;border-color:var(--border-strong);background:var(--surface)}.button--ghost:hover:not(:disabled){background:var(--surface-subtle)}.button--wide{width:100%}.icon-button{color:#5d6371;cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;width:44px;height:44px;padding:0;transition:color .15s,background-color .15s;display:inline-grid}.icon-button:hover{color:var(--brand-hover);background:var(--surface-subtle)}.icon-button:active{color:var(--brand-active);background:var(--brand-soft)}.text-link{min-height:36px;color:var(--brand);align-items:center;gap:5px;font-size:12px;font-weight:700;display:inline-flex}.text-link:hover{color:var(--brand-hover)}.text-link:active{color:var(--brand-active)}.card{background:var(--surface);border:1px solid var(--border);border-radius:14px}.card__header{justify-content:space-between;align-items:center;gap:20px;min-height:66px;padding:18px 21px;display:flex}.card__header h2{color:#211b29;letter-spacing:-.015em;margin:0;font-size:17px}.count-chip,.model-chip{color:#4f4760;background:var(--surface-strong);white-space:nowrap;border-radius:6px;align-items:center;min-height:26px;padding:0 9px;font-size:11px;font-weight:680;display:inline-flex}.stats-grid{grid-template-columns:1.18fr repeat(3,minmax(0,1fr));gap:14px;margin-bottom:16px;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-direction:column;justify-content:center;min-width:0;min-height:112px;padding:18px 22px;display:flex}.stat-card:first-child{border-color:#d8c9ed}.stat-card__label{color:#555b69;margin-bottom:11px;font-size:12px;display:block}.stat-card strong{min-height:34px;color:var(--ink);font-variant-numeric:tabular-nums;letter-spacing:-.035em;align-items:center;font-size:clamp(25px,2.3vw,31px);line-height:1;display:flex}.stat-card:first-child strong{color:var(--brand)}.metric-skeleton,.inline-skeleton{background:linear-gradient(90deg,#eceef3 25%,#f7f8fb 50%,#eceef3 75%) 0 0/220% 100%;border-radius:5px;height:24px;animation:1.2s linear infinite skeleton-shift;display:inline-block}.metric-skeleton{height:29px}@keyframes skeleton-shift{to{background-position:-220% 0}}.dashboard-surface{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:stretch;gap:16px;display:grid}.dashboard-panel{background:var(--surface);border:1px solid var(--border);border-radius:8px;min-width:0;min-height:430px;overflow:hidden}.dashboard-panel .card__header{border-bottom:1px solid var(--border);min-height:60px;padding:14px 18px}.recent-panel{border-left:1px solid var(--border)}.dashboard-surface__footer{background:var(--surface);border:1px solid var(--border);border-radius:8px;grid-column:2;justify-content:space-between;align-items:center;gap:18px;min-height:84px;padding:14px 16px;display:flex}.dashboard-surface__footer>div{gap:4px;min-width:0;display:grid}.dashboard-surface__footer strong{font-size:13px}.dashboard-surface__footer span{color:var(--muted);font-size:10px}.dashboard-surface__footer .button span{color:inherit;font-size:inherit}.usage-overview-chart{margin:0;padding:0 18px 10px}.usage-bar-series{--series-color:var(--brand);padding:14px 2px 11px}.usage-bar-series+.usage-bar-series{border-top:1px solid var(--border)}.usage-bar-series--cyan{--series-color:#197f96}.usage-bar-series--purple{--series-color:var(--brand)}.usage-bar-series__header{justify-content:space-between;align-items:flex-start;gap:18px;min-height:38px;display:flex}.usage-bar-series__identity{min-width:0;color:var(--ink);align-items:center;gap:7px;display:flex}.usage-bar-series__identity i{background:var(--series-color);border-radius:1px;flex:none;width:3px;height:16px}.usage-bar-series__identity strong{font-size:13px}.usage-bar-series__identity span{color:var(--muted);font-size:10px}.usage-bar-series__summary{text-align:right;font-variant-numeric:tabular-nums;justify-content:flex-end;align-items:baseline;gap:8px;min-width:0;display:flex}.usage-bar-series__summary strong{color:var(--ink);white-space:nowrap;font-size:13px}.usage-bar-series__summary span{max-width:230px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.usage-bar-plot{padding-left:52px;position:relative}.usage-bar-axis{width:45px;color:var(--muted);text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:9px;line-height:1;position:absolute;left:0}.usage-bar-axis--top{top:-3px}.usage-bar-axis--bottom{bottom:0}.usage-bar-plot--dated .usage-bar-axis--bottom{bottom:20px}.usage-bar-columns{border-top:1px solid #e5e7ed;border-bottom:1px solid #dfe2e9;grid-template-columns:repeat(7,minmax(0,1fr));height:74px;display:grid;position:relative}.usage-bar-columns:before{content:"";z-index:0;pointer-events:none;border-top:1px dashed #e5e7ed;position:absolute;top:50%;left:0;right:0}.usage-bar-plot--dated .usage-bar-columns{border-bottom:0;height:95px}.usage-bar-slot{z-index:1;appearance:none;min-width:0;height:100%;color:var(--series-color);font:inherit;cursor:default;background:0 0;border:0;border-radius:4px;flex-direction:column;align-items:stretch;padding:0 3px;display:flex;position:relative}button.usage-bar-slot{cursor:pointer}button.usage-bar-slot:hover{background:color-mix(in srgb, var(--series-color) 5%, transparent)}button.usage-bar-slot:focus-visible{z-index:3;outline:2px solid var(--focus);outline-offset:1px}.usage-bar-slot__chart{flex:1;min-height:0;position:relative}.usage-bar-mark{width:min(28px,52%);height:var(--usage-bar-height);background:var(--series-color);border-radius:2px 2px 0 0;display:block;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.usage-bar-slot.is-zero .usage-bar-mark{border-radius:0;width:min(24px,48%);height:2px}.usage-bar-value{z-index:2;bottom:calc(var(--usage-bar-height) + 5px);color:#3e424d;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:9px;font-weight:650;line-height:1;position:absolute;left:50%;transform:translate(-50%)}.usage-bar-missing{border-top:2px dashed var(--muted);width:min(24px,48%);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.usage-bar-date{height:20px;color:var(--muted);white-space:nowrap;font-variant-numeric:tabular-nums;place-items:end center;font-size:9px;line-height:1;display:grid}.usage-bar-tooltip{z-index:20;visibility:hidden;border:1px solid var(--border-strong);background:var(--surface);min-width:128px;box-shadow:var(--shadow-overlay);color:var(--ink);opacity:0;pointer-events:none;text-align:left;border-radius:8px;gap:3px;padding:8px 10px;transition:opacity .12s,transform .12s,visibility .12s;display:grid;position:absolute;bottom:calc(100% + 7px);left:50%;transform:translate(-50%,3px)}.usage-bar-tooltip strong{font-size:10px}.usage-bar-tooltip span{color:var(--muted);white-space:nowrap;font-size:10px}.usage-bar-slot:hover .usage-bar-tooltip,.usage-bar-slot:focus .usage-bar-tooltip,.usage-bar-slot:focus-visible .usage-bar-tooltip{visibility:visible;opacity:1;transform:translate(-50%)}.usage-bar-slot:first-child .usage-bar-tooltip{left:0;transform:translateY(3px)}.usage-bar-slot:first-child:hover .usage-bar-tooltip,.usage-bar-slot:first-child:focus .usage-bar-tooltip,.usage-bar-slot:first-child:focus-visible .usage-bar-tooltip{transform:translate(0)}.usage-bar-slot:last-child .usage-bar-tooltip{left:auto;right:0;transform:translateY(3px)}.usage-bar-slot:last-child:hover .usage-bar-tooltip,.usage-bar-slot:last-child:focus .usage-bar-tooltip,.usage-bar-slot:last-child:focus-visible .usage-bar-tooltip{transform:translate(0)}.usage-bar-series__empty{min-height:74px;color:var(--muted);place-items:center;font-size:10px;display:grid}.usage-overview-chart figcaption{color:var(--muted);margin:6px 2px 0;font-size:9px;line-height:1.45}.chart-skeleton{border-left:1px solid var(--border);border-bottom:1px solid var(--border);height:344px;margin:18px 22px;position:relative;overflow:hidden}.chart-skeleton i{background:var(--border);height:1px;position:absolute;left:0;right:0}.chart-skeleton i:first-child{top:18%}.chart-skeleton i:nth-child(2){top:40%}.chart-skeleton i:nth-child(3){top:62%}.chart-skeleton i:nth-child(4){top:84%}.chart-skeleton:after{content:"";opacity:.62;background:linear-gradient(155deg,#0000 0 8%,#d8cbea 8.5% 9.2%,#0000 9.7% 25%,#d8cbea 25.5% 26.2%,#0000 26.7% 43%,#d8cbea 43.5% 44.2%,#0000 44.7% 62%,#d8cbea 62.5% 63.2%,#0000 63.7% 82%,#d8cbea 82.5% 83.2%,#0000 83.7%);position:absolute;inset:30% 3% 19%}.table-skeleton{padding:2px 18px;display:grid}.table-skeleton i{border-bottom:1px solid var(--border);height:58px;position:relative}.table-skeleton i:before{content:"";background:#eceef3;border-radius:4px;width:68%;height:11px;position:absolute;top:22px;left:0}.compact-empty{min-height:260px;color:var(--muted);text-align:center;place-content:center;justify-items:center;gap:7px;padding:30px;display:grid}.compact-empty strong{color:#34303b;font-size:14px}.compact-empty span{max-width:300px;font-size:11px;line-height:1.6}.table-scroll{width:100%;overflow-x:auto}table{border-collapse:collapse;color:#353945;width:100%;font-size:12px}th{color:#555c6a;background:var(--surface-subtle);border-top:1px solid var(--border);border-bottom:1px solid var(--border);text-align:left;white-space:nowrap;padding:11px 20px;font-weight:650}td{border-bottom:1px solid var(--border);white-space:nowrap;font-variant-numeric:tabular-nums;padding:13px 20px}.money-cell{white-space:nowrap;font-variant-numeric:tabular-nums;text-align:right!important}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fafbfc}.dashboard-table table{font-size:11px}.dashboard-table th,.dashboard-table td{padding:12px 10px}.dashboard-table th:first-child,.dashboard-table td:first-child{padding-left:18px}.dashboard-table th:last-child,.dashboard-table td:last-child{padding-right:18px}.status{color:#555c6a;white-space:nowrap;align-items:center;gap:6px;min-height:24px;font-size:11px;font-weight:600;display:inline-flex}.status i{background:#737987;border-radius:50%;width:7px;height:7px}.status--active,.status--success,.status--paid,.status--completed{color:#087663}.status--active i,.status--success i,.status--paid i,.status--completed i{background:var(--success)}.status--pending{color:var(--warning)}.status--pending i{background:#d27c0c}.status--quota_exhausted{color:var(--warning)}.status--quota_exhausted i{background:#d27c0c}.status--inactive,.status--disabled,.status--failed,.status--expired,.status--cancelled{color:#a83144}.status--inactive i,.status--disabled i,.status--failed i,.status--expired i,.status--cancelled i{background:var(--danger)}.info-strip,.billing-help,.notice{color:#4f4560;background:#f7f4fb;border:1px solid #ded5ec;border-radius:12px;align-items:flex-start;gap:13px;margin-bottom:17px;padding:15px 17px;display:flex}.info-strip svg,.billing-help svg,.notice>svg{color:var(--brand);flex:none}.info-strip div,.billing-help div,.notice div{gap:4px;display:grid}.info-strip strong,.billing-help strong,.notice strong{font-size:13px}.info-strip span,.billing-help p,.notice span{color:#636978;margin:0;font-size:12px;line-height:1.6}.notice--warning{color:#704509;background:var(--warning-soft);border-color:#e8ca91}.notice--warning>svg{color:var(--warning)}.keys-security-strip{border-radius:10px;align-items:center;gap:11px;min-height:56px;margin-bottom:12px;padding:11px 15px}.keys-security-strip div{align-items:baseline;gap:10px;display:flex}.keys-security-strip strong{flex:none}.keys-security-strip span{line-height:1.45}.keys-card{border-radius:10px;overflow:visible}.keys-table-toolbar{justify-content:space-between;align-items:center;gap:18px;min-height:64px;padding:11px 16px;display:flex}.keys-search{border-radius:8px;width:min(340px,100%);min-height:42px}.keys-search input[type=search]::-webkit-search-cancel-button{display:none}.keys-search__clear{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;flex:0 0 32px;place-items:center;padding:0;display:grid}.keys-search__clear:hover{color:var(--brand);background:var(--brand-soft)}.keys-table__count{color:var(--muted);font-variant-numeric:tabular-nums;flex:none;font-size:11px}.keys-table{table-layout:fixed}.keys-table col:first-child{width:14%}.keys-table col:nth-child(2){width:20%}.keys-table col:nth-child(3){width:10%}.keys-table col:nth-child(4){width:9%}.keys-table col:nth-child(5){width:11%}.keys-table col:nth-child(6){width:13%}.keys-table col:nth-child(7){width:auto}.keys-table col:nth-child(8){width:58px}.keys-table th{background:var(--surface-subtle);height:44px;padding:9px 16px;font-size:11px}.keys-table td{color:#454a56;height:76px;padding:12px 16px;overflow:visible}.keys-table tbody tr{transition:background-color .14s}.keys-table tbody tr:focus-within{background:#faf9fc}.keys-table__name,.keys-table__key{min-width:0}.keys-table__name>strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:680;display:block;overflow:hidden}.keys-table__copy{color:#626876;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;min-width:0;max-width:100%;min-height:24px;padding:0;display:inline-flex}.keys-table__copy code{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.keys-table__copy svg{flex:none}.keys-table__copy:hover{color:var(--brand)}.keys-table__copy:active{color:var(--brand-active)}.keys-table__text{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.keys-table__quota{min-width:0;font-size:11px}.keys-table__quota-line{color:#484d59;align-items:center;gap:8px;min-width:0;display:flex!important}.keys-table__quota-line>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.keys-table__quota-line small{color:var(--muted);white-space:nowrap;flex:none;font-size:9px;font-weight:650}.keys-table__quota-line small.is-unlimited{color:var(--brand)}.key-quota-progress{background:#e8e3ef;width:100%;height:3px;margin-top:8px;display:block;overflow:hidden}.key-quota-progress i{background:var(--brand);height:100%;display:block}.keys-table__actions{text-align:right;padding-left:4px!important;padding-right:8px!important}.keys-table__actions .row-menu{display:inline-block;position:relative}.keys-table__actions .icon-button{width:44px;height:44px}.keys-table__actions button:disabled{cursor:not-allowed;opacity:.46}.keys-table .row-menu__popover{top:44px}.keys-table-loading{min-height:250px;color:var(--muted);border-top:1px solid var(--border);place-content:center;justify-items:center;gap:10px;font-size:12px;display:grid}.keys-load-error,.keys-filter-empty{border-top:1px solid var(--border);min-height:250px;color:var(--muted);text-align:center;place-content:center;justify-items:center;gap:10px;padding:28px;display:grid}.keys-load-error strong,.keys-filter-empty strong{color:var(--ink);font-size:14px}.keys-load-error span{max-width:420px;font-size:11px;line-height:1.55}.keys-load-error .button,.keys-filter-empty .button{min-height:38px;margin-top:4px}.keys-table__footer{min-height:48px;color:var(--muted);border-top:1px solid var(--border);font-variant-numeric:tabular-nums;justify-content:space-between;align-items:center;gap:16px;padding:6px 16px;font-size:11px;display:flex}.keys-pagination{align-items:center;gap:6px;display:flex}.keys-pagination .icon-button{width:34px;height:34px}.keys-pagination .icon-button:disabled{cursor:not-allowed;opacity:.38}.created-key{gap:16px;display:grid}.created-key>code{overflow-wrap:anywhere;color:var(--brand-active);background:#f8f6fb;border:1px dashed #aa91d3;border-radius:10px;padding:15px;font-size:12px;line-height:1.6;display:block}.created-key p{color:var(--muted);justify-content:center;align-items:center;gap:6px;margin:0;font-size:11px;display:flex}.usage-kpi-strip{margin-bottom:16px}.usage-kpi-strip__toolbar{justify-content:space-between;align-items:center;gap:18px;min-height:36px;margin-bottom:8px;padding-inline:2px;display:flex}.usage-kpi-strip__title{color:#211b29;letter-spacing:-.012em;margin:0;font-size:14px;line-height:1.4}.usage-kpi-strip .usage-kpi-strip__range{background:var(--surface-strong);border:0;border-radius:7px;gap:2px;padding:2px}.usage-kpi-strip .usage-kpi-strip__range button{border-radius:5px;min-height:32px;padding-inline:11px;font-size:10px}.usage-kpi-strip .usage-kpi-strip__range button[aria-pressed=true]{color:var(--brand-active);background:var(--surface);box-shadow:0 1px 2px #1d182414}.usage-kpi-strip__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.usage-kpi-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;align-content:start;gap:8px;min-width:0;min-height:104px;padding:15px 16px;display:grid;position:relative;overflow:hidden}.usage-kpi-card__label{color:#5f6573;font-size:11px;font-weight:620}.usage-kpi-card__value{z-index:1;max-width:68%;color:var(--ink);letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:clamp(18px,1.7vw,24px);line-height:1.25;position:relative;overflow:hidden}.usage-kpi-card__sparkline{width:42%;height:34px;position:absolute;bottom:15px;right:14px;overflow:visible}.usage-kpi-card__sparkline polyline{stroke:var(--brand);stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round}.usage-kpi-card:nth-child(2) .usage-kpi-card__sparkline polyline{stroke:#168eae}.usage-kpi-card__context{color:var(--muted);margin-top:auto;font-size:10px}.usage-kpi-card--latency .usage-kpi-card__value{max-width:100%}.usage-card,.orders-card{overflow:hidden}.usage-toolbar{flex-wrap:wrap}.usage-toolbar>div{gap:3px;display:grid}.table-result-count{color:var(--muted);font-size:10px}.usage-analytics-board{grid-template-columns:repeat(12,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}.analytics-board-error{color:#9b2f41;background:var(--danger-soft);border:1px solid #efc4cb;border-radius:8px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:16px;min-height:54px;padding:8px 16px;font-size:12px;display:flex}.analytics-board-error .button{color:#9b2f41;background:0 0;border-color:#d9919d;min-height:36px}.analytics-module{background:var(--surface);border:1px solid var(--border);border-radius:8px;min-width:0;margin:0;padding:16px}.analytics-module.metric-trend{grid-column:1/-1;min-height:350px}.analytics-module.activity-heatmap{grid-column:span 7;min-height:350px}.analytics-module.key-explorer{grid-column:span 5;min-height:350px;container-type:inline-size}.analytics-module.token-composition{grid-column:span 7;min-height:328px}.analytics-module.model-spend{grid-column:span 5;min-height:328px}.analytics-module__header{justify-content:space-between;align-items:center;gap:20px;min-height:42px;display:flex}.analytics-module__header h2{color:#211b29;letter-spacing:-.015em;margin:0;font-size:16px;line-height:1.5}.analytics-module__title{align-items:baseline;gap:10px;min-width:0;display:flex}.module-scope{color:#727987;white-space:nowrap;flex:none;font-size:10px;font-weight:560}.module-total{color:#474d5a;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums;max-width:46%;padding-top:3px;font-size:12px;line-height:1.5;overflow:hidden}.range-selector,.metric-selector{background:var(--surface-strong);border:1px solid var(--border);border-radius:8px;align-items:center;gap:3px;padding:3px;display:inline-flex}.range-selector button,.metric-selector button{color:#5d6371;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:6px;min-height:36px;padding:0 12px;font-size:11px;font-weight:660;transition:color .15s,background-color .15s}.range-selector button:hover,.metric-selector button:hover{color:var(--brand-hover)}.range-selector button[aria-pressed=true],.metric-selector button[aria-pressed=true]{color:var(--brand-active);background:var(--brand-soft)}.metric-trend__controls{justify-content:space-between;align-items:center;gap:20px;min-height:56px;display:flex}.metric-selector{width:min(324px,100%)}.metric-selector button{flex:1}.activity-metric-selector{min-height:36px;color:var(--muted);align-items:center;gap:18px;padding-inline:2px;display:inline-flex}.activity-metric-selector button{min-height:36px;color:inherit;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 2px;font-size:11px;transition:color .15s,border-color .15s}.activity-metric-selector button:hover{color:var(--brand-hover)}.activity-metric-selector button[aria-pressed=true]{color:var(--brand-active);border-bottom-color:var(--brand);font-weight:720}.metric-summary{text-align:right;font-variant-numeric:tabular-nums;justify-content:flex-end;align-items:baseline;gap:8px;display:flex}.metric-summary span{color:var(--muted);font-size:10px}.metric-summary strong{color:var(--ink);font-size:16px}.metric-summary small{color:var(--muted);font-size:10px}.analytics-plot{width:100%;height:224px}.analytics-plot--trend{height:216px}.analytics-plot--models{min-height:218px}.activity-heatmap__layout{grid-template-columns:1fr;align-items:center;gap:12px;width:100%;max-width:720px;min-height:222px;margin:0 auto;padding:8px 0 4px;display:grid}.activity-heatmap__visual{--activity-cell:16px;--activity-gap:4px;grid-template-rows:23px auto;grid-template-columns:30px max-content;justify-self:center;column-gap:8px;width:max-content;max-width:100%;display:grid}.activity-heatmap__months{grid-area:1/2;grid-template-columns:repeat(var(--activity-weeks), var(--activity-cell));column-gap:var(--activity-gap);color:#666c79;align-items:end;min-height:23px;font-size:10px;display:grid}.activity-heatmap__months span{white-space:nowrap;overflow:visible}.activity-heatmap__weekday-labels{grid-area:2/1;grid-template-rows:repeat(7, var(--activity-cell));row-gap:var(--activity-gap);color:#666c79;align-items:center;font-size:9px;display:grid}.activity-heatmap__weekday-labels>span{line-height:var(--activity-cell);text-align:right}.activity-heatmap__grid{grid-area:2/2;grid-auto-flow:column;grid-template-rows:repeat(7, var(--activity-cell));grid-auto-columns:var(--activity-cell);gap:var(--activity-gap);width:max-content;display:grid}.activity-heatmap__grid>span,.activity-heatmap__legend i{background:#f0f1f6;border-radius:4px}.activity-heatmap__grid>span{width:var(--activity-cell);height:var(--activity-cell);transition:outline-color .12s,transform .12s}.activity-heatmap__grid>span[data-level="1"],.activity-heatmap__legend i[data-level="1"]{background:#e4d8f3}.activity-heatmap__grid>span[data-level="2"],.activity-heatmap__legend i[data-level="2"]{background:#c9b3e5}.activity-heatmap__grid>span[data-level="3"],.activity-heatmap__legend i[data-level="3"]{background:#a27cd1}.activity-heatmap__grid>span[data-level="4"],.activity-heatmap__legend i[data-level="4"]{background:#7848bd}.activity-heatmap__grid>span[data-level="5"],.activity-heatmap__legend i[data-level="5"]{background:#4b2676}.activity-heatmap__grid>span.is-outside{visibility:hidden}.activity-heatmap__grid>span[title]:hover{outline:2px solid var(--focus);outline-offset:1px;transform:scale(1.08)}.activity-heatmap__summary{border-top:1px solid var(--border);font-variant-numeric:tabular-nums;grid-template-rows:auto auto auto;grid-template-columns:minmax(0,1fr) minmax(142px,auto);align-content:center;column-gap:22px;min-width:0;min-height:74px;padding-top:12px;display:grid}.activity-heatmap__summary>span{color:var(--muted);font-size:10px}.activity-heatmap__summary>strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:18px;line-height:1.3;overflow:hidden}.activity-heatmap__summary dl{grid-area:1/2/span 2;align-content:center;gap:7px;margin:0;display:grid}.activity-heatmap__summary dl div{color:#666c79;justify-content:space-between;align-items:baseline;gap:14px;font-size:10px;display:flex}.activity-heatmap__summary dt,.activity-heatmap__summary dd{margin:0}.activity-heatmap__summary dd{color:#333844;text-align:right;text-overflow:ellipsis;white-space:nowrap;font-weight:680;overflow:hidden}.activity-heatmap__legend{color:var(--muted);grid-area:3/1;align-items:center;gap:5px;margin-top:8px;font-size:9px;display:flex}.activity-heatmap__legend i{width:11px;height:11px;display:block}.activity-heatmap__skeleton{align-content:center;gap:5px;min-height:174px;padding-inline:7%;display:grid}.activity-heatmap__skeleton i{background:repeating-linear-gradient(90deg,#eceef3 0 18px,#0000 18px 23px);border-radius:4px;width:min(370px,70%);height:18px;animation:1.2s linear infinite skeleton-shift}.activity-heatmap__error{min-height:174px}.activity-heatmap__error .button{min-height:36px;margin-top:5px}.analytics-chart-skeleton{border-bottom:1px solid var(--border);min-height:224px;position:relative;overflow:hidden}.analytics-chart-skeleton>i{background:#e7e8ee;height:1px;position:absolute;left:0;right:0}.analytics-chart-skeleton>i:first-child{top:24%}.analytics-chart-skeleton>i:nth-child(2){top:49%}.analytics-chart-skeleton>i:nth-child(3){top:74%}.analytics-chart-skeleton>span{opacity:.7;background:linear-gradient(160deg,#0000 0 8%,#dde0e7 8.5% 9.5%,#0000 10% 28%,#dde0e7 28.5% 29.5%,#0000 30% 51%,#dde0e7 51.5% 52.5%,#0000 53% 72%,#dde0e7 72.5% 73.5%,#0000 74%);position:absolute;inset:34% 3% 13%}.analytics-empty{min-height:224px;color:var(--muted);text-align:center;place-content:center;justify-items:center;gap:6px;display:grid}.analytics-empty strong{color:#34303b;font-size:13px}.analytics-empty span{max-width:310px;font-size:11px;line-height:1.6}.token-legend{color:#626875;flex-wrap:wrap;align-items:center;gap:8px 16px;min-height:38px;font-size:10px;display:flex}.token-legend span{align-items:center;gap:6px;display:inline-flex}.token-legend i{--legend-color:#6f3cc3;background:var(--legend-color);border-radius:2px;width:10px;height:10px;display:inline-block}.token-legend i.is-pattern{background:repeating-linear-gradient(45deg, var(--legend-color) 0 2px, #f7f8fb 2px 4px);border:1px solid var(--legend-color)}.chart-data-details{color:var(--muted);border-top:1px solid #0000;margin-top:8px;font-size:10px}.chart-data-details[open]{border-top-color:var(--border)}.chart-data-details summary{color:#5c5369;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;width:fit-content;min-height:34px;display:flex}.chart-data-details table{font-size:10px}.chart-data-details th,.chart-data-details td{padding:8px 10px}.key-ranking{--key-rank-columns:22px minmax(112px, 30%) minmax(96px, 1fr) minmax(58px, max-content);min-width:0;padding-top:6px}.key-ranking__heading,.key-rank-row{grid-template-columns:var(--key-rank-columns);align-items:center;column-gap:8px;padding-inline:6px 8px;display:grid}.key-ranking__heading{min-height:28px;color:var(--muted);font-size:10px}.key-ranking__heading strong{color:#454b58;font-size:11px}.key-ranking__heading>:last-child{text-align:right}.key-rank-row{color:#4d5360;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;width:100%;min-height:43px;padding-block:2px;position:relative}.key-rank-row:hover{background:var(--surface-subtle)}.key-rank-row:focus-visible{z-index:1}.key-rank-row.is-selected{color:var(--brand-active);background:#faf8fd;border-color:#cdb9ea}.key-rank-row__index{color:#727987;background:var(--surface-strong);border-radius:5px;place-items:center;width:22px;height:22px;font-size:10px;display:grid}.key-rank-row__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;font-weight:650;overflow:hidden}.key-rank-row__progress{background:#ece8f3;width:100%;height:4px;overflow:hidden}.key-rank-row__progress>span{background:#b9a8d8;height:100%;display:block}.key-rank-row.is-selected .key-rank-row__progress>span{background:var(--brand)}.key-rank-row__amount{color:inherit;font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap;justify-self:end;font-size:10px}.key-daily{min-width:0}.key-daily--compact{border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) minmax(120px,42%);align-items:center;gap:12px;min-height:76px;margin-top:9px;padding-top:11px;display:grid;position:relative}.key-daily__heading{justify-content:space-between;align-items:flex-start;gap:12px;min-height:38px;display:flex}.key-daily__heading>div{gap:3px;display:grid}.key-daily__heading strong{color:#353a46;font-size:12px}.key-daily__heading span{color:var(--muted);font-size:10px}.key-daily__heading b{color:var(--brand-active);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:13px}.key-daily__sparkline{width:100%;height:38px;overflow:visible}.key-daily__sparkline polyline{stroke:var(--brand);stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round}.key-daily__sparkline-skeleton{background:linear-gradient(90deg,#eceef3 25%,#f7f8fb 50%,#eceef3 75%) 0 0/220% 100%;border-radius:5px;height:34px;animation:1.2s linear infinite skeleton-shift}.key-daily__empty{color:var(--muted);text-align:center;font-size:10px}.key-daily__error{color:var(--danger);justify-content:flex-end;align-items:center;gap:8px;font-size:10px;display:flex}.key-daily__error button{min-height:32px;color:var(--danger);cursor:pointer;background:0 0;border:1px solid #d9919d;border-radius:6px;padding:0 9px}.key-analytics-error{min-height:218px}.key-analytics-error .button{min-height:36px;margin-top:4px}.key-daily--compact .chart-data-details{grid-column:1/-1;margin-top:-2px}@container (width<=330px){.key-ranking{--key-rank-columns:20px minmax(92px, 36%) minmax(52px, 1fr) minmax(52px, max-content)}.key-ranking__heading,.key-rank-row{column-gap:6px;padding-inline:4px}}.search-box{color:#777d8c;background:var(--surface);border:1px solid var(--border-strong);border-radius:10px;align-items:center;gap:8px;width:min(290px,100%);min-height:44px;padding:0 12px;display:flex}.search-box:focus-within{border-color:var(--brand);outline-offset:1px;outline:2px solid #d8caee}.search-box input{background:0 0;border:0;outline:0;width:100%;font-size:12px}.loading-block,.drawer-loading{min-height:240px;color:var(--muted);justify-content:center;align-items:center;gap:9px;font-size:13px;display:flex}.page-error{margin-bottom:16px!important}.spin{animation:.75s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.billing-hero{background:var(--surface);border:1px solid var(--border);border-radius:14px;grid-template-columns:1.2fr 1fr;margin-bottom:17px;display:grid;overflow:hidden}.billing-balance{color:#fff;background:#29242f;min-height:230px;padding:31px;position:relative;overflow:hidden}.billing-balance:after{content:"";opacity:.45;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 600 90' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 52 C120 4 210 84 330 38 S510 18 600 55' fill='none' stroke='%232fa9c7' stroke-opacity='.5'/%3E%3Cpath d='M0 65 C120 17 210 90 330 49 S510 30 600 66' fill='none' stroke='%23ffffff' stroke-opacity='.2'/%3E%3C/svg%3E") 50%/cover no-repeat;height:80px;position:absolute;inset:auto -20px 20px 42%}.billing-kicker,.drawer-kicker{color:#d7d2db;letter-spacing:.1em;font-size:10px;font-weight:720;display:block}.billing-balance p{color:#d6d2da;margin:25px 0 8px;font-size:13px}.billing-balance strong{z-index:1;letter-spacing:-.045em;font-variant-numeric:tabular-nums;font-size:clamp(36px,4vw,51px);display:block;position:relative}.billing-balance>span:last-child{z-index:1;color:#cbc6cf;margin-top:27px;font-size:11px;display:block;position:relative}.billing-facts{background:var(--surface);padding:27px}.billing-facts article{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:13px 0;display:flex}.fact-icon{width:40px;height:40px;color:var(--brand);background:var(--brand-soft);border-radius:10px;place-items:center;display:grid}.fact-icon svg{width:20px}.billing-facts article div{gap:3px;display:grid}.billing-facts small{color:var(--muted)}.billing-facts strong{font-size:14px}.billing-facts p{color:#646a78;margin:17px 0 0;font-size:11px;line-height:1.7}.billing-help{background:var(--surface);border-color:var(--border);margin-top:17px}.profile-grid{grid-template-columns:minmax(230px,.64fr) minmax(0,1.7fr);align-items:start;gap:17px;display:grid}.profile-summary{text-align:center;padding:29px}.profile-avatar{color:#fff;background:var(--brand);border-radius:16px;place-items:center;width:70px;height:70px;margin:0 auto 15px;font-size:25px;font-weight:760;display:grid}.profile-summary h2{margin:0 0 5px;font-size:20px}.profile-summary>p{color:var(--muted);margin:0 0 13px;font-size:12px}.profile-summary dl{border-top:1px solid var(--border);margin:25px 0 0}.profile-summary dl div{border-bottom:1px solid var(--border);justify-content:space-between;gap:20px;padding:13px 0;font-size:11px;display:flex}.profile-summary dt{color:#636978}.profile-summary dd{margin:0;font-weight:700}.profile-forms{gap:17px;display:grid}.form-card{padding-bottom:21px}.form-card .stack-form{padding:2px 21px 0}.field{color:#484e5c;gap:8px;font-size:12px;font-weight:620;display:grid}.field input,.field select{width:100%;min-height:44px;color:var(--ink);background:var(--surface);border:1px solid var(--border-strong);border-radius:10px;outline:0;padding:0 12px;transition:border-color .15s,outline-color .15s,background-color .15s}.field input::placeholder{color:#8b90a0}.field input:hover:not(:disabled),.field select:hover:not(:disabled){border-color:#aeb2be}.field input:focus,.field select:focus{border-color:var(--brand);outline-offset:1px;outline:2px solid #d8caee}.field input:disabled{color:#6c7280;background:var(--surface-subtle)}.field-error{color:var(--danger);font-weight:520}.field-note{color:var(--muted);font-size:11px;font-weight:500;line-height:1.5}.field-note__retry{color:var(--brand);cursor:pointer;font:inherit;text-underline-offset:2px;background:0 0;border:0;margin-left:5px;padding:0;font-weight:700;text-decoration:underline}.field-note__retry:hover{color:var(--brand-hover)}.field-note__retry:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:2px}.pricing-description{color:#4e4560;background:linear-gradient(105deg,#f7f3fc,#fbfafd);border:1px solid #ddd1ed;border-radius:11px;align-items:flex-start;gap:12px;margin-bottom:14px;padding:14px 16px;display:flex}.pricing-description>svg{color:var(--brand);flex:none;margin-top:1px}.pricing-description>div{gap:3px;min-width:0;display:grid}.pricing-description strong{color:#30243f;margin-bottom:2px;font-size:12px}.pricing-description p{color:#645b70;margin:0;font-size:11px;line-height:1.65}.pricing-description__space{height:4px}.pricing-overview{background:var(--surface);border:1px solid var(--border);border-radius:11px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:14px;display:grid;overflow:hidden}.pricing-overview--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-overview article{border-right:1px solid var(--border);align-items:center;gap:13px;min-width:0;min-height:82px;padding:14px 19px;display:flex}.pricing-overview article:last-child{border-right:0}.pricing-overview article>svg{width:36px;height:36px;color:var(--brand);background:var(--brand-soft);border-radius:9px;flex:0 0 36px;padding:8px}.pricing-overview article>div{grid-template-columns:auto auto;justify-content:start;align-items:baseline;gap:3px 9px;min-width:0;display:grid}.pricing-overview span{color:var(--muted);grid-column:1/-1;font-size:10px}.pricing-overview strong{color:#241d2c;font-variant-numeric:tabular-nums;font-size:21px;line-height:1}.pricing-overview small{color:var(--subtle);white-space:nowrap;font-size:9px}.pricing-filters{background:var(--surface);border:1px solid var(--border);border-radius:11px;align-items:center;gap:12px;min-height:66px;margin-bottom:9px;padding:10px 12px;display:flex}.pricing-search{width:min(270px,32%);min-height:42px;color:var(--muted);background:var(--surface-subtle);border:1px solid var(--border-strong);border-radius:9px;flex:none;align-items:center;gap:8px;padding:0 10px;display:flex}.pricing-search:focus-within{border-color:var(--brand);outline-offset:1px;outline:2px solid #d8caee}.pricing-search input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1;padding:0;font-size:12px}.pricing-search input::placeholder{color:#8b90a0}.pricing-search button{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;flex:0 0 28px;place-items:center;padding:0;display:grid}.pricing-search button:hover{color:var(--brand);background:var(--brand-soft)}.pricing-platforms{scrollbar-width:thin;align-items:center;gap:5px;min-width:0;display:flex;overflow-x:auto}.pricing-platforms button{color:#5e6472;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;flex:none;min-height:34px;padding:0 11px;font-size:11px;font-weight:650}.pricing-platforms button:hover{color:var(--brand);background:var(--surface-subtle)}.pricing-platforms button.active{color:var(--brand);background:var(--brand-soft);border-color:#dacbeb}.pricing-group-select{min-width:145px;color:var(--muted);flex:none;align-items:center;gap:7px;font-size:10px;display:flex}.pricing-group-select select{color:#4f5562;background:var(--surface);border:1px solid var(--border-strong);border-radius:8px;outline:0;width:100%;min-height:36px;padding:0 28px 0 9px;font-size:11px}.pricing-group-select select:focus{border-color:var(--brand);outline-offset:1px;outline:2px solid #d8caee}.pricing-result-count{color:var(--muted);white-space:nowrap;margin-left:auto;font-size:10px}.pricing-unit-note{color:#757a87;align-items:flex-start;gap:7px;margin:0 0 13px;padding:0 3px;font-size:10px;line-height:1.5;display:flex}.pricing-unit-note svg{flex:none;margin-top:1px}.pricing-groups{gap:14px;display:grid}.pricing-group{--pricing-accent:var(--brand);background:var(--surface);border:1px solid var(--border);border-top:3px solid var(--pricing-accent);border-radius:12px;overflow:hidden}.pricing-group[data-platform=openai]{--pricing-accent:#178f75}.pricing-group[data-platform=anthropic]{--pricing-accent:#c66d3d}.pricing-group[data-platform=gemini]{--pricing-accent:#3976d4}.pricing-group[data-platform=grok]{--pricing-accent:#323946}.pricing-group[data-platform=antigravity]{--pricing-accent:#7c4dcc}.pricing-group__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:18px;min-height:78px;padding:15px 18px;display:flex}.pricing-group__identity{align-items:flex-start;gap:11px;min-width:0;display:flex}.platform-pill{min-height:25px;color:var(--pricing-accent);background:color-mix(in srgb, var(--pricing-accent) 9%, white);border:1px solid color-mix(in srgb, var(--pricing-accent) 25%, white);border-radius:6px;flex:none;align-items:center;padding:0 8px;font-size:9px;font-weight:760;display:inline-flex}.pricing-group__identity>div{min-width:0}.pricing-group__identity h2{color:#221b2b;letter-spacing:-.015em;margin:0 0 4px;font-size:16px}.pricing-group__identity p{max-width:720px;color:var(--muted);margin:0;font-size:10px;line-height:1.45}.pricing-group__badges{flex:none;justify-content:flex-end;align-items:center;gap:6px;display:flex}.group-tag{color:#656b78;background:var(--surface-subtle);border:1px solid var(--border);border-radius:6px;align-items:center;min-height:24px;padding:0 8px;font-size:9px;font-weight:650;display:inline-flex}.group-tag--exclusive{color:#8a500d;background:var(--warning-soft);border-color:#ecd5ad}.group-rate{text-align:right;font-variant-numeric:tabular-nums;grid-template-columns:auto auto;justify-content:end;align-items:baseline;gap:1px 5px;min-width:94px;padding-left:8px;display:grid}.group-rate del{color:var(--subtle);font-size:10px}.group-rate strong{color:var(--pricing-accent);font-size:17px}.group-rate small{color:var(--muted);grid-column:1/-1;font-size:8px}.pricing-peak-note{color:#8b540f;background:#fffaf1;border-bottom:1px solid #f0dfc3;align-items:center;gap:7px;margin:0;padding:8px 18px;font-size:10px;line-height:1.45;display:flex}.pricing-peak-note svg{flex:none}.pricing-table-scroll{width:100%;overflow-x:auto}.pricing-catalog{--pricing-accent:var(--brand);background:var(--surface);border:1px solid var(--border);border-top:3px solid var(--brand);border-radius:12px;overflow:hidden}.pricing-table{border-collapse:collapse;table-layout:fixed;font-variant-numeric:tabular-nums;width:100%;min-width:860px}.pricing-table thead{background:#fafafd}.pricing-table thead th{color:#777c89;border-bottom:1px solid var(--border);letter-spacing:.03em;text-align:left;text-transform:uppercase;height:40px;padding:8px 12px;font-size:9px;font-weight:720}.pricing-table thead th:first-child{width:20%;padding-left:18px}.pricing-table thead th:nth-child(2){width:10%}.pricing-table thead th:nth-child(3),.pricing-table thead th:nth-child(4){width:12%}.pricing-table thead th:nth-child(5){width:16%}.pricing-table thead th:nth-child(6){width:20%}.pricing-table thead th:nth-child(7){text-align:right;width:10%;padding-right:18px}.pricing-table tbody tr{transition:background-color .14s}.pricing-table tbody tr:hover{background:color-mix(in srgb, var(--pricing-accent) 3.5%, white)}.pricing-table tbody tr+tr{border-top:1px solid #eceef3}.pricing-table tbody th,.pricing-table tbody td{color:#505663;vertical-align:middle;text-align:left;min-width:0;padding:13px 12px;font-size:10px;font-weight:500}.pricing-table tbody th{color:var(--ink);padding-left:18px;font-weight:680}.pricing-table tbody td:last-child{text-align:right;padding-right:18px}.pricing-model-name{overflow-wrap:anywhere;font-size:11px;line-height:1.45;display:block}.pricing-table tbody th>small{color:var(--muted);margin-top:3px;font-size:8px;font-weight:500;display:block}.billing-mode{color:#5a606d;background:var(--surface-strong);white-space:nowrap;border-radius:6px;align-items:center;gap:4px;width:fit-content;min-height:24px;padding:0 7px;font-size:9px;font-weight:680;display:inline-flex}.billing-mode--image{color:#8a500d;background:var(--warning-soft)}.billing-mode--per_request{color:#276f82;background:#eaf7fa}.price-value{color:#282230;font-family:SFMono-Regular,Consolas,monospace;font-size:11px}.pricing-lines{gap:4px;display:grid}.pricing-line{align-items:baseline;gap:6px;min-width:0;display:flex}.pricing-line small{min-width:35px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.pricing-line strong{color:#29232f;font-family:SFMono-Regular,Consolas,monospace;font-size:10px}.pricing-value-stack{gap:2px;display:grid}.pricing-value-stack em,.pricing-line>em,.cache-price-pair em{color:#a15f0f;font-size:8px;font-style:normal;font-weight:600;line-height:1.4}.pricing-lines--cache .pricing-line{grid-template-columns:minmax(30px,auto) 1fr;display:grid}.pricing-lines--cache .pricing-line>span{color:#565c68;font-size:9px;line-height:1.45}.pricing-lines--cache .pricing-line i{background:var(--border-strong);vertical-align:-1px;width:1px;height:9px;margin:0 4px;display:inline-block}.cache-price-pair{color:#555b68;gap:3px;font-family:SFMono-Regular,Consolas,monospace;font-size:9px;display:grid}.request-price-cell{background:color-mix(in srgb, var(--pricing-accent) 3%, white)}.request-price-list{flex-wrap:wrap;gap:5px;display:flex}.request-price-list>span{color:#656b78;background:var(--surface);border:1px solid var(--border);border-radius:6px;align-items:baseline;gap:5px;min-height:29px;padding:5px 7px;display:inline-flex}.request-price-list small{color:var(--muted);font-size:8px}.request-price-list strong,.request-price-single{color:#282230;font-family:SFMono-Regular,Consolas,monospace;font-size:11px}.request-price-single small{color:var(--muted);font-family:inherit;font-size:9px;font-weight:500}.reference-price{color:#646a77;grid-template-columns:auto auto;justify-content:start;gap:3px 12px;font-family:SFMono-Regular,Consolas,monospace;font-size:9px;display:grid}.reference-price small{color:#8a8f9c;grid-column:1/-1;font-family:inherit;font-size:8px;line-height:1.4}.official-tier-list{gap:5px;display:grid}.official-tier{color:#646a77;grid-template-columns:minmax(35px,auto) 1fr;gap:2px 6px;font-family:SFMono-Regular,Consolas,monospace;font-size:8px;line-height:1.4;display:grid}.official-tier>small{color:var(--muted);font-family:inherit;font-size:8px}.official-tier>span{white-space:nowrap}.official-tier>em{color:#8a8f9c;grid-column:2;font-size:8px;font-style:normal}.rate-display{font-variant-numeric:tabular-nums;grid-template-columns:auto auto;justify-content:end;gap:2px 5px;display:inline-grid}.rate-display del{color:var(--subtle);font-size:9px}.rate-display strong{color:var(--pricing-accent);font-size:12px}.rate-display small{color:var(--muted);grid-column:1/-1;font-size:8px}.pricing-loading{gap:14px;display:grid}.pricing-loading__group{background:var(--surface);border:1px solid var(--border);border-radius:12px;align-content:start;gap:1px;min-height:190px;display:grid;overflow:hidden}.pricing-loading__group i{background:#e9eaf0;border-radius:5px;width:190px;height:18px;margin:22px 18px 17px;animation:1.2s linear infinite skeleton-shift}.pricing-loading__group span{border-top:1px solid var(--border);background:linear-gradient(90deg,#0000,#f7f8fb,#0000) 0 0/220% 100%;height:44px;margin:0 18px;animation:1.2s linear infinite skeleton-shift}.pricing-error,.pricing-empty{justify-items:center;padding:8px 18px 25px;display:grid}.pricing-error .empty-state,.pricing-empty .empty-state{padding-bottom:17px}.input-with-icon,.input-with-prefix,.input-with-action{align-items:center;display:flex;position:relative}.input-with-icon>svg{color:#777d8c;position:absolute;left:13px}.input-with-icon input{padding-left:42px;padding-right:43px}.input-with-icon>button{color:#626977;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:40px;height:40px;padding:0;display:grid;position:absolute;right:5px}.input-with-icon>button:hover{color:var(--brand);background:var(--brand-soft)}.input-with-prefix i{color:var(--muted);font-style:normal;position:absolute;left:13px}.input-with-prefix input{padding-left:31px}.input-with-action input{padding-right:116px}.input-with-action button{min-height:34px;color:var(--brand);background:var(--brand-soft);cursor:pointer;border:0;border-radius:7px;padding:0 11px;font-size:11px;font-weight:700;position:absolute;right:5px}.input-with-action button:hover{color:var(--brand-hover);background:var(--brand-soft-hover)}.stack-form{gap:17px;display:grid}.form-two{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-actions,.modal-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.security-note{color:#626977;align-items:center;gap:6px;margin-right:auto;font-size:11px;display:flex}.form-error{color:#a83144;background:var(--danger-soft);border:1px solid #efc4cb;border-radius:9px;margin:0;padding:10px 12px;font-size:11px}.modal-backdrop,.drawer-layer{z-index:100;background:var(--overlay);place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:var(--surface);border:1px solid var(--border);width:100%;max-height:calc(100vh - 40px);box-shadow:var(--shadow-overlay);border-radius:14px;overflow:auto}.modal__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:20px;padding:21px 23px 17px;display:flex}.modal__header h2{margin:0;font-size:19px}.modal__header p{color:var(--muted);margin:6px 0 0;font-size:11px;line-height:1.6}.modal__body{padding:21px 23px 23px}.drawer-layer{background:#1d182461;place-items:stretch end;padding:0}.recharge-drawer{background:var(--surface);border-left:1px solid var(--border);width:min(480px,100%);height:100%;box-shadow:var(--shadow-overlay);overflow-y:auto}.drawer-header{z-index:3;border-bottom:1px solid var(--border);background:#fffffff5;justify-content:space-between;align-items:center;min-height:84px;padding:19px 24px;display:flex;position:sticky;top:0}.drawer-kicker{color:var(--muted)}.drawer-header h2{margin:4px 0 0;font-size:21px}.drawer-content{gap:23px;padding:23px 24px 31px;display:grid}.drawer-section h3,.order-summary h3{margin:0 0 13px;font-size:13px}.amount-grid{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.amount-grid button{color:#444a57;border:1px solid var(--border-strong);background:var(--surface);cursor:pointer;border-radius:9px;min-height:46px;padding:0 4px;font-size:12px;transition:color .15s,border-color .15s,background-color .15s}.amount-grid button:hover{color:var(--brand-hover);background:#faf8fc;border-color:#9d83cd}.amount-grid button.selected{color:var(--brand);border-color:var(--brand);background:var(--brand-soft);font-weight:700}.amount-grid button:active{color:var(--brand-active);background:var(--brand-soft-hover)}.drawer-section .field{margin-top:14px}.payment-methods{gap:9px;display:grid}.payment-methods button{color:#3f4552;border:1px solid var(--border-strong);background:var(--surface);cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;min-height:54px;padding:0 14px;display:flex}.payment-methods button>span{align-items:center;gap:10px;font-size:13px;display:flex}.payment-methods button>span svg{color:var(--brand)}.payment-methods button:hover{background:#faf8fc;border-color:#9d83cd}.payment-methods button.selected{color:var(--brand-active);border-color:var(--brand);background:var(--brand-soft)}.radio{border:1.5px solid #8e94a2;border-radius:50%;width:18px;height:18px}.selected .radio{border:5px solid var(--brand)}.order-summary{background:var(--surface-subtle);border:1px solid var(--border);border-radius:11px;padding:16px}.order-summary>div{color:#616775;justify-content:space-between;gap:12px;padding:9px 0;font-size:12px;display:flex}.order-summary>div span{min-width:0}.order-summary>div strong{color:var(--ink);text-align:right;white-space:nowrap;flex:none;font-weight:620}.order-summary__total{border-top:1px dashed var(--border-strong);margin-top:4px;padding-top:13px!important}.order-summary__total strong{font-size:17px;color:var(--brand)!important}.order-summary p{color:#686e7c;margin:8px 0 0;font-size:10px;line-height:1.5}.payment-note{color:#6f7583;justify-content:center;align-items:center;gap:6px;margin:-12px 0 0;font-size:10px;display:flex}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:190px;padding:28px 18px;display:flex}.empty-state__icon{width:50px;height:50px;color:var(--brand);background:#faf8fc;border:1px solid #d9cceb;border-radius:12px;place-items:center;margin-bottom:13px;display:grid}.empty-state strong{font-size:14px}.empty-state p{color:#646a78;max-width:340px;margin:7px 0 0;font-size:11px;line-height:1.6}.drawer-section .empty-state{border:1px dashed var(--border-strong);border-radius:11px;min-height:145px}.toast{z-index:200;color:#fff;max-width:min(390px,100vw - 32px);min-height:48px;box-shadow:var(--shadow-popover);border-radius:10px;align-items:center;gap:10px;padding:7px 8px 7px 14px;font-size:12px;display:flex;position:fixed;bottom:24px;right:24px}.toast--success{background:#087663}.toast--error{background:#a83144}.toast span{flex:1}.toast button{color:#fff;cursor:pointer;background:#ffffff1a;border:0;border-radius:7px;place-items:center;width:36px;height:36px;padding:0;display:grid}.toast button:hover{background:#ffffff2e}.auth-layout{background:#f8f9fc;grid-template-rows:minmax(0,1fr) 58px;grid-template-columns:1.02fr .98fr;min-height:100vh;display:grid}.auth-story{border-right:1px solid var(--border);background:linear-gradient(115deg,#f8f9fc 0%,#f7f8fc 72%,#f4f3fa 100%);min-height:0;padding:30px 48px;position:relative;overflow:hidden}.auth-story__brand{z-index:3;width:fit-content;position:relative}.auth-story__content{z-index:3;max-width:700px;margin:clamp(130px,23vh,230px) auto 0;position:relative}.auth-story h1{color:#17121e;letter-spacing:-.045em;margin:0 0 26px;font-size:clamp(42px,4vw,56px);line-height:1.15}.auth-story h1 span{color:var(--brand)}.auth-story__content>p{color:#565c6a;margin:0;font-size:16px;line-height:1.9}.ambient-particles{z-index:1;pointer-events:none;position:absolute;inset:15% 2% 0 0}.ambient-particles canvas{width:100%!important;height:100%!important}.phase-wave{z-index:2;opacity:.7;pointer-events:none;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 900 360' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%236f3cc3'%3E%3Cpath opacity='.12' d='M0 210 C145 112 255 310 415 202 S690 124 900 214'/%3E%3Cpath opacity='.1' d='M0 225 C145 127 255 325 415 217 S690 139 900 229'/%3E%3Cpath opacity='.08' d='M0 240 C145 142 255 340 415 232 S690 154 900 244'/%3E%3Cpath opacity='.07' d='M0 255 C145 157 255 355 415 247 S690 169 900 259'/%3E%3Cpath opacity='.06' d='M0 195 C145 97 255 295 415 187 S690 109 900 199'/%3E%3C/g%3E%3C/svg%3E") 50%/100% 100% no-repeat;height:48%;position:absolute;bottom:3%;left:-5%;right:2%}.phase-wave i{display:none}.auth-panel{background:#ffffff9e;place-items:center;min-width:0;min-height:0;padding:55px 78px;display:grid}.auth-card{width:min(510px,100%)}.auth-card__mobile-brand{display:none}.auth-card h2{color:#17121e;letter-spacing:-.035em;margin:0 0 12px;font-size:34px}.auth-card>p{color:var(--muted);margin:0 0 33px;font-size:13px}.auth-form{gap:19px;display:grid}.auth-form .field{gap:10px;font-size:13px}.auth-form .field input{border-radius:8px;min-height:56px}.auth-form .input-with-icon>button{width:44px;height:44px}.auth-submit{border-radius:8px;min-height:56px;margin-top:7px;font-size:14px}.auth-switch{color:#5f6573;text-align:center;justify-content:center;align-items:center;gap:8px;margin-top:27px;font-size:13px;display:flex}.auth-switch a{color:var(--brand);font-weight:700}.auth-switch a:hover{color:var(--brand-hover)}.demo-link{color:#6c7280;text-align:center;text-underline-offset:3px;margin-top:13px;font-size:10px;text-decoration:underline;display:block}.auth-form-skeleton{gap:20px;display:grid}.auth-form-skeleton i{background:linear-gradient(90deg,#eceef3 25%,#f7f8fb 50%,#eceef3 75%) 0 0/220% 100%;border-radius:8px;height:56px;animation:1.2s linear infinite skeleton-shift}.auth-form-skeleton i:last-child{margin-top:7px}.auth-footer{color:#656b79;border-top:1px solid var(--border);background:#fffc;grid-column:1/-1;align-items:center;gap:34px;padding:0 64px;font-size:10px;display:flex}.auth-footer .system-status{margin-left:auto}.app-loading{min-height:100vh;color:var(--muted);place-content:center;justify-items:center;gap:15px;display:grid}.brand-mark{border:7px solid var(--brand-soft);border-top-color:var(--brand);border-radius:50%;width:46px;height:46px;animation:.8s linear infinite spin}.app-loading p{margin:0;font-size:12px}@media (width<=1160px){.sidebar{width:220px}.workspace{width:calc(100% - 220px);margin-left:220px}.main-content{padding-inline:28px}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-card{padding-inline:21px}.dashboard-surface{grid-template-columns:1fr}.recent-panel{border-left:1px solid var(--border);min-height:360px}.dashboard-surface__footer{grid-column:1}.keys-table colgroup{display:none}.keys-table thead{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.keys-table,.keys-table tbody{display:block}.keys-table tbody{border-top:1px solid var(--border);gap:10px;padding:12px;display:grid}.keys-table tbody tr{background:var(--surface);border:1px solid var(--border);border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px;padding:14px 58px 14px 15px;display:grid;position:relative}.keys-table tbody tr:hover,.keys-table tbody tr:focus-within{background:var(--surface-subtle)}.keys-table td{white-space:normal;border:0;align-content:start;gap:4px;min-width:0;height:auto;padding:0;display:grid;overflow:visible;width:auto!important}.keys-table td:before{content:attr(data-label);color:var(--muted);font-size:9px;font-weight:650;line-height:1.2}.keys-table__name,.keys-table__key,.keys-table__quota{grid-column:1/-1}.keys-table__copy{width:fit-content}.keys-table__text{white-space:normal}.keys-table__quota{max-width:420px}.key-quota-progress{max-width:320px}.keys-table__actions{position:absolute;top:7px;right:7px;padding:0!important;display:block!important}.keys-table__actions:before{display:none}.keys-table .row-menu__popover{top:44px}.auth-panel{padding-inline:46px}.auth-story{padding-inline:34px}.pricing-filters{flex-wrap:wrap}.pricing-search{width:260px;max-width:100%}.pricing-platforms{flex:1}.pricing-result-count{width:100%;margin:-3px 0 0;padding-left:2px}}@media (width<=900px){.app-shell{--shell-header-height:60px}.sidebar{width:252px;box-shadow:var(--shadow-popover);transition:transform .19s;transform:translate(-100%)}.sidebar--open{transform:translate(0)}.sidebar__close{display:inline-grid!important}.sidebar-overlay{z-index:25;background:#1d182452;border:0;padding:0;display:block;position:fixed;inset:0}.workspace{width:100%;margin-left:0}.topbar{padding:0 14px}.topbar__menu{flex:0 0 44px;margin-right:7px;display:inline-grid!important}.topbar__phase{inset-inline:70px 170px}.topbar__notification{margin-left:8px}.main-content{padding:24px 22px 44px}.app-footer{padding-inline:22px}.app-footer__links{display:none}.profile-grid{grid-template-columns:1fr}.profile-summary{text-align:left;grid-template-columns:auto 1fr;column-gap:16px;display:grid}.profile-avatar{grid-row:span 3;margin:0}.profile-summary dl{grid-column:1/-1}.auth-layout{grid-template-rows:minmax(0,1fr) 52px;grid-template-columns:1fr;display:grid}.auth-story{display:none}.auth-panel{min-height:0;padding:38px 24px}.auth-card{width:min(480px,100%)}.auth-card__mobile-brand{width:fit-content;margin-bottom:54px;display:block}.auth-footer{grid-column:1;padding:0 24px}.auth-footer>span:nth-child(2){display:none}.pricing-overview article{padding-inline:15px}.pricing-filters{align-items:stretch}.pricing-search{width:100%}.pricing-platforms{flex:1 0 100%;width:100%}.pricing-group-select{width:min(240px,100%)}}@media (width<=760px){.usage-kpi-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-module.metric-trend,.analytics-module.activity-heatmap,.analytics-module.key-explorer,.analytics-module.token-composition,.analytics-module.model-spend{grid-column:1/-1}.pricing-table-scroll{overflow:visible}.pricing-table{table-layout:auto;min-width:0;display:block}.pricing-table thead{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.pricing-table tbody{gap:9px;padding:10px;display:grid}.pricing-table tbody tr{background:var(--surface);border-radius:9px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px;display:grid;border:1px solid var(--border)!important}.pricing-table tbody tr:hover{background:color-mix(in srgb, var(--pricing-accent) 3.5%, white)}.pricing-table tbody th,.pricing-table tbody td,.pricing-table tbody td:last-child{text-align:left;background:var(--surface-subtle);border:1px solid #eceef3;border-radius:7px;align-content:start;gap:5px;min-width:0;padding:9px 10px;display:grid}.pricing-table tbody th{border:0;border-bottom:1px solid var(--border);background:0 0;border-radius:0;grid-column:1/-1;padding:0 2px 8px}.pricing-table tbody td:before{content:attr(data-label);color:var(--muted);letter-spacing:.035em;text-transform:uppercase;font-size:8px;font-weight:720}.pricing-table td[data-label=Token\ 参考价],.pricing-table .request-price-cell{grid-column:1/-1}.pricing-table td[data-label=生效倍率]{align-content:center}.pricing-lines--cache .pricing-line{grid-template-columns:1fr}.reference-price{row-gap:5px}.rate-display{justify-content:start}}@media (width<=640px){.profile-menu__copy{display:none}.profile-menu{margin-left:3px}.profile-menu__trigger{justify-content:center;min-width:44px;padding-inline:5px}.profile-menu__trigger>svg,.topbar__phase,.topbar__notification{display:none}.main-content{padding:18px 15px 36px}.page-header{gap:8px}.page-header h1{margin-bottom:0;font-size:15px}.page-header p{display:none}.page-header__actions .button{min-height:38px;padding:0 10px;font-size:11px}.page-header__actions .button svg{width:15px;height:15px}.stats-grid{grid-template-columns:1fr 1fr;gap:10px}.stat-card{min-height:102px;padding:15px}.stat-card strong{font-size:23px}.dashboard-panel{min-height:340px}.card__header{padding:17px}.usage-overview-chart{padding:0 11px 9px}.usage-bar-series{padding:13px 0 10px}.usage-bar-series__header{align-items:flex-start;gap:10px}.usage-bar-series__summary{gap:2px;display:grid}.usage-bar-series__summary span{max-width:160px;font-size:9px}.usage-bar-plot{padding-left:44px}.usage-bar-axis{width:39px;font-size:9px}.usage-bar-slot{padding-inline:1px}.usage-bar-mark{width:min(24px,58%)}.usage-bar-date{font-size:10px}.usage-bar-date.is-secondary{visibility:hidden}.usage-bar-value,.usage-overview-chart figcaption{font-size:9px}.dashboard-surface__footer{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}.dashboard-surface__footer .button{min-height:44px}th,td{padding-left:15px;padding-right:15px}.usage-kpi-strip__toolbar{flex-direction:column;align-items:stretch;gap:8px;min-height:0;margin-bottom:10px;padding-inline:0}.usage-kpi-card{min-height:96px;padding:13px 14px}.usage-kpi-card__value{max-width:72%;font-size:18px}.usage-kpi-card__sparkline{width:39%;height:30px;bottom:13px;right:12px}.usage-analytics-board{gap:12px}.analytics-module{padding:16px 14px 14px}.analytics-module.metric-trend,.analytics-module.activity-heatmap,.analytics-module.token-composition,.analytics-module.model-spend,.analytics-module.key-explorer{min-height:0}.analytics-module__header{flex-direction:column;align-items:flex-start;gap:10px;min-height:0;margin-bottom:12px}.analytics-module__header h2{font-size:15px}.module-total{max-width:100%;padding-top:0}.range-selector{width:100%}.range-selector button{flex:1;min-height:44px;padding-inline:6px}.usage-kpi-strip .usage-kpi-strip__range{width:100%}.usage-kpi-strip .usage-kpi-strip__range button{flex:1;min-height:44px;padding-inline:6px;font-size:11px}.metric-trend__controls{flex-direction:column;align-items:stretch;gap:10px}.metric-selector{width:100%}.metric-selector button{min-height:44px;padding-inline:5px}.activity-metric-selector{background:var(--surface-strong);border:1px solid var(--border);border-radius:8px;gap:4px;width:100%;padding:3px}.activity-metric-selector button{border:0;border-radius:6px;flex:1;min-height:44px}.activity-metric-selector button[aria-pressed=true]{background:var(--brand-soft)}.metric-summary{text-align:left;flex-wrap:wrap;justify-content:flex-start;min-height:35px}.metric-summary small{width:100%}.analytics-plot,.analytics-plot--trend{height:208px}.analytics-plot--models{height:auto;min-height:218px;margin-left:-8px}.analytics-chart-skeleton,.analytics-empty{min-height:208px}.chart-data-details summary{min-height:44px}.activity-heatmap__layout{grid-template-columns:1fr;gap:18px;min-height:0;padding:4px 0 2px}.activity-heatmap__visual{--activity-cell:15px;--activity-gap:4px;justify-self:start}.activity-heatmap__summary{grid-template-rows:auto;grid-template-columns:1fr;min-height:0;padding:14px 0 0}.activity-heatmap__summary>span,.activity-heatmap__summary>strong,.activity-heatmap__summary dl,.activity-heatmap__legend{grid-area:auto/1}.activity-heatmap__summary dl{max-width:320px;margin-top:14px}.activity-heatmap__skeleton,.activity-heatmap__error{min-height:190px}.token-legend{gap:7px 12px}.key-ranking{padding-top:8px}.key-rank-row{min-height:50px}.key-daily--compact{grid-template-columns:minmax(0,1fr) minmax(110px,40%)}.key-daily__error button,.key-analytics-error .button{min-height:44px}.key-daily__heading{align-items:flex-start}.analytics-board-error{align-items:flex-start;padding:11px 14px}.analytics-board-error .button{flex:none}.keys-security-strip{align-items:flex-start;padding:12px 13px}.keys-security-strip div{gap:3px;display:grid}.keys-security-strip span{font-size:10px}.keys-table-toolbar{flex-direction:column;align-items:stretch;gap:8px;padding:12px}.keys-search{width:100%;min-height:44px}.keys-table__count{padding-left:2px}.keys-table tbody{padding:10px}.keys-table tbody tr{gap:12px 16px;padding:13px 54px 13px 13px}.keys-table__footer{min-height:56px;padding-inline:12px}.keys-pagination .icon-button{width:44px;height:44px}.keys-load-error .button,.keys-filter-empty .button{min-height:44px}.billing-hero{grid-template-columns:1fr}.billing-balance{min-height:205px;padding:25px}.billing-facts{border-top:1px solid var(--border);padding:20px}.form-two{grid-template-columns:1fr}.amount-grid{grid-template-columns:repeat(3,1fr)}.drawer-layer{place-items:end stretch}.recharge-drawer{border:1px solid var(--border);border-bottom:0;border-radius:16px 16px 0 0;width:100%;height:min(92vh,760px)}.drawer-header{min-height:74px;padding:16px 18px}.drawer-content{padding:19px 18px 27px}.modal-backdrop{align-items:end;padding:0}.modal{border-radius:16px 16px 0 0;max-height:90vh}.toast{bottom:16px;right:16px}.app-footer{gap:12px;padding-inline:15px}.app-footer .system-status{font-size:0}.auth-panel{padding:28px 18px}.auth-card__mobile-brand{margin-bottom:42px}.auth-card h2{font-size:29px}.auth-footer{padding-inline:18px}.auth-footer .system-status{font-size:0}.pricing-description{padding:13px}.pricing-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-overview article{min-height:72px;padding:12px 13px}.pricing-overview article:nth-child(2){border-right:0}.pricing-overview article:last-child{border-top:1px solid var(--border);grid-column:1/-1}.pricing-overview--compact article:last-child{border-top:0;grid-column:auto}.pricing-overview article>svg{flex-basis:32px;width:32px;height:32px;padding:7px}.pricing-overview strong{font-size:18px}.pricing-filters{padding:9px}.pricing-search{min-height:44px}.pricing-platforms button{min-height:40px}.pricing-group-select{width:100%;min-height:44px}.pricing-group-select select{min-height:44px}.pricing-group__header{flex-direction:column;align-items:stretch;gap:12px;padding:14px}.pricing-group__badges{flex-wrap:wrap;justify-content:flex-start}.group-rate{margin-left:auto}.pricing-peak-note{align-items:flex-start;padding:9px 14px}.pricing-table tbody{padding:8px}.pricing-table tbody tr{padding:11px 9px}.pricing-table tbody th,.pricing-table tbody td,.pricing-table tbody td:last-child{padding:8px}.pricing-loading__group{min-height:170px}}@media (width<=390px){.stat-card{min-height:96px;padding:14px 12px}.stat-card__label{font-size:10px}.stat-card strong{font-size:20px}.usage-kpi-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.usage-kpi-card{min-height:94px;padding-inline:12px}.usage-kpi-card__label{font-size:10px}.usage-kpi-card__value{font-size:17px}.auth-card h2{font-size:27px}.auth-form .field input{min-height:52px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.ambient-particles{display:none!important}}
