@media (max-width:768px){#sgc-chat-wrapper.sgc-mobile-fullscreen #sgc-chat-window{position:fixed;width:100vw;height:100dvh;max-width:100%;max-height:100%;bottom:0;right:0;left:0;border-radius:0;z-index:1000000;margin:0;transform:translateY(100vh)}#sgc-chat-wrapper.sgc-mobile-fullscreen #sgc-chat-window.sgc-visible{transform:translateY(0);opacity:1}}#sgc-trigger-btn.sgc-active{background:var(--sgc-text-main);color:white;transform:rotate(90deg)}#sgc-trigger-btn.sgc-active::before,#sgc-trigger-btn.sgc-active::after{animation:none;opacity:0}#sgc-trigger-btn.sgc-active .sgc-icon-open{display:none}#sgc-trigger-btn.sgc-active .sgc-icon-close{display:block}#sgc-chat-wrapper.sgc-open #sgc-chat-window{opacity:1!important;transform:translateY(0) scale(1)!important;pointer-events:auto!important;visibility:visible!important;z-index:1000000}.sgc-message{margin-bottom:10px;padding:10px 14px;border-radius:12px;max-width:80%;font-size:14px;line-height:1.4;word-wrap:break-word}.sgc-message-user{align-self:flex-end;background:var(--sgc-primary);color:white;border-bottom-right-radius:2px}.sgc-message-bot{align-self:flex-start;background:#fff;color:var(--sgc-text-main);border:1px solid var(--sgc-border);border-bottom-left-radius:2px}.sgc-typing-bubble{padding:12px 16px;background:#fff;border:1px solid var(--sgc-border);border-radius:12px;border-bottom-left-radius:4px;display:inline-flex;align-items:center;gap:4px;width:fit-content;box-shadow:0 1px 2px rgba(0,0,0,.05);margin-bottom:10px}.sgc-typing-dot{width:6px;height:6px;background:var(--sgc-text-sub);border-radius:50%;animation:sgc-typing-bounce 1.4s infinite ease-in-out both;opacity:.6}.sgc-typing-dot:nth-child(1){animation-delay:-.32s}.sgc-typing-dot:nth-child(2){animation-delay:-.16s}.sgc-message-row{display:flex;gap:12px;align-items:flex-end}.sgc-message-row.sgc-user-row{justify-content:flex-end}.sgc-avatar{width:26px;height:26px;border-radius:50%;background:var(--sgc-primary);display:flex;align-items:center;justify-content:center;color:white;font-size:12px;flex-shrink:0;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:5px}.sgc-bubble{padding:12px 16px;border-radius:12px;font-size:14px;line-height:1.5;max-width:80%;position:relative;box-shadow:0 1px 2px rgba(0,0,0,.05);box-sizing:unset!important}.sgc-bot .sgc-bubble{background:#fff;color:var(--sgc-text-main);border-bottom-left-radius:4px;border:1px solid var(--sgc-border)}.sgc-user .sgc-bubble{background:var(--sgc-primary);color:var(--sgc-primary-text);border-bottom-right-radius:4px}.sgc-meta{font-size:11px;color:var(--sgc-text-sub);margin-top:4px;margin-left:48px}.sgc-quick-actions{display:flex;flex-direction:column;gap:8px;margin-top:10px;margin-left:48px}.sgc-btn-outline{background:0 0;border:1px solid var(--sgc-primary);color:var(--sgc-primary);padding:10px;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s;text-align:center}.sgc-btn-outline:hover{background:var(--sgc-primary);color:white}.sgc-branding{text-align:center;font-size:10px;color:var(--sgc-text-sub);padding:8px;background:var(--sgc-bg);display:none}.sgc-bubble p{margin:0 0 8px!important}.sgc-bubble p:last-child{margin-bottom:0!important}.sgc-bubble strong,.sgc-bubble b{font-weight:700}.sgc-bubble em,.sgc-bubble i{font-style:italic}.sgc-bubble ul,.sgc-bubble ol{margin:6px 0!important;padding-left:20px!important;list-style-type:disc!important}.sgc-bubble ol{list-style-type:decimal!important}.sgc-bubble li{margin-bottom:4px!important}.sgc-bubble a{color:var(--sgc-primary);text-decoration:underline;word-break:break-all}.sgc-bubble a:hover{text-decoration:none;opacity:.8}.sgc-bubble pre{background:#f1f5f9;padding:8px;border-radius:6px;overflow-x:auto;font-size:12px;margin:8px 0;font-family:monospace}.sgc-bubble code{background:#f1f5f9;padding:2px 4px;border-radius:4px;font-family:monospace;font-size:13px;color:#e11d48}.sgc-user .sgc-bubble a{color:white}.sgc-user .sgc-bubble code{background:rgba(255,255,255,.2);color:white}.sgc-cta-bubble{position:absolute;bottom:80px;right:0;background:#fff;padding:12px 16px;border-radius:12px 12px 2px 12px;box-shadow:0 4px 15px rgba(0,0,0,.15);z-index:999998;width:260px;cursor:pointer;border:1px solid var(--sgc-border);transition:all .3s ease;animation:sgc-fade-in-up .5s ease backwards;animation-delay:1s;pointer-events:auto}.sgc-cta-bubble::after{content:"";position:absolute;bottom:-6px;right:20px;width:12px;height:12px;background:#fff;transform:rotate(45deg);border-right:1px solid var(--sgc-border);border-bottom:1px solid var(--sgc-border)}.sgc-cta-text{font-size:14px;color:var(--sgc-text-main);font-weight:500;line-height:1.4;display:block}.sgc-cta-bubble:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.2)}#sgc-chat-wrapper.sgc-open .sgc-cta-bubble{display:none!important;opacity:0;pointer-events:none}@media (max-width:768px){.sgc-cta-bubble{bottom:80px;right:10px;width:auto;max-width:250px}}.sgc-lead-form-wrapper{flex-direction:row;align-items:flex-end}.sgc-lead-card{background:#fff;border:1px solid var(--sgc-border);border-radius:12px;border-bottom-left-radius:4px;padding:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.05);width:100%;max-width:280px}.sgc-lead-title{font-size:14px;font-weight:700;color:var(--sgc-text-main);margin-bottom:4px;display:flex;align-items:center;gap:6px}.sgc-lead-desc{font-size:12px;color:var(--sgc-text-sub);margin-bottom:12px;line-height:1.4}.sgc-lead-input{width:100%;padding:10px;border:1px solid var(--sgc-border);border-radius:8px;margin-bottom:8px;font-size:13px;font-family:inherit;outline:none;transition:.2s;box-sizing:border-box}.sgc-lead-input:focus{border-color:var(--sgc-primary);box-shadow:0 0 0 2px rgba(37,99,235,.1)}.sgc-lead-btn{width:100%;background:#16a34a;color:white;border:none;padding:10px;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;transition:.2s}.sgc-lead-btn:hover{background:#15803d}.sgc-lead-btn:disabled{background:#9ca3af;cursor:not-allowed}