@-webkit-keyframes chatDot{0%,80%,to{-webkit-transform:scale(.6);transform:scale(.6);opacity:.4}40%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes chatDot{0%,80%,to{-webkit-transform:scale(.6);transform:scale(.6);opacity:.4}40%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes chatCursor{50%{opacity:0}}@keyframes chatCursor{50%{opacity:0}}#help-chatbot .chatbot-toggle{position:fixed;bottom:28px;right:28px;z-index:9999;width:56px;height:56px;border-radius:50%;border:0;background:-webkit-linear-gradient(315deg,#2563eb,#06b6d4);background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;cursor:pointer;-webkit-box-shadow:0 8px 24px rgba(37,99,235,.35);box-shadow:0 8px 24px rgba(37,99,235,.35);-webkit-transition:opacity .2s,-webkit-transform .2s,-webkit-box-shadow .2s;transition:opacity .2s,transform .2s,box-shadow .2s;transition:opacity .2s,transform .2s,box-shadow .2s,-webkit-transform .2s,-webkit-box-shadow .2s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#help-chatbot .chatbot-toggle:hover{opacity:.9;-webkit-transform:scale(1.06);-ms-transform:scale(1.06);transform:scale(1.06);-webkit-box-shadow:0 10px 28px rgba(37,99,235,.45);box-shadow:0 10px 28px rgba(37,99,235,.45)}#help-chatbot .chatbot-toggle svg{width:24px;height:24px}#help-chatbot .chatbot-toggle__icon{position:absolute;-webkit-transition:opacity .2s,-webkit-transform .2s;transition:opacity .2s,transform .2s;transition:opacity .2s,transform .2s,-webkit-transform .2s}#help-chatbot .chatbot-toggle__icon--chat{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}#help-chatbot .chatbot-toggle.is-open .chatbot-toggle__icon--chat,#help-chatbot .chatbot-toggle__icon--close{opacity:0;-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6)}#help-chatbot .chatbot-toggle.is-open{background:#475569}#help-chatbot .chatbot-toggle.is-open .chatbot-toggle__icon--close{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}#help-chatbot .chatbot-toggle__badge{position:absolute;top:-2px;right:-2px;width:18px;height:18px;background:#ef4444;color:#fff;border-radius:50%;font-size:10px;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:2px solid #fff}#help-chatbot .chatbot-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:9998;opacity:0;pointer-events:none;-webkit-transition:opacity .25s;transition:opacity .25s}#help-chatbot .chatbot-backdrop.is-visible{opacity:1;pointer-events:auto}#help-chatbot .chatbot-window{position:fixed;bottom:96px;right:28px;z-index:9999;width:360px;background:#fff;border-radius:16px;-webkit-box-shadow:0 12px 40px rgba(0,0,0,.18),0 2px 8px rgba(0,0,0,.08);box-shadow:0 12px 40px rgba(0,0,0,.18),0 2px 8px rgba(0,0,0,.08);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;opacity:0;-webkit-transform:translateY(16px) scale(.96);-ms-transform:translateY(16px) scale(.96);transform:translateY(16px) scale(.96);pointer-events:none;-webkit-transition:opacity .25s,width .3s ease,height .3s ease,-webkit-transform .3s ease;transition:opacity .25s,transform .3s ease,width .3s ease,height .3s ease;transition:opacity .25s,transform .3s ease,width .3s ease,height .3s ease,-webkit-transform .3s ease}#help-chatbot .chatbot-window.is-open{opacity:1;-webkit-transform:translateY(0) scale(1);-ms-transform:translateY(0) scale(1);transform:translateY(0) scale(1);pointer-events:auto}#help-chatbot .chatbot-window.is-fullscreen{top:50%;left:50%;right:auto;bottom:auto;width:min(720px,100vw - 48px);height:min(80vh,720px);border-radius:16px}#help-chatbot .chatbot-window.is-fullscreen.is-open{-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:1}#help-chatbot .chatbot-window.is-fullscreen .chatbot-messages{max-height:none;-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0}#help-chatbot .chatbot-window.is-fullscreen .chatbot-message__bubble{max-width:calc(min(720px,100vw - 48px) - 100px)}#help-chatbot .chatbot-window,#help-chatbot .chatbot-window.is-fullscreen .chatbot-header__expand .icon-compress{display:-webkit-box;display:-ms-flexbox;display:flex}#help-chatbot .chatbot-window.is-fullscreen .chatbot-header__expand .icon-expand{display:none}@media (max-width:480px){#help-chatbot .chatbot-window{width:calc(100vw - 24px);right:12px;bottom:84px}#help-chatbot .chatbot-window.is-fullscreen{width:100vw;height:100dvh;top:0;left:0;border-radius:0}#help-chatbot .chatbot-window.is-fullscreen,#help-chatbot .chatbot-window.is-fullscreen.is-open{-webkit-transform:none;-ms-transform:none;transform:none}}#help-chatbot .chatbot-header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:14px 16px;background:-webkit-linear-gradient(315deg,#1d4ed8 0,#2563eb 100%);background:linear-gradient(135deg,#1d4ed8 0,#2563eb 100%);-ms-flex-negative:0;flex-shrink:0}#help-chatbot .chatbot-header,#help-chatbot .chatbot-header__avatar,#help-chatbot .chatbot-header__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#help-chatbot .chatbot-header__left{gap:10px}#help-chatbot .chatbot-header__avatar{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.25);color:#fff;font-size:11px;font-weight:700;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:2px solid rgba(255,255,255,.4)}#help-chatbot .chatbot-header__name{font-size:14px;font-weight:700;color:#fff;line-height:1.3}#help-chatbot .chatbot-header__status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;font-size:11px;color:rgba(255,255,255,.85)}#help-chatbot .chatbot-header__dot{width:7px;height:7px;border-radius:50%;background:#4ade80;-ms-flex-negative:0;flex-shrink:0}#help-chatbot .chatbot-header__close,#help-chatbot .chatbot-header__expand,#help-chatbot .chatbot-header__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#help-chatbot .chatbot-header__right{gap:2px}#help-chatbot .chatbot-header__close,#help-chatbot .chatbot-header__expand{background:0 0;border:0;color:rgba(255,255,255,.8);cursor:pointer;padding:5px;border-radius:6px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:color .15s,background .15s;transition:color .15s,background .15s}#help-chatbot .chatbot-header__close:hover,#help-chatbot .chatbot-header__expand:hover{color:#fff;background:rgba(255,255,255,.15)}#help-chatbot .chatbot-header__expand .icon-compress{display:none}#help-chatbot .chatbot-header__expand .icon-expand,#help-chatbot .chatbot-messages{display:-webkit-box;display:-ms-flexbox;display:flex}#help-chatbot .chatbot-messages{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;padding:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;min-height:280px;max-height:340px;scroll-behavior:smooth}#help-chatbot .chatbot-messages::-webkit-scrollbar{width:4px}#help-chatbot .chatbot-messages::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:2px}#help-chatbot .chatbot-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:8px;max-width:100%}#help-chatbot .chatbot-message--bot{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#help-chatbot .chatbot-message--bot .chatbot-message__bubble{background:#f8fafc;border:1px solid #e2e8f0;color:#1e293b;border-radius:16px 16px 16px 4px}#help-chatbot .chatbot-message--user{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#help-chatbot .chatbot-message--user .chatbot-message__bubble{background:#2563eb;color:#fff;border-radius:16px 16px 4px 16px;border:0}#help-chatbot .chatbot-message__avatar{width:28px;height:28px;border-radius:50%;background:#2563eb;color:#fff;font-size:9px;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;margin-bottom:2px}#help-chatbot .chatbot-message__bubble{padding:10px 14px;font-size:13px;line-height:1.7;max-width:calc(360px - 80px);word-break:break-word}#help-chatbot .chatbot-message__bubble p{margin:0 0 6px}#help-chatbot .chatbot-message__bubble p:last-child{margin-bottom:0}#help-chatbot .chatbot-message__bubble strong{font-weight:700}#help-chatbot .chatbot-message__bubble code{background:rgba(0,0,0,.08);padding:1px 4px;border-radius:3px;font-size:.85em;font-family:monospace}#help-chatbot .chatbot-message__bubble ol,#help-chatbot .chatbot-message__bubble ul{padding-left:1.4em;margin:4px 0}#help-chatbot .chatbot-message__bubble ol li,#help-chatbot .chatbot-message__bubble ul li{margin-bottom:3px}#help-chatbot .chatbot-message__bubble--loading{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 16px}#help-chatbot .chatbot-message__bubble--loading span{width:7px;height:7px;border-radius:50%;background:#64748b;-webkit-animation:chatDot 1.2s infinite;animation:chatDot 1.2s infinite}#help-chatbot .chatbot-message__bubble--loading span:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}#help-chatbot .chatbot-message__bubble--loading span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}#help-chatbot .chatbot-cursor{display:inline-block;width:2px;height:1em;background:currentColor;margin-left:1px;vertical-align:text-bottom;-webkit-animation:chatCursor .8s step-end infinite;animation:chatCursor .8s step-end infinite}#help-chatbot .chatbot-suggestions{padding:0 12px 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px;-ms-flex-negative:0;flex-shrink:0}#help-chatbot .chatbot-suggestion{background:#eff6ff;color:#2563eb;border:1px solid rgba(37,99,235,.2);border-radius:20px;padding:5px 12px;font-size:12px;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic","YuGothic",Meiryo,sans-serif;cursor:pointer;-webkit-transition:background .15s,border-color .15s;transition:background .15s,border-color .15s;white-space:nowrap}#help-chatbot .chatbot-suggestion:hover{background:rgba(37,99,235,.15);border-color:rgba(37,99,235,.4)}#help-chatbot .chatbot-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:12px 14px;border-top:1px solid #e2e8f0;-ms-flex-negative:0;flex-shrink:0;background:#fff}#help-chatbot .chatbot-input{-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid #e2e8f0;border-radius:24px;padding:9px 16px;font-size:13px;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic","YuGothic",Meiryo,sans-serif;color:#1e293b;outline:0;background:#f8fafc;-webkit-transition:border-color .15s,background .15s;transition:border-color .15s,background .15s}#help-chatbot .chatbot-input::-webkit-input-placeholder{color:#94a3b8}#help-chatbot .chatbot-input::-moz-placeholder{color:#94a3b8}#help-chatbot .chatbot-input:-ms-input-placeholder{color:#94a3b8}#help-chatbot .chatbot-input::-ms-input-placeholder{color:#94a3b8}#help-chatbot .chatbot-input::placeholder{color:#94a3b8}#help-chatbot .chatbot-input:focus{border-color:#2563eb;background:#fff}#help-chatbot .chatbot-input:disabled{opacity:.6;cursor:not-allowed}#help-chatbot .chatbot-send{width:36px;height:36px;border-radius:50%;border:0;background:#2563eb;color:#fff;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:background .15s,-webkit-transform .15s;transition:background .15s,transform .15s;transition:background .15s,transform .15s,-webkit-transform .15s}#help-chatbot .chatbot-send:hover{background:#1d4ed8;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}#help-chatbot .chatbot-send:disabled{opacity:.5;cursor:not-allowed;-webkit-transform:none;-ms-transform:none;transform:none}
/*# sourceMappingURL=../maps/css/chatbot-standalone.css.map */
