
.fcm-launcher{position:fixed;right:18px;bottom:18px;width:56px;height:56px;border-radius:50%;background:#f0b400;box-shadow:0 8px 20px rgba(0,0,0,.25);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:9999}
.fcm-dot{width:10px;height:10px;background:#fff;border-radius:50%;margin:0 2px;animation:fcm-bounce 1s infinite alternate}
.fcm-dot:nth-child(2){animation-delay:.2s}
@keyframes fcm-bounce{from{transform:translateY(0)}to{transform:translateY(-4px)}}
.fcm-chat{position:fixed;right:18px;bottom:86px;width:360px;max-width:92vw;background:#fff;border-radius:14px;box-shadow:0 12px 34px rgba(0,0,0,.25);overflow:hidden;z-index:10000;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial}
.fcm-head{background:#f0b400;color:#111;padding:10px 12px;display:flex;align-items:center;justify-content:space-between}
.fcm-brand{display:flex;gap:8px;align-items:center}
.fcm-title{font-weight:700}
.fcm-logo{height:22px}
.fcm-close{background:transparent;border:0;font-size:22px;cursor:pointer;color:#111}
.fcm-head-actions{display:flex;align-items:center;gap:8px}
.fcm-lang{font-size:12px;padding:4px 6px;border-radius:8px;border:1px solid #ccc;display:none}
.fcm-body{padding:10px;max-height:60vh;overflow:auto}
.fcm-message{background:#f7f7f7;border-radius:10px;padding:8px 10px;margin:6px 0;font-size:14px}
.fcm-bot{background:#f7f1dd}
.fcm-user{background:#e9f5ff;align-self:flex-end}
.fcm-thread{display:flex;flex-direction:column}
.fcm-form .fcm-row{margin:6px 0}
.fcm-form input,.fcm-form textarea{width:100%;border:1px solid #ddd;border-radius:10px;padding:8px}
.fcm-actions{display:flex;gap:8px;align-items:center;margin-top:8px;flex-wrap:wrap}
.fcm-send{background:#111;color:#fff;border:0;border-radius:10px;padding:8px 12px;cursor:pointer}
.fcm-clear{background:transparent;border:1px solid #ccc;border-radius:10px;padding:8px 12px;cursor:pointer}
.fcm-wa{background:#25D366;color:#111;text-decoration:none;border-radius:10px;padding:8px 12px}
.fcm-consent{font-size:12px;color:#666;margin-top:4px}
.rtl .fcm-body,.rtl .fcm-title,.rtl .fcm-consent,.rtl .fcm-message,.rtl input,.rtl textarea,.rtl .fcm-actions{direction:rtl}
@media (max-width:480px){.fcm-chat{right:10px;bottom:76px}}

/* Event badges for console */
.onetool-badges .badge{display:inline-block;padding:2px 6px;border-radius:10px;font-size:11px;color:#fff}
.badge-visit{background:#777}
.badge-open{background:#2ea44f}
.badge-wa_click{background:#1b95e0}
.badge-clear{background:#d97706}

/* Checkmark after chat opened */
.fcm-launcher.fcm-opened::after{content:'\2713'; position:absolute; right:-4px; top:-4px; width:18px; height:18px; border-radius:50%; background:#2ea44f; color:#fff; font-size:12px; display:flex; align-items:center; justify-content:center; box-shadow:0 2px 6px rgba(0,0,0,.25)}
