.message-user{animation:slideInRight .4s ease-out;align-self:flex-end;max-width:75%;position:relative;padding:10px 16px;background:rgba(109,190,218,.06);border:1px solid rgba(109,190,218,.2);color:rgba(255,255,255,.9);font-size:14px;line-height:1.6;margin-bottom:10px}.message-bot{animation:slideInLeft .4s ease-out;align-self:flex-start;max-width:75%;position:relative;padding:10px 16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.75);font-size:14px;line-height:1.6;margin-bottom:10px}.message-bot::before,.message-user::before{display:none}.message-time{font-size:10px;color:rgba(255,255,255,.4);margin-top:4px;text-transform:uppercase;letter-spacing:.5px}.typing-indicator{display:inline-flex;gap:4px;padding:12px 16px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);animation:slideInLeft .3s ease-out}.typing-indicator span{width:6px;height:6px;background:rgba(109,190,218,.7);border-radius:50%;animation:typingDot 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}