.zs-chat-root{--zs-yellow:#ffd928;--zs-bg:#10120f;--zs-panel:#171a16;--zs-card:#222620;--zs-line:rgba(255,255,255,.11);--zs-text:#f7f8f3;--zs-muted:#afb6aa;position:fixed;z-index:9998;right:18px;bottom:92px;font:15px/1.5 Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--zs-text)}.zs-chat-root *{box-sizing:border-box}.zs-chat-launcher{width:58px;height:58px;border:1px solid rgba(255,217,40,.34);border-radius:19px;background:var(--zs-bg);color:var(--zs-yellow);display:grid;place-items:center;box-shadow:0 18px 50px rgba(0,0,0,.28),0 0 30px rgba(255,217,40,.12);cursor:pointer;transition:transform .25s,box-shadow .25s}.zs-chat-launcher:hover{transform:translateY(-3px);box-shadow:0 22px 55px rgba(0,0,0,.34),0 0 36px rgba(255,217,40,.2)}.zs-chat-launcher svg{width:27px;height:27px}.zs-chat-launcher__badge{position:absolute;right:-4px;top:-4px;min-width:22px;height:22px;padding:0 5px;border-radius:999px;background:#e74d3d;color:#fff;display:grid;place-items:center;font-size:.72rem;font-weight:800}.zs-chat-launcher__badge[hidden]{display:none}.zs-chat-panel{position:absolute;right:0;bottom:72px;width:min(390px,calc(100vw - 24px));height:min(650px,calc(100dvh - 118px));display:grid;grid-template-rows:auto 1fr;background:var(--zs-bg);border:1px solid var(--zs-line);border-radius:26px;box-shadow:0 30px 90px rgba(0,0,0,.48);overflow:hidden;transform-origin:bottom right;animation:zs-chat-in .24s ease-out}.zs-chat-panel[hidden]{display:none}.zs-chat-head{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:17px 18px;background:linear-gradient(135deg,#1b1e19,#11130f);border-bottom:1px solid var(--zs-line)}.zs-chat-logo{width:40px;height:40px;border-radius:13px;background:var(--zs-yellow);color:#11140f;display:grid;place-items:center;font-weight:950;font-size:1.15rem}.zs-chat-title{margin:0;color:#fff;font-size:1rem;font-weight:850;letter-spacing:-.02em}.zs-chat-presence{display:flex;align-items:center;gap:6px;margin-top:2px;color:var(--zs-muted);font-size:.75rem}.zs-chat-dot{width:7px;height:7px;border-radius:50%;background:#8b9288}.zs-chat-dot[data-state=online]{background:#65d98a;box-shadow:0 0 10px rgba(101,217,138,.7)}.zs-chat-dot[data-state=busy]{background:#ffb74a}.zs-chat-icon-button{width:42px;height:42px;border:0;border-radius:12px;background:transparent;color:#fff;display:grid;place-items:center;cursor:pointer}.zs-chat-icon-button:hover{background:rgba(255,255,255,.08)}.zs-chat-main{min-height:0;display:grid;background:radial-gradient(circle at 100% 0,rgba(255,217,40,.07),transparent 32%),var(--zs-panel)}.zs-chat-intro{overflow:auto;padding:22px}.zs-chat-intro h3{margin:0 0 8px;color:#fff;font-size:1.42rem;line-height:1.15}.zs-chat-intro>p{margin:0 0 20px;color:var(--zs-muted)}.zs-chat-form{display:grid;gap:13px}.zs-chat-field{display:grid;gap:6px}.zs-chat-field label{font-size:.8rem;font-weight:760}.zs-chat-field input,.zs-chat-field select,.zs-chat-field textarea,.zs-chat-composer textarea{width:100%;min-width:0;border:1px solid var(--zs-line);border-radius:13px;background:var(--zs-card);color:#fff;padding:12px 13px;outline:none}.zs-chat-field input:focus,.zs-chat-field select:focus,.zs-chat-field textarea:focus,.zs-chat-composer textarea:focus{border-color:var(--zs-yellow);box-shadow:0 0 0 3px rgba(255,217,40,.14)}.zs-chat-field textarea{min-height:86px;resize:vertical}.zs-chat-hidden{position:absolute!important;left:-10000px!important}.zs-chat-privacy{font-size:.72rem;color:var(--zs-muted);margin:0}.zs-chat-privacy a{color:var(--zs-yellow)}.zs-chat-button{min-height:48px;border:0;border-radius:13px;background:var(--zs-yellow);color:#11140f;padding:12px 16px;font-weight:900;cursor:pointer}.zs-chat-button:disabled{opacity:.6;cursor:wait}.zs-chat-error{min-height:22px;margin:0;color:#ff9d91;font-size:.78rem}.zs-chat-conversation{min-height:0;display:grid;grid-template-rows:1fr auto}.zs-chat-messages{min-height:0;overflow:auto;padding:20px 16px;display:flex;flex-direction:column;gap:11px;overscroll-behavior:contain}.zs-chat-message{max-width:84%;align-self:flex-start}.zs-chat-message--visitor{align-self:flex-end}.zs-chat-bubble{padding:10px 13px;border-radius:15px 15px 15px 5px;background:var(--zs-card);color:#fff;white-space:pre-wrap;overflow-wrap:anywhere}.zs-chat-message--visitor .zs-chat-bubble{background:var(--zs-yellow);color:#11140f;border-radius:15px 15px 5px 15px}.zs-chat-message--system{max-width:94%;align-self:center;text-align:center}.zs-chat-message--system .zs-chat-bubble{background:transparent;color:var(--zs-muted);font-size:.8rem}.zs-chat-meta{display:flex;gap:6px;margin-top:3px;color:var(--zs-muted);font-size:.68rem}.zs-chat-message--visitor .zs-chat-meta{justify-content:flex-end}.zs-chat-file{display:flex;align-items:center;gap:8px;color:inherit;font-weight:750}.zs-chat-composer{border-top:1px solid var(--zs-line);padding:12px;background:#121411}.zs-chat-composer__row{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:end}.zs-chat-composer textarea{height:48px;max-height:120px;resize:none}.zs-chat-send{width:48px;height:48px;border-radius:13px;border:0;background:var(--zs-yellow);color:#11140f;font-weight:900;cursor:pointer}.zs-chat-tools{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:7px}.zs-chat-tools button,.zs-chat-tools label{border:0;background:none;color:var(--zs-muted);padding:5px;cursor:pointer;font-size:.73rem}.zs-chat-tools input{display:none}.zs-chat-statusline{min-height:18px;color:var(--zs-muted);font-size:.7rem;margin-top:5px}.zs-chat-offline{padding:7px 10px;background:rgba(255,217,40,.09);color:#e8ddb0;font-size:.72rem;text-align:center;border-bottom:1px solid var(--zs-line)}.zs-chat-live{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.zs-chat-root button:focus-visible,.zs-chat-root a:focus-visible,.zs-chat-root input:focus-visible,.zs-chat-root select:focus-visible,.zs-chat-root textarea:focus-visible{outline:3px solid var(--zs-yellow);outline-offset:2px}@keyframes zs-chat-in{from{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:none}}@media(max-width:600px){body.zs-chat-open{overflow:hidden}.zs-chat-root{right:10px;bottom:82px}.zs-chat-panel{position:fixed;inset:max(8px,env(safe-area-inset-top)) 8px max(8px,env(safe-area-inset-bottom));width:auto;height:auto;border-radius:22px;transform-origin:bottom center}.zs-chat-head{padding:14px}.zs-chat-intro{padding:18px}.zs-chat-messages{padding:16px 12px}.zs-chat-composer{padding:10px}.zs-chat-composer__row{grid-template-columns:1fr auto}.zs-chat-composer__row>.zs-chat-icon-button{display:none}}@media(max-width:360px){.zs-chat-panel{inset:4px}.zs-chat-head{padding:10px 12px}.zs-chat-logo{width:36px;height:36px}.zs-chat-intro{padding:15px}.zs-chat-messages{padding:12px 10px}.zs-chat-bubble{padding:9px 11px}}@media(prefers-reduced-motion:reduce){.zs-chat-panel{animation:none}.zs-chat-launcher{transition:none}}
