.main-layout.gm-admin-layout{height:100vh;overflow:hidden;background:var(--c-bg)}.main-layout.gm-admin-layout>.ant-layout{height:100vh;overflow:hidden;display:flex;flex-direction:column;background:var(--c-bg)!important}.main-layout.gm-admin-layout .layout-sider{position:relative;height:100vh;overflow-y:auto;overflow-x:hidden;border-right:1px solid var(--c-border)!important;background:#fff!important;box-shadow:none!important}.main-layout.gm-admin-layout .layout-sider .logo{position:sticky;top:0;z-index:2;display:flex;height:40px;align-items:center;justify-content:flex-start;overflow:hidden;gap:7px;padding:0 8px;border-bottom:1px solid var(--c-border);background:#fff;color:#1046a8;font-size:14px;font-weight:600;letter-spacing:0;white-space:nowrap}.main-layout.gm-admin-layout .layout-sider .logo .logo__icon{display:block;width:24px;height:24px;flex:0 0 24px;border-radius:6px;box-shadow:0 6px 14px #1d6fea38,0 0 0 1px #ffffffb3}.main-layout.gm-admin-layout .layout-sider .logo .logo__name{min-width:0;overflow:hidden;background:linear-gradient(135deg,#1046A8 0%,var(--c-primary) 48%,var(--c-accent) 100%);background-clip:text;font-weight:700;line-height:1;text-overflow:ellipsis;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.main-layout.gm-admin-layout .layout-sider .logo--collapsed{justify-content:center;padding:0}.main-layout.gm-admin-layout .layout-sider .logo--collapsed .logo__icon{width:26px;height:26px;flex-basis:26px}.main-layout.gm-admin-layout .layout-sider .logo svg{flex-shrink:0}.main-layout.gm-admin-layout .layout-sider .ant-menu-inline,.main-layout.gm-admin-layout .layout-sider .ant-menu-vertical{border-inline-end:none!important}.main-layout.gm-admin-layout .layout-sider .ant-menu-item,.main-layout.gm-admin-layout .layout-sider .ant-menu-submenu-title{height:34px!important;line-height:34px!important;margin-inline:8px!important;margin-block:2px!important;border-radius:6px!important;color:#334155;font-size:13.5px;font-weight:500}.main-layout.gm-admin-layout .layout-sider .ant-menu-item .anticon,.main-layout.gm-admin-layout .layout-sider .ant-menu-submenu-title .anticon{color:#64748b;font-size:13px}.main-layout.gm-admin-layout .layout-sider .ant-menu-title-content{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-layout.gm-admin-layout .layout-sider .ant-menu-submenu .ant-menu-item{height:32px!important;line-height:32px!important;padding-left:34px!important;color:#475569;font-size:13px}.main-layout.gm-admin-layout .layout-sider .ant-menu-submenu .ant-menu-sub{background:linear-gradient(180deg,#1d6fea0e,#06b6d409)!important}.main-layout.gm-admin-layout .layout-sider .ant-menu-item-selected{background:linear-gradient(135deg,#1d6fea33,#06b6d429)!important;color:#1046a8!important;font-weight:600;box-shadow:inset 0 0 0 1px #1d6fea29,0 4px 12px #1d6fea1a}.main-layout.gm-admin-layout .layout-sider .ant-menu-submenu .ant-menu-item-selected{background:linear-gradient(135deg,#1d6fea3d,#06b6d433)!important;color:#0f3f93!important}.main-layout.gm-admin-layout .layout-sider .ant-menu-item-selected .anticon,.main-layout.gm-admin-layout .layout-sider .ant-menu-submenu-selected>.ant-menu-submenu-title .anticon{color:#1d6fea}.main-layout.gm-admin-layout .layout-sider .ant-menu-item:hover,.main-layout.gm-admin-layout .layout-sider .ant-menu-submenu-title:hover{background:linear-gradient(135deg,#1d6fea1f,#06b6d414)!important;color:#1d6fea!important}.main-layout.gm-admin-layout .layout-header{position:relative;z-index:3;display:flex;height:40px;flex-shrink:0;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--c-border);background:#fff;line-height:40px;box-shadow:none}.main-layout.gm-admin-layout .layout-header .header-left,.main-layout.gm-admin-layout .layout-header .header-right{display:flex;align-items:center;height:100%}.main-layout.gm-admin-layout .layout-header .header-collapse-btn.ant-btn{display:flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--c-text-muted)}.main-layout.gm-admin-layout .layout-header .header-collapse-btn.ant-btn:hover{background:var(--c-bg);color:var(--c-text-primary)}.main-layout.gm-admin-layout .layout-header .header-center{position:absolute;left:50%;display:flex;align-items:center;gap:4px;transform:translate(-50%)}.main-layout.gm-admin-layout .layout-header .header-tab{padding:5px 16px;border-radius:6px;color:var(--c-text-secondary);cursor:pointer;font-size:13px;font-weight:400;line-height:1.6;-webkit-user-select:none;user-select:none;transition:color .15s,background .15s}.main-layout.gm-admin-layout .layout-header .header-tab:hover{color:var(--c-primary);background:var(--c-primary-pale)}.main-layout.gm-admin-layout .layout-header .header-tab--active{color:var(--c-primary-hover);background:var(--c-primary-light);font-weight:650}.main-layout.gm-admin-layout .layout-header .header-right{align-items:stretch;gap:4px}.main-layout.gm-admin-layout .layout-header .header-right .ant-tag{align-self:center;margin-inline-end:4px;line-height:18px}.main-layout.gm-admin-layout .layout-header .header-right .user-info{display:flex;height:100%;align-items:center;gap:7px;padding:0 12px;color:var(--c-text-secondary);cursor:pointer;font-size:13px;transition:background .15s,color .15s}.main-layout.gm-admin-layout .layout-header .header-right .user-info:hover{background:var(--c-bg);color:var(--c-text-primary)}.main-layout.gm-admin-layout .layout-header .header-right .ant-avatar{box-shadow:0 0 0 1px var(--c-border)}.main-layout.gm-admin-layout .layout-content{flex:1;min-height:0;margin:0;overflow-y:auto;overflow-x:hidden;padding:18px;border:0;border-radius:0;background:var(--c-bg-white)}.main-layout.gm-admin-layout .layout-content:has(>.admin-page){padding:0;overflow:hidden}.main-layout.gm-admin-layout .layout-content--dashboard{padding:0;background:var(--c-bg);overflow-y:auto}.main-layout.gm-admin-layout .page-header{display:flex;align-items:center;justify-content:flex-end;margin-bottom:8px}.main-layout.gm-admin-layout .page-header h3,.main-layout.gm-admin-layout .page-header h4,.main-layout.gm-admin-layout .page-header .ant-typography{display:none}.main-layout.gm-admin-layout .page-header:not(:has(.page-actions)){display:none;margin-bottom:0}.main-layout.gm-admin-layout .filter-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.main-layout.gm-admin-layout .page-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.main-layout.gm-admin-layout .admin-page{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:0 var(--table-page-padding, 18px) var(--table-page-padding, 18px);background:var(--c-bg-white)}.main-layout.gm-admin-layout .admin-toolbar{position:sticky;top:0;z-index:10;display:flex;flex-wrap:wrap;align-items:center;gap:8px;flex:0 0 auto;margin:0 calc(0px - var(--table-page-padding, 18px)) 0;padding:var(--table-toolbar-padding-y, 12px) var(--table-page-padding, 18px);background:var(--c-bg-white)}.main-layout.gm-admin-layout .admin-toolbar__filters{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0;flex:1 1 auto}.main-layout.gm-admin-layout .admin-toolbar__actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px;flex:0 0 auto;justify-content:flex-end;white-space:nowrap}.main-layout.gm-admin-layout .list-search{width:260px!important;max-width:100%}.main-layout.gm-admin-layout .ant-card:not(.public-card):not(.home-panel):not(.home-section):not(.home-stat-card):not(.home-benchmark-card){border:1px solid var(--c-border);border-radius:var(--radius-md);box-shadow:none}.main-layout.gm-admin-layout .ant-card:not(.public-card):not(.home-panel):not(.home-section):not(.home-stat-card):not(.home-benchmark-card) .ant-card-head{min-height:46px;border-bottom-color:var(--c-border)}.main-layout.gm-admin-layout .ant-card:not(.public-card):not(.home-panel):not(.home-section):not(.home-stat-card):not(.home-benchmark-card) .ant-card-head .ant-card-head-title{position:relative;padding-left:10px;color:var(--c-text-primary);font-size:14px;font-weight:650}.main-layout.gm-admin-layout .ant-card:not(.public-card):not(.home-panel):not(.home-section):not(.home-stat-card):not(.home-benchmark-card) .ant-card-head .ant-card-head-title:before{position:absolute;top:50%;left:0;width:3px;height:14px;border-radius:2px;background:var(--c-primary);content:"";transform:translateY(-50%)}.main-layout.gm-admin-layout .ant-card:not(.public-card):not(.home-panel):not(.home-section):not(.home-stat-card):not(.home-benchmark-card) .ant-card-body{padding:14px}.main-layout.gm-admin-layout .admin-page>.ant-table-wrapper{flex:1;min-height:0;display:flex;flex-direction:column}.main-layout.gm-admin-layout .admin-page>.ant-table-wrapper .ant-spin-nested-loading,.main-layout.gm-admin-layout .admin-page>.ant-table-wrapper .ant-spin-container{height:100%;min-height:0;display:flex;flex-direction:column}.main-layout.gm-admin-layout .admin-page>.ant-table-wrapper .ant-table{flex:1;min-height:0;display:flex;flex-direction:column}.main-layout.gm-admin-layout .admin-page>.ant-table-wrapper .ant-table-container{flex:1;min-height:0;border:1px solid var(--c-border);border-radius:var(--radius-md);overflow:hidden}.main-layout.gm-admin-layout .admin-page>.ant-table-wrapper .ant-table-content,.main-layout.gm-admin-layout .admin-page>.ant-table-wrapper .ant-table-body{height:100%}.main-layout.gm-admin-layout .admin-page>.ant-table-wrapper .ant-table-body{overflow-y:auto!important}.main-layout.gm-admin-layout .admin-page>.ant-table-wrapper .ant-pagination{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:4px 0;margin:8px 0 0;padding-bottom:0}.main-layout.gm-admin-layout .ant-table-wrapper{padding-bottom:0!important}.main-layout.gm-admin-layout .ant-table-wrapper .ant-table-content{overflow-x:auto!important}.main-layout.gm-admin-layout .ant-table-wrapper .ant-table-content>table{min-width:max-content}.main-layout.gm-admin-layout .ant-table-wrapper .ant-table-cell{vertical-align:middle;white-space:nowrap}.main-layout.gm-admin-layout .ant-table-wrapper .ant-table-cell .ant-tag{vertical-align:middle}.main-layout.gm-admin-layout .ant-table-wrapper .ant-table-cell pre{white-space:pre-wrap}.main-layout.gm-admin-layout .ant-table-wrapper .ant-table-thead>tr>th{border-bottom:1.5px solid rgba(30,95,216,.13)!important;background:var(--c-surface)!important;color:var(--c-text-secondary)!important;font-size:13px!important;font-weight:500!important}.main-layout.gm-admin-layout .ant-table-wrapper .ant-table-tbody>tr:hover>td{background:var(--c-primary-pale)!important}.main-layout.gm-admin-layout .ant-table-wrapper .ant-table-tbody>tr>td{background:#fff;font-weight:400!important}.main-layout.gm-admin-layout .ant-table-wrapper .ant-table-tbody>tr:last-child>td{border-bottom:0}.main-layout.gm-admin-layout .ant-table-wrapper [class*=ant-table-cell-fix]{background:#fff!important;z-index:10!important}.main-layout.gm-admin-layout .ant-table-wrapper .ant-table-thead [class*=ant-table-cell-fix]{background:var(--c-surface)!important;z-index:11!important}.main-layout.gm-admin-layout .ant-table-wrapper .ant-table-tbody tr:hover>[class*=ant-table-cell-fix]{background:var(--c-primary-pale)!important}.main-layout.gm-admin-layout .ant-table-wrapper .ant-pagination{margin:8px 0 0!important}.ant-layout-content .ant-card:not(.public-card):not(.home-panel):not(.home-section):not(.home-stat-card):not(.home-benchmark-card){border:1px solid var(--c-border);box-shadow:0 1px 4px #0f172a0a}.ant-layout-sider .ant-menu-dark .ant-menu-item-selected{background:#1d6fea3d!important}.ant-layout-sider .ant-menu-dark .ant-menu-item:not(.ant-menu-item-selected):hover{background:#ffffff12!important}.main-layout.gm-admin-layout .layout-content>.ant-card{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.main-layout.gm-admin-layout .layout-content>.ant-card>.ant-card-head{min-height:auto;padding:0 0 12px;border-bottom:0}.main-layout.gm-admin-layout .layout-content>.ant-card>.ant-card-body{padding:0!important}.benchmark-admin-page{min-width:0}.benchmark-table-title{display:flex;flex-direction:column;gap:2px}.benchmark-table-title span:last-child{color:var(--c-text-muted);font-size:12px}.table-link-button.ant-btn{height:auto;padding:0;text-align:left;white-space:nowrap}.table-inline-link.ant-btn{height:auto;margin:0 4px;padding:0;vertical-align:baseline;white-space:nowrap}.benchmark-detail-section{margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid var(--c-border-light)}.benchmark-detail-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.detail-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.detail-section-header h4{margin:0;color:var(--c-text-primary);font-size:14px;font-weight:650}.compact-descriptions{margin-bottom:12px}.adapter-json-editor{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.55}.runtime-template-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:-10px;margin-bottom:16px;padding:10px;border:1px solid var(--c-border-light);border-radius:var(--radius-md);background:var(--c-surface)}.run-plan-linkage-hint.ant-typography{display:block;margin:-4px 0 12px;padding:8px 10px;border:1px solid var(--c-border-light);border-radius:var(--radius-sm);background:var(--c-surface)}.run-plan-issue-alert.ant-alert{margin:-4px 0 12px}.runtime-debug-form{display:grid;grid-template-columns:minmax(220px,1fr) 140px 150px 160px;gap:10px;align-items:start}.runtime-debug-result{margin-top:8px}.runtime-template-editor-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:14px;align-items:start}.runtime-template-editor-meta{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--c-border-light)}.eval-plan-editor-page{display:flex;min-height:calc(100vh - 18px);flex-direction:column}.eval-plan-editor-page>.ant-spin-nested-loading{flex:1;min-height:0}.eval-plan-editor-page>.ant-spin-nested-loading>.ant-spin-container{display:flex;min-height:0;flex:1;flex-direction:column}.eval-plan-editor-page .ant-form-item{margin-bottom:12px}.eval-plan-editor-page .ant-form-item-label{padding-bottom:4px}.eval-plan-config-panel,.eval-plan-judge-panel,.eval-plan-workspace,.eval-plan-debug-panel{min-width:0;margin-bottom:14px;padding:14px;border:1px solid var(--c-border-light);border-radius:var(--radius-md);background:#fff}.eval-plan-config-panel{background:linear-gradient(180deg,#fff 0%,var(--c-surface) 100%)}.eval-plan-config-panel .detail-section-header{margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--c-border-light)}.eval-plan-config-panel .ant-form-item{margin-bottom:0}.eval-plan-editor-page .ant-spin-container{display:flex;min-width:0;flex-direction:column}.eval-plan-editor-page .ant-spin-container .eval-plan-config-panel{order:1}.eval-plan-editor-page .ant-spin-container .eval-plan-workspace{order:2}.eval-plan-editor-page .ant-spin-container .eval-plan-judge-panel{order:3}.eval-plan-judge-panel{padding:0;overflow:hidden}.eval-plan-judge-panel .detail-section-header{margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--c-border-light)}.eval-plan-judge-panel .prompt-message-editor.ant-input{font-family:var(--font-mono);font-size:12px;line-height:1.65}.eval-plan-judge-panel .runtime-template-page-layout{grid-template-columns:minmax(0,1fr) minmax(500px,560px);gap:0;align-items:stretch}.eval-plan-judge-panel .runtime-template-sample-panel{height:100%;max-height:none;border-width:0 0 0 1px;border-radius:0}.judge-variable-hint{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin:-2px 0 10px;color:var(--c-text-secondary);font-size:12px}.judge-preview-collapse{margin-bottom:0!important}.judge-prompt-preview{max-height:340px;white-space:pre-wrap}.eval-plan-form-grid{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(260px,1.1fr) minmax(260px,1fr) minmax(280px,1.1fr);gap:12px;align-items:start}.eval-plan-param-grid{display:grid;grid-template-columns:minmax(220px,1fr) minmax(150px,.55fr) minmax(170px,.65fr);gap:12px;align-items:start;max-width:780px;margin-top:12px;padding-top:12px;border-top:1px dashed var(--c-border-light)}.eval-plan-workspace{flex:1;min-height:0;margin-bottom:0;padding:0;overflow:hidden}.eval-plan-workspace .runtime-template-page-layout{grid-template-columns:minmax(0,1fr) minmax(500px,560px);gap:0;align-items:stretch;min-height:0}.eval-plan-workspace .runtime-template-sample-panel{height:100%;max-height:none;border-width:0 0 0 1px;border-radius:0}.eval-plan-main-column{min-width:0;padding:14px}.eval-plan-main-column .detail-section-header{margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--c-border-light)}.runtime-template-advanced.ant-collapse{margin-bottom:12px;overflow:hidden;border:1px solid var(--c-border-light);border-radius:var(--radius-md);background:var(--c-surface)}.runtime-template-advanced.ant-collapse .ant-collapse-header{align-items:center!important;padding:8px 10px!important;color:var(--c-text-secondary)!important;font-size:13px;font-weight:650}.runtime-template-advanced.ant-collapse .ant-collapse-content-box{padding:0 10px 10px!important}.runtime-template-advanced-grid{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:12px;margin-top:10px}.runtime-template-advanced-grid .ant-form-item{margin-bottom:0}.eval-plan-debug-panel{margin-bottom:0;background:var(--c-surface)}.eval-plan-debug-panel .detail-section-header{margin-bottom:10px}.eval-plan-debug-form{display:grid;grid-template-columns:minmax(240px,1fr) minmax(260px,1fr) 150px 170px;gap:12px;align-items:start}.eval-plan-debug-form .ant-form-item{margin-bottom:0}.debug-sample-picker{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;min-width:0}.sample-picker-table .ant-table-cell{vertical-align:top;white-space:normal}.sample-picker-table .ant-table-row.is-selected>td{background:var(--c-primary-pale)!important}.sample-picker-preview{max-height:92px;margin:0;overflow:auto;color:var(--c-text-secondary);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.eval-plan-debug-result{margin-top:12px;padding:12px;border:1px solid var(--c-border-light);border-radius:var(--radius-md);background:#fff}.debug-result-summary{display:grid;grid-template-columns:minmax(220px,1.45fr) repeat(3,minmax(120px,.7fr));gap:8px;margin-bottom:10px}.debug-result-stat{min-width:0;padding:9px 10px;border:1px solid var(--c-border-light);border-radius:var(--radius-sm);background:var(--c-surface)}.debug-result-stat span{display:block;margin-bottom:3px;color:var(--c-text-muted);font-size:12px;line-height:1.2}.debug-result-stat strong{display:block;min-width:0;overflow:hidden;color:var(--c-text-primary);font-size:13px;font-weight:650;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.debug-result-tabs .ant-tabs-nav{margin-bottom:10px}.debug-result-tabs .ant-tabs-tab{padding:6px 0}.debug-answer-strip,.debug-reasoning-strip{min-width:0;margin-bottom:10px;padding:9px 10px;border:1px solid var(--c-border-light);border-radius:var(--radius-sm);background:var(--c-surface)}.debug-answer-strip span,.debug-reasoning-strip span{display:block;margin-bottom:4px;color:var(--c-text-muted);font-size:12px;font-weight:650}.debug-answer-strip strong{display:block;color:var(--c-primary);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:14px;line-height:1.45;white-space:pre-wrap;word-break:break-word}.debug-reasoning-strip p{max-height:120px;margin:0;overflow:auto;color:var(--c-text-secondary);font-size:12px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.markdown-answer{max-height:300px;overflow:auto;padding:10px;border:1px solid var(--c-border-light);border-radius:var(--radius-sm);background:#fff;color:var(--c-text-primary);font-size:13px;line-height:1.7;word-break:break-word}.markdown-answer p,.markdown-answer ul,.markdown-answer ol,.markdown-answer blockquote,.markdown-answer pre{margin-top:0;margin-bottom:8px}.markdown-answer p:last-child,.markdown-answer ul:last-child,.markdown-answer ol:last-child,.markdown-answer blockquote:last-child,.markdown-answer pre:last-child{margin-bottom:0}.markdown-answer code{border-radius:4px;background:var(--c-surface);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px}.markdown-answer pre{overflow:auto;padding:8px;border-radius:var(--radius-sm);background:var(--c-surface)}.markdown-answer pre code{background:transparent}.markdown-answer .katex-display{overflow-x:auto;overflow-y:hidden;padding:4px 0}.debug-source-details{margin-top:8px}.debug-source-details summary{color:var(--c-text-secondary);cursor:pointer;font-size:12px;font-weight:650}.debug-source-details .json-block{margin-top:6px}.debug-result-grid{display:grid;gap:10px}.debug-result-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.debug-result-pane{min-width:0}.debug-result-pane .json-block{max-height:340px;background:#fff}.debug-result-pane--full .json-block{max-height:560px}.runtime-debug-result--compact{display:flex;min-height:0;flex:1;flex-direction:column;margin-top:0}.runtime-debug-result--compact .debug-result-summary{flex:0 0 auto;grid-template-columns:repeat(2,minmax(0,1fr))}.runtime-debug-result--compact .debug-result-stat{padding:8px}.runtime-debug-result--compact .debug-result-grid--two{grid-template-columns:1fr}.runtime-debug-result--compact .json-block{max-height:260px}.runtime-debug-result--compact .debug-result-tabs{display:flex;min-height:0;flex:1;flex-direction:column}.runtime-debug-result--compact .debug-result-tabs .ant-tabs-nav{flex:0 0 auto}.runtime-debug-result--compact .debug-result-tabs .ant-tabs-content-holder,.runtime-debug-result--compact .debug-result-tabs .ant-tabs-content,.runtime-debug-result--compact .debug-result-tabs .ant-tabs-tabpane{min-height:0;flex:1}.runtime-debug-result--compact .debug-result-tabs .ant-tabs-tabpane-active{display:flex;flex-direction:column}.runtime-debug-result--compact .debug-json-fill{min-height:0;height:100%;max-height:none;flex:1}.runtime-template-page-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);gap:16px;align-items:start}.runtime-template-form-grid{display:grid;grid-template-columns:minmax(260px,1.1fr) minmax(260px,1fr) 140px;gap:12px;align-items:start}.runtime-template-editor-side{position:sticky;top:0;max-height:calc(100vh - 160px)}.runtime-template-prompt-editor{min-height:300px}.prompt-builder{min-width:0}.prompt-builder-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.prompt-builder-header .ant-typography{display:block;margin-top:2px;font-size:12px;line-height:1.5}.prompt-builder-actions{display:flex;flex:0 0 auto;gap:8px}.prompt-builder-section-title{margin:0;color:var(--c-text-secondary);font-size:13px;font-weight:650}.prompt-builder-field{margin-bottom:0!important}.prompt-message-editor-shell{position:relative;min-width:0}.prompt-message-highlight-layer{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;margin:0;overflow:hidden;padding:0 0 2px;color:var(--c-text-primary);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.7;pointer-events:none;white-space:pre-wrap;word-break:break-word}.prompt-variable-highlight{border-radius:4px;background:#e8f4ec;color:#087f3f;font-weight:650}.prompt-highlight-placeholder{color:var(--c-text-muted)}.prompt-message-editor.ant-input{position:relative;z-index:1;min-height:0;padding:0 0 2px;border:0;border-radius:0;background:transparent;box-shadow:none!important;resize:none;color:transparent;caret-color:var(--c-text-primary);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.7;-webkit-text-fill-color:transparent}.prompt-message-editor.ant-input:hover,.prompt-message-editor.ant-input:focus{border:0;background:transparent;box-shadow:none!important}.prompt-message-list{display:flex;min-width:0;flex-direction:column;gap:8px}.prompt-message-card{min-width:0;padding:12px 16px 14px;border:1px solid var(--c-border-light);border-radius:10px;background:#fff}.prompt-message-card.is-active{border-color:var(--c-border-light);box-shadow:none}.prompt-message-card:hover,.prompt-message-card:focus-within{border-color:#1d6fea47}.prompt-message-card:hover .prompt-message-action,.prompt-message-card:focus-within .prompt-message-action{opacity:1;pointer-events:auto}.prompt-message-card__header{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:28px;margin-bottom:10px}.prompt-message-card__meta{display:flex;min-width:0;align-items:center;gap:8px}.prompt-role-select.ant-select{width:108px}.prompt-role-select.ant-select .ant-select-selector{padding-inline:0!important}.prompt-role-select.ant-select .ant-select-selection-item{color:var(--c-text-primary);font-size:14px;font-weight:650}.prompt-message-action.ant-btn{opacity:0;pointer-events:none;transition:opacity .16s ease,background .16s ease}.prompt-message-action.ant-btn[disabled]{opacity:0}.prompt-message-card:hover .prompt-message-action.ant-btn[disabled],.prompt-message-card:focus-within .prompt-message-action.ant-btn[disabled]{opacity:.28}.prompt-add-message-button.ant-btn{width:fit-content;border-radius:999px;background:var(--c-surface)}.runtime-template-debug-section{margin-top:16px}.runtime-debug-form--wide{grid-template-columns:minmax(240px,1.2fr) minmax(240px,1.2fr) 120px 150px 160px}.runtime-template-editor-form,.runtime-template-sample-panel{min-width:0}.runtime-template-sample-panel{max-height:560px;overflow:auto;padding:10px;border:1px solid var(--c-border-light);border-radius:var(--radius-md);background:var(--c-surface);display:flex;min-height:0;flex-direction:column}.runtime-template-sample-panel .json-block{max-height:160px;margin-bottom:10px;background:#fff}.runtime-template-sample-panel .json-block-title:not(:first-child){margin-top:10px}.runtime-side-panel.is-collapsed{align-self:stretch;height:100%!important;max-height:none!important;overflow:hidden;background:#fff}.runtime-side-panel.is-expanded{height:auto!important;max-height:none!important;overflow:visible}.runtime-side-panel__body{min-height:0;flex:1 1 auto;overflow:auto}.runtime-side-panel.is-collapsed .runtime-side-panel__body{position:relative;flex:0 0 auto;max-height:300px;overflow:hidden}.runtime-side-panel.is-collapsed .runtime-side-panel__body:after{position:absolute;right:0;bottom:0;left:0;height:36px;content:"";pointer-events:none;background:linear-gradient(180deg,#fff0,#fff)}.runtime-side-panel.is-expanded .runtime-side-panel__body{flex:1 1 auto;max-height:none;overflow:visible}.runtime-side-expand-button.ant-btn{flex:0 0 32px;position:static;z-index:2;width:calc(100% + 20px);height:32px;margin:auto -10px -10px;border-top:1px solid var(--c-border-light);border-radius:0;background:#fffffff5;color:var(--c-text-secondary);font-size:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.runtime-side-expand-button.ant-btn:hover{background:#fff;color:var(--c-primary)}.runtime-sample-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px}.runtime-sample-tabs{display:flex;min-height:0;flex:1;flex-direction:column}.runtime-sample-tabs .ant-tabs-nav{flex:0 0 auto;margin-bottom:8px}.runtime-sample-tabs .ant-tabs-tab{padding:5px 0}.runtime-sample-tabs .ant-tabs-content-holder,.runtime-sample-tabs .ant-tabs-content,.runtime-sample-tabs .ant-tabs-tabpane{min-height:0;flex:1}.runtime-sample-tabs .ant-tabs-tabpane-active{display:flex;flex-direction:column}.runtime-variable-list{display:flex;flex-wrap:wrap;gap:6px}.runtime-variable-list .ant-tag,.runtime-variable-list .ant-typography{margin:0;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-weight:500}.runtime-variable-groups{display:flex;flex-direction:column;gap:10px}.runtime-variable-group{min-width:0}.runtime-variable-group__header{display:flex;min-width:0;flex-direction:column;gap:2px;margin-bottom:6px}.runtime-variable-group__header span{color:var(--c-text-secondary);font-size:12px;font-weight:650}.runtime-variable-group__header small{color:var(--c-text-muted);font-size:12px;line-height:1.45}.runtime-variable-chip{cursor:help}.runtime-variable-table{display:flex;flex-direction:column;gap:5px}.runtime-variable-row{display:grid;grid-template-columns:minmax(0,1fr);gap:6px;align-items:start;min-width:0;padding:6px;border:1px solid var(--c-border-light);border-radius:var(--radius-sm);background:#fff}.runtime-variable-token-cell{display:grid;grid-template-columns:minmax(0,1fr) 24px auto;gap:4px;align-items:center;min-width:0}.runtime-variable-token.ant-typography{min-width:0;overflow:hidden;line-height:1.6;text-overflow:ellipsis;white-space:nowrap}.runtime-variable-token.ant-typography code{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.runtime-variable-icon-button.ant-btn{width:24px;min-width:24px;padding:0;color:var(--c-text-muted)}.runtime-variable-icon-button.ant-btn:hover{color:var(--c-primary);background:var(--c-primary-pale)}.runtime-variable-insert-button.ant-btn{height:24px;padding:0 6px;color:var(--c-text-muted);font-size:12px}.runtime-variable-insert-button.ant-btn .anticon{font-size:11px}.runtime-variable-insert-button.ant-btn:hover{color:var(--c-primary);background:var(--c-primary-pale)}.runtime-variable-source{grid-column:1;color:var(--c-text-muted);font-size:12px;line-height:1.6;white-space:nowrap}.runtime-variable-value{grid-column:1/-1;min-width:0;max-height:56px;overflow:hidden;color:var(--c-text-secondary);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.6;white-space:normal;word-break:break-word}.prompt-preview-list{display:flex;flex-direction:column;gap:8px}.prompt-preview-card{min-width:0;border:1px solid var(--c-border-light);border-radius:var(--radius-sm);background:#fff}.prompt-preview-card.is-active{border-color:var(--c-primary)}.prompt-preview-card__header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 8px;border-bottom:1px solid var(--c-border-light);color:var(--c-text-secondary);font-size:12px;font-weight:650}.prompt-preview-card__header small{color:var(--c-text-muted);font-weight:500}.prompt-preview-content{max-height:180px;margin:0;overflow:auto;padding:8px;color:var(--c-text-primary);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.template-sample-empty{padding:18px 0;color:var(--c-text-muted);text-align:center}.runtime-debug-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media (max-width: 900px){.runtime-template-toolbar{align-items:flex-start;flex-direction:column}.runtime-debug-form,.eval-plan-debug-form,.runtime-template-editor-layout,.runtime-template-page-layout,.runtime-template-form-grid,.eval-plan-form-grid,.eval-plan-param-grid,.runtime-template-advanced-grid,.debug-result-summary,.debug-result-grid--two,.runtime-debug-grid,.eval-plan-workspace .runtime-template-page-layout,.eval-plan-judge-panel .runtime-template-page-layout{grid-template-columns:1fr}.runtime-template-editor-side{position:static;max-height:none}}.json-block{max-height:260px;margin:0;overflow:auto;padding:8px;border:1px solid var(--c-border-light);border-radius:var(--radius-sm);background:var(--c-surface);color:var(--c-text-primary);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.json-block--large{max-height:520px}.json-block-title{margin-bottom:6px;color:var(--c-text-muted);font-size:12px;font-weight:650}.attempt-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:10px 0}.sample-json-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:10px 0}.sample-summary-text{display:block;max-width:100%;overflow:hidden;color:var(--c-text-secondary);text-overflow:ellipsis;white-space:nowrap}.execution-task-cell{min-width:0}.table-subtext{min-width:0;overflow:hidden;color:var(--c-text-muted);font-size:12px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.result-reason-column{white-space:normal!important}.result-reason-cell.ant-typography{display:-webkit-box;min-width:0;max-width:100%;max-height:42px;margin:0;overflow:hidden;color:var(--c-text-primary);font-size:12px;line-height:1.55;text-overflow:ellipsis;white-space:normal;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}.monitor-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:12px}.monitor-stat,.monitor-progress{min-width:0;border:1px solid var(--c-border-light);border-radius:var(--radius-md);background:var(--c-surface)}.monitor-stat{display:flex;min-height:88px;flex-direction:column;align-items:flex-start;justify-content:center;padding:12px 14px;color:var(--c-text-secondary);cursor:pointer;text-align:left;transition:border-color .16s,background .16s,color .16s}.monitor-stat span{font-size:12px;font-weight:650}.monitor-stat strong{margin-top:4px;color:var(--c-text-primary);font-size:24px;font-weight:750;line-height:1.1}.monitor-stat small{margin-top:5px;color:var(--c-text-muted);font-size:12px}.monitor-stat:hover,.monitor-stat.is-active{border-color:#1d6fea61;background:var(--c-primary-pale);color:var(--c-primary)}.monitor-stat:disabled{cursor:default;opacity:.72}.monitor-progress{display:flex;min-height:88px;flex-direction:column;justify-content:center;padding:12px 14px}.monitor-progress small{margin-top:5px;color:var(--c-text-muted);font-size:12px}.monitor-progress__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;color:var(--c-text-secondary);font-size:12px;font-weight:650}.monitor-progress__header strong{color:var(--c-text-primary);font-size:18px}.run-progress-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;margin-top:12px}@media (max-width: 1180px){.attempt-detail-grid,.sample-json-grid{grid-template-columns:1fr}.monitor-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 900px){.main-layout.gm-admin-layout{min-width:1180px}}:root{--c-primary: #1D6FEA;--c-primary-rgb: 29, 111, 234;--c-primary-hover: #1558CA;--c-primary-active: #1046A8;--c-primary-light: #EBF3FF;--c-primary-pale: #F0F6FF;--c-accent: #06B6D4;--c-accent-hover: #0596B0;--c-accent-light: #E0F9FF;--c-bg: #F2F6FA;--c-bg-white: #fff;--c-surface: #F8FAFC;--c-surface-strong: #F1F5F9;--c-text-primary: #1E293B;--c-text-secondary: #475569;--c-text-muted: #94A3B8;--c-text-disabled: #CBD5E1;--c-border: #E2E8F0;--c-border-light: #F1F5F9;--c-success: #10B981;--c-warning: #F59E0B;--c-error: #EF4444;--c-info: #06B6D4;--gm-primary: var(--c-primary);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 3px rgba(31, 41, 55, .06), 0 1px 2px rgba(31, 41, 55, .04);--shadow-md: 0 4px 12px rgba(31, 41, 55, .08), 0 2px 4px rgba(31, 41, 55, .05);--shadow-primary: 0 8px 24px rgba(var(--c-primary-rgb), .22);--page-padding: 18px;--page-gap: 18px;--module-card-padding: 18px;--module-card-shadow: 0 10px 24px rgba(15, 23, 42, .07), 0 1px 2px rgba(15, 23, 42, .04);--table-page-padding: 18px;--table-toolbar-padding-y: 12px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;font-family:Aptos,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;color:#1e293b;background:#f2f6fa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100%}::-webkit-scrollbar{width:2px;height:2px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000014;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00000040}*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}a{color:#1d6fea;text-decoration:none}a:hover{color:#4c8dee}.ant-table-cell{white-space:nowrap}.ant-card{border-color:var(--c-border);box-shadow:0 1px 3px #0f172a0f}.ant-btn{font-weight:400!important}.ant-btn-primary{border:0!important;background:linear-gradient(135deg,var(--c-primary) 0%,var(--c-accent) 100%)!important;background-size:140% 140%!important;box-shadow:var(--shadow-primary)!important;transition:background-position .2s ease,box-shadow .2s ease,transform .18s ease}.ant-btn-primary:hover,.ant-btn-primary:focus{background:linear-gradient(135deg,var(--c-primary-hover) 0%,#12c5e0 100%)!important;background-position:100% 0!important;box-shadow:0 10px 24px rgba(var(--c-primary-rgb),.26)!important}.ant-btn-primary:active{background:linear-gradient(135deg,var(--c-primary-active) 0%,var(--c-accent-hover) 100%)!important;box-shadow:0 6px 16px rgba(var(--c-primary-rgb),.2)!important}.ant-btn-primary:disabled,.ant-btn-primary.ant-btn-disabled{border:1px solid var(--c-border)!important;background:var(--c-surface-strong)!important;box-shadow:none!important;color:var(--c-text-disabled)!important}.gm-glass-panel{border:1px solid rgba(255,255,255,.34);background:#ffffffd1;box-shadow:0 12px 32px #0f172a1a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.ant-table-wrapper .ant-table-thead>tr>th{font-weight:500;font-size:13px}.ant-modal-footer{gap:8px;display:flex;justify-content:flex-end}.ant-tag{font-size:12px}.ant-pagination{margin-top:16px!important}.ant-form-item .ant-form-item-label>label{font-weight:600;font-size:13px}.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused{box-shadow:0 0 0 3px #1d6fea24!important}.ant-input:focus,.ant-input-focused{box-shadow:0 0 0 3px #1d6fea24!important}.ant-select-focused .ant-select-selector{box-shadow:0 0 0 3px #1d6fea24!important}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus{box-shadow:0 0 0 1000px #fff inset!important;-webkit-text-fill-color:var(--c-text-primary)!important;caret-color:var(--c-text-primary);transition:background-color 9999s ease-out}.ant-table-row-clickable{cursor:pointer}
