/* Enterprise Wordpress Chat Support Plugin chat widget */
.enterprise-wordpress-chat-support-plugin-chat-bubble{position:fixed;bottom:18px;right:18px;min-width:170px;height:60px;border-radius:30px;background:linear-gradient(135deg,var(--enterprise-wordpress-chat-support-plugin-primary,#1E88E5),#0f5fb8);color:#fff;display:flex;align-items:center;gap:10px;cursor:pointer;z-index:999999;box-shadow:0 14px 34px rgba(0,0,0,.24);user-select:none;border:0;padding:0 14px}.enterprise-wordpress-chat-support-plugin-chat-bubble.left{left:18px;right:auto}.enterprise-wordpress-chat-support-plugin-chat-bubble__icon{width:34px;height:34px;border-radius:18px;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;font-size:18px}.enterprise-wordpress-chat-support-plugin-chat-bubble__copy{display:grid;line-height:1.1;text-align:left}.enterprise-wordpress-chat-support-plugin-chat-bubble__copy strong{font-size:14px}.enterprise-wordpress-chat-support-plugin-chat-bubble__copy small{font-size:11px;opacity:.9}
.enterprise-wordpress-chat-support-plugin-chat-panel{position:fixed;bottom:88px;right:18px;width:380px;max-width:calc(100vw - 28px);height:620px;background:#fff;border-radius:22px;box-shadow:0 20px 50px rgba(15,23,42,.18);z-index:999999;overflow:hidden;display:none;flex-direction:column;border:1px solid #e5e7eb}.enterprise-wordpress-chat-support-plugin-chat-panel.open{display:flex}.enterprise-wordpress-chat-support-plugin-chat-panel.left{left:18px;right:auto}
.enterprise-wordpress-chat-support-plugin-chat-header{padding:16px 16px;background:linear-gradient(135deg,var(--enterprise-wordpress-chat-support-plugin-primary,#1E88E5),#0f5fb8);color:#fff;display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.enterprise-wordpress-chat-support-plugin-chat-header__title{display:grid;gap:4px}.enterprise-wordpress-chat-support-plugin-chat-header__title strong{font-size:16px}.enterprise-wordpress-chat-support-plugin-chat-header__title small{font-size:12px;opacity:.92}.enterprise-wordpress-chat-support-plugin-chat-close{background:rgba(255,255,255,.16);border:0;color:#fff;font-size:24px;line-height:1;border-radius:12px;width:36px;height:36px;cursor:pointer}
.enterprise-wordpress-chat-support-plugin-chat-body{flex:1;padding:14px;overflow:auto;background:#f8fafc;display:flex;flex-direction:column;gap:14px}.enterprise-wordpress-chat-support-plugin-chat-intro{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px}.enterprise-wordpress-chat-support-plugin-chat-intro__meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.enterprise-wordpress-chat-support-plugin-pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#eef4ff;border:1px solid #dbe7ff;color:#145f79;font-size:12px;font-weight:700}.enterprise-wordpress-chat-support-plugin-chat-prompts{display:flex;gap:8px;flex-wrap:wrap}.enterprise-wordpress-chat-support-plugin-chat-prompt{padding:8px 10px;border:1px solid #dbe7ff;border-radius:999px;background:#fff;color:#1f4052;font-size:12px;font-weight:700;cursor:pointer}
.enterprise-wordpress-chat-support-plugin-chat-messages{display:grid;gap:10px}.enterprise-wordpress-chat-support-plugin-chat-msg{padding:12px 14px;border-radius:16px;max-width:88%;font-size:14px;line-height:1.45;white-space:pre-wrap;display:grid;gap:5px;border:1px solid transparent}.enterprise-wordpress-chat-support-plugin-chat-msg.user{background:#e8f1ff;border-color:#d4e4ff;margin-left:auto}.enterprise-wordpress-chat-support-plugin-chat-msg.assistant{background:#fff;border-color:#e5e7eb}.enterprise-wordpress-chat-support-plugin-chat-msg__meta{font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.enterprise-wordpress-chat-support-plugin-typing{display:flex;gap:6px}.enterprise-wordpress-chat-support-plugin-typing span{width:7px;height:7px;border-radius:50%;background:#94a3b8;animation:enterprise-wordpress-chat-support-plugin-typing 1.2s infinite ease-in-out}.enterprise-wordpress-chat-support-plugin-typing span:nth-child(2){animation-delay:.15s}.enterprise-wordpress-chat-support-plugin-typing span:nth-child(3){animation-delay:.3s}@keyframes enterprise-wordpress-chat-support-plugin-typing{0%,80%,100%{transform:scale(.7);opacity:.6}40%{transform:scale(1);opacity:1}}
.enterprise-wordpress-chat-support-plugin-chat-lead{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;display:grid;gap:10px}.enterprise-wordpress-chat-support-plugin-chat-lead.is-complete{display:none}.enterprise-wordpress-chat-support-plugin-chat-lead label{display:grid;gap:6px;font-size:12px;font-weight:700;color:#475569}
.enterprise-wordpress-chat-support-plugin-chat-footer{display:flex;gap:10px;align-items:flex-end}.enterprise-wordpress-chat-support-plugin-chat-input{flex:1;padding:12px 14px;border:1px solid #d6dde6;border-radius:14px;font-size:14px;background:#fff;resize:none;min-height:48px}.enterprise-wordpress-chat-support-plugin-chat-input--lead{min-height:auto}.enterprise-wordpress-chat-support-plugin-chat-send{padding:12px 14px;border:0;border-radius:14px;background:var(--enterprise-wordpress-chat-support-plugin-primary,#1E88E5);color:#fff;cursor:pointer;font-weight:700;min-width:84px}.enterprise-wordpress-chat-support-plugin-chat-send--full{width:100%}.enterprise-wordpress-chat-support-plugin-chat-footer__note{font-size:12px;color:#64748b}
@media (max-width:720px){.enterprise-wordpress-chat-support-plugin-chat-bubble{min-width:64px;padding:0 14px}.enterprise-wordpress-chat-support-plugin-chat-bubble__copy{display:none}.enterprise-wordpress-chat-support-plugin-chat-panel{left:12px;right:12px;width:auto;height:70vh;bottom:86px}}

/* ---- Sprint 1: commerce cards + auth hint ---- */
.enterprise-wordpress-chat-support-plugin-chat-card{margin-top:10px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px;display:grid;gap:8px;font-size:13px}
.enterprise-wordpress-chat-support-plugin-chat-card--cart{border-left:3px solid var(--enterprise-wordpress-chat-support-plugin-primary,#1E88E5)}
.enterprise-wordpress-chat-support-plugin-chat-card--order{border-left:3px solid #0f766e}
.enterprise-wordpress-chat-support-plugin-chat-card__head{display:flex;align-items:center;gap:8px;font-weight:700;color:#1f2937}
.enterprise-wordpress-chat-support-plugin-chat-card__icon{font-size:16px}
.enterprise-wordpress-chat-support-plugin-chat-card__title{flex:1}
.enterprise-wordpress-chat-support-plugin-chat-card__row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:4px 0;border-bottom:1px solid #f1f5f9}
.enterprise-wordpress-chat-support-plugin-chat-card__row:last-of-type{border-bottom:0}
.enterprise-wordpress-chat-support-plugin-chat-card__row--muted{color:#64748b;font-size:12px}
.enterprise-wordpress-chat-support-plugin-chat-card__row--total{font-weight:700;color:#0f172a}
.enterprise-wordpress-chat-support-plugin-chat-card__label{color:#475569}
.enterprise-wordpress-chat-support-plugin-chat-card__value{color:#0f172a;text-align:right}
.enterprise-wordpress-chat-support-plugin-chat-card__value--mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}
.enterprise-wordpress-chat-support-plugin-chat-card__badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700;background:#f1f5f9;color:#334155;text-transform:capitalize}
.enterprise-wordpress-chat-support-plugin-chat-card__badge--processing{background:#fef3c7;color:#92400e}
.enterprise-wordpress-chat-support-plugin-chat-card__badge--completed,.enterprise-wordpress-chat-support-plugin-chat-card__badge--delivered{background:#dcfce7;color:#166534}
.enterprise-wordpress-chat-support-plugin-chat-card__badge--shipped{background:#dbeafe;color:#1e40af}
.enterprise-wordpress-chat-support-plugin-chat-card__badge--not_shipped{background:#f1f5f9;color:#475569}
.enterprise-wordpress-chat-support-plugin-chat-card__badge--cancelled,.enterprise-wordpress-chat-support-plugin-chat-card__badge--failed,.enterprise-wordpress-chat-support-plugin-chat-card__badge--refunded{background:#fee2e2;color:#991b1b}
.enterprise-wordpress-chat-support-plugin-chat-card__badge--on-hold,.enterprise-wordpress-chat-support-plugin-chat-card__badge--pending{background:#fef3c7;color:#92400e}
.enterprise-wordpress-chat-support-plugin-chat-card__items{margin-top:4px}
.enterprise-wordpress-chat-support-plugin-chat-card__items-label{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}
.enterprise-wordpress-chat-support-plugin-chat-card__items-list{list-style:none;padding:0;margin:0;display:grid;gap:3px}
.enterprise-wordpress-chat-support-plugin-chat-card__items-row{display:flex;justify-content:space-between;font-size:12px;color:#334155}
.enterprise-wordpress-chat-support-plugin-chat-card__items-row--more{color:#64748b;font-style:italic;justify-content:flex-start}
.enterprise-wordpress-chat-support-plugin-chat-card__items-name{flex:1}
.enterprise-wordpress-chat-support-plugin-chat-card__items-qty{color:#64748b;font-weight:700;margin-left:8px}
.enterprise-wordpress-chat-support-plugin-chat-card__cta{display:flex;gap:8px;margin-top:6px;flex-wrap:wrap}
.enterprise-wordpress-chat-support-plugin-chat-card__btn{flex:1;padding:9px 12px;border-radius:10px;font-size:13px;font-weight:700;text-align:center;text-decoration:none;cursor:pointer;border:1px solid transparent;min-width:92px}
.enterprise-wordpress-chat-support-plugin-chat-card__btn--primary{background:var(--enterprise-wordpress-chat-support-plugin-primary,#1E88E5);color:#fff}
.enterprise-wordpress-chat-support-plugin-chat-card__btn--primary:hover{filter:brightness(1.05)}
.enterprise-wordpress-chat-support-plugin-chat-card__btn--secondary{background:#fff;color:#1f4052;border-color:#dbe7ff}
.enterprise-wordpress-chat-support-plugin-chat-card__btn--secondary:hover{background:#f8fafc}
.enterprise-wordpress-chat-support-plugin-chat-auth-hint{margin-top:10px;background:#fef3c7;border:1px solid #fcd34d;border-radius:10px;padding:8px 12px;display:flex;align-items:center;gap:8px;font-size:12px;color:#92400e}
.enterprise-wordpress-chat-support-plugin-chat-auth-hint__icon{font-size:14px}
.enterprise-wordpress-chat-support-plugin-chat-auth-hint__text{flex:1;font-weight:600}
.enterprise-wordpress-chat-support-plugin-chat-input.is-emphasized{border-color:var(--enterprise-wordpress-chat-support-plugin-primary,#1E88E5);box-shadow:0 0 0 3px rgba(30,136,229,.18);transition:box-shadow .25s ease,border-color .25s ease}

/* H1 Agent UI formatting */
.enterprise-wordpress-chat-support-plugin-chat-msg__content{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.55;}
.enterprise-wordpress-chat-support-plugin-chat-link{display:inline-block;margin:2px 3px;padding:2px 8px;border-radius:999px;background:rgba(30,136,229,.10);color:var(--enterprise-wordpress-chat-support-plugin-primary,#1E88E5);text-decoration:none;font-weight:600;}
.enterprise-wordpress-chat-support-plugin-chat-link:hover{text-decoration:underline;}

/* H2 settings/reset UX */
.enterprise-wordpress-chat-support-plugin-chat-header__actions{display:flex;align-items:center;gap:8px;flex-shrink:0;}
.enterprise-wordpress-chat-support-plugin-chat-reset{background:rgba(255,255,255,.16);border:0;color:#fff;font-size:12px;line-height:1;border-radius:12px;height:36px;padding:0 10px;cursor:pointer;font-weight:700;}
.enterprise-wordpress-chat-support-plugin-chat-reset:hover,.enterprise-wordpress-chat-support-plugin-chat-close:hover{background:rgba(255,255,255,.25);}
