.interactive-chat-demo{max-width:360px;margin-top:20px;align-items:center;justify-content:center}.chat-phone,.interactive-chat-demo{position:relative;width:100%;display:flex}.chat-phone{max-width:340px;height:500px;background:#1c2634;border-radius:35px;overflow:hidden;box-shadow:0 15px 50px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.05);flex-direction:column}.chat-header{background:linear-gradient(180deg,#1f2c34,#1a252c);padding:18px;border-bottom:1px solid rgba(255,255,255,.05);position:relative;z-index:5}.chat-header-info{display:flex;align-items:center;gap:12px}.chat-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#40A34D,#22822F 50%,#015E0E);justify-content:center;font-weight:700;color:white;box-shadow:0 3px 10px rgba(64,163,77,.3)}.chat-avatar,.chat-header-text h3{display:flex;align-items:center;font-size:16px}.chat-header-text h3{color:#e9edef;font-weight:600;margin:0;gap:5px}.verified-badge{width:15px;height:15px}.chat-status{color:#8696a0;font-size:12px;display:block;margin-top:1px}.chat-messages{flex:1 1;overflow-y:auto;padding:16px;background:#0a0e16;position:relative}.chat-messages:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(64,163,77,.03) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(34,130,47,.02) 0,transparent 50%);pointer-events:none}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:rgba(134,150,160,.2);border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:rgba(134,150,160,.3)}.message{display:flex;margin-bottom:12px;gap:6px;align-items:flex-end;animation:messageSlideIn .25s ease-out}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.bot{justify-content:flex-start}.message.user{justify-content:flex-end}.interactive-chat-demo.rtl .message.bot,.interactive-chat-demo.rtl .message.user{flex-direction:row-reverse}.message-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#40A34D,#22822F 50%,#015E0E);display:flex;align-items:center;justify-content:center;font-weight:700;color:white;font-size:13px;flex-shrink:0;box-shadow:0 2px 6px rgba(64,163,77,.25)}.message-bubble{max-width:78%;padding:10px 14px;border-radius:14px;position:relative;box-shadow:0 1px 2px rgba(0,0,0,.15)}.message.bot .message-bubble{background:linear-gradient(135deg,#1f2c34,#1a252c);border:1px solid rgba(255,255,255,.05);border-radius:14px 14px 14px 3px}.interactive-chat-demo.rtl .message.bot .message-bubble,.message.user .message-bubble{border-radius:14px 14px 3px 14px}.message.user .message-bubble{background:linear-gradient(135deg,#40A34D,#22822F)}.interactive-chat-demo.rtl .message.user .message-bubble{border-radius:14px 14px 14px 3px}.message-bubble p{color:#e9edef;font-size:14px;line-height:1.4;margin:0;white-space:pre-wrap;word-wrap:break-word}.message-time{display:block;font-size:10px;color:rgba(255,255,255,.35);margin-top:4px;text-align:right}.message.bot .message-time{color:#8696a0}.typing-indicator{display:flex;gap:3px;padding:14px 18px}.typing-dot{width:7px;height:7px;border-radius:50%;background:#8696a0;animation:typingBounce 1.3s infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.chat-input{background:linear-gradient(180deg,#1a252c,#1f2c34);padding:10px 14px 16px;border-top:1px solid rgba(255,255,255,.05)}.input-container{display:flex;align-items:center;gap:8px;background:#101826;border-radius:22px;padding:6px 10px;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.input-container input{flex:1 1;background:transparent;border:none;outline:none;color:#e9edef;font-size:14px;padding:5px 6px}.input-container input::placeholder{color:#8696a0}.send-button{width:36px;height:36px;border-radius:50%;border:none;background:#40A34D;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;flex-shrink:0;padding:10px}.send-button:disabled{cursor:not-allowed}.send-button.active{background:linear-gradient(135deg,#40A34D,#22822F);color:white;box-shadow:0 4px 12px rgba(64,163,77,.4);transform:scale(1)}.send-button.active:hover{transform:scale(1.05);box-shadow:0 6px 16px rgba(64,163,77,.5)}.send-button.active:active{transform:scale(.95)}@media (max-width:768px){.interactive-chat-demo{max-width:100%;padding:0 8px}.chat-phone{max-width:100%;height:520px;border-radius:28px}.message-bubble{max-width:82%}}@media (max-width:480px){.chat-phone{height:480px;border-radius:22px}.chat-header{padding:35px 14px 10px}.chat-messages{padding:12px}.message-bubble p{font-size:13px}}