:root{--bg:#fff;--bg2:#f8f8f6;--bg3:#f1efe8;--text:#1a1a1a;--text2:#6b6b68;--text3:#9b9a95;--border:rgba(0,0,0,.1);--border2:rgba(0,0,0,.2);--blue:#378add;--blue-bg:#e6f1fb;--blue-text:#0c447c;--green:#1d9e75;--green-bg:#e1f5ee;--green-text:#085041;--red:#e24b4a;--red-bg:#fcebeb;--red-text:#791f1f;--amber:#b87a12;--amber-bg:#faeeda;--amber-text:#633806;--purple:#7f77dd;--purple-bg:#eeedfe;--purple-text:#3c3489;--radius:8px;--radius-lg:12px}@media (prefers-color-scheme:dark){:root{--bg:#1a1a1a;--bg2:#242422;--bg3:#2c2c2a;--text:#e8e6df;--text2:#a3a29c;--text3:#73726c;--border:hsla(0,0%,100%,.1);--border2:hsla(0,0%,100%,.2);--blue-bg:#042c53;--blue-text:#b5d4f4;--green-bg:#04342c;--green-text:#9fe1cb;--red-bg:#501313;--red-text:#f7c1c1;--amber:#d8a553;--amber-bg:#412402;--amber-text:#fac775;--purple-bg:#26215c;--purple-text:#cecbf6}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg2);color:var(--text);height:100vh;overflow:hidden}.app-shell{display:flex;height:100vh;gap:1px;background:var(--border)}.chat-panel{width:42%;min-width:340px;display:flex;flex-direction:column;background:var(--bg)}.panel-header{padding:12px 16px;border-bottom:.5px solid var(--border);font-size:13px;font-weight:500;color:var(--text2);display:flex;align-items:center;gap:8px;flex-shrink:0}.panel-dot{width:8px;height:8px;border-radius:50%}.chat-messages{flex:1 1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.msg{max-width:88%;padding:10px 14px;border-radius:var(--radius);font-size:13px;line-height:1.6;white-space:pre-wrap}.msg-user{align-self:flex-end;background:var(--blue-bg);color:var(--blue-text)}.msg-bot{align-self:flex-start;background:var(--bg2)}.msg-badge{display:inline-block;margin-top:6px;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:500;background:var(--green-bg);color:var(--green-text)}.msg-loading{align-self:flex-start;background:var(--bg2);padding:10px 14px;border-radius:var(--radius);font-size:13px;color:var(--text3)}.chat-input-area{padding:12px 16px;border-top:.5px solid var(--border);display:flex;gap:8px;flex-shrink:0}.chat-input-area input{flex:1 1;padding:9px 12px;border:.5px solid var(--border2);border-radius:var(--radius);font-size:13px;background:var(--bg);color:var(--text);outline:none}.chat-input-area input:focus{border-color:var(--blue)}.btn-send{padding:9px 16px;border:none;border-radius:var(--radius);font-size:13px;font-weight:500;cursor:pointer;background:var(--blue-bg);color:var(--blue-text);transition:opacity .15s}.btn-send:hover{opacity:.85}.btn-send:disabled{opacity:.4;cursor:default}.form-panel{flex:1 1;display:flex;flex-direction:column;background:var(--bg)}.form-body{flex:1 1;overflow-y:auto;padding:16px 24px 32px}.form-section{margin-bottom:24px}.section-title{font-size:13px;color:var(--text2);padding-bottom:8px;margin-bottom:12px;border-bottom:.5px solid var(--border);display:flex;gap:8px}.section-num,.section-title{font-weight:500;align-items:center}.section-num{display:inline-flex;justify-content:center;width:22px;height:22px;border-radius:50%;font-size:11px;flex-shrink:0}.field-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px 14px;gap:10px 14px}.field-full{grid-column:1/-1}.field-group label{display:block;font-size:11px;color:var(--text3);margin-bottom:3px}.field-group input,.field-group textarea{width:100%;padding:7px 10px;border:.5px solid var(--border);border-radius:6px;font-size:13px;background:var(--bg);color:var(--text);outline:none;transition:border-color .2s,background-color .2s;font-family:inherit}.field-group textarea{resize:vertical;min-height:60px}.field-group input:focus,.field-group textarea:focus{border-color:var(--blue)}.field-filled{border-color:var(--green)!important;background:var(--green-bg)!important}@keyframes field-flash{0%{box-shadow:0 0 0 2px var(--green)}to{box-shadow:0 0 0 0 transparent}}.field-just-updated{animation:field-flash 1s ease-out}@keyframes section-highlight-fade{0%{box-shadow:0 0 0 2px var(--amber),0 2px 12px rgba(184,122,18,.1);background-color:rgba(184,122,18,.05)}55%{box-shadow:0 0 0 2px var(--amber),0 2px 12px rgba(184,122,18,.1);background-color:rgba(184,122,18,.05)}to{box-shadow:0 0 0 0 transparent;background-color:transparent}}.form-section-highlighted{border-radius:8px;animation:section-highlight-fade 2.5s ease-out forwards}.field-invalid{border-color:#e53e3e!important}.field-error{display:block;font-size:10px;color:#e53e3e;margin-top:3px;line-height:1.3}.form-footer{padding:12px 24px;border-top:.5px solid var(--border);display:flex;justify-content:flex-end;gap:8px;flex-shrink:0}.btn-download{padding:9px 18px;border:none;border-radius:var(--radius);font-size:13px;font-weight:500;cursor:pointer;background:var(--green-bg);color:var(--green-text)}.btn-download:hover{opacity:.85}.btn-reset{padding:9px 18px;border:.5px solid var(--border2);border-radius:var(--radius);font-size:13px}.btn-add,.btn-reset{background:transparent;color:var(--text2);cursor:pointer}.btn-add{padding:5px 12px;border:.5px dashed var(--border2);border-radius:6px;font-size:12px;margin-top:6px}.btn-add:hover{background:var(--bg2)}.btn-remove{padding:2px 8px;border:.5px solid var(--red-bg);border-radius:5px;font-size:11px;color:var(--red-text);background:var(--red-bg);cursor:pointer;flex-shrink:0}.btn-remove:hover{opacity:.75}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:100}.modal-box{background:var(--bg);border-radius:var(--radius-lg);padding:24px;max-width:440px;width:90%;border:.5px solid var(--border)}.modal-title{font-size:16px;font-weight:500;margin-bottom:12px}.modal-list{list-style:none;margin-bottom:16px}.modal-list li{padding:4px 0;font-size:13px;color:var(--red-text)}.modal-list li:before{content:"•";margin-right:8px;color:var(--red)}.modal-actions{display:flex;justify-content:flex-end;gap:8px}