#chair-chat{width:min(850px,94vw);height:min(650px,86vh);padding:0;border:1px solid #ddd;border-radius:18px;background:#fafafa;color:#333;box-shadow:0 24px 90px #0003;overflow:hidden}
#chair-chat[open]{display:flex}#chair-chat::backdrop{background:#0003;backdrop-filter:blur(3px)}
#chair-chat aside{width:190px;flex-shrink:0;background:#eee;padding:22px 12px;overflow:auto}#chair-chat h2{font-size:18px;font-weight:500;margin:0}#chair-chat aside h2{padding:0 10px 16px}#chair-chat nav small{display:block;padding:15px 10px 7px;color:#999;font-size:11px}#chair-chat nav button{display:flex;align-items:center;gap:9px;width:100%;padding:9px 8px;text-align:left;border:0;border-radius:8px;background:none;color:#444;font:inherit;font-size:13px;cursor:pointer}#chair-chat nav button.selected{background:#ddd}#chair-chat nav i{width:24px;height:24px;flex-shrink:0;display:grid;place-items:center;border-radius:6px;font-style:normal;overflow:hidden;background:#ddd}#chair-chat nav img{width:100%;height:100%;object-fit:cover}
#chair-chat section{display:flex;flex-direction:column;min-width:0;flex:1}#chair-chat header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:#f5f5f5}#chat-subtitle{display:block;font-size:11px;color:#999;margin-top:5px}#chat-close{border:0;background:none;font-size:26px;color:#777;cursor:pointer}#chat-log{flex:1;overflow:auto;padding:24px}.chat-row{display:flex;margin:0 0 14px}.chat-row.mine{justify-content:flex-end}.chat-bubble{max-width:82%;padding:12px 16px;background:#e8e8e8;border-radius:17px 17px 17px 4px;font-size:14px;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}.chat-bubble.agent{background:var(--chat-color);color:#fff}.mine .chat-bubble{background:#444;color:#fff;border-radius:17px 17px 4px 17px}.chat-bubble small{display:block;font-size:10px;opacity:.75;margin-top:6px}.chat-empty{color:#aaa;text-align:center;font-size:13px}#chair-chat form{display:flex;align-items:flex-end;gap:10px;padding:12px 20px 20px}#chair-chat textarea{resize:none;flex:1;min-width:0;background:#fff;border:1px solid #ddd;border-radius:18px;padding:11px 15px;font:inherit;font-size:13px;max-height:130px}#chair-chat [type=submit]{border:0;border-radius:50%;background:#444;color:#fff;font-size:22px;width:35px;height:35px;cursor:pointer}#chair-chat [type=submit]:disabled{opacity:.4}#chat-status{font-size:11px;color:#888;margin:0 24px;min-height:15px}#chairMessages{font:inherit;color:#777;background:none;border:0;cursor:pointer;font-size:14px}#chair-home [role=button]{cursor:pointer}#chair-home article[role=button]:hover .ch-robot{transform:translateY(-3px)}#chair-home [role=button]:focus-visible{outline:1px solid #777;outline-offset:5px}
@media(max-width:600px){#chair-chat aside{width:110px;padding:16px 5px}#chair-chat nav button{font-size:11px;gap:5px}#chair-chat header{padding:15px}#chat-log{padding:14px}.chat-bubble{max-width:95%}#chair-chat form{padding:10px}#chairMessages{font-size:12px}}
.chat-batch{margin-top:12px;padding-top:10px;border-top:1px solid #ffffff40;font-size:12px;white-space:normal}
.chat-batch p{white-space:pre-wrap;margin:6px 0}.chat-batch progress{width:100%;height:5px;accent-color:#8c9dad}
.chat-batch details{margin-top:10px}.chat-batch summary{cursor:pointer}.chat-batch article{padding:12px 0;border-bottom:1px solid #ffffff30}
.chat-batch button{margin-top:12px;padding:6px 10px;border:1px solid #aaa;background:#eee;color:#333;cursor:pointer}
.chat-sources a{display:block;color:inherit;text-decoration:underline;margin:5px 0}
#chat-model{display:block;margin-top:6px;font-size:12px;line-height:1.4;color:#666}
#chat-model[hidden]{display:none}
#scout-memory-open{margin-top:7px;padding:0;border:0;background:none;color:#666;font:inherit;font-size:12px;text-decoration:underline;cursor:pointer}
#scout-memory{width:min(620px,90vw);max-height:82vh;overflow:auto;border:1px solid #ccc;background:#f5f5f5;color:#333;padding:22px;font:14px/1.6 sans-serif}
#scout-memory::backdrop{background:#0004}#scout-memory header{display:flex;justify-content:space-between;align-items:center}#scout-memory h2{font-size:18px;margin:0}#scout-memory h3{font-size:14px}#scout-memory button,#scout-memory select{border:1px solid #ccc;background:#eee;color:#333;padding:6px 10px;cursor:pointer;margin-right:8px}#scout-memory p{white-space:pre-wrap}#scout-memory article{padding:12px 0;border-bottom:1px solid #ddd}#scout-memory small{color:#888}#scout-memory textarea{display:block;width:100%;box-sizing:border-box;margin:12px 0;padding:10px;border:1px solid #ccc;background:#fafafa;font:inherit}#scout-memory label{display:block;margin:10px 0}#scout-memory pre{white-space:pre-wrap;font:12px/1.6 sans-serif;max-height:220px;overflow:auto}#scout-memory [data-status]{font-size:12px;color:#666}
