.overview-health-matrix-wrap{overflow-x:auto}.overview-health-matrix{width:100%;min-width:1120px;border-collapse:collapse;table-layout:fixed}.overview-health-matrix th,.overview-health-matrix td{height:48px;padding:0 10px;border-right:1px solid var(--pg-border);border-bottom:1px solid var(--pg-border);text-align:center}.overview-health-matrix tr>*:last-child{border-right:0}.overview-health-matrix tbody tr:last-child>*{border-bottom:0}.overview-health-matrix thead th{height:64px;background:#f5f8fa;color:var(--pg-secondary);font-size:12px;font-weight:500}.overview-health-matrix thead th:first-child,.overview-health-matrix tbody th{position:sticky;left:0;z-index:2;width:118px;text-align:left}.overview-health-matrix thead th:first-child{z-index:3;padding-left:16px}.overview-health-matrix tbody th{padding-left:16px;background:#fbfcfc;color:var(--pg-secondary);font-size:12px;font-weight:500}.overview-health-matrix thead th.has-issue{background:#fff9f8}.overview-health-matrix thead button{width:100%;height:100%;padding:6px 2px;border:0;background:transparent}.overview-health-matrix thead button:hover strong{color:var(--pg-primary);text-decoration:underline}.overview-health-matrix thead button:focus-visible{outline:0;box-shadow:inset 0 0 0 2px rgba(23,125,112,.18)}.overview-health-matrix thead strong,.overview-health-matrix thead small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overview-health-matrix thead strong{color:var(--pg-text);font-size:12px}.overview-health-matrix thead small{margin-top:2px;color:var(--pg-muted);font-size:10px;font-weight:400}.overview-health-matrix td strong{font-size:16px}.overview-health-matrix .matrix-normal td strong{color:var(--pg-success)}.overview-health-matrix .matrix-abnormal th{color:#a43e3b;background:#fffafa}.overview-health-matrix .matrix-abnormal td{background:#fffafa}.overview-health-matrix .matrix-abnormal td.has-issue strong{color:var(--pg-danger)}.overview-health-matrix .matrix-abnormal td:not(.has-issue) strong{color:var(--pg-muted)}.overview-matrix-note{min-height:38px;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--pg-border);color:var(--pg-muted);font-size:11px}.overview-list-actions{display:flex!important;align-items:center!important;gap:12px!important}.overview-sort-note{color:var(--pg-muted);font-size:11px;white-space:nowrap}.overview-export-btn{background:#fff}.overview-export-btn:disabled{cursor:not-allowed;color:var(--pg-disabled);background:#f5f7f8}.overview-page-v3 .data-table.overview-instance-table{min-width:1710px}.overview-update-time{white-space:nowrap;font-size:12px!important}@media(max-width:1024px){.overview-matrix-note{align-items:flex-start;flex-direction:column;gap:2px}.overview-list-actions{gap:8px!important}.overview-sort-note{display:none}}

.overview-health-matrix{min-width:1120px}.overview-health-matrix .matrix-grand-total{background:#eef5f4!important;border-right-color:#cadbd8}.overview-health-matrix thead .matrix-grand-total{color:var(--pg-text)}.overview-health-matrix tbody .matrix-grand-total strong{font-size:17px}.overview-health-matrix .matrix-abnormal .matrix-grand-total strong{color:var(--pg-danger)}.matrix-number-button{width:100%;height:48px;padding:0;border:0;background:transparent;color:inherit}.matrix-number-button:hover strong{color:var(--pg-primary);text-decoration:underline}.matrix-abnormal .matrix-number-button:hover strong{color:var(--pg-danger)}.matrix-number-button:focus-visible{outline:0;box-shadow:inset 0 0 0 2px rgba(23,125,112,.2)}

:root{
  --pg-primary:#177d70;--pg-primary-hover:#1c9483;--pg-primary-soft:#eaf5f3;
  --pg-nav-bg:#17242e;--pg-nav-hover:#21323e;--pg-page:#f3f6f8;--pg-surface:#fff;
  --pg-text:#26333c;--pg-secondary:#5f6b73;--pg-muted:#788791;--pg-border:#e4eaee;
  --pg-success:#177d70;--pg-info:#4389cc;--pg-warning:#e7a13b;--pg-danger:#dc5b57;
  --pg-shadow:0 2px 10px rgba(27,53,68,.06);--sidebar:208px
}

/* 产品全景 */
.overview-page{max-width:1760px}.overview-refresh{display:flex;align-items:center;gap:12px;color:var(--pg-muted);font-size:12px}.overview-refresh .btn{height:32px;padding:0 12px}.overview-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin-bottom:12px;border:1px solid var(--pg-border);border-radius:7px;background:#fff;box-shadow:var(--pg-shadow);overflow:hidden}.overview-metric{min-width:0;padding:12px 15px;border:0;border-right:1px solid var(--pg-border);background:#fff;text-align:left;position:relative}.overview-metric:last-child{border-right:0}.overview-metric:hover{background:#f8fbfa}.overview-metric:focus-visible{z-index:1;outline:0;box-shadow:inset 0 0 0 2px rgba(23,125,112,.24)}.overview-metric.active{background:var(--pg-primary-soft)}.overview-metric.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--pg-primary)}.overview-metric span,.overview-metric strong,.overview-metric small{display:block}.overview-metric span{color:var(--pg-secondary);font-size:12px}.overview-metric strong{margin:2px 0;font-size:24px;line-height:30px}.overview-metric small{overflow:hidden;color:var(--pg-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.overview-notice{min-height:46px;margin-bottom:12px;padding:8px 14px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #f0d6aa;border-radius:4px;background:#fffbf3}.overview-notice strong,.overview-notice span{display:block}.overview-notice strong{color:#815619;font-size:13px}.overview-notice span{margin-top:1px;color:var(--pg-secondary);font-size:11px}.overview-card{background:#fff;border:1px solid var(--pg-border);border-radius:7px;box-shadow:var(--pg-shadow);overflow:hidden}.overview-card-head{min-height:50px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--pg-border)}.overview-card-head>div:first-child{display:flex;align-items:baseline;gap:8px}.overview-card-head strong{font-size:16px}.overview-card-head>div:first-child span{color:var(--pg-muted);font-size:11px}.overview-legend{display:flex;gap:14px;color:var(--pg-secondary);font-size:11px}.overview-legend span{display:flex;align-items:center;gap:5px}.overview-legend .dot{width:7px;height:7px;border-radius:50%}.overview-legend .dot.success{background:var(--pg-success)}.overview-legend .dot.warning{background:var(--pg-warning)}.overview-legend .dot.danger{background:var(--pg-danger)}.overview-table-wrap{margin-top:0}.overview-table{min-width:1340px}.overview-table th.action-column,.overview-table td.action-column{position:sticky;right:0;z-index:2;background:#fff;box-shadow:-7px 0 9px -9px rgba(38,51,60,.55)}.overview-table th.action-column{z-index:3;background:#f5f8fa}.overview-table tbody tr:hover td.action-column{background:#fbfdfc}.overview-row{cursor:pointer}.overview-row.has-issue td:first-child{box-shadow:inset 3px 0 0 #e7a13b}.instance-count{font-size:12px;color:var(--pg-secondary);white-space:nowrap}.instance-count strong{font-size:14px;color:var(--pg-text)}.instance-track{width:90px;height:4px;margin-top:5px;border-radius:2px;background:#e9eef0;overflow:hidden}.instance-track i{height:100%;display:block;background:var(--pg-primary)}.version-stack{min-width:216px;display:grid;gap:2px}.version-stack span{display:grid;grid-template-columns:34px 1fr;align-items:center}.version-stack em{color:var(--pg-muted);font-size:10px;font-style:normal}.version-stack b{font-size:11px}.issue-count{color:#a43e3b;font-weight:600}.healthy-copy{color:#12695f}.drawer-overlay{position:fixed;inset:0;z-index:100;display:flex;justify-content:flex-end;background:rgba(17,27,34,.45)}.overview-drawer{width:min(780px,calc(100vw - 80px));height:100vh;display:flex;flex-direction:column;background:#fff;box-shadow:-16px 0 40px rgba(23,36,46,.18)}.drawer-head{min-height:100px;padding:18px 22px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--pg-border)}.drawer-eyebrow{color:var(--pg-primary);font-size:11px;font-weight:600}.drawer-head h2{margin:3px 0 1px;font-size:20px;line-height:28px}.drawer-head p{margin:0;color:var(--pg-secondary);font-size:12px}.drawer-body{padding:16px 22px 28px;overflow:auto;background:#f8fafb}.drawer-summary{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:16px;border:1px solid var(--pg-border);border-radius:7px;background:#fff;overflow:hidden}.drawer-summary>div{min-height:70px;padding:11px 12px;border-right:1px solid var(--pg-border)}.drawer-summary>div:last-child{border-right:0}.drawer-summary span,.drawer-summary strong{display:block}.drawer-summary>div>span{color:var(--pg-muted);font-size:11px}.drawer-summary>div>strong{margin-top:6px;font-size:14px}.drawer-section{margin-top:14px}.drawer-section-title{margin-bottom:7px;display:flex;align-items:center;justify-content:space-between}.drawer-section-title strong{font-size:14px}.drawer-section-title span{color:var(--pg-muted);font-size:11px}.component-table-wrap{overflow:auto;border:1px solid var(--pg-border);border-radius:4px;background:#fff}.component-table{min-width:650px}.component-table td{height:46px}.overview-issue{margin-bottom:10px;padding:13px 14px;border:1px solid #f0c8c6;border-radius:4px;background:#fff}.issue-title{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid #f2dddd}.issue-title>div{min-width:0;flex:1}.issue-title strong,.issue-title span{display:block}.issue-title strong{font-size:14px}.issue-title .code{margin-top:1px;color:var(--pg-muted);font-size:10px}.issue-seq{width:24px;height:24px;display:grid!important;place-items:center;border-radius:50%;background:#fde9e8;color:#a43e3b;font-size:11px;font-weight:600}.overview-issue dl{margin:10px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:8px 18px}.overview-issue dl>div{min-width:0}.overview-issue dt{color:var(--pg-muted);font-size:11px}.overview-issue dd{margin:2px 0 0;color:var(--pg-text);font-size:12px;line-height:19px}.overview-issue dl>div:nth-last-child(-n+3){grid-column:1/-1}.overview-healthy{min-height:84px;padding:16px;display:flex;align-items:center;gap:12px;border:1px solid #cfe4e0;border-radius:4px;background:#f6fbfa}.overview-healthy>span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#e3f3f0;color:#12695f;font-size:17px}.overview-healthy strong,.overview-healthy p{display:block}.overview-healthy p{margin:2px 0 0;color:var(--pg-secondary);font-size:12px}
@media(max-width:1280px){.overview-metrics{grid-template-columns:repeat(3,1fr)}.overview-metric:nth-child(3){border-right:0}.overview-metric:nth-child(-n+3){border-bottom:1px solid var(--pg-border)}}
@media(max-width:1024px){.overview-refresh>span{display:none}.overview-card .filters{flex-wrap:wrap}.overview-drawer{width:calc(100vw - 64px)}.drawer-summary{grid-template-columns:repeat(2,1fr)}.drawer-summary>div:nth-child(2){border-right:0}.drawer-summary>div:nth-child(-n+2){border-bottom:1px solid var(--pg-border)}}
.data-table.auth-table{min-width:1540px}.data-table.auth-table.audit-wide{min-width:1880px}.data-table.platform-auth-table{min-width:1320px}.data-table.platform-auth-table.audit-wide{min-width:1680px}.data-table.agent-auth-table{min-width:1660px}.data-table.agent-auth-table.audit-wide{min-width:1960px}.data-table.version-table{min-width:1520px}.data-table.release-table{min-width:1680px}.page-head.compact{min-height:28px}.tabs.auth-tabs{height:50px}.filters.product-filters{min-height:50px;padding-top:9px;padding-bottom:9px}.auth-table .action-column,.version-table .action-column{position:sticky;right:0;z-index:2;min-width:96px;background:#fff;box-shadow:-7px 0 9px -9px rgba(38,51,60,.55)}.auth-table th.action-column,.version-table th.action-column{z-index:3;background:#f5f8fa}.auth-table tbody tr:hover .action-column,.version-table tbody tr:hover .action-column{background:#fbfdfc}.review-grid-wide{grid-column:1/-1}.muted-text{color:var(--pg-muted)}.reason-cell{min-width:220px;white-space:normal}.compat-check{margin:0;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:7px 10px}.compat-check small{grid-column:2;color:var(--pg-muted)}.tree-object-gap{margin-top:8px;border-top:1px solid var(--pg-border);border-radius:0 0 4px 4px;padding-top:10px}
.version-table .version-note{min-width:220px;max-width:320px;white-space:normal;line-height:20px}.version-table .date-cell{min-width:100px;white-space:nowrap}
.data-table.bundle-version-table{min-width:1120px}
.version-table .actions .text-btn[onclick^="openReleaseModalBundle"]{display:none}.version-table .action-column{min-width:64px}
.candidate-draft{margin:12px 16px 0;padding:10px 12px;display:flex;align-items:center;gap:18px;flex-wrap:wrap;border:1px solid #cfe4e0;border-radius:4px;background:#f6fbfa}.candidate-copy{min-width:220px}.candidate-copy strong,.candidate-copy span{display:block}.candidate-copy span{font-size:11px;color:var(--pg-muted);margin-top:2px}.candidate-components{display:flex;align-items:center;gap:18px;flex:1}.candidate-component span,.candidate-component strong{display:block}.candidate-component span{font-size:11px;color:var(--pg-muted)}.candidate-component strong{font-size:13px;margin-top:1px}.candidate-result{display:flex;align-items:center;gap:8px}.candidate-result>span:last-child{font-size:11px;color:var(--pg-secondary)}.manifest-result{margin:0;display:flex;align-items:flex-start;gap:10px}.manifest-result strong,.manifest-result span{display:block}.manifest-result strong{font-size:13px}.manifest-result span{font-size:11px;color:var(--pg-muted);margin-top:3px}
*{box-sizing:border-box}html,body{margin:0;min-width:820px;min-height:100%;background:var(--pg-page);color:var(--pg-text);font:14px/1.55 "Microsoft YaHei","PingFang SC",Arial,sans-serif}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);z-index:20;display:flex;flex-direction:column;background:var(--pg-nav-bg);color:#fff}.brand{height:64px;display:flex;align-items:center;gap:10px;padding:0 17px;border-bottom:1px solid rgba(255,255,255,.08)}.brand-mark{width:32px;height:32px;border-radius:6px;background:var(--pg-primary);display:grid;place-items:center;font-weight:700;font-size:15px}.brand-copy b,.brand-copy span{display:block}.brand-copy b{font-size:14px}.brand-copy span{color:#8fa0ab;font-size:11px}.nav-group{padding:16px 12px 0}.nav-label{padding:0 10px 7px;color:#738690;font-size:11px}.nav-item{width:100%;height:40px;border:0;border-radius:4px;padding:0 11px;display:flex;align-items:center;gap:10px;color:#bec9cf;background:transparent;text-align:left}.nav-item:hover{background:var(--pg-nav-hover);color:#fff}.nav-item.active{background:var(--pg-primary);color:#fff}.nav-icon{width:17px;height:17px;display:grid;place-items:center}.nav-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.sidebar-foot{margin:auto 16px 17px;padding-top:14px;border-top:1px solid rgba(255,255,255,.09);display:flex;gap:9px;align-items:center}.avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#29404c;color:#bfe0da;font-size:12px}.sidebar-foot b,.sidebar-foot span{display:block}.sidebar-foot b{font-size:12px}.sidebar-foot span{font-size:10px;color:#7f929d}.main-shell{margin-left:var(--sidebar);min-height:100vh}.topbar{height:56px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--pg-border)}.breadcrumb{font-size:13px;color:var(--pg-muted)}.breadcrumb b{color:var(--pg-text);font-weight:500}.system-state{display:flex;align-items:center;gap:18px;color:var(--pg-secondary);font-size:12px}.state-dot{width:7px;height:7px;border-radius:50%;background:#44b49d;display:inline-block;margin-right:6px}.page{padding:22px 24px 32px;max-width:1680px;margin:0 auto}.page-head{min-height:48px;margin-bottom:14px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.page-head h1{font-size:20px;line-height:28px;margin:0 0 3px;font-weight:600}.page-head p{margin:0;color:var(--pg-secondary);font-size:12px}.btn{height:36px;border-radius:4px;padding:0 16px;border:1px solid var(--pg-border);background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}.btn:hover{border-color:#b8c6cb;color:var(--pg-primary)}.btn-primary{background:var(--pg-primary);border-color:var(--pg-primary);color:#fff}.btn-primary:hover{background:var(--pg-primary-hover);border-color:var(--pg-primary-hover);color:#fff}.btn-danger{color:#a43e3b;border-color:#efc8c6}.btn:focus-visible,.tree-node:focus-visible,.tab:focus-visible,.text-btn:focus-visible{outline:0;box-shadow:0 0 0 2px rgba(23,125,112,.18)}.btn svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}.layout-card{display:grid;grid-template-columns:238px minmax(0,1fr);min-height:620px;background:#fff;border:1px solid var(--pg-border);border-radius:7px;box-shadow:var(--pg-shadow);overflow:hidden}.tree-panel{border-right:1px solid var(--pg-border);background:#fbfcfc}.tree-head{height:50px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--pg-border)}.tree-head strong{font-size:14px}.tree-head span{font-size:11px;color:var(--pg-muted)}.tree-list{padding:9px}.tree-node{width:100%;min-height:36px;border:0;border-radius:4px;background:transparent;padding:7px 8px;display:flex;align-items:center;gap:7px;text-align:left;color:var(--pg-secondary)}.tree-node:hover{background:#f0f4f4;color:var(--pg-text)}.tree-node.active{background:var(--pg-primary-soft);color:#12695f;font-weight:600}.tree-node.level-1{padding-left:27px}.tree-node.level-2{padding-left:46px}.tree-chevron{width:12px;color:#819099;font-size:11px}.tree-symbol{width:18px;color:#71818b}.tree-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tree-count{margin-left:auto;min-width:24px;height:20px;padding:0 6px;border-radius:9px;background:#eef2f4;color:#65747d;display:grid;place-items:center;font:11px/20px Consolas,monospace}.tree-node.active .tree-count{background:#d9ece8;color:#12695f}.content-panel{min-width:0;display:flex;flex-direction:column}.panel-top{padding:14px 16px 0}.panel-title{height:36px;display:flex;align-items:center;justify-content:space-between}.panel-title strong{font-size:16px}.panel-title small{color:var(--pg-muted);margin-left:8px}.tabs{height:42px;display:flex;gap:22px;border-bottom:1px solid var(--pg-border);padding:0 16px}.tab{position:relative;border:0;background:transparent;color:var(--pg-secondary);padding:0 2px}.tab.active{color:var(--pg-primary);font-weight:600}.tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--pg-primary)}.tab em{font-style:normal;margin-left:5px;padding:1px 6px;border-radius:8px;background:#eef2f4;font-size:11px;color:#65747d}.filters{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fff}.control{height:32px;border:1px solid #d6dfe3;border-radius:4px;background:#fff;padding:0 10px;outline:0}.control:focus{border-color:var(--pg-primary);box-shadow:0 0 0 2px rgba(23,125,112,.1)}select.control{min-width:136px}.search{width:260px}.filter-spacer{flex:1}.btn-sm{height:32px;padding:0 12px;font-size:13px}.table-wrap{margin:0 16px;overflow:auto;border:1px solid var(--pg-border);border-radius:4px}.data-table{width:100%;border-collapse:collapse;min-width:980px;background:#fff}.data-table th{height:42px;padding:0 12px;background:#f5f8fa;color:var(--pg-secondary);font-size:12px;font-weight:500;text-align:left;white-space:nowrap;border-bottom:1px solid var(--pg-border)}.data-table td{height:52px;padding:8px 12px;border-bottom:1px solid var(--pg-border);font-size:13px;vertical-align:middle}.data-table tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#fbfdfc}.cell-main,.cell-sub{display:block}.cell-main{font-weight:500}.cell-sub{font-size:11px;color:var(--pg-muted);margin-top:2px}.code{font-family:Consolas,"Microsoft YaHei",monospace;font-weight:600;color:#3f505a}.status{height:24px;padding:0 8px;border-radius:4px;display:inline-flex;align-items:center;gap:5px;font-size:12px;white-space:nowrap}.status:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.status.success{color:#12695f;background:#e3f3f0}.status.info{color:#2f6c9f;background:#e7f1fa}.status.warning{color:#9a6416;background:#fff2d8}.status.danger{color:#a43e3b;background:#fde9e8}.status.neutral{color:#65747d;background:#eef2f4}.actions{display:flex;align-items:center;gap:10px;white-space:nowrap}.text-btn{padding:2px 0;border:0;background:transparent;color:var(--pg-primary);font-size:13px}.text-btn:hover{text-decoration:underline}.text-btn.danger{color:#b14743}.pagination{height:52px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;color:var(--pg-secondary);font-size:12px}.pager{display:flex;align-items:center;gap:8px}.pager button{height:28px;min-width:30px;border:1px solid var(--pg-border);border-radius:4px;background:#fff;color:var(--pg-secondary)}.pager button.current{border-color:var(--pg-primary);color:var(--pg-primary);background:var(--pg-primary-soft)}.summary-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--pg-border);border-radius:7px;background:#fff;box-shadow:var(--pg-shadow);margin-bottom:14px}.summary-item{padding:13px 16px;border-right:1px solid var(--pg-border)}.summary-item:last-child{border:0}.summary-item span,.summary-item strong,.summary-item small{display:block}.summary-item span{font-size:11px;color:var(--pg-muted)}.summary-item strong{font-size:20px;line-height:28px;margin:2px 0}.summary-item small{font-size:11px;color:var(--pg-secondary)}.model-stack{display:flex;flex-wrap:wrap;gap:4px}.model-label{height:23px;padding:0 7px;border-radius:3px;background:#eef2f4;color:#596972;font-size:11px;display:inline-flex;align-items:center}.release-progress{width:116px}.progress-track{height:5px;background:#e9eef0;border-radius:3px;overflow:hidden;margin-top:5px}.progress-track i{display:block;height:100%;background:var(--pg-primary)}.empty{min-height:320px;display:grid;place-items:center;text-align:center;color:var(--pg-secondary)}.empty strong{display:block;color:var(--pg-text);margin-bottom:4px}.modal-overlay{position:fixed;inset:0;z-index:100;background:rgba(17,27,34,.45);display:flex;align-items:center;justify-content:center;padding:20px}.modal{width:min(780px,calc(100vw - 40px));max-height:92vh;display:flex;flex-direction:column;background:#fff;border-radius:8px;box-shadow:0 16px 40px rgba(23,36,46,.18);overflow:hidden}.modal.small{width:min(560px,calc(100vw - 40px))}.modal.large{width:min(1020px,calc(100vw - 40px))}.modal-head{min-height:64px;padding:13px 18px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--pg-border)}.modal-head h2{font-size:16px;margin:0 0 2px}.modal-head p{font-size:12px;color:var(--pg-secondary);margin:0}.close{width:32px;height:32px;border:0;border-radius:4px;background:transparent;color:var(--pg-muted);font-size:22px}.close:hover{background:#f1f4f5;color:var(--pg-text)}.modal-body{padding:16px 18px;overflow:auto}.modal-foot{min-height:60px;padding:12px 18px;display:flex;align-items:center;justify-content:flex-end;gap:8px;border-top:1px solid var(--pg-border)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.field{display:grid;gap:5px}.field.full{grid-column:1/-1}.field label{font-size:12px;color:var(--pg-secondary)}.required{color:var(--pg-danger);margin-left:2px}.field input,.field select,.field textarea{width:100%;border:1px solid #d6dfe3;border-radius:4px;background:#fff;padding:0 10px;outline:0}.field input,.field select{height:34px}.field textarea{min-height:82px;padding-top:8px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--pg-primary);box-shadow:0 0 0 2px rgba(23,125,112,.1)}.readonly{background:#f5f7f8!important;color:#52616c}.form-section{grid-column:1/-1;margin-top:3px;padding-top:11px;border-top:1px solid var(--pg-border);font-weight:600;font-size:13px}.hint{font-size:11px;color:var(--pg-muted)}.review-card{padding:12px;border:1px solid var(--pg-border);border-radius:4px;background:#f8fafb;margin-bottom:14px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.review-grid span,.review-grid strong{display:block}.review-grid span{font-size:11px;color:var(--pg-muted)}.review-grid strong{font-size:13px;margin-top:2px}.decision{display:grid;grid-template-columns:1fr 1fr;gap:10px}.decision label{padding:11px;border:1px solid var(--pg-border);border-radius:4px;display:flex;align-items:center;gap:8px;cursor:pointer}.decision label:has(input:checked){border-color:var(--pg-primary);background:var(--pg-primary-soft)}.decision input{accent-color:var(--pg-primary)}.upload-box{padding:14px;border:1px dashed #b7c8c5;border-radius:4px;background:#f8fbfa;text-align:center}.upload-box strong,.upload-box span{display:block}.upload-box span{font-size:11px;color:var(--pg-muted);margin:3px 0 9px}.toast{position:fixed;left:50%;bottom:24px;z-index:200;transform:translate(-50%,12px);padding:10px 16px;border-radius:4px;background:var(--pg-nav-bg);color:#fff;box-shadow:0 8px 24px rgba(23,36,46,.2);opacity:0;pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1180px){.layout-card{grid-template-columns:210px minmax(0,1fr)}.search{width:200px}.summary-strip{grid-template-columns:repeat(2,1fr)}.summary-item:nth-child(2){border-right:0}.summary-item:nth-child(-n+2){border-bottom:1px solid var(--pg-border)}}

.task-type-tag{display:inline-flex;align-items:center;height:24px;padding:0 8px;border-radius:4px;font-size:12px;white-space:nowrap}.task-type-tag.product{color:#12695f;background:#e3f3f0}.task-type-tag.service{color:#2f6c9f;background:#e7f1fa}.task-type-tag.rollback{color:#9a6416;background:#fff2d8}.page-head.compact{min-height:36px;margin-bottom:12px;align-items:center}.page-head.compact h1{margin-bottom:0}.release-task-table{min-width:1080px}

.field[hidden]{display:none}.patch-mode-choice{margin-top:2px}.patch-definition-head,.transfer-plan-head,.task-transfer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.patch-definition-head div,.transfer-plan-head div,.task-transfer-head div{display:grid;gap:2px}.patch-definition-head span,.transfer-plan-head span,.task-transfer-head span{font-size:12px;color:var(--pg-secondary)}.patch-version-fields{padding:14px;border:1px solid var(--pg-border);border-radius:7px;background:#fbfcfc;gap:12px}.patch-definition-grid,.transfer-plan-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--pg-border);border:1px solid var(--pg-border);border-radius:4px;overflow:hidden}.patch-definition-grid>div,.transfer-plan-grid>div{min-height:62px;padding:9px 11px;background:#fff}.patch-definition-grid span,.patch-definition-grid strong,.transfer-plan-grid span,.transfer-plan-grid strong{display:block}.patch-definition-grid span,.transfer-plan-grid span{font-size:11px;color:var(--pg-muted)}.patch-definition-grid strong,.transfer-plan-grid strong{margin-top:3px;font-size:13px}.patch-upload{margin:0}.patch-file-table{border:1px solid var(--pg-border);border-radius:4px;overflow:auto;background:#fff}.patch-file-row{min-width:760px;display:grid;grid-template-columns:2.2fr 1fr 1fr .7fr;align-items:center}.patch-file-row>*{padding:9px 10px;border-right:1px solid var(--pg-border);font-size:12px}.patch-file-row>*:last-child{border-right:0}.patch-file-row.head{background:#f5f8fa;color:var(--pg-secondary);border-bottom:1px solid var(--pg-border)}.patch-safety-note,.transfer-fallback{display:flex;gap:8px;padding:10px 12px;border-radius:4px;background:#fff7e8;color:#7d571b;font-size:12px}.patch-safety-note span,.transfer-fallback span{color:#765f3c}.patch-execution-flow{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px;border:1px solid var(--pg-border);border-radius:4px;background:#f8fafb;margin:12px 0}.patch-execution-flow span{font-size:12px;color:var(--pg-secondary)}.patch-execution-flow i{color:var(--pg-muted);font-style:normal}.wizard-transfer-section{margin-top:16px}.transfer-plan-card{border:1px solid #b9d9d3;border-radius:7px;background:#f7fbfa;padding:13px}.transfer-plan-card.neutral{border-color:var(--pg-border);background:#fbfcfc}.transfer-plan-card .transfer-plan-grid{margin-top:11px}.patch-execution-flow.compact{margin:10px 0;background:#fff}.transfer-saving{color:#12695f}.task-transfer-detail{margin-bottom:14px;padding:13px;border:1px solid #b9d9d3;border-radius:7px;background:#f7fbfa}.task-transfer-detail .transfer-plan-grid{margin:11px 0}.task-transfer-detail .patch-file-row{grid-template-columns:2.2fr 1fr 1fr .8fr}
.auto-analysis-card{padding:13px;border:1px solid #b9d9d3;border-radius:7px;background:#f7fbfa}.auto-analysis-head{display:flex;align-items:flex-start;gap:10px}.auto-analysis-head>div{display:grid;gap:2px;min-width:0}.auto-analysis-head strong{font-size:14px;color:var(--pg-text-primary)}.auto-analysis-head span{font-size:12px;color:var(--pg-secondary);line-height:20px}.auto-analysis-steps{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:12px;padding:10px 12px;border:1px solid var(--pg-border);border-radius:4px;background:#fff}.auto-analysis-steps span{font-size:12px;color:var(--pg-secondary)}.auto-analysis-steps i{font-style:normal;color:var(--pg-muted)}.version-analysis-detail{margin:12px 0}.version-analysis-detail .transfer-plan-grid{margin-top:12px}.version-analysis-detail .patch-file-table{margin-top:10px}
@media(max-width:1100px){.auto-analysis-steps{align-items:flex-start;flex-direction:column}.auto-analysis-steps i{transform:rotate(90deg);align-self:center}}
@media(max-width:1180px){.patch-definition-grid,.transfer-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.patch-execution-flow{align-items:flex-start;flex-wrap:wrap}.patch-execution-flow i{display:none}}
@media(max-width:1024px){:root{--sidebar:64px}.brand{padding:0 16px}.brand-copy,.nav-label,.nav-item span:not(.nav-icon),.sidebar-foot>div{display:none}.nav-group{padding:14px 8px 0}.nav-item{justify-content:center;padding:0}.sidebar-foot{justify-content:center;margin:0 8px 16px}.page{padding:18px 16px 28px}.topbar{padding:0 16px}.layout-card{grid-template-columns:190px minmax(0,1fr)}.filters{flex-wrap:wrap}.filter-spacer{display:none}.search{width:220px}.form-grid{grid-template-columns:1fr}.field.full,.form-section{grid-column:1}.review-grid{grid-template-columns:repeat(2,1fr)}}
.package-policy{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 16px;margin:16px 0;border:1px solid #d9e4e8;border-radius:4px;background:#f7fafb}.package-policy>div{display:flex;flex-direction:column;gap:5px}.package-policy strong{font-size:14px;color:#173042}.package-policy span,.package-policy small{color:#5c6f7c}.btn-danger{color:#c53b3b;border-color:#e5b4b4;background:#fff}.btn-danger:hover{background:#fff5f5;border-color:#cf6a6a}.btn:disabled{cursor:not-allowed;color:#9ba8b1;background:#f3f6f7;border-color:#dce3e7}.release-diff{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.release-diff>div{display:flex;flex-direction:column;gap:6px;padding:12px;border:1px solid #dce7ea;border-radius:4px;background:#f8fbfb}.release-diff span{color:#657783}.release-diff strong{color:#173042}.release-diff em{font-style:normal;color:#0f7f73}.release-diff em.skip{color:#687985}.package-release-table{min-width:1420px}@media(max-width:1100px){.release-diff{grid-template-columns:1fr}.package-policy{align-items:flex-start;flex-direction:column}}
.danger-note{display:flex;flex-direction:column;gap:6px;margin-top:14px;padding:12px 14px;border:1px solid #f0c8c6;border-radius:4px;background:#fff7f6}.danger-note strong{color:#a43e3b}.danger-note span{color:#5f6b73}
.release-task-table{min-width:1320px}.scope-picker{border:1px solid var(--pg-border);border-radius:4px;overflow:hidden;background:#fff}.scope-toolbar{min-height:46px;padding:7px 10px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--pg-border);background:#f8fafb}.scope-toolbar .control{flex:1}.scope-toolbar span{color:var(--pg-secondary);font-size:12px;white-space:nowrap}.scope-tree{max-height:250px;overflow:auto;padding:6px 0}.scope-node-row{min-height:32px;margin:0 6px;padding-right:8px;display:flex;align-items:center;gap:7px;border-radius:4px;cursor:pointer}.scope-node-row:hover{background:#f1f6f5}.scope-node-row.level-0{padding-left:8px}.scope-node-row.level-1{padding-left:28px}.scope-node-row.level-2{padding-left:48px}.scope-node-row.level-3{padding-left:68px}.scope-node-row.level-4{padding-left:88px}.scope-node-row input{accent-color:var(--pg-primary)}.scope-node-row small{margin-left:auto;color:var(--pg-muted);font-size:11px}.scope-symbol{width:12px;color:var(--pg-muted);font-size:11px}.precheck-panel{border:1px solid #cfe4e0;border-radius:4px;background:#f8fbfa;overflow:hidden}.precheck-head{min-height:44px;padding:8px 12px;display:flex;align-items:center;gap:10px}.precheck-head>span:not(.status){color:var(--pg-secondary);font-size:12px}.precheck-head .text-btn{margin-left:auto}.precheck-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #dce9e6}.precheck-grid>div{padding:10px 12px;border-right:1px solid #dce9e6}.precheck-grid>div:last-child{border:0}.precheck-grid span,.precheck-grid strong{display:block}.precheck-grid span{font-size:11px;color:var(--pg-muted)}.precheck-grid strong{font-size:18px;margin-top:2px}.release-time-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px}.release-time-choice label{min-height:56px;padding:9px 11px;border:1px solid var(--pg-border);border-radius:4px;display:flex;align-items:flex-start;gap:8px;cursor:pointer}.release-time-choice label:has(input:checked){border-color:var(--pg-primary);background:var(--pg-primary-soft)}.release-time-choice input{margin-top:4px;accent-color:var(--pg-primary)}.release-time-choice strong,.release-time-choice small{display:block}.release-time-choice small{margin-top:2px;color:var(--pg-muted);font-size:11px}.schedule-field[hidden]{display:none}@media(max-width:1100px){.precheck-grid{grid-template-columns:repeat(2,1fr)}.precheck-grid>div:nth-child(2){border-right:0}.precheck-grid>div:nth-child(-n+2){border-bottom:1px solid #dce9e6}}
.scope-node-row input[type="checkbox"],.release-time-choice input[type="radio"]{width:auto;height:auto;flex:0 0 auto}.scope-node-row>span:not(.scope-symbol){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.scope-node-row.scope-node-row{min-height:42px}.scope-device-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;line-height:18px}.scope-device-name{font-weight:500;color:var(--pg-text)}.scope-device-meta{display:flex;gap:14px;color:var(--pg-muted);font-size:11px}.scope-device-meta .code{font-size:11px}.device-result-head{margin:14px 0 8px;display:flex;align-items:center;justify-content:space-between;gap:16px}.device-result-head strong,.device-result-head span{display:block}.device-result-head strong{font-size:14px}.device-result-head span{margin-top:2px;color:var(--pg-secondary);font-size:12px}.device-result-head .control{min-width:136px}.device-table-wrap{max-height:330px;overflow:auto;border:1px solid var(--pg-border);border-radius:4px;margin-bottom:10px}.device-result-table{min-width:920px}.device-result-table th{position:sticky;top:0;z-index:1}.device-result-table td{height:48px}.rollback-device-picker{border:1px solid var(--pg-border);border-radius:4px;padding:10px;background:#f8fafb}.rollback-device-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:8px}.rollback-device-toolbar>.control{flex:1}.rollback-device-toolbar label{display:flex;align-items:center;gap:5px;white-space:nowrap;color:var(--pg-secondary);font-size:12px}.rollback-device-toolbar input[type="checkbox"]{width:auto;height:auto}.rollback-device-toolbar>span{min-width:72px;text-align:right;color:var(--pg-secondary);font-size:12px}.rollback-device-list{max-height:250px;overflow:auto;border:1px solid var(--pg-border);border-radius:4px;background:#fff}.rollback-device-row{min-height:48px;padding:7px 10px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid var(--pg-border);cursor:pointer}.rollback-device-row:last-child{border-bottom:0}.rollback-device-row:hover{background:#f1f6f5}.rollback-device-row input{width:auto;height:auto;accent-color:var(--pg-primary)}.rollback-device-row strong,.rollback-device-row small{display:block}.rollback-device-row small{display:flex;gap:14px;margin-top:2px;color:var(--pg-muted)}.rollback-device-row em{font-style:normal;color:var(--pg-secondary);font:12px Consolas,monospace}.btn:disabled{cursor:not-allowed;opacity:.55}@media(max-width:1100px){.scope-device-meta{gap:8px}.rollback-device-toolbar{align-items:flex-start;flex-wrap:wrap}.rollback-device-toolbar>.control{flex-basis:100%}}
.release-result-panel{margin-top:14px}.release-result-panel .device-result-head{margin:0 0 6px}.release-result-tabs{height:40px;padding:0;gap:24px}.release-result-filters{min-height:52px;padding:10px 0;display:flex;align-items:center;gap:8px}.release-result-filters .control{min-width:138px}.release-result-filters .release-result-search{width:230px;min-width:190px}.release-result-count{margin-left:auto;color:var(--pg-muted);font-size:12px;white-space:nowrap}.release-detail-table-wrap{margin-bottom:8px}.device-result-table.release-detail-table{min-width:1320px}.release-detail-table th:nth-child(1){min-width:156px}.release-detail-table th:nth-child(2){min-width:128px}.release-detail-table th:nth-child(3){min-width:90px}.release-detail-table th:nth-child(4){min-width:150px}.release-detail-table th:nth-child(5),.release-detail-table th:nth-child(6){min-width:148px}.release-detail-table th:nth-child(8){min-width:230px}@media(max-width:1100px){.release-result-filters{flex-wrap:wrap}.release-result-filters .release-result-search{flex:1;min-width:220px}.release-result-count{width:100%;margin-left:0}}
.candidate-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.candidate-actions .btn{flex:none}@media(max-width:1180px){.candidate-actions{width:100%;justify-content:flex-end}}
.tree-group-label{padding:12px 12px 5px 34px;color:var(--pg-muted);font-size:11px;line-height:18px}.task-kind-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.task-kind-card{min-height:190px;padding:20px;border:1px solid var(--pg-border);border-radius:4px;background:#fff;text-align:left;display:flex;flex-direction:column;align-items:flex-start;cursor:pointer;color:var(--pg-text)}.task-kind-card:hover{border-color:var(--pg-primary);background:var(--pg-primary-soft)}.task-kind-icon{width:38px;height:38px;margin-bottom:14px;border-radius:4px;display:grid;place-items:center;background:var(--pg-primary-soft);color:var(--pg-primary);font-size:18px}.task-kind-card strong{font-size:16px}.task-kind-card small{margin-top:8px;color:var(--pg-secondary);font-size:12px;line-height:20px}.task-kind-card em{margin-top:auto;padding-top:18px;color:var(--pg-primary);font-size:12px;font-style:normal}.shared-release-table{min-width:1380px}.service-version-table{min-width:1320px}@media(max-width:800px){.task-kind-grid{grid-template-columns:1fr}}
.tree-node.catalog-parent{font-weight:600}.tree-node.catalog-divider{min-height:48px;margin-top:8px;padding-top:8px;border-top:1px solid var(--pg-border)}.tree-node.catalog-divider.active{border-top-color:var(--pg-border)}
.data-table.overview-table{min-width:1120px}.data-table.component-table{min-width:650px}
.overview-page-v3 .data-table.overview-instance-table{min-width:1900px}.tree-count.overview-ratio-count{width:auto;min-width:42px;padding:0 5px;font-family:Consolas,monospace;white-space:nowrap}.tree-count.overview-ratio-count b{color:inherit;font-weight:700}
.overview-page-v3 .overview-layout-v2{grid-template-columns:280px minmax(0,1fr)}.overview-page-v3 .overview-tree-panel .tree-name{flex:1}.overview-page-v3 .tree-count.overview-ratio-count{flex:none;display:flex;align-items:center;justify-content:center;min-width:58px;height:22px;padding:0 7px;border-radius:4px;line-height:22px}.overview-page-v3 .overview-instance-wrap{max-height:calc(100vh - 338px);min-height:360px;overflow:auto;scrollbar-gutter:stable}.overview-page-v3 .data-table.overview-instance-table{min-width:2080px}.overview-page-v3 .overview-instance-table thead th{position:sticky;top:0;z-index:1}.overview-page-v3 .overview-instance-table th.action-column{z-index:4}.overview-page-v3 .overview-instance-table th:nth-child(1){min-width:270px}.overview-page-v3 .overview-instance-table th:nth-child(4){min-width:150px}.overview-page-v3 .overview-instance-table th:nth-child(5),.overview-page-v3 .overview-instance-table th:nth-child(6){min-width:125px}.overview-page-v3 .overview-instance-table th:nth-child(7){min-width:130px}.overview-page-v3 .overview-instance-table th:nth-child(12){min-width:168px}@media(max-width:1280px){.overview-page-v3 .overview-layout-v2{grid-template-columns:250px minmax(0,1fr)}}
.overview-trend-head{align-items:center}.trend-range-switch{display:flex;border:1px solid var(--pg-border);border-radius:4px;overflow:hidden;background:#fff}.trend-range-btn{height:30px;padding:0 12px;border:0;border-right:1px solid var(--pg-border);background:#fff;color:var(--pg-secondary);font-size:12px}.trend-range-btn:last-child{border-right:0}.trend-range-btn:hover{background:#f5f8f8;color:var(--pg-primary)}.trend-range-btn:focus-visible{position:relative;z-index:1;outline:0;box-shadow:inset 0 0 0 2px rgba(23,125,112,.22)}.trend-range-btn.active{background:var(--pg-primary-soft);color:var(--pg-primary);font-weight:600}.overview-trend-metrics{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--pg-border);background:#fbfcfc}.overview-trend-metrics>div{min-width:0;padding:10px 16px;border-right:1px solid var(--pg-border)}.overview-trend-metrics>div:last-child{border-right:0}.overview-trend-metrics span,.overview-trend-metrics strong,.overview-trend-metrics small{display:block}.overview-trend-metrics span{color:var(--pg-muted);font-size:10px}.overview-trend-metrics strong{margin-top:1px;font-size:18px}.overview-trend-metrics small{margin-top:1px;overflow:hidden;color:var(--pg-secondary);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.overview-trend-metrics .trend-down{color:#a43e3b}.overview-trend-legend{padding:12px 18px 0;display:flex;align-items:center;gap:20px;color:var(--pg-secondary);font-size:11px}.overview-trend-legend span{display:flex;align-items:center;gap:6px}.overview-trend-legend i{width:18px;height:3px;display:inline-block;border-radius:2px}.overview-trend-legend .healthy{background:var(--pg-success)}.overview-trend-legend .abnormal{background:var(--pg-danger)}.overview-trend-legend .offline{height:0;border-top:2px dashed var(--pg-muted)}.overview-trend-chart{padding:2px 12px 12px;overflow-x:auto}.overview-trend-chart svg{display:block;width:100%;min-width:760px;height:246px}.trend-grid line{stroke:#e7edef;stroke-width:1;vector-effect:non-scaling-stroke}.trend-grid text,.trend-x-labels text,.trend-axis-title{fill:var(--pg-muted);font-size:10px;font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif}.trend-line{fill:none;stroke-width:2.5;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke}.trend-line.health{stroke:var(--pg-success)}.trend-line.abnormal{stroke:var(--pg-danger)}.trend-line.offline{stroke:var(--pg-muted);stroke-width:2;stroke-dasharray:5 4}.trend-dot{stroke:#fff;stroke-width:1.5;vector-effect:non-scaling-stroke}.trend-dot.health{fill:var(--pg-success)}.trend-dot.abnormal{fill:var(--pg-danger)}.trend-dot.offline{fill:var(--pg-muted)}@media(max-width:1024px){.overview-trend-metrics{grid-template-columns:repeat(2,1fr)}.overview-trend-metrics>div:nth-child(2){border-right:0}.overview-trend-metrics>div:nth-child(-n+2){border-bottom:1px solid var(--pg-border)}}@media(max-width:640px){.overview-trend-head{align-items:flex-start}.trend-range-switch{width:100%}.trend-range-btn{flex:1;padding:0 6px}.overview-trend-metrics{grid-template-columns:1fr}.overview-trend-metrics>div{border-right:0;border-bottom:1px solid var(--pg-border)}.overview-trend-metrics>div:last-child{border-bottom:0}.overview-trend-legend{align-items:flex-start;flex-direction:column;gap:5px}}
.overview-main-tabs{height:44px;margin:-2px 0 14px;padding:0;gap:28px}.overview-main-tabs .tab{font-size:14px}.overview-main-tabs .tab em{min-width:24px;text-align:center}.overview-summary-panel{display:grid;gap:14px}.overview-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--pg-border);border-radius:7px;background:#fff;box-shadow:var(--pg-shadow);overflow:hidden}.overview-kpi-card{min-width:0;padding:13px 16px;border-right:1px solid var(--pg-border)}.overview-kpi-card:last-child{border-right:0}.overview-kpi-card span,.overview-kpi-card strong,.overview-kpi-card small{display:block}.overview-kpi-card span{color:var(--pg-muted);font-size:11px}.overview-kpi-card strong{margin:1px 0;font-size:24px;line-height:32px}.overview-kpi-card small{color:var(--pg-secondary);font-size:11px}.overview-kpi-card .success-copy{color:var(--pg-success)}.overview-kpi-card.danger{background:#fffafa}.overview-kpi-card.danger strong{color:var(--pg-danger)}.overview-section-heading{min-height:34px;display:flex;align-items:flex-start;justify-content:space-between}.overview-section-heading strong,.overview-section-heading span{display:block}.overview-section-heading strong{font-size:16px}.overview-section-heading span{margin-top:1px;color:var(--pg-secondary);font-size:11px}.overview-summary-types{margin-bottom:0}.overview-summary-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.85fr);gap:14px}.overview-summary-card{min-width:0;border:1px solid var(--pg-border);border-radius:7px;background:#fff;box-shadow:var(--pg-shadow);overflow:hidden}.overview-summary-head{min-height:52px;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--pg-border)}.overview-summary-head>div{min-width:0}.overview-summary-head strong,.overview-summary-head span{display:block}.overview-summary-head strong{font-size:15px}.overview-summary-head>div>span,.overview-update-note{margin-top:1px;color:var(--pg-muted);font-size:11px}.overview-health-body{min-height:228px;display:grid;grid-template-columns:190px minmax(0,1fr);align-items:stretch}.overview-health-score{display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid var(--pg-border);background:#fbfdfc}.overview-health-score strong{color:var(--pg-primary);font-size:32px;line-height:40px}.overview-health-score span{margin-top:2px;font-size:13px;font-weight:600}.overview-health-score small{margin-top:5px;color:var(--pg-muted);font-size:11px}.overview-health-detail{padding:24px 18px 16px;display:flex;flex-direction:column;justify-content:center}.overview-health-bar{height:14px;display:flex;overflow:hidden;border-radius:4px;background:#eef2f4}.overview-health-bar i{display:block;height:100%}.overview-health-bar .healthy{background:var(--pg-success)}.overview-health-bar .degraded{background:var(--pg-warning)}.overview-health-bar .offline{background:var(--pg-danger)}.overview-health-legend{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.overview-health-legend>div{min-width:0;padding-right:8px;border-right:1px solid var(--pg-border)}.overview-health-legend>div:last-child{border-right:0}.overview-health-legend span,.overview-health-legend strong,.overview-health-legend small{display:block}.overview-health-legend span{color:var(--pg-secondary);font-size:11px}.overview-health-legend strong{margin-top:2px;font-size:18px}.overview-health-legend small{color:var(--pg-muted);font-size:10px}.legend-dot{width:7px;height:7px;margin-right:5px;display:inline-block!important;border-radius:50%;vertical-align:1px}.legend-dot.healthy{background:var(--pg-success)}.legend-dot.degraded{background:var(--pg-warning)}.legend-dot.offline{background:var(--pg-danger)}.overview-health-detail p{margin:18px 0 0;color:var(--pg-muted);font-size:11px}.overview-focus-list{padding:3px 0}.overview-focus-item{width:100%;min-height:58px;padding:8px 13px;display:grid;grid-template-columns:74px minmax(0,1fr) 14px;align-items:center;gap:8px;border:0;border-bottom:1px solid var(--pg-border);background:#fff;text-align:left}.overview-focus-item:last-child{border-bottom:0}.overview-focus-item:hover{background:#f8fbfa}.overview-focus-copy{min-width:0}.overview-focus-copy strong,.overview-focus-copy small,.overview-focus-copy em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overview-focus-copy strong{font-size:13px}.overview-focus-copy small{margin-top:1px;color:var(--pg-muted);font-size:10px}.overview-focus-copy em{margin-top:2px;color:var(--pg-secondary);font-size:11px;font-style:normal}.overview-focus-arrow{color:var(--pg-muted);font-size:18px}.overview-activity-card{margin-bottom:2px}.overview-activity-list{padding:2px 16px}.overview-activity-item{min-height:54px;display:grid;grid-template-columns:76px 78px minmax(0,1fr);align-items:center;gap:10px;border-bottom:1px solid var(--pg-border)}.overview-activity-item:last-child{border-bottom:0}.overview-activity-item time{color:var(--pg-muted);font:11px Consolas,"Microsoft YaHei",monospace}.overview-event-type{width:66px;height:24px;display:grid!important;place-items:center;border-radius:4px;background:#eef2f4;color:#65747d;font-size:11px}.overview-event-type.success{color:#12695f;background:#e3f3f0}.overview-event-type.warning{color:#9a6416;background:#fff2d8}.overview-event-type.danger{color:#a43e3b;background:#fde9e8}.overview-event-type.info{color:#2f6c9f;background:#e7f1fa}.overview-activity-item>div{min-width:0}.overview-activity-item>div strong,.overview-activity-item>div small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overview-activity-item>div strong{font-size:13px;font-weight:500}.overview-activity-item>div small{margin-top:1px;color:var(--pg-muted);font-size:11px}@media(max-width:1280px){.overview-summary-grid{grid-template-columns:1fr}.overview-health-body{min-height:200px}.overview-focus-list{display:grid;grid-template-columns:repeat(2,1fr)}.overview-focus-item:nth-child(odd){border-right:1px solid var(--pg-border)}}@media(max-width:1024px){.overview-kpi-grid{grid-template-columns:repeat(2,1fr)}.overview-kpi-card:nth-child(2){border-right:0}.overview-kpi-card:nth-child(-n+2){border-bottom:1px solid var(--pg-border)}}@media(max-width:640px){.overview-kpi-grid{grid-template-columns:1fr}.overview-kpi-card{border-right:0;border-bottom:1px solid var(--pg-border)}.overview-kpi-card:last-child{border-bottom:0}.overview-health-body{grid-template-columns:1fr}.overview-health-score{min-height:130px;border-right:0;border-bottom:1px solid var(--pg-border)}.overview-health-legend{gap:6px}.overview-focus-list{grid-template-columns:1fr}.overview-focus-item:nth-child(odd){border-right:0}.overview-activity-item{grid-template-columns:62px 70px minmax(0,1fr)}.overview-summary-head{align-items:flex-start;flex-direction:column;gap:4px}}
.overview-type-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(142px,1fr);gap:8px;margin-bottom:12px;padding-bottom:5px;overflow-x:auto}.overview-type-card{min-height:84px;padding:10px 12px;border:1px solid var(--pg-border);border-radius:7px;background:#fff;box-shadow:var(--pg-shadow);text-align:left;position:relative}.overview-type-card:hover{border-color:#a9c8c3;background:#fbfdfc}.overview-type-card.active{border-color:var(--pg-primary);background:var(--pg-primary-soft)}.overview-type-card.active:after{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;background:var(--pg-primary)}.overview-type-name{display:block;overflow:hidden;color:var(--pg-text);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.overview-type-name strong,.overview-type-name span{display:block}.overview-type-name strong{font-weight:600}.overview-type-name span{margin-top:1px;color:var(--pg-muted);font-size:10px;font-weight:400}.overview-type-values{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:7px}.overview-type-values span{min-width:0}.overview-type-values em,.overview-type-values b{display:block;font-style:normal}.overview-type-values em{color:var(--pg-muted);font-size:10px}.overview-type-values b{margin-top:1px;color:var(--pg-text);font-size:15px;line-height:18px}.overview-type-values .ok b{color:var(--pg-success)}.overview-type-values .bad b{color:var(--pg-danger)}.overview-layout-v2{grid-template-columns:238px minmax(0,1fr);min-height:630px}.overview-tree-panel .tree-list{max-height:680px;overflow:auto}.overview-tree-label{padding:12px 10px 4px;color:var(--pg-muted);font-size:10px;font-weight:600;letter-spacing:.04em}.overview-tree-count{margin-left:auto;color:var(--pg-muted);font:11px Consolas,monospace;white-space:nowrap}.overview-tree-count b{color:var(--pg-primary);font-weight:700}.overview-list-head{height:50px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--pg-border)}.overview-list-head>div{display:flex;align-items:baseline;gap:9px}.overview-list-head strong{font-size:15px}.overview-list-head span{color:var(--pg-muted);font-size:11px}.overview-rule{white-space:nowrap}.overview-instance-wrap{margin-top:0}.data-table.overview-instance-table{min-width:1580px}.overview-instance-table th.action-column,.overview-instance-table td.action-column{position:sticky;right:0;z-index:2;background:#fff;box-shadow:-7px 0 9px -9px rgba(38,51,60,.55)}.overview-instance-table th.action-column{z-index:3;background:#f5f8fa}.overview-instance-table tbody tr:hover td.action-column{background:#fbfdfc}.overview-issue-cell{min-width:220px;max-width:280px;white-space:normal}.overview-issue-cell .issue-count{display:block;line-height:18px}.overview-instance-drawer{width:min(860px,calc(100vw - 64px))}.drawer-summary-v2>div{min-width:0}.drawer-summary-v2 strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.instance-version-summary{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:8px;border:1px solid var(--pg-border);border-radius:4px;background:#fff;overflow:hidden}.instance-version-summary>div{min-width:0;padding:10px 12px;border-right:1px solid var(--pg-border)}.instance-version-summary>div:last-child{border-right:0}.instance-version-summary span,.instance-version-summary strong{display:block}.instance-version-summary span{color:var(--pg-muted);font-size:10px}.instance-version-summary strong{margin-top:3px;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.channel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.channel-item{min-height:58px;padding:8px 10px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2px 8px;border:1px solid var(--pg-border);border-radius:4px;background:#fff}.channel-item strong{font-size:12px}.channel-item small{grid-column:1/-1;color:var(--pg-muted);font-size:10px}.channel-item.abnormal{border-color:#efb7b4;background:#fff8f7}.channel-item.abnormal strong,.channel-item.abnormal small{color:#a43e3b}.instance-alert{padding:13px 14px;border:1px solid #efc1be;border-radius:4px;background:#fff8f7}.instance-alert>div:first-child{display:flex;align-items:center;gap:10px}.instance-alert>div:first-child strong{font-size:13px}.instance-alert dl{display:grid;grid-template-columns:1fr 1fr;gap:9px 18px;margin:12px 0 0;padding-top:10px;border-top:1px solid #f0d7d5}.instance-alert dl>div:last-child{grid-column:1/-1}.instance-alert dt{color:var(--pg-muted);font-size:10px}.instance-alert dd{margin:2px 0 0;font-size:12px;line-height:18px}.data-table.overview-history-table{min-width:650px}.overview-history-table td{height:44px}@media(max-width:1280px){.overview-type-strip{grid-auto-columns:136px}.overview-layout-v2{grid-template-columns:210px minmax(0,1fr)}.overview-tree-panel .tree-node{padding-right:8px}}@media(max-width:1024px){.overview-layout-v2{grid-template-columns:190px minmax(0,1fr)}.overview-rule{display:none}.channel-grid{grid-template-columns:repeat(2,1fr)}.overview-instance-drawer{width:calc(100vw - 48px)}}@media(max-width:640px){.overview-instance-drawer{width:calc(100vw - 36px)}.overview-instance-drawer .drawer-head{min-height:86px;padding:14px 12px}.overview-instance-drawer .drawer-body{padding:12px 10px 22px}.drawer-summary-v2{grid-template-columns:repeat(2,1fr)}.drawer-summary-v2>div:nth-child(2){border-right:0}.drawer-summary-v2>div:nth-child(-n+2){border-bottom:1px solid var(--pg-border)}.instance-version-summary{grid-template-columns:1fr}.instance-version-summary>div{border-right:0;border-bottom:1px solid var(--pg-border)}.instance-version-summary>div:last-child{border-bottom:0}.channel-grid{grid-template-columns:1fr}.instance-alert dl{grid-template-columns:1fr}.instance-alert dl>div:last-child{grid-column:auto}}
.release-wizard-steps{height:54px;padding:0 56px;margin:-4px 0 14px;display:flex;align-items:center}.wizard-step{display:flex;align-items:center;gap:9px;color:var(--pg-muted)}.wizard-step i{width:26px;height:26px;border:1px solid #cfd9dd;border-radius:50%;display:grid;place-items:center;background:#fff;font-style:normal;font-size:12px}.wizard-step strong,.wizard-step small{display:block}.wizard-step strong{font-size:13px}.wizard-step small{font-size:11px;margin-top:1px}.wizard-step.active{color:var(--pg-primary)}.wizard-step.active i{border-color:var(--pg-primary);background:var(--pg-primary);color:#fff}.wizard-step.done i{border-color:var(--pg-primary);background:var(--pg-primary-soft);color:var(--pg-primary)}.wizard-step-line{height:1px;flex:1;margin:0 18px;background:var(--pg-border)}.wizard-step-copy{margin-bottom:12px}.wizard-step-copy strong,.wizard-step-copy span{display:block}.wizard-step-copy strong{font-size:15px}.wizard-step-copy span{margin-top:2px;color:var(--pg-secondary);font-size:12px}.wizard-product-row{margin-bottom:12px}.release-scope-split{display:grid;grid-template-columns:minmax(0,1fr) 38%;gap:12px}.wizard-pane{min-width:0;border:1px solid var(--pg-border);border-radius:4px;background:#fff;overflow:hidden}.wizard-pane-head{height:46px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--pg-border);background:#f8fafb}.wizard-pane-head strong,.wizard-pane-head span{display:block}.wizard-pane-head strong{font-size:13px}.wizard-pane-head span{font-size:11px;color:var(--pg-muted);margin-top:1px}.wizard-scope-pane .scope-picker{border:0;border-radius:0}.wizard-scope-pane .scope-toolbar{height:44px}.wizard-scope-pane .scope-tree{max-height:310px}.selected-release-list{height:354px;overflow:auto}.selected-release-empty{height:100%;display:grid;place-content:center;text-align:center;color:var(--pg-muted)}.selected-release-empty strong{color:var(--pg-secondary);font-size:13px}.selected-release-empty span{font-size:11px;margin-top:3px}.selected-release-device{min-height:58px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--pg-border)}.selected-release-device:last-child{border-bottom:0}.selected-release-device>span:first-child{min-width:0}.selected-release-device strong,.selected-release-device small{display:block}.selected-release-device strong{font-size:13px}.selected-release-device small{display:flex;gap:10px;margin-top:3px;color:var(--pg-muted);font-size:11px}.selected-device-state{display:flex;align-items:center;gap:9px;flex:none}.selected-device-state .status{height:22px}.wizard-precheck{margin-top:12px}.wizard-section-title{margin-bottom:7px;display:flex;align-items:center;justify-content:space-between}.wizard-section-title strong{font-size:13px}.wizard-section-title span{color:var(--pg-muted);font-size:11px}.wizard-release-summary{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:14px;border:1px solid var(--pg-border);border-radius:4px;background:#f8fafb}.wizard-release-summary>div{padding:10px 12px;border-right:1px solid var(--pg-border)}.wizard-release-summary>div:last-child{border:0}.wizard-release-summary span,.wizard-release-summary strong{display:block}.wizard-release-summary span{font-size:11px;color:var(--pg-muted)}.wizard-release-summary strong{font-size:13px;margin-top:3px}.wizard-task-form{max-width:760px;margin:0 auto;padding-top:2px}@media(max-width:1100px){.release-wizard-steps{padding:0 28px}.release-scope-split{grid-template-columns:minmax(0,1fr) 340px}.selected-release-device small{display:block}.wizard-section-title{align-items:flex-start;flex-direction:column;gap:2px}}@media(max-width:900px){.release-scope-split{grid-template-columns:1fr}.selected-release-list{height:220px}.wizard-release-summary{grid-template-columns:repeat(2,1fr)}.wizard-release-summary>div:nth-child(2){border-right:0}.wizard-release-summary>div:nth-child(-n+2){border-bottom:1px solid var(--pg-border)}}
