.str-chat__channel{display:flex;flex-direction:column;width:100%}.str-chat__main-panel{display:flex;flex-direction:column;flex:1;min-height:0}.str-chat__container{display:flex;flex-direction:column;height:100%}.str-chat__message-list-container{flex:1;min-height:0;overflow:hidden}.str-chat__message-list{height:100%;overflow-y:auto}.str-chat__message-input{flex-shrink:0;position:relative}.str-chat{--str-chat__border-radius-circle:9999px;--str-chat__border-radius-xl:calc(var(--radius) + 4px);--str-chat__border-radius-lg:var(--radius);--str-chat__border-radius-md:calc(var(--radius) - 2px);--str-chat__border-radius-sm:calc(var(--radius) - 4px);--str-chat__spacing-px:1px;--str-chat__spacing-0:0;--str-chat__spacing-0_5:0.125rem;--str-chat__spacing-1:0.25rem;--str-chat__spacing-1_5:0.375rem;--str-chat__spacing-2:0.5rem;--str-chat__spacing-3:0.75rem;--str-chat__spacing-4:1rem;--str-chat__spacing-5:1.25rem;--str-chat__spacing-6:1.5rem;--str-chat__spacing-8:2rem;--str-chat__spacing-10:2.5rem;--str-chat__primary-color:oklch(52.09% 0.219 275.95);--str-chat__primary-color-low-emphasis:oklch(52.09% 0.219 275.95/0.1);--str-chat__active-primary-color:oklch(60.54% 0.205 278.66);--str-chat__on-primary-color:oklch(100% 0 0);--str-chat__secondary-color:oklch(60.54% 0.205 278.66);--str-chat__secondary-color-low-emphasis:oklch(60.54% 0.205 278.66/0.1);--str-chat__surface-color:oklch(19.57% 0 0);--str-chat__secondary-surface-color:oklch(17.3% 0 0);--str-chat__background-color:oklch(0% 0 0);--str-chat__on-surface-color:oklch(100% 0 0);--str-chat__on-secondary-surface-color:oklch(78.03% 0.019 299.98);--str-chat__border-color:oklch(39.93% 0.022 299.45);--str-chat__border-color-low-emphasis:oklch(39.93% 0.022 299.45/0.5);--str-chat__overlay-color:oklch(0% 0 0/0.75);--str-chat__disabled-color:oklch(39.93% 0.022 299.45);--str-chat__text-color:oklch(100% 0 0);--str-chat__text-low-emphasis-color:oklch(78.03% 0.019 299.98);--str-chat__own-message-bubble-color:oklch(52.09% 0.219 275.95);--str-chat__own-message-text-color:oklch(100% 0 0);--str-chat__message-bubble-color:oklch(100% 0 0);--str-chat__message-text-color:oklch(100% 0 0);--str-chat__info-color:oklch(52.09% 0.219 275.95);--str-chat__info-color-low-emphasis:oklch(52.09% 0.219 275.95/0.1);--str-chat__success-color:oklch(58.82% 0.163 149.79);--str-chat__success-color-low-emphasis:oklch(58.82% 0.163 149.79/0.1);--str-chat__warning-color:oklch(0.828 0.189 84.429);--str-chat__warning-color-low-emphasis:oklch(0.828 0.189 84.429/0.1);--str-chat__error-color:oklch(57.12% 0.222 20.09);--str-chat__error-color-low-emphasis:oklch(57.12% 0.222 20.09/0.1);--str-chat__font-family:var(
    --font-geist-sans,ui-sans-serif,system-ui,sans-serif
  );--str-chat__font-size-xs:0.75rem;--str-chat__font-size-sm:0.875rem;--str-chat__font-size-md:1rem;--str-chat__font-size-lg:1.125rem;--str-chat__line-height-xs:1rem;--str-chat__line-height-sm:1.25rem;--str-chat__line-height-md:1.5rem;--str-chat__line-height-lg:1.75rem;--str-chat__box-shadow:0 1px 3px 0 oklch(0% 0 0/0.1),0 1px 2px -1px oklch(0% 0 0/0.1);--str-chat__z-index-modal:50;--str-chat__z-index-dropdown:40;--str-chat__z-index-overlay:30}.str-chat__channel-list{background-color:var(--str-chat__surface-color);border-right:1px solid var(--str-chat__border-color);overflow-y:auto;display:flex;flex-direction:column;scrollbar-width:none}.str-chat__message-formatted{margin-bottom:.5rem}.str-chat__list{padding-top:56px;scrollbar-width:none!important}.str-chat__message a{color:#aaa}.str-chat__li{margin-bottom:20px}.str-chat__channel-list-messenger{height:100%;display:flex;flex-direction:column}.str-chat__channel-list-messenger__main{flex:1;overflow-y:auto;min-height:0}.str-chat__channel-preview-messenger--active,.str-chat__channel-preview-messenger:hover{background-color:var(--str-chat__secondary-surface-color)}.str-chat__channel-header{background-color:var(--str-chat__surface-color);border-bottom:1px solid var(--str-chat__border-color)}.str-chat__message-list{background-color:var(--str-chat__background-color)}.str-chat__message-input{background-color:var(--str-chat__background-color);padding:0;position:sticky;bottom:0;z-index:10;border:none;.str-chat__message-textarea-container{border:none}}.str-chat__message-input-inner{display:flex;align-items:flex-end;gap:var(--str-chat__spacing-2);background-color:var(--str-chat__secondary-surface-color);padding:var(--str-chat__spacing-3)}.str-chat__textarea{flex:1}.str-chat__textarea textarea{border:none;color:var(--str-chat__text-color);border-radius:var(--str-chat__border-radius-md);padding:var(--str-chat__spacing-2);resize:none;max-height:200px}.str-chat__textarea textarea:focus{outline:none;box-shadow:none}.str-chat__textarea textarea::placeholder{color:var(--str-chat__text-low-emphasis-color)}.str-chat__send-button{background-color:var(--str-chat__primary-color);color:var(--str-chat__on-primary-color)}.str-chat__send-button:hover:not(:disabled){background-color:var(--str-chat__active-primary-color)}.str-chat__thread{background-color:var(--str-chat__surface-color);border-left:1px solid var(--str-chat__border-color);position:absolute;right:0;width:unset}.str-chat__message-list-scroll::-webkit-scrollbar{width:8px}.str-chat__message-list-scroll::-webkit-scrollbar-track{background:var(--str-chat__background-color)}.str-chat__message-list-scroll::-webkit-scrollbar-thumb{background:var(--str-chat__border-color);border-radius:var(--str-chat__border-radius-sm)}.str-chat__message-list-scroll::-webkit-scrollbar-thumb:hover{background:var(--str-chat__disabled-color)}.str-chat__message-mention{background-color:var(--str-chat__primary-color-low-emphasis);border-radius:var(--str-chat__border-radius-sm)}.str-chat__loading-indicator,.str-chat__message-mention{color:var(--str-chat__primary-color)}.str-chat__empty-channel{color:var(--str-chat__text-low-emphasis-color)}.str-chat__date-separator{display:none}.str-chat__li--single,.str-chat__li--top,.str-chat__message--with-reactions{padding-top:0!important}.str-chat__list .str-chat__reverse-infinite-scroll{padding-top:0}.str-chat__message-actions-box{left:auto;right:100%;border-radius:var(--border-radius-md)}.str-chat__input-flat-cooldown{color:#fff}.str-chat__avatar{cursor:pointer}.str-chat__input-flat{padding:0}.str-chat__input-flat .str-chat__textarea>textarea:focus{box-shadow:none;border-radius:0}.str-chat__input-flat-quoted .quoted-message-preview{margin-bottom:0}.str-chat__message-notification-scroll-to-latest{left:calc(100% - 10px)}@media screen and (max-width:960px){.messaging.str-chat .str-chat__thread{position:absolute}}.str-chat__attachment-list .str-chat__message-attachment--image:not(.str-chat__message-attachment--card)>img{height:inherit;max-width:inherit;max-height:inherit}.str-chat{height:100%;.str-chat__main-panel{padding:0;.sc-bBrHrO{background:grey}}.str-chat__input-flat{font-size:16px;color:#6c9eff}.str-chat__input-flat,.str-chat__join-button{background:grey;cursor:pointer}.str-chat__textarea__textarea{display:flex;&::placeholder{color:#fff}}}.messaging.str-chat .str-chat__thread{margin-right:0;margin-top:0;border-radius:0}.react-tweet-theme{margin:0;background-color:#000;color:#fff}.str-chat__list-notifications{display:none}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction,.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction.str-chat__message-reaction-own{background:none}.str-chat__message .str-chat__message-inner,.str-chat__quoted-message-preview .str-chat__message-inner{display:block!important}.str-chat__reaction-selector .str-chat__message-reactions-list{display:grid!important;grid-template-columns:repeat(6,minmax(28px,1fr))!important;gap:8px!important;padding:6px!important;justify-items:center}.str-chat__message .str-chat__message-replies-count-button-wrapper button{display:block;border:none;background:none;padding:0;font-size:.8rem;line-height:15px;font-weight:700;color:#006cff;cursor:pointer}