.weo-gpt5-interactive .weo-price-table td[data-price] { font-variant-numeric: tabular-nums; white-space: nowrap; }
.weo-gpt5-interactive .weo-calc-result { background: #f8fafc; }
.weo-gpt5-interactive .weo-chat { overflow: hidden; }
.weo-gpt5-interactive .weo-chat-body { background:#0e1621; min-height:340px; max-height:440px; overflow-y:auto; padding:16px; border-radius: .5rem; }
.weo-gpt5-interactive .weo-msg { display:flex; gap:10px; margin-bottom:12px; }
.weo-gpt5-interactive .weo-msg .bubble { max-width:75%; padding:10px 12px; border-radius:16px; line-height:1.35; font-size:.95rem; color:#e9eef5; }
.weo-gpt5-interactive .weo-msg.user { justify-content:flex-start; }
.weo-gpt5-interactive .weo-msg.user .bubble { background:#182533; border-top-left-radius:6px; }
.weo-gpt5-interactive .weo-msg.bot { justify-content:flex-end; }
.weo-gpt5-interactive .weo-msg.bot .bubble { background:#1c7ed6; border-top-right-radius:6px; }
.weo-gpt5-interactive .weo-typing { width:44px; height:28px; border-radius:14px; background:#182533; display:inline-flex; align-items:center; justify-content:center; gap:4px; padding:0 8px; }
.weo-gpt5-interactive .weo-dot { width:6px; height:6px; border-radius:50%; background:#6c9fd6; animation:wblink 1.2s infinite ease-in-out; }
.weo-gpt5-interactive .weo-dot:nth-child(2){ animation-delay:.2s; }
.weo-gpt5-interactive .weo-dot:nth-child(3){ animation-delay:.4s; }
@keyframes wblink { 0%,80%,100%{opacity:.2} 40%{opacity:1} }
