#dfgchatpro-widget{position:fixed;right:18px;bottom:18px;z-index:99999;font-family:Arial,sans-serif}
#dfgchatpro-widget *{box-sizing:border-box}
.dfgchatpro-launcher{background:var(--dfgchat-color,#b31317);color:#fff;border:0;border-radius:999px;padding:14px 18px;display:flex;align-items:center;gap:10px;box-shadow:0 10px 30px rgba(0,0,0,.3);font-weight:700;cursor:pointer}
.dfgchatpro-launcher__dot,.dfgchatpro-status__dot{width:10px;height:10px;border-radius:50%;background:#fff;display:inline-block}.dfgchatpro-status__dot{background:#4ade80}
.dfgchatpro-panel{width:370px;max-width:calc(100vw - 24px);margin-top:12px;background:#101010;border:1px solid rgba(255,255,255,.08);border-radius:18px;overflow:hidden;box-shadow:0 18px 45px rgba(0,0,0,.38);color:#eaeaea}
.dfgchatpro-header{padding:16px;background:linear-gradient(180deg,var(--dfgchat-color,#b31317),#121212)}
.dfgchatpro-header__row{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.dfgchatpro-header strong{display:block;font-size:18px;margin-bottom:6px}.dfgchatpro-header p{margin:0;color:#ddd;font-size:13px;line-height:1.4}.dfgchatpro-close{border:0;background:transparent;color:#fff;font-size:28px;line-height:1;cursor:pointer}.dfgchatpro-status{margin-top:10px;font-size:12px;color:#d6d6d6;display:flex;align-items:center;gap:8px}
.dfgchatpro-body{padding:14px;background:#111}
.dfgchatpro-meta{display:grid;grid-template-columns:1fr;gap:8px;margin-bottom:12px}.dfgchatpro-meta input,.dfgchatpro-form textarea{width:100%;border:1px solid rgba(255,255,255,.12);background:#181818;color:#f0f0f0;border-radius:12px;padding:11px 13px}
.dfgchatpro-messages{height:300px;overflow:auto;display:flex;flex-direction:column;gap:10px;padding:6px 2px 10px}.dfgchatpro-msg{max-width:84%;padding:10px 12px;border-radius:14px;font-size:13px;line-height:1.45}.dfgchatpro-msg small{display:block;opacity:.75;margin-top:5px;font-size:11px}.dfgchatpro-msg--visitor{align-self:flex-end;background:var(--dfgchat-color,#b31317);color:#fff;border-bottom-right-radius:4px}.dfgchatpro-msg--admin,.dfgchatpro-msg--system{align-self:flex-start;background:#1d1d1d;color:#f3f3f3;border:1px solid rgba(255,255,255,.08);border-bottom-left-radius:4px}
.dfgchatpro-quickactions{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.dfgchatpro-miniaction{display:inline-flex;align-items:center;justify-content:center;padding:8px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#191919;color:#fff;text-decoration:none;font-size:12px;font-weight:700}
.dfgchatpro-form{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:end}.dfgchatpro-submit{border:0;border-radius:12px;padding:12px 16px;background:var(--dfgchat-color,#b31317);color:#fff;font-weight:700;cursor:pointer}.dfgchatpro-response{font-size:12px;min-height:18px;color:#c9c6c6;padding-top:8px}
.dfgchatpro-status.is-offline .dfgchatpro-status__dot{background:#8f8f8f;box-shadow:none}
@media (max-width: 768px){.dfgchatpro-panel{width:330px}.dfgchatpro-launcher{padding:12px 16px;font-size:14px}}

/* Admin clean dashboard */
.dfgchat-admin-shell{display:grid;grid-template-columns:240px 1fr;gap:24px;margin-top:14px}
.dfgchat-admin-sidebar{background:#111827;color:#fff;border-radius:18px;padding:20px;min-height:760px;display:flex;flex-direction:column}
.dfgchat-admin-brand{display:flex;align-items:center;gap:12px;margin-bottom:24px}
.dfgchat-admin-brand__logo{width:44px;height:44px;border-radius:12px;background:#d71920;display:flex;align-items:center;justify-content:center;font-weight:800;letter-spacing:.06em}
.dfgchat-admin-muted{color:#9ca3af;font-size:12px}
.dfgchat-admin-menu{display:flex;flex-direction:column;gap:8px}
.dfgchat-admin-menu__item{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:12px;color:#e5e7eb;text-decoration:none;font-weight:600}
.dfgchat-admin-menu__item:hover,.dfgchat-admin-menu__item.is-active{background:#ffffff14;color:#fff}
.dfgchat-admin-menu__icon{width:18px;text-align:center;opacity:.95}
.dfgchat-admin-badge{display:inline-flex;min-width:22px;height:22px;padding:0 6px;border-radius:999px;align-items:center;justify-content:center;background:#d71920;color:#fff;font-size:12px;font-weight:700;margin-left:auto}
.dfgchat-admin-sidebar__footer{margin-top:auto}
.dfgchat-admin-status-card{background:#ffffff10;border:1px solid #ffffff12;border-radius:14px;padding:14px}
.dfgchat-admin-status-card__label{font-size:12px;color:#cbd5e1;margin-bottom:6px}
.dfgchat-admin-status-card__value{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.dfgchat-admin-status-dot{width:10px;height:10px;border-radius:50%;background:#22c55e;display:inline-block}
.dfgchat-admin-status-dot.is-offline{background:#9ca3af}
.dfgchat-admin-content{min-width:0}
.dfgchat-view{display:flex;flex-direction:column;gap:20px}
.dfgchat-pagehead{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}
.dfgchat-title{margin:0;font-size:32px;font-weight:700;color:#111827}
.dfgchat-subtitle{margin-top:6px;color:#6b7280;font-size:14px}
.dfgchat-inline-dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:#22c55e;margin-right:6px}
.dfgchat-toolbar{display:flex;gap:10px;flex-wrap:wrap}
.dfgchat-pill{background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:10px 14px;color:#374151}
.dfgchat-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.dfgchat-kpi{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:20px;box-shadow:0 1px 2px rgba(16,24,40,.04)}
.dfgchat-kpi__label{color:#6b7280;font-size:13px;margin-bottom:8px}
.dfgchat-kpi__value{font-size:32px;line-height:1;font-weight:700;color:#111827}
.dfgchat-kpi__meta{color:#6b7280;font-size:12px;margin-top:10px}
.dfgchat-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.85fr);gap:18px}
.dfgchat-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 1px 2px rgba(16,24,40,.04);overflow:hidden}
.dfgchat-card__head{padding:16px 18px;border-bottom:1px solid #f0f2f5;display:flex;justify-content:space-between;align-items:center;gap:12px}
.dfgchat-tabs{display:flex;gap:16px;flex-wrap:wrap}
.dfgchat-tab{font-size:13px;color:#6b7280;padding-bottom:10px}
.dfgchat-tab.is-active{color:#d71920;border-bottom:2px solid #d71920;font-weight:700}
.dfgchat-searchfake{min-width:220px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;color:#9ca3af;font-size:13px}
.dfgchat-table{width:100%;border-collapse:separate;border-spacing:0}
.dfgchat-table thead th{font-size:12px;text-transform:uppercase;letter-spacing:.03em;color:#6b7280;background:#f9fafb;padding:14px 18px;text-align:left;border-bottom:1px solid #eef2f7}
.dfgchat-table tbody td{padding:16px 18px;border-bottom:1px solid #f3f4f6;vertical-align:top}
.dfgchat-table tbody tr.is-selected{background:#fafafa}
.dfgchat-visitor-link{display:flex;align-items:center;gap:12px;color:#111827;text-decoration:none}
.dfgchat-visitor-link small{display:block;color:#6b7280;font-size:12px;margin-top:3px}
.dfgchat-avatar{width:42px;height:42px;border-radius:999px;background:#e5e7eb;color:#374151;display:inline-flex;align-items:center;justify-content:center;font-weight:700;flex:none}
.dfgchat-avatar--lg{width:56px;height:56px;font-size:18px}
.dfgchat-status-chip{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;background:#f3f4f6;color:#6b7280;font-weight:700;font-size:12px}
.dfgchat-status-chip.is-online{background:#dcfce7;color:#15803d}
.dfgchat-pagecell__title{font-weight:600;color:#111827;max-width:420px;word-break:break-word}
.dfgchat-pagecell small{display:block;color:#6b7280;margin-top:4px}
.dfgchat-sidepanel{display:flex;flex-direction:column}
.dfgchat-sidepanel__head{display:flex;align-items:center;gap:14px;padding:20px 20px 8px}
.dfgchat-sidepanel__head h3{margin:0;color:#111827}
.dfgchat-detail-list{padding:0 20px 8px;display:grid;grid-template-columns:1fr;gap:12px}
.dfgchat-detail-list div{display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid #f3f4f6;padding-bottom:10px}
.dfgchat-detail-list span{color:#6b7280;font-size:12px;text-transform:uppercase;letter-spacing:.03em}
.dfgchat-detail-list strong{color:#111827;text-align:right}
.dfgchat-sidepanel__section{padding:8px 20px 0}
.dfgchat-sidepanel__label{color:#6b7280;font-size:12px;text-transform:uppercase;letter-spacing:.03em;margin-bottom:8px}
.dfgchat-sidepanel__page{color:#111827;word-break:break-word;line-height:1.45}
.dfgchat-sidepanel__actions{padding:18px 20px 20px}
.dfgchat-inbox-layout{display:grid;grid-template-columns:340px 1fr;gap:18px}
.dfgchat-thread-list{max-height:680px;overflow:auto}
.dfgchat-thread-item{display:block;padding:14px 16px;border-bottom:1px solid #f3f4f6;color:#111827;text-decoration:none}
.dfgchat-thread-item:hover,.dfgchat-thread-item.is-active{background:#fafafa}
.dfgchat-thread-item__top{display:flex;justify-content:space-between;gap:8px;align-items:center}
.dfgchat-thread-item__meta,.dfgchat-thread-item__last{font-size:12px;color:#6b7280;margin-top:4px}
.dfgchat-conversation-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:18px;border-bottom:1px solid #f3f4f6}
.dfgchat-conversation-head h3{margin:0 0 4px;color:#111827}
.dfgchat-conversation-link{margin-top:6px}
.dfgchat-conversation-body{padding:18px;max-height:520px;overflow:auto;background:#fbfbfc}
.dfgchat-bubble{max-width:78%;padding:12px 14px;border-radius:16px;margin-bottom:12px;line-height:1.5}
.dfgchat-bubble__meta{font-size:11px;opacity:.65;margin-bottom:5px}
.dfgchat-bubble.is-visitor{background:#fff;border:1px solid #e5e7eb;color:#111827}
.dfgchat-bubble.is-admin{background:#d71920;color:#fff;margin-left:auto}
.dfgchat-bubble.is-system{background:#111827;color:#fff}
.dfgchat-compose{padding:18px;border-top:1px solid #f3f4f6}
.dfgchat-empty{padding:26px;color:#6b7280}
.dfgchat-settings-card{padding:18px}
.dfgchat-settings-status{margin-bottom:14px;color:#111827}
@media (max-width: 1400px){.dfgchat-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 1200px){.dfgchat-grid,.dfgchat-inbox-layout,.dfgchat-admin-shell{grid-template-columns:1fr}.dfgchat-admin-sidebar{min-height:auto}.dfgchat-pagehead{flex-direction:column}}
@media (max-width: 767px){.dfgchat-kpis{grid-template-columns:1fr}.dfgchat-searchfake{min-width:0;width:100%}.dfgchat-card__head,.dfgchat-pagehead{padding-right:0}.dfgchat-title{font-size:26px}}

.dfgchat-admin-sectionlabel{margin:18px 0 10px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#7f8aa3;font-weight:700}
.dfgchat-admin-menu__item{position:relative}
.dfgchat-head-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.dfgchat-filterfake{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px 14px;color:#374151;font-size:13px;min-width:90px;text-align:center}
.dfgchat-tablewrap{overflow:auto}
.dfgchat-card__head strong{font-size:16px;color:#111827}
.dfgchat-sidepanel .btn,.dfgchat-conversation-head .btn,.dfgchat-compose .btn{border-radius:12px;padding:10px 16px;font-weight:700}
.dfgchat-sidepanel .btn-primary,.dfgchat-compose .btn-primary{background:#ef4444;border-color:#ef4444}
.dfgchat-sidepanel .btn-primary:hover,.dfgchat-compose .btn-primary:hover{background:#dc2626;border-color:#dc2626}
.dfgchat-activity-list{display:grid;gap:10px}
.dfgchat-activity-list div{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid #f3f4f6}
.dfgchat-activity-list span{color:#6b7280;font-size:12px;text-transform:uppercase;letter-spacing:.03em}
.dfgchat-activity-list strong{color:#111827;text-align:right}
.dfgchat-thread-item__top strong{font-size:14px}
.dfgchat-thread-item.is-active{border-left:3px solid #ef4444;padding-left:13px}
.dfgchat-bubble.is-admin{background:#ef4444}
.dfgchat-conversation-body{display:flex;flex-direction:column}



/* === Premium admin dashboard UI === */
.dfgchat-admin-shell{display:flex;gap:0;min-height:calc(100vh - 120px);background:#f5f7fb;border:1px solid #e8ecf4;border-radius:24px;overflow:hidden;margin-top:14px}
.dfgchat-admin-sidebar{width:260px;background:#111827;color:#d7deea;padding:22px 18px;display:flex;flex-direction:column;gap:18px}
.dfgchat-admin-brand{display:flex;align-items:center;gap:14px;padding:6px 6px 16px;border-bottom:1px solid rgba(255,255,255,.08)}
.dfgchat-admin-brand__logo{width:50px;height:50px;border-radius:14px;background:linear-gradient(135deg,#d71920,#8f0d13);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;letter-spacing:.06em;box-shadow:0 16px 30px rgba(215,25,32,.28)}
.dfgchat-admin-muted{color:#96a2b8;font-size:12px;line-height:1.45}
.dfgchat-admin-sectionlabel{text-transform:uppercase;letter-spacing:.08em;font-size:11px;color:#7f8ba3;margin:2px 6px}
.dfgchat-admin-menu{display:flex;flex-direction:column;gap:8px}
.dfgchat-admin-menu__item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;color:#e7edf8;text-decoration:none;transition:.18s;background:rgba(255,255,255,.02)}
.dfgchat-admin-menu__item:hover,.dfgchat-admin-menu__item:focus{background:rgba(255,255,255,.06);color:#fff;text-decoration:none}
.dfgchat-admin-menu__item.is-active{background:linear-gradient(90deg,#20283a,#151c2d);box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)}
.dfgchat-admin-menu__icon{width:22px;text-align:center;opacity:.95}
.dfgchat-admin-menu__meta{margin-left:auto;color:#b9c4d8;font-size:12px}
.dfgchat-admin-badge{margin-left:auto;background:#ea3943;color:#fff;border-radius:999px;min-width:22px;height:22px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}
.dfgchat-admin-livecard{background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:16px}
.dfgchat-admin-livecard__row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.dfgchat-admin-livecard__label{font-size:12px;color:#93a0b7;margin-bottom:6px}
.dfgchat-admin-livecard__value{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:700;color:#fff}
.dfgchat-admin-livechip{background:#1f2d49;color:#b3c7ff;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700}
.dfgchat-admin-livegrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}
.dfgchat-admin-livegrid div{background:rgba(255,255,255,.04);border-radius:14px;padding:12px}
.dfgchat-admin-livegrid span{display:block;font-size:11px;color:#8d9ab0;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}
.dfgchat-admin-livegrid strong{font-size:20px;color:#fff}
.dfgchat-admin-sidebar__footer{margin-top:auto;display:flex;flex-direction:column;gap:12px}
.dfgchat-admin-storebtn{display:block;text-align:center;background:#fff;color:#111827;padding:12px 14px;border-radius:14px;font-weight:700;text-decoration:none}
.dfgchat-admin-storebtn:hover{text-decoration:none;color:#111827;opacity:.96}
.dfgchat-admin-status-dot{width:10px;height:10px;border-radius:50%;background:#22c55e;display:inline-block;box-shadow:0 0 0 4px rgba(34,197,94,.12)}
.dfgchat-admin-status-dot.is-offline{background:#f59e0b;box-shadow:0 0 0 4px rgba(245,158,11,.12)}
.dfgchat-admin-content{flex:1;padding:28px 28px 32px;background:#f5f7fb;overflow:auto}

.dfgchat-view{display:flex;flex-direction:column;gap:20px}
.dfgchat-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.dfgchat-title{margin:0;font-size:34px;line-height:1.05;color:#111827;font-weight:800;letter-spacing:-.03em}
.dfgchat-subtitle{color:#6f7b90;font-size:14px;margin-top:6px}
.dfgchat-inline-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:#22c55e;margin-right:8px;vertical-align:middle}
.dfgchat-topbar__actions{display:flex;align-items:center;gap:14px}
.dfgchat-topstatus{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e7ebf3;border-radius:14px;padding:11px 14px;color:#111827;box-shadow:0 8px 20px rgba(15,23,42,.04)}
.dfgchat-topstatus__dot{width:10px;height:10px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.12)}
.dfgchat-topstatus__dot.is-offline{background:#f59e0b;box-shadow:0 0 0 4px rgba(245,158,11,.12)}
.dfgchat-notify-bubble{width:40px;height:40px;border-radius:14px;background:#fff;border:1px solid #e7ebf3;display:flex;align-items:center;justify-content:center;font-weight:800;color:#ea3943;box-shadow:0 8px 20px rgba(15,23,42,.04)}

.dfgchat-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.dfgchat-stat-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr));max-width:560px}
.dfgchat-stat-card{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid #e7ebf3;border-radius:20px;padding:18px 18px 16px;box-shadow:0 10px 30px rgba(15,23,42,.04)}
.dfgchat-stat-card__icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800}
.dfgchat-stat-card__icon.is-green{background:#ebfbf1;color:#16a34a}
.dfgchat-stat-card__icon.is-purple{background:#f4ecff;color:#8b5cf6}
.dfgchat-stat-card__icon.is-blue{background:#eaf4ff;color:#2563eb}
.dfgchat-stat-card__icon.is-orange{background:#fff4e8;color:#f59e0b}
.dfgchat-stat-card__icon.is-red{background:#ffe9ea;color:#ea3943}
.dfgchat-stat-card__body{display:flex;flex-direction:column;gap:4px}
.dfgchat-stat-card__label{font-size:13px;color:#667287;font-weight:600}
.dfgchat-stat-card__value{font-size:34px;font-weight:800;color:#111827;line-height:1}
.dfgchat-stat-card__meta{font-size:12px;color:#93a0b7}

.dfgchat-premium-grid{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(320px,.8fr);gap:20px;align-items:start}
.dfgchat-premium-panel{background:#fff;border:1px solid #e7ebf3;border-radius:22px;box-shadow:0 12px 30px rgba(15,23,42,.04);overflow:hidden}
.dfgchat-premium-panel__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-bottom:1px solid #eef2f7}
.dfgchat-premium-panel__head--stack{align-items:flex-start}
.dfgchat-premium-tabs{display:flex;gap:24px;align-items:center;flex-wrap:wrap}
.dfgchat-premium-tabs span{font-size:14px;color:#6e7990;padding-bottom:10px;border-bottom:2px solid transparent;font-weight:700}
.dfgchat-premium-tabs span.is-active{color:#ea3943;border-bottom-color:#ea3943}
.dfgchat-premium-tools{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.dfgchat-tool-chip,.dfgchat-tool-search{background:#f8fafc;border:1px solid #e8edf5;border-radius:14px;padding:11px 14px;color:#6b768a;font-size:13px}
.dfgchat-tool-search{min-width:220px}
.dfgchat-premium-tablewrap{overflow:auto}
.dfgchat-premium-table{width:100%;border-collapse:separate;border-spacing:0}
.dfgchat-premium-table thead th{padding:16px 20px;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#8a96aa;background:#fbfcfe;border-bottom:1px solid #eef2f7}
.dfgchat-premium-table tbody td{padding:18px 20px;border-bottom:1px solid #f1f4f8;color:#192132;vertical-align:middle;font-size:14px}
.dfgchat-premium-table tbody tr.is-selected{background:#fafbff}
.dfgchat-premium-table tbody tr:hover{background:#fcfdff}
.dfgchat-premium-visitor{display:flex;align-items:center;gap:14px;color:#111827;text-decoration:none}
.dfgchat-premium-visitor:hover{text-decoration:none}
.dfgchat-premium-avatar,.dfgchat-detail-head__avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#dfe8ff,#c2d5ff);display:flex;align-items:center;justify-content:center;color:#3750a3;font-weight:800;flex:0 0 auto}
.dfgchat-detail-head__avatar{width:58px;height:58px;font-size:20px}
.dfgchat-detail-head__avatar.is-sm{width:42px;height:42px;font-size:16px}
.dfgchat-premium-visitor__meta{display:flex;flex-direction:column;gap:3px}
.dfgchat-premium-visitor__meta strong{font-size:15px;color:#111827}
.dfgchat-premium-visitor__meta small{font-size:12px;color:#7b869b}
.dfgchat-premium-page strong{display:block;font-weight:700;color:#1c2434}
.dfgchat-premium-page small{display:block;color:#7c879a;margin-top:4px}
.dfgchat-time-pill{display:inline-flex;align-items:center;justify-content:center;padding:7px 11px;border-radius:999px;background:#fff3d9;color:#9a6700;font-size:12px;font-weight:800}
.dfgchat-time-pill.is-now{background:#e9fbef;color:#16a34a}
.dfgchat-empty-premium{padding:36px 24px;color:#7b869b}

.dfgchat-premium-side{display:flex;flex-direction:column;gap:18px}
.dfgchat-detail-card{padding:22px}
.dfgchat-detail-head{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.dfgchat-detail-head h3{margin:0;font-size:22px;color:#111827}
.dfgchat-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}
.dfgchat-detail-grid > div{background:#f8fafc;border:1px solid #edf1f6;border-radius:16px;padding:14px}
.dfgchat-detail-grid span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#8c97ab;margin-bottom:6px}
.dfgchat-detail-grid strong{font-size:13px;color:#111827;line-height:1.45;word-break:break-word}
.dfgchat-detail-section{padding-top:4px}
.dfgchat-detail-section__label{font-size:12px;color:#8c97ab;text-transform:uppercase;letter-spacing:.08em;font-weight:800;margin-bottom:10px}
.dfgchat-detail-current{background:#f8fafc;border:1px solid #edf1f6;border-radius:16px;padding:16px;color:#1f2937;line-height:1.45;word-break:break-word}
.dfgchat-chatstarter,.dfgchat-activity-card{padding:20px}
.dfgchat-chatstarter__box{background:#f8fafc;border:1px solid #edf1f6;border-radius:16px;padding:16px;color:#728096;line-height:1.5}
.dfgchat-chatstarter__actions{margin-top:14px}
.dfgchat-primary-btn,.dfgchat-secondary-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:14px;text-decoration:none;font-weight:800;border:0;cursor:pointer}
.dfgchat-primary-btn{background:#ea3943;color:#fff;box-shadow:0 14px 24px rgba(234,57,67,.16)}
.dfgchat-primary-btn:hover{text-decoration:none;color:#fff;opacity:.96}
.dfgchat-secondary-btn{background:#fff;border:1px solid #e7ebf3;color:#243043}
.dfgchat-secondary-btn:hover{text-decoration:none;color:#243043;background:#fbfcfe}
.dfgchat-secondary-btn.is-disabled{opacity:.55;cursor:not-allowed}
.dfgchat-activity-item{display:flex;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid #eff3f8}
.dfgchat-activity-item:last-child{border-bottom:0}
.dfgchat-activity-item span{font-size:12px;color:#8c97ab;text-transform:uppercase;letter-spacing:.06em}
.dfgchat-activity-item strong{font-size:13px;color:#111827;text-align:right}

.dfgchat-inbox-premium{display:grid;grid-template-columns:340px minmax(0,1fr);gap:20px;align-items:start}
.dfgchat-conversation-list{min-height:720px}
.dfgchat-thread-list.premium{display:flex;flex-direction:column;padding:10px 10px 16px;gap:8px}
.dfgchat-thread-premium{display:flex;gap:12px;padding:14px;border-radius:18px;text-decoration:none;color:#111827;border:1px solid transparent}
.dfgchat-thread-premium:hover{text-decoration:none;background:#fafbff;border-color:#eef2f7}
.dfgchat-thread-premium.is-active{background:#f7f9ff;border-color:#dfe7f6}
.dfgchat-thread-premium__avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#f3f5fa,#d9e3f4);display:flex;align-items:center;justify-content:center;font-weight:800;color:#5b667a;flex:0 0 auto}
.dfgchat-thread-premium__body{min-width:0;flex:1}
.dfgchat-thread-premium__top{display:flex;align-items:center;gap:10px;justify-content:space-between}
.dfgchat-thread-premium__meta{font-size:12px;color:#768398;margin:3px 0 5px}
.dfgchat-thread-premium__last{font-size:13px;color:#475366;line-height:1.45}
.dfgchat-main-chat{display:flex;flex-direction:column;min-height:720px}
.dfgchat-chat-head-premium{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px 22px;border-bottom:1px solid #eef2f7}
.dfgchat-chat-head-premium__main{display:flex;align-items:center;gap:14px}
.dfgchat-chat-head-premium h3{margin:0;font-size:22px;color:#111827}
.dfgchat-chat-head-premium__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.dfgchat-chat-body-premium{padding:22px;display:flex;flex-direction:column;gap:14px;background:linear-gradient(180deg,#fcfdff,#f8fafc);flex:1;min-height:420px}
.dfgchat-chat-row{display:flex}
.dfgchat-chat-row.is-admin{justify-content:flex-end}
.dfgchat-chat-row.is-visitor,.dfgchat-chat-row.is-system{justify-content:flex-start}
.dfgchat-chat-bubble{max-width:75%;padding:14px 16px;border-radius:18px;background:#fff;border:1px solid #e7ebf3;color:#111827;box-shadow:0 8px 20px rgba(15,23,42,.04)}
.dfgchat-chat-row.is-admin .dfgchat-chat-bubble{background:#ea3943;color:#fff;border-color:#ea3943}
.dfgchat-chat-row.is-admin .dfgchat-chat-bubble__meta{color:rgba(255,255,255,.84)}
.dfgchat-chat-bubble__meta{font-size:11px;color:#7d899d;margin-bottom:7px;font-weight:700}
.dfgchat-compose-premium{padding:20px 22px;border-top:1px solid #eef2f7;background:#fff}
.dfgchat-compose-premium__textarea{width:100%;border:1px solid #e5eaf3;background:#f8fafc;color:#111827;border-radius:18px;padding:16px 18px;resize:vertical;min-height:120px}
.dfgchat-compose-premium__actions{margin-top:14px;display:flex;justify-content:flex-end}
.dfgchat-settings-layout{display:grid;grid-template-columns:minmax(0,1.5fr) 320px;gap:20px}
.dfgchat-status-banner{display:flex;gap:14px;align-items:flex-start;padding:18px;border:1px solid #eef2f7;border-radius:18px;background:#fbfcfe;margin:20px 22px 0}
.dfgchat-settings-formwrap{padding:6px 22px 24px}
.dfgchat-settings-formwrap .panel,.dfgchat-settings-formwrap .panel-heading{background:transparent;border:0;box-shadow:none}
.dfgchat-settings-formwrap .panel{margin-bottom:0}
.dfgchat-settings-formwrap .form-group{margin-bottom:16px}

@media (max-width: 1400px){
  .dfgchat-premium-grid,.dfgchat-settings-layout{grid-template-columns:1fr}
  .dfgchat-premium-side{order:2}
}
@media (max-width: 1180px){
  .dfgchat-admin-shell{flex-direction:column}
  .dfgchat-admin-sidebar{width:auto}
  .dfgchat-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dfgchat-inbox-premium{grid-template-columns:1fr}
}
@media (max-width: 760px){
  .dfgchat-admin-content{padding:18px}
  .dfgchat-topbar{flex-direction:column}
  .dfgchat-stat-grid,.dfgchat-stat-grid--compact,.dfgchat-detail-grid{grid-template-columns:1fr}
  .dfgchat-premium-panel__head,.dfgchat-chat-head-premium{flex-direction:column;align-items:flex-start}
  .dfgchat-tool-search{min-width:0;width:100%}
}

/* v1.5.0 premium admin refresh */
.dfgchat-admin-shell--premium{grid-template-columns:260px 1fr;gap:28px}
.dfgchat-admin-sidebar{border-radius:24px;padding:22px;background:linear-gradient(180deg,#111827 0%,#0f172a 100%);box-shadow:0 22px 50px rgba(2,8,23,.16)}
.dfgchat-admin-brand__logo{background:linear-gradient(135deg,#111827 0%,#ef4444 100%);box-shadow:0 10px 24px rgba(239,68,68,.25)}
.dfgchat-admin-sectionlabel{text-transform:uppercase;letter-spacing:.08em;font-size:11px;color:#94a3b8;margin:18px 0 10px}
.dfgchat-admin-menu__item{padding:13px 14px;border-radius:14px;transition:all .18s ease}
.dfgchat-admin-menu__item:hover,.dfgchat-admin-menu__item.is-active{background:rgba(255,255,255,.08);transform:translateX(2px)}
.dfgchat-admin-menu__meta{margin-left:auto;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:rgba(255,255,255,.09);display:inline-flex;align-items:center;justify-content:center;font-size:12px;color:#e2e8f0}
.dfgchat-admin-livecard{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);padding:16px;border-radius:18px}
.dfgchat-admin-livecard__row{display:flex;align-items:center;justify-content:space-between;gap:12px}
.dfgchat-admin-livecard__label{font-size:12px;color:#94a3b8}
.dfgchat-admin-livecard__value{display:flex;align-items:center;gap:8px;color:#fff;font-weight:700}
.dfgchat-admin-livechip{border-radius:999px;padding:7px 10px;background:#dcfce7;color:#166534;font-weight:700;font-size:12px}
.dfgchat-admin-livechip.is-offline{background:#e5e7eb;color:#4b5563}
.dfgchat-admin-livegrid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
.dfgchat-admin-livegrid div{background:rgba(255,255,255,.04);border-radius:14px;padding:12px}
.dfgchat-admin-livegrid span{display:block;color:#94a3b8;font-size:12px}
.dfgchat-admin-livegrid strong{display:block;color:#fff;font-size:20px;margin-top:4px}
.dfgchat-admin-storebtn{display:block;text-decoration:none;text-align:center;border-radius:14px;padding:12px 14px;background:#fff;color:#111827;font-weight:700;margin-bottom:12px}
.dfgchat-topbar--premium{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}
.dfgchat-eyebrow{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:#fff;border:1px solid #e5e7eb;color:#6b7280;padding:6px 10px;font-size:12px;font-weight:700;margin-bottom:10px}
.dfgchat-tool-search{min-width:240px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:11px 14px;color:#9ca3af;font-size:13px;box-shadow:0 1px 2px rgba(16,24,40,.03)}
.dfgchat-topbar__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.dfgchat-topstatus{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:10px 14px;color:#111827;box-shadow:0 1px 2px rgba(16,24,40,.03)}
.dfgchat-topstatus__dot{width:10px;height:10px;border-radius:999px;background:#22c55e;display:inline-block;box-shadow:0 0 0 4px rgba(34,197,94,.14)}
.dfgchat-topstatus__dot.is-offline{background:#9ca3af;box-shadow:none}
.dfgchat-notify-bubble{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;background:#111827;color:#fff;border-radius:14px;font-weight:800;box-shadow:0 12px 24px rgba(15,23,42,.12)}
.dfgchat-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.dfgchat-stat-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}
.dfgchat-stat-card{background:#fff;border:1px solid #edf2f7;border-radius:22px;padding:18px 20px;display:flex;align-items:center;gap:16px;box-shadow:0 10px 25px rgba(15,23,42,.05)}
.dfgchat-stat-card__icon{width:46px;height:46px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;background:#f3f4f6;color:#111827}
.dfgchat-stat-card__icon.is-green{background:#dcfce7;color:#166534}
.dfgchat-stat-card__icon.is-purple{background:#ede9fe;color:#6d28d9}
.dfgchat-stat-card__icon.is-blue{background:#dbeafe;color:#1d4ed8}
.dfgchat-stat-card__icon.is-orange{background:#ffedd5;color:#c2410c}
.dfgchat-stat-card__icon.is-red{background:#fee2e2;color:#b91c1c}
.dfgchat-stat-card__label{font-size:13px;color:#6b7280}
.dfgchat-stat-card__value{font-size:30px;line-height:1.05;font-weight:800;color:#0f172a;margin-top:4px}
.dfgchat-stat-card__meta{font-size:12px;color:#94a3b8;margin-top:6px}
.dfgchat-premium-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.85fr);gap:18px}
.dfgchat-panel-shadow{box-shadow:0 18px 40px rgba(15,23,42,.06)!important}
.dfgchat-premium-panel{background:#fff;border:1px solid #edf2f7;border-radius:24px;overflow:hidden}
.dfgchat-premium-panel__head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 22px;border-bottom:1px solid #f1f5f9}
.dfgchat-premium-panel__head--xl{padding:20px 22px}
.dfgchat-premium-panel__head--stack{display:flex;flex-direction:column;align-items:stretch}
.dfgchat-premium-tabs{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.dfgchat-premium-tabs span{font-size:13px;color:#6b7280;padding-bottom:10px}
.dfgchat-premium-tabs span.is-active{color:#0f172a;font-weight:800;border-bottom:2px solid #ef4444}
.dfgchat-premium-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.dfgchat-tool-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:14px;background:#fff;border:1px solid #e5e7eb;color:#374151;font-size:13px}
.dfgchat-tool-chip--link{text-decoration:none}
.dfgchat-table-wrap{overflow:auto}
.dfgchat-table--premium thead th{position:sticky;top:0;background:#f8fafc;z-index:1}
.dfgchat-table tbody tr:hover{background:#fafcff}
.dfgchat-empty-state{padding:34px 18px;color:#64748b;text-align:center}
.dfgchat-empty-state--full{display:flex;align-items:center;justify-content:center;height:100%;min-height:380px}
.dfgchat-detail-list{padding:0 20px 8px;display:grid;gap:10px}
.dfgchat-detail-row{display:flex;justify-content:space-between;gap:18px;padding:10px 0;border-bottom:1px solid #f1f5f9}
.dfgchat-detail-row span{font-size:12px;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}
.dfgchat-detail-row strong{font-size:13px;color:#0f172a;text-align:right;word-break:break-word}
.dfgchat-detail-section{padding:18px 20px 22px;border-top:1px solid #f1f5f9}
.dfgchat-detail-section__label{text-transform:uppercase;letter-spacing:.06em;font-size:11px;color:#94a3b8;margin-bottom:12px}
.dfgchat-activity-item{display:flex;align-items:flex-start;gap:10px;padding:10px 0;color:#334155}
.dfgchat-activity-item span{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:700;flex:none}
.dfgchat-activity-item strong{font-size:13px;line-height:1.35}
.dfgchat-inbox-premium--intercom{display:grid;grid-template-columns:340px minmax(0,1fr);gap:18px}
.dfgchat-conversation-list,.dfgchat-conversation-view{min-height:640px}
.dfgchat-thread-list.premium{display:flex;flex-direction:column;padding:10px;gap:8px}
.dfgchat-thread-premium{display:flex;gap:12px;padding:14px;border-radius:18px;text-decoration:none;color:#111827;border:1px solid transparent;background:#fff;transition:all .16s ease}
.dfgchat-thread-premium:hover{background:#f8fafc;border-color:#eef2f7}
.dfgchat-thread-premium.is-active{background:#f8fafc;border-color:#e2e8f0;box-shadow:inset 0 0 0 1px #eef2f7}
.dfgchat-thread-premium__avatar{width:42px;height:42px;border-radius:999px;background:#111827;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;flex:none}
.dfgchat-thread-premium__body{min-width:0;flex:1}
.dfgchat-thread-premium__top{display:flex;align-items:center;justify-content:space-between;gap:8px}
.dfgchat-thread-premium__meta,.dfgchat-thread-premium__preview{font-size:12px;color:#64748b;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dfgchat-conversation-view__head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px;border-bottom:1px solid #f1f5f9}
.dfgchat-conversation-user{display:flex;align-items:center;gap:14px}
.dfgchat-message-stream{display:flex;flex-direction:column;gap:14px;padding:20px;min-height:420px;max-height:520px;overflow:auto;background:linear-gradient(180deg,#ffffff 0%,#fafbfc 100%)}
.dfgchat-msg-row{display:flex}
.dfgchat-msg-row.is-admin{justify-content:flex-end}
.dfgchat-msg-row.is-visitor,.dfgchat-msg-row.is-system{justify-content:flex-start}
.dfgchat-msg-bubble{max-width:72%;border-radius:18px;padding:14px 16px;background:#f3f4f6;color:#0f172a;box-shadow:0 6px 16px rgba(15,23,42,.04)}
.dfgchat-msg-row.is-admin .dfgchat-msg-bubble{background:#111827;color:#fff}
.dfgchat-msg-row.is-system .dfgchat-msg-bubble{background:#fff7ed;color:#9a3412}
.dfgchat-msg-bubble__meta{font-size:11px;opacity:.72;margin-bottom:6px;font-weight:700}
.dfgchat-msg-bubble__text{font-size:14px;line-height:1.55}
.dfgchat-replybox{padding:18px 20px;border-top:1px solid #f1f5f9;background:#fff}
.dfgchat-replybox__inner{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}
.dfgchat-replybox textarea{width:100%;border:1px solid #dbe3ee;border-radius:16px;padding:14px 15px;resize:vertical;min-height:80px;font-size:14px;box-shadow:inset 0 1px 1px rgba(15,23,42,.02)}
.dfgchat-replybox button{border:0;border-radius:16px;padding:14px 18px;background:#111827;color:#fff;font-weight:800;min-width:110px}
.dfgchat-settings-formwrap--premium .panel{border:0!important;box-shadow:none!important;background:transparent!important;padding:0!important}
.dfgchat-settings-formwrap--premium .panel-heading{display:none!important}
.dfgchat-settings-formwrap--premium .form-wrapper{padding:0!important}
.dfgchat-status-banner{display:flex;align-items:flex-start;gap:12px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:16px;margin:0 22px 22px}
@media (max-width: 1400px){
  .dfgchat-premium-grid{grid-template-columns:1fr}
}
@media (max-width: 1100px){
  .dfgchat-admin-shell--premium{grid-template-columns:1fr}
  .dfgchat-admin-sidebar{min-height:auto}
  .dfgchat-inbox-premium--intercom{grid-template-columns:1fr}
  .dfgchat-stat-grid,.dfgchat-stat-grid--compact{grid-template-columns:1fr 1fr}
}
@media (max-width: 767px){
  .dfgchat-topbar--premium{flex-direction:column}
  .dfgchat-stat-grid,.dfgchat-stat-grid--compact{grid-template-columns:1fr}
  .dfgchat-replybox__inner{grid-template-columns:1fr}
}

/* v1.6.0 SaaS motion */
.dfgchat-motion-ready .dfgchat-reveal{opacity:0;transform:translateY(10px) scale(.995);animation:dfgchatFadeUp .45s cubic-bezier(.2,.8,.2,1) forwards;animation-delay:var(--dfgchat-delay,0ms)}
@keyframes dfgchatFadeUp{to{opacity:1;transform:translateY(0) scale(1)}}
.dfgchat-premium-panel,.dfgchat-stat-card,.dfgchat-force-sidebar,.dfgchat-tool-search,.dfgchat-topstatus,.dfgchat-notify-bubble{transition:all .22s cubic-bezier(.2,.8,.2,1)!important}
.dfgchat-stat-card:hover{transform:translateY(-2px)!important;box-shadow:0 20px 38px rgba(15,23,42,.08)!important}
.dfgchat-premium-panel:hover{box-shadow:0 22px 46px rgba(15,23,42,.08)!important}
.dfgchat-force-item,.dfgchat-thread-premium,.dfgchat-tool-chip,.dfgchat-topstatus,.dfgchat-notify-bubble,.dfgchat-replybox button{transition:all .2s cubic-bezier(.2,.8,.2,1)!important}
.dfgchat-force-item:hover,.dfgchat-force-item.is-active{box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)!important}
.dfgchat-thread-premium:hover,.dfgchat-thread-premium.is-hovered{transform:translateY(-1px)!important;box-shadow:0 14px 30px rgba(15,23,42,.06)!important}
.dfgchat-thread-premium.is-active{transform:none!important}
.dfgchat-table tbody tr{transition:background-color .2s ease, transform .18s ease, box-shadow .18s ease}
.dfgchat-table tbody tr:hover{transform:translateY(-1px);box-shadow:inset 0 0 0 9999px rgba(248,250,252,.8)}
.dfgchat-status-chip,.dfgchat-force-chip,.dfgchat-admin-badge,.dfgchat-force-badge,.dfgchat-force-count,.dfgchat-tool-chip,.dfgchat-topstatus,.dfgchat-notify-bubble{transition:all .18s ease!important}
.dfgchat-avatar,.dfgchat-thread-premium__avatar,.dfgchat-force-brand-logo{transition:transform .22s cubic-bezier(.2,.8,.2,1), box-shadow .22s cubic-bezier(.2,.8,.2,1)!important}
.dfgchat-visitor-link:hover .dfgchat-avatar,.dfgchat-thread-premium:hover .dfgchat-thread-premium__avatar{transform:scale(1.04)}
.dfgchat-message-stream{scroll-behavior:smooth}
.dfgchat-msg-bubble{transition:transform .18s ease, box-shadow .18s ease}
.dfgchat-msg-bubble:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(15,23,42,.06)}
.dfgchat-replybox textarea{transition:border-color .18s ease, box-shadow .18s ease, height .1s ease}
.dfgchat-replybox textarea:focus{border-color:#cbd5e1;box-shadow:0 0 0 4px rgba(15,23,42,.05);outline:0}
.dfgchat-replybox button:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(15,23,42,.14)}
.dfgchat-replybox button:active{transform:translateY(0)}
.dfgchat-force-store:hover,.dfgchat-tool-chip--link:hover{transform:translateY(-1px)!important;box-shadow:0 14px 28px rgba(15,23,42,.08)!important}
.dfgchat-topbar{animation:dfgchatFadeUp .35s cubic-bezier(.2,.8,.2,1) both}
.dfgchat-premium-grid,.dfgchat-inbox-premium,.dfgchat-settings-layout{animation:dfgchatFadeUp .4s cubic-bezier(.2,.8,.2,1) both}

.dfgchatpro-aihint{font-size:12px;color:#6b7280;margin-top:8px;line-height:1.4}.dfgchatpro-aihint strong{color:#111827}


.dfgchatpro-response:empty{display:none!important}
.dfgchatpro-response{min-height:0!important}


/* v1.9.3 safe front polish */
.dfgchatpro-msg{animation:dfgchatLivePop .18s ease}
@keyframes dfgchatLivePop{0%{opacity:.45;transform:translateY(5px)}100%{opacity:1;transform:translateY(0)}}
.dfgchatpro-response{font-size:12px!important;color:#64748b!important}


/* v1.9.4 admin auto refresh */
.dfgchat-live-pulse{animation:dfgchatLivePulse .9s ease}
@keyframes dfgchatLivePulse{
  0%{transform:scale(1)}
  35%{transform:scale(1.08)}
  100%{transform:scale(1)}
}
