#gg-ai-launcher{position:fixed;right:20px;bottom:20px;z-index:99970;border:0;border-radius:999px;padding:13px 18px;background:var(--gg-ai-accent,#7fbe32);color:#071008;font:800 14px/1 Arial,sans-serif;box-shadow:0 12px 35px rgba(0,0,0,.28);cursor:pointer;display:none;align-items:center;gap:9px}#gg-ai-launcher .dot{width:9px;height:9px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.2)}
#gg-ai-panel{position:fixed;right:20px;bottom:82px;z-index:99971;width:min(390px,calc(100vw - 24px));height:min(620px,calc(100vh - 120px));background:#fff;border:1px solid #dce6dc;border-radius:18px;box-shadow:0 25px 70px rgba(0,0,0,.32);overflow:hidden;display:none;flex-direction:column;font-family:Arial,Helvetica,sans-serif;color:#162018}#gg-ai-panel.open{display:flex}#gg-ai-panel *{box-sizing:border-box}
.gg-ai-head{background:linear-gradient(135deg,#0c1c11,#17331d);color:#fff;padding:15px 15px 13px;display:flex;align-items:center;gap:11px}.gg-ai-avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--gg-ai-accent,#7fbe32);color:#071008;font-size:20px;font-weight:900}.gg-ai-head strong{display:block;font-size:15px}.gg-ai-head small{display:block;color:#b8c8bc;margin-top:3px}.gg-ai-close{margin-left:auto;border:0;background:rgba(255,255,255,.08);color:#fff;width:32px;height:32px;border-radius:8px;cursor:pointer;font-size:18px}
.gg-ai-messages{flex:1;overflow:auto;padding:15px;background:#f5f8f5}.gg-ai-msg{max-width:88%;margin:0 0 10px;padding:10px 12px;border-radius:14px;font-size:13px;line-height:1.45;white-space:pre-wrap}.gg-ai-msg.bot{background:#fff;border:1px solid #e0e8e1;border-top-left-radius:5px}.gg-ai-msg.user{margin-left:auto;background:#17331d;color:#fff;border-top-right-radius:5px}.gg-ai-msg.typing{color:#6c786e;font-style:italic}.gg-ai-actions{padding:9px 11px 0;background:#fff;display:flex;gap:6px;overflow-x:auto}.gg-ai-chip{white-space:nowrap;border:1px solid #d8e1d9;background:#f8fbf8;border-radius:999px;padding:7px 10px;font-size:11px;cursor:pointer;color:#26432c}.gg-ai-compose{background:#fff;border-top:1px solid #e1e8e2;padding:10px}.gg-ai-compose form{display:flex;gap:7px}.gg-ai-compose textarea{resize:none;flex:1;height:44px;max-height:100px;border:1px solid #cad6cc;border-radius:10px;padding:10px;font:13px Arial}.gg-ai-send{width:46px;border:0;border-radius:10px;background:var(--gg-ai-accent,#7fbe32);font-size:18px;cursor:pointer}.gg-ai-foot{padding-top:7px;display:flex;justify-content:space-between;gap:8px;font-size:9px;color:#7c897f}.gg-ai-foot a{color:#52755a;text-decoration:none;font-weight:700}
@media(max-width:600px){#gg-ai-launcher{right:12px;bottom:72px}#gg-ai-panel{right:6px;bottom:126px;width:calc(100vw - 12px);height:min(600px,calc(100vh - 145px));border-radius:15px}}
