@charset "UTF-8";.str-chat,.str-chat__theme-dark .str-chat__theme-inverse{--str-chat__base-black: #000000;--str-chat__base-white: #ffffff;--str-chat__slate-50: #f6f8fa;--str-chat__slate-900: #1a1b25;--str-chat__neutral-50: #f8f8f8;--str-chat__neutral-900: #1c1c1c;--str-chat__radius-full: 9999px;--str-chat__space-2: 2px;--str-chat__space-4: 4px;--str-chat__space-8: 8px;--str-chat__space-12: 12px;--str-chat__space-16: 16px;--str-chat__font-size-size-16: 16px;--str-chat__line-height-line-height-20: 20px;--str-chat__typography-font-weight-regular: 400;--str-chat__typography-font-size-md: var(--str-chat__font-size-size-16);--str-chat__typography-line-height-normal: var(--str-chat__line-height-line-height-20);--str-chat__radius-max: var(--str-chat__radius-full);--str-chat__spacing-xs: var(--str-chat__space-8);--str-chat__spacing-sm: var(--str-chat__space-12);--str-chat__spacing-md: var(--str-chat__space-16);--str-chat__spacing-xxxs: var(--str-chat__space-2);--str-chat__chrome-0: var(--str-chat__base-white);--str-chat__chrome-50: var(--str-chat__slate-50);--str-chat__chrome-900: var(--str-chat__slate-900);--str-chat__background-core-app: var(--str-chat__chrome-0);--str-chat__background-core-elevation-1: var(--str-chat__chrome-0);--str-chat__text-primary: var(--str-chat__chrome-900)}.str-chat__theme-dark,.str-chat:not(.str-chat__theme-dark) *:not(.str-chat__theme-dark) .str-chat__theme-inverse{--str-chat__chrome-0: var(--str-chat__base-black);--str-chat__chrome-50: var(--str-chat__neutral-900);--str-chat__chrome-900: var(--str-chat__neutral-50);--str-chat__background-core-elevation-1: var(--str-chat__chrome-50)}.str-chat{--str-chat__font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;font-family:var(--str-chat__font-family);font-size:var(--str-chat__typography-font-size-md);font-weight:var(--str-chat__typography-font-weight-regular);line-height:var(--str-chat__typography-line-height-normal);color:var(--str-chat__text-primary)}.str-chat__channel{height:100%;display:flex;flex-direction:column;min-height:0;position:relative}.str-chat__channel .str-chat__container{height:100%;display:flex}.str-chat__channel{background:transparent;color:var(--str-chat__text-primary)}.str-chat__li{padding-inline:8px}@supports not selector(:has(a,b)){.str-chat__li:hover{background-color:transparent}}.str-chat__virtual-list{position:relative;flex:1;width:100%;height:100%;background:transparent;color:var(--str-chat__text-primary)}.str-chat__virtual-list .str-chat__message-list-scroll{overscroll-behavior:contain;scrollbar-gutter:stable;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 5%,black 94%,transparent 98%);mask-image:linear-gradient(to bottom,transparent 0%,black 5%,black 94%,transparent 98%)}.str-chat__virtual-list .str-chat__message-list-scroll[data-at-top]{-webkit-mask-image:linear-gradient(to bottom,black 0%,black 94%,transparent 98%);mask-image:linear-gradient(to bottom,black 0%,black 94%,transparent 98%)}.str-chat__virtual-list .str-chat__message-list-scroll::-webkit-scrollbar{height:6px;width:6px;background:transparent}.str-chat__virtual-list .str-chat__message-list-scroll::-webkit-scrollbar-thumb{background:var(--scrollarea-thumb);-webkit-border-radius:3px}.str-chat__virtual-list .str-chat__message-list-scroll::-webkit-scrollbar-corner{background:transparent}.str-chat__virtual-list-message-wrapper{padding-block:2px;max-width:100%}.str-chat__jump-to-latest-message{position:absolute;inset-block-end:calc(var(--chat-composer-height, 0px) + 8px);inset-inline:0;z-index:10;display:flex;justify-content:center;pointer-events:none;height:auto;width:auto;background:transparent;box-shadow:none;border-radius:0}.str-chat__jump-to-latest-message__button{pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;gap:2px;height:24px;min-width:0;padding:2px 6px;border:0;border-radius:var(--radius-8);font-family:var(--font-sans);font-size:var(--font-size-small-1);font-style:var(--font-style-normal);font-weight:var(--font-weight-semibold);line-height:var(--line-height-single-line);color:var(--text-primary);cursor:pointer;transition:background-color .15s ease;box-shadow:0 8px 12px #13151480;background-color:var(--layer-04);background-image:linear-gradient(var(--button-secondary),var(--button-secondary))}.str-chat__jump-to-latest-message__button:hover{background-image:linear-gradient(var(--button-secondary-hover),var(--button-secondary-hover))}.str-chat__jump-to-latest-message__button .str-chat__button__content{display:none}.str-chat__jump-to-latest-message__button:before{content:"";display:inline-block;flex:0 0 auto;width:16px;height:16px;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.0002 2.00014L13.0001 2L13.0001 15.5862H18.4143L12.0001 22.0004L5.58594 15.5862H11.0001L11.0002 2.00014Z'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.0002 2.00014L13.0001 2L13.0001 15.5862H18.4143L12.0001 22.0004L5.58594 15.5862H11.0001L11.0002 2.00014Z'/%3E%3C/svg%3E");mask-repeat:no-repeat;mask-position:center;mask-size:contain}.str-chat__jump-to-latest-message__button:after{content:"Latest"}.str-chat__jump-to-latest-message__button:not(:only-child){background-color:var(--button-primary);background-image:none}.str-chat__jump-to-latest-message__button:not(:only-child):hover{background-color:var(--button-primary-hover)}.str-chat__jump-to-latest-message__button:not(:only-child):after{content:"Latest • New Messages"}.str-chat__jump-to-latest__unread-count{display:none}@keyframes chat-composer-shake{0%,to{transform:translateZ(0)}10%,50%,90%{transform:translate3d(-4px,0,0)}30%,70%{transform:translate3d(4px,0,0)}}.chat-composer-shake{animation:chat-composer-shake .4s cubic-bezier(.36,.07,.19,.97) both}@keyframes chat-message-flash{0%,to{background-color:var(--color-layer-04)}50%{background-color:#00ab4c80}}.chat-message-flash{animation:chat-message-flash .5s ease-in-out}
