:root{--ink:#163a34;--muted:#64736c;--line:#dfe5dc;--paper:#f5f5ef;--green:#1e594a;--light:#eaf0e5}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}header{height:84px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px)}a{color:inherit;text-decoration:none}.brand{display:flex;align-items:center;gap:12px;font-size:23px;font-weight:700;letter-spacing:-.8px}.logo{position:relative;display:grid;place-items:center;background:var(--green);color:#fff;width:38px;height:38px;border-radius:12px;font:italic 28px Georgia,serif}.logo span{position:absolute;right:3px;top:0;font:14px sans-serif;color:#d9ebaf}.badge{font-size:10px;letter-spacing:1.3px;background:#e5ebdd;padding:4px 7px;border-radius:4px;margin-left:2px}nav a{font-size:14px;font-weight:600}main{max-width:1300px;margin:0 auto;padding:48px 32px 24px}.intro{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:36px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:1.7px;margin:0 0 14px}h1{font:normal clamp(32px,4vw,50px)/1.12 Georgia,serif;letter-spacing:-1.5px;margin:0}.subhead{color:var(--muted);margin:16px 0 0}.connection{display:flex;gap:8px;align-items:center;white-space:nowrap;font-size:13px;color:var(--muted);margin-bottom:4px}.connection>span:first-child{width:7px;height:7px;border-radius:50%;background:#9eab9f}.connection>span.online{background:#4b8961}.workspace{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}.composer,.answer-panel{padding:28px}.composer{border-right:1px solid var(--line)}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}h2{font-size:17px;margin:0;letter-spacing:-.3px}.section-heading>span{font-size:12px;color:var(--muted)}label{display:block;font-size:14px;font-weight:600;margin:20px 0 8px}.label-note{font-weight:400;font-size:12px;color:var(--muted);margin-left:6px}input,select,textarea,button{font:inherit}input,select,textarea{width:100%;border:1px solid #d3ddd3;border-radius:8px;background:#fff;color:var(--ink);padding:12px;font-size:14px}textarea{resize:vertical;min-height:160px;line-height:1.6}.key-row{display:flex;gap:10px}.key-row input{min-width:0}.hint{font-size:12px;color:var(--muted);line-height:1.6;margin:7px 0 0}.examples{display:flex;gap:8px;flex-wrap:wrap;margin-top:9px}.examples button{background:#f3f5ee;border:1px solid var(--line);border-radius:20px;font-size:12px;padding:6px 11px;color:var(--ink)}button{cursor:pointer}button:disabled{opacity:.6;cursor:wait}.quiet{background:none;border:0;color:var(--green);font-size:13px;font-weight:600;padding:8px}.submit-row{display:flex;align-items:flex-end;gap:18px;margin-top:10px}.submit-row>div{flex:1}.submit-row select{font-size:13px}.submit-row>button{background:var(--green);border:0;border-radius:8px;color:#fff;padding:13px 18px;white-space:nowrap;font-size:14px;font-weight:600}.submit-row>button span{margin-left:10px}.footnote{margin-top:18px}.answer-panel{background:#fafbf7;display:flex;flex-direction:column;min-height:640px}.status-badge{background:#e8eedf;border-radius:20px;padding:4px 10px}.status-badge.busy{background:#fff0c8}#empty-state{margin:auto;text-align:center;padding:40px 0}.spark{color:#86a570;font-size:54px;display:block;line-height:1}h3{font:normal 27px Georgia,serif;margin:24px 0 12px}#empty-state p{color:var(--muted);font-size:14px;margin:0}#progress{font-size:13px;color:var(--muted);margin:0 0 12px}#progress:empty{display:none}#answer{font:14px/1.8 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;margin:0;flex:1;max-height:580px;overflow:auto}#error{background:#fff0ea;border:1px solid #efd2c2;color:#823f2b;border-radius:8px;padding:14px;font-size:14px;margin-bottom:16px}.answer-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid var(--line);margin-top:auto;padding-top:15px}.answer-footer p{font-size:11px;color:var(--muted);margin:12px 0}footer{display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:11px;padding:22px 0}button:hover:not(:disabled){filter:brightness(.95)}a:hover{text-decoration:underline}:focus-visible{outline:3px solid #99b276;outline-offset:3px}[hidden]{display:none!important}@media(max-width:850px){main{padding:30px 20px}.intro{display:block}.connection{margin-top:20px}.workspace{grid-template-columns:1fr}.composer{border-right:0;border-bottom:1px solid var(--line)}.answer-panel{min-height:370px}footer{flex-direction:column;gap:5px}h1 br{display:none}}@media(max-width:440px){header{padding:0 20px;height:70px}.badge{display:none}.composer,.answer-panel{padding:21px}.submit-row{align-items:stretch;flex-direction:column;gap:12px}.submit-row>button{padding:14px}.intro{margin-bottom:25px}}
