.hurd-chat{font-family:Karla,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.hurd-chat__thread{background:#fff;border:1px solid #e5e5e5;border-radius:16px;height:420px;overflow:auto;padding:12px}.hurd-msg{display:flex;margin:10px 0}.hurd-msg--assistant{justify-content:flex-start}.hurd-msg--user{justify-content:flex-end}.hurd-bubble{border-radius:14px;line-height:1.35;max-width:78%;padding:12px 14px;white-space:pre-wrap}.hurd-msg--assistant .hurd-bubble{background:#f6f6f6;border:1px solid #e6e6e6}.hurd-msg--user .hurd-bubble{background:#e9e9e9;border:1px solid #dcdcdc}.hurd-links{display:grid;gap:10px;margin-top:10px}.hurd-link-card{display:flex;flex-direction:column;gap:2px}.hurd-link{color:#1aa874;font-weight:700;text-decoration:none}.hurd-link:hover{text-decoration:underline}.hurd-link__why{color:#444;font-size:14px}.hurd-chat__composer{align-items:flex-end;display:flex;gap:12px}.hurd-chat__input{border:2px solid #111;border-radius:14px;flex:1;font-size:16px;line-height:1.35;max-height:160px;min-height:48px;overflow:hidden;padding:12px 14px;resize:none;width:100%}.hurd-chat__send{border-radius:999px;height:48px;min-width:92px}.hurd-typing-indicator{align-items:center;display:inline-flex;gap:4px;padding:2px 0}.hurd-typing-indicator span{animation:hurd-bounce 1.2s ease-in-out infinite;background:#aaa;border-radius:50%;height:7px;width:7px}.hurd-typing-indicator span:first-child{animation-delay:0s}.hurd-typing-indicator span:nth-child(2){animation-delay:.2s}.hurd-typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes hurd-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}