.ad-page-container input,.ad-page-container select,.ad-page-container textarea,.ad-page-container button{appearance:auto!important}.ad-page-container input[type=radio]{appearance:radio!important;width:auto!important;height:auto!important;position:static!important;left:auto!important}.ad-page-container input[type=checkbox]{appearance:checkbox!important;width:auto!important;height:auto!important;position:static!important;left:auto!important}.ad-page-container button{appearance:button!important}:root{--ad-color-blue-primary:#4778f5;--ad-color-blue-dark:#133a9a;--ad-color-blue-accent:#2563eb;--ad-color-blue-subtle:#eef3fe;--ad-color-blue-border:#aabff8;--ad-color-blue-badge-border:#bfdbfe;--ad-color-blue-badge-bg:#eff6ff;--ad-color-text-primary:#14151a;--ad-color-text-dark:#111827;--ad-color-text-body:#374151;--ad-color-text-muted:#6b7280;--ad-color-text-light:#9ca3af;--ad-color-text-placeholder:#7f8286;--ad-color-border-default:#dee0e3;--ad-color-border-light:#e5e7eb;--ad-color-border-subtle:#e9ecef;--ad-color-border-divider:#d4d4d4;--ad-color-bg-sidebar:#f7f8fa;--ad-color-bg-subtle:#fafafa;--ad-color-bg-white:#fff;--ad-color-green-indicator:#16a34a;--ad-color-queued-text:#a16207;--ad-color-queued-bg:#fefce8;--ad-color-queued-border:#fde68a;--ad-color-red-text:#b91c1c;--ad-color-red-bg:#fee2e2;--ad-color-red-border:#fca5a5;--ad-font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}@keyframes ui-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ad-page-container{background-color:var(--ad-color-bg-white);width:100%;height:100vh;max-height:100vh;font-family:var(--ad-font-family);color:var(--ad-color-text-primary);box-sizing:border-box;display:flex;overflow:hidden}.ad-sidebar{background-color:var(--ad-color-bg-sidebar);box-sizing:border-box;border-right:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;width:230px;height:100vh;max-height:100vh;display:flex;overflow:hidden}.ad-sidebar-header{box-sizing:border-box;flex-shrink:0;align-items:center;height:60px;padding:9px 15px;display:flex}.ad-sidebar-header svg{height:40px}.ad-logo-container{flex-direction:column;align-items:flex-end;line-height:1;text-decoration:none;display:flex}.ad-logo-text{font-family:var(--ad-font-family);letter-spacing:1.24px;color:var(--ad-color-blue-primary);align-items:baseline;margin:0;font-size:31px;font-weight:700;display:flex}.ad-logo-text .ad-logo-dark{color:var(--ad-color-blue-dark)}.ad-logo-subtitle{color:#303030;margin-top:2px;font-size:13.1px;font-weight:600}.ad-sidebar-divider{background-color:#dee0e3;width:100%;height:1px;margin:0}.ad-sidebar-content{flex-direction:column;flex:auto;gap:16px;min-height:0;padding:12px 8px;display:flex;overflow:hidden auto}.ad-sidebar-content::-webkit-scrollbar{width:5px}.ad-sidebar-content::-webkit-scrollbar-track{background:0 0}.ad-sidebar-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.ad-sidebar-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.ad-new-draft-btn{background-color:var(--ad-color-bg-white);border:1px solid var(--ad-color-border-default);width:214px;height:40px;color:var(--ad-color-text-primary);cursor:pointer;box-sizing:border-box;border-radius:12px;flex-shrink:0;align-items:center;gap:8px;padding:10px 12px;font-size:14px;font-weight:500;transition:all .15s;display:flex;box-shadow:0 1px 2px #14151a0d}.ad-new-draft-btn:hover{background-color:#f9fafb;border-color:#cbd5e1}.ad-sidebar-history{flex-direction:column;flex:auto;gap:6px;min-height:0;padding:4px 8px;display:flex}.ad-history-title{color:var(--ad-color-text-muted);flex-shrink:0;align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}.ad-history-desc{color:var(--ad-color-text-light);max-width:171px;margin:0;font-size:12px;font-weight:400;line-height:18px}.ad-history-list{flex-direction:column;flex:auto;gap:3px;min-height:0;max-height:100%;margin:0;padding:0;display:flex;overflow-y:auto}.ad-history-list::-webkit-scrollbar{width:4px}.ad-history-list::-webkit-scrollbar-track{background:0 0}.ad-history-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.ad-history-item{text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;width:100%;padding:6px 8px;transition:all .15s ease-in-out;display:flex}.ad-history-item:hover{background-color:#f1f5f9;border-color:#e2e8f0}.ad-history-item-active{background-color:#eef2ff;border-color:#c7d2fe}.ad-history-item-title{color:#334155;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:12px;font-weight:500;overflow:hidden}.ad-history-item-active .ad-history-item-title{color:#4338ca;font-weight:600}.ad-sidebar-sources{flex-direction:column;gap:8px;padding:4px 8px;display:flex}.ad-sources-header{letter-spacing:.8px;text-transform:uppercase;color:var(--ad-color-text-light);margin:0;font-size:10px;font-weight:700}.ad-sources-list{flex-direction:column;gap:8px;display:flex}.ad-source-item{color:var(--ad-color-text-body);align-items:center;gap:7px;font-size:12px;display:flex}.ad-source-item.ad-source-item-italic{color:var(--ad-color-text-light);font-style:italic}.ad-status-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.ad-status-dot.ad-dot-green{background-color:var(--ad-color-green-indicator)}.ad-status-dot.ad-dot-grey{background-color:#d1d5db}.ad-main-area{background-color:var(--ad-color-bg-white);flex-direction:column;flex:auto;min-width:0;height:100vh;min-height:0;max-height:100vh;display:flex;overflow:hidden}.ad-main-area .casebase-main-header{z-index:10;background-color:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;height:61px;display:flex;position:sticky;top:0}.ad-main-area .casebase-main-header .navbar{flex:1}.ad-content-wrapper{box-sizing:border-box;flex-direction:column;flex:auto;gap:16px;width:100%;min-width:0;max-width:100%;min-height:0;padding:20px 24px;display:flex;overflow:hidden auto}.ad-content-wrapper::-webkit-scrollbar{width:6px}.ad-content-wrapper::-webkit-scrollbar-track{background:0 0}.ad-content-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.ad-content-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}.ad-page-title-row{justify-content:space-between;align-items:center;display:flex}.ad-page-title{letter-spacing:-.2px;color:var(--ad-color-text-primary);margin:0;font-size:20px;font-weight:500;line-height:28px}.ad-main-divider{background-color:var(--ad-color-border-divider);width:100%;height:1px;margin:0}.ad-stepper-container{box-sizing:border-box;scrollbar-width:thin;flex-shrink:0;align-items:center;gap:0;width:100%;padding:4px 0 6px;display:flex;overflow:auto hidden}.ad-stepper-container::-webkit-scrollbar{height:3px}.ad-stepper-container::-webkit-scrollbar-track{background:0 0}.ad-stepper-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.ad-step-item{white-space:nowrap;flex-shrink:0;align-items:center;gap:8px;transition:opacity .15s;display:flex}.ad-step-item:hover{opacity:.85}.ad-step-circle{box-sizing:border-box;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13.5px;font-weight:600;transition:all .2s;display:flex}.ad-step-circle.ad-step-active{background-color:var(--ad-color-blue-primary);color:#fff;border:none;box-shadow:0 0 0 3px #2563eb26}.ad-step-circle.ad-step-inactive{background-color:var(--ad-color-bg-white);color:#64748b;border:1.5px solid #cbd5e1}.ad-step-label{white-space:nowrap;text-align:left;font-size:13.5px;font-weight:500;line-height:1;transition:color .15s}.ad-step-label.ad-label-active{color:var(--ad-color-text-primary);font-weight:600}.ad-step-label.ad-label-inactive{color:#64748b}.ad-step-connector{background-color:#e2e8f0;flex:auto;min-width:12px;height:2px;margin:0 10px;transition:background-color .2s}.ad-step-connector.ad-connector-completed{background-color:#26bd6c}@media (max-width:1280px){.ad-step-circle{width:30px;height:30px;font-size:13px}.ad-step-item{gap:6px}.ad-step-label{font-size:13px}.ad-step-connector{min-width:10px;margin:0 8px}}@media (max-width:1100px){.ad-step-circle{width:28px;height:28px;font-size:12px}.ad-step-item{gap:6px}.ad-step-label{font-size:12.5px}.ad-step-connector{min-width:8px;margin:0 6px}}@media (max-width:860px){.ad-stepper-container{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:6px}.ad-step-item{scroll-snap-align:center}.ad-step-connector{min-width:14px;margin:0 8px}}.ad-two-columns{align-items:flex-start;gap:16px;width:100%;display:flex}.ad-left-column{flex-direction:column;flex-shrink:0;gap:12px;width:793px;display:flex}.ad-right-column{flex-direction:column;flex:1;gap:12px;min-width:320px;max-width:361px;display:flex}.ad-section-header{color:var(--ad-color-text-body);align-items:center;gap:6px;margin:0;font-size:12px;font-weight:600;line-height:18px;display:flex}.ad-source-cards-grid{grid-template-columns:repeat(3,1fr);gap:10px;width:100%;display:grid}.ad-source-card{cursor:pointer;box-sizing:border-box;border-radius:8px;align-items:center;gap:12px;height:92px;padding:10px 12px;transition:all .15s;display:flex}.ad-source-card.ad-source-default{background-color:var(--ad-color-bg-white);border:1px solid var(--ad-color-border-light)}.ad-source-card.ad-source-default:hover{border-color:#cbd5e1;box-shadow:0 1px 3px #0000000d}.ad-source-card.ad-source-selected{background-color:var(--ad-color-blue-subtle);border:1px solid var(--ad-color-blue-primary)}.ad-source-card-icon{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ad-source-card-body{flex-direction:column;gap:2px;min-width:0;display:flex}.ad-source-title{color:var(--ad-color-text-dark);white-space:nowrap;margin:0;font-size:12.5px;font-weight:600;line-height:18.75px}.ad-source-desc{color:var(--ad-color-text-muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:11.5px;font-weight:400;line-height:17.25px;overflow:hidden}.ad-source-meta{color:var(--ad-color-text-light);white-space:nowrap;margin:0;font-size:11px;font-weight:400;line-height:16.5px}.ad-dropzone{background-color:var(--ad-color-bg-subtle);cursor:pointer;box-sizing:border-box;text-align:center;border:1px dashed #d1d5db;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;height:181px;padding:18px;transition:all .15s;display:flex}.ad-dropzone:hover,.ad-dropzone.ad-dropzone-active{border-color:var(--ad-color-blue-primary);background-color:var(--ad-color-blue-subtle)}.ad-dropzone-icon{color:#9ca3af;justify-content:center;align-items:center;width:43px;height:43px;margin-bottom:6px;display:flex}.ad-dropzone-title{color:var(--ad-color-text-body);margin:0 0 3px;font-size:13px;font-weight:500;line-height:19.5px}.ad-dropzone-subtext{color:var(--ad-color-text-placeholder);margin:0;font-size:11.5px;font-weight:400;line-height:17.25px}.ad-file-list{flex-direction:column;gap:4px;width:100%;display:flex}.ad-file-row{box-sizing:border-box;border-radius:8px;align-items:center;gap:10px;height:57.75px;padding:9px 12px;transition:all .15s;display:flex}.ad-file-row.ad-file-selected{background-color:var(--ad-color-blue-subtle);border:1px solid var(--ad-color-blue-border)}.ad-file-row.ad-file-unselected{background-color:var(--ad-color-bg-subtle);border:1px solid #ced4da}.ad-file-row-content{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.ad-file-name{color:var(--ad-color-text-dark);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12.5px;font-weight:500;line-height:18.75px;overflow:hidden}.ad-file-meta{color:var(--ad-color-text-light);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:11.5px;font-weight:400;line-height:17.25px;overflow:hidden}.ad-sections-bottom{flex-direction:column;gap:24px;width:100%;margin-top:12px;display:flex}.ad-section-title-with-badge{align-items:center;gap:6px;margin-bottom:8px;display:flex}.ad-numbered-badge{background-color:var(--ad-color-blue-subtle);width:18px;height:18px;color:var(--ad-color-blue-primary);border-radius:9px;justify-content:center;align-items:center;font-size:11px;font-weight:700;line-height:1;display:flex}.ad-section-label{color:var(--ad-color-text-body);font-size:12px;font-weight:600;line-height:18px}.ad-radio-group{flex-wrap:wrap;align-items:center;gap:20px;padding-left:4px;display:flex}.ad-textarea-container{width:100%}.ad-instruct-textarea{width:100%;height:110px;font-family:var(--ad-font-family);color:var(--ad-color-text-dark);background-color:var(--ad-color-bg-white);border:1px solid var(--ad-color-blue-accent);box-sizing:border-box;resize:vertical;border-radius:8px;outline:none;padding:12px 14px;font-size:13px;line-height:20.8px}.ad-instruct-textarea:focus{box-shadow:0 0 0 2px #2563eb33}.ad-parties-panel{flex-direction:column;gap:12px;width:100%;display:flex}.ad-parties-scroll-area{scrollbar-width:thin;scrollbar-color:#d1d5db transparent;flex-direction:column;gap:8px;max-height:340px;padding-right:4px;display:flex;overflow:hidden auto}.ad-parties-scroll-area::-webkit-scrollbar{width:4px}.ad-parties-scroll-area::-webkit-scrollbar-track{background:0 0}.ad-parties-scroll-area::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:4px}.ad-parties-scroll-area::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}.ad-parties-header-row{justify-content:space-between;align-items:center;height:19.5px;display:flex}.ad-parties-title{color:var(--ad-color-text-dark);margin:0;font-size:13px;font-weight:600;line-height:19.5px}.ad-parties-subtext{color:var(--ad-color-text-light);margin:0;font-size:11px;font-weight:400;line-height:16.5px}.ad-party-card{background-color:var(--ad-color-bg-white);border:1px solid var(--ad-color-border-subtle);box-sizing:border-box;border-radius:6px;flex-direction:column;gap:8px;padding:8px;display:flex}.ad-party-card-top{justify-content:space-between;align-items:center;display:flex}.ad-party-source-label{color:var(--ad-color-text-muted);font-size:11px;font-weight:400;line-height:16.5px}.ad-party-field-box{border:1px solid var(--ad-color-border-subtle);color:var(--ad-color-text-dark);box-sizing:border-box;background-color:var(--ad-color-bg-white);border-radius:4px;padding:8px;font-size:12.5px;line-height:18.75px}.ad-party-field-box.ad-party-field-secondary{color:#4b5563}.ad-party-fields-row{gap:8px;width:100%;display:flex}.ad-party-fields-row .ad-party-field-box{flex:1;min-width:0}.ad-add-party-btn{border:1px dashed var(--ad-color-blue-primary);height:32.75px;color:var(--ad-color-blue-accent);cursor:pointer;box-sizing:border-box;background-color:#0000;border-radius:6px;justify-content:center;align-items:center;gap:6px;width:100%;font-size:12.5px;font-weight:400;transition:all .15s;display:flex}.ad-add-party-btn:hover{background-color:var(--ad-color-blue-subtle)}.ad-modal-footer{box-sizing:border-box;justify-content:flex-end;align-items:center;gap:8px;width:100%;height:42px;padding-top:8px;display:flex}.ad-footer-btn-cancel{background-color:var(--ad-color-bg-white);border:1px solid var(--ad-color-border-default);height:34px;color:var(--ad-color-text-primary);cursor:pointer;border-radius:10px;padding:6px 16px;font-size:14px;font-weight:500;transition:all .15s;box-shadow:0 1px 1.5px #0000001a}.ad-footer-btn-cancel:hover{background-color:#f9fafb}.ad-footer-btn-generate{background-color:var(--ad-color-blue-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;height:34px;padding:6px 16px;font-size:14px;font-weight:500;transition:all .15s;display:inline-flex;box-shadow:0 1px 1.5px #0000001a}.ad-footer-btn-generate:hover:not(:disabled){background-color:#3b68e0}.ad-footer-btn-generate:disabled{opacity:.65;cursor:not-allowed}@media (max-width:1200px){.ad-two-columns{flex-direction:column}.ad-left-column{width:100%}.ad-right-column{width:100%;max-width:100%}}@media (max-width:860px){.ad-page-container{flex-direction:column}.ad-sidebar{border-bottom:1px solid #e2e8f0;border-right:none;width:100%;min-height:auto}.ad-nav-links{display:none}.ad-source-cards-grid{grid-template-columns:1fr}}.ad-step-circle.ad-step-completed{color:#fff;background-color:#26bd6c;border:none;justify-content:center;align-items:center;display:flex}.ad-step-circle.ad-step-completed svg{display:block}.ad-content-wrapper{max-width:1580px!important}.cm-screen-wrapper{flex-direction:column;gap:16px;width:100%;display:flex}.cm-context-bar{box-sizing:border-box;background-color:#f7f8fa;border:1px solid #dee0e3;border-radius:8px;justify-content:space-between;align-items:center;height:41px;padding:8px 20px;display:flex}.cm-context-left{align-items:center;gap:12px;display:flex}.cm-context-logo{color:#fff;background-color:#4778f5;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-family:Inter,-apple-system,sans-serif;font-size:12px;font-weight:700;display:flex}.cm-context-title{color:#4778f5;white-space:nowrap;font-family:Inter,-apple-system,sans-serif;font-size:13px;font-weight:600}.cm-context-subtitle{color:#6b7280;white-space:nowrap;font-family:Inter,-apple-system,sans-serif;font-size:13px;font-weight:400}.cm-context-right{align-items:center;gap:16px;display:flex}.cm-context-back-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:0;font-family:Inter,-apple-system,sans-serif;font-size:12px;font-weight:400;transition:color .15s}.cm-context-back-btn:hover{color:#111827}.cm-context-close-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:18px;line-height:1;transition:color .15s;display:flex}.cm-context-close-btn:hover{color:#4b5563}.cm-three-columns-frame{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;display:flex;overflow:hidden}.cm-config-column{box-sizing:border-box;background-color:#f7f8fa;border-right:1px solid #e2e8f0;flex-direction:column;justify-content:space-between;width:224px;min-width:224px;display:flex}.cm-config-main{flex-direction:column;padding:16px;display:flex}.cm-config-section{flex-direction:column;display:flex}.cm-section-mt{margin-top:20px}.cm-section-label{text-transform:uppercase;color:#9ca3af;letter-spacing:.8px;margin-bottom:8px;font-family:Inter,-apple-system,sans-serif;font-size:10px;font-weight:700}.cm-workspace-name{color:#374151;margin:0;font-family:Inter,-apple-system,sans-serif;font-size:12px;font-weight:400;line-height:16.5px}.cm-config-details{flex-direction:column;gap:4px;display:flex}.cm-config-row{color:#6b7280;margin:0;font-family:Inter,-apple-system,sans-serif;font-size:11px;line-height:16.5px}.cm-config-key{color:#6b7280}.cm-config-val-link{color:#4778f5;font-size:10px;font-weight:500}.cm-config-exec{color:#6b7280;font-size:11px}.cm-privileged-callout{color:#1d4ed8;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;margin-top:12px;padding:10px;font-family:Inter,-apple-system,sans-serif;font-size:11px;line-height:15px}.cm-pipeline-phases{flex-direction:column;gap:12px;display:flex}.cm-phase-group{flex-direction:column;gap:4px;display:flex}.cm-phase-heading{color:#374151;font-family:Inter,-apple-system,sans-serif;font-size:11px;font-weight:500}.cm-phase-stage{color:#16a34a;font-family:Inter,-apple-system,sans-serif;font-size:11px;font-weight:400}.cm-config-footer{color:#9ca3af;border-top:1px solid #e2e8f0;padding:16px;font-family:Inter,-apple-system,sans-serif;font-size:10px;line-height:13.75px}.cm-main-content-area{background-color:#fff;flex-direction:column;flex:1;min-width:0;display:flex}.cm-metrics-row{background-color:#fff;border-bottom:1px solid #e2e8f0;width:100%;height:80px;display:flex}.cm-metric-tile{box-sizing:border-box;flex-direction:column;flex:1;justify-content:center;padding:16px 20px;display:flex}.cm-metric-tile-bordered{border-right:1px solid #dee0e3}.cm-metric-label{text-transform:uppercase;color:#9ca3af;letter-spacing:.8px;margin-bottom:4px;font-family:Inter,-apple-system,sans-serif;font-size:10px;font-weight:700}.cm-metric-value{color:#111827;white-space:nowrap;font-family:Inter,-apple-system,sans-serif;font-size:20px;font-weight:600;line-height:28px}.cm-content-split{flex:1;min-width:0;display:flex}.cm-center-body{flex-direction:column;flex:1;min-width:0;padding:20px 24px 40px;display:flex}.cm-record-analysis-tag{text-transform:uppercase;color:#9ca3af;letter-spacing:.8px;font-family:Inter,-apple-system,sans-serif;font-size:10px;font-weight:700}.cm-case-map-title{color:#111827;margin:4px 0 20px;font-family:Inter,-apple-system,sans-serif;font-size:20px;font-weight:600}.cm-section-container{flex-direction:column;display:flex}.cm-section-mt-lg{margin-top:24px}.cm-section-header-btn{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:0;display:flex}.cm-section-header-row{justify-content:space-between;align-items:center;display:flex}.cm-section-caret{color:#9ca3af;font-size:13px;font-weight:600}.cm-section-heading{color:#374151;font-family:Inter,-apple-system,sans-serif;font-size:13px;font-weight:600}.cm-section-subtext{color:#9ca3af;font-family:Inter,-apple-system,sans-serif;font-size:11px;font-weight:400}.cm-table-card{background-color:#fff;border:1px solid #e9ecef;border-radius:8px;margin-top:12px;overflow:hidden}.cm-actor-row,.cm-event-row{background-color:#fff;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.cm-row-bordered{border-bottom:1px solid #f3f4f6}.cm-actor-left{align-items:center;display:flex}.cm-actor-name{color:#111827;font-family:Inter,-apple-system,sans-serif;font-size:12.5px;font-weight:500}.cm-actor-role{color:#9ca3af;font-family:Inter,-apple-system,sans-serif;font-size:12.5px;font-weight:400}.cm-actor-right{align-items:center;gap:12px;display:flex}.cm-actor-code{color:#4778f5;font-family:Inter,-apple-system,sans-serif;font-size:11px;font-weight:500}.cm-confidence-badge{color:#2563eb;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;padding:2px 8px;font-family:Inter,-apple-system,sans-serif;font-size:11px;font-weight:500}.cm-event-left{align-items:center;gap:16px;display:flex}.cm-event-date{color:#9ca3af;flex-shrink:0;width:80px;font-family:Inter,-apple-system,sans-serif;font-size:11px;font-weight:500}.cm-event-desc{color:#374151;font-family:Inter,-apple-system,sans-serif;font-size:12.5px;font-weight:400}.cm-event-highlight{color:#374151;font-style:italic}.cm-event-right{align-items:center;gap:20px;display:flex}.cm-event-tags{align-items:center;gap:8px;display:flex}.cm-ev-badge{color:#2563eb;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;padding:2px 8px;font-family:Inter,-apple-system,sans-serif;font-size:10px;font-weight:500}.cm-ev-badge-anchor{color:#a16207;background-color:#fefce8;border:1px solid #fde68a;border-radius:4px;padding:2px 8px;font-family:Inter,-apple-system,sans-serif;font-size:10px;font-weight:500}.cm-anchor-tag{color:#a16207;font-family:Inter,-apple-system,sans-serif;font-size:10px;font-weight:500}.cm-event-delete-btn{cursor:pointer;color:#adb5bd;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .15s;display:flex}.cm-event-delete-btn:hover{color:#ef4444}.cm-collapsible-sections{flex-direction:column;margin-top:24px;display:flex}.cm-accordion-item{border-bottom:1px solid #f3f4f6}.cm-accordion-trigger{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:10px 0;display:flex}.cm-accordion-trigger-left{align-items:center;gap:8px;display:flex}.cm-accordion-metadata{color:#9ca3af;font-family:Inter,-apple-system,sans-serif;font-size:11px;font-weight:400}.cm-accordion-content{padding:8px 16px 12px}.cm-accordion-placeholder{color:#6b7280;margin:0;font-family:Inter,-apple-system,sans-serif;font-size:12px}.cm-ontology-section{flex-direction:column;gap:12px;margin-top:32px;display:flex}.cm-prompt-section{flex-direction:column;gap:12px;margin-top:24px;display:flex}.cm-numbered-title{align-items:center;gap:6px;display:flex}.cm-number-circle{color:#4778f5;background-color:#eef3fe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-family:Inter,-apple-system,sans-serif;font-size:11px;font-weight:700;display:flex}.cm-section-title-text{color:#374151;margin:0;font-family:Inter,-apple-system,sans-serif;font-size:12px;font-weight:600}.cm-ontology-radios{align-items:center;gap:24px;padding-left:24px;display:flex}.cm-prompt-textarea-wrapper{background-color:#fff;border:1px solid #2563eb;border-radius:8px;width:100%;overflow:hidden}.cm-prompt-textarea{color:#111827;resize:vertical;box-sizing:border-box;border:none;outline:none;width:100%;padding:12px 14px;font-family:Inter,-apple-system,sans-serif;font-size:13px;line-height:20.8px}.cm-right-column{box-sizing:border-box;background-color:#fff;border-left:1px solid #e2e8f0;flex-direction:column;gap:20px;width:320px;min-width:320px;padding:20px;display:flex}.cm-graph-card{box-sizing:border-box;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;overflow:hidden}.cm-graph-header{background-color:#fff;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:flex-start;padding:12px 16px;display:flex}.cm-graph-title{color:#111827;max-width:190px;margin:0;font-family:Inter,-apple-system,sans-serif;font-size:13px;font-weight:600;line-height:18px}.cm-graph-badge{flex-direction:column;align-items:flex-end;display:flex}.cm-graph-count{color:#111827;font-family:Inter,-apple-system,sans-serif;font-size:14px;font-weight:600;line-height:16px}.cm-graph-unit{color:#9ca3af;font-family:Inter,-apple-system,sans-serif;font-size:11px;font-weight:400;line-height:14px}.cm-graph-diagram-container{background-color:#f9fafb;justify-content:center;align-items:center;min-height:275px;padding:12px 6px;display:flex}.cm-graph-canvas{width:270px;height:260px;position:relative;overflow:visible}.cm-graph-svg-lines{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.cm-edge-label{color:#3b82f6;white-space:nowrap;pointer-events:none;z-index:2;text-align:center;background-color:#f9fafbeb;border-radius:3px;flex-direction:column;justify-content:center;align-items:center;padding:1px 4px;font-family:Inter,-apple-system,sans-serif;font-size:8px;font-weight:500;line-height:1.15;display:flex;position:absolute;transform:translate(-50%,-50%)}.cm-label-holds{top:66px;left:92px}.cm-label-draws{top:66px;left:178px}.cm-label-returned{top:134px;left:90px}.cm-label-demanded{top:134px;left:180px}.cm-label-proviso-a{top:198px;left:90px}.cm-label-proviso-b{top:198px;left:180px}.cm-node-circle{box-sizing:border-box;z-index:3;text-align:center;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;line-height:1.15;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 1px 2px #0000000a}.cm-node-payee{background-color:#dbeafe;width:46px;height:46px;top:36px;left:50px}.cm-node-drawer{background-color:#dbeafe;width:46px;height:46px;top:36px;left:220px}.cm-node-cheque{background-color:#dbeafe;width:54px;height:54px;top:96px;left:135px}.cm-node-dishonour{background-color:#dbeafe;width:58px;height:58px;top:172px;left:44px}.cm-node-notice{background-color:#dbeafe;width:52px;height:52px;top:172px;left:226px}.cm-node-offence{background-color:#4778f5;width:56px;height:56px;top:224px;left:135px}.cm-node-text-blue{color:#1d4ed8;text-align:center;letter-spacing:-.1px;font-family:Inter,-apple-system,sans-serif;font-size:9.5px;font-weight:700}.cm-node-dishonour .cm-node-text-blue{letter-spacing:-.2px;font-size:9px}.cm-node-text-blue-sub{color:#1d4ed8;text-align:center;font-family:Inter,-apple-system,sans-serif;font-size:8.5px;font-weight:600}.cm-node-text-white{color:#fff;text-align:center;font-family:Inter,-apple-system,sans-serif;font-size:9.5px;font-weight:700}.cm-node-text-white-sub{color:#fff;text-align:center;font-family:Inter,-apple-system,sans-serif;font-size:8.5px;font-weight:600}.cm-provenance-container{flex-direction:column;gap:12px;display:flex}.cm-provenance-title{color:#111827;margin:0;font-family:Inter,-apple-system,sans-serif;font-size:12px;font-weight:600}.cm-provenance-list{flex-direction:column;gap:12px;display:flex}.cm-provenance-item{flex-direction:column;gap:2px;display:flex}.cm-provenance-triple{color:#111827;margin:0;font-family:Inter,-apple-system,sans-serif;font-size:12px;font-weight:500}.cm-triple-entity{color:#111827;font-weight:500}.cm-triple-arrow{color:#9ca3af;font-weight:400}.cm-provenance-snippet{color:#9ca3af;margin:0;font-family:Inter,-apple-system,sans-serif;font-size:11px;line-height:16.5px}.cm-provenance-citation{color:#4778f5;font-weight:500}.cm-uncertainty-card{background-color:#fefce8;border:1px solid #fde68a;border-radius:12px;flex-direction:column;gap:8px;padding:16px;font-family:Inter,-apple-system,sans-serif;display:flex}.cm-uncertainty-heading{color:#92400e;margin:0;font-size:12px;font-weight:600;line-height:18px}.cm-uncertainty-body{color:#78350f;margin:0;font-size:12px;line-height:16.5px}.cm-uncertainty-actions{gap:8px;height:48px;margin-top:8px;display:flex}.cm-uncertainty-review-btn{color:#fff;cursor:pointer;background-color:#4778f5;border:none;border-radius:8px;justify-content:center;align-items:center;width:89px;height:100%;padding:6px 12px;font-family:Inter,-apple-system,sans-serif;font-size:12px;font-weight:500;transition:background-color .15s;display:flex}.cm-uncertainty-review-btn:hover{background-color:#3b68e0}.cm-uncertainty-show-btn{color:#92400e;cursor:pointer;text-align:center;background-color:#0000;border:1px solid #fde68a;border-radius:8px;flex:1;justify-content:center;align-items:center;height:100%;padding:6px 12px;font-family:Inter,-apple-system,sans-serif;font-size:12px;font-weight:500;transition:background-color .15s;display:flex}.cm-uncertainty-show-btn:hover{background-color:#fef08a}.cm-modal-footer{justify-content:flex-end;align-items:center;gap:8px;padding-top:8px;display:flex}.cm-cancel-btn{color:#14151a;cursor:pointer;background:#fff;border:1px solid #dee0e3;border-radius:10px;height:34px;padding:6px 16px;font-size:14px;font-weight:500}.cm-generate-btn{background-color:var(--ad-color-blue-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;height:34px;padding:6px 16px;font-size:14px;font-weight:500;transition:background-color .15s;box-shadow:0 1px 1.5px #0000001a}.cm-generate-btn:hover{background-color:#3b68e0}.cm-generate-btn:disabled{opacity:.7;cursor:not-allowed}@media (max-width:1200px){.cm-three-columns-frame{flex-direction:column}.cm-config-column{border-bottom:1px solid #e2e8f0;border-right:none;width:100%;min-width:100%}.cm-right-column{border-top:1px solid #e2e8f0;border-left:none;width:100%;min-width:100%}}.ad-sidebar-lens{flex-direction:column;gap:7px;width:100%;margin-top:12px;display:flex}.ad-lens-header{color:#6b7280;font-family:Inter,-apple-system,sans-serif;font-size:12px;font-weight:500;line-height:18px}.ad-lens-buttons{flex-direction:column;gap:7px;width:100%;display:flex}.ad-lens-btn{text-align:left;color:#4e4e4e;cursor:pointer;background-color:#eef3fe;border:1px solid #c4d4ff;border-radius:4px;width:171px;padding:4px 8px;font-family:Inter,-apple-system,sans-serif;font-size:12px;font-weight:400;line-height:18px;transition:all .15s}.ad-lens-btn:hover{color:#1d4ed8;background-color:#e0ebfe;border-color:#a8c1ff}.av-container{box-sizing:border-box;flex-direction:column;gap:16px;width:100%;max-width:1221px;padding-top:8px;display:flex}.av-columns{box-sizing:border-box;align-items:flex-start;gap:16px;width:100%;display:flex}.av-col-left{box-sizing:border-box;flex-direction:column;flex:57 1 0;gap:8px;min-width:0;max-width:682px;display:flex}.av-col-right{box-sizing:border-box;flex-direction:column;flex:43 1 0;gap:8px;min-width:0;max-width:523px;display:flex}.av-left-section{flex-direction:column;gap:8px;width:100%;display:flex}.av-section-header{justify-content:space-between;align-items:center;width:100%;display:flex}.av-section-title{color:#14151a;margin:0;font-family:Inter,-apple-system,sans-serif;font-size:16px;font-weight:500;line-height:20px}.av-cards-stack{flex-direction:column;gap:8px;width:100%;display:flex}.av-card{box-sizing:border-box;background-color:#fff;border:1px solid #dee0e3;border-radius:12px;flex-direction:column;gap:8px;width:100%;padding:10px 12px;transition:border-color .15s,box-shadow .15s;display:flex;box-shadow:0 1px 1px #14151a0d}.av-card:hover{border-color:#cbd5e1}.av-card-header{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;padding:0 4px;display:flex}.av-card-title-group{align-items:center;gap:6px;display:flex}.av-checkbox-btn{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin:0;padding:0;display:flex}.av-checkbox-empty{box-sizing:border-box;background-color:#fff;border:1px solid #dee0e3;border-radius:4px;width:16px;height:16px;transition:border-color .15s;box-shadow:0 1px 2px #14151a0d}.av-checkbox-btn:hover .av-checkbox-empty{border-color:#4778f5}.av-checkbox-icon{width:16px;height:16px;display:block}.av-card-number-title{color:#14151a;font-family:Inter,-apple-system,sans-serif;font-size:14px;font-weight:600;line-height:19.6px}.av-card-meta-group{align-items:center;gap:4px;display:flex}.av-card-source{color:#6c757d;letter-spacing:-.1px;font-family:Inter,-apple-system,sans-serif;font-size:14px;font-weight:400;line-height:20px}.av-edit-btn{cursor:pointer;opacity:.85;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin:0;padding:0;transition:opacity .15s;display:flex}.av-edit-btn:hover{opacity:1}.av-edit-icon{width:20px;height:20px;display:block}.av-card-body{box-sizing:border-box;padding:0 4px}.av-card-body-text{color:#14151a;letter-spacing:-.1px;margin:0;font-family:Inter,-apple-system,sans-serif;font-size:14px;font-weight:400;line-height:20px}.av-dashed-btn{box-sizing:border-box;cursor:pointer;background-color:#fff;border:1px dashed #4778f5;border-radius:12px;align-items:center;gap:12px;width:100%;height:34px;padding:8px 16px;transition:background-color .15s;display:flex}.av-dashed-btn:hover{background-color:#f8faff}.av-dashed-btn-icon{flex-shrink:0;width:16px;height:16px;display:block}.av-dashed-btn-text{color:#4778f5;font-family:Inter,-apple-system,sans-serif;font-size:12px;font-weight:500;line-height:16px}.av-section-block{flex-direction:column;gap:8px;width:100%;display:flex}.av-relief-card{box-sizing:border-box;background-color:#fff;border:.75px solid #dee0e3;border-radius:12px;width:100%;overflow:hidden}.av-relief-row{box-sizing:border-box;border-bottom:.75px solid #e2e8f0;align-items:center;min-height:40px;padding:8px 12px;display:flex}.av-relief-row-last{border-bottom:none}.av-relief-text{letter-spacing:-.1px;color:#14151a;margin:0;font-family:Inter,-apple-system,sans-serif;font-size:14px;font-weight:400;line-height:20px}.av-relief-label{font-weight:400}.av-fee-card{box-sizing:border-box;background-color:#fff;border:.75px solid #dee0e3;border-radius:12px;flex-direction:column;gap:8px;width:100%;padding:4px 12px 12px;display:flex}.av-fee-table{flex-direction:column;width:100%;display:flex}.av-fee-row{box-sizing:border-box;border-bottom:.75px solid #e2e8f0;justify-content:space-between;align-items:center;height:40px;padding:0 4px;display:flex}.av-fee-row-emphasized{border-bottom:none}.av-fee-label{color:#14151a;letter-spacing:-.1px;font-family:Inter,-apple-system,sans-serif;font-size:14px;font-weight:400;line-height:20px}.av-fee-row-emphasized .av-fee-label{font-weight:600}.av-fee-amount{color:#14151a;letter-spacing:-.1px;text-align:right;font-family:Inter,-apple-system,sans-serif;font-size:14px;font-weight:400;line-height:20px}.av-fee-row-emphasized .av-fee-amount{font-weight:600}.av-fee-notice{box-sizing:border-box;background-color:#fffbea;border:.75px solid #fbd047;border-radius:8px;width:100%;padding:16px}.av-fee-notice-text{color:#92400e;letter-spacing:.13px;margin:0;font-family:Inter,-apple-system,sans-serif;font-size:13px;font-weight:500;line-height:18.2px}.av-affidavits-box{box-sizing:border-box;background-color:#fff;border:.75px solid #ced4da;border-radius:8px;flex-direction:column;gap:8px;width:100%;padding:8px;display:flex}.av-affidavit-item{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:8px;padding:2px 0;display:flex}.av-affidavit-checkbox-box{flex-shrink:0;padding-top:2px}.av-affidavit-checkbox-checked{background-color:#4778f5;border-radius:4px;justify-content:center;align-items:center;width:16px;height:16px;display:flex;box-shadow:0 1px 2px #14151a0d}.av-affidavit-check-icon{width:9.15px;height:7.21px;display:block}.av-affidavit-checkbox-empty{box-sizing:border-box;background-color:#fff;border:.75px solid #dee0e3;border-radius:4px;width:16px;height:16px;box-shadow:0 1px 2px #14151a0d}.av-affidavit-content{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.av-affidavit-title{color:#14151a;letter-spacing:-.1px;word-break:break-word;margin:0;font-family:Inter,-apple-system,sans-serif;font-size:14px;font-weight:500;line-height:20px}.av-affidavit-desc{color:#0f132499;letter-spacing:-.1px;word-break:break-word;margin:0;font-family:Inter,-apple-system,sans-serif;font-size:14px;font-weight:400;line-height:20px}.av-actions-row{box-sizing:border-box;justify-content:flex-end;align-items:center;gap:8px;width:100%;padding-top:12px;padding-bottom:24px;display:flex}.av-back-btn{color:#14151a;cursor:pointer;background-color:#fff;border:.75px solid #dee0e3;border-radius:10px;padding:6px 16px;font-family:Inter,-apple-system,sans-serif;font-size:14px;font-weight:500;line-height:20px;transition:background-color .15s;box-shadow:0 1px 1.5px #0000001a,0 1px 1px #0000001a}.av-back-btn:hover{background-color:#f9fafb}.av-generate-btn{color:#fff;cursor:pointer;background-color:#4778f5;border:none;border-radius:10px;padding:6px 16px;font-family:Inter,-apple-system,sans-serif;font-size:14px;font-weight:500;line-height:20px;transition:background-color .15s;box-shadow:0 1px 1.5px #0000001a,0 1px 1px #0000001a}.av-generate-btn:hover{background-color:#3b6ae0}.av-generate-btn:disabled{opacity:.65;cursor:not-allowed}@media (max-width:992px){.av-columns{flex-direction:column}.av-col-left,.av-col-right{width:100%;max-width:100%}}.fpd-master-container{box-sizing:border-box;flex-direction:column;gap:16px;width:100%;min-height:0;display:flex}.fpd-grounding-banner{box-sizing:border-box;background-color:#ecfdf5;border-radius:8px;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:8px 12px;display:flex}.fpd-grounding-left{flex:auto;align-items:center;gap:8px;min-width:280px;display:flex}.fpd-grounding-icon{flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:flex}.fpd-grounding-text{font-family:var(--ad-font-family);color:#047857;margin:0;font-size:12px;line-height:19.5px}.fpd-grounding-bold{color:#047857;font-weight:600}.fpd-grounding-pills{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.fpd-pill{height:24px;font-family:var(--ad-font-family);color:#232323;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:10px;line-height:13.333px;transition:all .15s}.fpd-pill:hover{background-color:#04785714}.fpd-pill.fpd-pill-active{color:#101828;background-color:#fff;border:1px solid #a7f3d0;font-weight:500}.fpd-workspace-layout{box-sizing:border-box;align-items:stretch;gap:16px;width:100%;height:calc(100vh - 280px);min-height:580px;display:flex}.fpd-document-area{background-color:#f4f5f7;border-radius:4px;flex-direction:column;flex:1 1 0;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.fpd-tabs-container{scrollbar-width:none;background-color:#f4f5f7;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:flex-start;align-items:center;gap:20px;padding:0 20px;display:flex;overflow-x:auto}.fpd-tabs-container::-webkit-scrollbar{display:none}.fpd-tab-item{font-family:var(--ad-font-family);letter-spacing:-.2px;color:#0f132499;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 0 14px;font-size:16px;font-weight:500;line-height:24px;transition:all .15s}.fpd-tab-item:hover{color:#14151a}.fpd-tab-item.fpd-tab-active{color:#14151a;border-bottom-color:#4778f5}.fpd-document-canvas{box-sizing:border-box;flex:auto;justify-content:center;align-items:flex-start;height:100%;min-height:0;padding:24px 20px;display:flex;overflow:hidden auto}.fpd-document-canvas::-webkit-scrollbar{width:6px}.fpd-document-canvas::-webkit-scrollbar-track{background:0 0}.fpd-document-canvas::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.fpd-document-canvas::-webkit-scrollbar-thumb:hover{background:#94a3b8}.fpd-document-paper{box-sizing:border-box;background-color:#fff;border:1px solid #e5e7eb;border-radius:4px;width:100%;max-width:800px;padding:32px;box-shadow:0 1px 3px #0000000d}.fpd-document-canvas>div:not(.fpd-document-paper):not(.fpd-document-editing){width:100%}.fpd-doc-header{text-align:center}.fpd-doc-court-title{font-family:var(--ad-font-family);letter-spacing:.3px;text-transform:uppercase;color:#101828;margin:0;font-size:12px;font-weight:700;line-height:16px}.fpd-doc-case-no{font-family:var(--ad-font-family);color:#4a5565;margin:4px 0 0;font-size:12px;font-weight:400;line-height:16px}.fpd-doc-provisions{font-family:var(--ad-font-family);color:#4a5565;margin:0;font-size:12px;font-weight:400;line-height:16px}.fpd-doc-divider{background-color:#d1d5dc;width:100%;height:1px;margin:16px 0}.fpd-doc-parties{flex-direction:column;display:flex}.fpd-doc-party-name{font-family:var(--ad-font-family);color:#1e2939;margin:0;font-size:12px;font-weight:400;line-height:16px}.fpd-doc-party-rep{font-family:var(--ad-font-family);color:#1e2939;margin:4px 0 0;padding-left:16px;font-size:12px;font-weight:400;line-height:16px}.fpd-doc-party-office{font-family:var(--ad-font-family);color:#1e2939;margin:4px 0 0;font-size:12px;font-weight:400;line-height:16px}.fpd-doc-party-role,.fpd-doc-accused-role{font-family:var(--ad-font-family);color:#6a7282;text-align:right;margin:4px 0 0;font-size:11px;font-weight:400;line-height:14.667px}.fpd-doc-versus{font-family:var(--ad-font-family);color:#101828;text-align:center;padding:12px 0;font-size:12px;font-weight:700;line-height:16px}.fpd-doc-accused-text{font-family:var(--ad-font-family);color:#1e2939;margin:4px 0 0;font-size:12px;font-weight:400;line-height:16px}.fpd-doc-title-container{text-align:center;padding-top:4px}.fpd-doc-complaint-title{font-family:var(--ad-font-family);text-align:center;text-transform:uppercase;color:#101828;margin:0;font-size:12px;font-weight:700;line-height:16px}.fpd-doc-intro{font-family:var(--ad-font-family);color:#1e2939;margin:16px 0 0;font-size:12px;font-weight:400;line-height:16px}.fpd-doc-paragraphs{flex-direction:column;display:flex}.fpd-doc-paragraph{font-family:var(--ad-font-family);color:#1e2939;margin:16px 0 0;font-size:12px;font-weight:400;line-height:19.5px}.fpd-doc-bold-annotation{color:#1e2939;font-weight:700}.fpd-doc-continuation-dot{font-family:var(--ad-font-family);color:#99a1af;margin:32px 0 0;font-size:12px;font-weight:400;line-height:16px}.fpd-grounding-panel{box-sizing:border-box;background-color:#fff;border:1px solid #ced4da;border-radius:4px;flex-direction:column;flex-shrink:0;width:256px;display:flex}.fpd-panel-section{box-sizing:border-box;border-bottom:1px solid #e5e7eb;padding:16px}.fpd-section-header{margin-bottom:8px}.fpd-section-title{font-family:var(--ad-font-family);letter-spacing:.5px;text-transform:uppercase;color:#99a1af;font-size:10px;font-weight:600;line-height:14.286px}.fpd-paragraph-grounding-desc{font-family:var(--ad-font-family);color:#364153;margin:0;font-size:11px;font-weight:400;line-height:17.875px}.fpd-grounding-actions{gap:8px;margin-top:12px;display:flex}.fpd-btn-secondary{min-width:0;font-family:var(--ad-font-family);color:#364153;cursor:pointer;white-space:nowrap;text-align:center;background-color:#fff;border:1px solid #d1d5dc;border-radius:4px;flex:1 1 0;padding:6px 8px;font-size:11px;font-weight:400;line-height:15.714px;transition:all .15s}.fpd-btn-secondary:hover{background-color:#f9fafb;border-color:#9ca3af}.fpd-stats-list{flex-direction:column;gap:6px;display:flex}.fpd-stat-row{justify-content:space-between;align-items:center;width:100%;display:flex}.fpd-stat-label{font-family:var(--ad-font-family);color:#4a5565;font-size:11px;font-weight:400;line-height:15.714px}.fpd-stat-value{font-family:var(--ad-font-family);color:#101828;font-size:11px;font-weight:600;line-height:15.714px}.fpd-regeneration-panel{border-bottom:none;flex-direction:column;flex:auto;display:flex}.fpd-regen-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.fpd-regen-title{font-family:var(--ad-font-family);color:#4a5565;flex:auto;margin:0;font-size:11px;font-weight:400;line-height:15.714px}.fpd-user-badge{color:#fff;width:24px;height:24px;font-family:var(--ad-font-family);background-color:#00a63e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:700;line-height:14.286px;display:flex}.fpd-textarea-wrapper{width:100%;margin-bottom:12px}.fpd-prompt-textarea{width:100%;min-height:80px;font-family:var(--ad-font-family);color:#14151a;resize:vertical;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:4px;outline:none;padding:8px 12px;font-size:11px;line-height:15.714px}.fpd-prompt-textarea::placeholder{color:#99a1af}.fpd-prompt-textarea:focus{border-color:#4778f5;box-shadow:0 0 0 2px #4778f51a}.fpd-btn-primary{color:#fff;width:100%;font-family:var(--ad-font-family);cursor:pointer;text-align:center;background-color:#155dfc;border:none;border-radius:4px;padding:8px 12px;font-size:12px;font-weight:500;line-height:16px;transition:background-color .15s}.fpd-btn-primary:hover{background-color:#0d4ed8}.fpd-btn-primary:disabled{opacity:.6;cursor:not-allowed}.fpd-bottom-actions{justify-content:flex-end;align-items:center;gap:8px;width:100%;padding-top:8px;display:flex}.fpd-action-btn-back{font-family:var(--ad-font-family);color:#14151a;cursor:pointer;background-color:#fff;border:.746px solid #dee0e3;border-radius:10px;padding:6px 16px;font-size:14px;font-weight:500;line-height:20px;transition:all .15s;box-shadow:0 1px 1.5px #0000001a,0 1px 1px #0000001a}.fpd-action-btn-back:hover{background-color:#f9fafb}.fpd-action-btn-continue{font-family:var(--ad-font-family);color:#fff;cursor:pointer;background-color:#4778f5;border:none;border-radius:10px;padding:6px 16px;font-size:14px;font-weight:500;line-height:20px;transition:background-color .15s;box-shadow:0 1px 1.5px #0000001a,0 1px 1px #0000001a}.fpd-action-btn-continue:hover{background-color:#3b6ae0}.arbitration-lens-right-panel{flex-shrink:0;width:440px;min-width:380px;max-width:460px;height:100%;min-height:0}@media (max-width:1200px){.arbitration-lens-right-panel{width:380px;min-width:340px;max-width:400px}}@media (max-width:992px){.fpd-workspace-layout{flex-direction:column;height:auto;min-height:0}.fpd-document-area{height:520px;min-height:520px}.fpd-grounding-panel{width:100%}.arbitration-lens-right-panel{width:100%;min-width:0;max-width:100%;height:500px;min-height:400px}}.pc-master-container{box-sizing:border-box;flex-direction:column;gap:16px;width:100%;display:flex}.pc-validation-banner{box-sizing:border-box;background-color:#fffbeb;border:1px solid #ffeea9;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:8px 16px;display:flex}.pc-banner-left{flex:auto;align-items:center;gap:12px;min-width:280px;display:flex}.pc-banner-icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.pc-banner-text-block{flex-direction:column;display:flex}.pc-banner-title{font-family:var(--ad-font-family);color:#954514;margin:0;font-size:12px;font-weight:500;line-height:16px}.pc-banner-desc{font-family:var(--ad-font-family);color:#bc6622;margin:0;font-size:12px;font-weight:500;line-height:16px}.pc-banner-action-btn{color:#fff;font-family:var(--ad-font-family);letter-spacing:-.1px;cursor:pointer;white-space:nowrap;background-color:#f59e0b;border:none;border-radius:10px;padding:6px 14px;font-size:14px;font-weight:500;line-height:20px;transition:background-color .15s;box-shadow:0 1px 1px #14151a0d}.pc-banner-action-btn:hover{background-color:#d97706}.pc-table-wrapper{box-sizing:border-box;background-color:#fff;border:1px solid #dee0e3;border-radius:10px;width:100%;overflow-x:auto}.pc-validation-table{border-collapse:collapse;text-align:left;width:100%;min-width:800px}.pc-th{font-family:var(--ad-font-family);letter-spacing:-.1px;color:#475569;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;padding:10px 12px;font-size:14px;font-weight:400;line-height:20px}.pc-th-validator{width:140px}.pc-th-rule{width:32%}.pc-th-finding{width:36%}.pc-th-node{width:85px}.pc-th-status{text-align:center;width:78px}.pc-table-row{border-bottom:1px solid #e2e8f0;transition:background-color .15s}.pc-table-row:last-child{border-bottom:none}.pc-table-row:hover{background-color:#fafbfc}.pc-td{vertical-align:middle;box-sizing:border-box;padding:12px}.pc-td-validator{vertical-align:middle}.pc-validator-text{font-family:var(--ad-font-family);color:#14151a;font-size:13px;font-weight:600;line-height:18px;display:block}.pc-rule-text,.pc-finding-text{font-family:var(--ad-font-family);color:#374151;font-size:13px;font-weight:400;line-height:19px;display:block}.pc-nodes-list{flex-direction:column;gap:2px;display:flex}.pc-node-badge{font-family:var(--ad-font-family);color:#1e293b;font-size:12px;font-weight:500;line-height:16px}.pc-td-status{text-align:center}.pc-status-badge{font-family:var(--ad-font-family);white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;padding:2px 8px;font-size:12px;font-weight:500;line-height:16px;display:inline-flex}.pc-status-pass{color:#166e3f;background-color:#d1fae4}.pc-status-confirm{color:#ae590a;background-color:#fdead8}.pc-bottom-cards-grid{box-sizing:border-box;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;width:100%;display:grid}.pc-card{box-sizing:border-box;background-color:#fff;border:1px solid #dee0e3;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.pc-card-header{padding:14px 14px 10px}.pc-card-title{font-family:var(--ad-font-family);letter-spacing:-.15px;color:#14151a;margin:0;font-size:15px;font-weight:600;line-height:20px}.pc-ancillary-card{flex-direction:column;justify-content:space-between;padding:0;display:flex}.pc-ancillary-notice{background-color:#f0fdfa;border:1px solid #5eead4;border-radius:8px;margin:0 14px 12px;padding:9px 12px}.pc-ancillary-notice-text{font-family:var(--ad-font-family);letter-spacing:-.1px;color:#134e4a;margin:0;font-size:13px;font-weight:400;line-height:18px}.pc-radio-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px 16px;padding:0 24px 16px;display:grid}.pc-radio-item{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:8px;display:flex;position:relative}.pc-radio-input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.pc-radio-custom{background-color:#fff;border:1px solid #dee0e3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:2px;transition:all .15s;display:flex;box-shadow:0 1px 1px #14151a0d}.pc-radio-selected .pc-radio-custom{box-sizing:border-box;border:2px solid #4778f5}.pc-radio-selected .pc-radio-custom:after{content:"";background-color:#4778f5;border-radius:50%;width:8px;height:8px}.pc-radio-label{font-family:var(--ad-font-family);letter-spacing:-.1px;color:#14151a;font-size:14px;font-weight:500;line-height:20px}.pc-ancillary-action{margin-top:auto;padding:0 14px 14px}.pc-btn-generate-teal{color:#fff;width:100%;height:40px;font-family:var(--ad-font-family);cursor:pointer;text-align:center;background-color:#0f766e;border:none;border-radius:10px;font-size:14px;font-weight:500;line-height:20px;transition:background-color .15s}.pc-btn-generate-teal:hover{background-color:#115e59}.pc-btn-generate-teal:disabled{opacity:.6;cursor:not-allowed}.pc-dates-card{flex-direction:column;justify-content:space-between;padding:0;display:flex}.pc-dates-header{align-items:center;gap:8px;display:flex}.pc-green-dot{background-color:#10b981;border-radius:50%;flex-shrink:0;width:8px;height:8px}.pc-dates-subtitle{font-family:var(--ad-font-family);color:#6b7280;font-size:15px;font-weight:400;line-height:20px}.pc-dates-list{border-top:1px solid #e2e8f0;flex-direction:column;display:flex}.pc-date-row{border-bottom:1px solid #f1f5f9;align-items:center;padding:8px 14px;display:flex}.pc-date-col{width:100px;font-family:var(--ad-font-family);letter-spacing:-.1px;color:#6b7280;flex-shrink:0;font-size:14px;font-weight:400;line-height:20px}.pc-desc-col{font-family:var(--ad-font-family);letter-spacing:-.1px;color:#14151a;flex:auto;font-size:14px;font-weight:400;line-height:20px}.pc-date-row-emphasis .pc-date-col,.pc-date-row-emphasis .pc-desc-col{color:#d97706}.pc-export-note{padding:8px 14px 4px}.pc-export-note p{font-family:var(--ad-font-family);color:#94a3b8;margin:0;font-size:12px;font-weight:400;line-height:20px}.pc-export-actions{gap:8px;padding:8px 14px 14px;display:flex}.pc-btn-export{height:36px;font-family:var(--ad-font-family);letter-spacing:-.1px;color:#14151a;cursor:pointer;text-align:center;background-color:#fff;border:1px solid #dee0e3;border-radius:10px;flex:1 1 0;font-size:14px;font-weight:500;line-height:20px;transition:all .15s;box-shadow:0 1px 1px #14151a0d}.pc-btn-export:hover{background-color:#f8fafc;border-color:#cbd5e1}.pc-bottom-actions{justify-content:flex-end;align-items:center;gap:8px;width:100%;padding-top:8px;display:flex}.pc-action-btn-back{font-family:var(--ad-font-family);color:#14151a;cursor:pointer;background-color:#fff;border:.746px solid #dee0e3;border-radius:10px;padding:6px 16px;font-size:14px;font-weight:500;line-height:20px;transition:all .15s;box-shadow:0 1px 1.5px #0000001a,0 1px 1px #0000001a}.pc-action-btn-back:hover{background-color:#f9fafb}.pc-action-btn-continue{font-family:var(--ad-font-family);color:#fff;cursor:pointer;background-color:#4778f5;border:none;border-radius:10px;padding:6px 16px;font-size:14px;font-weight:500;line-height:20px;transition:background-color .15s;box-shadow:0 1px 1.5px #0000001a,0 1px 1px #0000001a}.pc-action-btn-continue:hover{background-color:#3b6ae0}.pc-action-btn-continue:disabled{opacity:.6;cursor:not-allowed}.pc-download-icon{flex-shrink:0;width:17px;height:15px}@media (max-width:992px){.pc-bottom-cards-grid{grid-template-columns:1fr}}.rf-container{box-sizing:border-box;flex-direction:column;gap:16px;width:100%;max-width:1140px;display:flex}.rf-grid-layout{box-sizing:border-box;grid-template-columns:minmax(0,599px) minmax(0,523px);align-items:start;gap:16px;width:100%;display:grid}.rf-left-column,.rf-right-column{box-sizing:border-box;flex-direction:column;gap:16px;width:100%;display:flex}.rf-section-block{box-sizing:border-box;flex-direction:column;gap:8px;width:100%;display:flex}.rf-section-header-row{justify-content:space-between;align-items:center;width:100%;display:flex}.rf-section-heading{font-family:var(--ad-font-family);color:#14151a;margin:0;font-size:16px;font-weight:500;line-height:20px}.rf-link-action{font-family:var(--ad-font-family);color:#4778f5;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:400;line-height:20px;transition:color .15s}.rf-link-action:hover{color:#1d4ed8;text-decoration:underline}.rf-table-card{box-sizing:border-box;background-color:#fff;border:1px solid #dee0e3;border-radius:12px;overflow:hidden}.rf-table-scroll{width:100%;overflow-x:auto}.rf-qc-table{border-collapse:collapse;width:100%;font-family:var(--ad-font-family);table-layout:fixed}.rf-qc-row{border-bottom:1px solid #e2e8f0;height:40px;transition:background-color .15s}.rf-qc-row:last-child{border-bottom:none}.rf-qc-row-warning{background-color:#fffbeb}.rf-qc-col-icon{vertical-align:middle;width:36px;padding:0 8px 0 11px}.rf-icon-wrapper{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.rf-check-icon{width:14px;height:10px;display:block}.rf-warning-icon{width:18px;height:18px;display:block}.rf-qc-col-title{vertical-align:middle;padding:10px 8px}.rf-qc-text{letter-spacing:-.1px;color:#14151a;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:400;line-height:20px;display:block;overflow:hidden}.rf-qc-text-warning{color:#92400e}.rf-qc-col-basis{text-align:right;vertical-align:middle;width:168px;padding:10px 12px 10px 8px}.rf-qc-basis-text{letter-spacing:-.1px;color:#14151a;white-space:nowrap;font-size:14px;font-weight:400;line-height:20px}.rf-qc-basis-warning{color:#b45309}.rf-dashed-btn{width:100%;height:34px;font-family:var(--ad-font-family);color:#4778f5;cursor:pointer;box-sizing:border-box;background-color:#fff;border:1px dashed #4778f5;border-radius:12px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:400;line-height:16px;transition:all .15s;display:flex}.rf-dashed-btn:hover{background-color:#f8fafc;border-color:#2563eb}.rf-dashed-btn-icon{flex-shrink:0;width:16px;height:16px}.rf-cpv-container{box-sizing:border-box;border:1px solid #e9ecef;border-radius:12px;flex-direction:column;width:100%;display:flex;overflow:hidden}.rf-cpv-header{box-sizing:border-box;background-color:#f8f9fa;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:49px;padding:0 16px;display:flex}.rf-cpv-title-group{align-items:baseline;gap:6px;display:flex}.rf-cpv-title{font-family:var(--ad-font-family);color:#14151a;font-size:14px;font-weight:500;line-height:20px}.rf-cpv-subtitle{font-family:var(--ad-font-family);color:#0f132499;font-size:12px;font-weight:400;line-height:16px}.rf-cpv-badge{font-family:var(--ad-font-family);color:#166e3f;white-space:nowrap;background-color:#d1fae4;border:1px solid #0a0f2914;border-radius:6px;padding:2px 6px;font-size:12px;font-weight:500;line-height:16px}.rf-cpv-table-card{border:none;border-radius:0}.rf-cpv-table{border-collapse:collapse;width:100%;font-family:var(--ad-font-family)}.rf-cpv-table th{color:#475569;text-align:left;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;height:40px;padding:8px 12px;font-size:14px;font-weight:400;line-height:20px}.rf-cpv-th-code{border-right:1px solid #e2e8f0;width:62px;text-align:center!important}.rf-cpv-th-validator{border-right:1px solid #e2e8f0;width:218px}.rf-cpv-th-applies{border-right:1px solid #e2e8f0;text-align:right!important}.rf-cpv-th-status{width:81px;text-align:right!important}.rf-cpv-row{border-bottom:1px solid #e2e8f0;height:64px}.rf-cpv-td-code{text-align:center;color:#14151a;border-right:1px solid #e2e8f0;padding:8px;font-size:14px;font-weight:500}.rf-cpv-td-validator{border-right:1px solid #e2e8f0;padding:8px 12px}.rf-cpv-val-title{color:#14151a;letter-spacing:-.1px;font-size:14px;font-weight:500;line-height:20px}.rf-cpv-val-subtitle{color:#0f132499;margin-top:2px;font-size:12px;font-weight:400;line-height:16px}.rf-cpv-td-applies{text-align:right;color:#14151a;white-space:nowrap;border-right:1px solid #e2e8f0;padding:8px 12px;font-size:14px;font-weight:400;line-height:20px}.rf-cpv-td-status{text-align:right;padding:8px 12px}.rf-cpv-status-badge{font-size:14px;font-weight:400;line-height:20px}.rf-cpv-status-pass{color:#059669}.rf-cpv-status-attention{color:#b45309}.rf-cpv-add-btn{height:50px;font-family:var(--ad-font-family);color:#4778f5;cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-left:none;border-right:none;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:400;line-height:20px;transition:background-color .15s;display:flex}.rf-cpv-add-btn:hover{background-color:#f8fafc}.rf-cpv-add-icon{width:24px;height:24px}.rf-cpv-footer{box-sizing:border-box;background-color:#f8f9fa;justify-content:space-between;align-items:center;gap:16px;height:78px;padding:0 16px;display:flex}.rf-cpv-footer-desc{font-family:var(--ad-font-family);color:#14151a;max-width:440px;margin:0;font-size:14px;font-weight:400;line-height:20px}.rf-cpv-report-link{font-family:var(--ad-font-family);color:#4778f5;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:14px;font-weight:400;line-height:20px;transition:color .15s}.rf-cpv-report-link:hover{color:#1d4ed8;text-decoration:underline}.rf-annex-table{border-collapse:collapse;width:100%;font-family:var(--ad-font-family)}.rf-annex-table th{color:#14151a;text-align:left;border-bottom:1px solid #e2e8f0;height:40px;padding:10px 8px;font-size:14px;font-weight:400;line-height:20px}.rf-annex-th-annex{width:62px}.rf-annex-th-page{width:53px;text-align:right!important}.rf-annex-row{border-bottom:1px solid #e2e8f0;height:40px}.rf-annex-row:last-child{border-bottom:none}.rf-annex-td-annex{color:#14151a;padding:10px 8px;font-size:14px;font-weight:500;line-height:20px}.rf-annex-td-doc{color:#14151a;padding:10px 8px;font-size:14px;font-weight:400;line-height:20px}.rf-annex-td-page{text-align:right;color:#14151a;padding:10px 12px 10px 8px;font-size:14px;font-weight:400;line-height:20px}.rf-bundle-table-card{border-radius:10px}.rf-bundle-table{border-collapse:collapse;width:100%;font-family:var(--ad-font-family)}.rf-bundle-row{border-bottom:1px solid #e2e8f0;height:40px}.rf-bundle-col-item{vertical-align:middle;padding:10px 12px}.rf-bundle-label{cursor:pointer;align-items:center;gap:12px;display:flex}.rf-checkbox{accent-color:#4778f5;cursor:pointer;border:1px solid #dee0e3;border-radius:4px;width:16px;height:16px;margin:0}.rf-bundle-title{color:#14151a;font-size:14px;font-weight:400;line-height:20px}.rf-bundle-col-pages{text-align:right;vertical-align:middle;width:119px;padding:10px 16px 10px 8px}.rf-bundle-pages-text{color:#14151a;font-size:14px;font-weight:400;line-height:20px}.rf-bundle-total-row{border-top:1px solid #e2e8f0;height:40px}.rf-bundle-total-title{color:#14151a;padding:10px 12px;font-size:14px;font-weight:600;line-height:20px}.rf-bundle-total-pages{text-align:right;color:#14151a;padding:10px 16px 10px 8px;font-size:14px;font-weight:600;line-height:20px}.rf-ruleset-card{box-sizing:border-box;background-color:#fff;border:1px solid #dee0e3;border-radius:12px;flex-direction:column;gap:4px;padding:14px 16px;display:flex}.rf-ruleset-title{font-family:var(--ad-font-family);color:#14151a;margin:0;font-size:16px;font-weight:500;line-height:20px}.rf-ruleset-description{font-family:var(--ad-font-family);color:#14151a;margin:0;font-size:14px;font-weight:400;line-height:20px}.rf-footer-actions{box-sizing:border-box;justify-content:flex-end;align-items:center;gap:8px;width:100%;margin-top:8px;display:flex}.rf-action-btn-back{font-family:var(--ad-font-family);color:#14151a;cursor:pointer;background-color:#fff;border:1px solid #dee0e3;border-radius:10px;padding:6px 16px;font-size:14px;font-weight:500;line-height:20px;transition:all .15s;box-shadow:0 1px 1.5px #0000001a,0 1px 1px #0000001a}.rf-action-btn-back:hover{background-color:#f9fafb}.rf-action-btn-download{font-family:var(--ad-font-family);color:#14151a;cursor:pointer;background-color:#fff;border:1px solid #dee0e3;border-radius:10px;align-items:center;gap:8px;padding:6px 16px;font-size:14px;font-weight:500;line-height:20px;transition:all .15s;display:flex;box-shadow:0 1px 1.5px #0000001a,0 1px 1px #0000001a}.rf-action-btn-download:hover{background-color:#f8fafc;border-color:#cbd5e1}.rf-action-btn-download:disabled{opacity:.6;cursor:not-allowed}.rf-download-icon{flex-shrink:0;width:17px;height:15px}@media (max-width:1024px){.rf-grid-layout{grid-template-columns:1fr}}.case-map-graph .react-flow__panel.react-flow__attribution,.case-map-graph .react-flow__panel.react-flow__attribution.bottom.right{z-index:10!important;background:#fffc!important;border:none!important;width:auto!important;height:auto!important;margin:0!important;padding:2px 4px!important;display:block!important;position:absolute!important;bottom:8px!important;right:8px!important}.case-map-graph .react-flow__panel.react-flow__attribution a{font-size:10px!important}
.react-flow{--xy-edge-stroke-default:#b1b1b7;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#555;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#ffffff80;--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:#f0f0f099;--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#e2e2e2;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:transparent;--xy-background-pattern-dots-color-default:#91919a;--xy-background-pattern-lines-color-default:#eee;--xy-background-pattern-cross-color-default:#e2e2e2;background-color:var(--xy-background-color,var(--xy-background-color-default));--xy-node-color-default:inherit;--xy-node-border-default:1px solid #1a192b;--xy-node-background-color-default:#fff;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #00000014;--xy-node-boxshadow-selected-default:0 0 0 .5px #1a192b;--xy-node-border-radius-default:3px;--xy-handle-background-color-default:#1a192b;--xy-handle-border-color-default:#fff;--xy-selection-background-color-default:#0059dc14;--xy-selection-border-default:1px dotted #0059dccc;--xy-controls-button-background-color-default:#fefefe;--xy-controls-button-background-color-hover-default:#f4f4f4;--xy-controls-button-color-default:inherit;--xy-controls-button-color-hover-default:inherit;--xy-controls-button-border-color-default:#eee;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#fff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9;direction:ltr}.react-flow.dark{--xy-edge-stroke-default:#3e3e3e;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#727272;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#96969640;--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:#3c3c3c99;--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#2b2b2b;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#141414;--xy-background-pattern-dots-color-default:#555;--xy-background-pattern-lines-color-default:#333;--xy-background-pattern-cross-color-default:#333;--xy-node-color-default:#f8f8f8;--xy-node-border-default:1px solid #3c3c3c;--xy-node-background-color-default:#1e1e1e;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #ffffff14;--xy-node-boxshadow-selected-default:0 0 0 .5px #999;--xy-handle-background-color-default:#bebebe;--xy-handle-border-color-default:#1e1e1e;--xy-selection-background-color-default:#c8c8dc14;--xy-selection-border-default:1px dotted #c8c8dccc;--xy-controls-button-background-color-default:#2b2b2b;--xy-controls-button-background-color-hover-default:#3e3e3e;--xy-controls-button-color-default:#f8f8f8;--xy-controls-button-color-hover-default:#fff;--xy-controls-button-border-color-default:#5b5b5b;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#141414;--xy-edge-label-color-default:#f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props,var(--xy-background-color,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__pane{z-index:1;touch-action:none}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width,var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke,var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width,var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{pointer-events:none;position:absolute;overflow:visible}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:.5s linear infinite dashdraw}svg.react-flow__connectionline{z-index:1001;position:absolute;overflow:visible}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{-webkit-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default;position:absolute}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:0 0;pointer-events:none}.react-flow__nodesselection-rect{pointer-events:all;cursor:grab;position:absolute}.react-flow__handle{pointer-events:none;background-color:var(--xy-handle-background-color,var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color,var(--xy-handle-border-color-default));border-radius:100%;width:6px;min-width:5px;height:6px;min-height:5px;position:absolute}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;bottom:0;left:50%;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{z-index:5;margin:15px;position:absolute}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px)translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px)translateY(-50%)}.react-flow__attribution{background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));margin:0;padding:2px 3px;font-size:10px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10px}}.react-flow__edgelabel-renderer{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__viewport-portal{-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__minimap{background:var(--xy-minimap-background-color-props,var(--xy-minimap-background-color,var(--xy-minimap-background-color-default)))}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var(--xy-minimap-mask-background-color-props,var(--xy-minimap-mask-background-color,var(--xy-minimap-mask-background-color-default)));stroke:var(--xy-minimap-mask-stroke-color-props,var(--xy-minimap-mask-stroke-color,var(--xy-minimap-mask-stroke-color-default)));stroke-width:var(--xy-minimap-mask-stroke-width-props,var(--xy-minimap-mask-stroke-width,var(--xy-minimap-mask-stroke-width-default)))}.react-flow__minimap-node{fill:var(--xy-minimap-node-background-color-props,var(--xy-minimap-node-background-color,var(--xy-minimap-node-background-color-default)));stroke:var(--xy-minimap-node-stroke-color-props,var(--xy-minimap-node-stroke-color,var(--xy-minimap-node-stroke-color-default)));stroke-width:var(--xy-minimap-node-stroke-width-props,var(--xy-minimap-node-stroke-width,var(--xy-minimap-node-stroke-width-default)))}.react-flow__background-pattern.dots{fill:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-dots-color-default)))}.react-flow__background-pattern.lines{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-lines-color-default)))}.react-flow__background-pattern.cross{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-cross-color-default)))}.react-flow__controls{box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default));flex-direction:column;display:flex}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border:none;border-bottom:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)));width:26px;height:26px;color:var(--xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default)));cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:4px;display:flex}.react-flow__controls-button svg{fill:currentColor;width:100%;max-width:12px;max-height:12px}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));width:150px;color:var(--xy-node-color,var(--xy-node-color-default));text-align:center;border:var(--xy-node-border,var(--xy-node-border-default));background-color:var(--xy-node-background-color,var(--xy-node-background-color-default));padding:10px;font-size:12px}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover,var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color,var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color,var(--xy-selection-background-color-default));border:var(--xy-selection-border,var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var(--xy-controls-button-background-color-hover-props,var(--xy-controls-button-background-color-hover,var(--xy-controls-button-background-color-hover-default)));color:var(--xy-controls-button-color-hover-props,var(--xy-controls-button-color-hover,var(--xy-controls-button-color-hover-default)))}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)))}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border:1px solid #fff;border-radius:1px;width:5px;height:5px;translate:-50% -50%}.react-flow__resize-control.handle.left{top:50%;left:0}.react-flow__resize-control.handle.right{top:50%;left:100%}.react-flow__resize-control.handle.top{top:0;left:50%}.react-flow__resize-control.handle.bottom{top:100%;left:50%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-style:solid;border-width:0}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;height:100%;top:0;transform:translate(-50%)}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{width:100%;height:1px;left:0;transform:translateY(-50%)}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color,var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color,var(--xy-edge-label-color-default))}
.review-finalise-module-scss-module__ZAODYa__container{box-sizing:border-box;color:#14151a;flex-direction:column;gap:16px;width:100%;max-width:1199px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.review-finalise-module-scss-module__ZAODYa__matterTypeRow{flex-wrap:wrap;align-items:center;gap:8px;width:100%;display:flex}.review-finalise-module-scss-module__ZAODYa__matterBadge{color:#133a9a;white-space:nowrap;background-color:#e3eafd;border:1px solid #0a0f2914;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:500;line-height:16px}.review-finalise-module-scss-module__ZAODYa__matterNote{color:#14151a;margin:0;font-size:12px;font-weight:500;line-height:20px}.review-finalise-module-scss-module__ZAODYa__awardHeading{color:#14151a;word-break:break-word;width:100%;margin:0;font-size:20px;font-weight:500;line-height:20px}.review-finalise-module-scss-module__ZAODYa__sectionBlock{flex-direction:column;gap:8px;width:100%;display:flex}.review-finalise-module-scss-module__ZAODYa__sectionTitle{color:#0d0f10;margin:0;font-size:16px;font-weight:500;line-height:20px}.review-finalise-module-scss-module__ZAODYa__documentCard{box-sizing:border-box;background-color:#fff;border:1px solid #ced4da;border-radius:12px;flex-direction:column;gap:20px;width:100%;min-height:200px;max-height:calc(100vh - 280px);padding:20px;display:flex;position:relative;overflow-y:auto}.review-finalise-module-scss-module__ZAODYa__documentCard::-webkit-scrollbar{width:4px}.review-finalise-module-scss-module__ZAODYa__documentCard::-webkit-scrollbar-track{background:0 0}.review-finalise-module-scss-module__ZAODYa__documentCard::-webkit-scrollbar-thumb{background:#e9eaec;border-radius:999px}.review-finalise-module-scss-module__ZAODYa__docHeaderCentered{text-align:center;color:#14151a;flex-direction:column;align-items:center;gap:16px;font-size:14px;font-weight:700;line-height:20px;display:flex}.review-finalise-module-scss-module__ZAODYa__docPartyBlock{color:#14151a;text-align:left;flex-direction:column;gap:4px;font-size:12px;line-height:20px;display:flex}.review-finalise-module-scss-module__ZAODYa__partyName{color:#14151a;font-weight:600}.review-finalise-module-scss-module__ZAODYa__partyDetails{color:#14151a;font-weight:400}.review-finalise-module-scss-module__ZAODYa__docVersus,.review-finalise-module-scss-module__ZAODYa__docMainTitle{text-align:center;color:#14151a;margin:0;font-size:14px;font-weight:700;line-height:20px}.review-finalise-module-scss-module__ZAODYa__docContentList{flex-direction:column;gap:12px;font-size:12px;line-height:20px;display:flex}.review-finalise-module-scss-module__ZAODYa__docSectionItem{flex-direction:column;gap:4px;display:flex}.review-finalise-module-scss-module__ZAODYa__docSectionTitle{color:#14151a;margin:0;font-weight:600}.review-finalise-module-scss-module__ZAODYa__docSectionBody{color:#14151a;margin:0;font-weight:400}.review-finalise-module-scss-module__ZAODYa__docScrollNotice{color:#6c757d;margin:0;font-size:12px;font-weight:400;line-height:20px}.review-finalise-module-scss-module__ZAODYa__docSignatory{color:#14151a;text-align:right;margin:0;font-size:12px;font-weight:400;line-height:20px}.review-finalise-module-scss-module__ZAODYa__twoColRow{align-items:flex-start;gap:16px;width:100%;display:flex}.review-finalise-module-scss-module__ZAODYa__leftCol{flex-direction:column;flex:728px;gap:8px;min-width:0;display:flex}.review-finalise-module-scss-module__ZAODYa__rightCol{flex-direction:column;flex:0 0 455px;gap:8px;width:455px;display:flex}.review-finalise-module-scss-module__ZAODYa__tableOuterCard{box-sizing:border-box;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;max-height:calc(100vh - 280px);overflow-y:auto}.review-finalise-module-scss-module__ZAODYa__tableOuterCard::-webkit-scrollbar{width:4px}.review-finalise-module-scss-module__ZAODYa__tableOuterCard::-webkit-scrollbar-track{background:0 0}.review-finalise-module-scss-module__ZAODYa__tableOuterCard::-webkit-scrollbar-thumb{background:#e9eaec;border-radius:999px}.review-finalise-module-scss-module__ZAODYa__tableInnerBorder{box-sizing:border-box;border:1px solid #dee0e3;border-radius:10px;width:100%;overflow:hidden}.review-finalise-module-scss-module__ZAODYa__operativeRow{color:#14151a;box-sizing:border-box;border-bottom:1px solid #e2e8f0;align-items:center;padding:12px 16px;font-size:14px;font-weight:400;line-height:20px;display:flex}.review-finalise-module-scss-module__ZAODYa__operativeRow:last-child{border-bottom:none}.review-finalise-module-scss-module__ZAODYa__operativeRow1{min-height:80px}.review-finalise-module-scss-module__ZAODYa__operativeRow2{min-height:50px}.review-finalise-module-scss-module__ZAODYa__operativeRow3{min-height:75px}.review-finalise-module-scss-module__ZAODYa__operativeRow4{min-height:72px}.review-finalise-module-scss-module__ZAODYa__numericalRow{box-sizing:border-box;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:40px;padding:10px 20px;font-size:14px;line-height:20px;display:flex}.review-finalise-module-scss-module__ZAODYa__numericalLabel{color:#6c757d;margin:0;font-weight:400}.review-finalise-module-scss-module__ZAODYa__numericalValue{color:#14151a;text-align:right;margin:0;font-weight:700}.review-finalise-module-scss-module__ZAODYa__recomputedBox{box-sizing:border-box;flex-direction:column;justify-content:center;gap:8px;height:auto;min-height:118px;padding:10px 20px 20px;display:flex}.review-finalise-module-scss-module__ZAODYa__recomputedRow{color:#0d0f10;justify-content:space-between;align-items:center;font-size:14px;font-weight:700;line-height:20px;display:flex}.review-finalise-module-scss-module__ZAODYa__alertCallout{box-sizing:border-box;background-color:#fff7ed;border-radius:8px;align-items:center;gap:8px;padding:10px;display:flex}.review-finalise-module-scss-module__ZAODYa__alertIcon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.review-finalise-module-scss-module__ZAODYa__alertText{color:#c2410c;flex:1;margin:0;font-size:14px;font-weight:500;line-height:20px}.review-finalise-module-scss-module__ZAODYa__checklistTable{border-collapse:collapse;table-layout:fixed;width:100%}.review-finalise-module-scss-module__ZAODYa__checklistThead{background-color:#f8fafc;border-bottom:1px solid #e2e8f0}.review-finalise-module-scss-module__ZAODYa__checklistTh{color:#475569;text-align:left;box-sizing:border-box;height:40px;padding:0 12px;font-size:14px;font-weight:400;line-height:20px}.review-finalise-module-scss-module__ZAODYa__checklistThStatus{color:#475569;text-align:center;box-sizing:border-box;height:40px;padding:0 12px;font-size:14px;font-weight:400;line-height:20px}.review-finalise-module-scss-module__ZAODYa__checklistRow{border-bottom:1px solid #e2e8f0}.review-finalise-module-scss-module__ZAODYa__checklistRow:last-child{border-bottom:none}.review-finalise-module-scss-module__ZAODYa__checklistRow40{height:40px}.review-finalise-module-scss-module__ZAODYa__checklistRow55{height:55px}.review-finalise-module-scss-module__ZAODYa__rowBgWhite{background-color:#fff}.review-finalise-module-scss-module__ZAODYa__rowBgAlt{background-color:#f8fbfe}.review-finalise-module-scss-module__ZAODYa__checklistTdValidator{color:#14151a;vertical-align:middle;box-sizing:border-box;padding:10px 12px;font-size:14px;font-weight:500;line-height:20px}.review-finalise-module-scss-module__ZAODYa__checklistTdFinding{color:#14151a;vertical-align:middle;box-sizing:border-box;padding:10px 12px;font-size:14px;font-weight:400;line-height:20px}.review-finalise-module-scss-module__ZAODYa__checklistTdStatus{text-align:center;vertical-align:middle;box-sizing:border-box;padding:10px 12px}.review-finalise-module-scss-module__ZAODYa__badgePass{color:#166e3f;white-space:nowrap;background-color:#d1fae4;border:1px solid #0a0f2914;border-radius:999px;justify-content:center;align-items:center;padding:2px 12px;font-size:14px;font-weight:500;line-height:20px;display:inline-flex}.review-finalise-module-scss-module__ZAODYa__badgeFail{color:#9a1c13;white-space:nowrap;background-color:#fce5e4;border:1px solid #0a0f2914;border-radius:999px;justify-content:center;align-items:center;padding:2px 12px;font-size:14px;font-weight:500;line-height:20px;display:inline-flex}.review-finalise-module-scss-module__ZAODYa__badgeNa{color:#475569;white-space:nowrap;background-color:#f1f5f9;border:1px solid #0a0f2914;border-radius:999px;justify-content:center;align-items:center;padding:2px 12px;font-size:14px;font-weight:500;line-height:20px;display:inline-flex}.review-finalise-module-scss-module__ZAODYa__uncertaintiesHeader{align-items:center;gap:8px;display:flex}.review-finalise-module-scss-module__ZAODYa__uncertaintiesBadge{color:#ae590a;white-space:nowrap;background-color:#fdead8;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:500;line-height:16px}.review-finalise-module-scss-module__ZAODYa__uncertaintyRow{color:#14151a;box-sizing:border-box;border-bottom:1px solid #e2e8f0;align-items:center;padding:12px 16px;font-size:14px;font-weight:400;line-height:20px;display:flex}.review-finalise-module-scss-module__ZAODYa__uncertaintyRow:last-child{border-bottom:none}.review-finalise-module-scss-module__ZAODYa__uncertaintyRow1{min-height:80px}.review-finalise-module-scss-module__ZAODYa__uncertaintyRow2{min-height:50px}.review-finalise-module-scss-module__ZAODYa__uncertaintyRow3{min-height:75px}.review-finalise-module-scss-module__ZAODYa__modalFooter{box-sizing:border-box;justify-content:flex-end;align-items:center;gap:8px;width:100%;height:42px;padding-top:8px;display:flex}.review-finalise-module-scss-module__ZAODYa__actionButton{color:#14151a;cursor:pointer;box-sizing:border-box;background-color:#fff;border:1px solid #dee0e3;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:34px;padding:6px 16px;font-size:14px;font-weight:500;line-height:20px;transition:background-color .15s,border-color .15s;display:inline-flex;box-shadow:0 1px 1.5px #0000001a,0 1px 1px #0000001a}.review-finalise-module-scss-module__ZAODYa__actionButton:hover{background-color:#f8fafc;border-color:#cbd5e1}.review-finalise-module-scss-module__ZAODYa__draftTextContent{white-space:pre-wrap;color:#14151a;word-break:break-word;font-family:inherit;font-size:13px;font-weight:400;line-height:22px}.review-finalise-module-scss-module__ZAODYa__emptyDraftState{color:#6c757d;justify-content:center;align-items:center;width:100%;min-height:260px;font-size:14px;font-style:italic;display:flex}.review-finalise-module-scss-module__ZAODYa__errorBanner{color:#991b1b;box-sizing:border-box;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:14px;display:flex}.review-finalise-module-scss-module__ZAODYa__retryBtn{color:#991b1b;cursor:pointer;white-space:nowrap;background-color:#fff;border:1px solid #f87171;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:600}.review-finalise-module-scss-module__ZAODYa__retryBtn:hover{background-color:#fee2e2}@keyframes review-finalise-module-scss-module__ZAODYa__skeletonPulse{0%,to{opacity:1}50%{opacity:.45}}.review-finalise-module-scss-module__ZAODYa__skeletonPulse{background-color:#e2e8f0;border-radius:6px;animation:1.8s ease-in-out infinite review-finalise-module-scss-module__ZAODYa__skeletonPulse}
