.rqx-transcript{margin-top:20px;display:grid;gap:12px}.rqx-chat-line{display:flex;gap:10px;align-items:flex-start}.rqx-chat-line.ai{justify-content:flex-end}.rqx-bubble{max-width:82%;padding:13px 15px;border-radius:18px;color:rgba(255,255,255,.8);font-size:13px;line-height:1.45;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08)}.rqx-chat-line.ai .rqx-bubble{color:#fff;background:linear-gradient(145deg,rgba(0,132,31,.22),rgba(190,30,45,.1));border-color:rgba(0,132,31,.24);box-shadow:0 18px 45px rgba(0,132,31,.1)}.rqx-voice-btn{width:100%;margin-top:18px;border:0;border-radius:999px;padding:15px 18px;color:#fff;font-size:15px;font-weight:950;cursor:pointer;background:linear-gradient(135deg,var(--rq-green),var(--rq-green-2));box-shadow:0 18px 44px rgba(0,132,31,.34);transition:.2s ease}.rqx-voice-btn:hover{transform:translateY(-2px)}.rqx-msg.user{align-self:flex-end;color:#fff;background:linear-gradient(145deg,rgba(190,30,45,.95),rgba(255,90,95,.72));border:1px solid rgba(255,255,255,.1);border-bottom-right-radius:6px;box-shadow:0 18px 45px rgba(190,30,45,.12)}.rqx-typing{align-self:flex-start;width:74px;padding:13px 15px;border-radius:18px;border-bottom-left-radius:6px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08)}.rqx-typing span{display:inline-block;width:6px;height:6px;margin-right:4px;border-radius:50%;background:var(--rq-green-2);animation:rqxTyping .9s ease-in-out infinite}.rqx-typing span:nth-child(2){animation-delay:.12s;background:var(--rq-red-2)}.rqx-typing span:nth-child(3){animation-delay:.24s}