#ggtg-ai-root,#ggtg-ai-root *{box-sizing:border-box}.ggtg-fab{position:fixed;bottom:24px;right:24px;z-index:999999;width:62px;height:62px;border-radius:50%;background:var(--ggtg-primary,#2f7d4f);box-shadow:0 8px 24px rgb(0 0 0 / .2);display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;transition:transform .2s ease}.ggtg-fab.left{right:auto;left:24px}.ggtg-fab:hover{transform:scale(1.06)}.ggtg-fab svg{width:28px;height:28px;fill:#fff}.ggtg-fab .ggtg-badge{position:absolute;top:-2px;right:-2px;width:14px;height:14px;border-radius:50%;background:#ff6b57;border:2px solid #fff}.ggtg-window{position:fixed;bottom:100px;right:24px;z-index:999999;width:380px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100vh - 140px);background:#fff;border-radius:18px;box-shadow:0 20px 60px rgb(0 0 0 / .25);display:flex;flex-direction:column;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;opacity:0;transform:translateY(16px) scale(.98);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.ggtg-window.left{right:auto;left:24px}.ggtg-window.open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.ggtg-header{background:var(--ggtg-primary,#2f7d4f);color:#fff;padding:16px 18px;display:flex;align-items:center;gap:12px}.ggtg-header .ggtg-avatar{width:38px;height:38px;border-radius:50%;background:rgb(255 255 255 / .2);display:flex;align-items:center;justify-content:center;font-size:18px}.ggtg-header .ggtg-title{font-weight:600;font-size:15px}.ggtg-header .ggtg-subtitle{font-size:12px;opacity:.85}.ggtg-header .ggtg-close{margin-left:auto;background:none;border:none;color:#fff;cursor:pointer;opacity:.85;font-size:20px;line-height:1}.ggtg-header .ggtg-close:hover{opacity:1}.ggtg-messages{flex:1;overflow-y:auto;padding:16px;background:#fafaf8;display:flex;flex-direction:column;gap:12px}.ggtg-msg{max-width:85%;font-size:14px;line-height:1.45}.ggtg-msg.user{align-self:flex-end}.ggtg-msg.assistant{align-self:flex-start}.ggtg-bubble{padding:10px 14px;border-radius:14px}.ggtg-msg.user .ggtg-bubble{background:var(--ggtg-primary,#2f7d4f);color:#fff;border-bottom-right-radius:4px}.ggtg-msg.assistant .ggtg-bubble{background:var(--ggtg-accent,#e8f5ec);color:#1e2b22;border-bottom-left-radius:4px}.ggtg-msg.assistant .ggtg-bubble a{color:var(--ggtg-primary,#2f7d4f);font-weight:600}.ggtg-articles{display:flex;flex-direction:column;gap:6px;margin-top:6px}.ggtg-article-chip{display:block;font-size:12.5px;padding:8px 10px;border-radius:10px;background:#fff;border:1px solid #e3e8e3;color:#245a3a!important;text-decoration:none}.ggtg-article-chip:hover{border-color:var(--ggtg-primary,#2f7d4f)}.ggtg-typing{display:flex;gap:4px;padding:10px 14px}.ggtg-typing span{width:6px;height:6px;border-radius:50%;background:#9aa79f;display:inline-block;animation:ggtg-bounce 1.2s infinite ease-in-out}.ggtg-typing span:nth-child(2){animation-delay:.15s}.ggtg-typing span:nth-child(3){animation-delay:.3s}@keyframes ggtg-bounce{0%,60%,100%{transform:translateY(0)}30%{transform:translateY(-4px)}}.ggtg-lead-box{margin:4px 0 0;padding:12px;background:#fff;border:1px solid #e3e8e3;border-radius:12px;display:flex;flex-direction:column;gap:8px}.ggtg-lead-box p{margin:0;font-size:13px;color:#33413a}.ggtg-lead-box input[type=text],.ggtg-lead-box input[type=email]{padding:9px 10px;border:1px solid #d8ded8;border-radius:8px;font-size:13px;width:100%}.ggtg-lead-box label{font-size:11.5px;color:#5a6a60;display:flex;gap:6px;align-items:flex-start}.ggtg-lead-box .ggtg-lead-actions{display:flex;gap:8px}.ggtg-lead-box button{border:none;border-radius:8px;padding:8px 14px;font-size:13px;cursor:pointer}.ggtg-lead-submit{background:var(--ggtg-primary,#2f7d4f);color:#fff;font-weight:600}.ggtg-lead-dismiss{background:#fff0;color:#7a877e}.ggtg-inputbar{display:flex;gap:8px;padding:12px;border-top:1px solid #eee;background:#fff}.ggtg-inputbar textarea{flex:1;resize:none;border:1px solid #dbe2dc;border-radius:12px;padding:10px 12px;font-size:14px;max-height:80px;font-family:inherit}.ggtg-inputbar button{background:var(--ggtg-primary,#2f7d4f);border:none;border-radius:12px;width:44px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.ggtg-inputbar button:disabled{opacity:.5;cursor:default}.ggtg-inputbar svg{width:18px;height:18px;fill:#fff}.ggtg-footer-note{text-align:center;font-size:10.5px;color:#a5aca7;padding:4px 0 8px;background:#fff}@media (max-width:480px){.ggtg-window{width:calc(100vw - 20px);right:10px;left:10px;bottom:90px;height:72vh}}