#g8Chat{position:fixed;z-index:2147483600;bottom:18px;left:20px;font-family:Outfit,sans-serif;color:#082332}#g8Chat button,#g8Chat textarea,#g8Chat input{font:inherit}.g8-chat-launch{border:1px solid #c8d400;background:#c8d400;color:#082332;border-radius:40px;padding:15px 24px;font-weight:700;cursor:pointer;box-shadow:0 5px 35px #0004}.g8-chat-launch.unread{background:#fff}.g8-chat-panel{position:absolute;bottom:65px;left:0;width:370px;max-height:calc(100dvh - 110px);overflow:auto;background:#fff;border-radius:18px;box-shadow:0 20px 80px #0005;border:1px solid #cad2d8}.g8-chat-panel[hidden]{display:none}.g8-chat-panel header{display:flex;align-items:center;justify-content:space-between;background:#082332;color:white;padding:20px}.g8-chat-panel header small{display:block;color:#c8d400;font-size:12px;margin-top:5px}.g8-chat-panel header button{font-size:28px;background:none;border:0;color:white;cursor:pointer}.g8-chat-messages{height:230px;overflow:auto;padding:16px;font-size:14px;line-height:1.6}.chat-message{white-space:pre-wrap;padding:12px 15px;border-radius:12px;background:#eef2f4;max-width:90%;margin:10px 0}.chat-message.visitor{margin-left:auto;background:#e9efc0}.chat-message small{display:block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.g8-chat-panel form{padding:12px;display:flex;gap:8px;border-top:1px solid #e1e6e9}.g8-chat-panel textarea{width:100%;border:1px solid #cad2d8;border-radius:8px;resize:vertical;padding:10px}.g8-chat-panel form button,.chat-details button{border:0;border-radius:7px;background:#082332;color:white;padding:10px;cursor:pointer}.g8-chat-status{font-size:12px;padding:0 16px;margin:0}.chat-details{padding:14px;border-top:1px solid #e1e6e9;font-size:13px}.chat-details summary{cursor:pointer}.chat-details label{display:grid;gap:5px;margin:12px 0}.chat-details input{padding:8px;border:1px solid #cad2d8;border-radius:5px}.chat-details p{font-size:12px;line-height:1.5}.chat-details button{margin:4px}.g8-chat-panel>a{display:block;padding:0 16px 15px;font-size:11px;color:#415764}.chat-consent{position:absolute;left:0;bottom:62px;background:#fff;padding:18px;border-radius:12px;width:330px;box-shadow:0 10px 45px #0004;font-size:13px}.chat-consent p{line-height:1.5;margin:0 0 12px}.chat-consent button{border:0;padding:9px;margin:3px;border-radius:5px;background:#e9efc0;cursor:pointer}.chat-consent a{display:block;color:#415764;margin-top:8px}.g8-chat-panel input:focus,.g8-chat-panel textarea:focus{outline:2px solid #a3bf1a}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:480px){#g8Chat{left:12px;bottom:12px}.g8-chat-panel{width:calc(100vw - 24px)}.chat-consent{width:calc(100vw - 60px)}}

#g8Chat #chatglobe{display:block!important}#g8Chat .chatmsg{cursor:pointer}#g8Chat.chat-open .chatmsg{display:none!important}html.cs-open #g8Chat #chatglobe,html.ft-open #g8Chat #chatglobe,html.sc-open #g8Chat #chatglobe,html.fq-open #g8Chat #chatglobe,html.led-open #g8Chat #chatglobe,html.about-open #g8Chat #chatglobe,html.scene-unavailable #g8Chat #chatglobe{opacity:1!important;pointer-events:auto!important}#g8Chat #chatglobe.unread .cgdot{background:white;box-shadow:0 0 12px white}
#g8Chat.chat-open .chat-consent{display:none}
.privacy-reopen{position:fixed;right:18px;bottom:54px;border:1px solid #ffffff55;border-radius:20px;background:#082332;color:white;padding:8px 12px;font-size:11px!important;cursor:pointer}.privacy-choices{position:fixed;bottom:18px;right:18px;width:min(510px,calc(100vw - 36px));box-sizing:border-box;max-height:calc(100dvh - 36px);overflow:auto;background:#fff;color:#082332;border:1px solid #c5d0d5;border-top:4px solid #c8d400;border-radius:16px;padding:24px;box-shadow:0 20px 80px #0006;z-index:2}.privacy-choices h2{font-size:22px;margin:0 0 12px}.privacy-choices p{font-size:13px;line-height:1.55;margin:10px 0}.privacy-choices label{display:flex;gap:12px;align-items:flex-start;margin:18px 0;font-size:13px;line-height:1.5}.privacy-choices label b{display:block}.privacy-choices input{margin-top:4px;accent-color:#082332;width:18px;height:18px;flex-shrink:0}.privacy-actions{display:flex;gap:8px;flex-wrap:wrap}.privacy-actions button{flex:1;padding:11px;border:1px solid #082332;border-radius:7px;background:#082332;color:#fff;cursor:pointer;font-size:12px!important;min-width:115px}.privacy-choices>a{font-size:12px;color:#082332}.privacy-result:not(:empty){position:fixed;right:18px;bottom:94px;max-width:330px;background:#fff;color:#082332;padding:14px;border-radius:10px;font-size:13px;box-shadow:0 8px 35px #0004}.privacy-result:empty{display:none}.privacy-essential{font-weight:600}.privacy-status:empty{display:none}

/* Match the room experience; reserve clear space above the fixed globe. */
#g8Chat .g8-chat-panel{
 position:fixed;left:20px;bottom:calc(110px + env(safe-area-inset-bottom,0px));
 width:min(390px,calc(100vw - 40px));max-height:calc(100dvh - 134px - env(safe-area-inset-bottom,0px));
 box-sizing:border-box;background:linear-gradient(145deg,#102d3d,#071b28);color:#f2f6f7;
 border:1px solid #a3bf1a66;border-radius:20px;box-shadow:0 24px 70px #0008,0 0 28px #a3bf1a12;
 color-scheme:dark;overscroll-behavior:contain;
}
#g8Chat .g8-chat-panel header{background:linear-gradient(110deg,#153747,#082332);border-bottom:1px solid #a3bf1a44;padding:18px 20px}
#g8Chat .g8-chat-panel header strong{font-size:20px;letter-spacing:-.02em}
#g8Chat .g8-chat-panel header small{color:#c8d400;line-height:1.5}
#g8Chat .g8-chat-panel header button{min-width:44px;min-height:44px;border-radius:50%}
#g8Chat .g8-chat-messages{height:clamp(120px,28dvh,230px);color:#d5e1e7;scrollbar-color:#526a73 #0a2230}
#g8Chat .chat-message{background:#193b4c;border:1px solid #ffffff12;color:#f2f6f7;border-radius:14px 14px 14px 4px;overflow-wrap:anywhere}
#g8Chat .chat-message.visitor{background:#c8d400;color:#082332;border-color:transparent;border-radius:14px 14px 4px 14px}
#g8Chat .chat-message small{margin-bottom:4px;opacity:.8}
#g8Chat .g8-chat-panel form,#g8Chat .chat-details{border-color:#ffffff1c}
#g8Chat .g8-chat-panel input,#g8Chat .g8-chat-panel textarea{box-sizing:border-box;min-width:0;background:#071b28;color:#f2f6f7;border:1px solid #77909d66;border-radius:10px;padding:12px;font-size:16px}
#g8Chat .g8-chat-panel textarea::placeholder{color:#9fb4bf}
#g8Chat .g8-chat-panel form button,#g8Chat .chat-details button{background:#c8d400;color:#082332;min-height:44px;border-radius:10px;font-weight:600;padding:10px 14px}
#g8Chat .chat-details{color:#c2d3dc}
#g8Chat .chat-details summary{padding:8px 0;min-height:28px;color:#f2f6f7}
#g8Chat .g8-chat-status,#g8Chat .g8-chat-panel>a{color:#b9cbd4}
#g8Chat .g8-chat-panel :focus-visible{outline:2px solid #c8d400;outline-offset:3px}
#g8Chat .g8-chat-panel button:hover{filter:brightness(1.12)}
@media(max-width:480px){#g8Chat .g8-chat-panel{left:12px;width:calc(100vw - 24px)}}

#g8Chat .g8-chat-panel form button{white-space:nowrap}
