.alxca-widget{position:fixed !important;right:20px !important;left:auto !important;bottom:92px !important;z-index:2147483000 !important;font-family:Arial,Helvetica,sans-serif;max-width:calc(100vw - 24px)}
.alxca-widget,.alxca-widget *{box-sizing:border-box}
.alxca-widget[data-open="0"] .alxca-panel{display:none !important}
.alxca-widget[data-open="1"] .alxca-panel{display:flex !important}
.alxca-widget[data-open="1"] .alxca-toggle-badge{display:none}
.alxca-toggle{display:flex;align-items:center;gap:8px;background:var(--alxca-primary,#ff8a3d);color:#fff;border:none;border-radius:999px;padding:12px 16px;box-shadow:0 8px 24px rgba(0,0,0,.15);cursor:pointer;max-width:100%}
.alxca-toggle:hover{opacity:.96}
.alxca-toggle:focus,.alxca-close:focus,.alxca-send:focus,.alxca-input:focus,.alxca-textarea:focus{outline:2px solid rgba(245,158,11,.35);outline-offset:2px}
.alxca-toggle-dot{width:10px;height:10px;border-radius:50%;background:#fff;display:inline-block;flex:0 0 auto}
.alxca-toggle-label{font-weight:700;white-space:nowrap}
.alxca-toggle-badge{background:rgba(255,255,255,.18);padding:4px 8px;border-radius:999px;font-size:11px;white-space:nowrap}
.alxca-panel{width:min(380px,calc(100vw - 24px));height:560px;max-height:calc(100vh - 120px);background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 20px 40px rgba(0,0,0,.18);overflow:hidden;margin-top:10px;display:flex;flex-direction:column}
.alxca-head{background:linear-gradient(135deg,var(--alxca-primary,#ff8a3d),#ffad6a);color:#fff;padding:14px 16px;display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.alxca-sub{font-size:12px;opacity:.95;margin-top:2px}
.alxca-close{border:none;background:transparent;color:#fff;font-size:24px;line-height:1;cursor:pointer;padding:0 2px}
.alxca-body{padding:12px;display:flex;flex-direction:column;gap:10px;flex:1;min-height:0;background:#fafafa}
.alxca-notice{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:12px;padding:10px 12px;font-size:13px}
.alxca-guest-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.alxca-input,.alxca-textarea{width:100%;border:1px solid #d1d5db;border-radius:12px;padding:10px 12px;font:inherit;box-sizing:border-box;background:#fff}
.alxca-textarea{min-height:82px;resize:vertical}
.alxca-messages{flex:1;overflow:auto;display:flex;flex-direction:column;gap:10px;padding-right:2px}
.alxca-msg{max-width:92%;padding:10px 12px;border-radius:14px;background:#fff;border:1px solid #e5e7eb;align-self:flex-start}
.alxca-msg.is-visitor{align-self:flex-end;background:#111;color:#fff;border-color:#111}
.alxca-msg.is-ai{background:#fff;border-color:#f59e0b}
.alxca-msg.is-agent,.alxca-msg.is-admin{background:#ecfdf5;border-color:#86efac}
.alxca-msg.is-system{background:#eff6ff;border-color:#bfdbfe}
.alxca-msg-meta{font-size:11px;opacity:.75;margin-bottom:4px}
.alxca-msg-body{font-size:14px;line-height:1.45;word-break:break-word}
.alxca-foot{padding:12px;border-top:1px solid #e5e7eb;background:#fff}
.alxca-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px}
.alxca-status-text{font-size:12px;color:#6b7280}
.alxca-send{background:var(--alxca-secondary,#111);color:#fff;border:none;border-radius:12px;padding:10px 16px;cursor:pointer}
@media (max-width:640px){.alxca-widget{right:12px !important;left:12px !important;bottom:86px !important}.alxca-toggle{width:100%;justify-content:center}.alxca-panel{width:100%;height:min(78vh,560px)}.alxca-guest-fields{grid-template-columns:1fr}}
