@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=Source+Sans+3:wght@400;600;700&display=swap";:root{--bg0:#1a2332;--bg1:#243044;--ink:#f3efe6;--muted:#b7c0ce;--accent:#d4a373;--accent-2:#7eb8a5;--danger:#e07a5f;--panel:#ffffff0f;--line:#f3efe624;--radius:14px;color:var(--ink);background:var(--bg0);font-family:"Source Sans 3",Segoe UI,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(1200px 600px at 10% -10%, #3a516e 0%, transparent 55%), radial-gradient(900px 500px at 100% 0%, #2f4f4a 0%, transparent 50%), linear-gradient(165deg, var(--bg0), var(--bg1) 55%, #18202c);min-height:100vh;margin:0}a{color:var(--accent-2)}.app-shell{max-width:1200px;margin:0 auto;padding:1.25rem 1.25rem 3rem}.page{flex-direction:column;gap:1.25rem;display:flex}.brand{letter-spacing:-.02em;margin:0;font-family:Fraunces,Georgia,serif;font-size:clamp(2.4rem,6vw,3.6rem)}.hero h1,.bar h1,.processing h1{margin:.35rem 0;font-family:Fraunces,Georgia,serif;font-size:clamp(1.35rem,3vw,1.85rem);font-weight:500}.lede,.hint{color:var(--muted);max-width:36rem;margin:0}.panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1.1rem}.field{flex-direction:column;gap:.4rem;margin-bottom:1rem;display:flex}input,textarea,select{font:inherit;color:var(--ink);border:1px solid var(--line);background:#00000040;border-radius:10px;padding:.65rem .8rem}textarea{resize:vertical;width:100%}.templates{flex-wrap:wrap;gap:.6rem;margin-bottom:1rem;display:flex}.template-card{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:0 0;border-radius:999px;padding:.55rem 1rem}.template-card.active{background:var(--accent);color:#1a1814;border-color:#0000;font-weight:600}.upload{border:1.5px dashed var(--accent);border-radius:var(--radius);cursor:pointer;min-height:9rem;color:var(--accent);justify-content:center;align-items:center;font-weight:600;display:flex}.upload input{display:none}.btn{border:1px solid var(--line);color:var(--ink);cursor:pointer;font:inherit;background:#ffffff0f;border-radius:10px;justify-content:center;align-items:center;gap:.35rem;padding:.55rem .95rem;text-decoration:none;display:inline-flex}.btn.primary{background:var(--accent);color:#1a1814;border-color:#0000;font-weight:700}.btn.ghost{background:0 0}.btn:disabled{opacity:.55;cursor:not-allowed}.bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.bar-actions{gap:.5rem;display:flex}.annotator-stage{touch-action:none;-webkit-user-select:none;user-select:none;border:1px solid var(--line);border-radius:12px;max-width:100%;display:inline-block;position:relative;overflow:hidden}.annotator-stage img{max-width:100%;height:auto;display:block}.region-box{border:2px solid var(--accent-2);color:#e8fff6;background:#7eb8a52e;padding:.2rem;font-size:.8rem;position:absolute}.region-box.drafting{border-style:dashed}.region-del{color:#fff;cursor:pointer;background:#00000073;border:none;border-radius:999px;width:1.4rem;height:1.4rem;position:absolute;top:2px;right:2px}.crop-stage{cursor:crosshair}.crop-box{border-color:var(--accent);background:#d4a37333}.crop-actions{flex-wrap:wrap;gap:.6rem;margin-top:.9rem;display:flex}.bar-spacer{width:5.5rem}.processing{text-align:center;align-items:center;padding-top:4rem}.spinner{border:3px solid var(--line);border-top-color:var(--accent);border-radius:50%;width:2.2rem;height:2.2rem;margin:1rem auto;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.result-grid{grid-template-columns:1.1fr 1fr .9fr;align-items:stretch;gap:1rem;display:grid}.pdf-panel iframe{border:1px solid var(--line);background:#111;border-radius:10px;width:100%;height:min(70vh,720px)}.editor-panel textarea{min-height:min(55vh,560px);font-family:ui-monospace,Consolas,monospace;font-size:.85rem;line-height:1.45}.editor-head{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.refine-chat{flex-direction:column;gap:.7rem;height:100%;display:flex}.messages{flex-direction:column;gap:.5rem;max-height:280px;display:flex;overflow:auto}.msg{background:#00000038;border-radius:10px;padding:.55rem .7rem}.msg.user{border-left:3px solid var(--accent)}.msg.assistant{border-left:3px solid var(--accent-2)}.msg p{margin:.25rem 0 0}.scope-row label{flex-direction:column;gap:.35rem;display:flex}.error{color:var(--danger)}.log{white-space:pre-wrap;color:var(--muted);background:#0000004d;border-radius:8px;max-height:160px;padding:.6rem;font-size:.75rem;overflow:auto}@media (width<=960px){.result-grid{grid-template-columns:1fr}.pdf-panel iframe,.editor-panel textarea{height:360px;min-height:360px}}body{margin:0}
