.ai-block-stack{--block-ink: #14221f;--block-muted: #66736f;--block-line: #dbe3df;--block-soft: #f4f7f5;--block-teal: #087f8c;--block-green: #16825d;--block-amber: #b85f06;--block-red: #be3a31;display:grid;gap:12px;color:var(--block-ink)}.ai-block-entry{min-width:0;animation:ai-block-arrive .32s ease both;animation-delay:calc(var(--block-index) * 55ms)}@keyframes ai-block-arrive{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.ai-block{overflow:hidden;border:1px solid var(--block-line);border-radius:7px;background:#fffffff7;box-shadow:0 7px 24px #1d342d0e}.ai-block.is-updating{border-color:#87c9ce}.ai-block.is-failed{border-color:#e6aaa4}.ai-block.is-stale{border-color:#dfc58e}.ai-block-header{min-height:58px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:11px;padding:10px 14px;border-bottom:1px solid #e8eeeb;background:#fbfcfb}.ai-block-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:5px;color:#fff;font-size:17px;background:#1d4c45}.ai-block-eyebrow{display:block;color:#78847f;font-size:9px;font-weight:700;letter-spacing:.12em}.ai-block-header h3{margin:2px 0 0;overflow:hidden;color:var(--block-ink);font-size:14px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.ai-block-state,.ai-status-pill{display:inline-flex;align-items:center;gap:5px;border-radius:999px;font-weight:650;white-space:nowrap}.ai-block-state{padding:4px 8px;color:#66736f;font-size:9px;background:#edf2ef}.ai-block-state.updating{color:var(--block-teal);background:#e5f5f5}.ai-block-state.failed{color:var(--block-red);background:#fcebea}.ai-block-state.stale{color:var(--block-amber);background:#fff4df}.ai-block-body{padding:14px}.ai-block-footer{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 14px;border-top:1px solid #e8eeeb;background:#fbfcfb}.ai-block-caption{display:inline-flex;align-items:center;gap:6px;color:var(--block-muted);font-size:10px}.ai-block-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.ai-block-actions button,.confirmation-block button,.parameter-submit{min-height:32px;padding:0 13px;border:1px solid #cbd6d1;border-radius:5px;color:#244740;font-size:11px;font-weight:650;background:#fff}.ai-block-actions button:hover,.confirmation-block button:hover{border-color:var(--block-teal);color:var(--block-teal)}.ai-block-actions button.is-primary,.confirmation-block button.is-primary,.parameter-submit{border-color:#183f39;color:#fff;background:#183f39}.ai-block-actions button:disabled,.confirmation-block button:disabled,.parameter-submit:disabled{cursor:not-allowed;opacity:.5}.ai-status-pill{padding:3px 7px;font-size:9px}.ai-status-pill.healthy{color:var(--block-green);background:#e6f5ee}.ai-status-pill.warning{color:var(--block-amber);background:#fff1db}.ai-status-pill.critical{color:var(--block-red);background:#fbe9e7}.ai-status-pill.unknown{color:#66736f;background:#edf2ef}.ai-status-pill.info{color:var(--block-teal);background:#e5f5f5}.ai-block-empty{min-height:116px;display:grid;place-items:center;align-content:center;color:#8b9692}.ai-block-empty span{font:700 26px/1 Georgia,serif}.ai-block-empty p{margin:7px 0 0;font-size:11px}.operation-summary-band{display:grid;grid-template-columns:50px minmax(0,1fr) 92px;align-items:center;gap:14px}.operation-summary-signal{width:50px;height:50px;display:grid;place-items:center;border-radius:50%;font-size:23px}.operation-summary-band.healthy .operation-summary-signal{color:var(--block-green);background:#e3f5ec}.operation-summary-band.warning .operation-summary-signal{color:var(--block-amber);background:#fff0d7}.operation-summary-band.critical .operation-summary-signal{color:var(--block-red);background:#fce7e5}.operation-summary-band.unknown .operation-summary-signal{color:#66736f;background:#edf2ef}.operation-summary-copy>div{display:flex;align-items:center;gap:8px;color:var(--block-muted);font-size:10px}.operation-summary-copy h4{margin:7px 0 3px;font:700 20px/1.3 "Noto Serif SC",Songti SC,serif}.operation-summary-copy p{margin:0;color:#56635f;font-size:11px;line-height:1.65}.health-score{position:relative;width:86px;height:86px;display:grid;place-items:center}.health-score svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;transform:rotate(-90deg)}.health-score circle{fill:none;stroke:#e5ebe8;stroke-width:8}.health-score circle+circle{stroke:var(--block-teal);stroke-linecap:round}.health-score strong{margin-top:-8px;font:700 24px/1 Georgia,serif}.health-score small{position:absolute;bottom:18px;color:var(--block-muted);font-size:8px}.operation-summary-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:14px 0 0;border-top:1px solid #e4ebe7}.operation-summary-facts>div{padding:11px 10px 0;border-right:1px solid #e4ebe7}.operation-summary-facts>div:first-child{padding-left:0}.operation-summary-facts>div:last-child{border-right:0}.operation-summary-facts dt{color:var(--block-muted);font-size:9px}.operation-summary-facts dd{margin:3px 0 0;font-size:11px;font-weight:700}.operation-summary-facts dd.healthy{color:var(--block-green)}.operation-summary-facts dd.warning{color:var(--block-amber)}.operation-summary-facts dd.critical{color:var(--block-red)}.service-status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:1px;overflow:hidden;border:1px solid var(--block-line);border-radius:5px;background:var(--block-line)}.service-status-item{position:relative;min-width:0;padding:12px;background:linear-gradient(145deg,#fff,#f8fbf9)}.service-status-item:after{position:absolute;right:8px;bottom:8px;width:52px;height:52px;pointer-events:none;content:"";border-radius:50%;background:radial-gradient(circle,#087f8c14,#087f8c00 70%)}.service-status-item.critical{box-shadow:inset 3px 0 var(--block-red)}.service-status-item.warning{box-shadow:inset 3px 0 var(--block-amber)}.service-status-item.healthy{box-shadow:inset 3px 0 var(--block-green)}.service-status-top{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.service-visual{position:relative;width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(28,63,56,.13);border-radius:10px;color:#47615b;background:linear-gradient(145deg,#fff,#f3f8f6);box-shadow:inset 0 1px #ffffffe6,0 8px 17px #2037311c}.service-visual:before{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(135deg,#ffffffc7,#fff0 48%)}.service-visual:after{position:absolute;z-index:0;right:5px;bottom:5px;left:5px;height:3px;content:"";border-radius:999px;opacity:.62;background:var(--service-accent, #9ab0aa)}.service-visual>*{position:relative;z-index:1}.service-visual.default{color:#244740;font-size:18px;background:linear-gradient(145deg,#e9f4f1,#c7d8d2)}.service-visual.gantry{--service-accent: #0f7f8c}.service-visual.nginx{--service-accent: #0a8f43}.service-visual.redis{--service-accent: #d4342b}.service-visual.database{--service-accent: #2f6f95}.service-mark-svg{position:relative;z-index:1;width:38px;height:38px}.gantry-mark .gantry-sky{fill:#cfeff4}.gantry-mark .gantry-road{fill:#26342f}.gantry-mark .gantry-line{fill:none;stroke:#f2c65b;stroke-linecap:round;stroke-width:1.4;stroke-dasharray:3 3}.gantry-mark .gantry-beam{fill:none;stroke:#52635d;stroke-linecap:round;stroke-width:2.2}.gantry-mark .gantry-board{fill:#0f7f8c;filter:drop-shadow(0 2px 2px rgba(10,39,34,.24))}.gantry-mark .gantry-lamp{fill:#f5d55f}.nginx-logo-mark{width:39px;height:39px;filter:drop-shadow(0 2px 3px rgba(0,55,24,.16))}.nginx-logo-mark .nginx-badge{fill:#0a8f43}.nginx-logo-mark .nginx-symbol{fill:#fff}.nginx-logo-mark .nginx-wordmark{fill:#29413a;font:800 7px/1 Trebuchet MS,Verdana,sans-serif;letter-spacing:.75px}.redis-logo-mark{width:39px;height:39px;filter:drop-shadow(0 2px 3px rgba(67,18,18,.14))}.redis-logo-mark .redis-shadow{fill:#3f2b272e;transform:translateY(1.5px)}.redis-logo-mark .redis-layer{stroke:#66161442;stroke-linejoin:round;stroke-width:.9}.redis-logo-mark .redis-layer.bottom{fill:#9f201a}.redis-logo-mark .redis-layer.middle{fill:#c92f28}.redis-logo-mark .redis-layer.top{fill:#e64336}.redis-logo-mark .redis-plus{fill:none;stroke:#fff;stroke-linecap:round;stroke-width:2}.redis-logo-mark .redis-chip{fill:#fff;opacity:.92}.redis-logo-mark .redis-wordmark{fill:#5e5f5c;font:800 12px/1 Trebuchet MS,Verdana,sans-serif;letter-spacing:-.2px}.database-mark .database-lid{fill:#dcecff;stroke:#0f4d70;stroke-width:1.5}.database-mark .database-body{fill:#4889b0c2;stroke:#0f4d70;stroke-width:1.5}.database-mark .database-ring{fill:none;stroke:#ffffffa8;stroke-width:1.3}.database-mark .database-spark{fill:#90e0ff;filter:drop-shadow(0 0 4px rgba(144,224,255,.8))}.service-status-item h4{position:relative;z-index:1;margin:11px 0 2px;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.service-status-item>p{position:relative;z-index:1;margin:0;color:var(--block-muted);font-size:9px}.service-primary-metric{position:relative;z-index:1;min-height:47px;display:flex;align-items:baseline;gap:3px;padding-top:8px}.service-primary-metric strong{font:700 20px/1 Georgia,serif}.service-primary-metric span{color:#44534f;font-size:10px}.service-primary-metric small{margin-left:auto;color:#7a8682;font-size:8px}.service-status-item>footer{position:relative;z-index:1;display:flex;justify-content:space-between;gap:7px;color:#7a8682;font-size:8px}.metric-block-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:0;border:1px solid var(--block-line);border-radius:5px}.metric-block-grid article{min-width:0;padding:11px 12px;border-right:1px solid var(--block-line);border-bottom:1px solid var(--block-line)}.metric-block-grid article:last-child{border-right:0}.metric-block-grid article>header{display:flex;align-items:center;justify-content:space-between;color:var(--block-muted);font-size:10px}.metric-block-grid article.healthy>header svg{color:var(--block-green)}.metric-block-grid article.warning>header svg{color:var(--block-amber)}.metric-block-grid article.critical>header svg{color:var(--block-red)}.metric-block-grid article>div{margin:12px 0 9px}.metric-block-grid strong{font:700 22px/1 Georgia,serif}.metric-block-grid em{margin-left:4px;color:#6c7975;font-size:9px;font-style:normal}.metric-block-grid footer{display:flex;align-items:center;justify-content:space-between;gap:4px;color:#83908b;font-size:8px}.metric-block-grid footer b{font-size:9px}.metric-block-grid .change-up{color:var(--block-red)}.metric-block-grid .change-down{color:var(--block-green)}.alert-block-list{display:grid}.alert-block-list article{display:grid;grid-template-columns:35px minmax(0,1fr);gap:11px;padding:11px 0;border-bottom:1px solid #e5ebe8}.alert-block-list article:last-child{border-bottom:0}.alert-severity{width:34px;height:34px;display:grid;place-items:center;border-radius:50%}.alert-block-list article.critical .alert-severity{color:var(--block-red);background:#fbe9e7}.alert-block-list article.warning .alert-severity{color:var(--block-amber);background:#fff1db}.alert-block-list article.healthy .alert-severity{color:var(--block-green);background:#e6f5ee}.alert-block-list article>div>header{display:flex;align-items:center;justify-content:space-between;gap:10px}.alert-block-list h4{margin:0;font-size:12px}.alert-block-list p{margin:4px 0 7px;color:#596762;font-size:10px;line-height:1.55}.alert-block-list article footer{display:flex;justify-content:space-between;color:#81908a;font-size:8px}.metric-trend-layout{position:relative}.trend-legend{display:flex;flex-wrap:wrap;gap:13px;margin-bottom:3px}.trend-legend span{display:inline-flex;align-items:center;gap:5px;color:#586762;font-size:9px}.trend-legend i{width:13px;height:3px;border-radius:1px}.metric-trend-chart{width:100%;height:auto;max-height:270px;overflow:visible}.chart-grid line{stroke:#e2e9e5;stroke-width:1}.chart-grid text,.chart-x-labels text{fill:#7d8a85;font-size:9px}.chart-threshold line{stroke-width:1.3;stroke-dasharray:5 5}.chart-threshold text{font-size:8px}.chart-threshold.warning line{stroke:var(--block-amber)}.chart-threshold.warning text{fill:var(--block-amber)}.chart-threshold.critical line{stroke:var(--block-red)}.chart-threshold.critical text{fill:var(--block-red)}.trend-current-values{display:flex;justify-content:flex-end;gap:16px;margin-top:-2px}.trend-current-values span{display:flex;align-items:baseline;gap:4px}.trend-current-values i{font:700 17px/1 Georgia,serif;font-style:normal}.trend-current-values small{color:var(--block-muted);font-size:8px}.evidence-block-timeline{display:grid;gap:0;margin:0;padding:0;list-style:none}.evidence-block-timeline li{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;padding-bottom:13px}.evidence-block-timeline li:not(:last-child):before{position:absolute;top:30px;bottom:0;left:16px;width:1px;content:"";background:#cdd8d3}.timeline-index{z-index:1;width:33px;height:33px;display:grid;place-items:center;border:1px solid #cbd8d3;border-radius:50%;color:#51635d;font:700 9px/1 Georgia,serif;background:#fff}.evidence-block-timeline li.warning .timeline-index{border-color:#dfb668;color:var(--block-amber)}.evidence-block-timeline li.critical .timeline-index{border-color:#de938d;color:var(--block-red)}.evidence-block-timeline li>div{padding:0 0 13px;border-bottom:1px solid #e6ece9}.evidence-block-timeline header{display:flex;justify-content:space-between;gap:10px;color:#74827d;font-size:8px}.evidence-block-timeline h4{margin:5px 0 3px;font-size:12px}.evidence-block-timeline p{margin:0;color:#56645f;font-size:10px;line-height:1.55}.evidence-block-timeline code{display:inline-block;margin-top:6px;padding:2px 5px;color:#3e625b;font-size:8px;background:#edf4f1}.dependency-graph-wrap{display:grid;grid-template-columns:minmax(0,1fr) 205px;gap:12px}.dependency-graph-svg{width:100%;min-height:230px;border-right:1px solid #e4ebe7}.dependency-edges line{stroke:#9baaa4;stroke-width:1.4}.dependency-edges marker path,.dependency-graph-svg marker path{fill:#74867f}.dependency-nodes rect{fill:#fff;stroke:#b9c8c2;stroke-width:1.5}.dependency-nodes .healthy rect{stroke:#75b89f}.dependency-nodes .warning rect{stroke:#dda956}.dependency-nodes .critical rect{stroke:#db8179}.dependency-nodes .focus rect{stroke-width:3}.dependency-nodes circle{fill:#71837c}.dependency-nodes .healthy circle{fill:var(--block-green)}.dependency-nodes .warning circle{fill:var(--block-amber)}.dependency-nodes .critical circle{fill:var(--block-red)}.dependency-nodes text{fill:#273b35;font-size:10px;font-weight:700}.dependency-nodes .node-type{fill:#778680;font-size:8px;font-weight:400}.dependency-relations{display:grid;align-content:start;gap:7px;margin:0;padding:0;list-style:none}.dependency-relations li{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:5px;padding-bottom:6px;border-bottom:1px solid #e4ebe7;color:#4f605a;font-size:8px}.dependency-relations li span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dependency-relations li i{color:var(--block-teal);font-style:normal}.dependency-relations li small{grid-column:1 / -1;color:#87938f}.diagnosis-conclusion{padding-left:13px;border-left:4px solid #889792}.diagnosis-conclusion.healthy{border-color:var(--block-green)}.diagnosis-conclusion.warning{border-color:var(--block-amber)}.diagnosis-conclusion.critical{border-color:var(--block-red)}.diagnosis-conclusion>div{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#66746f;font-size:9px}.diagnosis-conclusion h4{margin:7px 0;font:700 17px/1.5 "Noto Serif SC",Songti SC,serif}.diagnosis-conclusion p{margin:0;color:#53625d;font-size:10px}.diagnosis-conclusion p b{margin-right:8px;color:#253b34}.root-cause-list{margin-top:15px}.root-cause-list>h4{margin:0 0 5px;font-size:10px;color:#6b7974}.root-cause-list article{display:grid;grid-template-columns:30px minmax(0,1fr) 48px;align-items:center;gap:9px;padding:10px 0;border-bottom:1px solid #e4ebe7}.root-cause-list article>span{color:#7d8a85;font:700 13px/1 Georgia,serif}.root-cause-list h5{margin:0;font-size:11px}.root-cause-list p{margin:3px 0 0;color:#5c6a65;font-size:9px;line-height:1.5}.root-cause-list article div small{color:#889590;font-size:8px}.root-cause-list article>strong{color:var(--block-teal);font:700 20px/1 Georgia,serif;text-align:right}.root-cause-list article>strong small{font-size:8px}.diagnosis-limitations{display:flex;gap:9px;margin-top:10px;padding:9px 10px;color:#80602a;font-size:9px;background:#fff6e6}.diagnosis-limitations>svg{margin-top:2px}.diagnosis-limitations b{display:block;margin-bottom:2px;color:#694a19}.data-table-scroll{overflow-x:auto}.ai-data-table{width:100%;border-collapse:collapse;text-align:left}.ai-data-table caption{margin-bottom:7px;color:#6d7a75;font-size:9px;text-align:left}.ai-data-table th{padding:8px 9px;color:#5f6f69;font-size:9px;background:#edf2ef}.ai-data-table td{padding:9px;border-bottom:1px solid #e5ebe8;color:#354942;font-size:9px}.ai-data-table tr:hover td{background:#f7faf8}.action-plan-list{display:grid;gap:0;margin:0;padding:0;list-style:none}.action-plan-list li{display:grid;grid-template-columns:35px minmax(0,1fr);gap:11px;padding:11px 0;border-bottom:1px solid #e5ebe8}.plan-order{width:33px;height:33px;display:grid;place-items:center;border:1px solid #b9c8c2;color:#40544d;font:700 10px/1 Georgia,serif}.action-plan-list li.completed .plan-order{border-color:var(--block-green);color:var(--block-green)}.action-plan-list header{display:flex;justify-content:space-between;gap:10px}.action-plan-list h4{margin:0;font-size:11px}.action-plan-list p{margin:4px 0 7px;color:#5a6863;font-size:9px;line-height:1.5}.action-plan-list footer{display:flex;flex-wrap:wrap;gap:12px;color:#7a8782;font-size:8px}.action-plan-list footer .critical{color:var(--block-red)}.action-plan-list footer .warning{color:var(--block-amber)}.action-plan-list footer .healthy{color:var(--block-green)}.action-plan-list footer b{color:#8a6325}.parameter-form-intro h4{margin:0;font-size:14px}.parameter-form-intro p{margin:4px 0 0;color:#65736e;font-size:10px}.parameter-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:14px}.parameter-fields label{min-width:0;display:grid;gap:5px;color:#40534c;font-size:9px;font-weight:650}.parameter-fields label>span:first-child em{margin-left:3px;color:var(--block-red);font-style:normal}.parameter-fields input,.parameter-fields select{width:100%;min-width:0;height:35px;padding:0 9px;border:1px solid #cbd7d2;border-radius:4px;outline:0;color:#283d36;font:inherit;font-size:10px;background:#fff}.parameter-fields select[multiple]{height:76px;padding-block:5px}.parameter-fields input:focus,.parameter-fields select:focus{border-color:var(--block-teal);box-shadow:0 0 0 2px #087f8c1a}.parameter-checkbox{height:35px;display:flex;align-items:center;gap:7px;font-weight:400}.parameter-checkbox input{width:16px;height:16px}.parameter-range{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:5px}.parameter-range i{color:#82908b;font-style:normal;font-weight:400}.parameter-submit{margin-top:14px;min-width:120px}.task-progress-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.task-progress-head>div{display:flex;align-items:center;gap:9px}.task-progress-head h4{margin:0;font-size:13px}.task-progress-head>strong{font:700 24px/1 Georgia,serif}.task-progress-head>strong small{font-size:9px}.task-progress-track{height:7px;margin:12px 0 15px;overflow:hidden;background:#e5ebe8}.task-progress-track i{display:block;height:100%;background:var(--block-teal);transition:width .35s ease}.task-stage-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(105px,1fr));gap:1px;margin:0;padding:0;overflow:hidden;border:1px solid var(--block-line);list-style:none;background:var(--block-line)}.task-stage-list li{min-height:64px;display:grid;grid-template-columns:24px 1fr;align-items:center;gap:7px;padding:8px;background:#fff}.task-stage-list li>span{color:#83908b;font-size:16px}.task-stage-list li.completed>span{color:var(--block-green)}.task-stage-list li.running>span{color:var(--block-teal)}.task-stage-list li.failed>span{color:var(--block-red)}.task-stage-list b{display:block;font-size:9px}.task-stage-list small{display:block;margin-top:3px;color:#7e8b86;font-size:7px}.task-error{display:flex;gap:9px;margin-top:10px;padding:9px;color:var(--block-red);background:#fbeceb}.task-error b,.task-error small{display:block;font-size:9px}.task-error small{margin-top:2px;opacity:.8}.confirmation-block>header{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px}.confirmation-block>header>span{width:42px;height:42px;display:grid;place-items:center;color:var(--block-amber);font-size:20px;background:#fff0d8}.confirmation-block.critical>header>span{color:var(--block-red);background:#fbe9e7}.confirmation-block h4{margin:6px 0 2px;font:700 17px/1.35 "Noto Serif SC",Songti SC,serif}.confirmation-block header p{margin:0;color:#5a6863;font-size:10px;line-height:1.55}.confirmation-block dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));margin:14px 0 0;border-top:1px solid #e4ebe7}.confirmation-block dl div{padding:9px 9px 0 0}.confirmation-block dt{color:#7b8883;font-size:8px}.confirmation-block dd{margin:3px 0 0;font-size:10px;font-weight:700}.confirmation-expiry{color:#86642a;font-size:8px}.confirmation-block>footer{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.document-preview-block{display:grid;grid-template-columns:130px minmax(0,1fr);gap:16px}.document-preview-block>aside{min-height:178px;display:grid;place-items:center;align-content:center;color:#fff;background:#234a43}.document-file-icon{font-size:38px}.document-preview-block>aside b{margin-top:7px;font:700 15px/1 Georgia,serif}.document-preview-block>aside small{margin-top:5px;font-size:8px;opacity:.8}.document-preview-block>aside>svg{margin-top:13px;font-size:15px}.document-preview-block>div>header{padding-bottom:9px;border-bottom:1px solid #e4ebe7}.document-preview-block h4{margin:6px 0 2px;font:700 17px/1.35 "Noto Serif SC",Songti SC,serif}.document-preview-block header p{margin:0;color:#7a8782;font-size:8px;text-transform:uppercase}.document-preview-block ol{display:grid;margin:8px 0 0;padding:0;list-style:none}.document-preview-block li{display:grid;grid-template-columns:28px minmax(0,1fr);gap:8px;padding:7px 0;border-bottom:1px solid #e9eeec}.document-preview-block li>span{color:#87938f;font:700 9px/1.5 Georgia,serif}.document-preview-block li b{display:block;font-size:10px}.document-preview-block li p{margin:2px 0 0;overflow:hidden;color:#687570;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.source-citation-list{display:grid;margin:0;padding:0;list-style:none}.source-citation-list li{display:grid;grid-template-columns:27px minmax(0,1fr) auto auto;align-items:center;gap:9px;padding:8px 0;border-bottom:1px solid #e5ebe8}.source-citation-list li>span:first-child{width:24px;height:24px;display:grid;place-items:center;border:1px solid #c4d0cb;border-radius:50%;color:#4f625b;font:700 8px/1 Georgia,serif}.source-citation-list b{display:block;font-size:10px}.source-citation-list small{color:#7c8984;font-size:8px}.source-citation-list time{color:#7c8984;font-size:8px}.ai-block-unsupported{margin:0;color:#697671;font-size:10px}@media(max-width:760px){.ai-block-header{grid-template-columns:32px minmax(0,1fr);padding-inline:11px}.ai-block-state{grid-column:2;justify-self:start;margin-top:-5px}.ai-block-body{padding:11px}.ai-block-footer{align-items:flex-start;flex-direction:column;padding-inline:11px}.ai-block-actions{width:100%;justify-content:stretch}.ai-block-actions button{flex:1 1 130px}.operation-summary-band{grid-template-columns:42px minmax(0,1fr)}.operation-summary-signal{width:42px;height:42px}.health-score{grid-column:1 / -1;width:78px;height:78px;justify-self:start}.operation-summary-facts{grid-template-columns:repeat(2,1fr)}.operation-summary-facts>div{border-bottom:1px solid #e4ebe7}.service-status-grid,.metric-block-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dependency-graph-wrap{grid-template-columns:1fr}.dependency-graph-svg{border-right:0;border-bottom:1px solid #e4ebe7}.parameter-fields,.parameter-range{grid-template-columns:1fr}.parameter-range i{display:none}.task-stage-list{grid-template-columns:repeat(2,minmax(0,1fr))}.document-preview-block{grid-template-columns:94px minmax(0,1fr)}.source-citation-list li{grid-template-columns:27px minmax(0,1fr)}.source-citation-list time,.source-citation-list .ai-status-pill{grid-column:2;justify-self:start}}@media(max-width:430px){.service-status-grid,.metric-block-grid,.task-stage-list,.operation-summary-facts{grid-template-columns:1fr}.operation-summary-facts>div{padding-left:0;border-right:0}.alert-block-list article>div>header,.action-plan-list header{align-items:flex-start;flex-direction:column}.trend-current-values{justify-content:flex-start;flex-wrap:wrap}.document-preview-block{grid-template-columns:1fr}.document-preview-block>aside{min-height:112px}.confirmation-block dl{grid-template-columns:1fr}}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}:root{font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;color:#16233a;background:#f4f7fb}*{box-sizing:border-box}body{margin:0;min-width:1100px;background:#f4f7fb}.app-shell{min-height:100vh;background:#f2f6fb}.app-shell .ant-layout-sider{background:#0a2857!important;box-shadow:8px 0 32px #0e2e5b14}.app-shell .ant-layout-sider-children{height:100vh;display:flex;flex-direction:column}.app-shell .ant-menu-dark,.app-shell .ant-menu-dark .ant-menu-sub{background:transparent}.app-shell .ant-layout-sider-children>.ant-menu{min-height:0;flex:1;overflow-y:auto;scrollbar-width:thin}.app-shell .ant-menu-dark .ant-menu-item{width:calc(100% - 18px);margin:4px 9px;border-radius:8px}.app-shell .ant-menu-dark .ant-menu-item-selected{background:linear-gradient(100deg,#176ee5,#1a8bef)!important;box-shadow:0 9px 20px #0d70e942}.brand{height:72px;display:flex;align-items:center;gap:10px;padding:0 20px;color:#fff;font-size:16px;font-weight:700;letter-spacing:.02em;border-bottom:1px solid rgba(220,238,255,.1)}.sider-footer{flex:0 0 auto;display:grid;gap:5px;margin:8px 16px 14px;padding-top:8px;border-top:1px solid rgba(220,238,255,.1)}.sider-user{color:#ffffffb3;font-size:12px}.logout-button{color:#fffc;text-align:left}.topbar{display:flex;justify-content:space-between;align-items:center;height:72px;padding:0 30px;background:#ffffffe6;border-bottom:1px solid #e3ebf5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.page-content{padding:26px 30px}.page-heading{margin-bottom:20px}.page-heading h3{margin-bottom:4px!important}.top-gap{margin-top:16px}.full-width{width:100%}.login-page{position:relative;min-height:100vh;overflow-x:hidden;color:#112d64;background:#f5faff;font-family:HarmonyOS Sans SC,Source Han Sans SC,PingFang SC,sans-serif}.login-topbar{position:relative;z-index:10;width:min(100%,1672px);height:69px;display:flex;align-items:center;justify-content:space-between;margin-inline:auto;padding:0 24px;border:1px solid #c9e2ff;border-top:0;border-radius:0 0 23px 23px;background:#ffffffe6;box-shadow:0 8px 24px #276fc612;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.login-brand,.login-system-status,.login-system-status span{display:flex;align-items:center}.login-brand img{width:43px;height:43px;margin-right:14px}.login-brand b{color:#071d43;font-size:clamp(20px,1.65vw,27px);line-height:1;letter-spacing:.025em;white-space:nowrap}.login-brand i{width:1px;height:25px;margin:0 17px;background:#d6e8ff}.login-brand strong{color:#1868e7;font-size:18px;letter-spacing:.08em;white-space:nowrap}.login-system-status{gap:16px}.login-system-status span{gap:7px;padding:9px 16px;border:1px solid #d4eee5;border-radius:999px;color:#208b63;font-size:13px;font-weight:700;background:#f0fbf7}.login-system-status .is-synced{border-color:#d7e6ff;color:#2365c3;background:#f5f9ff}.login-shell{position:relative;z-index:1;width:min(100%,1672px);min-height:calc(100vh - 69px);display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:14px;margin-inline:auto;padding:13px 18px 18px}.login-hero,.login-access-card{min-width:0;border:1px solid #dcecff;border-radius:23px;box-shadow:inset 0 1px #fffffff2,0 14px 38px #2467b50f}.login-hero{position:relative;min-height:650px;overflow:hidden;isolation:isolate;background:linear-gradient(145deg,#f4fafffa,#e5f3ffd4),url("data:image/svg+xml,%3csvg%20width='1600'%20height='900'%20viewBox='0%200%201600%20900'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cradialGradient%20id='a'%20cx='0'%20cy='0'%20r='1'%20gradientTransform='translate(804%20280)%20rotate(90)%20scale(540%20760)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23D9F4FF'%20stop-opacity='.95'/%3e%3cstop%20offset='1'%20stop-color='%23F8FCFF'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3clinearGradient%20id='b'%20x1='800'%20y1='20'%20x2='800'%20y2='880'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23EFF9FF'/%3e%3cstop%20offset='1'%20stop-color='%23F8FBFF'/%3e%3c/linearGradient%3e%3c/defs%3e%3crect%20width='1600'%20height='900'%20rx='32'%20fill='url(%23b)'/%3e%3crect%20width='1600'%20height='900'%20rx='32'%20fill='url(%23a)'/%3e%3cg%20stroke='%23A7D9FF'%20stroke-opacity='.42'%3e%3cpath%20d='M0%20130H1600M0%20310H1600M0%20490H1600M0%20670H1600'/%3e%3cpath%20d='M130%200V900M410%200V900M690%200V900M970%200V900M1250%200V900M1530%200V900'/%3e%3c/g%3e%3cg%20stroke='%23B8E6FF'%20stroke-opacity='.55'%3e%3cpath%20d='M280%2090%20690%20490%20280%20810M1320%2090%20910%20490l410%20320'/%3e%3cpath%20d='M185%20490h1230'/%3e%3c/g%3e%3c/svg%3e") center / cover}.login-grid{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;opacity:.76;background:radial-gradient(ellipse at 56% 63%,rgba(111,211,255,.55),transparent 25%),repeating-linear-gradient(90deg,transparent 0 64px,rgba(75,160,255,.1) 65px 66px)}.login-grid:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.3;background:repeating-conic-gradient(from 247deg at 54% 73%,transparent 0 8deg,rgba(105,194,255,.68) 8.2deg 8.35deg);-webkit-mask-image:linear-gradient(to bottom,transparent 6%,#000 40%,#000 82%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 6%,#000 40%,#000 82%,transparent 100%)}.login-grid:after{content:"";position:absolute;right:16%;bottom:17%;width:48%;height:22%;border-radius:50%;background:radial-gradient(ellipse,rgba(190,243,255,.88),rgba(64,167,255,.18) 43%,transparent 70%);filter:blur(10px)}.login-hero-heading{position:absolute;z-index:4;top:6%;left:51%;width:min(560px,48%)}.login-hero-heading>span{color:#1a74ea;font-size:11px;font-weight:800;letter-spacing:.18em}.login-hero-heading h1{margin:8px 0 6px;color:#102d70;font-size:clamp(34px,3vw,49px);line-height:1.15;letter-spacing:.06em;white-space:nowrap}.login-hero-heading h1 em{color:#1b6cf2;font-style:normal}.login-hero-heading p{margin:0;color:#315b99;font-size:15px;letter-spacing:.09em;white-space:nowrap}.login-robot{position:absolute;z-index:2;bottom:8%;left:8%;width:clamp(280px,31%,410px);max-height:73%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 24px 22px rgba(54,129,214,.2));animation:login-float 6s ease-in-out infinite}.login-brain{position:absolute;z-index:1;right:5%;bottom:14%;width:clamp(420px,48%,610px);object-fit:contain;filter:drop-shadow(0 9px 20px rgba(30,138,239,.36)) drop-shadow(0 0 18px rgba(70,194,255,.3));animation:login-brain-pulse 5s ease-in-out infinite}.login-command-preview{position:absolute;z-index:5;right:8%;bottom:16%;width:min(610px,58%);min-height:70px;display:grid;grid-template-columns:46px 1fr 48px;align-items:center;gap:12px;padding:9px 10px 9px 14px;border:2px solid #8dbeff;border-radius:18px;background:#ffffffeb;box-shadow:0 10px 25px #2f73ce38,inset 0 0 0 2px #fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.login-command-preview>span,.login-command-preview>i{display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#59a5ff,#1268ed);box-shadow:0 6px 12px #146cef38}.login-command-preview>span{width:42px;height:42px;border-radius:50%;font-size:20px}.login-command-preview>i{width:46px;height:46px;border-radius:12px;font-size:19px;font-style:normal}.login-command-preview div{min-width:0;display:grid;gap:4px}.login-command-preview b{overflow:hidden;color:#2d578b;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.login-command-preview small{overflow:hidden;color:#879db9;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.login-capabilities{position:absolute;z-index:5;right:5%;bottom:3%;left:5%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.login-capabilities>span{min-width:0;display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;column-gap:10px;padding:11px 14px;border:1px solid rgba(255,255,255,.9);border-radius:14px;color:#1672e7;background:#ffffffbd;box-shadow:0 8px 17px #3d82d217;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.login-capabilities .anticon{grid-row:1 / 3;align-self:center;display:grid;width:38px;height:38px;place-items:center;border-radius:11px;color:#fff;font-size:18px;background:linear-gradient(145deg,#55a7ff,#176dec)}.login-capabilities>span:nth-child(2) .anticon{background:linear-gradient(145deg,#51d7bd,#12a982)}.login-capabilities>span:nth-child(3) .anticon{background:linear-gradient(145deg,#bc89ff,#7d36e3)}.login-capabilities b{color:#243d69;font-size:13px}.login-capabilities small{overflow:hidden;color:#7188a8;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.login-access-card{display:flex;flex-direction:column;align-items:center;padding:22px 27px 20px;background:#ffffffd1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-access-status{width:100%;display:flex;align-items:center;justify-content:space-between}.login-access-status>span{color:#2b6fca;font-size:10px;font-weight:800;letter-spacing:.16em}.login-access-status em{padding:5px 9px;border-radius:9px;color:#179a66;font-size:11px;font-style:normal;font-weight:700;background:#dff9ec}.login-assistant-orb{position:relative;width:138px;height:138px;display:grid;place-items:center;margin:7px auto 2px;overflow:hidden;border-radius:50%;background:radial-gradient(circle,#fff 12%,#dceeff 48%,#b8d9ff 72%,#b3d6ff4d 73%);box-shadow:0 13px 26px #1e6ad121,inset 0 0 24px #4cabff59}.login-assistant-orb:after{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border:1px solid rgba(255,255,255,.75);border-radius:inherit}.login-assistant-orb img{width:84%;height:84%;object-fit:contain;object-position:center 28%}.login-access-heading{width:100%;text-align:center}.login-access-heading>span{color:#1676ec;font-size:11px;font-weight:800;letter-spacing:.12em}.login-access-heading h2{margin:5px 0 4px;color:#142b61;font-size:24px;letter-spacing:.02em}.login-access-heading p{margin:0;color:#6d83a3;font-size:12px}.login-form{width:100%;margin-top:16px}.login-form .ant-form-item{margin-bottom:14px}.login-form .ant-form-item-label{padding-bottom:5px}.login-form .ant-form-item-label>label{color:#28466f;font-size:12px;font-weight:700}.login-form .ant-input-affix-wrapper{min-height:46px;padding-inline:14px;border-color:#d4e5f8;border-radius:11px;background:#fafdffe6;box-shadow:inset 0 1px 2px #1c529108}.login-form .ant-input-affix-wrapper:hover{border-color:#84b9ff}.login-form .ant-input-affix-wrapper-focused{border-color:#3487f5;box-shadow:0 0 0 3px #1677ff1c}.login-form .ant-input-prefix{margin-right:10px;color:#5792dc}.login-form .ant-alert{margin-bottom:12px;border-radius:9px}.login-submit{height:48px;margin-top:2px;border:0;border-radius:11px;font-weight:700;letter-spacing:.05em;background:linear-gradient(100deg,#1487fa,#1768e9)!important;box-shadow:0 10px 22px #0b68e83d}.login-submit:hover{transform:translateY(-1px);box-shadow:0 13px 25px #0b68e84d}.login-security-note{width:100%;display:flex;align-items:center;gap:11px;margin-top:auto;padding:11px 13px;border:1px solid #dcecff;border-radius:12px;color:#2b78e8;background:linear-gradient(90deg,#edf6ff,#e4f1ff)}.login-security-note>.anticon{font-size:21px}.login-security-note span{display:grid;gap:2px}.login-security-note b{color:#31587e;font-size:11px}.login-security-note small{color:#7890ad;font-size:9px}@keyframes login-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes login-brain-pulse{0%,to{opacity:.92;transform:scale(1)}50%{opacity:1;transform:scale(1.018)}}@media(max-width:1280px){.login-shell{grid-template-columns:minmax(0,1fr) 360px}.login-hero-heading{left:46%;width:52%}.login-hero-heading h1{font-size:36px}.login-robot{left:4%;width:34%}.login-brain{right:1%;width:52%}.login-command-preview{right:5%;width:62%}}.knowledge-page{--knowledge-ink: #18212f;--knowledge-muted: #687386;--knowledge-line: #dfe4ea;--knowledge-surface: #ffffff;color:var(--knowledge-ink);min-width:0}.knowledge-page-header{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:18px}.knowledge-page-header h2.ant-typography{color:var(--knowledge-ink);font-size:28px;letter-spacing:0;margin:4px 0 2px}.knowledge-kicker{color:#087a67;font-size:11px;font-weight:700;letter-spacing:0}.knowledge-metrics{background:var(--knowledge-surface);border:1px solid var(--knowledge-line);border-radius:8px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px;overflow:hidden}.knowledge-metrics>div{align-items:center;display:flex;gap:13px;min-height:96px;padding:18px 20px;position:relative}.knowledge-metrics>div+div:before{background:var(--knowledge-line);content:"";height:46px;left:0;position:absolute;top:25px;width:1px}.knowledge-metrics>div>i{align-items:center;border-radius:7px;display:flex;flex:0 0 42px;font-size:19px;height:42px;justify-content:center}.knowledge-metrics .tone-1{background:#e8f2ff;color:#1767b7}.knowledge-metrics .tone-2{background:#fdf0df;color:#a76108}.knowledge-metrics .tone-3{background:#e4f5ef;color:#087a67}.knowledge-metrics .tone-4{background:#f0edf8;color:#65548f}.knowledge-metrics span{display:grid;min-width:0}.knowledge-metrics small,.knowledge-metrics em{color:var(--knowledge-muted);font-size:12px;font-style:normal}.knowledge-metrics strong{color:var(--knowledge-ink);font-size:25px;line-height:1.25}.knowledge-command-bar{align-items:center;background:var(--knowledge-surface);border:1px solid var(--knowledge-line);border-radius:8px 8px 0 0;display:flex;justify-content:space-between;min-height:62px;padding:11px 14px}.knowledge-command-bar .ant-input-search{width:300px}.knowledge-command-bar .ant-select{width:132px}.knowledge-command-bar .ant-segmented{background:#eef1f4}.knowledge-layout{display:grid;grid-template-columns:214px minmax(0,1fr)}.knowledge-category-rail{background:#f8f9fb;border:1px solid var(--knowledge-line);border-top:0;min-height:560px;padding:14px 10px}.knowledge-category-rail>div{align-items:center;color:var(--knowledge-muted);display:flex;font-size:12px;justify-content:space-between;padding:2px 10px 10px}.knowledge-category-rail>div span{background:#e8ebef;border-radius:8px;color:#4d5867;min-width:24px;padding:1px 7px;text-align:center}.knowledge-category-rail button{align-items:center;background:transparent;border:0;border-radius:6px;color:#4d5867;cursor:pointer;display:grid;font:inherit;gap:8px;grid-template-columns:18px minmax(0,1fr) auto;min-height:39px;padding:8px 10px;text-align:left;width:100%}.knowledge-category-rail button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.knowledge-category-rail button em{color:#8a93a1;font-size:11px;font-style:normal}.knowledge-category-rail button:hover{background:#eef2f4}.knowledge-category-rail button.active{background:#e1f1ec;color:#087a67;font-weight:600}.knowledge-category-rail button.active em{color:#087a67}.knowledge-table-panel{background:var(--knowledge-surface);border:1px solid var(--knowledge-line);border-left:0;border-top:0;min-width:0;overflow:hidden}.knowledge-full-panel{border-left:1px solid var(--knowledge-line)}.knowledge-panel-heading{align-items:center;border-bottom:1px solid #edf0f3;display:flex;justify-content:space-between;min-height:54px;padding:10px 16px}.knowledge-panel-heading>div{align-items:baseline;display:flex;gap:10px}.knowledge-panel-heading strong{font-size:15px}.knowledge-panel-heading span{color:var(--knowledge-muted);font-size:12px}.knowledge-table-panel .ant-table-wrapper{min-width:0}.knowledge-table-panel .ant-table-thead>tr>th{background:#fafbfc;color:#5d6777;font-size:12px;font-weight:600}.knowledge-table-panel .ant-table-cell{vertical-align:middle}.knowledge-clickable-row{cursor:pointer}.knowledge-clickable-row:hover>td{background:#f7faf9!important}.knowledge-title-cell{display:grid;gap:4px;max-width:360px}.knowledge-title-cell strong{color:var(--knowledge-ink);font-size:14px}.knowledge-title-cell span{color:var(--knowledge-muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.knowledge-source{align-items:center;color:#4f6073;display:inline-flex;gap:6px}.knowledge-file-cell,.taxonomy-name{align-items:center;display:flex;gap:11px;min-width:0}.knowledge-file-cell>i,.knowledge-document-hero>i{align-items:center;background:#eef1f4;border-radius:6px;color:#566273;display:flex;flex:0 0 38px;font-size:19px;height:38px;justify-content:center}.knowledge-file-cell.pdf>i,.knowledge-document-hero.pdf>i{background:#fdecea;color:#b4322e}.knowledge-file-cell.docx>i,.knowledge-document-hero.docx>i{background:#e8f2ff;color:#1767b7}.knowledge-file-cell.xlsx>i,.knowledge-document-hero.xlsx>i{background:#e4f5ef;color:#087a67}.knowledge-file-cell>span,.taxonomy-name>span{display:grid;gap:3px;min-width:0}.knowledge-file-cell strong,.taxonomy-name strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.knowledge-file-cell small,.taxonomy-name small{color:var(--knowledge-muted)}.knowledge-taxonomy-grid{display:grid;gap:16px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin-top:16px}.knowledge-taxonomy-grid .knowledge-table-panel{border:1px solid var(--knowledge-line);border-radius:8px}.knowledge-drawer-loading{display:grid;min-height:300px;place-items:center}.knowledge-article-detail>header{border-bottom:1px solid var(--knowledge-line);padding-bottom:20px}.knowledge-article-detail h3,.knowledge-document-detail h3{color:#2f3947;font-size:14px;margin:0 0 12px}.knowledge-article-detail>section,.knowledge-document-detail>section{margin-top:24px}.knowledge-origin-strip{align-items:center;background:#f5f7f8;border:1px solid var(--knowledge-line);border-radius:7px;display:grid;gap:10px;grid-template-columns:38px minmax(0,1fr) auto;padding:12px}.knowledge-origin-strip>i{align-items:center;background:#fff;border-radius:5px;color:#1767b7;display:flex;height:38px;justify-content:center}.knowledge-origin-strip>span{display:grid}.knowledge-origin-strip small{color:var(--knowledge-muted)}.knowledge-point-list{display:grid;gap:8px;list-style:none;margin:0;padding:0}.knowledge-point-list li{align-items:flex-start;background:#f7f9f9;border-left:3px solid #36a58d;display:grid;gap:10px;grid-template-columns:28px minmax(0,1fr);line-height:1.7;padding:10px 12px}.knowledge-point-list li i{color:#087a67;font-size:11px;font-style:normal;font-weight:700;padding-top:3px}.knowledge-content,.knowledge-extracted-text{background:#fbfbfc;border:1px solid #e7eaee;border-radius:7px;color:#3d4755;line-height:1.85;max-height:520px;overflow:auto;padding:16px;white-space:pre-wrap}.knowledge-article-detail footer{border-top:1px solid var(--knowledge-line);color:var(--knowledge-muted);font-size:12px;margin-top:24px;padding-top:14px}.knowledge-document-hero{align-items:center;display:flex;gap:14px}.knowledge-document-hero>i{flex-basis:52px;font-size:25px;height:52px}.knowledge-document-hero h3.ant-typography{font-size:19px;margin:0 0 5px;overflow-wrap:anywhere}.knowledge-file-meta{background:#f7f8fa;border-radius:7px;margin-top:20px;padding:12px 14px}.knowledge-form-grid{display:grid;gap:14px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.knowledge-form-grid .ant-form-item{margin-bottom:18px}@media(max-width:1100px){.knowledge-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.knowledge-metrics>div:nth-child(3):before{display:none}.knowledge-layout{grid-template-columns:180px minmax(0,1fr)}.knowledge-taxonomy-grid{grid-template-columns:1fr}}@media(max-width:760px){.knowledge-page-header{align-items:flex-start;flex-direction:column;gap:14px}.knowledge-page-header>.ant-space{width:100%}.knowledge-page-header>.ant-space .ant-btn{flex:1}.knowledge-metrics{grid-template-columns:1fr}.knowledge-metrics>div+div:before{height:1px;left:16px;right:16px;top:0;width:auto}.knowledge-command-bar{align-items:stretch;flex-direction:column;gap:10px}.knowledge-command-bar .ant-segmented,.knowledge-command-bar .ant-space,.knowledge-command-bar .ant-input-search,.knowledge-command-bar .ant-select{width:100%}.knowledge-layout{grid-template-columns:1fr}.knowledge-category-rail{display:flex;gap:6px;min-height:auto;overflow-x:auto;padding:8px}.knowledge-category-rail>div{display:none}.knowledge-category-rail button{flex:0 0 auto;grid-template-columns:18px auto auto;width:auto}.knowledge-table-panel{border-left:1px solid var(--knowledge-line)}.knowledge-form-grid{grid-template-columns:1fr;gap:0}}.conversation-first-shell .ai-canvas.result-mode{padding:22px clamp(18px,2.2vw,34px) 120px;background:#f8f8fa}.conversation-first-shell .conversation-result{width:100%;max-width:none;color:#202124;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans SC,sans-serif}.conversation-first-shell .conversation-heading{display:none}.conversation-first-shell .conversation-stream{gap:0;perspective:none}.conversation-first-shell .claude-user-prompt{display:flex;justify-content:flex-end;width:100%;max-width:none;margin:0 0 34px auto}.conversation-first-shell .claude-user-prompt>.user-message-bubble{display:flex;flex-direction:column;align-items:flex-start;gap:11px;width:fit-content;min-width:min(360px,72vw);max-width:min(76%,860px);padding:9px 12px 11px;border:1px solid #dedede;border-radius:10px;color:#202124;background:#fff;box-shadow:none}.conversation-first-shell .claude-user-prompt>.user-message-bubble b{display:inline-flex;align-items:center;max-width:min(330px,80vw);padding:5px 9px;overflow:hidden;border-radius:6px;color:#262626;font:650 13px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-overflow:ellipsis;white-space:nowrap;background:#e7e7e9}.conversation-first-shell .claude-user-prompt .user-message-content{display:block;width:100%;color:#202124;font-size:17px;line-height:1.45;overflow-wrap:anywhere}.conversation-first-shell .claude-user-prompt time,.conversation-first-shell .claude-user-prompt .operator-avatar{display:none}.claude-assistant-turn{display:grid;grid-template-columns:24px minmax(0,1fr);gap:14px;margin:0 0 42px}.claude-assistant-dot{width:10px;height:10px;margin:10px auto 0;border-radius:50%;background:#666}.claude-assistant-content{min-width:0}.claude-assistant-content .ops-plain-reply{display:block;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.claude-assistant-content .markdown-body{color:#202124;font-size:17px;line-height:1.68;letter-spacing:0}.claude-assistant-content .markdown-body p{margin:0 0 14px}.claude-assistant-content .markdown-body strong{color:#202124;font-weight:700}.claude-assistant-content .markdown-body h1,.claude-assistant-content .markdown-body h2,.claude-assistant-content .markdown-body h3{margin:30px 0 18px;padding:0;border:0;color:#202124;line-height:1.3;letter-spacing:0}.claude-assistant-content .markdown-body h1{font-size:29px}.claude-assistant-content .markdown-body h2{font-size:27px}.claude-assistant-content .markdown-body h3{font-size:18px}.claude-assistant-content .markdown-body ul,.claude-assistant-content .markdown-body ol{margin:8px 0 20px;padding-left:28px}.claude-assistant-content .markdown-body li{margin:2px 0;padding-left:2px}.claude-assistant-content .markdown-body hr{margin:28px 0 12px;border:0;border-top:1px solid #888}.claude-assistant-content .markdown-body code:not(.hljs){padding:2px 6px;border:0;border-radius:4px;color:#5c5c5c;font:.92em/1.35 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:#e9e9eb}.claude-assistant-content .markdown-body blockquote{margin:18px 0;padding-left:16px;border-left:3px solid #b0b0b0;color:#555}.claude-assistant-content .markdown-body table{font-size:15px}.claude-assistant-content .tool-calls-block{margin:0 0 18px}.claude-assistant-content .tool-use-card{border-color:#dedede;border-radius:5px;background:transparent}.claude-assistant-content .tool-use-card__header{min-height:32px;padding:5px 7px}.claude-assistant-content .tool-use-card__risk{display:none}.claude-reply-copy{margin:6px 0 0;padding:2px 4px;border:0;color:#777;font-size:11px;background:transparent;opacity:0;transition:opacity .15s ease}.claude-assistant-turn:hover .claude-reply-copy,.claude-reply-copy:focus-visible{opacity:1}.conversation-first-shell .persistent-composer.on-result{border-color:#d3d3d3;border-radius:10px;box-shadow:0 5px 18px #0000001a}@media(max-width:760px){.conversation-first-shell .ai-canvas.result-mode{padding-inline:12px}.conversation-first-shell .claude-user-prompt{margin-bottom:28px}.conversation-first-shell .claude-user-prompt>.user-message-bubble{width:min(92%,620px);min-width:0;max-width:92%}.claude-assistant-turn{grid-template-columns:15px minmax(0,1fr);gap:8px}.claude-assistant-content .markdown-body{font-size:15px;line-height:1.62}.claude-assistant-content .markdown-body h2{font-size:23px}}.knowledge-sections-list{display:grid;gap:14px}.knowledge-section-card{background:var(--knowledge-surface, #ffffff);border:1px solid var(--knowledge-line, #e6e9ed);border-radius:10px;padding:14px 16px}.knowledge-section-card-readonly{background:#fbfdfc}.knowledge-section-card-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.knowledge-section-card-header strong{color:var(--knowledge-ink, #1d2b3a)}.knowledge-section-card-count{font-size:12px;color:var(--knowledge-muted, #6b7c93);background:#eef6f3;padding:2px 8px;border-radius:999px}.knowledge-section-card-category{margin-right:auto}.knowledge-section-card-provenance{display:inline-flex;align-items:center;gap:4px;font-size:12px}.knowledge-section-card-summary{color:var(--knowledge-muted, #6b7c93);font-size:13px;margin:0 0 10px}.knowledge-section-card .knowledge-point-list{margin-top:6px}.knowledge-section-sub-group{display:inline-block;font-size:11px;font-weight:600;padding:1px 8px;margin-right:6px;border-radius:999px;background:#eef6f3;color:#087a67}.knowledge-empty-hint{color:var(--knowledge-muted, #6b7c93);font-size:13px;padding:12px;border:1px dashed var(--knowledge-line, #e6e9ed);border-radius:8px;background:#fafbfc}.knowledge-points-row{display:grid;grid-template-columns:28px minmax(0,1fr) 140px auto;align-items:start;gap:8px;padding:6px 0}.knowledge-points-index{color:var(--knowledge-muted, #6b7c93);padding-top:8px}.knowledge-points-list{display:grid;gap:4px}.closure-view{--closure-blue: #176fe8;--closure-ink: #173264;--closure-muted: #6d83a4;--closure-line: #dbe9fa;--closure-green: #12a876}.closure-view .ai-main,.closure-view.rail-expanded .ai-main{display:block;padding:13px 18px 18px 214px!important}.closure-view:not(.rail-expanded) .ai-main{padding-left:90px!important}.closure-view .ai-canvas.service-canvas{min-height:calc(100vh - 100px);padding:8px;overflow:auto;border-radius:18px}.closure-page{display:grid;grid-template-columns:minmax(0,1fr) clamp(250px,17vw,290px);gap:12px;min-height:calc(100vh - 116px);color:var(--closure-ink)}.closure-main{min-width:0;display:flex;flex-direction:column;gap:9px}.closure-heading{min-height:58px;display:flex;align-items:flex-start;justify-content:space-between;padding:2px 5px}.closure-heading>div>span{display:block;margin-bottom:2px;color:#1d70df;font-size:8px;font-weight:800;letter-spacing:.14em}.closure-heading h1{margin:0;color:#102b61;font-size:clamp(19px,1.55vw,25px);line-height:1.2;letter-spacing:0}.closure-heading p{margin:4px 0 0;color:var(--closure-muted);font-size:10px}.closure-heading>em{flex:0 0 auto;margin-top:14px;padding:5px 10px;border:1px solid #f2d3a1;border-radius:8px;color:#d87c10;font-size:9px;font-style:normal;font-weight:700;background:#fff8ed}.closure-stepper{display:grid;grid-template-columns:repeat(5,1fr);min-height:48px;padding:7px 16px;border:1px solid var(--closure-line);border-radius:11px;background:#fffc}.closure-stepper>div{position:relative;display:flex;align-items:center;justify-content:center;gap:6px;color:#92a1b6;font-size:9px}.closure-stepper>div:before{content:"";position:absolute;top:50%;right:75%;width:50%;height:1px;background:#d4e1f2}.closure-stepper>div:first-child:before{display:none}.closure-stepper i{position:relative;z-index:1;display:grid;width:24px;height:24px;place-items:center;border:1px solid #c7d7ea;border-radius:50%;font-style:normal;background:#f8fbff}.closure-stepper .done,.closure-stepper .active{color:#246dcf}.closure-stepper .done i{border-color:#56cda0;color:#0d9a6a;background:#e9faf2}.closure-stepper .active i{border-color:#2679eb;color:#fff;background:#2679eb;box-shadow:0 0 0 4px #e6f1ff}.closure-content{min-height:0;display:grid;gap:9px}.closure-panel,.closure-info-strip,.closure-assistant{border:1px solid var(--closure-line);border-radius:12px;background:#ffffffd6;box-shadow:0 6px 16px #2c6cb70a}.closure-panel{min-width:0;padding:10px 12px}.closure-panel>header{display:flex;min-height:24px;align-items:center;justify-content:space-between;margin-bottom:6px}.closure-panel>header h2{margin:0;color:#183565;font-size:12px;letter-spacing:0}.closure-info-strip{display:grid;grid-template-columns:repeat(4,1fr);min-height:68px;padding:8px 12px}.closure-info-strip>div{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:7px;padding:0 12px;border-right:1px solid #e5eef9}.closure-info-strip>div:last-child{border-right:0}.closure-info-strip>div>span{display:grid;width:31px;height:31px;place-items:center;border-radius:9px;color:#1972ea;background:#e9f3ff}.closure-info-strip>div>span.mint{color:#0d9d6f;background:#e8f9f1}.closure-info-strip>div>span.amber{color:#e68b14;background:#fff4e4}.closure-info-strip>div>span.coral{color:#ea594b;background:#fff0ed}.closure-info-strip>div>span.violet{color:#7549df;background:#f2edff}.closure-info-strip .workspace-glyph{width:19px;height:19px}.closure-info-strip p{display:grid;gap:3px;margin:0;color:#7186a3;font-size:8px}.closure-info-strip b{overflow:hidden;color:#185fca;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.closure-grid{display:grid;min-width:0;gap:9px}.closure-grid.two{grid-template-columns:1fr 1fr}.closure-grid.evidence{grid-template-columns:1.2fr .8fr}.closure-grid.report,.closure-grid.rules{grid-template-columns:.72fr 1.28fr}.closure-grid.detail{grid-template-columns:1.25fr .75fr}.closure-grid.report-detail{grid-template-columns:1.28fr .72fr}.closure-grid .span-two{grid-column:span 2}.closure-grid .span-three{grid-column:1 / -1}.closure-stack{min-width:0;display:grid;align-content:start;gap:9px}.closure-summary{margin:3px 0 8px;color:#4f6789;font-size:9px;line-height:1.6}.closure-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.closure-metrics>div{min-width:0;display:grid;padding:7px;border:1px solid #deebfa;border-radius:8px;background:#fbfdff}.closure-metrics span,.closure-metrics small{overflow:hidden;color:#7287a4;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.closure-metrics b{margin:3px 0;color:#1c70e6;font-size:12px}.closure-metrics .coral b{color:#ef684d}.closure-metrics .violet b{color:#7b4ce0}.closure-metrics .mint b{color:#11a576}.closure-metrics .amber b{color:#e58912}.closure-metrics i{height:20px;display:flex;align-items:end;gap:2px}.closure-metrics u{width:12%;height:30%;border-radius:2px 2px 0 0;background:currentColor;opacity:.28;text-decoration:none}.closure-metrics u:nth-child(2),.closure-metrics u:nth-child(5){height:65%}.closure-metrics u:nth-child(3){height:45%}.closure-metrics u:nth-child(4),.closure-metrics u:nth-child(6){height:82%}.recommendation,.success-banner{margin:8px 0 0;padding:7px 9px;border:1px solid #ccebdd;border-radius:8px;color:#168d65;font-size:8px;line-height:1.45;background:#f0fbf6}.dispatch-grid,.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.dispatch-grid label,.form-grid label{display:grid;gap:3px;padding:7px 8px;border:1px solid #e0ecfa;border-radius:7px;color:#6e83a0;font-size:7px;background:#fbfdff}.dispatch-grid b{color:#345d91;font-size:9px}.form-grid label.wide{grid-column:1 / -1}.form-grid input,.form-grid select,.form-grid textarea{min-width:0;height:27px;padding:0 8px;border:1px solid #d7e6f8;border-radius:6px;outline:0;color:#345275;font:inherit;font-size:8px;background:#fff}.form-grid textarea{height:48px;padding-top:7px;resize:none}.closure-task-list{display:grid;gap:6px;margin:0;padding:0;list-style:none}.closure-task-list li{display:grid;grid-template-columns:25px 1fr;gap:8px;align-items:center;padding-bottom:6px;border-bottom:1px dashed #dfeaf6}.closure-task-list li>i{display:grid;width:23px;height:23px;place-items:center;border-radius:50%;color:#fff;font-size:8px;font-style:normal;background:#297beb}.closure-task-list span{display:grid;gap:2px}.closure-task-list b{color:#365478;font-size:8px}.closure-task-list small{color:#8294ad;font-size:7px}.mini-process,.archive-progress,.horizontal-timeline{display:flex;align-items:flex-start;justify-content:space-between;gap:4px}.mini-process span,.archive-progress span,.horizontal-timeline span{position:relative;flex:1;display:grid;justify-items:center;gap:4px;color:#7d90a9;font-size:7px;text-align:center}.mini-process span:before,.archive-progress span:before,.horizontal-timeline span:before{content:"";position:absolute;top:11px;right:65%;width:70%;height:1px;background:#d6e3f2}.mini-process span:first-child:before,.archive-progress span:first-child:before,.horizontal-timeline span:first-child:before{display:none}.mini-process i,.archive-progress i,.horizontal-timeline i{position:relative;z-index:1;display:grid;width:23px;height:23px;place-items:center;border:1px solid #cad9ea;border-radius:50%;font-style:normal;background:#f8fbff}.mini-process .done i,.archive-progress .done i,.horizontal-timeline i{border-color:#66d2aa;color:#0e9b6c;background:#e9faf2}.mini-process .active i,.archive-progress .active i{border-color:#2477eb;color:#fff;background:#2477eb}.horizontal-timeline small{font-size:6px}.closure-table{overflow:hidden;border:1px solid #dce9f8;border-radius:8px}.closure-table>div,.closure-table>button{width:100%;min-height:28px;display:grid;align-items:center;padding:0 8px;border:0;border-bottom:1px solid #e8f0fa;color:#4c6485;font-size:7px;text-align:left;background:#fff}.closure-table>div:first-child{color:#38557d;background:#f0f6fd}.closure-table>div:last-child,.closure-table>button:last-child{border-bottom:0}.closure-table>button:hover,.closure-table>button.selected{background:#f4f9ff}.closure-table em{display:inline-block;padding:2px 5px;border-radius:5px;color:#d77b13;font-size:6px;font-style:normal;background:#fff2e1}.closure-table em.success{color:#0e9a6a;background:#e8f9f1}.closure-table em.danger,.log-table .error{color:#e35245;background:#fff0ed}.log-table>div{grid-template-columns:.65fr .9fr .6fr 1.2fr 2.2fr .55fr}.rule-table>div{grid-template-columns:2.5fr 1fr .7fr .65fr}.library-table>div,.library-table>button{grid-template-columns:2.3fr 1fr 1fr .7fr .55fr .7fr}.incident-table>div,.incident-table>button{grid-template-columns:1.25fr 2.2fr .7fr .7fr 1fr .7fr}.inspection-table>div{grid-template-columns:1fr 2.2fr .7fr 1.2fr 1.3fr}.compact-history>div{grid-template-columns:.8fr 1.2fr 1.8fr .7fr}.evidence-chain{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:8px}.evidence-chain span{display:flex;align-items:center;gap:4px;color:#4d6688;font-size:8px}.evidence-chain i{display:grid;width:22px;height:22px;place-items:center;border-radius:7px;color:#fff;font-style:normal;background:#2377e9}.evidence-chain em{color:#5b91d8;font-style:normal}.evidence-stats,.duration-grid,.before-after{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.evidence-stats span,.duration-grid span,.before-after span{display:grid;gap:3px;padding:7px;border:1px solid #dceaf9;border-radius:7px;color:#7186a2;font-size:7px;background:#fbfdff}.evidence-stats b,.duration-grid b,.before-after b{color:#1c6fdf;font-size:11px}.before-after{grid-template-columns:repeat(4,1fr)}.before-after small{color:#0fa171}.report-toc{display:grid;gap:5px;margin:0;padding:0;list-style:none}.report-toc li{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:6px;padding:6px;border:1px solid #e1ecf9;border-radius:7px;color:#526b8d;font-size:8px}.report-toc i{display:grid;width:20px;height:20px;place-items:center;border-radius:50%;color:#fff;font-style:normal;background:#a9b8cb}.report-toc .done i{background:#13a777}.report-toc .active i{background:#2578ec}.report-toc span{color:#8394ab;font-size:7px}.report-document,.daily-paper{min-height:215px;padding:12px 18px;border:1px solid #ccdcf1;border-radius:5px;color:#354a68;background:#fff;box-shadow:0 7px 16px #27508214}.report-document>h2{margin:0 0 6px;color:#112d61;font-size:17px;text-align:center}.report-document>p{margin:0 0 8px;font-size:7px;text-align:center}.report-document>h3,.daily-paper h3{font-size:9px}.report-document blockquote,.daily-paper blockquote{margin:8px 0 0;padding:8px;border:1px solid #f2d5ae;border-radius:7px;color:#5e4b35;font-size:8px;line-height:1.5;background:#fff8ef}.report-document blockquote b{display:block;color:#e98215}.report-document footer{margin-top:8px;color:#788ca8;font-size:7px;text-align:right}.asset-row{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.asset-row.large{grid-template-columns:repeat(6,1fr)}.asset-row>span{min-width:0;display:grid;justify-items:center;gap:3px;padding:7px 4px;border:1px solid #dceafa;border-radius:7px;color:#2474df;background:#fbfdff}.asset-row svg{font-size:16px}.asset-row b{overflow:hidden;max-width:100%;color:#4c6485;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.asset-row small{color:#1b6fe0;font-size:8px}.quality-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.quality-grid.compact{grid-template-columns:repeat(4,1fr);margin-top:8px}.quality-grid>span{display:grid;justify-items:center;gap:3px;padding:6px 2px;border:1px solid #e0eaf6;border-radius:7px;color:#7387a2;font-size:6px}.quality-grid i{display:grid;width:19px;height:19px;place-items:center;border-radius:50%;font-style:normal}.quality-grid .done i{color:#0e9b6c;background:#e8f9f1}.quality-grid .active i{color:#e48a14;background:#fff3e2}.quality-grid small{font-size:6px}.pdf-preview{position:relative;min-height:205px;display:grid;align-content:center;justify-items:center;gap:8px;overflow:hidden;border:1px solid #cddcf0;border-radius:7px;background:#fff;box-shadow:0 7px 16px #27508214}.pdf-preview>span,.review-cover>span{position:absolute;top:9px;left:-24px;width:80px;padding:3px;transform:rotate(-45deg);color:#fff;font-size:7px;text-align:center;background:#7750e6}.pdf-preview h2{margin:0;font-size:15px}.pdf-preview p{margin:0;color:#7387a1;font-size:7px}.pdf-preview>div{display:flex;gap:22px;color:#326fca}.pdf-preview .workspace-glyph{width:20px;height:20px}.pdf-preview small{width:80%;color:#5c7190;font-size:7px;line-height:1.5;text-align:center}.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.choice-grid label,.choice-grid.result p{margin:0;padding:7px;border:1px solid #dce9f7;border-radius:7px;color:#486487;font-size:8px;background:#f9fcff}.choice-grid input{margin-right:6px;accent-color:#1d75e8}.choice-grid.result p{color:#0d9769}.choice-grid.result p.pending{color:#df8212}.knowledge-suggestions,.guardrails{display:grid;gap:6px;margin:0;padding:0;list-style:none}.knowledge-suggestions li,.guardrails li{padding:6px 8px;border:1px solid #e1eaf6;border-radius:7px;color:#56708f;font-size:8px;line-height:1.4;background:#fbfdff}.knowledge-suggestions b{display:inline-block;min-width:74px;margin-right:6px;color:#2b65b2}.guardrails svg{margin-right:6px;color:#10a16f}.ai-review{margin:0 0 8px;padding:9px;border:1px solid #d8ccfb;border-radius:8px;color:#513e83;font-size:8px;line-height:1.55;background:#f7f3ff}.ai-review b{display:block;margin-bottom:3px;color:#653bcd}.rule-cards,.chapter-grid,.capability-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.rule-cards span,.chapter-grid span,.capability-grid span{display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto auto;align-items:center;padding:7px;border:1px solid #dfeaf8;border-radius:7px;color:#4d6789;font-size:8px;background:#fbfdff}.rule-cards i,.chapter-grid i{grid-row:1 / 3;display:grid;width:23px;height:23px;place-items:center;border-radius:7px;color:#fff;font-style:normal;background:#347fe8}.rule-cards small,.capability-grid small{color:#8192aa;font-size:6px}.chapter-grid{grid-template-columns:repeat(4,1fr)}.chapter-grid span{grid-template-columns:26px 1fr}.capability-grid{grid-template-columns:repeat(2,1fr)}.capability-grid span{grid-template-columns:32px 1fr}.capability-grid .workspace-glyph{grid-row:1 / 3;width:23px;height:23px;color:#10a274}.review-cover{position:relative;min-height:170px;display:grid;align-content:center;justify-items:center;gap:5px;overflow:hidden;border:1px solid #d4e1f1;border-radius:7px;background:#fff}.review-cover>.workspace-glyph{width:38px;height:38px;color:#2377e9}.review-cover h2,.review-cover p,.review-cover small{margin:0}.review-cover h2{font-size:14px}.review-cover p,.review-cover small{color:#7387a1;font-size:7px}.compact-toc{columns:2;margin:8px 0 0;padding:0;list-style:none}.compact-toc li{padding:3px;color:#536d8e;font-size:7px}.compact-toc i{margin-right:5px;color:#2475e7;font-style:normal}.sync-list{display:grid;gap:5px}.sync-list p{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:7px;margin:0;padding:6px;border:1px solid #e0ebf8;border-radius:7px;background:#fbfdff}.sync-list i{display:grid;width:21px;height:21px;place-items:center;border-radius:7px;color:#fff;font-size:7px;font-style:normal;background:#587fe0}.sync-list span{display:grid;gap:2px}.sync-list b{color:#425f82;font-size:8px}.sync-list small{color:#8595ac;font-size:6px}.sync-list em{padding:3px 5px;border-radius:5px;color:#dc8114;font-size:6px;font-style:normal;background:#fff2df}.sync-list.completed i,.sync-list.completed em{color:#0d9a6b;background:#e8f9f1}.audit-list{display:grid;gap:5px;margin:0}.audit-list>div{display:grid;grid-template-columns:90px 1fr;padding:6px 8px;border-bottom:1px solid #e6eef8;color:#56708e;font-size:8px}.audit-list dt{color:#8393aa}.audit-list dd{margin:0;color:#285e9e}.entry-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.entry-grid button{display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto auto;align-items:center;padding:7px;border:1px solid #dce9f8;border-radius:7px;color:#1e70dd;text-align:left;background:#fbfdff}.entry-grid svg{grid-row:1 / 3;font-size:18px}.entry-grid b{color:#405f84;font-size:8px}.entry-grid small{color:#8193aa;font-size:6px}.library-toolbar{display:flex;align-items:center;gap:6px;margin-bottom:8px}.library-toolbar label{flex:1;display:flex;align-items:center;gap:6px;height:29px;padding:0 9px;border:1px solid #d7e6f8;border-radius:7px;color:#377fd8}.library-toolbar input{width:100%;border:0;outline:0;color:#486383;font:inherit;font-size:8px;background:transparent}.library-toolbar button{height:27px;padding:0 9px;border:1px solid #dce8f7;border-radius:7px;color:#5a7191;font-size:7px;background:#fff}.library-toolbar button.active{border-color:#3383ed;color:#fff;background:#3383ed}.knowledge-body{color:#4d6687;font-size:8px;line-height:1.65}.knowledge-body h3{margin:7px 0 3px;color:#1e528e;font-size:9px}.knowledge-body p,.knowledge-body ol{margin:0}.knowledge-body ol{padding-left:18px}.panel-action,.kb-inline-actions button,.kb-retrieval>button{display:inline-flex;height:28px;align-items:center;justify-content:center;gap:5px;padding:0 9px;border:1px solid #bcd5f3;border-radius:7px;color:#2168c3;font-size:8px;background:#f4f9ff}.panel-action:hover,.kb-inline-actions button:hover,.kb-retrieval>button:hover{border-color:#2d7fe9;color:#176ce0;background:#eaf4ff}.kb-demo-badge{padding:3px 7px;border:1px solid #edd09e;border-radius:6px;color:#d27b12;font-size:7px;background:#fff7ea}.kb-demo-badge.success{border-color:#bfe7d6;color:#0d9467;background:#ecfaf4}.kb-create-form{grid-template-columns:repeat(4,minmax(0,1fr))}.kb-create-form label.wide{grid-column:1 / -1}.kb-inline-actions{display:flex;align-items:center;gap:7px;margin-top:8px}.kb-inline-actions button.primary{border-color:transparent;color:#fff;background:#2479e9}.kb-inline-actions>span{color:#8394aa;font-size:7px}.kb-toolbar label{min-width:190px}.kb-empty{margin:10px 0 2px;color:#7d90aa;font-size:9px;text-align:center}.knowledge-base-table>div,.knowledge-base-table>button{min-height:42px;grid-template-columns:2.2fr .72fr .92fr .75fr .82fr .75fr;gap:6px}.knowledge-base-table>div:first-child{min-height:28px}.knowledge-base-table>button>span{min-width:0}.knowledge-base-table>button>span:nth-child(3){display:grid;gap:2px}.knowledge-base-table>button>span:nth-child(3) b{color:#385d8c;font-size:8px}.knowledge-base-table>button>span:nth-child(3) small{color:#8898ad;font-size:6px}.kb-name-cell{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:7px}.kb-name-cell>i{display:grid;width:27px;height:27px;place-items:center;border-radius:8px;color:#2275e2;background:#eaf3ff}.kb-name-cell>i.mint{color:#10986c;background:#e9f8f2}.kb-name-cell>i.violet{color:#744bd3;background:#f1edff}.kb-name-cell>i.amber{color:#dc8617;background:#fff4e5}.kb-name-cell .workspace-glyph{width:16px;height:16px}.kb-name-cell>span{min-width:0;display:grid;gap:2px}.kb-name-cell b,.kb-name-cell small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kb-name-cell b{color:#315b90;font-size:8px}.kb-name-cell small{color:#8798ad;font-size:6px}.kb-alert-list{display:grid;gap:6px}.kb-alert-list p{display:grid;grid-template-columns:30px 1fr auto;grid-template-rows:auto auto;align-items:center;gap:2px 8px;margin:0;padding:7px;border:1px solid #e0ebf8;border-radius:8px;background:#fbfdff}.kb-alert-list p>span{grid-row:1 / 3;display:grid;width:27px;height:27px;place-items:center;border-radius:8px}.kb-alert-list p>span.amber{color:#d98517;background:#fff2df}.kb-alert-list p>span.blue{color:#2073df;background:#eaf3ff}.kb-alert-list b{color:#3c5e86;font-size:8px}.kb-alert-list small{color:#8797ac;font-size:6px}.kb-alert-list button{grid-row:1 / 3;border:0;color:#2472d8;font-size:7px;background:transparent}.kb-tabs{display:grid;grid-template-columns:repeat(4,1fr);min-height:52px;overflow:hidden;border:1px solid #d9e7f7;border-radius:10px;background:#ffffffd1}.kb-tabs button{display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-right:1px solid #e4edf8;color:#7890ad;background:transparent}.kb-tabs button:last-child{border-right:0}.kb-tabs button>svg{font-size:16px}.kb-tabs button>span{display:grid;gap:2px;text-align:left}.kb-tabs b{color:#3d5d84;font-size:9px}.kb-tabs small{font-size:6px}.kb-tabs button.active{color:#fff;background:linear-gradient(100deg,#2077e8,#3b92f3);box-shadow:inset 0 1px #ffffff59}.kb-tabs button.active b,.kb-tabs button.active small{color:#fff}.kb-import-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:10px}.kb-dropzone{min-height:108px;display:grid;align-content:center;justify-items:center;gap:5px;border:1px dashed #8db9ec;border-radius:8px;color:#2874d2;background:#f5faff}.kb-dropzone svg{font-size:25px}.kb-dropzone b{color:#41658f;font-size:9px}.kb-dropzone small{color:#8295ad;font-size:7px}.kb-document-table>div,.kb-document-table>button{min-height:31px;grid-template-columns:2fr .9fr .85fr .42fr .42fr .65fr .75fr;gap:5px}.kb-document-table>button>span:first-child{display:flex;min-width:0;align-items:center;gap:5px;color:#2574da}.kb-document-table>button>span:first-child b{overflow:hidden;color:#3d5d84;text-overflow:ellipsis;white-space:nowrap}.kb-source-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.kb-source-grid>span{display:grid;grid-template-columns:28px 1fr auto;grid-template-rows:auto auto;align-items:center;padding:7px;border:1px solid #dfeaf7;border-radius:8px;background:#fbfdff}.kb-source-grid i{grid-row:1 / 3;display:grid;width:24px;height:24px;place-items:center;border-radius:7px;color:#2475dc;background:#eaf3ff}.kb-source-grid i.mint{color:#0d996b;background:#e8f8f1}.kb-source-grid i.violet{color:#7249d5;background:#f1ecff}.kb-source-grid i.amber{color:#dc8213;background:#fff2df}.kb-source-grid b{color:#466486;font-size:8px}.kb-source-grid strong{color:#1f6ed2;font-size:8px}.kb-source-grid small{color:#8797ab;font-size:6px}.kb-pipeline{display:grid;grid-template-columns:repeat(5,1fr);gap:4px}.kb-pipeline>span{position:relative;display:grid;justify-items:center;gap:3px;color:#6f84a0;text-align:center}.kb-pipeline>span:before{content:"";position:absolute;top:12px;right:62%;width:76%;height:2px;background:#d8e4f2}.kb-pipeline>span:first-child:before{display:none}.kb-pipeline i{position:relative;z-index:1;display:grid;width:25px;height:25px;place-items:center;border:1px solid #c9d9eb;border-radius:50%;font-size:8px;font-style:normal;background:#fff}.kb-pipeline b{font-size:8px}.kb-pipeline small{font-size:6px}.kb-pipeline .done i{border-color:#61cfa7;color:#0d9869;background:#e9faf3}.kb-pipeline .done:before{background:#86d9ba}.kb-pipeline .active i{border-color:#287bea;color:#fff;background:#287bea;box-shadow:0 0 0 4px #e8f2ff}.kb-retrieval{display:grid;grid-template-columns:1fr auto;gap:7px}.kb-retrieval label{display:flex;height:31px;align-items:center;gap:7px;padding:0 9px;border:1px solid #ccdef2;border-radius:7px;color:#2976da;background:#fff}.kb-retrieval input{min-width:0;width:100%;border:0;outline:0;color:#426184;font-size:8px}.kb-retrieval>button{height:31px;color:#fff;background:#2478e8}.kb-test-placeholder{min-height:126px;display:grid;align-content:center;justify-items:center;gap:5px;margin-top:8px;border:1px dashed #c7d9ee;border-radius:8px;color:#2f78d4;background:#f8fbff}.kb-test-placeholder svg{font-size:24px}.kb-test-placeholder b{color:#4b6687;font-size:8px}.kb-test-placeholder small{color:#8798ad;font-size:7px}.kb-retrieval-results{display:grid;gap:5px;margin-top:8px}.kb-retrieval-results p{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:7px;margin:0;padding:7px 8px;border:1px solid #dce9f7;border-radius:7px;background:#fbfdff}.kb-retrieval-results em{display:grid;width:21px;height:21px;place-items:center;border-radius:6px;color:#fff;font-size:7px;font-style:normal;background:#287ae9}.kb-retrieval-results span{display:grid;gap:2px}.kb-retrieval-results b{color:#3e5e83;font-size:8px}.kb-retrieval-results small{color:#8697ac;font-size:6px}.kb-retrieval-results strong{color:#119b6d;font-size:9px}.kb-job-table>div{grid-template-columns:1.2fr 1fr .65fr .85fr}.kb-version-table>div,.kb-version-table>button{grid-template-columns:.55fr .75fr .75fr 2.2fr .85fr}.kb-permission-table>div{grid-template-columns:1.4fr repeat(5,.65fr);text-align:center}.kb-permission-table>div>span:first-child,.kb-permission-table>div>b:first-child{text-align:left}.kb-permission-table .allowed{color:#0d996a;font-weight:800}.kb-diff{display:grid;gap:5px}.kb-diff p{display:grid;grid-template-columns:48px 1fr;gap:7px;margin:0;padding:7px 8px;border-left:3px solid #cfdceb;color:#526c8c;font-size:8px;background:#f8fbff}.kb-diff p.added{border-left-color:#25af7c;background:#f0fbf6}.kb-diff p.changed{border-left-color:#e49a2f;background:#fff8ed}.kb-diff b{color:#2b679f}.kb-audit-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.kb-audit-timeline p{display:grid;grid-template-columns:20px 1fr;grid-template-rows:auto auto auto;gap:2px 6px;margin:0;padding:7px;border:1px solid #dfeaf7;border-radius:7px;background:#fbfdff}.kb-audit-timeline i{grid-row:1 / 4;display:grid;width:18px;height:18px;place-items:center;border-radius:50%;color:#0b996a;font-size:6px;font-style:normal;background:#e8f9f1}.kb-audit-timeline time{color:#2571ce;font-size:7px}.kb-audit-timeline b{color:#456487;font-size:8px}.kb-audit-timeline span{color:#8495aa;font-size:6px}.kb-permission-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.kb-permission-summary span{display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto auto;align-items:center;padding:8px;border:1px solid #deebf8;border-radius:8px;background:#fbfdff}.kb-permission-summary svg{grid-row:1 / 3;color:#2876db;font-size:18px}.kb-permission-summary b{color:#426184;font-size:8px}.kb-permission-summary small{color:#8294aa;font-size:6px;line-height:1.35}.closure-assistant{min-width:0;display:flex;flex-direction:column;gap:8px;padding:8px;background:#ffffffc7}.closure-assistant>header,.closure-assistant>section{padding:9px 10px;border:1px solid #e0ebf8;border-radius:10px;background:#fafdffe0}.closure-assistant>header>div{display:flex;align-items:center;justify-content:space-between}.closure-assistant>header>div b{font-size:11px}.closure-assistant>header>div span{padding:3px 7px;border-radius:7px;color:#0b9c6c;font-size:7px;background:#e6f8ef}.closure-assistant figure{width:112px;height:112px;display:grid;place-items:center;margin:3px auto;overflow:hidden;border-radius:50%;background:radial-gradient(circle,#fff 10%,#e3f1ff 58%,#c3e0ff)}.closure-assistant figure img{width:94px;height:100px;object-fit:contain;object-position:center 25%}.closure-assistant h2{margin:0;font-size:11px;text-align:center}.closure-assistant header>p{margin:3px 0 0;color:#6680a2;font-size:7px;text-align:center}.closure-assistant h3{margin:0 0 7px;color:#29476f;font-size:10px}.closure-assistant section>p{margin:4px 0;color:#547092;font-size:7px;line-height:1.5}.closure-assistant dl{display:grid;gap:4px;margin:7px 0 0}.closure-assistant dl>div{display:flex;justify-content:space-between;gap:8px;font-size:7px}.closure-assistant dt{color:#8292a8}.closure-assistant dd{margin:0;color:#245da7;font-weight:700;text-align:right}.closure-assistant dd.accent{color:#e08414}.assistant-trace p{display:grid;grid-template-columns:22px 1fr;align-items:center;gap:7px;opacity:.6}.assistant-trace p>i{display:grid;width:20px;height:20px;place-items:center;border:1px solid #cad9eb;border-radius:50%;font-style:normal;background:#fff}.assistant-trace p>span{display:grid}.assistant-trace p b{color:#3e5e84;font-size:7px}.assistant-trace p small{color:#8a99ad;font-size:6px}.assistant-trace p.done,.assistant-trace p.active{opacity:1}.assistant-trace p.done>i{border-color:#59cda0;color:#0d9b6b;background:#e9faf2}.assistant-trace p.active>i{border-color:#2376e9;color:#fff;background:#2376e9}.closure-actions{display:flex;min-height:44px;align-items:flex-end;justify-content:center;gap:12px;margin-top:auto}.closure-actions button{min-width:150px;height:38px;border:1px solid #b9d1ef;border-radius:8px;color:#42658e;font-size:9px;background:#f7fbff}.closure-actions button.primary{border:0;color:#fff;background:linear-gradient(100deg,#1684fa,#1769e8);box-shadow:0 7px 14px #1a6ee833}.closure-actions button.quiet{color:#365a88;background:#eff5fc}.test-list{display:grid;gap:5px}.test-list p{display:grid;grid-template-columns:20px 1fr auto auto;align-items:center;gap:7px;margin:0;padding:6px 8px;border:1px solid #e1ecf8;border-radius:7px;color:#536d8c;font-size:8px}.test-list svg{color:#0da06f}.test-list em{color:#0d996a;font-style:normal}.test-list span{color:#71849e}.test-list.compact p{grid-template-columns:20px 1fr auto}.probe-output{margin:8px 0 0;padding:9px;overflow:auto;border:1px solid #dce8f6;border-radius:7px;color:#345d85;font:7px/1.6 ui-monospace,monospace;background:#f5f9fe}.scan-result,.service-profile{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.scan-result span,.service-profile span{display:grid;gap:3px;padding:8px;border:1px solid #dfeaf8;border-radius:7px;color:#2f609d;font-size:8px;background:#fbfdff}.scan-result b,.service-profile b{color:#8292a9;font-size:7px}.dependency-map{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:8px;padding:7px;border:1px solid #dfeaf8;border-radius:7px;color:#2a6bc1;font-size:7px;background:#f8fbff}.dependency-map b{padding:4px 7px;border-radius:5px;background:#e8f2ff}.dependency-map i{color:#8da0ba;font-style:normal}.result-donuts{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.result-donuts span{display:grid;justify-items:center;gap:5px}.result-donuts i{display:grid;width:54px;height:54px;place-items:center;border-radius:50%;color:#1a6fdc;font-size:10px;font-style:normal;font-weight:800;background:radial-gradient(circle at center,#fff 57%,transparent 59%),conic-gradient(#297ce9 var(--progress),#e3edf8 0)}.result-donuts b{color:#4f6888;font-size:7px}.horizontal-timeline.compact{margin-top:12px}.daily-paper header{display:flex;align-items:center;gap:9px;padding-bottom:8px;border-bottom:1px solid #dce7f4}.daily-paper header .workspace-glyph{width:29px;height:29px;color:#2576e4}.daily-paper header div{flex:1}.daily-paper header h2{margin:0;color:#153363;font-size:15px}.daily-paper header p{margin:2px 0 0;color:#7387a1;font-size:7px}.daily-paper header em{color:#e75f4c;font-size:7px;font-style:normal}.daily-paper>p,.daily-paper li{color:#4f6685;font-size:8px;line-height:1.55}@media(max-width:1439px){.closure-view.rail-expanded .ai-main{padding-left:200px!important}.closure-page{grid-template-columns:minmax(0,1fr) 238px}.closure-panel{padding:8px 9px}.closure-assistant{padding:6px}.closure-metrics b{font-size:10px}.closure-actions button{min-width:125px}.kb-toolbar{flex-wrap:wrap}.kb-toolbar label{flex-basis:100%}.knowledge-base-table>div,.knowledge-base-table>button{grid-template-columns:2fr .68fr .9fr .7fr .78fr .7fr}.kb-create-form{grid-template-columns:repeat(2,minmax(0,1fr))}}.conversation-stream{display:grid;gap:12px}.conversation-stream .conversation-heading{margin-bottom:-3px}.dynamic-reply{animation:reply-arrive .32s ease-out}.assistant-thinking,.plain-assistant-reply{display:flex;align-items:center;gap:10px;padding:13px 16px;color:#3972b2;font-size:13px}.assistant-thinking{width:fit-content;border:1px solid #dcecff;border-radius:14px;background:#ffffffc7}.assistant-thinking svg{color:#2479ef;font-size:19px;animation:thinking-pulse 1s ease-in-out infinite alternate}.plain-assistant-reply img,.evidence-reply .reply-intro img,.workorder-draft .reply-intro img{width:55px;height:55px;border-radius:17px;object-fit:cover;object-position:center 40%;mix-blend-mode:multiply}.plain-assistant-reply p{margin:0}.plain-assistant-reply{align-items:flex-start}.plain-assistant-reply .markdown-body{flex:1;min-width:0;color:#2b3a55;font-size:14px;line-height:1.75;word-break:break-word}.plain-assistant-reply .markdown-body p{margin:0 0 8px}.plain-assistant-reply .markdown-body p:last-child{margin-bottom:0}.plain-assistant-reply .markdown-body h1,.plain-assistant-reply .markdown-body h2,.plain-assistant-reply .markdown-body h3{margin:13px 0 6px;color:#16306a;line-height:1.35}.plain-assistant-reply .markdown-body h3{font-size:15px}.plain-assistant-reply .markdown-body h2{font-size:16px}.plain-assistant-reply .markdown-body ul,.plain-assistant-reply .markdown-body ol{margin:4px 0 8px;padding-left:22px}.plain-assistant-reply .markdown-body li{margin:3px 0}.plain-assistant-reply .markdown-body strong{color:#16306a}.plain-assistant-reply .markdown-body code{padding:1px 5px;border-radius:5px;background:#eef4ff;font-size:12px}.knowledge-refs{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:12px;padding-top:10px;border-top:1px dashed #dbe8fb}.knowledge-refs .refs-label{color:#6b83a3;font-size:12px}.knowledge-refs .ref-chip{padding:3px 10px;border-radius:999px;color:#2177ee;font-size:12px;background:#eaf3ff}.evidence-reply,.workorder-draft{padding:15px;animation:reply-arrive .32s ease-out}.evidence-list{display:grid;gap:8px;margin-top:13px}.evidence-list article{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;padding:10px 12px;border:1px solid #deecfb;border-radius:11px;background:#fbfdff}.evidence-list b{color:#254d7d;font-size:13px}.evidence-list time{color:#7a90ad;font-size:11px}.evidence-list em{padding:3px 7px;border-radius:6px;color:#ca7513;font-size:11px;font-style:normal;background:#fff4e8}.evidence-list p{grid-column:1 / -1;margin:0;color:#597291;font-size:12px;line-height:1.5}.workorder-draft{display:grid;gap:12px}.draft-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.draft-meta span{display:grid;gap:3px;padding:9px;border:1px solid #e0ecfb;border-radius:9px;color:#7086a2;font-size:11px;background:#fafdff}.draft-meta b{color:#215fba;font-size:12px}.reply-actions button:disabled{cursor:not-allowed;opacity:.55}.persistent-composer button:disabled{cursor:wait;opacity:.7}@keyframes reply-arrive{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes thinking-pulse{0%{opacity:.45;transform:scale(.9)}to{opacity:1;transform:scale(1.08)}}@media(max-width:1100px){.login-brand strong,.login-brand i,.login-system-status .is-synced{display:none}.login-shell{grid-template-columns:1fr}.login-hero{min-height:520px}.login-access-card{width:min(100%,560px);min-height:650px;justify-self:center}.login-hero-heading{top:6%;left:47%}.login-robot{bottom:9%;left:8%;width:30%;max-height:70%}.login-brain{top:145px;right:4%;bottom:auto;width:43%}.login-command-preview{bottom:18%}}@media(max-width:680px){.login-topbar{height:61px;padding-inline:11px;border-radius:0 0 17px 17px}.login-brand img{width:36px;height:36px;margin-right:9px}.login-brand b{overflow:hidden;max-width:calc(100vw - 130px);font-size:16px;text-overflow:ellipsis}.login-system-status span{padding:7px 9px;font-size:0}.login-system-status .anticon{font-size:13px}.login-shell{min-height:calc(100vh - 61px);padding:9px}.login-hero{min-height:370px;border-radius:18px}.login-hero-heading{top:20px;left:50%;width:92%;transform:translate(-50%);text-align:center}.login-hero-heading>span{font-size:9px}.login-hero-heading h1{font-size:clamp(25px,8vw,34px)}.login-hero-heading p{font-size:10px;letter-spacing:.03em}.login-robot{bottom:40px;left:3%;width:40%;max-height:63%}.login-brain{top:115px;right:-4%;bottom:auto;width:clamp(210px,48%,300px)}.login-command-preview{right:4%;bottom:66px;width:70%;min-height:56px;grid-template-columns:34px 1fr 38px;gap:7px;padding:6px;border-radius:14px}.login-command-preview>span{width:32px;height:32px;font-size:15px}.login-command-preview>i{width:36px;height:36px;border-radius:9px;font-size:15px}.login-command-preview b{font-size:10px}.login-command-preview small{font-size:8px}.login-capabilities{right:3%;bottom:10px;left:3%;gap:6px}.login-capabilities>span{grid-template-columns:27px 1fr;column-gap:6px;padding:7px}.login-capabilities .anticon{width:27px;height:27px;border-radius:8px;font-size:13px}.login-capabilities b{font-size:10px}.login-capabilities small{display:none}.login-access-card{min-height:620px;padding:19px 20px;border-radius:18px}}@media(prefers-reduced-motion:reduce){.login-robot,.login-brain{animation:none}}.login-topbar{justify-content:flex-start;overflow:hidden}.login-topbar:after{content:"";width:38%;height:1px;margin-left:auto;background:linear-gradient(90deg,transparent,#cce3ff)}.login-brand{display:flex;align-items:center}.login-shell{grid-template-columns:minmax(0,1fr) 390px}.login-hero{min-height:650px;display:grid;grid-template-columns:minmax(360px,.9fr) minmax(400px,1.1fr);align-items:center;gap:clamp(18px,3vw,52px);padding:clamp(50px,6vw,86px);background:linear-gradient(135deg,#f8fcfffa,#e5f3ffe0)}.login-grid{z-index:-1;opacity:1;background:radial-gradient(circle at 75% 50%,rgba(67,172,255,.2),transparent 29%),radial-gradient(circle at 75% 50%,rgba(172,234,255,.28),transparent 48%),radial-gradient(circle,rgba(57,135,222,.15) 1px,transparent 1.5px);background-size:auto,auto,24px 24px}.login-grid:before{top:-20%;right:38%;bottom:-20%;left:-20%;opacity:.55;background:linear-gradient(125deg,transparent 35%,rgba(92,172,255,.18) 35.2%,transparent 35.5%),linear-gradient(145deg,transparent 56%,rgba(92,172,255,.16) 56.2%,transparent 56.5%);-webkit-mask-image:none;mask-image:none}.login-grid:after{top:10%;right:auto;bottom:10%;left:51%;width:1px;height:auto;border-radius:0;background:linear-gradient(transparent,rgba(94,165,244,.25),transparent);filter:none}.login-gateway-copy{position:relative;z-index:3;max-width:510px}.login-gateway-copy>span{color:#1973e8;font-size:11px;font-weight:800;letter-spacing:.2em}.login-gateway-copy h1{margin:17px 0 20px;color:#112d64;font-size:clamp(46px,4.6vw,68px);line-height:1.14;letter-spacing:.035em}.login-gateway-copy h1 em{color:#1873ed;font-style:normal}.login-gateway-copy>p{max-width:470px;margin:0;color:#5c789e;font-size:15px;line-height:1.9}.login-access-flow{display:grid;gap:10px;margin-top:38px}.login-access-flow article{display:grid;grid-template-columns:42px 1fr 36px;align-items:center;gap:12px;min-height:70px;padding:10px 14px;border:1px solid rgba(211,230,252,.95);border-radius:15px;background:#ffffffb8;box-shadow:0 9px 22px #2f70be12;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-access-flow article>i{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;color:#2478e9;font-size:11px;font-style:normal;font-weight:800;background:#e8f3ff}.login-access-flow article:nth-child(2)>i{color:#159777;background:#e6f9f3}.login-access-flow article:nth-child(3)>i{color:#7c4ce0;background:#f1ebff}.login-access-flow article>span{display:grid;gap:4px}.login-access-flow b{color:#243f6c;font-size:14px}.login-access-flow small{color:#7c91ad;font-size:10px}.login-access-flow article>.anticon{color:#72a4df;font-size:18px}.login-gateway-visual{position:relative;z-index:2;min-height:min(58vh,570px);display:grid;place-items:center}.login-gateway-visual:before{content:"";position:absolute;width:min(95%,570px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.9) 0 13%,rgba(114,209,255,.2) 14% 29%,rgba(83,165,255,.08) 30% 48%,transparent 49%);filter:drop-shadow(0 20px 30px rgba(36,123,220,.16))}.login-orbit{position:absolute;border:1px solid rgba(65,151,241,.3);border-radius:50%;box-shadow:inset 0 0 25px #4bb0ff12}.login-orbit:before,.login-orbit:after{content:"";position:absolute;width:8px;height:8px;border:3px solid #fff;border-radius:50%;background:#2c8cf4;box-shadow:0 0 0 4px #2c8cf421,0 0 18px #51b7ff}.orbit-one{width:min(92%,520px);aspect-ratio:1;transform:rotate(-12deg)}.orbit-one:before{top:17%;left:8%}.orbit-one:after{right:5%;bottom:24%}.orbit-two{width:min(70%,390px);aspect-ratio:1;border-style:dashed;transform:rotate(21deg)}.orbit-two:before{top:7%;right:21%}.orbit-two:after{bottom:7%;left:24%;background:#16b892}.orbit-three{width:min(47%,260px);aspect-ratio:1;border-width:2px;transform:rotate(-30deg)}.orbit-three:after{display:none}.orbit-three:before{top:43%;right:-7px;background:#8a54ef}.login-gateway-core{position:relative;z-index:3;width:166px;height:166px;display:grid;justify-items:center;align-content:center;gap:5px;border:1px solid rgba(255,255,255,.9);border-radius:34px;background:linear-gradient(145deg,#fffffff5,#e2f2ffe0);box-shadow:0 24px 55px #1e6ed233,inset 0 0 0 7px #ffffff70;transform:rotate(45deg)}.login-gateway-core img,.login-gateway-core b,.login-gateway-core span{transform:rotate(-45deg)}.login-gateway-core img{width:54px;height:54px}.login-gateway-core b{color:#123b80;font-size:21px;line-height:1}.login-gateway-core span{color:#4b75aa;font-size:8px;font-weight:800;letter-spacing:.12em}.login-orbit-label{position:absolute;z-index:4;padding:7px 10px;border:1px solid rgba(206,229,255,.95);border-radius:8px;color:#3970ae;font-size:9px;font-weight:800;letter-spacing:.08em;background:#ffffffc7;box-shadow:0 7px 15px #2b70c012}.login-orbit-label:before{content:"";display:inline-block;width:5px;height:5px;margin-right:6px;border-radius:50%;background:#1aaf81;box-shadow:0 0 0 3px #1aaf811f}.label-top{top:13%;left:11%}.label-right{top:47%;right:0}.label-bottom{right:18%;bottom:10%}.login-scan-line{position:absolute;z-index:5;top:12%;left:50%;width:1px;height:76%;background:linear-gradient(transparent,#63c9ff,transparent);box-shadow:0 0 14px #61c9ff;animation:login-scan 4.8s ease-in-out infinite}.login-hero-signature{position:absolute;z-index:4;right:clamp(36px,5vw,78px);bottom:28px;left:clamp(36px,5vw,78px);display:flex;align-items:center;gap:14px;color:#7191b7;font-size:9px;font-weight:800;letter-spacing:.13em}.login-hero-signature i{flex:1;height:1px;background:linear-gradient(90deg,#cee4fb,transparent)}.login-access-card{width:auto;min-height:0;display:grid;place-items:center;justify-self:stretch;padding:34px;background:#ffffffd6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-access-inner{width:100%;max-width:318px}.login-panel-mark{position:relative;width:72px;height:72px;display:grid;place-items:center;margin-bottom:30px;border:1px solid #d8eaff;border-radius:20px;background:linear-gradient(145deg,#fff,#e8f4ff);box-shadow:0 14px 32px #2470cf24,inset 0 1px #fff}.login-panel-mark:after{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border:1px solid rgba(129,190,255,.2);border-radius:25px}.login-panel-mark img{width:48px;height:48px}.login-access-heading{text-align:left}.login-access-heading>span{font-size:10px;letter-spacing:.18em}.login-access-heading h2{margin:9px 0 0;font-size:29px;letter-spacing:.025em}.login-form{margin-top:34px}.login-form .ant-form-item{margin-bottom:18px}.login-form .ant-form-item-label{padding-bottom:6px}.login-form .ant-input-affix-wrapper{min-height:48px}.login-submit{height:50px;margin-top:6px}@keyframes login-scan{0%,to{opacity:.25;transform:translate(-120px)}50%{opacity:.9;transform:translate(120px)}}@media(max-width:1280px){.login-shell{grid-template-columns:minmax(0,1fr) 360px}.login-hero{grid-template-columns:minmax(330px,.9fr) minmax(330px,1.1fr);padding:46px}.login-gateway-copy h1{font-size:50px}.login-gateway-visual{min-height:500px}}@media(max-width:1100px){.login-brand strong,.login-brand i{display:none}.login-shell{grid-template-columns:1fr}.login-hero{min-height:610px;grid-template-columns:.9fr 1.1fr}.login-access-card{width:min(100%,560px);min-height:590px;justify-self:center}}@media(max-height:800px)and (min-width:1101px){.login-shell{height:calc(100vh - 69px);min-height:0}.login-hero{min-height:0;padding:32px 44px 46px}.login-gateway-copy h1{margin-block:10px 12px;font-size:46px}.login-gateway-copy>p{font-size:13px;line-height:1.65}.login-access-flow{gap:7px;margin-top:20px}.login-access-flow article{min-height:58px;padding-block:7px}.login-gateway-visual{min-height:440px}.login-hero-signature{bottom:17px}.login-panel-mark{margin-bottom:24px}.login-form{margin-top:28px}}@media(max-width:680px){.login-topbar{height:61px;padding-inline:11px;border-radius:0 0 17px 17px}.login-topbar:after{display:none}.login-brand img{width:36px;height:36px;margin-right:9px}.login-brand b{max-width:calc(100vw - 65px)}.login-shell{min-height:calc(100vh - 61px);padding:9px}.login-hero{min-height:640px;display:block;padding:38px 24px 72px;border-radius:18px}.login-grid:after{left:72%}.login-gateway-copy{max-width:none}.login-gateway-copy>span{font-size:9px}.login-gateway-copy h1{margin-block:13px 15px;font-size:clamp(36px,11vw,48px)}.login-gateway-copy>p{max-width:86%;font-size:12px;line-height:1.75}.login-access-flow{width:min(100%,340px);gap:7px;margin-top:25px}.login-access-flow article{min-height:58px;grid-template-columns:36px 1fr 26px;gap:8px;padding:7px 10px}.login-access-flow article>i{width:32px;height:32px;border-radius:9px}.login-gateway-visual{position:absolute;right:-145px;bottom:-70px;width:410px;min-height:410px;opacity:.55;transform:scale(.82)}.login-orbit-label{display:none}.login-hero-signature{right:24px;bottom:20px;left:24px}.login-hero-signature span:nth-of-type(2),.login-hero-signature span:nth-of-type(3),.login-hero-signature i{display:none}.login-access-card{min-height:560px;padding:30px;border-radius:18px}.login-access-inner{max-width:330px}}@media(prefers-reduced-motion:reduce){.login-scan-line{animation:none}}.workspace-page{display:grid;gap:18px}.workspace-hero{display:flex;align-items:end;justify-content:space-between;min-height:170px;padding:28px 30px;overflow:hidden;border-radius:16px;color:#fff;background:radial-gradient(circle at 88% 22%,rgba(80,204,255,.48),transparent 26%),linear-gradient(117deg,#082d65,#0d529f 58%,#097cae);box-shadow:0 14px 30px #0a3d8324}.workspace-hero>div:first-child{max-width:720px}.workspace-kicker{color:#9debd9!important;font-size:11px;font-weight:800;letter-spacing:.13em}.workspace-hero h1{margin:7px 0!important;color:#fff;font-size:30px;letter-spacing:.02em}.workspace-hero p{margin:0!important;color:#eef8ffc7}.workspace-hero-status{display:flex;align-items:center;gap:7px;padding:10px 13px;border:1px solid rgba(255,255,255,.2);border-radius:9px;color:#e9fcf5;font-size:12px;white-space:nowrap;background:#0026553b}.workspace-hero-status .ant-typography{margin-left:7px;color:#e7f6ffa6;font-size:11px}.pulse-dot{width:7px;height:7px;border-radius:50%;background:#62e8c0;box-shadow:0 0 0 5px #62e8c026}.metric-row .ant-col{display:flex}.metric-card{width:100%;min-height:137px;border-radius:13px!important;box-shadow:0 8px 22px #1e4a810f;overflow:hidden}.metric-card .ant-statistic{margin:8px 0 3px}.metric-card .ant-statistic-content{font-size:31px;font-weight:760}.metric-card:after{content:"";position:absolute;right:-18px;bottom:-25px;width:78px;height:78px;border:17px solid currentColor;border-radius:50%;opacity:.07}.metric-blue{color:#1668dc}.metric-green{color:#219a72}.metric-red{color:#dc3e53}.metric-amber{color:#c87812}.metric-card>.ant-typography:first-child{color:#536984;font-weight:600}.metric-card>.ant-typography-secondary{font-size:12px}.workspace-grid .ant-col{display:flex}.workspace-card{width:100%;border-radius:13px!important;box-shadow:0 8px 22px #1e4a810f}.workspace-card .ant-card-head{min-height:56px;border-bottom-color:#e9eff7}.workspace-card .ant-card-head-title{font-weight:740;color:#173967}.workspace-card .ant-card-head-title .ant-typography{margin-left:9px;font-size:12px;font-weight:400}.journey-list{display:grid}.journey-list>div{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center;min-height:72px;border-bottom:1px solid #edf1f7}.journey-list>div:last-child{border-bottom:0}.journey-list b{display:grid;width:29px;height:29px;place-items:center;border-radius:8px;color:#1668dc;font-size:12px;background:#eaf3ff}.journey-list section{display:grid;gap:3px}.journey-list section strong{color:#24446d}.journey-list section span{color:#7689a2;font-size:12px}.journey-list a{color:#1668dc;font-size:12px;font-weight:600}.quick-card .ant-typography{font-size:12px;line-height:1.7}.quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.quick-actions .ant-btn{height:37px;color:#325275;border-color:#d9e5f2;font-size:12px}.quick-actions .ant-btn-primary{color:#fff;border-color:#1677ff}.detail-canvas{display:grid;gap:18px}.detail-banner{padding:24px 28px;border-radius:14px;color:#fff;background:linear-gradient(118deg,#0a356f,#146eb6);box-shadow:0 12px 28px #0e4c9226}.detail-banner>.ant-typography{color:#8ee7da;font-size:11px;font-weight:800;letter-spacing:.13em}.detail-banner h2{display:inline-block;margin:8px 14px 0 0!important;color:#fff}.detail-banner .ant-tag{vertical-align:4px}.test-summary{display:grid;gap:12px}.test-summary>div{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-radius:8px;background:#f5f9fd;color:#385879}.test-summary .ant-alert{margin-top:4px}.state-card{min-height:390px}.state-switch{display:flex;gap:8px;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid #edf1f6}.advice-list{display:grid;gap:10px}.advice-list h3{margin:0;color:#1c4676}.advice-list ol{padding-left:22px;line-height:2.1;color:#516e90}.report-paper{min-height:230px;padding:28px;border:1px solid #dbe7f4;border-radius:10px;background:linear-gradient(135deg,#fff,#f1f8ff)}.report-paper h3{color:#173f70}.agent-dialog-card{min-height:430px}.agent-chain{display:flex;align-items:center;gap:10px;margin-bottom:22px;color:#1769cf;font-weight:700}.agent-chain span{padding:9px 12px;border-radius:8px;font-size:12px;background:#eef6ff}.agent-chain i{color:#84a9d5;font-style:normal}.agent-advice{margin-top:18px;padding:18px;border-left:3px solid #32ad83;border-radius:8px;background:#f2fbf8}.agent-advice h4{margin-top:0;color:#19785a}.agent-advice ol{padding-left:22px;line-height:2;color:#426c61}.archive-panel{display:grid;gap:18px;padding:22px;border:1px solid #dbe7f4;border-radius:10px;background:#f7fbff}.archive-panel h3{margin:0;color:#174774}.archive-panel .ant-btn{width:fit-content}.loading{height:100vh;display:grid;place-items:center}.flow-list{padding-left:20px;line-height:2;margin-bottom:0}.json-block{white-space:pre-wrap;margin:0;max-width:100%;overflow:auto;font-size:12px}.password-required-alert,.password-error-alert{margin-bottom:18px}.password-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.ai-workspace-shell{--blue: #1675f5;--ink: #102f68;--muted: #6a83a7;--line: #dcecff;--panel: rgba(255,255,255,.78);min-height:100vh;overflow:hidden;color:var(--ink);background:#f6fbff;font-family:HarmonyOS Sans SC,Source Han Sans SC,PingFang SC,sans-serif}.ai-workspace-shell button{font:inherit;cursor:pointer}.ai-topbar{position:relative;z-index:10;height:69px;display:flex;align-items:center;justify-content:space-between;padding:0 25px 0 20px;border:1px solid #c9e2ff;border-radius:0 0 23px 23px;background:#ffffffdb;box-shadow:0 8px 24px #276fc612;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.ai-brand,.top-status,.soft-status{display:flex;align-items:center}.ai-brand img{width:43px;height:43px;margin-right:15px}.ai-brand b{color:#071d43;font-size:27px;line-height:1;letter-spacing:.025em}.brand-divider{width:1px;height:25px;margin:0 17px;background:#d6e8ff}.ai-brand strong{color:#1868e7;font-size:18px;letter-spacing:.08em}.top-status{gap:20px}.top-status time{font-size:18px;font-weight:700;color:#1a315d;letter-spacing:.04em}.soft-status{gap:7px;padding:9px 16px;border:1px solid #d4eee5;border-radius:999px;color:#208b63;font-size:14px;font-weight:700;background:#f0fbf7}.soft-status.synced{border-color:#d7e6ff;color:#2365c3;background:#f5f9ff}.profile-menu-wrap{position:relative;flex:0 0 32px;width:32px;height:32px}.profile-trigger{width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:50%;color:#fff;font-weight:800;background:linear-gradient(135deg,#77b6ff,#1767e8)}.profile-menu{position:absolute;z-index:30;top:42px;right:0;width:190px;overflow:hidden;border:1px solid #d9e8f8;border-radius:8px;background:#fff;box-shadow:0 14px 35px #1942782e}.profile-menu>div{display:grid;gap:2px;padding:13px 14px;border-bottom:1px solid #edf2f8}.profile-menu b{overflow:hidden;color:#173460;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.profile-menu span{color:#8394aa;font-size:11px}.profile-menu button{width:100%;min-height:40px;display:flex;align-items:center;gap:9px;padding:0 14px;border:0;color:#35577f;font-size:13px;text-align:left;background:#fff}.profile-menu button:hover{color:#1268df;background:#f2f7fd}.profile-menu button:last-child{color:#b84d58}.ai-rail{position:fixed;z-index:8;top:82px;bottom:18px;left:10px;width:74px;display:flex;flex-direction:column;justify-content:space-between;padding:14px 10px;border:1px solid #e1efff;border-radius:22px;background:#ffffffc7;box-shadow:0 12px 36px #1f69c214}.ai-rail>div{display:grid;gap:14px}.ai-rail-button{width:52px;height:52px;border:0;border-radius:15px;color:#142f5d;font-size:22px;background:transparent;transition:.2s ease}.ai-rail-button:hover{color:#176cf0;background:#edf6ff}.ai-rail-button.is-active{color:#fff;background:linear-gradient(145deg,#4e9cff,#1469ed);box-shadow:0 8px 14px #1d6ff452,inset 0 1px #ffffff73}.ai-main{min-height:calc(100vh - 69px);display:grid;grid-template-columns:minmax(800px,1fr) 318px;gap:14px;padding:13px 18px 18px 90px}.ai-canvas,.assistant-profile{min-width:0;overflow:auto;border:1px solid #dcecff;border-radius:23px;background:linear-gradient(145deg,#f4fafff5,#ebf6ffb8);box-shadow:inset 0 1px #ffffffe6}.ai-canvas{position:relative;padding:14px 17px 17px;scrollbar-width:thin}.assistant-profile{position:relative;display:flex;flex-direction:column;align-items:center;padding:19px 18px;background:#ffffffbd}.assistant-profile-top{width:100%;display:flex;justify-content:space-between;align-items:center;color:#17275a;font-size:18px}.assistant-profile-top span{padding:5px 10px;border-radius:10px;color:#179a66;font-size:12px;font-weight:700;background:#dff9ec}.assistant-orb{width:192px;height:192px;display:grid;place-items:center;margin-top:9px;overflow:hidden;border-radius:50%;background:radial-gradient(circle,#fff 12%,#dceeff 48%,#b8d9ff 72%,#b3d6ff4d 73%);box-shadow:0 13px 26px #1e6ad121,inset 0 0 24px #4cabff59}.assistant-orb img{width:142%;height:142%;object-fit:cover;object-position:center 42%;mix-blend-mode:multiply}.assistant-profile h3{margin:10px 0 9px;font-size:18px;color:#14245c}.assistant-meta{width:100%;padding:0 14px;color:#5d759d;font-size:13px;line-height:1.7}.assistant-meta p{margin:3px 0}.assistant-meta b{color:#2d4e7a}.assistant-service{width:100%;margin-top:auto;padding:9px 6px;border-radius:11px;color:#1465e6;font-size:13px;text-align:center;background:linear-gradient(90deg,#e6f2ff,#dceaff)}.assistant-service svg{margin-right:8px}.ai-hero{position:relative;min-height:405px;overflow:hidden;border-radius:18px;background-size:cover;background-position:center}.hero-grid-lines{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.56;background:radial-gradient(ellipse at 51% 71%,rgba(136,216,255,.48),transparent 25%),repeating-linear-gradient(90deg,transparent 0 64px,rgba(75,160,255,.1) 65px 66px)}.hero-stage{position:absolute;top:0;right:23%;bottom:0;left:23%}.hero-title{position:absolute;z-index:2;top:35px;left:50%;width:540px;transform:translate(-12%)}.hero-title h1{margin:0;color:#102d70;font-size:clamp(30px,2.45vw,45px);letter-spacing:.08em;white-space:nowrap}.hero-title h1 em{color:#1b6cf2;font-style:normal}.hero-title p{margin:9px 0 0;color:#315b99;font-size:16px;letter-spacing:.1em}.hero-robot{position:absolute;z-index:3;bottom:-43px;left:-12px;width:285px;height:350px;overflow:hidden;border-radius:38% 38% 10% 10%;filter:drop-shadow(0 20px 18px rgba(54,129,214,.18))}.hero-robot img{width:100%;height:100%;object-fit:cover;object-position:center 42%;mix-blend-mode:multiply}.brain-hologram{position:absolute;z-index:1;right:17%;bottom:18px;width:260px;height:210px;display:grid;place-items:center;border:2px solid rgba(85,180,255,.44);border-radius:50%;color:#baf6ff;background:radial-gradient(circle,rgba(207,249,255,.8),rgba(95,191,255,.16) 36%,transparent 65%);box-shadow:0 0 0 13px #78ceff17,0 0 60px #2ba5ff61,inset 0 0 45px #c4f8ffd9}.brain-hologram:before{content:"";position:absolute;width:82%;height:40%;bottom:-22px;border:6px solid #8ce6ff;border-radius:50%;box-shadow:0 0 15px #50b9ff}.brain-core{position:relative;z-index:2;display:grid;width:120px;height:90px;place-items:center;border:2px solid #e4ffff;border-radius:43% 50% 46% 42%;color:#efffff;font-size:94px;line-height:.5;text-shadow:0 0 14px #7cecff;transform:rotate(-7deg)}.brain-hologram i{position:absolute;width:1px;height:92%;background:linear-gradient(transparent,#dcffff,transparent);box-shadow:0 0 11px #9df3ff}.brain-hologram i:nth-child(2){transform:rotate(51deg)}.brain-hologram i:nth-child(3){transform:rotate(-51deg)}.hero-capabilities{position:absolute;z-index:4;top:25px;display:grid;gap:12px;width:184px}.hero-capabilities.left{left:15px}.hero-capabilities.right{right:15px}.capability-card{display:flex;align-items:center;gap:12px;min-height:89px;padding:12px;border:1px solid rgba(255,255,255,.9);border-radius:16px;color:#17346b;text-align:left;background:#ffffffb8;box-shadow:0 8px 17px #3d82d21c;transition:transform .2s,box-shadow .2s}.capability-card:hover{transform:translateY(-2px);box-shadow:0 14px 27px #2f7cd930}.capability-icon,.metric-icon{display:grid;flex:0 0 auto;place-items:center;border-radius:16px;color:#fff;font-size:27px;box-shadow:inset 0 1px #ffffff80,0 5px 12px #1d68d42e}.capability-icon{width:47px;height:47px}.capability-card b{display:block;margin-bottom:6px;font-size:15px}.capability-card small{display:grid;color:#647ca3;font-size:11px;line-height:1.55}.blue{color:#1977f6}.mint{color:#16ae83}.coral{color:#fa665d}.amber{color:#f39a12}.violet{color:#8850f2}.cyan{color:#0cabc8}.capability-icon.blue,.metric-icon.blue{background:linear-gradient(145deg,#69b3ff,#166bec)}.capability-icon.mint,.metric-icon.mint{background:linear-gradient(145deg,#54d8bd,#11a984)}.capability-icon.coral,.metric-icon.coral{background:linear-gradient(145deg,#ff9a8e,#f1524d)}.capability-icon.amber,.metric-icon.amber{background:linear-gradient(145deg,#ffc661,#f4980c)}.capability-icon.violet,.metric-icon.violet{background:linear-gradient(145deg,#bc89ff,#7d36e3)}.capability-icon.cyan,.metric-icon.cyan{background:linear-gradient(145deg,#54d7ee,#08a9c5)}.home-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:13px}.home-metric{position:relative;display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:12px;min-height:106px;padding:16px;overflow:hidden;border:1px solid #e7f1ff;border-radius:16px;background:#ffffffde;box-shadow:0 8px 20px #2e6cb80f}.metric-icon{width:60px;height:60px;font-size:28px}.home-metric b{display:block;color:#23375d;font-size:14px}.home-metric strong{display:block;margin:4px 0 2px;font-size:30px;letter-spacing:.02em}.home-metric small{display:block;color:#7990ad;font-size:11px;white-space:nowrap}.mini-trend{width:75px;color:#1977f6}.mini-trend.mint{color:#18ac84}.mini-trend.amber{color:#f49a13}.mini-trend.violet{color:#9358f5}.mini-bars{display:flex;align-items:end;gap:3px;height:37px;color:#4b94ff}.mini-bars i{width:5px;border-radius:2px 2px 0 0;background:currentColor;opacity:.28}.mini-bars i:nth-child(1){height:16px}.mini-bars i:nth-child(2){height:29px}.mini-bars i:nth-child(3){height:22px}.mini-bars i:nth-child(4){height:36px}.mini-bars i:nth-child(5){height:19px}.mini-bars i:nth-child(6){height:42px}.mini-bars i:nth-child(7){height:32px}.ai-bottom-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:13px;margin-top:13px}.white-panel{padding:12px;border:1px solid #e2efff;border-radius:17px;background:#ffffffd1;box-shadow:0 8px 20px #2e6cb80d}.panel-title{display:flex;align-items:center;justify-content:space-between;margin:0 3px 10px}.panel-title h2{margin:0;color:#172c59;font-size:17px}.panel-title button,.event-card>button{border:0;color:#2675e7;font-size:11px;background:transparent}.event-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.event-card{position:relative;min-height:183px;padding:12px;border:1px solid #e1edff;border-radius:14px;background:linear-gradient(140deg,#fff,#f7fbff)}.event-symbol{float:left;width:53px;height:48px;display:grid;place-items:center;margin-right:10px;border-radius:10px;font-size:35px}.event-symbol.coral{color:#f65c57;background:#fff1ef}.event-symbol.amber{color:#f6a01a;background:#fff7e7}.event-symbol.blue{color:#478bf3;background:#ecf4ff}.event-type{display:flex;justify-content:space-between;align-items:start;min-height:49px}.event-type span{padding:2px 6px;border-radius:8px;font-size:10px;background:#f4f7fc}.event-type time{color:#7890ad;font-size:10px}.event-card h3{clear:both;margin:7px 0 3px;color:#203760;font-size:13px}.event-card p,.event-diagnosis{margin:0;color:#6b82a2;font-size:10px;line-height:1.55}.event-diagnosis{min-height:36px;margin-top:8px;color:#486686}.event-card>button{position:absolute;right:8px;bottom:7px;width:calc(100% - 16px);padding-top:6px;border-top:1px solid #ebf2fb;text-align:left}.task-panel{padding:14px 20px}.task-row{display:grid;grid-template-columns:28px 88px 1fr 43px 64px;align-items:center;gap:8px;min-height:39px;color:#203659;font-size:13px}.task-dot{display:grid;width:27px;height:27px;place-items:center;border:1px solid currentColor;border-radius:50%}.task-progress{height:9px;overflow:hidden;border-radius:999px;background:#e3ebf6}.task-progress i{display:block;height:100%;border-radius:inherit}.task-progress .mint{background:#14b987}.task-progress .amber{background:#ff9f0b}.task-progress .blue{background:#2781f6}.task-progress .violet{background:#8e55ee}.task-row strong{font-size:13px}.task-state{color:#7a8da9;font-size:11px}.task-state svg{color:#18b383;margin-right:4px}.persistent-composer{position:fixed;z-index:12;top:410px;left:calc(-230px + (100vw - 440px)/2);width:640px;display:flex;gap:9px;padding:10px 10px 10px 20px;border:2px solid #8dbeff;border-radius:18px;background:#ffffffed;box-shadow:0 10px 25px #2f73ce42,inset 0 0 0 2px #fffc}.persistent-composer input{flex:1;min-width:0;border:0;outline:0;color:#24456e;font:inherit;font-size:14px;background:transparent}.persistent-composer input::placeholder{color:#8ba0bd}.persistent-composer button{width:48px;height:48px;flex:0 0 auto;border:0;border-radius:12px;color:#fff;font-size:22px;background:linear-gradient(145deg,#4e9cff,#1268ed);box-shadow:0 6px 12px #146cef3d}.persistent-composer button.composer-stop{background:linear-gradient(145deg,#ff8e6e,#f04923);box-shadow:0 6px 12px #f0492342;animation:composer-stop-pulse 1.4s ease-in-out infinite}@keyframes composer-stop-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.persistent-composer.on-result{top:auto;bottom:34px}.composer-host-picker{position:fixed;z-index:12;top:372px;left:calc(-230px + (100vw - 440px)/2);display:flex;gap:8px;align-items:center;width:640px;padding:0 10px 0 20px;color:#4a6485;font-size:12px}.composer-host-picker .anticon{color:#176fd7;font-size:14px}.composer-host-picker .composer-host-hint{color:#6f849d;font-size:11px}.persistent-composer.on-result+.composer-host-picker{display:none}@media(max-width:1280px){.composer-host-picker{width:570px;left:calc(-195px + (100vw - 400px)/2)}}.conversation-result{position:relative;padding:2px 0 86px}.conversation-heading{padding:0 3px 4px}.conversation-heading h1{margin:0;color:#102965;font-size:30px;letter-spacing:.04em}.conversation-heading p{margin:5px 0;color:#52709b;font-size:14px}.back-to-home{float:right;padding:7px 12px;border:1px solid #d8e9ff;border-radius:9px;color:#2b71df;background:#f8fbff}.user-message{display:flex;width:min(68%,720px);align-items:center;justify-content:flex-end;gap:10px;margin:4px 0 10px auto}.user-message span{display:grid;flex:1;min-width:0;max-width:100%;gap:6px;padding:12px 21px;overflow-wrap:anywhere;word-break:break-word;border-radius:17px 17px 3px;color:#fff;font-size:14px;background:linear-gradient(135deg,#17adfb,#176eea);box-shadow:0 7px 14px #1873ed2e}.user-message b{font-size:11px;color:#d9f6ff}.user-message time{flex:0 0 auto;color:#eaf7ff;font-size:11px}.user-message i{display:grid;flex:0 0 auto;width:40px;height:40px;place-items:center;border-radius:50%;color:#fff;font-style:normal;background:#237bf2}.reply-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:12px}.reply-main{min-width:0}.reply-card,.diagnosis-summary{border:1px solid #dcecff;border-radius:17px;background:#ffffffc7;box-shadow:0 8px 19px #3173be0d}.reply-flow{padding:13px}.reply-intro{display:flex;align-items:center;gap:10px}.reply-intro img{width:66px;height:66px;border-radius:20px;object-fit:cover;object-position:center 40%;mix-blend-mode:multiply}.reply-intro h2{margin:0;color:#183368;font-size:18px}.reply-intro p{margin:5px 0 0;color:#1976ed;font-size:13px}.reply-intro time{margin-left:auto;color:#617da6;font-size:12px}.analysis-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:10px}.analysis-step{position:relative;min-height:147px;padding:13px;border:1px solid #dfeeff;border-radius:13px;background:linear-gradient(145deg,#fff,#f3f9ff)}.analysis-icon{display:inline-grid;width:31px;height:31px;place-items:center;margin-right:4px;border-radius:10px;color:#fff;background:#3184f3}.analysis-icon.tone-1{background:#844af0}.analysis-icon.tone-2{background:#ff9c10}.analysis-icon.tone-3{background:#19ae7b}.analysis-step b{color:#13366e;font-size:13px}.analysis-step p{margin:9px 0;color:#5e759b;font-size:11px;line-height:1.6}.analysis-step>svg{position:absolute;right:13px;bottom:10px;color:#0f75f2;font-size:23px}.advice-card{display:grid;grid-template-columns:1.15fr .85fr;gap:13px;margin-top:12px;padding:15px}.advice-copy h2{margin:0;font-size:18px;color:#193466}.advice-copy h2 small{margin-left:9px;color:#2976e7;font-size:11px}.advice-copy ol{display:grid;gap:7px;margin:13px 0 0;padding:0;list-style:none}.advice-copy li{color:#3a557d;font-size:13px}.advice-copy li span{display:inline-grid;width:21px;height:21px;place-items:center;margin-right:9px;border-radius:50%;color:#2177ee;background:#eaf3ff}.trend-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;padding:10px;border-radius:13px;background:#f6faff}.trend-cards h3{grid-column:1 / -1;margin:0 0 2px;color:#4e6589;font-size:12px}.trend-cards article{padding:9px;border-radius:9px;background:#fff}.trend-cards article b{color:#516886;font-size:10px}.trend-cards .mini-trend,.trend-cards .mini-bars{display:block;width:100%;height:26px;margin:3px 0}.trend-cards article strong{font-size:13px}.reply-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-top:10px}.reply-actions button{height:42px;border:1px solid #9d70fb;border-radius:999px;color:#7747d9;font-size:12px;background:#fff}.reply-actions .primary-action{border:0;color:#fff;background:linear-gradient(90deg,#1684ff,#1672ee);box-shadow:0 7px 13px #2074eb33}.diagnosis-summary{position:relative;min-height:318px;padding:17px;overflow:hidden}.diagnosis-summary h2{position:relative;z-index:1;margin:0 0 12px;color:#182f61;font-size:18px}.diagnosis-summary p{position:relative;z-index:1;display:flex;gap:9px;margin:7px 0;padding:9px 11px;border:1px solid #e0eeff;border-radius:10px;background:#ffffffb3}.diagnosis-summary p span{flex:0 0 auto;color:#4b6283;font-size:12px}.diagnosis-summary p b{color:#1778ed;font-size:12px}.diagnosis-summary p b.amber{color:#ef9409}.diagnosis-summary p b.coral{color:#f06e20}.diagnosis-summary p b.mint{color:#13a778}.diagnosis-emblem{position:absolute;right:-12px;bottom:-15px;display:grid;width:154px;height:154px;place-items:center;border:12px solid rgba(71,159,255,.15);border-radius:50%;color:#227def59;font-size:73px;background:radial-gradient(circle,rgba(136,218,255,.25),transparent 65%)}@media(max-width:1280px){.ai-main{grid-template-columns:minmax(720px,1fr) 280px;padding-left:90px}.assistant-profile{padding-inline:13px}.assistant-orb{width:165px;height:165px}.hero-capabilities{width:165px}.capability-card{gap:8px;padding:9px}.capability-icon{width:42px;height:42px;font-size:23px}.hero-stage{inset-inline:21%}.hero-robot{width:245px}.brain-hologram{transform:scale(.85);transform-origin:bottom right}.home-metric{grid-template-columns:54px 1fr}.home-metric .mini-trend,.home-metric .mini-bars{display:none}.metric-icon{width:52px;height:52px}.home-metric strong{font-size:24px}.assistant-profile.compact .assistant-meta{display:none}.persistent-composer{width:570px;left:calc(-195px + (100vw - 400px)/2)}}.workorder-view{padding:2px 0 8px}.workorder-info,.workorder-panel{border:1px solid #dcecff;border-radius:16px;background:#fffc;box-shadow:0 7px 18px #3072bb0d}.workorder-info{margin-top:12px;padding:12px 18px}.workorder-info h2,.workorder-panel h2{margin:0 0 10px;color:#172f62;font-size:17px}.workorder-info>div{display:grid;grid-template-columns:1.2fr 1.1fr 2fr 1.4fr;gap:10px 15px}.workorder-info span{min-width:0;padding-right:12px;border-right:1px solid #e5eefb;color:#546e95;font-size:12px;white-space:nowrap}.workorder-info b{color:#176dec;font-weight:700}.workorder-info em{padding:3px 10px;border:1px solid #ffca91;border-radius:8px;color:#ff8819;font-style:normal;background:#fff8ed}.workorder-info .blue-chip{border-color:#b2d3ff;color:#1d74ea;background:#eff7ff}.workorder-info strong{color:#17a878}.workorder-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:11px;margin-top:11px}.workorder-left,.workorder-right{display:grid;gap:11px;min-width:0}.workorder-panel{padding:14px}.workorder-panel p{margin:6px 0;color:#385373;font-size:13px}.evidence-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:8px}.evidence-metrics article{padding:9px;border:1px solid #dcecff;border-radius:10px;background:linear-gradient(145deg,#fff,#f4faff)}.evidence-metrics b{color:#476084;font-size:11px}.evidence-metrics .mini-trend,.evidence-metrics .mini-bars{width:100%;height:27px;margin:3px 0}.evidence-metrics strong{font-size:14px}.priority-line{display:block;margin-top:11px;color:#13aa79;font-size:12px}.dispatch-layout{display:grid;grid-template-columns:1fr 158px;gap:11px}.dispatch-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.dispatch-fields>span,.dispatch-fields label{padding:8px;border:1px solid #e2eefc;border-radius:7px;color:#5d7598;font-size:11px;background:#fbfdff}.dispatch-fields b{color:#34557f}.dispatch-fields label{grid-column:1 / -1;display:grid;gap:5px}.dispatch-fields textarea{height:44px;resize:none;border:0;outline:0;color:#385576;font:inherit;background:transparent}.dispatch-fields textarea::placeholder{color:#9aacc2}.dispatch-buttons{display:grid;align-content:start;gap:9px}.dispatch-buttons button,.workorder-actions button{height:40px;border:1px solid #ac81ff;border-radius:10px;color:#7651db;font-size:13px;background:#fff}.dispatch-buttons .dispatch-primary,.workorder-actions .primary-action{border:0;color:#fff;background:linear-gradient(90deg,#1680f7,#196dea);box-shadow:0 7px 13px #1c71ec2e}.dispatch-buttons .warn{border-color:#ffc271;color:#f28c13;background:#fffcf8}.workorder-steps{display:grid;gap:6px;margin:0;padding:0;list-style:none}.workorder-steps li{display:grid;grid-template-columns:29px 1fr auto 70px;align-items:center;gap:8px;min-height:28px;color:#314a71;font-size:12px}.workorder-steps li>span{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;color:#fff;background:#1677ee;box-shadow:0 0 0 4px #e5f2ff}.workorder-steps li>em{padding:4px 8px;border:1px solid #c5dcff;border-radius:7px;color:#2476ed;font-size:11px;font-style:normal;background:#f3f8ff}.workorder-steps li>em.manual{border-color:#ffd092;color:#f28816;background:#fff9f0}.workorder-steps li>em.auto{border-color:#95e2bd;color:#18a66f;background:#ecfbf3}.workorder-steps small{color:#8092aa;font-size:11px;text-align:right}.progress-stages{display:grid;grid-template-columns:repeat(5,1fr);margin:15px 0 13px}.progress-stages div{position:relative;display:grid;justify-items:center;gap:5px;color:#8a9bb2;font-size:12px}.progress-stages div:before{content:"";position:absolute;z-index:0;top:14px;left:-50%;width:100%;height:2px;background:#dce8f8}.progress-stages div:first-child:before{display:none}.progress-stages i{position:relative;z-index:1;display:grid;width:28px;height:28px;place-items:center;border:1px solid #c8d8eb;border-radius:50%;font-style:normal;background:#f8fbff}.progress-stages .done{color:#1e9e71}.progress-stages .done i{border-color:#66d3a9;background:#e9fbf1}.progress-stages .active{color:#1976ec}.progress-stages .active i{border:0;color:#fff;background:#1979ee;box-shadow:0 0 0 5px #e4f1ff}.progress-stages small{color:#3977df;font-size:10px}.progress-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.progress-stats>span{display:grid;grid-template-columns:29px 1fr;grid-template-rows:auto auto;gap:0 5px;padding:10px;border:1px solid #dbeafd;border-radius:10px;color:#16a777;font-size:22px;background:#faffff}.progress-stats b{color:#19aa77;font-size:22px;line-height:1}.progress-stats small{grid-column:2;color:#516a8c;font-size:10px}.progress-stats>span:nth-child(2),.progress-stats>span:nth-child(2) b{color:#f19311}.progress-stats>span:nth-child(3),.progress-stats>span:nth-child(3) b{color:#2779ed}.workorder-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px}.workorder-actions button{height:45px;border-radius:12px}.brain-hologram{right:17%;bottom:4px;width:276px;height:238px;display:block;border:0;border-radius:0;background:transparent;box-shadow:none}.brain-hologram:before{display:none}.brain-hologram img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 13px rgba(45,167,255,.26))}.hero-stage{top:0;right:0;bottom:0;left:0}.hero-robot{bottom:-53px;left:14%;width:332px;height:416px;overflow:visible;border-radius:0;filter:drop-shadow(0 23px 20px rgba(54,129,214,.2))}.hero-robot img{object-fit:contain;object-position:center bottom;mix-blend-mode:normal}.hero-title{z-index:6}.brain-hologram{right:13%;bottom:0;width:460px;height:300px;z-index:2;opacity:1;filter:none;pointer-events:none}.brain-hologram img{filter:drop-shadow(0 7px 18px rgba(30,138,239,.34)) drop-shadow(0 0 14px rgba(70,194,255,.28))}.brain-hologram:after{display:none}@media(max-width:1280px){.hero-robot{left:14%;width:280px;height:360px}.brain-hologram{right:10%;bottom:5px;width:390px;height:270px;transform:none}}.ai-workspace-shell{position:relative}.ai-topbar,.ai-main{width:min(100%,1672px);margin-inline:auto}.ai-main{grid-template-columns:minmax(0,1fr) 318px}.ai-rail{left:max(10px,calc((100vw - 1672px)/2 + 10px))}.ai-canvas{overflow-x:hidden}.hero-capabilities{width:195px}.capability-card{min-height:105px;padding:12px 14px}.hero-title{top:24px;left:52%}.hero-robot{left:16%;bottom:-22px;width:280px;height:390px}.hero-robot img{width:100%;height:100%;object-fit:contain;object-position:center bottom}.brain-hologram{right:26%;bottom:15px;width:320px;height:280px}.brain-hologram img{width:100%;height:100%;object-fit:contain;transform:scaleX(1.35);transform-origin:center bottom}.persistent-composer{left:calc(50% - 65px);width:620px;transform:translate(-50%)}.home-metric{min-height:118px}.event-card{min-height:220px}.task-row{min-height:47px}.assistant-orb{width:165px;height:165px;margin-top:12px}.assistant-orb img{width:82%;height:82%;object-fit:contain;object-position:center;mix-blend-mode:normal}.assistant-profile:not(.compact) .assistant-service{margin-top:12px}@media(max-width:1280px){.ai-main{grid-template-columns:minmax(720px,1fr) 280px}.hero-capabilities{width:165px}.capability-card{min-height:89px;padding:9px}.hero-title{top:27px;left:50%}.hero-robot{left:16%;bottom:-20px;width:250px;height:360px}.brain-hologram{right:24%;bottom:10px;width:270px;height:245px}.persistent-composer{left:calc(50% - 50px);width:570px}.assistant-orb{width:150px;height:150px}}body{min-width:0}.ai-main{position:relative;display:block}.ai-canvas{min-height:calc(100vh - 100px);container-type:inline-size}.assistant-profile{position:absolute;z-index:7;top:32px;right:18px;width:318px;height:386px;overflow:hidden}.hero-robot{left:18%;bottom:5px;width:286px;height:400px;overflow:hidden}.hero-robot img{position:absolute;top:0;left:50%;width:100%;height:auto;max-width:none;object-fit:initial;transform:translate(-50%);transform-origin:top center;-webkit-mask-image:linear-gradient(to bottom,#000 0 72%,rgba(0,0,0,.78) 83%,transparent 98%);mask-image:linear-gradient(to bottom,#000 0 72%,rgba(0,0,0,.78) 83%,transparent 98%)}.brain-hologram{top:130px;right:22%;bottom:auto;width:430px;height:220px}.brain-hologram img{object-fit:fill;transform:none;transform-origin:center bottom}.hero-grid-lines{opacity:.72;background:radial-gradient(ellipse at 50% 70%,rgba(111,211,255,.58),transparent 28%),repeating-linear-gradient(90deg,transparent 0 64px,rgba(75,160,255,.12) 65px 66px)}.hero-grid-lines:before,.hero-grid-lines:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-grid-lines:before{opacity:.28;background:repeating-conic-gradient(from 248deg at 50% 72%,transparent 0 8deg,rgba(105,194,255,.72) 8.2deg 8.35deg);-webkit-mask-image:linear-gradient(to bottom,transparent 4%,#000 42%,#000 82%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 4%,#000 42%,#000 82%,transparent 100%)}.hero-grid-lines:after{inset:auto 27% 8px;height:118px;border-radius:50%;background:radial-gradient(ellipse,rgba(196,247,255,.82),rgba(78,177,255,.18) 42%,transparent 70%);filter:blur(8px)}.home-metrics{margin-top:5px}.home-metric{min-height:108px;padding:13px 15px}.ai-bottom-grid{margin-top:10px}.task-row{grid-template-columns:28px 88px minmax(90px,1fr) 43px 78px 64px}.task-completed{color:#7186a6;font-size:11px;text-align:center;white-space:nowrap}@media(min-width:681px){.profile-trigger{display:grid}.top-status:after{content:"";width:1px;height:24px;margin-left:3px;background:#dceafd}}@media(max-width:1400px){.ai-main{grid-template-columns:minmax(0,1fr) 280px;padding-right:12px;padding-left:78px}.assistant-profile{right:12px;width:280px}.ai-canvas.result-mode{padding-right:311px}.ai-hero{margin-right:294px}.ai-rail{width:62px;padding-inline:6px}.ai-rail-button{width:48px;height:48px}.hero-capabilities{width:170px}.capability-card{min-height:92px;padding:9px 10px}.hero-robot{left:17%;bottom:4px;width:260px;height:355px}.brain-hologram{top:auto;right:19%;bottom:66px;width:370px;height:215px}.hero-title{left:51%;width:480px}.hero-title h1{font-size:36px}.persistent-composer{left:calc(50% - 42px);width:min(570px,calc(100vw - 410px))}.assistant-orb{width:145px;height:145px}}@media(max-width:1180px){.ai-main{grid-template-columns:minmax(0,1fr);padding-right:12px;padding-left:74px}.assistant-profile{display:none}.ai-canvas.result-mode{padding-right:17px}.ai-hero{margin-right:0}.hero-capabilities{width:165px}.hero-robot{left:16%;bottom:4px;width:250px;height:345px}.brain-hologram{right:16%;bottom:64px;width:350px;height:205px}.persistent-composer{left:calc(50% + 31px);width:min(590px,calc(100vw - 130px))}.home-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.ai-topbar{height:62px;padding-inline:13px;border-radius:0 0 16px 16px}.ai-brand img{width:36px;height:36px;margin-right:9px}.ai-brand b{font-size:20px}.ai-brand strong{font-size:14px}.brand-divider{margin-inline:10px}.top-status time,.soft-status.synced{display:none}.soft-status{padding:7px 10px;font-size:12px}.ai-main{min-height:calc(100vh - 62px);padding-top:9px;padding-left:70px}.ai-rail{top:72px;bottom:12px;left:7px;width:56px;border-radius:17px}.ai-rail-button{width:42px;height:42px;font-size:18px}.ai-canvas{padding:10px;border-radius:17px}.ai-canvas.result-mode{padding-right:10px}.ai-hero{min-height:360px}.hero-capabilities{top:20px;width:142px;gap:9px}.hero-capabilities.left{left:8px}.hero-capabilities.right{right:8px}.capability-card{min-height:82px;gap:7px;padding:7px;border-radius:12px}.capability-icon{width:39px;height:39px;font-size:21px;border-radius:12px}.capability-card b{font-size:13px}.capability-card small{font-size:9px}.hero-title{top:18px;left:51%;width:390px}.hero-title h1{font-size:30px}.hero-title p{font-size:12px}.hero-robot{left:15%;bottom:4px;width:210px;height:300px}.brain-hologram{right:13%;bottom:56px;width:290px;height:180px}.persistent-composer{top:365px;left:calc(50% + 30px);width:min(520px,calc(100vw - 116px))}.persistent-composer button{width:43px;height:43px}.ai-bottom-grid,.reply-layout,.advice-card,.workorder-grid{grid-template-columns:1fr}.analysis-flow,.reply-actions,.workorder-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.workorder-info>div{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.ai-topbar{padding-inline:10px}.ai-brand b{font-size:16px;white-space:nowrap}.ai-brand strong,.brand-divider,.top-status .soft-status{display:none}.top-status{gap:7px}.ai-main{padding:8px 8px 78px}.ai-rail{top:auto;right:8px;bottom:8px;left:8px;width:auto;height:58px;flex-direction:row;align-items:center;padding:6px 9px;border-radius:18px}.ai-rail>div{display:flex;gap:7px}.ai-rail>div:last-child .ai-rail-button:first-child{display:none}.ai-rail-button{width:42px;height:42px}.ai-hero{min-height:335px}.hero-capabilities{top:66px;width:52px;gap:7px}.capability-card{min-height:62px;justify-content:center;padding:5px}.capability-card>span:last-child{display:none}.hero-title{top:14px;left:50%;width:calc(100% - 120px);transform:translate(-50%);text-align:center}.hero-title h1{font-size:clamp(22px,6vw,28px);letter-spacing:.03em}.hero-title p{margin-top:4px;font-size:10px;letter-spacing:.04em}.hero-robot{left:10%;bottom:4px;width:160px;height:242px}.brain-hologram{right:8%;bottom:70px;width:210px;height:140px}.persistent-composer{top:332px;left:50%;width:calc(100vw - 28px);padding:7px 7px 7px 13px;transform:translate(-50%)}.persistent-composer input{font-size:12px}.persistent-composer button{width:40px;height:40px}.home-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.home-metric{grid-template-columns:48px 1fr;min-height:96px;gap:8px;padding:10px}.metric-icon{width:46px;height:46px;font-size:22px}.home-metric strong{font-size:22px}.home-metric .mini-trend,.home-metric .mini-bars{display:none}.event-cards{grid-template-columns:1fr}.event-card{min-height:185px}.task-panel{padding-inline:11px}.task-row{grid-template-columns:25px 70px minmax(80px,1fr) 38px}.task-completed,.task-state{display:none}.analysis-flow,.reply-actions,.workorder-actions,.workorder-info>div,.evidence-metrics,.dispatch-fields{grid-template-columns:1fr}.dispatch-layout{grid-template-columns:1fr}.conversation-heading h1{font-size:23px}.user-message{width:100%;max-width:none;margin-right:0;margin-left:0}}@media(max-width:480px){.home-metrics{grid-template-columns:1fr}.hero-robot{left:7%;width:clamp(112px,29vw,140px);height:clamp(180px,46vw,220px)}.brain-hologram{right:4%;bottom:76px;width:clamp(150px,38vw,182px);height:clamp(102px,25vw,120px)}}.ai-workspace-shell.conversation-first-shell .claude-user-prompt{display:flex;justify-content:flex-end;width:100%;max-width:none;margin:0 0 34px auto}.ai-workspace-shell.conversation-first-shell .claude-user-prompt>.user-message-bubble{display:flex;flex:0 1 auto;flex-direction:column;align-items:flex-start;gap:11px;width:fit-content;min-width:min(360px,72vw);max-width:min(76%,860px);padding:9px 12px 11px;border:1px solid #dedede;border-radius:10px;color:#202124;background:#fff;box-shadow:none}.ai-workspace-shell.conversation-first-shell .claude-user-prompt>.user-message-bubble b{display:inline-flex;align-items:center;max-width:min(330px,80vw);padding:5px 9px;overflow:hidden;border-radius:6px;color:#262626;font:650 13px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-overflow:ellipsis;white-space:nowrap;background:#e7e7e9}.ai-workspace-shell.conversation-first-shell .claude-user-prompt>.user-message-bubble b>span{display:inline;width:auto;margin:0 5px 0 0;padding:0;border:0;border-radius:0;color:#555;font:inherit;background:transparent;box-shadow:none}.ai-workspace-shell.conversation-first-shell .claude-user-prompt .user-message-content{color:#202124;font-size:17px;line-height:1.45}.ai-workspace-shell.conversation-first-shell .claude-user-prompt time,.ai-workspace-shell.conversation-first-shell .claude-user-prompt .operator-avatar{display:none}.ai-workspace-shell.conversation-first-shell .claude-assistant-content .ops-plain-reply{display:block;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.ai-workspace-shell.conversation-first-shell .claude-assistant-content .markdown-body{color:#202124;font-size:17px;line-height:1.68;letter-spacing:0}@media(max-width:760px){.ai-workspace-shell.conversation-first-shell .claude-user-prompt>.user-message-bubble{width:min(92%,620px);min-width:0;max-width:92%}.ai-workspace-shell.conversation-first-shell .claude-assistant-content .markdown-body{font-size:15px;line-height:1.62}}body:has(.login-concept-page){min-width:320px}.login-concept-page{--login-navy: #0c2d64;--login-cyan: #8eeaff;height:100vh;min-height:650px;overflow:hidden;background:#0b4382}.login-concept-topbar{position:absolute;z-index:10;top:18px;right:24px;left:24px;width:auto;height:64px;padding:0 22px;border:1px solid rgba(201,231,255,.66);border-radius:20px;background:#ffffffe6;box-shadow:0 12px 34px #0327581f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.login-concept-topbar:after{display:none}.login-concept-stage{position:relative;width:100%;height:100%;overflow:hidden;isolation:isolate}.login-concept-stage:before{content:"";position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#01173a94,#0330641f 52%,#041f4442),linear-gradient(180deg,#05326914,#02183852)}.login-concept-background{position:absolute;z-index:-4;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:56% center}.login-concept-grid{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;opacity:.22;background-image:linear-gradient(rgba(142,214,255,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(142,214,255,.13) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 54%);mask-image:linear-gradient(to bottom,#000,transparent 54%)}.login-concept-copy{position:absolute;z-index:2;top:clamp(136px,16.6vh,170px);left:clamp(70px,7vw,124px);color:#fff;text-shadow:0 5px 24px rgba(0,25,66,.38);animation:login-concept-enter .6s ease-out both}.login-concept-copy:before{content:"";display:block;width:42px;height:3px;margin-bottom:20px;border-radius:99px;background:#77e7ff;box-shadow:0 0 18px #4ad9ff}.login-concept-copy>span{display:block;margin-bottom:11px;color:#9cecff;font-size:12px;font-weight:800;letter-spacing:.23em}.login-concept-copy h1{margin:0;color:#fff;font-size:clamp(42px,4.4vw,70px);line-height:1.15;letter-spacing:.055em}.login-concept-copy h1 em{color:var(--login-cyan);font-style:normal}.login-concept-copy p{margin:16px 0 0;color:#ebf8ffe0;font-size:17px;font-weight:600;letter-spacing:.16em}.login-concept-card{position:absolute;z-index:4;top:51%;right:clamp(44px,4.2vw,74px);width:390px;padding:82px 34px 34px;border:1px solid rgba(205,231,255,.9);border-radius:27px;background:#fbfdffed;box-shadow:0 28px 75px #00204e42,inset 0 1px #fff;transform:translateY(-43%);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);animation:login-card-enter .65s .08s cubic-bezier(.2,.7,.2,1) both}.login-concept-card:before{content:"";position:absolute;z-index:-1;top:16px;right:16px;bottom:16px;left:16px;border:1px solid rgba(209,232,255,.55);border-radius:19px;pointer-events:none}.login-concept-card-inner{width:100%}.login-concept-assistant{position:absolute;top:-67px;left:50%;width:138px;height:138px;overflow:hidden;border:7px solid rgba(249,253,255,.96);border-radius:50%;background:radial-gradient(circle at 50% 28%,#fff,#d6ebff 62%,#a9d2ff);box-shadow:0 17px 38px #1664c43b,0 0 0 1px #9acaff99;transform:translate(-50%)}.login-concept-assistant img{position:absolute;top:4px;left:50%;width:92%;height:auto;transform:translate(-50%);filter:drop-shadow(0 9px 12px rgba(24,92,178,.18))}.login-concept-assistant i{position:absolute;right:8px;bottom:13px;width:13px;height:13px;border:3px solid #fff;border-radius:50%;background:#14b989;box-shadow:0 0 0 5px #14b98921}.login-concept-card .login-access-heading{text-align:center}.login-concept-card .login-access-heading>span{color:#1b72e8;font-size:10px;font-weight:850;letter-spacing:.2em}.login-concept-card .login-access-heading h2{margin:8px 0 5px;color:var(--login-navy);font-size:27px;letter-spacing:.035em}.login-concept-card .login-access-heading p{margin:0;color:#8297b2;font-size:12px}.login-concept-form{margin-top:29px}.login-concept-form .ant-form-item{margin-bottom:17px}.login-concept-form .ant-form-item-label{padding-bottom:7px}.login-concept-form .ant-input-affix-wrapper{min-height:49px;border-color:#cfe2f7;border-radius:12px;background:#ffffffdb}.login-concept-form .login-submit{height:52px;margin-top:4px;border-radius:12px;background:linear-gradient(105deg,#238af4,#1564e8);box-shadow:0 13px 25px #1565e242}.login-concept-meta{position:absolute;z-index:2;bottom:28px;left:34px;display:flex;align-items:center;gap:12px;color:#e0f4ffb3;font-size:9px;font-weight:800;letter-spacing:.18em}.login-concept-meta i{width:42px;height:1px;background:#65dfff;box-shadow:0 0 10px #51d9ff}@keyframes login-concept-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes login-card-enter{0%{opacity:0;transform:translateY(calc(-43% + 18px))}to{opacity:1;transform:translateY(-43%)}}@media(max-height:760px)and (min-width:681px){.login-concept-copy{top:116px}.login-concept-copy h1{font-size:48px}.login-concept-card{top:53%;padding-top:70px;transform:translateY(-43%) scale(.9);transform-origin:right center}@keyframes login-card-enter{0%{opacity:0;transform:translateY(calc(-43% + 18px)) scale(.9)}to{opacity:1;transform:translateY(-43%) scale(.9)}}}@media(max-width:900px){.login-concept-copy{top:120px;left:34px}.login-concept-copy h1{font-size:42px}.login-concept-card{right:24px;width:360px}}@media(max-width:680px){.login-concept-page{height:auto;min-height:860px;overflow-y:auto}.login-concept-topbar{top:10px;right:10px;left:10px;height:56px;padding-inline:13px;border-radius:15px}.login-concept-topbar .login-brand img{width:34px;height:34px}.login-concept-topbar .login-brand b{max-width:calc(100vw - 72px);font-size:16px}.login-concept-topbar .login-brand i,.login-concept-topbar .login-brand strong{display:none}.login-concept-stage{min-height:860px}.login-concept-background{object-position:63% center}.login-concept-stage:before{background:linear-gradient(180deg,#011a3e8f,#032a5824 50%,#021a3d6b)}.login-concept-copy{top:99px;left:25px}.login-concept-copy:before{margin-bottom:11px}.login-concept-copy>span{font-size:8px}.login-concept-copy h1{font-size:clamp(31px,10vw,40px)}.login-concept-copy p{margin-top:9px;font-size:11px}.login-concept-card{top:351px;right:16px;left:16px;width:auto;padding:68px 24px 27px;transform:none;border-radius:22px;animation-name:login-card-enter-mobile}.login-concept-assistant{top:-56px;width:116px;height:116px}.login-concept-card .login-access-heading h2{font-size:24px}.login-concept-form{margin-top:22px}.login-concept-meta{bottom:18px;left:22px;font-size:7px}@keyframes login-card-enter-mobile{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}}@media(prefers-reduced-motion:reduce){.login-concept-copy,.login-concept-card{animation:none}}html,body,#root{width:100%;min-width:1440px;min-height:100%}body:has(.login-concept-page){min-width:1440px}.app-shell,.ai-workspace-shell,.login-concept-page{width:100%;min-width:1440px;min-height:100vh}.app-shell>.ant-layout,.page-content{min-width:0}.page-content{width:100%;min-height:calc(100vh - 72px)}.ai-topbar,.ai-main{width:100%;max-width:none;margin-inline:0}.ai-rail{left:10px}.ai-main{height:calc(100vh - 69px);min-height:820px}.ai-canvas{width:100%;height:100%;min-height:0}.ai-canvas:not(.result-mode){display:grid;grid-template-rows:minmax(405px,1.55fr) minmax(108px,.42fr) minmax(235px,1fr);gap:10px;overflow-y:hidden}.ai-canvas:not(.result-mode) .home-metrics,.ai-canvas:not(.result-mode) .ai-bottom-grid{margin-top:0}.ai-canvas:not(.result-mode) .home-metrics,.ai-canvas:not(.result-mode) .ai-bottom-grid,.ai-canvas:not(.result-mode) .home-metric,.ai-canvas:not(.result-mode) .white-panel{min-height:0;height:100%}.ai-canvas:not(.result-mode) .event-cards{height:calc(100% - 34px)}.ai-canvas:not(.result-mode) .event-card{min-height:0;height:100%}.assistant-profile{top:32px;right:18px;bottom:18px;width:318px;height:auto}.ai-hero{margin-right:332px}.ai-canvas.result-mode{padding-right:349px}.persistent-composer{left:calc(50% - 65px);width:620px}@media(max-width:1439px){.ai-topbar{height:69px;padding:0 25px 0 20px;border-radius:0 0 23px 23px}.ai-brand img{width:43px;height:43px;margin-right:15px}.ai-brand b{font-size:27px;white-space:nowrap}.ai-brand strong{display:block;font-size:18px}.brand-divider{display:block;margin:0 17px}.top-status{gap:20px}.top-status time,.soft-status,.soft-status.synced{display:flex}.soft-status{padding:9px 16px;font-size:14px}.ai-main{min-height:820px;padding:13px 18px 18px 90px}.ai-rail{top:82px;right:auto;bottom:18px;left:10px;width:74px;height:auto;flex-direction:column;padding:14px 10px;border-radius:22px}.ai-rail>div{display:grid;gap:14px}.ai-rail>div:last-child .ai-rail-button:first-child{display:block}.ai-rail-button{width:52px;height:52px;font-size:22px}.ai-canvas{padding:14px 17px 17px;border-radius:23px}.ai-canvas.result-mode{padding-right:349px}.assistant-profile{display:flex;right:18px;width:318px}.ai-hero{min-height:405px;margin-right:332px}.hero-capabilities{top:25px;width:195px;gap:12px}.hero-capabilities.left{left:15px}.hero-capabilities.right{right:15px}.capability-card{min-height:105px;gap:12px;padding:12px 14px;border-radius:16px}.capability-card>span:last-child{display:block}.capability-icon{width:47px;height:47px;font-size:27px;border-radius:16px}.capability-card b{font-size:15px}.capability-card small{font-size:11px}.hero-title{top:24px;left:52%;width:540px;transform:translate(-12%);text-align:left}.hero-title h1{font-size:clamp(30px,2.45vw,45px);letter-spacing:.08em}.hero-title p{margin-top:9px;font-size:16px;letter-spacing:.1em}.hero-robot{left:18%;bottom:5px;width:286px;height:400px}.brain-hologram{top:130px;right:22%;bottom:auto;width:430px;height:220px}.home-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.home-metric{grid-template-columns:64px 1fr auto;min-height:108px;gap:12px;padding:13px 15px}.metric-icon{width:60px;height:60px;font-size:28px}.home-metric strong{font-size:30px}.home-metric .mini-trend,.home-metric .mini-bars{display:flex}.ai-bottom-grid{grid-template-columns:1.05fr .95fr}.event-cards{grid-template-columns:repeat(3,1fr)}.task-row{grid-template-columns:28px 88px minmax(90px,1fr) 43px 78px 64px}.task-completed,.task-state{display:block}.reply-layout{grid-template-columns:minmax(0,1fr) 380px}.advice-card{grid-template-columns:1.15fr .85fr}.analysis-flow,.reply-actions,.workorder-actions{grid-template-columns:repeat(4,1fr)}.workorder-grid{grid-template-columns:1fr 1.05fr}.workorder-info>div{grid-template-columns:1.2fr 1.1fr 2fr 1.4fr}.persistent-composer{top:410px;left:655px;width:620px;transform:translate(-50%)}.persistent-composer.on-result{top:auto;bottom:34px}.login-concept-page{height:100vh;min-height:650px;overflow:hidden}.login-concept-topbar{top:18px;right:24px;left:24px;height:64px;padding:0 22px;border-radius:20px}.login-concept-topbar .login-brand img{width:43px;height:43px}.login-concept-topbar .login-brand b{max-width:none;font-size:27px}.login-concept-topbar .login-brand i,.login-concept-topbar .login-brand strong{display:block}.login-concept-stage{min-height:650px}.login-concept-background{object-position:56% center}.login-concept-copy{top:clamp(136px,16.6vh,170px);left:clamp(70px,7vw,124px)}.login-concept-copy:before{margin-bottom:20px}.login-concept-copy>span{font-size:12px}.login-concept-copy h1{font-size:clamp(42px,4.4vw,70px)}.login-concept-copy p{margin-top:16px;font-size:17px}.login-concept-card{top:51%;right:60px;left:auto;width:390px;padding:82px 34px 34px;border-radius:27px;transform:translateY(-43%);animation-name:login-card-enter}.login-concept-assistant{top:-67px;width:138px;height:138px}.login-concept-card .login-access-heading h2{font-size:27px}.login-concept-form{margin-top:29px}.login-concept-meta{bottom:28px;left:34px;font-size:9px}}html:has(.inspection-view),body:has(.inspection-view),#root:has(.inspection-view){min-width:1180px;overflow:hidden}.inspection-view{min-width:1180px;background:radial-gradient(circle at 72% 16%,rgba(198,229,255,.28),transparent 28%),linear-gradient(145deg,#fafdff,#f5faff 48%,#eef7ff)}.inspection-view .ai-topbar{height:52px;padding:0 18px 0 15px;border-color:#c9def8;border-radius:0 0 14px 14px;background:#fffffff0;box-shadow:0 5px 16px #2867b50f}.inspection-view .ai-brand img{width:34px;height:34px;margin-right:10px}.inspection-view .ai-brand b{font-size:20px;letter-spacing:.02em}.inspection-view .brand-divider{height:20px;margin:0 14px}.inspection-view .ai-brand strong{font-size:14px;letter-spacing:.07em}.inspection-view .top-status{gap:12px}.inspection-view .top-status time{font-size:14px}.inspection-view .soft-status{gap:6px;padding:6px 13px;font-size:11px}.inspection-view .profile-trigger{display:grid}.inspection-view .ai-main,.ai-workspace-shell.inspection-view.rail-expanded .ai-main{width:100%;height:calc(100vh - 52px);min-height:680px;padding:10px 8px 8px 185px}.inspection-view .ai-canvas.service-canvas{width:100%;height:100%;min-height:0;padding:0;overflow:hidden;border:0;border-radius:0;background:transparent;box-shadow:none}.inspection-view .ai-rail,.inspection-view .ai-rail.is-expanded{top:62px;bottom:61px;left:9px;width:159px;padding:8px;border-color:#e0ebf8;border-radius:13px;background:#ffffffeb;box-shadow:0 8px 22px #2a68b014;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.inspection-view .ai-rail.is-expanded .rail-primary .ai-rail-button{width:141px;height:62px;gap:10px;padding:0 10px;border-bottom-color:#e8eef7}.inspection-view .ai-rail.is-expanded .rail-primary .ai-rail-button.is-active{height:55px;margin:4px 0;border-radius:10px;background:radial-gradient(circle at 86% 22%,rgba(125,221,255,.75),transparent 34%),linear-gradient(135deg,#176cf0,#188bf5 58%,#5fbdf4);box-shadow:0 6px 15px #1c6fe74d,inset 0 1px #ffffff8c}.inspection-view .ai-rail.is-expanded .rail-primary .ai-rail-button.is-active .rail-icon{width:34px;height:34px;border-radius:9px}.inspection-view .ai-rail .rail-icon>svg{width:21px;height:21px}.inspection-view .ai-rail .rail-copy{gap:4px}.inspection-view .ai-rail .rail-copy b{font-size:12px}.inspection-view .ai-rail .rail-copy small{font-size:9px}.inspection-view .ai-rail.is-expanded .rail-footer{gap:8px}.inspection-view .ai-rail .rail-footer .ai-rail-button{height:40px;gap:10px;padding:0 10px;border-radius:9px}.inspection-view .rail-toggle{height:32px;border-radius:8px;color:#2757a3;font-size:12px}.inspection-operations{width:100%;max-width:none;height:100%;display:grid;grid-template-columns:minmax(0,1fr) 219px;grid-template-rows:25px 94px 92px minmax(0,1fr) 43px;column-gap:10px;row-gap:7px;margin:0;color:#18366d}.inspection-heading{grid-column:1;grid-row:1;min-height:0;padding:0 8px}.inspection-heading>div{display:flex;align-items:center;gap:20px}.inspection-heading h1{font-size:20px;line-height:25px}.inspection-heading p{margin:0;font-size:10px;line-height:25px}.inspection-metrics{grid-column:1;grid-row:2;gap:8px;margin:0}.inspection-metrics>article{position:relative;grid-template-columns:42px minmax(0,1fr);min-width:0;min-height:0;height:94px;padding:11px 9px 8px;border-color:#dfeaf8;border-radius:10px;background:#ffffffe6;box-shadow:0 6px 15px #2566b412}.inspection-metrics .service-metric-icon{width:36px;height:36px;border-radius:11px;box-shadow:0 4px 10px currentColor}.inspection-metrics .service-metric-icon .workspace-glyph{width:21px;height:21px}.inspection-metrics b{font-size:10px}.inspection-metrics strong{margin-top:4px;font-size:18px}.inspection-metrics small{display:inline;margin-left:4px;font-size:8px}.inspection-metrics .mini-trend{position:absolute;right:8px;bottom:2px;width:88px;height:27px;margin:0}.inspection-filter{grid-column:1;grid-row:3;height:92px;padding:8px 10px 7px;border-color:#dce9f8;border-radius:9px;background:#ffffffd1;box-shadow:0 5px 13px #2a66ad0f}.inspection-filter .service-fields{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:13px;row-gap:5px}.inspection-filter .service-fields label{gap:3px;color:#3c5781;font-size:8px}.inspection-filter .service-fields select,.inspection-filter .service-fields input{height:24px;padding:0 9px;border-color:#d6e5f7;border-radius:5px;color:#496387;font-size:9px;background:#fafdfff5}.inspection-filter .service-keyword{position:relative}.inspection-filter .service-keyword>svg{position:absolute;right:8px;bottom:7px;color:#1e74ed;font-size:11px}.inspection-filter .service-filter-actions{align-items:end;margin-top:5px}.inspection-filter .service-filter-tags{gap:6px}.inspection-filter .service-filter-tags>b{margin-right:2px;color:#536d91;font-size:9px}.inspection-filter .service-filter-tags button{height:22px;padding:0 10px;border-radius:6px;font-size:8px}.inspection-filter .service-search,.inspection-filter .service-reset{display:inline-flex;height:25px;align-items:center;justify-content:center;gap:5px;padding:0 14px;border-radius:6px;font-size:9px}.inspection-main-grid{display:contents}.inspection-center{min-width:0;min-height:0;display:grid;grid-column:1;grid-row:4;grid-template-rows:159px 108px minmax(0,1fr);gap:7px}.inspection-top-grid{min-width:0;min-height:0;display:grid;grid-template-columns:minmax(0,1.22fr) minmax(0,1fr);gap:7px}.inspection-operations .service-panel{overflow:hidden;border-color:#dce9f7;border-radius:9px;background:#ffffffe0;box-shadow:0 4px 12px #2763a90e}.inspection-operations .service-panel h2{margin:0 0 5px;color:#214378;font-size:11px;line-height:15px}.inspection-task-list{height:159px;padding:7px 8px}.inspection-task-head,.inspection-task-list>button{grid-template-columns:1.45fr 1.2fr .82fr 1fr .66fr .66fr 1fr;min-height:19px;gap:4px;padding:0 5px;font-size:7.5px}.inspection-task-head{background:#edf6ff}.inspection-task-list>button{height:19px}.inspection-task-list>button i{width:8px;height:8px;margin-right:4px}.inspection-progress{width:50px;height:4px}.inspection-task-list em{padding:1px 4px;font-size:7px}.inspection-progress-panel{height:159px;min-height:0;padding:7px 10px}.inspection-timeline{margin-top:19px}.inspection-timeline>div{gap:5px;font-size:7.5px}.inspection-timeline>div:before{top:9px}.inspection-timeline i{width:19px;height:19px;font-size:8px}.inspection-timeline b{min-height:16px;font-size:7.5px;white-space:nowrap}.inspection-timeline small,.inspection-timeline time{font-size:7px}.inspection-results{height:108px;padding:7px 8px}.inspection-results>div{gap:5px}.inspection-results article{min-height:79px;padding:5px 6px;border-radius:6px}.inspection-results header{font-size:8px}.inspection-results .workspace-glyph{width:13px;height:13px}.inspection-results header em{padding:1px 4px;font-size:6.5px}.inspection-results p{margin:3px 0;font-size:7px}.inspection-results small{font-size:7px}.inspection-exceptions{min-height:0;padding:6px 8px}.inspection-exceptions h2{margin-bottom:4px}.inspection-exception-head,.inspection-exceptions>div{grid-template-columns:1.05fr 2.45fr .62fr 2.2fr 1fr;min-height:17px;gap:6px;padding:0 6px;font-size:7px}.inspection-exception-head{background:#edf6ff}.inspection-exceptions>div i{width:11px;height:11px;margin-right:4px;font-size:6.5px}.inspection-exceptions em{padding:1px 4px;font-size:6.5px}.inspection-assistant{min-width:0;min-height:0;display:flex;flex-direction:column;grid-column:2;grid-row:1 / 5;padding:0;overflow:hidden;border:1px solid #dce9f8;border-radius:10px;background:#ffffffd6;box-shadow:0 7px 18px #2764ae11}.inspection-assistant-hero{height:198px;flex:0 0 auto;padding:12px 12px 8px;text-align:center;background:radial-gradient(circle at 50% 52%,rgba(130,194,255,.2),transparent 39%),linear-gradient(180deg,#fbfdff,#f2f8ff)}.inspection-assistant-hero>div{display:flex;align-items:center;justify-content:space-between}.inspection-assistant-hero b{color:#182f58;font-size:12px}.inspection-assistant-hero>div span{padding:2px 7px;border-radius:999px;color:#16a278;font-size:8px;background:#e8f8f1}.inspection-assistant-hero figure{width:112px;height:112px;margin:3px auto 0;overflow:hidden;border-radius:50%;background:radial-gradient(circle,#fff 12%,#dceeff 62%,#bddcff);box-shadow:0 0 0 8px #5097eb0d,inset 0 0 20px #4199f638}.inspection-assistant-hero img{width:100%;height:126%;object-fit:contain;object-position:center top;transform:translateY(4px) scale(1.04)}.inspection-assistant-hero h3{margin:-2px 0 3px;color:#183566;font-size:11px}.inspection-assistant-hero p{margin:0;color:#6b84aa;font-size:8px}.inspection-assistant section{padding:9px 12px;border-bottom-color:#e4edf8}.inspection-assistant section:nth-of-type(1){min-height:158px}.inspection-assistant section:nth-of-type(2){min-height:190px}.inspection-assistant section:nth-of-type(3){min-height:70px}.inspection-assistant h2{margin-bottom:6px;font-size:11px}.inspection-assistant ul,.inspection-assistant ol{font-size:8px;line-height:1.72}.inspection-chips{gap:5px;margin-bottom:7px}.inspection-chips span{padding:3px 6px;border-radius:5px;font-size:7px}.inspection-advice-list{list-style:none;padding-left:0!important;counter-reset:advice}.inspection-advice-list li{position:relative;min-height:22px;padding-left:20px;counter-increment:advice}.inspection-advice-list li:before{position:absolute;top:2px;left:0;display:grid;width:14px;height:14px;place-items:center;border-radius:50%;color:#fff;font-size:7px;font-weight:800;content:counter(advice);background:#2377e9}.inspection-assistant section:last-of-type div{gap:5px}.inspection-assistant button{height:27px;gap:4px;font-size:7px}.inspection-assistant>small{margin-top:auto;padding:8px 4px 9px;font-size:7px}.inspection-actions{grid-column:1;grid-row:5;align-self:stretch;gap:21px;margin:0}.inspection-actions button{min-width:136px;height:41px;gap:9px;border-radius:8px;font-size:12px}.inspection-actions button svg{font-size:17px}@media(min-width:1800px){.inspection-view .ai-topbar{height:64px;padding-inline:22px}.inspection-view .ai-brand img{width:42px;height:42px}.inspection-view .ai-brand b{font-size:25px}.inspection-view .ai-brand strong{font-size:17px}.inspection-view .top-status time{font-size:17px}.inspection-view .soft-status{padding:8px 16px;font-size:13px}.inspection-view .ai-main,.ai-workspace-shell.inspection-view.rail-expanded .ai-main{height:calc(100vh - 64px);min-height:900px;padding:13px 14px 10px 224px}.inspection-view .ai-rail,.inspection-view .ai-rail.is-expanded{top:77px;bottom:78px;left:12px;width:194px;padding:10px}.inspection-view .ai-rail.is-expanded .rail-primary .ai-rail-button{width:172px;height:77px}.inspection-view .ai-rail.is-expanded .rail-primary .ai-rail-button.is-active{height:68px}.inspection-view .ai-rail .rail-copy b{font-size:15px}.inspection-view .ai-rail .rail-copy small{font-size:11px}.inspection-operations{grid-template-columns:minmax(0,1fr) 300px;grid-template-rows:34px 124px 121px minmax(0,1fr) 56px;column-gap:14px;row-gap:10px}.inspection-heading h1{font-size:27px;line-height:34px}.inspection-heading p{font-size:13px;line-height:34px}.inspection-metrics>article{height:124px;padding:15px 13px 10px}.inspection-metrics .service-metric-icon{width:48px;height:48px}.inspection-metrics b{font-size:13px}.inspection-metrics strong{font-size:24px}.inspection-metrics small{font-size:10px}.inspection-metrics .mini-trend{width:116px;height:34px}.inspection-filter{height:121px;padding:11px 13px 9px}.inspection-filter .service-fields label{font-size:10px}.inspection-filter .service-fields select,.inspection-filter .service-fields input{height:31px;font-size:11px}.inspection-filter .service-filter-tags button{height:28px;font-size:10px}.inspection-filter .service-search,.inspection-filter .service-reset{height:32px;font-size:11px}.inspection-center{grid-template-rows:207px 142px minmax(0,1fr);gap:10px}.inspection-top-grid{gap:10px}.inspection-task-list,.inspection-progress-panel{height:207px;padding:10px 11px}.inspection-task-head,.inspection-task-list>button{min-height:25px;height:25px;font-size:10px}.inspection-results{height:142px;padding:10px 11px}.inspection-results article{min-height:105px;padding:7px 8px}.inspection-results header{font-size:10px}.inspection-results p,.inspection-results small{font-size:9px}.inspection-exception-head,.inspection-exceptions>div{min-height:23px;font-size:9px}.inspection-assistant-hero{height:260px;padding:15px}.inspection-assistant-hero b{font-size:15px}.inspection-assistant-hero figure{width:150px;height:150px}.inspection-assistant-hero h3{font-size:14px}.inspection-assistant-hero p{font-size:10px}.inspection-assistant section{padding:12px 16px}.inspection-assistant h2{font-size:14px}.inspection-assistant ul,.inspection-assistant ol{font-size:10px}.inspection-actions button{min-width:176px;height:52px;font-size:15px}}.service-canvas{min-height:calc(100vh - 80px);padding:12px 24px 10px 98px;background:linear-gradient(135deg,#f9fcff,#edf7ff 55%,#f8fbff)}.ai-main:has(.service-canvas){grid-template-columns:minmax(0,1fr)}.ai-canvas.service-canvas{display:block;grid-template-rows:none;overflow:auto}.service-operations{width:100%;max-width:none;margin:0;color:#1a3971}.service-page-heading{display:flex;align-items:end;min-height:48px;padding:0 8px 8px}.service-page-heading h1{margin:0;font-size:24px;letter-spacing:-.03em}.service-page-heading h1 span{color:#153a82}.service-page-heading p{margin:4px 0 0;color:#6480a7;font-size:12px}.service-filter-panel,.service-panel,.service-assistant-summary{border:1px solid #e0efff;border-radius:15px;background:#ffffffe0;box-shadow:0 8px 18px #2266b50f}.service-filter-panel{padding:13px 16px 11px}.service-fields{display:grid;grid-template-columns:1fr 1fr 1fr 1fr .9fr 1.4fr;gap:10px}.service-fields label{display:grid;gap:4px;color:#526d96;font-size:10px}.service-fields input,.service-fields select{width:100%;height:30px;padding:0 10px;border:1px solid #d8e8fb;border-radius:7px;outline:0;color:#526d96;font:inherit;font-size:11px;background:#fbfdff}.service-filter-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}.service-filter-tags{display:flex;flex-wrap:wrap;gap:7px}.service-filter-tags button,.service-reset{height:26px;padding:0 12px;border:1px solid #e3edf9;border-radius:8px;color:#5b7398;font-size:11px;background:#f7faff}.service-filter-tags button.active{border-color:#2d7cf1;color:#fff;background:linear-gradient(135deg,#1d88ff,#3471ee);box-shadow:0 4px 9px #2671ed33}.service-search{height:32px;margin-right:8px;padding:0 18px;border:0;border-radius:8px;color:#fff;background:linear-gradient(135deg,#278aff,#216deb);box-shadow:0 5px 12px #2470eb40}.service-metrics{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin:12px 0}.service-metrics article{display:grid;grid-template-columns:43px 1fr;align-items:center;min-height:78px;padding:10px;overflow:hidden;border:1px solid #dfedff;border-radius:13px;background:#ffffffd4;box-shadow:0 7px 15px #2169b80d}.service-metrics .mini-trend{grid-column:2;width:90px;height:25px;margin:-3px 0 -7px auto}.service-metric-icon{display:grid;width:35px;height:35px;place-items:center;border-radius:12px;color:#fff;box-shadow:0 5px 11px #2268c733}.service-metric-icon .workspace-glyph{width:21px}.service-metric-icon.blue{background:linear-gradient(145deg,#55a6ff,#1974e9)}.service-metric-icon.mint{background:linear-gradient(145deg,#53dfc0,#14a981)}.service-metric-icon.coral{background:linear-gradient(145deg,#ff9a69,#f15951)}.service-metric-icon.violet{background:linear-gradient(145deg,#a881ff,#7045df)}.service-metrics b{display:block;color:#3e5780;font-size:11px}.service-metrics strong{display:inline-block;margin-top:2px;font-size:19px;line-height:1}.service-metrics small{margin-left:5px;color:#7890ae;font-size:9px}.service-metrics .blue{color:#2679ed}.service-metrics .mint{color:#12a77a}.service-metrics .coral{color:#f16552}.service-metrics .violet{color:#7544df}.service-main-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,1.08fr) 288px;gap:11px}.service-left-stack,.service-detail-stack{display:grid;gap:11px;min-width:0}.service-panel{padding:12px}.service-panel h2,.service-assistant-summary h2{margin:0 0 10px;color:#223f74;font-size:14px}.service-list{min-height:294px}.service-table-head,.service-table>button{display:grid;grid-template-columns:1.18fr .82fr .88fr .7fr .8fr 1.18fr;align-items:center;gap:5px}.service-table-head{min-height:28px;padding:0 9px;color:#617a9d;font-size:10px;background:#f0f7ff}.service-table>button{width:100%;min-height:24px;padding:0 9px;border:0;border-bottom:1px solid #ecf3fc;color:#466184;text-align:left;font-size:10px;background:transparent}.service-table>button:hover,.service-table>button.selected{color:#265fbb;background:linear-gradient(90deg,#ddecff,#f6fbff)}.service-table>button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.service-table>button i{display:inline-block;width:10px;height:10px;margin-right:7px;border:1px solid #a9bdd8;border-radius:50%;vertical-align:-1px}.service-table>button.selected i{border:3px solid #1b78ed}.service-table em{padding:2px 7px;border-radius:7px;font-style:normal;font-size:9px}.service-table em.normal{color:#0eaa76;background:#e4faf0}.service-table em.warn{color:#f18c1e;background:#fff2df}.service-table em.danger{color:#ec5c54;background:#ffebe9}.service-list footer{display:flex;justify-content:space-between;padding-top:8px;color:#7188a8;font-size:10px}.service-related{min-height:151px}.service-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.related-card{position:relative;min-height:93px;padding:9px 9px 24px;border:1px solid #e0edfc;border-radius:9px;background:linear-gradient(145deg,#fff,#f7fbff)}.related-card h3{margin:0 0 7px;color:#3c5682;font-size:11px}.related-card p{margin:3px 0;overflow:hidden;color:#60789e;font-size:9px;white-space:nowrap;text-overflow:ellipsis}.related-card button{position:absolute;right:8px;bottom:6px;border:0;color:#2477e8;font-size:9px;background:transparent}.related-card.coral h3{color:#f06a52}.related-card.mint h3{color:#1daa7c}.related-card.amber h3{color:#ef901d}.service-detail{min-height:345px}.service-detail h2{display:flex;justify-content:space-between}.service-detail h2 small{color:#8091aa;font-size:9px;font-weight:400}.detail-title{display:flex;align-items:center;gap:9px}.detail-cloud{display:grid;width:36px;height:36px;place-items:center;border-radius:11px;color:#fff;font-size:22px;background:linear-gradient(145deg,#51a7ff,#216ee5)}.detail-title h3{margin:0;color:#234476;font-size:15px}.detail-title h3 em{margin-left:8px;color:#0ea977;font-size:10px;font-style:normal}.detail-title p{margin:3px 0;color:#657c9d;font-size:10px}.detail-stat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;margin-top:12px}.detail-stat-grid span{display:grid;gap:4px;min-height:46px;padding:7px;border:1px solid #e1edf9;border-radius:8px;color:#60789c;font-size:9px;background:#fbfdff}.detail-stat-grid b{color:#325681;font-size:10px}.dependency-row{display:flex;align-items:center;justify-content:space-between;gap:4px;margin-top:10px;color:#7890ad;font-size:9px}.dependency-row b{color:#3f5983}.dependency-row span{padding:3px 7px;border:1px solid #a9dfc2;border-radius:7px;color:#27936d;background:#edfbf2}.trend-heading{margin:11px 0 5px;color:#506b93;font-size:10px}.detail-trends{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.detail-trends article{padding:6px 8px;border:1px solid #e3eefb;border-radius:8px}.detail-trends article>div{display:flex;justify-content:space-between;gap:4px}.detail-trends b{color:#69809f;font-size:9px}.detail-trends strong{color:#2778ed;font-size:10px}.detail-trends .coral strong{color:#f05852}.detail-trends .mint strong{color:#11a978}.detail-trends .mini-trend{width:100%;height:35px}.service-assistant-summary{padding:10px}.service-assistant-summary section{padding:8px 1px;border-bottom:1px solid #e9f1fb}.service-assistant-summary section:last-child{border-bottom:0}.service-assistant-summary h2{margin-bottom:6px;color:#2b5ab5;font-size:12px}.service-assistant-summary ul,.service-assistant-summary ol{margin:0;padding-left:15px;color:#506c96;font-size:9px;line-height:1.75}.service-assistant-summary p{margin:5px 0;color:#4d678e;font-size:9px;line-height:1.5}.service-assistant-summary em{float:right;padding:1px 5px;border-radius:6px;color:#ef9019;font-size:8px;font-style:normal;background:#fff0da}.service-assistant-summary em.high{color:#ef5f54;background:#ffebe8}.service-assistant-summary button{width:100%;height:29px;margin-top:5px;border:0;border-radius:8px;color:#2477ec;font-size:10px;background:#eaf4ff}.service-assistant-hero{display:flex;flex-direction:column;align-items:center;padding:2px 2px 12px;text-align:center;border-bottom:1px solid #e9f1fb}.service-assistant-hero .assistant-profile-top{font-size:14px}.service-assistant-hero .assistant-profile-top span{padding:4px 8px;font-size:9px}.service-assistant-hero .assistant-orb{width:165px;height:165px;margin-top:10px}.service-assistant-hero h3{margin:9px 0 0;color:#14245c;font-size:15px}.service-assistant-hero .assistant-tagline{margin:5px 0 0;color:#6d83a3;font-size:9px}.service-bottom-actions{display:flex;justify-content:center;gap:12px;margin:10px 0 0}.service-bottom-actions button{min-width:116px;height:35px;border:1px solid #d9e8fb;border-radius:8px;color:#316393;font-size:11px;background:#fff}.service-bottom-actions button:nth-child(-n+3){border:0;color:#fff;background:linear-gradient(135deg,#3f96ff,#246dea);box-shadow:0 5px 12px #216ce633}@media(max-width:1280px){.service-canvas{padding-left:88px}.service-main-grid{grid-template-columns:minmax(0,1fr) minmax(350px,.95fr) 250px}.service-metrics,.service-fields{grid-template-columns:repeat(3,1fr)}.service-detail-stack{min-width:350px}.detail-stat-grid{grid-template-columns:repeat(3,1fr)}.service-related-grid{grid-template-columns:repeat(2,1fr)}}.inspection-operations{max-width:1520px;margin:0 auto;color:#1a3971}.inspection-metrics{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin:0 0 12px}.inspection-metrics>article{display:grid;grid-template-columns:43px 1fr;align-items:center;min-height:78px;padding:10px;overflow:hidden;border:1px solid #dfedff;border-radius:13px;background:#ffffffd4;box-shadow:0 7px 15px #2169b80d}.inspection-metrics .mini-trend{grid-column:2;width:90px;height:25px;margin:-3px 0 -7px auto}.inspection-metrics b{display:block;color:#3e5780;font-size:11px}.inspection-metrics strong{display:inline-block;margin-top:2px;font-size:19px;line-height:1}.inspection-metrics small{margin-left:5px;color:#7890ae;font-size:9px}.inspection-metrics .blue{color:#2679ed}.inspection-metrics .mint{color:#12a77a}.inspection-metrics .coral{color:#f16552}.inspection-metrics .amber{color:#ec9417}.inspection-metrics .violet{color:#7544df}.inspection-filter .service-fields{grid-template-columns:repeat(4,1fr)}.inspection-main-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(275px,.74fr);gap:11px;margin-top:11px}.inspection-left{display:grid;gap:11px;min-width:0}.inspection-task-list{padding:11px}.inspection-task-list h2{margin-bottom:7px}.inspection-task-head,.inspection-task-list>button{display:grid;grid-template-columns:1.42fr 1.25fr .9fr 1fr .7fr .7fr 1fr;align-items:center;gap:5px}.inspection-task-head{min-height:25px;padding:0 8px;color:#607a9d;font-size:9px;background:#eff7ff}.inspection-task-list>button{width:100%;min-height:25px;padding:0 8px;border:0;border-bottom:1px solid #edf4fc;color:#466184;text-align:left;font-size:9px;background:transparent}.inspection-task-list>button.selected,.inspection-task-list>button:hover{color:#2469cb;background:linear-gradient(90deg,#daebff,#f8fbff)}.inspection-task-list>button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inspection-task-list>button i{display:inline-block;width:10px;height:10px;margin-right:6px;border:1px solid #adc1db;border-radius:50%;vertical-align:-1px}.inspection-task-list>button.selected i{border:3px solid #1d79ee}.inspection-progress{display:inline-block;width:62px;height:5px;margin-right:4px;overflow:hidden;border-radius:10px;background:#dfeaf8;vertical-align:2px}.inspection-progress i{display:block;height:100%;border-radius:inherit;background:#18ad7d}.inspection-task-list>button:nth-of-type(4) .inspection-progress,.inspection-task-list>button:nth-of-type(5) .inspection-progress{background:#dce8ff}.inspection-task-list>button:nth-of-type(4) .inspection-progress i,.inspection-task-list>button:nth-of-type(5) .inspection-progress i{background:#2b7cf3}.inspection-task-list em{padding:2px 6px;border-radius:6px;font-style:normal;font-size:8px}.inspection-task-list em.normal{color:#13a875;background:#e5f9ef}.inspection-task-list em.running{color:#2779ed;background:#e8f1ff}.inspection-alert{color:#ed6354;font-weight:700}.inspection-progress-panel{min-height:193px;padding:12px}.inspection-timeline{display:grid;grid-template-columns:repeat(6,1fr);align-items:start;margin-top:24px}.inspection-timeline>div{position:relative;display:grid;justify-items:center;gap:7px;color:#8a9bb2;font-size:9px;text-align:center}.inspection-timeline>div:before{position:absolute;top:11px;right:50%;width:100%;height:2px;content:"";background:#dce8f8}.inspection-timeline>div:first-child:before{display:none}.inspection-timeline i{position:relative;z-index:1;display:grid;width:23px;height:23px;place-items:center;border-radius:50%;color:#fff;font-style:normal;background:#8496b3}.inspection-timeline .done{color:#169e72}.inspection-timeline .done i{background:#12aa78}.inspection-timeline .active{color:#2776e7}.inspection-timeline .active i{background:#207cf0;box-shadow:0 0 0 4px #e4f1ff}.inspection-timeline>div:nth-child(3).active i{color:#fff;background:#ff9414}.inspection-timeline b{min-height:20px;font-weight:700}.inspection-timeline small,.inspection-timeline time{color:#7b90ad;font-size:8px;white-space:nowrap}.inspection-timeline .done:before,.inspection-timeline .active:before{background:#21ab83}.inspection-results{padding:10px}.inspection-results h2{margin-bottom:7px}.inspection-results>div{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.inspection-results article{min-height:91px;padding:7px;border:1px solid #e0edf9;border-radius:8px;background:#fbfdff}.inspection-results article.mint{border-color:#bcebd8}.inspection-results article.coral{border-color:#ffd7cf;background:#fffdfb}.inspection-results article.amber{border-color:#ffe0b7;background:#fffefa}.inspection-results header{display:flex;align-items:center;justify-content:space-between;gap:4px;color:#39567e;font-size:10px;font-weight:700}.inspection-results header span{display:flex;align-items:center;gap:4px}.inspection-results .workspace-glyph{width:16px;height:16px;color:#2876ec}.inspection-results header em{padding:2px 5px;border-radius:5px;color:#13a778;font-size:8px;font-style:normal;background:#e7faf0}.inspection-results .coral header em{color:#ef6251;background:#ffede9}.inspection-results .amber header em{color:#ee9418;background:#fff1dd}.inspection-results p{display:flex;justify-content:space-between;margin:5px 0;color:#657d9f;font-size:8px;white-space:nowrap}.inspection-results p span{color:#12a878}.inspection-results p span.down{color:#ef6251}.inspection-results small{color:#8093ad;font-size:8px}.inspection-exceptions{padding:10px}.inspection-exceptions h2{margin-bottom:6px}.inspection-exception-head,.inspection-exceptions>div{display:grid;grid-template-columns:1.05fr 2.4fr .65fr 2.15fr 1fr;align-items:center;gap:8px}.inspection-exception-head{min-height:22px;padding:0 8px;color:#617b9e;font-size:9px;background:#f0f7ff}.inspection-exceptions>div{min-height:22px;padding:0 8px;border-bottom:1px solid #edf3fb;color:#587092;font-size:8px}.inspection-exceptions>div>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inspection-exceptions>div>span:first-child{color:#3e5981}.inspection-exceptions>div i{display:inline-grid;width:13px;height:13px;place-items:center;margin-right:5px;border-radius:50%;color:#fff;font-size:8px;font-style:normal;background:#f15750}.inspection-exceptions em{padding:2px 5px;border-radius:5px;color:#ef9018;font-size:8px;font-style:normal;background:#fff0dc}.inspection-exceptions time{color:#7890ab;white-space:nowrap}.inspection-assistant{padding:11px;border:1px solid #dcecff;border-radius:14px;background:#ffffffd1;box-shadow:0 8px 18px #2266b50f}.inspection-assistant section{padding:9px 2px;border-bottom:1px solid #e6f0fb}.inspection-assistant section:last-of-type{border-bottom:0}.inspection-assistant h2{margin:0 0 7px;color:#245eca;font-size:12px}.inspection-assistant ul,.inspection-assistant ol{margin:0;padding-left:16px;color:#536d96;font-size:9px;line-height:1.85}.inspection-chips{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:9px}.inspection-chips span{padding:4px 7px;border:1px solid #d5e5fb;border-radius:6px;color:#3763b6;font-size:9px;background:#f5f9ff}.inspection-assistant section:last-of-type div{display:flex;gap:7px}.inspection-assistant button{flex:1;height:30px;border:1px solid #d6e6fb;border-radius:7px;color:#2574e6;font-size:9px;background:#f6faff}.inspection-assistant>small{display:block;padding-top:9px;color:#8799b2;font-size:8px;text-align:center}@media(max-width:1280px){.inspection-metrics{grid-template-columns:repeat(3,1fr)}.inspection-main-grid{grid-template-columns:minmax(760px,1.6fr) 250px}.inspection-filter .service-fields{grid-template-columns:repeat(3,1fr)}}.report-operations{max-width:1520px;margin:0 auto;color:#1a3971}.report-filter .service-fields{grid-template-columns:repeat(6,1fr)}.report-main-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(430px,1.15fr) 260px;gap:11px;margin-top:11px}.report-left,.report-center{display:grid;gap:10px;min-width:0}.report-list{min-height:273px;padding:10px}.report-list h2{margin-bottom:6px}.report-list-head,.report-list>button{display:grid;grid-template-columns:1.4fr .9fr 1.25fr 1fr .65fr 1.05fr .55fr;align-items:center;gap:4px}.report-list-head{min-height:25px;padding:0 8px;color:#617a9c;font-size:9px;background:#f0f7ff}.report-list>button{width:100%;min-height:26px;padding:0 8px;border:0;border-bottom:1px solid #edf4fc;color:#526b90;text-align:left;font-size:9px;background:transparent}.report-list>button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-list>button.selected,.report-list>button:hover{color:#276ed2;background:linear-gradient(90deg,#dcecff,#f8fbff)}.report-list em{padding:2px 6px;border-radius:6px;font-size:8px;font-style:normal}.report-list em.normal{color:#14a777;background:#e5faef}.report-list em.warn{color:#f18d18;background:#fff0dc}.report-list em.archive{color:#7651da;background:#f0e9ff}.report-list footer{display:flex;justify-content:flex-end;padding-top:7px;color:#6b84a8;font-size:9px}.report-list footer span{margin-left:13px}.report-preview{min-height:352px;padding:12px}.report-preview h2{margin-bottom:8px}.report-preview>header{display:flex;align-items:center;gap:9px;padding-bottom:10px;border-bottom:1px solid #e8f1fb}.report-preview-icon{display:grid;width:31px;height:31px;place-items:center;border-radius:9px;color:#fff;background:#2679ed}.report-preview-icon .workspace-glyph{width:19px}.report-preview header h3{margin:0;color:#2c4a7d;font-size:13px}.report-preview header p{margin:3px 0 0;color:#7085a7;font-size:9px}.report-preview>header>em{margin-left:auto;padding:3px 7px;border-radius:7px;color:#10a777;font-size:9px;font-style:normal;background:#e6faef}.report-preview-metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin:9px 0}.report-preview-metrics>span{display:grid;gap:3px;min-height:56px;padding:7px;border:1px solid #e1edf9;border-radius:8px;color:#667e9e;font-size:9px;background:#fbfdff}.report-preview-metrics b{color:#19a978;font-size:14px}.report-preview-metrics span:nth-child(2) b,.report-preview-metrics span:nth-child(3) b{color:#ef7650}.report-preview-metrics span:nth-child(4) b{display:block;height:19px}.report-preview-metrics small{color:#8294af;font-size:8px}.report-preview-grid{display:grid;grid-template-columns:1fr 1fr .92fr;gap:7px}.report-preview-grid>article{min-height:98px;padding:7px;border:1px solid #e3eefb;border-radius:8px}.report-preview-grid .mini-trend{width:100%;height:58px}.report-key-points b{color:#536c90;font-size:10px}.report-key-points p{margin:8px 0 0;color:#2878e8;font-size:9px}.report-sources{margin-top:8px;padding:9px;border:1px solid #e3eefb;border-radius:8px;color:#4f6d98;font-size:9px;background:#f9fcff}.report-mini{min-height:151px;padding:10px}.report-mini h2{margin-bottom:8px}.report-mini h2 em{margin-left:8px;padding:2px 6px;border-radius:7px;color:#ee9219;font-size:9px;font-style:normal;background:#fff0db}.report-mini h2 em.red{color:#ef5d51;background:#ffebe7}.report-mini p{display:flex;justify-content:space-between;gap:8px;margin:6px 0;overflow:hidden;color:#597296;font-size:9px;white-space:nowrap;text-overflow:ellipsis}.report-mini p span{color:#7e91ad;font-size:8px}.report-mini p b{color:#ef6352;font-size:8px}.report-mini button{border:0;color:#2678e7;font-size:9px;background:transparent}.report-risk{min-height:177px;padding:10px}.report-risk h2{display:flex;justify-content:space-between}.report-risk h2 small{color:#7f93b0;font-size:9px;font-weight:400}.report-risk svg{width:100%;height:128px}.report-assistant{padding:11px;border:1px solid #dcecff;border-radius:14px;background:#ffffffd1;box-shadow:0 8px 18px #2266b50f}.report-assistant section{padding:9px 1px;border-bottom:1px solid #e7f0fb}.report-assistant h2{margin:0 0 7px;color:#285dc2;font-size:12px}.report-assistant p{margin:5px 0;color:#597195;font-size:9px;line-height:1.35}.report-assistant section:last-of-type{border-bottom:0}.report-assistant section:last-of-type button{display:block;width:100%;height:29px;margin-top:7px;border:1px solid #d9e8fb;border-radius:7px;color:#2775e5;font-size:9px;background:#f5faff}.report-assistant>small{display:block;margin-top:10px;color:#879ab4;font-size:8px;text-align:center}@media(max-width:1280px){.report-main-grid{grid-template-columns:minmax(640px,1fr) minmax(410px,1fr) 245px}.report-filter .service-fields{grid-template-columns:repeat(3,1fr)}}.ai-workspace-shell{--assistant-column: clamp(280px, 18vw, 390px)}.ai-main{display:grid;grid-template-columns:minmax(0,1fr) var(--assistant-column);align-items:stretch}.ai-canvas{grid-column:1;grid-row:1}.assistant-profile{position:relative;top:auto;right:auto;bottom:auto;grid-column:2;grid-row:1;width:auto;height:100%}.ai-hero{margin-right:0}.ai-canvas.result-mode{padding-right:17px}.hero-capabilities{width:clamp(195px,11.5vw,240px)}.hero-title h1{font-size:clamp(36px,2.35vw,58px)}.hero-robot{top:0;bottom:auto;width:clamp(286px,calc(12vh + 178px),340px);height:calc(100% - 5px)}.brain-hologram{width:clamp(430px,25vw,600px);height:clamp(220px,13vw,320px)}.persistent-composer{left:calc(max(100vw,1440px) / 2 - var(--assistant-column) / 2 + 45px)}@media(max-width:1439px){.ai-workspace-shell{--assistant-column: 280px}.ai-main{display:grid;grid-template-columns:minmax(0,1fr) var(--assistant-column)}.assistant-profile{display:flex;position:relative;top:auto;right:auto;bottom:auto;width:auto;height:100%}.ai-hero{margin-right:0}.ai-canvas.result-mode{padding-right:17px}.hero-capabilities{width:195px}.hero-robot{top:0;bottom:auto;left:18%;width:clamp(286px,calc(12vh + 178px),340px);height:calc(100% - 5px)}.brain-hologram{top:130px;right:22%;bottom:auto;width:430px;height:220px}.persistent-composer{left:calc(720px - var(--assistant-column) / 2 + 45px)}}@media(max-width:1500px){.assistant-profile{padding-inline:13px}.assistant-orb{width:150px;height:150px}.home-metric{grid-template-columns:54px minmax(0,1fr) auto;gap:9px;padding-inline:12px}.metric-icon{width:52px;height:52px;font-size:24px}.home-metric strong{font-size:26px;white-space:nowrap}.home-metric .mini-trend{width:55px}.ai-bottom-grid{grid-template-columns:minmax(610px,1.3fr) minmax(330px,.7fr)}.task-row{grid-template-columns:28px 76px minmax(70px,1fr) 43px 64px}.task-completed{display:none}}.workspace-glyph{position:relative;z-index:2;width:1em;height:1em;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.workspace-glyph .glyph-fill{fill:currentColor;stroke:none}.workspace-glyph .glyph-shine{opacity:.72;stroke-width:1.25}.capability-icon,.metric-icon{position:relative;isolation:isolate;overflow:visible;border:1px solid rgba(255,255,255,.76);color:#fff;background:radial-gradient(circle at 28% 18%,rgba(255,255,255,.8),transparent 25%),linear-gradient(145deg,var(--tile-light),var(--tile-main) 52%,var(--tile-dark));box-shadow:0 0 0 6px var(--tile-aura),inset 0 1px 1px #fffc,inset 0 -9px 16px #10398724,0 9px 17px var(--tile-shadow)}.capability-icon:before,.metric-icon:before{content:"";position:absolute;z-index:1;inset:3px 4px auto;height:34%;border-radius:13px 13px 50% 50%;background:linear-gradient(180deg,rgba(255,255,255,.54),transparent);pointer-events:none}.capability-icon:after,.metric-icon:after{content:"";position:absolute;z-index:0;top:-7px;right:-7px;bottom:-7px;left:-7px;border:1px solid var(--tile-ring);border-radius:21px;opacity:.6;pointer-events:none}.capability-icon{width:54px;height:54px;border-radius:17px}.capability-icon .workspace-glyph{width:30px;height:30px;filter:drop-shadow(0 2px 2px rgba(13,67,153,.28))}.metric-icon{width:64px;height:64px;border-radius:19px}.metric-icon .workspace-glyph{width:34px;height:34px;filter:drop-shadow(0 2px 3px rgba(13,67,153,.3))}.capability-icon.blue,.metric-icon.blue{--tile-light: #83c6ff;--tile-main: #398df9;--tile-dark: #1766e7;--tile-aura: rgba(42, 128, 247, .11);--tile-ring: rgba(61, 146, 255, .36);--tile-shadow: rgba(24, 101, 226, .28)}.capability-icon.mint,.metric-icon.mint{--tile-light: #79e6d2;--tile-main: #32cbb0;--tile-dark: #0aab8b;--tile-aura: rgba(26, 190, 155, .12);--tile-ring: rgba(36, 196, 164, .34);--tile-shadow: rgba(12, 151, 123, .27)}.capability-icon.coral,.metric-icon.coral{--tile-light: #ffaaa2;--tile-main: #ff7469;--tile-dark: #ef4e4a;--tile-aura: rgba(250, 95, 84, .11);--tile-ring: rgba(251, 103, 91, .33);--tile-shadow: rgba(220, 71, 63, .25)}.capability-icon.amber,.metric-icon.amber{--tile-light: #ffd27a;--tile-main: #ffae2e;--tile-dark: #ef8f05;--tile-aura: rgba(250, 161, 28, .12);--tile-ring: rgba(252, 168, 39, .34);--tile-shadow: rgba(221, 126, 8, .25)}.capability-icon.violet,.metric-icon.violet{--tile-light: #cea4ff;--tile-main: #9c5cf6;--tile-dark: #7832df;--tile-aura: rgba(142, 76, 237, .12);--tile-ring: rgba(150, 89, 239, .34);--tile-shadow: rgba(105, 47, 205, .25)}.capability-icon.cyan,.metric-icon.cyan{--tile-light: #7ce9f5;--tile-main: #32c9dc;--tile-dark: #079dbb;--tile-aura: rgba(18, 184, 207, .12);--tile-ring: rgba(30, 190, 213, .34);--tile-shadow: rgba(5, 142, 169, .25)}.capability-card{gap:16px;padding-inline:16px;background:linear-gradient(135deg,#ffffffeb,#f6fbffb8);box-shadow:inset 0 1px #fffffff2,0 9px 22px #3074c51c}.capability-card b{margin-bottom:7px;color:#142e63;font-weight:760}.event-symbol{position:relative;width:58px;height:54px;overflow:visible;border:1px solid rgba(255,255,255,.82);border-radius:13px;box-shadow:inset 0 1px #ffffffeb,0 7px 14px #3467a914}.event-symbol .workspace-glyph{width:39px;height:39px;filter:drop-shadow(0 4px 5px color-mix(in srgb,currentColor 24%,transparent))}.event-symbol.coral{background:linear-gradient(145deg,#fff8f6,#ffece9)}.event-symbol.amber{background:linear-gradient(145deg,#fffaf0,#fff2d8)}.event-symbol.blue{background:linear-gradient(145deg,#f6faff,#e6f0ff)}.event-symbol .glyph-trend{width:43px;height:43px}.event-symbol .glyph-database{stroke-width:2.15}.event-symbol .glyph-report{width:37px;height:37px;stroke-width:1.9}.task-dot{background:radial-gradient(circle,#fff 46%,color-mix(in srgb,currentColor 9%,#fff) 47%);box-shadow:0 0 0 4px color-mix(in srgb,currentColor 8%,transparent)}.task-dot .workspace-glyph{width:14px;height:14px;stroke-width:1.9}.ai-rail-button .workspace-glyph{width:22px;height:22px}.ai-rail>div:last-child .ai-rail-button:last-child{width:32px;height:32px;justify-self:center;border:1px solid #e2ebf7;border-radius:50%;color:#365378;font-size:12px;background:#f4f7fb}.soft-status .workspace-glyph{width:17px;height:17px;margin-right:6px;stroke-width:2}.soft-status.synced .workspace-glyph{color:#1c72e8}.task-state svg{font-size:18px}.task-state.mint svg{color:#19ad7d}.task-state.amber svg{color:#f49a13}.task-state.blue svg{color:#2d7ff0}.task-state.violet svg{color:#8e55ee}.event-card>button{display:flex;align-items:center;justify-content:space-between}.event-card>button .anticon{display:grid;width:24px;height:24px;flex:0 0 auto;place-items:center;border:1px solid #d9e9ff;border-radius:50%;background:#fff;box-shadow:0 4px 9px #326fbe1a}.hero-grid-lines{background:radial-gradient(ellipse at 52% 68%,rgba(166,235,255,.76),transparent 27%),linear-gradient(115deg,transparent 10%,rgba(119,196,255,.13) 10.2%,transparent 10.5% 88%,rgba(119,196,255,.13) 88.2%,transparent 88.5%),repeating-linear-gradient(90deg,transparent 0 64px,rgba(64,148,240,.13) 65px 66px)}.assistant-orb{position:relative;border:1px solid rgba(115,183,255,.25);background:radial-gradient(circle,#fff 8%,#e6f4ff 43%,#bedcff 68%,#b3d6ff33 69%);box-shadow:0 0 0 9px #58a3f812,0 13px 26px #1e6ad121,inset 0 0 28px #4cabff5c}.ai-rail{overflow:hidden;transition:width .26s ease,padding .26s ease,box-shadow .26s ease}.ai-rail .rail-primary,.ai-rail .rail-footer{min-width:0}.ai-rail .rail-icon{display:grid;flex:0 0 auto;place-items:center}.ai-rail .rail-icon>svg{width:24px;height:24px}.ai-rail .rail-copy{display:grid;min-width:0;gap:4px;text-align:left}.ai-rail .rail-copy b{overflow:hidden;font-size:15px;font-weight:760;line-height:1.15;white-space:nowrap}.ai-rail .rail-copy small{overflow:hidden;color:#6d83a5;font-size:11px;line-height:1.15;white-space:nowrap}.ai-rail.is-collapsed{width:74px;padding:14px 10px}.ai-rail.is-collapsed .rail-primary{gap:14px}.ai-rail.is-collapsed .ai-rail-button,.ai-rail.is-collapsed .rail-footer .ai-rail-button{display:grid;width:52px;height:52px;place-items:center;padding:0;border:0}.ai-rail.is-expanded{width:198px;padding:12px 10px;background:#ffffffe6;box-shadow:0 14px 38px #1f69c224;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.ai-rail.is-expanded .rail-primary{gap:0}.ai-rail.is-expanded .rail-primary .ai-rail-button{position:relative;display:flex;width:176px;height:72px;align-items:center;gap:13px;padding:0 12px;border:0;border-bottom:1px solid #e7eef8;border-radius:0;color:#193b78;background:transparent;box-shadow:none}.ai-rail.is-expanded .rail-primary .ai-rail-button:hover{color:#176cf0;background:linear-gradient(90deg,#ebf5ffe6,#f8fcff73)}.ai-rail.is-expanded .rail-primary .ai-rail-button.is-active{height:76px;margin-bottom:2px;border-bottom-color:transparent;border-radius:14px;color:#fff;background:radial-gradient(circle at 82% 22%,rgba(137,220,255,.72),transparent 34%),linear-gradient(135deg,#1673f3,#2789fb 58%,#78c7f7);box-shadow:inset 0 1px #ffffff94,0 8px 18px #2177ed42}.ai-rail.is-expanded .rail-primary .ai-rail-button.is-active .rail-icon{width:42px;height:42px;border-radius:12px;color:#2477ed;background:#fffffff5;box-shadow:0 5px 12px #135acd2e}.ai-rail.is-expanded .rail-primary .ai-rail-button.is-active .rail-copy small{color:#e7f6ffe6}.ai-rail.is-expanded .rail-footer{gap:10px}.ai-rail .rail-footer .ai-rail-button{display:flex;width:100%;height:54px;align-items:center;gap:13px;padding:0 13px;border:1px solid #e4edf8;border-radius:12px;color:#244579;background:#ffffffc7;box-shadow:0 6px 14px #2e67ae12}.ai-rail.is-collapsed .rail-footer{gap:10px}.ai-rail.is-collapsed .rail-footer .ai-rail-button{color:#345276;background:transparent;box-shadow:none}.rail-toggle{display:grid;width:100%;height:36px;place-items:center;border:1px solid #e5edf8;border-radius:11px;color:#31558c;font-size:15px;font-weight:800;letter-spacing:-.16em;background:#ffffffd1;box-shadow:0 5px 13px #2f65a90f}.ai-rail.is-collapsed .rail-toggle{width:32px;height:32px;justify-self:center;border-radius:50%;letter-spacing:0;background:#f4f7fb}.ai-rail .rail-toggle:hover{color:#176cf0;border-color:#cfe2fb;background:#edf6ff}.ai-main{transition:padding-left .26s ease}.ai-workspace-shell.rail-expanded .ai-main{padding-left:214px}.ai-workspace-shell.rail-expanded .persistent-composer{margin-left:62px}.ai-canvas:not(.result-mode){grid-template-rows:405px 120px minmax(235px,1fr);row-gap:16px;padding-top:0}.hero-capabilities{top:39px}.hero-capabilities.right{right:31px}.hero-title{top:29px}.hero-robot{top:6px;left:15%;height:calc(100% + 10px)}.brain-hologram{top:102px;right:23.3%;bottom:auto;width:clamp(470px,28vw,640px);height:250px}.brain-hologram img{width:100%;height:100%;object-fit:contain;object-position:center bottom;transform:scaleX(1.06);filter:drop-shadow(0 8px 18px rgba(23,121,231,.24)) drop-shadow(0 0 13px rgba(92,218,255,.3))}.persistent-composer:not(.on-result){left:calc(max(100vw,1440px) / 2 - var(--assistant-column) / 2 + 87px);width:clamp(620px,37vw,760px)}@media(max-width:1439px){.hero-capabilities{top:39px}.hero-capabilities.right{right:31px}.hero-title{top:29px}.hero-robot{top:6px;left:15%;height:calc(100% + 10px)}.brain-hologram{top:102px;right:23.3%;bottom:auto;width:470px;height:250px}.persistent-composer:not(.on-result){left:calc(720px - var(--assistant-column) / 2 + 87px);width:620px}}.inspection-view .ai-main,.ai-workspace-shell.inspection-view.rail-expanded .ai-main{display:block;padding:10px 8px 8px 185px}.inspection-view .ai-rail.is-expanded{width:159px;padding:8px}.inspection-view .ai-rail.is-expanded .rail-primary .ai-rail-button{width:141px;height:62px}.inspection-view .ai-rail.is-expanded .rail-primary .ai-rail-button.is-active{height:55px}.inspection-view .ai-canvas.service-canvas{display:block;padding:0}.inspection-view .inspection-operations{width:100%;max-width:none;height:100%;display:grid;grid-template-columns:minmax(0,1fr) 219px;grid-template-rows:25px 94px 92px minmax(0,1fr) 43px;column-gap:10px;row-gap:7px;margin:0}.inspection-view .inspection-heading h1{font-size:20px}.inspection-view .inspection-heading p{margin:0;font-size:10px}.inspection-view .inspection-metrics{gap:8px;margin:0}.inspection-view .inspection-metrics>article{height:94px;min-height:0;padding:11px 9px 8px;border-radius:10px}.inspection-view .inspection-metrics .mini-trend{position:absolute;right:8px;bottom:2px;width:88px;height:27px;margin:0}.inspection-view .inspection-filter{height:92px;padding:8px 10px 7px;border-radius:9px}.inspection-view .inspection-filter .service-fields{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:13px;row-gap:5px}.inspection-view .inspection-filter .service-filter-actions{margin-top:5px}.inspection-view .inspection-main-grid{display:contents;margin:0}.inspection-view .inspection-center{width:auto;height:auto;min-width:0;min-height:0;display:grid;grid-column:1;grid-row:4;grid-template-rows:159px 108px minmax(0,1fr);gap:7px}.inspection-view .inspection-top-grid{min-width:0;min-height:0;display:grid;grid-template-columns:minmax(0,1.22fr) minmax(0,1fr);gap:7px}.inspection-view .inspection-task-list,.inspection-view .inspection-progress-panel{height:159px;min-height:0;padding:7px 8px}.inspection-view .inspection-progress-panel{padding-inline:10px}.inspection-view .inspection-task-head,.inspection-view .inspection-task-list>button{min-height:19px;height:19px;padding:0 5px;font-size:7.5px}.inspection-view .inspection-results{height:108px;padding:7px 8px}.inspection-view .inspection-results article{min-height:79px;padding:5px 6px}.inspection-view .inspection-exceptions{min-height:0;padding:6px 8px}.inspection-view .inspection-exception-head,.inspection-view .inspection-exceptions>div{min-height:17px;padding:0 6px;font-size:7px}.inspection-view .inspection-assistant{width:auto;height:auto;min-width:0;min-height:0;display:flex;grid-column:2;grid-row:1 / 5;padding:0;border-radius:10px}.inspection-view .inspection-assistant section{padding:9px 12px}.inspection-view .inspection-assistant button{height:27px;font-size:7px}.inspection-view .inspection-actions{grid-column:1;grid-row:5;gap:21px;margin:0}.inspection-view .inspection-actions button{min-width:136px;height:41px;border-radius:8px;font-size:12px}.inspection-view .inspection-operations{grid-template-rows:25px 94px 97px minmax(0,1fr) 43px}.inspection-view .inspection-filter{align-self:center;padding:5px 10px 4px}.inspection-view .inspection-filter .service-fields{height:58px;grid-template-rows:repeat(2,28px);row-gap:2px;align-content:start}.inspection-view .inspection-filter .service-fields label{gap:2px;align-content:start;font-size:7px;line-height:8px}.inspection-view .inspection-filter .service-fields select,.inspection-view .inspection-filter .service-fields input{height:18px;padding-inline:8px;font-size:8px}.inspection-view .inspection-filter .service-keyword>svg{bottom:4px;font-size:9px}.inspection-view .inspection-filter .service-filter-actions{height:20px;margin-top:1px}.inspection-view .inspection-filter .service-filter-tags{height:20px}.inspection-view .inspection-filter .service-filter-tags button{height:20px;padding-inline:9px}.inspection-view .inspection-filter .service-search,.inspection-view .inspection-filter .service-reset{height:22px;padding-inline:13px}.inspection-view .inspection-assistant{gap:7px;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.inspection-view .inspection-assistant-hero,.inspection-view .inspection-assistant section,.inspection-view .inspection-assistant>small{box-sizing:border-box;overflow:hidden;border:1px solid #dce9f8;border-radius:9px;background-color:#ffffffe0;box-shadow:0 5px 13px #2764ae0e}.inspection-view .inspection-assistant-hero{height:198px;flex:0 0 198px}.inspection-view .inspection-assistant section:nth-of-type(1){min-height:0;height:151px;flex:0 0 151px}.inspection-view .inspection-assistant section:nth-of-type(2){min-height:0;height:188px;flex:0 0 188px}.inspection-view .inspection-assistant section:nth-of-type(3){min-height:0;height:71px;flex:0 0 71px}.inspection-view .inspection-assistant>small{height:28px;flex:0 0 28px;margin:0;padding:7px 3px}@media(min-width:1800px){.inspection-view .ai-main,.ai-workspace-shell.inspection-view.rail-expanded .ai-main{padding:13px 14px 10px 224px}.inspection-view .ai-canvas.service-canvas{height:min(950px,calc(100vh - 87px))}.inspection-view .ai-rail,.inspection-view .ai-rail.is-expanded{top:77px;bottom:78px;left:12px;width:194px;padding:10px}.inspection-view .ai-rail.is-expanded .rail-primary .ai-rail-button{width:172px;height:77px;gap:13px;padding-inline:13px}.inspection-view .ai-rail.is-expanded .rail-primary .ai-rail-button.is-active{height:68px}.inspection-view .ai-rail.is-expanded .rail-primary .ai-rail-button.is-active .rail-icon{width:42px;height:42px}.inspection-view .ai-rail .rail-copy b{font-size:15px}.inspection-view .ai-rail .rail-copy small{font-size:11px}.inspection-view .ai-rail .rail-footer .ai-rail-button{height:50px}.inspection-view .rail-toggle{height:40px}.inspection-view .inspection-operations{height:950px;grid-template-columns:minmax(0,1fr) 300px;grid-template-rows:34px 124px 121px minmax(0,1fr) 56px;column-gap:14px;row-gap:10px}.inspection-view .inspection-heading h1{font-size:27px;line-height:34px}.inspection-view .inspection-heading p{font-size:13px;line-height:34px}.inspection-view .inspection-metrics{gap:12px}.inspection-view .inspection-metrics>article{height:124px;padding:15px 13px 10px}.inspection-view .inspection-metrics .service-metric-icon{width:48px;height:48px}.inspection-view .inspection-metrics b{font-size:13px}.inspection-view .inspection-metrics strong{font-size:24px}.inspection-view .inspection-metrics small{font-size:10px}.inspection-view .inspection-metrics .mini-trend{width:116px;height:34px}.inspection-view .inspection-filter{height:121px;padding:8px 13px 7px}.inspection-view .inspection-filter .service-fields{height:80px;grid-template-rows:repeat(2,39px)}.inspection-view .inspection-filter .service-fields label{gap:3px;font-size:9px;line-height:11px}.inspection-view .inspection-filter .service-fields select,.inspection-view .inspection-filter .service-fields input{height:25px;font-size:10px}.inspection-view .inspection-filter .service-filter-actions{height:27px;margin-top:1px}.inspection-view .inspection-filter .service-filter-tags,.inspection-view .inspection-filter .service-filter-tags button{height:27px}.inspection-view .inspection-filter .service-filter-tags button{font-size:10px}.inspection-view .inspection-filter .service-search,.inspection-view .inspection-filter .service-reset{height:29px;font-size:11px}.inspection-view .inspection-center{grid-template-rows:207px 142px minmax(0,1fr);gap:10px}.inspection-view .inspection-top-grid{gap:10px}.inspection-view .inspection-task-list,.inspection-view .inspection-progress-panel{height:207px;padding:10px 11px}.inspection-view .inspection-task-head,.inspection-view .inspection-task-list>button{min-height:25px;height:25px;font-size:10px}.inspection-view .inspection-progress-panel{padding-inline:14px}.inspection-view .inspection-timeline>div{font-size:10px}.inspection-view .inspection-timeline i{width:27px;height:27px}.inspection-view .inspection-timeline b{font-size:10px}.inspection-view .inspection-timeline small,.inspection-view .inspection-timeline time{font-size:9px}.inspection-view .inspection-results{height:142px;padding:10px 11px}.inspection-view .inspection-results article{min-height:105px;padding:7px 8px}.inspection-view .inspection-results header{font-size:11px}.inspection-view .inspection-results p,.inspection-view .inspection-results small{font-size:9px}.inspection-view .inspection-exceptions{padding:9px 11px}.inspection-view .inspection-exception-head,.inspection-view .inspection-exceptions>div{min-height:23px;font-size:9px}.inspection-view .inspection-assistant{gap:10px}.inspection-view .inspection-assistant-hero{height:260px;flex-basis:260px;padding:15px}.inspection-view .inspection-assistant-hero b{font-size:15px}.inspection-view .inspection-assistant-hero figure{width:150px;height:150px}.inspection-view .inspection-assistant-hero h3{font-size:14px}.inspection-view .inspection-assistant-hero p{font-size:10px}.inspection-view .inspection-assistant section{padding:12px 16px}.inspection-view .inspection-assistant section:nth-of-type(1){height:195px;flex-basis:195px}.inspection-view .inspection-assistant section:nth-of-type(2){height:250px;flex-basis:250px}.inspection-view .inspection-assistant section:nth-of-type(3){height:90px;flex-basis:90px}.inspection-view .inspection-assistant h2{font-size:14px}.inspection-view .inspection-assistant ul,.inspection-view .inspection-assistant ol{font-size:10px}.inspection-view .inspection-assistant button{height:34px;font-size:9px}.inspection-view .inspection-assistant>small{height:49px;flex-basis:49px;padding-top:15px;font-size:9px}.inspection-view .inspection-actions{gap:27px}.inspection-view .inspection-actions button{min-width:176px;height:52px;font-size:15px}}.ai-workspace-shell.report-view{width:100%;min-width:1440px;min-height:100vh;margin:0;padding:0;border-radius:0;color:#15366f;background:#f6fbff;box-shadow:none}.report-view .ai-main{display:grid;grid-template-columns:minmax(0,1fr) var(--assistant-column);gap:14px;height:calc(100vh - 69px);min-height:820px;padding:13px 18px 18px 90px!important}.report-view.rail-expanded .ai-main{padding-left:214px!important}.report-view .ai-canvas.service-canvas{width:100%;height:100%;min-height:0;overflow:auto;padding:13px 14px 18px}.report-content{width:100%;min-width:0}.report-heading{height:44px;padding-left:2px}.report-heading h1{margin:0;color:#102f69;font-size:20px;font-weight:850;line-height:24px;letter-spacing:.02em}.report-heading p{margin:3px 0 0;color:#7388a9;font-size:9px;letter-spacing:.02em}.report-metric-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;height:97px}.report-metric-card{position:relative;display:flex;align-items:flex-start;min-width:0;overflow:hidden;padding:13px 9px 9px 52px;border:1px solid #dce9f8;border-radius:12px;background:#fffffff0;box-shadow:0 7px 16px #2a68b412,inset 0 1px #fff}.report-metric-icon{position:absolute;top:13px;left:10px;display:grid;width:34px;height:34px;place-items:center;border-radius:9px;color:#fff;background:linear-gradient(145deg,#43a4ff,#1770ee);box-shadow:0 6px 11px #2277ee47,inset 0 1px #ffffff73}.report-metric-card.mint .report-metric-icon{background:linear-gradient(145deg,#32cfa4,#13a976)}.report-metric-card.amber .report-metric-icon{background:linear-gradient(145deg,#ffbe44,#ff8b19)}.report-metric-card.coral .report-metric-icon{background:linear-gradient(145deg,#ff7b70,#f24945)}.report-metric-card.violet .report-metric-icon{background:linear-gradient(145deg,#a476ff,#7448e7)}.report-metric-icon .workspace-glyph{width:21px;height:21px}.report-metric-card>div{display:grid;min-width:0;gap:2px}.report-metric-card b{overflow:hidden;color:#344f79;font-size:9px;line-height:12px;white-space:nowrap;text-overflow:ellipsis}.report-metric-card strong{display:flex;gap:3px;color:#267af0;font-size:16px;line-height:20px;white-space:nowrap}.report-metric-card.mint strong{color:#15ae7b}.report-metric-card.amber strong{color:#f49315}.report-metric-card.coral strong{color:#ef4c48}.report-metric-card.violet strong{color:#7d4eed}.report-metric-card:last-child strong{display:grid;gap:0;font-size:12px;line-height:14px}.report-metric-card small{color:#8092ac;font-size:7px;white-space:nowrap}.report-metric-card .mini-trend{position:absolute;right:8px;bottom:6px;width:72px;height:26px;opacity:.96}.report-filter-panel{height:82px;margin-top:8px;padding:8px 10px 7px;border:1px solid #dce9f8;border-radius:11px;background:#fffffff2;box-shadow:0 7px 16px #2a68b40d,inset 0 1px #fff}.report-filter-fields{display:grid;grid-template-columns:1fr 1.1fr 1fr 1fr 1fr 1.35fr;gap:10px}.report-filter-fields label{display:grid;gap:3px;color:#5b7195;font-size:8px}.report-filter-fields select,.report-filter-fields input{width:100%;height:26px;padding:0 9px;border:1px solid #d7e6f8;border-radius:6px;outline:0;color:#526b90;font:inherit;font-size:9px;background:#fbfdff}.report-filter-row{display:flex;align-items:center;justify-content:space-between;margin-top:6px}.report-filter-tags{display:flex;gap:6px}.report-filter-tags button,.report-reset{height:23px;padding:0 11px;border:1px solid #e2ebf7;border-radius:7px;color:#587096;font-size:8px;background:#f7faff}.report-filter-tags button.active{border-color:#2b7df1;color:#fff;background:linear-gradient(135deg,#2588ff,#216ee9);box-shadow:0 4px 8px #2270eb3b}.report-filter-buttons{display:flex;gap:6px}.report-filter-buttons button{display:inline-flex;height:25px;align-items:center;justify-content:center;gap:5px;padding:0 12px;border-radius:6px;font-size:8px}.report-query{border:0;color:#fff;background:linear-gradient(135deg,#2487ff,#176ce8);box-shadow:0 5px 9px #1b6be73d}.report-main-stage{margin-top:8px}.report-top-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(0,1fr);gap:8px;height:253px;align-items:start}.report-card{min-width:0;border:1px solid #dce9f8;border-radius:10px;background:#fffffff5;box-shadow:0 7px 16px #2a68b40d,inset 0 1px #fff}.report-card h2{margin:0;color:#284b7d;font-size:11px;line-height:15px}.report-list-card{height:253px;padding:9px 9px 7px}.report-table-head,.report-list-card>button{display:grid;grid-template-columns:1.42fr .83fr 1.17fr .88fr .66fr 1.05fr .54fr;align-items:center;gap:4px}.report-table-head{height:23px;margin-top:6px;padding:0 7px;color:#62789a;font-size:7px;background:#f0f6fd}.report-list-card>button{width:100%;height:25px;padding:0 7px;border:0;border-bottom:1px solid #edf2f8;color:#4f668a;text-align:left;font-size:7px;background:transparent}.report-list-card>button span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.report-list-card>button.selected{border:1px solid #63a1f5;border-radius:4px;color:#2674dd;background:linear-gradient(90deg,#e6f2ff,#f8fbff);box-shadow:inset 0 0 0 1px #ffffffb3}.report-list-card em{padding:2px 5px;border-radius:5px;font-size:7px;font-style:normal}.report-list-card em.normal{color:#0ea877;background:#e3f9ef}.report-list-card em.warn{color:#ef9015;background:#fff1dc}.report-list-card em.archive{color:#7650dc;background:#f0e9ff}.report-list-card footer{display:flex;height:24px;align-items:center;justify-content:flex-end;gap:9px;color:#7185a3;font-size:7px}.report-list-card footer b{display:grid;width:18px;height:18px;place-items:center;border:1px solid #8eb7f4;border-radius:5px;color:#2777e7;background:#f7fbff}.report-list-card footer label{padding:4px 8px;border:1px solid #dde9f7;border-radius:5px}.report-preview-card{height:284px;padding:9px 10px 8px;transform:translateY(-31px)}.report-preview-card>header{display:flex;height:46px;align-items:center;gap:8px;margin-top:4px;padding-bottom:7px;border-bottom:1px solid #e9f0f8}.report-preview-icon{display:grid;width:29px;height:29px;flex:0 0 29px;place-items:center;border-radius:7px;color:#fff;background:linear-gradient(145deg,#43a2ff,#1970ed);box-shadow:0 5px 10px #1f71eb3d}.report-preview-icon .workspace-glyph{width:17px;height:17px}.report-preview-card header div{min-width:0}.report-preview-card header h3{overflow:hidden;margin:0;color:#2a4978;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.report-preview-card header p{margin:3px 0 0;color:#7084a3;font-size:6px;white-space:nowrap}.report-preview-card header em{margin-left:auto;padding:3px 6px;border-radius:6px;color:#0ca675;font-size:7px;font-style:normal;background:#e6faef}.report-preview-metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;margin:7px 0}.report-preview-metrics>span{display:grid;min-width:0;height:55px;gap:2px;padding:6px;border:1px solid #e2ecf8;border-radius:7px;background:#fbfdff}.report-preview-metrics small{color:#607698;font-size:7px}.report-preview-metrics b{overflow:hidden;color:#7650e7;font-size:11px;white-space:nowrap}.report-preview-metrics b.healthy{color:#12a878}.report-preview-metrics b.warning{color:#f19414}.report-preview-metrics b.danger{color:#ef4f48}.report-preview-metrics b.focus{color:#2876e8}.report-preview-metrics i{color:#8798b0;font-size:6px;font-style:normal}.report-preview-metrics .mini-trend{width:100%;height:19px}.report-preview-grid{display:grid;grid-template-columns:1fr 1fr .94fr;gap:5px}.report-preview-grid>article{position:relative;height:82px;overflow:hidden;padding:6px;border:1px solid #e2ecf8;border-radius:7px}.report-preview-grid article>b{color:#4f678b;font-size:7px}.report-preview-grid article>strong{position:absolute;top:18px;right:8px;color:#12a878;font-size:7px}.report-preview-grid svg{width:100%;height:54px;margin-top:3px}.risk-bar-chart{display:flex;height:47px;align-items:flex-end;gap:10px;padding:4px 7px 0;border-bottom:1px solid #e6edf7}.risk-bar-chart i{width:7px;max-height:38px;background:linear-gradient(#ef7180 0,#ef7180 34%,#f7b34e 34%,#f7b34e 65%,#7c55e8 65%)}.risk-legend{display:flex;justify-content:center;gap:5px;color:#8192aa;font-size:5px}.risk-legend span:nth-child(1){color:#ef6372}.risk-legend span:nth-child(2){color:#f3a534}.risk-legend span:nth-child(3){color:#7052df}.report-preview-grid .report-key-points{padding-inline:8px}.report-key-points p{margin:5px 0 0;color:#2677e8;font-size:6px}.report-sources{display:grid;grid-template-columns:repeat(5,1fr);gap:3px;margin-top:5px;padding:5px 8px;border:1px solid #e3ecf7;border-radius:6px;color:#316da8;background:#f8fbff}.report-sources span{display:grid;font-size:6px}.report-sources small{color:#8293aa;font-size:5px}.report-bottom-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.16fr);gap:8px;height:149px;margin-top:8px}.report-compact-card,.report-risk-card{height:149px;padding:8px 9px}.report-compact-card h2{display:flex;align-items:center;gap:5px}.report-compact-card h2>span{color:#f2a01f;font-size:12px}.report-compact-card.issues h2>span{color:#ef5a54}.report-compact-card h2 em{margin-left:3px;padding:2px 6px;border-radius:6px;color:#f0981c;font-size:7px;font-style:normal;background:#fff1dc}.report-compact-card.issues h2 em{color:#ef5c52;background:#ffebe8}.compact-table-head,.report-compact-card p{display:grid;grid-template-columns:1.24fr 1fr .8fr 1.3fr;align-items:center;gap:4px}.compact-table-head{height:18px;margin-top:5px;padding:0 4px;color:#62799b;font-size:6px;background:#f1f6fc}.report-compact-card p{height:18px;margin:0;padding:0 4px;border-bottom:1px solid #eef3f9;color:#526a8d;font-size:6px}.report-compact-card p span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.report-compact-card p b{width:fit-content;padding:2px 5px;border-radius:5px;color:#ef5d52;font-size:6px;background:#ffebe8}.report-compact-card p b.done{color:#0ba876;background:#e5f9ef}.report-compact-card>button{margin-top:5px;padding:0;border:0;color:#2677e7;font-size:7px;background:transparent}.report-risk-card h2{display:flex;align-items:center;justify-content:space-between}.report-risk-card h2 span{display:inline-flex;align-items:center;gap:8px}.report-risk-card h2 small{color:#7e90aa;font-size:6px;font-weight:400}.report-risk-card select{height:21px;padding:0 7px;border:1px solid #d8e7f8;border-radius:5px;color:#557096;font-size:7px;background:#fbfdff}.report-risk-card svg{width:100%;height:104px}.risk-chart-legend{display:flex;justify-content:center;gap:18px;margin-top:-4px;font-size:6px}.risk-chart-legend span:nth-child(1){color:#eb6170}.risk-chart-legend span:nth-child(2){color:#f1a238}.risk-chart-legend span:nth-child(3){color:#7351df}.report-actions{display:flex;height:57px;align-items:flex-end;justify-content:center;gap:28px}.report-actions button{display:inline-flex;width:146px;height:42px;align-items:center;justify-content:center;gap:9px;border:0;border-radius:8px;color:#fff;font-size:12px;font-weight:700;background:linear-gradient(135deg,#258cff,#1267e8);box-shadow:0 7px 13px #1d6ae53d,inset 0 1px #fff6}.report-actions button.secondary{width:147px;border:1px solid #91b9f4;color:#31598b;background:#fff;box-shadow:0 5px 11px #2564af14}.report-side-panel{grid-column:2;grid-row:1;width:100%;height:100%;min-height:0;overflow:hidden;padding:10px 10px 8px;border:1px solid #dce9f8;border-radius:23px;background:#ffffffc7;box-shadow:0 8px 20px #2564af0f,inset 0 1px #fff}.report-assistant-hero{height:183px;text-align:center}.report-assistant-hero header{display:flex;align-items:center;justify-content:space-between}.report-assistant-hero header b{color:#263e69;font-size:12px}.report-assistant-hero header span{padding:3px 7px;border-radius:8px;color:#0ca777;font-size:7px;background:#e7f9f0}.report-assistant-hero figure{position:relative;width:116px;height:116px;margin:6px auto 1px;overflow:hidden;border-radius:50%;background:radial-gradient(circle at 50% 26%,#fff,#dceeff 58%,#afd5ff 78%);box-shadow:0 0 0 8px #57a1f514,0 8px 17px #1f65c221,inset 0 0 24px #419fff38}.report-assistant-hero figure img{position:absolute;top:2px;left:50%;width:82px;height:auto;transform:translate(-50%);filter:drop-shadow(0 7px 7px rgba(31,87,164,.16))}.report-assistant-hero h3{margin:0;color:#203963;font-size:12px}.report-assistant-hero p{margin:4px 0 0;color:#7185a3;font-size:8px}.report-side-panel>section:not(.report-assistant-hero){margin-top:7px;padding:8px 10px;border:1px solid #e0ebf7;border-radius:9px;background:#ffffffb3;box-shadow:0 4px 10px #316aae0a}.report-side-panel>section h2{margin:0 0 6px;color:#1469e8;font-size:10px}.report-side-panel>section.orange h2{color:#f08713}.report-side-panel>section p{margin:4px 0;color:#4e678b;font-size:7px;line-height:1.2}.report-export button{display:flex;width:85px;height:26px;align-items:center;justify-content:center;gap:5px;margin:6px 0 0;border:1px solid #cfe1f8;border-radius:6px;color:#2474e6;font-size:7px;background:#f8fbff}.report-side-panel>small{display:block;margin-top:20px;color:#8797ae;font-size:6px;text-align:center}.ai-workspace-shell{--assistant-column: clamp(280px, 16vw, 320px)}.inspection-view .ai-main,.inspection-view.rail-expanded .ai-main,.ai-workspace-shell.inspection-view.rail-expanded .ai-main{display:grid;grid-template-columns:minmax(0,1fr) var(--assistant-column);gap:14px;height:calc(100vh - 69px);min-height:820px;padding:13px 18px 18px 90px!important}.inspection-view.rail-expanded .ai-main,.ai-workspace-shell.inspection-view.rail-expanded .ai-main{padding-left:214px!important}.inspection-view .ai-rail.is-expanded{width:198px;padding:12px 10px;border-radius:22px}.inspection-view .ai-rail.is-expanded .rail-primary{gap:0}.inspection-view .ai-rail.is-expanded .rail-primary .ai-rail-button{width:176px;height:72px;gap:13px;padding:0 12px}.inspection-view .ai-rail.is-expanded .rail-primary .ai-rail-button.is-active{width:176px;height:76px;margin-left:0;border-radius:14px}.inspection-view .ai-rail.is-expanded .rail-primary .ai-rail-button.is-active .rail-icon{width:42px;height:42px}.inspection-view .ai-rail .rail-icon>svg{width:24px;height:24px}.inspection-view .ai-rail .rail-copy b{font-size:15px}.inspection-view .ai-rail .rail-copy small{font-size:11px}.inspection-view .ai-rail .rail-footer .ai-rail-button{height:54px}.inspection-view .rail-toggle{height:36px}.inspection-view .ai-canvas.service-canvas{grid-column:1;grid-row:1;width:100%;height:100%;min-height:0;overflow:visible;padding:13px 14px 18px}.inspection-view .inspection-operations{width:100%;height:calc(100% + 26px);min-height:0;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:30px 113px 110px minmax(0,1fr) 49px;gap:10px;margin:0}.inspection-view .inspection-heading{min-height:0;padding:0 8px}.inspection-view .inspection-heading>div{display:flex;height:30px;align-items:center;gap:25px}.inspection-view .inspection-heading h1{margin:0;color:#102f69;font-size:26px;line-height:30px;letter-spacing:-.025em}.inspection-view .inspection-heading p{margin:0;color:#6d83a5;font-size:13px;line-height:30px}.inspection-view .inspection-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;height:113px;margin:0}.inspection-view .inspection-metrics>article{position:relative;height:113px;min-height:0;display:flex;align-items:flex-start;padding:14px 10px 10px 62px;overflow:hidden;border:1px solid #dce9f8;border-radius:12px;background:#fffffff0;box-shadow:0 7px 16px #2a68b412,inset 0 1px #fff}.inspection-view .inspection-metrics .service-metric-icon{position:absolute;top:15px;left:12px;width:46px;height:46px;border-radius:13px}.inspection-view .inspection-metrics .service-metric-icon .workspace-glyph{width:25px;height:25px}.inspection-view .inspection-metrics>article>div{display:grid;min-width:0;gap:3px}.inspection-view .inspection-metrics b{color:#36517b;font-size:12px;line-height:15px}.inspection-view .inspection-metrics strong{font-size:23px;line-height:27px;white-space:nowrap}.inspection-view .inspection-metrics>article:last-child strong{font-size:13px;letter-spacing:-.02em}.inspection-view .inspection-metrics small{color:#8293ad;font-size:9px;white-space:nowrap}.inspection-view .inspection-metrics .mini-trend{position:absolute;right:10px;bottom:5px;width:104px;height:34px;margin:0}.inspection-view .inspection-filter{height:110px;padding:10px 13px 8px;border-radius:11px}.inspection-view .inspection-filter .service-fields{display:grid;height:67px;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,29px);column-gap:26px;row-gap:7px}.inspection-view .inspection-filter .service-fields label{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;color:#405c88;font-size:10px;line-height:29px;white-space:nowrap}.inspection-view .inspection-filter .service-fields select,.inspection-view .inspection-filter .service-fields input{height:27px;min-width:0;padding:0 10px;border-radius:6px;font-size:10px}.inspection-view .inspection-filter .service-keyword{position:relative}.inspection-view .inspection-filter .service-keyword>svg{position:absolute;right:10px;bottom:8px;color:#1c70e8;font-size:11px}.inspection-view .inspection-filter .service-filter-actions{height:26px;margin-top:4px}.inspection-view .inspection-filter .service-filter-tags{height:26px;align-items:center;gap:7px}.inspection-view .inspection-filter .service-filter-tags b{color:#4d678e;font-size:10px}.inspection-view .inspection-filter .service-filter-tags button{height:25px;padding:0 12px;border-radius:7px;font-size:9px}.inspection-view .inspection-filter .service-search,.inspection-view .inspection-filter .service-reset{height:28px;padding:0 17px;border-radius:7px;font-size:10px}.inspection-view .inspection-main-grid{display:block;min-width:0;min-height:0;margin:0}.inspection-view .inspection-center{width:100%;height:100%;min-width:0;min-height:0;display:grid;grid-template-rows:192px 134px minmax(0,1fr);gap:10px}.inspection-view .inspection-top-grid{min-width:0;min-height:0;display:grid;grid-template-columns:minmax(0,1.22fr) minmax(0,1fr);gap:10px}.inspection-view .inspection-task-list,.inspection-view .inspection-progress-panel{width:100%;height:192px;min-height:0;padding:10px 11px;border-radius:11px}.inspection-view .inspection-task-list h2,.inspection-view .inspection-progress-panel h2,.inspection-view .inspection-results h2,.inspection-view .inspection-exceptions h2{font-size:12px;line-height:16px}.inspection-view .inspection-task-head,.inspection-view .inspection-task-list>button{height:24px;min-height:24px;padding:0 7px;font-size:8px}.inspection-view .inspection-task-list>button.selected{border-radius:4px}.inspection-view .inspection-progress-panel{padding-inline:14px}.inspection-view .inspection-timeline{height:145px;padding-top:22px}.inspection-view .inspection-timeline:before{top:42px;right:7%;left:7%}.inspection-view .inspection-timeline>div{font-size:8px}.inspection-view .inspection-timeline i{width:27px;height:27px;font-size:11px}.inspection-view .inspection-timeline b{margin-top:8px;font-size:9px}.inspection-view .inspection-timeline small,.inspection-view .inspection-timeline time{margin-top:6px;font-size:7px}.inspection-view .inspection-results{width:100%;height:134px;min-height:0;padding:9px 10px;border-radius:11px}.inspection-view .inspection-results>div{grid-template-columns:repeat(7,minmax(0,1fr));gap:7px}.inspection-view .inspection-results article{height:104px;min-height:0;padding:7px 8px;border-radius:7px}.inspection-view .inspection-results header{font-size:9px}.inspection-view .inspection-results header .workspace-glyph{width:14px;height:14px}.inspection-view .inspection-results p,.inspection-view .inspection-results small{margin:5px 0 0;font-size:7px}.inspection-view .inspection-exceptions{min-height:0;padding:8px 10px;border-radius:11px;overflow:hidden}.inspection-view .inspection-exception-head,.inspection-view .inspection-exceptions>div{display:grid;grid-template-columns:1.03fr 2.35fr .7fr 1.55fr 2.15fr .95fr;align-items:center;gap:7px;min-height:17px;padding:0 7px;font-size:7px}.inspection-view .inspection-exception-head{margin-top:3px}.inspection-view .inspection-exceptions>div>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inspection-view .inspection-exceptions em.low{color:#10a877;background:#e5f9ef}.inspection-view .inspection-actions{display:flex;height:49px;align-items:flex-end;justify-content:center;gap:28px;margin:0}.inspection-view .inspection-actions button{min-width:164px;height:48px;border-radius:9px;font-size:13px}.inspection-view .inspection-assistant{grid-column:2;grid-row:1;width:100%;height:100%;min-width:0;min-height:0;display:flex;flex-direction:column;gap:10px;padding:10px;overflow:hidden;border:1px solid #dcecff;border-radius:23px;background:#ffffffc7;box-shadow:inset 0 1px #fff}.inspection-view .inspection-assistant-hero{height:230px;flex:0 0 230px;padding:10px 12px 8px;border:0;border-radius:12px;background:linear-gradient(180deg,#f8fcfff2,#eef7ffb8)}.inspection-view .inspection-assistant-hero>div{display:flex;align-items:center;justify-content:space-between}.inspection-view .inspection-assistant-hero b{color:#263e69;font-size:14px}.inspection-view .inspection-assistant-hero>div span{padding:4px 8px;border-radius:8px;color:#0ba675;font-size:8px;background:#e7f9f0}.inspection-view .inspection-assistant-hero figure{width:145px;height:145px;margin:6px auto 3px;border-radius:50%}.inspection-view .inspection-assistant-hero figure img{width:103px;top:3px}.inspection-view .inspection-assistant-hero h3{margin:0;font-size:14px}.inspection-view .inspection-assistant-hero p{margin:5px 0 0;font-size:9px}.inspection-view .inspection-assistant section{flex:0 0 auto;padding:11px 14px;overflow:hidden;border:1px solid #e0ebf7;border-radius:11px;background:#ffffffb8;box-shadow:0 4px 10px #316aae0a}.inspection-view .inspection-assistant section:nth-of-type(1){min-height:188px}.inspection-view .inspection-assistant section:nth-of-type(2){flex:1 1 auto;min-height:218px}.inspection-view .inspection-assistant section:nth-of-type(3){min-height:94px}.inspection-view .inspection-assistant h2{margin:0 0 8px;font-size:13px}.inspection-view .inspection-assistant ul,.inspection-view .inspection-assistant ol{font-size:9px;line-height:1.75}.inspection-view .inspection-chips{gap:5px;margin-bottom:8px}.inspection-view .inspection-chips span{padding:4px 7px;font-size:8px}.inspection-view .inspection-advice-list{counter-reset:inspection-advice;list-style:none;padding-left:0!important}.inspection-view .inspection-advice-list li{position:relative;min-height:22px;padding-left:24px}.inspection-view .inspection-advice-list li:before{counter-increment:inspection-advice;content:counter(inspection-advice);position:absolute;top:2px;left:0;display:grid;width:16px;height:16px;place-items:center;border-radius:50%;color:#fff;font-size:8px;background:#1675ef}.inspection-view .inspection-assistant section:last-of-type div{display:flex;gap:8px}.inspection-view .inspection-assistant button{height:31px;font-size:8px}.inspection-view .inspection-assistant>small{height:28px;flex:0 0 28px;padding-top:7px;font-size:7px}@media(max-width:1599px){.inspection-view .inspection-heading h1{font-size:22px}.inspection-view .inspection-heading p{font-size:11px}.inspection-view .inspection-metrics>article{padding-left:56px}.inspection-view .inspection-metrics .service-metric-icon{width:42px;height:42px}.inspection-view .inspection-metrics strong{font-size:20px}.inspection-view .inspection-filter .service-fields{column-gap:14px}.inspection-view .inspection-assistant-hero{height:220px;flex-basis:220px}.inspection-view .inspection-assistant section:nth-of-type(1){min-height:170px}.inspection-view .inspection-assistant section:nth-of-type(2){min-height:200px}}.service-view{--service-assistant-width: clamp(248px, 15.5vw, 270px)}.service-view .ai-main,.service-view.rail-expanded .ai-main{display:block;height:calc(100vh - 69px);min-height:731px;padding:13px 18px 18px 214px!important}.service-view:not(.rail-expanded) .ai-main{padding-left:90px!important}.service-view .ai-canvas.service-canvas{display:block;width:100%;height:100%;min-height:0;padding:12px 14px 10px;overflow:auto;border-radius:23px;background:radial-gradient(circle at 78% 0%,rgba(204,232,255,.34),transparent 32%),linear-gradient(135deg,#f9fcff,#edf7ff 56%,#f8fbff)}.service-view .service-operations{display:grid;grid-template-columns:minmax(0,1fr) var(--service-assistant-width);gap:14px;width:100%;height:100%;min-width:0;min-height:814px;margin:0}.service-view .service-workspace{display:grid;grid-template-rows:48px 122px 88px minmax(320px,1fr) 140px 46px;gap:10px;min-width:0;min-height:0}.service-view .service-page-heading{min-height:0;align-items:center;padding:0 12px}.service-view .service-page-heading h1{margin:0;color:#162f65;font-size:23px;font-weight:780;letter-spacing:-.035em}.service-view .service-page-heading h1 span{color:#173d82}.service-view .service-page-heading p{margin:4px 0 0;color:#607ba3;font-size:11px}.service-view .service-filter-panel,.service-view .service-panel,.service-view .service-assistant-summary,.service-view .service-metrics>article{border-color:#dbeafb;background:#ffffffe6;box-shadow:0 7px 18px #2663ac0e,inset 0 1px #ffffffe6}.service-view .service-filter-panel{height:122px;padding:13px 16px 11px;border-radius:14px}.service-view .service-fields{grid-template-columns:1.04fr 1.04fr 1.04fr 1.04fr .92fr 1.35fr;gap:18px}.service-view .service-fields label{gap:5px;color:#354d74;font-size:10px;font-weight:650}.service-view .service-fields input,.service-view .service-fields select{height:31px;padding:0 11px;border-color:#cadff5;border-radius:7px;color:#4f6381;font-size:11px;background:#fbfdff}.service-view .service-field-control{position:relative;display:block}.service-view .service-field-control input{padding-right:32px}.service-view .service-field-control>.anticon{position:absolute;top:50%;right:11px;color:#687d9e;font-size:13px;transform:translateY(-50%);pointer-events:none}.service-view .service-filter-actions{gap:14px;margin-top:10px}.service-view .service-filter-tags{flex-wrap:nowrap;gap:8px}.service-view .service-filter-tags button,.service-view .service-reset{height:29px;padding:0 13px;border-color:#dfe9f6;border-radius:9px;color:#536b91;font-size:10px;white-space:nowrap;background:#f7faff}.service-view .service-filter-tags button.active{border-color:#2479ed;background:linear-gradient(145deg,#2490ff,#246bea);box-shadow:0 5px 10px #1f71ea3d,inset 0 1px #ffffff59}.service-view .service-search{display:inline-flex;height:34px;align-items:center;gap:7px;margin-right:9px;padding:0 20px;border-radius:8px;font-size:11px}.service-view .service-reset{display:inline-flex;height:34px;align-items:center;gap:7px;padding:0 17px;background:#fff}.service-view .service-metrics{height:88px;gap:9px;margin:0}.service-view .service-metrics article{position:relative;grid-template-columns:46px minmax(0,1fr);min-height:0;height:88px;padding:10px 9px;border-radius:12px}.service-view .service-metric-icon{width:39px;height:39px;border-radius:12px;box-shadow:0 6px 13px #2168c740,inset 0 1px #ffffff59}.service-view .service-metric-icon .workspace-glyph{width:23px;height:23px}.service-view .service-metrics b{color:#31466c;font-size:10px}.service-view .service-metrics strong{margin-top:4px;font-size:19px}.service-view .service-metrics small{margin-left:4px;font-size:8px}.service-view .service-metrics .mini-trend{position:absolute;right:8px;bottom:4px;width:55px;height:28px;margin:0}.service-view .service-main-grid{display:grid;grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:9px;min-width:0;min-height:0;margin:0}.service-view .service-panel{min-width:0;padding:10px;border-radius:13px}.service-view .service-panel h2,.service-view .service-assistant-summary h2{margin:0 0 8px;color:#1d3768;font-size:13px;font-weight:760}.service-view .service-list,.service-view .service-detail{height:100%;min-height:0}.service-view .service-table-head,.service-view .service-table>button{grid-template-columns:1.24fr .82fr .88fr .72fr .72fr 1.12fr;gap:5px}.service-view .service-table-head{min-height:27px;padding:0 8px;font-size:9px;background:#eef6ff}.service-view .service-table>button{min-height:25px;padding:0 8px;font-size:9px}.service-view .service-table>button i{width:10px;height:10px;margin-right:6px}.service-view .service-table em{padding:2px 7px;font-size:8px}.service-view .service-list footer{min-height:30px;align-items:center;padding:7px 2px 0;font-size:9px}.service-view .service-pagination{display:flex;align-items:center;gap:9px}.service-view .service-pagination button{display:grid;width:25px;height:25px;place-items:center;border:1px solid #d8e6f7;border-radius:7px;color:#496890;background:#fff}.service-view .service-pagination b{color:#526b91;font-size:9px}.service-view .service-detail h2 small{display:inline-flex;align-items:center;gap:5px;font-size:8px}.service-view .detail-title{gap:10px}.service-view .detail-cloud{width:39px;height:39px;border-radius:11px;font-size:22px;box-shadow:0 6px 13px #2370e233}.service-view .detail-title h3{font-size:15px}.service-view .detail-title h3 em,.service-view .detail-title p{font-size:9px}.service-view .detail-stat-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:5px;margin-top:9px}.service-view .detail-stat-grid>span{min-height:61px;padding:7px 6px;border-radius:8px;font-size:8px}.service-view .detail-stat-grid b{display:grid;gap:2px;font-size:9px}.service-view .detail-stat-grid b small{color:#7d90ab;font-size:7px;font-weight:400}.service-view .dependency-row{min-height:31px;margin-top:8px;padding:0 7px;border:1px solid #e4eef9;border-radius:8px;font-size:8px;background:#fbfdff}.service-view .dependency-row span{padding:3px 9px;font-size:8px}.service-view .trend-heading{margin:8px 0 4px;font-size:10px}.service-view .detail-trends{gap:6px}.service-view .detail-trends article{min-width:0;padding:6px 7px 4px;overflow:hidden;border-radius:8px;background:linear-gradient(rgba(220,232,247,.55) 1px,transparent 1px),linear-gradient(90deg,rgba(220,232,247,.45) 1px,transparent 1px),#fbfdff;background-size:100% 24px,36px 100%,auto}.service-view .detail-trends b,.service-view .detail-trends strong{font-size:8px}.service-view .detail-trends .mini-trend{width:100%;height:45px;margin-top:2px}.service-view .detail-trends footer{display:flex;justify-content:space-between;color:#7c8ea8;font-size:6px}.service-view .service-related{height:140px;min-height:0;padding:9px 10px}.service-view .service-related h2{margin-bottom:6px}.service-view .service-related-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.service-view .related-card{min-height:99px;padding:8px 9px 23px;border-radius:9px}.service-view .related-card h3{display:flex;align-items:center;gap:6px;margin-bottom:6px;font-size:10px}.service-view .related-card h3>span{display:grid;width:20px;height:20px;place-items:center;border-radius:6px;color:currentColor;background:currentColor;background:color-mix(in srgb,currentColor 12%,white)}.service-view .related-card h3 .workspace-glyph{width:13px;height:13px}.service-view .related-card h3>em{margin-left:auto;padding:2px 6px;border-radius:7px;color:#ef714d;font-size:7px;font-style:normal;background:#ffede7}.service-view .related-card p{margin:4px 0;font-size:8px}.service-view .related-card button{right:8px;bottom:6px;font-size:8px}.service-view .service-bottom-actions{height:46px;align-items:center;gap:18px;margin:0}.service-view .service-bottom-actions button{display:inline-flex;min-width:140px;height:42px;align-items:center;justify-content:center;gap:9px;border-radius:9px;font-size:12px}.service-view .service-bottom-actions button .anticon{font-size:15px}.service-view .service-assistant-summary{display:flex;width:100%;height:100%;min-width:0;min-height:814px;flex-direction:column;padding:8px;overflow:hidden;border-radius:16px;background:#f6fbffdb}.service-view .service-assistant-hero{flex:0 0 232px;padding:6px 8px 10px;border:0;border-radius:11px;background:linear-gradient(180deg,#fffffff5,#eff7ffc7)}.service-view .service-assistant-hero .assistant-profile-top{width:100%;color:#132d5e;font-size:13px}.service-view .service-assistant-hero .assistant-profile-top span{padding:4px 8px;font-size:8px}.service-view .service-assistant-hero .assistant-orb{width:136px;height:136px;margin-top:8px;overflow:hidden;border:1px solid rgba(112,181,255,.26);background:radial-gradient(circle,#fff 8%,#e2f1ff 46%,#b6d7ff 69%,#b4d8ff38 70%);box-shadow:0 0 0 8px #53a0f714,0 10px 19px #1e6ad121,inset 0 0 24px #4cabff57}.service-view .service-assistant-hero .assistant-orb img{width:92%;height:92%;object-fit:contain;object-position:center;mix-blend-mode:normal;transform:none}.service-view .service-assistant-hero h3{margin:8px 0 0;font-size:13px}.service-view .service-assistant-hero .assistant-tagline{margin-top:4px;font-size:8px}.service-view .service-assistant-summary>section{flex:0 0 auto;padding:10px;overflow:hidden;border-bottom:1px solid #e1ebf7;background:#ffffff8c}.service-view .service-assistant-summary>section:nth-of-type(1){min-height:123px}.service-view .service-assistant-summary>section:nth-of-type(2){min-height:151px}.service-view .service-assistant-summary>section:nth-of-type(3){min-height:91px}.service-view .service-assistant-summary>section:nth-of-type(4){flex:1 1 auto;min-height:178px}.service-view .service-assistant-summary h2{margin-bottom:8px;color:#155ac3;font-size:11px}.service-view .service-assistant-summary ul,.service-view .service-assistant-summary ol{padding-left:15px;color:#415c87;font-size:8px;line-height:1.75}.service-view .service-assistant-summary p{margin:5px 0;color:#415c87;font-size:8px;line-height:1.5}.service-view .service-assistant-summary em{font-size:7px}.service-view .service-assistant-summary button{height:34px;margin-top:10px;border-radius:8px;font-size:9px;background:linear-gradient(90deg,#eef7ff,#e4f1ff)}@media(max-width:1599px){.service-view{--service-assistant-width: 248px}.service-view .service-fields{gap:11px}.service-view .service-filter-tags{gap:6px}.service-view .service-filter-tags button{padding-inline:10px}.service-view .service-bottom-actions{gap:12px}.service-view .service-bottom-actions button{min-width:128px}}@media(max-height:850px){.service-view .ai-canvas.service-canvas{padding-top:8px;padding-bottom:8px}.service-view .service-operations{min-height:680px;gap:12px}.service-view .service-workspace{grid-template-rows:42px 104px 72px minmax(245px,1fr) 108px 42px;gap:7px}.service-view .service-page-heading{padding-inline:10px}.service-view .service-page-heading h1{font-size:21px}.service-view .service-page-heading p{margin-top:2px;font-size:9px}.service-view .service-filter-panel{height:104px;padding:9px 14px 8px}.service-view .service-fields label{gap:3px;font-size:8px}.service-view .service-fields input,.service-view .service-fields select{height:28px;font-size:9px}.service-view .service-filter-actions{margin-top:6px}.service-view .service-filter-tags button{height:25px;padding-inline:9px;font-size:8px}.service-view .service-search,.service-view .service-reset{height:29px;font-size:9px}.service-view .service-metrics,.service-view .service-metrics article{height:72px}.service-view .service-metrics article{grid-template-columns:39px minmax(0,1fr);padding:7px}.service-view .service-metric-icon{width:34px;height:34px}.service-view .service-metric-icon .workspace-glyph{width:19px;height:19px}.service-view .service-metrics b{font-size:8px}.service-view .service-metrics strong{font-size:17px}.service-view .service-metrics small{font-size:7px}.service-view .service-metrics .mini-trend{height:22px}.service-view .service-panel{padding:8px}.service-view .service-panel h2,.service-view .service-assistant-summary h2{margin-bottom:5px;font-size:11px}.service-view .service-table-head{min-height:22px;font-size:7px}.service-view .service-table>button{min-height:20px;font-size:7px}.service-view .service-table em{padding:1px 5px;font-size:6px}.service-view .service-list footer{min-height:22px;padding-top:3px;font-size:7px}.service-view .service-pagination button{width:21px;height:21px}.service-view .detail-cloud{width:33px;height:33px;font-size:18px}.service-view .detail-title h3{font-size:12px}.service-view .detail-title p,.service-view .detail-title h3 em{font-size:7px}.service-view .detail-stat-grid{margin-top:5px}.service-view .detail-stat-grid>span{min-height:45px;padding:5px;font-size:6px}.service-view .detail-stat-grid b{font-size:7px}.service-view .detail-stat-grid b small{font-size:5px}.service-view .dependency-row{min-height:24px;margin-top:5px;font-size:6px}.service-view .dependency-row span{padding:2px 6px;font-size:6px}.service-view .trend-heading{margin:5px 0 2px;font-size:8px}.service-view .detail-trends article{padding:4px 5px 2px}.service-view .detail-trends b,.service-view .detail-trends strong{font-size:6px}.service-view .detail-trends .mini-trend{height:31px}.service-view .detail-trends footer{font-size:5px}.service-view .service-related{height:108px;padding:7px 8px}.service-view .service-related-grid{gap:6px}.service-view .related-card{min-height:77px;padding:6px 7px 18px}.service-view .related-card h3{margin-bottom:3px;font-size:8px}.service-view .related-card h3>span{width:16px;height:16px}.service-view .related-card h3 .workspace-glyph{width:10px;height:10px}.service-view .related-card p{margin:2px 0;font-size:6px}.service-view .related-card button{bottom:4px;font-size:6px}.service-view .service-bottom-actions{height:42px;gap:10px}.service-view .service-bottom-actions button{min-width:118px;height:36px;font-size:9px}.service-view .service-assistant-summary{min-height:680px;padding:7px}.service-view .service-assistant-hero{flex-basis:184px;padding:5px 7px 7px}.service-view .service-assistant-hero .assistant-profile-top{font-size:11px}.service-view .service-assistant-hero .assistant-orb{width:103px;height:103px;margin-top:5px}.service-view .service-assistant-hero h3{margin-top:5px;font-size:10px}.service-view .service-assistant-hero .assistant-tagline{margin-top:2px;font-size:6px}.service-view .service-assistant-summary>section{padding:7px 8px}.service-view .service-assistant-summary>section:nth-of-type(1){min-height:94px}.service-view .service-assistant-summary>section:nth-of-type(2){min-height:115px}.service-view .service-assistant-summary>section:nth-of-type(3){min-height:70px}.service-view .service-assistant-summary>section:nth-of-type(4){min-height:132px}.service-view .service-assistant-summary h2{font-size:9px}.service-view .service-assistant-summary ul,.service-view .service-assistant-summary ol,.service-view .service-assistant-summary p{font-size:6px}.service-view .service-assistant-summary button{height:27px;margin-top:5px;font-size:7px}}.service-access-page{--access-ink: #17355f;--access-muted: #72849c;--access-line: #dbe6f2;display:grid;gap:16px;color:var(--access-ink)}.access-page-heading{display:flex;min-height:58px;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:0}.access-page-heading h3{margin-top:0;color:#153662}.access-page-heading>.ant-tag{margin:4px 0 0;padding:5px 10px;border-radius:7px}.access-card{width:100%;border-color:var(--access-line);border-radius:8px;box-shadow:0 7px 20px #2148770b}.access-card .ant-card-head{min-height:50px;border-bottom-color:#e9eff6}.access-card .ant-card-head-title{color:#24466f;font-size:14px}.access-card .ant-card-extra{font-size:12px}.access-card .ant-table{color:#395675}.access-card .ant-table-thead>tr>th{color:#536b88;font-size:12px;background:#f5f8fc}.access-card .ant-table-cell{vertical-align:middle}.access-content-stack{display:grid;gap:16px}.host-header-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px 24px}.host-header-meta>div{display:grid;gap:2px;min-width:0}.host-header-meta .muted{color:var(--access-muted);font-size:12px}.host-header-meta b{color:var(--access-ink);font-size:13px;font-weight:600;word-break:break-all}.access-host-sider{padding:12px 8px 16px;background:#fff!important;border-right:1px solid var(--access-line);overflow-x:hidden;overflow-y:auto}.access-host-sider .sider-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding:0 4px}.access-host-sider .sider-header h5{color:#153662;font-size:14px}.access-host-sider .sider-header-title{flex:1 1 auto;min-width:0;display:flex;align-items:baseline;gap:8px}.access-host-sider .sider-header-actions{flex:0 0 auto}.host-header-actions{row-gap:6px}.access-master-detail{gap:0!important;background:transparent}.access-master-detail .ant-layout-sider{border-radius:0}.access-content{padding-left:8px}.access-host-sider .sider-list{display:grid;gap:8px}.access-host-sider .sider-list-hosts{display:grid;gap:6px;margin-top:12px;padding-top:12px;border-top:1px dashed var(--access-line)}.access-host-sider .sider-divider{display:none}.access-host-sider .sider-stack{display:grid;gap:16px}.access-host-sider .sider-section{display:grid;gap:6px;min-width:0}.access-host-sider .sider-section+.sider-section{padding-top:14px;border-top:1px dashed var(--access-line)}.access-host-sider .sider-section-title{color:#6f849d;font-size:11px;font-weight:600;letter-spacing:.04em;padding:0 2px;text-transform:uppercase}.access-host-sider .sider-tree{background:transparent;padding:4px 0}.access-host-sider .sider-tree .ant-tree-node-content-wrapper{min-height:28px;border-radius:6px}.access-host-sider .sider-tree .ant-tree-node-content-wrapper:hover{background:#f5f8fc}.access-host-sider .sider-tree .ant-tree-node-selected{background:#eaf3ff!important}.access-host-sider .sider-tree-group{display:inline-flex;align-items:center;gap:4px;color:#163e75;font-weight:600;font-size:13px}.access-host-sider .sider-tree-group-count{color:#6f849d;font-size:11px;font-weight:400;padding:0 6px;border-radius:8px;background:#f0f4fa}.access-host-sider .sider-tree-host{display:inline-flex;align-items:center;gap:6px;width:100%;color:#163e75;font-weight:500;font-size:12px}.access-host-sider .sider-tree-host-name{flex:0 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.access-host-sider .sider-tree-host-meta{color:#6f849d;font-family:SFMono-Regular,Consolas,monospace;font-size:11px;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.access-host-sider .sider-tree-host .ant-btn{opacity:0;transition:opacity .15s}.access-host-sider .sider-tree-host:hover .ant-btn,.access-host-sider .sider-tree-host.active .ant-btn{opacity:1}.access-host-sider .sider-tree-host.active{color:#176fd7;font-weight:600}@media(max-width:1599px){.access-card .ant-card-body{padding:18px}}.operations-page{--operations-ink: #17355f;--operations-muted: #71839a;--operations-line: #dbe6f2;display:grid;gap:16px;color:var(--operations-ink)}.operations-heading{display:flex;min-height:58px;align-items:flex-start;justify-content:space-between;gap:20px}.operations-heading h3{margin:0 0 4px!important;color:#153662}.operations-heading>.ant-btn,.operations-heading>a>.ant-btn{margin-top:5px}.operations-detail-heading>div{min-width:0}.operations-detail-heading>div>.ant-btn{height:24px;margin:0 0 5px -12px;padding-inline:10px;color:#5d7591}.operations-detail-heading h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.operations-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.operations-summary>div{display:grid;grid-template-columns:38px minmax(0,1fr) auto;min-height:68px;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--operations-line);border-radius:8px;background:#fff;box-shadow:0 6px 16px #2148770a}.operations-summary .anticon{display:grid;width:36px;height:36px;place-items:center;border-radius:8px;color:#176fd7;font-size:17px;background:#eaf3ff}.operations-summary>div:nth-child(2) .anticon{color:#11835e;background:#e8f8f1}.operations-summary>div:nth-child(3) .anticon{color:#c65248;background:#fff0ee}.operations-summary>div:nth-child(4) .anticon{color:#bf750f;background:#fff5e5}.operations-summary span{overflow:hidden;color:var(--operations-muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.operations-summary b{color:#163e75;font-size:24px;font-variant-numeric:tabular-nums}.service-profile-summary b{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.operations-panel{border-color:var(--operations-line);border-radius:8px;box-shadow:0 7px 20px #2148770b}.operations-panel .ant-card-head{min-height:50px;border-bottom-color:#e8eef6}.operations-panel .ant-card-head-title{color:#24466f;font-size:14px}.operations-panel .ant-card-extra{font-size:12px}.operations-panel .ant-table{color:#395675}.operations-panel .ant-table-thead>tr>th{color:#536b88;font-size:12px;background:#f5f8fc}.operations-panel .ant-table-cell{vertical-align:middle}.operations-toolbar{display:grid;grid-template-columns:minmax(280px,480px) 190px;gap:10px;margin-bottom:16px}.operations-primary-link{color:#1768ca;font-weight:650}.operations-content-grid>.ant-col,.inspection-progress-grid>.ant-col{display:flex}.operations-content-grid .operations-panel,.inspection-progress-grid .operations-panel{width:100%}.service-profile-card .ant-descriptions-item-label{width:92px;color:#778aa1}.operations-address{color:#244f80!important;font-family:SFMono-Regular,Consolas,monospace;font-variant-numeric:tabular-nums;letter-spacing:0}.operations-loading{min-height:calc(100vh - 150px);display:grid;place-content:center;justify-items:center;gap:13px;color:#6c829c}.inspection-run-name{min-width:120px;display:grid;gap:3px}.inspection-run-name a{color:#1768ca;font-weight:650}.inspection-run-name span{color:#8a9aaf;font-family:SFMono-Regular,Consolas,monospace;font-size:10px}.inspection-detail-page>.ant-alert{border-radius:8px}.inspection-task-profile dl{display:grid;gap:0;margin:0 0 22px}.inspection-task-profile dl>div{display:grid;grid-template-columns:86px minmax(0,1fr);gap:8px;padding:11px 0;border-bottom:1px solid #edf1f6}.inspection-task-profile dt{color:#7a8ca2;font-size:12px}.inspection-task-profile dd{min-width:0;margin:0;overflow:hidden;color:#345577;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.inspection-result-summary>div:nth-child(3) b{color:#b54843}@media(max-width:1599px){.operations-summary{gap:9px}.operations-summary>div{grid-template-columns:34px minmax(0,1fr) auto;gap:8px;padding-inline:10px}.operations-summary .anticon{width:32px;height:32px}.operations-summary b{font-size:20px}.service-profile-summary b{font-size:11px}.operations-panel .ant-card-body{padding:18px}.operations-panel .ant-btn-sm{padding-inline:7px}}.incident-toolbar,.diagnosis-toolbar{display:grid;gap:10px;margin-bottom:16px}.incident-toolbar{grid-template-columns:minmax(300px,1fr) 170px 160px}.diagnosis-toolbar{grid-template-columns:minmax(320px,560px) 190px}.incident-summary>div:nth-child(1) .anticon{color:#bd4641;background:#fff0ee}.incident-summary>div:nth-child(2) .anticon{color:#c7770b;background:#fff5e5}.incident-summary>div:nth-child(3) .anticon{color:#11835e;background:#e8f8f1}.incident-summary>div:nth-child(4) .anticon{color:#176fd7;background:#eaf3ff}.diagnosis-summary>div:nth-child(1) .anticon{color:#176fd7;background:#eaf3ff}.diagnosis-summary>div:nth-child(2) .anticon{color:#11835e;background:#e8f8f1}.diagnosis-summary>div:nth-child(3) .anticon{color:#bd4641;background:#fff0ee}.diagnosis-summary>div:nth-child(4) .anticon{color:#6c4dc6;background:#f1edfb}.incident-title-cell,.diagnosis-question-cell{min-width:0;display:grid;gap:3px}.incident-title-cell a,.diagnosis-question-cell a{overflow:hidden;color:#1768ca;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.incident-title-cell span,.diagnosis-question-cell span{color:#8a9aaf;font-family:SFMono-Regular,Consolas,monospace;font-size:10px;font-variant-numeric:tabular-nums}.incident-evidence{display:block;max-width:100%;color:#536e8b}.incident-detail-summary b{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.incident-evidence-panel .ant-alert{margin-bottom:20px;border-radius:6px}.incident-evidence-panel .ant-descriptions-item-label,.incident-record-panel .ant-descriptions-item-label,.diagnosis-record-card .ant-descriptions-item-label{color:#788ba2}.incident-evidence-panel .ant-descriptions-item-content,.incident-record-panel .ant-descriptions-item-content,.diagnosis-record-card .ant-descriptions-item-content{color:#355676}.incident-record-panel .ant-descriptions-item-label{width:84px}.diagnosis-create-grid .ant-form-item-label>label{color:#46617f;font-size:12px;font-weight:600}.diagnosis-safety-alert{margin-bottom:18px;border-radius:6px}.diagnosis-context-panel .ant-card-body{min-height:294px}.diagnosis-context-panel h5{margin:16px 0 7px!important;color:#24466f}.diagnosis-context-panel p{color:#5f7590;line-height:1.7}.diagnosis-result-hero{position:relative;overflow:hidden;min-height:154px;padding:22px 26px 22px 30px;border:1px solid #cfe0f2;border-left:4px solid #176fd7;border-radius:8px;background:#f6faff;box-shadow:0 8px 22px #2148770d}.diagnosis-result-hero:after{position:absolute;top:18px;right:24px;color:#176fd712;content:"AI";font-size:80px;font-weight:800;line-height:1;pointer-events:none}.diagnosis-result-hero>span{display:flex;align-items:center;gap:7px;color:#176fd7;font-size:11px;font-weight:700}.diagnosis-result-hero h4{max-width:980px;margin:12px 0 8px!important;color:#173c68;font-size:20px;line-height:1.5}.diagnosis-result-hero p{max-width:940px;margin:0;color:#59718d;line-height:1.7}.diagnosis-advice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.diagnosis-advice-grid>section{min-height:190px;padding:4px 18px 4px 2px}.diagnosis-advice-grid>section+section{padding-left:24px;border-left:1px solid #e2eaf3}.diagnosis-advice-grid h4{display:flex;align-items:center;gap:8px;margin:0 0 14px;color:#294d75;font-size:13px}.diagnosis-advice-grid h4 .anticon{color:#c7770b}.diagnosis-advice-grid>section+section h4 .anticon{color:#11835e}.diagnosis-advice-grid ol{display:grid;gap:11px;margin:0;padding-left:22px;color:#46627f;line-height:1.65}.diagnosis-record-card .ant-descriptions-item-label{width:84px}.diagnosis-record-card .ant-descriptions-item-content{word-break:break-word}.diagnosis-evidence-refs{display:flex;flex-wrap:wrap;gap:8px}.diagnosis-evidence-refs .ant-tag{margin:0;padding:4px 9px;border-radius:6px}@media(max-width:1599px){.incident-toolbar{grid-template-columns:minmax(260px,1fr) 155px 145px}.diagnosis-toolbar{grid-template-columns:minmax(260px,1fr) 175px}.incident-detail-summary b{font-size:11px}.diagnosis-result-hero{min-height:140px;padding:18px 22px 18px 25px}.diagnosis-result-hero h4{font-size:18px}.diagnosis-advice-grid{gap:16px}.diagnosis-advice-grid>section+section{padding-left:18px}}.reports-summary>div:nth-child(1) .anticon{color:#176fd7;background:#eaf3ff}.reports-summary>div:nth-child(2) .anticon{color:#c7770b;background:#fff5e5}.reports-summary>div:nth-child(3) .anticon{color:#11835e;background:#e8f8f1}.reports-summary>div:nth-child(4) .anticon{color:#6c4dc6;background:#f1edfb}.reports-toolbar{display:grid;grid-template-columns:minmax(300px,520px) 180px;gap:10px;margin-bottom:16px}.report-name-cell{min-width:0;display:grid;gap:3px}.report-name-cell a{overflow:hidden;color:#1768ca;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.report-name-cell span{color:#8a9aaf;font-family:SFMono-Regular,Consolas,monospace;font-size:10px;font-variant-numeric:tabular-nums}.report-alert-count{color:#b54843;font-weight:700}.report-detail-summary b{font-size:19px}.report-preview-layout{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(280px,.8fr);align-items:start;gap:16px}.report-document-real{overflow:hidden;min-height:720px;border:1px solid #d8e2ed;border-radius:8px;color:#2e4b69;background:#fff;box-shadow:0 10px 30px #1f41690f}.report-document-real>header{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:15px;padding:24px 28px 22px;border-bottom:1px solid #dbe5ef;background:#f6f9fc}.report-document-mark{display:grid;width:46px;height:46px;place-items:center;border-radius:8px;color:#176fd7;font-size:21px;background:#e6f1ff}.report-document-real>header span{color:#6f839c;font-size:9px;font-weight:700}.report-document-real>header h2{margin:4px 0 3px;color:#163b66;font-size:21px;letter-spacing:0}.report-document-real>header p{margin:0;color:#6d8299;font-size:11px}.report-document-real>header em{align-self:start;padding:4px 8px;border:1px solid #d3dfec;border-radius:6px;color:#687f98;font-size:9px;font-style:normal;background:#fff}.report-document-section{padding:24px 30px 22px;border-bottom:1px solid #e5ecf3}.report-document-section h3{margin:0 0 13px;color:#24486f;font-size:14px}.report-document-section>p{margin:0;color:#526d89;line-height:1.85}.report-document-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:20px;padding:15px 0;border-top:1px solid #e4ebf3;border-bottom:1px solid #e4ebf3}.report-document-metrics span{display:grid;gap:6px;padding:0 18px;border-right:1px solid #e4ebf3}.report-document-metrics span:first-child{padding-left:0}.report-document-metrics span:last-child{border-right:0}.report-document-metrics small{color:#7a8ea5;font-size:10px}.report-document-metrics b{color:#173e6c;font-size:23px;font-variant-numeric:tabular-nums}.report-document-metrics span:last-child b{color:#b54843}.report-document-section .ant-table{color:#3d5d7d}.report-document-section .ant-table-thead>tr>th{color:#5e748d;font-size:11px;background:#f5f8fb}.report-clear-state{display:grid;min-height:105px;grid-template-columns:36px minmax(0,1fr);align-content:center;gap:3px 12px;color:#5f7892}.report-clear-state .anticon{grid-row:1 / 3;align-self:center;color:#16946b;font-size:28px}.report-clear-state b{color:#31597d}.report-clear-state span{font-size:11px}.report-ai-summary blockquote{margin:0;padding:15px 18px;border-left:3px solid #176fd7;color:#3e6183;line-height:1.75;background:#f5f9ff}.report-document-real>footer{display:flex;justify-content:space-between;gap:16px;padding:16px 30px 20px;color:#8191a5;font-family:SFMono-Regular,Consolas,monospace;font-size:9px}.report-detail-sidebar{display:grid;gap:16px}.report-detail-sidebar .ant-descriptions-item-label{width:80px;color:#788ba2}.report-detail-sidebar .ant-descriptions-item-content{color:#355676;word-break:break-word}.report-source-card .ant-card-body{display:grid;gap:0}.report-source-card .ant-card-body>div{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid #e8eef5}.report-source-card .ant-card-body>div:last-child{border-bottom:0}.report-source-card .anticon{display:grid;width:32px;height:32px;place-items:center;border-radius:7px;color:#176fd7;background:#eaf3ff}.report-source-card .ant-card-body>div:nth-child(2) .anticon{color:#c7770b;background:#fff5e5}.report-source-card .ant-card-body>div:nth-child(3) .anticon{color:#11835e;background:#e8f8f1}.report-source-card span{min-width:0;display:grid;gap:2px}.report-source-card b{color:#315575;font-size:12px}.report-source-card small{color:#7e90a4;font-size:10px}.report-detail-sidebar>.ant-alert{border-radius:8px}@media(max-width:1599px){.reports-toolbar{grid-template-columns:minmax(260px,1fr) 170px}.report-detail-summary b{font-size:16px}.report-preview-layout{grid-template-columns:minmax(0,2fr) minmax(260px,.8fr)}.report-document-real>header{padding:20px 22px 18px}.report-document-real>header h2{font-size:18px}.report-document-section{padding:20px 24px 18px}.report-document-metrics span{padding-inline:12px}.report-document-metrics b{font-size:20px}}@media(max-width:1439px){html:has(.report-detail-page),body:has(.report-detail-page),body:has(.report-detail-page) #root,body:has(.report-detail-page) .app-shell{min-width:0}.report-preview-layout{grid-template-columns:minmax(0,1fr)}.report-detail-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.report-detail-sidebar>.ant-alert{grid-column:1 / -1}}.access-control-page{--access-control-ink: #17355f;--access-control-muted: #71839a;--access-control-line: #dbe6f2;display:grid;min-width:0;gap:16px;color:var(--access-control-ink)}.access-control-heading{display:flex;min-height:58px;align-items:flex-start;justify-content:space-between;gap:20px}.access-control-heading h3{margin:0 0 4px!important;color:#153662}.access-control-heading>.ant-tag{margin:4px 0 0;padding:5px 10px;border-radius:7px}.access-control-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.access-control-summary>div{display:grid;grid-template-columns:38px minmax(0,1fr) auto;min-height:68px;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--access-control-line);border-radius:8px;background:#fff;box-shadow:0 6px 16px #2148770a}.access-control-summary .anticon{display:grid;width:36px;height:36px;place-items:center;border-radius:8px;color:#176fd7;font-size:17px;background:#eaf3ff}.access-control-summary>div:nth-child(2) .anticon{color:#11835e;background:#e8f8f1}.access-control-summary>div:nth-child(3) .anticon{color:#6c4dc6;background:#f1edfb}.access-control-summary>div:nth-child(4) .anticon{color:#c7770b;background:#fff5e5}.access-control-summary span{overflow:hidden;color:var(--access-control-muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.access-control-summary b{color:#163e75;font-size:24px;font-variant-numeric:tabular-nums}.access-control-panel{min-width:0;overflow:hidden;border-color:var(--access-control-line);border-radius:8px;box-shadow:0 7px 20px #2148770b}.access-control-panel>.ant-card-body{padding:0}.access-control-panel .ant-tabs,.access-control-panel .ant-tabs-content-holder,.access-control-panel .ant-tabs-content,.access-control-panel .ant-tabs-tabpane,.access-control-panel .ant-table-wrapper{min-width:0;max-width:100%}.access-control-panel .ant-table-content{overflow-x:auto!important}.access-control-panel .ant-tabs-nav{min-height:54px;margin:0;padding:0 22px;border-bottom:1px solid #e8eef6}.access-control-panel .ant-tabs-nav:before{display:none}.access-control-panel .ant-tabs-tab{padding:16px 4px 14px;font-weight:650}.access-control-panel .ant-tabs-content-holder{padding:18px 22px 22px}.access-control-panel .ant-table{color:#395675}.access-control-panel .ant-table-thead>tr>th{color:#536b88;font-size:12px;background:#f5f8fc}.access-control-panel .ant-table-cell{vertical-align:middle}.access-control-toolbar{display:grid;grid-template-columns:minmax(300px,1fr) 180px auto;gap:10px;margin-bottom:16px}.account-name-cell,.role-name-cell{min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px}.account-name-cell>span,.role-name-cell>span{display:grid;width:32px;height:32px;place-items:center;border-radius:7px;color:#176fd7;background:#eaf3ff}.role-name-cell>span{color:#6c4dc6;background:#f1edfb}.role-name-cell>span.builtin{color:#176fd7;background:#eaf3ff}.account-name-cell>div,.role-name-cell>div{min-width:0;display:grid;gap:2px}.account-name-cell b,.role-name-cell b{overflow:hidden;color:#264d74;text-overflow:ellipsis;white-space:nowrap}.account-name-cell small,.role-name-cell small{color:#8a9aaf;font-family:SFMono-Regular,Consolas,monospace;font-size:10px}.role-panel-heading{display:flex;min-height:42px;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px}.role-panel-heading>div{display:grid;gap:3px}.role-panel-heading b{color:#294d75;font-size:14px}.role-panel-heading span{color:#788ba1;font-size:11px}.access-control-loading{min-height:360px;display:grid;place-content:center;justify-items:center;gap:13px;border:1px solid var(--access-control-line);border-radius:8px;color:#6c829c;background:#fff}.access-control-guardrail{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:10px;padding:12px 15px;border:1px solid #f0dfbd;border-radius:8px;color:#845d22;background:#fffaf0}.access-control-guardrail>.anticon{display:grid;width:30px;height:30px;place-items:center;border-radius:7px;color:#c7770b;background:#fff0d7}.access-control-guardrail>div{display:grid;gap:2px}.access-control-guardrail b{color:#76551f;font-size:12px}.access-control-guardrail span{color:#917447;font-size:10px}.role-editor-fields{display:grid;grid-template-columns:1fr 1.3fr;gap:12px}.role-editor-modal .ant-modal-body{max-height:min(680px,calc(100vh - 180px));overflow-y:auto;padding-right:6px}.role-builtin-alert{margin-bottom:16px}.permission-matrix{display:grid;gap:10px}.permission-matrix>section{overflow:hidden;border:1px solid #e0e9f3;border-radius:8px}.permission-matrix>section>header{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;border-bottom:1px solid #e7edf5;background:#f7f9fc}.permission-matrix>section>header>div{display:grid;gap:1px}.permission-matrix>section>header b{color:#315575;font-size:12px}.permission-matrix>section>header span{color:#8192a6;font-size:9px}.permission-matrix .ant-checkbox-group{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:8px 10px}.permission-matrix .ant-checkbox-wrapper{min-width:0;align-items:flex-start;margin:0;padding:7px 6px}.permission-option{min-width:0;display:grid;gap:1px}.permission-option b{overflow:hidden;color:#3d5c7b;font-size:11px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.permission-option small{overflow:hidden;color:#91a0b2;font-family:SFMono-Regular,Consolas,monospace;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.role-select-option{min-width:0;display:grid;gap:1px}.role-select-option b{color:#365675;font-size:12px}.role-select-option span{overflow:hidden;color:#8393a6;font-size:10px;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1599px){.access-control-summary{gap:9px}.access-control-summary>div{grid-template-columns:34px minmax(0,1fr) auto;gap:8px;padding-inline:10px}.access-control-summary .anticon{width:32px;height:32px}.access-control-summary b{font-size:20px}}@media(max-width:1439px){html:has(.access-control-page),body:has(.access-control-page),body:has(.access-control-page) #root,body:has(.access-control-page) .app-shell{min-width:0}.access-control-toolbar{grid-template-columns:minmax(240px,1fr) 170px auto}.permission-matrix .ant-checkbox-group{grid-template-columns:repeat(2,minmax(0,1fr))}}.ai-workspace-shell.route-view .ai-main{display:block;height:calc(100vh - 69px);min-height:820px;padding:13px 18px 18px 90px!important}.ai-workspace-shell.route-view.rail-expanded .ai-main{padding-left:214px!important}.ai-workspace-shell.route-view .route-canvas{display:block;width:100%;height:100%;min-height:0;padding:26px 30px;overflow:auto;border-radius:23px;background:#f4f7fb}.ai-workspace-shell.route-view .route-canvas>*{min-width:0}.rail-toggle .anticon{font-size:16px}.host-discover-card .ant-form-item{margin-bottom:8px}.host-discover-results{margin-top:12px;padding-top:12px;border-top:1px dashed #dbe8fb}.host-discover-results header{display:flex;align-items:baseline;gap:10px;margin-bottom:10px}.host-discover-results header b{color:#16306a;font-size:15px}.host-discover-results header .muted{color:#7286a5;font-size:13px}.host-discover-results header small{margin-left:auto;color:#8ba0bd;font-size:12px}.top-history-trigger{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 14px;border:1px solid #d4eee5;border-radius:999px;color:#208b63;font-size:13px;font-weight:700;background:#f0fbf7;cursor:pointer}.top-history-trigger:hover{background:#e6f7ee}.conversation-history-list{display:flex;flex-direction:column;gap:8px}.conversation-history-empty{color:#7286a5;font-size:12px;padding:12px 6px;text-align:center}.conversation-history-list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.conversation-history-list li button{position:relative;width:100%;text-align:left;padding:9px 12px 9px 16px;border-radius:10px;border:1px solid transparent;background:transparent;cursor:pointer;transition:background .12s ease,border-color .12s ease}.conversation-history-list li button:before{content:"";position:absolute;left:4px;top:8px;bottom:8px;width:3px;border-radius:2px;background:transparent;transition:background .12s ease}.conversation-history-list li button:hover{background:#f4f9ff;border-color:#dce9f8}.conversation-history-list li button.selected{background:linear-gradient(90deg,#e6f2ff,#f8fbff);border-color:#63a1f5;color:#2674dd;box-shadow:inset 0 0 0 1px #ffffffb3}.conversation-history-list li button.selected:before{background:#2674dd}.conversation-history-list li button.selected.replying{background:linear-gradient(90deg,#fff5e6,#fffbef);border-color:#ffb35a;box-shadow:inset 0 0 0 1px #ffffffb3}.conversation-history-list li button.selected.replying:before{background:#f29a13}.conversation-history-title{display:flex;align-items:center;gap:6px;min-width:0}.conversation-history-title b{min-width:0}.conversation-history-badge{flex:0 0 auto;padding:1px 6px;border-radius:999px;background:#2674dd;color:#fff;font-size:10px;font-weight:700;letter-spacing:.04em;line-height:1.5}.conversation-history-badge.replying{background:#f29a13;animation:conversation-history-pulse 1.4s ease-in-out infinite}@keyframes conversation-history-pulse{0%,to{opacity:1}50%{opacity:.55}}.conversation-history-list li b{display:block;font-size:13px;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;flex:1 1 auto;min-width:0}.conversation-history-list li button.selected b{color:#2674dd}.conversation-history-list li button.selected.replying b{color:#c4640a}.conversation-history-list li small{display:block;margin-top:2px;color:#6b7280;font-size:11px}.hosts-layout .hosts-main{display:grid;grid-template-columns:260px minmax(0,1fr);gap:16px;align-items:stretch}.hosts-group-rail{background:#fbfdfc;border:1px solid var(--knowledge-line, #e6e9ed);border-radius:10px;padding:12px 8px;display:flex;flex-direction:column;gap:4px;align-self:flex-start}.hosts-group-btn{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 10px;border:1px solid transparent;background:transparent;border-radius:8px;cursor:pointer;color:#1d2b3a;text-align:left;font-size:13px;width:100%}.hosts-group-btn:hover{background:#eef6f3}.hosts-group-btn.active{background:#d4efe6;border-color:#36a58d;color:#087a67}.hosts-group-btn span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hosts-group-btn em{font-style:normal;color:#6b7c93;font-size:12px}.hosts-group-btn.active em{color:#087a67}.hosts-group-tree{background:transparent!important;margin-top:6px}.hosts-table-panel{background:#fff;border:1px solid var(--knowledge-line, #e6e9ed);border-radius:10px;padding:12px}.hosts-panel-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;color:#1d2b3a}.hosts-panel-heading strong{font-size:15px}.hosts-panel-heading span{color:#6b7c93;font-size:12px}.hosts-panel-empty{padding:24px;text-align:center;color:#6b7c93;border:1px dashed var(--knowledge-line, #e6e9ed);border-radius:8px;background:#fafbfc}@media(max-width:1100px){.hosts-layout .hosts-main{grid-template-columns:1fr}}html:has(.conversation-first-shell),body:has(.conversation-first-shell),#root:has(.conversation-first-shell){min-width:320px;overflow-x:hidden}.ai-workspace-shell.conversation-first-shell{width:100%;min-width:0}.ai-workspace-shell.conversation-first-shell .ai-main,.ai-workspace-shell.conversation-first-shell.route-view .ai-main,.ai-workspace-shell.conversation-first-shell.route-view:not(.rail-expanded) .ai-main{width:min(100%,1540px);min-height:calc(100vh - 69px);display:block;margin-inline:auto;padding:13px 22px 92px 90px}.ai-workspace-shell.conversation-first-shell.rail-expanded .ai-main,.ai-workspace-shell.conversation-first-shell.route-view.rail-expanded .ai-main{padding-left:214px}.ai-workspace-shell.conversation-first-shell .ai-canvas,.ai-workspace-shell.conversation-first-shell .ai-canvas.result-mode{min-height:calc(100vh - 102px);padding:18px clamp(14px,2vw,30px) 100px;border:0;border-radius:0;background:#f5f8f6;box-shadow:none}.ai-workspace-shell.conversation-first-shell .persistent-composer,.ai-workspace-shell.conversation-first-shell.rail-expanded .persistent-composer,.ai-workspace-shell.conversation-first-shell .persistent-composer:not(.on-result){top:auto;right:auto;bottom:22px;left:calc(50% + 45px);width:min(760px,calc(100vw - 134px));border:1px solid #a8bbb5;border-radius:8px;transform:translate(-50%);background:#fffffffa;box-shadow:0 12px 34px #19383026}.ai-workspace-shell.conversation-first-shell.rail-expanded .persistent-composer{left:calc(50% + 107px);width:min(760px,calc(100vw - 258px));margin-left:0}.ai-workspace-shell.conversation-first-shell .persistent-composer button{border-radius:5px;background:#183f39;box-shadow:none}.conversation-first-shell .conversation-result{width:min(100%,1080px);margin-inline:auto}.conversation-first-shell .conversation-heading{margin-bottom:14px;padding:0 0 12px;border-bottom:1px solid #d9e2de}.conversation-first-shell .conversation-heading h1{color:#172d27;font:700 24px/1.3 "Noto Serif SC",Songti SC,serif;letter-spacing:0}.conversation-first-shell .conversation-heading p{color:#6c7b76;font-size:11px}.conversation-first-shell .back-to-home{border-color:#c9d5d0;border-radius:5px;color:#245248;background:#fff}.conversation-first-shell .user-message{width:min(74%,720px);margin-bottom:16px}.conversation-first-shell .user-message span{border-radius:7px 7px 2px;color:#fff;background:#244b43;box-shadow:0 6px 16px #1b3f361f}.conversation-first-shell .user-message b{color:#cfe0da}.conversation-first-shell .user-message i{background:#087f8c}.structured-assistant-reply{display:grid;gap:11px;margin:0 0 18px}.structured-answer-copy{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:11px;padding:2px 1px}.structured-answer-copy>img{width:42px;height:42px;border-radius:7px;object-fit:cover;object-position:center 35%;background:#e4efeb}.structured-answer-copy>div>span{color:#087f8c;font-size:9px;font-weight:750;letter-spacing:.08em}.structured-answer-copy .markdown-body,.structured-answer-copy p{color:#354841;font-size:12px;line-height:1.65}.structured-answer-copy p{margin:3px 0 0}.conversation-first-shell .assistant-thinking{width:fit-content;margin:8px 0;padding:9px 12px;border:1px solid #c9d9d4;border-radius:5px;color:#37645a;background:#edf5f2}.conversation-first-shell .plain-assistant-reply{border-color:#d8e2de;border-radius:7px;box-shadow:0 7px 24px #1d342d0e}.conversation-first-shell .task-row{width:100%;border:0;text-align:left;background:transparent}.conversation-first-shell .task-row:hover{background:#f1f7f4}.ai-workspace-shell.conversation-first-shell .ai-canvas:not(.result-mode){display:block;overflow-y:auto}.conversation-welcome{position:relative;width:min(100%,1080px);min-height:calc(100vh - 230px);display:grid;align-content:center;margin-inline:auto;padding:48px 24px 116px 270px;overflow:hidden}.welcome-assistant-visual{position:absolute;bottom:72px;left:4px;width:250px;height:330px;overflow:hidden;pointer-events:none}.welcome-assistant-visual:after{content:"";position:absolute;right:21px;bottom:13px;left:21px;height:1px;background:#b7c8c2}.welcome-assistant-visual img{width:100%;height:100%;object-fit:cover;object-position:center 40%;mix-blend-mode:multiply;filter:saturate(.82) contrast(1.04)}.welcome-intro{margin-bottom:34px}.welcome-intro>span{display:inline-flex;align-items:center;gap:8px;color:#287261;font-size:12px;font-weight:700}.welcome-intro>span i{width:7px;height:7px;border-radius:50%;background:#16a675;box-shadow:0 0 0 4px #16a6751f}.welcome-intro h1{max-width:720px;margin:14px 0 8px;color:#142b26;font:700 36px/1.24 "Noto Serif SC",Songti SC,serif;letter-spacing:0}.welcome-intro p{margin:0;color:#5c7069;font-size:18px}.welcome-prompts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #cdd8d4;border-left:1px solid #cdd8d4}.conversation-first-shell .welcome-prompts .capability-card{position:relative;min-height:104px;display:grid;grid-template-columns:42px minmax(0,1fr) 24px;align-items:center;gap:13px;padding:17px 16px;border:0;border-right:1px solid #cdd8d4;border-bottom:1px solid #cdd8d4;border-radius:0;color:#203a33;background:#ffffff8c;box-shadow:none;transition:background .16s ease,color .16s ease}.conversation-first-shell .welcome-prompts .capability-card:hover{z-index:1;color:#0b695c;background:#fff;box-shadow:inset 3px 0 #0b8778;transform:none}.conversation-first-shell .welcome-prompts .capability-icon{width:42px;height:42px;border-radius:6px;font-size:21px;box-shadow:none}.conversation-first-shell .welcome-prompts .capability-card b{margin-bottom:4px;color:currentColor;font-size:14px}.conversation-first-shell .welcome-prompts .capability-card small{display:block;overflow:hidden;color:#687a74;font-size:11px;line-height:1.55;text-overflow:ellipsis}.capability-send{color:#8da09a;font-size:15px}.conversation-first-shell .welcome-prompts .capability-card:hover .capability-send{color:#0b8778}@media(max-width:1180px)and (min-width:761px){.conversation-first-shell .ai-brand b{font-size:20px;white-space:nowrap}.conversation-first-shell .ai-brand strong,.conversation-first-shell .brand-divider,.conversation-first-shell .top-status time,.conversation-first-shell .soft-status.synced,.conversation-first-shell .top-status:after{display:none}.conversation-first-shell .top-status{flex:0 0 auto;gap:8px}.conversation-first-shell .soft-status,.conversation-first-shell .top-history-trigger{flex:0 0 auto;white-space:nowrap}.conversation-first-shell .soft-status{padding:7px 10px;font-size:12px}}@media(max-width:760px){.conversation-first-shell .ai-topbar{width:100%;height:58px;padding:0 10px;border-radius:0}.conversation-first-shell .ai-brand{min-width:0}.conversation-first-shell .ai-brand img{width:32px;height:32px;margin-right:8px}.conversation-first-shell .ai-brand b{overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.conversation-first-shell .ai-brand strong,.conversation-first-shell .brand-divider,.conversation-first-shell .top-status time,.conversation-first-shell .top-status .soft-status,.conversation-first-shell .top-status:after{display:none}.conversation-first-shell .top-status{flex:0 0 auto;gap:6px}.conversation-first-shell .top-history-trigger{width:32px;padding:0;justify-content:center;font-size:0}.conversation-first-shell .top-history-trigger .anticon{font-size:14px}.ai-workspace-shell.conversation-first-shell .ai-main,.ai-workspace-shell.conversation-first-shell.route-view .ai-main{padding:8px 0 86px}.ai-workspace-shell.conversation-first-shell .ai-canvas,.ai-workspace-shell.conversation-first-shell .ai-canvas.result-mode{padding:12px 10px 92px}.conversation-first-shell .user-message{width:92%}.conversation-first-shell .user-message time,.conversation-first-shell .user-message i{display:none}.ai-workspace-shell.conversation-first-shell .persistent-composer{bottom:10px;width:calc(100vw - 20px)}.conversation-welcome{min-height:calc(100vh - 168px);padding:62px 4px 112px}.welcome-assistant-visual{top:-20px;right:-10px;bottom:auto;left:auto;width:112px;height:145px;opacity:.46}.welcome-assistant-visual:after{display:none}.welcome-intro{margin-bottom:24px;padding:0 8px}.welcome-intro h1{max-width:280px;margin-top:11px;font-size:27px}.welcome-intro p{font-size:15px}.welcome-prompts{grid-template-columns:1fr}.conversation-first-shell .welcome-prompts .capability-card{min-height:82px;padding:12px}.conversation-first-shell .welcome-prompts .capability-card>span:last-of-type{display:block}.conversation-first-shell .welcome-prompts .capability-card small{display:block;white-space:normal}}@media(min-width:681px)and (max-width:760px){.ai-workspace-shell.conversation-first-shell .ai-main,.ai-workspace-shell.conversation-first-shell.route-view .ai-main{padding-left:70px}.ai-workspace-shell.conversation-first-shell .persistent-composer{left:calc(50% + 29px);width:calc(100vw - 86px)}}.scan-wizard-cidr-tags{display:flex;gap:8px;flex-wrap:wrap;padding:6px 0 2px}.scan-wizard-cidr-tags .ant-tag{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.scan-wizard-cidr-hint{color:#6f849d;font-size:12px}.conversation-first-shell .conversation-stream{perspective:1400px}.tool-calls-block{display:grid;gap:6px;margin:4px 0 10px}.tool-use-card{min-width:0;overflow:hidden;border:1px solid #d0d7de;border-radius:6px;background:#fff}.tool-use-card__header{display:grid;grid-template-columns:18px auto minmax(80px,1fr) auto auto auto 14px;gap:8px;align-items:center;width:100%;min-height:38px;padding:7px 10px;border:0;color:#24292f;text-align:left;background:transparent;cursor:pointer}.tool-use-card__header:hover{background:#f6f8fa}.tool-use-card__glyph{display:grid;place-items:center;font-size:12px}.tool-use-card__name{overflow-wrap:anywhere;font:650 12px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.tool-use-card__summary{min-width:0;overflow:hidden;color:#656d76;font:11px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-overflow:ellipsis;white-space:nowrap}.tool-use-card__risk{padding:1px 5px;border:1px solid;border-radius:3px;font-size:9px;font-weight:650}.tool-use-card__status,.tool-use-card__duration,.tool-use-card__chevron{color:#656d76;font-size:10px;white-space:nowrap}.tool-use-card__body{min-width:0;padding:9px 10px 11px;border-top:1px solid #d8dee4;background:#f6f8fa}.tool-use-card__section-label{margin:7px 0 4px;color:#656d76;font-size:9px;font-weight:700;text-transform:uppercase}.tool-use-card__section-label:first-child{margin-top:0}.tool-use-card__input,.tool-use-card__output,.tool-diff pre{max-height:320px;margin:0;padding:9px 10px;overflow:auto;border:1px solid #d0d7de;border-radius:4px;color:#24292f;font:11px/1.55 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;white-space:pre;background:#fff}.tool-use-card__error{padding:8px 10px;border-left:3px solid #cf222e;color:#a40e26;background:#ffebe9}.tool-use-card__pending{color:#656d76;font-size:11px}.tool-diff{min-width:0;overflow:hidden;border:1px solid #d0d7de;border-radius:4px;background:#fff}.tool-diff__path{display:flex;justify-content:space-between;padding:5px 9px;border-bottom:1px solid #d8dee4;color:#57606a;font:10px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.tool-diff pre{border:0;border-radius:0}.diff-line{display:block;min-width:max-content;margin:0 -10px;padding:0 10px}.diff-remove{color:#82071e;background:#ffebe9}.diff-add{color:#116329;background:#dafbe1}.diff-context{color:#57606a}.assistant-live-turn .markdown-body:after{content:"";display:inline-block;width:2px;height:1em;margin-left:3px;vertical-align:-.15em;background:#087f8c;animation:stream-caret 1s steps(1) infinite}.assistant-stream-placeholder{display:flex;gap:8px;align-items:center;margin:0;color:#576b65}.assistant-stream-placeholder svg{animation:thinking-pulse 1s ease-in-out infinite alternate}.thinking-progress{max-width:720px;margin:0 0 8px;color:#737b78;font-size:14px}.thinking-progress__summary{display:flex;gap:9px;align-items:center;min-height:30px;padding:2px 0;border:0;color:inherit;letter-spacing:0;text-align:left;background:transparent;cursor:pointer}.thinking-progress__summary:hover{color:#3f4845}.thinking-progress__status{display:grid;flex:0 0 18px;place-items:center;width:18px;height:18px;color:#8a928f;font-size:13px}.thinking-progress__status.is-completed{color:#75837d}.thinking-progress__status.is-failed{color:#c2413b;font-weight:700}.thinking-progress__chevron{margin-left:1px;color:#919895;font-size:10px;transition:transform .18s ease}.thinking-progress.is-expanded .thinking-progress__chevron{transform:rotate(180deg)}.thinking-progress__steps{display:grid;gap:7px;margin:4px 0 7px 3px;padding:4px 0 4px 22px;border-left:1px solid #d9dddb;list-style:none}.thinking-progress__steps li{display:grid;grid-template-columns:17px minmax(0,1fr);gap:7px;align-items:start;min-width:0;color:#858c89;line-height:1.45}.thinking-progress__steps li>span:first-child{display:grid;place-items:center;height:20px;font-size:11px}.thinking-progress__steps li.is-running{color:#4f5a56}.thinking-progress__steps li.is-failed{color:#b63832}.thinking-progress__steps li>span:last-child{min-width:0;overflow-wrap:anywhere}@keyframes stream-caret{50%{opacity:0}}@media(max-width:760px){.tool-use-card__header{grid-template-columns:18px minmax(0,1fr) auto 14px}.tool-use-card__summary{grid-column:2 / -1;grid-row:2}.tool-use-card__risk,.tool-use-card__duration{display:none}}.ai-workspace-shell.conversation-first-shell.with-assistant-profile{--conversation-assistant-width: clamp(280px, 18vw, 318px)}.ai-workspace-shell.conversation-first-shell.with-assistant-profile .ai-main,.ai-workspace-shell.conversation-first-shell.with-assistant-profile.route-view:not(.rail-expanded) .ai-main{display:grid;grid-template-columns:minmax(0,1fr) var(--conversation-assistant-width);gap:14px;align-items:stretch}.ai-workspace-shell.conversation-first-shell.with-assistant-profile .ai-canvas,.ai-workspace-shell.conversation-first-shell.with-assistant-profile .ai-canvas.result-mode{grid-column:1;min-width:0;padding-right:clamp(14px,2vw,30px)}.ai-workspace-shell.conversation-first-shell.with-assistant-profile .assistant-profile{position:sticky;top:82px;right:auto;bottom:auto;grid-column:2;display:flex;width:auto;height:calc(100vh - 104px);min-height:520px}.ai-workspace-shell.conversation-first-shell.with-assistant-profile .conversation-result{width:min(100%,1080px)}.ai-workspace-shell.conversation-first-shell.with-assistant-profile .persistent-composer,.ai-workspace-shell.conversation-first-shell.with-assistant-profile.rail-expanded .persistent-composer,.ai-workspace-shell.conversation-first-shell.with-assistant-profile .persistent-composer:not(.on-result){left:calc((100vw - var(--conversation-assistant-width) - 90px) / 2 + 90px);width:min(760px,calc(100vw - var(--conversation-assistant-width) - 148px))}.ai-workspace-shell.conversation-first-shell.with-assistant-profile.rail-expanded .persistent-composer{left:calc((100vw - var(--conversation-assistant-width) - 214px) / 2 + 214px);width:min(760px,calc(100vw - var(--conversation-assistant-width) - 270px))}@media(max-width:1180px){.ai-workspace-shell.conversation-first-shell.with-assistant-profile .ai-main,.ai-workspace-shell.conversation-first-shell.with-assistant-profile.route-view:not(.rail-expanded) .ai-main{display:block}.ai-workspace-shell.conversation-first-shell.with-assistant-profile .assistant-profile{display:none}.ai-workspace-shell.conversation-first-shell.with-assistant-profile .persistent-composer,.ai-workspace-shell.conversation-first-shell.with-assistant-profile.rail-expanded .persistent-composer,.ai-workspace-shell.conversation-first-shell.with-assistant-profile .persistent-composer:not(.on-result){left:calc(50% + 45px);width:min(760px,calc(100vw - 134px))}}.ops-reply-card{position:relative;isolation:isolate;display:grid;grid-template-columns:76px minmax(0,1fr);gap:17px;align-items:start;margin:0 0 18px;padding:18px 20px 20px 18px;overflow:hidden;border:1px solid rgba(131,164,153,.54);border-radius:8px;color:#213b35;background:linear-gradient(112deg,#fffffff0,#f6fbf9d6 44%,#e2f1edc7),repeating-linear-gradient(135deg,rgba(27,78,69,.045) 0 1px,transparent 1px 13px);box-shadow:0 22px 46px #16372f21,0 2px #ffffffdb inset,0 -22px 38px #10584e0d inset;transform:translateZ(0);animation:reply-arrive .34s cubic-bezier(.2,.8,.2,1)}.ops-reply-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(90deg,rgba(9,114,126,.22),transparent 18% 78%,rgba(194,138,52,.14)),linear-gradient(180deg,rgba(255,255,255,.72),transparent 36%);pointer-events:none}.ops-reply-card:after{content:"";position:absolute;inset:9px 12px auto auto;z-index:-1;width:160px;height:58px;opacity:.42;background:linear-gradient(90deg,transparent 0 15%,rgba(9,114,126,.22) 15% 17%,transparent 17% 31%,rgba(194,138,52,.2) 31% 33%,transparent 33%),linear-gradient(180deg,rgba(9,114,126,.16),transparent 2px);clip-path:polygon(12% 0,100% 0,86% 100%,0 100%);pointer-events:none}.ops-reply-depth{position:absolute;right:18px;bottom:14px;width:148px;height:18px;opacity:.56;background:linear-gradient(90deg,transparent,rgba(16,91,81,.16),transparent),repeating-linear-gradient(90deg,transparent 0 13px,rgba(16,91,81,.22) 13px 14px);transform:skew(-23deg);pointer-events:none}.ops-reply-avatar{position:relative;display:grid;width:66px;height:74px;place-items:center;border:1px solid rgba(120,159,148,.62);border-radius:8px;background:linear-gradient(150deg,#fffffff5,#d8eee7c7),linear-gradient(45deg,rgba(10,126,139,.08),transparent);box-shadow:0 15px 24px #1f403924,0 1px #ffffffe6 inset,-10px -10px 28px #ffffffa6 inset,8px 12px 22px #0b554a14 inset;transform:rotateX(7deg) rotateY(-10deg)}.ops-reply-avatar.compact{width:56px;height:64px}.ops-reply-avatar img{position:relative;z-index:1;width:52px;height:52px;border-radius:7px;object-fit:cover;object-position:center 37%;mix-blend-mode:normal;filter:drop-shadow(0 7px 10px rgba(16,79,70,.18))}.ops-avatar-beam{position:absolute;top:8px;right:8px;bottom:8px;left:8px;border:1px solid rgba(8,127,140,.34);border-radius:7px;background:linear-gradient(120deg,rgba(8,127,140,.08),transparent 48%,rgba(194,138,52,.1)),repeating-linear-gradient(90deg,rgba(8,127,140,.13) 0 1px,transparent 1px 8px);transform:translate3d(5px,-5px,0)}.ops-reply-surface{min-width:0;padding-top:1px}.ops-reply-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;color:#5a756e;font-size:11px}.ops-reply-header span{display:inline-flex;align-items:center;gap:7px;min-width:0;color:#0b746f;font-weight:800;letter-spacing:.08em}.ops-reply-header svg{color:#c28a34;filter:drop-shadow(0 4px 5px rgba(194,138,52,.18))}.ops-reply-header time{flex:0 0 auto;color:#718b84;font-size:10px}.ops-reply-content{position:relative;padding:13px 15px 15px;border:1px solid rgba(183,204,198,.8);border-radius:8px;background:linear-gradient(180deg,#ffffffe6,#fafdfcb8),linear-gradient(115deg,rgba(8,127,140,.06),transparent 45%,rgba(194,138,52,.06));box-shadow:0 12px 22px #1b393214,0 1px #ffffffe6 inset}.ops-reply-content:before{content:"";position:absolute;top:-1px;left:12px;width:118px;height:2px;background:linear-gradient(90deg,#087f8c,rgba(194,138,52,.75),transparent)}.ops-reply-card .markdown-body,.ops-structured-answer .markdown-body{color:#263f38;font-size:14px;line-height:1.78}.ops-reply-card .markdown-body p,.ops-structured-answer .markdown-body p{color:#263f38;font-size:14px;line-height:1.78;margin:0 0 9px}.ops-reply-card .markdown-body strong,.ops-structured-answer .markdown-body strong{color:#123f39;font-weight:850}.ops-reply-card .markdown-body ul,.ops-reply-card .markdown-body ol,.ops-structured-answer .markdown-body ul,.ops-structured-answer .markdown-body ol{display:grid;gap:7px;margin:10px 0 12px;padding-left:0;list-style:none}.ops-reply-card .markdown-body li,.ops-structured-answer .markdown-body li{position:relative;margin:0;padding:7px 9px 7px 30px;border:1px solid rgba(205,220,216,.85);border-radius:7px;background:#ffffff94;box-shadow:0 1px #ffffffe0 inset}.ops-reply-card .markdown-body li:before,.ops-structured-answer .markdown-body li:before{content:"";position:absolute;top:14px;left:11px;width:8px;height:8px;border:1px solid rgba(8,127,140,.55);border-radius:2px;background:linear-gradient(145deg,#e9fbf6,#0b827c);box-shadow:0 4px 8px #087f8c38;transform:rotateX(58deg) rotate(45deg)}.ops-reply-card .markdown-body code,.ops-structured-answer .markdown-body code{padding:2px 7px;border:1px solid rgba(8,127,140,.18);border-radius:5px;color:#0b5f5a;background:linear-gradient(180deg,#f6fffc,#e4f1ee)}.ops-reply-card .markdown-body table,.ops-structured-answer .markdown-body table,.markdown-body table{width:100%;border-collapse:separate;border-spacing:0;margin:10px 0 14px;font-size:13px;color:#263f38;background:#ffffffd1;border:1px solid rgba(131,164,153,.45);border-radius:8px;overflow:hidden;table-layout:auto;word-break:break-word}.ops-reply-card .markdown-body thead,.ops-structured-answer .markdown-body thead,.markdown-body thead{background:linear-gradient(180deg,#087f8c14,#087f8c0a)}.ops-reply-card .markdown-body th,.ops-structured-answer .markdown-body th,.markdown-body th{padding:8px 12px;font-weight:700;text-align:left;color:#0b5f5a;border-bottom:1px solid rgba(8,127,140,.22);white-space:nowrap}.ops-reply-card .markdown-body td,.ops-structured-answer .markdown-body td,.markdown-body td{padding:7px 12px;border-bottom:1px solid rgba(131,164,153,.22);vertical-align:top}.ops-reply-card .markdown-body tbody tr:last-child td,.ops-structured-answer .markdown-body tbody tr:last-child td,.markdown-body tbody tr:last-child td{border-bottom:0}.ops-reply-card .markdown-body tbody tr:nth-child(2n),.ops-structured-answer .markdown-body tbody tr:nth-child(2n),.markdown-body tbody tr:nth-child(2n){background:#087f8c08}.markdown-body pre{background:#0f1f1c;color:#d8efe9;padding:12px 14px;border-radius:8px;overflow-x:auto;font-family:Cascadia Code,JetBrains Mono,Consolas,monospace;font-size:13px;line-height:1.55;border:1px solid rgba(8,127,140,.22)}.markdown-body pre code{background:transparent;border:0;padding:0;color:inherit}.markdown-body h2{font-size:17px;font-weight:700;margin:18px 0 8px;color:#0b5f5a;border-bottom:1px solid rgba(8,127,140,.22);padding-bottom:4px}.markdown-body h3{font-size:15px;font-weight:650;margin:14px 0 6px;color:#0b5f5a}.markdown-body blockquote{border-left:3px solid #087f8c;background:#087f8c0a;margin:10px 0;padding:8px 12px;color:#1c2c2a;border-radius:0 6px 6px 0}.markdown-body blockquote p:first-child{margin-top:0}.markdown-body blockquote p:last-child{margin-bottom:0}.markdown-body details{margin:12px 0;border:1px solid rgba(8,127,140,.18);border-radius:8px;background:#fff9}.markdown-body details>summary{padding:8px 14px;cursor:pointer;font-weight:600;color:#0b5f5a;list-style:none;-webkit-user-select:none;user-select:none}.markdown-body details>summary::-webkit-details-marker{display:none}.markdown-body details>summary:before{content:"▸ ";color:#087f8c;font-weight:700}.markdown-body details[open]>summary:before{content:"▾ "}.markdown-body details>*:not(summary){padding:0 14px 10px}.risk-chip{display:inline-block;padding:2px 8px;margin:0 4px 0 0;border-radius:11px;font-size:12px;font-weight:600;line-height:1.6;vertical-align:middle}.risk-read_only{background:#e6f7ee;color:#1a7f43;border:1px solid #b7e4c7}.risk-caution{background:#fff7e6;color:#ad6800;border:1px solid #ffe7ba}.risk-writable{background:#fff1f0;color:#a8071a;border:1px solid #ffa39e}.risk-forbidden_soft{background:#1c2c2a;color:#fff;border:1px solid #000}.risk-forbidden_hard{background:#5c0011;color:#fff;border:1px solid #2b0008}.reply-copy-btn{margin-top:10px;padding:4px 10px;font-size:12px;border:1px solid rgba(8,127,140,.25);border-radius:6px;background:#ffffffb3;color:#0b5f5a;cursor:pointer;transition:background .15s ease}.reply-copy-btn:hover{background:#087f8c14}.reply-copy-btn:active{background:#087f8c29}.md-codeblock{margin:12px 0;border:1px solid rgba(8,127,140,.18);border-radius:8px;background:#087f8c0a;overflow:hidden}.md-codeblock__head{display:flex;align-items:center;gap:8px;padding:6px 10px;background:#087f8c0f;border-bottom:1px solid rgba(8,127,140,.12)}.md-codeblock__lang{font-size:11px;font-family:Cascadia Code,Consolas,monospace;color:#0b5f5aa6;text-transform:uppercase;letter-spacing:.5px}.md-codeblock__copy{margin-top:0;margin-left:auto;padding:2px 8px;font-size:11px;border-color:#087f8c40;background:#ffffffb3;color:#0b5f5a}.md-codeblock__copy:hover{background:#087f8c14}.md-codeblock pre{margin:0;border:0;border-radius:0;background:transparent;color:#1c2c2a}.md-codeblock pre code{background:transparent;border:0;padding:0;color:inherit}.ops-knowledge-refs{margin-top:14px;padding-top:12px;border-top:1px solid rgba(184,205,198,.72)}.ops-knowledge-refs .ref-chip{border:1px solid rgba(8,127,140,.2);color:#0b6764;background:linear-gradient(145deg,#f8fffd,#dceee9);box-shadow:0 8px 14px #164c4412}.ops-structured-reply{gap:13px;margin-bottom:20px}.ops-plain-reply{position:relative;padding:14px 4px 18px;margin-bottom:4px}.ops-plain-reply .markdown-body{color:#1c2c2a;font-size:14.5px;line-height:1.74}.ops-plain-reply .markdown-body p:last-child{margin-bottom:6px}.work-order-card{border:1px solid rgba(207,19,34,.22);border-radius:10px;background:linear-gradient(112deg,#fffbf7f5,#fcf0ebe0);box-shadow:0 14px 30px #7a1e1217;padding:14px 16px 16px}.work-order-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px dashed rgba(207,19,34,.25);color:#8c1c12;font-weight:600;letter-spacing:.02em}.work-order-card-header span{display:inline-flex;align-items:center;gap:6px}.work-order-card-header time{font-weight:400;font-size:12px;color:#8c8c8c}.ops-structured-answer{position:relative;display:grid;grid-template-columns:62px minmax(0,1fr);gap:15px;padding:14px 16px;overflow:hidden;border:1px solid rgba(131,164,153,.54);border-radius:8px;background:linear-gradient(112deg,#fffffff0,#f0f8f5d6),repeating-linear-gradient(135deg,rgba(27,78,69,.04) 0 1px,transparent 1px 12px);box-shadow:0 18px 38px #16372f1c,0 1px #ffffffe0 inset}.ops-structured-answer>img{display:none}.ops-structured-answer>div>span{color:inherit;font-size:inherit;letter-spacing:inherit}.ops-block-dock{position:relative;padding:10px;border:1px solid rgba(187,207,201,.76);border-radius:8px;background:linear-gradient(180deg,#ffffffad,#ebf6f2bd),repeating-linear-gradient(90deg,rgba(8,127,140,.05) 0 1px,transparent 1px 18px);box-shadow:0 16px 30px #153e3617,0 1px #fffc inset}.message-feedback{gap:6px;margin-top:13px}.message-feedback-btn{min-height:29px;padding:5px 10px;border:1px solid rgba(128,156,148,.72);border-radius:6px;color:#315c53;background:linear-gradient(180deg,#fffffff2,#e7f1eee6);box-shadow:0 8px 14px #22463e14,0 1px #ffffffe6 inset}.message-feedback-btn:hover{border-color:#087f8c94;color:#0b746f;transform:translateY(-1px)}.message-feedback-btn.is-active{border-color:#087f8c9e;color:#fff;background:linear-gradient(145deg,#0b827c,#234b43)}.follow-up-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px;padding-top:12px;border-top:1px solid rgba(184,205,198,.58)}.follow-up-suggestions button{display:inline-flex;align-items:center;max-width:min(100%,340px);min-height:32px;gap:7px;padding:7px 11px 7px 13px;border:1px solid rgba(128,156,148,.52);border-radius:999px;color:#315c53;background:linear-gradient(180deg,#fffffff5,#e8f3efeb),radial-gradient(circle at 18% 12%,rgba(8,127,140,.16),transparent 34%);box-shadow:0 9px 16px #22463e14,0 1px #ffffffe6 inset;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease}.follow-up-suggestions button:hover{border-color:#087f8c9e;color:#0b746f;box-shadow:0 12px 20px #164c441f,0 0 0 3px #087f8c14;transform:translateY(-1px)}.follow-up-suggestions button span{min-width:0;overflow:hidden;font-size:12px;font-weight:700;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.follow-up-suggestions button svg{flex:0 0 auto;color:#0b827c;font-size:10px}@media(max-width:760px){.ops-reply-card,.ops-structured-answer{grid-template-columns:48px minmax(0,1fr);gap:11px;padding:13px}.ops-reply-avatar,.ops-reply-avatar.compact{width:46px;height:54px}.ops-reply-avatar img,.ops-reply-avatar.compact img{width:36px;height:36px}.ops-reply-header{align-items:flex-start;flex-direction:column;gap:3px}.follow-up-suggestions{display:grid}.follow-up-suggestions button{justify-content:space-between;max-width:100%}}.conversation-first-shell .user-message{width:fit-content;max-width:min(74%,720px);gap:8px}.conversation-first-shell .user-message>.user-message-bubble{flex:0 1 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:16px;row-gap:6px;width:fit-content;min-width:0;max-width:min(62vw,620px)}.conversation-first-shell .user-message>.user-message-bubble b{grid-column:1;min-width:0}.conversation-first-shell .user-message>.user-message-bubble time{grid-column:2;align-self:start;color:#eaf7ffdb;font-size:10px}.conversation-first-shell .user-message .user-message-content{grid-column:1 / -1;display:block;flex:none;width:auto;min-width:0;max-width:100%;padding:0;border-radius:0;color:inherit;font-size:inherit;line-height:1.45;background:transparent;box-shadow:none}.conversation-first-shell .user-message .operator-avatar{position:relative;display:grid;width:52px;height:52px;place-items:center;overflow:hidden;border:0;border-radius:17px;color:transparent;background:linear-gradient(145deg,#61adff,#1677ff 56%,#0b60df);box-shadow:0 13px 22px #1367dc42,0 1px #ffffffb3 inset,0 -11px 18px #0344a82e inset;transform:translateZ(0)}.conversation-first-shell .user-message .operator-avatar:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.4),transparent 42%);pointer-events:none}.conversation-first-shell .user-message .operator-avatar img{position:relative;z-index:1;width:52px;height:52px;border-radius:17px;object-fit:cover;box-shadow:none}.ops-reply-avatar,.ops-reply-avatar.compact{width:58px;height:58px;overflow:visible;border:0;border-radius:50%;background:radial-gradient(circle at 38% 24%,rgba(255,255,255,.92),rgba(196,233,226,.36) 44%,rgba(8,127,140,.16) 72%,transparent 73%);box-shadow:0 14px 26px #0f525129;transform:none}.ops-reply-avatar:after{content:"";position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;z-index:-1;border-radius:50%;background:radial-gradient(circle at 48% 50%,rgba(226,247,242,.8),rgba(8,127,140,.18) 58%,transparent 70%),conic-gradient(from 160deg,#087f8c2e,#c28a347a,#4aa3ff61,#087f8c2e);filter:blur(.2px)}.ops-reply-avatar.compact{width:50px;height:50px}.ops-reply-avatar img,.ops-reply-avatar.compact img{width:50px;height:50px;border-radius:50%;clip-path:circle(50% at 50% 50%);object-fit:cover;object-position:center 26%;box-shadow:0 10px 18px #104f462e}.ops-reply-avatar.compact img{width:44px;height:44px}.ops-avatar-beam{top:-5px;right:-5px;bottom:-5px;left:-5px;border:0;border-radius:50%;opacity:.7;background:radial-gradient(circle,transparent 52%,rgba(8,127,140,.32) 54%,transparent 58%),conic-gradient(from 20deg,transparent,rgba(194,138,52,.4),transparent 35%,rgba(8,127,140,.34),transparent 72%);transform:none}@media(max-width:760px){.conversation-first-shell .user-message .operator-avatar{display:none}.ops-reply-avatar,.ops-reply-avatar.compact{width:44px;height:44px}.ops-reply-avatar img,.ops-reply-avatar.compact img{width:40px;height:40px}}.ai-block-preview-page{display:grid;gap:18px;width:min(100%,1180px);margin:0 auto;padding:20px 4px 92px;color:#182f2a}.ai-block-preview-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:18px 0 16px;border-bottom:1px solid rgba(177,198,191,.72)}.ai-block-preview-hero span{color:#087f8c;font-size:11px;font-weight:800;letter-spacing:.12em}.ai-block-preview-hero h1{margin:5px 0 4px;color:#172d27;font:700 28px/1.24 "Noto Serif SC",Songti SC,serif;letter-spacing:0}.ai-block-preview-hero p{margin:0;color:#687973;font-size:13px}.ai-block-preview-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:18px;align-items:start}.ai-block-preview-index{position:sticky;top:88px;display:grid;gap:6px;max-height:calc(100vh - 116px);overflow-y:auto;padding:12px;border:1px solid rgba(184,205,198,.8);border-radius:8px;background:linear-gradient(145deg,#ffffffeb,#ebf6f2c7),repeating-linear-gradient(135deg,rgba(8,127,140,.045) 0 1px,transparent 1px 12px);box-shadow:0 16px 30px #153e3614,0 1px #fffc inset}.ai-block-preview-index>div{display:flex;align-items:center;gap:8px;padding:4px 3px 10px;color:#123f39;font-size:13px}.ai-block-preview-index a{display:grid;grid-template-columns:30px minmax(0,1fr);gap:2px 9px;align-items:center;padding:9px 10px;border:1px solid transparent;border-radius:7px;color:#244740;text-decoration:none}.ai-block-preview-index a:hover{border-color:#087f8c38;background:#ffffffbf}.ai-block-preview-index a>span{grid-row:1 / 3;display:grid;width:30px;height:30px;place-items:center;border-radius:6px;color:#0b746f;font-size:10px;font-weight:800;background:linear-gradient(145deg,#f8fffd,#dceee9)}.ai-block-preview-index b{min-width:0;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.ai-block-preview-index small{min-width:0;overflow:hidden;color:#7a8984;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.ai-block-preview-gallery{display:grid;gap:14px;min-width:0}.ai-block-preview-item{scroll-margin-top:92px;display:grid;gap:10px;min-width:0;padding:13px;border:1px solid rgba(178,200,193,.78);border-radius:8px;background:linear-gradient(112deg,#fffffff0,#f0f8f5d6),repeating-linear-gradient(135deg,rgba(27,78,69,.04) 0 1px,transparent 1px 12px);box-shadow:0 18px 36px #16372f17,0 1px #ffffffe0 inset}.ai-block-preview-item>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 1px}.ai-block-preview-item>header>div{display:grid;grid-template-columns:34px minmax(0,1fr);gap:1px 10px;align-items:center;min-width:0}.ai-block-preview-item>header>div>span{grid-row:1 / 3;display:grid;width:34px;height:34px;place-items:center;border-radius:7px;color:#fff;font-size:11px;font-weight:800;background:linear-gradient(145deg,#0b827c,#234b43);box-shadow:0 9px 14px #124c4424}.ai-block-preview-item>header>.ant-btn{height:28px;padding:0 12px;border-color:#087f8c47;border-radius:7px;color:#0b746f;font-size:12px;font-weight:700;background:linear-gradient(180deg,#fffffff5,#eef9f5e6);box-shadow:0 8px 15px #164c4414,0 1px #ffffffe6 inset}.ai-block-preview-item>header>.ant-btn:hover,.ai-block-preview-item>header>.ant-btn:focus-visible{border-color:#087f8c94;color:#075f5b;background:linear-gradient(180deg,#fff,#e5f5f1);box-shadow:0 10px 18px #164c441f,0 0 0 3px #087f8c1a}.ai-block-preview-item h2{margin:0;color:#17352f;font-size:14px}.ai-block-preview-item p{margin:0;color:#7b8984;font-size:10px}@media(max-width:900px){.ai-block-preview-layout{grid-template-columns:1fr}.ai-block-preview-index{position:static;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));max-height:none}.ai-block-preview-index>div{grid-column:1 / -1}}
