*{box-sizing:border-box}:root{--font-family:pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif;--font-weight-regular:400;--font-weight-bold:600;--font-size-xs:12px;--line-height-xs:20px;--font-size-md:14px;--line-height-md:22px;--font-size-lg:16px;--line-height-lg:24px;--font-size-xl:20px;--line-height-xl:28px;--color-white:#fff;--color-blue-l50:#E8F4FF;--color-blue-l10:#4FA1FF;--color-blue:#1C6EFF;--color-blue-d10:#1458CC;--color-turquoise-d10:#12A679;--color-red-d10:#CF171D;--color-orange:#FA721B;--color-brown:#FDAA1D;--color-graphite-l50:#F7F9FC;--color-graphite-l40:#EDF1F7;--color-graphite-l30:#E1E5EB;--color-graphite-l20:#D3D7DE;--color-graphite-l10:#BEC3CC;--color-graphite:#A1A7B3;--color-graphite-d10:#6F7785;--color-graphite-d20:#5E6573;--color-graphite-d30:#454C59;--color-graphite-d40:#2F3540;--color-graphite-d50:#1E232B;--shadow-s1:0 1px 4px rgba(31,35,43,.16);--shadow-s2:0 2px 8px rgba(31,35,43,.14);--shadow-s3:0 4px 16px rgba(31,35,43,.12);--radius:2px}body{margin:0;font-family:var(--font-family);font-size:var(--font-size-md);font-weight:var(--font-weight-regular);color:var(--color-graphite-d40);background:var(--color-graphite-l50);line-height:var(--line-height-md)}html.lang-pending body{visibility:hidden}table th{font-weight:var(--font-weight-regular)!important}a{color:var(--color-blue);text-decoration:none;cursor:pointer}a:hover{text-decoration:none;color:var(--color-blue-d10)}button,input,select,textarea{font:inherit;line-height:var(--line-height-md)}button,[role=button],a{cursor:pointer!important}:focus{outline:none}:focus-visible{outline:2px solid var(--color-blue);outline-offset:1px;box-shadow:none!important}.nc-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:10000;display:none;overflow:hidden}.nc-modal-overlay.is-open{display:block}.nc-modal{position:fixed;left:50%;top:72px;transform:translate(-50%);background:#fff;border-radius:2px;box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024;width:calc(100% - 48px);max-width:1100px;max-height:calc(100vh - 96px);overflow:auto;z-index:10001;font-family:Roboto,Helvetica Neue,Arial,sans-serif;color:#333}.nc-modal.is-dragging{-webkit-user-select:none;user-select:none}.nc-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #e0e0e0;cursor:move}.nc-modal-header h2{margin:0;font-size:20px;font-weight:500}.nc-modal-close-x{background:none;border:none;font-size:24px;line-height:1;color:#666;cursor:pointer;padding:4px 8px}.nc-modal-body{padding:16px 24px 8px}.nc-field-row{display:grid;grid-template-columns:120px 1fr;gap:12px 16px;align-items:start;margin-bottom:16px}.nc-label{font-size:16px;padding-top:8px}.nc-input{width:100%;height:32px;padding:5px 12px;border:1px solid var(--color-graphite-l20);border-radius:var(--radius);font-family:var(--font-family);font-size:var(--font-size-md);line-height:var(--line-height-md);color:var(--color-graphite-d40);background:var(--color-white);box-shadow:none;box-sizing:border-box;transition:border-color .16s,background .16s,color .16s}.nc-input::placeholder{font-size:var(--font-size-xs);color:var(--color-graphite)}.nc-input:hover{border-color:var(--color-blue-l10)}.nc-input:active{border-color:var(--color-blue-d10)}.nc-input:focus{outline:none;border-color:var(--color-blue);box-shadow:none}.nc-input:disabled{background:var(--color-graphite-l30);border-color:var(--color-graphite-l20);color:var(--color-graphite);cursor:not-allowed}.nc-input.is-invalid{border-color:var(--color-red-d10)}.nc-vendor-row{align-items:start}.nc-vendor-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border:1px solid #e8e8e8;background:#fafafa;width:100%}.nc-vendor-grid.is-invalid{outline:2px solid #d32f2f}.nc-vendor-cell{margin:0;padding:8px;border:1px solid #e8e8e8;background:#fff;min-height:126px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;box-sizing:border-box;font:inherit;color:inherit}.nc-vendor-cell.has-lang-tag{padding:10px 8px 8px}.nc-vendor-cell:hover{background:#f5faf5}.nc-vendor-cell.is-selected{outline:2px solid #3d9c3d;outline-offset:-2px;background:#f0fff0;z-index:1}.nc-vendor-cell.span-2{grid-column:span 2}.nc-vendor-cell img{display:block;max-width:100px;max-height:90px;width:auto;height:auto;object-fit:contain}.nc-vendor-cell.is-coming{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:var(--color-graphite-l40);border-color:var(--color-graphite-l30);color:var(--color-graphite-l10);cursor:not-allowed!important;pointer-events:none}.nc-vendor-cell.is-coming em{position:absolute;top:8px;right:8px;color:var(--color-graphite-d10);font-size:var(--font-size-xs);line-height:var(--line-height-xs);font-style:normal;font-weight:var(--font-weight-regular)}.nc-vendor-coming-logo{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--color-graphite-l30);color:var(--color-graphite-l10);font-size:var(--font-size-lg);line-height:var(--line-height-lg)}.nc-vendor-card img{display:block;max-width:96px;max-height:44px;width:auto;height:auto;object-fit:contain}.nc-vendor-card-name{font-size:14px;font-weight:600;color:#262626;line-height:1.2}.nc-vendor-lang-tag{display:inline-block;padding:2px 10px;border-radius:12px;background:#fffbe6;color:#ad4e00;font-size:11px;line-height:1.4;font-weight:500;white-space:nowrap}.nc-vendor-brand{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;padding:4px 0;width:100%}.nc-vendor-brand img{max-width:100px;max-height:72px;width:auto;height:auto;object-fit:contain}.nc-vendor-brand span{font-size:14px;font-weight:600;color:#262626;line-height:1.2}.nc-vendor-wrap{width:100%}.nc-vendor-notice{margin:10px 0 0;padding:10px 14px;font-size:13px;line-height:1.6;color:#ad4e00;background:#fffbe6;border:1px solid #ffe58f;border-radius:2px}.nc-vendor-notice[hidden]{display:none!important}.nc-field-error{color:#d32f2f;font-size:12px;margin-top:4px;grid-column:2}.nc-modal-footer{display:flex;justify-content:flex-end;align-items:center;gap:8px;padding:12px 24px 16px;border-top:1px solid #e0e0e0;margin-top:8px}.nc-modal-body>.nc-modal-footer{grid-column:1/-1;width:100%}.nc-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;height:32px;padding:0 14px;font-size:var(--font-size-md);line-height:var(--line-height-md);font-weight:var(--font-weight-regular);border-radius:var(--radius);cursor:pointer;border:1px solid var(--color-graphite-l20);background:var(--color-white);color:var(--color-graphite-d40);font-family:var(--font-family);transition:background .16s,border-color .16s,color .16s}.nc-btn:hover{background:var(--color-graphite-l40);border-color:var(--color-blue-l10)}.nc-btn-ok{background:var(--color-blue);color:var(--color-white);border-color:var(--color-blue);font-weight:var(--font-weight-regular)}.nc-btn-ok:hover{background:var(--color-blue-d10);border-color:var(--color-blue-d10);color:var(--color-white)}.nc-btn-close{background:var(--color-white);color:var(--color-graphite-d40);border-color:var(--color-graphite-l20)}.nc-btn-close:hover{background:var(--color-graphite-l40);border-color:var(--color-blue-l10)}.nc-btn:disabled{background:var(--color-graphite-l30);border-color:var(--color-graphite-l20);color:var(--color-graphite);cursor:not-allowed!important}.nc-btn-icon{font-size:var(--font-size-md);line-height:var(--line-height-md)}.af-loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:19000;display:none;align-items:center;justify-content:center;background:#f7f9fcb8;pointer-events:auto}.af-loading-overlay.is-active{display:flex}.af-loading-spinner{width:32px;height:32px;border:3px solid var(--color-graphite-l30);border-top-color:var(--color-blue);border-radius:50%;animation:af-spin .8s linear infinite}@keyframes af-spin{to{transform:rotate(360deg)}}.af-toast-container{position:fixed;top:15vh;left:50%;transform:translate(-50%);z-index:20000;display:flex;flex-direction:column;align-items:center;gap:8px;pointer-events:none}.af-toast{pointer-events:auto;display:inline-flex;align-items:center;gap:8px;background:#fff;color:#2f3540;padding:8px 16px;border-radius:4px;font-size:14px;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f;max-width:80vw;word-break:break-word}.af-toast-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;flex:0 0 16px}.af-toast-icon svg{width:100%;height:100%;display:block}.af-toast-icon svg path{fill:currentColor}.af-toast-text{line-height:20px}.af-toast.af-toast-info .af-toast-icon{color:#458fff}.af-toast.af-toast-success .af-toast-icon{color:#20cc94}.af-toast.af-toast-warning .af-toast-icon{color:#ffc145}.af-toast.af-toast-error .af-toast-icon{color:#ff5752}body.legacy-start{margin:0;font-family:PingFang SC,Microsoft YaHei,-apple-system,sans-serif;background:#f5f7fa;color:#333;line-height:1.5;font-size:14px;background-color:#f5f7fa}#afPanelSummary .af-panel{background:#fff;border:1px solid #e8e8e8;border-radius:4px;margin-bottom:16px;overflow:hidden}#afPanelSummary .af-panel-hd{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fafafa;border-bottom:1px solid #f0f0f0;cursor:pointer}#afPanelSummary .af-panel-hd h3{font-size:15px;font-weight:600;color:#262626;display:flex;align-items:center;gap:8px}#afPanelSummary .af-panel-hd h3:before{content:"";width:4px;height:14px;background:#52c41a;border-radius:2px}#afPanelSummary .af-panel-hd .chev{color:#52c41a;font-size:12px;transition:transform .2s}#afPanelSummary .af-panel.is-collapsed .af-panel-bd{display:none}#afPanelSummary .af-panel.is-collapsed .chev{transform:rotate(-90deg)}#afPanelSummary .af-panel-bd{padding:16px}#afPanelSummary .af-panel-hd-extra{display:flex;align-items:center;gap:10px;font-size:13px;color:#595959;font-weight:400}#afPanelSummary .af-kv-table{width:100%;border-collapse:collapse;font-size:13px}#afPanelSummary .af-kv-table th,#afPanelSummary .af-kv-table td{padding:10px 12px;border-bottom:1px solid #f0f0f0;text-align:left}#afPanelSummary .af-kv-table th{width:38%;color:#8c8c8c;font-weight:500;background:#fafafa}#afPanelSummary .af-kv-table td{color:#262626}#afPanelSummary .af-kv-table .is-link{color:#52c41a;font-weight:500}#afPanelSummary .af-data-table{width:100%;border-collapse:collapse;font-size:13px;table-layout:auto}#afPanelSummary .af-data-table thead th{background:#fafafa;color:#595959;font-weight:500;padding:10px 12px;border-bottom:1px solid #f0f0f0;text-align:left;white-space:nowrap;height:auto;line-height:inherit;border-right:none}#afPanelSummary .af-data-table tbody td{padding:10px 12px;border-bottom:1px solid #f5f5f5;color:#262626;border-right:none;white-space:normal;overflow:visible;text-overflow:clip;height:auto;line-height:inherit}#afPanelSummary .af-data-table tbody tr.is-selected{background:#f6ffed}#afPanelSummary .af-data-table tbody tr:hover{background:#fafafa}#afPanelSummary .af-summary-table thead th,#afPanelSummary .af-summary-table tbody td{text-align:center}#afPanelSummary .af-summary-table thead th:first-child,#afPanelSummary .af-summary-table tbody td:first-child{text-align:left}#afPanelSummary .af-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border-radius:2px;font-size:14px;cursor:pointer;border:1px solid #d9d9d9;background:#fafafa;color:#595959;height:auto;font-family:inherit;line-height:normal}#afPanelSummary .af-btn-primary{background:#52c41a;border-color:#52c41a;color:#fff}#afPanelSummary .af-btn-primary:hover{background:#73d13d;border-color:#73d13d}#afPanelSummary .af-btn[disabled],#afPanelSummary .af-btn.is-disabled{opacity:.45;cursor:not-allowed}#afPanelSummary .af-tuning-head{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:12px;margin-bottom:16px;flex-shrink:0}#afPanelSummary .af-tuning-actions{display:flex;flex-wrap:wrap;gap:8px}#afPanelSummary .af-tuning-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;flex:1;min-height:0;align-items:start}#afPanelSummary .af-tuning-col{min-width:0}#afPanelSummary .af-tuning-col-scroll{max-height:calc(100vh - 176px);overflow-y:auto;padding-right:4px}#afPanelSummary .af-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:250;background:#00000073;display:flex;align-items:stretch;justify-content:flex-end;overflow:hidden}#afPanelSummary .af-modal-overlay[hidden]{display:none!important}#afPanelSummary #afSummaryDetailModal .af-modal-dialog{background:#fff;border-radius:0;box-shadow:-12px 0 24px #0000002e,0 0 0 1px #0000000a;width:min(1400px,94vw);max-width:94vw;height:100vh;display:flex;flex-direction:column;overflow:hidden;transform:translate(100%);transition:transform .25s ease-out}#afPanelSummary .af-modal-overlay.is-open .af-modal-dialog,#afSummaryDetailModal:not([hidden]) .af-modal-dialog{transform:translate(0)!important}#afPanelSummary .af-modal-hd{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:1px solid #f0f0f0;flex-shrink:0;background:#fafafa;border-radius:6px 0 0}#afPanelSummary .af-modal-hd h3{margin:0;font-size:15px;font-weight:600;color:#262626}#afPanelSummary .af-modal-close{background:none;border:none;font-size:22px;cursor:pointer;color:#8c8c8c;line-height:1;padding:0 4px;width:28px;height:28px;border-radius:2px;display:inline-flex;align-items:center;justify-content:center;transition:all .2s}#afPanelSummary .af-modal-close:hover{color:#262626;background:#f0f0f0}#afPanelSummary .af-modal-bd{padding:16px 20px;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0}#afPanelSummary .af-summary-detail-table{width:100%;border-collapse:collapse;font-size:13px;table-layout:fixed}#afPanelSummary .af-summary-detail-table col.af-col-timestamp{width:7%}#afPanelSummary .af-summary-detail-table col.af-col-vsys,#afPanelSummary .af-summary-detail-table col.af-col-result{width:5%}#afPanelSummary .af-summary-detail-table col.af-col-src{width:14%}#afPanelSummary .af-summary-detail-table col.af-col-af{width:16%}#afPanelSummary .af-summary-detail-table col.af-col-strategy{width:8%}#afPanelSummary .af-summary-detail-table col.af-col-log{width:16%}#afPanelSummary .af-summary-detail-table col.af-col-advice{width:13%}#afPanelSummary .af-summary-detail-table col.af-col-handling{width:6%}#afPanelSummary .af-summary-detail-table col.af-col-action{width:10%}#afPanelSummary .af-summary-detail-table thead th{background:#fafafa;padding:10px 12px;text-align:left;font-weight:600;color:#262626;border-bottom:1px solid #f0f0f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:sticky;top:0;z-index:1;border-right:none;height:auto;line-height:inherit}#afPanelSummary .af-summary-detail-table tbody td{padding:8px 12px;border-bottom:1px solid #f5f5f5;color:#595959;vertical-align:top;word-break:break-all;border-right:none}#afPanelSummary .af-summary-detail-table .af-sum-cell-pre{white-space:pre-wrap;word-break:break-word;font-family:Menlo,Consolas,monospace;font-size:12px;line-height:1.5}#afPanelSummary .af-summary-detail-table .af-sum-json{white-space:pre-wrap;word-break:break-word;font-family:Menlo,Consolas,monospace;font-size:12px;line-height:1.5;background:#fafafa;padding:6px 8px;border-radius:2px;border:1px solid #f0f0f0;max-height:240px;overflow:auto}#afPanelSummary .af-summary-detail-table tbody tr:hover{background:#fafafa}#afPanelSummary .af-summary-detail-table .af-sum-result-ok{color:#389e0d;font-weight:500}#afPanelSummary .af-summary-detail-table .af-sum-result-fail{color:#f5222d;font-weight:500}#afPanelSummary .af-summary-detail-table .af-sum-strategy{color:#f5222d}#afPanelSummary .af-summary-detail-table thead th{height:32px;padding:0 12px;background:var(--color-graphite-l50);color:var(--color-graphite-d10);font-weight:var(--font-weight-regular);line-height:32px}#afPanelSummary .af-summary-detail-table tbody td,#afPanelSummary .af-summary-detail-table .af-sum-cell-pre,#afPanelSummary .af-summary-detail-table .af-sum-json{color:#000}#afPanelSummary .af-summary-detail-table .af-sum-result-ok,#afPanelSummary .af-summary-detail-table .af-sum-result-fail{font-weight:var(--font-weight-regular)}#afPanelSummary .af-summary-detail-table .af-sum-result-label{display:inline-flex;align-items:center;min-height:20px;box-sizing:border-box;padding:0 8px;border-radius:var(--radius);font-size:var(--font-size-xs);line-height:20px;font-weight:var(--font-weight-regular)}#afPanelSummary .af-summary-detail-table .af-sum-result-label.is-success{color:var(--color-turquoise-d10);background:#f2fffa}#afPanelSummary .af-summary-detail-table .af-sum-result-label.is-failed{color:var(--color-red-d10);background:#fff7f5}#afPanelSummary .af-summary-detail-table .af-sum-status-label{display:inline-flex;align-items:center;gap:6px}#afPanelSummary .af-summary-detail-table .af-sum-status-pending:before,#afPanelSummary .af-summary-detail-table .af-sum-status-review:before,#afPanelSummary .af-summary-detail-table .af-sum-status-processed:before{content:"";width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:currentColor}#afPanelSummary .af-summary-detail-table .af-sum-status-pending{color:var(--color-red-d10)}#afPanelSummary .af-summary-detail-table .af-sum-status-review{color:var(--color-orange)}#afPanelSummary .af-summary-detail-table .af-sum-status-processed{color:var(--color-turquoise-d10)}#afPanelSummary .af-summary-detail-table col.af-col-item-info{width:28%}#afPanelSummary .af-summary-detail-table col.af-col-config-compare{width:72%}#afPanelSummary .af-summary-detail-table tbody td.af-detail-item-cell,#afPanelSummary .af-summary-detail-table tbody td.af-detail-compare-cell{padding:16px 12px;color:var(--color-graphite-d40);vertical-align:top;word-break:normal}#afPanelSummary .af-summary-detail-table tbody tr:hover{background:var(--color-white)}#afPanelSummary .af-summary-detail-table tbody tr:not(:last-child) td{border-bottom-color:var(--color-graphite-l30)}#afPanelSummary .af-detail-item-info{display:flex;flex-direction:column;gap:12px}#afPanelSummary .af-detail-item-heading{display:flex;align-items:center;gap:8px;min-width:0}#afPanelSummary .af-detail-item-index{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 4px;border-radius:var(--radius);background:var(--color-graphite-l40);color:var(--color-graphite-d20);font-size:var(--font-size-xs);line-height:var(--line-height-xs)}#afPanelSummary .af-detail-item-title{overflow:hidden;color:var(--color-graphite-d40);font-size:var(--font-size-md);font-weight:var(--font-weight-bold);line-height:var(--line-height-md);text-overflow:ellipsis;white-space:nowrap}#afPanelSummary .af-detail-info-field{display:grid;grid-template-columns:76px minmax(0,1fr);gap:8px;font-size:var(--font-size-xs);line-height:var(--line-height-xs)}#afPanelSummary .af-detail-info-label{color:var(--color-graphite-d10);white-space:nowrap}:lang(en) #afPanelSummary .af-detail-info-field{grid-template-columns:112px minmax(0,1fr)}:lang(en) #afPanelSummary .af-detail-info-label{overflow:hidden;text-overflow:ellipsis}#afPanelSummary .af-detail-info-value{min-width:0;color:var(--color-graphite-d40);white-space:pre-wrap}#afPanelSummary .af-detail-info-field.is-actions{margin-top:4px}#afPanelSummary .af-sum-action-inner{display:flex;align-items:center;flex-wrap:wrap;gap:8px 16px}#afPanelSummary .af-detail-config-compare{display:grid;grid-template-columns:minmax(0,1fr) 32px minmax(0,1fr);align-items:center;gap:12px;min-width:0}#afPanelSummary .af-detail-code-panel{min-width:0}#afPanelSummary .af-detail-code-title{margin-bottom:8px;color:var(--color-graphite-d20);font-size:var(--font-size-xs);font-weight:var(--font-weight-regular);line-height:var(--line-height-xs);text-align:left}#afPanelSummary .af-detail-code-box{position:relative;height:180px;overflow:auto;border:1px solid var(--color-graphite-l20);border-radius:var(--radius);background:linear-gradient(to right,var(--color-graphite-l40) 0 40px,var(--color-graphite-l50) 40px);font-family:Menlo,Consolas,monospace;font-size:var(--font-size-xs);line-height:var(--line-height-xs)}#afPanelSummary .af-detail-code-box:before{content:"";position:absolute;top:0;bottom:0;left:39px;width:1px;background:var(--color-graphite-l30);pointer-events:none}#afPanelSummary .af-detail-code-line{display:grid;grid-template-columns:40px max-content;min-width:100%}#afPanelSummary .af-detail-code-no{padding:0 8px;background:transparent;color:var(--color-graphite);text-align:right;-webkit-user-select:none;user-select:none}#afPanelSummary .af-detail-code-text{padding:0 12px;color:var(--color-graphite-d40);white-space:pre}#afPanelSummary .af-detail-code-text .af-detail-code-token--command{color:#2563eb}#afPanelSummary .af-detail-code-text .af-detail-code-token--property{color:#7c3aed}#afPanelSummary .af-detail-code-text .af-detail-code-token--string{color:#b45309}#afPanelSummary .af-detail-code-text .af-detail-code-token--ip{color:#0891b2}#afPanelSummary .af-detail-code-text .af-detail-code-token--enum{color:#059669}#afPanelSummary .af-detail-code-text .af-detail-code-token--number{color:#c2410c}#afPanelSummary .af-detail-code-text .af-detail-code-token--comment{color:#94a3b8}#afPanelSummary .af-detail-code-text .af-detail-code-token--key{color:#7c3aed}#afPanelSummary .af-detail-code-text .af-detail-code-token--boolean,#afPanelSummary .af-detail-code-text .af-detail-code-token--null{color:#059669}#afPanelSummary .af-detail-code-empty{display:flex;align-items:center;justify-content:center;height:100%;color:var(--color-graphite);font-family:var(--font-family)}#afPanelSummary .af-summary-detail-empty{height:240px;color:var(--color-graphite);text-align:center;vertical-align:middle}#afPanelSummary .af-detail-config-arrow{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--color-graphite-l40);color:var(--color-graphite-d10);font-size:var(--font-size-lg);line-height:var(--line-height-lg)}@media(max-width:1100px){#afPanelSummary .af-summary-detail-table col.af-col-item-info{width:34%}#afPanelSummary .af-summary-detail-table col.af-col-config-compare{width:66%}#afPanelSummary .af-detail-config-compare{grid-template-columns:minmax(0,1fr)}#afPanelSummary .af-detail-config-arrow{justify-self:center;transform:rotate(90deg)}}#afPanelSummary .af-pagination{display:flex;align-items:center;justify-content:flex-start;gap:16px;width:100%;box-sizing:border-box;padding:12px 16px;border-top:1px solid #f0f0f0;font-size:13px;color:#595959;flex-shrink:0;flex-wrap:nowrap}#afPanelSummary .af-pagination-stats{flex-shrink:0;white-space:nowrap}#afPanelSummary .af-pagination-controls{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;flex-shrink:0;white-space:nowrap}#afPanelSummary .af-pagination .af-page-num{min-width:28px;height:28px;border:1px solid #d9d9d9;background:#fff;border-radius:2px;cursor:pointer}#afPanelSummary .af-pagination .af-page-num.is-active{background:#1890ff;border-color:#1890ff;color:#fff}#afPanelSummary .af-pagination select{border:1px solid #d9d9d9;border-radius:2px;padding:4px 8px;font-size:13px}#afPanelSummary .af-sum-unconverted[data-failed-base],#afPanelSummary .af-sum-confirm{cursor:pointer}#afPanelSummary .af-page-toolbar{display:flex;align-items:center;gap:8px;padding:10px 16px;border-bottom:1px solid #f0f0f0;flex-shrink:0}
