:root{color:#171a19;font-synthesis:none;letter-spacing:0;--green:#078f57;--green-dark:#057446;--green-soft:#eaf7f0;--border:#dfe3e1;--muted:#737b77;--surface:#fff;--danger:#df4438;--amber:#d89400;background:#f7f8f7;font-family:Inter,Noto Sans SC,Microsoft YaHei,system-ui,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.56}a{color:inherit}.center-page{min-height:100vh;color:var(--muted);justify-content:center;align-items:center;gap:10px;display:flex}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.brand{color:#101312;align-items:center;gap:9px;text-decoration:none;display:inline-flex}.brand strong{font-size:21px;line-height:1}.brand-mark{color:#fff;background:var(--green);border-radius:6px;place-items:center;width:30px;height:30px;display:grid}.login-page{background:#f4f6f5;place-items:center;min-height:100vh;padding:24px;display:grid}.login-panel{background:var(--surface);border:1px solid var(--border);border-radius:6px;width:min(100%,420px);padding:38px;box-shadow:0 18px 55px #15261e14}.login-heading{margin:50px 0 28px}.login-heading h1{margin:0 0 8px;font-size:26px;line-height:1.25}.login-heading p{color:var(--muted);margin:0}.login-form{gap:18px;display:grid}.login-form,.login-form label,.login-form input{width:100%;min-width:0}.login-form label,.inline-form label{color:#333936;gap:7px;font-size:14px;font-weight:600;display:grid}input,textarea,select{color:#171a19;background:#fff;border:1px solid #cfd5d2;border-radius:5px;outline:none;transition:border-color .16s,box-shadow .16s}input:focus,textarea:focus,select:focus{border-color:var(--green);box-shadow:0 0 0 3px #078f571c}.login-form input{height:44px;padding:0 12px}.primary-button,.secondary-button,.danger-button,.icon-text-button{white-space:nowrap;border:0;justify-content:center;align-items:center;gap:8px;display:inline-flex}.primary-button{background:var(--green);color:#fff;border-radius:5px;min-height:44px;padding:0 18px;font-weight:700}.primary-button:hover:not(:disabled){background:var(--green-dark)}.secondary-button{border:1px solid var(--border);color:#303633;background:#fff;border-radius:5px;min-height:36px;padding:0 12px;font-size:14px;font-weight:600}.secondary-button:hover{background:#fafbfa;border-color:#adb6b1}.danger-button{color:#aa2e25;background:#fff;border:1px solid #efcfcc;border-radius:5px;min-height:36px;padding:0 12px;font-size:14px;font-weight:600}.danger-button:hover:not(:disabled){background:#fff4f3;border-color:#e6aaa5}.form-error{color:#a72920;background:#fff4f3;border:1px solid #f2cbc7;border-radius:5px;align-items:center;gap:7px;min-height:36px;padding:8px 10px;font-size:13px;display:flex}.form-success{color:#196b47;background:#f0faf5;border:1px solid #b9ddca;border-radius:5px;align-items:center;gap:7px;min-height:36px;padding:8px 10px;font-size:13px;display:flex}.app-shell{background:#f8f9f8;min-height:100vh}.topbar{border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;height:68px;padding:0 26px;display:flex}.topbar-actions{align-items:center;gap:28px;display:flex}.customer-nav{align-self:stretch;align-items:stretch;gap:18px;display:flex}.customer-nav button{color:#6a726e;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:7px;padding:0 3px;font-size:14px;font-weight:700;display:flex}.customer-nav button:hover,.customer-nav button.active{color:#202522;border-bottom-color:var(--green)}.points{color:#343936;align-items:center;gap:8px;font-size:14px;display:flex}.points strong{color:var(--green);margin-left:4px;font-size:21px}.icon-text-button{color:#404642;background:0 0;border-radius:4px;padding:8px}.icon-text-button:hover{background:#f2f4f3}.api-workspace{width:min(1180px,100% - 32px);margin:0 auto;padding:34px 0 60px}.api-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.api-heading h1{margin:0 0 6px;font-size:25px}.api-heading p{color:var(--muted);margin:0;font-size:14px}.api-key-status{border:1px solid var(--border);color:#666e6a;background:#fff;border-radius:5px;align-items:center;gap:7px;padding:8px 10px;font-size:12px;display:inline-flex}.api-key-status i{background:#a0a7a3;border-radius:50%;width:8px;height:8px}.api-key-status.active i{background:var(--green)}.api-key-panel{border:1px solid var(--border);background:#fff;border-radius:6px;gap:12px;padding:20px;display:grid}.api-key-title{justify-content:space-between;align-items:center;gap:18px;display:flex}.api-key-title>div:first-child{align-items:center;gap:11px;min-width:0;display:flex}.api-key-title>div:first-child>svg{color:var(--green);flex:none}.api-key-title>div:first-child>div{gap:4px;min-width:0;display:grid}.api-key-title strong{font-size:15px}.api-key-title span{overflow-wrap:anywhere;color:var(--muted);font-size:12px}.api-key-actions{gap:8px;display:flex}.plain-key-output{background:#f0faf5;border:1px solid #b9ddca;border-radius:5px;grid-template-columns:minmax(0,1fr) 36px;align-items:center;gap:10px;min-width:0;padding:12px;display:grid}.plain-key-output>div{gap:6px;min-width:0;display:grid}.plain-key-output strong{color:#196b47;font-size:12px}.plain-key-output code{overflow-wrap:anywhere;color:#153d2c;font-size:13px}.icon-square-button,.code-examples header button{color:#56615b;background:0 0;border:0;border-radius:4px;place-items:center;width:34px;height:34px;padding:0;display:grid}.icon-square-button:hover,.code-examples header button:hover{color:var(--green-dark);background:#e1f1e8}.api-reference{margin-top:28px}.api-reference>header{justify-content:space-between;align-items:end;gap:16px;margin-bottom:11px;display:flex}.api-reference h2{margin:0;font-size:18px}.api-reference>header span{color:var(--muted);font-size:12px}.endpoint-list{border-top:1px solid var(--border);background:#fff}.endpoint-list>div{border:1px solid var(--border);border-top:0;grid-template-columns:62px minmax(230px,.8fr) minmax(260px,1.2fr);align-items:center;gap:14px;min-height:58px;padding:10px 14px;display:grid}.endpoint-list code{overflow-wrap:anywhere;color:#27302b;font-size:13px}.endpoint-list p{color:var(--muted);margin:0;font-size:13px}.method-badge{color:#146cae;text-align:center;background:#e9f3fb;border-radius:4px;width:54px;padding:5px 0;font-size:11px;font-weight:800}.method-badge.post{background:var(--green-soft);color:var(--green-dark)}.code-examples{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:28px;display:grid}.code-examples article{background:#17201c;border:1px solid #29332e;border-radius:6px;min-width:0;overflow:hidden}.code-examples article>header{color:#e8eee9;border-bottom:1px solid #303b35;justify-content:space-between;align-items:center;gap:10px;min-height:46px;padding:0 12px 0 15px;display:flex}.code-examples article>header strong{font-size:13px}.code-examples header button{color:#aebbb4}.code-examples header button:hover{color:#fff;background:#2d3933}.code-examples pre{color:#c6e4d2;white-space:pre-wrap;overflow-wrap:anywhere;min-height:180px;margin:0;padding:15px;font-size:11px;line-height:1.65;overflow:auto}.workspace{grid-template-columns:minmax(360px,520px) minmax(600px,1fr);gap:16px;width:100%;min-height:calc(100vh - 68px);padding:16px;display:grid}.create-panel,.task-panel{border:1px solid var(--border);background:#fff;border-radius:6px}.create-panel{flex-direction:column;gap:20px;padding:20px;display:flex}.create-panel h1,.task-panel h2{margin:0;font-size:20px;line-height:1.3}.create-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.create-heading>div:first-child{gap:3px;display:grid}.create-heading>div:first-child>span{color:var(--muted);font-size:12px}.create-tabs{border-bottom:1px solid var(--border);margin:-20px -20px 0;padding:0 20px;display:flex}.create-tabs button{height:48px;color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:7px;padding:0 5px;font-weight:700;display:flex}.create-tabs button.active{border-bottom-color:var(--green);color:#202522}.generation-settings{grid-template-columns:minmax(0,.8fr) minmax(0,1.35fr);gap:10px;display:grid}.generation-settings label{color:#333936;gap:7px;min-width:0;font-size:12px;font-weight:700;display:grid}.generation-settings select{text-overflow:ellipsis;width:100%;min-width:0;height:40px;padding:0 30px 0 10px;font-size:12px;overflow:hidden}.generation-settings select:disabled{opacity:1;color:#343a36;background:#f7f8f7}.field-label{color:#252a27;gap:9px;font-size:14px;font-weight:700;display:grid;position:relative}.field-title{align-items:center;gap:7px;display:flex}.required-note{color:var(--danger);font-size:11px;font-weight:600}.field-label textarea{resize:vertical;min-height:148px;padding:13px;font-size:14px;font-weight:400;line-height:1.6}.counter{color:#8a928e;font-size:12px;font-weight:400;position:absolute;bottom:9px;right:10px}.upload-box{color:#646d68;cursor:pointer;border:1px dashed #bfc7c3;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:100px;font-size:13px;font-weight:400;display:flex}.upload-box:hover{border-color:var(--green);background:#fbfefc}.upload-box input{display:none}.upload-box strong{color:#3b423e;white-space:nowrap;text-overflow:ellipsis;max-width:90%;font-size:13px;overflow:hidden}.upload-box span{color:#929994;font-size:12px}.reference-field{min-width:0}.reference-list{gap:7px;display:grid}.reference-item{background:#fbfcfb;border:1px solid #dce1de;border-radius:5px;grid-template-columns:54px minmax(0,1fr) 34px;align-items:center;gap:10px;min-width:0;min-height:58px;display:grid;overflow:hidden}.reference-thumb{color:#4d6559;background:#edf1ef;place-items:center;width:54px;height:56px;display:grid;overflow:hidden}.reference-thumb img,.reference-thumb video{object-fit:cover;width:100%;height:100%}.reference-item>div:nth-child(2){gap:4px;min-width:0;display:grid}.reference-item strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.reference-item span{color:var(--muted);font-size:11px;font-weight:500}.reference-item>button,.task-actions button,.task-actions a,.preview-dialog header button{color:#68706c;background:0 0;border:0;border-radius:4px;place-items:center;width:32px;height:32px;padding:0;text-decoration:none;display:grid}.reference-item>button:hover,.preview-dialog header button:hover{color:var(--danger);background:#eff2f0}.limit-note{color:#818985;margin:0;font-size:11px;font-weight:400;line-height:1.5}.duration-control{border:0;margin:0;padding:0}.duration-control>div:first-child{justify-content:space-between;align-items:center;margin-bottom:11px;display:flex}.duration-control legend{color:#252a27;font-size:14px;font-weight:700}.duration-control output{min-width:52px;color:var(--green-dark);text-align:center;border:1px solid #d6dbd8;border-radius:4px;padding:5px 8px;font-size:13px;font-weight:700}.duration-control input{width:100%;height:18px;accent-color:var(--green);cursor:pointer;box-shadow:none;margin:0;padding:0}.range-labels{color:#8a928e;justify-content:space-between;margin-top:3px;font-size:10px;display:flex}.cost-row{border-top:1px solid #eceeec;justify-content:space-between;align-items:center;padding-top:17px;font-size:14px;display:flex}.cost-row strong{color:var(--green);font-size:17px}.create-button{width:100%;margin-top:auto}.task-panel{min-width:0;padding:20px}.task-heading{justify-content:space-between;align-items:center;margin-bottom:17px;display:flex}.task-heading span{color:var(--muted);font-size:12px}.table-wrap{border:1px solid var(--border);border-radius:5px;min-height:520px;overflow:auto}table{border-collapse:collapse;table-layout:fixed;width:100%}th{color:#4c534f;text-align:left;background:#fafbfa;font-size:12px;font-weight:700}th,td{border-bottom:1px solid #e8ebe9;padding:13px 16px}th:not(:last-child),td:not(:last-child){border-right:1px solid #eceeec}.task-panel th:first-child{width:38%}.task-panel th:nth-child(2){width:19%}.task-panel th:nth-child(3){width:28%}.task-panel th:nth-child(4){width:15%}td{color:#3d433f;font-size:13px}td strong,td span{display:block}td strong{text-overflow:ellipsis;white-space:nowrap;color:#262b28;font-size:13px;overflow:hidden}td>span{color:#838b87;margin-top:4px;font-size:11px}.task-status{color:#303633;align-items:center;gap:8px;margin:0;font-size:13px;display:inline-flex}.task-status i{background:#9aa19d;border-radius:50%;width:8px;height:8px}.task-status.queued i{background:#ecaa00}.task-status.generating i{background:#2689df}.task-status.completed i{background:var(--green)}.task-status.refunded i{background:#ec4c40}.task-progress{gap:4px;min-width:170px;display:grid}.task-progress .provider-detail{color:#4d5651;white-space:normal;font-size:11px;line-height:1.35}.task-progress .provider-error{color:#b3352b;white-space:normal;font-size:11px;line-height:1.4}.task-progress .provider-code,.task-progress .provider-updated{color:#8a918d;font-size:10px}.task-actions{align-items:center;gap:3px;display:flex}.task-actions button:hover,.task-actions a:hover{background:var(--green-soft);color:var(--green-dark)}.preview-overlay{z-index:100;background:#0c0f0db8;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.preview-dialog{background:#fff;border-radius:6px;flex-direction:column;width:min(92vw,820px);max-height:92vh;display:flex;overflow:hidden;box-shadow:0 24px 80px #0000004d}.preview-dialog header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:18px;min-height:62px;padding:10px 16px;display:flex}.preview-dialog header>div{gap:3px;display:grid}.preview-dialog header strong{font-size:15px}.preview-dialog header span{color:var(--muted);font-size:11px}.preview-dialog video{object-fit:contain;background:#101110;width:100%;min-height:280px;max-height:calc(92vh - 130px)}.preview-dialog footer{border-top:1px solid var(--border);justify-content:flex-end;padding:11px 16px;display:flex}.preview-dialog footer a{text-decoration:none}.empty-state{color:#8a928e;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:390px;display:flex}.empty-state strong{color:#3c423f;margin-top:7px;font-size:16px}.empty-state span{font-size:13px}.muted{color:#959c98}.agent-shell{background:#f6f7f6;min-height:100vh}.agent-main{width:min(1180px,100% - 40px);margin:0 auto;padding:36px 0 56px}.agent-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.agent-heading h1{margin:0 0 6px;font-size:25px}.agent-heading p{color:var(--muted);margin:0;font-size:14px}.key-hint{border:1px solid var(--border);color:#5c6560;background:#fff;border-radius:5px;align-items:center;gap:7px;padding:8px 10px;font-size:12px;display:inline-flex}.agent-metrics{grid-template-columns:repeat(3,1fr)}.customer-allocation{margin-top:20px}.customer-allocation>header{justify-content:space-between;align-items:end;gap:18px;margin-bottom:12px;display:flex}.customer-allocation h2{margin:0;font-size:18px}.customer-allocation header span{color:var(--muted);font-size:12px}.customer-allocation th:first-child{width:29%}.customer-allocation th:nth-child(2),.customer-allocation th:nth-child(3){width:18%}.customer-allocation th:nth-child(4){width:35%}.allocation-control{align-items:center;gap:8px;display:flex}.allocation-control input{width:min(150px,100%);height:40px;padding:0 10px}.compact-empty{min-height:230px}.admin-shell{background:#f6f7f6;grid-template-columns:228px minmax(0,1fr);min-height:100vh;display:grid}.admin-sidebar{color:#fff;scrollbar-width:none;background:#18231e;flex-direction:column;height:100vh;padding:24px 16px;display:flex;position:sticky;top:0}.admin-sidebar::-webkit-scrollbar{display:none}.admin-sidebar .brand{color:#fff;padding:0 9px}.admin-sidebar nav{gap:5px;margin-top:52px;display:grid}.admin-sidebar nav button,.sidebar-logout{color:#b9c4be;text-align:left;background:0 0;border:0;border-radius:5px;align-items:center;gap:10px;height:42px;padding:0 12px;font-size:14px;display:flex}.admin-sidebar nav button:hover,.admin-sidebar nav button.active{color:#fff;background:#25362e}.sidebar-logout{margin-top:auto}.sidebar-logout:hover{color:#fff;background:#25362e}.admin-main{min-width:0;padding:38px 42px}.admin-section{max-width:1180px;margin:0 auto}.admin-section>header{margin-bottom:28px}.admin-section>header h1{margin:0 0 6px;font-size:25px}.admin-section>header p{color:var(--muted);margin:0;font-size:14px}.metric-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px;display:grid}.metric{border:1px solid var(--border);background:#fff;border-radius:6px;grid-template-rows:auto 1fr;grid-template-columns:auto 1fr;align-items:center;gap:8px 10px;min-height:130px;padding:20px;display:grid}.metric svg{color:var(--green)}.metric span{color:var(--muted);font-size:13px}.metric strong{grid-column:1/-1;align-self:end;font-size:31px}.status-line{border:1px solid var(--border);background:#fff;border-bottom:0;justify-content:space-between;align-items:center;min-height:56px;padding:0 18px;font-size:14px;display:flex}.status-line:last-child{border-bottom:1px solid var(--border)}.good{color:var(--green)}.warn{color:var(--amber)}.inline-form{border:1px solid var(--border);background:#fff;border-radius:6px;align-items:end;gap:12px;margin-bottom:18px;padding:18px;display:flex}.inline-form label{min-width:170px}.inline-form input,.inline-form select{height:40px;padding:0 10px}.compact{min-height:40px}.admin-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.admin-form-block{border:1px solid var(--border);background:#fff;border-radius:6px;flex-direction:column;gap:12px;padding:17px;display:flex}.admin-form-block h2{margin:0 0 2px;font-size:15px}.admin-form-block label{color:#333936;gap:6px;font-size:12px;font-weight:700;display:grid}.admin-form-block input,.admin-form-block select{width:100%;min-width:0;height:38px;padding:0 9px}.admin-form-block button{margin-top:auto}.code-output{background:#eef8f2;border:1px solid #cce8d9;border-radius:6px;grid-template-columns:1fr auto;gap:11px;margin:18px 0;padding:18px;display:grid}.code-output>div{gap:3px;display:grid}.code-output span{color:var(--muted);font-size:12px}.code-output textarea{resize:vertical;grid-column:1/-1;min-height:110px;padding:10px;font-family:ui-monospace,monospace}.agent-key-output textarea{min-height:54px}.masked-code-output{letter-spacing:0;color:#6f7873}.admin-table{border:1px solid var(--border);background:#fff;border-radius:6px;overflow:auto}.admin-table th,.admin-table td{font-size:13px}.admin-table td>span{display:inline}.table-link{color:var(--green-dark);font-weight:700;text-decoration:none}.table-link:hover{text-decoration:underline}.table-icon-button{color:#68706c;background:0 0;border:0;border-radius:4px;place-items:center;width:32px;height:32px;padding:0;display:grid}.table-icon-button:hover:not(:disabled){background:#eff2f0}.table-icon-button.danger:hover:not(:disabled){color:var(--danger);background:#fff0ef}.secret-cell{justify-content:space-between;align-items:center;gap:8px;min-width:190px;display:flex}.secret-cell code{color:#39413d;font-size:12px}.customer-search{border:1px solid var(--border);background:#fff;border-radius:6px;grid-template-columns:minmax(300px,1fr) auto auto auto;align-items:center;gap:10px;margin-bottom:16px;padding:14px;display:grid}.customer-search label{border:1px solid var(--border);min-width:0;height:40px;color:var(--muted);border-radius:4px;align-items:center;gap:8px;padding:0 11px;display:flex}.customer-search input{border:0;outline:0;flex:1;min-width:0;height:36px;padding:0}.customer-search>span{color:var(--muted);white-space:nowrap;font-size:12px}.customer-table table{min-width:1080px}.customer-table th:first-child,.customer-table td:first-child{width:260px;min-width:260px}.customer-table th:nth-child(2),.customer-table td:nth-child(2){white-space:nowrap;width:150px;min-width:150px}.customer-name-editor{align-items:center;gap:5px;width:220px;display:flex}.customer-name-editor input{flex:1;width:auto;min-width:0;height:34px;padding:0 8px}.customer-code-hints{gap:3px;min-width:110px;display:grid}.customer-code-hints code{color:var(--muted);font-size:11px}.bc-list{gap:12px;display:grid}.bc-row{border:1px solid var(--border);background:#fff;border-radius:6px;padding:18px}.bc-title{justify-content:space-between;align-items:center;gap:16px;display:flex}.bc-title>div{gap:4px;display:grid}.bc-title span{color:var(--muted);font-size:12px}.bc-title select{height:36px;padding:0 30px 0 10px}.browser-capacity{background:var(--green-soft);border:1px solid #cfe5d9;border-radius:5px;grid-template-columns:1fr auto auto;align-items:center;gap:14px;margin-bottom:12px;padding:12px 14px;display:grid}.browser-capacity>div{color:var(--green-dark);align-items:center;gap:8px;font-weight:700;display:flex}.browser-capacity strong{font-size:18px}.browser-capacity>span{color:var(--muted);font-size:12px}.bc-create-form label:first-child{min-width:240px}.browser-capacity.capacity-warning{background:#fff9e8;border-color:#ecd99e}.browser-capacity.capacity-warning>div{color:#866300}.concurrency-control{background:#fafbfa;border:1px solid #e1e5e3;border-radius:5px;align-items:end;gap:10px;margin:16px 0 4px;padding:12px;display:flex}.concurrency-control label{color:#333936;gap:5px;font-size:12px;font-weight:700;display:grid}.concurrency-control input{width:92px;height:36px;padding:0 9px}.concurrency-control>span{color:var(--muted);align-self:center;font-size:12px}.account-list{border-top:1px solid #edf0ee;margin:16px 0;display:grid}.account-list>div{border-bottom:1px solid #edf0ee;grid-template-columns:1fr 1fr auto;align-items:center;gap:12px;min-height:42px;font-size:13px;display:grid}.account-list code{color:var(--muted)}.good-dot,.warn-dot{background:var(--green);border-radius:50%;width:8px;height:8px}.warn-dot{background:var(--amber)}.account-points-list>div{grid-template-columns:minmax(200px,1fr) minmax(210px,.8fr) 34px 10px;min-height:62px}.account-identity{gap:4px;display:grid}.account-points-list label{color:#555e59;align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.account-points-list input{width:105px;height:34px;padding:0 8px}.browser-slot-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px;display:grid}.browser-slot-tabs button{border:1px solid var(--border);color:#333936;text-align:left;background:#fff;border-radius:5px;gap:4px;min-width:0;min-height:58px;padding:10px 12px;display:grid}.browser-slot-tabs button:hover,.browser-slot-tabs button.active{border-color:var(--green);background:var(--green-soft)}.browser-slot-tabs span{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.browser-slot-tabs small{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:11px;overflow:hidden}.proxy-editor{border:1px solid var(--border);background:#fff;border-radius:5px;grid-template-columns:minmax(170px,.65fr) minmax(280px,1.35fr) auto;align-items:end;gap:12px;margin-bottom:12px;padding:14px;display:grid}.proxy-editor>div{align-self:center;gap:4px;display:grid}.proxy-editor>div strong{font-size:14px}.proxy-editor>div span{color:var(--muted);font-size:11px}.proxy-editor label{color:#333936;gap:6px;font-size:12px;font-weight:700;display:grid}.proxy-editor input{width:100%;min-width:0;height:40px;padding:0 10px}.browser-frame{background:#111;border:1px solid #2c3330;border-radius:6px;height:calc(100vh - 150px);min-height:600px;overflow:hidden}.browser-frame iframe{border:0;width:100%;height:100%}@media (width<=1050px){.workspace,.code-examples{grid-template-columns:1fr}.code-examples pre{min-height:0}.task-panel{min-height:620px}.metric-grid{grid-template-columns:repeat(2,1fr)}.admin-form-grid{grid-template-columns:1fr 1fr}.admin-form-block:last-child{grid-column:1/-1}}@media (width<=900px){.admin-shell{display:block}.admin-sidebar{flex-direction:row;align-items:center;width:100%;height:auto;padding:12px;position:static;overflow-x:auto}.admin-sidebar .brand{margin-right:14px}.admin-sidebar nav{margin:0;display:flex}.admin-sidebar nav button{white-space:nowrap}.sidebar-logout{margin:0 0 0 auto;font-size:0}.admin-main{padding:24px 14px}.proxy-editor{grid-template-columns:1fr;align-items:stretch}.browser-frame{height:75vh;min-height:520px}}@media (width<=720px){.topbar{flex-wrap:wrap;height:auto;min-height:62px;padding:0 12px}.topbar .brand{height:62px}.topbar-actions{gap:8px;height:62px}.points span,.icon-text-button{font-size:0}.icon-text-button{width:38px}.points strong{font-size:18px}.customer-nav{border-top:1px solid #edf0ee;order:3;justify-content:center;gap:34px;width:100%;height:46px}.customer-nav button{font-size:13px}.api-workspace{width:calc(100% - 20px);padding:22px 0 42px}.api-heading,.api-reference>header{flex-direction:column;align-items:flex-start}.api-key-title{flex-direction:column;align-items:stretch}.api-key-actions{width:100%}.api-key-actions button{flex:1}.endpoint-list>div{grid-template-columns:62px minmax(0,1fr);gap:9px}.endpoint-list p{grid-column:1/-1}.workspace{gap:10px;min-height:calc(100vh - 62px);padding:10px}.create-panel,.task-panel{padding:15px}.create-tabs{margin:-15px -15px 0;padding:0 15px}.create-heading{flex-direction:column;align-items:flex-start}.generation-settings{grid-template-columns:1fr}.table-wrap{border:0;min-height:0;overflow:visible}.task-panel table,.task-panel thead,.task-panel tbody,.task-panel tr,.task-panel td{display:block}.task-panel thead{display:none}.task-panel tr{border:1px solid var(--border);border-radius:5px;margin-bottom:10px;padding:13px}.task-panel td{justify-content:space-between;gap:12px;padding:7px 0;display:flex;border:0!important}.task-panel td:first-child{display:block}.empty-state{min-height:260px}.login-page{padding:16px}.login-panel{width:calc(100vw - 32px);min-width:0;max-width:100%;padding:26px 22px;overflow:hidden}.login-heading{margin-top:38px}.preview-overlay{padding:10px}.preview-dialog{width:100%}.preview-dialog video{min-height:220px}.agent-main{width:calc(100% - 24px);padding:24px 0 40px}.agent-heading,.customer-allocation>header{flex-direction:column;align-items:flex-start}.agent-metrics{grid-template-columns:1fr 1fr}.agent-metrics .metric:last-child{grid-column:1/-1}.customer-allocation .admin-table table,.customer-allocation .admin-table thead,.customer-allocation .admin-table tbody,.customer-allocation .admin-table tr,.customer-allocation .admin-table td{display:block}.customer-allocation .admin-table thead{display:none}.customer-allocation .admin-table tr{border-bottom:1px solid var(--border);padding:12px}.customer-allocation .admin-table td{padding:7px 0;border:0!important}.allocation-control input{flex:1}.admin-main{padding:24px 12px}.metric-grid{grid-template-columns:repeat(2,1fr)}.inline-form{flex-direction:column;align-items:stretch}.browser-capacity{grid-template-columns:1fr auto}.browser-capacity>span{grid-column:1/-1}.concurrency-control{flex-wrap:wrap;align-items:stretch}.concurrency-control>span{flex-basis:100%}.admin-form-grid{grid-template-columns:1fr}.admin-form-block:last-child{grid-column:auto}.customer-search{grid-template-columns:1fr 1fr}.customer-search label{grid-column:1/-1}.customer-search>span{text-align:right;align-self:center}.account-points-list>div{grid-template-columns:minmax(0,1fr) 34px 10px;padding:10px 0}.account-points-list label{grid-area:2/1/auto/-1;justify-content:space-between}.account-points-list .table-icon-button{grid-area:1/2}.account-points-list>div>i{grid-area:1/3}.account-points-list input{width:120px}.browser-slot-tabs{grid-template-columns:1fr}.proxy-editor{grid-template-columns:1fr;align-items:stretch}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
