:root{font-family:Inter,system-ui,sans-serif;color:#172033;background:#eef3f8}body{margin:0}.shell{min-height:100vh;display:grid;grid-template-columns:340px 1fr}.login{display:grid;place-items:center;grid-template-columns:1fr}.card,aside,.chat{background:#fff;border:1px solid #dce5ef;box-shadow:0 16px 50px #14213d14}.card{width:min(440px,90vw);padding:32px;border-radius:24px}aside{padding:28px;overflow:auto}.chat{margin:24px;border-radius:24px;display:flex;flex-direction:column;overflow:hidden}.messages{flex:1;padding:24px;overflow:auto}.user,.assistant,.action-runner,.trace-panel{max-width:1050px;padding:14px 18px;border-radius:18px;margin:10px 0}.user{background:#e7f0ff;margin-left:auto}.assistant{background:#f7f8fa}.action-runner{background:#f8fbff;border:1px solid #dbeafe}.trace-panel{background:#fbfcfe;border:1px solid #e5edf5}.trace{border:1px solid #d8e2ed;border-radius:14px;padding:10px;margin:10px 0}.trace.success{border-color:#b7e4c7}.trace.error{border-color:#ffc9c9}.trace.running{border-color:#f9dc8b}.composer{border-top:1px solid #e5edf5;display:flex;gap:12px;padding:16px}textarea{flex:1;min-height:74px;resize:vertical}input,select,textarea{box-sizing:border-box;width:100%;border:1px solid #ccd8e5;border-radius:12px;padding:12px;margin:8px 0 14px;background:#fff}button{border:0;border-radius:12px;padding:12px 18px;background:#0f62fe;color:#fff;font-weight:700;cursor:pointer}.secondary{width:100%;text-align:left;background:#eef4ff;color:#123;margin:5px 0;display:flex;justify-content:space-between;gap:8px}.secondary.selected{background:#0f62fe;color:#fff}.secondary small{opacity:.7}.action-list{display:grid;gap:4px}span,.muted{color:#697789}.error{color:#b42318;padding:0 18px}h1,h2,h3{margin-top:0}hr{border:0;border-top:1px solid #e5edf5;margin:22px 0}pre{white-space:pre-wrap;overflow:auto;background:#0e1726;color:#d6e2ff;border-radius:12px;padding:12px;font-size:12px}
