.document-reader-card{max-width:1180px;max-height:94vh;overflow:auto;background:#f7f2e7}
.document-reader-picker{padding:8px 2px 2px}
.document-reader-intro{max-width:700px;margin:0 auto 18px;text-align:center}
.document-reader-intro strong{display:block;font-family:Georgia,serif;font-size:1.35rem;color:#173e33}
.document-reader-intro p{color:#5f665f;line-height:1.55}
.document-reader-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:760px;margin:auto}
.document-reader-choice-grid button{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-radius:18px}
.document-reader-choice-grid button>span{font-size:2rem}.document-reader-choice-grid small{max-width:260px;line-height:1.4}
.document-reader-workspace{display:grid;gap:18px}
.document-reader-file-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid #d8cfbd;border-radius:14px;background:#fffdf7}
.document-reader-file-head>div{display:grid;gap:3px}.document-reader-file-head strong{font-family:Georgia,serif;color:#173e33;font-size:1.12rem}.document-reader-file-head span{font-size:.82rem;color:#617069}
.document-reader-status{padding:11px 14px;border-radius:10px;background:#e7f1eb;color:#173e33;border:1px solid #bfd3c6}.document-reader-status.bad{background:#f8e9e5;color:#752f25;border-color:#e3c1b9}
.document-reader-source-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:18px;align-items:start}
.document-reader-source-grid>section{min-width:0}
.document-reader-preview{min-height:360px;border:1px solid #cabfa9;border-radius:12px;background:#d9d0c1;padding:12px;display:grid;place-items:center;overflow:auto}
.document-reader-preview object{width:100%;height:560px;border:0;background:white}
.document-image-stage{position:relative;display:inline-block;max-width:100%;line-height:0;box-shadow:0 10px 26px #2b211d2b}
.document-image-stage img{display:block;max-width:100%;max-height:650px;object-fit:contain;background:white}
.document-region{position:absolute;border:3px solid #c58c31;background:#e8b94c38;box-shadow:0 0 0 2px #fff8;pointer-events:none;transition:all .18s ease}
.document-preview-empty{display:flex;min-height:280px;flex-direction:column;justify-content:center;align-items:center;gap:10px;text-align:center;color:#536159}
.document-reader-results{padding:19px;border:1px solid #d8cfbd;border-radius:14px;background:#fffdf7;box-shadow:0 8px 24px #33271d0c}
.document-reader-results h4,.document-reader-section-head h4{margin:4px 0 8px;font-family:Georgia,serif;color:#173e33;font-size:1.25rem}
.document-reader-results p{line-height:1.55;color:#4f5a54}
.document-reader-condition{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0}.document-reader-condition span{padding:5px 9px;border-radius:999px;background:#eee8da;color:#62584a;font-size:.78rem}
.document-reader-uncertainty{display:grid;gap:5px;padding:12px;border-left:4px solid #b7832d;background:#faf3e4;color:#55452d}.document-reader-uncertainty span{line-height:1.45}
.document-reader-section-head{display:flex;justify-content:space-between;align-items:end;margin:10px 0}
.document-reader-transcript,.document-reader-suggestions{display:grid;gap:9px;margin-bottom:22px}
.document-segment{display:grid;width:100%;text-align:left;gap:5px;padding:12px 14px;border:1px solid #d7cfbf;border-left:6px solid #668a76;border-radius:10px;background:#fff;color:#2d3832}.document-segment:hover{transform:none;background:#fbfaf4}.document-segment>span{font-size:.75rem;color:#68716c}.document-segment>strong{font-family:Georgia,serif;font-weight:500;font-size:1rem;white-space:pre-wrap}.document-segment small{color:#736858;line-height:1.4}.document-segment.probable{border-left-color:#aa873e}.document-segment.uncertain{border-left-color:#b7643d;background:#fffaf4}.document-segment.illegible{border-left-color:#7d7770;background:#f0ede8}
.document-suggestion{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:13px 15px;border:1px solid #d7cfbf;border-radius:11px;background:#fff}.document-suggestion>div:first-child{display:grid;gap:4px}.document-suggestion span,.document-suggestion>small{font-size:.75rem;color:#6a736e;text-transform:capitalize}.document-suggestion strong{color:#173e33}.document-suggestion p{margin:0;color:#59635d;line-height:1.4}.document-suggestion-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.document-suggestion-actions button{padding:7px 9px;font-size:.75rem}.document-suggestion.accepted{border-color:#b8d0c0;background:#f0f7f2}.document-suggestion.ignored{opacity:.68;background:#f2f0eb}
.document-reader-empty{padding:18px;border:1px dashed #c8bfaf;border-radius:10px;text-align:center;color:#6a706c}
@media(max-width:800px){.document-reader-choice-grid,.document-reader-source-grid{grid-template-columns:1fr}.document-reader-file-head{align-items:flex-start;flex-direction:column}.document-reader-file-head button{width:100%}.document-reader-preview{min-height:260px}.document-reader-preview object{height:430px}.document-suggestion{grid-template-columns:1fr}.document-suggestion-actions{justify-content:flex-start}}
