.ostech-inline-chat .ostech-msg-row.user-row{flex-direction:row-reverse}.ostech-inline-chat .ostech-msg-row.user-row .ostech-msg-bubble{background:rgba(32,178,75,.12);border-color:rgba(32,178,75,.25);border-radius:14px 4px 14px 14px;color:rgba(255,255,255,.9)}.ostech-inline-chat .ostech-msg-bubble h3{font-size:1rem;font-weight:600;color:#fff;margin:16px 0 8px}.ostech-inline-chat .ostech-msg-bubble h3:first-child{margin-top:0}.ostech-inline-chat .ostech-msg-bubble h4{font-size:.9rem;font-weight:600;color:rgba(255,255,255,.9);margin:12px 0 6px}.ostech-inline-chat .ostech-msg-bubble p{margin:8px 0}.ostech-inline-chat .ostech-msg-bubble p:first-child{margin-top:0}.ostech-inline-chat .ostech-msg-bubble p:last-child{margin-bottom:0}.ostech-inline-chat .ostech-msg-bubble ul,.ostech-inline-chat .ostech-msg-bubble ol{margin:8px 0;padding-left:18px}.ostech-inline-chat .ostech-msg-bubble li{margin:6px 0;line-height:1.6}.ostech-inline-chat .ostech-msg-bubble li::marker{color:var(--oic-primary)}.ostech-inline-chat .ostech-msg-bubble strong{color:#fff;font-weight:600}.ostech-inline-chat .ostech-cursor{display:inline-block;width:2px;height:1em;background:var(--oic-primary);vertical-align:text-bottom;margin-left:2px;animation:oicBlink .9s ease-in-out infinite}.ostech-inline-chat .ostech-typing-dots{display:flex;align-items:center;gap:5px;padding:4px 2px}.ostech-inline-chat .ostech-typing-dots span{width:6px;height:6px;border-radius:50%;background:var(--oic-primary);opacity:.4;animation:oicDot 1.2s ease-in-out infinite}.ostech-inline-chat .ostech-typing-dots span:nth-child(2){animation-delay:.2s}.ostech-inline-chat .ostech-typing-dots span:nth-child(3){animation-delay:.4s}.ostech-inline-chat .ostech-sources-section{margin-top:16px;padding-top:12px;border-top:1px solid var(--oic-border)}.ostech-inline-chat .ostech-sources-title{font-size:.72rem;font-weight:700;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px;display:flex;align-items:center;gap:6px}.ostech-inline-chat .ostech-source-item{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;margin:4px 4px 0 0;font-size:.77rem;color:var(--oic-primary);background:rgba(32,178,75,.08);border:1px solid rgba(32,178,75,.2);border-radius:8px;text-decoration:none;transition:all .2s}.ostech-inline-chat .ostech-source-item:hover{background:rgba(32,178,75,.18);border-color:rgba(32,178,75,.4)}.ostech-inline-chat .ostech-chat-error{padding:10px 14px;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.25);border-radius:10px;color:rgba(255,150,150,.9);font-size:.83rem;line-height:1.5}