.gm-chat-launcher,.gm-chat-panel,.gm-chat-panel *{box-sizing:border-box;}.gm-chat-launcher{position:fixed;right:24px;bottom:24px;z-index:1085;width:auto;min-width:142px;height:58px;padding:0 18px 0 12px;border:0;border-radius:999px;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;white-space:nowrap;background:linear-gradient(145deg,#002D5A 0%,#011638 100%);color:#fff;box-shadow:0 18px 42px rgba(1,22,56,.28);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;}.gm-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 22px 50px rgba(1,22,56,.34);}.gm-chat-launcher:focus-visible{outline:3px solid rgba(58,154,53,.35);outline-offset:3px;}.gm-chat-launcher i{font-size:22px;line-height:1;}.gm-chat-launcher-icon{width:36px;height:36px;flex:0 0 36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;}.gm-chat-launcher-label{display:inline-block !important;color:#fff !important;-webkit-text-fill-color:#fff !important;font-size:14px;font-weight:800;line-height:1;letter-spacing:-.01em;white-space:nowrap !important;writing-mode:horizontal-tb !important;text-orientation:mixed !important;}.gm-chat-launcher .gm-chat-launcher-close{display:none;}.gm-chat-launcher.is-open .gm-chat-launcher-open{display:none;}.gm-chat-launcher.is-open .gm-chat-launcher-close{display:inline-flex;}.gm-chat-launcher-badge{position:absolute;top:-4px;right:-2px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;display:none;align-items:center;justify-content:center;background:#2f7f2b;color:#fff;border:2px solid #fff;font-size:10px;font-weight:800;}.gm-chat-launcher-badge.is-visible{display:inline-flex;}.gm-chat-panel{position:fixed;right:24px;bottom:94px;z-index:1084;width:min(390px,calc(100vw - 32px));height:min(620px,calc(100vh - 132px));min-height:500px;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(213,224,234,.95);border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(1,22,56,.24);opacity:0;visibility:hidden;transform:translateY(16px) scale(.98);transform-origin:bottom right;transition:opacity .22s ease,transform .22s ease,visibility .22s ease;}.gm-chat-panel.is-open{opacity:1;visibility:visible;transform:translateY(0) scale(1);}.gm-chat-header{flex:0 0 auto;min-height:78px;padding:14px 14px 14px 16px;display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#002D5A 0%,#011638 100%);color:#fff;}.gm-chat-brand-avatar{width:44px;height:44px;flex:0 0 44px;border-radius:13px;display:inline-grid;place-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);color:#fff;font-weight:900;letter-spacing:-.04em;}.gm-chat-brand-avatar{white-space:nowrap !important;writing-mode:horizontal-tb !important;text-orientation:mixed !important;line-height:1 !important;}.gm-chat-brand-avatar b{display:inline !important;color:#2f7f2b;font-size:.82em;line-height:inherit !important;}.gm-chat-brand-avatar strong,.gm-chat-brand-avatar span{display:inline !important;}.gm-chat-header-copy{min-width:0;flex:1;}.gm-chat-header-copy strong{display:block;color:#fff;font-size:14px;line-height:1.25;}.gm-chat-status{display:flex;align-items:center;gap:6px;margin-top:3px;color:rgba(255,255,255,.76);font-size:11px;line-height:1.2;}.gm-chat-status-dot{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#2f7f2b;box-shadow:0 0 0 4px rgba(58,154,53,.15);}.gm-chat-header-actions{display:flex;align-items:center;gap:4px;}.gm-chat-icon-btn{width:34px;height:34px;border:0;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#fff;cursor:pointer;}.gm-chat-icon-btn:hover{background:rgba(255,255,255,.10);}.gm-chat-icon-btn i{font-size:19px;}.gm-chat-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;background:#F7F9FC;}.gm-chat-stage{display:none;flex:1 1 auto;min-height:0;}.gm-chat-stage.is-active{display:flex;}.gm-chat-welcome{flex-direction:column;justify-content:center;padding:24px;overflow-y:auto;}.gm-chat-welcome-icon{width:58px;height:58px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:rgba(0,45,90,.08);color:#002D5A;font-size:28px;margin-bottom:16px;}.gm-chat-welcome h3{margin:0 0 8px;color:#10233B;font-size:20px;font-weight:800;letter-spacing:-.02em;}.gm-chat-welcome>p{margin:0 0 18px;color:#667085;font-size:13px;line-height:1.55;}.gm-chat-form{display:grid;gap:11px;}.gm-chat-field label{display:block;margin-bottom:5px;color:#344054;font-size:11px;font-weight:750;}.gm-chat-field input{width:100%;min-height:44px;padding:10px 12px;border:1px solid #DDE5ED;border-radius:10px;background:#fff;color:#10233B;outline:0;font:inherit;font-size:13px;}.gm-chat-field input:focus{border-color:#6E96BB;box-shadow:0 0 0 3px rgba(0,45,90,.08);}.gm-chat-start-btn{min-height:44px;border:0;border-radius:10px;background:#002D5A;color:#fff;font-weight:800;font-size:13px;cursor:pointer;}.gm-chat-start-btn:hover{background:#011638;}.gm-chat-privacy{margin:0;color:#8A96A6;font-size:10.5px;line-height:1.45;}.gm-chat-conversation{flex-direction:column;min-height:0;}.gm-chat-messages{flex:1 1 auto;min-height:0;overflow-y:auto;padding:16px;scroll-behavior:smooth;}.gm-chat-date-line{margin:4px 0 12px;text-align:center;color:#98A2B3;font-size:10px;font-weight:700;}.gm-chat-message-row{display:flex;align-items:flex-end;gap:8px;margin-bottom:12px;}.gm-chat-message-row.is-visitor{justify-content:flex-end;}.gm-chat-agent-avatar{width:28px;height:28px;flex:0 0 28px;border-radius:9px;display:grid;place-items:center;background:#002D5A;color:#fff;font-size:10px;font-weight:900;}.gm-chat-agent-avatar b{color:#2f7f2b;}.gm-chat-bubble-wrap{max-width:78%;}.gm-chat-message-meta{margin:0 0 3px 3px;color:#98A2B3;font-size:9.5px;}.gm-chat-message-row.is-visitor .gm-chat-message-meta{text-align:right;margin-right:3px;}.gm-chat-bubble{padding:9px 11px;border-radius:12px 12px 12px 4px;background:#fff;border:1px solid #E5EAF0;color:#344054;font-size:12.5px;line-height:1.48;box-shadow:0 3px 10px rgba(1,22,56,.03);white-space:pre-wrap;overflow-wrap:anywhere;}.gm-chat-message-row.is-visitor .gm-chat-bubble{border-color:#002D5A;border-radius:12px 12px 4px 12px;background:#002D5A;color:#fff;}.gm-chat-message-row.is-system{justify-content:center;}.gm-chat-message-row.is-system .gm-chat-bubble-wrap{max-width:92%;}.gm-chat-message-row.is-system .gm-chat-bubble{background:#EDF5FD;border-color:#D7E6F4;color:#35516F;border-radius:10px;text-align:center;font-size:11px;}.gm-chat-composer{flex:0 0 auto;padding:11px;display:flex;align-items:flex-end;gap:8px;border-top:1px solid #E5EAF0;background:#fff;}.gm-chat-composer textarea{flex:1;min-height:42px;max-height:110px;resize:none;padding:10px 11px;border:1px solid #DDE5ED;border-radius:12px;outline:0;color:#10233B;background:#fff;font:inherit;font-size:12.5px;line-height:1.4;}.gm-chat-composer textarea:focus{border-color:#6E96BB;box-shadow:0 0 0 3px rgba(0,45,90,.07);}.gm-chat-send{width:42px;height:42px;flex:0 0 42px;border:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#2f7f2b;color:#fff;cursor:pointer;}.gm-chat-send:hover{background:#2F7F2B;}.gm-chat-send:disabled{opacity:.5;cursor:wait;}.gm-chat-send i{font-size:19px;}.gm-chat-connection-note{flex:0 0 auto;padding:6px 12px;border-top:1px solid #EEF2F6;background:#fff;color:#98A2B3;text-align:center;font-size:9.5px;}.gm-chat-error{display:none;margin:10px 0 0;padding:8px 10px;border-radius:9px;background:#FFF3F2;color:#B42318;font-size:11px;}.gm-chat-error.is-visible{display:block;}.gm-chat-loading{display:inline-flex;align-items:center;gap:4px;}.gm-chat-loading span{width:5px;height:5px;border-radius:50%;background:#98A2B3;animation:gmChatDot 1.1s infinite ease-in-out;}.gm-chat-loading span:nth-child(2){animation-delay:.12s;}.gm-chat-loading span:nth-child(3){animation-delay:.24s;}@keyframes gmChatDot{0%,80%,100%{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@media (max-width:767.98px){.gm-chat-launcher{right:16px;bottom:92px;min-width:132px;width:auto;height:54px;padding:0 16px 0 10px;}.gm-chat-panel{right:10px;left:10px;bottom:154px;width:auto;height:min(600px,calc(100dvh - 175px));min-height:420px;border-radius:16px;}}@media (max-width:479.98px){.gm-chat-panel{right:8px;left:8px;bottom:150px;height:calc(100dvh - 168px);max-height:610px;}.gm-chat-header{min-height:72px;}.gm-chat-welcome{padding:20px;}}@media (prefers-reduced-motion:reduce){.gm-chat-panel,.gm-chat-launcher{transition:none !important;}.gm-chat-loading span{animation:none !important;}}.gm-chat-root .gm-chat-launcher,.gm-chat-root .gm-chat-launcher *,.gm-chat-root .gm-chat-brand-avatar,.gm-chat-root .gm-chat-brand-avatar *{writing-mode:horizontal-tb !important;text-orientation:mixed !important;}.gm-chat-root .gm-chat-launcher{flex-direction:row !important;}.gm-chat-root .gm-chat-launcher-label{white-space:nowrap !important;}.gm-chat-root .gm-chat-brand-avatar{display:inline-flex !important;align-items:center !important;justify-content:center !important;flex-direction:row !important;white-space:nowrap !important;}.gm-chat-root .gm-chat-agent-avatar{width:36px !important;height:28px !important;flex:0 0 36px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;flex-direction:row !important;white-space:nowrap !important;writing-mode:horizontal-tb !important;text-orientation:mixed !important;overflow:hidden !important;color:#fff !important;-webkit-text-fill-color:#fff !important;font-size:9px !important;font-weight:900 !important;line-height:1 !important;letter-spacing:-.04em !important;}.gm-chat-root .gm-chat-agent-avatar *{display:inline !important;white-space:nowrap !important;writing-mode:horizontal-tb !important;text-orientation:mixed !important;}.gm-chat-conversation.is-closed .gm-chat-composer{display:none !important;}.gm-chat-closed-actions{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 12px;border-top:1px solid #E5EAF0;background:#fff;}.gm-chat-closed-label{color:#667085;font-size:11px;font-weight:700;}.gm-chat-new-chat-btn{min-height:36px;padding:8px 12px;border:1px solid #002D5A;border-radius:9px;background:#002D5A;color:#fff;-webkit-text-fill-color:#fff;font:inherit;font-size:11px;font-weight:800;cursor:pointer;white-space:nowrap;}.gm-chat-new-chat-btn:hover{background:#011638;border-color:#011638;}@media (max-width:479.98px){.gm-chat-closed-actions{align-items:stretch;flex-direction:column;}.gm-chat-new-chat-btn{width:100%;}}.gm-chat-panel [hidden]{display:none !important;}.gm-chat-brand-avatar{display:inline-flex !important;align-items:center !important;justify-content:center !important;white-space:nowrap !important;writing-mode:horizontal-tb !important;text-orientation:mixed !important;word-break:keep-all !important;overflow-wrap:normal !important;letter-spacing:-.06em !important;line-height:1 !important;}.gm-chat-end-btn{background:rgba(255,255,255,.09);}.gm-chat-end-btn:hover{background:rgba(255,255,255,.16);}.gm-chat-attach{width:42px;height:42px;flex:0 0 42px;border:1px solid #DDE5ED;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#F7F9FC;color:#002D5A;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease;}.gm-chat-attach:hover{background:#EDF5FD;border-color:#C6D8E8;transform:translateY(-1px);}.gm-chat-attach i{font-size:19px;}.gm-chat-attach.is-disabled{opacity:.45;pointer-events:none;}.gm-chat-media-preview{flex:0 0 auto;margin:0 11px;padding:9px;display:flex;align-items:center;gap:10px;border:1px solid #DDE5ED;border-bottom:0;border-radius:12px 12px 0 0;background:#fff;}.gm-chat-media-preview img{width:48px;height:48px;flex:0 0 48px;object-fit:cover;border-radius:9px;border:1px solid #E5EAF0;background:#F7F9FC;}.gm-chat-media-preview-copy{min-width:0;flex:1;}.gm-chat-media-preview-copy strong,.gm-chat-media-preview-copy small{display:block;}.gm-chat-media-preview-copy strong{max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#10233B;font-size:11.5px;}.gm-chat-media-preview-copy small{margin-top:2px;color:#667085;font-size:10px;}.gm-chat-media-remove{width:30px;height:30px;flex:0 0 30px;border:0;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;background:#F2F4F7;color:#667085;cursor:pointer;}.gm-chat-media-remove:hover{background:#EAECF0;color:#B42318;}.gm-chat-bubble.has-attachment{padding:6px;overflow:hidden;}.gm-chat-bubble.has-attachment .gm-chat-message-text:not(:empty){display:block;padding:7px 6px 3px;}.gm-chat-image-link{display:block;border-radius:9px;overflow:hidden;background:#E9EEF3;text-decoration:none;}.gm-chat-image-link img{display:block;width:100%;max-width:260px;max-height:270px;object-fit:cover;border-radius:9px;}.gm-chat-message-row.is-visitor .gm-chat-image-link{background:rgba(255,255,255,.12);}.gm-chat-closed-state{flex:0 0 auto;margin:10px 11px 11px;padding:12px;display:grid;grid-template-columns:36px 1fr;gap:10px;align-items:center;border:1px solid #D7E9D5;border-radius:12px;background:#F3FAF2;}.gm-chat-closed-icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:rgba(58,154,53,.11);color:#2f7f2b;font-size:19px;}.gm-chat-closed-state strong,.gm-chat-closed-state small{display:block;}.gm-chat-closed-state strong{color:#17314D;font-size:11.5px;}.gm-chat-closed-state small{margin-top:2px;color:#667085;font-size:10px;line-height:1.35;}.gm-chat-new-btn{grid-column:1 / -1;min-height:38px;border:0;border-radius:10px;background:#002D5A;color:#fff;font-size:11px;font-weight:800;cursor:pointer;}.gm-chat-new-btn:hover{background:#011638;}.gm-chat-end-confirm{position:absolute;inset:78px 0 0;z-index:6;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(1,22,56,.32);backdrop-filter:blur(3px);}.gm-chat-end-confirm-card{width:100%;max-width:315px;padding:20px;border-radius:15px;background:#fff;box-shadow:0 20px 52px rgba(1,22,56,.22);text-align:center;}.gm-chat-end-confirm-icon{width:46px;height:46px;margin:0 auto 10px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;background:#FFF4E5;color:#B54708;font-size:22px;}.gm-chat-end-confirm-card strong{display:block;color:#10233B;font-size:15px;}.gm-chat-end-confirm-card p{margin:7px 0 16px;color:#667085;font-size:11px;line-height:1.5;}.gm-chat-end-confirm-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;}.gm-chat-confirm-cancel,.gm-chat-confirm-end{min-height:39px;border-radius:10px;font-size:11px;font-weight:800;cursor:pointer;}.gm-chat-confirm-cancel{border:1px solid #DDE5ED;background:#fff;color:#344054;}.gm-chat-confirm-end{border:1px solid #B42318;background:#B42318;color:#fff;}.gm-chat-confirm-end:hover{background:#912018;}@media (max-width:575.98px){.gm-chat-image-link img{max-width:220px;max-height:240px;}.gm-chat-end-confirm{inset:78px 0 0;padding:14px;}}.gm-chat-conversation-error{flex:0 0 auto;margin:8px 11px 0;}
