@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{transform:translate3d(0,20px,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes slideInRight{0%{transform:translate3d(20px,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.transition-base{transition:all .3s cubic-bezier(.4,0,.2,1)}.transition-slow{transition:all .4s cubic-bezier(.4,0,.2,1)}.transition-fast{transition:all .15s cubic-bezier(.4,0,.2,1)}.animate-fade-in{animation:fadeIn .3s cubic-bezier(.4,0,.2,1)}.animate-slide-in-up{animation:slideInUp .3s cubic-bezier(.4,0,.2,1)}.animate-slide-in-right{animation:slideInRight .3s cubic-bezier(.4,0,.2,1)}.animate-scale-in{animation:scaleIn .3s cubic-bezier(.4,0,.2,1)}.animate-pulse{animation:pulse .4s ease-in-out}.loading-skeleton{background:linear-gradient(90deg,rgba(190,190,190,.2) 25%,rgba(129,129,129,.24) 37%,rgba(190,190,190,.2) 63%);background-size:400% 100%;animation:loading 1.4s ease infinite}@keyframes loading{0%{background-position:100% 50%}to{background-position:0 50%}}.main-layout{height:100vh;overflow:hidden}.main-layout .logo{height:64px;padding:16px;text-align:center;background:#001529;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.main-layout .logo img{height:32px;vertical-align:middle;animation:fadeIn .3s cubic-bezier(.4,0,.2,1)}.main-layout .logo h1{display:inline-block;margin:0 0 0 12px;color:#fff;font-weight:600;font-size:18px;vertical-align:middle;transition:all .3s cubic-bezier(.4,0,.2,1);animation:slideInRight .3s cubic-bezier(.4,0,.2,1)}.main-layout .main-header{position:sticky;top:0;height:64px;padding:0 50px;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #00000014;z-index:100;transition:all .3s cubic-bezier(.4,0,.2,1);animation:fadeIn .3s cubic-bezier(.4,0,.2,1)}.main-layout .main-header .trigger{font-size:20px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);padding:0 24px}.main-layout .main-header .header-right{display:flex;align-items:center;gap:16px;animation:fadeIn .3s cubic-bezier(.4,0,.2,1)}.main-layout .main-header .header-right .user-info{display:flex;align-items:center;padding:0 8px;cursor:pointer;border-radius:4px;transition:all .3s cubic-bezier(.4,0,.2,1)}.main-layout .main-header .header-right .user-info .avatar{margin-right:8px;transition:all .3s cubic-bezier(.4,0,.2,1)}.main-layout .main-header .header-right .user-info .username{font-size:14px;color:#262626;margin-right:8px;transition:all .3s cubic-bezier(.4,0,.2,1)}.main-layout .main-header .header-right .user-info .role{font-size:12px;color:#595959;transition:all .3s cubic-bezier(.4,0,.2,1)}.main-layout>.ant-layout>.ant-layout-content.main-content{margin:24px;padding:24px;background:#FFFFFF;border-radius:4px;box-shadow:0 4px 12px #0000001a;height:calc(100vh - 112px);overflow-y:auto}.main-layout>.ant-layout>.ant-layout-content.main-content .page-header{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #D9D9D9}.main-layout>.ant-layout>.ant-layout-content.main-content .page-header h2{font-size:24px;color:#1a1a1a;margin-bottom:12px}.main-layout>.ant-layout>.ant-layout-content.main-content .page-header .breadcrumb{color:#595959}.main-layout>.ant-layout>.ant-layout-content.main-content.main-content-audit{margin:0;padding:0;background:transparent;border-radius:0;box-shadow:none;height:100vh;overflow:hidden}.main-layout .ant-menu{background:#001529}.main-layout .ant-menu .ant-menu-item{margin:4px 0;border-radius:4px;transition:all .3s cubic-bezier(.4,0,.2,1)}.main-layout .ant-menu .ant-menu-submenu{transition:all .3s cubic-bezier(.4,0,.2,1)}.main-layout .ant-layout-sider{position:sticky!important;top:0;height:100vh;overflow:auto;box-shadow:2px 0 8px #00000026;transition:all .4s cubic-bezier(.4,0,.2,1)}.main-layout .ant-layout-sider.ant-layout-sider-collapsed .logo{padding:16px 8px}.main-layout .ant-layout-sider.ant-layout-sider-collapsed .logo h1{opacity:0;transform:translate(-20px)}.main-layout .ant-card,.main-layout .ant-btn{transition:all .3s cubic-bezier(.4,0,.2,1)}.main-layout .ant-btn-primary:hover{background:rgba(24,144,255,.85)}.main-layout .ant-table,.main-layout .ant-table-row{transition:all .3s cubic-bezier(.4,0,.2,1)}.main-layout .ant-form-item{animation:fadeIn .3s cubic-bezier(.4,0,.2,1);animation-delay:calc(var(--animation-order, 0) * .1s)}.main-layout .ant-spin,.main-layout .ant-dropdown-menu-item{transition:all .3s cubic-bezier(.4,0,.2,1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;line-height:1.5;color:#262626}.app-container{min-height:100vh}.app-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fff;box-shadow:0 2px 8px #0000000f}.app-content{margin:24px;padding:24px;background:#fff;min-height:280px}.text-center{text-align:center}.text-right{text-align:right}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.mb-16{margin-bottom:16px}.mt-16{margin-top:16px}.mr-16{margin-right:16px}.ml-16{margin-left:16px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#888;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555}.v2-page{min-height:100%;color:#162033}.v2-page-spinner{display:block;margin:120px auto}.v2-help-page{display:flex;flex-direction:column;gap:16px;max-width:1180px;margin:0 auto}.v2-help-page .ant-card{box-shadow:none}.v2-help-header h2,.v2-help-header .ant-typography{margin-bottom:4px}.v2-help-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.v2-help-steps{margin-bottom:16px}.v2-help-steps .ant-steps-item{cursor:pointer}.v2-step-guide{background:#fafcff}.v2-step-guide .ant-card-head{background:#f0f7ff}.v2-help-instructions ol{margin:0;padding-left:20px}.v2-help-instructions li+li{margin-top:6px}.v2-step-tips{margin-top:14px;padding:12px 16px;border-radius:6px;background:#fffbe6}.v2-step-tips ul{margin:8px 0 0;padding-left:20px}.v2-step-navigation{display:flex;justify-content:space-between;margin-top:16px}.v2-completion-result .ant-result{padding:24px 16px}.v2-completion-result.is-compact .ant-result{padding:12px 8px 20px}.v2-workspace{display:flex;flex-direction:column;gap:16px;height:100%;min-height:0}.v2-queue-header{display:flex;justify-content:space-between;width:100%}.v2-workspace-header{display:flex;align-items:flex-start;gap:14px;width:100%}.v2-workspace-header h1{margin:0 0 7px;color:#16263a;font-size:24px;line-height:1.25}.v2-workspace-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-left:auto}.v2-workspace-layout{display:grid;grid-template-columns:292px minmax(0,1fr);flex:1;min-height:560px;border:1px solid #edf0f5;border-radius:8px;overflow:hidden;background:#fff}.v2-item-sider{width:292px;min-width:0;overflow:auto;border-right:1px solid #edf0f5}.v2-item-sider .ant-list-header{padding:14px 16px}.v2-item-sider .ant-list-item{cursor:pointer;padding:12px 16px}.v2-item-sider .ant-list-item.is-active{background:#eaf3ff;border-left:3px solid #1677ff}.v2-check-item-filter{position:sticky;top:0;z-index:2;display:flex;flex-direction:column;gap:10px;padding:14px 12px 10px;border-bottom:1px solid #edf0f5;background:#fff}.v2-check-item-tree{padding:8px}.v2-check-item-tree .ant-tree-treenode{width:100%}.v2-check-item-tree .ant-tree-node-content-wrapper{min-width:0;padding:7px 8px;white-space:normal}.v2-check-item-tree .ant-tree-node-selected{background:#eaf3ff!important}.v2-check-item-node{display:flex;flex-direction:column;gap:5px;min-width:0}.v2-item-content{min-width:0;padding:16px 20px;overflow:auto;background:#f5f7fa}.v2-review-tabs>.ant-tabs-nav{position:sticky;top:-16px;z-index:5;background:#fff}.v2-sticky-decision{position:sticky;top:40px;z-index:4}.v2-item-decision-panel{overflow:hidden;border:1px solid #cbd9ec;border-radius:10px;background:rgba(255,255,255,.97);box-shadow:0 6px 18px #23406917;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.v2-check-item-findings{margin:10px 0}.v2-completed-summary{margin-bottom:12px}.v2-input{padding:12px;border:1px solid #e8ebf0;border-radius:6px;background:#fafbfc}.v2-evidence-stage{padding:14px;border:1px solid #e8edf3;border-radius:8px;background:#fff}.v2-evidence-stage-title{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px}.v2-evidence-stage-index{display:inline-flex;flex:0 0 24px;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#1677ff;color:#fff;font-weight:600;line-height:24px}.v2-input-spec-evidence{padding:12px;border-left:3px solid #91caff;border-radius:4px;background:#f7fbff}.v2-input-spec-evidence-title{margin-bottom:8px}.v2-unlinked-inputs{margin-top:12px}.v2-action-result-summary{padding:10px 12px;border-radius:6px;background:#f6ffed}.v2-problem-correction-editor{overflow:hidden;border:1px solid #f2c3bd;border-radius:12px;background:#fff}.v2-problem-correction-editor textarea{margin-top:8px}.v2-muted{color:#6b778c}.v2-muted.is-warning{color:#9a5b00}.v2-inline-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px}.v2-badge,.v2-code-pill{display:inline-flex;align-items:center;min-height:22px;padding:2px 8px;border:1px solid #d9e0e8;border-radius:999px;background:#f5f7fa;color:#4b586b;font-size:12px;line-height:1.35;white-space:nowrap}.v2-badge.is-success,.v2-code-pill.is-success{border-color:#a6d9bb;background:#edf9f1;color:#17653a}.v2-badge.is-error,.v2-code-pill.is-error,.v2-badge.is-danger,.v2-code-pill.is-danger{border-color:#efb5b1;background:#fff1f0;color:#a12820}.v2-badge.is-warning,.v2-code-pill.is-warning,.v2-badge.is-gold,.v2-code-pill.is-gold{border-color:#efd08b;background:#fff9e8;color:#865700}.v2-badge.is-processing,.v2-code-pill.is-processing,.v2-badge.is-blue,.v2-code-pill.is-blue,.v2-badge.is-geekblue,.v2-code-pill.is-geekblue{border-color:#a9c8ef;background:#edf5ff;color:#155da6}.v2-badge.is-purple,.v2-code-pill.is-purple{border-color:#cbb8ed;background:#f6f0ff;color:#6541a5}.v2-badge.is-cyan,.v2-code-pill.is-cyan{border-color:#9fd8da;background:#ecfbfb;color:#17686b}.v2-code-pill{border-radius:5px;background:#f1f3f6;color:#445166;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.v2-btn{min-height:36px;padding:7px 15px;border:1px solid #c9d2de;border-radius:7px;background:#fff;color:#26364c;cursor:pointer;font:inherit}.v2-btn:hover:not(:disabled){border-color:#6d9bd2;background:#f6faff}.v2-btn:disabled{cursor:not-allowed;opacity:.45}.v2-btn.is-primary{border-color:#176fd1;background:#176fd1;color:#fff}.v2-btn.is-primary:hover:not(:disabled){background:#0f5fb6}.v2-btn.is-danger{border-color:#d85a52;color:#b32820}.v2-btn.is-quiet{background:#f6f8fb}.v2-content-heading{display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:12px 18px;border-bottom:1px solid #e4e9ef;background:#fbfcfe}.v2-content-heading>div{display:flex;align-items:baseline;gap:10px}.v2-content-heading strong{font-size:16px;color:#1c2a3e}.v2-content-heading span{color:#778397;font-size:12px}.v2-detail-tabs{position:sticky;top:-16px;z-index:6;display:flex;gap:24px;border-bottom:1px solid #dce3eb;background:#fff;padding:0 12px}.v2-detail-tabs button{position:relative;padding:14px 2px 12px;border:0;background:transparent;color:#526075;cursor:pointer;font:inherit}.v2-detail-tabs button span{margin-left:4px;color:#8792a3}.v2-detail-tabs button.is-active{color:#125fac;font-weight:600}.v2-detail-tabs button.is-active:after{position:absolute;right:0;bottom:-1px;left:0;height:3px;border-radius:2px 2px 0 0;background:#1774d1;content:""}.v2-tab-content{padding-top:16px}.v2-review-flow{display:flex;flex-direction:column;gap:16px}.v2-filter-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.v2-filter-buttons button{padding:6px 4px;border:1px solid #dfe5ec;border-radius:6px;background:#fff;color:#657187;cursor:pointer;font-size:12px}.v2-filter-buttons button.is-active{border-color:#9ec2e9;background:#edf5ff;color:#155da6;font-weight:600}.v2-nav-level{display:flex;flex-direction:column;gap:4px;padding:6px}.v2-nav-level[data-depth="1"]{padding-left:10px}.v2-nav-level[data-depth="2"]{padding-left:14px}.v2-chapter-nav>h3{margin:10px 10px 4px;color:#667389;font-size:12px;font-weight:600}.v2-check-item-nav-button{display:flex;align-items:stretch;flex-direction:column;gap:7px;width:100%;padding:10px 11px;border:1px solid transparent;border-radius:8px;background:transparent;color:#26364c;cursor:pointer;text-align:left}.v2-check-item-nav-button:hover{background:#f5f8fc}.v2-check-item-nav-button.is-active{border-color:#b9d3ef;background:#edf5ff;box-shadow:inset 3px 0 #1774d1}.v2-check-item-nav-name{width:100%;color:#26364c;font-weight:600;line-height:1.45;overflow-wrap:anywhere;white-space:normal}.v2-check-item-nav-signals{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:5px 8px;width:100%}.v2-check-item-nav-signals>.v2-badge{min-height:19px;padding:1px 6px;font-size:11px}.v2-check-item-review-state{display:inline-flex;align-items:center;gap:4px;color:#68768a;font-size:11px;white-space:nowrap}.v2-check-item-review-state>i{width:7px;height:7px;border:1px solid currentcolor;border-radius:50%;background:transparent}.v2-check-item-review-state.is-success>i,.v2-check-item-review-state.is-purple>i{background:currentcolor}.v2-check-item-review-state.is-warning{color:#a46b08}.v2-check-item-review-state.is-processing,.v2-check-item-review-state.is-blue{color:#176fc7}.v2-check-item-review-state.is-error{color:#bd3b33}.v2-decision-heading{display:grid;grid-template-columns:minmax(180px,1fr) auto;align-items:center;gap:12px;padding:9px 12px}.v2-decision-title{min-width:0}.v2-decision-heading h2{margin:0;overflow:hidden;color:#17263a;font-size:16px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.v2-decision-heading p{margin:2px 0 0;overflow:hidden;color:#758196;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.v2-eyebrow{color:#176fc7;font-size:12px;font-weight:700;letter-spacing:.08em}.v2-decision-facts{display:flex;align-items:center;gap:5px}.v2-decision-facts>span{display:flex;align-items:center;gap:5px;padding:4px 6px;border-radius:6px;background:#f5f7fa;white-space:nowrap}.v2-decision-facts>span small{margin:0}.v2-decision-facts small,.v2-fact-strip small,.v2-fact-grid small,.v2-required-tool>small,.v2-task-facts small{display:block;margin-bottom:3px;color:#788498;font-size:12px}.v2-review-remark{margin:8px 0 0;padding:8px 10px;border-left:3px solid #9abce1;background:#f7faff}.v2-review-remark p{margin:3px 0 0}.v2-decision-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px;padding:6px 10px;border-top:1px solid #e7ebf0;background:#fbfcfe}.v2-decision-actions:empty{display:none}.v2-decision-actions .v2-btn{flex:0 0 auto;min-height:30px;padding:5px 9px;white-space:nowrap}.v2-decision-more{border-top:1px solid #e7ebf0;background:#fbfcfe}.v2-decision-more>summary{width:fit-content;padding:6px 12px;color:#607089;cursor:pointer;font-size:12px;list-style:none}.v2-decision-more>summary:before{margin-right:5px;content:"›"}.v2-decision-more[open]>summary:before{display:inline-block;transform:rotate(90deg)}.v2-decision-more>p,.v2-decision-more>div{margin-right:12px;margin-left:12px}.v2-decision-more[open]{padding-bottom:9px}.v2-history-section,.v2-resource-panel{overflow:hidden;border:1px solid #dfe5ec;border-radius:12px;background:#fff}.v2-action-list{padding:14px}.v2-review-actions{display:flex;flex-direction:column;gap:12px}.v2-review-action{overflow:hidden;border:1px solid #dce3eb;border-radius:12px;background:#fff;box-shadow:0 2px 10px #2038550a}.v2-review-action.has-failed-result{border-color:#e6aaa5;box-shadow:0 2px 12px #b1372f14}.v2-review-action-summary{display:grid;grid-template-columns:30px minmax(0,1fr) auto 16px;align-items:center;gap:11px;padding:13px 15px;cursor:pointer;list-style:none;background:#f8fafc}.v2-review-action-summary::-webkit-details-marker{display:none}.v2-review-action-summary:after{color:#7a8799;content:"⌄";font-size:16px;transition:transform .15s ease}.v2-review-action[open]>.v2-review-action-summary:after{transform:rotate(180deg)}.v2-review-action-index{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:#176fc7;color:#fff;font-size:13px;font-weight:700}.v2-review-action-heading{min-width:0}.v2-review-action-heading>strong{display:block;overflow:hidden;color:#1d2d44;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.v2-review-action-heading>p{margin:3px 0 0;overflow:hidden;color:#637086;font-size:13px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.v2-review-action-result{display:flex;align-items:flex-end;flex-direction:column;gap:4px}.v2-review-action-result small{color:#7b8798;font-size:11px}.v2-review-action-content{display:flex;flex-direction:column;gap:12px;padding:12px;border-top:1px solid #e7ebf0}.v2-review-section{overflow:hidden;border:1px solid #e1e6ec;border-radius:10px}.v2-review-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;border-bottom:1px solid #e5eaf0;background:#fafbfd}.v2-review-section-header strong{color:#24364d}.v2-review-section-header p{margin:2px 0 0;color:#7a8698;font-size:12px}.v2-review-section-header>span,.v2-review-input-count>span{padding:2px 8px;border-radius:999px;background:#eaf3fd;color:#1763aa;font-size:12px;white-space:nowrap}.v2-review-spec-list{display:flex;flex-direction:column}.v2-review-spec+.v2-review-spec{border-top:1px solid #e1e6ec}.v2-review-spec{display:grid;grid-template-columns:minmax(250px,36%) minmax(0,1fr);background:#fff}.v2-review-spec-requirement{border-right:1px solid #e1e6ec;background:#fbfcfe}.v2-review-spec-requirement>header{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:start;gap:8px;padding:11px 12px}.v2-review-spec-requirement>header>span{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;border-radius:6px;background:#e5f0fc;color:#1763aa;font-size:12px;font-weight:700}.v2-review-spec-requirement header p{margin:3px 0 0;color:#728096;font-size:12px;line-height:1.45}.v2-review-spec-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #e9edf2}.v2-review-spec-facts>span{min-width:0;padding:8px 10px;border-right:1px solid #edf0f4}.v2-review-spec-facts>span:nth-child(3){border-right:0}.v2-review-spec-facts>.is-tool{grid-column:1 / -1;border-top:1px solid #edf0f4;border-right:0}.v2-review-spec-facts small{display:block;margin-bottom:2px;color:#8490a1;font-size:11px}.v2-review-spec-guidance{padding:8px 10px;border-top:1px solid #e9edf2;background:#fffdf6}.v2-review-spec-guidance p{margin:2px 0;color:#5e6877;font-size:12px;line-height:1.5}.v2-review-spec-guidance p strong{margin-right:7px;color:#725d23}.v2-review-spec-guidance .v2-audio{width:100%;max-width:320px;height:34px;margin-top:5px}.v2-review-spec-inputs{min-width:0;padding:10px}.v2-review-input-count{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.v2-review-input-count>strong{color:#34445a;font-size:13px}.v2-review-input-list{display:flex;min-width:0;flex-direction:column;gap:8px}.v2-input-card.is-compact .v2-input-header{padding:8px 10px}.v2-input-card.is-compact .v2-input-header>strong{font-size:13px}.v2-input-card.is-compact .v2-fact-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.v2-input-card.is-compact .v2-fact-strip>span{padding:7px 9px;font-size:12px}.v2-input-card.is-compact .v2-fact-strip .is-wide{grid-column:1 / -1}.v2-input-card.is-compact .v2-input-content{padding:9px}.v2-input-card.is-compact .v2-evidence-image{width:min(100%,280px);max-height:220px}.v2-empty-inline.is-compact{padding:16px}.v2-invalid-inputs{overflow:hidden;border:1px solid #e2e6eb;border-radius:8px;background:#f7f8fa}.v2-invalid-inputs>summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 11px;color:#687486;cursor:pointer;list-style:none}.v2-invalid-inputs>summary::-webkit-details-marker{display:none}.v2-invalid-inputs>summary:after{color:#8a94a3;content:"⌄";font-size:14px}.v2-invalid-inputs[open]>summary:after{transform:rotate(180deg)}.v2-invalid-inputs>summary small{margin-left:auto;color:#8a94a3}.v2-invalid-inputs>.v2-review-input-list{padding:8px;border-top:1px solid #e2e6eb}.v2-review-input-list.is-invalid .v2-input-card{opacity:.82}.v2-review-unlinked-inputs{padding:11px 12px;border-top:1px solid #ead293;background:#fffbef}.v2-review-unlinked-inputs>strong,.v2-review-unlinked-inputs>span{display:block}.v2-review-unlinked-inputs>span{margin:2px 0 9px;color:#806525;font-size:12px}.v2-latest-verification{overflow:hidden;border:1px solid #cdd9e7;border-radius:10px;background:#f8fbff}.v2-latest-verification.is-success{border-color:#9fd5b5;background:#f5fcf7}.v2-latest-verification.is-error,.v2-latest-verification.is-danger{border-color:#e5aaa5;background:#fff8f7}.v2-latest-verification>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;border-bottom:1px solid rgba(100,125,155,.16)}.v2-latest-verification>header>div{display:flex;align-items:baseline;gap:9px}.v2-latest-verification>header strong{color:#1d3552;font-size:18px}.v2-latest-verification>header time{color:#748196;font-size:12px}.v2-review-section-eyebrow{color:#60738c;font-size:12px;font-weight:700}.v2-verification-reason{margin:0;padding:10px 13px;border-bottom:1px solid rgba(100,125,155,.14);color:#47576c}.v2-verification-evidence-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:10px;padding:10px}.v2-verification-used-inputs{min-width:0;padding:10px;border:1px solid #dfe6ee;border-radius:8px;background:#fff}.v2-verification-evidence-grid>.v2-reference-panel{min-width:0;margin-top:0}.v2-action-section{overflow:hidden;border:1px solid #dce3eb;border-radius:10px;background:#fff}.v2-action-section+.v2-action-section{margin-top:12px}.v2-action-section.has-anomaly{border-color:#e3b48e}.v2-action-section>summary{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#f8fafc;cursor:pointer;list-style:none}.v2-action-section>summary::-webkit-details-marker{display:none}.v2-action-section>summary:after{margin-left:auto;color:#768398;content:"⌄"}.v2-action-section[open]>summary:after{transform:rotate(180deg)}.v2-action-summary-badges{display:flex;flex-wrap:wrap;gap:6px;margin-left:8px}.v2-action-number,.v2-spec-index{display:inline-flex;flex:0 0 26px;align-items:center;justify-content:center;width:26px;height:26px;border-radius:7px;background:#e8f2fd;color:#1764ad;font-size:12px;font-weight:700}.v2-action-body{display:flex;flex-direction:column;gap:14px;padding:16px}.v2-action-overview{display:grid;grid-template-columns:130px 160px minmax(240px,1fr);overflow:hidden;border:1px solid #e4e9ef;border-radius:8px}.v2-action-overview>span{padding:10px 12px;border-right:1px solid #e4e9ef}.v2-action-overview>span:last-child{border-right:0}.v2-action-overview small{display:block;margin-bottom:4px;color:#7b8799}.v2-evidence-stage{padding:18px;border:1px solid #e1e6ec;border-radius:10px;background:#fff}.v2-evidence-stage-title{margin-bottom:16px}.v2-evidence-stage-title p{margin:3px 0 0;color:#7a8699;font-size:13px}.v2-requirement-layout{display:grid;grid-template-columns:minmax(300px,1fr) minmax(240px,.7fr);gap:18px}.v2-fact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid #e2e7ed;border-radius:8px;background:#e2e7ed}.v2-fact-grid>div{padding:12px;background:#f9fafc}.v2-fact-grid .is-wide{grid-column:1 / -1}.v2-fact-grid p{margin:5px 0}.v2-section-kicker{margin-bottom:8px;color:#526075;font-size:12px;font-weight:700}.v2-media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.v2-media-grid a{overflow:hidden;border:1px solid #dfe5ec;border-radius:8px;background:#f5f7fa}.v2-media-grid img{display:block;width:100%;height:180px;object-fit:contain}.v2-media-grid.is-small img{height:120px}.v2-resource-link{display:flex;align-items:center;justify-content:center;min-height:80px}.v2-spec-list{display:flex;flex-direction:column;gap:14px}.v2-spec-card{overflow:hidden;border:1px solid #dce3eb;border-radius:10px}.v2-spec-header{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:start;gap:10px;padding:13px 15px;border-bottom:1px solid #e5eaf0;background:#fafbfd}.v2-spec-header p{margin:4px 0 0;color:#758196}.v2-fact-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1px;background:#e7ebf0}.v2-fact-strip>span{min-width:0;padding:10px 13px;background:#fff}.v2-fact-strip .is-wide{grid-column:span 2}.v2-required-tool{padding:12px 14px;border-top:1px solid #e7ebf0;background:#fff}.v2-guidance{display:flex;align-items:flex-start;flex-direction:column;gap:5px;padding:10px 14px;border-top:1px solid #edf0f4;background:#fffdf5}.v2-collected-group{padding:14px;border-top:1px solid #dbe6f2;background:#f5f9fd}.v2-collected-group>header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.v2-collected-group>header span{padding:2px 8px;border-radius:999px;background:#dcecff;color:#155d9f;font-size:12px}.v2-input-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:12px}.v2-input-card{overflow:hidden;min-width:0;border:1px solid #dce3eb;border-radius:8px;background:#fff}.v2-input-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 13px;border-bottom:1px solid #e5eaf0}.v2-input-content{padding:13px}.v2-evidence-image-link{display:inline-flex;align-items:flex-start;flex-direction:column;gap:6px;color:#1764ad;font-size:12px}.v2-evidence-image{display:block;width:min(100%,360px);max-height:420px;border-radius:7px;object-fit:contain;background:#eef1f5}.v2-data-preview{max-height:280px;margin:0;padding:12px;overflow:auto;border-radius:7px;background:#172033;color:#dbe8f8;white-space:pre-wrap}.v2-measurement-block{display:flex;align-items:baseline;flex-direction:column;gap:4px}.v2-measurement-block strong,.v2-reference-value{color:#153d68;font-size:24px}.v2-inline-notice{display:flex;align-items:flex-start;flex-direction:column;gap:5px;padding:11px 13px;border:1px solid #b9d2ee;border-radius:8px;background:#f1f7fe;color:#244d79}.v2-inline-notice.is-warning{border-color:#ecd18e;background:#fffae9;color:#795500}.v2-inline-notice.is-danger{border-color:#ebb5b1;background:#fff2f0;color:#9f2922}.v2-empty-inline,.v2-empty-state{padding:22px;color:#7c8798;text-align:center}.v2-result-ribbon{display:flex;align-items:center;gap:14px;margin-bottom:12px;padding:12px 14px;border-radius:8px;background:#f2f7fc}.v2-result-ribbon>div{display:flex;align-items:center;gap:8px}.v2-result-ribbon small{color:#6e7b8f}.v2-verification-list{display:flex;flex-direction:column;gap:10px}.v2-verification-card{padding:14px;border:1px solid #dfe5ec;border-radius:9px;background:#fafbfd}.v2-verification-card>header{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.v2-verification-card>p{margin:10px 0}.v2-used-inputs{margin-top:10px;padding:9px 10px;border-left:3px solid #8aadd3;background:#fff}.v2-used-inputs small{display:block;color:#7b8799}.v2-reference-panel{margin-top:12px;padding:12px;border:1px solid #dfe5ec;border-radius:8px;background:#fff}.v2-reference-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin-top:9px}.v2-reference-item{padding:11px;border:1px solid #e0e5eb;border-radius:7px}.v2-reference-item>header{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:9px}.v2-threshold-range{display:grid;grid-template-columns:minmax(110px,1fr) auto minmax(110px,1fr);align-items:center;gap:10px;padding:12px;border-radius:7px;background:#f2f7fc}.v2-threshold-range>div{display:flex;flex-direction:column;gap:4px}.v2-threshold-range small{color:#758196}.v2-threshold-range strong{color:#173f69;font-size:18px}.v2-threshold-range>span{color:#8a95a5}.v2-tool-summary{display:flex;align-items:flex-start;gap:9px}.v2-tool-summary>img{flex:0 0 48px;border-radius:7px;object-fit:cover}.v2-tool-copy{display:flex;min-width:0;flex-direction:column;gap:3px}.v2-resource-panel{padding-bottom:14px}.v2-resource-panel>.v2-inline-notice{margin:12px 14px}.v2-resource-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:12px;padding:14px}.v2-resource-card{overflow:hidden;border:1px solid #dfe5ec;border-radius:9px}.v2-resource-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;padding:11px 13px;border-bottom:1px solid #e5eaf0}.v2-resource-preview{display:flex;align-items:flex-start;flex-direction:column;gap:9px;padding:13px}.v2-segment-buttons{display:flex;gap:5px}.v2-segment-buttons button{padding:5px 9px;border:1px solid #d5dce5;border-radius:5px;background:#fff;cursor:pointer}.v2-segment-buttons button.is-active{border-color:#8eb8e5;background:#edf5ff;color:#155da6}.v2-editor-body{display:flex;flex-direction:column;gap:14px;padding:16px}.v2-problem-correction-readonly{display:grid;grid-template-columns:1fr 1fr;gap:14px}.v2-problem-correction-readonly>div{padding:12px 14px;border-radius:8px;background:#f7f9fc}.v2-problem-correction-readonly p{margin:7px 0 0;color:#34465e;line-height:1.65;white-space:pre-wrap}.v2-field-block{position:relative;display:flex;flex-direction:column;gap:7px}.v2-field-block textarea{width:100%;min-height:84px;padding:10px 12px;resize:vertical;border:1px solid #cfd7e2;border-radius:7px;color:#202d40;font:inherit;line-height:1.65}.v2-field-block textarea:focus{border-color:#4285c7;outline:3px solid rgba(66,133,199,.12)}.v2-field-block>small{align-self:flex-end;color:#8691a2}.v2-override-result-summary{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:16px;padding:12px;border-radius:8px;background:#f4f7fb;color:#4d5d72}.v2-batch-command-body{display:flex;flex-direction:column;gap:14px}.v2-batch-command-body>p{margin:0;color:#34465e;line-height:1.65}@media (max-width: 720px){.v2-problem-correction-readonly{grid-template-columns:1fr}}.v2-review-timeline{margin:0;padding:8px 4px 8px 28px;list-style:none}.v2-review-timeline>li{position:relative;padding:0 0 20px 20px;border-left:1px solid #d8e0e9}.v2-review-timeline>li:last-child{padding-bottom:0;border-left-color:transparent}.v2-timeline-dot{position:absolute;top:3px;left:-6px;width:11px;height:11px;border:2px solid #fff;border-radius:50%;background:#8da0b6;box-shadow:0 0 0 1px #8da0b6}.v2-timeline-dot.is-success{background:#2a9b59;box-shadow:0 0 0 1px #2a9b59}.v2-timeline-dot.is-error{background:#d34a42;box-shadow:0 0 0 1px #d34a42}.v2-timeline-dot.is-warning{background:#c88a12;box-shadow:0 0 0 1px #c88a12}.v2-timeline-dot.is-processing,.v2-timeline-dot.is-blue{background:#2878c7;box-shadow:0 0 0 1px #2878c7}.v2-review-timeline article{padding:0 0 0 2px}.v2-review-timeline article>header{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:7px}.v2-review-timeline p{margin:7px 0 0}.v2-record-narrative{color:#20354f;font-weight:600;line-height:1.55}.v2-record-target-link{padding:0;border:0;border-bottom:1px solid currentcolor;background:transparent;color:#176fc7;cursor:pointer;font:inherit;font-weight:700}.v2-record-target-link:hover{color:#0d4f91}.v2-record-target-link:focus-visible{border-radius:3px;outline:2px solid #85b9ee;outline-offset:2px}.v2-record-transition{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:8px;color:#34465e}.v2-record-transition small,.v2-record-reason>small,.v2-record-text-changes small,.v2-record-change-grid small{color:#7a8799}.v2-record-transition b{color:#8a96a6;font-weight:400}.v2-record-reason{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:8px}.v2-record-reason>p{flex-basis:100%;margin:0;padding-left:66px;color:#41536a}.v2-record-evidence-summary{margin-top:9px;padding:9px 11px;border-left:3px solid #83acd5;border-radius:0 7px 7px 0;background:#f5f9fd}.v2-record-evidence-summary>strong{color:#36516f;font-size:12px}.v2-record-evidence-summary>p{margin:4px 0;color:#344b65}.v2-record-evidence-summary .v2-inline-meta{margin-top:5px;color:#60738b;font-size:12px}.v2-record-evidence-summary .v2-inline-meta>span{padding:2px 7px;border-radius:999px;background:#e6f0fa}.v2-record-change-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:9px}.v2-record-change-grid>span{display:flex;flex-direction:column;gap:3px;min-width:190px;padding:7px 9px;border-radius:7px;background:#fff8e8}.v2-record-text-changes{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:8px;margin-top:9px}.v2-record-text-changes>div{padding:8px 10px;border-radius:7px;background:#f3f7fc}.v2-record-text-changes p{margin:4px 0 0;color:#34465d;line-height:1.55}.v2-record-completion-summary{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;margin-top:9px;padding:9px 11px;border-radius:7px;background:#eef8f1;color:#316047}.v2-record-completion-summary>strong{margin-right:6px}.v2-task-facts,.v2-completion-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid #dfe5ec;border-radius:10px;background:#e4e9ef;gap:1px}.v2-task-facts>div,.v2-completion-metrics>div{padding:12px 14px;background:#fff}.v2-task-facts strong,.v2-task-facts span{display:block}.v2-completion-result{padding:16px;border-radius:10px;background:#fff}.v2-completion-result>header{display:flex;align-items:center;gap:14px;margin-bottom:14px}.v2-completion-result h2{margin:0}.v2-completion-result header p{margin:4px 0 0;color:#6e7b8f}.v2-completion-mark{display:inline-flex;flex:0 0 44px;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#edf6ff;color:#1764ad;font-size:24px;font-weight:700}.v2-completion-result.is-pass .v2-completion-mark{background:#edf9f1;color:#21804a}.v2-completion-result.is-fail .v2-completion-mark{background:#fff1f0;color:#bd352d}.v2-native-details{margin-top:12px}.v2-native-details>summary{padding:8px 0;color:#1764ad;cursor:pointer}.v2-completion-items{display:flex;flex-direction:column;gap:7px}.v2-completion-items article{padding:10px 12px;border:1px solid #e1e6ec;border-radius:7px}.v2-completion-items article header{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.v2-completion-items p{margin:6px 0 0}.v2-completion-items .is-danger{color:#a42b24}.v2-overview-page{display:flex;flex-direction:column;gap:16px;max-width:1680px;margin:0 auto}.v2-overview-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.v2-overview-header h1{margin:3px 0 5px;color:#16263a;font-size:28px}.v2-overview-header p{margin:0;color:#6e7b8f}.v2-overview-filters{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(3,minmax(160px,.7fr));gap:12px;padding:14px 16px;border:1px solid #dfe5ec;border-radius:10px;background:#fff}.v2-overview-filters label{display:flex;flex-direction:column;gap:6px}.v2-overview-filters label>span{color:#69768a;font-size:12px;font-weight:600}.v2-overview-filters select,.v2-overview-filters input,.v2-pagination select{min-height:38px;padding:7px 10px;border:1px solid #cfd7e2;border-radius:7px;background:#fff;color:#26364c;font:inherit}.v2-overview-cards{display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));gap:10px}.v2-overview-cards article{position:relative;overflow:hidden;min-height:104px;padding:16px;border:1px solid #dfe5ec;border-radius:10px;background:#fff}.v2-overview-cards article:before{position:absolute;top:0;right:0;left:0;height:4px;background:#7ea5cf;content:""}.v2-overview-cards article.is-error:before{background:#d75a53}.v2-overview-cards article.is-success:before{background:#3e9b67}.v2-overview-cards article.is-warning:before,.v2-overview-cards article.is-gold:before{background:#d5982a}.v2-overview-cards article.is-purple:before{background:#8065b4}.v2-overview-cards span{display:block;color:#677489;font-size:13px}.v2-overview-cards strong{display:block;margin-top:10px;color:#17283e;font-size:30px;line-height:1}.v2-overview-section{overflow:hidden;border:1px solid #dfe5ec;border-radius:11px;background:#fff}.v2-trend-chart{padding:14px 18px 6px}.v2-chart-legend{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:16px;color:#59667a;font-size:12px}.v2-chart-legend span{display:inline-flex;align-items:center;gap:6px}.v2-chart-legend i{width:18px;height:3px;border-radius:2px}.v2-trend-chart svg{display:block;width:100%;height:auto;max-height:310px}.v2-trend-chart text{fill:#7a8698;font-size:11px}.v2-chart-grid{stroke:#e6ebf0;stroke-width:1}.v2-overview-table-wrap{overflow-x:auto}.v2-overview-table{width:100%;border-collapse:collapse;min-width:1120px}.v2-overview-table th{padding:11px 13px;border-bottom:1px solid #dfe5ec;background:#f8fafc;color:#69768a;font-size:12px;font-weight:600;text-align:left}.v2-overview-table td{padding:13px;border-bottom:1px solid #edf0f4;vertical-align:top}.v2-overview-table tbody tr:hover{background:#fafcff}.v2-overview-table td>strong,.v2-overview-table td>span{display:block}.v2-overview-table td>span+span,.v2-overview-table td>strong+span{margin-top:4px;color:#748095;font-size:12px}.v2-overview-table .is-danger{color:#ae3028}.v2-pagination{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px;padding:12px 14px}@media (max-width: 1200px){.v2-overview-cards{grid-template-columns:repeat(4,minmax(130px,1fr))}.v2-overview-filters{grid-template-columns:repeat(2,minmax(180px,1fr))}.v2-decision-heading{grid-template-columns:minmax(180px,1fr) auto}.v2-decision-actions{justify-content:flex-start}}.v2-rendered-input{margin-top:10px}.v2-json-block{max-height:320px;margin-bottom:0!important;overflow:auto;border-radius:4px;background:#111827;color:#d1e7ff}.v2-json-block pre{padding:12px;white-space:pre-wrap;word-break:break-word}.v2-media{width:min(640px,100%);max-height:420px}.v2-measurement{font-size:24px}.v2-tool-summary{max-width:100%}.v2-tool-summary .ant-image,.v2-tool-summary .ant-image-img{flex:0 0 auto;border-radius:6px;object-fit:cover}.v2-resource-panel .ant-list-item{align-items:flex-start}.v2-resource-panel .ant-alert{margin-bottom:12px}.v2-deadline-panel{overflow:hidden;border:1px solid #a9c9e9;border-radius:12px;background:#fff;box-shadow:0 4px 14px #1677ff17}.v2-deadline-panel>.ant-card-head{background:#e6f4ff}.v2-deadline-panel.is-overdue{border-color:#ff7875;box-shadow:0 4px 16px #ff4d4f24}.v2-deadline-panel.is-overdue>.ant-card-head{background:#fff1f0;color:#a8071a}.v2-deadline-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:14px;padding:16px 18px;border-radius:9px;background:#edf6ff}.v2-deadline-hero>div:first-child{display:flex;flex-direction:column;gap:4px}.v2-deadline-hero small{color:#587491}.v2-deadline-hero strong{color:#163c63;font-size:18px}.v2-deadline-hero span{color:#1764ad;font-weight:600}.v2-deadline-hero.is-overdue{background:#fff1f0}.v2-deadline-hero.is-overdue strong,.v2-deadline-hero.is-overdue span{color:#a32b24}.v2-deadline-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.v2-pending-extension-decision{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:12px 14px;padding:14px 16px;border:1px solid #eacb7b;border-radius:9px;background:#fff9e8}.v2-pending-extension-decision p{margin:5px 0 0}.v2-extension-history{margin:14px}.v2-extension-history h3{margin:0 0 10px;font-size:14px}.v2-extension-history article{padding:11px 4px;border-top:1px solid #e6ebf0}.v2-extension-history article p{margin:6px 0}.v2-pending-extension-decision{margin-top:12px;border-width:2px}.v2-pending-extension-decision .ant-alert-action{align-self:center}@media (max-width: 900px){.v2-help-grid{grid-template-columns:1fr}.v2-queue-header,.v2-workspace-header{align-items:stretch;flex-direction:column}.v2-workspace-actions{margin-left:0}.v2-deadline-panel .ant-alert-with-description{align-items:flex-start}.v2-deadline-panel .ant-alert-action{margin-left:0;padding-top:8px}.v2-deadline-panel .ant-list-item{align-items:flex-start;flex-direction:column;gap:8px}.v2-deadline-panel .ant-list-item-action{margin-left:0}.v2-deadline-hero,.v2-pending-extension-decision{align-items:flex-start;flex-direction:column}.v2-resource-panel .ant-descriptions-view{overflow-x:auto}.v2-resource-panel .ant-radio-group{display:flex;flex-wrap:wrap}.v2-workspace-layout{grid-template-columns:1fr}.v2-item-sider{width:100%!important;max-width:none!important;max-height:42vh;border-right:0;border-bottom:1px solid #edf0f5}.v2-task-facts,.v2-completion-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.v2-requirement-layout,.v2-action-overview{grid-template-columns:1fr}.v2-action-overview>span{border-right:0;border-bottom:1px solid #e4e9ef}.v2-input-grid,.v2-resource-grid,.v2-review-spec,.v2-verification-evidence-grid{grid-template-columns:1fr}.v2-review-spec-requirement{border-right:0;border-bottom:1px solid #e1e6ec}}@media (max-width: 560px){.v2-item-content{padding:12px}.v2-detail-tabs{gap:12px;overflow-x:auto}.v2-detail-tabs button{flex:0 0 auto}.v2-decision-heading{grid-template-columns:1fr}.v2-decision-facts{align-items:flex-start;flex-wrap:wrap}.v2-decision-actions{justify-content:flex-start}.v2-task-facts,.v2-completion-metrics,.v2-fact-grid{border-right:0;border-bottom:1px solid #e2e7ed}.v2-spec-header{grid-template-columns:28px minmax(0,1fr)}.v2-spec-header>.v2-badge{grid-column:2;justify-self:start}.v2-action-summary-badges{width:100%;margin-left:36px}.v2-action-section>summary{flex-wrap:wrap}.v2-overview-header{flex-direction:column}.v2-overview-filters,.v2-overview-cards{grid-template-columns:1fr}.v2-review-actions{padding:8px}.v2-review-action-summary{grid-template-columns:28px minmax(0,1fr) 14px;padding:11px}.v2-review-action-result{grid-column:2;align-items:flex-start}.v2-review-action-summary:after{grid-column:3;grid-row:1 / span 2}.v2-review-action-heading>p{white-space:normal}.v2-review-spec-requirement>header{grid-template-columns:24px minmax(0,1fr)}.v2-review-spec-requirement>header>.v2-badge{grid-column:2;justify-self:start}.v2-review-spec-facts{grid-template-columns:1fr}.v2-review-spec-facts>span{border-right:0;border-bottom:1px solid #edf0f4}.v2-review-spec-facts>.is-tool{grid-column:auto;border-top:0;border-bottom:0}.v2-latest-verification>header,.v2-latest-verification>header>div{align-items:flex-start;flex-direction:column}}.v2-field-exception-panel{padding:18px;border:1px solid #f0c36d;border-radius:12px;background:#fffaf0}.v2-field-exception-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.v2-field-exception-panel h3{margin:3px 0 12px}.v2-field-exception-record{margin-top:12px;padding-top:12px;border-top:1px solid #f1dfb9}.v2-field-exception-record small{display:block;margin:10px 0 6px;color:#6b7280}.v2-sensor-chart{margin-bottom:12px;padding:10px;overflow-x:auto;border:1px solid #dbe3ee;border-radius:8px;background:#fff}.v2-sensor-chart svg{display:block;min-width:620px;width:100%;max-height:280px}
