:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f3f7fb;color:#1a1a2e;line-height:1.5;font-size:15px}.brand-watermark{position:relative}.brand-watermark:after{content:"";position:absolute;bottom:20px;right:24px;width:100px;height:44px;background:url(/commercient-logo-dark.png) no-repeat right bottom / contain;opacity:.055;pointer-events:none;z-index:0}.app-header{background:#071a31;border-bottom:3px solid #19a4d0;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:0 1px 4px #00000014}.app-header .header-brand{display:flex;align-items:center;gap:12px}.app-header .header-title{font-size:15px;font-weight:600;color:#dce7f1;letter-spacing:-.2px}.app-header .header-logo{height:34px;width:auto;object-fit:contain}.app-header .header-nav a{font-size:13px;color:#a2bedb;text-decoration:none;padding:6px 12px;border-radius:6px;transition:background .15s,color .15s}.app-header .header-nav a:hover{background:#19a4d026;color:#fff}.btn-primary{background:#19a4d0;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,transform .1s;text-decoration:none;display:inline-block}.btn-primary:hover:not(:disabled){background:#1482a8;transform:translateY(-1px)}.btn-primary:disabled{background:#a2bedb;cursor:not-allowed;transform:none}.btn-success{background:#16a34a;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.btn-success:hover{background:#15803d}.btn-danger{background:#dc2626;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.btn-danger:hover{background:#b91c1c}.btn-outline{background:transparent;color:#19a4d0;border:1.5px solid #19a4d0;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.btn-outline:hover{background:#eef7fc}.card{background:#fff;border-radius:10px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a;padding:24px}.split-screen{display:flex;height:calc(100vh - 64px)}.left-panel{width:50%;overflow-y:auto;padding:20px;border-right:1px solid #e5e7eb;background:#f8f9fa}.right-panel{width:50%;overflow-y:auto;padding:0;background:#374151;display:flex;flex-direction:column}.pdf-viewer-container{flex:1;display:flex;flex-direction:column;align-items:center;padding:16px;overflow-y:auto}.pdf-nav{display:flex;align-items:center;gap:12px;padding:10px 16px;background:#1f2937;border-bottom:1px solid #374151;justify-content:center}.pdf-nav button{background:#4b5563;color:#fff;border:none;border-radius:6px;padding:6px 14px;font-size:13px;cursor:pointer;transition:background .15s}.pdf-nav button:hover:not(:disabled){background:#6b7280}.pdf-nav button:disabled{opacity:.4;cursor:not-allowed}.pdf-nav span{color:#d1d5db;font-size:13px;min-width:80px;text-align:center}.field-card{border:1.5px solid #e5e7eb;border-radius:8px;padding:14px 16px;margin-bottom:10px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s}.field-card:hover{box-shadow:0 2px 8px #00000014}.field-card.confirmed{border-color:#16a34a;background:#f0fff4}.field-card.flagged{border-color:#dc2626;background:#fff5f5}.field-card.not-found{border-color:#f59e0b;background:#fffbeb}.field-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#6b7280;margin-bottom:4px}.field-value{font-size:13px;color:#1a1a2e;line-height:1.5;margin-bottom:8px}.field-source{font-size:11px;color:#9ca3af;font-style:italic;border-left:2px solid #e5e7eb;padding-left:8px;margin-bottom:10px}.field-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.confidence-badge{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;padding:2px 8px;border-radius:100px;text-transform:uppercase;letter-spacing:.4px}.confidence-badge.high{background:#dcfce7;color:#15803d}.confidence-badge.medium{background:#fef9c3;color:#92400e}.confidence-badge.low{background:#fee2e2;color:#991b1b}.field-note-input{width:100%;margin-top:8px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;resize:vertical;min-height:60px;font-family:inherit}.field-edit-input{width:100%;padding:6px 10px;border:1.5px solid #19a4d0;border-radius:6px;font-size:13px;font-family:inherit;outline:none;margin-bottom:6px}.progress-wrap{margin-bottom:16px}.progress-label{font-size:12px;color:#6b7280;margin-bottom:6px;display:flex;justify-content:space-between}.progress-bar-bg{height:6px;background:#e5e7eb;border-radius:100px;overflow:hidden}.progress-bar-fill{height:100%;background:#19a4d0;border-radius:100px;transition:width .3s ease}.step-indicator{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:32px}.step-item{display:flex;align-items:center;gap:8px}.step-circle{width:32px;height:32px;border-radius:50%;background:#e5e7eb;color:#9ca3af;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.step-circle.active{background:#19a4d0;color:#fff}.step-circle.done{background:#16a34a;color:#fff}.step-label{font-size:12px;color:#9ca3af;font-weight:500}.step-label.active{color:#19a4d0;font-weight:700}.step-label.done{color:#16a34a}.step-connector{width:40px;height:2px;background:#e5e7eb;margin:0 4px}.step-connector.done{background:#16a34a}.form-group{margin-bottom:18px}.form-label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.form-label .required{color:#dc2626;margin-left:3px}.form-control{width:100%;padding:10px 14px;border:1.5px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;color:#1a1a2e;background:#fff;transition:border-color .15s,box-shadow .15s;outline:none}.form-control:focus{border-color:#19a4d0;box-shadow:0 0 0 3px #19a4d01f}.form-control:disabled{background:#f3f4f6;color:#6b7280}.page-wrapper{max-width:680px;margin:40px auto;padding:0 20px}.page-title{font-size:24px;font-weight:700;color:#1c3b60;margin-bottom:6px}.page-subtitle{font-size:14px;color:#6b7280;margin-bottom:28px}.dashboard-table{width:100%;border-collapse:collapse;font-size:13px}.dashboard-table th{background:#f3f4f6;padding:10px 14px;text-align:left;font-weight:700;color:#374151;border-bottom:2px solid #e5e7eb;font-size:11px;text-transform:uppercase;letter-spacing:.5px}.dashboard-table td{padding:12px 14px;border-bottom:1px solid #f3f4f6;vertical-align:top}.dashboard-table tr:hover td{background:#f9fafb}.status-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:100px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.status-badge.draft{background:#f3f4f6;color:#6b7280}.status-badge.confirmed{background:#dce7f1;color:#1482a8}.status-badge.signed{background:#dcfce7;color:#15803d}.alert-info{background:#eef7fc;border:1px solid #dce7f1;border-radius:8px;padding:14px 16px;font-size:13px;color:#1c3b60;margin-bottom:16px}.alert-warning{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:14px 16px;font-size:13px;color:#92400e;margin-bottom:16px}.alert-error{background:#fff5f5;border:1px solid #fecaca;border-radius:8px;padding:14px 16px;font-size:13px;color:#991b1b;margin-bottom:16px}.alert-success{background:#f0fff4;border:1px solid #bbf7d0;border-radius:8px;padding:14px 16px;font-size:13px;color:#15803d;margin-bottom:16px}.complete-icon{font-size:72px;text-align:center;margin-bottom:16px}.complete-title{font-size:28px;font-weight:800;color:#15803d;text-align:center;margin-bottom:8px}.complete-subtitle{font-size:15px;color:#6b7280;text-align:center;margin-bottom:32px}.ack-item{display:flex;gap:12px;align-items:flex-start;padding:16px;border:1.5px solid #e5e7eb;border-radius:8px;margin-bottom:12px;cursor:pointer;transition:border-color .15s,background .15s}.ack-item:hover{border-color:#a2bedb;background:#f8faff}.ack-item.checked{border-color:#16a34a;background:#f0fff4}.ack-item input[type=checkbox]{width:20px;height:20px;flex-shrink:0;margin-top:2px;accent-color:#16a34a;cursor:pointer}.ack-title{font-size:13px;font-weight:700;color:#1c3b60;margin-bottom:4px}.ack-text{font-size:13px;color:#374151;line-height:1.5}.ai-thinking-text{font-size:17px;font-weight:600;color:#dce7f1;letter-spacing:-.2px;animation:ai-pulse 2.4s ease-in-out infinite;margin-bottom:10px}.ai-thinking-dots{display:inline-flex;gap:1px;margin-left:2px}.ai-thinking-dots span{animation:ai-dot-blink 1.4s ease-in-out infinite;opacity:0}.ai-thinking-dots span:nth-child(2){animation-delay:.2s}.ai-thinking-dots span:nth-child(3){animation-delay:.4s}.ai-thinking-sub{font-size:13px;color:#789cc2;animation:ai-pulse 2.4s ease-in-out infinite;animation-delay:.6s}@keyframes ai-pulse{0%,to{opacity:1}50%{opacity:.55}}@keyframes ai-dot-blink{0%,80%,to{opacity:0}40%{opacity:1}}.loading-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#19a4d0;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-size:14px;color:#6b7280;text-align:center;max-width:300px}.filter-bar{display:flex;gap:12px;margin-bottom:20px;flex-wrap:wrap;align-items:center}.filter-bar select{padding:8px 12px;border:1.5px solid #d1d5db;border-radius:8px;font-size:13px;background:#fff;cursor:pointer;outline:none}.filter-bar select:focus{border-color:#19a4d0}.summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}.summary-item{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:8px;padding:12px 14px}.summary-item-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#9ca3af;margin-bottom:4px}.summary-item-value{font-size:14px;font-weight:600;color:#1a1a2e}.divider{border:none;border-top:1px solid #e5e7eb;margin:24px 0}.section-title{font-size:15px;font-weight:700;color:#1c3b60;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}
