#tm-chat-widget{position:fixed;bottom:20px;right:20px;width:320px;max-width:90%;background:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.15);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;z-index:9999}#tm-chat-widget.tm-chat-hidden{display:none}#tm-chat-widget .tm-chat-header{padding:10px 12px;background:#0f172a;border-radius:12px 12px 0 0;border-bottom:1px solid #111827;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:space-between;color:#f9fafb}#tm-chat-widget .tm-chat-header-status{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:500;padding:2px 8px;border-radius:999px;background:rgba(15,23,42,.35);color:#e5e7eb;margin-right:8px}.tm-chat-header-status .tm-header-dot{width:8px;height:8px;border-radius:999px;background:#9ca3af}.tm-chat-header-status.tm-online .tm-header-dot{background:#22c55e}.tm-chat-header-status.tm-offline .tm-header-dot{background:#9ca3af}#tm-chat-widget .tm-chat-title{white-space:nowrap;margin-right:8px}#tm-chat-widget .tm-chat-toggle{cursor:pointer;font-size:18px;line-height:1;padding:0 4px}#tm-chat-widget .tm-chat-status{font-size:12px;padding:6px 12px;background:#f1f5f9;border-bottom:1px solid #e5e7eb}.tm-status-pill{display:inline-flex;align-items:center;gap:6px;padding:3px 9px;border-radius:999px;font-size:11px;font-weight:600}.tm-status-pill-online{background:#dcfce7;color:#166534}.tm-status-pill-offline{background:#fee2e2;color:#991b1b}.tm-status-dot{width:8px;height:8px;border-radius:999px;background:#16a34a}.tm-status-pill-offline .tm-status-dot{background:#ef4444}#tm-chat-widget .tm-chat-body{padding:8px 12px 10px}#tm-chat-widget .tm-chat-user-info{margin-bottom:8px}#tm-chat-widget .tm-chat-user-info input{width:100%;margin-bottom:6px;padding:6px 8px;font-size:12px;border-radius:4px;border:1px solid #cbd5f5;outline:0}#tm-chat-widget .tm-chat-user-info input:focus{border-color:#2563eb;box-shadow:0 0 0 1px rgba(37,99,235,.3)}#tm-chat-widget .tm-chat-typing{display:none;font-size:11px;color:#6b7280;font-style:italic;margin:2px 2px 6px}#tm-chat-widget .tm-chat-typing.is-visible{display:block}#tm-chat-widget .tm-chat-messages{border:1px solid #e5e7eb;border-radius:8px;height:180px;overflow-y:auto;padding:6px;margin-bottom:8px;background:#f9fafb}.tm-chat-message{margin-bottom:6px;max-width:90%;clear:both}.tm-chat-message .tm-chat-text{padding:6px 8px;border-radius:8px;font-size:13px;line-height:1.4}.tm-msg-user{text-align:right}.tm-msg-user .tm-chat-text{background:#e0f2fe;margin-left:auto}.tm-msg-admin{text-align:left}.tm-msg-admin .tm-chat-text{background:#dcfce7;margin-right:auto}.tm-msg-bot{text-align:left}.tm-msg-bot .tm-chat-text{background:#fef9c3;border:1px dashed #facc15;margin-right:auto;font-style:italic}.tm-chat-time{font-size:10px;color:#6b7280;margin-top:2px;text-align:left;display:block}#tm-chat-widget textarea{width:100%;resize:none;padding:6px 8px;font-size:13px;border-radius:4px;border:1px solid #cbd5f5;margin-bottom:6px;height:100px}#tm-chat-widget textarea:focus{border-color:#2563eb;box-shadow:0 0 0 1px rgba(37,99,235,.3)}#tm-chat-widget button.tm-chat-send{width:100%;padding:8px;font-size:13px;border-radius:6px;border:none;cursor:pointer;background:#2563eb;color:#fff;transition:background .15s ease,transform .05s ease}#tm-chat-widget button.tm-chat-send:hover{background:#1d4ed8}#tm-chat-widget button.tm-chat-send:active{transform:translateY(1px)}.tm-chat-new-wrapper{margin-top:4px;text-align:center}.tm-chat-new{background:0 0;border:none;color:#2563eb;font-size:11px;cursor:pointer;text-decoration:underline;padding:0}.tm-chat-new:hover{color:#1d4ed8}#tm-chat-bubble{position:fixed;bottom:24px;right:24px;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#ff416c,#ff4b2b);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px rgba(0,0,0,.3);cursor:pointer;z-index:9998;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;position:fixed;overflow:visible}#tm-chat-bubble.tm-chat-bubble-hidden{display:none}#tm-chat-bubble:before{content:"";position:absolute;inset:-8px;border-radius:50%;border:2px solid rgba(255,255,255,.6);opacity:0;transform:scale(.85);pointer-events:none;animation:tm-chat-bubble-pulse 1.6s ease-out infinite}#tm-chat-bubble .tm-chat-bubble-icon{color:#fff;font-size:28px;line-height:1}#tm-chat-bubble .tm-chat-badge{position:absolute;top:-4px;right:-4px;min-width:20px;padding:0 5px;height:20px;line-height:20px;border-radius:999px;background:#111827;color:#fff;font-size:11px;font-weight:600;text-align:center;box-shadow:0 0 0 2px #fff}#tm-chat-bubble:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 14px 30px rgba(0,0,0,.35)}#tm-chat-bubble:active{transform:translateY(0) scale(.97);box-shadow:0 6px 18px rgba(0,0,0,.28)}#tm-chat-widget .tm-chat-typing{display:none;font-size:11px;color:#6b7280;font-style:italic;margin:2px 2px 6px}#tm-chat-widget .tm-chat-typing.is-visible{display:block}.tm-chat-welcome{opacity:.95}.tm-chat-msg-admin .tm-chat-msg-text{white-space:pre-line}.tm-chat-messages{background:#f6f7f9;border:1px solid #e5e7eb;border-radius:12px;padding:10px;min-height:140px;max-height:220px;overflow-y:auto}.tm-msg{display:flex;margin:6px 0}.tm-msg-system{justify-content:flex-start}.tm-msg-user{justify-content:flex-end}.tm-msg-bubble{max-width:85%;padding:8px 10px;border-radius:14px;font-size:13px;line-height:1.35}.tm-msg-system .tm-msg-bubble{background:#fff;border:1px solid #e5e7eb;color:#111827}.tm-msg-user .tm-msg-bubble{background:#2563eb;color:#fff}.tm-quick-replies{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.tm-quick-reply{border:1px solid #d1d5db;background:#fff;padding:6px 10px;border-radius:999px;font-size:12px;cursor:pointer}.tm-quick-reply:hover{background:#f3f4f6}@keyframes tm-chat-bubble-pulse{0%{opacity:.7;transform:scale(.9)}100%{opacity:0;transform:scale(1.4)}}@media (max-width:480px){#tm-chat-widget{left:10px;right:10px;width:auto}}