[data-chat-screen]{--bg:#111111;--surface:#1e1e1e;--surface-2:#2a2a2a;--text:#ededed;--text-dim:#9a9a9a;--mine:#7c5cbf;--accent:#daa96a;--line:#333333;--radius:18px;font-family:system-ui,-apple-system,Segoe UI,sans-serif;position:fixed;inset:0;display:flex;flex-direction:column;background:var(--bg);color:var(--text)}[data-chat-banner]{flex:0 0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:calc(env(safe-area-inset-top) + 10px) 14px 10px;background:var(--surface);border-bottom:1px solid var(--line);color:var(--text);font-size:14px;line-height:1.35}[data-chat-banner] p{flex:1 1 170px;margin:0}[data-chat-banner] button{flex:0 0 auto;min-width:44px;min-height:44px;padding:0 16px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2);color:var(--text);font:inherit;font-size:15px;font-weight:600;cursor:pointer}[data-chat-banner] button[data-primary]{background:var(--mine);border-color:var(--mine);color:#fff}[data-chat-banner] button:active{opacity:.85}[data-chat-app]{flex:1 1;min-height:0;display:flex;flex-direction:column}[data-chat-app]:not([data-chat-open]){overflow-y:auto;-webkit-overflow-scrolling:touch;padding-top:env(safe-area-inset-top)}[data-chat-search]{padding:10px 12px;background:var(--surface);position:-webkit-sticky;position:sticky;top:env(safe-area-inset-top);z-index:1}[data-chat-search] input{width:100%;padding:9px 12px;border-radius:999px;border:1px solid var(--line);background:var(--bg);color:var(--text);font:inherit;font-size:16px}[data-chat-new-message-btn]{display:block;width:calc(100% - 24px);margin:10px 12px 0;min-height:44px;padding:0 16px;border:0;border-radius:999px;background:var(--mine);color:#fff;font:inherit;font-size:15px;font-weight:600;cursor:pointer}[data-chat-new-message-btn]:active{opacity:.85}[data-chat-list]{list-style:none;margin:0;padding:0}[data-chat-conv]{width:100%;display:flex;align-items:center;gap:12px;padding:10px 14px;background:none;border:0;border-bottom:1px solid var(--line);color:inherit;font:inherit;text-align:left;cursor:pointer}[data-chat-conv][data-selected=true]{background:var(--surface)}[data-chat-avatar]{flex:0 0 44px;height:44px;border-radius:999px;background:var(--surface-2);color:var(--accent);display:grid;place-items:center;font-size:15px;font-weight:600}[data-chat-conv-main]{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}[data-chat-conv-top]{display:flex;align-items:baseline;gap:8px}[data-chat-conv-title]{flex:1 1;min-width:0;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-chat-conv-time]{color:var(--text-dim);font-size:12px;flex:0 0 auto}[data-chat-conv-subtitle]{color:var(--text-dim);font-size:12px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-chat-conv-bottom]{display:flex;align-items:center;gap:8px}[data-chat-conv-preview]{flex:1 1;min-width:0;color:var(--text-dim);font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-chat-conv-preview][data-empty=true]{font-style:italic;opacity:.7}[data-chat-unread-badge]{flex:0 0 auto;width:10px;height:10px;border-radius:999px;background:var(--mine)}[data-chat-conv][data-unread=true] [data-chat-conv-title]{font-weight:700}[data-chat-conv][data-unread=true] [data-chat-conv-preview]{color:var(--text)}[data-chat-panel]{flex:1 1;min-height:0;display:flex;flex-direction:column}[data-chat-head]{display:flex;align-items:center;gap:10px;padding:calc(env(safe-area-inset-top) + 10px) 14px 10px;background:var(--surface);border-bottom:1px solid var(--line)}[data-chat-head] [data-eye]{display:none}[data-chat-titles]{flex:1 1;min-width:0}[data-chat-title]{font-weight:600;font-size:17px}[data-chat-subtitle],[data-chat-title]{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-chat-subtitle]{color:var(--text-dim);font-size:13px;line-height:1.3}[data-chat-back],[data-chat-x]{background:none;border:0;color:var(--text);font-size:22px;line-height:1;padding:4px 6px;cursor:pointer}[data-chat-messages]{flex:1 1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:6px;padding:12px}[data-chat-status]{color:var(--text-dim);text-align:center;padding:24px 0}[data-chat-day-divider]{align-self:center;flex:0 0 auto;margin:4px 0;padding:4px 14px;border-radius:999px;background:var(--surface-2);color:var(--text-dim);font-size:12px;font-weight:600}[data-chat-msg]{max-width:78%;align-self:flex-start;background:var(--surface-2);border-radius:var(--radius);border-bottom-left-radius:6px;padding:8px 12px 6px;display:flex;flex-direction:column}[data-chat-msg][data-mine=true]{align-self:flex-end;background:var(--mine);color:#fff;border-bottom-left-radius:var(--radius);border-bottom-right-radius:6px}[data-chat-sender]{font-size:12px;font-weight:600;color:var(--accent);margin-bottom:2px}[data-chat-1on1] [data-chat-sender]{display:none}[data-chat-body]{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.35}[data-chat-foot]{display:flex;justify-content:flex-end;align-items:center;gap:6px;margin-top:2px}[data-chat-time]{font-size:11px;color:var(--text-dim)}[data-chat-msg][data-mine=true] [data-chat-time]{color:rgba(255,255,255,.72)}[data-chat-media]{max-width:100%}[data-chat-media-loading],[data-chat-media]{border-radius:12px;margin-bottom:6px;display:block}[data-chat-media-loading]{width:240px;aspect-ratio:4/3;background:var(--surface)}[data-chat-react-wrap]{position:relative;display:flex;align-items:center}[data-chat-react-add]{box-sizing:content-box;width:22px;height:22px;padding:8px;margin:-8px;display:grid;place-items:center;border:0;border-radius:999px;background:none;color:var(--text-dim);font-size:14px;line-height:1;cursor:pointer;opacity:.75}[data-chat-msg][data-mine=true] [data-chat-react-add]{color:rgba(255,255,255,.75)}[data-chat-react-add]:active{opacity:1}[data-chat-react-picker]{position:absolute;bottom:calc(100% + 6px);right:0;display:flex;gap:2px;padding:4px;background:var(--surface-2);border:1px solid var(--line);border-radius:999px;box-shadow:0 6px 20px rgba(0,0,0,.4);z-index:2}[data-chat-react-option]{width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:999px;background:none;font-size:17px;line-height:1;cursor:pointer}[data-chat-react-option]:active{background:var(--line)}[data-chat-reactions]{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}[data-chat-reaction]{display:inline-flex;align-items:center;gap:3px;min-height:22px;padding:2px 8px;border:0;border-radius:999px;background:rgba(255,255,255,.12);color:inherit;font-size:12px;line-height:1.4;cursor:pointer}[data-chat-composer]{display:flex;align-items:flex-end;gap:8px;padding:8px 10px;padding-bottom:calc(env(safe-area-inset-bottom) + var(--chat-kb, 0px) + 8px);background:var(--surface);border-top:1px solid var(--line)}[data-chat-composer] textarea{flex:1 1;resize:none;height:44px;max-height:120px;padding:10px 12px;border-radius:var(--radius);border:1px solid var(--line);background:var(--bg);color:var(--text);font:inherit;font-size:16px;line-height:1.3}[data-chat-attach],[data-chat-send]{border:0;border-radius:999px;min-width:44px;min-height:44px;font-size:16px;cursor:pointer}[data-chat-attach]{background:var(--surface-2);color:var(--text)}[data-chat-send]{background:var(--mine);color:#fff;padding:0 16px}[data-chat-attach]:disabled,[data-chat-send]:disabled{opacity:.45;cursor:default}[data-chat-upload-error]{flex:0 0 auto;margin:0;padding:10px 14px calc(env(safe-area-inset-bottom) + 10px);background:#4a1414;color:#ffd7d7;border-top:1px solid #7a2323;font-size:13px;font-weight:600;line-height:1.4;text-align:center}[data-chat-tabs]{display:flex;border-top:1px solid var(--line);background:var(--surface);padding-bottom:env(safe-area-inset-bottom)}[data-chat-tab]{flex:1 1;text-align:center;padding:12px 0;color:var(--text-dim);text-decoration:none;font-size:14px}[data-chat-tab][aria-current=page]{color:var(--text);box-shadow:inset 0 2px 0 var(--mine)}[data-chat-tab][aria-disabled=true]{opacity:.4}[data-chat-app][data-chat-open]~[data-chat-tabs]{display:none}[data-chat-sandbox-note]{flex:0 0 auto;margin:0;padding:10px 14px;background:#3b3016;border-bottom:1px solid #5c4a1f;color:#f2e3bf;font-size:12px;line-height:1.4}[data-chat-customer-composer] [data-chat-sandbox-note]{margin:8px 10px 0;padding:8px 10px;border:0;border-radius:12px}[data-chat-conv][data-unmatched=true] [data-chat-avatar]{color:var(--text-dim)}[data-chat-msg-row]{display:flex;flex-direction:column;align-items:flex-start;min-width:0}[data-chat-msg-row][data-mine=true]{align-items:flex-end}[data-chat-delivery]{display:inline-flex;align-items:center;gap:4px;margin:1px 8px 0;color:var(--text-dim);font-size:11px;line-height:1.3}[data-chat-delivery]:before{content:"\2713";font-size:12px;line-height:1}[data-chat-delivery][data-chat-delivery-status=delivered]:before,[data-chat-delivery][data-chat-delivery-status=read]:before{content:"\2713\2713";letter-spacing:-.28em;padding-right:.28em}[data-chat-delivery][data-chat-delivery-status=queued]:before{content:"\25CC"}[data-chat-delivery][data-chat-delivery-status=read]{color:#53bdeb}[data-chat-delivery][data-chat-failed=true]{color:#ff9b9b;font-weight:600}[data-chat-delivery][data-chat-failed=true]:before{content:"!";font-weight:700}[data-chat-customer-media-more]{margin:2px 8px 0;padding:2px 9px;border-radius:999px;background:var(--surface-2);color:var(--text-dim);font-size:11px;font-weight:600;line-height:1.5}[data-chat-customer-composer]{flex:0 0 auto;background:var(--surface);border-top:1px solid var(--line);padding-bottom:calc(env(safe-area-inset-bottom) + var(--chat-kb, 0px))}[data-chat-customer-composer] [data-chat-composer]{border-top:0;padding-bottom:8px;flex-wrap:wrap}[data-chat-channel-picker]{display:flex;gap:4px;margin:8px 10px 0;padding:3px;background:var(--bg);border:1px solid var(--line);border-radius:999px}[data-chat-channel-option]{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;border:0;border-radius:999px;background:none;color:var(--text-dim);font:inherit;font-size:14px;font-weight:600;cursor:pointer}[data-chat-channel-option]:before{content:"";width:8px;height:8px;border-radius:999px;background:currentColor;opacity:.5}[data-chat-channel-option][data-channel=whatsapp]:before{background:#25d366}[data-chat-channel-option][data-channel=sms]:before{background:#7fb6ff}[data-chat-channel-option][data-active=true]{background:var(--surface-2);color:var(--text)}[data-chat-channel-option][data-active=true]:before{opacity:1}[data-chat-attach-reason]{order:1;flex:1 0 100%;padding:2px 4px 0 52px;color:var(--text-dim);font-size:11px;line-height:1.2}[data-chat-window-banner]{display:flex;flex-direction:column;gap:8px;padding:10px;max-height:min(52vh,420px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}[data-chat-window-reason]{margin:0;padding:9px 11px;border-radius:12px;background:var(--surface-2);color:var(--text);font-size:13px;line-height:1.4}[data-chat-window-error]{margin:0;padding:0 2px;color:#ffb4b4;font-size:12px;line-height:1.4}[data-chat-no-templates]{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0;padding:0 2px;color:var(--text-dim);font-size:13px;line-height:1.4}[data-chat-switch-sms]{min-height:38px;font:inherit;font-size:14px;font-weight:600}[data-chat-open-templates],[data-chat-switch-sms]{padding:0 16px;border:0;border-radius:999px;background:var(--mine);color:#fff;cursor:pointer}[data-chat-open-templates]{width:100%;min-height:44px;font:inherit;font-size:15px;font-weight:600}[data-chat-open-templates]:active{opacity:.85}[data-chat-template-sheet]{--bg:#111111;--surface:#1e1e1e;--surface-2:#2a2a2a;--text:#ededed;--text-dim:#9a9a9a;--mine:#7c5cbf;--accent:#daa96a;--line:#333333;font-family:system-ui,-apple-system,Segoe UI,sans-serif;position:fixed;inset:0;z-index:5;display:flex;flex-direction:column;background:var(--bg);color:var(--text)}[data-chat-sheet-head]{flex:0 0 auto;display:flex;align-items:center;gap:10px;padding:calc(env(safe-area-inset-top) + 10px) 14px 10px;background:var(--surface);border-bottom:1px solid var(--line)}[data-chat-sheet-back]{flex:0 0 auto;min-height:44px;padding:0 6px 0 0;background:none;border:0;color:var(--text);font:inherit;font-size:15px;font-weight:600;cursor:pointer}[data-chat-sheet-title]{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-size:17px}[data-chat-sheet-body]{flex:1 1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:14px 14px calc(env(safe-area-inset-bottom) + 14px)}[data-chat-sheet-empty]{margin:40px auto 0;max-width:32ch;color:var(--text-dim);text-align:center;font-size:15px;line-height:1.5}[data-chat-sheet-list]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}[data-chat-sheet-template]{width:100%;min-height:56px;display:flex;flex-direction:column;gap:4px;padding:14px 16px;border:0;border-radius:14px;background:var(--surface-2);color:inherit;text-align:left;font:inherit;cursor:pointer}[data-chat-sheet-template]:active{background:var(--surface)}[data-chat-template-name]{font-size:15px;font-weight:700;color:var(--text)}[data-chat-template-desc]{font-size:13px;line-height:1.4;color:var(--text-dim)}[data-chat-sheet-form]{display:flex;flex-direction:column;gap:14px}[data-chat-sheet-change]{align-self:flex-start;padding:4px 0;background:none;border:0;color:var(--accent);font:inherit;font-size:13px;font-weight:600;cursor:pointer}[data-chat-template-field]{display:flex;flex-direction:column;gap:6px}[data-chat-template-field-label]{font-size:13px;font-weight:600;color:var(--text-dim)}[data-chat-template-var]{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);font:inherit;font-size:16px}[data-chat-template-var]::placeholder{color:var(--text-dim)}[data-chat-sheet-error]{margin:0;padding:8px 12px;border:1px solid #7a2323;border-radius:12px;background:#4a1414;color:#ffd7d7;font-size:13px;font-weight:600;line-height:1.4}[data-chat-template-send]{min-height:48px;padding:0 16px;border:0;border-radius:999px;background:var(--mine);color:#fff;font:inherit;font-size:15px;font-weight:600;cursor:pointer}[data-chat-template-send]:disabled{background:var(--surface-2);color:var(--text-dim);cursor:default}[data-chat-send-error]{margin:8px 10px 0;padding:8px 12px;border:1px solid #7a2323;border-radius:12px;background:#4a1414;color:#ffd7d7;font-size:13px;font-weight:600;line-height:1.4}[data-chat-app]:not([data-chat-open])>[data-chat-status]{display:grid;align-content:center;justify-items:center;min-height:62vh;padding:24px;font-size:15px;line-height:1.5}[data-chat-app]:not([data-chat-open])>[data-chat-status]:not([data-testid]):before{content:"";width:62px;height:50px;margin-bottom:16px;border:2px solid var(--line);border-radius:var(--radius) var(--radius) var(--radius) 6px;background:var(--surface)}[data-chat-messages]>[data-chat-status]{margin:auto;max-width:32ch;line-height:1.5}[data-chat-status][data-testid$=-error]{color:#ffb4b4}[data-chat-no-access]{flex:1 1;min-height:0;display:grid;place-content:center;padding:calc(env(safe-area-inset-top) + 24px) 24px 24px;color:var(--text-dim);text-align:center}[data-chat-no-access] p{margin:0;font-size:15px;line-height:1.5}[data-chat-new-conversation]{flex:1 1;min-height:0;display:flex;flex-direction:column}[data-chat-new-head]{flex:0 0 auto;display:flex;align-items:center;gap:10px;padding:calc(env(safe-area-inset-top) + 10px) 14px 10px;background:var(--surface);border-bottom:1px solid var(--line)}[data-chat-new-back]{flex:0 0 auto;min-height:44px;padding:0 6px 0 0;background:none;border:0;color:var(--text);font:inherit;font-size:15px;font-weight:600;cursor:pointer}[data-chat-new-title]{font-weight:600;font-size:17px}[data-chat-new-body]{flex:1 1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:14px;padding:14px 14px calc(env(safe-area-inset-bottom) + 14px)}[data-chat-new-error],[data-chat-new-search-error]{margin:0;padding:8px 12px;border:1px solid #7a2323;border-radius:12px;background:#4a1414;color:#ffd7d7;font-size:13px;font-weight:600;line-height:1.4}[data-chat-new-customer],[data-chat-new-job],[data-chat-new-phone]{display:flex;flex-direction:column;gap:8px;padding:14px;border-radius:14px;background:var(--surface-2)}[data-chat-new-phone]{background:var(--surface);border:1px solid var(--mine)}[data-chat-new-field-label]{font-size:13px;font-weight:600;color:var(--text-dim)}[data-chat-new-input]{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:var(--bg);color:var(--text);font:inherit;font-size:16px}[data-chat-new-phone-preview]{margin:0;font-size:13px;color:var(--accent);font-weight:600}[data-chat-new-phone-invalid]{margin:0;font-size:13px;color:#ffb4b4}[data-chat-new-continue]{align-self:flex-start;min-height:44px;padding:0 20px;border:0;border-radius:999px;background:var(--mine);color:#fff;font:inherit;font-size:15px;font-weight:600;cursor:pointer}[data-chat-new-continue]:disabled{background:var(--surface);color:var(--text-dim);cursor:default}[data-chat-new-results]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}[data-chat-new-result]{width:100%;display:flex;flex-direction:column;gap:2px;padding:10px 12px;border:0;border-radius:12px;background:var(--surface);color:inherit;text-align:left;font:inherit;cursor:pointer}[data-chat-new-result]:active{background:var(--bg)}[data-chat-new-result]:disabled{cursor:default;opacity:.6}[data-chat-new-result-name]{font-size:14px;font-weight:700;color:var(--text)}[data-chat-new-result-meta]{font-size:12px;color:var(--text-dim)}[data-chat-new-result-reason]{font-size:12px;color:#ffb4b4}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--page);color:var(--text);font-family:var(--font-body);font-size:var(--body-size);line-height:var(--leading);padding-bottom:calc(var(--space-6) + env(safe-area-inset-bottom))}a{color:var(--accent);text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible{outline:var(--border-width) solid var(--accent);outline-offset:var(--space-1)}h1,h2,h3{font-family:var(--font-display);margin:0;text-wrap:balance}p{margin:0;text-wrap:pretty}.m-scroll-x{overflow-x:auto;-webkit-overflow-scrolling:touch}.m-num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.m-wrap{max-width:40rem;margin-inline:auto;padding:var(--space-3)}.m-msg{padding:var(--space-5) var(--space-3);text-align:center;color:var(--text-2)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}