.chatfab{position:fixed;right:clamp(1rem,3vw,1.6rem);bottom:clamp(1rem,3vw,1.6rem);z-index:70;width:56px;height:56px;border-radius:50%;background:#23FFBD;color:#05060b;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 26px rgba(0,0,0,.5);transition:transform .15s,background .15s}.chatfab:hover{background:#5BFFCE;transform:translateY(-2px)}.chatfab:focus-visible{outline:2px solid #23FFBD;outline-offset:3px}.chatpanel{position:fixed;right:clamp(1rem,3vw,1.6rem);bottom:calc(clamp(1rem, 3vw, 1.6rem) + 68px);z-index:70;width:min(370px,calc(100vw - 2rem));max-height:min(70vh,560px);display:flex;flex-direction:column;background:#0C0E17;border:1px solid rgba(255,255,255,.1);border-radius:18px;box-shadow:0 24px 60px rgba(0,0,0,.55);overflow:hidden;color:#9F9E9F;font-size:.92rem}.chathead{display:flex;gap:.7rem;padding:1rem 1.1rem;border-bottom:1px solid rgba(255,255,255,.1)}.chatdot{width:9px;height:9px;border-radius:50%;background:#8E8D95;margin-top:.38rem;flex:none}.chatdot.is-online{background:#23FFBD;box-shadow:0 0 0 3px rgba(35,255,189,.18)}.chattitle{margin:0;color:#fff;font-weight:600;font-size:.95rem}.chatnote{margin:.25rem 0 0;font-size:.8rem;line-height:1.45;color:#9F9E9F}.chatstream{flex:1;overflow-y:auto;padding:1rem 1.1rem;gap:.7rem}.chatpresets,.chatstream{display:flex;flex-direction:column}.chatpresets{align-items:flex-start;gap:.45rem}.chatpresets-lbl{margin:0 0 .2rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#8E8D95}.chatchip{text-align:left;font:inherit;font-size:.85rem;color:#fff;cursor:pointer;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:100px;padding:.45rem .85rem;transition:border-color .15s,color .15s}.chatchip:hover{border-color:#23FFBD;color:#23FFBD}.chatmsg{display:flex;flex-direction:column;max-width:85%}.chatmsg.is-visitor{align-self:flex-end;align-items:flex-end}.chatmsg.is-agent,.chatmsg.is-system{align-self:flex-start}.chatwho{font-size:.7rem;color:#23FFBD;margin-bottom:.25rem;font-weight:600}.chatbub{padding:.6rem .8rem;border-radius:13px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.is-visitor .chatbub{background:#23FFBD;color:#05060b;border-bottom-right-radius:4px}.is-agent .chatbub,.is-system .chatbub{background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(255,255,255,.1);border-bottom-left-radius:4px}.chatemail{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:13px;padding:.85rem}.chatemail p{margin:0 0 .6rem;font-size:.85rem;line-height:1.45}.chatemail-row{display:flex;gap:.45rem}.chatemail-row input{flex:1;min-width:0;font:inherit;font-size:.88rem;color:#fff;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:9px;padding:.5rem .7rem}.chatemail-row button{font:inherit;font-size:.85rem;font-weight:600;cursor:pointer;background:#23FFBD;color:#05060b;border:0;border-radius:9px;padding:.5rem .9rem}.chaterr{margin:0;padding:.6rem 1.1rem;font-size:.82rem;color:#FF6B5E}.chatcomposer{display:flex;gap:.5rem;padding:.8rem 1.1rem;border-top:1px solid rgba(255,255,255,.1)}.chatcomposer input{flex:1;min-width:0;font:inherit;color:#fff;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:.6rem .8rem}.chatcomposer input:focus,.chatemail-row input:focus{outline:none;border-color:#23FFBD}.chatcomposer button{flex:none;display:flex;align-items:center;justify-content:center;width:42px;border:0;border-radius:10px;background:#23FFBD;color:#05060b;cursor:pointer}.chatcomposer button:disabled{opacity:.4;cursor:default}.chatfoot{margin:0;padding:0 1.1rem .9rem;font-size:.68rem;line-height:1.45;color:#8E8D95}.chatfoot a{color:#23FFBD}.chatpanel input::placeholder{color:#8E8D95;opacity:1}.chatpanel input:-webkit-autofill{-webkit-text-fill-color:#fff;box-shadow:inset 0 0 0 1000px #10121c}@media (prefers-reduced-motion:reduce){.chatfab{transition:none}.chatfab:hover{transform:none}}@media (max-width:480px){.chatpanel{right:.6rem;left:.6rem;width:auto;max-height:72vh}}