.cc-chat-launcher{position:fixed;right:24px;bottom:24px;z-index:99998;border:0;border-radius:999px;background:var(--cc-accent,#111);color:#fff;padding:13px 18px;display:flex;gap:9px;align-items:center;font:600 14px/1.1 Arial,sans-serif;box-shadow:0 12px 35px rgba(0,0,0,.22);cursor:pointer}.cc-chat-launcher:hover{transform:translateY(-1px)}.cc-chat-icon{font-size:18px}.cc-chat-launcher.is-hidden{display:none}.cc-chat-panel{position:fixed;right:24px;bottom:24px;width:380px;height:min(650px,calc(100vh - 48px));z-index:99999;background:#fff;border:1px solid #e7e7e7;border-radius:20px;box-shadow:0 24px 70px rgba(0,0,0,.24);overflow:hidden;display:none;flex-direction:column;font-family:Arial,sans-serif}.cc-chat-panel.is-open{display:flex}.cc-chat-header{background:#111;color:#fff;padding:18px 18px;display:flex;justify-content:space-between;align-items:center}.cc-chat-brand{font-size:12px;opacity:.65}.cc-chat-title{font-weight:700;font-size:16px;margin-top:3px}.cc-online{display:inline-block;width:7px;height:7px;background:#49d17d;border-radius:50%;margin-left:4px}.cc-chat-close,.cc-lead-close{border:0;background:transparent;color:inherit;font-size:24px;cursor:pointer}.cc-chat-messages{flex:1;overflow:auto;padding:18px;background:#fafafa}.cc-msg{display:flex;margin:0 0 12px}.cc-msg>div{max-width:84%;padding:11px 13px;border-radius:14px;font-size:14px;line-height:1.5}.cc-msg.bot>div{background:#fff;border:1px solid #e9e9e9;color:#222}.cc-msg.user{justify-content:flex-end}.cc-msg.user>div{background:var(--cc-accent,#111);color:#fff}.cc-thinking{opacity:.65}.cc-chat-quick{display:flex;gap:7px;padding:9px 12px;overflow:auto;border-top:1px solid #eee}.cc-chat-quick button{white-space:nowrap;border:1px solid #ddd;background:#fff;border-radius:999px;padding:7px 10px;font-size:12px;cursor:pointer}.cc-chat-form{display:flex;gap:8px;padding:11px;border-top:1px solid #eee;background:#fff}.cc-chat-form input{min-width:0;flex:1;border:1px solid #ddd;border-radius:12px;padding:11px 12px;outline:none}.cc-chat-form input:focus{border-color:var(--cc-accent,#111)}.cc-chat-form button{width:42px;border:0;border-radius:12px;background:var(--cc-accent,#111);color:#fff;font-size:17px;cursor:pointer}.cc-chat-lead{display:none;position:absolute;inset:61px 0 0;background:#fff;z-index:4;padding:16px;overflow:auto}.cc-chat-lead.is-open{display:block}.cc-lead-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.cc-lead-form{display:grid;gap:9px}.cc-lead-form input,.cc-lead-form select,.cc-lead-form textarea{width:100%;box-sizing:border-box;border:1px solid #ddd;border-radius:10px;padding:10px;font:14px Arial}.cc-lead-form button{border:0;border-radius:10px;background:var(--cc-accent,#111);color:#fff;padding:11px;font-weight:700;cursor:pointer}.cc-lead-form button:disabled{opacity:.6}.cc-lead-status{font-size:12px;line-height:1.4;color:#444}@media(max-width:600px){.cc-chat-launcher{right:14px;bottom:14px}.cc-chat-panel{right:10px;left:10px;bottom:10px;width:auto;height:calc(100vh - 20px);border-radius:17px}}