:root{--bg:#f5f5f7;--surface:#fff;--surface-2:#fafafb;--surface-3:#f2f2f5;--border:#eaeaee;--border-2:#e0e0e5;--border-strong:#d4d4dc;--ink:#16161a;--ink-2:#5c5c66;--ink-3:#9c9ca6;--ink-4:#c4c4cc;--accent:#3e7bf6;--accent-2:color-mix(in oklab, var(--accent), white 26%);--accent-weak:color-mix(in srgb, var(--accent) 11%, transparent);--accent-weak-2:color-mix(in srgb, var(--accent) 5%, transparent);--accent-ink:#fff;--pos:#0fa478;--pos-weak:#0fa4781f;--warn:#d98a23;--warn-weak:#d98a2324;--red:#dc2626;--chart-grid:#efeff2;--shadow-sm:0 1px 2px #1414200d, 0 1px 3px #1414200d;--shadow-md:0 4px 14px #14142012, 0 1px 3px #1414200d;--shadow-lg:0 18px 50px #14142021, 0 4px 12px #1414200f;--page:var(--bg);--shell:var(--surface);--surface-soft:var(--surface-2);--text:var(--ink);--muted:var(--ink-3);--muted-strong:var(--ink-2);--blue:var(--accent);--green:var(--pos);--amber:var(--warn);--shadow:var(--shadow-md)}[data-theme=dark]{--bg:#0b0b0f;--surface:#141419;--surface-2:#18181e;--surface-3:#1e1e25;--border:#26262e;--border-2:#30303a;--border-strong:#3c3c46;--ink:#f2f2f5;--ink-2:#a0a0ab;--ink-3:#6e6e79;--ink-4:#48484f;--accent:#5b92ff;--accent-2:color-mix(in oklab, var(--accent), white 14%);--accent-weak:color-mix(in srgb, var(--accent) 18%, transparent);--accent-weak-2:color-mix(in srgb, var(--accent) 9%, transparent);--accent-ink:#0b0b0f;--pos:#2fd8a8;--pos-weak:#2fd8a829;--warn:#e5a84b;--warn-weak:#e5a84b2e;--chart-grid:#23232b;--shadow-sm:0 1px 2px #0006;--shadow-md:0 4px 16px #00000073;--shadow-lg:0 18px 50px #0009;--page:var(--bg);--shell:var(--surface);--surface-soft:var(--surface-2);--text:var(--ink);--muted:var(--ink-3);--muted-strong:var(--ink-2);--blue:var(--accent);--green:var(--pos);--amber:var(--warn);--shadow:var(--shadow-md)}*{box-sizing:border-box}html,body{min-height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:PingFang SC,Noto Sans SC,Microsoft YaHei,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px}button,input,select,textarea{font:inherit}button{border:0}.login-shell{background:var(--page);place-items:center;min-height:100vh;padding:20px;display:grid}.login-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:14px}.login-brand{justify-content:center;align-items:center;gap:10px;display:flex}.login-brand img{object-fit:contain;width:38px;height:38px}.login-brand strong{font-size:20px;font-weight:780;display:block}.login-brand span{color:var(--muted)}.login-title{text-align:center;gap:5px;display:grid}.login-title h1{margin:4px 0 0;font-size:20px;line-height:1.25}.login-title p{color:var(--muted);margin:0;font-size:12px}.login-card{gap:15px;width:min(390px,100%);padding:26px;display:grid}.login-submit{width:100%}.login-error{color:var(--red);background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:9px 10px;font-size:12px}.app-shell{background:var(--page);grid-template-columns:238px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--shell);height:100vh;min-height:0;color:var(--muted-strong);flex-direction:column;align-self:start;gap:16px;padding:18px 8px;display:flex;position:sticky;top:0;overflow:hidden}.sidebar.collapsed{gap:12px;padding:18px 8px;overflow-x:hidden}.brand{color:#1f1f22;letter-spacing:0;flex:none;grid-template-columns:30px minmax(0,1fr) 28px;grid-template-areas:"logo name toggle""logo version toggle";align-items:center;gap:3px 8px;padding:0 10px;font-size:22px;font-weight:780;display:grid}.sidebar-toggle{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;grid-area:toggle;justify-content:center;align-items:center;display:inline-flex}.sidebar-toggle:hover{color:var(--text);background:#e8e8e8}.sidebar.collapsed .brand{flex-direction:column;gap:0;min-height:30px;padding:0;display:flex;position:relative}.sidebar.collapsed .brand-name,.sidebar.collapsed .version{display:none}.sidebar.collapsed .sidebar-toggle{width:30px;height:30px;color:var(--text);opacity:0;pointer-events:none;background:#fffffff0;margin-left:0;transition:opacity .12s;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000014}.brand-logo{object-fit:contain;flex:0 0 30px;grid-area:logo;width:30px;height:30px}.brand-name{text-overflow:ellipsis;white-space:nowrap;grid-area:name;min-width:0;line-height:1;overflow:hidden}.version{color:#707070;background:#e5e5e5;border-radius:6px;grid-area:version;align-items:center;width:fit-content;height:22px;padding:0 6px;font-size:11px;font-weight:650;display:inline-flex}.sidebar-nav-scroll{flex:auto;align-content:start;gap:16px;min-height:0;padding-right:2px;display:grid;overflow-y:auto}.sidebar.collapsed .sidebar-nav-scroll{gap:12px;padding-right:0}.nav-group{gap:6px;display:grid}.nav-group.closed{gap:0}.nav-title{color:#171717;text-align:left;cursor:pointer;background:0 0;border-radius:7px;justify-content:space-between;align-items:center;width:100%;min-height:24px;padding:0 14px;font-size:12px;font-weight:760;display:flex}.nav-title:hover{background:#e8e8e8}.nav-chevron{color:#8a8a8a;flex:none;transition:transform .14s}.nav-title.closed .nav-chevron{transform:rotate(-90deg)}.sidebar.collapsed .nav-title{color:#0000;pointer-events:none;cursor:default;background:0 0;justify-content:center;min-height:8px;padding:0}.sidebar.collapsed .nav-title svg,.sidebar.collapsed .nav-title span{display:none}.nav,.nav-branch{gap:4px;display:grid}.nav-parent{color:#4f4f58}.nav-parent .nav-chevron{margin-left:auto}.nav-branch.closed .nav-chevron{transform:rotate(-90deg)}.nav-parent.active-parent{color:var(--text);box-shadow:none;background:#ededed}.nav-subnav{gap:4px;padding-left:18px;display:grid}.nav-child{min-height:34px;padding-left:12px}.nav-item{color:#71717a;text-align:left;cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:10px;width:100%;min-height:36px;padding:0 14px;font-size:13px;font-weight:560;display:flex}.nav-item:hover{background:#ededed}.nav-item.active{background:var(--surface);color:var(--text);box-shadow:0 4px 12px #0000000d}.sidebar.collapsed .nav-item{justify-content:center;gap:0;min-height:38px;padding:0}.sidebar.collapsed .nav-item span{display:none}.sidebar.collapsed .nav-branch,.sidebar.collapsed .nav-subnav{display:contents}.sidebar-account{color:#525252;border-top:1px solid #dedede;flex:none;grid-template-columns:30px minmax(0,1fr) 30px;align-items:center;gap:9px;min-height:48px;padding:10px 8px 0;font-size:12px;font-weight:600;display:grid}.sidebar.collapsed .sidebar-account{grid-template-columns:1fr;justify-items:center;gap:8px;padding:10px 0 0}.sidebar.collapsed .account-meta{display:none}.account-avatar{color:#fff;background:#171717;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:720;display:inline-flex}.account-meta{gap:2px;min-width:0;display:grid}.account-meta strong,.account-meta span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-meta span{color:var(--muted);font-size:11px;font-weight:500}.account-logout{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.account-logout:hover{color:var(--text);background:#e8e8e8}.workspace{min-width:0;padding:0 0 12px}.topbar{justify-content:space-between;align-items:center;gap:12px;height:58px;padding:0 22px;display:flex}.top-links{align-items:center;gap:18px;min-width:0;display:flex;overflow:hidden}.top-links button,.toolbar-icon,.icon-button{color:#777;cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:4px;display:inline-flex}.top-links button{white-space:nowrap;font-size:13px;font-weight:560}.toolbar-icon,.icon-button{border-radius:8px;width:30px;height:30px}.toolbar-icon:hover,.icon-button:hover{background:#e8e8e8}.content-panel{background:var(--surface);min-height:calc(100vh - 58px);box-shadow:var(--shadow);border-radius:14px;margin:0 12px 0 0;padding:30px 40px 48px}.playground-content-panel{padding:0;display:grid}.page-header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.eyebrow{color:var(--muted);margin:0 0 5px;font-size:13px}h1,h2,h3,p{margin-top:0}h1{letter-spacing:0;margin-bottom:6px;font-size:24px;font-weight:760;line-height:1.22}h2{margin-bottom:0;font-size:16px;font-weight:720}.page-desc{max-width:880px;color:var(--muted);margin-bottom:0;font-size:12px;line-height:1.55}.status-line{color:var(--muted);margin:10px 0 0;font-size:12px}.status-line.error{color:var(--red)}.status-line.success{color:#15803d}.divider{background:var(--border);height:1px;margin:20px 0 18px}.metrics{grid-template-columns:repeat(4,minmax(150px,1fr));gap:10px;margin-bottom:14px;display:grid}.metric{border:1px solid var(--border);background:var(--surface);border-radius:8px;min-height:108px;padding:18px}.metric-label{color:#535356;align-items:center;gap:7px;font-size:12px;font-weight:650;display:flex}.metric-value{color:#050505;white-space:nowrap;margin-top:22px;font-size:22px;font-weight:760;line-height:1}.section{background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow:hidden}.section+.section{margin-top:14px}.section-header{border-bottom:1px solid var(--border);align-items:center;min-height:46px;padding:0 16px;display:flex}.two-column{grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;display:grid}.gateway-docs{gap:14px;display:grid}.gateway-hero{border:1px solid var(--border);background:linear-gradient(#fff 0%,#fafafa 100%);border-radius:8px;justify-content:space-between;align-items:flex-start;gap:18px;min-height:154px;padding:22px 24px;display:flex}.gateway-hero h2{color:var(--text);margin:0 0 8px;font-size:24px;font-weight:780;line-height:1.25}.gateway-hero p{max-width:820px;color:var(--muted-strong);margin:0;font-size:14px;line-height:1.7}.gateway-hero code,.gateway-steps code,.gateway-api-note code{border:1px solid var(--border);color:var(--text);background:#f7f7f8;border-radius:6px;padding:1px 5px;font-size:12px}.gateway-hero a{border:1px solid var(--border);min-height:34px;color:var(--text);background:var(--surface);white-space:nowrap;border-radius:8px;align-items:center;gap:7px;padding:0 11px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.gateway-hero a:hover{border-color:var(--border-strong);background:var(--surface-soft)}.gateway-quick-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.gateway-copy-card{border:1px solid var(--border);background:var(--surface);border-radius:8px;grid-template-columns:minmax(0,1fr) 30px;align-content:start;gap:8px;min-width:0;min-height:92px;padding:13px 13px 12px;display:grid}.gateway-copy-card>span{color:var(--muted);grid-column:1/-1;font-size:12px;font-weight:700}.gateway-copy-card strong{min-width:0;color:var(--text);overflow-wrap:anywhere;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:13px;font-weight:760;line-height:1.45}.gateway-copy-card small{color:var(--muted);grid-column:1/-1;font-size:12px}.gateway-copy-card .icon-button{place-self:start end}.gateway-api-split{margin-top:0}.gateway-api-note{border:1px solid var(--border);min-height:68px;color:var(--blue);background:#f8fbff;border-radius:8px;grid-template-columns:18px minmax(0,1fr);gap:10px;margin-bottom:12px;padding:12px;display:grid}.gateway-api-note.admin{color:var(--muted-strong);background:#fbfbfc}.gateway-api-note strong,.gateway-api-note span{display:block}.gateway-api-note strong{color:var(--text);font-size:13px;font-weight:760}.gateway-api-note span{color:var(--muted-strong);margin-top:4px;font-size:12px;line-height:1.55}.gateway-steps{counter-reset:gateway-step;gap:10px;margin:0;padding:0;list-style:none;display:grid}.gateway-steps li{border-bottom:1px solid var(--border);min-height:58px;padding:0 0 10px 34px;position:relative}.gateway-steps li:last-child{border-bottom:0;padding-bottom:0}.gateway-steps li:before{counter-increment:gateway-step;content:counter(gateway-step);color:#fff;background:#111827;border-radius:999px;place-items:center;width:22px;height:22px;font-size:11px;font-weight:760;display:grid;position:absolute;top:1px;left:0}.gateway-steps strong,.gateway-steps span{display:block}.gateway-steps strong{color:var(--text);font-size:13px;font-weight:760}.gateway-steps span{color:var(--muted-strong);margin-top:4px;font-size:12px;line-height:1.55}.gateway-model-list{flex-wrap:wrap;gap:8px;display:flex}.gateway-model-list span{border:1px solid var(--border);background:var(--surface-soft);max-width:100%;min-height:32px;color:var(--text);overflow-wrap:anywhere;border-radius:8px;align-items:center;gap:7px;padding:6px 8px;font-size:12px;font-weight:700;display:inline-flex}.gateway-model-list em{color:var(--muted);white-space:nowrap;font-size:11px;font-style:normal}.gateway-code-block{border:1px solid var(--border);background:#fff;border-radius:8px;position:relative;overflow:hidden}.gateway-code-block .icon-button{background:#ffffffe0;position:absolute;top:10px;right:10px}.gateway-code-block pre{color:#24292f;max-height:360px;margin:0;padding:18px 52px 18px 18px;font-size:12px;line-height:1.62;overflow:auto}.gateway-code-block code{white-space:pre;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.audit-view{gap:12px;display:grid}.audit-tabs{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;align-items:center;gap:3px;width:fit-content;max-width:100%;padding:3px;display:inline-flex;overflow-x:auto}.audit-tab{height:32px;color:var(--muted-strong);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:6px;align-items:center;gap:7px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.audit-tab:hover{color:var(--text);background:#eeeeef}.audit-tab.active{background:var(--surface);color:var(--text);box-shadow:0 1px 4px #0f172a0f}.audit-tab strong{min-width:22px;height:20px;color:var(--muted);background:#e8e8ea;border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:760;display:inline-flex}.audit-tab.active strong{color:#fff;background:#111}.request-history{gap:12px;display:grid}.request-history-toolbar{justify-content:space-between;align-items:center;gap:10px;display:flex}.request-search{border:1px solid var(--border);background:var(--surface-soft);min-width:260px;height:36px;color:var(--muted);border-radius:8px;flex:1;align-items:center;gap:8px;padding:0 10px;display:flex}.request-search input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:12px}.request-filter-tabs{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;align-items:center;gap:3px;min-height:36px;padding:3px;display:flex}.request-filter-tabs button{height:28px;color:var(--muted);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 10px;font-size:12px;font-weight:700}.request-metrics{margin-bottom:0}.request-history-layout{grid-template-columns:minmax(320px,.95fr) minmax(0,1.4fr);align-items:start;gap:12px;display:grid}.request-list-panel,.request-detail-panel{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;min-width:0}.request-list-panel{overflow:hidden}.request-list-head{border-bottom:1px solid var(--border);min-height:42px;color:var(--muted);justify-content:space-between;align-items:center;padding:0 12px;font-size:12px;font-weight:700;display:flex}.request-list-head strong{color:var(--text);font-size:12px}.request-list{max-height:620px;overflow:auto}.request-list-row{border:0;border-bottom:1px solid var(--border);text-align:left;cursor:pointer;background:0 0;grid-template-columns:minmax(0,1fr) auto;gap:7px 10px;width:100%;min-height:76px;padding:10px 12px;display:grid}.request-row-main,.request-row-meta{min-width:0}.request-row-main{gap:3px;display:grid}.request-row-main strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:760;overflow:hidden}.request-row-main span,.request-id-line code,.request-client-agent code{font-family:SFMono-Regular,Consolas,monospace}.request-row-main span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.request-row-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;font-size:11px;display:flex}.request-row-tail{grid-area:1/2/3;align-self:center;align-items:center;gap:8px;display:flex}.request-row-tail>span:last-child{color:var(--muted-strong);font-size:11px;font-weight:700}.request-detail-panel{align-content:start;gap:12px;min-height:620px;padding:14px;display:grid}.request-detail-head{justify-content:space-between;align-items:start;gap:10px;display:flex}.request-detail-head div{gap:4px;min-width:0;display:grid}.request-detail-head span,.request-subsection-title span,.request-client-agent span,.detail-field span,.usage-stat span{color:var(--muted);font-size:11px;font-weight:720}.request-detail-head strong{color:var(--text);overflow-wrap:anywhere;font-size:18px;line-height:1.2}.request-id-line{border:1px dashed var(--border-strong);background:var(--surface);border-radius:8px;grid-template-columns:minmax(0,1fr) 30px;align-items:center;gap:6px;min-width:0;min-height:36px;padding:0 6px 0 10px;display:grid}.request-id-line code{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.request-copy-button{width:28px;height:28px;color:var(--muted-strong);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.request-copy-button:hover{border-color:var(--border);background:var(--surface-soft);color:var(--text)}.request-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.detail-field,.usage-stat{border:1px solid var(--border);background:var(--surface);border-radius:8px;gap:5px;min-width:0;padding:9px 10px;display:grid}.detail-field strong,.usage-stat strong{min-width:0;color:var(--text);overflow-wrap:anywhere;font-size:12px;font-weight:760}.request-error-box{color:var(--red);overflow-wrap:anywhere;background:#fff1f2;border:1px solid #fecaca;border-radius:8px;padding:10px;font-size:12px;font-weight:720}.request-subsection{gap:8px;display:grid}.request-subsection-title{justify-content:space-between;align-items:center;gap:10px;min-height:24px;display:flex}.request-subsection-title strong{color:var(--muted-strong);font-size:11px;font-weight:720}.request-usage-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.payload-grid{grid-template-columns:1fr;gap:8px;display:grid}.payload-block{border:1px solid var(--border);background:var(--surface);border-radius:8px;min-width:0;overflow:hidden}.payload-block-head{border-bottom:1px solid var(--border);min-height:32px;color:var(--muted);justify-content:space-between;align-items:center;gap:10px;padding:0 10px;font-size:11px;font-weight:760;display:flex}.payload-block-head strong{color:var(--amber);background:#fef3c7;border-radius:999px;padding:2px 7px;font-size:10px}.payload-block pre{background:#fbfbfb;max-height:220px;margin:0;padding:10px;overflow:auto}.payload-block code{color:#27272a;white-space:pre;font-family:SFMono-Regular,Consolas,monospace;font-size:11px;line-height:1.55}.attempt-timeline{gap:8px;display:grid}.attempt-row{grid-template-columns:28px minmax(0,1fr);gap:9px;min-width:0;display:grid}.attempt-marker{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:780;display:inline-flex}.attempt-marker.ok{background:var(--green)}.attempt-marker.error{background:var(--red)}.attempt-content{border:1px solid var(--border);background:var(--surface);border-radius:8px;gap:7px;min-width:0;padding:9px 10px;display:grid}.attempt-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.attempt-head strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:760;overflow:hidden}.attempt-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:11px;display:flex}.attempt-meta span{overflow-wrap:anywhere;max-width:100%}.attempt-error{color:var(--red);overflow-wrap:anywhere;margin:0;font-size:11px;line-height:1.5}.request-client-agent{border-top:1px solid var(--border);gap:5px;min-width:0;padding-top:10px;display:grid}.request-client-agent code{color:var(--muted-strong);overflow-wrap:anywhere;font-size:11px;line-height:1.45}.table-toolbar{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.table-toolbar .search-box{flex:260px}.table-toolbar-actions{white-space:nowrap;flex:none;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.reports-center{gap:14px;display:grid}.reports-export-head{justify-content:space-between;align-items:center;gap:12px;min-height:32px;display:flex}.reports-export-head div{align-items:center;gap:9px;display:flex}.reports-export-head h2{color:var(--text);margin:0;font-size:15px;font-weight:760}.reports-export-head span,.report-export-card em{border:1px solid var(--border);background:var(--surface);color:var(--muted-strong);border-radius:999px;padding:2px 7px;font-size:10px;font-style:normal;font-weight:760}.reports-export-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.report-export-card{border:1px solid var(--border);background:var(--surface);min-width:0;min-height:112px;color:var(--text);cursor:pointer;text-align:left;border-radius:8px;grid-template-columns:38px minmax(0,1fr) auto;align-items:flex-start;gap:12px;padding:14px;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid}.report-export-card:hover{border-color:var(--border-strong);transform:translateY(-1px);box-shadow:0 10px 22px #0f172a12}.report-export-card:disabled{cursor:wait;opacity:.7}.report-export-icon{width:38px;height:38px;color:var(--muted-strong);background:#f4f4f5;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.report-export-copy{gap:6px;min-width:0;display:grid}.report-export-copy strong{color:var(--text);font-size:14px;font-weight:780}.report-export-copy span{color:var(--muted);font-size:12px;line-height:1.5}.report-export-card.blue .report-export-icon{color:#2563eb;background:#eff6ff}.report-export-card.green .report-export-icon{color:#059669;background:#ecfdf5}.report-export-card.slate .report-export-icon{color:#475569;background:#f1f5f9}.report-export-card.amber .report-export-icon{color:#b45309;background:#fffbeb}.report-export-card.violet .report-export-icon{color:#7c3aed;background:#f5f3ff}.report-export-card.red .report-export-icon{color:#dc2626;background:#fef2f2}.reports-config-toolbar{justify-content:flex-end;margin-bottom:10px;display:flex}.workflow-hint{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-height:44px;margin-bottom:10px;padding:9px 10px;display:flex}.workflow-hint div:first-child{gap:2px;min-width:0;display:grid}.workflow-hint strong{color:var(--text);font-size:12px;font-weight:720}.workflow-hint span{color:var(--muted);font-size:11px}.workflow-hint-stats{flex:none;align-items:center;gap:6px;display:inline-flex}.workflow-hint-stats span{border:1px solid var(--border);background:var(--surface);color:var(--muted-strong);border-radius:999px;padding:3px 7px;font-weight:650}.provider-monitor-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:8px;margin-bottom:10px;overflow:hidden}.provider-monitor-head{border-bottom:1px solid var(--border);background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 5%, white), var(--surface));justify-content:space-between;align-items:center;gap:16px;min-height:68px;padding:12px 14px;display:flex}.provider-monitor-head h2{color:var(--text);margin:0 0 4px;font-size:16px;font-weight:780;line-height:1.2}.provider-monitor-head span{color:var(--muted);font-size:12px}.provider-monitor-summary{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.provider-monitor-summary span{border:1px solid var(--border);background:var(--surface);min-width:72px;color:var(--muted);border-radius:8px;gap:1px;padding:6px 9px;font-size:11px;display:grid}.provider-monitor-summary strong{color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:16px;line-height:1}.provider-monitor-table-wrap{width:100%;overflow-x:auto}.provider-monitor-table{table-layout:fixed;width:100%;min-width:940px}.provider-monitor-table th:first-child,.provider-monitor-table td:first-child{width:25%}.provider-monitor-table th:nth-child(2),.provider-monitor-table td:nth-child(2){width:12%}.provider-monitor-table th:nth-child(3),.provider-monitor-table td:nth-child(3){width:14%}.provider-monitor-table th:nth-child(4),.provider-monitor-table td:nth-child(4){width:13%}.provider-monitor-table th:nth-child(5),.provider-monitor-table td:nth-child(5),.provider-monitor-table th:nth-child(6),.provider-monitor-table td:nth-child(6),.provider-monitor-table th:nth-child(7),.provider-monitor-table td:nth-child(7){width:8%}.provider-monitor-table th:nth-child(8),.provider-monitor-table td:nth-child(8){width:12%}.provider-monitor-table th{background:var(--surface-soft);height:34px;color:var(--muted)}.provider-monitor-table td{vertical-align:middle;height:58px}.provider-monitor-name{grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;min-width:0;display:grid}.provider-monitor-avatar{color:#fff;background:#10b981;border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:820;display:inline-flex}.provider-monitor-avatar.degraded{background:#f59e0b}.provider-monitor-avatar.down{background:#e11d48}.provider-monitor-name strong{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:780;line-height:1.25;display:block;overflow:hidden}.provider-monitor-name span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;line-height:1.45;display:block;overflow:hidden}.provider-monitor-status-cell{gap:5px;display:grid}.provider-monitor-status{color:#059669;background:#ecfdf5;border-radius:999px;align-items:center;gap:6px;width:fit-content;padding:4px 8px;font-size:12px;font-weight:760;display:inline-flex}.provider-monitor-status.degraded{color:#d97706;background:#fffbeb}.provider-monitor-status.down{color:#e11d48;background:#fff1f2}.provider-monitor-status i,.provider-probe-line i,.provider-monitor-legend i{background:currentColor;border-radius:50%;width:7px;height:7px;display:inline-block}.provider-monitor-status-cell small,.provider-monitor-subtle{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px}.provider-probe-line{color:#059669;white-space:nowrap;align-items:center;gap:6px;min-width:0;font-size:12px;line-height:1.65;display:flex}.provider-probe-line.warn{color:#d97706}.provider-probe-line.down{color:#e11d48}.provider-probe-line.na{color:#9ca3af}.provider-probe-line small{text-overflow:ellipsis;min-width:0;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;overflow:hidden}.provider-monitor-metric{color:var(--text);white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px}.provider-quality-score{gap:6px;min-width:82px;display:grid}.provider-quality-score strong{color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1}.provider-quality-score span{background:var(--surface-3);border-radius:999px;height:4px;overflow:hidden}.provider-quality-score i{border-radius:inherit;background:linear-gradient(90deg,#2563eb,#16a34a);height:100%;display:block}.provider-trend-bars{justify-content:flex-start;align-items:flex-end;gap:1px;min-width:88px;height:26px;display:flex;overflow:hidden}.provider-trend-bars span{background:var(--surface-3);border-radius:2px;flex:0 0 2px;width:2px;min-height:18px}.provider-trend-bars .success{background:#16a34a;min-height:24px}.provider-trend-bars .warning{background:#f59e0b;min-height:20px}.provider-trend-bars .failure{background:#e11d48;min-height:24px}.provider-monitor-legend{border-top:1px solid var(--border);color:var(--muted);flex-wrap:wrap;align-items:center;gap:14px;padding:9px 14px;font-size:11px;display:flex}.provider-monitor-legend span{align-items:center;gap:6px;display:inline-flex}.provider-monitor-legend .success{color:#16a34a}.provider-monitor-legend .warning{color:#f59e0b}.provider-monitor-legend .failure{color:#e11d48}.provider-monitor-legend em{color:var(--muted);margin-left:auto;font-style:normal}.settings-view{gap:12px;display:grid}.language-card{border:1px solid var(--border);background:var(--surface);border-radius:8px;justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.language-card strong{color:var(--text);font-size:14px;font-weight:760;display:block}.language-card span,.language-card small{color:var(--muted);font-size:12px}.language-card-control{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.language-switcher{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;align-items:center;gap:3px;width:fit-content;max-width:100%;padding:3px;display:inline-flex}.language-switcher button{height:26px;color:var(--muted-strong);cursor:pointer;white-space:nowrap;border-radius:6px;padding:0 10px;font-size:12px;font-weight:680}.language-switcher button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 4px #0f172a0f}.login-language-switcher{margin-bottom:2px}.settings-tabs{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;align-items:center;gap:3px;width:fit-content;max-width:100%;padding:3px;display:inline-flex;overflow-x:auto}.settings-tab{height:28px;color:var(--muted-strong);cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;padding:0 11px;font-size:12px;font-weight:650}.settings-tab:hover{color:var(--text);background:#eeeeef}.settings-tab.active{background:var(--surface);color:var(--text);box-shadow:0 1px 4px #0f172a0f}.search-box{border:1px solid var(--border);min-width:240px;height:32px;color:var(--muted);background:var(--surface-soft);border-radius:8px;align-items:center;gap:7px;padding:0 9px;display:flex}.search-box input{width:100%;color:var(--text);background:0 0;border:0;outline:0}.button{color:#fff;cursor:pointer;white-space:nowrap;background:#111;border-radius:8px;justify-content:center;align-items:center;gap:7px;height:32px;padding:0 11px;font-size:12px;font-weight:650;display:inline-flex}.button.compact{width:32px;padding:0}.button:disabled{cursor:wait;opacity:.65}.secondary-button{border:1px solid var(--border);background:var(--surface);height:32px;color:var(--text);cursor:pointer;border-radius:8px;padding:0 11px;font-size:12px;font-weight:650}.compact-action{white-space:nowrap;justify-content:center;align-items:center;gap:7px;display:inline-flex}.text-button{color:#303035;cursor:pointer;background:#f4f4f5;border-radius:7px;height:26px;padding:0 7px;font-size:12px;font-weight:650}.danger-button{width:26px;height:26px;color:var(--red);cursor:pointer;background:#fee4e2;border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.row-actions{align-items:center;gap:6px;display:flex}.resource-detail-layout{display:block}.resource-detail-layout.with-panel{grid-template-columns:minmax(0,1fr) minmax(320px,420px);align-items:start;gap:14px;display:grid}.resource-table-pane{min-width:0}.team-members-panel,.project-quota-panel{border:1px solid var(--border);background:var(--surface);border-radius:8px;min-width:0;max-height:min(720px,100vh - 220px);overflow:auto}.team-members-head,.project-quota-head{border-bottom:1px solid var(--border);z-index:1;background:var(--surface);justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:10px 12px;display:flex;position:sticky;top:0}.team-members-head div,.project-quota-head div{gap:2px;min-width:0;display:grid}.team-members-head span,.project-quota-head span{color:var(--muted);font-size:12px;font-weight:700}.team-members-head strong,.project-quota-head strong{color:var(--text);overflow-wrap:anywhere;font-size:14px;font-weight:760}.team-members-panel .table-wrap{border:0}.project-quota-body{gap:12px;padding:12px;display:grid}.project-panel-section-head{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.project-panel-section-head div{gap:2px;min-width:0;display:grid}.project-panel-section-head strong{color:var(--text);font-size:13px;font-weight:780}.project-panel-section-head span{color:var(--muted);font-size:11px}.compact-button{min-height:32px;padding:0 10px}.project-member-list{border:1px solid var(--border);background:var(--surface);border-radius:8px;overflow:hidden}.project-member-row{border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;padding:10px;display:grid}.project-member-row:last-child{border-bottom:0}.project-member-user{align-items:center;gap:9px;min-width:0;display:flex}.project-member-avatar{border:1px solid var(--border);width:30px;height:30px;color:var(--accent);background:var(--surface-soft);border-radius:999px;flex:0 0 30px;place-items:center;display:inline-grid}.project-member-user div{gap:2px;min-width:0;display:grid}.project-member-user strong{color:var(--text);overflow-wrap:anywhere;font-size:13px;font-weight:760}.project-member-user span{color:var(--muted);overflow-wrap:anywhere;font-size:11px}.project-member-meta{color:var(--muted-strong);flex-wrap:wrap;align-items:center;gap:6px;font-size:11px;display:flex}.project-member-meta>span{border:1px solid var(--border);background:var(--surface-soft);border-radius:999px;align-items:center;min-height:22px;padding:3px 8px;display:inline-flex}.project-member-actions{justify-content:flex-end;align-items:center;gap:6px;display:flex}.quota-status-row{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;justify-content:space-between;align-items:flex-start;gap:10px;padding:10px;display:flex}.quota-status-row div{gap:4px;min-width:0;display:grid}.quota-status-row strong{color:var(--text);font-size:13px;font-weight:760}.quota-status-row span{color:var(--muted);font-size:11px;line-height:1.45}.quota-request-banner{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:10px;padding:10px;display:flex}.quota-request-banner div{gap:4px;min-width:0;display:grid}.quota-request-banner strong{color:var(--text);font-size:13px;font-weight:760}.quota-request-banner span{color:var(--muted-strong);font-size:11px;line-height:1.45}.project-quota-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.project-quota-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.table-wrap{width:100%;overflow:auto}table{border-collapse:collapse;width:100%;min-width:680px;font-size:12px}th,td{text-align:left;border-bottom:1px solid var(--border);vertical-align:middle;padding:8px}th{color:#86868b;text-transform:uppercase;font-size:11px;font-weight:700}td{color:#37373a;overflow-wrap:anywhere;max-width:280px}tr.clickable-row{cursor:pointer}.muted-inline{color:var(--muted);font-size:12px}.model-name-cell{gap:3px;min-width:150px;display:grid}.model-name-cell strong{color:var(--text);font-size:12px;font-weight:720}.model-name-cell span{color:var(--muted);font-size:11px}.route-provider-list{flex-wrap:wrap;align-items:center;gap:6px;min-width:260px;display:flex}.route-provider-chip{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;grid-template-columns:8px auto auto;align-items:center;gap:1px 6px;max-width:280px;min-height:28px;padding:4px 7px;display:grid}.route-provider-chip strong,.route-provider-chip em,.route-provider-chip small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.route-provider-chip strong{color:var(--text);font-size:11px;font-style:normal;font-weight:720}.route-provider-chip em{color:var(--muted-strong);font-size:11px;font-style:normal}.route-provider-chip small{color:var(--muted);grid-column:2/4;font-size:10px}.route-dot{background:var(--border-strong);border-radius:50%;width:7px;height:7px}.route-dot.ok{background:var(--green)}.route-overflow{color:var(--muted);font-size:11px;font-weight:650}td:last-child,th:last-child{white-space:nowrap;min-width:92px}.pill{white-space:nowrap;min-width:58px;height:22px;color:var(--muted);background:#f0f0f0;border-radius:999px;justify-content:center;align-items:center;padding:0 8px;font-size:11px;font-weight:680;display:inline-flex}.pill.ok{color:#15803d;background:#dcfce7}.pill.warn{color:var(--amber);background:#fef3c7}.pill.error{color:var(--red);background:#fee4e2}.status-switch{min-width:82px;height:28px;color:var(--muted-strong);cursor:pointer;background:#f4f4f5;border:1px solid #d7d7db;border-radius:999px;align-items:center;gap:7px;padding:2px 8px 2px 3px;font-size:12px;font-weight:720;display:inline-flex}.status-switch:hover{border-color:var(--border-strong);background:#eeeeef}.status-switch.active{color:#15803d;background:#ecfdf3;border-color:#bbf7d0}.status-switch-track{background:#c8c8cc;border-radius:999px;flex:none;align-items:center;width:34px;height:20px;padding:2px;display:inline-flex}.status-switch-thumb{background:#fff;border-radius:999px;width:16px;height:16px;transition:transform .14s;box-shadow:0 1px 3px #0000002e}.status-switch.active .status-switch-thumb{transform:translate(14px)}.status-switch strong{min-width:24px;font-size:12px;font-weight:760}.secret{overflow-wrap:anywhere;border:1px dashed var(--border-strong);background:var(--surface-soft);border-radius:8px;width:100%;margin-bottom:10px;padding:8px;font-family:SFMono-Regular,Consolas,monospace;font-size:11px}.empty{color:var(--muted);padding:12px 0}.category-tabs{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;align-items:center;gap:4px;min-height:38px;margin-bottom:10px;padding:4px;display:flex;overflow-x:auto}.category-tab{height:28px;color:var(--muted-strong);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:7px;align-items:center;gap:7px;padding:0 9px;font-size:12px;font-weight:650;display:inline-flex}.category-tab em{min-width:20px;height:20px;color:var(--muted);background:#e8e8ea;border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-style:normal;display:inline-flex}.category-tab:hover,.category-tab.active{background:var(--surface);color:var(--text)}.category-tab.active em{color:var(--blue);background:#dbeafe}.model-catalog{grid-template-columns:176px minmax(0,1fr);align-items:start;gap:18px;display:grid}.model-catalog-table-mode{grid-template-columns:minmax(0,1fr)}.model-category-strip{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:8px;grid-template-columns:130px minmax(0,1fr);align-items:center;gap:12px;padding:10px 12px;display:grid}.model-category-strip-head{gap:2px;min-width:0;display:grid}.model-category-strip-head strong{color:var(--text);font-size:12px;font-weight:760}.model-category-strip-head span{color:var(--muted);font-size:11px}.model-category-tabs{gap:8px;min-width:0;padding-bottom:1px;display:flex;overflow-x:auto}.model-category-tab{border:1px solid var(--border);min-width:132px;min-height:32px;color:var(--text);cursor:pointer;text-align:left;background:#fbfbfb;border-radius:7px;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:7px;padding:4px 7px;display:grid}.model-category-tab:hover,.model-category-tab.active{background:var(--surface);border-color:#111}.model-category-tab .model-brand-icon{background:#fff;border:1px solid #d7dee8;border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex;overflow:hidden}.model-category-tab .model-brand-icon img{object-fit:contain;width:14px;height:14px;display:block}.model-category-tab .model-brand-icon svg{width:13px;height:13px}.model-category-tab strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:680;overflow:hidden}.model-category-tab em{color:var(--muted);font-size:11px;font-style:normal;font-weight:650}.route-matrix{grid-template-columns:176px minmax(0,1fr);align-items:start;gap:18px;display:grid}.model-catalog-sidebar{border:1px solid var(--border);background:var(--surface);border-radius:8px;padding:12px;box-shadow:0 10px 28px #0f172a0f}.model-catalog-sidebar-head{gap:2px;min-height:36px;margin-bottom:8px;display:grid}.model-catalog-sidebar-head strong{color:var(--text);font-size:12px;font-weight:760}.model-catalog-sidebar-head span{color:var(--muted);font-size:11px}.model-provider-list{gap:6px;max-height:calc(100vh - 250px);display:grid;overflow:auto}.model-provider-filter{border:1px solid var(--border);min-height:32px;color:var(--text);cursor:pointer;text-align:left;background:#fbfbfb;border-radius:7px;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:7px;padding:4px 7px;display:grid}.model-provider-filter:hover,.model-provider-filter.active{background:var(--surface);border-color:#111}.model-provider-icon{color:#111;background:#eeeeef;border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:800;display:inline-flex}.model-provider-filter strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:680;overflow:hidden}.model-provider-filter em{color:var(--muted);font-size:11px;font-style:normal;font-weight:650}.model-catalog-main{gap:12px;min-width:0;display:grid}.model-filterbar{justify-content:space-between;align-items:center;gap:12px;min-height:42px;display:flex}.model-capability-tabs{flex-wrap:wrap;gap:7px;min-width:0;display:flex}.model-capability-tab{border:1px solid var(--border);background:var(--surface);height:32px;color:var(--muted-strong);cursor:pointer;white-space:nowrap;border-radius:7px;align-items:center;gap:7px;padding:0 10px;font-size:12px;font-weight:680;display:inline-flex}.model-capability-tab em{color:var(--muted);font-size:11px;font-style:normal}.model-capability-tab:hover,.model-capability-tab.active{color:var(--text);border-color:#111}.model-catalog-actions{flex:none;align-items:center;gap:8px;display:flex}.model-search{width:220px}.model-catalog-summary{min-height:28px;color:var(--muted);align-items:center;gap:6px;font-size:12px;display:flex}.model-catalog-summary span{color:var(--text);font-weight:720}.model-catalog-summary strong{color:var(--blue);font-size:13px}.model-catalog-summary em{font-style:normal}.model-card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}.model-card{border:1px solid var(--border);background:var(--surface);border-radius:8px;gap:11px;min-width:0;min-height:248px;padding:14px;display:grid}.model-card:hover{border-color:#c2c8d0;box-shadow:0 10px 24px #0f172a0f}.model-card.unrouted:hover{border-color:color-mix(in srgb, var(--warn) 46%, var(--border));box-shadow:inset 3px 0 0 var(--warn), 0 10px 24px #0f172a0f}.model-card-head,.model-card-actions{justify-content:space-between;align-items:center;gap:8px;display:flex}.model-card-brand{align-items:center;gap:8px;min-width:0;display:flex}.model-card-brand>span{color:#fff;background:#111;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;font-weight:900;display:inline-flex}.model-card-brand div{align-items:center;gap:5px;min-width:0;display:flex}.model-card-brand em,.model-card-brand strong,.model-card-tags span{min-height:22px;color:var(--muted-strong);background:#f4f4f5;border-radius:5px;align-items:center;padding:4px 6px;font-size:11px;font-style:normal;font-weight:680;display:inline-flex}.model-card-brand strong{color:var(--blue);background:#eef6ff}.model-card h2{border-bottom:1px dashed var(--border);min-height:26px;color:var(--text);overflow-wrap:anywhere;margin:0;padding-bottom:8px;font-size:16px;font-weight:760;line-height:1.25}.model-card-tags{flex-wrap:wrap;align-items:center;gap:5px;min-height:24px;display:flex}.model-card-tags .official{color:var(--blue);background:#eef6ff}.model-card-tags .third{color:#d45113;background:#fff4ed}.model-availability-note,.model-availability{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px}.model-availability-note{color:var(--muted-strong);align-items:flex-start;gap:8px;padding:9px 10px;font-size:12px;line-height:1.55;display:flex}.model-availability-note svg{color:var(--accent);flex:none;margin-top:1px}.model-availability{gap:4px;padding:9px 10px;display:grid}.model-availability strong{color:var(--text);font-size:12px;font-weight:780}.model-availability span{color:var(--muted);font-size:11px;line-height:1.45}.model-availability.ready{border-color:color-mix(in srgb, var(--pos) 26%, var(--border));background:var(--pos-weak)}.model-availability.ready strong{color:var(--pos)}.model-availability.warning{border-color:color-mix(in srgb, var(--warn) 30%, var(--border));background:var(--warn-weak)}.model-availability.warning strong{color:var(--warn)}.model-availability.blocked{border-color:color-mix(in srgb, var(--red) 24%, var(--border));background:color-mix(in srgb, var(--red) 7%, var(--surface))}.model-availability.blocked strong{color:var(--red)}.model-availability.restricted{border-color:color-mix(in srgb, var(--accent) 24%, var(--border));background:var(--accent-weak)}.model-availability.restricted strong{color:var(--accent)}.model-card-pricing{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;display:grid}.model-metric{gap:2px;min-width:0;display:grid}.model-metric strong{color:var(--blue);font-size:12px;font-weight:780}.model-metric.muted strong{color:var(--muted)}.model-metric span{color:var(--muted);font-size:11px}.model-card-routes{min-height:32px}.model-card-actions{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:flex-start;padding-top:9px}.model-catalog-empty{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;padding:24px}.model-price-table-wrap{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:8px;overflow-x:auto}.model-price-table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;min-width:960px}.model-price-table.admin{min-width:960px}.model-price-table th{border-bottom:1px solid var(--border);background:var(--surface-soft);height:42px;color:var(--muted);text-align:left;white-space:nowrap;padding:0 12px;font-size:12px;font-weight:760}.model-sort-button{width:100%;min-height:28px;color:inherit;cursor:pointer;font-weight:inherit;text-align:left;white-space:nowrap;background:0 0;border-radius:6px;justify-content:flex-start;align-items:center;gap:4px;padding:0;display:inline-flex}.model-sort-button:hover,.model-sort-button.active{color:var(--text)}.model-sort-icon{color:var(--ink-4);opacity:.58;flex:none;transition:transform .15s,color .15s,opacity .15s}.model-sort-button.active .model-sort-icon{color:var(--accent);opacity:1}.model-sort-button.active.asc .model-sort-icon{transform:rotate(180deg)}.model-price-table td{border-bottom:1px solid var(--border);vertical-align:middle;height:72px;padding:10px 12px}.model-price-table tbody tr:last-child td{border-bottom:0}.model-price-table tbody tr:hover{background:color-mix(in srgb, var(--accent) 3%, transparent)}.model-price-table tbody tr.unrouted{background:color-mix(in srgb, var(--warn) 6%, var(--surface))}.model-price-table th:first-child,.model-price-table td:first-child{width:22%}.model-price-table th:nth-child(2),.model-price-table td:nth-child(2){width:7%}.model-price-table th:nth-child(3),.model-price-table td:nth-child(3),.model-price-table th:nth-child(4),.model-price-table td:nth-child(4),.model-price-table th:nth-child(5),.model-price-table td:nth-child(5),.model-price-table th:nth-child(6),.model-price-table td:nth-child(6){width:8%}.model-price-table th:nth-child(7),.model-price-table td:nth-child(7){width:10%}.model-price-table th:nth-child(8),.model-price-table td:nth-child(8){width:12%}.model-price-table th:nth-child(9),.model-price-table td:nth-child(9){width:8%}.model-price-table.admin th:nth-child(10),.model-price-table.admin td:nth-child(10){width:11%}.model-price-name{grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;min-width:0;display:grid}.model-price-name .model-brand-icon{background:#fff;border:1px solid #d7dee8;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.model-price-name .model-brand-icon img{object-fit:contain;width:21px;height:21px;display:block}.model-brand-icon.fallback{background:var(--surface-soft);color:var(--muted-strong)}.model-price-name strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:780;line-height:1.25;display:block;overflow:hidden}.model-price-name>div>span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.45;display:block;overflow:hidden}.model-type-badge,.model-source-pill{border:1px solid var(--border);background:var(--surface-soft);width:fit-content;color:var(--muted-strong);white-space:nowrap;border-radius:7px;align-items:center;padding:3px 8px;font-size:12px;font-weight:760;display:inline-flex}.model-type-badge.low{color:#059669;background:#ecfdf5;border-color:#bbf7d0}.model-type-badge.balanced{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.model-type-badge.reasoning{color:#7c3aed;background:#faf5ff;border-color:#e9d5ff}.model-type-badge.code,.model-type-badge.media{color:#0284c7;background:#f0f9ff;border-color:#bae6fd}.model-type-badge.flagship{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.model-price-number,.model-monthly-cost,.model-context-cell strong,.model-price-index strong{color:var(--text);white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;font-weight:780}.model-price-number.output{color:#c45a12}.model-price-number.muted{color:var(--muted)}.model-context-cell{gap:2px;display:grid}.model-context-cell span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.model-price-index{grid-template-columns:minmax(44px,1fr) auto;align-items:center;gap:6px;min-width:0;display:grid}.model-price-index>span{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;height:26px;overflow:hidden}.model-price-index i{border-radius:inherit;background:linear-gradient(90deg,#d8f3dc,#dbeafe);height:100%;display:block}.model-source-cell{gap:5px;display:grid}.model-source-pill.official{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.model-source-pill.third{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.model-source-pill.missing{border-color:var(--border);background:var(--surface-soft);color:var(--muted)}.model-source-cell small{color:var(--muted);white-space:nowrap;font-size:11px}.model-row-actions{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.route-model-list{gap:12px;display:grid}.route-model-card{border:1px solid var(--border);background:var(--surface);border-radius:8px;gap:12px;min-width:0;padding:14px;display:grid}.route-model-card:hover{border-color:#c2c8d0;box-shadow:0 10px 24px #0f172a0f}.route-model-head{justify-content:space-between;align-items:flex-start;gap:14px;min-width:0;display:flex}.route-model-head>div:first-child{gap:8px;min-width:0;display:grid}.route-model-head h2{color:var(--text);overflow-wrap:anywhere;margin:0;font-size:16px;font-weight:760;line-height:1.25}.model-card-brand.compact>span{border-radius:7px;width:24px;height:24px;font-size:15px}.route-model-stats{flex:none;justify-items:end;gap:5px;display:grid}.route-model-stats span:last-child{color:var(--muted);font-size:11px;font-weight:650}.route-order-list{gap:7px;display:grid}.route-provider-row{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;grid-template-columns:26px 30px minmax(150px,1fr) minmax(170px,1.15fr) auto auto;align-items:center;gap:9px;min-height:58px;padding:8px;display:grid}.route-provider-row.dragging{opacity:.52;border-style:dashed}.route-provider-row:hover{background:#fbfbfb;border-color:#c2c8d0}.route-drag-handle{width:26px;height:32px;color:var(--muted);cursor:grab;border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.route-drag-handle:disabled{cursor:wait;opacity:.55}.route-order-badge{color:#fff;background:#111;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:inline-flex}.route-provider-main,.route-upstream-model{gap:3px;min-width:0;display:grid}.route-provider-main strong,.route-upstream-model strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:730;overflow:hidden}.route-provider-main span,.route-upstream-model span{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.route-row-actions{justify-content:flex-end;align-items:center;gap:6px;display:inline-flex}.route-empty{border:1px dashed var(--border);background:var(--surface-soft);border-radius:8px;padding:14px}.pagination{border-top:1px solid var(--border);min-height:42px;color:var(--muted);justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding-top:10px;font-size:12px;display:flex}.pagination-controls{align-items:center;gap:12px;display:flex}.page-size{align-items:center;gap:7px;display:inline-flex}.page-size select{border:1px solid var(--border);background:var(--surface);height:30px;color:var(--text);border-radius:7px;padding:0 8px}.page-buttons{align-items:center;gap:4px;display:inline-flex}.page-buttons button{border:1px solid var(--border);background:var(--surface);width:28px;height:28px;color:var(--muted-strong);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.page-buttons button:disabled{cursor:default;opacity:.42}.page-buttons span{text-align:center;min-width:54px;color:var(--muted-strong);font-weight:650}.overview-report{gap:20px;display:grid}.overview-report-head{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.overview-report-head h1{margin-bottom:6px}.overview-workbench{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:16px;gap:14px;padding:18px;display:grid}.overview-workbench-main{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px;display:grid}.overview-workbench-main h2{color:var(--ink);letter-spacing:0;margin:0 0 7px;font-size:18px;font-weight:760;line-height:1.25}.overview-workbench-main p{max-width:720px;color:var(--ink-2);margin:0;font-size:13px;line-height:1.65}.overview-readiness{border:1px solid var(--border);background:var(--surface-2);border-radius:12px;gap:3px;min-width:128px;padding:10px 12px;display:grid}.overview-workbench-controls{grid-template-columns:minmax(0,1fr) 32px;align-items:start;gap:8px;display:grid}.workbench-dismiss{width:32px;height:32px;color:var(--ink-3)}.overview-readiness span,.overview-readiness small{color:var(--ink-3);font-size:11.5px;font-weight:650}.overview-readiness strong{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:24px;line-height:1.1}.overview-primary-action{border:1px solid color-mix(in srgb, var(--accent) 22%, var(--border));background:color-mix(in srgb, var(--accent) 5%, var(--surface));border-radius:14px;justify-content:space-between;align-items:center;gap:14px;padding:12px 13px;display:flex}.overview-primary-action>div{gap:4px;min-width:0;display:grid}.overview-primary-action strong{color:var(--ink);font-size:14px;font-weight:760}.overview-primary-action small{color:var(--ink-2);font-size:12px;line-height:1.45}.overview-workbench-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.overview-workbench-item{border:1px solid var(--border);text-align:left;background:var(--surface-2);cursor:pointer;border-radius:14px;grid-template-columns:34px minmax(0,1fr);gap:10px;min-width:0;min-height:112px;padding:12px;display:grid}.overview-workbench-item:hover{border-color:var(--border-strong);background:var(--surface);box-shadow:var(--shadow-sm)}.workbench-icon{background:var(--surface);width:34px;height:34px;color:var(--ink-2);border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.workbench-icon.ready{background:color-mix(in srgb, var(--pos) 11%, var(--surface));color:var(--pos)}.workbench-icon.attention{background:color-mix(in srgb, var(--warn) 13%, var(--surface));color:var(--warn)}.workbench-icon.next{background:color-mix(in srgb, var(--accent) 10%, var(--surface));color:var(--accent)}.workbench-item-body{gap:5px;min-width:0;display:grid}.workbench-item-body strong{color:var(--ink);font-size:13.5px;font-weight:760;line-height:1.25}.workbench-item-body small{color:var(--ink-2);font-size:12px;line-height:1.45}.workbench-status{width:fit-content;min-height:21px;color:var(--ink-2);background:var(--surface);border-radius:999px;align-items:center;padding:3px 8px;font-size:11px;font-weight:760;line-height:1;display:inline-flex}.workbench-status.ready{background:color-mix(in srgb, var(--pos) 10%, var(--surface));color:var(--pos)}.workbench-status.attention{background:color-mix(in srgb, var(--warn) 12%, var(--surface));color:var(--warn)}.workbench-status.next{background:color-mix(in srgb, var(--accent) 10%, var(--surface));color:var(--accent)}.overview-range-tabs,.overview-metric-tabs{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:14px;align-items:center;gap:4px;padding:4px;display:inline-flex}.overview-range-tabs{flex:none}.overview-range-tabs button,.overview-metric-tabs button{height:34px;color:var(--ink-2);cursor:pointer;white-space:nowrap;background:0 0;border-radius:10px;padding:0 15px;font-size:13px;font-weight:650}.overview-range-tabs button.active,.overview-metric-tabs button.active{background:var(--accent-weak);color:var(--accent);box-shadow:var(--shadow-sm)}.overview-metrics{margin-bottom:4px}.overview-metric-card{align-content:start;gap:14px;min-height:138px;display:grid}.overview-card-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.overview-card-head>span{background:var(--pos-weak);min-height:24px;color:var(--pos);white-space:nowrap;border-radius:8px;align-items:center;padding:4px 8px;font-size:11.5px;font-weight:760;display:inline-flex}.overview-metric-card .metric-value{margin-top:0;font-size:29px}.overview-sparkline{width:100%;height:32px;margin-top:auto;display:block}.overview-sparkline path{fill:none;stroke:var(--accent);stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round}.overview-health-caption{min-height:32px;color:var(--ink-2);align-items:center;gap:8px;margin-top:auto;font-size:12.5px;display:flex}.overview-health-caption span{background:var(--pos);border-radius:50%;width:8px;height:8px}.overview-report-grid{grid-template-columns:minmax(0,1.55fr) minmax(330px,.95fr);align-items:stretch;gap:16px;display:grid}.overview-side-stack{gap:16px;min-width:0;display:grid}.overview-panel{border:1px solid var(--border);background:var(--surface);min-width:0;box-shadow:var(--shadow-sm);border-radius:16px}.overview-trend-panel{grid-template-rows:auto minmax(0,1fr);gap:14px;min-height:432px;padding:22px 22px 16px;display:grid}.overview-panel-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.overview-panel h2,.overview-panel-head h2{color:var(--ink);margin:0;font-size:16px;font-weight:720}.overview-panel-head p{align-items:baseline;gap:10px;margin:12px 0 0;display:flex}.overview-panel-head p strong{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:28px;line-height:1}.overview-panel-head p span{color:var(--pos);font-size:13px;font-weight:760}.overview-panel-head p em{color:var(--ink-3);font-size:12.5px;font-style:normal}.overview-metric-tabs{background:var(--surface-3)}.overview-chart-wrap{min-width:0;overflow:hidden}.overview-chart{width:100%;height:100%;min-height:300px;display:block}.overview-chart line{stroke:var(--chart-grid);stroke-width:1px}.overview-chart text{fill:var(--ink-3);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px}.overview-chart-area{fill:url(#overviewArea)}.overview-chart-line{fill:none;stroke:var(--accent);stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round}.overview-axis-label{text-anchor:middle}.overview-share-panel,.overview-top-panel{min-height:190px;padding:20px}.overview-share-content{grid-template-columns:142px minmax(0,1fr);align-items:center;gap:24px;margin-top:22px;display:grid}.overview-donut{aspect-ratio:1;border-radius:50%;place-items:center;width:126px;display:grid;position:relative}.overview-donut:after{content:"";background:var(--surface);border-radius:50%;position:absolute;inset:22px}.overview-donut div{z-index:1;justify-items:center;gap:4px;display:grid;position:relative}.overview-donut strong{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:19px;line-height:1}.overview-donut span{color:var(--ink-3);font-size:10px}.overview-share-list{gap:13px;display:grid}.overview-share-row{color:var(--ink-2);grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:10px;font-size:13px;display:grid}.overview-share-row strong{color:var(--ink);font-weight:760}.overview-share-dot{background:var(--accent);border-radius:3px;width:9px;height:9px}.overview-share-dot.color-1{background:var(--accent-2)}.overview-share-dot.color-2{background:var(--ink-4)}.overview-top-list{gap:14px;margin-top:22px;display:grid}.overview-top-row{gap:7px;display:grid}.overview-top-row>div{color:var(--ink-2);justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}.overview-top-row em{color:var(--ink-3);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-style:normal}.overview-progress{background:var(--surface-3);border-radius:999px;height:7px;overflow:hidden}.overview-progress span{border-radius:inherit;background:var(--accent);height:100%;display:block}.role-usage-overview{gap:16px}.usage-monitor-dashboard{gap:14px;display:grid}.usage-monitor-status{border:1px solid var(--border);background:linear-gradient(120deg, color-mix(in srgb, var(--accent) 9%, transparent), transparent 48%), var(--surface);min-height:76px;box-shadow:var(--shadow-sm);border-radius:16px;justify-content:space-between;align-items:center;gap:18px;padding:14px 16px;display:flex}.usage-monitor-title{align-items:center;gap:12px;min-width:0;display:flex}.usage-monitor-title h1{color:var(--ink);margin:0 0 4px;font-size:22px;font-weight:780;line-height:1.15}.usage-monitor-title span:not(.usage-monitor-dot){color:var(--ink-3);font-size:12px}.usage-monitor-dot{width:11px;height:11px;box-shadow:0 0 0 5px color-mix(in srgb, var(--pos) 12%, transparent);border-radius:50%;flex:none}.usage-monitor-dot.ok{background:var(--pos)}.usage-monitor-dot.warn{background:var(--warn);box-shadow:0 0 0 5px color-mix(in srgb, var(--warn) 14%, transparent)}.usage-monitor-dot.bad{background:var(--danger);box-shadow:0 0 0 5px color-mix(in srgb, var(--danger) 13%, transparent)}.usage-monitor-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.usage-monitor-kpis{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.usage-monitor-kpi{border:1px solid var(--border);background:var(--surface);min-width:0;min-height:124px;box-shadow:var(--shadow-sm);border-radius:16px;grid-template-columns:38px minmax(0,1fr);gap:11px;padding:14px;display:grid;position:relative;overflow:hidden}.usage-monitor-kpi:after{content:"";opacity:.08;border:8px solid;border-radius:50%;width:92px;height:92px;position:absolute;bottom:-38px;right:-28px}.usage-monitor-kpi-icon{background:var(--surface-2);border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.usage-monitor-kpi.blue{color:var(--accent)}.usage-monitor-kpi.green{color:var(--pos)}.usage-monitor-kpi.red{color:var(--danger)}.usage-monitor-kpi.amber{color:var(--warn)}.usage-monitor-kpi.purple{color:#7c3aed}.usage-monitor-kpi div{gap:7px;min-width:0;display:grid}.usage-monitor-kpi div>span{color:var(--ink-3);font-size:12px;font-weight:680}.usage-monitor-kpi strong{color:var(--ink);overflow-wrap:normal;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:clamp(22px,1.72vw,27px);font-weight:780;line-height:1}.usage-monitor-kpi small{color:var(--ink-3);font-size:11.5px;line-height:1.35}.usage-monitor-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,1.28fr) minmax(260px,.72fr);align-items:stretch;gap:12px;display:grid}.usage-monitor-bottom-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(300px,.86fr);gap:12px;display:grid}.usage-monitor-panel{border:1px solid var(--border);background:var(--surface);min-width:0;box-shadow:var(--shadow-sm);border-radius:16px;padding:16px}.usage-monitor-panel.traffic,.usage-monitor-panel.health,.usage-monitor-panel.token-mix{min-height:286px}.usage-monitor-panel.health{flex-direction:column;display:flex}.usage-monitor-panel-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px;display:flex}.usage-monitor-panel-head.compact{margin-bottom:14px}.usage-monitor-panel-head h2{color:var(--ink);margin:0 0 5px;font-size:15px;font-weight:760;line-height:1.25}.usage-monitor-panel-head span{color:var(--ink-3);font-size:12px}.usage-monitor-legend,.usage-health-legend{color:var(--ink-3);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;font-size:11.5px;display:inline-flex}.usage-monitor-legend span,.usage-health-legend span{white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.usage-monitor-legend i,.usage-health-legend i,.token-mix-row i{background:var(--accent);border-radius:3px;width:8px;height:8px;display:inline-block}.usage-monitor-legend .tokens,.token-mix-row .output{background:var(--pos)}.token-mix-row .input{background:var(--accent)}.usage-traffic-chart{min-width:0;overflow:hidden}.usage-traffic-chart svg{width:100%;min-height:210px;display:block}.usage-traffic-grid line{stroke:var(--chart-grid)}.usage-traffic-bar{fill:color-mix(in srgb, var(--pos) 72%, white)}.usage-traffic-line{fill:none;stroke:var(--accent);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.usage-traffic-chart text{fill:var(--ink-3);text-anchor:middle;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px}.health-rate{background:var(--pos-weak);color:var(--pos);border-radius:9px;padding:5px 9px;font-size:13px;font-weight:780}.health-rate.warn{background:var(--warn-weak);color:var(--warn)}.usage-health-timeline{flex:1;grid-template-rows:minmax(132px,1fr) auto;justify-items:stretch;gap:12px;min-height:0;padding-top:4px;display:grid}.usage-health-grid{flex-direction:column;justify-content:space-between;gap:3px;width:100%;height:100%;display:flex}.usage-health-row{justify-content:space-between;align-items:center;gap:3px;min-width:0;display:flex}.usage-health-cell{aspect-ratio:1;border:1px solid var(--border);background:var(--surface-3);border-radius:2px;flex:6px;min-width:0;max-width:6px}.usage-health-cell.success,.usage-health-legend .success{border-color:color-mix(in srgb, var(--pos) 24%, var(--border));background:var(--pos)}.usage-health-cell.warning,.usage-health-legend .warning{border-color:color-mix(in srgb, var(--warn) 28%, var(--border));background:var(--warn)}.usage-health-cell.failure,.usage-health-legend .failure{border-color:color-mix(in srgb, var(--danger) 26%, var(--border));background:var(--danger)}.usage-health-legend .none{background:var(--surface-3)}.token-mix-list{gap:16px;display:grid}.token-mix-total{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:12px;padding-bottom:12px;display:flex}.token-mix-total span{color:var(--ink-3);font-size:12px}.token-mix-total strong{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:24px}.token-mix-row{gap:8px;display:grid}.token-mix-row>div{color:var(--ink-2);justify-content:space-between;align-items:center;gap:10px;font-size:12px;display:flex}.token-mix-row span{align-items:center;gap:6px;display:inline-flex}.token-mix-row strong{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px}.token-mix-row em{color:var(--ink-3);font-style:normal}.token-mix-bar,.usage-rank-progress{background:var(--surface-3);border-radius:999px;height:7px;overflow:hidden}.token-mix-bar span,.usage-rank-progress span{border-radius:inherit;background:var(--accent);height:100%;display:block}.token-mix-bar .output{background:var(--pos)}.usage-rank-list,.usage-failure-list{gap:11px;display:grid}.usage-rank-row{grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.usage-rank-index{background:var(--accent-weak);width:24px;height:24px;color:var(--accent);border-radius:7px;justify-content:center;align-items:center;font-size:12px;font-weight:780;display:inline-flex}.usage-rank-row>div{gap:5px;min-width:0;display:grid}.usage-rank-row strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--ink);font-size:13px;font-weight:760;overflow:hidden}.usage-rank-row small{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--ink-3);font-size:11.5px;overflow:hidden}.usage-rank-row em{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12.5px;font-style:normal;font-weight:760}.usage-failure-row{border:1px solid var(--border);background:var(--surface-2);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:10px;display:flex}.usage-failure-row div{gap:4px;min-width:0;display:grid}.usage-failure-row strong{color:var(--danger);font-size:12px;font-weight:760}.usage-failure-row span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--ink-3);font-size:11.5px;overflow:hidden}.usage-failure-row em{color:var(--ink-2);white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;font-style:normal}@media (max-width:1180px){.usage-monitor-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.usage-monitor-grid,.usage-monitor-bottom-grid{grid-template-columns:1fr 1fr}.usage-monitor-panel.token-mix,.usage-monitor-panel.failures{grid-column:1/-1}}@media (max-width:980px){.usage-monitor-status{flex-direction:column;align-items:stretch}.usage-monitor-actions{justify-content:flex-start}.usage-monitor-kpis,.usage-monitor-grid,.usage-monitor-bottom-grid{grid-template-columns:1fr}.usage-monitor-panel.token-mix,.usage-monitor-panel.failures{grid-column:auto}}@media (max-width:640px){.usage-monitor-status,.usage-monitor-panel{padding:14px}.usage-monitor-title{align-items:flex-start}.usage-monitor-kpi{min-height:108px}.usage-monitor-panel.traffic,.usage-monitor-panel.health,.usage-monitor-panel.token-mix{min-height:0}.usage-rank-row{grid-template-columns:24px minmax(0,1fr)}.usage-rank-row em{grid-column:2}}.executive-report{gap:14px;margin-bottom:16px;display:grid}.executive-report-head{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.executive-report-head h2{color:var(--ink);margin:0 0 5px;font-size:22px;font-weight:760;line-height:1.2}.executive-report-head span,.executive-panel-head span{color:var(--ink-3);font-size:12.5px}.executive-report-tools{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.executive-report-tools span{border:1px solid var(--border);background:var(--surface-2);min-height:30px;color:var(--ink-2);white-space:nowrap;border-radius:9px;align-items:center;padding:6px 10px;font-size:12px;font-weight:650;display:inline-flex}.executive-report-tools span:first-child{background:var(--accent-weak);color:var(--accent)}.executive-report-tools.subtle span:first-child{background:var(--surface-2);color:var(--ink-2)}.executive-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.executive-kpi,.executive-panel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:16px}.executive-kpi{align-content:start;gap:8px;min-height:108px;padding:16px 18px;display:grid}.executive-kpi span{color:var(--ink-2);font-size:12.5px;font-weight:650}.executive-kpi strong{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:28px;line-height:1}.executive-kpi small{color:var(--ink-3);font-size:12px;line-height:1.45}.executive-grid{grid-template-columns:minmax(0,1.55fr) minmax(320px,.9fr);align-items:stretch;gap:14px;display:grid}.executive-panel{min-width:0;overflow:hidden}.executive-chart-panel,.executive-department-panel,.executive-member-panel{padding:18px}.executive-panel-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.executive-panel-head.compact{margin-bottom:12px}.executive-panel-head h3{color:var(--ink);margin:0 0 5px;font-size:15px;font-weight:740}.executive-legend{color:var(--ink-2);white-space:nowrap;align-items:center;gap:12px;font-size:12px;display:inline-flex}.executive-legend span{align-items:center;gap:6px;display:inline-flex}.executive-legend i{border-radius:3px;width:10px;height:10px;display:inline-block}.executive-legend .input{background:var(--accent)}.executive-legend .output{background:var(--accent-2)}.executive-chart-wrap{min-width:0;overflow:hidden}.executive-chart{width:100%;min-height:300px;display:block}.executive-chart line{stroke:var(--chart-grid)}.executive-chart text{fill:var(--ink-3);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px}.executive-bar-bg{fill:var(--surface-3)}.executive-bar-input{fill:var(--accent)}.executive-bar-output{fill:var(--accent-2)}.executive-bar-value{text-anchor:middle;fill:var(--ink-2);font-weight:700}.executive-bar-label{text-anchor:middle;fill:var(--ink-2);font-weight:650}.executive-rank-list{gap:10px;display:grid}.executive-rank-row{grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.executive-rank-index,.executive-rank-badge{background:var(--accent-weak);min-width:26px;height:26px;color:var(--accent);border-radius:8px;justify-content:center;align-items:center;font-size:12px;font-weight:760;display:inline-flex}.executive-rank-row div{gap:4px;min-width:0;display:grid}.executive-rank-row strong{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.executive-rank-row small{color:var(--ink-3);font-size:11.5px}.executive-rank-row em{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;font-style:normal;font-weight:760}.executive-progress{background:var(--surface-3);border-radius:999px;height:6px;overflow:hidden}.executive-progress span{border-radius:inherit;background:var(--accent);height:100%;display:block}.executive-table-wrap{overflow:auto}.executive-rank-table{min-width:980px}.executive-rank-table th{background:var(--surface-2)}.executive-rank-table td{height:48px}.executive-rank-table td:nth-child(n+4),.executive-rank-table th:nth-child(n+4){text-align:right}.executive-rank-table td strong{color:var(--ink);font-weight:760}.executive-rank-table td small{color:var(--ink-3);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10.5px;display:block;overflow:hidden}.flow-list{gap:8px;display:grid}.overview-playground-card{width:100%;min-height:58px;color:var(--text);text-align:left;cursor:pointer;background:#f8fbff;border:1px solid #cfd6e2;border-radius:8px;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:10px;margin-bottom:10px;padding:10px;display:grid}.overview-playground-card:hover{background:#f4f8ff;border-color:#9bb5da}.overview-playground-card strong{font-size:13px;font-weight:740;display:block}.overview-playground-card small{color:var(--muted);margin-top:3px;font-size:12px;display:block}.overview-playground-icon{color:#fff;background:#111;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.overview-announcements{border:1px solid var(--border);background:var(--surface);border-radius:8px;margin-top:14px;overflow:hidden}.overview-announcements-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:0 14px 0 16px;display:flex}.overview-announcements-head div{align-items:center;gap:8px;min-width:0;display:flex}.overview-announcements-head strong{color:var(--text);font-size:14px;font-weight:760}.overview-announcements-head span{color:var(--muted);font-size:12px;font-weight:650}.overview-announcement-list{gap:10px;padding:12px;display:grid}.overview-announcement{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;min-height:62px;padding:11px 12px;display:grid}.overview-announcement.popup{background:#eff6ff;border-color:#bfdbfe}.overview-announcement strong{color:var(--text);font-size:13px;font-weight:760}.overview-announcement p{color:var(--muted-strong);margin:5px 0 0;font-size:12px;line-height:1.55}.overview-announcement>span{border:1px solid var(--border);background:var(--surface);min-height:24px;color:var(--muted-strong);white-space:nowrap;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:760}.flow-row{border:1px solid var(--border);background:var(--surface-soft);width:100%;min-height:56px;color:var(--text);text-align:left;cursor:pointer;border-radius:8px;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;padding:10px;display:grid}.flow-row strong{font-size:13px;display:block}.flow-row small{color:var(--muted);margin-top:3px;font-size:12px;line-height:1.45;display:block}.step-no{color:#fff;background:#111;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-weight:800;display:inline-flex}.chart-wrap{width:100%;padding-top:4px;overflow-x:auto}.legend{color:#343434;align-items:center;gap:8px;height:28px;font-size:12px;font-weight:600;display:flex}.legend-dot{background:var(--blue);width:9px;height:9px}.chart{width:100%;min-width:900px;height:300px}.chart line{stroke:#e9edf2;stroke-dasharray:4 5}.chart text{fill:#9a9ba0;font-size:11px;font-weight:560}.chart rect{fill:var(--blue)}.modal-backdrop{z-index:20;background:#18181b47;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border-radius:12px;width:min(720px,100%);max-height:calc(100vh - 44px);overflow:auto;box-shadow:0 20px 60px #00000038}.provider-modal{width:min(1080px,100%)}.provider-wizard-modal{width:min(980px,100%)}.identity-provider-modal{width:min(900px,100%)}.user-import-modal{width:min(760px,100%)}.api-key-wizard-modal{width:min(980px,100%)}.playground-modal{width:min(880px,100%);overflow:hidden}.playground-page{background:var(--surface);border:0;border-radius:14px;min-height:calc(100vh - 58px);overflow:hidden}.confirm-modal{background:var(--surface);border-radius:12px;width:min(420px,100%);padding:18px;box-shadow:0 20px 60px #00000038}.modal-header.slim{min-height:60px}.confirm-modal p{color:var(--muted);margin:8px 0 14px;line-height:1.55}.issued-key-modal{gap:14px;width:min(560px,100%);padding:18px;display:grid}.issued-key-modal h2{margin:0}.issued-key-modal p{margin:8px 0 0}.issued-key-icon{background:var(--accent-weak);width:38px;height:38px;color:var(--accent);border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.issued-key-field{border:1px solid var(--border);background:var(--surface-soft);border-radius:12px;gap:8px;min-width:0;padding:10px;display:grid}.issued-key-field span{color:var(--muted);font-size:11px;font-weight:720}.issued-key-field textarea{resize:vertical;background:var(--surface);width:100%;min-height:74px;color:var(--text);border:0;border-radius:8px;padding:10px;font-family:SFMono-Regular,Consolas,monospace;font-size:12px;line-height:1.6}.issued-key-modal .modal-actions{min-height:0;margin:0 -18px -18px}.issued-key-modal .secondary-button{align-items:center;gap:7px;display:inline-flex}.danger-confirm{background:var(--red);color:#fff;cursor:pointer;border-radius:8px;height:32px;padding:0 11px;font-size:12px;font-weight:650}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;gap:16px;min-height:64px;padding:14px 18px;display:flex}.modal-body{grid-template-columns:1fr 1fr;gap:12px;padding:16px 18px;display:grid}.user-import-body{grid-template-columns:1fr}.user-import-textarea{min-height:180px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;line-height:1.55}.user-import-example{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;gap:7px;padding:10px 11px;display:grid}.user-import-example strong{color:var(--text);font-size:12px}.user-import-example code{color:var(--muted-strong);overflow-wrap:anywhere;font-size:12px}.user-import-example span{color:var(--muted);font-size:11px;line-height:1.5}.wizard-stepper{border-bottom:1px solid var(--border);grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:12px 18px;display:grid}.wizard-step{border:1px solid var(--border);background:var(--surface-soft);min-width:0;min-height:42px;color:var(--muted-strong);cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:7px 9px;display:flex}.wizard-step:disabled{cursor:default;opacity:.72}.wizard-step span{background:var(--surface);width:24px;height:24px;color:var(--muted);border-radius:8px;flex:none;justify-content:center;align-items:center;display:inline-flex}.wizard-step strong{white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12px;font-weight:720;overflow:hidden}.wizard-step.active{border-color:color-mix(in srgb, var(--accent) 38%, var(--border));background:var(--accent-weak);color:var(--accent)}.wizard-step.active span,.wizard-step.done span{background:var(--accent);color:var(--accent-ink)}.api-key-wizard-body{padding:16px 18px}.wizard-panel{align-content:start;gap:14px;min-height:360px;display:grid}.wizard-panel-head{gap:5px;display:grid}.wizard-panel-head h3{color:var(--text);margin:0;font-size:16px;font-weight:780}.wizard-panel-head p{max-width:720px;color:var(--muted);margin:0;font-size:12px;line-height:1.55}.wizard-project-grid,.wizard-choice-row,.wizard-review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.wizard-project-card,.wizard-choice,.wizard-review-item{border:1px solid var(--border);background:var(--surface);border-radius:10px;gap:7px;min-width:0;padding:12px;display:grid}.wizard-project-card,.wizard-choice{text-align:left;color:var(--text);cursor:pointer}.wizard-project-card:hover,.wizard-project-card.active,.wizard-choice:hover,.wizard-choice.active{border-color:color-mix(in srgb, var(--accent) 38%, var(--border));background:var(--accent-weak)}.wizard-project-card.active,.wizard-choice.active{box-shadow:inset 3px 0 0 var(--accent)}.wizard-project-card strong,.wizard-choice strong,.wizard-review-item strong{min-width:0;color:var(--text);overflow-wrap:anywhere;font-size:13px;font-weight:760}.wizard-project-card span,.wizard-choice span,.wizard-review-item span{color:var(--muted);font-size:11px;line-height:1.45}.wizard-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.wizard-form-grid .field{margin-bottom:0}.wizard-model-list{border:1px solid var(--border);background:var(--surface-soft);border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:280px;padding:8px;display:grid;overflow:auto}.wizard-model-option{border:1px solid var(--border);background:var(--surface);border-radius:8px;align-items:flex-start;gap:9px;min-width:0;padding:9px;display:flex}.wizard-model-option input{margin-top:2px}.wizard-model-option span{gap:3px;min-width:0;display:grid}.wizard-model-option strong{color:var(--text);overflow-wrap:anywhere;font-size:12px}.wizard-model-option em{color:var(--muted);font-size:11px;font-style:normal}.wizard-empty{text-align:center;place-items:center;min-height:140px;display:grid}.wizard-actions{gap:8px}.provider-modal-body{grid-template-columns:260px minmax(0,1fr);gap:14px;min-height:560px;padding:16px 18px;display:grid}.provider-modal-body.provider-wizard-single{grid-template-columns:1fr}.identity-provider-body{gap:14px;padding:16px 18px;display:grid}.identity-provider-section,.identity-provider-advanced,.identity-provider-template-panel{border:1px solid var(--border);background:var(--surface-soft);border-radius:12px;padding:14px}.identity-provider-section-head{justify-content:space-between;align-items:baseline;gap:14px;margin-bottom:12px;display:flex}.identity-provider-section-head h3{color:var(--text);letter-spacing:0;margin:0;font-size:14px;font-weight:780}.identity-provider-section-head span,.identity-provider-advanced summary span{color:var(--muted);font-size:12px;line-height:1.45}.identity-provider-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.identity-provider-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.identity-template-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.identity-template-card{border:1px solid var(--border);text-align:left;background:var(--surface);min-width:0;min-height:120px;color:var(--text);cursor:pointer;border-radius:10px;align-content:start;gap:7px;padding:11px;display:grid}.identity-template-card:hover,.identity-template-card.active{border-color:color-mix(in srgb, var(--accent) 42%, var(--border));background:color-mix(in srgb, var(--accent) 6%, var(--surface))}.identity-template-card.active{box-shadow:inset 3px 0 0 var(--accent)}.identity-template-card strong,.identity-template-card em,.identity-template-card small{min-width:0}.identity-template-card strong{color:var(--text);font-size:13px;font-weight:760}.identity-template-card em{color:var(--accent);font-size:11px;font-style:normal;font-weight:720}.identity-template-card small{color:var(--muted);font-size:11px;line-height:1.45}.identity-template-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.identity-provider-modal .field{margin-bottom:0}.identity-provider-modal .field small{margin-top:-2px}.identity-provider-advanced{padding:0;overflow:hidden}.identity-provider-advanced summary{cursor:pointer;justify-content:space-between;align-items:center;gap:14px;min-height:48px;padding:0 14px;list-style:none;display:flex}.identity-provider-advanced summary::-webkit-details-marker{display:none}.identity-provider-advanced summary strong{color:var(--text);font-size:14px;font-weight:780}.identity-provider-advanced[open] summary{border-bottom:1px solid var(--border)}.identity-provider-advanced .identity-provider-grid{padding:14px}.playground-shell{background:#fff;grid-template-columns:300px minmax(0,1fr);height:calc(100vh - 58px);min-height:620px;display:grid}.playground-config{border-right:1px solid var(--border);background:#fbfbfc;grid-template-rows:auto minmax(0,1fr);min-width:0;display:grid}.playground-model-select{border-bottom:1px solid var(--border);align-items:center;min-height:58px;padding:12px 16px;display:flex}.playground-model-select select,.playground-field select{width:100%;height:38px;color:var(--text);background:#fff;border:1px solid #d9d9dd;border-radius:7px;padding:0 11px;font-size:13px;font-weight:650}.playground-config-body{align-content:start;gap:12px;min-height:0;padding:16px;display:grid;overflow:auto}.playground-config-body h2{color:var(--text);margin:0 0 2px;font-size:16px;font-weight:780}.playground-field{gap:7px;display:grid}.playground-field span,.playground-slider span{color:#55565b;font-size:12px;font-weight:660}.playground-field textarea{resize:vertical;width:100%;min-height:52px;color:var(--text);background:#fff;border:1px solid #dedee2;border-radius:7px;padding:10px 11px;font-size:13px;line-height:1.45}.playground-slider{gap:6px;display:grid}.playground-slider>div{grid-template-columns:minmax(0,1fr) 76px;align-items:center;gap:8px;display:grid}.playground-slider input[type=number]{width:76px;height:30px;color:var(--text);background:#fff;border:1px solid #dedee2;border-radius:7px;padding:0 9px;font-size:12px;font-weight:650}.playground-slider input[type=range]{accent-color:#1473e6;width:100%;height:18px}.playground-functions{gap:9px;margin-top:2px;display:grid}.playground-functions strong{color:var(--text);font-size:14px;font-weight:760}.playground-main{background:#fff;grid-template-rows:auto auto auto auto auto minmax(0,1fr) auto;min-width:0;height:100%;min-height:0;display:grid;overflow:hidden}.playground-model-bar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;min-height:58px;padding:10px 14px 10px 18px;display:flex}.playground-model-title{gap:3px;min-width:0;display:grid}.playground-copy-model{width:fit-content;max-width:100%;color:var(--text);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;display:inline-flex}.playground-copy-model strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;font-weight:760;overflow:hidden}.playground-copy-model svg{color:var(--muted);flex:none}.playground-model-title>span{color:#5d5e64;white-space:nowrap;align-items:center;gap:7px;min-width:0;font-size:12px;display:flex;overflow:hidden}.playground-model-title em{background:#d5d5d9;flex:none;width:1px;height:12px}.playground-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.playground-actions .secondary-button{justify-content:center;align-items:center;gap:8px;min-width:116px;height:38px;padding:0 14px;line-height:1;display:inline-flex}.playground-actions .secondary-button svg{stroke-width:2.3px;flex:0 0 16px;width:16px;height:16px;display:block}.secondary-button.active{color:#135fbd;background:#eff6ff;border-color:#b9d4ff}.playground-detail-strip{border-bottom:1px solid var(--border);background:#fbfbfc;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:10px 18px;display:grid}.playground-code-drawer{border-bottom:1px solid var(--border);background:#fff;max-height:360px;overflow:auto}.playground-code-drawer .api-example-panel{border:0;border-radius:0}.playground-route{border-bottom:1px solid var(--border);background:#fafafa;align-items:center;gap:8px;min-height:36px;padding:8px 18px;display:flex}.playground-route span{color:var(--text);font-size:12px;font-weight:730}.playground-route em{color:var(--muted-strong);font-size:12px;font-style:normal}.playground-route small,.playground-foot{color:var(--muted);font-size:11px}.playground-error{margin:8px 18px 0}.playground-chat{background:#fff;flex-direction:column;grid-row:6;gap:12px;min-height:0;padding:18px;display:flex;overflow:auto}.playground-empty{color:#67686e;text-align:center;align-content:center;place-items:center;gap:8px;min-height:100%;display:grid}.playground-empty svg{color:#33343a}.playground-empty strong{color:var(--text);font-size:17px;font-weight:780}.playground-empty span{font-size:13px}.playground-message{gap:5px;width:min(76%,720px);display:grid}.playground-message span{color:var(--muted);font-size:11px;font-weight:700}.playground-message p{border:1px solid var(--border);color:var(--text);white-space:pre-wrap;overflow-wrap:anywhere;background:#fbfbfc;border-radius:8px;margin:0;padding:10px 12px;font-size:13px;line-height:1.58}.playground-message.user{align-self:flex-end}.playground-message.user span{text-align:right}.playground-message.user p{background:#f4f8ff;border-color:#cfe0f8}.playground-composer{background:#fff;border:1px solid #dedee2;border-radius:8px;grid-row:7;grid-template-rows:minmax(44px,1fr) auto;gap:8px;min-height:104px;margin:0 18px 18px;padding:10px;display:grid}.playground-composer textarea{resize:vertical;width:100%;min-height:44px;max-height:120px;color:var(--text);background:0 0;border:0;outline:0;padding:0;font-size:13px;line-height:1.5}.playground-composer-actions{grid-template-columns:auto minmax(0,1fr) 38px;align-items:end;gap:10px;display:grid}.playground-send-button{color:#fff;cursor:pointer;background:#777a80;border-radius:8px;place-items:center;width:38px;height:38px;display:grid}.playground-send-button:disabled{cursor:not-allowed;opacity:.45}.playground-foot{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}.api-example-panel{border:1px solid var(--border);background:var(--surface);border-radius:8px;overflow:hidden}.api-example-header{border-bottom:1px solid var(--border);background:#fbfbfc;justify-content:space-between;align-items:center;gap:10px;min-height:54px;padding:10px 12px;display:flex}.api-example-header strong{color:var(--text);font-size:13px;font-weight:760;display:block}.api-example-header span{color:var(--muted);margin-top:3px;font-size:12px;display:block}.icon-button.subtle{color:var(--muted-strong);background:0 0;border-color:#0000}.icon-button.subtle:hover{border-color:var(--border);background:var(--surface);color:var(--text)}.api-example-tabs{border-bottom:1px solid var(--border);background:#f3f3f4;gap:4px;min-height:44px;padding:7px 12px;display:flex;overflow-x:auto}.api-example-tab{min-width:74px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 12px;font-size:12px;font-weight:720}.api-example-tab:hover,.api-example-tab.active{background:var(--surface);color:var(--text)}.api-example-meta{border-bottom:1px solid var(--border);min-height:42px;color:var(--muted-strong);background:#f8f8f9;align-items:center;gap:8px;padding:8px 12px;font-size:12px;display:flex}.api-example-meta span{border:1px solid var(--border);background:var(--surface);min-height:26px;color:var(--text);border-radius:7px;align-items:center;padding:5px 10px;font-weight:720;display:inline-flex}.api-example-meta em{color:var(--muted);font-style:normal}.api-code-block{color:#24292f;tab-size:2;background:#fff;max-height:420px;margin:0;padding:16px 18px;font-size:12px;line-height:1.62;overflow:auto}.api-code-block code{white-space:pre;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.provider-catalog-pane,.provider-config-pane{min-width:0}.provider-wizard-stepper{grid-template-columns:repeat(4,minmax(0,1fr))}.provider-wizard-panel{gap:12px;margin-bottom:12px;display:grid}.provider-access-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.provider-access-card{border:1px solid var(--border);background:var(--surface);min-height:184px;color:var(--text);text-align:left;cursor:pointer;border-radius:10px;align-content:start;gap:9px;padding:14px;display:grid}.provider-access-card:hover,.provider-access-card.active{border-color:color-mix(in srgb, var(--accent) 42%, var(--border));background:var(--accent-weak)}.provider-access-card.active{box-shadow:inset 3px 0 0 var(--accent)}.provider-access-card>span{background:var(--surface-soft);width:32px;height:32px;color:var(--accent);border-radius:9px;justify-content:center;align-items:center;display:inline-flex}.provider-access-card strong{color:var(--text);font-size:14px;font-weight:780}.provider-access-card em,.provider-access-card small,.provider-account-channel-note span{color:var(--muted);font-size:12px;font-style:normal;line-height:1.5}.provider-access-card small{border-top:1px solid var(--border);margin-top:2px;padding-top:8px}.provider-account-channel-note{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;gap:4px;padding:10px 11px;display:grid}.provider-account-channel-note strong{color:var(--text);font-size:12px;font-weight:740}.provider-create-review{grid-template-columns:repeat(4,minmax(0,1fr))}.provider-catalog-head,.provider-model-head{min-height:32px;color:var(--text);justify-content:space-between;align-items:center;gap:10px;display:flex}.provider-catalog-head strong,.provider-model-head strong{font-size:13px;font-weight:720}.provider-catalog-head span,.provider-model-head span,.provider-import-hint{color:var(--muted);font-size:11px}.provider-template-search{border:1px solid var(--border);background:var(--surface-soft);height:30px;color:var(--muted);border-radius:8px;align-items:center;gap:6px;margin:4px 0 8px;padding:0 8px;display:flex}.provider-template-search input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:12px}.provider-catalog-list{gap:5px;max-height:528px;padding-right:3px;display:grid;overflow:auto}.provider-catalog-list.compact{max-height:288px}.provider-category-list{gap:5px;max-height:184px;padding-right:3px;display:grid;overflow:auto}.provider-category-item{border:1px solid var(--border);background:var(--surface);width:100%;min-height:38px;color:var(--text);text-align:left;cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:7px 9px;display:flex}.provider-category-item:hover,.provider-category-item.active{border-color:var(--border-strong);background:var(--surface-soft)}.provider-category-item strong{font-size:12px;font-weight:720}.provider-category-item span{color:var(--muted);white-space:nowrap;font-size:11px}.provider-catalog-subhead{margin-top:12px}.provider-selected-summary{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;align-items:center;gap:8px;min-height:44px;margin-bottom:12px;padding:8px 10px;display:flex}.provider-selected-summary strong{color:var(--blue);background:#dbeafe;border-radius:999px;padding:3px 7px;font-size:11px;font-weight:760}.provider-selected-summary span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);font-size:13px;font-weight:720;overflow:hidden}.provider-selected-summary em{color:var(--muted);white-space:nowrap;margin-left:auto;font-size:11px;font-style:normal}.compact-empty{padding:10px 4px;font-size:12px}.catalog-item{border:1px solid var(--border);background:var(--surface);width:100%;min-height:48px;color:var(--text);text-align:left;cursor:pointer;border-radius:8px;gap:3px;padding:8px 9px;display:grid}.catalog-item:hover,.catalog-item.active{border-color:var(--border-strong);background:var(--surface-soft)}.catalog-item strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.catalog-item span{color:var(--muted);font-size:11px}.custom-provider-button{background:var(--surface);width:100%;min-height:54px;color:var(--text);cursor:pointer;text-align:left;border:1px dashed #b9b9bd;border-radius:8px;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:2px 8px;margin-bottom:8px;padding:9px 10px;display:grid}.custom-provider-button:hover,.custom-provider-button.active{border-color:var(--blue);background:#f4f8ff}.custom-provider-button svg{color:var(--blue);grid-row:span 2}.custom-provider-button span{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:730;overflow:hidden}.custom-provider-button em{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:11px;font-style:normal;overflow:hidden}.provider-form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.provider-credential-panel{border:1px solid var(--border);background:var(--surface);border-radius:8px;margin-bottom:12px;padding:10px}.provider-credential-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.provider-credential-head>div,.provider-account-inline-head{gap:3px;min-width:0;display:grid}.provider-credential-head strong,.provider-account-inline-head strong{color:var(--text);font-size:12px;font-weight:740}.provider-credential-head span,.provider-account-inline-head span,.provider-credential-note{color:var(--muted-strong);font-size:11px;line-height:1.45}.provider-credential-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.provider-credential-option{border:1px solid var(--border);background:var(--surface-soft);min-height:82px;color:var(--text);text-align:left;cursor:pointer;border-radius:8px;grid-template-columns:18px minmax(0,1fr);align-items:flex-start;gap:8px;padding:10px;display:grid}.provider-credential-option:hover,.provider-credential-option.active{border-color:var(--blue);background:#f4f8ff}.provider-credential-option svg{color:var(--blue);margin-top:1px}.provider-credential-option span{gap:4px;min-width:0;display:grid}.provider-credential-option strong{color:var(--text);font-size:12px;font-weight:740}.provider-credential-option em{color:var(--muted);font-size:11px;font-style:normal;line-height:1.4}.provider-account-inline{border-top:1px solid var(--border);margin-top:10px;padding-top:10px}.provider-account-auth-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:10px;display:grid}.provider-account-auth-wide{grid-column:1/-1}.field-action-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.field-action-row .secondary-button{white-space:nowrap;min-height:38px}.provider-account-auth-actions{grid-column:1/-1;justify-content:space-between;align-items:center;gap:12px;display:flex}.provider-account-token-status{border:1px solid var(--border);background:var(--surface-soft);min-width:0;color:var(--muted-strong);border-radius:8px;flex-wrap:wrap;align-items:center;gap:7px;padding:8px 10px;font-size:12px;line-height:1.35;display:flex}.provider-account-token-status.ready{border-color:color-mix(in srgb, var(--pos) 28%, var(--border));background:var(--pos-weak);color:var(--pos)}.provider-account-token-status span{font-weight:720}.provider-account-token-status em{background:var(--surface);color:var(--text);border-radius:999px;padding:2px 7px;font-size:11px;font-style:normal}.provider-account-runtime{border-top:1px solid var(--border);margin-top:12px;padding-top:12px}.provider-account-fields{grid-template-columns:1fr 1fr;gap:12px;margin-top:10px;display:grid}.provider-account-fields.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.provider-direct-key-fields{border-top:1px solid var(--border);margin-top:10px;padding-top:10px}.provider-account-fields .field[data-field-key=id_token]{grid-column:1/-1}.provider-credential-note{margin:10px 0 0}.provider-account-advanced{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;margin-top:12px;padding:10px}.provider-account-advanced summary{cursor:pointer;color:var(--text);font-size:12px;font-weight:730}.provider-account-advanced p{color:var(--muted-strong);margin:8px 0 0;font-size:11px;line-height:1.45}.provider-import-options{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-height:52px;margin:12px 0;padding:9px 10px;display:flex}.provider-import-options>div:first-child{gap:3px;min-width:0;display:grid}.provider-import-options strong{color:var(--text);font-size:12px;font-weight:730}.provider-import-options span{color:var(--muted-strong);font-size:11px;line-height:1.45}.model-option input{flex:none;width:14px;height:14px}.multi-select-field{grid-column:1/-1}.multi-select-tools{grid-template-columns:minmax(0,1fr) auto auto;gap:8px;display:grid}.multi-select-tools input{min-width:0}.multi-select-list{border:1px solid var(--border);background:var(--surface);border-radius:8px;max-height:260px;overflow:auto}.multi-select-option{border-bottom:1px solid var(--border);cursor:pointer;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:9px;min-height:38px;padding:8px 10px;display:grid}.multi-select-option:last-child{border-bottom:0}.multi-select-option:hover{background:var(--surface-soft)}.multi-select-option input{width:14px;height:14px}.multi-select-option span{min-width:0;color:var(--text);overflow-wrap:anywhere;font-size:12px;font-weight:650;line-height:1.35}.provider-route-toggle{flex:none}.provider-model-tools{justify-content:flex-end;align-items:center;gap:8px;min-width:min(390px,58%);display:flex}.provider-model-tools input{border:1px solid var(--border);background:var(--surface);width:min(260px,50%);height:30px;color:var(--text);border-radius:8px;padding:0 9px;font-size:12px}.provider-model-tools .secondary-button{height:30px}.provider-model-list{border:1px solid var(--border);border-radius:8px;max-height:340px;overflow:auto}.model-option{border-bottom:1px solid var(--border);cursor:pointer;grid-template-columns:16px minmax(0,1fr);gap:9px;min-height:76px;padding:9px 10px;display:grid}.model-option:last-child{border-bottom:0}.model-option:hover{background:var(--surface-soft)}.model-option strong,.model-option span,.model-option small{display:block}.model-option strong{font-size:12px;font-weight:720}.model-option span{color:var(--muted-strong);margin-top:2px;font-family:SFMono-Regular,Consolas,monospace;font-size:11px}.model-option small{color:var(--muted);margin-top:4px;font-size:11px}.capability-row{flex-wrap:wrap;gap:4px;margin-top:6px;display:flex}.capability-row em{color:#57575c;background:#f0f0f0;border-radius:999px;min-height:20px;padding:3px 6px;font-size:10px;font-style:normal;font-weight:680}.provider-import-hint{margin:8px 0 0}.field{gap:6px;display:grid}.field span{color:var(--muted);font-size:11px;font-weight:680}.field small{color:var(--muted);font-size:11px;line-height:1.45}.field input,.field select,.field textarea{border:1px solid var(--border);width:100%;min-height:32px;color:var(--text);background:var(--surface);border-radius:8px;padding:0 9px;font-size:12px}.field textarea{resize:vertical;min-height:84px;padding:9px}.boolean-toggle{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;grid-template-columns:1fr 1fr;gap:3px;width:fit-content;min-height:32px;padding:3px;display:inline-grid}.boolean-toggle button{min-width:56px;height:24px;color:var(--muted-strong);cursor:pointer;border-radius:6px;padding:0 10px;font-size:12px;font-weight:680}.boolean-toggle button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #00000014}.boolean-toggle button:disabled{cursor:not-allowed;opacity:.6}.modal-actions{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:8px;min-height:54px;padding:11px 18px;display:flex}@media (max-width:1440px){.app-shell{grid-template-columns:220px minmax(0,1fr)}.app-shell.sidebar-collapsed{grid-template-columns:68px minmax(0,1fr)}.top-links{display:none}.content-panel{padding:26px 30px 42px}.playground-content-panel{padding:0}.gateway-quick-grid,.reports-export-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.login-shell{padding:14px}.login-card{width:100%}.app-shell{grid-template-columns:1fr}.sidebar{display:none}.workspace{padding:0 12px}.topbar{flex-wrap:wrap;align-items:center;height:auto;padding:12px 0}.content-panel{margin:0;padding:20px 16px 28px}.playground-content-panel{padding:0}.gateway-hero{flex-direction:column;padding:18px}.gateway-quick-grid,.resource-detail-layout.with-panel{grid-template-columns:1fr}.team-members-panel,.project-quota-panel{max-height:none}.project-quota-grid,.metrics,.two-column,.modal-body,.identity-provider-grid,.identity-provider-grid.compact,.identity-template-grid,.identity-template-summary,.wizard-stepper,.wizard-project-grid,.wizard-choice-row,.wizard-form-grid,.wizard-model-list,.wizard-review-grid,.provider-modal-body,.provider-form-grid,.provider-access-options,.provider-credential-options,.provider-account-auth-grid,.provider-account-fields,.playground-shell,.playground-detail-strip,.model-catalog,.route-matrix,.request-history-layout,.reports-export-grid{grid-template-columns:1fr}.request-history-toolbar{flex-direction:column;align-items:stretch}.request-search{width:100%;min-width:0}.request-filter-tabs{overflow-x:auto}.request-detail-panel{min-height:0}.playground-shell{height:auto;min-height:0}.playground-config{border-right:0;border-bottom:1px solid var(--border)}.playground-main{min-height:560px}.playground-page{min-height:0}.playground-model-bar{flex-direction:column;align-items:stretch}.playground-actions{justify-content:flex-start}.playground-composer-actions{grid-template-columns:minmax(0,1fr) 38px}.playground-composer-actions .playground-foot{grid-column:1/-1;justify-content:flex-start}.playground-message{width:100%}.provider-catalog-list,.provider-model-list{max-height:260px}.provider-model-head{flex-direction:column;align-items:stretch}.provider-model-tools{justify-content:stretch;min-width:0}.multi-select-tools{grid-template-columns:1fr 1fr}.multi-select-tools input{grid-column:1/-1}.multi-select-list{max-height:220px}.provider-model-tools input{width:100%}.workflow-hint{flex-direction:column;align-items:stretch}.workflow-hint-stats{flex-wrap:wrap}.search-box{width:100%;min-width:0}.model-provider-list{grid-template-columns:repeat(auto-fill,minmax(128px,1fr));max-height:none}.model-category-strip{grid-template-columns:1fr;gap:8px}.model-category-tabs{overflow-x:auto}.model-filterbar{flex-direction:column;align-items:stretch}.model-capability-tabs{flex-wrap:nowrap;padding-bottom:2px;overflow-x:auto}.model-catalog-actions{flex-direction:column;align-items:stretch;width:100%}.model-catalog-table-mode .model-catalog-actions .button{align-self:flex-start;width:fit-content}.model-search{width:100%}.route-model-head{flex-direction:column;align-items:stretch}.route-model-stats{justify-items:start}.route-provider-row{grid-template-columns:26px 30px minmax(0,1fr) auto;align-items:start}.route-provider-main,.route-upstream-model{grid-column:3/-1}.route-provider-row>.pill{grid-column:3/4;justify-self:start}.route-row-actions{grid-area:3/4/auto/5;align-self:center}.table-toolbar{flex-direction:column;align-items:stretch}.table-toolbar-actions{white-space:normal;flex-wrap:wrap;justify-content:flex-start}.pagination{flex-direction:column;align-items:stretch}.pagination-controls{justify-content:space-between}}@media (max-width:640px){h1{font-size:22px}.metric{min-height:96px}.metric-value{margin-top:20px}.request-detail-grid,.request-usage-strip{grid-template-columns:1fr}.request-list-row{grid-template-columns:minmax(0,1fr)}.request-row-tail{grid-area:auto/1;justify-content:space-between}.model-card-grid{grid-template-columns:1fr}.model-card{padding:12px}.model-card-pricing{gap:9px}.wizard-step strong{white-space:normal}.api-key-wizard-body{padding:14px}.wizard-panel,.identity-template-card{min-height:0}}*{scrollbar-color:var(--border-2) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border-2);background-clip:content-box;border:3px solid #0000;border-radius:8px}button,a,input,select,textarea{transition:background .15s,border-color .15s,color .15s,box-shadow .15s,transform .15s,filter .15s}button:active,a:active{transform:scale(.985)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid color-mix(in srgb, var(--accent) 34%, transparent);outline-offset:2px}.login-shell{min-height:100dvh;color:var(--ink);background:radial-gradient(900px 420px at 50% -10%,#ffffffb8,#0000 72%),linear-gradient(135deg,#edf5ff 0%,#f6f9ff 52%,#e8f1ff 100%);place-items:center;padding:clamp(24px,4vw,56px);display:grid;position:relative;overflow:hidden auto}.login-theme-toggle{z-index:5;color:#536174;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd1;border:1px solid #a2b0c661;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;position:absolute;top:clamp(22px,3.2vw,42px);right:clamp(22px,3.2vw,42px);box-shadow:0 10px 24px #1d427a14}.login-theme-toggle:hover{color:#1f2a3d;border-color:#487ef157;transform:translateY(-1px)}.login-stage{background:#fff;border:1px solid #cdd8e7eb;border-radius:24px;grid-template-columns:minmax(360px,1.06fr) minmax(300px,.94fr);width:min(860px,100%);height:auto;min-height:480px;display:grid;overflow:hidden;box-shadow:0 20px 54px #2648761f,0 3px 14px #26487614}.login-hero-panel{isolation:isolate;background-color:#f8f1e7;background-image:linear-gradient(151deg,#ffffffad 0 1px,#0000 1px 100%),linear-gradient(29deg,#dfd5c485 0 1px,#0000 1px 100%);background-size:126px 74px;border-right:1px solid #e0dacfc7;place-items:center;display:grid;position:relative;overflow:hidden}.login-hero-panel:before,.login-hero-panel:after{content:"";z-index:-1;pointer-events:none;position:absolute;inset:-20%}.login-hero-panel:before{background:radial-gradient(circle at 46%,#3e7bf621,#0000 24%),radial-gradient(circle at 58% 47%,#0fa4781a,#0000 20%);animation:10s ease-in-out infinite login-ambient}.login-hero-panel:after{opacity:.38;background:linear-gradient(90deg,#0000 0%,#ffffff57 46%,#0000 56%);animation:4.2s cubic-bezier(.16,1,.3,1) infinite login-scan;transform:translate(-65%)}.login-hero-orbit{z-index:1;pointer-events:none;position:absolute;inset:0}.login-hero-orbit:before{content:"";aspect-ratio:1;border:1px solid #3e7bf61a;border-radius:36px;width:min(28vw,280px);animation:4.2s cubic-bezier(.16,1,.3,1) infinite login-frame-reveal;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.login-flow-scene{z-index:2;contain:layout style paint;width:min(440px,94%);height:320px;position:relative}.login-flow-svg{z-index:1;position:absolute;inset:0;overflow:visible}.login-flow-link{fill:none;stroke:#3e7bf642;stroke-width:2.4px;stroke-linecap:round;stroke-dasharray:5 8;animation:3.1s linear infinite login-flow-dash}.login-provider-flow{stroke:#0fa47857;stroke-width:3px}.login-flow-token{fill:#3e7bf6;opacity:.92;filter:drop-shadow(0 0 7px #3e7bf673);animation:1.55s ease-in-out infinite login-token-pulse}.login-key-stack{z-index:3;gap:36px;display:grid;position:absolute;top:64px;left:26px}.login-key-chip{color:#506079;letter-spacing:0;background:#ffffffb8;border:1px solid #ffffffc2;border-radius:12px;align-items:center;gap:8px;width:94px;height:36px;padding:0 11px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;font-weight:760;animation:3.1s ease-in-out infinite login-key-pulse;display:inline-flex;box-shadow:0 12px 24px #21355414,inset 0 1px #ffffffd6}.login-key-chip.key-two{animation-delay:.35s}.login-key-chip.key-three{animation-delay:.7s}.login-key-icon{color:#2f6df3;background:radial-gradient(circle at 32% 28%,#fffffff5,#0000 42%),#3e7bf61a;border:1px solid #3e7bf633;border-radius:8px;flex:none;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex;box-shadow:0 8px 16px #3e7bf624}.login-hub-node{z-index:4;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffc;border:1px solid #ffffffd1;border-radius:22px;place-items:center;gap:7px;width:98px;min-height:88px;padding:11px 10px 10px;animation:3.1s ease-in-out infinite login-hub-breathe;display:grid;position:absolute;top:117px;left:187px;box-shadow:0 24px 46px #21355421,inset 0 1px #ffffffeb}.login-logo-tile{border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.login-logo-tile img{object-fit:contain;width:100%;height:100%}.login-hub-copy{justify-items:center;gap:1px;display:grid}.login-hub-copy strong{color:#1e293b;letter-spacing:0;font-size:13px;font-weight:820;line-height:1}.login-hub-copy small{color:#7b879b;letter-spacing:.06em;text-transform:uppercase;font-size:9px;font-weight:720;line-height:1}.login-provider-stack{z-index:3;gap:14px;display:grid;position:absolute;top:46px;right:8px}.login-provider-node{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#1f2a3d;background:#ffffffa8;border:1px solid #ffffffb8;border-radius:15px;grid-template-columns:24px minmax(0,1fr);align-content:center;place-items:center;gap:4px 8px;width:112px;min-height:60px;padding:8px 14px 8px 10px;animation:3.1s ease-in-out infinite login-provider-card;display:grid;box-shadow:0 16px 32px #2135541a,inset 0 1px #fffc}.login-provider-node.provider-two{animation-delay:.28s}.login-provider-node.provider-three{animation-delay:.56s}.login-provider-icon{color:#fff;background:linear-gradient(135deg,#3e7bf6f2,#0fa478eb),#3e7bf6;border-radius:8px;justify-content:center;align-items:center;width:24px;height:24px;animation:3.1s ease-in-out infinite login-provider-ready;display:inline-flex;box-shadow:0 10px 22px #3e7bf642}.login-provider-icon svg{filter:drop-shadow(0 1px 2px #1118272e)}.login-provider-node strong{white-space:nowrap;justify-self:start;min-width:0;padding-right:4px;font-size:10px;font-weight:800;line-height:1}.login-provider-bars{grid-column:1/-1;justify-self:end;gap:3px;width:72px;display:grid}.login-provider-bars span{background:#3e7bf63d;border-radius:999px;height:2px;animation:1.7s ease-in-out infinite login-provider-bar}.login-provider-bars span:nth-child(2){width:76%;animation-delay:.18s}.login-provider-bars span:nth-child(3){width:58%;animation-delay:.36s}.login-signal-strip{z-index:2;gap:9px;display:inline-flex;position:absolute;bottom:42px;left:50%;transform:translate(-50%)}.login-signal-strip span{transform-origin:0;background:#3e7bf642;border-radius:999px;width:34px;height:3px;animation:2.4s ease-in-out infinite login-signal}.login-signal-strip span:nth-child(2){animation-delay:.25s}.login-signal-strip span:nth-child(3){animation-delay:.5s}.login-card{width:min(292px,100% - 48px);box-shadow:none;background:0 0;border:0;border-radius:0;place-self:center;gap:0;padding:clamp(28px,3vw,38px) 0;display:grid}.login-card-head{grid-template-columns:minmax(0,1fr);align-items:start;gap:0;margin-bottom:22px;display:grid}.login-card-head h1{color:#202638;letter-spacing:0;white-space:nowrap;margin:0;font-size:28px;font-weight:800;line-height:1.08}.login-language-switcher{justify-self:start;margin:0}.field{align-content:start;align-self:start;gap:7px;margin-bottom:18px}.field>span:first-child,.field>small{color:var(--ink-2);font-size:12.5px;font-weight:500}.field input,.field select,.field textarea,.playground-field textarea,.playground-field select,.playground-slider input[type=number],.provider-model-tools input,.provider-template-search,.search-box,.request-search{border-color:var(--border-2);background:var(--surface-2);color:var(--ink);border-radius:11px}.field input,.field select{min-height:44px;padding:0 14px;font-size:14px}.field textarea{min-height:96px;padding:12px 14px;font-size:13px;line-height:1.55}.field input:focus,.field select:focus,.field textarea:focus,.playground-field textarea:focus,.playground-field select:focus,.playground-slider input[type=number]:focus{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px var(--accent-weak);outline:0}.login-card .field{gap:7px;margin-bottom:15px}.login-card .field>span:first-child{color:#667086;font-size:14px;font-weight:700}.login-card .field input{color:#202638;letter-spacing:0;background:#fff;border:1px solid #d5deeb;border-radius:13px;min-height:48px;padding:0 16px;font-size:16px;font-weight:700;box-shadow:0 1px #ffffffd9,inset 0 0 0 1px #ffffff75}.login-card .field input:focus{background:#fff;border-color:#3e7bf6c7;box-shadow:0 0 0 4px #3e7bf621}.password-field{color:inherit;font-size:inherit;font-weight:inherit;display:block;position:relative}.password-field input{padding-right:52px}.password-toggle{color:#9aa6b8;cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;position:absolute;top:7px;right:7px}.password-toggle:hover{color:#68758a;background:#f1f5fb}.login-helper-row{justify-content:space-between;align-items:center;gap:12px;margin:0 0 18px;display:flex}.login-helper-row>span{color:#667086;align-items:center;gap:9px;font-size:14px;font-weight:700;display:inline-flex}.login-checkmark{color:#fff;background:#407df2;border-radius:7px;flex:none;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.login-helper-row button{color:#3477f6;cursor:pointer;white-space:nowrap;background:0 0;font-size:14px;font-weight:700}.login-helper-row button:hover{text-underline-offset:4px;text-decoration:underline}.login-submit{color:#fff;background:#437df1;border-radius:13px;width:100%;height:48px;font-size:16px;font-weight:760;box-shadow:0 12px 22px #3e7bf633}.login-submit:hover{filter:brightness(1.06);transform:translateY(-1px)}.login-error{border-color:color-mix(in srgb, var(--red) 28%, transparent);background:color-mix(in srgb, var(--red) 8%, var(--surface));color:var(--red);border-radius:12px;margin-bottom:18px;padding:12px 14px;font-size:13px}.login-divider{grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin:22px 0;display:grid}.login-divider span{background:var(--border);height:1px}.login-divider small{color:var(--ink-3);font-size:11.5px}.login-sso-list{gap:10px;display:grid}.login-sso-list.multi{grid-template-columns:repeat(3,minmax(0,1fr))}.login-sso-list.multi.count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.login-sso-button{border:1px solid var(--border-2);background:var(--surface);width:100%;height:44px;color:var(--ink);cursor:pointer;border-radius:11px;justify-content:center;align-items:center;gap:9px;font-size:13.5px;font-weight:500;text-decoration:none;display:inline-flex}.login-sso-list.multi .login-sso-button{gap:7px;height:50px;padding:0 8px}.login-sso-icon{background:color-mix(in srgb, var(--accent) 10%, var(--surface));width:24px;height:24px;color:var(--accent);border-radius:8px;flex:none;justify-content:center;align-items:center;display:inline-flex}.login-sso-list.multi .login-sso-icon{border-radius:7px;width:22px;height:22px}.login-sso-icon.gitlab{color:#d65a1f;background:#fff2e8}.login-sso-icon.github{color:#24292f;background:#eef2f7}.login-sso-icon.google{color:#2472d8;background:#eef6ff}.login-sso-icon.microsoft{color:#18884f;background:#edf7f0}.login-sso-icon.okta,.login-sso-icon.keycloak,.login-sso-icon.oidc{color:#5c55d6;background:#f0efff}.login-sso-icon.oauth2{color:#16866f;background:#eef8f5}.login-sso-icon.saml{color:#a96d00;background:#fff7df}.login-sso-icon.ldap{color:#475569;background:#f1f5f9}.login-sso-icon svg{display:block}.login-sso-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.login-sso-list.multi .login-sso-label{font-size:12.5px}.login-sso-button:hover{border-color:var(--ink-3)}.login-sso-button:disabled,.login-sso-button[aria-disabled=true]{cursor:not-allowed;opacity:.62}@media (max-width:360px){.login-sso-list.multi{grid-template-columns:repeat(2,minmax(0,1fr))}}@keyframes login-ambient{0%,to{opacity:.78;transform:translate(-1.5%,-1%)scale(1)}50%{opacity:1;transform:translate(1.5%,1%)scale(1.04)}}@keyframes login-scan{0%,34%{opacity:0;transform:translate(-72%)}50%{opacity:.7}76%,to{opacity:0;transform:translate(72%)}}@keyframes login-frame-reveal{0%,12%{opacity:0;transform:translate(-50%,-50%)rotate(45deg)scale(.72)}34%,84%{opacity:1;transform:translate(-50%,-50%)rotate(45deg)scale(1)}to{opacity:0;transform:translate(-50%,-50%)rotate(45deg)scale(1.02)}}@keyframes login-flow-dash{0%{stroke-dashoffset:26px}to{stroke-dashoffset:0}}@keyframes login-token-pulse{0%,to{opacity:.48;transform:scale(.86)}50%{opacity:1;transform:scale(1.1)}}@keyframes login-key-pulse{0%,to{border-color:#ffffffc2;transform:translate(0,0)}40%{border-color:#3e7bf670;transform:translate(4px)}}@keyframes login-hub-breathe{0%,to{transform:scale(1);box-shadow:0 24px 46px #21355421,inset 0 1px #ffffffeb}50%{transform:scale(1.025);box-shadow:0 28px 54px #3e7bf62b,inset 0 1px #fffffff0}}@keyframes login-provider-ready{0%,to{filter:saturate();transform:scale(1)}50%{filter:saturate(1.18);transform:scale(1.08)}}@keyframes login-provider-card{0%,to{border-color:#ffffffb8;transform:translate(0,0)}44%{border-color:#0fa47861;transform:translate(-3px)}}@keyframes login-provider-bar{0%,to{opacity:.32;transform:scaleX(.55)}50%{opacity:.84;transform:scaleX(1)}}@keyframes login-signal{0%,to{opacity:.35;transform:scaleX(.55)}50%{opacity:.82;transform:scaleX(1)}}[data-theme=dark].login-shell{background:radial-gradient(800px 420px at 50% -10%,#5b92ff24,#0000 70%),linear-gradient(135deg,#0c111c 0%,#111827 54%,#0b1020 100%)}[data-theme=dark] .login-theme-toggle{color:#a8b4c6;background:#141a26d1;border-color:#68799557;box-shadow:0 14px 34px #00000047}[data-theme=dark] .login-stage{background:#101725;border-color:#4e5c7494;box-shadow:0 30px 90px #00000061}[data-theme=dark] .login-hero-panel{background-color:#131927;background-image:linear-gradient(151deg,#ffffff17 0 1px,#0000 1px 100%),linear-gradient(29deg,#5b92ff24 0 1px,#0000 1px 100%);border-right-color:#4e5c7480}[data-theme=dark] .login-logo-tile{background:0 0}[data-theme=dark] .login-key-chip,[data-theme=dark] .login-hub-node,[data-theme=dark] .login-provider-node{background:#0f172abd;border-color:#ffffff1f;box-shadow:0 22px 48px #00000047,inset 0 1px #ffffff14}[data-theme=dark] .login-key-chip,[data-theme=dark] .login-hub-copy small{color:#a9b4c6}[data-theme=dark] .login-key-icon{color:#8ab2ff;background:radial-gradient(circle at 32% 28%,#ffffff2e,#0000 42%),#5b92ff29;border-color:#5b92ff47;box-shadow:0 8px 18px #0000002e}[data-theme=dark] .login-hub-copy strong,[data-theme=dark] .login-provider-node,[data-theme=dark] .login-card-head h1{color:#f4f7fb}[data-theme=dark] .login-flow-link{stroke:#5b92ff52}[data-theme=dark] .login-provider-flow{stroke:#2fd8a857}[data-theme=dark] .login-card .field>span:first-child,[data-theme=dark] .login-helper-row>span{color:#a9b4c6}[data-theme=dark] .login-card .field input{color:#f4f7fb;background:#101827;border-color:#334059;box-shadow:inset 0 0 0 1px #ffffff08}[data-theme=dark] .password-toggle:hover{color:#d5deec;background:#172235}@media (prefers-reduced-motion:reduce){.login-hero-panel:before,.login-hero-panel:after,.login-hero-orbit:before,.login-flow-link,.login-flow-token,.login-key-chip,.login-hub-node,.login-provider-icon,.login-provider-bars span,.login-signal-strip span{animation:none}.login-flow-token{display:none}}.app-shell{background:var(--bg);height:100dvh;min-height:100dvh;color:var(--ink);grid-template-columns:256px minmax(0,1fr);display:grid;overflow:hidden}.app-shell.sidebar-collapsed{grid-template-columns:76px minmax(0,1fr)}.sidebar{border-right:1px solid var(--border);background:var(--surface);height:100dvh;color:var(--ink-2);padding:0}.brand{border-bottom:1px solid var(--border);min-height:76px;color:var(--ink);letter-spacing:0;grid-template-columns:44px minmax(0,1fr);grid-template-areas:"logo name""logo version";gap:7px 12px;padding:0 44px 0 18px;font-size:20px;font-weight:780;position:relative}.brand-logo{object-fit:contain;border-radius:0;width:44px;height:44px}.brand-name{align-self:end;font-size:20px;font-weight:780;line-height:1}.version{background:var(--surface-3);height:24px;color:var(--ink-3);letter-spacing:0;border-radius:999px;align-self:start;padding:0 11px;font-size:14px;font-weight:760}.sidebar-toggle{position:absolute;top:50%;right:14px;transform:translateY(-50%)}.sidebar-toggle,.account-logout,.toolbar-icon,.icon-button,.top-icon-button{color:var(--ink-3);border-radius:8px}.sidebar-toggle:hover,.account-logout:hover,.toolbar-icon:hover,.icon-button:hover,.top-icon-button:hover{background:var(--surface-3);color:var(--ink)}.sidebar-nav-scroll{gap:14px;padding:12px}.nav-title{min-height:26px;color:var(--ink-3);letter-spacing:.08em;text-transform:uppercase;padding:6px 10px 4px;font-size:10.5px;font-weight:600}.nav-title:hover{background:var(--surface-3);color:var(--ink-2)}.nav-item{min-height:40px;color:var(--ink-2);border-radius:10px;gap:11px;padding:0 11px;font-size:13.5px;font-weight:500}.nav-item:hover,.nav-parent.active-parent{background:var(--surface-3);color:var(--ink);box-shadow:none}.nav-item.active{background:var(--accent-weak);color:var(--accent);box-shadow:none;font-weight:600}.nav-subnav{gap:3px;padding-left:16px}.nav-child{min-height:36px}.sidebar.collapsed .brand{justify-content:flex-start;align-items:center;min-height:56px;padding:8px 0 0;position:relative}.sidebar.collapsed .brand-logo{opacity:1;flex:0 0 34px;width:34px;height:34px;transition:opacity .12s}.sidebar.collapsed .sidebar-toggle{opacity:0;pointer-events:none;border-radius:10px;width:34px;height:34px;transition:opacity .12s;top:8px;left:50%;right:auto;transform:translate(-50%)}.sidebar.collapsed .brand:hover .brand-logo{opacity:0}.sidebar.collapsed .brand:hover .sidebar-toggle,.sidebar.collapsed .sidebar-toggle:focus-visible{opacity:1;pointer-events:auto}.sidebar.collapsed .sidebar-nav-scroll{padding:12px 10px}.sidebar.collapsed .nav-title{min-height:8px}.sidebar-account{border-top:1px solid var(--border);grid-template-columns:32px minmax(0,1fr) 30px;gap:10px;min-height:58px;padding:12px}.account-avatar{background:var(--accent);color:#fff;border-radius:10px;width:32px;height:32px;font-size:13px;font-weight:700}.account-meta strong{color:var(--ink);font-size:13px;font-weight:600}.account-meta span{color:var(--ink-3);font-size:11px}.workspace{flex-direction:column;min-width:0;min-height:0;padding:0;display:flex;overflow:hidden}.topbar{border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--surface) 82%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex:0 0 60px;justify-content:flex-start;gap:12px;height:60px;padding:0 22px}.top-search-wrap{flex:480px;min-width:220px;max-width:560px;position:relative}.top-search{border:1px solid var(--border);background:var(--surface-3);width:100%;height:36px;color:var(--ink-3);border-radius:10px;align-items:center;gap:9px;padding:0 10px 0 13px;display:flex}.top-search.active,.top-search:focus-within{border-color:color-mix(in srgb, var(--accent) 38%, var(--border));background:var(--surface);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 10%, transparent)}.top-search input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1;font-size:13px}.top-search span{border:1px solid var(--border-2);color:var(--ink-4);border-radius:5px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px}.top-search-panel{z-index:60;border:1px solid var(--border);background:var(--surface);width:min(560px,100vw - 32px);max-height:min(420px,100vh - 88px);box-shadow:var(--shadow-lg);border-radius:12px;gap:4px;padding:6px;display:grid;position:absolute;top:calc(100% + 8px);left:0;overflow:auto}.top-search-result{text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;min-height:56px;padding:8px;display:grid}.top-search-result:hover,.top-search-result.active{border-color:var(--border);background:var(--surface-2)}.top-search-result-icon{width:34px;height:34px;color:var(--accent);background:color-mix(in srgb, var(--accent) 9%, var(--surface));border-radius:9px;justify-content:center;align-items:center;display:inline-flex}.top-search-result-icon.entity{color:var(--pos);background:color-mix(in srgb, var(--pos) 10%, var(--surface))}.top-search-result-icon.recent{color:var(--warn);background:color-mix(in srgb, var(--warn) 12%, var(--surface))}.top-search-result-body{gap:3px;min-width:0;display:grid}.top-search-result-body strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:720;line-height:1.25;overflow:hidden}.top-search-result-body small{color:var(--ink-3);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.35;overflow:hidden}.top-search-result-action{color:var(--ink-4);font-size:11px;font-weight:700}.top-search-empty{align-content:center;gap:5px;min-height:74px;padding:14px;display:grid}.top-search-empty strong{color:var(--ink);font-size:13px}.top-search-empty span{color:var(--ink-3);font-size:12px;line-height:1.45}.topbar-spacer{flex:1}.topbar-actions{align-items:center;gap:10px;display:inline-flex}.top-quick-actions{align-items:center;gap:6px;display:inline-flex}.top-icon-button{border:1px solid var(--border);background:var(--surface);width:36px;height:36px;color:var(--ink-2);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.top-icon-button:hover,.top-icon-button.active{border-color:color-mix(in srgb, var(--accent) 28%, var(--border));color:var(--accent);background:color-mix(in srgb, var(--accent) 7%, var(--surface))}.top-scope-pill{border:1px solid var(--border);background:var(--surface);border-radius:10px;align-items:center;gap:7px;min-width:0;height:36px;padding:0 10px 0 7px;display:inline-flex}.top-scope-pill span{background:var(--accent);color:#fff;border-radius:7px;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:760;display:inline-flex}.top-scope-pill strong{color:var(--ink-2);white-space:nowrap;font-size:12px;font-weight:720}.content-panel{min-height:0;box-shadow:none;background:0 0;border-radius:0;flex:1;margin:0;padding:26px 30px 44px;overflow:auto}.playground-content-panel{padding:0}.page-header{margin-bottom:12px}.page-context-header{justify-content:space-between;align-items:center;gap:16px;min-height:42px;display:flex}.page-context-main{align-items:center;min-width:0;display:flex}.page-breadcrumb{max-width:min(56vw,760px);color:var(--ink-3);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:8px;font-size:14px;font-weight:680;line-height:1.3;display:flex;overflow:hidden}.page-breadcrumb-separator{color:var(--ink-4);flex:none}.page-breadcrumb .current{color:var(--ink);font-weight:780}.page-context-side{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.scope-chip,.page-context-chip{border:1px solid var(--border);background:var(--surface);border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:4px 9px;display:inline-flex}.scope-chip{color:var(--accent);font-size:12px;font-weight:760}.page-context-chip strong{color:var(--ink);font-size:12.5px;font-weight:780}.page-context-chip em{color:var(--ink-3);font-size:11.5px;font-style:normal;font-weight:650}.eyebrow{color:var(--ink-3);letter-spacing:.04em;text-transform:uppercase;margin-bottom:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}h1{color:var(--ink);letter-spacing:0;font-size:23px;font-weight:700}h2{color:var(--ink);font-size:15px;font-weight:600}.page-desc{color:var(--ink-2);font-size:13px}.divider{display:none}.status-line{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:10px;grid-template-columns:18px minmax(0,1fr) 28px;align-items:center;gap:8px;margin:0 0 14px;padding:10px 12px;display:grid}.status-stack{gap:8px;display:grid}.status-line span{overflow-wrap:anywhere;min-width:0}.status-line.error{border-color:color-mix(in srgb, var(--red) 24%, var(--border));background:color-mix(in srgb, var(--red) 7%, var(--surface));color:var(--red)}.status-line.success{border-color:color-mix(in srgb, var(--pos) 24%, var(--border));background:color-mix(in srgb, var(--pos) 7%, var(--surface));color:var(--pos)}.metrics{grid-template-columns:repeat(4,minmax(150px,1fr));gap:14px;margin-bottom:16px}.metric,.section,.overview-announcements,.gateway-copy-card,.gateway-code-block,.audit-tabs,.request-list-panel,.request-detail-panel,.report-export-card,.language-card,.model-catalog-sidebar,.model-card,.route-model-card,.route-empty,.api-example-panel,.modal,.confirm-modal,.team-members-panel,.project-quota-panel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:14px}.metric{min-height:110px;padding:16px}.compact-metric{min-height:104px}.metric-label{color:var(--ink-2);font-size:12.5px;font-weight:500}.metric-label svg{color:var(--accent)}.metric-value{color:var(--ink);letter-spacing:0;margin-top:18px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:26px;font-weight:700}.section{border-radius:16px;overflow:hidden}.section-header{border-bottom-color:var(--border);min-height:52px;padding:0 18px}.section-body{padding:16px 18px}.two-column{gap:14px}.table-wrap{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:14px}table{font-size:12.5px}th{background:var(--surface-2);color:var(--ink-3);letter-spacing:.04em;padding:11px 12px;font-size:11.5px;font-weight:600}td{color:var(--ink-2);border-bottom-color:var(--border);padding:12px}tr.clickable-row:hover td,tr.selected-row td{background:var(--surface-2)}tr.selected-row td:first-child{box-shadow:inset 3px 0 0 var(--accent)}.button,.secondary-button,.text-button,.danger-confirm,.danger-button{border-radius:10px;font-weight:600}.button{background:var(--accent);min-height:34px;color:var(--accent-ink)}.secondary-button{border-color:var(--border);background:var(--surface);min-height:34px;color:var(--ink)}.secondary-button:hover,.text-button:hover{border-color:var(--ink-3);background:var(--surface-3)}.text-button{background:var(--surface-3);color:var(--ink-2)}.danger-button{background:color-mix(in srgb, var(--red) 12%, var(--surface))}.search-box,.request-search{height:36px;padding:0 12px}.table-toolbar{gap:12px;margin-bottom:14px}.table-toolbar-actions{gap:8px}.table-result-count{border:1px solid var(--border);min-height:28px;color:var(--ink-3);background:var(--surface);border-radius:999px;align-items:center;padding:4px 9px;font-size:11.5px;font-weight:700;display:inline-flex}.resource-empty{border:1px dashed var(--border-strong);text-align:center;background:var(--surface-2);border-radius:14px;align-content:center;justify-items:center;gap:9px;min-height:220px;padding:24px;display:grid}.resource-empty-icon{width:38px;height:38px;color:var(--accent);background:color-mix(in srgb, var(--accent) 9%, var(--surface));border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.resource-empty strong{color:var(--ink);font-size:15px;font-weight:760}.resource-empty span{max-width:420px;color:var(--ink-3);font-size:13px;line-height:1.55}.skeleton-table{border:1px solid var(--border);background:var(--surface);border-radius:12px;gap:7px;padding:8px;display:grid}.skeleton-row{grid-template-columns:repeat(var(--skeleton-columns,4), minmax(0, 1fr));gap:8px;display:grid}.skeleton-row span{background:linear-gradient(90deg, var(--surface-2), var(--surface-3), var(--surface-2));background-size:200% 100%;border-radius:8px;height:30px;animation:1.2s ease-in-out infinite skeleton-pulse}@keyframes skeleton-pulse{0%{background-position:100%}to{background-position:0}}.pill,.category-tab em,.reports-export-head span,.report-export-card em,.workflow-hint-stats span,.overview-announcement>span,.route-provider-chip{border-color:var(--border);background:var(--surface-3);color:var(--ink-2)}.pill.ok{background:var(--pos-weak);color:var(--pos)}.pill.warn{background:var(--warn-weak);color:var(--warn)}.pill.error{background:color-mix(in srgb, var(--red) 12%, transparent);color:var(--red)}.status-switch{border-color:var(--border-2);background:var(--surface-3);color:var(--ink-2)}.status-switch.active{border-color:color-mix(in srgb, var(--pos) 24%, var(--border));background:var(--pos-weak);color:var(--pos)}.status-switch.active .status-switch-track{background:var(--pos)}.overview-playground-card,.flow-row,.overview-announcement,.gateway-api-note,.workflow-hint,.quota-status-row,.quota-request-banner,.detail-field,.usage-stat,.attempt-content,.payload-block,.request-id-line,.secret,.model-catalog-empty,.catalog-item,.provider-category-item,.provider-selected-summary,.custom-provider-button,.provider-import-options,.multi-select-list,.provider-model-list,.model-option,.route-provider-row{border-color:var(--border);background:var(--surface-2);border-radius:12px}.overview-playground-card:hover,.flow-row:hover,.catalog-item:hover,.provider-category-item:hover,.custom-provider-button:hover,.model-option:hover,.route-provider-row:hover{border-color:color-mix(in srgb, var(--accent) 32%, var(--border));background:var(--accent-weak-2)}.overview-playground-icon,.step-no,.route-order-badge,.model-card-brand>span{background:var(--accent);color:var(--accent-ink);border-radius:9px}.overview-announcements{border-radius:16px}.overview-announcements-head{border-bottom-color:var(--border);min-height:52px;padding:0 18px}.overview-announcement.popup{border-color:color-mix(in srgb, var(--accent) 28%, var(--border));background:var(--accent-weak-2)}.gateway-docs{gap:16px}.gateway-hero{border:1px solid var(--border);background:var(--surface);min-height:154px;box-shadow:var(--shadow-sm);border-radius:16px;padding:24px}.gateway-hero h2{color:var(--ink);letter-spacing:0;font-size:24px;font-weight:700}.gateway-hero p{color:var(--ink-2)}.gateway-hero a,.gateway-model-list span,.gateway-hero code,.gateway-steps code,.gateway-api-note code{border-color:var(--border);background:var(--surface-2);color:var(--ink);border-radius:9px}.gateway-quick-grid{gap:12px}.gateway-copy-card{border-radius:14px}.gateway-code-block pre,.api-code-block,.payload-block pre{background:var(--surface);color:var(--ink)}.audit-tabs,.request-filter-tabs,.category-tabs,.language-switcher,.settings-tabs,.boolean-toggle,.api-example-tabs{border-color:var(--border);background:var(--surface-3);border-radius:10px}.audit-tab,.request-filter-tabs button,.category-tab,.language-switcher button,.settings-tab,.boolean-toggle button,.api-example-tab{color:var(--ink-2);border-radius:8px}.audit-tab:hover,.audit-tab.active,.category-tab:hover,.category-tab.active,.language-switcher button.active,.settings-tab:hover,.settings-tab.active,.boolean-toggle button.active,.api-example-tab:hover,.api-example-tab.active{background:var(--surface);color:var(--ink);box-shadow:var(--shadow-sm)}.request-filter-tabs button.active{background:var(--accent);color:var(--accent-ink)}.request-history-layout{gap:14px}.request-list-panel,.request-detail-panel{background:var(--surface);border-radius:16px}.request-list-head,.payload-block-head,.api-example-header{border-bottom-color:var(--border);background:var(--surface-2)}.request-list-row{border-bottom-color:var(--border)}.request-list-row:hover,.request-list-row.active{background:var(--surface-2)}.request-list-row.active{box-shadow:inset 3px 0 0 var(--accent)}.request-message,.request-row-main strong,.request-detail-head strong,.detail-field strong,.usage-stat strong,.attempt-head strong,.model-name-cell strong,.model-card h2,.route-model-head h2,.route-provider-main strong,.route-upstream-model strong{color:var(--ink)}.model-catalog,.route-matrix{gap:18px}.model-catalog-sidebar{box-shadow:var(--shadow-sm);border-radius:14px}.model-provider-filter,.model-capability-tab{border-color:var(--border);background:var(--surface);border-radius:10px}.model-provider-filter:hover,.model-provider-filter.active,.model-capability-tab:hover,.model-capability-tab.active,.model-card:hover,.route-model-card:hover,.report-export-card:hover{border-color:color-mix(in srgb, var(--accent) 34%, var(--border));box-shadow:var(--shadow-md)}.model-provider-icon,.report-export-icon{background:var(--accent-weak);color:var(--accent);border-radius:9px}.model-card,.route-model-card{border-radius:16px}.model-card.unrouted{border-color:color-mix(in srgb, var(--warn) 34%, var(--border));background:linear-gradient(0deg, color-mix(in srgb, var(--warn) 8%, transparent), color-mix(in srgb, var(--warn) 8%, transparent)), var(--surface);box-shadow:inset 3px 0 0 color-mix(in srgb, var(--warn) 72%, transparent), var(--shadow-sm)}.model-card.unrouted:hover{border-color:color-mix(in srgb, var(--warn) 48%, var(--border));background:linear-gradient(0deg, color-mix(in srgb, var(--warn) 11%, transparent), color-mix(in srgb, var(--warn) 11%, transparent)), var(--surface);box-shadow:inset 3px 0 0 var(--warn), var(--shadow-md)}.model-card-brand em,.model-card-brand strong,.model-card-tags span,.capability-row em{background:var(--surface-3);color:var(--ink-2);border-radius:7px}.model-card-brand strong,.model-card-tags .official,.category-tab.active em,.provider-selected-summary strong{background:var(--accent-weak);color:var(--accent)}.model-card-tags .unrouted-tag{background:var(--warn-weak);color:var(--warn)}.route-provider-row{border-radius:12px}.modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0b0b0f57}.modal,.confirm-modal{box-shadow:var(--shadow-lg);border-radius:18px}.modal-header,.modal-actions{border-color:var(--border)}.modal-header{align-items:center}.playground-page{background:0 0;border-radius:0;min-height:calc(100dvh - 60px)}.playground-shell{background:var(--surface);grid-template-columns:300px minmax(0,1fr);height:calc(100dvh - 60px);min-height:620px}.playground-config{border-right-color:var(--border);background:var(--surface-2)}.playground-main,.playground-chat,.playground-code-drawer,.api-code-block{background:var(--surface)}.playground-model-select,.playground-model-bar,.playground-detail-strip,.playground-route,.playground-composer,.api-example-header,.api-example-tabs,.api-example-meta{border-color:var(--border)}.playground-model-select select,.playground-field select{border-radius:10px;height:38px}.playground-field span,.playground-slider span,.playground-model-title>span,.playground-route em,.playground-route small,.playground-foot,.playground-empty,.api-example-header span,.api-example-meta,.provider-catalog-head span,.provider-model-head span,.provider-import-hint{color:var(--ink-3)}.playground-detail-strip,.playground-route,.api-example-header,.api-example-meta{background:var(--surface-2)}.playground-message p{border-color:var(--border);background:var(--surface-2);color:var(--ink);border-radius:14px 14px 14px 4px}.playground-message.user p{border-color:var(--accent);background:var(--accent);color:var(--accent-ink);border-radius:14px 14px 4px}.playground-composer{background:var(--surface-2);border-radius:14px}.playground-send-button{background:var(--accent);color:var(--accent-ink);border-radius:10px}.api-example-tab.active{color:var(--accent)}.pagination{border-top-color:var(--border)}.page-size select,.page-buttons button{border-color:var(--border);background:var(--surface);color:var(--ink-2);border-radius:8px}[data-theme=dark] .gateway-code-block pre,[data-theme=dark] .api-code-block,[data-theme=dark] .payload-block pre{color:var(--ink)}.api-doc-shell{grid-template-columns:286px minmax(0,1fr);align-items:start;gap:16px;display:grid}.api-doc-nav,.api-doc-main,.api-doc-content-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:16px}.api-doc-nav{max-height:calc(100vh - 104px);padding:14px;position:sticky;top:82px;overflow:auto}.api-doc-nav-head{border-bottom:1px solid var(--border);grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;margin:-2px -2px 12px;padding:0 2px 12px;display:grid}.api-doc-nav-head svg{background:var(--accent-weak);width:28px;height:28px;color:var(--accent);border-radius:9px;padding:6px}.api-doc-nav-head strong,.api-doc-title h2,.api-doc-main-head h2,.api-doc-panel h3,.api-doc-code-card>strong{color:var(--ink)}.api-doc-nav-head strong{font-size:13px;font-weight:760;display:block}.api-doc-nav-head span{color:var(--ink-3);margin-top:2px;font-size:11.5px;display:block}.api-doc-search{border:1px solid var(--border);background:var(--surface-2);height:36px;color:var(--ink-3);border-radius:10px;align-items:center;gap:8px;margin-bottom:14px;padding:0 10px;display:flex}.api-doc-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:12px}.api-doc-search input::placeholder{color:var(--ink-3)}.api-doc-empty{border:1px dashed var(--border);background:var(--surface-2);color:var(--ink-3);text-align:center;border-radius:12px;padding:16px;font-size:12px}.api-doc-nav-list{gap:14px;display:grid}.api-doc-nav-group h3{color:var(--ink-3);letter-spacing:.06em;margin:0 0 7px;font-size:11px;font-weight:760}.api-doc-nav-item{width:100%;min-height:54px;color:var(--ink-2);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:10px;padding:9px;display:grid}.api-doc-nav-item:hover,.api-doc-nav-item.active{border-color:color-mix(in srgb, var(--accent) 28%, var(--border));background:var(--accent-weak-2)}.api-doc-nav-item.active{box-shadow:inset 3px 0 0 var(--accent)}.api-doc-nav-item strong,.api-doc-nav-item em{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.api-doc-nav-item strong{color:var(--ink);font-size:12.5px;font-weight:720}.api-doc-nav-item em{color:var(--ink-3);margin-top:3px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10.5px;font-style:normal}.api-method{background:var(--surface-3);min-width:48px;height:24px;color:var(--ink-2);letter-spacing:0;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;padding:0 7px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10.5px;font-weight:760;display:inline-flex}.api-method.get{background:var(--pos-weak);color:var(--pos)}.api-method.post,.api-method.mixed{background:var(--accent-weak);color:var(--accent)}.api-method.muted{background:var(--surface-3);color:var(--ink-3)}.api-doc-main{gap:14px;min-width:0;padding:18px;display:grid}.api-doc-main-head{border:1px solid var(--border);background:var(--surface-2);border-radius:14px;justify-content:space-between;align-items:flex-start;gap:18px;min-height:132px;padding:20px;display:flex}.api-doc-main-head h2{margin:0 0 7px;font-size:24px;font-weight:760;line-height:1.2}.api-doc-main-head p{max-width:760px;color:var(--ink-2);margin:0;font-size:13px;line-height:1.7}.api-doc-main-head code,.api-doc-endpoint code{border:1px solid var(--border);background:var(--surface);color:var(--ink);border-radius:8px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.api-doc-main-head a{border:1px solid var(--border);background:var(--surface);min-height:34px;color:var(--ink-2);white-space:nowrap;border-radius:10px;align-items:center;gap:7px;padding:0 11px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.api-doc-main-head a:hover{border-color:color-mix(in srgb, var(--accent) 28%, var(--border));color:var(--accent)}.api-doc-language-switcher{border:1px solid var(--border);background:var(--surface);white-space:nowrap;border-radius:10px;align-items:center;gap:3px;padding:3px;display:inline-flex}.api-doc-language-switcher button{min-height:28px;color:var(--ink-2);cursor:pointer;background:0 0;border-radius:8px;padding:0 10px;font-size:12px;font-weight:700}.api-doc-language-switcher button:hover,.api-doc-language-switcher button.active{background:var(--accent-weak);color:var(--accent)}.api-doc-quick-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.api-doc-config-card{grid-template-columns:minmax(0,1fr)}.api-doc-content-card{gap:16px;min-width:0;padding:20px;display:grid}.api-doc-title{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:16px;display:flex}.api-doc-title>div{min-width:0}.api-doc-title span{color:var(--accent);font-size:12px;font-weight:760}.api-doc-title h2{margin:5px 0 7px;font-size:22px;font-weight:760;line-height:1.25}.api-doc-title p{max-width:780px;color:var(--ink-2);margin:0;font-size:13px;line-height:1.7}.api-doc-endpoint{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:inline-flex}.api-doc-endpoint code{overflow-wrap:anywhere;max-width:100%}.api-doc-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.api-doc-detail-grid div{border:1px solid var(--border);background:var(--surface-2);border-radius:12px;align-content:start;gap:8px;min-height:74px;padding:12px;display:grid}.api-doc-detail-grid span{color:var(--ink-3);font-size:11.5px;font-weight:700}.api-doc-detail-grid strong{min-width:0;color:var(--ink);overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12.5px;line-height:1.45}.api-doc-panel{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:16px}.api-doc-panel h3{margin:0 0 12px;font-size:14px;font-weight:760}.api-doc-notes{gap:10px;margin:0;padding:0;list-style:none;display:grid}.api-doc-notes li{color:var(--ink-2);padding-left:18px;font-size:13px;line-height:1.65;position:relative}.api-doc-notes li:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:10px;left:2px}.api-doc-code-grid{gap:12px;display:grid}.api-doc-code-card{gap:9px;min-width:0;display:grid}.api-doc-code-card>strong{font-size:12.5px;font-weight:720}.api-doc-model-list{margin-top:0}@media (max-width:1440px){.app-shell{grid-template-columns:232px minmax(0,1fr)}.app-shell.sidebar-collapsed{grid-template-columns:76px minmax(0,1fr)}.content-panel{padding:24px 26px 38px}.overview-report-grid{grid-template-columns:minmax(0,1.45fr) minmax(310px,.9fr)}.api-doc-shell{grid-template-columns:260px minmax(0,1fr)}.api-doc-quick-grid,.api-doc-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.login-shell{align-items:center;padding:16px;overflow:hidden auto}.login-theme-toggle{width:40px;height:40px;top:24px;right:24px}.login-stage{border-radius:24px;grid-template-columns:minmax(330px,1.06fr) minmax(280px,.94fr);width:min(860px,100%);height:auto;min-height:480px}.login-hero-panel{background-size:126px 74px;border-bottom:0;border-right:1px solid #e0dacfc7;min-height:0}.login-hero-orbit:before{width:min(34vw,280px)}.login-flow-scene{transform-origin:50%;transform:scale(.92)}.login-signal-strip{bottom:34px}.login-card{width:min(280px,100% - 40px);padding:28px 0}.login-card-head{margin-bottom:20px}.login-card .field input{min-height:46px}.password-toggle{width:36px;height:36px;top:6px;right:7px}.app-shell,.app-shell.sidebar-collapsed{grid-template-columns:1fr}.sidebar{display:none}.topbar{flex-wrap:nowrap;flex:none;height:auto;padding:12px 14px}.top-search-wrap{flex:auto;max-width:none}.top-search-panel{width:calc(100vw - 28px)}.top-quick-actions,.top-scope-pill strong{display:none}.page-context-header{flex-direction:column;align-items:flex-start;gap:8px}.page-context-main{flex-wrap:wrap;width:100%}.page-breadcrumb{max-width:100%}.page-context-side{justify-content:flex-start}.table-toolbar,.table-toolbar-actions{flex-wrap:wrap;align-items:stretch}.table-toolbar .search-box{flex:none;width:100%;height:36px}.table-result-count{width:fit-content}.topbar-spacer{display:none}.content-panel{padding:20px 16px 30px}.metrics,.overview-report-grid,.two-column,.modal-body,.identity-provider-grid,.identity-provider-grid.compact,.identity-template-grid,.identity-template-summary,.wizard-stepper,.wizard-project-grid,.wizard-choice-row,.wizard-form-grid,.wizard-model-list,.wizard-review-grid,.provider-modal-body,.provider-form-grid,.provider-access-options,.provider-credential-options,.provider-account-auth-grid,.provider-account-fields,.playground-shell,.playground-detail-strip,.model-catalog,.route-matrix,.request-history-layout{grid-template-columns:1fr}.playground-shell{height:auto;min-height:0}.playground-page{min-height:0}.overview-report-head,.overview-panel-head{flex-direction:column;align-items:stretch}.overview-range-tabs,.overview-metric-tabs{width:fit-content;max-width:100%;overflow-x:auto}.overview-side-stack{grid-template-columns:1fr}.overview-trend-panel{min-height:380px}.api-doc-shell{grid-template-columns:1fr}.api-doc-nav{max-height:none;position:static}.api-doc-nav-list{gap:12px;padding-bottom:2px;display:flex;overflow-x:auto}.api-doc-nav-group{min-width:238px}.api-doc-main-head,.api-doc-title{flex-direction:column;align-items:stretch}.api-doc-main-head a,.api-doc-endpoint{width:fit-content;max-width:100%}}@media (max-width:640px){.login-shell{align-items:start;padding:12px;overflow:auto}.login-theme-toggle{top:18px;right:18px}.login-stage{border-radius:22px;grid-template-columns:1fr;height:auto;min-height:calc(100dvh - 24px)}.login-hero-panel{background-size:118px 70px;border-bottom:1px solid #e0dacfc7;border-right:0;min-height:220px}.login-flow-scene{transform-origin:50%;width:440px;height:260px;transform:translate(-32px)scale(.74)}.login-signal-strip{display:none}.login-card{width:calc(100% - 32px);padding:30px 0 34px}.login-card-head{grid-template-columns:1fr;align-items:start;gap:14px;margin-bottom:24px}.login-card-head h1{font-size:32px}.login-language-switcher{max-width:100%;overflow-x:auto}.login-card .field{margin-bottom:20px}.login-card .field input{border-radius:14px;min-height:58px;padding:0 18px;font-size:18px}.password-field input{padding-right:58px}.password-toggle{width:44px;height:44px;top:7px;right:7px}.login-helper-row{flex-wrap:wrap;gap:12px;margin:2px 0 26px}.login-checkmark{border-radius:8px;width:28px;height:28px}.login-submit{border-radius:15px;height:60px}.login-helper-row,.table-toolbar,.request-history-toolbar,.pagination{align-items:stretch}.metrics{grid-template-columns:1fr}.wizard-step strong{white-space:normal}.api-key-wizard-body{padding:14px}.wizard-panel,.identity-template-card{min-height:0}.overview-share-content{grid-template-columns:1fr;justify-items:center}.overview-share-list{width:100%}.overview-chart{min-height:260px}.api-doc-main,.api-doc-content-card{padding:16px}.api-doc-main-head{min-height:0;padding:16px}.api-doc-quick-grid,.api-doc-detail-grid{grid-template-columns:1fr}.api-doc-nav-list{padding-bottom:0;display:grid;overflow:visible}.api-doc-nav-group{min-width:0}.api-doc-nav-item{grid-template-columns:50px minmax(0,1fr)}h1{font-size:22px}}@media (max-width:1180px){.executive-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.executive-report-head,.executive-panel-head{flex-direction:column;align-items:stretch}.executive-report-tools{justify-content:flex-start}.executive-grid{grid-template-columns:1fr}.executive-chart{min-width:720px}.executive-chart-wrap{overflow-x:auto}}@media (max-width:640px){.executive-report-head,.executive-chart-panel,.executive-department-panel,.executive-member-panel{padding:16px}.executive-kpi-grid{grid-template-columns:1fr}.executive-kpi{min-height:96px}.executive-kpi strong{font-size:24px}.executive-legend{justify-content:flex-start}.executive-rank-table{min-width:760px}}@media (max-width:1180px){.overview-workbench-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.overview-workbench-main,.overview-primary-action{grid-template-columns:1fr}.overview-workbench-main{display:grid}.overview-primary-action{align-items:stretch;display:grid}.overview-primary-action .button,.overview-readiness{width:100%}.overview-workbench-controls{grid-template-columns:minmax(0,1fr) 32px}.overview-workbench-grid{grid-template-columns:1fr}}
