.procura-editor-overlay{--bg-canvas:#f4efe6;--bg-default:#fffdf8;--bg-overlay:#ece5d8;--bg-subtle:#f8f4ec;--border:#d8cdbc;--border-muted:#e5dccc;--fg:#1f3446;--fg-muted:#81786d;--accent:#527c63;--accent-dim:#527c631f;--accent-soft:#527c631f;--green:#527c63;--orange:#9f5f35;--red:#c4302b;z-index:300;background:var(--bg-canvas);flex-direction:column;display:flex;position:fixed;inset:0}.procura-editor-toolbar{background:var(--bg-default);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:48px;min-height:48px;padding:0 8px;display:flex}.procura-editor-toolbar-btns{scrollbar-width:none;align-items:center;gap:2px;display:flex;overflow-x:auto}.procura-editor-toolbar-btns::-webkit-scrollbar{display:none}.procura-editor-toolbar-btn{color:var(--fg-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:0;align-items:center;gap:5px;padding:6px 10px;font-size:12px;transition:background .12s,color .12s;display:flex}.procura-editor-toolbar-btn:hover:not(:disabled){background:var(--border);color:var(--fg)}.procura-editor-toolbar-btn:disabled{opacity:.35;cursor:not-allowed}.procura-editor-toolbar-btn svg{flex-shrink:0;width:16px;height:16px}.procura-editor-toolbar-close{margin-left:8px;padding:6px 8px}.procura-editor-toolbar-close:hover{color:var(--red)}.procura-editor-toolbar-separator{background:var(--border);flex-shrink:0;width:1px;height:24px;margin:0 4px}.procura-editor-body{flex:1;min-height:0;display:flex}.procura-editor-thumbs{background:var(--bg-canvas);border-right:1px solid var(--border);flex-direction:column;gap:8px;width:180px;min-width:180px;padding:8px;display:flex;overflow-y:auto}.procura-editor-thumbs-loading{color:var(--fg-muted);flex-direction:column;align-items:center;gap:8px;padding:24px 0;font-size:13px;display:flex}.procura-editor-thumb{cursor:pointer;background:var(--bg-default);border:2px solid #0000;border-radius:0;transition:border-color .12s,box-shadow .12s;position:relative;overflow:hidden}.procura-editor-thumb:hover{border-color:var(--border)}.procura-editor-thumb.selected{border-color:var(--accent);box-shadow:0 0 0 1px #527c6347}.procura-editor-thumb img{pointer-events:none;width:100%;height:auto;display:block}.procura-editor-thumb-page{color:#fffdf8;background:#000000b3;border-radius:3px;padding:1px 5px;font-size:11px;position:absolute;bottom:4px;right:6px}.procura-editor-viewer{background:var(--bg-overlay);flex:1;min-width:0;display:flex}.procura-editor-viewer iframe{flex:1}.procura-editor-viewer-empty{color:var(--fg-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;font-size:14px;display:flex}.procura-editor-statusbar{background:var(--bg-default);border-top:1px solid var(--border);height:32px;min-height:32px;color:var(--fg-muted);justify-content:space-between;align-items:center;padding:0 12px;font-size:12px;display:flex}.procura-editor-statusbar-left,.procura-editor-statusbar-right{align-items:center;gap:8px;display:flex}.procura-editor-size-bar{background:var(--border);border-radius:3px;width:60px;height:6px;overflow:hidden}.procura-editor-size-bar-fill{border-radius:3px;height:100%;transition:width .3s}.procura-editor-spinner{border:2.5px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:24px;height:24px;animation:.7s linear infinite pe-spin}.procura-editor-spinner-small{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:14px;height:14px;animation:.7s linear infinite pe-spin}@keyframes pe-spin{to{transform:rotate(360deg)}}.procura-editor-toast-error{color:var(--red);cursor:pointer;z-index:310;text-align:center;background:#c4302b1a;border:1px solid #c4302b57;border-radius:0;max-width:500px;padding:8px 16px;font-size:13px;position:absolute;bottom:44px;left:50%;transform:translate(-50%)}.procura-editor-error-card{background:var(--bg-default);text-align:center;color:var(--red);border:1px solid #c4302b57;border-radius:0;flex-direction:column;gap:16px;max-width:400px;margin:auto;padding:32px;font-size:14px;display:flex}.procura-editor-modal-backdrop{z-index:310;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#172b3a75;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.procura-editor-modal-card{background:#f8f4ec;border:1px solid #d8cdbc;border-radius:0;width:380px;max-width:90vw;box-shadow:0 24px 72px #172b3a33}.procura-editor-modal-header{color:#1f3446;background:#fffdf8;border-bottom:1px solid #d8cdbc;padding:22px 24px;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:800;line-height:1.15}.procura-editor-modal-body{flex-direction:column;gap:16px;padding:20px 24px;display:flex}.procura-editor-modal-footer{background:#fffdf8;border-top:1px solid #d8cdbc;justify-content:flex-end;gap:8px;padding:14px 24px;display:flex}.procura-editor-modal-label{color:#81786d;flex-direction:column;gap:8px;font-size:13px;font-weight:750;display:flex}.procura-editor-modal-radio-group{flex-wrap:wrap;gap:12px;display:flex}.procura-editor-modal-radio{color:#81786d;cursor:pointer;align-items:center;gap:6px;font-size:13px;font-weight:650;display:flex}.procura-editor-modal-radio input[type=radio]{accent-color:#527c63}.procura-editor-modal-radio input:disabled+span{opacity:.4}.procura-editor-modal-radio:has(input:disabled){opacity:.4}.procura-editor-modal-input{color:#1f3446;background:#fffdf8;border:1px solid #d8cdbc;border-radius:0;outline:none;margin-top:4px;padding:8px 10px;font-size:13px}.procura-editor-modal-input:focus{border-color:#527c63}.procura-editor-modal-btn-cancel{color:#1f3446;cursor:pointer;background:0 0;border:1px solid #d8cdbc;border-radius:0;padding:8px 16px;font-size:13px;font-weight:850}.procura-editor-modal-btn-cancel:hover{color:#527c63;background:0 0;border-color:#527c63}.procura-editor-modal-btn-ok{color:#fff;cursor:pointer;background:#527c63;border:1px solid #527c63;border-radius:0;padding:8px 16px;font-size:13px;font-weight:850}.procura-editor-modal-btn-ok:hover{background:#446d54}.procura-editor-modal-btn-ok:disabled,.procura-editor-modal-btn-cancel:disabled{opacity:.45;cursor:not-allowed}.procura-editor-modal-help{color:#81786d;margin:0;font-size:13px;line-height:1.45}.procura-editor-modal-summary{color:#81786d;background:#fffdf8;border:1px solid #d8cdbc;border-radius:0;align-items:center;gap:8px;min-height:34px;padding:8px 10px;font-size:12px;display:flex}.procura-editor-modal-error{color:var(--red);background:#c4302b14;border:1px solid #c4302b4d;border-radius:0;padding:10px 12px;font-size:12px}.pe-inline-fields{grid-template-columns:1fr 1fr;gap:10px;display:grid}.pe-inline-fields label{color:var(--fg-muted);flex-direction:column;gap:4px;font-size:12px;display:flex}.procura-editor-success-box{color:var(--fg-muted);background:#527c6314;border:1px solid #527c6357;border-radius:0;flex-direction:column;gap:8px;padding:12px;font-size:13px;display:flex}.procura-editor-success-box strong{color:var(--green)}.procura-editor-download-link{color:var(--accent);font-weight:600;text-decoration:none}.procura-editor-download-link:hover{text-decoration:underline}.pe-file-drop{border:1px dashed var(--border);background:var(--bg-canvas);cursor:pointer;color:var(--fg-muted);border-radius:0;flex-direction:column;gap:6px;padding:18px;font-size:13px;display:flex}.pe-file-drop:hover{border-color:var(--accent)}.pe-file-drop input{display:none}.pe-file-drop small{color:var(--fg-muted)}.pe-reorder-card{flex-direction:column;width:760px;max-width:94vw;max-height:88vh;display:flex}.pe-reorder-card .procura-editor-modal-body{overflow:auto}.pe-reorder-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.pe-reorder-thumb{background:var(--bg-canvas);border:1px solid var(--border);cursor:grab;border-radius:0;overflow:hidden}.pe-reorder-thumb.dragging{opacity:.45;outline:2px solid var(--accent)}.pe-reorder-thumb img{aspect-ratio:3/4;object-fit:cover;background:var(--bg-default);width:100%;display:block}.pe-reorder-thumb-footer{color:var(--fg-muted);justify-content:space-between;align-items:center;gap:6px;padding:6px 7px;font-size:11px;display:flex}.pe-reorder-thumb-footer button{background:var(--bg-default);border:1px solid var(--border);color:var(--fg-muted);cursor:pointer;border-radius:0}.pe-reorder-thumb-footer button:disabled{opacity:.35;cursor:not-allowed}.pe-stamp-card,.pe-ocr-card,.pe-sign-card{width:520px}.pe-stamp-text-row{grid-template-columns:1fr auto;align-items:end;gap:8px;display:grid}.pe-action-stack{gap:10px;display:grid}.pe-action-button{background:var(--bg-canvas);border:1px solid var(--border);width:100%;color:var(--fg-muted);text-align:left;cursor:pointer;border-radius:0;flex-direction:column;gap:4px;padding:12px;display:flex}.pe-action-button:hover:not(:disabled){border-color:var(--accent);background:var(--accent-soft)}.pe-action-button:disabled{opacity:.55;cursor:not-allowed}.pe-action-button strong{color:var(--fg);font-size:13px}.pe-action-button span{color:var(--fg-muted);font-size:12px;line-height:1.35}.pe-sign-option{border:1px solid var(--border);background:var(--bg-canvas);color:var(--fg-muted);cursor:pointer;border-radius:0;grid-template-columns:auto 1fr;gap:10px;padding:12px;display:grid}.pe-sign-option.selected{border-color:var(--accent);background:var(--accent-soft)}.pe-sign-option input{accent-color:var(--accent);margin-top:2px}.pe-sign-option span{flex-direction:column;gap:4px;display:flex}.pe-sign-option small{color:var(--fg-muted);line-height:1.4}.pe-sign-textarea{resize:vertical;min-height:76px}.pe-analysis-box{border:1px solid var(--border);background:var(--bg-canvas);color:var(--fg-muted);border-radius:0;flex-direction:column;gap:8px;padding:12px;font-size:12px;display:flex}.pe-analysis-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.pe-analysis-box pre{background:var(--bg-default);max-height:220px;color:var(--fg);white-space:pre-wrap;border-radius:0;margin:0;padding:10px;line-height:1.45;overflow:auto}.pe-ocr-result-status{background:#527c6314;border:1px solid #527c6357;border-radius:0;flex-direction:column;gap:4px;padding:10px;display:flex}.pe-ocr-result-status strong{color:var(--green)}.pe-ocr-result-status span,.pe-ocr-note{color:var(--fg-muted);line-height:1.45}.procura-editor-modal-warning{color:var(--orange);background:#9f5f3514;border:1px solid #9f5f3559;border-radius:0;padding:10px 12px;font-size:12px;line-height:1.45}.pe-vincular-results{border:1px solid var(--border);background:var(--bg-canvas);border-radius:0;max-height:240px;overflow-y:auto}.pe-vincular-result{cursor:pointer;border-bottom:1px solid var(--bg-subtle);padding:8px 10px;transition:background .1s}.pe-vincular-result:last-child{border-bottom:none}.pe-vincular-result:hover{background:var(--bg-default)}.pe-vincular-result.selected{background:var(--accent-soft);outline:1px solid var(--accent);outline-offset:-1px}
