*{box-sizing:border-box}body{font-family:system-ui,sans-serif;margin:0;background:#f4f4f4;color:#222}#topbar{background:#222;color:#fff;padding:.5rem 1rem;display:flex;gap:1rem;align-items:center}#topbar a{color:#fff}#topbar .spacer{flex:1}#app{max-width:720px;margin:1rem auto;padding:0 1rem}form{display:flex;flex-direction:column;gap:.5rem;max-width:420px;margin-bottom:1rem}label{font-size:.85rem;font-weight:700}input,textarea,select,button{font:inherit;padding:.4rem}button{cursor:pointer;width:fit-content}.card{background:#fff;border:1px solid #ccc;border-radius:4px;padding:.75rem;margin-bottom:.75rem}.error{color:#b00020;white-space:pre-wrap}.muted{color:#666;font-size:.85rem}.row{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.hidden-node{background:#eee;border:1px dashed #999;padding:0 .25rem;font-style:italic}#chat-log{max-height:50vh;overflow-y:auto;display:flex;flex-direction:column;gap:.4rem;margin-bottom:.75rem}.msg{padding:.4rem .6rem;border-radius:6px;max-width:80%}.msg.mine{background:#d7f0ff;align-self:flex-end}.msg.theirs{background:#fff;border:1px solid #ddd;align-self:flex-start}.msg.system{background:#fff3cd;align-self:center;font-size:.85rem}.avatar{width:1.4rem;height:1.4rem;border-radius:50%;object-fit:cover;vertical-align:middle;display:inline-block}.avatar-placeholder{background:#888;color:#fff;font-size:.75rem;font-weight:700;line-height:1.4rem;text-align:center}.msg-author{font-size:.75rem;font-weight:700;color:#555;margin-bottom:.15rem}.conversation-row{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit}.conversation-row strong{display:flex;align-items:center;gap:.4rem}
