:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#172033;font-synthesis:none;--ink: #172033;--muted: #667085;--line: #d8e1ee;--surface: #fff;--primary: #2563eb;--primary-hover: #1d4ed8;--primary-weak: #eaf2ff;--amber: #a35f08;--red: #b42318;--sidebar: #f8fafc;--scrollbar-thumb: #b3c0d4;--scrollbar-hover: #8799b5;--sidebar-scrollbar: #c1ccdc;--sidebar-scrollbar-hover: #94a3b8 }*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}.shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:238px;background:var(--sidebar);color:var(--ink);padding:18px 14px;display:flex;flex-direction:column;border-right:1px solid var(--line);z-index:20}.brand{display:flex;align-items:center;gap:10px;height:50px;padding:0 8px 16px;border-bottom:1px solid var(--line)}.brand-mark,.wordmark i{display:grid;place-items:center;width:32px;height:32px;background:#3b82f6;color:#fff;font-size:12px;font-weight:800;font-style:normal;border-radius:6px}.brand div{display:grid}.brand b{font-size:14px}.brand small{font-size:10px;color:var(--muted);margin-top:1px}.close{display:none!important;margin-left:auto}.sidebar nav{display:grid;gap:3px;margin-top:14px}.sidebar nav button{height:38px;border:0;background:transparent;color:#536176;display:flex;align-items:center;gap:11px;border-radius:6px;padding:0 11px;font-size:14px;line-height:1.4;text-align:left}.sidebar nav button svg{width:18px}.sidebar nav button:hover,.sidebar nav button.active{background:var(--primary-weak);color:var(--primary-hover)}.sidebar nav button.active{box-shadow:inset 3px 0 var(--primary)}.nav-section{text-transform:uppercase;font-size:10px;color:#8492a6;padding:15px 11px 4px;letter-spacing:.08em}.account{margin-top:auto;border-top:1px solid var(--line);padding:16px 5px 0;display:grid;grid-template-columns:34px 1fr 32px;gap:9px;align-items:center;min-width:0}.account>div{display:grid;min-width:0}.account b,.account small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account b{font-size:12px}.account small{font-size:10px;color:var(--muted)}.avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#dbeafe;color:#1d4ed8;text-transform:uppercase;font-size:13px;font-weight:700}.icon-btn{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;padding:0!important;border:0!important;border-radius:5px!important;background:transparent!important;color:inherit!important}.icon-btn:hover{background:#80808026!important}.icon-btn svg{width:18px}.main{margin-left:238px;padding:28px 32px 48px;min-height:100vh}.mobile-head{display:none}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.page-head h1{font-size:24px;line-height:1.3;margin:0;color:#172033}.page-head p{margin:5px 0 0;font-size:13px;color:var(--muted)}.page-actions{display:flex;gap:8px}.btn{height:38px;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:6px;padding:0 14px;display:inline-flex;gap:8px;align-items:center;justify-content:center;font-weight:600;font-size:13px}.btn svg{width:16px}.btn:hover{border-color:#9aacbf}.btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn.primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.btn.danger{color:var(--red)}.btn:disabled{opacity:.5;cursor:not-allowed}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);background:#fff;border-radius:7px;margin-bottom:22px}.stat{padding:20px 22px;border-right:1px solid var(--line);min-width:0}.stat:last-child{border-right:0}.stat small{color:var(--muted);font-size:12px}.stat strong{display:block;margin-top:7px;font-size:24px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stat em{display:block;font-style:normal;font-size:11px;color:#8a928d;margin-top:5px}.panel{background:#fff;border:1px solid var(--line);border-radius:7px;margin-bottom:20px}.panel-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--line)}.panel-head h2{font-size:14px;margin:0}.panel-head p{font-size:12px;color:var(--muted);margin:3px 0 0}.panel-body{padding:18px}.split{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:20px}.chart{height:210px;display:flex;align-items:flex-end;gap:7px;padding-top:18px;border-bottom:1px solid var(--line)}.bar-wrap{flex:1;height:100%;display:flex;align-items:flex-end;position:relative;min-width:5px}.bar{width:100%;background:#60a5fa;min-height:2px;border-radius:2px 2px 0 0}.bar-wrap:hover .bar{background:#2563eb}.bar-wrap span{display:none;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:#172033;color:#fff;padding:4px 6px;border-radius:4px;font-size:10px;white-space:nowrap;z-index:2}.bar-wrap:hover span{display:block}.empty{min-height:180px;display:grid;place-items:center;text-align:center;color:var(--muted);font-size:13px}.table-wrap{overflow:auto}.table{width:100%;border-collapse:separate;border-spacing:0;font-size:12px;white-space:nowrap}.panel>.tabs:first-child{border-radius:6px 6px 0 0}.panel>.table-wrap:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.panel>.table-wrap:last-child{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.panel>.table-wrap:first-child .table thead:first-child tr:first-child th:first-child{border-top-left-radius:6px}.panel>.table-wrap:first-child .table thead:first-child tr:first-child th:last-child{border-top-right-radius:6px}.panel>.table-wrap:last-child .table tbody:last-child tr:last-child td:first-child{border-bottom-left-radius:6px}.panel>.table-wrap:last-child .table tbody:last-child tr:last-child td:last-child{border-bottom-right-radius:6px}.table th{color:#667085;background:#fafbfa;font-weight:600;text-align:left;padding:11px 14px;border-bottom:1px solid var(--line)}.table td{padding:13px 14px;border-bottom:1px solid #edf0ee;max-width:280px;overflow:hidden;text-overflow:ellipsis}.table td.empty{display:table-cell;height:180px;min-height:0;max-width:none;text-align:center;vertical-align:middle}.table tr:last-child td{border-bottom:0}.table tbody tr:hover>td{background:#f8fafc}.mono{font-family:SFMono-Regular,Consolas,monospace}.status{display:inline-flex;align-items:center;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:650;background:#edf0ee;color:#59615c}.status.succeeded,.status.ready,.status.active,.status.key_enabled,.status.paid,.status.refunded{background:#e4f3e9;color:#16643b}.status.running,.status.processing,.status.refund_processing{background:#e5eef8;color:#245887}.status.failed,.status.suspended,.status.rejected,.status.payment_failed,.status.refund_abnormal{background:#fce8e6;color:#a92d25}.status.queued,.status.pending,.status.key_paused,.status.payment_configuration_required,.status.partially_refunded{background:#fff1d7;color:#89530e}.toolbar{display:flex;align-items:center;gap:9px;margin-bottom:14px}.input,.select,.textarea{border:1px solid #cbd5e1;border-radius:5px;background:#fff;color:var(--ink);font-size:13px;line-height:1.4;outline:none}.input,.select{height:34px;padding:0 10px}.input:focus,.select:focus,.textarea:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.toolbar .input{width:240px}.form{display:grid;gap:13px}.field{display:grid;gap:5px}.field label{font-size:12px;font-weight:600}.field small{font-size:11px;color:var(--muted)}.textarea{min-height:88px;padding:8px 10px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-error{background:#fff0ee;color:#a5251c;border:1px solid #f2ccc8;padding:9px 11px;border-radius:5px;font-size:12px}.form-success{background:#eaf5ed;color:#185e38;border:1px solid #c9e7d1;padding:9px 11px;border-radius:5px;font-size:12px}.modal-wrap{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:grid;place-items:center;padding:20px;z-index:50}.modal{background:#fff;width:min(560px,100%);max-height:calc(100vh - 40px);overflow:auto;border-radius:7px;box-shadow:0 20px 60px #0003}.modal.wide{width:min(960px,100%)}.modal>header{height:56px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 18px}.modal h2{font-size:16px;margin:0}.modal-body{padding:18px}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.14fr) minmax(430px,.86fr);background:#fff}.auth-panel{padding:clamp(48px,6vw,92px);display:flex;flex-direction:column;justify-content:center}.auth-panel>*{width:min(100%,440px);margin-inline:auto}.auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:46px;font-weight:700}.auth-brand .brand-mark{width:36px;height:36px}.auth-panel h1{font-size:25px;margin:0 0 7px}.auth-panel>p{color:var(--muted);font-size:13px;margin:0 0 28px}.auth-panel .form{gap:17px}.auth-link{font-size:12px;color:var(--primary);text-decoration:none}.task-result-link{display:inline-flex;align-items:center;gap:4px;line-height:1.4;white-space:nowrap}.task-result-link svg{display:block;flex:0 0 auto;width:13px;height:13px;stroke-width:2}.auth-foot{font-size:12px;color:var(--muted);margin-top:22px}.auth-scene{background:#eef6ff url(/login-workspace-illustration.png) center bottom / cover no-repeat;color:#14213d;display:flex;align-items:flex-start;justify-content:center;padding:clamp(48px,6vw,88px);position:relative;overflow:hidden}.auth-scene:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#f7fbfffa,#f7fbffdb 32%,#f7fbff5c,#f7fbff00 60%,#f7fbff00 72%)}.auth-scene-brand,.auth-scene-copy{position:relative;z-index:1}.auth-scene-brand{position:absolute;top:clamp(42px,5vw,76px);left:clamp(42px,5vw,76px);display:flex;align-items:center;gap:11px;font-weight:750;font-size:15px}.auth-scene-brand .brand-mark{width:38px;height:38px}.auth-scene-copy{width:min(100%,650px);margin-top:clamp(82px,10vh,118px);text-align:center}.auth-scene h2{font-size:clamp(28px,2.25vw,40px);line-height:1.3;margin:0 0 14px;letter-spacing:0}.auth-scene p{max-width:640px;margin:0 auto;color:#536984;line-height:1.7;font-size:14px}.code-block{background:#0f172a;color:#dbeafe;border-radius:6px;padding:15px;overflow:auto;font:12px/1.7 SFMono-Regular,Consolas,monospace;white-space:pre}.tabs{display:flex;border-bottom:1px solid var(--line);gap:20px;padding:0 18px}.tab{height:45px;border:0;background:transparent;color:var(--muted);font-size:12px;font-weight:600;border-bottom:2px solid transparent}.tab.active{color:var(--primary);border-bottom-color:var(--primary)}.notice{border-left:3px solid #d59a36;background:#fff9eb;padding:12px 14px;color:#6d4b15;font-size:12px;line-height:1.6}.key-secret{display:flex;align-items:center;gap:8px;background:#f4f7fb;border:1px solid var(--line);padding:10px;border-radius:5px;word-break:break-all}.key-secret code{flex:1;font-size:11px}.switch{position:relative;width:38px;height:22px;border-radius:11px;background:#b8c4d4;border:0;padding:0}.switch:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;top:3px;left:3px;transition:.18s}.switch.on{background:var(--primary)}.switch.on:after{left:19px}.pagination{padding:13px 15px;display:flex;justify-content:flex-end;color:var(--muted);font-size:11px}.sidebar .close{display:none!important}.auth-verification-sent{display:grid;gap:14px}.auth-verification-sent .btn{width:100%}.admin-task-filters{padding:14px 16px;margin:0;border-bottom:1px solid var(--line);flex-wrap:wrap}.admin-task-filters .search-input{position:relative;flex:1;min-width:260px}.admin-task-filters .search-input>svg{position:absolute;left:11px;top:10px;width:17px;color:var(--muted)}.admin-task-filters .search-input .input{width:100%;padding-left:36px}.billing-check{display:inline-flex;padding:3px 8px;border-radius:4px;font-size:10px;font-weight:650;background:#edf0ee;color:#59615c}.billing-check.matched{background:#e4f3e9;color:#16643b}.billing-check.pending{background:#fff1d7;color:#89530e}.billing-check.mismatch{background:#fce8e6;color:#a92d25}.sidebar .brand{flex:none}.sidebar nav{grid-auto-rows:max-content;align-content:start;min-height:0;flex:1;overflow-y:auto;padding-right:2px;scrollbar-width:thin;scrollbar-color:var(--sidebar-scrollbar) var(--sidebar)}.sidebar nav::-webkit-scrollbar{width:9px}.sidebar nav::-webkit-scrollbar-track{background:var(--sidebar);border-radius:999px}.sidebar nav::-webkit-scrollbar-thumb{background:var(--sidebar-scrollbar);border:2px solid var(--sidebar);border-radius:999px}.sidebar nav::-webkit-scrollbar-thumb:hover{background:var(--sidebar-scrollbar-hover)}.sidebar .account{margin-top:12px;flex:none}.recharge-tabs{padding-top:6px;background:#fafbfa}.recharge-tabs .tab span{display:inline-grid;place-items:center;min-width:18px;height:18px;margin-left:4px;padding:0 5px;border-radius:9px;background:#fff1d7;color:#89530e;font-size:10px}.recharge-filters{padding:14px 16px 0;margin-bottom:14px}.recharge-filters small{margin-left:auto;color:var(--muted)}.recharge-pagination{align-items:center;gap:5px;border-top:1px solid var(--line)}.recharge-pagination span{margin-right:5px}.recharge-pagination .icon-btn:disabled{opacity:.35;cursor:not-allowed}.list-pagination{min-height:59px;align-items:center;gap:8px;border-top:1px solid var(--line);flex-wrap:wrap}.list-pagination>span:first-child{margin-right:auto}.list-pagination label{display:flex;align-items:center;gap:6px}.pagination-size{width:68px;height:32px;padding:0 8px}.list-pagination .icon-btn:disabled{opacity:.35;cursor:not-allowed}.docs-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:20px;align-items:start}.docs-nav{position:sticky;top:24px;padding:10px 0;max-height:calc(100vh - 48px);overflow:auto}.docs-nav-title{padding:7px 15px 10px;color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.docs-nav a{display:block;padding:7px 15px;color:#536176;text-decoration:none;font-size:12px;border-left:2px solid transparent}.docs-nav a:hover,.docs-nav a.active{color:var(--primary);background:#eef4ff;border-left-color:var(--primary)}.docs-nav a.active{font-weight:650}.docs-content{min-width:0}.doc-section{scroll-margin-top:20px}.doc-title,.endpoint-head{display:flex;align-items:center;gap:10px;padding:16px 18px;border-bottom:1px solid var(--line)}.doc-title h2{font-size:16px;margin:2px 0 0}.doc-kicker{font-size:10px;color:var(--primary);font-weight:700;text-transform:uppercase;letter-spacing:.06em}.endpoint-head{flex-wrap:wrap}.endpoint-head>code{font-size:13px;font-weight:650;overflow-wrap:anywhere}.endpoint-head>span:last-child{color:var(--muted);font-size:12px;margin-left:auto}.method{flex:0 0 auto;min-width:54px;padding:4px 7px;border-radius:4px;text-align:center;font:700 10px/1.2 SFMono-Regular,Consolas,monospace}.method.get{background:#e5eef8;color:#245887}.method.post{background:#e4f3e9;color:#16643b}.method.delete{background:#fce8e6;color:#a92d25}.doc-body{padding:18px;color:#344054;font-size:13px;line-height:1.75}.doc-body>p:first-child{margin-top:0}.doc-body h3{font-size:13px;color:var(--ink);margin:22px 0 8px}.doc-body code{font-family:SFMono-Regular,Consolas,monospace;font-size:11px;background:#f2f6fb;border:1px solid #dfe7f2;border-radius:3px;padding:1px 4px;overflow-wrap:anywhere}.doc-callout{display:grid;grid-template-columns:110px 1fr;gap:12px;margin:16px 0;padding:12px 14px;border-left:3px solid #3b82f6;background:#eef4ff}.doc-callout.warning{border-left-color:#d59a36;background:#fff9eb}.doc-callout strong{font-size:12px;color:var(--ink)}.doc-callout span{font-size:12px}.doc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--line);border-radius:5px;margin:16px 0}.doc-grid>div{min-width:0;padding:13px;border-right:1px solid var(--line)}.doc-grid>div:last-child{border-right:0}.doc-grid strong{display:block;font-size:11px;margin-bottom:6px}.doc-grid code{display:block;white-space:normal}.doc-list{padding-left:20px;margin:8px 0}.doc-list li{margin:5px 0}.doc-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:5px}.doc-table{width:100%;min-width:620px;border-collapse:collapse;font-size:12px;line-height:1.5}.doc-table th{text-align:left;color:#667085;background:#f8fafc;font-weight:650;padding:9px 11px;border-bottom:1px solid var(--line)}.doc-table td{padding:10px 11px;border-bottom:1px solid #edf0ee;vertical-align:top}.doc-table tr:last-child td{border-bottom:0}.code-shell{position:relative;margin:8px 0 16px;background:#0f172a;border-radius:6px;overflow:hidden}.code-shell pre{margin:0;padding:15px 48px 15px 15px;overflow:auto;color:#dbeafe;font:12px/1.7 SFMono-Regular,Consolas,monospace;white-space:pre}.code-shell.compact pre{padding-top:12px;padding-bottom:12px}.code-copy{position:absolute;top:8px;right:8px;z-index:1;display:grid;place-items:center;width:30px;height:30px;border:1px solid #334155;border-radius:4px;background:#1e293b;color:#cbd5e1}.code-copy:hover{background:#334155;color:#fff}.code-copy svg{width:14px}.doc-section .code-shell code{background:transparent;border:0}.file-picker{min-height:66px;border:1px solid #cbd5e1;border-radius:6px;background:#fafbfa;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;padding:10px 10px 10px 12px}.file-picker:focus-within{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.file-picker-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.file-picker-icon{width:38px;height:38px;border-radius:5px;background:#edf2f8;color:#64748b;display:grid;place-items:center}.file-picker-icon svg{width:18px}.file-picker.selected .file-picker-icon{background:var(--primary-weak);color:var(--primary)}.file-picker-info{display:grid;gap:3px;min-width:0}.file-picker-info strong{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-picker-info small{font-size:10px;color:var(--muted)}.file-picker-action{flex:none;background:#fff}.file-picker-action svg{width:15px}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.choice-btn{min-height:62px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:var(--ink);padding:10px 12px;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:9px;text-align:left}.choice-btn>svg{width:21px;color:#6d756f}.choice-btn>span{display:grid;gap:3px;min-width:0}.choice-btn b{font-size:12px}.choice-btn small{font-size:10px;color:var(--muted)}.choice-btn:hover,.amount-btn:hover{border-color:#94a3b8}.choice-btn.active,.amount-btn.active{border-color:var(--primary);background:var(--primary-weak);color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary)}.choice-btn.active>svg{color:var(--primary)}.amount-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.amount-btn{height:42px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:var(--ink);display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 8px;font-size:12px;font-weight:650}.amount-btn svg{width:14px}.amount-grid+.input{margin-top:2px}.review-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;padding:12px 14px;border:1px solid var(--line);background:#fafbfa;border-radius:6px}.review-summary>div{display:grid;gap:4px;min-width:0}.review-summary small{font-size:10px;color:var(--muted)}.review-summary strong{font-size:13px;overflow:hidden;text-overflow:ellipsis}.proof-preview{display:grid;justify-items:center;gap:9px;border:1px solid var(--line);border-radius:6px;background:#f5f7fb;padding:10px}.proof-preview img{display:block;width:100%;height:280px;border:0;border-radius:4px;background:#fff;object-fit:contain}.proof-pdf-notice{width:100%;min-height:100px;display:grid;place-items:center;padding:18px;border:1px dashed #cbd5e1;border-radius:4px;background:#fff;color:var(--muted);font-size:12px;text-align:center}.proof-empty{min-height:100px;border:1px dashed #cbd5e1;border-radius:6px}.review-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:3px}@media(max-width:980px){.stats{grid-template-columns:1fr 1fr}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid var(--line)}.split{grid-template-columns:1fr}.auth-panel,.auth-scene{padding:45px}.auth-scene h2{font-size:28px}}@media(max-width:980px){.docs-layout{grid-template-columns:1fr}.docs-nav{position:sticky;top:56px;z-index:8;display:flex;gap:2px;overflow-x:auto;max-height:none;padding:6px;background:#fff}.docs-nav-title{display:none}.docs-nav a{white-space:nowrap;border-left:0;border-bottom:2px solid transparent;padding:7px 10px}.docs-nav a:hover,.docs-nav a.active{border-left:0;border-bottom-color:var(--primary)}.doc-section{scroll-margin-top:112px}.doc-grid{grid-template-columns:1fr}.doc-grid>div{border-right:0;border-bottom:1px solid var(--line)}.doc-grid>div:last-child{border-bottom:0}}.reference-picker{display:grid;gap:8px}.reference-trigger{min-height:62px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:var(--ink);display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;text-align:left}.reference-trigger:hover{border-color:#94a3b8}.reference-trigger>svg{width:20px;color:var(--primary)}.reference-trigger>span,.reference-selected-row>span,.reference-row-info{display:grid;gap:3px;min-width:0}.reference-trigger b,.reference-selected-row b,.reference-row-info b{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reference-trigger small,.reference-selected-row small,.reference-row-info small{font-size:10px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reference-selected{border:1px solid var(--line);border-radius:6px;overflow:hidden}.reference-selected-row{min-height:48px;display:grid;grid-template-columns:22px minmax(0,1fr) 34px;gap:9px;align-items:center;padding:6px 8px 6px 11px;border-bottom:1px solid #edf0ee}.reference-selected-row:last-child{border-bottom:0}.reference-selected-row>svg{width:17px;color:#64748b}.reference-dialog{display:grid;gap:12px}.reference-search{position:relative}.reference-search>svg{position:absolute;z-index:1;left:11px;top:10px;width:17px;color:var(--muted)}.reference-search .input{width:100%;padding-left:36px}.reference-tabs{display:flex;gap:4px}.reference-tab{height:32px;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--muted);padding:0 13px;font-size:11px;font-weight:650}.reference-tab.active{border-color:var(--primary);background:var(--primary-weak);color:var(--primary)}.reference-list{height:min(390px,45vh);overflow:auto;border:1px solid var(--line);border-radius:6px}.reference-row{width:100%;min-height:58px;border:0;border-bottom:1px solid #edf0ee;background:#fff;color:var(--ink);display:grid;grid-template-columns:20px 24px minmax(0,1fr) 20px;align-items:center;gap:9px;padding:8px 11px;text-align:left}.reference-row:last-child{border-bottom:0}.reference-row:hover{background:#f8fafc}.reference-row.selected{background:#eef4ff}.reference-check{width:17px;height:17px;border:1px solid #b8c4d4;border-radius:4px;display:flex;align-items:center;justify-content:center;justify-self:center;align-self:center;line-height:0}.reference-row.selected .reference-check{border-color:var(--primary);background:var(--primary);color:#fff}.reference-check svg{display:block;width:12px;height:12px}.reference-type-icon{display:block;width:18px;height:18px;justify-self:center;align-self:center;color:#64748b}.reference-source-icon{display:block;width:15px;height:15px;justify-self:center;align-self:center;color:var(--primary)}.reference-row-info{align-self:center;justify-self:stretch;line-height:1.35}.reference-row-info b,.reference-row-info small{display:block}.reference-empty{height:100%;display:grid;place-items:center;color:var(--muted);font-size:12px}.reference-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.reference-actions>span{margin-right:auto;color:var(--muted);font-size:11px}@media(max-width:720px){.mobile-head{position:sticky;top:0;z-index:10;height:56px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 14px}.wordmark{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700}.wordmark i{width:27px;height:27px}.mobile-head .avatar{width:30px;height:30px}.sidebar{transform:translate(-100%);transition:.2s;width:250px}.sidebar.open{transform:translate(0)}.sidebar .close{display:grid!important}.sidebar nav button{height:42px}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;border:0;z-index:15}.main{margin-left:0;padding:20px 14px 36px}.page-head{align-items:center}.page-head h1{font-size:20px}.page-head p{display:none}.stats{grid-template-columns:1fr 1fr}.stat{padding:16px}.stat strong{font-size:19px}.toolbar{flex-wrap:wrap}.toolbar .input{width:100%}.auth-page{grid-template-columns:1fr}.auth-panel{padding:36px 24px}.auth-scene{display:none}.auth-brand{margin-bottom:38px}.form-row{grid-template-columns:1fr}.modal-wrap{padding:10px}.modal{max-height:calc(100vh - 20px)}.file-picker{grid-template-columns:34px minmax(0,1fr);padding:10px}.file-picker-icon{width:34px;height:34px}.file-picker-action{grid-column:1/-1;width:100%}.choice-grid,.amount-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.table td,.table th{padding:11px 12px}.list-pagination>span:first-child{width:100%;margin-right:0}.doc-body{padding:14px}.endpoint-head{align-items:flex-start}.endpoint-head>span:last-child{width:100%;margin-left:64px}.doc-callout{grid-template-columns:1fr;gap:4px}.doc-table{min-width:560px}.code-shell pre{font-size:11px}.docs-nav{margin-bottom:12px}}:where(html,.table-wrap,.docs-nav,.reference-list,.modal,.code-shell pre){scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}:where(html,.table-wrap,.docs-nav,.reference-list,.modal,.code-shell pre)::-webkit-scrollbar{width:9px;height:9px}:where(html,.table-wrap,.docs-nav,.reference-list,.modal,.code-shell pre)::-webkit-scrollbar-track{background:transparent}:where(html,.table-wrap,.docs-nav,.reference-list,.modal,.code-shell pre)::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);background-clip:padding-box;border:2px solid transparent;border-radius:999px}:where(html,.table-wrap,.docs-nav,.reference-list,.modal,.code-shell pre)::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-hover);background-clip:padding-box}:where(html,.table-wrap,.docs-nav,.reference-list,.modal,.code-shell pre)::-webkit-scrollbar-corner{background:transparent}:root{color:#202936;--ink: #202936;--muted: #66758a;--line: #e0e8f1;--surface: #fff;--primary: #527cf2;--primary-hover: #3f68df;--primary-weak: #edf3ff;--sidebar: #fff;--canvas: #F8F9FF;--scrollbar-thumb: #b7c5d7;--scrollbar-hover: #8fa2ba;--sidebar-scrollbar: #d3dce8;--sidebar-scrollbar-hover: #a7b6c9 }body,.shell,.main{background:var(--canvas);color:var(--ink)}.sidebar{background:var(--sidebar);border-right-color:#e3eaf2;box-shadow:3px 0 16px #2c446206}.brand{border-bottom-color:#e5ebf2}.brand b,.account b{color:#202936}.brand small,.account small{color:#718096}.brand-mark,.wordmark i{background:#2563eb}.sidebar nav button{color:#333}.sidebar nav button svg{color:#7b8797}.sidebar nav button:hover{background:#f3f7fd;color:#456edf}.sidebar nav button:hover svg{color:#527cf2}.sidebar nav button.active{background:#eaf2ff;color:#456edf;box-shadow:inset 3px 0 #527cf2}.sidebar nav button.active svg{color:#527cf2}.nav-section{color:#8390a1;font-weight:700}.account{border-top-color:#e5ebf2}.avatar{background:#e8f3ff;color:#3f68df}.icon-btn:hover{background:#edf4ff!important;color:#1d4ed8!important}.page-head h1{color:#202936}.page-head p{color:#66758a}.panel,.stats{background:#fff;border-color:#f2f3f5;box-shadow:0 2px 8px #283e5b09}.panel-head,.modal>header,.tabs,.admin-task-filters{border-color:#e5ebf2}.panel-head h2,.doc-title h2,.modal h2,.field label{color:#273142}.panel-head p,.stat small,.field small,.pagination,.recharge-filters small{color:#6f7d90}.stat{border-color:#e5ebf2}.stat strong{color:#202936}.stat em{color:#7b8798}.btn{border-color:#d5dee9;background:#fff;color:#2f3b4d}.btn:hover{border-color:#9db0c8;background:#f7faff}.btn.primary{background:#527cf2;border-color:#527cf2;color:#fff}.btn.primary:hover{background:#3f68df;border-color:#3f68df}.input,.select,.textarea{border-color:#d2dce8;background:#fbfcfe;color:#273142}.input::placeholder,.textarea::placeholder{color:#98a3b1}.table th,.doc-table th{color:#566579;background:#f6f9fc;border-bottom-color:#e3eaf2}.table td,.doc-table td,.reference-selected-row,.reference-row{color:#354154;border-bottom-color:#edf1f5}.table tbody tr:hover>td,.reference-row:hover{background:#f7faff}.empty,.reference-empty{color:#7a8799}.status,.billing-check{background:#edf1f5;color:#596779}.tabs,.recharge-tabs{background:#fff}.tab{color:#6f7d90}.tab.active{color:#456edf}.key-secret,.file-picker,.review-summary,.proof-preview{background:#f8fafc;border-color:#e0e7ef}.file-picker-icon{background:#edf3fa;color:#62758d}.choice-btn>svg{color:#687a91}.choice-btn,.amount-btn,.reference-trigger,.reference-tab,.reference-row{border-color:#d7e0ea;background:#fff;color:#334155}.choice-btn:hover,.amount-btn:hover,.reference-trigger:hover{border-color:#9fb1c6;background:#f7faff}.reference-row.selected,.docs-nav a:hover,.docs-nav a.active{background:#edf3ff}.docs-nav-title{color:#768498}.docs-nav a{color:#526176}.doc-body{color:#3c485a}.doc-body code{background:#f0f5fb;border-color:#dce5ef;color:#2b588d}.doc-table-wrap,.doc-grid,.reference-selected,.reference-list{border-color:#e0e7ef}.doc-callout{background:#edf4ff}.recharge-tabs .tab span{background:#fff0cf;color:#774a08}.mobile-head{background:#fff;border-bottom-color:#e3eaf2}.stats{overflow:hidden}.stats .stat:nth-child(1){box-shadow:inset 0 3px #5b83f1}.stats .stat:nth-child(2){box-shadow:inset 0 3px #41b7ca}.stats .stat:nth-child(3){box-shadow:inset 0 3px #9b6cf2}.stats .stat:nth-child(4){box-shadow:inset 0 3px #ff9b73}.auth-page,.auth-panel{background:#fff}.auth-panel .input{height:42px;background:#f7f9fc}.auth-panel .btn{height:42px}.auth-panel .auth-brand{display:none}.auth-panel>h1,.auth-panel>p{margin-right:auto;margin-left:auto}.brand-mark,.wordmark img{display:block;width:32px;height:32px;object-fit:contain;background:transparent;border-radius:0;flex:none}.auth-brand .brand-mark{width:38px;height:38px}@media(max-width:860px){.auth-page{grid-template-columns:1fr}.auth-scene{display:none}.auth-panel .auth-brand{display:flex}}@media(max-width:720px){.wordmark img{width:28px;height:28px}.auth-panel .auth-brand{display:flex}}.page-head{position:relative;align-items:center;min-height:52px;margin:-28px -32px 26px;padding:22px 32px 20px;border-bottom:1px solid #e4eaf3;background:#fff;box-shadow:0 3px 12px #2d456509}.page-title-block{display:flex;align-items:center;min-width:0;gap:13px}.page-title-icon{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border:1px solid #cfe0ff;border-radius:8px;background:var(--primary-weak);color:var(--primary);box-shadow:0 5px 14px #527cf21a}.page-title-icon svg{width:23px;height:23px;stroke-width:2.2}.page-title-copy{min-width:0}.page-head .page-title-copy h1{color:#355fc9;font-size:20px;font-weight:750;line-height:1}.page-head .page-title-copy p{margin-top:7px;color:#5f6f85;font-size:13px;line-height:1.5}@media(max-width:720px){.page-head{align-items:flex-start;flex-wrap:wrap;gap:14px;min-height:44px;margin:-20px -14px 22px;padding:16px 14px 17px}.page-head:after{left:14px;width:54px}.page-title-block{align-items:flex-start;gap:11px;flex:1 1 210px}.page-title-icon{width:40px;height:40px;flex-basis:40px}.page-title-icon svg{width:21px;height:21px}.page-head .page-title-copy h1{font-size:20px}.page-head .page-title-copy p{display:block;margin-top:5px;font-size:12px}.page-actions{flex-wrap:wrap;margin-left:51px}}
