.agentdemo{--ad-h:420px;grid-template-columns:320px 1fr;align-items:stretch;gap:20px;display:grid}.agentdemo .ad-chat{background:var(--color-canvas-softer,#f3f3f3);height:var(--ad-h);border:.5px solid #ececec;border-radius:0;flex-direction:column;display:flex;overflow:hidden}.agentdemo .ad-chat-head{border-bottom:1px solid #ececec;align-items:center;gap:10px;padding:12px 14px;display:flex}.agentdemo .ad-avatar{color:#fff;background:#8a8f98;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:flex}.agentdemo .ad-chat-meta{flex:1;min-width:0}.agentdemo .ad-chat-name{letter-spacing:-.01em;color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.agentdemo .ad-chat-status{color:#5e5e5e;align-items:center;gap:6px;font-size:12px;display:flex}.agentdemo .ad-online{background:#25d366;border-radius:999px;width:7px;height:7px;display:inline-block}.agentdemo .ad-wa-tag{letter-spacing:.06em;text-transform:uppercase;color:#0f6e56;background:#e1f5ee;border-radius:999px;flex-shrink:0;padding:3px 8px;font-size:10px;font-weight:700}.agentdemo .ad-chat-body{flex:1;min-height:0;padding:12px;display:flex}.agentdemo .ad-chat-thread{background:#fff;border:.5px solid #ececec;border-radius:0;flex-direction:column;flex:1;justify-content:flex-end;gap:8px;padding:14px 12px;display:flex;overflow:hidden}.agentdemo .ad-daysep{align-self:center}.agentdemo .ad-daysep span{color:#6c6c6c;background:#f1efe8;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:600}.agentdemo .ad-msg{max-width:86%;display:flex}.agentdemo .ad-msg.in{align-self:flex-start}.agentdemo .ad-msg.out{align-self:flex-end}.agentdemo .ad-bubble{border-radius:14px;padding:9px 12px;font-size:13.5px;line-height:19px;box-shadow:0 1px 1px #0000000f}.agentdemo .ad-msg.in .ad-bubble{color:#1a1a1a;background:#f1f1f1;border-bottom-left-radius:4px}.agentdemo .ad-msg.out .ad-bubble{color:#0e2e0a;background:#d9fdd3;border-bottom-right-radius:4px}.agentdemo .ad-typing{align-items:center;gap:4px;display:inline-flex}.agentdemo .ad-typing i{background:#9aa0a6;border-radius:999px;width:6px;height:6px;animation:1.1s ease-in-out infinite ad-typing;display:inline-block}.agentdemo .ad-typing i:nth-child(2){animation-delay:.18s}.agentdemo .ad-typing i:nth-child(3){animation-delay:.36s}@keyframes ad-typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.agentdemo .ad-board{height:var(--ad-h);gap:7px;display:flex;overflow:hidden}.agentdemo .ad-col{background:var(--color-canvas-softer,#f3f3f3);border:.5px solid #ececec;border-radius:0;flex-direction:column;flex:1 1 0;min-width:0;padding:12px 8px;display:flex}.agentdemo .ad-col-head{letter-spacing:-.01em;color:#1a1a1a;align-items:center;gap:7px;padding:2px 4px 12px;font-size:13px;font-weight:600;display:flex}.agentdemo .ad-col-dot{background:var(--accent);border-radius:999px;flex-shrink:0;width:8px;height:8px}.agentdemo .ad-count{text-align:center;color:#1a1a1a;background:#fff;border:1px solid #e6e6e6;border-radius:999px;min-width:22px;margin-left:auto;padding:1px 7px;font-size:12px;font-weight:700}.agentdemo .ad-col-cards{flex-direction:column;flex:1 1 0;gap:10px;min-height:0;display:flex;overflow:visible}.agentdemo .ad-card{will-change:transform;background:#fff;border:.5px solid #e4e4e4;border-radius:0;flex-direction:column;padding:8px 10px;display:flex;box-shadow:0 1px 2px #0000000a}.agentdemo .ad-card-head{align-items:center;gap:8px;min-width:0;display:flex}.agentdemo .ad-card-ava{color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:10px;font-weight:700;display:flex}.agentdemo .ad-card-info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.agentdemo .ad-card-name{letter-spacing:-.02em;color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:700;overflow:hidden}.agentdemo .ad-card-need{color:#8a8a8a;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.agentdemo .ad-caption{color:#afafaf;margin-top:14px;font-size:12.5px}@media (width<=860px){.agentdemo{--ad-h:360px;grid-template-columns:1fr}.agentdemo .ad-board{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:6px;overflow-x:auto}.agentdemo .ad-col{scroll-snap-align:start;flex:0 0 64%}}@media (width<=520px){.agentdemo .ad-col{flex:0 0 78%}}@media (prefers-reduced-motion:reduce){.agentdemo .ad-typing i,.agentdemo .ad-online{animation:none}}
