:root{--chatget-primary:#0073aa;--chatget-primary-dark:color-mix(in srgb, var(--chatget-primary) 85%, #000);--chatget-primary-light:color-mix(in srgb, var(--chatget-primary) 12%, #fff);--chatget-bg:#ffffff;--chatget-surface:#f7f8fa;--chatget-border:#e8ecf0;--chatget-text:#1e293b;--chatget-text-muted:#94a3b8;--chatget-radius:16px;--chatget-shadow:0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08)}.chatget-widget *,.chatget-widget *::before,.chatget-widget *::after{box-sizing:border-box}.chatget-toggle-btn *,.chatget-toggle-btn *::before,.chatget-toggle-btn *::after{box-sizing:border-box}.chatget-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chatget-widget{display:flex;flex-direction:column;width:390px;height:560px;max-height:85vh;border-radius:var(--chatget-radius);box-shadow:var(--chatget-shadow);overflow:hidden;font-family:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:var(--chatget-bg);-webkit-text-size-adjust:100%;animation:chatget-slide-up 0.35s cubic-bezier(.16,1,.3,1)}@keyframes chatget-slide-up{from{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.chatget-floating.chatget-position-bottom-right{position:fixed;bottom:88px;right:20px;left:auto;z-index:99999}.chatget-floating.chatget-position-bottom-left{position:fixed;bottom:88px;left:20px;right:auto;z-index:99999}.chatget-toggle-btn.chatget-position-bottom-right{right:20px;left:auto}.chatget-toggle-btn.chatget-position-bottom-left{left:20px;right:auto}.chatget-hidden{display:none!important}.chatget-header{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,var(--chatget-primary),var(--chatget-primary-dark));color:#fff;padding:12px 14px;flex-shrink:0;position:relative;gap:8px}.chatget-header::after{content:'';position:absolute;bottom:-6px;left:0;right:0;height:6px;background:linear-gradient(to bottom,rgb(0 0 0 / .04),transparent);pointer-events:none}.chatget-header-left,.chatget-header-right{display:flex;align-items:center;gap:6px}.chatget-header-btn{background:rgb(255 255 255 / .15);border:none;color:#fff;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background 0.2s;padding:0;flex-shrink:0}.chatget-header-btn:hover{background:rgb(255 255 255 / .25)}.chatget-header-logo{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid rgb(255 255 255 / .3);flex-shrink:0}.chatget-toggle-logo{width:36px;height:36px;border-radius:50%;object-fit:cover}.chatget-title{font-size:15px;font-weight:700;letter-spacing:-.01em;display:flex;align-items:center;gap:8px}.chatget-has-logo .chatget-title::before{display:none}.chatget-title::before{content:'';display:inline-block;width:8px;height:8px;background:#4ade80;border-radius:50%;box-shadow:0 0 6px rgb(74 222 128 / .6);animation:chatget-online 2s ease-in-out infinite}@keyframes chatget-online{0%,100%{opacity:1}50%{opacity:.5}}.chatget-close{background:rgb(255 255 255 / .15);border:none;color:#fff;font-size:18px;line-height:1;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background 0.2s}.chatget-close:hover{background:rgb(255 255 255 / .25)}.chatget-lgpd{padding:14px 20px;background:linear-gradient(135deg,#fffbeb,#fef3c7);border-bottom:1px solid #fde68a;font-size:12px;line-height:1.6;flex-shrink:0}.chatget-lgpd-text{margin:0 0 12px;color:#92400e}.chatget-lgpd-text a{color:var(--chatget-primary);font-weight:600}.chatget-lgpd-btn{display:block;width:100%;padding:10px;background:linear-gradient(135deg,var(--chatget-primary),var(--chatget-primary-dark));color:#fff;border:none;border-radius:10px;cursor:pointer;font-size:13px;font-weight:700;transition:transform 0.15s,box-shadow 0.15s}.chatget-lgpd-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgb(0 0 0 / .15)}.chatget-lgpd-btn:active{transform:translateY(0)}.chatget-conversations-view{flex:1 1 auto;overflow-y:auto;background:var(--chatget-surface);scroll-behavior:smooth}.chatget-conv-list{padding:8px}.chatget-conv-empty{text-align:center;padding:40px 20px;color:var(--chatget-text-muted);font-size:14px}.chatget-conv-item{display:flex;align-items:center;gap:8px;padding:12px 14px;margin-bottom:4px;background:var(--chatget-bg);border-radius:12px;cursor:pointer;transition:all 0.2s;border:1px solid #fff0}.chatget-conv-item:hover{border-color:var(--chatget-primary);box-shadow:0 2px 8px rgb(0 0 0 / .06)}.chatget-conv-active{border-color:var(--chatget-primary);background:var(--chatget-primary-light)}.chatget-conv-item-content{flex:1;min-width:0}.chatget-conv-preview{font-size:13px;font-weight:500;color:var(--chatget-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.chatget-conv-meta{display:flex;align-items:center;gap:8px;margin-top:4px;font-size:11px;color:var(--chatget-text-muted)}.chatget-conv-count{background:var(--chatget-surface);padding:1px 6px;border-radius:8px;font-size:10px}.chatget-conv-delete{flex-shrink:0;background:none;border:none;color:var(--chatget-text-muted);cursor:pointer;font-size:18px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all 0.2s;opacity:0}.chatget-conv-item:hover .chatget-conv-delete{opacity:1}.chatget-conv-delete:hover{background:#fee2e2;color:#ef4444}.chatget-chat-view{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.chatget-messages{flex:1 1 auto;overflow-y:auto;padding:20px 16px;background:var(--chatget-surface);scroll-behavior:smooth}.chatget-msg{display:flex;margin-bottom:8px;max-width:82%;animation:chatget-msg-in 0.25s ease-out}@keyframes chatget-msg-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chatget-msg-user{margin-left:auto}.chatget-msg-bot{margin-right:auto}.chatget-msg-text{padding:10px 14px;font-size:14px;line-height:1.55;word-wrap:break-word;overflow-wrap:break-word;border-radius:14px;position:relative}.chatget-msg-user .chatget-msg-text{background:linear-gradient(135deg,var(--chatget-primary),var(--chatget-primary-dark));color:#fff;border-bottom-right-radius:4px}.chatget-msg-user .chatget-msg-text a{color:#e0f0ff}.chatget-msg-bot .chatget-msg-text{background:#fff;color:var(--chatget-text);border:1px solid var(--chatget-border);border-bottom-left-radius:4px;box-shadow:0 1px 3px rgb(0 0 0 / .04)}.chatget-msg-bot::before{content:'\1F469\1F3FB\200D\1F4BC';flex-shrink:0;width:30px;height:30px;font-size:18px;display:flex;align-items:center;justify-content:center;margin-right:8px;margin-top:2px;background:linear-gradient(135deg,var(--chatget-primary-light),#e8f4fd);border-radius:50%;box-shadow:0 1px 4px rgb(0 0 0 / .08)}.chatget-has-logo .chatget-msg-bot::before{content:'';background-image:var(--chatget-logo);background-size:cover;background-position:center;border:1.5px solid var(--chatget-border)}.chatget-quick-questions{display:flex;flex-wrap:wrap;gap:6px;padding:10px 16px;background:var(--chatget-bg);border-top:1px solid var(--chatget-border);flex-shrink:0}.chatget-quick-btn{display:inline-block;padding:7px 14px;font-size:12px;line-height:1.4;background:var(--chatget-bg);color:var(--chatget-primary);border:1.5px solid var(--chatget-primary);border-radius:20px;cursor:pointer;transition:all 0.2s;text-align:left;max-width:100%;word-break:break-word;font-weight:500}.chatget-quick-btn:hover{background:var(--chatget-primary);color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px rgb(0 0 0 / .1)}.chatget-quick-btn:active{transform:translateY(0)}.chatget-link-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;margin:4px 2px;background:linear-gradient(135deg,var(--chatget-primary),var(--chatget-primary-dark));color:#fff!important;text-decoration:none!important;border:none;border-bottom:none!important;border-radius:20px;font-size:12.5px;font-weight:600;line-height:1.4;cursor:pointer;transition:transform 0.15s,box-shadow 0.15s,opacity 0.15s;word-break:break-word;max-width:100%;box-shadow:0 1px 4px rgb(0 0 0 / .1)}.chatget-link-btn:hover{transform:translateY(-1px);box-shadow:0 3px 10px rgb(0 0 0 / .18);opacity:.92}.chatget-link-btn:active{transform:translateY(0);box-shadow:0 1px 3px rgb(0 0 0 / .1)}.chatget-link-btn-icon{font-size:13px;line-height:1;flex-shrink:0}.chatget-msg-bot .chatget-msg-text a:not(.chatget-link-btn){color:var(--chatget-primary);text-decoration:none;font-weight:500;border-bottom:1px dashed var(--chatget-primary);transition:border-color 0.2s;word-break:break-all}.chatget-msg-bot .chatget-msg-text a:not(.chatget-link-btn):hover{border-bottom-style:solid}.chatget-input-area{display:flex;align-items:flex-end;gap:6px;border-top:1px solid var(--chatget-border);padding:10px 12px;background:var(--chatget-bg);flex-shrink:0}#chatget-input{flex:1 1 auto;border:1.5px solid var(--chatget-border);border-radius:12px;outline:none;resize:none;font-size:14px;font-family:inherit;line-height:1.4;padding:9px 14px;max-height:100px;background:var(--chatget-surface);color:var(--chatget-text);transition:border-color 0.2s,box-shadow 0.2s}#chatget-input:focus{border-color:var(--chatget-primary);box-shadow:0 0 0 3px var(--chatget-primary-light)}#chatget-input::placeholder{color:var(--chatget-text-muted)}#chatget-send{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:linear-gradient(135deg,var(--chatget-primary),var(--chatget-primary-dark));color:#fff;border:none;border-radius:12px;cursor:pointer;padding:0;transition:transform 0.15s,box-shadow 0.15s}#chatget-send:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgb(0 0 0 / .15)}#chatget-send:active{transform:translateY(0)}#chatget-send:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.chatget-toggle-btn{position:fixed;bottom:24px;width:58px;height:58px;border-radius:16px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgb(0 0 0 / .2),0 1px 4px rgb(0 0 0 / .1);z-index:99998;transition:transform 0.2s,box-shadow 0.2s;color:#fff;animation:chatget-pop-in 0.4s cubic-bezier(.34,1.56,.64,1)}@keyframes chatget-pop-in{from{transform:scale(0)}to{transform:scale(1)}}.chatget-toggle-btn:hover{transform:scale(1.06);box-shadow:0 6px 20px rgb(0 0 0 / .25)}.chatget-mic-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:var(--chatget-surface);border:1.5px solid var(--chatget-border);cursor:pointer;color:var(--chatget-text-muted);padding:0;border-radius:12px;transition:all 0.2s;position:relative}.chatget-mic-btn:hover{color:var(--chatget-primary);border-color:var(--chatget-primary);background:var(--chatget-primary-light)}.chatget-mic-active{color:#fff!important;background:#ef4444!important;border-color:#ef4444!important}.chatget-mic-active .chatget-mic-icon{display:none}.chatget-mic-active .chatget-mic-waves{display:block!important}.chatget-mic-timer{position:absolute;bottom:-18px;left:50%;transform:translateX(-50%);font-size:10px;color:#ef4444;font-weight:600;white-space:nowrap}.chatget-mic-processing{color:var(--chatget-primary)!important;background:var(--chatget-primary-light)!important;border-color:var(--chatget-primary)!important;animation:chatget-spin 1s linear infinite}@keyframes chatget-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.chatget-tts-btn{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:2px 6px;margin-left:4px;opacity:.5;transition:opacity 0.2s,transform 0.15s;vertical-align:middle;font-size:15px}.chatget-tts-btn:hover{opacity:1;transform:scale(1.15)}.chatget-tts-btn.chatget-tts-loading{opacity:.25;cursor:wait;animation:chatget-bounce 1s infinite}.chatget-post-actions{padding:8px 0;animation:chatget-msg-in 0.3s ease-out}.chatget-feedback-row{display:flex;align-items:center;gap:8px;justify-content:center;padding:6px 0}.chatget-feedback-label{font-size:12px;color:var(--chatget-text-muted)}.chatget-feedback-thanks{font-size:12px;color:#4ade80;font-weight:500}.chatget-fb-btn{background:var(--chatget-bg);border:1.5px solid var(--chatget-border);border-radius:20px;padding:4px 12px;font-size:16px;cursor:pointer;transition:all 0.2s;line-height:1}.chatget-fb-btn:hover{transform:scale(1.15)}.chatget-fb-up:hover{border-color:#4ade80;background:#f0fdf4}.chatget-fb-down:hover{border-color:#f87171;background:#fef2f2}.chatget-suggestions{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;padding:6px 0}.chatget-suggestion-chip{display:inline-block;padding:6px 14px;font-size:12px;font-weight:500;font-family:inherit;background:var(--chatget-bg);color:var(--chatget-primary);border:1.5px solid var(--chatget-primary);border-radius:20px;cursor:pointer;transition:all 0.2s;text-align:center;max-width:90%;word-break:break-word}.chatget-suggestion-chip:hover{background:var(--chatget-primary);color:#fff;transform:translateY(-1px)}.chatget-whatsapp-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;margin:0;background:#25D366;color:#fff!important;text-decoration:none!important;border:none!important;border-bottom:none!important;border-radius:18px;font-size:12px;font-weight:600;cursor:pointer;transition:all 0.2s;box-shadow:0 1px 4px rgb(37 211 102 / .25);line-height:1.3}.chatget-whatsapp-btn:hover{background:#1ebe5c;transform:translateY(-1px);box-shadow:0 4px 12px rgb(37 211 102 / .4)}.chatget-service-btns{display:flex;flex-direction:column;gap:6px;padding:6px 0}.chatget-service-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:linear-gradient(135deg,var(--chatget-primary),var(--chatget-primary-dark));color:#fff!important;text-decoration:none!important;border:none!important;border-bottom:none!important;border-radius:12px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:all 0.2s;box-shadow:0 2px 8px rgb(0 0 0 / .1);line-height:1.3;word-break:break-word}.chatget-service-btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgb(0 0 0 / .18);opacity:.92}.chatget-service-btn:active{transform:translateY(0)}.chatget-service-btn svg{flex-shrink:0}.chatget-wa-section{display:flex;flex-wrap:wrap;gap:6px;padding:6px 0;align-items:center}.chatget-wa-label{width:100%;font-size:12px;color:var(--chatget-text-muted);font-weight:500;margin-bottom:2px}.chatget-wa-toggle{background:none;border:1px dashed var(--chatget-border);border-radius:16px;padding:5px 12px;font-size:11px;color:var(--chatget-text-muted);cursor:pointer;font-family:inherit;transition:all 0.2s}.chatget-wa-toggle:hover{border-color:#25D366;color:#25D366}.chatget-wa-all{width:100%;display:flex;flex-wrap:wrap;gap:6px;margin-top:4px;animation:chatget-msg-in 0.2s ease-out}.chatget-office-notice{text-align:center;padding:8px 14px;margin:6px 0;background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fde68a;border-radius:10px;font-size:12px;color:#92400e;line-height:1.5;animation:chatget-msg-in 0.3s ease-out}.chatget-post-menu-row{display:flex;justify-content:center;padding:6px 0 2px}.chatget-back-menu-wrap{display:flex;justify-content:center;padding:12px 0 4px;animation:chatget-msg-in 0.3s ease-out}.chatget-back-menu-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 20px;background:var(--chatget-bg);color:var(--chatget-primary);border:2px solid var(--chatget-primary);border-radius:24px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:all 0.2s;box-shadow:0 2px 8px rgb(0 0 0 / .06)}.chatget-back-menu-btn:hover{background:var(--chatget-primary);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgb(0 0 0 / .15)}.chatget-back-menu-btn:active{transform:translateY(0)}.chatget-back-menu-btn svg{flex-shrink:0}.chatget-msg-time{display:block;font-size:10px;color:var(--chatget-text-muted);margin-top:2px;opacity:.7}.chatget-msg-user .chatget-msg-time{text-align:right}.chatget-msg-bot .chatget-msg-time{margin-left:38px}.chatget-copy-btn{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:2px 4px;margin-left:6px;opacity:.35;transition:opacity 0.2s;vertical-align:middle;color:inherit}.chatget-copy-btn:hover{opacity:.8}.chatget-copy-ok{opacity:1;color:#4ade80}.chatget-typing{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid var(--chatget-border);border-radius:14px;border-bottom-left-radius:4px;box-shadow:0 1px 3px rgb(0 0 0 / .04)}.chatget-typing-label{font-size:12px;color:var(--chatget-text-muted);font-weight:500}.chatget-typing-dots{display:inline-flex;gap:4px}.chatget-typing-dots span{display:inline-block;width:7px;height:7px;background:var(--chatget-primary);border-radius:50%;opacity:.4;animation:chatget-bounce 1.4s ease-in-out infinite}.chatget-typing-dots span:nth-child(2){animation-delay:0.15s}.chatget-typing-dots span:nth-child(3){animation-delay:0.3s}.chatget-mic-help{background:var(--chatget-bg);border:2px solid var(--chatget-primary);border-radius:12px;padding:14px;margin:8px 0;animation:chatget-msg-in 0.3s ease-out}.chatget-mic-help-title{font-size:14px;font-weight:700;color:var(--chatget-primary);margin-bottom:8px}.chatget-mic-help-text{font-size:13px;line-height:1.7;color:var(--chatget-text);margin-bottom:10px}.chatget-mic-help-text strong{color:var(--chatget-primary)}.chatget-mic-help-close{margin-top:4px}.chatget-dark .chatget-mic-help{background:#1e1e2e;border-color:var(--chatget-primary)}.chatget-frustration-notice{text-align:center;padding:8px 14px;margin:6px 0;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-radius:10px;font-size:12px;color:#991b1b;line-height:1.5}.chatget-protocol-form{background:var(--chatget-bg);border:1.5px solid var(--chatget-primary);border-radius:12px;padding:14px;margin:8px 0;animation:chatget-msg-in 0.3s ease-out}.chatget-protocol-title{font-size:14px;font-weight:700;color:var(--chatget-primary);margin-bottom:10px}.chatget-proto-input{display:block;width:100%;padding:8px 10px;margin-bottom:8px;border:1.5px solid var(--chatget-border);border-radius:8px;font-size:13px;font-family:inherit;background:var(--chatget-surface);color:var(--chatget-text);outline:none;transition:border-color 0.2s}.chatget-proto-input:focus{border-color:var(--chatget-primary)}.chatget-proto-btns{display:flex;gap:8px;margin-top:4px}.chatget-exit-survey{text-align:center;padding:16px;margin:8px 0;background:var(--chatget-bg);border:1.5px solid var(--chatget-border);border-radius:12px;animation:chatget-msg-in 0.3s ease-out}.chatget-survey-title{font-size:14px;font-weight:600;color:var(--chatget-text);margin-bottom:12px}.chatget-survey-options{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.chatget-survey-btn{padding:8px 14px;border:1.5px solid var(--chatget-border);border-radius:20px;background:var(--chatget-bg);font-size:13px;font-family:inherit;cursor:pointer;transition:all 0.2s}.chatget-survey-btn:hover{border-color:var(--chatget-primary);background:var(--chatget-primary-light);transform:translateY(-1px)}.chatget-survey-thanks{font-size:14px;font-weight:600;color:#4ade80;padding:12px}.chatget-md-img{max-width:100%;height:auto;border-radius:8px;margin:6px 0;border:1px solid var(--chatget-border)}@keyframes chatget-bounce{0%,60%,100%{transform:translateY(0)}30%{transform:translateY(-8px);opacity:1}}.chatget-footer{text-align:center;padding:6px 10px;font-size:10px;color:var(--chatget-text-muted);background:var(--chatget-bg);flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap}.chatget-footer strong{color:var(--chatget-primary)}.chatget-footer-link{background:none;border:none;color:#ef4444;font-size:10px;cursor:pointer;padding:0;text-decoration:underline;font-family:inherit;transition:opacity 0.2s}.chatget-footer-link:hover{opacity:.7}.chatget-footer-sep{color:var(--chatget-border)}.chatget-messages::-webkit-scrollbar,.chatget-conversations-view::-webkit-scrollbar{width:5px}.chatget-messages::-webkit-scrollbar-track,.chatget-conversations-view::-webkit-scrollbar-track{background:#fff0}.chatget-messages::-webkit-scrollbar-thumb,.chatget-conversations-view::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.chatget-messages::-webkit-scrollbar-thumb:hover,.chatget-conversations-view::-webkit-scrollbar-thumb:hover{background:#9ca3af}.chatget-msg-bot .chatget-msg-text p{margin:0 0 8px}.chatget-msg-bot .chatget-msg-text p:last-child{margin-bottom:0}.chatget-msg-bot .chatget-msg-text .chatget-md-h1{font-size:16px;font-weight:700;margin:12px 0 6px}.chatget-msg-bot .chatget-msg-text .chatget-md-h2{font-size:15px;font-weight:700;margin:10px 0 5px}.chatget-msg-bot .chatget-msg-text .chatget-md-h3{font-size:14px;font-weight:600;margin:8px 0 4px}.chatget-msg-bot .chatget-msg-text .chatget-md-hr{border:none;border-top:1px solid var(--chatget-border);margin:10px 0}.chatget-msg-bot .chatget-msg-text .chatget-md-quote{border-left:3px solid var(--chatget-primary);padding:4px 10px;margin:6px 0;background:var(--chatget-primary-light);border-radius:0 6px 6px 0;font-style:italic;color:#475569}.chatget-msg-bot .chatget-msg-text .chatget-md-list{margin:6px 0;padding-left:18px}.chatget-msg-bot .chatget-msg-text .chatget-md-list li{margin-bottom:3px;line-height:1.5}.chatget-msg-bot .chatget-msg-text .chatget-md-li-nested{margin-left:12px;list-style-type:circle}.chatget-code-inline{background:#f1f5f9;border:1px solid #e2e8f0;padding:1px 5px;border-radius:4px;font-family:'SF Mono','Fira Code',Consolas,monospace;font-size:12px;color:#e11d48}.chatget-code-block{position:relative;margin:8px 0;border-radius:8px;overflow:hidden;background:#1e293b}.chatget-code-lang{display:block;padding:4px 12px;font-size:10px;color:#94a3b8;background:#0f172a;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.chatget-code-block pre{margin:0;padding:12px;overflow-x:auto;-webkit-overflow-scrolling:touch}.chatget-code-block code{font-family:'SF Mono','Fira Code',Consolas,monospace;font-size:12px;line-height:1.6;color:#e2e8f0;white-space:pre}.chatget-hl-kw{color:#c084fc;font-weight:600}.chatget-hl-str{color:#86efac}.chatget-hl-num{color:#fbbf24}.chatget-hl-cmt{color:#64748b;font-style:italic}.chatget-hl-tag{color:#38bdf8}.chatget-table-wrap{overflow-x:auto;margin:8px 0;-webkit-overflow-scrolling:touch}.chatget-table{width:100%;border-collapse:collapse;font-size:12px;border:1px solid var(--chatget-border);border-radius:6px}.chatget-table th{background:var(--chatget-surface);font-weight:600;border-bottom:2px solid var(--chatget-border)}.chatget-table th,.chatget-table td{padding:6px 10px;border:1px solid var(--chatget-border);line-height:1.4}.chatget-table tr:nth-child(even){background:#fafbfc}@media (max-width:768px){.chatget-widget{width:340px;height:500px}.chatget-floating.chatget-position-bottom-right{bottom:76px;right:12px}.chatget-floating.chatget-position-bottom-left{bottom:76px;left:12px}.chatget-toggle-btn{width:52px;height:52px;bottom:16px}.chatget-toggle-btn.chatget-position-bottom-right{right:12px}.chatget-toggle-btn.chatget-position-bottom-left{left:12px}.chatget-toggle-btn svg{width:24px;height:24px}.chatget-quick-btn{font-size:11px;padding:6px 10px}}@media (max-width:480px){.chatget-widget.chatget-floating{width:100%;height:100%;max-height:100dvh;bottom:0;right:0;left:0;top:0;border-radius:0;box-shadow:none}.chatget-widget{width:100%;height:100%;border-radius:0}.chatget-header{padding:12px 12px;position:sticky;top:0;z-index:2}.chatget-messages{padding:14px 12px;-webkit-overflow-scrolling:touch}.chatget-msg{max-width:88%}.chatget-msg-bot::before{width:26px;height:26px;font-size:15px;margin-right:6px}.chatget-quick-questions{padding:8px 12px;gap:5px;max-height:130px;overflow-y:auto}.chatget-quick-btn{font-size:12px;padding:8px 12px;width:100%}.chatget-input-area{padding:8px 10px;padding-bottom:max(8px, env(safe-area-inset-bottom));position:sticky;bottom:0;z-index:2}#chatget-input{font-size:16px;padding:9px 12px;border-radius:10px}#chatget-send,.chatget-mic-btn{width:42px;height:42px;min-width:42px;border-radius:10px}.chatget-toggle-btn{width:52px;height:52px;bottom:14px;border-radius:14px}.chatget-toggle-btn.chatget-position-bottom-right{right:14px}.chatget-toggle-btn.chatget-position-bottom-left{left:14px}.chatget-lgpd{padding:12px}.chatget-lgpd-btn{padding:12px;font-size:14px}.chatget-footer{padding:4px;font-size:9px}.chatget-conv-delete{opacity:1}.chatget-code-block pre{padding:10px}.chatget-code-block code{font-size:11px}.chatget-table{font-size:11px}.chatget-table th,.chatget-table td{padding:4px 6px}body.chatget-widget-open{overflow:hidden}.chatget-service-btn{font-size:12px;padding:8px 14px}.chatget-suggestion-chip{font-size:12px;padding:7px 12px}.chatget-fb-btn{padding:6px 14px;font-size:18px}.chatget-back-menu-btn{font-size:12px;padding:8px 16px}.chatget-whatsapp-btn{font-size:12px;padding:8px 14px}.chatget-post-actions{padding:6px 0}.chatget-office-notice{font-size:11px;padding:6px 10px}.chatget-link-btn{font-size:12px;padding:5px 12px}.chatget-footer-link{font-size:9px}}@media (max-width:360px){.chatget-msg{max-width:92%}.chatget-msg-text{font-size:13px;padding:8px 10px}.chatget-service-btn{font-size:11px;padding:7px 10px}.chatget-suggestion-chip{font-size:11px;padding:5px 10px}.chatget-back-menu-btn{font-size:11px;padding:7px 14px}.chatget-feedback-label{font-size:11px}}@supports (padding-bottom:env(safe-area-inset-bottom)){@media (max-width:480px){.chatget-input-area{padding-bottom:calc(8px + env(safe-area-inset-bottom))}}}@supports (padding-top:env(safe-area-inset-top)){@media (max-width:480px){.chatget-header{padding-top:calc(12px + env(safe-area-inset-top))}}}.chatget-dark{--chatget-bg:#1e1e2e;--chatget-surface:#181825;--chatget-border:#313244;--chatget-text:#cdd6f4;--chatget-text-muted:#6c7086;--chatget-shadow:0 8px 32px rgba(0, 0, 0, 0.4), 0 2px 8px rgba(0, 0, 0, 0.3)}.chatget-dark .chatget-msg-bot .chatget-msg-text{background:#313244;border-color:#45475a;color:#cdd6f4}.chatget-dark .chatget-msg-bot .chatget-msg-text a:not(.chatget-link-btn){color:#89b4fa;border-bottom-color:#89b4fa}.chatget-dark .chatget-typing{background:#313244;border-color:#45475a}.chatget-dark .chatget-code-inline{background:#313244;border-color:#45475a;color:#f38ba8}.chatget-dark .chatget-table th{background:#313244}.chatget-dark .chatget-table tr:nth-child(even){background:#1e1e2e}.chatget-dark .chatget-table th,.chatget-dark .chatget-table td{border-color:#45475a}.chatget-dark .chatget-fb-btn{background:#313244;border-color:#45475a}.chatget-dark .chatget-suggestion-chip{background:#313244;border-color:var(--chatget-primary)}.chatget-dark .chatget-office-notice{background:linear-gradient(135deg,#3b3408,#44390b);border-color:#5c4f14;color:#fde68a}.chatget-dark .chatget-lgpd{background:linear-gradient(135deg,#3b3408,#44390b);border-color:#5c4f14}.chatget-dark .chatget-lgpd-text{color:#fde68a}.chatget-dark #chatget-input{background:#313244;border-color:#45475a;color:#cdd6f4}.chatget-dark .chatget-mic-btn{background:#313244;border-color:#45475a;color:#6c7086}.chatget-dark .chatget-back-menu-btn{background:#313244;border-color:var(--chatget-primary)}.chatget-dark .chatget-typing{background:#313244;border-color:#45475a}.chatget-dark .chatget-protocol-form{background:#1e1e2e;border-color:var(--chatget-primary)}.chatget-dark .chatget-proto-input{background:#313244;border-color:#45475a;color:#cdd6f4}.chatget-dark .chatget-exit-survey{background:#1e1e2e;border-color:#45475a}.chatget-dark .chatget-survey-btn{background:#313244;border-color:#45475a;color:#cdd6f4}.chatget-dark .chatget-frustration-notice{background:linear-gradient(135deg,#3b1515,#441a1a);border-color:#5c2020;color:#fca5a5}.chatget-dark .chatget-md-img{border-color:#45475a}@media (hover:none) and (pointer:coarse){.chatget-quick-btn{padding:9px 14px;min-height:40px}.chatget-close{min-width:36px;min-height:36px}.chatget-header-btn{min-width:36px;min-height:36px}.chatget-tts-btn{padding:4px 8px;font-size:18px;min-width:32px;min-height:32px}#chatget-send,.chatget-mic-btn{min-width:44px;min-height:44px}.chatget-service-btn{min-height:44px;font-size:13px}.chatget-suggestion-chip{min-height:40px;font-size:13px}.chatget-fb-btn{min-width:44px;min-height:44px;font-size:20px}.chatget-back-menu-btn{min-height:44px}.chatget-whatsapp-btn{min-height:44px}.chatget-link-btn{min-height:36px}}