/* GoGo uses the existing CleanGo palette and font family. */
.gogo-launcher{position:fixed;z-index:80;right:24px;bottom:24px;display:flex;align-items:center;gap:11px;min-height:60px;padding:6px 19px 6px 6px;background:#151715;color:#fff;border:1px solid #fff6;border-radius:40px;box-shadow:0 5px 24px #0003;font:600 15px/1.25 var(--body,Inter,Arial,sans-serif);cursor:pointer;transition:transform .2s,box-shadow .2s}.gogo-launcher:hover{transform:translateY(-3px);box-shadow:0 8px 28px #0004}.gogo-launcher>img{width:46px;height:46px;object-fit:cover;object-position:50% 23%;border-radius:50%;background:#f56b18}.gogo-launcher>span{max-width:150px}.gogo-launcher[hidden]{display:none}.gogo-chat{position:fixed;inset:auto 22px 22px auto;width:min(410px,calc(100vw - 32px));max-width:none;height:min(650px,calc(100dvh - 44px));max-height:calc(100dvh - 44px);padding:0;margin:0;overflow:hidden;border:1px solid #dce1d7;border-radius:18px;background:#fff;color:#151715;box-shadow:0 16px 70px #0004;font-family:var(--body,Inter,Arial,sans-serif);text-align:left}.gogo-chat[open]{display:flex;flex-direction:column;animation:gogo-open .2s ease}.gogo-chat::backdrop{background:#121a1038}.gogo-chat *{box-sizing:border-box}.gogo-chat .gogo-head{display:flex;align-items:center;gap:12px;padding:20px;background:#151715;color:#fff;flex:none}.gogo-head>img{width:52px;height:52px;border-radius:50%;object-fit:cover;object-position:50% 23%;background:#f56b18}.gogo-head h2{font-family:var(--heading,Inter,Arial,sans-serif);font-size:24px;letter-spacing:-.025em;line-height:1.1;color:#fff;margin:0 0 5px;font-weight:700}.gogo-head p{font:400 13px/1.4 var(--body,Inter,Arial,sans-serif);color:#c7cebf;margin:0}.gogo-head>div{flex:1}.gogo-chat .gogo-close{flex:none;width:38px;height:38px;display:grid;place-items:center;border:1px solid #ffffff40;border-radius:50%;background:transparent;color:#fff;font:400 26px/1 Inter,Arial,sans-serif;cursor:pointer}.gogo-chat .gogo-close:hover{background:#ffffff1c}.gogo-chat .gogo-log{overflow-y:auto;overscroll-behavior:contain;flex:1;min-height:80px;padding:22px 20px 12px;scrollbar-width:thin;scrollbar-color:#c5ccbd transparent}.gogo-message{max-width:96%;margin:0 0 18px}.gogo-message.gogo-user{margin-left:auto;max-width:90%}.gogo-author{display:block;font-size:12px;font-weight:600;color:#626c58;margin:0 2px 6px}.gogo-user .gogo-author{text-align:right}.gogo-chat .gogo-bubble{background:#f1f3ed;color:#20251b;padding:14px 16px;border-radius:0 13px 13px;white-space:pre-line;overflow-wrap:anywhere;line-height:1.6;font-size:16px;margin:0}.gogo-chat .gogo-user .gogo-bubble{background:#151715;color:#fff;border-radius:13px 0 13px 13px}.gogo-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.gogo-chat .gogo-links a{color:#151715;background:#fff;border:1px solid #c5ccbc;border-radius:6px;padding:9px 11px;font-size:14px;line-height:1.4;font-weight:600;text-decoration:none}.gogo-links a:hover{border-color:#aa480f;background:#fff7f0}.gogo-chat .gogo-links a:first-child{border-color:#a9490e}.gogo-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 18px}.gogo-chat .gogo-suggestions button{font:500 14px/1.4 var(--body,Inter,Arial,sans-serif);padding:9px 12px;color:#6c2d09;background:#fff7f0;border:1px solid #e9b797;border-radius:20px;cursor:pointer;text-align:left}.gogo-suggestions button:hover{background:#ffe4d1}.gogo-chat .gogo-compose{flex:none;padding:14px 18px 12px;border-top:1px solid #e2e6dc;background:#fff}.gogo-compose label{font:500 14px/1.4 var(--body,Inter,Arial,sans-serif);display:block;margin-bottom:8px;color:#28301f}.gogo-input-row{display:flex;gap:8px}.gogo-chat input{width:100%;min-width:0;height:48px;border:1px solid #b9c2ae;border-radius:8px;background:#fff;color:#151715;padding:12px;font:400 16px/1.4 var(--body,Inter,Arial,sans-serif)}.gogo-chat input::placeholder{color:#707768;opacity:1}.gogo-chat .gogo-send{flex:none;width:48px;height:48px;display:grid;place-items:center;border:0;border-radius:8px;background:#f56b18;color:#151715;cursor:pointer}.gogo-send img{width:21px;height:21px;filter:brightness(0);transform:rotate(-90deg)}.gogo-send:disabled{opacity:.5;cursor:default}.gogo-chat .gogo-notice{font-size:12px;line-height:1.5;color:#606956;margin:9px 0 0}.gogo-chat .gogo-notice a{color:inherit;text-decoration:underline;text-underline-offset:2px}.gogo-chat .gogo-foot{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-top:11px}.gogo-foot a,.gogo-foot button{font:500 13px/1.4 var(--body,Inter,Arial,sans-serif);color:#515b45;text-decoration:underline;text-underline-offset:3px;cursor:pointer;background:transparent;border:0;padding:0;min-height:28px}.gogo-chat .gogo-status{font-size:14px;line-height:1.4;color:#75431e;margin:7px 0 0}.gogo-status:empty{display:none}.gogo-chat :focus-visible,.gogo-launcher:focus-visible{outline:3px solid #bf4d09;outline-offset:3px}.gogo-chat input:focus-visible{outline-offset:1px}.gogo-chat .gogo-close:focus-visible{outline-color:#f56b18}.gogo-chat .gogo-send:focus-visible{outline-color:#151715}.gogo-head[hidden],.gogo-message[hidden]{display:none}
body:has(.cleango-cookies:not([hidden])) .gogo-launcher{visibility:hidden;pointer-events:none}
@keyframes gogo-open{from{opacity:.7;transform:translateY(10px)}to{opacity:1;transform:none}}
@media(max-width:680px){.gogo-launcher{right:14px;bottom:calc(76px + env(safe-area-inset-bottom));min-height:52px;font-size:14px;gap:8px;padding:5px 15px 5px 5px}.gogo-launcher>img{width:40px;height:40px}.gogo-chat{width:calc(100vw - 20px);height:min(670px,calc(100dvh - 24px));max-height:calc(100dvh - 24px);inset:auto 10px max(12px,env(safe-area-inset-bottom)) auto;border-radius:15px}.gogo-chat .gogo-head{padding:16px}.gogo-chat .gogo-log{padding:18px 15px 10px}.gogo-chat .gogo-compose{padding:12px 14px}.gogo-chat .gogo-bubble{font-size:16px;padding:12px 14px}.gogo-head>img{width:44px;height:44px}.gogo-head h2{font-size:23px}.gogo-suggestions{gap:7px}.gogo-chat .gogo-suggestions button{padding:8px 11px}.gogo-foot a,.gogo-foot button{font-size:13px}}
@media(max-height:540px){.gogo-chat{height:calc(100dvh - 16px);max-height:calc(100dvh - 16px);bottom:8px}.gogo-chat .gogo-head{padding:10px 16px}.gogo-head>img{width:35px;height:35px}.gogo-head h2{font-size:20px}.gogo-chat .gogo-compose{padding:9px 14px}.gogo-notice,.gogo-foot{display:none}.gogo-compose label{font-size:13px}.gogo-chat .gogo-log{padding-top:12px}}
@media(prefers-reduced-motion:reduce){.gogo-chat[open]{animation:none}.gogo-launcher{transition:none}}
@media print{.gogo-launcher,.gogo-chat{display:none!important}}
