:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#21352d;background:#f5f7f5;font-synthesis:none;--green:#236b4e;--muted:#75817a;--border:#e3e9e4}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:var(--green);text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,.dropzone:focus-within{outline:3px solid #75b99a;outline-offset:3px}[hidden]{display:none!important}.topbar{height:84px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 5vw}.brand{display:flex;align-items:center;gap:12px;font-size:21px;font-weight:650;letter-spacing:-.7px;color:#20382b}.logo{background:var(--green);color:white;border-radius:10px;width:36px;height:36px;display:grid;place-items:center;font-size:26px}.divider{color:#d2dcd4;margin:0 8px;font-weight:400}.product{font-size:14px;font-weight:500;letter-spacing:0}.top-actions{display:flex;align-items:center;gap:28px;font-size:13px}.health{color:var(--muted)}.health.ready{color:var(--green)}.health:before{content:"";display:inline-block;width:7px;height:7px;background:currentColor;border-radius:50%;margin-right:8px}main{max-width:1400px;margin:auto;padding:46px 5vw 24px}.intro{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:34px}.eyebrow{font-size:10px;letter-spacing:2px;color:var(--green);font-weight:700;margin:0 0 14px}h1{font-size:34px;letter-spacing:-1.2px;font-weight:580;margin:0 0 12px;line-height:1.2}.subtitle{font-size:14px;color:var(--muted);line-height:1.7;margin:0}.badge{display:inline-flex;align-items:center;white-space:nowrap;font-size:11px;background:#eaf0e9;padding:7px 10px;border-radius:6px;color:#506850}.badge.muted{background:#f1f4f1;color:#89958d}.badge.warning{background:#fff0d4;color:#92661b}.workspace{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.16fr);gap:24px;align-items:start}.panel{background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 3px 12px #203b2d03;overflow:hidden}.panel-heading{min-height:76px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);padding:18px 24px;gap:12px}.panel-heading>div{display:flex;align-items:center;gap:10px}.step{font-size:10px;color:#789583;border:1px solid #e1e9e1;border-radius:5px;padding:4px 5px}h2{font-size:15px;font-weight:600;margin:0}form{padding:24px 24px 0}fieldset{border:0;padding:0;margin:0;min-width:0}.field-label{font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}select,.key-row{width:100%;background:#fff;border:1px solid #dce4dd;border-radius:7px;height:43px}select{padding:0 12px;color:#354d3e;font-size:13px}.hint{font-size:11px;line-height:1.6;color:var(--muted);margin:9px 0 20px}.uploads{display:grid;grid-template-columns:1fr 1fr;gap:16px}.slot-heading{display:flex;justify-content:space-between;align-items:center;min-height:28px;margin:0 0 9px;font-size:12px;font-weight:600}.required,.optional{font-weight:400;color:#859087;font-size:10px;margin-left:5px}.required{color:var(--green)}.dropzone{position:relative;border:1.5px dashed #cfddd1;border-radius:9px;background:#f9fbf8;height:155px;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:background .15s,border-color .15s}.dropzone:hover,.dropzone.dragging{background:#edf5ec;border-color:var(--green)}.dropzone input{position:absolute;inset:0;opacity:0;width:100%;height:100%;cursor:pointer}.dropzone img{width:100%;height:100%;object-fit:contain;padding:6px}.empty{display:flex;align-items:center;flex-direction:column;gap:7px;font-size:10px;color:#8b968c}.empty strong{font-size:11px;font-weight:550;color:#426447}.upload-icon{width:34px;height:34px;display:grid;place-items:center;border:1px solid #dce7d9;border-radius:8px;font-size:23px;color:#557d55;margin-bottom:5px}.file-meta{color:#859087;font-size:9px;line-height:1.5;margin:8px 0;overflow-wrap:anywhere}.capture-tip{display:flex;gap:10px;color:#788675;background:#f5f7f2;border-radius:7px;padding:10px 12px;margin:14px 0 22px}.capture-tip>span{font-size:18px}.capture-tip p{font-size:11px;line-height:1.6;margin:0}.key-row{display:flex;align-items:center;padding:0 10px}.key-row input{min-width:0;border:0;outline:none;flex:1;font-size:12px;background:transparent;color:#21352d;padding:10px 0}.text-button{background:none;border:0;padding:4px;color:#607e65;font-size:11px}.text-button:hover{text-decoration:underline}.primary{width:100%;border:0;border-radius:8px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:14px 17px;font-size:12px;font-weight:550}.primary:hover{background:#19563e}fieldset:disabled{opacity:.6}button:disabled{cursor:wait}.privacy{font-size:10px;color:#839187;text-align:center;line-height:1.7;margin:0 20px 20px}.status{font-size:12px;margin:12px 24px;line-height:1.6;color:var(--green)}.status.error{color:#ac4236}.results-panel{min-height:652px}.empty-result{min-height:574px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}.empty-result h3{font-size:16px;font-weight:550;margin:28px 0 10px}.empty-result p{font-size:12px;color:#8a958d;line-height:1.85;margin:0}.document-art{width:125px;height:82px;border:1px solid #dbe5dc;border-radius:9px;background:linear-gradient(135deg,#fafcf9,#eef4eb);position:relative;transform:rotate(-7deg);box-shadow:8px 10px 0 #f5f8f2}.art-head{position:absolute;left:14px;top:18px;width:27px;height:30px;border-radius:5px;background:#dee8d9}.art-line{position:absolute;left:53px;top:29px;width:45px;height:4px;border-radius:4px;background:#dce5d8}.art-line.long{top:19px;width:53px}.art-line.short{top:39px;width:32px}.art-mrz{position:absolute;bottom:13px;left:15px;right:15px;height:7px;background:repeating-linear-gradient(90deg,#dce5d8 0,#dce5d8 2px,transparent 2px,transparent 5px)}.empty-tags{display:flex;gap:8px;margin-top:26px;flex-wrap:wrap;justify-content:center}.empty-tags span{font-size:9px;color:#8b998d;border:1px solid #e5ece3;padding:6px 8px;border-radius:5px}.result-summary{margin:20px 24px;padding:13px 15px;background:#f8f5e9;border:1px solid #ede5ca;border-radius:8px;color:#846c31;font-size:12px;line-height:1.6}.result-summary strong{display:block;font-size:13px;margin-bottom:3px}.tabs{display:flex;gap:18px;padding:0 24px;border-bottom:1px solid var(--border)}.tab{border:0;background:transparent;color:#8a968d;padding:10px 0 14px;font-size:11px;border-bottom:2px solid transparent}.tab.active{color:var(--green);border-bottom-color:var(--green)}.view{padding:12px 24px 24px}.fields-list{margin:0}.field{display:grid;grid-template-columns:130px 1fr;gap:12px;padding:13px 0;border-bottom:1px solid #edf1ed;font-size:12px}.field dt{color:#879188}.field dd{margin:0;overflow-wrap:anywhere;min-width:0}.field-value{font-weight:550}.field-missing{font-weight:400;color:#a1aaa3}.evidence{font-size:10px;color:#84948a;margin-top:5px;line-height:1.6}.quality-card{border:1px solid var(--border);border-radius:8px;padding:15px;margin:12px 0}.quality-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;font-weight:550}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.metric span{display:block;color:#89958c;font-size:9px;margin-bottom:5px}.metric strong{font-size:12px;font-weight:500}.quality-card ul,.issues-list{list-style:none;margin:14px 0 0;padding:0}.quality-card li,.issues-list li{font-size:11px;line-height:1.7;padding:8px 0;border-top:1px solid #edf0e9;color:#927136}.section-title{font-size:12px;font-weight:550;margin:23px 0 12px}.check-row{display:flex;justify-content:space-between;padding:9px 0;font-size:11px;border-bottom:1px solid #edf1ed;gap:15px}.check-row span:last-child{color:#7b8a7c}.raw-heading{display:flex;align-items:center;justify-content:space-between;font-size:11px;margin:8px 0 12px}pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#f5f7f3;border-radius:8px;padding:16px;font-size:10px;line-height:1.7;max-height:550px;overflow:auto}footer{display:flex;align-items:flex-start;gap:10px;max-width:850px;margin:24px auto 0;color:#89958c}footer p{font-size:10px;line-height:1.8;margin:0}footer strong{font-weight:550;color:#697e6c}.footer-dot{flex-shrink:0;width:6px;height:6px;background:#aabdaa;border-radius:50%;margin-top:6px}@media(min-width:1500px){main{padding-left:40px;padding-right:40px}}@media(max-width:950px){main{padding:30px 24px}.workspace{grid-template-columns:1fr}.intro .badge{display:none}.results-panel{min-height:450px}.empty-result{min-height:380px}}@media(max-width:520px){.topbar{padding:0 20px;height:68px}.brand{font-size:17px;gap:8px}.brand .divider,.brand .product{display:none}.top-actions{gap:14px;font-size:10px}main{padding:28px 14px}h1{font-size:28px}.subtitle{font-size:12px}.panel-heading{padding:17px}.panel-heading h2{font-size:13px}form{padding:20px 17px 0}.uploads{gap:10px}.dropzone{height:135px}.slot-heading label{font-size:11px}.required,.optional{font-size:9px}.view{padding:12px 17px 20px}.tabs{padding:0 17px;gap:16px}.result-summary{margin:17px}.field{grid-template-columns:104px 1fr}.empty-result{padding:30px 18px}.badge{font-size:9px}.file-meta{font-size:8px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
