:root{--ink:#14201c;--muted:#5e6c66;--line:#d7e2dc;--paper:#f8fbf9;--accent:#126b4a;--accent-dark:#0d5138;--wash:#edf7f0;--white:#fff}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}main,footer{max-width:1120px;margin:auto;padding:0 24px}.site-header{display:flex;justify-content:space-between;gap:24px;padding:26px 0;color:var(--muted);font-size:.9rem}.brand{font-weight:800;color:var(--ink);text-decoration:none;font-size:1.1rem}.tool{padding:clamp(20px,4vw,40px);border:1px solid var(--line);border-radius:22px;background:var(--white);box-shadow:0 14px 45px #1e48320c}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.74rem;color:var(--accent);font-weight:750;margin:0}.intro h1{font-size:clamp(2.15rem,5vw,4rem);letter-spacing:-.06em;line-height:1;margin:.25rem 0 .7rem}.intro>p{max-width:650px;margin:0;color:var(--muted)}.trust-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:19px}.trust-row span{font-size:.82rem;font-weight:650;color:var(--accent-dark);border:1px solid #bcdbc9;border-radius:999px;background:var(--wash);padding:4px 10px}.workspace{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:20px;margin-top:29px}.source,.result{border:1px solid var(--line);border-radius:15px;padding:17px;background:#fcfefd}.panel-heading,.result-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.panel-heading h2,.result-top h2{font-size:1rem;margin:0}.panel-heading span{font-size:.8rem;color:var(--muted)}.drop-zone{min-height:260px;margin-top:14px;border:2px dashed #a9c6b7;border-radius:12px;background:var(--wash);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px;gap:5px;cursor:pointer;overflow:hidden}.drop-zone.drag{border-color:var(--accent);background:#e2f2e8}.drop-zone strong{font-size:1.1rem}.drop-zone span,.drop-zone small{color:var(--muted)}#image-preview{display:block;max-width:100%;max-height:175px;object-fit:contain;border-radius:7px;margin-bottom:6px;box-shadow:0 3px 14px #132a1e22}button{appearance:none;border:0;border-radius:8px;background:var(--accent);color:white;padding:10px 14px;font:inherit;font-weight:650;cursor:pointer;margin-top:9px}button:hover:not(:disabled){background:var(--accent-dark)}button:disabled{background:#9ba7a1;cursor:not-allowed}.source-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:12px;color:var(--muted);font-size:.82rem;min-height:43px}.quiet-button{margin:0;border:1px solid var(--line);background:#fff;color:var(--ink);padding:6px 9px;font-size:.8rem}.quiet-button:hover:not(:disabled){background:#f3f7f4;color:var(--ink)}.result-top p{margin:2px 0 0;color:var(--muted);font-size:.8rem}.result-actions{flex-shrink:0}.result-actions button{font-size:.8rem;padding:8px 9px;margin:0 0 0 5px}textarea{width:100%;min-height:286px;margin-top:15px;padding:14px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);font:14px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;resize:vertical}.status{min-height:1.5em;color:var(--muted);margin:16px 0 5px}.progress-wrap{height:5px;background:#edf0ee;border-radius:9px;overflow:hidden}.progress-wrap div{height:100%;width:0;background:var(--accent);transition:width .2s}.processing-note{margin:9px 0 0;color:var(--muted);font-size:.82rem}.details{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:38px 0}.details article,.faq{padding:20px;border-radius:14px;background:#f0f6f2}.details h2,.faq h2{font-size:1.05rem;margin-top:0}.details p,.faq p{color:var(--muted);margin-bottom:0}details{border-top:1px solid var(--line);padding:13px 0}details:first-of-type{border-top:0}summary{font-weight:650;cursor:pointer}footer{border-top:1px solid var(--line);margin-top:45px;padding-top:25px;padding-bottom:30px;display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:.9rem}footer a{color:var(--ink);margin-left:18px}@media(max-width:760px){.workspace{grid-template-columns:1fr}textarea{min-height:235px}}@media(max-width:520px){main,footer{padding-left:16px;padding-right:16px}.tool{padding:20px 15px}.site-header{padding-top:16px;align-items:flex-start;flex-direction:column;gap:2px}.details{grid-template-columns:1fr}.result-top,footer{align-items:flex-start;flex-direction:column}.result-actions button{margin-left:0;margin-right:5px}.drop-zone{min-height:225px}.source-footer{align-items:flex-start;flex-direction:column}}
