:root{--support-chat-modal-height: 560px;--support-chat-input-height: 52px;--brand: var(--btnIdle, #857BFF);--brand-hover: var(--btnActive, #00A3FF);--brand-active: rgba(133,123,255,.92);--shadow: 0 16px 36px rgba(0,0,0,.22);--ml-support-chat-mock: none;--ml-support-chat-blog-icon: none;--ml-support-chat-docs-icon: none;--ml-support-chat-launcher-icon: none;--ml-support-chat-ai-icon: none;--ml-support-chat-cryptoballs-icon: none;--ml-support-chat-billing-icon: none;--ml-support-chat-home-icon: none;--ml-support-chat-history-icon: none;--ml-support-chat-back-icon: none}.support-chat-welcome{position:fixed;right:28px;bottom:28px;z-index:2500;width:auto;max-width:min(calc(100vw - 32px),340px);transition:opacity .2s ease,transform .2s ease}.support-chat-welcome.is-hidden{opacity:0;transform:translateY(10px);pointer-events:none}.support-chat-welcome__main{position:relative;display:inline-flex;align-items:center;gap:10px;min-height:56px;max-width:100%;padding:0 14px 0 18px;border:0;border-radius:8px;background:var(--brand);color:#fff;cursor:pointer;box-shadow:0 16px 36px #857bff38,inset 0 0 0 1px #ffffff15;transition:opacity .2s ease,transform .2s ease,filter .2s ease,background-color .2s ease,box-shadow .2s ease;overflow:visible}.support-chat-welcome__main:hover{background:var(--brand-hover);transform:translateY(-2px);box-shadow:0 22px 44px #00a3ff4d,inset 0 0 0 1px #ffffff20}.support-chat-welcome__main:active{background:var(--brand-active);transform:translateY(0);filter:brightness(.94)}.support-chat-welcome__main:focus-visible{outline:3px solid rgba(255,255,255,.6);outline-offset:3px}.support-chat-welcome__label{display:block;max-width:100%;font-size:15px;font-weight:600;line-height:1.2;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.support-chat-welcome__close{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:2px;font-size:20px;line-height:1;color:#fffffff5;-webkit-user-select:none;user-select:none;border-radius:4px;transition:opacity .2s ease,background-color .2s ease}.support-chat-welcome__close:hover{background:#ffffff1a}.support-chat-welcome__close:active{background:#ffffff24}.support-chat-welcome__close:focus-visible{outline:none;background:#ffffff24}.support-chat-button{position:fixed;right:28px;bottom:28px;z-index:2500;display:grid;place-items:center;width:56px;height:56px;padding:0;border:0;border-radius:50%;background-color:var(--brand);color:#fff;cursor:pointer;box-shadow:0 16px 36px #857bff38,inset 0 0 0 1px #ffffff15;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,filter .2s ease,opacity .2s ease;overflow:visible}.support-chat-button:hover{background-color:var(--brand-hover);transform:translateY(-2px);box-shadow:0 22px 44px #00a3ff4d,inset 0 0 0 1px #ffffff20}.support-chat-button:active{background-color:var(--brand-active);transform:translateY(0);filter:brightness(.94)}.support-chat-button:focus-visible{outline:3px solid rgba(255,255,255,.6);outline-offset:3px}.support-chat-button.is-hidden{opacity:0;transform:scale(.9);pointer-events:none}.support-chat-button__icon{width:41px;height:41px;display:block;background-color:currentColor;-webkit-mask-image:var(--ml-support-chat-icon);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-image:var(--ml-support-chat-icon);mask-repeat:no-repeat;mask-position:center;mask-size:contain;mask-mode:alpha}.support-chat-badge{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 5px;border-radius:50%;background:#ff3b30;color:#fff;font-size:11px;font-weight:700;line-height:18px;text-align:center;box-shadow:0 8px 20px #00000038;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:2}.support-chat-badge--welcome{top:-6px;right:-6px}.support-chat-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:flex-end;padding:24px;opacity:0;pointer-events:none;transition:opacity .22s ease;z-index:1590}.support-chat-overlay.is-open{opacity:1;pointer-events:auto}.support-chat-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#050c20ad;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.support-chat-modal{position:relative;width:min(420px,100%);height:min(var(--support-chat-modal-height),calc(100dvh - 160px));max-height:min(var(--support-chat-modal-height),calc(100dvh - 160px));overflow:hidden;display:flex;flex-direction:column;gap:10px;padding:18px;border-radius:8px;box-shadow:0 24px 70px #050c2099,inset 0 0 0 1px #ffffff0a;z-index:1601;background:linear-gradient(180deg,#0a0f1de0,#0a0f1dcc),var(--ml-support-chat-hero-bg);background-size:cover;background-position:center;background-repeat:no-repeat}.support-chat-modal.is-intro{gap:0;padding-top:18px}.support-chat-close{position:absolute;top:18px;right:18px;width:36px;height:36px;border:0;border-radius:8px;background:#ffffff0f;color:#f1f5f9;font-size:22px;font-weight:600;cursor:pointer;display:grid;place-items:center;transition:background .2s ease;z-index:5}.support-chat-close:hover{background:#ffffff1f}.support-chat-close:focus-visible{outline:2px solid rgba(255,255,255,.65);outline-offset:2px}.support-chat-header{display:flex;align-items:center;justify-content:flex-start;gap:12px;min-height:36px;padding-right:52px}.support-chat-modal.is-intro .support-chat-header{min-height:0;padding:0}.support-chat-modal.is-intro .support-chat-status{display:none}.support-chat-modal.is-intro .support-chat-close{position:absolute;top:18px;right:18px;display:grid}.support-chat-status{display:flex;align-items:center;gap:10px;min-width:0;font-weight:600;color:#f8fafc}.support-chat-status.is-hidden{display:none}.support-chat-header__back{display:none;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:8px;background:#ffffff0f;color:#f8fafc;cursor:pointer;flex:0 0 auto;transition:background .2s ease,filter .2s ease}.support-chat-header__back:hover{background:#ffffff1f}.support-chat-header__back:active{filter:brightness(.96)}.support-chat-header__back:focus-visible{outline:2px solid rgba(255,255,255,.65);outline-offset:2px}.support-chat-header__back-icon{width:18px;height:18px;display:block;background-color:currentColor;-webkit-mask-image:var(--ml-support-chat-back-icon);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-image:var(--ml-support-chat-back-icon);mask-repeat:no-repeat;mask-position:center;mask-size:contain}.support-chat-dot{width:12px;height:12px;border-radius:8px;box-shadow:0 0 12px #22c55e73}.support-chat-dot.is-online,.support-chat-dot.is-connecting,.support-chat-dot.is-offline{background:#22c55e}.support-chat-modal.is-history-session .support-chat-status{display:none}.support-chat-modal.is-history-session .support-chat-header__back{display:inline-flex}.support-chat-modal.is-history-session .support-chat-footer{display:flex!important}.support-chat-modal.is-history-session .support-chat-form{display:none!important}.support-chat-modal.is-history-session .support-chat-readonly-note{margin:10px 0 0}.support-chat-modal.is-closed-session .support-chat-status{display:none!important}.support-chat-modal.is-closed-session .support-chat-header__back{display:inline-flex!important}.support-chat-modal.is-closed-session .support-chat-footer{display:flex!important}.support-chat-modal.is-closed-session .support-chat-form,.support-chat-modal.is-closed-session .support-chat-typing{display:none!important}.support-chat-modal.is-closed-session .support-chat-readonly-note{margin:10px 0 0}.support-chat-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden}.support-chat-frames{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.support-chat-history{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;text-align:left;padding:56px 18px 12px;overflow:hidden}.support-chat-history.is-hidden{display:none!important}.support-chat-history__empty{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;max-width:320px;margin:0 auto}.support-chat-history__icon{width:72px;height:72px;margin:0 0 18px;background-color:#fff;opacity:.96;-webkit-mask-image:var(--ml-support-chat-history-icon);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-image:var(--ml-support-chat-history-icon);mask-repeat:no-repeat;mask-position:center;mask-size:contain}.support-chat-history__title{color:#fff;font-size:20px;font-weight:600;line-height:1.18;margin:0 0 8px}.support-chat-history__title-row{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin:0 0 8px}.support-chat-history__badge,.support-chat-nav__badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ff3b30;color:#fff;font-size:11px;font-weight:700;line-height:1;box-shadow:0 8px 20px #00000038;pointer-events:none;-webkit-user-select:none;user-select:none}.support-chat-history__badge[hidden],.support-chat-nav__badge[hidden]{display:none!important}.support-chat-history__subtitle{max-width:320px;color:#e2e8f0c7;font-size:14px;line-height:1.45;margin:0}.support-chat-nav{flex:0 0 auto;display:flex;justify-content:center;align-items:end;gap:80px;margin-top:2px;padding:0}.support-chat-nav.is-hidden{display:none!important}.support-chat-nav__item{position:relative;border:0;padding:0;margin:0;background:transparent;color:#ffffffad;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:8px;min-height:52px;transition:color .2s ease,opacity .2s ease,filter .2s ease,transform .2s ease}.support-chat-nav__item:hover{color:#ffffffe6}.support-chat-nav__item:active{filter:brightness(.96);transform:translateY(1px)}.support-chat-nav__item:focus-visible{outline:none}.support-chat-nav__item.is-active{color:#fff}.support-chat-nav__icon{width:20px;height:20px;display:block;background-color:currentColor;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-repeat:no-repeat;mask-position:center;mask-size:contain}.support-chat-nav__icon--home{-webkit-mask-image:var(--ml-support-chat-home-icon);mask-image:var(--ml-support-chat-home-icon)}.support-chat-nav__icon--history{-webkit-mask-image:var(--ml-support-chat-history-icon);mask-image:var(--ml-support-chat-history-icon)}.support-chat-nav__label{display:block;text-align:center;line-height:1.2;font-family:Unbounded,sans-serif;font-size:14px;font-weight:500}.support-chat-nav__badge{position:absolute;top:-6px;right:-10px}.support-chat-modal.is-intro .support-chat-body{overflow:hidden}.support-chat-intro{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;text-align:center;padding:0 6px 4px;transform:translateY(-34px)}.support-chat-intro.is-hidden,.support-chat-frames.is-hidden,.support-chat-messages.is-hidden,.support-chat-form.is-hidden{display:none!important}.support-chat-intro__mock{width:min(100%,260px);aspect-ratio:1 / 1;background-image:var(--ml-support-chat-mock);background-repeat:no-repeat;background-position:center top;background-size:contain;filter:none;margin-top:0;margin-bottom:8px;flex:0 0 auto}.support-chat-resources{width:calc(100% - 24px);margin:-18px auto 10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.support-chat-resource{min-height:46px;display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 14px;border:0;border-radius:8px;text-decoration:none;background-color:var(--brand);color:#fff;box-shadow:none;transition:background-color .2s ease,filter .2s ease,opacity .2s ease}.support-chat-resource:hover{background-color:var(--brand-hover);box-shadow:none}.support-chat-resource:active{background-color:var(--brand-active);box-shadow:none;filter:brightness(.94)}.support-chat-resource:focus-visible{outline:3px solid rgba(255,255,255,.6);outline-offset:3px}.support-chat-resource__icon{width:18px;height:18px;flex:0 0 18px;display:block;background-color:currentColor;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-repeat:no-repeat;mask-position:center;mask-size:contain}.support-chat-resource__icon--blog{-webkit-mask-image:var(--ml-support-chat-blog-icon);mask-image:var(--ml-support-chat-blog-icon)}.support-chat-resource__icon--documentation{-webkit-mask-image:var(--ml-support-chat-docs-icon);mask-image:var(--ml-support-chat-docs-icon)}.support-chat-resource__label{font-family:Unbounded,sans-serif;font-size:12px;font-weight:500;line-height:1;color:#fff}.support-chat-intro__text{display:flex;flex-direction:column;gap:4px;max-width:320px;margin-top:0;margin-bottom:12px}.support-chat-intro__title{color:#fff;font-size:20px;font-weight:600;line-height:1.18;margin:0;text-shadow:none;filter:none}.support-chat-intro__subtitle{color:#e2e8f0c7;font-size:14px;line-height:1.35;margin:0;text-shadow:none;filter:none}.support-chat-topics{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:-4px}.support-chat-topic{min-height:56px;padding:12px 16px;border:0;border-radius:8px;background-color:var(--brand);color:#fff;font-family:Unbounded,sans-serif;font-size:14px;font-weight:500;line-height:1.22;text-align:left;cursor:pointer;box-shadow:none;transition:background-color .2s ease,filter .2s ease,opacity .2s ease;display:grid;grid-auto-flow:column;grid-auto-columns:max-content;justify-content:center;align-content:center;column-gap:10px}.support-chat-topic:hover{background-color:var(--brand-hover);box-shadow:none}.support-chat-topic:active{background-color:var(--brand-active);box-shadow:none;filter:brightness(.94)}.support-chat-topic:focus-visible{outline:3px solid rgba(255,255,255,.6);outline-offset:3px}.support-chat-topic__icon{width:18px;height:18px;flex:0 0 18px;display:block;align-self:center;background-color:currentColor;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-repeat:no-repeat;mask-position:center;mask-size:contain}.support-chat-topic__icon--launcher{-webkit-mask-image:var(--ml-support-chat-launcher-icon);mask-image:var(--ml-support-chat-launcher-icon)}.support-chat-topic__icon--ai{-webkit-mask-image:var(--ml-support-chat-ai-icon);mask-image:var(--ml-support-chat-ai-icon)}.support-chat-topic__icon--cryptoballs{-webkit-mask-image:var(--ml-support-chat-cryptoballs-icon);mask-image:var(--ml-support-chat-cryptoballs-icon)}.support-chat-topic__icon--billing{-webkit-mask-image:var(--ml-support-chat-billing-icon);mask-image:var(--ml-support-chat-billing-icon)}.support-chat-topic__label{display:block;text-align:left;line-height:1.2}.support-chat-topic--launcher .support-chat-topic__label,.support-chat-topic--ai .support-chat-topic__label,.support-chat-topic--cryptoballs .support-chat-topic__label{text-align:center}.support-chat-topic--billing .support-chat-topic__label{max-width:102px;text-align:left}.support-chat-topic--launcher{gap:10px}.support-chat-messages{flex:1 1 auto;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding-right:4px;padding-bottom:4px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.16) transparent}.support-chat-messages::-webkit-scrollbar{width:6px;background:transparent}.support-chat-messages::-webkit-scrollbar-track,.support-chat-messages::-webkit-scrollbar-track-piece{background:transparent!important;border:0!important;box-shadow:none!important}.support-chat-messages::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:8px;border:0}.support-chat-messages::-webkit-scrollbar-corner{background:transparent}.support-chat-messages::-webkit-scrollbar-button{width:0;height:0;display:none}.support-chat-message{display:flex;flex-direction:column;gap:6px;max-width:100%;font-size:14px}.support-chat-message--mine{align-items:flex-end}.support-chat-message--agent{align-items:flex-start}.support-chat-message--system{align-items:center;color:var(--muted);font-size:13px}.support-chat-footer{flex:0 0 auto;display:flex;flex-direction:column;gap:8px;margin-top:10px}.support-chat-footer.is-hidden{display:none!important}.support-chat-form{position:relative}.support-chat-typing{display:inline-flex;align-items:center;justify-content:flex-start;align-self:flex-start;gap:8px;min-height:18px;margin:0 auto 0 0;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;color:#ffffffd1;font-size:13px;line-height:1;pointer-events:none;text-align:left}.support-chat-typing.is-hidden{display:none!important}.support-chat-typing__label{white-space:nowrap}.support-chat-typing__dots{display:inline-flex;align-items:center;gap:4px}.support-chat-typing__dots span{width:5px;height:5px;border-radius:50%;background:currentColor;opacity:.38;animation:support-chat-typing-bounce 1.2s infinite ease-in-out}.support-chat-typing__dots span:nth-child(2){animation-delay:.15s}.support-chat-typing__dots span:nth-child(3){animation-delay:.3s}@keyframes support-chat-typing-bounce{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-3px);opacity:1}}.support-chat-bubble{padding:10px 14px;border-radius:8px;line-height:1.4;max-width:85%;word-break:break-word}.support-chat-message--mine .support-chat-bubble{background-image:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);color:#fff}.support-chat-message--agent .support-chat-bubble{background:#ffffff14;color:var(--text);border:1px solid rgba(255,255,255,.06)}.support-chat-bubble__text{line-height:1.45}.support-chat-inline-link{color:var(--brand-hover);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.support-chat-inline-link:hover{color:var(--brand-hover);text-decoration:underline}.support-chat-inline-link:active{color:var(--brand-active)}.support-chat-inline-link:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px;border-radius:4px}.support-chat-links{display:flex;flex-direction:column;gap:8px;margin-top:12px}.support-chat-link{display:flex;align-items:center;gap:10px;min-height:46px;padding:10px 14px;border:0;border-radius:8px;background-color:var(--brand);color:#fff;text-decoration:none;box-shadow:none}.support-chat-link:hover{background-color:var(--brand-hover);box-shadow:none}.support-chat-link:active{background-color:var(--brand-active);box-shadow:none;filter:brightness(.94)}.support-chat-link:focus-visible{outline:3px solid rgba(255,255,255,.6);outline-offset:3px}.support-chat-link__icon{flex:0 0 16px;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1;opacity:1}.support-chat-link__label{display:block;font-family:Unbounded,sans-serif;font-size:12px;font-weight:500;line-height:1.25;color:#fff;word-break:break-word}.support-chat-meta{font-size:11px;color:#e2e8f0a6}.support-chat-form{display:flex;align-items:stretch;gap:12px}.support-chat-input{flex:1 1 auto;min-height:var(--support-chat-input-height);max-height:120px;padding:12px 16px;line-height:calc(var(--support-chat-input-height) - 24px);color:var(--text);font-family:Unbounded,sans-serif;font-size:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:8px;resize:none;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.support-chat-input::-webkit-scrollbar{width:0;height:0;display:none}.support-chat-input:focus{outline:none;border-color:#fff3;box-shadow:0 0 0 1px #ffffff1f}.support-chat-send{flex:0 0 auto;align-self:stretch;min-height:var(--support-chat-input-height);padding:0 16px;border:0;border-radius:8px;font-weight:600;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:var(--brand);box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease,background-color .2s ease,opacity .2s ease}.support-chat-send:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.support-chat-send:not(:disabled):hover{background-color:var(--brand-hover);transform:translateY(-1px)}.support-chat-send:not(:disabled):active{background-color:var(--brand-active);transform:translateY(1px);filter:brightness(.92)}.support-chat-modal .support-chat-input,.support-chat-modal .support-chat-send{border-radius:8px!important}@media (max-width: 640px){.support-chat-welcome{left:auto;right:16px;bottom:16px;width:auto;max-width:min(calc(100vw - 32px),340px)}.support-chat-welcome__main{width:auto;max-width:100%;min-height:54px;padding:0 14px 0 16px}.support-chat-welcome__label{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.support-chat-button{right:16px;bottom:16px}.support-chat-overlay{padding:16px}.support-chat-modal{width:100%;height:min(var(--support-chat-modal-height),calc(100dvh - 110px));max-height:min(var(--support-chat-modal-height),calc(100dvh - 110px));padding:16px}.support-chat-modal.is-intro{padding-top:16px}.support-chat-close{top:16px;right:16px}.support-chat-header__back{width:34px;height:34px}.support-chat-header__back-icon{width:17px;height:17px}.support-chat-body{overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;margin-right:-16px;padding-right:0;padding-bottom:0;scrollbar-width:thin;scrollbar-color:var(--brand) transparent}.support-chat-body::-webkit-scrollbar{width:6px;height:6px}.support-chat-body::-webkit-scrollbar-track,.support-chat-body::-webkit-scrollbar-track-piece{background:transparent!important;border:0!important;box-shadow:none!important}.support-chat-body::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:8px;border:0}.support-chat-body::-webkit-scrollbar-thumb:hover{background:#ffffff29}.support-chat-body::-webkit-scrollbar-button{width:0;height:0;display:none}.support-chat-body::-webkit-scrollbar-corner{background:transparent}.support-chat-frames{overflow:visible;flex:0 0 auto;min-height:auto;padding-right:8px}.support-chat-modal.is-intro .support-chat-body{overflow-y:auto;overflow-x:hidden}.support-chat-intro{gap:0;padding:12px 8px 12px 0;transform:translateY(-20px);flex:0 0 auto;min-height:max-content}.support-chat-intro__mock{width:min(100%,216px);margin-top:0;margin-bottom:8px;filter:none}.support-chat-intro__title{font-size:18px}.support-chat-intro__subtitle{font-size:13px}.support-chat-history{padding:52px 8px 6px;align-items:stretch;justify-content:flex-start;text-align:left;overflow:hidden}.support-chat-history__empty{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;max-width:280px;margin:0 auto}.support-chat-history__icon{width:56px;height:56px;margin:0 0 12px}.support-chat-history__title{font-size:18px}.support-chat-history__subtitle{font-size:13px}.support-chat-nav{justify-content:center;gap:80px;margin-top:2px;padding:0;flex:0 0 auto;align-items:end}.support-chat-nav__item{gap:8px;min-height:52px}.support-chat-nav__icon{width:20px;height:20px}.support-chat-nav__label{font-size:14px;font-weight:500;line-height:1.2}.support-chat-resources{width:calc(100% - 16px);margin:-12px auto 10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.support-chat-resource{min-height:40px;padding:8px 12px;gap:8px;box-shadow:none}.support-chat-resource__icon{width:16px;height:16px;flex-basis:16px}.support-chat-resource__label{font-size:11px}.support-chat-topics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:-2px}.support-chat-topic{min-height:52px;font-size:13px;padding:10px 14px;gap:9px;box-shadow:none}.support-chat-topic__icon{width:17px;height:17px;flex-basis:17px}.support-chat-typing{font-size:12px}}@media (max-height: 760px){.support-chat-body{overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;margin-right:-18px;padding-right:0;padding-bottom:0;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.16) transparent}.support-chat-body::-webkit-scrollbar{width:6px;height:6px}.support-chat-body::-webkit-scrollbar-track,.support-chat-body::-webkit-scrollbar-track-piece{background:transparent!important;border:0!important;box-shadow:none!important}.support-chat-body::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:8px;border:0}.support-chat-body::-webkit-scrollbar-thumb:hover{background:#ffffff29}.support-chat-body::-webkit-scrollbar-corner{background:transparent}.support-chat-body::-webkit-scrollbar-button{width:0;height:0;display:none}.support-chat-frames{overflow:visible;flex:0 0 auto;min-height:auto;padding-right:8px}.support-chat-modal.is-intro .support-chat-body{overflow-y:auto;overflow-x:hidden}.support-chat-intro{flex:0 0 auto;min-height:max-content;padding:0 8px 12px 0}.support-chat-nav{padding:8px 10px 0 0}}.support-chat-readonly-note{margin:0 0 8px;padding:10px 12px;border-radius:8px;font-size:13px;line-height:1.35;color:#dbeafe;background:#3b82f624;border:1px solid rgba(96,165,250,.28)}.support-chat-sessions{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;gap:12px;text-align:left;align-items:stretch;justify-content:flex-start}.support-chat-sessions__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.support-chat-sessions__title{font-size:16px;font-weight:700;color:#fff}.support-chat-sessions__title-row{display:flex;align-items:center;gap:8px;min-width:0}.support-chat-sessions__new,.support-chat-sessions__ghost{border:0;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600;cursor:pointer;color:#fff;background:var(--btnIdle, #857BFF)}.support-chat-sessions__ghost{background:#ffffff14}.support-chat-sessions__list,.support-chat-session-detail__messages{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:10px;min-height:0;overflow:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.16) transparent}.support-chat-sessions__list::-webkit-scrollbar,.support-chat-session-detail__messages::-webkit-scrollbar{width:6px;background:transparent}.support-chat-sessions__list::-webkit-scrollbar-track,.support-chat-session-detail__messages::-webkit-scrollbar-track,.support-chat-sessions__list::-webkit-scrollbar-track-piece,.support-chat-session-detail__messages::-webkit-scrollbar-track-piece{background:transparent!important;border:0!important;box-shadow:none!important}.support-chat-sessions__list::-webkit-scrollbar-thumb,.support-chat-session-detail__messages::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:8px;border:0}.support-chat-sessions__list::-webkit-scrollbar-thumb:hover,.support-chat-session-detail__messages::-webkit-scrollbar-thumb:hover{background:#ffffff29}.support-chat-sessions__list::-webkit-scrollbar-corner,.support-chat-session-detail__messages::-webkit-scrollbar-corner{background:transparent}.support-chat-sessions__list::-webkit-scrollbar-button,.support-chat-session-detail__messages::-webkit-scrollbar-button{width:0;height:0;display:none}.support-chat-session-item{width:100%;display:grid;grid-template-columns:20px minmax(0,1fr);column-gap:12px;align-items:start;border:3px solid rgba(133,123,255,.96);border-radius:8px;padding:12px;background:transparent;color:#fff;text-align:left;cursor:pointer;box-shadow:inset 0 0 0 1px #ffffff0d;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,filter .2s ease}.support-chat-session-item:hover{background-color:#857bff1a;border-color:#857bff;box-shadow:inset 0 0 0 1px #ffffff14}.support-chat-session-item:active{background-color:#857bff24;border-color:#857bff;filter:brightness(.98)}.support-chat-session-item:focus-visible{outline:3px solid rgba(255,255,255,.6);outline-offset:3px}.support-chat-session-item__icon{width:20px;height:20px;align-self:center;justify-self:start;display:block;background-color:currentColor;opacity:.96;-webkit-mask-image:var(--ml-support-chat-history-icon);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-image:var(--ml-support-chat-history-icon);mask-repeat:no-repeat;mask-position:center;mask-size:contain}.support-chat-session-item__content{min-width:0;display:flex;flex-direction:column;gap:8px}.support-chat-session-item__top,.support-chat-session-detail__header,.support-chat-session-detail__meta{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.support-chat-session-item__top{width:100%}.support-chat-session-item__status{display:inline;min-height:0;max-width:none;padding:0;border-radius:0;font-size:12px;font-weight:700;line-height:1.2;color:#ffffffdb;background:transparent;box-shadow:none;flex:0 0 auto}.support-chat-session-item__status.is-closed,.support-chat-session-item__status.is-active,.support-chat-session-item__status.is-waiting_user{background:transparent}.support-chat-session-item__time{flex:0 0 auto;margin-left:auto;font-size:12px;line-height:1.2;color:#ffffffdb;white-space:nowrap}.support-chat-session-item__text,.support-chat-session-detail__bubble,.support-chat-sessions__empty{font-size:13px;line-height:1.4;color:#fffffff5}.support-chat-session-item__text{width:100%;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.support-chat-session-detail{display:flex;flex-direction:column;gap:12px;padding-top:4px}.support-chat-session-detail__row{display:flex}.support-chat-session-detail__row.is-user{justify-content:flex-end}.support-chat-session-detail__bubble{max-width:85%;padding:10px 12px;border-radius:10px;background:#ffffff12}.support-chat-session-detail__row.is-user .support-chat-session-detail__bubble{background:#857bff3d}
