.site-chat-toggle-floating-btn{right:var(--gap-16);bottom:var(--gap-16);z-index:99;aspect-ratio:1;border-radius:var(--gap-16);background-color:var(--color-violet);cursor:pointer;width:60px;height:60px;box-shadow:0 var(--gap-4) var(--gap-16) #0000002e;anchor-name:--site-chat-anchor;border:none;justify-content:center;align-items:center;transition:background-color .2s,box-shadow .2s,opacity .2s;display:flex;position:fixed}.site-chat-toggle-floating-btn:hover{background-color:var(--color-hover-violet);box-shadow:0 6px 20px #00000038}body:has(#site-chat-popover:popover-open) .site-chat-toggle-floating-btn{opacity:0;pointer-events:none}#site-chat-popover{padding:var(--gap-16);background:var(--color-gradient);border-radius:var(--border-radius);box-shadow:0 var(--gap-12) var(--gap-32) #0000002e;gap:var(--gap-12);width:360px;max-width:calc(100vw - var(--gap-32));opacity:0;transition:opacity .25s ease,transform .25s ease,display allow-discrete .25s,overlay allow-discrete .25s;border:none;flex-direction:column;margin:0;display:flex}#site-chat-popover:popover-open{opacity:1}@starting-style{#site-chat-popover:popover-open{opacity:0}}#site-chat-popover header{justify-content:space-between;align-items:center;gap:var(--gap-12);display:flex}:is(#site-chat-popover header) .status-wrap{align-items:center;gap:var(--gap-8);display:flex}:is(:is(#site-chat-popover header) .status-wrap) .online-indicator{width:var(--gap-8);height:var(--gap-8);background-color:var(--color-green);box-shadow:0 0 0 var(--gap-2) var(--color-white);border-radius:50%;flex-shrink:0}:is(:is(#site-chat-popover header) .status-wrap) .header-title{--font-size:var(--font-size-18);color:var(--color-violet);font-weight:600}:is(#site-chat-popover header) .close-btn{cursor:pointer;width:30px;height:30px;color:var(--color-black);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}#site-chat-popover .chat-channels{gap:var(--gap-16);flex-direction:column;display:flex}:is(#site-chat-popover .chat-channels) .section-title{--font-size:var(--font-size-12)}:is(#site-chat-popover .chat-channels) .channels-grid{gap:var(--gap-8);flex-direction:column;display:flex}:is(#site-chat-popover .chat-channels) .channel-btn{align-items:center;gap:var(--gap-8);padding:var(--gap-12) var(--gap-16);border-radius:var(--border-radius);border:1px solid var(--color-ashen);background-color:var(--color-white);color:var(--color-black);--font-size:var(--font-size-14);grid-template-columns:auto 1fr;font-weight:500;text-decoration:none;transition:border-color .2s,background-color .2s,color .2s,box-shadow .2s;display:grid}:is(:is(#site-chat-popover .chat-channels) .channel-btn) .icon{fill:currentColor}:is(:is(#site-chat-popover .chat-channels) .channel-btn):hover{border-color:var(--color-violet);color:var(--color-violet);background-color:var(--color-main-bg);box-shadow:0 var(--gap-2) var(--gap-8) #0000000d}:is(#site-chat-popover .chat-channels) .callback-btn{display:none}#site-chat-popover .chat-conversation{display:none!important}#site-chat-popover footer{padding:var(--gap-12) var(--gap-16);border-top:1px solid var(--color-ashen);text-align:center;background-color:var(--color-main-bg);display:none!important}:is(#site-chat-popover footer) .footer-note{--font-size:var(--font-size-12);color:var(--color-gray)}@media (width>=740px){#site-chat-popover{position-anchor:var(--popover-anchor,--site-chat-anchor);inset:auto;bottom:anchor(bottom,var(--gap-16));right:anchor(right,var(--gap-16));transform-origin:100% 100%;transform:translateY(var(--gap-8)) scale(.96);margin:0;position:fixed}#site-chat-popover:popover-open{transform:translateY(0)scale(1)}@starting-style{#site-chat-popover:popover-open{transform:translateY(var(--gap-8)) scale(.96)}}#site-chat-popover::backdrop{background:0 0}}@media (width<=739px){.site-chat-toggle-floating-btn{display:none!important}#site-chat-popover{border-radius:var(--gap-16) var(--gap-16) 0 0;width:100%;max-width:500px;margin-inline:auto;inset-block:auto 0;inset-inline:0;transform:translateY(100%)}#site-chat-popover:popover-open{transform:translateY(0)}@starting-style{#site-chat-popover:popover-open{transform:translateY(100%)}}#site-chat-popover::backdrop{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur();transition:opacity .25s ease,background-color .25s ease,backdrop-filter .25s ease,display allow-discrete .25s,overlay allow-discrete .25s;background-color:#0000}#site-chat-popover:popover-open::backdrop{opacity:1;-webkit-backdrop-filter:blur(var(--gap-2));backdrop-filter:blur(var(--gap-2));background-color:#00000073}@starting-style{#site-chat-popover:popover-open::backdrop{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur();background-color:#0000}}}
