.hero-chat{width:100%;max-width:420px;margin:0 auto}.hero-chat-frame{background:#0e1621;border:1px solid #60a5fa29;border-radius:20px;overflow:hidden;box-shadow:inset 0 1px #ffffff0d,0 24px 60px -20px #000000d9,0 0 90px -40px #2563eb8c}.hero-chat-bar{background:#17212b;border-bottom:1px solid #ffffff0d;align-items:center;gap:10px;padding:12px 16px;display:flex}.hero-chat-avatar{color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#2563eb,#60a5fa);border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:.72rem;font-weight:800;display:grid}.hero-chat-bar strong{color:#f1f5f9;font-size:.92rem;font-weight:600;line-height:1.2;display:block}.hero-chat-bar small{color:#4ea1e8;font-size:.74rem}.hero-chat-body{background:radial-gradient(circle at 18% 12%,#2563eb17,#0000 42%),radial-gradient(circle at 82% 88%,#60a5fa12,#0000 46%),#0e1621;flex-direction:column;gap:9px;padding:16px 14px 18px;display:flex}.hero-msg{border-radius:14px;max-width:88%;padding:9px 12px 7px;font-size:.855rem;line-height:1.5;animation:.5s cubic-bezier(.16,1,.3,1) backwards hero-msg-in;position:relative}.hero-msg p{margin:0 0 7px}.hero-msg p:last-of-type{margin-bottom:2px}.hero-msg b{color:#fff;font-weight:700}.hero-msg-user{color:#eaf2fb;background:#2b5278;border-bottom-right-radius:5px;align-self:flex-end}.hero-msg-bot{color:#cbd5e1;background:#182533;border-bottom-left-radius:5px;align-self:flex-start}.hero-msg-meta{color:#ffffff6b;justify-content:flex-end;align-items:center;gap:3px;font-size:.68rem;display:flex}.hero-msg-user .hero-msg-meta{color:#b4d6f5bf}.hero-msg:first-child{animation-delay:.15s}.hero-msg:nth-child(2){animation-delay:.45s}.hero-msg:nth-child(3){animation-delay:.85s}.hero-msg:nth-child(4){animation-delay:1.15s}@keyframes hero-msg-in{0%{opacity:0;transform:translateY(9px)scale(.985)}to{opacity:1;transform:none}}.hero-chat-actions{align-self:flex-start;gap:7px;width:88%;animation:.5s cubic-bezier(.16,1,.3,1) 1.45s backwards hero-msg-in;display:flex}.hero-chat-approve,.hero-chat-cancel{border-radius:11px;flex:1;justify-content:center;align-items:center;gap:5px;padding:9px 10px;font-size:.8rem;font-weight:600;display:flex}.hero-chat-approve{color:#fff;background:#2563ebe6}.hero-chat-cancel{color:#94a3b8;background:#182533}.hero-chat-note{text-align:center;color:#64748b;margin:14px 0 0;font-size:.78rem;line-height:1.5}@media (prefers-reduced-motion:reduce){.hero-msg,.hero-chat-actions{animation:none}}@media (max-width:640px){.hero-chat{max-width:100%}.hero-msg{max-width:92%;font-size:.82rem}}
