.gbc-chat{--gbc-primary:#102c5b;--gbc-accent:#c7a34b;--gbc-surface:#fffdf8;--gbc-text:#17213a;--gbc-muted:#788197;--gbc-border:rgba(16,44,91,.11);font-family:Vazirmatn,IRANSansX,IRANSans,Tahoma,sans-serif;box-sizing:border-box;z-index:9999999}.gbc-chat *{box-sizing:border-box}.gbc-chat[dir=rtl]{direction:rtl}.gbc-chat--floating{position:fixed;bottom:22px}.gbc-chat--floating.gbc-pos-left{left:22px}.gbc-chat--floating.gbc-pos-right{right:22px}.gbc-chat--embedded{position:relative;max-width:390px;margin:20px auto}.gbc-launcher{position:relative;width:76px;height:76px;border:0;border-radius:24px;background:linear-gradient(145deg,#fffdf8,#f6ebc9);box-shadow:0 15px 38px rgba(16,44,91,.28),inset 0 1px 0 rgba(255,255,255,.18);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .25s ease,box-shadow .25s ease;padding:0}.gbc-launcher:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 19px 42px rgba(16,44,91,.34),inset 0 1px 0 rgba(255,255,255,.2)}.gbc-launcher:focus-visible{outline:3px solid rgba(199,163,75,.35);outline-offset:4px}.gbc-launcher svg{width:64px;height:64px;position:relative;z-index:2;filter:drop-shadow(0 5px 9px rgba(8,26,57,.16))}.gbc-launcher__glow{position:absolute;inset:-4px;border:1px solid rgba(199,163,75,.55);border-radius:28px;animation:gbcPulse 2.3s infinite}.gbc-launcher__badge{position:absolute;top:-7px;right:-7px;min-width:23px;height:23px;padding:0 6px;border-radius:999px;background:#e44d5e;color:#fff;font-size:12px;font-weight:800;line-height:23px;border:3px solid #fff;z-index:3}@keyframes gbcPulse{0%,100%{transform:scale(.95);opacity:.65}50%{transform:scale(1.08);opacity:.15}}.gbc-panel{position:absolute;bottom:92px;width:390px;max-width:calc(100vw - 28px);height:min(650px,calc(100vh - 120px));min-height:510px;border-radius:26px;background:var(--gbc-surface);border:1px solid rgba(199,163,75,.25);overflow:hidden;box-shadow:0 30px 80px rgba(7,24,54,.22),0 8px 22px rgba(16,44,91,.12);display:flex;flex-direction:column;transform-origin:bottom left;animation:gbcOpen .26s cubic-bezier(.2,.8,.2,1)}.gbc-pos-left .gbc-panel{left:0}.gbc-pos-right .gbc-panel{right:0;transform-origin:bottom right}.gbc-chat--embedded .gbc-panel{position:relative;bottom:auto;width:100%;height:650px;max-width:100%}@keyframes gbcOpen{from{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.gbc-panel[hidden]{display:none!important}.gbc-header{position:relative;min-height:92px;padding:19px 18px;display:flex;align-items:center;gap:13px;color:#fff;background:radial-gradient(circle at 12% 0,rgba(199,163,75,.31),transparent 33%),linear-gradient(145deg,var(--gbc-primary),#0b2149);overflow:hidden}.gbc-header:after{content:"";position:absolute;width:190px;height:190px;border:1px solid rgba(255,255,255,.08);border-radius:50%;left:-105px;bottom:-135px}.gbc-brandmark{width:52px;height:52px;border-radius:17px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#fffdf8,#f5e8c0);box-shadow:0 8px 18px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.75);flex:0 0 auto}.gbc-brandmark svg{width:42px;height:42px;filter:drop-shadow(0 4px 7px rgba(8,26,57,.14))}.gbc-header__copy{min-width:0;display:flex;flex-direction:column;gap:6px;position:relative;z-index:1}.gbc-header__copy strong{font-size:16px;line-height:1.45;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gbc-header__copy span{font-size:11.5px;color:rgba(255,255,255,.8);display:flex;align-items:center;gap:7px}.gbc-header__copy i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#4bd27f;box-shadow:0 0 0 4px rgba(75,210,127,.13)}.gbc-close{margin-right:auto;border:0;width:34px;height:34px;border-radius:12px;background:rgba(255,255,255,.1);color:#fff;font-size:24px;line-height:30px;cursor:pointer;transition:background .2s,transform .2s;position:relative;z-index:2}.gbc-close:hover{background:rgba(255,255,255,.18);transform:rotate(3deg)}.gbc-body{position:relative;flex:1;min-height:0;background:linear-gradient(180deg,#fffdf8,#fbfaf6)}.gbc-intro{height:100%;overflow:auto;padding:22px 22px 18px;text-align:center}.gbc-welcome-icon{width:48px;height:48px;margin:0 auto 12px;border-radius:16px;background:#fff4d9;display:flex;align-items:center;justify-content:center;font-size:26px;box-shadow:0 8px 20px rgba(199,163,75,.14)}.gbc-intro h3{font-size:16px;line-height:1.9;color:var(--gbc-text);margin:0 0 4px;font-weight:900}.gbc-intro>p{font-size:12.5px;color:var(--gbc-muted);margin:0 0 18px;line-height:1.8}.gbc-start-form{text-align:right;display:flex;flex-direction:column;gap:12px}.gbc-field{display:flex;flex-direction:column;gap:7px}.gbc-field span{font-size:12px;font-weight:800;color:#3d4963}.gbc-field input{width:100%;height:45px;border:1px solid var(--gbc-border);border-radius:13px;background:#fff;padding:0 14px;font-family:inherit;font-size:13px;color:var(--gbc-text);outline:none;transition:border-color .2s,box-shadow .2s}.gbc-field input:focus{border-color:rgba(199,163,75,.8);box-shadow:0 0 0 4px rgba(199,163,75,.12)}.gbc-field input::placeholder{color:#a2a8b6}.gbc-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.gbc-primary-btn{height:49px;border:0;border-radius:14px;background:linear-gradient(145deg,var(--gbc-primary),#0a2148);color:#fff;font-family:inherit;font-size:13px;font-weight:900;display:flex;align-items:center;justify-content:center;gap:13px;cursor:pointer;box-shadow:0 10px 25px rgba(16,44,91,.2);transition:transform .2s,box-shadow .2s}.gbc-primary-btn:hover{transform:translateY(-1px);box-shadow:0 13px 30px rgba(16,44,91,.25)}.gbc-primary-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.gbc-primary-btn b{color:var(--gbc-accent);font-size:18px}.gbc-start-form small{font-size:9.8px;color:#9298a6;line-height:1.75;text-align:center;padding:0 5px}.gbc-conversation{height:100%;min-height:0}.gbc-conversation[hidden]{display:none!important}.gbc-messages{height:100%;overflow:auto;padding:18px 15px 20px;scroll-behavior:smooth}.gbc-message{display:flex;flex-direction:column;max-width:82%;margin:0 0 11px;animation:gbcMsg .2s ease}.gbc-message--visitor{margin-right:auto;align-items:flex-end}.gbc-message--admin,.gbc-message--system{margin-left:auto;align-items:flex-start}@keyframes gbcMsg{from{opacity:.3;transform:translateY(5px)}to{opacity:1;transform:none}}.gbc-message__bubble{padding:10px 13px;border-radius:16px;font-size:12.7px;line-height:1.8;white-space:pre-wrap;word-break:break-word}.gbc-message--visitor .gbc-message__bubble{background:linear-gradient(145deg,var(--gbc-primary),#153c77);color:#fff;border-bottom-left-radius:5px;box-shadow:0 7px 17px rgba(16,44,91,.14)}.gbc-message--admin .gbc-message__bubble{background:#fff;color:#26324a;border:1px solid rgba(16,44,91,.09);border-bottom-right-radius:5px;box-shadow:0 6px 15px rgba(16,44,91,.06)}.gbc-message--system{max-width:94%;margin-right:auto}.gbc-message--system .gbc-message__bubble{background:rgba(199,163,75,.1);color:#75602d;border:1px solid rgba(199,163,75,.2);border-radius:12px;font-size:11.5px;text-align:center}.gbc-message__meta{font-size:9.5px;color:#9aa0ac;margin-top:4px;padding:0 4px}.gbc-message--visitor .gbc-message__meta{text-align:left}.gbc-closed{position:absolute;inset:auto 14px 14px;border:1px solid rgba(199,163,75,.24);background:#fff9e9;border-radius:16px;padding:12px;text-align:center;box-shadow:0 8px 22px rgba(16,44,91,.08)}.gbc-closed[hidden]{display:none!important}.gbc-closed p{font-size:11.5px;color:#6d5a2d;margin:0 0 9px;line-height:1.7}.gbc-closed button{border:0;border-radius:10px;background:var(--gbc-primary);color:#fff;font-family:inherit;font-size:11px;font-weight:800;padding:8px 12px;cursor:pointer}.gbc-composer{min-height:72px;padding:11px 12px;display:flex;align-items:flex-end;gap:9px;border-top:1px solid var(--gbc-border);background:#fff}.gbc-composer[hidden]{display:none!important}.gbc-composer textarea{flex:1;min-height:44px;max-height:110px;resize:none;border:1px solid var(--gbc-border);border-radius:14px;padding:11px 13px;font-family:inherit;font-size:12.5px;line-height:1.7;color:var(--gbc-text);outline:none;background:#fbfbfa;overflow-y:auto}.gbc-composer textarea:focus{border-color:rgba(199,163,75,.75);box-shadow:0 0 0 3px rgba(199,163,75,.1);background:#fff}.gbc-composer button{width:45px;height:45px;flex:0 0 45px;border:0;border-radius:14px;background:linear-gradient(145deg,var(--gbc-accent),#b58c33);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 18px rgba(199,163,75,.25);transition:transform .2s}.gbc-composer button:hover{transform:translateY(-1px)}.gbc-composer button:disabled{opacity:.55;cursor:not-allowed;transform:none}.gbc-composer button svg{width:22px;height:22px;fill:#fff;transform:scaleX(-1)}.gbc-footer-note{height:24px;line-height:24px;text-align:center;font-size:9px;color:#a4a8b2;background:#fff;border-top:1px solid rgba(16,44,91,.04);letter-spacing:.05px}.gbc-toast{position:absolute;right:14px;left:14px;bottom:84px;padding:10px 12px;border-radius:12px;background:#381b23;color:#fff;font-size:11px;text-align:center;box-shadow:0 10px 25px rgba(0,0,0,.16);z-index:10;animation:gbcMsg .2s}.gbc-loading-dots{display:inline-flex;gap:3px;direction:ltr}.gbc-loading-dots i{width:5px;height:5px;border-radius:50%;background:currentColor;animation:gbcDot 1s infinite}.gbc-loading-dots i:nth-child(2){animation-delay:.15s}.gbc-loading-dots i:nth-child(3){animation-delay:.3s}@keyframes gbcDot{0%,80%,100%{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@media(max-width:640px){.gbc-chat--floating{bottom:16px}.gbc-chat--floating.gbc-pos-left{left:14px}.gbc-chat--floating.gbc-pos-right{right:14px}.gbc-launcher{width:70px;height:70px;border-radius:23px}.gbc-launcher svg{width:59px;height:59px}.gbc-panel{position:fixed;left:10px!important;right:10px!important;bottom:10px;width:auto;max-width:none;height:min(690px,calc(100dvh - 20px));min-height:480px;border-radius:24px;transform-origin:bottom center}.gbc-header{min-height:86px;padding:16px}.gbc-intro{padding:20px 18px 16px}}@media(prefers-reduced-motion:reduce){.gbc-chat *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* v1.0.7: larger Bale launcher on the WordPress homepage only */
body.home .gbc-chat--floating .gbc-launcher,
body.front-page .gbc-chat--floating .gbc-launcher{
  width:96px;
  height:96px;
  border-radius:30px;
}
body.home .gbc-chat--floating .gbc-launcher svg,
body.front-page .gbc-chat--floating .gbc-launcher svg{
  width:82px;
  height:82px;
}
body.home .gbc-chat--floating .gbc-launcher__glow,
body.front-page .gbc-chat--floating .gbc-launcher__glow{
  inset:-5px;
  border-radius:35px;
}
body.home .gbc-chat--floating .gbc-panel,
body.front-page .gbc-chat--floating .gbc-panel{
  bottom:114px;
}
@media(max-width:640px){
  body.home .gbc-chat--floating .gbc-launcher,
  body.front-page .gbc-chat--floating .gbc-launcher{
    width:88px;
    height:88px;
    border-radius:28px;
  }
  body.home .gbc-chat--floating .gbc-launcher svg,
  body.front-page .gbc-chat--floating .gbc-launcher svg{
    width:76px;
    height:76px;
  }
  body.home .gbc-chat--floating .gbc-launcher__glow,
  body.front-page .gbc-chat--floating .gbc-launcher__glow{
    border-radius:33px;
  }
}
