#tmd-chat{position:fixed;bottom:100px;right:24px;z-index:9998;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#tmd-chat-btn{width:56px;height:56px;border-radius:50%;background:#4a3ab8;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #4a3ab873;transition:transform .2s,box-shadow .2s;position:relative;margin-left:auto}#tmd-chat-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #4a3ab88c}#tmd-notif{position:absolute;top:-4px;right:-4px;background:#e5b254;color:#0b0e14;font-size:11px;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff;animation:tmd-pulse 2s infinite}@keyframes tmd-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}#tmd-chat-window{position:absolute;bottom:68px;right:0;width:340px;background:#fff;border-radius:20px;box-shadow:0 12px 48px #0000002e;overflow:hidden;display:none;flex-direction:column;max-height:580px;animation:tmd-slide-up .25s ease}#tmd-chat-window.open{display:flex}@keyframes tmd-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}#tmd-header{background:#4a3ab8;padding:16px 18px;display:flex;align-items:center;gap:12px;color:#fff}#tmd-avatar{width:40px;height:40px;border-radius:50%;background:#e5b254;color:#0b0e14;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}#tmd-name{font-size:14px;font-weight:700;color:#fff}#tmd-status{font-size:12px;color:#ffffffbf;display:flex;align-items:center;gap:5px;margin-top:2px}#tmd-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;display:inline-block;animation:tmd-blink 2.5s infinite}@keyframes tmd-blink{0%,to{opacity:1}50%{opacity:.4}}#tmd-close-btn{margin-left:auto;background:none;border:none;color:#fffc;cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;transition:color .15s;flex-shrink:0}#tmd-close-btn:hover{color:#fff}#tmd-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;min-height:120px;max-height:280px;background:#f8fafc!important;color:#1e293b!important}.tmd-msg{max-width:88%;padding:10px 14px;border-radius:16px;font-size:13.5px!important;line-height:1.5!important;animation:tmd-fade-in .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}@keyframes tmd-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.tmd-msg.bot{background:#fff!important;color:#1e293b!important;border-bottom-left-radius:4px;box-shadow:0 1px 4px #00000012;align-self:flex-start}.tmd-msg.user{background:#4a3ab8!important;color:#fff!important;border-bottom-right-radius:4px;align-self:flex-end}.tmd-msg strong{font-weight:700!important;color:inherit!important}.tmd-msg a{display:inline-block!important;margin-top:10px!important;background:#e5b254!important;color:#0b0e14!important;font-weight:700!important;font-size:13px!important;padding:8px 18px!important;border-radius:999px!important;text-decoration:none!important;transition:background .15s}.tmd-msg a:hover{background:#d4a143!important}.tmd-typing{display:flex;gap:4px;align-items:center;padding:12px 14px;background:#fff;border-radius:16px 16px 16px 4px;width:-moz-fit-content;width:fit-content;box-shadow:0 1px 4px #00000012}.tmd-typing span{width:7px;height:7px;border-radius:50%;background:#94a3b8;animation:tmd-bounce 1.2s infinite}.tmd-typing span:nth-child(2){animation-delay:.2s}.tmd-typing span:nth-child(3){animation-delay:.4s}@keyframes tmd-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}#tmd-quick-replies{padding:8px 14px 6px;display:flex;flex-wrap:wrap;gap:6px;background:#fff!important;border-top:1px solid #f1f5f9;max-height:110px;overflow-y:auto}.tmd-qr{background:#f1f5f9!important;color:#4a3ab8!important;border:1.5px solid #e2e8f0!important;border-radius:999px!important;padding:5px 12px!important;font-size:12px!important;font-weight:600!important;cursor:pointer;transition:all .15s;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;white-space:nowrap!important;flex-shrink:0}.tmd-qr:hover{background:#4a3ab8!important;color:#fff!important;border-color:#4a3ab8!important}#tmd-footer{text-align:center;font-size:11px!important;color:#94a3b8!important;padding:8px;background:#fff!important;border-top:1px solid #f1f5f9}#tmd-footer strong{color:#4a3ab8!important}#tmd-input-area{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fff!important;border-top:1px solid #f1f5f9}#tmd-input{flex:1;border:1.5px solid #e2e8f0!important;border-radius:999px!important;padding:8px 16px!important;font-size:13px!important;color:#1e293b!important;background:#f8fafc!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;outline:none!important}#tmd-input:focus{border-color:#4a3ab8!important}#tmd-input::-moz-placeholder{color:#94a3b8!important}#tmd-input::placeholder{color:#94a3b8!important}#tmd-send-btn{width:36px;height:36px;border-radius:50%;background:#4a3ab8!important;color:#fff!important;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}#tmd-send-btn:hover{background:#3d31a0!important}@media(max-width:400px){#tmd-chat-window{width:calc(100vw - 32px);right:0}}
