.ggc-shell{position:fixed;right:22px;bottom:22px;z-index:1000;font-family:'Inter',system-ui,sans-serif;color:#f5f5f7}
.ggc-panel{position:absolute;right:0;bottom:68px;width:min(390px,calc(100vw - 32px));height:min(610px,calc(100vh - 120px));display:flex;flex-direction:column;overflow:hidden;background:rgba(10,10,12,.98);border:1px solid rgba(0,184,255,.28);border-radius:20px;box-shadow:0 24px 80px rgba(0,0,0,.58);opacity:0;visibility:hidden;transform:translateY(12px) scale(.98);transform-origin:bottom right;transition:opacity .2s ease,transform .2s ease,visibility .2s}
.ggc-panel--open{opacity:1;visibility:visible;transform:none}
.ggc-header{display:flex;align-items:center;gap:11px;min-height:68px;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.07);background:linear-gradient(135deg,rgba(0,184,255,.11),rgba(0,255,157,.04))}
.ggc-avatar{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:13px;background:linear-gradient(135deg,#00b8ff,#00ff9d);color:#041016;font-weight:900;font-size:18px}
.ggc-header>div:nth-child(2){display:flex;flex-direction:column;line-height:1.25}
.ggc-header strong{font-size:14px}.ggc-header span{margin-top:4px;color:#9ca3af;font-size:11px}.ggc-header i{display:inline-block;width:7px;height:7px;margin-right:4px;border-radius:50%;background:#00ff9d;box-shadow:0 0 10px rgba(0,255,157,.7)}
.ggc-close{margin-left:auto;width:36px;height:36px;border:0;border-radius:10px;background:transparent;color:#9ca3af;font-size:25px;cursor:pointer}.ggc-close:hover{background:rgba(255,255,255,.07);color:#fff}
.ggc-body{flex:1;overflow-y:auto;padding:16px 14px;scroll-behavior:smooth}.ggc-body::-webkit-scrollbar{width:5px}.ggc-body::-webkit-scrollbar-thumb{background:#29303a;border-radius:8px}
.ggc-message{max-width:86%;width:max-content;margin:0 0 10px;padding:10px 12px;border-radius:14px;white-space:pre-wrap;font-size:13px;line-height:1.55;overflow-wrap:anywhere}
.ggc-message--assistant{background:#17191d;border:1px solid rgba(255,255,255,.07);color:#d4d4d8;border-bottom-left-radius:4px}
.ggc-message--user{margin-left:auto;background:linear-gradient(135deg,#0097d1,#007eb4);color:#fff;border-bottom-right-radius:4px}
.ggc-sources{display:grid;gap:5px;margin-top:9px;padding-top:8px;border-top:1px solid rgba(255,255,255,.08)}.ggc-sources strong{font-size:11px;color:#a1a1aa}.ggc-sources a{color:#67d4ff;font-size:11px;text-decoration:underline;text-underline-offset:2px}.ggc-sources a:hover{color:#b8edff}
.ggc-typing{display:flex;gap:4px;padding:13px 14px}.ggc-typing span{width:6px;height:6px;border-radius:50%;background:#00b8ff;animation:ggc-bounce 1s infinite ease-in-out}.ggc-typing span:nth-child(2){animation-delay:.15s}.ggc-typing span:nth-child(3){animation-delay:.3s}@keyframes ggc-bounce{0%,60%,100%{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}
.ggc-suggestions{display:flex;gap:7px;padding:0 12px 10px;overflow-x:auto}.ggc-suggestions button{flex:0 0 auto;border:1px solid rgba(0,184,255,.24);border-radius:99px;background:rgba(0,184,255,.06);color:#9ddfff;padding:7px 10px;font-size:11px;cursor:pointer}.ggc-suggestions button:hover{background:rgba(0,184,255,.14)}
.ggc-input-row{display:flex;gap:8px;padding:10px 12px 8px;border-top:1px solid rgba(255,255,255,.07)}.ggc-input-row input{min-width:0;flex:1;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#111318;color:#fff;padding:11px 12px;font:inherit;font-size:13px;outline:none}.ggc-input-row input:focus{border-color:#00b8ff;box-shadow:0 0 0 3px rgba(0,184,255,.1)}.ggc-input-row button{width:42px;border:0;border-radius:12px;background:#00b8ff;color:#041016;font-size:17px;font-weight:900;cursor:pointer}.ggc-input-row button:disabled{opacity:.45;cursor:not-allowed}
.ggc-note{margin:0;padding:0 12px 10px;color:#61666f;font-size:10px;text-align:center}
.ggc-launcher{display:flex;align-items:center;gap:9px;min-height:52px;border:1px solid rgba(0,184,255,.35);border-radius:99px;background:linear-gradient(135deg,#111820,#091114);color:#f5f5f7;padding:7px 15px 7px 7px;box-shadow:0 12px 35px rgba(0,0,0,.42);cursor:pointer;transition:border-color .18s,transform .18s}.ggc-launcher:hover{border-color:#00b8ff;transform:translateY(-1px)}.ggc-launcher-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#00b8ff,#00ff9d);color:#031217;font-size:20px}.ggc-launcher-label{font-size:13px;font-weight:750}
.ggc-launcher:not([aria-expanded="true"]) .ggc-launcher-icon{animation:ggc-pulse 2.6s ease-in-out infinite}
@keyframes ggc-pulse{0%,100%{box-shadow:0 0 0 0 rgba(0,184,255,.55)}65%{box-shadow:0 0 0 10px rgba(0,184,255,0)}}
.ggc-callout{position:absolute;right:0;bottom:calc(100% + 12px);background:#0d1014;border:1px solid rgba(0,184,255,.28);border-radius:14px 14px 4px 14px;padding:12px 36px 12px 13px;min-width:200px;cursor:pointer;box-shadow:0 8px 28px rgba(0,0,0,.55);animation:ggc-callout-in .3s ease}
.ggc-callout p{margin:0;font-size:13px;color:#f5f5f7;line-height:1.5}
.ggc-callout small{display:block;margin-top:3px;font-size:10px;color:#61666f}
.ggc-callout--hidden{display:none}
.ggc-callout-x{position:absolute;top:7px;right:8px;width:22px;height:22px;background:none;border:0;color:#61666f;cursor:pointer;font-size:16px;display:grid;place-items:center;border-radius:5px;line-height:1}
.ggc-callout-x:hover{color:#f5f5f7;background:rgba(255,255,255,.07)}
@keyframes ggc-callout-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.ggc-lead{margin:14px 0 4px;padding:14px;border:1px solid rgba(0,255,157,.22);border-radius:14px;background:rgba(0,255,157,.04)}.ggc-lead strong{font-size:13px;color:#c6ffeb}.ggc-lead p{margin:6px 0 12px;color:#a1a1aa;font-size:11px;line-height:1.5}.ggc-lead label{display:block;margin-top:8px;color:#9ca3af;font-size:10px}.ggc-lead input{display:block;width:100%;margin-top:4px;border:1px solid rgba(255,255,255,.1);border-radius:9px;background:#0c0e12;color:#fff;padding:9px 10px;font:inherit;font-size:12px;box-sizing:border-box}.ggc-lead button{width:100%;margin-top:11px;border:0;border-radius:9px;background:#00d889;color:#03140e;padding:10px;font-weight:800;cursor:pointer}.ggc-lead button:disabled{opacity:.55}.ggc-lead small{display:block;margin-top:7px;color:#61666f;font-size:9px;line-height:1.4}.ggc-lead small.ggc-error{color:#ff8989}
.ggc-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}
@media(max-width:640px){.ggc-shell{right:16px;bottom:16px}.ggc-panel{position:fixed;left:12px;right:12px;bottom:80px;width:auto;height:min(620px,calc(100dvh - 100px));transform-origin:bottom center}.ggc-launcher-label{display:none}.ggc-launcher{padding:6px}.ggc-launcher-icon{width:42px;height:42px}}
@media(prefers-reduced-motion:reduce){.ggc-panel,.ggc-launcher{transition:none}.ggc-typing span{animation:none}}
