:root{--ubo-primary: #1a73e8;--ubo-primary-hover: #3b86ed;--ubo-primary-active: #145dc8;--ubo-primary-shadow: 0 8px 18px rgba(26, 115, 232, .24);--ubo-control-height: 44px;--ubo-control-radius: 10px;--ubo-control-border: #c7d9f4}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f6fa}#root{min-height:100vh}.ant-btn:not(.ant-btn-link):not(.ant-btn-text):not(.ant-btn-sm):not(.ant-input-search-button){height:var(--ubo-control-height);padding-inline:18px;border-radius:var(--ubo-control-radius);font-weight:600;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.ant-btn:not(.ant-btn-link):not(.ant-btn-text):not(.ant-btn-sm):not(.ant-input-search-button)>span{line-height:1}.ant-btn-primary{background:var(--ubo-primary);border-color:var(--ubo-primary);box-shadow:var(--ubo-primary-shadow)}.ant-btn-primary:hover,.ant-btn-primary:focus{background:var(--ubo-primary-hover)!important;border-color:var(--ubo-primary-hover)!important;box-shadow:var(--ubo-primary-shadow)}.ant-btn-primary:active{background:var(--ubo-primary-active)!important;border-color:var(--ubo-primary-active)!important;box-shadow:0 4px 12px #1a73e83d}.ant-btn-default,.ant-btn-dashed{color:#214a79;border-color:var(--ubo-control-border);background:#fff}.ant-btn-default:hover,.ant-btn-default:focus,.ant-btn-dashed:hover,.ant-btn-dashed:focus{color:var(--ubo-primary)!important;border-color:var(--ubo-primary)!important;background:#f6fbff!important}.ant-btn-link{font-weight:500}.ant-btn-link:hover,.ant-btn-link:focus{color:#145dc8!important}.ant-input-search-button{height:100%!important;box-shadow:none!important}.ubo-form-inline{width:100%;display:flex;align-items:center;gap:10px}.ubo-form-inline>*{margin:0!important;min-width:0}.ubo-form-inline-input{flex:1 1 auto;min-width:0}.ubo-form-inline-select{flex:0 0 180px;width:180px}.ubo-form-inline-btn{flex:0 0 128px;min-width:128px}.ubo-form-inline .ant-select,.ubo-form-inline .ant-input-affix-wrapper,.ubo-form-inline .ant-input,.ubo-form-inline .ant-input-group-wrapper{width:100%}.ubo-form-inline .ant-select-selector,.ubo-form-inline .ant-input-affix-wrapper,.ubo-form-inline .ant-input,.ubo-form-inline .ant-btn{height:var(--ubo-control-height)!important}.ubo-form-inline .ant-input-affix-wrapper input{height:calc(var(--ubo-control-height) - 2px)}.ubo-form-inline .ant-select-selector{display:flex;align-items:center}.ubo-form-inline .ant-select-selection-item,.ubo-form-inline .ant-select-selection-placeholder{line-height:calc(var(--ubo-control-height) - 2px)!important}.ubo-form-inline .ant-btn{display:inline-flex;align-items:center;justify-content:center;padding-inline:20px}.ubo-app-shell{--ubo-app-gap: 24px}.ubo-app-header{flex:0 0 auto}.ubo-app-body{flex:1 1 auto;min-height:0;padding:var(--ubo-app-gap);gap:var(--ubo-app-gap);background:#f5f6fa}.ubo-app-content{min-width:0;min-height:0;border-radius:12px;border:1px solid #e6edf8}.ubo-app-sider.ant-layout-sider{background:#fff!important;border-right:1px solid #e5eef9;box-shadow:inset -1px 0 #145dc80a;border-radius:12px;border:1px solid #e6edf8;overflow:hidden}.ubo-app-sider .ant-layout-sider-children{height:100%}.ubo-app-sider-inner{height:100%;display:flex;flex-direction:column}.ubo-app-sider-menu{flex:1 1 auto;border-right:0!important;padding-top:8px}.ubo-app-sider-toggle-wrap{flex:0 0 auto;padding:12px;border-top:1px solid #e8f0fb;background:linear-gradient(180deg,#fff,#f3f8ff)}.ubo-app-sider-toggle{width:100%;min-height:44px;border-radius:12px;border:1px solid #c3d6f4;background:#f5f9ff;color:#145dc8;font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .15s ease}.ubo-app-sider-toggle:hover{border-color:#8fb7ef;background:#e9f3ff;color:#0f4ea6}.ubo-app-sider-toggle:focus-visible{outline:none;box-shadow:0 0 0 3px #1a73e833}.ubo-app-sider-toggle:active{transform:translateY(1px);background:#dcecff}.ubo-app-sider.ant-layout-sider-collapsed .ubo-app-sider-toggle-wrap{padding-inline:10px}.ubo-app-sider.ant-layout-sider-collapsed .ubo-app-sider-toggle{min-height:44px;border-radius:10px;padding-inline:0}.ubo-app-sider.ant-layout-sider-collapsed .ubo-app-sider-toggle-label{display:none}@media (max-width: 768px){.ubo-app-shell{--ubo-app-gap: 12px}.ubo-form-inline{flex-direction:column;align-items:stretch}.ubo-form-inline-input,.ubo-form-inline-select,.ubo-form-inline-btn{width:100%!important;flex:1 1 auto}.ubo-app-sider-toggle-wrap{padding:10px}.ubo-app-content{border-radius:10px}}.ubo-resizable-header-cell{position:relative}.ubo-resizable-handle{position:absolute;top:0;right:-4px;width:8px;height:100%;cursor:col-resize;-webkit-user-select:none;user-select:none;z-index:2}.ubo-resizable-handle:after{content:"";position:absolute;top:50%;right:3px;transform:translateY(-50%);width:2px;height:18px;border-radius:1px;background:#7289a380}.ubo-resizable-header-cell:hover .ubo-resizable-handle:after{background:#2860b2e6}body.ubo-column-resizing,body.ubo-column-resizing *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.ubo-report-viewer{color:#18314f}.ubo-report-viewer-shell{display:flex;flex-direction:column;gap:10px}.ubo-report-viewer-toolbar{display:flex;justify-content:flex-end}.ubo-report-fullscreen-btn{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 12px;border:1px solid #c8dcf8;border-radius:999px;background:#f3f8ff;color:#145dc8;font-size:12px;font-weight:600;line-height:1;cursor:pointer}.ubo-report-fullscreen-btn:hover{border-color:#96baef;background:#eaf3ff}.ubo-report-fullscreen-btn:focus-visible{outline:2px solid rgba(20,93,200,.4);outline-offset:1px}.ubo-report-viewer.is-scrollable{max-height:620px;overflow-y:auto;padding-right:4px}.ubo-report-viewer-shell.is-fullscreen{box-sizing:border-box;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2200;display:flex;flex-direction:column;width:100vw;height:100vh;padding:16px;background:#f7fbff;overflow:hidden}.ubo-report-viewer-shell.is-fullscreen .ubo-report-viewer-toolbar{flex-shrink:0}.ubo-report-viewer-shell.is-fullscreen .ubo-report-viewer{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-right:10px}.ubo-report-viewer-shell.is-fullscreen .ubo-report-viewer.is-scrollable{max-height:none;overflow-y:auto}html.ubo-report-page-fullscreen,body.ubo-report-page-fullscreen{overflow:hidden!important}.ubo-report-empty{color:#607793;line-height:1.8}.ubo-report-viewer-v1 .ubo-report-markdown-content{padding:4px 2px}.ubo-report-markdown-content>:first-child{margin-top:0!important}.ubo-report-markdown-content>:last-child{margin-bottom:0!important}.ubo-report-markdown-content table,.ubo-report-section-body table{width:100%;border-collapse:collapse;margin:12px 0;font-size:14px;line-height:1.65;background:#fff;border:1px solid #d8e4f7}.ubo-report-markdown-content th,.ubo-report-markdown-content td,.ubo-report-section-body th,.ubo-report-section-body td{border:1px solid #d8e4f7;padding:8px 10px;text-align:left;vertical-align:top;word-break:break-word}.ubo-report-markdown-content thead th,.ubo-report-section-body thead th{background:#f3f8ff;color:#1f4f95;font-weight:700}.ubo-report-md-tr.is-evidence-row>.ubo-report-md-td{background:#f8fbff}.ubo-report-md-tr-evidence-detail>.ubo-report-md-td-evidence-detail{padding:0;background:#fbfdff}.ubo-report-viewer-v2,.ubo-report-viewer-v3{display:flex;flex-direction:column;gap:12px}.ubo-report-main-title{padding:14px 16px;border-radius:16px;border:1px solid #d6e4f8;background:linear-gradient(135deg,#f2f8ff,#f9fcff);color:#145dc8;font-size:20px;font-weight:700;line-height:1.45}.ubo-report-section-card{border:1px solid #d7e3f7;border-radius:16px;overflow:hidden;background:#fbfdff}.ubo-report-section-head{padding:12px 16px;border-bottom:1px solid #dce8f8;background:#f2f7ff;color:#1f5ca8;font-size:15px;font-weight:700;line-height:1.4}.ubo-report-section-body{padding:14px 16px}.ubo-report-section-card.is-reference-section{border-color:#c6d8f6;background:linear-gradient(180deg,#f8fbff,#f3f8ff)}.ubo-report-section-card.is-reference-section .ubo-report-section-head{background:linear-gradient(90deg,#e8f1ff,#f1f6ff)}.ubo-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.ubo-summary-card{min-height:86px;padding:12px 14px;border-radius:14px;border:1px solid #d6e6fb;background:linear-gradient(180deg,#fff,#f7fbff)}.ubo-summary-card .summary-label{margin-bottom:8px;color:#607793;font-size:12px}.ubo-summary-card .summary-value{color:#18314f;font-size:16px;font-weight:700;line-height:1.5;word-break:break-word}.ubo-person-card{padding:14px 16px 16px}.ubo-person-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.ubo-person-name{color:#123a67;font-size:20px;font-weight:700;line-height:1.4}.ubo-person-basis{color:#52708f;line-height:1.7}.ubo-person-metrics{display:flex;flex-wrap:wrap;gap:8px}.metric-chip{padding:6px 10px;border-radius:999px;background:#eaf3ff;color:#145dc8;font-size:12px;font-weight:700}.metric-chip.is-confidence{background:#eef7ef;color:#1d7a40}.metric-chip.is-ubo{background:#fff5e8;color:#af5c00}.ubo-visual-block,.ubo-evidence-block{margin-bottom:14px}.ubo-visual-title,.detail-title{margin-bottom:10px;color:#184873;font-size:13px;font-weight:700}.ubo-path-list{display:flex;flex-direction:column;gap:10px}.ubo-path-chain{padding:12px 14px;border-radius:14px;border:1px solid #d9e7fa;background:linear-gradient(180deg,#fff,#f9fbff)}.ubo-path-nodes{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.ubo-path-node-wrap{display:flex;align-items:center;gap:6px}.ubo-path-node{display:inline-flex;align-items:center;max-width:100%;padding:7px 10px;border-radius:999px;border:1px solid #d7e3f7;background:#fff;color:#1a416b;font-size:12px;line-height:1.4;word-break:break-word}.ubo-path-node.is-person{border-color:#9fd3b0;background:#effaf1;color:#1c6b37}.ubo-path-node.is-terminal{border-color:#84ace8;background:#eef5ff;color:#145dc8}.ubo-path-node.is-stop-node{box-shadow:0 0 0 2px #145dc81f}.ubo-path-arrow{color:#8aa3c4;font-weight:700}.ubo-path-meta{display:flex;justify-content:space-between;gap:8px;margin-top:10px;font-size:12px}.ubo-path-ratio{color:#1677ff;font-weight:700}.ubo-path-type{color:#607793;text-transform:uppercase}.ubo-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ubo-detail-card{min-height:100%;padding:12px 14px;border-radius:14px;border:1px solid #d7e3f7;background:#fff}.ubo-penetration-footnote{margin-top:12px;color:#52708f;font-size:12px}.ubo-report-subhead{margin:12px 0 8px;color:#1f4f89;font-size:13px;font-weight:700}.ubo-simple-table-wrap{width:100%;overflow-x:auto}.ubo-simple-table{width:100%;min-width:760px;border-collapse:collapse;border:1px solid #d7e3f7;border-radius:10px;background:#fff}.ubo-simple-table th,.ubo-simple-table td{padding:9px 10px;border-bottom:1px solid #e3ecfa;border-right:1px solid #edf3fd;color:#21435f;font-size:13px;line-height:1.6;text-align:left;vertical-align:top;word-break:break-word}.ubo-simple-table th:last-child,.ubo-simple-table td:last-child{border-right:none}.ubo-simple-table thead th{background:#f4f8ff;color:#1f5ca8;font-weight:700}.ubo-simple-table tbody tr:last-child td{border-bottom:none}.ubo-simple-table tbody tr:nth-child(2n) td{background:#fbfdff}.ubo-kv-table{min-width:620px}.ubo-kv-table th:first-child,.ubo-kv-table td:first-child{width:220px}.ubo-structured-object{display:flex;flex-direction:column;gap:14px}.ubo-complex-field-block{display:flex;flex-direction:column;gap:8px;padding:12px;border:1px solid #d9e6f8;border-radius:12px;background:linear-gradient(180deg,#f8fbff,#fff)}.ubo-complex-field-title{color:#1f5ca8;font-size:14px;line-height:1.5;font-weight:700}.ubo-complex-field-body>.ubo-simple-table-wrap{margin:0}.ubo-complex-field-body .ubo-simple-table{min-width:680px}.ubo-cell-prewrap{white-space:pre-wrap}.detail-list{margin:0;padding-left:18px;color:#21435f;line-height:1.75}.detail-list.ordered{padding-left:20px}.ubo-report-md-h1{margin:0 0 14px;font-size:24px;line-height:1.4;color:#1259be;letter-spacing:.2px}.ubo-report-md-h2{margin:16px 0 10px;padding:8px 10px;border-left:4px solid #2f76db;border-radius:8px;background:linear-gradient(90deg,#f1f7ff,#f9fcff);font-size:18px;line-height:1.5;color:#1b5294}.ubo-report-md-h3{margin:12px 0 8px;font-size:16px;line-height:1.55;color:#1f4f89}.ubo-report-md-p{margin:0 0 10px;line-height:1.8;color:#21435f}.ubo-report-md-ul,.ubo-report-md-ol{margin:0 0 10px;padding-left:22px;line-height:1.78}.ubo-report-md-li{margin-bottom:8px;scroll-margin-top:120px}.ubo-report-md-li.is-evidence-row{padding:8px 10px;border:1px solid #d8e6fb;border-radius:10px;background:#f8fbff}.ubo-report-md-li:target{border-color:#7db0ff;background:#eef6ff;box-shadow:0 0 0 2px #326fd624}.ubo-evidence-inline-details{margin-top:8px;border:1px solid #dbe7fa;border-radius:8px;background:#fff;overflow:hidden}.ubo-evidence-inline-details>summary{cursor:pointer;padding:8px 10px;color:#145dc8;font-weight:600;background:#f5f9ff;border-bottom:1px solid #e3edfc;list-style:none}.ubo-evidence-inline-details>summary::-webkit-details-marker{display:none}.ubo-evidence-inline-body{padding:10px;display:flex;flex-direction:column;gap:6px;color:#1d3f62;line-height:1.7}.ubo-evidence-target-flash{border-color:#4a8cff!important;background:#eaf3ff!important;box-shadow:0 0 0 2px #3776de2e;animation:uboEvidencePulse 1.8s ease-out}@keyframes uboEvidencePulse{0%{box-shadow:0 0 #3776de52}60%{box-shadow:0 0 0 8px #3776de0d}to{box-shadow:0 0 0 2px #3776de1f}}.ubo-report-md-link{color:#1658b8;text-decoration:underline;text-decoration-color:#9ab8e7;text-underline-offset:2px;overflow-wrap:anywhere;word-break:break-word;transition:color .2s ease,text-decoration-color .2s ease}.ubo-report-md-link:hover{color:#0b468f;text-decoration-color:#0b468f}.ubo-report-evidence-link,.ubo-report-raw-path-link{display:inline-flex;align-items:center;gap:4px;color:#1259be;text-decoration:underline;text-underline-offset:2px}.ubo-report-evidence-link{padding:0 3px;border-radius:6px;background:#1b5ebe14;font-weight:600}.ubo-report-evidence-link:hover,.ubo-report-raw-path-link:hover{color:#0a3f86}.ubo-report-raw-path-link{word-break:break-all}.ubo-report-section-card.is-reference-section .ubo-report-md-ul,.ubo-report-section-card.is-reference-section .ubo-report-md-ol{margin-top:2px;padding-left:0}.ubo-report-section-card.is-reference-section .ubo-report-md-li{list-style:none;margin-bottom:8px;padding:8px 10px;border-left:3px solid #84ace8;background:#f8fbff;color:#20476c;line-height:1.7}.ubo-report-md-strong{color:#13345a}.ubo-report-md-code{padding:1px 5px;border-radius:6px;background:#edf4ff;border:1px solid #d5e6ff;color:#1f4f89;font-size:12px}.ubo-raw-node-modal{display:flex;flex-direction:column;gap:10px}.ubo-raw-node-path{padding:8px 10px;border-radius:8px;border:1px solid #d8e6fb;background:#f5f9ff;color:#1f4f89;font-size:12px;word-break:break-all}.ubo-raw-node-loading{display:flex;align-items:center;justify-content:center;min-height:120px}.ubo-raw-node-pre{margin:0;max-height:62vh;overflow:auto;padding:12px;border-radius:10px;border:1px solid #dbe8fb;background:#0f172a;color:#e2e8f0;font-size:12px;line-height:1.65;white-space:pre}@media (max-width: 900px){.ubo-detail-grid{grid-template-columns:1fr}.ubo-person-head{flex-direction:column}}.enterprise-page .enterprise-list-card{border:1px solid #d7e3f7;border-radius:16px;box-shadow:0 12px 30px #11429614}.enterprise-page .enterprise-list-card .ant-card-body{padding:18px 20px 10px}.enterprise-page .enterprise-toolbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:16px}.enterprise-page .enterprise-toolbar-input{width:420px;max-width:100%}.enterprise-page .enterprise-toolbar-input.ant-input-affix-wrapper,.enterprise-page .enterprise-toolbar-input.ant-input{height:45px;border-radius:14px}.enterprise-page .enterprise-toolbar-input.ant-input-affix-wrapper .ant-input{height:100%}.enterprise-page .enterprise-toolbar .ant-btn{height:45px;padding:0 28px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.enterprise-page .enterprise-toolbar-btn{min-width:88px}.enterprise-page .enterprise-list-table .ant-table-thead>tr>th{background:#f2f7ff;color:#214a79;font-weight:600;white-space:nowrap;border-bottom:1px solid #d5e4f7}.enterprise-page .enterprise-list-table .ant-table-thead>tr>th.ant-table-cell-fix-right,.enterprise-page .enterprise-list-table .ant-table-thead>tr>th.ant-table-cell-fix-right-first{background:#f2f7ff}.enterprise-page .enterprise-list-table .ant-table{border-radius:12px;overflow:hidden}.enterprise-page .enterprise-list-table .ant-table-tbody>tr.enterprise-row-even>td{background:#fff}.enterprise-page .enterprise-list-table .ant-table-tbody>tr.enterprise-row-odd>td{background:#fafdff}.enterprise-page .enterprise-list-table .ant-table-tbody>tr.enterprise-row-even>td.ant-table-cell-fix-right,.enterprise-page .enterprise-list-table .ant-table-tbody>tr.enterprise-row-even>td.ant-table-cell-fix-right-first{background:#fff}.enterprise-page .enterprise-list-table .ant-table-tbody>tr.enterprise-row-odd>td.ant-table-cell-fix-right,.enterprise-page .enterprise-list-table .ant-table-tbody>tr.enterprise-row-odd>td.ant-table-cell-fix-right-first{background:#fafdff}.enterprise-page .enterprise-list-table .ant-table-tbody>tr:hover>td{background:#eaf3ff!important}.enterprise-page .enterprise-list-table .ant-table-tbody>tr:hover>td.ant-table-cell-fix-right,.enterprise-page .enterprise-list-table .ant-table-tbody>tr:hover>td.ant-table-cell-fix-right-first{background:#eaf3ff!important}.enterprise-page .enterprise-list-table .ant-table-tbody>tr>td{vertical-align:middle;white-space:normal;word-break:break-word}.enterprise-page .enterprise-list-table .ant-table-pagination{margin-top:16px}.enterprise-page .enterprise-action-btn{padding-left:2px;padding-right:2px}.enterprise-detail-modal .ant-modal-content{border-radius:12px}.enterprise-detail-modal .ant-modal-header{margin-bottom:8px}.enterprise-detail-modal .enterprise-detail-tabs{margin-top:-2px}.enterprise-detail-modal .enterprise-basic-grid{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.enterprise-detail-modal .enterprise-basic-grid table{width:100%;border-collapse:collapse;table-layout:fixed}.enterprise-detail-modal .enterprise-basic-grid th,.enterprise-detail-modal .enterprise-basic-grid td{border:1px solid #e5e7eb;padding:12px 14px;font-size:14px;line-height:1.6;text-align:left;vertical-align:top;word-break:break-word}.enterprise-detail-modal .enterprise-basic-grid th{width:16%;background:#fafafa;color:#4b5563;font-weight:500}.enterprise-detail-modal .enterprise-basic-grid td{background:#fff;color:#111827}.enterprise-detail-modal .enterprise-basic-missing{border:1px dashed #d0d7e2;border-radius:10px;background:#fafcff;color:#6b7280;padding:28px 20px;text-align:center;font-size:15px;line-height:1.8}.enterprise-detail-modal .enterprise-report-markdown{max-height:620px;overflow-y:auto;padding-right:4px;color:#18314f}.enterprise-detail-modal .enterprise-report-card{border-radius:14px;border:1px solid #d7e3f7;background:#fbfdff;overflow:hidden}.enterprise-detail-modal .enterprise-report-card .report-markdown-head{padding:10px 14px;border-bottom:1px solid #dce8f8;font-weight:600;color:#214a79}.enterprise-detail-modal .enterprise-report-card .enterprise-report-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.enterprise-detail-modal .enterprise-report-card .enterprise-report-head .ant-btn{height:34px;padding:0 6px;border-radius:8px;color:#214a79;font-weight:600}.enterprise-detail-modal .enterprise-report-card .report-markdown-content{padding:12px 14px;color:#18314f}.enterprise-detail-modal .enterprise-evidence-panel-wrap{margin-top:14px;border-top:1px dashed #d8e2f3;padding-top:12px}.enterprise-detail-modal .enterprise-evidence-collapse{background:#fff;border-radius:10px}.enterprise-detail-modal .enterprise-evidence-collapse .ant-collapse-item{border-bottom:1px solid #edf1f7}.enterprise-detail-modal .enterprise-evidence-collapse .ant-collapse-item:last-child{border-bottom:0}.enterprise-detail-modal .enterprise-evidence-list{display:flex;flex-direction:column;gap:10px}.enterprise-detail-modal .enterprise-evidence-item{border:1px solid #dbe6f7;border-radius:10px;background:#fbfdff;padding:8px 10px}.enterprise-detail-modal .enterprise-evidence-item summary{display:flex;align-items:center;gap:10px;cursor:pointer;color:#234a78;font-weight:600;list-style:none}.enterprise-detail-modal .enterprise-evidence-item summary::-webkit-details-marker{display:none}.enterprise-detail-modal .enterprise-evidence-item summary span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enterprise-detail-modal .enterprise-evidence-item-body{margin-top:10px;display:flex;flex-direction:column;gap:8px}.enterprise-detail-modal .enterprise-evidence-kv{color:#18314f;line-height:1.6;word-break:break-word}.enterprise-detail-modal .enterprise-json-pre{margin:0;padding:10px;border-radius:8px;background:#f3f7ff;border:1px solid #d7e4f8;color:#21435f;font-size:12px;line-height:1.5;max-height:240px;overflow:auto;white-space:pre-wrap;word-break:break-word}.enterprise-detail-modal .enterprise-report-card .report-md-h1{margin:0 0 12px;font-size:22px;line-height:1.45;color:#145dc8}.enterprise-detail-modal .enterprise-report-card .report-md-h2{margin:12px 0 8px;font-size:17px;line-height:1.5;color:#1f5ca8}.enterprise-detail-modal .enterprise-report-card .report-md-p{margin:0 0 8px;line-height:1.75;color:#21435f}.enterprise-detail-modal .enterprise-report-card .report-md-ul,.enterprise-detail-modal .enterprise-report-card .report-md-ol{margin:0 0 8px;padding-left:22px;line-height:1.72}.enterprise-detail-modal .enterprise-report-card .report-md-li{margin-bottom:4px}.enterprise-detail-modal .enterprise-report-card .report-md-strong{color:#13345a}.enterprise-detail-modal .enterprise-report-card .report-md-code{padding:1px 5px;border-radius:6px;background:#edf4ff;border:1px solid #d5e6ff;color:#1f4f89;font-size:12px}.tasks-page-v2{--task-bg: #f4f8ff;--task-surface: #ffffff;--task-border: #d7e3f7;--task-text: #18314f;--task-muted: #607793;--task-primary: #1a73e8;--task-primary-deep: #145dc8;--task-accent: #4f92ff;color:var(--task-text);font-family:Avenir Next,PingFang SC,Hiragino Sans GB,Noto Sans SC,Microsoft YaHei,sans-serif}.tasks-hero{position:relative;display:grid;grid-template-columns:1.4fr 1fr;gap:16px;margin-bottom:16px;padding:22px;border-radius:22px;background:linear-gradient(132deg,#155fc9,#1a73e8 56%,#5b9dfb);color:#f2fbff;overflow:hidden;animation:taskFadeUp .26s ease-out}.tasks-hero:before,.tasks-hero:after{content:"";position:absolute;border-radius:999px;pointer-events:none}.tasks-hero:before{width:220px;height:220px;top:-120px;right:-80px;background:radial-gradient(circle,#ffffff3d,#fff0)}.tasks-hero:after{width:180px;height:180px;bottom:-95px;left:-90px;background:radial-gradient(circle,#cce0ff47,#cce0ff00)}.tasks-hero-main,.tasks-hero-stats{position:relative;z-index:1}.tasks-hero-kicker{display:inline-block;margin-bottom:10px;padding:4px 10px;border:1px solid rgba(255,255,255,.38);border-radius:999px;font-size:12px;letter-spacing:.08em}.tasks-hero-title{margin:0 0 8px!important;color:#f2fbff!important;font-size:30px!important;line-height:1.25!important}.tasks-hero-desc{display:block;max-width:560px;color:#f2fbffeb!important;font-size:14px;line-height:1.72}.tasks-hero-time{margin-top:10px;font-size:12px;color:#f2fbffd6}.tasks-hero-stats{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:10px}.task-metric-card{min-height:92px;padding:12px;border:1px solid rgba(219,234,255,.44);border-radius:14px;background:#e6f1ff33;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.task-metric-icon{margin-bottom:6px;color:#eef7fffa;font-size:16px}.task-metric-icon-running{color:#d8eaff}.task-metric-icon-success{color:#e7f2ff}.task-metric-icon-failed{color:#f8dce1}.task-metric-label{font-size:12px;color:#f0f7ffe0}.task-metric-value{margin-top:4px;color:#fff;font-size:28px;line-height:1.05;font-weight:700}.tasks-support-card,.tasks-create-card,.tasks-table-card{margin-bottom:16px;border:1px solid var(--task-border)!important;border-radius:16px!important;background:var(--task-surface)!important;box-shadow:0 12px 30px #11429614;animation:taskFadeUp .28s ease-out}.tasks-support-card .ant-card-head,.tasks-create-card .ant-card-head,.tasks-table-card .ant-card-head{border-bottom-color:#dce8f8}.tasks-support-card .ant-card-head-title,.tasks-create-card .ant-card-head-title,.tasks-table-card .ant-card-head-title{color:var(--task-primary-deep);font-weight:700}.tasks-method-list .tasks-method-item{margin-bottom:10px;padding:10px 12px;border:1px solid #d8e6f8;border-radius:12px;background:#f8fbff}.tasks-method-list .tasks-method-item:last-child{margin-bottom:0}.tasks-rules-collapse{background:transparent}.tasks-rules-collapse .ant-collapse-item{border:1px solid #d8e6f8!important;border-radius:12px!important;overflow:hidden}.tasks-rules-collapse .ant-collapse-header{color:#214a79!important;font-weight:600}.tasks-create-toolbar{margin-bottom:0}.tasks-create-toolbar.ubo-form-inline>.ant-select,.tasks-create-toolbar.ubo-form-inline>.ant-btn{height:var(--ubo-control-height)!important}.tasks-create-layout{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch}.tasks-single-panel,.tasks-batch-panel{border:1px solid #d8e6f8;border-radius:14px;background:#fbfdff;padding:14px;min-width:0}.tasks-section-title{margin-bottom:10px;color:#214a79;font-size:16px;font-weight:700}.tasks-template-link{margin-bottom:8px;padding-left:0!important;height:auto!important}.tasks-subject-input{min-width:0}.tasks-method-select{width:180px}.tasks-submit-btn{min-width:132px}.tasks-create-toolbar .ant-select,.tasks-create-toolbar .ant-input-affix-wrapper,.tasks-create-toolbar .ant-input{width:100%}.tasks-create-toolbar .tasks-submit-btn{padding-inline:20px!important}.tasks-candidate-panel{margin-top:12px;border:1px solid #d8e6f8;border-radius:12px;background:#f8fbff;padding:12px 14px;display:flex;flex-direction:column;gap:10px}.tasks-candidate-title{color:#214a79;font-weight:600}.tasks-candidate-compact{width:100%;display:flex;align-items:center;gap:10px}.tasks-candidate-select{min-width:260px}.tasks-candidate-submit-btn{min-width:148px}.tasks-evidence-upload-section{margin-top:12px;border:1px solid #d8e6f8;border-radius:12px;background:#f8fbff;padding:12px 14px;display:flex;flex-direction:column;gap:10px}.tasks-evidence-upload-section .ant-upload-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%;min-width:0}.tasks-evidence-upload-section .ant-upload{flex:0 0 auto}.tasks-evidence-upload-section .ant-upload-list{width:100%;max-width:100%;min-width:0;margin-top:0!important}.tasks-evidence-upload-section .ant-upload-list-item-container{width:100%!important;max-width:100%}.tasks-evidence-upload-section .ant-upload-list-item{max-width:100%}.tasks-evidence-upload-section .ant-upload-list-item-name{display:inline-block;max-width:min(100%,560px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;vertical-align:bottom}.tasks-evidence-upload-section .ant-upload-list-item-name>a,.tasks-evidence-upload-section .ant-upload-list-item-name>span{display:inline-block;max-width:min(100%,560px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;vertical-align:bottom}.tasks-evidence-upload-section .ant-upload-list-item-actions{flex:0 0 auto}.tasks-evidence-upload-item-tooltip-wrap{width:100%;min-width:0}.tasks-evidence-file-row{display:flex;align-items:center;gap:8px;width:100%;min-width:0;padding:6px 8px;border:1px solid #d8e6fb;border-radius:8px;background:#f5f9ff}.tasks-evidence-file-icon{flex:0 0 auto;color:#6b88a8}.tasks-evidence-file-name{display:inline-block;flex:1 1 auto;min-width:0;max-width:min(100%,520px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#21435f}.tasks-evidence-file-remove{flex:0 0 auto;color:#6b88a8}.tasks-risk-options-section{border:1px solid #d8e6f8;border-radius:12px;background:#f8fbff;padding:12px 14px;margin-top:12px;min-height:320px;display:flex;flex-direction:column}.tasks-risk-options-title{display:inline-flex;align-items:center;gap:6px;margin-bottom:10px;color:#214a79;font-weight:600}.tasks-risk-options-help{color:#6b88a8}.tasks-risk-options-grid{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:12px 14px;align-content:start}.tasks-batch-dragger.ant-upload-wrapper{margin-top:2px;margin-bottom:10px}.tasks-batch-dragger.ant-upload-wrapper .ant-upload.ant-upload-drag{height:220px}.tasks-batch-dragger .ant-upload-drag-icon .anticon{color:#1a73e8;font-size:40px}.tasks-batch-template-desc,.tasks-batch-preview{margin-bottom:10px}.tasks-batch-preview-title{display:inline-block;margin-bottom:8px;color:#214a79;font-weight:600}.tasks-batch-preview-table .ant-table-thead>tr>th{background:#f2f7ff}.tasks-batch-message{margin-bottom:10px;border-radius:10px;padding:8px 10px;font-size:12px;line-height:1.6}.tasks-batch-warning{border:1px solid #ffe58f;background:#fffbe6;color:#ad6800}.tasks-batch-error{border:1px solid #ffccc7;background:#fff2f0;color:#a8071a}.tasks-table-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.tasks-search-input{width:340px}.tasks-table-toolbar .ant-input-affix-wrapper{height:44px;padding-top:0;padding-bottom:0}.tasks-table-toolbar .ant-input-affix-wrapper .ant-input{height:100%;min-height:0}.tasks-table-total-text{color:var(--task-muted)!important}.tasks-table .ant-table{border-radius:12px;overflow:hidden}.tasks-table .ant-table-thead>tr>th{background:#f2f7ff;color:#214a79;font-weight:600;border-bottom:1px solid #d5e4f7}.tasks-table .ant-table-tbody>tr.task-row-even>td{background:#fff}.tasks-table .ant-table-tbody>tr.task-row-odd>td{background:#fafdff}.tasks-table .ant-table-tbody>tr:hover>td{background:#eaf3ff!important}.task-id-text{color:var(--task-primary);font-weight:600}.task-subject-name{color:#17374f}.task-progress-cell{display:flex;flex-direction:column;gap:3px}.task-progress-cell .ant-progress{margin-bottom:0!important}.task-progress-text{color:#5b7489!important;font-size:12px}.task-action-group{row-gap:0}.task-action-btn.ant-btn-link{padding:0 2px;font-weight:500}.task-detail-modal .ant-modal-content{border-radius:18px;overflow:hidden}.task-detail-tabs .ant-tabs-tab{font-weight:600}.task-log-list .ant-list-item{padding:10px 12px;border:1px solid #d8e6f8;border-radius:10px;margin-bottom:10px;background:#f8fbff}.task-log-list .ant-list-item:last-child{margin-bottom:0}.task-engine-log-box{min-height:220px;max-height:420px;padding:12px;border-radius:10px;overflow-y:auto;background:#0b1220;color:#e2e8f0;white-space:pre-wrap;word-break:break-word;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;line-height:1.6}.task-codex-log-meta{margin-bottom:12px}.task-codex-log-meta+.task-engine-log-box,.task-codex-log-hint+.task-engine-log-box,.task-codex-log-error+.task-engine-log-box{margin-top:12px}.task-codex-log-hint{margin-top:12px;padding:10px 12px;border:1px solid #dbe7fb;border-radius:10px;background:#f7fbff;color:#47617c}.task-codex-log-error{margin-top:12px;padding:10px 12px;border:1px solid #f3c4c9;border-radius:10px;background:#fff6f7;color:#b42318}@keyframes taskFadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 992px){.tasks-hero{grid-template-columns:1fr}.tasks-hero-title{font-size:26px!important}}@media (max-width: 768px){.tasks-create-layout{grid-template-columns:1fr}.tasks-hero{border-radius:16px;padding:16px}.tasks-hero-title{font-size:22px!important}.tasks-hero-stats{grid-template-columns:repeat(2,minmax(110px,1fr))}.tasks-create-toolbar,.tasks-table-toolbar{flex-direction:column;align-items:stretch}.tasks-subject-input,.tasks-method-select,.tasks-submit-btn,.tasks-candidate-select,.tasks-candidate-submit-btn,.tasks-search-input,.tasks-create-card .ant-card-extra .ant-btn{width:100%!important}.tasks-candidate-compact{display:flex;flex-direction:column;gap:8px}.tasks-batch-dragger.ant-upload-wrapper .ant-upload.ant-upload-drag{height:180px}.tasks-risk-options-grid{grid-template-columns:1fr}.tasks-risk-options-section{min-height:auto}.tasks-table-total-text{width:100%}}@media (prefers-reduced-motion: reduce){.tasks-hero,.tasks-support-card,.tasks-create-card,.tasks-table-card{animation:none}}.agent-page-v2{--agent-border: #d7e3f7;--agent-surface: #ffffff;color:#18314f;font-family:Avenir Next,PingFang SC,Hiragino Sans GB,Noto Sans SC,Microsoft YaHei,sans-serif}.agent-page-v2 .ant-card{border-radius:16px;border:1px solid var(--agent-border);background:var(--agent-surface);box-shadow:0 12px 30px #11429614}.agent-search-input{min-width:0}.agent-search-submit{min-width:136px}.agent-search-toolbar.ubo-form-inline>.ant-select,.agent-search-toolbar.ubo-form-inline>.ant-btn{height:var(--ubo-control-height)!important}.agent-search-hint-row{margin-top:12px;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.agent-search-task-id{margin-left:4px}.agent-candidate-panel{margin-top:14px;padding:12px;border-radius:12px;border:1px solid #d8e6f8;background:#f8fbff}.agent-candidate-toolbar{width:100%}.agent-engine-empty-state{min-height:220px;display:flex;align-items:flex-start;gap:10px;padding:20px 0}.agent-engine-empty-copy{display:flex;flex-direction:column;gap:6px}@media (max-width: 768px){.agent-search-hint-row{align-items:flex-start;flex-direction:column;gap:4px}.agent-search-task-id{margin-left:0}}.risk-alert-page{color:#18314f}.risk-stat-row{margin-bottom:16px}.risk-stat-card,.risk-list-card{border:1px solid #d7e3f7!important;border-radius:16px!important;box-shadow:0 10px 24px #18314f0a!important}.risk-stat-card .ant-card-body{padding:20px 22px}.risk-stat-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.risk-stat-label{color:#607793;font-size:14px;font-weight:600}.risk-stat-badge{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;font-size:18px}.risk-stat-badge-primary{color:#1a73e8;background:#eaf3ff}.risk-stat-badge-warning{color:#d48806;background:#fff6de}.risk-stat-badge-danger{color:#cf1322;background:#fff1f0}.risk-stat-badge-success{color:#389e0d;background:#edf9e8}.risk-stat-value{margin-bottom:8px;color:#18314f;font-size:34px;line-height:1.12;font-weight:700}.risk-list-card .ant-card-body{padding:18px}.risk-table-note{margin-bottom:14px;padding:10px 14px;border:1px solid #d7e3f7;border-radius:12px;background:#f8fbff;color:#607793;font-size:13px;line-height:1.6}.risk-filter-toolbar{margin-bottom:14px;align-items:center!important}.risk-filter-toolbar .ubo-form-inline-select,.risk-filter-toolbar .ubo-form-inline-input,.risk-filter-toolbar .ubo-form-inline-btn{align-self:stretch}.risk-filter-toolbar .ubo-form-inline-btn{display:flex}.risk-filter-toolbar .ubo-form-inline-btn .ant-btn{width:100%}.risk-filter-toolbar .ant-select-selector,.risk-filter-toolbar .ant-input-affix-wrapper,.risk-filter-toolbar .ubo-form-inline-btn .ant-btn{height:var(--ubo-control-height)!important}.risk-filter-toolbar .ant-select-selection-item,.risk-filter-toolbar .ant-select-selection-placeholder{line-height:calc(var(--ubo-control-height) - 2px)!important}.risk-filter-toolbar .ant-input-affix-wrapper{display:flex;align-items:center;padding-top:0;padding-bottom:0}.risk-filter-toolbar .ant-input-affix-wrapper input{height:calc(var(--ubo-control-height) - 2px);line-height:calc(var(--ubo-control-height) - 2px)}.risk-filter-toolbar .ant-input-prefix,.risk-filter-toolbar .ant-input-suffix{display:inline-flex;align-items:center;height:100%}.risk-alert-table .ant-table{background:#fff}.risk-alert-table .ant-table-container{border:1px solid #e4eefb;border-radius:14px}.risk-alert-table .ant-table-thead>tr>th{background:#f7faff;color:#214a79;font-weight:700;white-space:nowrap}.risk-alert-table .ant-table-tbody>tr>td{vertical-align:middle}.risk-alert-table .ant-table-tbody>tr:hover>td{background:#f8fbff!important}.risk-enterprise-cell,.risk-indicator-cell{display:flex;flex-direction:column;gap:4px}.risk-enterprise-name,.risk-indicator-name{color:#18314f;font-weight:600;line-height:1.6}.risk-enterprise-meta{color:#7c93ad;font-size:12px}.risk-action-group{display:inline-flex;flex-wrap:nowrap;white-space:nowrap}.risk-action-group .ant-btn-link{padding-inline:0}.risk-level-chip,.risk-status-chip,.risk-ai-score-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;border:1px solid transparent;font-size:12px;font-weight:600}.risk-level-chip-high{color:#cf1322;border-color:#ffccc7;background:#fff1f0}.risk-level-chip-medium{color:#d48806;border-color:#ffe58f;background:#fffbe6}.risk-level-chip-low{color:#389e0d;border-color:#d9f7be;background:#f6ffed}.risk-level-chip-default{color:#607793;border-color:#d9e4f6;background:#f8fbff}.risk-status-chip-pending{color:#d48806;border-color:#ffe58f;background:#fffbe6}.risk-status-chip-processing{color:#1a73e8;border-color:#bfd6fb;background:#edf4ff}.risk-status-chip-resolved{color:#389e0d;border-color:#d9f7be;background:#f6ffed}.risk-status-chip-ignored{color:#5b6b81;border-color:#d9e4f6;background:#f7faff}.risk-detail-tabs .ant-tabs-nav{margin-bottom:18px}.risk-detail-tabs .ant-tabs-tab{padding-block:10px;font-weight:600}.risk-detail-tab-content,.risk-ai-tab-content{display:flex;flex-direction:column;gap:16px}.risk-detail-headline{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 20px;border:1px solid #dce8fa;border-radius:16px;background:linear-gradient(180deg,#fbfdff,#f4f8ff)}.risk-detail-enterprise{color:#18314f;font-size:20px;font-weight:700;line-height:1.4}.risk-detail-no{margin-top:6px;color:#7c93ad;font-size:13px}.risk-detail-grid{overflow:hidden;border:1px solid #dce8fa;border-radius:16px}.risk-detail-grid table{width:100%;border-collapse:collapse}.risk-detail-grid th,.risk-detail-grid td{padding:14px 16px;border-right:1px solid #e6eefb;border-bottom:1px solid #e6eefb;text-align:left;font-size:14px;line-height:1.65}.risk-detail-grid tr:last-child th,.risk-detail-grid tr:last-child td{border-bottom:none}.risk-detail-grid th:last-child,.risk-detail-grid td:last-child{border-right:none}.risk-detail-grid th{width:140px;color:#607793;background:#f8fbff;font-weight:600}.risk-detail-grid td{color:#18314f;background:#fff}.risk-change-card,.risk-ai-actions-card,.risk-ai-section-card,.risk-ai-score-card{border:1px solid #dce8fa;border-radius:16px;background:#fff}.risk-change-card,.risk-ai-actions-card{padding:18px 20px}.risk-section-title{color:#214a79;font-size:15px;font-weight:700}.risk-change-field{margin-top:10px;color:#607793}.risk-change-compare{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.risk-change-panel{padding:16px;border:1px solid #e6eefb;border-radius:14px;background:#f8fbff}.risk-change-panel-highlight{border-color:#bfd6fb;background:#edf4ff}.risk-change-panel-label{margin-bottom:8px;color:#607793;font-size:13px;font-weight:600}.risk-change-panel-value{color:#18314f;line-height:1.7}.risk-ai-score-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;background:linear-gradient(135deg,#eff5ff,#f9fbff)}.risk-ai-summary{margin-top:10px;color:#3d546f;line-height:1.75}.risk-ai-score-side{display:flex;align-items:flex-end;gap:6px;min-width:170px;justify-content:flex-end}.risk-ai-score-value{color:#1a73e8;font-size:44px;line-height:1;font-weight:700}.risk-ai-score-unit{margin-bottom:8px;color:#607793;font-size:18px}.risk-ai-score-tag{margin-left:8px;color:#1a73e8;border-color:#bfd6fb;background:#fff}.risk-ai-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.risk-ai-section-card{padding:18px 20px}.risk-ai-section-card p,.risk-ai-section-card ul,.risk-ai-actions-card ul{margin:10px 0 0;color:#3d546f;line-height:1.8}.risk-ai-section-card ul,.risk-ai-actions-card ul{padding-left:18px}.risk-action-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.risk-action-column{padding:16px;border:1px solid #e6eefb;border-radius:14px;background:#f8fbff}.risk-action-title{color:#214a79;font-size:14px;font-weight:700}.risk-ai-footer-meta{display:flex;flex-wrap:wrap;gap:16px;color:#7c93ad;font-size:12px}.risk-record-list{position:relative;padding-left:8px}.risk-record-item{position:relative;display:flex;gap:14px;padding:0 0 18px 8px}.risk-record-item:not(:last-child):after{content:"";position:absolute;left:13px;top:20px;width:1px;height:calc(100% - 4px);background:#dce8fa}.risk-record-dot{position:relative;z-index:1;width:12px;height:12px;margin-top:5px;border-radius:999px}.risk-record-dot-finished,.risk-record-dot-processing{background:#1a73e8}.risk-record-dot-success{background:#52c41a}.risk-record-dot-ignored{background:#8c8c8c}.risk-record-content{flex:1;padding:0 0 8px}.risk-record-title{color:#18314f;font-size:14px;font-weight:600;line-height:1.65}.risk-record-time{margin-top:4px;color:#7c93ad;font-size:12px}@media (max-width: 992px){.risk-detail-headline,.risk-ai-score-card{flex-direction:column;align-items:flex-start}.risk-change-compare,.risk-ai-section-grid,.risk-action-columns{grid-template-columns:1fr}}@media (max-width: 768px){.risk-detail-grid{overflow-x:auto}.risk-detail-grid table{min-width:680px}}.reports-page-v2{--report-bg: #f4f8ff;--report-surface: #ffffff;--report-border: #d7e3f7;--report-text: #18314f;--report-muted: #607793;--report-primary: #1a73e8;--report-primary-deep: #145dc8;--report-secondary: #4f92ff;--report-accent: #5b9dfb;color:var(--report-text);font-family:Avenir Next,PingFang SC,Hiragino Sans GB,Noto Sans SC,Microsoft YaHei,sans-serif}.reports-table-card{border-radius:16px!important;border:1px solid var(--report-border)!important;background:var(--report-surface)!important;box-shadow:0 12px 30px #11429614;animation:reportFadeUp .28s ease-out}.reports-toolbar{display:flex;flex-wrap:nowrap;align-items:center;gap:10px;margin-bottom:16px}.reports-search-input{flex:1 1 0;min-width:0}.reports-filter-select{flex:0 0 120px}.reports-filter-select.ant-select{width:120px!important}.reports-toolbar-btn{flex:0 0 auto}.reports-toolbar .ant-input-affix-wrapper,.reports-toolbar .ant-select,.reports-toolbar .ant-btn{height:var(--ubo-control-height)!important}.reports-toolbar .ant-input-affix-wrapper{padding-top:0;padding-bottom:0}.reports-toolbar .ant-input-affix-wrapper .ant-input{height:100%;min-height:0}.reports-toolbar .ant-select-selector{height:100%!important;display:flex;align-items:center}.report-ubo-count{color:var(--report-primary);font-weight:700}.report-action-btn{padding-left:2px;padding-right:2px}.reports-table-card .ant-table{border-radius:12px;overflow:hidden}.reports-table-card .ant-table-thead>tr>th{background:#f2f7ff;color:#214a79;font-weight:600;border-bottom:1px solid #d5e4f7}.reports-table-card .ant-table-tbody>tr.report-row-even>td{background:#fff}.reports-table-card .ant-table-tbody>tr.report-row-odd>td{background:#fafdff}.reports-table-card .ant-table-tbody>tr:hover>td{background:#eaf3ff!important}.report-detail-modal .ant-modal-content{border-radius:18px;overflow:hidden}.report-detail-shell{display:flex;flex-direction:column;gap:14px}.report-detail-head{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:10px}.report-detail-meta-card{background:#f8fbff;border:1px solid #d8e6f8;border-radius:12px;padding:10px 12px;min-height:74px}.report-detail-meta-card .meta-label{color:var(--report-muted);font-size:12px;margin-bottom:6px}.report-detail-meta-card .meta-value{color:var(--report-text);font-weight:600;line-height:1.5;word-break:break-word}.report-badges-row{display:flex;flex-wrap:wrap;gap:8px}.report-markdown-card{border-radius:14px!important;border:1px solid #d7e3f7!important;background:#fbfdff!important}.report-markdown-card .ant-card-head{border-bottom:1px solid #dce8f8}.report-markdown-content{max-height:56vh;overflow-y:auto;padding-right:4px}.report-md-h1{font-size:24px;color:#145dc8;margin:4px 0 14px;line-height:1.4}.report-md-h2{font-size:20px;color:#1a73e8;margin:20px 0 10px;line-height:1.45;padding-left:10px;border-left:4px solid #4f92ff}.report-md-p,.report-md-li{color:#1e3f57;font-size:14px;line-height:1.8}.report-md-ul,.report-md-ol{padding-left:20px;margin:6px 0}.report-md-strong{color:#145dc8}.report-md-code{color:#1a73e8;background:#ebf6ff;border:1px solid #cfe0fb;border-radius:6px;padding:1px 6px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}@keyframes reportFadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 992px){.report-detail-head{grid-template-columns:repeat(2,minmax(120px,1fr))}}@media (max-width: 768px){.reports-page-v2{font-size:14px}.reports-toolbar{flex-direction:column;align-items:stretch}.reports-toolbar .reports-search-input,.reports-toolbar .ant-select,.reports-toolbar .ant-btn{width:100%!important}.report-detail-head{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.reports-table-card{animation:none}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 10% 14%,rgba(47,122,246,.28) 0%,rgba(47,122,246,.08) 26%,transparent 45%),radial-gradient(circle at 88% 82%,rgba(14,116,173,.24) 0%,rgba(14,116,173,.08) 28%,transparent 48%),linear-gradient(132deg,#e8f0ff,#f7fbff 52%,#e6efff)}.login-page:before{content:"";position:absolute;top:-20%;right:-8%;bottom:-20%;left:-8%;z-index:0;background-image:linear-gradient(rgba(62,129,238,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(62,129,238,.12) 1px,transparent 1px);background-size:54px 54px;opacity:.52;transform:rotate(-6deg) scale(1.08);transform-origin:center}.login-page:after{content:"";position:absolute;width:min(64vw,780px);aspect-ratio:1 / 1;right:-14%;top:-30%;z-index:0;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.44) 0%,rgba(14,165,233,.2) 40%,rgba(14,165,233,.05) 55%,transparent 72%);filter:blur(10px);animation:loginGlowFloat 12s ease-in-out infinite alternate}.login-card{position:relative;z-index:1;width:100%;max-width:420px;border-radius:18px;border:1px solid rgba(161,188,232,.55);background:#ffffffdb;box-shadow:0 28px 64px #1656b12e,0 6px 18px #174a9714;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:loginCardRise .38s ease-out both}.login-card:before{content:"";position:absolute;left:0;top:0;right:0;height:4px;border-top-left-radius:18px;border-top-right-radius:18px;background:linear-gradient(90deg,#3b82f6,#2ea2ff 36%,#16a34a)}.login-title-group{margin-bottom:20px}.login-title.ant-typography{margin-bottom:6px;color:#0f172a;letter-spacing:.01em}.login-card .ant-typography.ant-typography-secondary{color:#5f6b81}.login-card .ant-form-item-label>label{color:#22344f;font-weight:600}.login-card .ant-input,.login-card .ant-input-affix-wrapper{border-radius:10px}.login-card .ant-input-affix-wrapper:hover,.login-card .ant-input:hover{border-color:#7eaef7}.login-card .ant-input-affix-wrapper:focus,.login-card .ant-input-affix-wrapper-focused,.login-card .ant-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f62e}.login-submit-btn{margin-top:8px;height:48px;border-radius:12px;letter-spacing:.12em;background:linear-gradient(120deg,#226fd6,#2d7fe8 52%,#1688ff);border:none;box-shadow:0 12px 24px #236ed84d}.login-submit-btn.ant-btn-primary:hover,.login-submit-btn.ant-btn-primary:focus{background:linear-gradient(120deg,#1f62be,#276fcb 52%,#1473db)!important;box-shadow:0 14px 26px #1e62be59}@keyframes loginGlowFloat{0%{transform:translateZ(0) scale(1);opacity:.88}to{transform:translate3d(-2%,3%,0) scale(1.05);opacity:1}}@keyframes loginCardRise{0%{opacity:0;transform:translate3d(0,18px,0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}@media (max-width: 768px){.login-page{padding:16px}.login-page:before{opacity:.34;background-size:44px 44px}.login-card{max-width:100%;border-radius:14px}.login-card:before{border-top-left-radius:14px;border-top-right-radius:14px}}@media (prefers-reduced-motion: reduce){.login-page:after,.login-card{animation:none!important}}
