:root{--bg: #0a0a0a;--text: #e9ffee;--muted: #bff7cf;--surface: #0b1c12;--header-bg: #0a0a0a;--header-text: #e9ffee;--nav2-bg: #0c1f14;--footer-bg: #07110b;--footer-text: #e9ffee;--input-bg: #0b1c12;--input-border: #144a2a;--chip-bg: #0c1f14;--chip-fg: #c9ffdc;--chip-hover-bg: #1e5b36;--chip-hover-fg: #eaffef;--link: #20ff65;--accent: #20ff65;--neon: #20ff65;--border: #144a2a;--glow: rgba(32, 255, 101, .35)}html,body{background:radial-gradient(80% 60% at 50% 0%,#001a0c 0%,var(--bg) 40%),var(--bg);color:var(--text)}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";overflow-x:hidden}::-webkit-scrollbar-thumb{border-radius:7px;background-color:#00000080}::-webkit-scrollbar{-webkit-appearance:none;background:#0000;width:7px}h1,label{font-size:19px;font-weight:600}h2{font-size:80px;pointer-events:none;margin:0;cursor:default;text-align:center}h3{font-size:32px;color:var(--text)}h4{margin:0;color:var(--text)}h5{font-size:24px;margin:0;color:var(--text)}p{margin:0;color:var(--muted);font-size:16px;line-height:1.5}span{color:var(--muted)}button{text-decoration:none;padding:.625rem 1.875rem;font-size:1rem;border-radius:25px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;border:1px solid var(--border);cursor:pointer;font-weight:600;background:var(--surface);color:var(--text)}button{background:linear-gradient(180deg,#1bff62,#18d455);color:#051407;border-color:#16b74a;box-shadow:0 0 28px #20ff6573;font-weight:700}button:hover{box-shadow:0 0 36px #20ff65a6;transform:translateY(-3px)}input[type=number],input[type=time],input[type=date]{height:48px;max-width:100%;padding:0 16px;border:1px solid rgb(135,148,176);border-radius:8px;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;-webkit-transition:border .3s;-o-transition:border .3s;transition:border .3s;font-size:19px;font-weight:600}input[type=number]:hover{border:1px solid #0575E6}input:focus{outline:1px solid #0575E6}input[type=text],input[type=email],input[type=tel],input[type=password]{font-size:17px;font-weight:400;height:3rem;border-radius:12px;border-width:1px;border-style:solid;border-color:var(--input-border);-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--text);background:var(--input-bg);-o-text-overflow:ellipsis;text-overflow:ellipsis;padding-left:1rem;padding-top:.4rem;position:relative;width:100%;transition:border-color .3s}input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=password]:focus{outline:none;border-color:var(--accent);box-shadow:0 0 12px #20ff654d}input[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none}label{display:inline-block;margin-bottom:.5em;font-size:16px;pointer-events:none;color:var(--muted)}.inputLI{border-color:var(--input-border);background:var(--input-bg);color:var(--text)}.inputLI:focus~.LabelIn{font-size:12px;margin-top:.15rem}.LabelIn{position:absolute;z-index:1;margin-top:1rem;left:1rem;-webkit-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;transition-timing-function:ease-in;-webkit-transition-duration:.125s;-o-transition-duration:.125s;transition-duration:.125s;top:0}.LabelInActive{font-size:12px;margin-top:.15rem}.selectVec{height:48px;max-width:100%;padding:0 16px;border:1px solid rgb(135,148,176);border-radius:8px;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;-webkit-transition:border .3s;-o-transition:border .3s;transition:border .3s}.sliderTS{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.sliderTS:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.cookieCheck:focus+.sliderTS{-webkit-box-shadow:0 0 1px #02c762;box-shadow:0 0 1px #02c762}select{font-size:16px;font-weight:600;height:3rem;border-radius:12px;border-width:1px;border-style:solid;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--text);background:var(--input-bg);border-color:var(--input-border);-o-text-overflow:ellipsis;text-overflow:ellipsis;padding-left:1rem;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";transition:border-color .3s}select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 12px #20ff654d}.aApple{color:var(--link);letter-spacing:0;font-weight:500;text-decoration:none;display:inline;padding-top:10px;padding-bottom:10px;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}.aApple i{-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}.aApple:hover i{margin-left:8px}.aApple:hover{text-shadow:0 0 8px rgba(32,255,101,.5)}textarea{max-width:100%;padding:16px;border:1px solid var(--input-border);border-radius:8px;background:var(--input-bg);color:var(--text);-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;-webkit-transition:border .3s;-o-transition:border .3s;transition:border .3s;font-size:19px;resize:vertical}textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 12px #20ff654d}select i{font-size:19px}#logInForm{position:absolute;width:100%;min-height:100vh;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background:#fff;z-index:9}.line{margin-top:1rem;width:100%;border:#f1f1f1 1px solid}label.error{color:#fe2e54}input.error{border:2px #fe2e54 solid}header{position:fixed;width:100%;height:140px;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#1d1d1d;background-color:#fff;top:0;flex-direction:column}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:transparent;height:90px;padding-left:15px;padding-right:15px}.nav2{height:50px;display:flex;width:100%;justify-content:space-between;align-items:center;background-color:#0f0f19;padding-left:15px;padding-right:15px}.nav2>div{display:flex;align-items:center}.nav2>div>a{color:#fff;font-size:14px;font-weight:500;margin-left:20px;text-decoration:none;display:flex;align-items:center}.nav2>div>a img{width:15px;height:auto;margin-right:4px}.sledujPopUp{height:55px;width:100%;background:#a50066;display:flex;justify-content:center;align-items:center;padding-left:8px;padding-right:8px;box-sizing:border-box;overflow:hidden}.menuBtn{font-weight:500;text-decoration:none;display:inline-block;position:relative;color:#1d1d1d;font-size:16px;margin-left:24px;white-space:nowrap}.menuBtn:after{content:"";position:absolute;width:100%;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);height:2px;bottom:-3px;left:0;background-color:#68cbdf;-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left;-webkit-transition:-webkit-transform .25s ease-out;transition:-webkit-transform .25s ease-out;-o-transition:transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.menuBtn:hover:after{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left}#Logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#logoImg{width:200px;height:auto;margin-right:15px}#MenuWrapper{position:fixed;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;width:100%;height:100%;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translate(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;top:0;padding-top:120px}#MenuWrapper.open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}.bigMenuShowMore{color:#2f313f;margin:.5em 8px 8px;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:18px;font-weight:700;letter-spacing:.08em;line-height:20px;padding:8px 24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;text-align:center;width:calc(100% - 16px)}#MenuWrapper h4{padding:0 12px 12px;margin-left:10px}#MenuWrapper i{font-style:normal;font-variant:normal}#menuWrapperExpandBack{cursor:pointer;z-index:2;padding:15px}#MenuWrapper a:hover{background-color:#f0f0f0}#menuWrapperExpand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;top:65px;background:#fff;width:100%;height:100%;row-gap:15px}#Menu{display:none;font-size:20px}#logInMenu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;align-items:center;transition:.3s all;cursor:pointer;position:relative;padding:12px 18px;text-decoration:none;font-size:16px;background:#68cbdf;color:#fff!important;border-radius:4px;font-weight:500;line-height:16px}#logInMenu:hover{background:#4d96a5}#logInMenu a:first-child{display:flex;justify-content:center;align-items:center}#logInMenu div{-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all;cursor:pointer;position:relative;padding:8px 14px;text-decoration:none;font-size:16px;background:transparent;color:#00c282!important;border-radius:100px;font-weight:500;line-height:22px;border:#00c282 solid 2px}#logInMenu div:hover{background:#00c282;color:#fff!important}#logInHref{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#logInHref i{margin-left:8px}#logInHrefExpand{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.logout{color:#c0392b}#bigMenu{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Heading{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.paragraphWrap{width:100%;padding:15px;border-top:solid 1px #d5dae2}footer{background:linear-gradient(180deg,#20ff6505,#07110b);color:var(--footer-text);padding-top:65px;padding-bottom:65px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:4em;border-top:1px solid #113e23}#footerAwrap{max-width:1280px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:25px;-moz-column-gap:25px;column-gap:25px}.footerSections{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 15px;row-gap:12px;width:25%}.footerSections h5{margin-bottom:.5em;text-transform:uppercase;color:var(--accent)}.footerSections p{color:var(--footer-text);transition:opacity .3s}.footerSections a{transition:all .3s}.footerSections a:hover,.footerSections a:hover p{opacity:.8}.footerSections a:hover{color:var(--accent)}.footerSections a:hover p{color:var(--accent);text-shadow:0 0 8px rgba(32,255,101,.3)}.loader{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid #1a42ba;width:120px;height:120px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}#socialMedia{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}#socialMedia a{background-color:var(--chip-bg);border-radius:50%;height:2.5rem;width:2.5rem;color:var(--chip-fg);font-size:1.25rem;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}#socialMedia a:hover{background-color:var(--chip-hover-bg);color:var(--chip-hover-fg);box-shadow:0 0 16px #20ff6599}.fotoGradient{width:100%;height:100%;background-image:-webkit-gradient(linear,left bottom,left top,from(#1d1d1d),color-stop(60%,transparent));background-image:-o-linear-gradient(bottom,#1d1d1d 0%,transparent 60%);background-image:linear-gradient(to top,#1d1d1d 0%,transparent 60%);position:absolute;bottom:0;left:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.toggleSwitch{position:relative;display:inline-block;width:60px;height:34px;pointer-events:all}.toggleSwitch input{opacity:0;width:0;height:0}.cookieCheck:checked+.sliderTS{background-color:#02c762}.sliderTS.roundTS{border-radius:34px}.sliderTS{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.cookieCheck:checked+.sliderTS:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translate(26px)}.sliderTS.roundTS:before{border-radius:50%}.sliderTS:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}.tSecDiv{width:100%;max-width:1400px;display:flex;justify-content:space-between;align-items:center;padding:50px 15px;column-gap:45px}.tSecDiv>div{width:50%;display:flex;justify-content:center;align-items:left;flex-direction:column}.tSecDiv img{width:100%;height:100%;object-fit:cover;border-radius:14px}.pageIntroWrapp{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:120px 15px;width:100%;background-position:center;background-size:cover;position:relative}.pageIntroWrapp>h4{color:#68cbdf;z-index:1;margin-bottom:1em}.pageIntroWrapp>h3,h2{color:#fff;z-index:1;max-width:600px;text-align:center;margin:0}@media only screen and (max-width: 1100px){h2{font-size:60px}h3{font-size:28px}label{font-size:18px}#root{padding:1rem}}@media only screen and (max-width: 980px){.tSecDiv{flex-direction:column;row-gap:30px;padding:20px 0}.tSecDiv>div{width:100%}.nav2{display:none}.nav{height:100%}#header{height:65px}#firstSection{margin-top:0!important}#logoImg2{height:55px!important}h2{font-size:48px}h3{font-size:28px}.contactWrapp{margin-top:0!important;flex-direction:column!important}}@media only screen and (max-width: 768px){html,body{font-size:14px}h1{font-size:18px}h2{font-size:40px}h3{font-size:24px}h4{font-size:16px}h5{font-size:20px}p{font-size:15px}label{font-size:16px}button{padding:.5rem 1.5rem;font-size:.95rem}input[type=text],input[type=email],input[type=tel],input[type=password]{font-size:16px;height:2.5rem}select{font-size:15px;height:2.5rem}textarea{font-size:16px;padding:12px}#footerAwrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footerSections{margin:0;padding:15px;width:100%}#Menu{display:block;color:#000!important}#logInMenu,#bigMenu{display:none}.pageIntroWrapp{padding:80px 15px}.pageIntroWrapp>h3{font-size:24px}}@media only screen and (max-width: 650px){h1{font-size:17px}h2{font-size:32px}h3{font-size:22px}h5{font-size:18px}p{font-size:14px}button{padding:.5rem 1rem;font-size:.9rem}label{font-size:15px}#footerMobileWrap{display:-webkit-box;display:-ms-flexbox;display:flex}#footerPCWrap{display:none}#logoImg{width:120px;margin-left:-15px}#MenuWrapper{padding-top:65px}.pageIntroWrapp{padding:60px 15px}.pageIntroWrapp>h3{font-size:20px}}@media only screen and (max-width: 480px){html,body{font-size:13px}h1{font-size:16px}h2{font-size:24px}h3{font-size:18px}h4{font-size:15px}h5{font-size:16px}p{font-size:13px}button{padding:.4rem 1rem;font-size:.85rem}label{font-size:14px}input[type=text],input[type=email],input[type=tel],input[type=password]{font-size:16px;height:2.25rem;padding-left:.75rem}select{font-size:14px;height:2.25rem}textarea{font-size:14px;padding:10px}.options{width:100%}#Menu{font-size:24px}.jquery-modal{padding:0!important}.modal{width:100%!important;max-width:100%!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important}.modal a.close-modal{top:20px!important;right:20px}#Logo h3{font-size:16px!important}.pageIntroWrapp{padding:40px 15px}.pageIntroWrapp>h3{font-size:18px;max-width:100%}.toggleSwitch{width:50px;height:28px}.sliderTS:before{height:22px;width:22px}.cookieCheck:checked+.sliderTS:before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translate(22px)}}@media only screen and (max-width: 360px){h2{font-size:20px}h3{font-size:16px}button{padding:.35rem .75rem;font-size:.8rem}#logoImg{width:100px}}._header_1ewx2_2{display:flex;justify-content:space-between;align-items:center;padding:0 15px;background-color:var(--header-bg);color:var(--header-text);height:65px;border-bottom:1px solid var(--border);position:fixed;top:0;left:0;width:100%;z-index:9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}:root[data-theme=dark] ._header_1ewx2_2{background:#0a0a0af2;border-bottom-color:#113e23}._options_1ewx2_24{display:flex;gap:1.2em;align-items:center}._iconLink_1ewx2_30{display:flex;align-items:center;transition:all .3s}._iconLink_1ewx2_30 i{font-size:1.4em;cursor:pointer;color:var(--header-text);transition:all .3s}._iconLink_1ewx2_30:hover i{color:var(--accent)}:root[data-theme=dark] ._iconLink_1ewx2_30:hover i{filter:drop-shadow(0 0 8px rgba(32,255,101,.7));transform:scale(1.1)}._addButton_1ewx2_52{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:linear-gradient(135deg,var(--accent),#15b845);border-radius:10px;transition:all .3s;text-decoration:none}._addButton_1ewx2_52 i{font-size:1.1em;color:#051407}._addButton_1ewx2_52:hover{transform:scale(1.08);box-shadow:0 0 16px #20ff6580}._loginLink_1ewx2_74{display:inline-flex;align-items:center;gap:.5em;padding:.6em 1.2em;background:var(--accent);color:#051407;border-radius:25px;font-weight:500;transition:all .3s;text-decoration:none}._loginLink_1ewx2_74 i{flex-shrink:0}._loginPage_1ewx2_92 ._loginLink_1ewx2_74 i,._loginPage_1ewx2_92 ._iconLink_1ewx2_30 i{color:#fff}._loginLink_1ewx2_74 span{display:inline-block;white-space:nowrap;line-height:1}._loginLink_1ewx2_74:hover{transform:translateY(-2px);box-shadow:0 4px 12px #20ff6566}:root[data-theme=dark] ._loginLink_1ewx2_74:hover{box-shadow:0 4px 16px #20ff6599}._userProfile_1ewx2_116{position:relative}._userProfileBtn_1ewx2_120{display:flex;align-items:center;gap:.6em;background:transparent;border:2px solid var(--border);border-radius:25px;padding:.4em .8em .4em .4em;cursor:pointer;transition:all .3s}._userProfileBtn_1ewx2_120:hover{border-color:var(--accent);background:#20ff650d}:root[data-theme=dark] ._userProfileBtn_1ewx2_120:hover{box-shadow:0 0 12px #20ff654d}._userAvatar_1ewx2_141{width:35px;height:35px;border-radius:50%;background:linear-gradient(135deg,var(--accent),#15b845);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9em;color:#051407}:root[data-theme=dark] ._userAvatar_1ewx2_141{box-shadow:0 0 10px #20ff6566}._chevron_1ewx2_158{font-size:.8em;color:var(--header-text);transition:transform .3s}._chevronOpen_1ewx2_164{transform:rotate(180deg)}._dropdown_1ewx2_169{position:absolute;top:calc(100% + 10px);right:0;width:280px;background:var(--header-bg);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 24px #00000026;overflow:hidden;animation:_slideDown_1ewx2_1 .3s ease;z-index:1000}:root[data-theme=dark] ._dropdown_1ewx2_169{background:#0f0f0ffa;border-color:#113e23;box-shadow:0 8px 32px #0006,0 0 20px #20ff651a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._dropdownHeader_1ewx2_201{padding:1.2em;background:linear-gradient(135deg,#20ff6514,#20ff6508)}:root[data-theme=dark] ._dropdownHeader_1ewx2_201{background:linear-gradient(135deg,#20ff651f,#20ff650d)}._dropdownUserInfo_1ewx2_210{display:flex;align-items:center;gap:1em}._userAvatarLarge_1ewx2_216{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--accent),#15b845);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1em;color:#051407;flex-shrink:0}:root[data-theme=dark] ._userAvatarLarge_1ewx2_216{box-shadow:0 0 15px #20ff6580}._userDetails_1ewx2_234{display:flex;flex-direction:column;gap:.2em;overflow:hidden}._userName_1ewx2_241{font-weight:600;font-size:1em;color:var(--text);text-transform:capitalize}._userEmail_1ewx2_248{font-size:.85em;color:var(--footer-text);opacity:.8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._dropdownDivider_1ewx2_257{height:1px;background:var(--border);margin:0}:root[data-theme=dark] ._dropdownDivider_1ewx2_257{background:#113e23}._dropdownMenu_1ewx2_267{padding:.5em 0}._dropdownItem_1ewx2_271{display:flex;align-items:center;gap:.8em;padding:.9em 1.2em;width:100%;background:transparent;border:none;color:var(--text);font-size:.95em;cursor:pointer;transition:all .2s;text-decoration:none}._dropdownItem_1ewx2_271 i{width:20px;font-size:1.1em;color:var(--accent)}._dropdownItem_1ewx2_271:hover{background:#20ff6514;padding-left:1.5em}:root[data-theme=dark] ._dropdownItem_1ewx2_271:hover{background:#20ff651f}._logoutItem_1ewx2_301,._logoutItem_1ewx2_301 i{color:#e63946}._logoutItem_1ewx2_301:hover{background:#e639461a}:root[data-theme=dark] ._logoutItem_1ewx2_301:hover{background:#e6394626}._searchWrapper_1ewx2_317{position:absolute;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center}._search_1ewx2_317{display:flex;align-items:center;gap:12px}._searchInputContainer_1ewx2_332{position:relative;display:flex;align-items:center;overflow:visible!important}._searchPrefixButton_1ewx2_339{position:absolute!important;left:6px!important;height:38px!important;padding:0 14px!important;border-radius:999px;border:1px solid var(--border)!important;background:var(--surface)!important;color:var(--text)!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .2s ease!important;font-size:13px!important;font-weight:600!important;z-index:10!important}._searchPrefixButton_1ewx2_339 i{font-size:16px!important;margin:0!important}._searchPrefixButton_1ewx2_339:hover{border-color:var(--accent);box-shadow:0 0 14px var(--glow)}._searchPrefixButtonActive_1ewx2_368{background:linear-gradient(135deg,var(--accent),#18d455);color:#051407;border-color:var(--accent);box-shadow:0 0 18px #20ff6580}._searchPrefixButtonActive_1ewx2_368:hover{box-shadow:0 0 24px #20ff65b3}._searchPrefixButtonHidden_1ewx2_379{display:none!important}._searchInput_1ewx2_332{padding-right:56px!important;padding-left:20px!important;border:none!important;width:550px!important;height:56px!important;border:2px solid var(--input-border)!important;border-radius:999px!important;background:var(--input-bg)!important;color:var(--text)!important;font-size:16px!important;font-weight:500!important;transition:all .3s!important}._searchInput_1ewx2_332::placeholder{color:var(--muted);font-weight:400}._searchInput_1ewx2_332:focus{outline:none;border-color:var(--accent);border-width:2px}:root[data-theme=dark] ._searchInput_1ewx2_332{border-width:1px}:root[data-theme=dark] ._searchInput_1ewx2_332:focus{box-shadow:0 0 20px #20ff6540;border-color:var(--accent)}._searchSendButton_1ewx2_419{position:absolute;right:6px;height:42px;width:42px;border-radius:999px;border:none;background:linear-gradient(180deg,#1bff62,#18d455);color:#051407;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease}._searchSendButton_1ewx2_419 i{font-size:16px}._searchSendButton_1ewx2_419:hover{transform:translateY(-1px);box-shadow:0 0 22px #20ff6599}@keyframes _pulse_1ewx2_1{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}._suggestionsWidget_1ewx2_454{position:absolute;top:calc(100% + 8px);left:0;width:100%;max-height:400px;overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 24px #0000001a;z-index:1000;animation:_slideDown_1ewx2_1 .2s ease-out}:root[data-theme=dark] ._suggestionsWidget_1ewx2_454{background:#0b1c12fa;border-color:#144a2a;box-shadow:0 12px 32px #0006,0 0 24px #20ff651a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@keyframes _slideDown_1ewx2_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._suggestionsHeader_1ewx2_487{display:flex;align-items:center;padding:14px 18px;border-bottom:1px solid var(--border);font-weight:600;font-size:14px;color:var(--text)}:root[data-theme=dark] ._suggestionsHeader_1ewx2_487{border-bottom-color:#144a2a}._suggestionsList_1ewx2_501{padding:8px}._suggestionItem_1ewx2_505{display:flex;align-items:center;padding:12px 14px;cursor:pointer;border-radius:10px;transition:all .2s;color:var(--text);font-size:15px}._suggestionItem_1ewx2_505:hover{background:var(--chip-bg);color:var(--chip-fg)}:root[data-theme=dark] ._suggestionItem_1ewx2_505:hover{background:#20ff651f;color:var(--accent);box-shadow:0 0 16px #20ff651a}._suggestionItem_1ewx2_505 i{color:var(--muted);transition:color .2s}._suggestionItem_1ewx2_505:hover i{color:var(--accent)}._subHeader_1ewx2_536{display:flex;justify-content:center;align-items:center;padding:0 15px;width:100%;height:50px;background-color:var(--nav2-bg);position:fixed;top:65px;z-index:8;border-bottom:1px solid var(--border);overflow-x:auto;overflow-y:hidden}._subHeader_1ewx2_536::-webkit-scrollbar{height:4px}._subHeader_1ewx2_536::-webkit-scrollbar-track{background:transparent}._subHeader_1ewx2_536::-webkit-scrollbar-thumb{background:var(--accent);border-radius:4px}._subHeader_1ewx2_536::-webkit-scrollbar-thumb:hover{background:var(--link)}:root[data-theme=dark] ._subHeader_1ewx2_536{background:linear-gradient(180deg,#20ff6514,#20ff6505);border-bottom-color:#113e23}._subHeader_1ewx2_536>div{display:flex;gap:2em;max-width:none;min-width:max-content;padding-right:15px}._categoryWrapper_1ewx2_583{position:relative}._categoryWrapper_1ewx2_583>a{color:var(--footer-text);font-size:.9em;font-weight:500;cursor:pointer;text-decoration:none;transition:all .3s;display:flex;align-items:center;gap:.4em}._categoryWrapper_1ewx2_583>a:hover,._categoryLinkActive_1ewx2_600{color:var(--accent)}:root[data-theme=dark] ._categoryWrapper_1ewx2_583>a:hover,:root[data-theme=dark] ._categoryLinkActive_1ewx2_600{text-shadow:0 0 8px rgba(32,255,101,.6);transform:translateY(-1px)}._subcategoryDropdown_1ewx2_611{position:fixed;top:110px;margin-top:15px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 32px #0000001f;min-width:320px;max-width:420px;max-height:80vh;opacity:0;visibility:hidden;transform:translate(-50%) translateY(-10px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:999900;overflow:hidden}:root[data-theme=dark] ._subcategoryDropdown_1ewx2_611{background:#0b1c12fa;border-color:#144a2a;box-shadow:0 12px 48px #0006,0 0 32px #20ff6526;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}._subcategoryDropdownVisible_1ewx2_638{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}._subcategoryDropdown_1ewx2_611:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:8px solid var(--border)}:root[data-theme=dark] ._subcategoryDropdown_1ewx2_611:before{border-bottom-color:#144a2a}._subcategoryDropdown_1ewx2_611:after{content:"";position:absolute;top:-7px;left:50%;transform:translate(-50%);width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:7px solid var(--surface)}:root[data-theme=dark] ._subcategoryDropdown_1ewx2_611:after{border-bottom-color:#0b1c12fa}._subcategoryGrid_1ewx2_680{padding:12px;display:flex;flex-direction:column;gap:4px;max-height:calc(80vh - 24px);overflow-y:auto;overflow-x:hidden}._subcategoryGrid_1ewx2_680::-webkit-scrollbar{width:6px}._subcategoryGrid_1ewx2_680::-webkit-scrollbar-track{background:transparent;margin:8px 0}._subcategoryGrid_1ewx2_680::-webkit-scrollbar-thumb{background:var(--accent);border-radius:3px}._subcategoryGrid_1ewx2_680::-webkit-scrollbar-thumb:hover{background:var(--link)}._subcategoryItem_1ewx2_709{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:12px;text-decoration:none;color:var(--text);transition:all .25s cubic-bezier(.4,0,.2,1);background:transparent;position:relative;overflow:hidden}._subcategoryItem_1ewx2_709:before{content:"";position:absolute;left:0;top:0;height:100%;width:3px;background:var(--accent);transform:scaleY(0);transition:transform .25s cubic-bezier(.4,0,.2,1)}._subcategoryItem_1ewx2_709:hover{background:var(--chip-bg);padding-left:20px}:root[data-theme=dark] ._subcategoryItem_1ewx2_709:hover{background:#20ff651a;box-shadow:0 0 20px #20ff6514}._subcategoryItem_1ewx2_709:hover:before{transform:scaleY(1)}._subcategoryIcon_1ewx2_750{width:42px;height:42px;border-radius:10px;background:var(--chip-bg);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .25s}:root[data-theme=dark] ._subcategoryIcon_1ewx2_750{background:#20ff6514}._subcategoryIcon_1ewx2_750 i{font-size:1.2em;color:var(--accent);transition:all .25s}._subcategoryItem_1ewx2_709:hover ._subcategoryIcon_1ewx2_750{transform:scale(1.1) rotate(5deg);background:var(--accent)}:root[data-theme=dark] ._subcategoryItem_1ewx2_709:hover ._subcategoryIcon_1ewx2_750{box-shadow:0 0 16px #20ff6580}._subcategoryItem_1ewx2_709:hover ._subcategoryIcon_1ewx2_750 i{color:#051407;transform:scale(1.1)}._subcategoryContent_1ewx2_787{flex:1;display:flex;flex-direction:column;gap:2px}._subcategoryName_1ewx2_794{font-size:.95em;font-weight:600;color:var(--text);transition:color .25s}._subcategoryHint_1ewx2_801{font-size:.8em;color:var(--muted);transition:all .25s}._subcategoryItem_1ewx2_709:hover ._subcategoryName_1ewx2_794{color:var(--accent)}:root[data-theme=dark] ._subcategoryItem_1ewx2_709:hover ._subcategoryName_1ewx2_794{text-shadow:0 0 8px rgba(32,255,101,.4)}._subcategoryItem_1ewx2_709:hover ._subcategoryHint_1ewx2_801{color:var(--accent);opacity:.8}._subcategoryItem_1ewx2_709>i{font-size:.85em;color:var(--muted);transition:all .25s;opacity:0}._subcategoryItem_1ewx2_709:hover>i{opacity:1;color:var(--accent);transform:translate(4px)}:root[data-theme=dark] ._subcategoryItem_1ewx2_709:hover>i{filter:drop-shadow(0 0 6px rgba(32,255,101,.6))}._logo_1ewx2_301 img{height:50px;transition:all .3s}:root[data-theme=dark] ._logo_1ewx2_301 img{filter:drop-shadow(0 0 12px rgba(32,255,101,.4))}._logo_1ewx2_301 img:hover{transform:scale(1.05)}:root[data-theme=dark] ._logo_1ewx2_301 img:hover{filter:drop-shadow(0 0 20px rgba(32,255,101,.7))}@media only screen and (max-width: 1024px){._searchInput_1ewx2_332{width:380px!important}._header_1ewx2_2{height:60px;padding:0 12px}._options_1ewx2_24{gap:1em}._iconLink_1ewx2_30 i{font-size:1.2em}}@media only screen and (max-width: 900px){._header_1ewx2_2{height:65px;flex-wrap:nowrap;padding:0 10px;justify-content:space-between}._logo_1ewx2_301{order:1;flex-shrink:0}._searchWrapper_1ewx2_317{position:static;transform:none;flex:1;order:2;padding:0 10px;max-width:none}._search_1ewx2_317{width:100%;flex-direction:row;gap:0}._searchInputContainer_1ewx2_332{width:100%}._searchInput_1ewx2_332{width:100%!important;max-width:100%}._options_1ewx2_24{order:3;flex-shrink:0;width:auto;gap:.8em}._userProfile_1ewx2_116{width:auto}._dropdown_1ewx2_169{width:280px;max-width:280px}}@media only screen and (max-width: 770px){._searchWrapper_1ewx2_317{position:static;transform:none;flex:1;padding:0 8px}._search_1ewx2_317{width:100%;flex-direction:row;gap:0}._searchInputContainer_1ewx2_332{width:100%}._searchInput_1ewx2_332{width:100%!important;height:45px!important;font-size:14px!important;padding-left:18px!important;padding-right:56px!important}._aiButton_1ewx2_955{width:fit-content;align-self:flex-end}._suggestionsWidget_1ewx2_454{width:100%;left:0}._categoryWrapper_1ewx2_583>a{font-size:.85em}._subcategoryDropdown_1ewx2_611{min-width:280px;max-width:320px}}@media only screen and (max-width: 650px){._header_1ewx2_2{height:55px;padding:0 10px}._options_1ewx2_24{gap:.8em}._addButton_1ewx2_52{width:32px;height:32px;border-radius:8px}._addButton_1ewx2_52 i{font-size:1em}._loginLink_1ewx2_74{padding:.45em .9em;font-size:.85em;border-radius:22px}._loginLink_1ewx2_74 span{font-size:.9em}._userProfileBtn_1ewx2_120{padding:.35em .6em .35em .35em}._userAvatar_1ewx2_141{width:32px;height:32px;font-size:.85em}._dropdown_1ewx2_169{width:240px}._userAvatarLarge_1ewx2_216{width:45px;height:45px;font-size:1em}._dropdownItem_1ewx2_271{padding:.8em 1em;font-size:.9em;gap:.6em}}@media only screen and (max-width: 480px){._header_1ewx2_2{height:50px;padding:0 8px}._options_1ewx2_24{gap:.6em}._addButton_1ewx2_52{width:28px;height:28px;border-radius:6px}._addButton_1ewx2_52 i{font-size:.9em}._loginLink_1ewx2_74{padding:.4em .8em;font-size:.8em;border-radius:20px}._loginLink_1ewx2_74 span{display:none}._searchInput_1ewx2_332{height:40px!important;font-size:13px!important;padding-left:16px!important;padding-right:50px!important}._searchIcon_1ewx2_1069{padding:8px}._searchSendButton_1ewx2_419{height:36px;width:36px}._searchSendButton_1ewx2_419 i{font-size:14px}._aiButton_1ewx2_955{padding:0 14px;height:40px;font-size:12px;gap:4px}._aiButton_1ewx2_955 i{font-size:12px}._suggestionItem_1ewx2_505{padding:8px 10px;font-size:13px}._logo_1ewx2_301 img{height:40px}._userProfileBtn_1ewx2_120{padding:.3em .5em .3em .3em}._userAvatar_1ewx2_141{width:30px;height:30px;font-size:.8em}._dropdown_1ewx2_169{width:220px}._dropdownHeader_1ewx2_201{padding:1em}._dropdownItem_1ewx2_271{padding:.75em .9em;font-size:.85em}._categoryWrapper_1ewx2_583>a{font-size:.8em}._subcategoryDropdown_1ewx2_611{min-width:240px;max-width:280px}}@media only screen and (max-width: 360px){._header_1ewx2_2{height:48px}._searchInput_1ewx2_332{height:36px!important;font-size:12px!important}._options_1ewx2_24{gap:.5em}._iconLink_1ewx2_30 i{font-size:1em}._logo_1ewx2_301 img{height:35px}}@media only screen and (max-width: 768px){._subHeader_1ewx2_536{display:none}}._mobileMenuBtn_1ewx2_1169{display:none;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;color:var(--header-text);font-size:1.3em;cursor:pointer;padding:0;border-radius:8px;transition:all .2s;box-shadow:none}._mobileMenuBtn_1ewx2_1169:hover{background:#20ff651a;color:var(--accent);box-shadow:none;transform:none}._mobileOptions_1ewx2_1193{display:none;align-items:center;gap:.6em}._mobileUserAvatar_1ewx2_1199{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--accent),#15b845);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75em;color:#051407;cursor:pointer;transition:all .2s}._mobileUserAvatar_1ewx2_1199:hover{transform:scale(1.08);box-shadow:0 0 12px #20ff6580}._mobileLoginBtn_1ewx2_1219{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--accent);border-radius:50%;color:#051407;font-size:1em;transition:all .2s}._mobileLoginBtn_1ewx2_1219:hover{transform:scale(1.08);box-shadow:0 0 12px #20ff6580}._drawerOverlay_1ewx2_1238{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;opacity:0;visibility:hidden;transition:all .3s ease}._drawerOverlayVisible_1ewx2_1252{opacity:1;visibility:visible}._drawer_1ewx2_1238{position:fixed;top:0;left:0;width:320px;max-width:85vw;height:100%;background:var(--bg);z-index:999;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow:hidden;border-right:1px solid var(--border)}._drawerOpen_1ewx2_1275{transform:translate(0)}._drawerHeader_1ewx2_1280{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0}._drawerLogo_1ewx2_1290 img{height:36px;filter:drop-shadow(0 0 8px rgba(32,255,101,.3))}._drawerCloseBtn_1ewx2_1295{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:1.1em;cursor:pointer;transition:all .2s;padding:0;box-shadow:none}._drawerCloseBtn_1ewx2_1295:hover{background:#e6394626;border-color:#e63946;color:#e63946;box-shadow:none;transform:none}._drawerUserSection_1ewx2_1321{display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,#20ff6514,#20ff6505);border-bottom:1px solid var(--border);flex-shrink:0}._drawerUserAvatar_1ewx2_1331{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--accent),#15b845);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1em;color:#051407;flex-shrink:0;box-shadow:0 0 16px #20ff6566}._drawerUserInfo_1ewx2_1346{display:flex;flex-direction:column;gap:2px;overflow:hidden}._drawerUserName_1ewx2_1353{font-weight:600;font-size:.95em;color:var(--text);text-transform:capitalize}._drawerUserEmail_1ewx2_1360{font-size:.8em;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._drawerQuickActions_1ewx2_1369{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:12px;border-bottom:1px solid var(--border);flex-shrink:0}._drawerQuickAction_1ewx2_1369{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 4px;background:var(--surface);border-radius:10px;text-decoration:none;color:var(--text);transition:all .2s;border:1px solid transparent}._drawerQuickAction_1ewx2_1369 i{font-size:1.2em;color:var(--accent)}._drawerQuickAction_1ewx2_1369 span{font-size:.7em;font-weight:500;color:var(--muted);white-space:nowrap}._drawerQuickAction_1ewx2_1369:hover{background:#20ff651a;border-color:var(--accent)}._drawerQuickAction_1ewx2_1369:hover span{color:var(--accent)}._drawerCategories_1ewx2_1414{flex:1;overflow-y:auto;padding:8px 0}._drawerCategories_1ewx2_1414::-webkit-scrollbar{width:4px}._drawerCategories_1ewx2_1414::-webkit-scrollbar-track{background:transparent}._drawerCategories_1ewx2_1414::-webkit-scrollbar-thumb{background:var(--accent);border-radius:2px}._drawerSectionTitle_1ewx2_1433{padding:12px 16px 8px;font-size:.75em;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}._drawerCategoryItem_1ewx2_1442{display:flex;flex-direction:column}._drawerCategoryBtn_1ewx2_1447{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;background:transparent;border:none;color:var(--text);font-size:.95em;font-weight:500;cursor:pointer;transition:all .2s;box-shadow:none}._drawerCategoryBtn_1ewx2_1447:hover{background:#20ff650f;box-shadow:none;transform:none}._drawerCategoryBtnActive_1ewx2_1469{background:#20ff651a}._drawerCategoryLeft_1ewx2_1473{display:flex;align-items:center;gap:12px}._drawerCategoryLeft_1ewx2_1473 i{width:20px;font-size:1.1em;color:var(--accent);text-align:center}._drawerCategoryChevron_1ewx2_1486{font-size:.75em;color:var(--muted);transition:transform .2s}._drawerCategoryChevronOpen_1ewx2_1492{transform:rotate(180deg);color:var(--accent)}._drawerSubcategories_1ewx2_1498{background:#0003;padding:4px 0;animation:_slideDown_1ewx2_1 .2s ease-out}._drawerSubcategoryItem_1ewx2_1504{display:flex;align-items:center;padding:11px 16px 11px 48px;color:var(--muted);font-size:.88em;text-decoration:none;transition:all .2s;position:relative}._drawerSubcategoryItem_1ewx2_1504:before{content:"";position:absolute;left:32px;width:4px;height:4px;background:var(--border);border-radius:50%;transition:all .2s}._drawerSubcategoryItem_1ewx2_1504:hover{background:#20ff6514;color:var(--accent);padding-left:52px}._drawerSubcategoryItem_1ewx2_1504:hover:before{background:var(--accent);box-shadow:0 0 8px #20ff6599}._drawerFooter_1ewx2_1538{border-top:1px solid var(--border);padding:12px;background:var(--surface);flex-shrink:0;display:flex;flex-direction:column;gap:4px}._drawerFooterItem_1ewx2_1548{display:flex;align-items:center;gap:12px;padding:12px;border-radius:10px;color:var(--text);font-size:.9em;text-decoration:none;transition:all .2s;background:transparent;border:none;width:100%;cursor:pointer;box-shadow:none}._drawerFooterItem_1ewx2_1548 i{width:20px;font-size:1em;color:var(--accent);text-align:center}._drawerFooterItem_1ewx2_1548:hover{background:#20ff651a;box-shadow:none;transform:none}._drawerLogoutBtn_1ewx2_1578,._drawerLogoutBtn_1ewx2_1578 i{color:#e63946}._drawerLogoutBtn_1ewx2_1578:hover{background:#e639461f}._drawerLoginBtn_1ewx2_1590{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px;background:linear-gradient(135deg,var(--accent),#15b845);color:#051407;font-weight:600;font-size:.95em;border-radius:12px;text-decoration:none;transition:all .2s}._drawerLoginBtn_1ewx2_1590:hover{box-shadow:0 0 20px #20ff6580;transform:translateY(-1px)}._drawerLoginBtn_1ewx2_1590 i{font-size:1em}@media only screen and (max-width: 768px){._mobileMenuBtn_1ewx2_1169,._mobileOptions_1ewx2_1193{display:flex}._options_1ewx2_24{display:none}._header_1ewx2_2{gap:8px}._logo_1ewx2_301{flex:0}}@media only screen and (max-width: 480px){._drawer_1ewx2_1238{width:100%;max-width:100%}._drawerQuickActions_1ewx2_1369{grid-template-columns:repeat(4,1fr);gap:6px;padding:10px}._drawerQuickAction_1ewx2_1369{padding:10px 2px}._drawerQuickAction_1ewx2_1369 i{font-size:1.1em}._drawerQuickAction_1ewx2_1369 span{font-size:.65em}}._cdafaf_1s83z_1{display:flex;justify-content:center;align-items:center;width:100%;padding-top:120px}._form_1s83z_8{max-width:600px;padding:60px 30px;box-shadow:0 6px 30px #0e21271a!important;border-radius:14px}._googleButton_1s83z_15{background:transparent;padding:0}._googleSignUpButton_1s83z_20{width:auto;padding:8px 12px;display:inline-flex;gap:8px;align-items:center;border-radius:8px;border:1px solid #e2e8f0;color:#334155;background:transparent;transition:border-color .15s,color .15s,box-shadow .15s}._googleSignUpButton_1s83z_20:hover{border-color:#94a3b8;color:#0f172a;box-shadow:0 1px 2px #00000014}._googleSignUpButton_1s83z_20:focus{outline:none;box-shadow:0 0 0 2px #64748b80}._googleSignUpButton_1s83z_20:disabled{opacity:.6;cursor:not-allowed}._googleIcon_1s83z_50{width:24px;height:24px}._submitButton_1s83z_55{color:#fff;background-color:#13c636;width:100%;margin-top:12px;border:none;border-radius:8px;padding:12px;font-size:16px;font-weight:500;cursor:pointer;transition:opacity .2s}._submitButton_1s83z_55:disabled{opacity:.8;cursor:not-allowed}._errorMessage_1s83z_74{color:#fe2e54;margin-top:8px}._paragraph_1s83z_79{text-align:center;margin-top:15px}._googleButtonContainer_1s83z_84{display:flex;justify-content:center;align-items:center;padding:16px 0}@media (max-width: 640px){._googleButtonContainer_1s83z_84{padding-left:0;padding-right:0}}._quickLinksHalf_1e30h_1{display:flex;gap:2em;max-width:1400px;color:var(--text)}._quickLinksHalf_1e30h_1>div{width:50%}@media only screen and (max-width: 768px){._quickLinksHalf_1e30h_1{flex-direction:column;gap:1.5em;padding:0 15px}._quickLinksHalf_1e30h_1>div{width:100%}}@media only screen and (max-width: 480px){._quickLinksHalf_1e30h_1{gap:1em;padding:0 10px}}._quickLink_1e30h_1{border-radius:16px;overflow:hidden;transition:all .3s;border:1px solid var(--border);background:var(--surface);padding:20px}._quickLink_1e30h_1>img{margin:-20px -20px 20px;width:calc(100% + 40px)!important}._quickLink_1e30h_1:hover{transform:translateY(-4px);box-shadow:0 12px 32px var(--glow);border-color:var(--accent)}:root[data-theme=dark] ._quickLink_1e30h_1{background:linear-gradient(145deg,var(--surface),rgba(11,28,18,.8))}:root[data-theme=dark] ._quickLink_1e30h_1:hover{box-shadow:0 12px 40px #20ff654d}._quickLinksHalf_1e30h_1>div>button{background:linear-gradient(135deg,var(--accent),#15b845);color:#051407;font-weight:700}:root[data-theme=dark] ._quickLinksHalf_1e30h_1>div>button{box-shadow:0 0 20px #20ff6566}._quickLinksHalf_1e30h_1>div>img{aspect-ratio:2 / 1;object-fit:cover;width:100%;transition:all .3s}._quickLink_1e30h_1:hover img{filter:brightness(1.05)}._produktQuickLink_1e30h_81{display:flex;gap:2em;max-width:1400px;background:linear-gradient(135deg,#20ff6526,#15b8451a);border:1px solid var(--border);padding:30px 60px;border-radius:14px;color:var(--text);align-items:center;justify-content:center;transition:all .3s;width:100%;box-sizing:border-box}:root[data-theme=dark] ._produktQuickLink_1e30h_81{background:linear-gradient(135deg,#20ff651f,#15b84514);border-color:#144a2a;box-shadow:0 0 40px #20ff6526}._produktQuickLink_1e30h_81:hover{transform:translateY(-2px);box-shadow:0 12px 40px var(--glow)}:root[data-theme=dark] ._produktQuickLink_1e30h_81:hover{box-shadow:0 12px 48px #20ff654d}._produktQuickLink_1e30h_81 button{width:fit-content}._produktQuickLink_1e30h_81>div{width:40%;display:flex;flex-direction:column;gap:1em;min-width:0}._produktQuickLink_1e30h_81>div>p{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}._produktQuickLink_1e30h_81>div>h3{margin:0}._produktQuickLink_1e30h_81 h3,._produktQuickLink_1e30h_81 p,._produktQuickLink_1e30h_81 span,._produktQuickLink_1e30h_81 h4,._produktQuickLink_1e30h_81 h5{color:var(--text)}:root[data-theme=dark] ._produktQuickLink_1e30h_81 h3{color:var(--accent);text-shadow:0 0 20px rgba(32,255,101,.3)}._produktWrapp_1e30h_142{display:flex;flex-direction:row!important;width:60%!important;gap:1.5em!important;flex-wrap:wrap}._produkt_1e30h_81{width:calc(100% / 3);border-radius:14px;overflow:hidden;transition:all .3s;border:1px solid transparent;padding:10px}._produkt_1e30h_81:hover{transform:translateY(-4px);border-color:var(--accent);box-shadow:0 8px 24px var(--glow)}:root[data-theme=dark] ._produkt_1e30h_81:hover{box-shadow:0 8px 32px #20ff654d}._produkt_1e30h_81>img{aspect-ratio:1 / 1;object-fit:cover;width:100%;border-radius:14px;transition:all .3s}._produkt_1e30h_81:hover img{filter:brightness(1.1)}._produkt_1e30h_81>div{padding:12px}._mainLinks_1e30h_185{display:flex;align-items:center;max-width:1400px;justify-content:center;margin-top:2em;position:relative;border-radius:16px;overflow:hidden;transition:all .3s}._mainLinks_1e30h_185:hover{transform:scale(1.01);box-shadow:0 16px 48px var(--glow)}:root[data-theme=dark] ._mainLinks_1e30h_185:hover{box-shadow:0 16px 56px #20ff6540}._mainLinks_1e30h_185>img{object-fit:cover;width:100%;height:auto;min-height:300px;max-height:640px;border-radius:14px;transition:all .3s}._mainLinks_1e30h_185:hover img{filter:brightness(1.05)}._mainLinks_1e30h_185>div{position:absolute;display:flex;gap:2em;justify-content:center;align-items:flex-start;flex-direction:column;left:25px}._mainLinks_1e30h_185>div>h2{margin:0;font-size:3em;text-align:left;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.5)}:root[data-theme=dark] ._mainLinks_1e30h_185>div>h2{text-shadow:0 0 30px rgba(32,255,101,.4),0 2px 20px rgba(0,0,0,.5)}._mainLinks_1e30h_185>div>p{font-size:1.2em;text-align:left;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.6)}._mainLinks_1e30h_185>div>button{background:linear-gradient(135deg,var(--accent),#15b845);color:#051407;padding:1.2em 1.8em;border-radius:14px;font-weight:700}:root[data-theme=dark] ._mainLinks_1e30h_185>div>button{box-shadow:0 0 28px #20ff6599}._mainLinks_1e30h_185>div>button:hover{transform:translateY(-3px);box-shadow:0 8px 32px #20ff6580}:root[data-theme=dark] ._mainLinks_1e30h_185>div>button:hover{box-shadow:0 8px 40px #20ff65cc}@media only screen and (max-width: 768px){._mainLinks_1e30h_185{flex-direction:column;margin-top:1em}._mainLinks_1e30h_185>img{min-height:250px;max-height:400px;width:100%}._mainLinks_1e30h_185>div{position:relative;left:0;padding:20px;align-items:center;text-align:center;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;box-sizing:border-box}._mainLinks_1e30h_185>div>h2{font-size:2em;text-align:center}._mainLinks_1e30h_185>div>p{font-size:1em;text-align:center}._mainLinks_1e30h_185>div>button{padding:1em 1.5em;font-size:.9em}}@media only screen and (max-width: 480px){._mainLinks_1e30h_185>img{min-height:200px;max-height:300px}._mainLinks_1e30h_185>div{padding:15px}._mainLinks_1e30h_185>div>h2{font-size:1.5em}._mainLinks_1e30h_185>div>p{font-size:.9em}._mainLinks_1e30h_185>div>button{padding:.8em 1.2em;font-size:.85em}}._quickLinksContainer_1e30h_336{width:100%;max-width:1400px;margin:3em auto;padding:0 15px}._quickLinksHeader_1e30h_343{text-align:center;margin-bottom:2.5em}._quickLinksHeader_1e30h_343 h3{margin:0 0 .5em;font-size:2.5em;color:var(--text)}._quickLinksHeader_1e30h_343 p{font-size:1.1em;color:var(--muted);margin:0}._categoriesGrid_1e30h_361{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5em;width:100%}._categoryCard_1e30h_368{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.5em;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}._categoryCard_1e30h_368:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--glow);border-color:var(--accent)}:root[data-theme=dark] ._categoryCard_1e30h_368{background:linear-gradient(145deg,var(--surface),rgba(11,28,18,.8));box-shadow:0 2px 12px #20ff651a}:root[data-theme=dark] ._categoryCard_1e30h_368:hover{box-shadow:0 8px 32px #20ff6540;border-color:var(--accent)}._categoryHeader_1e30h_393{display:flex;align-items:center;gap:.75em;margin-bottom:1.25em;padding-bottom:1em;border-bottom:2px solid var(--border)}:root[data-theme=dark] ._categoryHeader_1e30h_393{border-bottom-color:#20ff6533}._categoryHeader_1e30h_393 i{font-size:1.8em;color:var(--accent);min-width:1.5em;text-align:center}:root[data-theme=dark] ._categoryHeader_1e30h_393 i{filter:drop-shadow(0 0 8px rgba(32,255,101,.5))}._categoryHeader_1e30h_393 h4{margin:0;font-size:1.4em;flex:1}._categoryHeader_1e30h_393 h4 a{color:var(--text);text-decoration:none;transition:color .3s}._categoryHeader_1e30h_393 h4 a:hover{color:var(--accent)}:root[data-theme=dark] ._categoryHeader_1e30h_393 h4 a:hover{text-shadow:0 0 12px rgba(32,255,101,.4)}._subcategoriesList_1e30h_437{display:flex;flex-direction:column;gap:.5em}._subcategoryLink_1e30h_443{display:flex;align-items:center;gap:.5em;padding:.6em .8em;color:var(--muted);text-decoration:none;border-radius:8px;transition:all .2s ease;font-size:.95em}._subcategoryLink_1e30h_443:hover{background:var(--chip-bg);color:var(--text);padding-left:1.2em}:root[data-theme=dark] ._subcategoryLink_1e30h_443:hover{background:var(--chip-hover-bg);color:var(--chip-hover-fg)}._linkArrow_1e30h_466{color:var(--accent);font-size:1.3em;font-weight:700;transition:transform .2s ease}._subcategoryLink_1e30h_443:hover ._linkArrow_1e30h_466{transform:translate(4px)}@media only screen and (max-width: 768px){._categoriesGrid_1e30h_361{grid-template-columns:1fr;gap:1.2em}._quickLinksHeader_1e30h_343 h3{font-size:2em}._categoryCard_1e30h_368{padding:1.2em}._categoryHeader_1e30h_393{margin-bottom:1em}}@media only screen and (max-width: 480px){._quickLinksHeader_1e30h_343 h3{font-size:1.6em}._quickLinksHeader_1e30h_343 p{font-size:.95em}._categoryHeader_1e30h_393 i{font-size:1.5em}._categoryHeader_1e30h_393 h4{font-size:1.2em}._subcategoryLink_1e30h_443{font-size:.9em;padding:.5em .6em}}@media only screen and (max-width: 1024px){._produktQuickLink_1e30h_81{padding:25px 40px}._produktWrapp_1e30h_142{gap:1em!important}._produkt_1e30h_81{width:calc(50% - .5em)}}@media only screen and (max-width: 768px){._produktQuickLink_1e30h_81{flex-direction:column;padding:20px;gap:1.5em}._produktQuickLink_1e30h_81>div{width:100%}._produktQuickLink_1e30h_81>div>h3{font-size:1.5em}._produktQuickLink_1e30h_81>div>p{font-size:.95em;line-height:1.5}._produktQuickLink_1e30h_81>div>button{width:100%;padding:.9em}._produktWrapp_1e30h_142{width:100%!important;flex-direction:row!important;gap:1em!important}._produkt_1e30h_81{width:calc(50% - .5em);min-width:0}}@media only screen and (max-width: 480px){._produktQuickLink_1e30h_81{padding:15px;gap:1em}._produktQuickLink_1e30h_81>div>h3{font-size:1.3em}._produktQuickLink_1e30h_81>div>p{font-size:.9em}._produktQuickLink_1e30h_81>div>span{font-size:.85em}._produktWrapp_1e30h_142{flex-direction:column!important;gap:1em!important}._produkt_1e30h_81{width:100%}}._miniListingsWrapp_znlck_1{overflow-x:scroll;overflow-y:hidden;padding-left:25px;padding-right:25px;width:100%;position:relative;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}._miniListingsWrapp_znlck_1::-webkit-scrollbar{display:none}._miniListingsWrapp_znlck_1>div{width:fit-content;display:flex;flex-direction:row;column-gap:14px;position:relative}._miniListing_znlck_1{width:200px;min-width:200px;flex-shrink:0;border-radius:14px;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all .3s;border:1px solid transparent;overflow:hidden}._miniListing_znlck_1:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--glow);border-color:var(--accent)}:root[data-theme=dark] ._miniListing_znlck_1:hover{box-shadow:0 8px 32px #20ff6540}._miniListing_znlck_1 img{aspect-ratio:1 / 1;object-fit:cover;width:100%;height:100%;border-radius:14px;transition:all .3s;display:block}._miniListing_znlck_1:hover img{filter:brightness(1.05)}._miniListing_znlck_1>div{padding:10px;width:100%;display:flex;flex-direction:column;gap:2px;background-color:var(--surface);border-radius:0 0 14px 14px;position:relative}._miniListing_znlck_1 h4{margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow-wrap:anywhere}._miniListing_znlck_1 p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}:root[data-theme=dark] ._miniListing_znlck_1>div{background:linear-gradient(145deg,var(--surface),rgba(11,28,18,.8))}._miniListing_znlck_1>div i{position:absolute;right:20px;top:20px;font-size:1.2em;cursor:pointer;color:var(--text);transition:all .3s}._miniListing_znlck_1>div i:hover{color:#e63946;transform:scale(1.15)}:root[data-theme=dark] ._miniListing_znlck_1>div i:hover{filter:drop-shadow(0 0 8px rgba(230,57,70,.7))}._miniListingNav_znlck_114{display:flex;width:100%!important;justify-content:space-between;position:sticky!important;left:0;align-items:center;top:50%;transform:translateY(-50%);z-index:2;padding:0 5px;pointer-events:none}._miniListingNav_znlck_114>div{position:relative;background-color:var(--surface);border:1px solid var(--border);padding:10px 15px;cursor:pointer;aspect-ratio:1 / 1;border-radius:50%;color:var(--text);transition:all .3s;box-shadow:0 2px 8px #0000001a;pointer-events:all;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}:root[data-theme=dark] ._miniListingNav_znlck_114>div{background:var(--surface);border-color:#144a2a;box-shadow:0 4px 12px #0000004d}._miniListingNav_znlck_114>div:hover{background-color:var(--accent);color:#051407;transform:scale(1.1);border-color:var(--accent)}:root[data-theme=dark] ._miniListingNav_znlck_114>div:hover{box-shadow:0 0 20px #20ff6599}._miniListingNav_znlck_114>div:first-child{left:0}._miniListingNav_znlck_114>div:last-child{right:0}._miniTopBubble_znlck_172{position:absolute;top:8px;left:8px;background-color:#dc3545;color:#fff;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:700;z-index:1;box-shadow:0 1px 3px #0000004d}@media only screen and (max-width: 1024px){._miniListingsWrapp_znlck_1{padding-left:20px;padding-right:20px}._miniListing_znlck_1{width:180px;min-width:180px}._miniListingsWrapp_znlck_1>div{column-gap:12px}._miniListingNav_znlck_114>div{padding:9px 13px;min-width:40px;min-height:40px}}@media only screen and (max-width: 768px){._miniListingsWrapp_znlck_1{padding-left:15px;padding-right:15px;max-width:100%}._miniListing_znlck_1{width:160px;min-width:160px}._miniListingsWrapp_znlck_1>div{column-gap:10px}._miniListing_znlck_1 h4{font-size:.9em}._miniListing_znlck_1 p{font-size:.85em}._miniListing_znlck_1>div i{right:15px;top:15px;font-size:1em}._miniListingNav_znlck_114>div{padding:8px 12px;min-width:36px;min-height:36px;font-size:.95em}}@media only screen and (max-width: 650px){._miniListingsWrapp_znlck_1{padding-left:12px;padding-right:12px}._miniListing_znlck_1{width:140px;min-width:140px}._miniListingsWrapp_znlck_1>div{column-gap:8px}._miniListing_znlck_1 img{aspect-ratio:1 / 1}._miniListing_znlck_1>div{padding:8px;gap:1px}._miniListing_znlck_1 h4{font-size:.85em;-webkit-line-clamp:2}._miniListing_znlck_1 p{font-size:.8em}._miniListing_znlck_1>div i{right:12px;top:12px;font-size:.95em}._miniListingNav_znlck_114>div{padding:7px 10px;min-width:32px;min-height:32px;font-size:.9em}._miniTopBubble_znlck_172{top:6px;left:6px;padding:1px 4px;font-size:8px}}@media only screen and (max-width: 480px){._miniListingsWrapp_znlck_1{padding-left:10px;padding-right:10px}._miniListing_znlck_1{width:120px;min-width:120px}._miniListingsWrapp_znlck_1>div{column-gap:6px}._miniListing_znlck_1 img{aspect-ratio:1 / 1}._miniListing_znlck_1>div{padding:6px;gap:1px}._miniListing_znlck_1 h4{font-size:.75em;-webkit-line-clamp:2;line-height:1}._miniListing_znlck_1 p{font-size:.7em}._miniListing_znlck_1>div i{right:8px;top:8px;font-size:.85em;width:24px;height:24px}._miniListingNav_znlck_114>div{padding:6px 8px;min-width:30px;min-height:30px;font-size:.85em}._miniTopBubble_znlck_172{top:4px;left:4px;padding:1px 3px;font-size:7px}}@media only screen and (max-width: 360px){._miniListingsWrapp_znlck_1{padding-left:8px;padding-right:8px}._miniListing_znlck_1{width:100px;min-width:100px}._miniListingsWrapp_znlck_1>div{column-gap:4px}._miniListing_znlck_1>div{padding:4px}._miniListing_znlck_1 h4{font-size:.65em}._miniListing_znlck_1 p{font-size:.6em}._miniListingNav_znlck_114>div{padding:5px 7px;min-width:28px;min-height:28px;font-size:.8em}}._toast-container_194in_1{position:fixed;z-index:1000;display:flex;flex-direction:column;gap:10px;max-width:400px;border-radius:8px;padding:12px;box-shadow:0 4px 12px #0000004d;animation:_slideIn_194in_1 .3s ease-out;border:1px solid var(--border);background:var(--surface)}._toast_194in_1{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-radius:8px;color:var(--text);font-weight:500;box-shadow:0 4px 12px #0000004d;animation:_slideIn_194in_1 .3s ease-out;border:1px solid var(--border);background:var(--surface)}._toast-success_194in_34{background:linear-gradient(135deg,var(--surface),rgba(32,255,101,.25));border-left:4px solid var(--accent)}._toast-error_194in_39{background:linear-gradient(135deg,var(--surface),rgba(255,59,48,.25));border-left:4px solid #ff3b30}._toast-info_194in_44{background:linear-gradient(135deg,var(--surface),rgba(255,204,0,.25));border-left:4px solid #ffcc00}._toast-close_194in_49{background:none;border:none;color:var(--text);font-size:20px;cursor:pointer;padding:0;margin-left:12px;opacity:.7;transition:opacity .2s}._toast-close_194in_49:hover{opacity:1}@keyframes _slideIn_194in_1{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}._overlay_1uefg_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:_fadeIn_1uefg_1 .2s ease-in-out}@keyframes _fadeIn_1uefg_1{0%{opacity:0}to{opacity:1}}._dialog_1uefg_25{background:var(--surface);border:1px solid var(--border);border-radius:16px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #00000080,0 0 40px #20ff651a;animation:_slideUp_1uefg_1 .3s ease-out}@keyframes _slideUp_1uefg_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._closeButton_1uefg_49{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:var(--muted);font-size:1.5rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s;padding:0;z-index:10}._closeButton_1uefg_49:hover{background:#ffffff1a;color:var(--text)}._tabs_1uefg_74{display:flex;gap:0;padding:1.5rem 1.5rem 0;border-bottom:1px solid var(--border)}._tab_1uefg_74{flex:1;padding:1rem;background:transparent;border:none;color:var(--muted);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;border-bottom:2px solid transparent;margin-bottom:-1px}._tab_1uefg_74:hover{color:var(--text)}._tab_1uefg_74._active_1uefg_99{color:var(--accent);border-bottom-color:var(--accent)}._content_1uefg_104{padding:0}._content_1uefg_104 .cdafaf{background:transparent;padding:2rem}._listingHeader_3dzsf_1{display:flex;gap:1em;align-items:center;padding:0 15px;margin-top:15px;width:100%;justify-content:flex-start;max-width:1400px}._listingHeader_3dzsf_1>i{font-size:.7em;cursor:pointer;color:var(--muted);transition:all .3s}._listingHeader_3dzsf_1>i:hover{color:var(--accent)}:root[data-theme=dark] ._listingHeader_3dzsf_1>i:hover{filter:drop-shadow(0 0 6px rgba(32,255,101,.6))}._listingHeader_3dzsf_1>a{font-size:1em;color:var(--accent);text-decoration:none;transition:all .3s}._listingHeader_3dzsf_1>a:hover{color:var(--link)}:root[data-theme=dark] ._listingHeader_3dzsf_1>a:hover{text-shadow:0 0 10px rgba(32,255,101,.5)}._listingMain_3dzsf_41{display:flex;gap:4em;width:100%;max-width:1400px}._listingObrWrapp_3dzsf_47{display:flex;flex-direction:column;gap:1em;width:100%;position:relative}._listingObrWrapp_3dzsf_47>img{width:100%;border-radius:14px}._listingTextWrapp_3dzsf_58{display:flex;flex-direction:column;gap:1em;width:60%}._listingTextWrapp_3dzsf_58 h3,._listingTextWrapp_3dzsf_58 h4{margin:0;word-break:break-word;overflow-wrap:anywhere}._listingTextWrapp_3dzsf_58>h3:first-of-type{margin-bottom:1em}._listingTextWrapp_3dzsf_58>h3:last-of-type{margin-top:1em}._listingTextWrapp__buttonsOneThird_3dzsf_80{display:flex;gap:1em;width:100%}._listingTextWrapp__buttonsOneThird_3dzsf_80>button:first-of-type{padding:1em 1.5em;background:linear-gradient(135deg,var(--accent),#15b845);color:#051407;width:100%;margin-top:0;font-weight:700}:root[data-theme=dark] ._listingTextWrapp__buttonsOneThird_3dzsf_80>button:first-of-type{box-shadow:0 0 24px #20ff6566}._listingTextWrapp__buttonsOneThird_3dzsf_80>button:first-of-type:hover{box-shadow:0 4px 24px #20ff6580}:root[data-theme=dark] ._listingTextWrapp__buttonsOneThird_3dzsf_80>button:first-of-type:hover{box-shadow:0 4px 32px #20ff65b3}._listingTextWrapp__buttonsOneThird_3dzsf_80>i{padding:1em;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--chip-bg);color:var(--text);border:1px solid var(--border);border-radius:50px;aspect-ratio:1;cursor:pointer;font-size:1.2em;transition:all .3s}:root[data-theme=dark] ._listingTextWrapp__buttonsOneThird_3dzsf_80>i{background:var(--surface);border-color:#144a2a}._listingTextWrapp__buttonsOneThird_3dzsf_80>i:hover{background-color:var(--accent);color:#051407;border-color:var(--accent);transform:scale(1.1)}:root[data-theme=dark] ._listingTextWrapp__buttonsOneThird_3dzsf_80>i:hover{box-shadow:0 0 20px #20ff6599}._ownerInfoCard_3dzsf_137{width:100%;display:flex;gap:1em;margin:1em 0;padding:.8em 1em;border:1px solid var(--border);background:var(--surface);border-radius:14px;transition:all .3s}:root[data-theme=dark] ._ownerInfoCard_3dzsf_137{background:linear-gradient(145deg,var(--surface),rgba(11,28,18,.8));border-color:#144a2a}._ownerInfoCard_3dzsf_137:hover{box-shadow:0 4px 16px var(--glow);border-color:var(--accent)}:root[data-theme=dark] ._ownerInfoCard_3dzsf_137:hover{box-shadow:0 4px 20px #20ff6533}._ownerInfoCard_3dzsf_137 a{color:var(--link);transition:all .3s}._ownerInfoCard_3dzsf_137 a:hover{color:var(--accent)}:root[data-theme=dark] ._ownerInfoCard_3dzsf_137 a:hover{text-shadow:0 0 8px rgba(32,255,101,.4)}._ownerInfoCard_3dzsf_137 img{width:70px;border-radius:50px;border:2px solid var(--border);transition:all .3s}:root[data-theme=dark] ._ownerInfoCard_3dzsf_137 img{border-color:var(--accent);box-shadow:0 0 12px #20ff654d}._ownerInfoCard_3dzsf_137>div{display:flex;flex-direction:column;gap:.1em}._ownerInfoCard__rating_3dzsf_194{display:flex;gap:.2em;align-items:center}._ownerInfoCard__rating_3dzsf_194>i{color:#ffd72b;transition:all .3s}:root[data-theme=dark] ._ownerInfoCard__rating_3dzsf_194>i{filter:drop-shadow(0 0 6px rgba(255,215,43,.6))}._listingObrWrappMini_3dzsf_208{display:flex;gap:1em;width:100%;max-width:1400px}._listingObrWrappMini_3dzsf_208>img{width:150px;border-radius:14px}._listingDescription_3dzsf_218{display:flex;flex-direction:column;gap:1em;width:100%;max-width:1400px;padding:.8em 1em;border:1px solid var(--border);background:var(--surface);border-radius:14px;transition:all .3s}._listingDescription_3dzsf_218 p{word-break:break-word;overflow-wrap:anywhere}:root[data-theme=dark] ._listingDescription_3dzsf_218{background:linear-gradient(145deg,var(--surface),rgba(11,28,18,.8));border-color:#144a2a}._listingDescription_3dzsf_218:hover{border-color:var(--accent);box-shadow:0 4px 16px var(--glow)}:root[data-theme=dark] ._listingDescription_3dzsf_218:hover{box-shadow:0 4px 20px #20ff6526}._topBubble_3dzsf_251{position:absolute;top:10px;left:10px;background-color:#dc3545;color:#fff;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:700;z-index:1;box-shadow:0 2px 4px #0003}@media only screen and (max-width: 1280px){._listingMain_3dzsf_41{gap:2em}}@media only screen and (max-width: 1024px){._listingHeader_3dzsf_1{padding:0 12px}._listingMain_3dzsf_41{flex-direction:column;gap:1.5em}._listingObrWrapp_3dzsf_47,._listingTextWrapp_3dzsf_58{width:100%}}@media only screen and (max-width: 768px){._listingHeader_3dzsf_1{padding:0 12px;gap:.8em;margin-top:10px;flex-wrap:wrap}._listingHeader_3dzsf_1>i{font-size:.65em}._listingHeader_3dzsf_1>a{font-size:.9em}._listingMain_3dzsf_41{flex-direction:column;gap:1em;padding:0 15px}._listingObrWrapp_3dzsf_47{width:100%}._listingObrWrapp_3dzsf_47>img{border-radius:12px}._listingTextWrapp_3dzsf_58{width:100%;gap:.8em}._listingTextWrapp_3dzsf_58 h3{font-size:1.5em;margin-bottom:.5em}._listingTextWrapp_3dzsf_58 h4{font-size:1em}._listingTextWrapp__buttonsOneThird_3dzsf_80{gap:.8em}._listingTextWrapp__buttonsOneThird_3dzsf_80>button:first-of-type{padding:.8em 1.2em;font-size:.95em}._ownerInfoCard_3dzsf_137{padding:.7em .9em;gap:.8em}._ownerInfoCard_3dzsf_137 img{width:60px}._listingDescription_3dzsf_218{max-width:100%;padding:.7em .9em}}@media only screen and (max-width: 650px){._listingHeader_3dzsf_1{padding:0 10px;gap:.6em;margin-top:8px}._listingMain_3dzsf_41{flex-direction:column;gap:.8em;padding:0 12px}._listingObrWrapp_3dzsf_47>img{border-radius:10px}._listingTextWrapp_3dzsf_58{width:100%;gap:.7em}._listingTextWrapp_3dzsf_58 h3{font-size:1.3em;margin-bottom:.3em}._listingTextWrapp_3dzsf_58 h4{font-size:.95em}._listingTextWrapp_3dzsf_58 h5{font-size:1em}._listingTextWrapp__buttonsOneThird_3dzsf_80{flex-direction:column;gap:.6em}._listingTextWrapp__buttonsOneThird_3dzsf_80>button:first-of-type{width:100%;padding:.7em 1em;font-size:.9em}._listingTextWrapp__buttonsOneThird_3dzsf_80>i{width:100%;aspect-ratio:auto;padding:.8em}._ownerInfoCard_3dzsf_137{gap:.6em;padding:.6em .8em;flex-direction:column}._ownerInfoCard_3dzsf_137 img{width:50px;height:50px}._listingDescription_3dzsf_218{max-width:100%;padding:.6em .8em;gap:.6em}._listingObrWrappMini_3dzsf_208{gap:.8em}._listingObrWrappMini_3dzsf_208>img{width:120px;height:120px;border-radius:10px}}@media only screen and (max-width: 480px){._listingHeader_3dzsf_1{padding:0 8px;gap:.5em;margin-top:5px}._listingHeader_3dzsf_1>i{font-size:.6em}._listingHeader_3dzsf_1>a{font-size:.85em}._listingMain_3dzsf_41{flex-direction:column;gap:.6em;padding:0 10px}._listingObrWrapp_3dzsf_47>img{border-radius:8px;width:100%}._listingTextWrapp_3dzsf_58{width:100%;gap:.5em}._listingTextWrapp_3dzsf_58 h3{font-size:1.1em;margin:0}._listingTextWrapp_3dzsf_58 h4{font-size:.9em}._listingTextWrapp_3dzsf_58 h5{font-size:.95em}._listingTextWrapp_3dzsf_58 p{font-size:.85em}._listingTextWrapp__buttonsOneThird_3dzsf_80{flex-direction:column;gap:.5em}._listingTextWrapp__buttonsOneThird_3dzsf_80>button:first-of-type{width:100%;padding:.6em .9em;font-size:.85em}._listingTextWrapp__buttonsOneThird_3dzsf_80>i{width:100%;padding:.7em;font-size:1em}._ownerInfoCard_3dzsf_137{gap:.5em;padding:.5em .7em;flex-direction:row}._ownerInfoCard_3dzsf_137 img{width:45px;height:45px;min-width:45px}._ownerInfoCard_3dzsf_137>div{gap:.05em}._listingDescription_3dzsf_218{max-width:100%;padding:.5em .7em;gap:.5em}._listingDescription_3dzsf_218 p{font-size:.8em;line-height:1.4}._listingObrWrappMini_3dzsf_208{gap:.6em}._listingObrWrappMini_3dzsf_208>img{width:100px;height:100px}._topBubble_3dzsf_251{padding:2px 4px;font-size:10px}}._resultsWrapper_ndcef_1{display:flex;justify-content:center;align-items:center;position:relative;height:fit-content}._resultsWrapper_ndcef_1>div{max-width:1400px;width:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:row;margin-top:20px;height:100%;position:relative}._leftFilter_ndcef_21{display:flex;flex-direction:column;justify-content:center;width:240px;height:100%;padding:1em;gap:.2em;background:var(--surface);border:1px solid var(--border);border-radius:16px;transition:all .3s}:root[data-theme=dark] ._leftFilter_ndcef_21{background:linear-gradient(145deg,var(--surface),rgba(11,28,18,.8));border-color:#144a2a;box-shadow:0 4px 20px #20ff651a}._leftFilter_ndcef_21 h4{margin-bottom:.5em;color:var(--text)}._showMore_ndcef_46{gap:.5em;cursor:pointer;color:var(--accent);font-weight:600;transition:all .3s}._showMore_ndcef_46:hover{color:var(--link)}:root[data-theme=dark] ._showMore_ndcef_46:hover{text-shadow:0 0 10px rgba(32,255,101,.5)}._categoryWrapp_ndcef_62{display:flex;flex-direction:column;gap:.5em}._category_ndcef_62{display:flex;gap:.5em;align-items:center;font-size:1em;padding:.5em;border-radius:8px;transition:all .3s;cursor:pointer}._category_ndcef_62:hover{background:var(--chip-bg)}:root[data-theme=dark] ._category_ndcef_62:hover{background:var(--chip-hover-bg)}._category_ndcef_62 label{margin:0;color:var(--text);cursor:pointer}._resultsList_ndcef_93{display:flex;justify-content:center;align-items:center;width:100%;gap:2em;flex-wrap:wrap;position:relative}._resultsNav_ndcef_102{width:100%}._resultsNav_ndcef_102>div{display:flex;justify-content:space-between;align-items:center;gap:1em;margin-top:1em}._resultsNav_ndcef_102>div>select{width:fit-content;padding:.6em 2.5em .6em 1em;background:var(--surface);color:var(--text);border:2px solid var(--border);border-radius:8px;font-size:1em;font-weight:500;cursor:pointer;transition:all .3s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8em center;background-size:1em}._resultsNav_ndcef_102>div>select:hover{border-color:var(--accent)}._resultsNav_ndcef_102>div>select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #20ff651a}:root[data-theme=dark] ._resultsNav_ndcef_102>div>select{background:#0b1c12cc;border-color:#144a2a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2320ff65' d='M6 9L1 4h10z'/%3E%3C/svg%3E")}:root[data-theme=dark] ._resultsNav_ndcef_102>div>select:hover{border-color:var(--accent);box-shadow:0 0 12px #20ff6533}:root[data-theme=dark] ._resultsNav_ndcef_102>div>select:focus{box-shadow:0 0 0 3px #20ff6533}._filterToggleBtn_ndcef_157{display:none;background:linear-gradient(135deg,var(--accent),#15b845);color:#051407;border:none;padding:.6em 1.2em;border-radius:8px;font-weight:600;cursor:pointer;margin-bottom:1em;font-size:1em;transition:all .3s}._filterToggleBtn_ndcef_157:hover{transform:translateY(-2px);box-shadow:0 4px 12px #20ff6566}:root[data-theme=dark] ._filterToggleBtn_ndcef_157:hover{box-shadow:0 4px 16px #20ff6599}@media only screen and (max-width: 1024px){._resultsWrapper_ndcef_1>div{flex-direction:column;gap:1.5em}._leftFilter_ndcef_21{width:100%;max-width:100%;position:static;top:auto;border-radius:12px}._resultsList_ndcef_93{gap:1.5em;width:100%}}@media only screen and (max-width: 768px){._resultsWrapper_ndcef_1>div{flex-direction:column;gap:1em;padding:0 15px}._leftFilter_ndcef_21{width:100%;max-width:100%;position:static;top:auto;padding:.8em;gap:.15em;border-radius:12px}._leftFilter_ndcef_21 h4{font-size:1em;margin-bottom:.3em}._categoryWrapp_ndcef_62{gap:.3em}._category_ndcef_62{padding:.4em;font-size:.9em}._resultsList_ndcef_93{width:100%;gap:1.2em;flex-wrap:wrap}._resultsNav_ndcef_102{width:100%}._resultsNav_ndcef_102>div{flex-wrap:wrap;gap:.8em}._resultsNav_ndcef_102>div>select{width:100%;max-width:200px;padding:.5em 2em .5em .8em;font-size:.95em}}@media only screen and (max-width: 650px){._filterToggleBtn_ndcef_157{display:block}._resultsWrapper_ndcef_1{padding:20px 0 0}._resultsWrapper_ndcef_1>div{max-width:100%;padding:0 10px;gap:.8em;margin-top:10px}._leftFilter_ndcef_21{width:100%;padding:.7em;border-radius:10px;display:none;max-height:60vh;overflow-y:auto}._leftFilter_ndcef_21._active_ndcef_280{display:flex;flex-direction:column}._leftFilter_ndcef_21 h4{font-size:.95em;margin-bottom:.25em}._category_ndcef_62{padding:.35em;font-size:.85em}._categoryWrapp_ndcef_62{gap:.2em}._showMore_ndcef_46{font-size:.9em;gap:.3em}._resultsList_ndcef_93{width:100%;gap:1em}._resultsNav_ndcef_102{width:100%;gap:.5em}._resultsNav_ndcef_102>div{flex-wrap:wrap;gap:.6em}._resultsNav_ndcef_102>div>select{width:100%;font-size:.9em;padding:.5em 2em .5em .8em}}@media only screen and (max-width: 480px){._filterToggleBtn_ndcef_157{display:block;padding:.5em 1em;font-size:.9em}._resultsWrapper_ndcef_1{padding:20px 0 0}._resultsWrapper_ndcef_1>div{max-width:100%;padding:0 8px;gap:.6em;margin-top:8px}._leftFilter_ndcef_21{width:100%;padding:.6em;border-radius:8px;display:none;max-height:50vh;overflow-y:auto;margin-top:.5em}._leftFilter_ndcef_21._active_ndcef_280{display:flex;flex-direction:column}._leftFilter_ndcef_21 h4{font-size:.9em;margin-bottom:.2em}._category_ndcef_62{padding:.3em;font-size:.8em}._categoryWrapp_ndcef_62{gap:.15em}._showMore_ndcef_46{font-size:.8em;gap:.25em}._resultsList_ndcef_93{width:100%;gap:.8em;justify-content:center}._resultsNav_ndcef_102{width:100%;padding:0 8px}._resultsNav_ndcef_102>div{flex-direction:column;gap:.5em}._resultsNav_ndcef_102>div>select{width:100%;font-size:.85em;padding:.5em 2em .5em .8em}}._pagination_ndcef_402{display:flex;justify-content:center;align-items:center;gap:1em;margin-top:2em;margin-bottom:2em;width:100%;padding:1em}._paginationBtn_ndcef_413{padding:.6em 1.2em;background:var(--accent);color:#051407;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;font-size:.95em}._paginationBtn_ndcef_413:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #20ff6566}._paginationBtn_ndcef_413:disabled{opacity:.5;cursor:not-allowed}:root[data-theme=dark] ._paginationBtn_ndcef_413:hover:not(:disabled){box-shadow:0 4px 16px #20ff6599}._pageNumbers_ndcef_439{display:flex;gap:.5em;align-items:center}._pageNumber_ndcef_439{padding:.5em .8em;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:6px;cursor:pointer;transition:all .3s;font-size:.95em;min-width:36px}._pageNumber_ndcef_439:hover{background:var(--chip-hover-bg);border-color:var(--accent)}._pageNumber_ndcef_439._active_ndcef_280{background:var(--accent);color:#051407;border-color:var(--accent);font-weight:600}:root[data-theme=dark] ._pageNumber_ndcef_439{background:#0b1c12cc;border-color:#144a2a}:root[data-theme=dark] ._pageNumber_ndcef_439:hover{background:var(--chip-hover-bg);box-shadow:0 2px 8px #20ff6533}:root[data-theme=dark] ._pageNumber_ndcef_439._active_ndcef_280{background:var(--accent);box-shadow:0 2px 12px #20ff6566}._ellipsis_ndcef_484{color:var(--text);padding:.5em;font-size:.95em}@media only screen and (max-width: 768px){._pagination_ndcef_402{gap:.5em;padding:.8em;margin-top:1.5em;margin-bottom:1.5em}._paginationBtn_ndcef_413{padding:.5em 1em;font-size:.9em}._pageNumbers_ndcef_439{gap:.3em}._pageNumber_ndcef_439{padding:.4em .6em;font-size:.9em;min-width:32px}}@media only screen and (max-width: 480px){._pagination_ndcef_402{gap:.4em;padding:.6em;margin-top:1em;margin-bottom:1em}._paginationBtn_ndcef_413{padding:.4em .8em;font-size:.85em}._pageNumbers_ndcef_439{gap:.25em}._pageNumber_ndcef_439{padding:.35em .5em;font-size:.85em;min-width:28px}._ellipsis_ndcef_484{padding:.35em;font-size:.85em}}._bigListing_1ikmz_1{display:flex;flex-direction:column;width:calc(100% / 3 - 2em);height:100%;border-radius:14px;position:relative;transition:all .3s;border:1px solid transparent;overflow:hidden}._bigListing_1ikmz_1:hover{transform:translateY(-6px);box-shadow:0 12px 32px var(--glow);border-color:var(--accent)}:root[data-theme=dark] ._bigListing_1ikmz_1:hover{box-shadow:0 12px 40px #20ff654d}._bigListing_1ikmz_1 img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:10px;transition:all .3s;display:block}._bigListing_1ikmz_1:hover img{filter:brightness(1.05)}._bigListing_1ikmz_1 i{font-size:1.5rem;color:var(--text);position:absolute;top:10px;right:10px;cursor:pointer;z-index:2;transition:all .3s;background:#ffffffe6;width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:50%}:root[data-theme=dark] ._bigListing_1ikmz_1 i{background:#0f0f0fe6}._bigListing_1ikmz_1 i:hover{color:#e63946;transform:scale(1.15)}:root[data-theme=dark] ._bigListing_1ikmz_1 i:hover{filter:drop-shadow(0 0 12px rgba(230,57,70,.8));background:#0f0f0ff2}._bigListing_1ikmz_1 ._topBubble_1ikmz_68{position:absolute;top:10px;left:10px;display:flex;align-items:center;justify-content:center;background-color:#dc3545;color:#fff;padding:5px 10px;border-radius:8px;font-size:.8em;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:1;box-shadow:0 2px 4px #0003}._bigListing_1ikmz_1>div:first-child{position:relative;overflow:hidden;border-radius:14px 14px 0 0}._bigListing_1ikmz_1>div:last-child{padding:12px;display:flex;flex-direction:column;gap:4px;background-color:var(--surface);border-radius:0 0 14px 14px}._bigListing_1ikmz_1 *{min-width:0;overflow-wrap:anywhere}._bigListing_1ikmz_1 h4{margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}._bigListing_1ikmz_1 p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._bigListing_1ikmz_1 h5{margin:0}@media only screen and (max-width: 1280px){._bigListing_1ikmz_1{width:calc(50% - 2em)}}@media only screen and (max-width: 1024px){._bigListing_1ikmz_1{width:calc(50% - 1.5em)}._bigListing_1ikmz_1 img{aspect-ratio:3 / 2}}@media only screen and (max-width: 768px){._bigListing_1ikmz_1{width:calc(100% - 1em)}._bigListing_1ikmz_1 img{aspect-ratio:16 / 9}._bigListing_1ikmz_1>div:last-child{padding:10px}._bigListing_1ikmz_1 h4{font-size:.95em}._bigListing_1ikmz_1 i{width:32px;height:32px;font-size:1.2rem}}@media only screen and (max-width: 650px){._bigListing_1ikmz_1{width:100%}._bigListing_1ikmz_1>div:last-child{padding:8px;gap:3px}._bigListing_1ikmz_1 h4{font-size:.9em;-webkit-line-clamp:2}._bigListing_1ikmz_1 p{font-size:.85em}}@media only screen and (max-width: 480px){._bigListing_1ikmz_1{width:100%}._bigListing_1ikmz_1 img{aspect-ratio:16 / 10}._bigListing_1ikmz_1>div:last-child{padding:8px;gap:2px}._bigListing_1ikmz_1 h4{font-size:.85em}._bigListing_1ikmz_1 p{font-size:.8em}._bigListing_1ikmz_1 ._topBubble_1ikmz_68{padding:3px 6px;font-size:.7em}._bigListing_1ikmz_1 i{width:30px;height:30px;font-size:1rem}}._heroSection_1tvzy_1{background:radial-gradient(80% 60% at 50% 0%,#001a0ccc,#0a0a0a99 40%),linear-gradient(135deg,#20ff651a,#20ff650d);padding:80px 15px;text-align:center;border-bottom:1px solid rgba(32,255,101,.2);margin-bottom:3em}._heroSection_1tvzy_1 h2{color:var(--neon);font-size:72px;margin-bottom:.5em;text-shadow:0 0 20px rgba(32,255,101,.5)}._heroSubtitle_1tvzy_17{font-size:20px;color:var(--muted);max-width:600px;margin:0 auto}._section_1tvzy_24{padding:80px 15px;background:transparent}._section_1tvzy_24._altBg_1tvzy_29{background:linear-gradient(180deg,#0b1c1266,#0a0a0a33);border-top:1px solid rgba(32,255,101,.15);border-bottom:1px solid rgba(32,255,101,.15)}._container_1tvzy_35{max-width:1200px;margin:0 auto}._content_1tvzy_40 h3{color:var(--neon);font-size:48px;margin-bottom:1.5em;text-shadow:0 0 15px rgba(32,255,101,.3)}._content_1tvzy_40 p{color:var(--muted);font-size:18px;line-height:1.8;margin-bottom:1.5em}._content_1tvzy_40 p:last-child{margin-bottom:0}._creatorSection_1tvzy_59{display:grid;grid-template-columns:1fr 1fr;gap:4em;align-items:center}._creatorImage_1tvzy_66{display:flex;justify-content:center;align-items:center}._profileImg_1tvzy_72{width:100%;max-width:400px;height:auto;border-radius:16px;border:2px solid rgba(32,255,101,.3);box-shadow:0 8px 32px #20ff6526;transition:all .3s ease;object-fit:cover;aspect-ratio:1}._profileImg_1tvzy_72:hover{border-color:#20ff6580;box-shadow:0 12px 48px #20ff6540;transform:translateY(-4px)}._creatorInfo_1tvzy_90 h3{color:var(--neon);font-size:40px;margin-bottom:.5em;text-shadow:0 0 15px rgba(32,255,101,.3)}._creatorTitle_1tvzy_97{color:var(--accent);font-size:18px;font-weight:600;margin-bottom:1.5em;text-shadow:0 0 8px rgba(32,255,101,.2)}._creatorInfo_1tvzy_90 p{color:var(--muted);font-size:16px;line-height:1.8;margin-bottom:1em}._creatorInfo_1tvzy_90 p:last-child{margin-bottom:0}._twoColumn_1tvzy_117{display:grid;grid-template-columns:1fr 1fr;gap:3em}._missionCard_1tvzy_123{background:#0c1f1499;border:1px solid rgba(32,255,101,.2);border-radius:12px;padding:2em;transition:all .3s ease}._missionCard_1tvzy_123:hover{background:#0c1f14cc;border-color:#20ff6566;box-shadow:0 8px 32px #20ff651a;transform:translateY(-4px)}._missionCard_1tvzy_123 h4{color:var(--neon);font-size:24px;margin-bottom:1em;text-shadow:0 0 10px rgba(32,255,101,.3)}._missionCard_1tvzy_123 p{color:var(--muted);font-size:16px;line-height:1.7}._reasonsGrid_1tvzy_152{display:grid;grid-template-columns:repeat(3,1fr);gap:2em}._reasonCard_1tvzy_158{background:#0c1f1480;border:1px solid rgba(32,255,101,.15);border-radius:12px;padding:2em;text-align:center;transition:all .3s ease}._reasonCard_1tvzy_158:hover{background:#0c1f14b3;border-color:#20ff6559;box-shadow:0 8px 32px #20ff6526;transform:translateY(-6px)}._reasonIcon_1tvzy_174{font-size:48px;margin-bottom:1em;display:inline-block}._reasonCard_1tvzy_158 h5{color:var(--neon);font-size:20px;margin-bottom:.8em;text-shadow:0 0 8px rgba(32,255,101,.2)}._reasonCard_1tvzy_158 p{color:var(--muted);font-size:15px;line-height:1.6}._techGrid_1tvzy_194{display:grid;grid-template-columns:repeat(3,1fr);gap:2em}._techItem_1tvzy_200{background:#0c1f1480;border:1px solid rgba(32,255,101,.15);border-radius:12px;padding:2em;transition:all .3s ease}._techItem_1tvzy_200:hover{background:#0c1f14b3;border-color:#20ff654d;box-shadow:0 8px 32px #20ff651a}._techItem_1tvzy_200 h5{color:var(--neon);font-size:20px;margin-bottom:1.2em;text-shadow:0 0 8px rgba(32,255,101,.2)}._techItem_1tvzy_200 ul{list-style:none;padding:0;margin:0}._techItem_1tvzy_200 li{color:var(--muted);font-size:16px;position:relative;padding:.5em 0 .5em 1.5em}._techItem_1tvzy_200 li:before{content:"▸";position:absolute;left:0;color:var(--neon);font-weight:700}._ctaSection_1tvzy_244{text-align:center;background:linear-gradient(135deg,#20ff6514,#20ff6508);border:1px solid rgba(32,255,101,.2);border-radius:16px;padding:3em 2em}._ctaSection_1tvzy_244 h3{color:var(--neon);font-size:44px;margin-bottom:1em;text-shadow:0 0 15px rgba(32,255,101,.3)}._ctaSection_1tvzy_244 p{font-size:18px;color:var(--muted);margin-bottom:2.5em;max-width:600px;margin-left:auto;margin-right:auto}._ctaButtons_1tvzy_268{display:flex;gap:1.5em;justify-content:center;flex-wrap:wrap}._ctaButton_1tvzy_268{display:inline-block;padding:14px 32px;border-radius:25px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:2px solid var(--neon)}._ctaButton_1tvzy_268._primary_1tvzy_287{background:linear-gradient(180deg,#1bff62,#18d455);color:#051407;box-shadow:0 0 28px #20ff6573}._ctaButton_1tvzy_268._primary_1tvzy_287:hover{box-shadow:0 0 36px #20ff65a6;transform:translateY(-3px)}._ctaButton_1tvzy_268._secondary_1tvzy_298{background:transparent;color:var(--neon);border-color:var(--neon);box-shadow:0 0 12px #20ff654d}._ctaButton_1tvzy_268._secondary_1tvzy_298:hover{background:#20ff651a;box-shadow:0 0 20px #20ff6580;transform:translateY(-3px)}@media only screen and (max-width: 1100px){._heroSection_1tvzy_1 h2{font-size:56px}._content_1tvzy_40 h3{font-size:40px}._creatorSection_1tvzy_59{grid-template-columns:1fr;gap:2em}._creatorInfo_1tvzy_90 h3{font-size:32px}._ctaSection_1tvzy_244 h3{font-size:36px}._reasonsGrid_1tvzy_152,._techGrid_1tvzy_194{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 768px){._section_1tvzy_24{padding:60px 15px}._heroSection_1tvzy_1{padding:60px 15px;margin-bottom:2em}._heroSection_1tvzy_1 h2{font-size:40px}._heroSubtitle_1tvzy_17{font-size:16px}._content_1tvzy_40 h3{font-size:32px;margin-bottom:1em}._creatorSection_1tvzy_59{grid-template-columns:1fr;gap:1.5em}._profileImg_1tvzy_72{max-width:300px}._creatorInfo_1tvzy_90 h3{font-size:28px}._twoColumn_1tvzy_117{grid-template-columns:1fr;gap:2em}._missionCard_1tvzy_123{padding:1.5em}._reasonsGrid_1tvzy_152{grid-template-columns:1fr;gap:1.5em}._reasonCard_1tvzy_158{padding:1.5em}._techGrid_1tvzy_194{grid-template-columns:1fr;gap:1.5em}._techItem_1tvzy_200{padding:1.5em}._ctaSection_1tvzy_244 h3{font-size:28px}._ctaSection_1tvzy_244 p{font-size:15px}._ctaButtons_1tvzy_268{flex-direction:column;gap:1em}._ctaButton_1tvzy_268{width:100%}}@media only screen and (max-width: 650px){._heroSection_1tvzy_1{padding:40px 15px}._heroSection_1tvzy_1 h2{font-size:32px}._heroSubtitle_1tvzy_17{font-size:15px}._section_1tvzy_24{padding:40px 15px}._content_1tvzy_40 h3{font-size:24px}._content_1tvzy_40 p{font-size:16px}._creatorInfo_1tvzy_90 h3{font-size:24px}._creatorTitle_1tvzy_97{font-size:16px}._creatorInfo_1tvzy_90 p{font-size:14px}._profileImg_1tvzy_72{max-width:250px}._missionCard_1tvzy_123 h4{font-size:20px}._reasonCard_1tvzy_158 h5{font-size:18px}._reasonIcon_1tvzy_174{font-size:36px}._ctaSection_1tvzy_244{padding:2em 1em}._ctaSection_1tvzy_244 h3{font-size:24px}._ctaSection_1tvzy_244 p{font-size:14px}}._heroSection_67tq9_1{background:radial-gradient(80% 60% at 50% 0%,#001a0ccc,#0a0a0a99 40%),linear-gradient(135deg,#20ff651a,#20ff650d);padding:80px 15px;text-align:center;border-bottom:1px solid rgba(32,255,101,.2);margin-bottom:3em}._heroSection_67tq9_1 h2{color:var(--neon);font-size:72px;margin-bottom:.5em;text-shadow:0 0 20px rgba(32,255,101,.5)}._heroSubtitle_67tq9_17{font-size:20px;color:var(--muted);max-width:600px;margin:0 auto}._section_67tq9_24{padding:80px 15px;background:transparent}._section_67tq9_24._altBg_67tq9_29{background:linear-gradient(180deg,#0b1c1266,#0a0a0a33);border-top:1px solid rgba(32,255,101,.15);border-bottom:1px solid rgba(32,255,101,.15)}._container_67tq9_35{max-width:1200px;margin:0 auto}._infoGrid_67tq9_41{display:grid;grid-template-columns:repeat(3,1fr);gap:2em}._infoCard_67tq9_47{background:#0c1f1499;border:1px solid rgba(32,255,101,.2);border-radius:12px;padding:2em;text-align:center;transition:all .3s ease}._infoCard_67tq9_47:hover{background:#0c1f14cc;border-color:#20ff6566;box-shadow:0 8px 32px #20ff651a;transform:translateY(-4px)}._infoIcon_67tq9_63{font-size:48px;margin-bottom:1em}._infoCard_67tq9_47 h4{color:var(--neon);font-size:20px;margin-bottom:1em;text-shadow:0 0 8px rgba(32,255,101,.2)}._contactLink_67tq9_75{color:var(--accent);text-decoration:none;font-weight:500;transition:all .3s ease}._contactLink_67tq9_75:hover{text-shadow:0 0 8px rgba(32,255,101,.5);transform:scale(1.05);display:inline-block}._infoText_67tq9_88{color:var(--muted);font-size:15px;line-height:1.6}._formSection_67tq9_95{display:grid;grid-template-columns:1fr 1fr;gap:4em}._formWrapper_67tq9_101 h3{color:var(--neon);font-size:36px;margin-bottom:.5em;text-shadow:0 0 15px rgba(32,255,101,.3)}._formWrapper_67tq9_101>p{color:var(--muted);font-size:16px;margin-bottom:2em}._contactForm_67tq9_114{display:flex;flex-direction:column;gap:1.5em}._formGroup_67tq9_120{display:flex;flex-direction:column}._formGroup_67tq9_120 label{color:var(--accent);font-size:14px;font-weight:600;margin-bottom:.5em;text-transform:uppercase;letter-spacing:.5px}._formGroup_67tq9_120 input,._formGroup_67tq9_120 textarea{background:#0b1c12cc;border:1px solid rgba(32,255,101,.2);color:var(--text);padding:12px 16px;border-radius:8px;font-size:15px;font-family:inherit;transition:all .3s ease}._formGroup_67tq9_120 input:focus,._formGroup_67tq9_120 textarea:focus{outline:none;border-color:var(--neon);box-shadow:0 0 12px #20ff654d;background:#0b1c12f2}._formGroup_67tq9_120 textarea{resize:vertical;min-height:120px}._submitBtn_67tq9_159{padding:14px 32px;border-radius:25px;font-size:16px;font-weight:600;background:linear-gradient(180deg,#1bff62,#18d455);color:#051407;border:2px solid var(--neon);cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 0 28px #20ff6573;margin-top:.5em}._submitBtn_67tq9_159:hover:not(:disabled){box-shadow:0 0 36px #20ff65a6;transform:translateY(-3px)}._submitBtn_67tq9_159:disabled{opacity:.7;cursor:not-allowed}._successMessage_67tq9_185{background:#1bff6226;border:1px solid rgba(27,255,98,.4);color:#1bff62;padding:1em;border-radius:8px;text-align:center;animation:_slideIn_67tq9_1 .3s ease}._errorMessage_67tq9_195{background:#ff646426;border:1px solid rgba(255,100,100,.4);color:#ff6464;padding:1em;border-radius:8px;text-align:center;animation:_slideIn_67tq9_1 .3s ease}@keyframes _slideIn_67tq9_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._socialWrapper_67tq9_217 h3{color:var(--neon);font-size:36px;margin-bottom:.5em;text-shadow:0 0 15px rgba(32,255,101,.3)}._socialWrapper_67tq9_217>p{color:var(--muted);font-size:16px;margin-bottom:2em}._socialLinks_67tq9_230{display:flex;gap:1.5em;margin-bottom:3em;flex-wrap:wrap}._socialLink_67tq9_230{width:56px;height:56px;border-radius:12px;background:#0c1f1499;border:2px solid rgba(32,255,101,.3);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:24px;transition:all .3s ease;text-decoration:none}._socialLink_67tq9_230:hover{background:#0c1f14e6;border-color:var(--neon);box-shadow:0 8px 24px #20ff654d;transform:translateY(-6px)}._faqBox_67tq9_260{background:#0c1f1480;border:1px solid rgba(32,255,101,.2);border-radius:12px;padding:2em}._faqBox_67tq9_260 h4{color:var(--neon);font-size:18px;margin-bottom:1.5em;text-shadow:0 0 8px rgba(32,255,101,.2)}._faqBox_67tq9_260 ul{list-style:none;padding:0;margin:0}._faqBox_67tq9_260 li{color:var(--muted);font-size:14px;line-height:1.7;margin-bottom:1.5em;padding:0}._faqBox_67tq9_260 li:last-child{margin-bottom:0}._faqBox_67tq9_260 strong{color:var(--text)}._quickLinks_67tq9_297{display:grid;grid-template-columns:repeat(4,1fr);gap:2em}._quickLink_67tq9_297{background:#0c1f1499;border:2px solid rgba(32,255,101,.2);border-radius:12px;padding:2em;text-align:center;text-decoration:none;transition:all .3s ease;display:flex;align-items:center;justify-content:center}._quickLink_67tq9_297:hover{background:#0c1f14e6;border-color:var(--neon);box-shadow:0 8px 32px #20ff6526;transform:translateY(-4px)}._quickLink_67tq9_297 span{color:var(--text);font-weight:600;font-size:16px}._quickLink_67tq9_297:hover span{color:var(--neon);text-shadow:0 0 8px rgba(32,255,101,.3)}@media only screen and (max-width: 1100px){._infoGrid_67tq9_41{grid-template-columns:1fr;gap:1.5em}._formSection_67tq9_95{grid-template-columns:1fr;gap:2em}._quickLinks_67tq9_297{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 768px){._section_67tq9_24{padding:60px 15px}._heroSection_67tq9_1{padding:60px 15px;margin-bottom:2em}._heroSection_67tq9_1 h2{font-size:40px}._heroSubtitle_67tq9_17{font-size:16px}._infoCard_67tq9_47{padding:1.5em}._formWrapper_67tq9_101 h3,._socialWrapper_67tq9_217 h3{font-size:28px}._formGroup_67tq9_120 input,._formGroup_67tq9_120 textarea{font-size:16px}._socialLinks_67tq9_230{gap:1em}._socialLink_67tq9_230{width:48px;height:48px;font-size:20px}._faqBox_67tq9_260{padding:1.5em}._faqBox_67tq9_260 li{font-size:13px}._quickLinks_67tq9_297{grid-template-columns:1fr}}@media only screen and (max-width: 650px){._heroSection_67tq9_1{padding:40px 15px}._heroSection_67tq9_1 h2{font-size:32px}._heroSubtitle_67tq9_17{font-size:15px}._section_67tq9_24{padding:40px 15px}._infoIcon_67tq9_63{font-size:36px}._infoCard_67tq9_47 h4{font-size:18px}._formWrapper_67tq9_101 h3,._socialWrapper_67tq9_217 h3{font-size:24px}._socialLinks_67tq9_230{justify-content:center}._faqBox_67tq9_260 h4{font-size:16px}._faqBox_67tq9_260 li{font-size:12px;margin-bottom:1em}._submitBtn_67tq9_159{padding:12px 24px;font-size:14px}}._content_bmw0s_2{display:flex;flex-direction:row;width:100%;height:calc(100vh - 65px)}._left_bmw0s_9{display:flex;flex-direction:column;width:240px;height:100%;flex-shrink:0;transition:width .3s ease}._right_bmw0s_18{display:flex;flex-direction:column;width:100%;height:100%;padding:20px;overflow-y:auto}a{text-decoration:none}@media only screen and (max-width: 980px){._content_bmw0s_2{height:calc(100vh - 65px)}._left_bmw0s_9{width:70px}._right_bmw0s_18{padding:15px}}@media only screen and (max-width: 768px){._content_bmw0s_2{height:calc(100vh - 65px)}._left_bmw0s_9{width:60px}._right_bmw0s_18{padding:12px}}@media only screen and (max-width: 480px){._content_bmw0s_2{height:calc(100vh - 55px)}._left_bmw0s_9{width:50px}._right_bmw0s_18{padding:10px}}._modalOverlay_1i398_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;animation:_fadeIn_1i398_1 .2s ease-out}@keyframes _fadeIn_1i398_1{0%{opacity:0}to{opacity:1}}._modalContent_1i398_26{background:var(--surface);border:1px solid var(--border);border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 48px #0006,0 0 60px #20ff6526;animation:_slideUp_1i398_1 .3s ease-out}@keyframes _slideUp_1i398_1{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._modalHeader_1i398_51{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid var(--border);background:linear-gradient(135deg,rgba(32,255,101,.05),transparent)}._modalHeader_1i398_51 h2{margin:0;font-size:1.5rem;color:var(--text);display:flex;align-items:center;gap:.75rem}._modalHeader_1i398_51 h2:before{content:"";width:4px;height:24px;background:linear-gradient(180deg,var(--accent),#15b845);border-radius:2px}._closeButton_1i398_77{background:transparent!important;border:1px solid var(--border)!important;color:var(--muted)!important;width:40px;height:40px;padding:0!important;display:flex;align-items:center;justify-content:center;border-radius:10px!important;cursor:pointer;transition:all .3s;box-shadow:none!important}._closeButton_1i398_77:hover{background:#e639461a!important;border-color:#e63946!important;color:#e63946!important;transform:none!important;box-shadow:none!important}._closeButton_1i398_77 i{font-size:1rem}._modalBody_1i398_105{padding:2rem;overflow-y:auto;flex:1}._modalBody_1i398_105 form{display:flex;flex-direction:column;gap:.25rem}._modalBody_1i398_105 label{margin-top:.75rem}._modalBody_1i398_105 input,._modalBody_1i398_105 select,._modalBody_1i398_105 textarea{margin-bottom:.5rem}@media only screen and (max-width: 768px){._modalOverlay_1i398_1{padding:0;align-items:flex-end}._modalContent_1i398_26{max-width:100%;max-height:95vh;border-radius:20px 20px 0 0;animation:_slideUpMobile_1i398_1 .3s ease-out}@keyframes _slideUpMobile_1i398_1{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}._modalHeader_1i398_51{padding:1.25rem 1.5rem}._modalHeader_1i398_51 h2{font-size:1.25rem}._modalBody_1i398_105{padding:1.5rem}}@media only screen and (max-width: 480px){._modalHeader_1i398_51{padding:1rem 1.25rem}._modalHeader_1i398_51 h2{font-size:1.1rem}._modalHeader_1i398_51 h2:before{width:3px;height:18px}._closeButton_1i398_77{width:36px;height:36px}._modalBody_1i398_105{padding:1.25rem}}._adminHeader_l0d73_1{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);height:65px;padding:0 20px;background:var(--header-bg)}:root[data-theme=dark] ._adminHeader_l0d73_1{border-bottom-color:#144a2a}._adminHeader_l0d73_1 h1{font-size:1.5rem;display:flex;align-items:center;gap:1em;color:var(--text)}._adminHeader_l0d73_1 i{font-size:1.5rem;cursor:pointer;margin-left:.8em;color:var(--text);transition:all .3s}._adminHeader_l0d73_1 i:hover{color:var(--accent)}:root[data-theme=dark] ._adminHeader_l0d73_1 i:hover{filter:drop-shadow(0 0 10px rgba(32,255,101,.7))}._adminNav_l0d73_39{height:100%;width:100%;display:flex;flex-direction:column;background:var(--surface);border-right:1px solid var(--border)}:root[data-theme=dark] ._adminNav_l0d73_39{background:var(--bg);border-right-color:#144a2a}._adminNav_l0d73_39>nav{height:100%;display:flex;flex-direction:column}._adminNav_l0d73_39>nav>ul{list-style:none;padding:0 .5em .5em;margin:1em 0 0;display:flex;flex-direction:column;height:100%;gap:1em}._adminNav_l0d73_39>nav>ul>li{display:flex;flex-direction:row;width:100%;color:var(--muted);align-items:center;text-decoration:none}._adminNav_l0d73_39>nav>ul>li>a{text-decoration:none;border-radius:10px;padding:.75em 1em;color:var(--text);display:flex;align-items:center;justify-content:flex-start;gap:.5em;font-size:1em;width:100%;transition:all .3s}._adminNav_l0d73_39>nav>ul>li>a:hover{background:var(--chip-bg);color:var(--text)}:root[data-theme=dark] ._adminNav_l0d73_39>nav>ul>li>a:hover{background:var(--chip-hover-bg);color:var(--chip-hover-fg)}._activeLink_l0d73_104{background:linear-gradient(135deg,var(--accent),#15b845)!important;color:#051407!important;font-weight:600;padding:10px 15px!important}:root[data-theme=dark] ._activeLink_l0d73_104{box-shadow:0 0 20px #20ff6566!important}@media only screen and (max-width: 980px){._adminNav_l0d73_39{width:70px}._adminNav_l0d73_39>nav>ul{padding:0 .25em}._adminNav_l0d73_39>nav>ul>li>a{justify-content:center;padding:.75em;font-size:1.25em}._adminNav_l0d73_39>nav>ul>li>a i{margin:0}._adminNav_l0d73_39>nav>ul>li>a{font-size:0}._adminNav_l0d73_39>nav>ul>li>a i{font-size:1.25rem}}@media only screen and (max-width: 768px){._adminNav_l0d73_39{width:60px}._adminNav_l0d73_39>nav>ul>li>a{padding:.65em}._adminNav_l0d73_39>nav>ul>li>a i{font-size:1.1rem}._adminHeader_l0d73_1{padding:0 12px}._adminHeader_l0d73_1 h1{font-size:1.2rem;gap:.5em}._adminHeader_l0d73_1 i{font-size:1.2rem;margin-left:.5em}}@media only screen and (max-width: 480px){._adminNav_l0d73_39{width:50px}._adminNav_l0d73_39>nav>ul{padding:0 .15em}._adminNav_l0d73_39>nav>ul>li>a{padding:.5em;border-radius:8px}._adminNav_l0d73_39>nav>ul>li>a i{font-size:1rem}._adminHeader_l0d73_1{height:55px;padding:0 10px}._adminHeader_l0d73_1 h1{font-size:1rem}._adminHeader_l0d73_1 i{font-size:1rem;margin-left:.4em}}._settingsWrapper_r1x2s_1{width:100%;height:100%;overflow-y:auto}._settingsHeader_r1x2s_7{margin-bottom:2rem}._settingsHeader_r1x2s_7 h1{font-size:2rem;margin-bottom:.5rem;color:var(--text)}._settingsHeader_r1x2s_7 p{color:var(--muted);font-size:1rem}._settingsContainer_r1x2s_22{display:flex;gap:2rem;width:100%}._settingsNav_r1x2s_28{display:flex;flex-direction:column;gap:.5rem;min-width:200px;background:var(--surface);padding:1rem;border-radius:12px;border:1px solid var(--border);height:fit-content}._settingsNav_r1x2s_28 button{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:none;background:transparent;color:var(--text);text-align:left;border-radius:8px;cursor:pointer;transition:all .3s;font-size:1rem;margin:0}._settingsNav_r1x2s_28 button:hover{background:var(--chip-hover-bg);transform:translate(5px);box-shadow:none}._settingsNav_r1x2s_28 button._active_r1x2s_62{background:var(--accent);color:var(--bg);font-weight:600}._settingsNav_r1x2s_28 button i{width:20px;text-align:center}._settingsContent_r1x2s_73{flex:1;min-width:0}._settingsCard_r1x2s_78{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem}._settingsCard_r1x2s_78 h2{font-size:1.75rem;margin-bottom:.5rem;color:var(--text)}._settingsCard_r1x2s_78 h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.5rem;color:var(--text)}._subtitle_r1x2s_98{color:var(--muted);margin-bottom:2rem!important;font-size:1rem!important}._formGroup_r1x2s_104{margin-bottom:1.5rem}._formGroup_r1x2s_104 label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text)}._formGroup_r1x2s_104 input,._formGroup_r1x2s_104 select{width:100%}._toggleGroup_r1x2s_120{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}._toggleItem_r1x2s_127{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:var(--chip-bg);border-radius:8px;transition:all .3s}._toggleItem_r1x2s_127:hover{background:var(--chip-hover-bg)}._toggleItem_r1x2s_127 h4{margin-bottom:.25rem;color:var(--text);font-size:1rem}._toggleItem_r1x2s_127 p{margin:0;color:var(--muted);font-size:.875rem}._divider_r1x2s_153{height:1px;background:var(--border);margin:2rem 0}._themeOptions_r1x2s_159{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-top:1.5rem}._themeCard_r1x2s_166{background:var(--chip-bg);border:2px solid var(--border);border-radius:12px;padding:1rem;text-align:center;transition:all .3s}._themeCard_r1x2s_166:hover{border-color:var(--accent);transform:translateY(-5px)}._themePreview_r1x2s_180{width:100%;height:120px;border-radius:8px;padding:1rem;margin-bottom:1rem;border:1px solid var(--border)}._themeCard_r1x2s_166 h4{margin-bottom:1rem;color:var(--text)}._themeCard_r1x2s_166 button{width:100%}._statsGrid_r1x2s_198{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-top:1.5rem}._statCard_r1x2s_205{background:var(--chip-bg);border:1px solid var(--border);border-radius:12px;padding:2rem;text-align:center;transition:all .3s}._statCard_r1x2s_205:hover{transform:translateY(-5px);box-shadow:0 4px 12px var(--glow)}._statCard_r1x2s_205 h3{font-size:2.5rem;margin:1rem 0 .5rem;color:var(--text)}._statCard_r1x2s_205 p{color:var(--muted);font-size:.875rem}._statCard_r1x2s_205 i{margin-bottom:.5rem}@media only screen and (max-width: 980px){._settingsContainer_r1x2s_22{flex-direction:column}._settingsNav_r1x2s_28{width:100%;flex-direction:row;overflow-x:auto;min-width:unset;padding:.75rem;gap:.5rem}._settingsNav_r1x2s_28 button{white-space:nowrap;flex:1;justify-content:center;padding:.65rem 1rem}._settingsHeader_r1x2s_7 h1{font-size:1.5rem}._settingsHeader_r1x2s_7 p{font-size:.9rem}}@media only screen and (max-width: 768px){._settingsWrapper_r1x2s_1{padding:0}._settingsHeader_r1x2s_7{margin-bottom:1.5rem}._settingsHeader_r1x2s_7 h1{font-size:1.35rem}._settingsNav_r1x2s_28{padding:.5rem;border-radius:10px}._settingsNav_r1x2s_28 button{padding:.6rem .75rem;font-size:.9rem;border-radius:6px}._settingsNav_r1x2s_28 button i{width:16px}._settingsCard_r1x2s_78{border-radius:10px;padding:1.5rem}._settingsCard_r1x2s_78 h2{font-size:1.5rem}._formGroup_r1x2s_104{margin-bottom:1.25rem}}@media only screen and (max-width: 650px){._settingsContainer_r1x2s_22{gap:1rem}._settingsHeader_r1x2s_7{margin-bottom:1rem}._settingsHeader_r1x2s_7 h1{font-size:1.25rem}._settingsHeader_r1x2s_7 p{font-size:.85rem}._settingsNav_r1x2s_28{padding:.4rem;gap:.35rem}._settingsNav_r1x2s_28 button{padding:.5rem;font-size:.85rem;gap:.5rem}._settingsNav_r1x2s_28 button i{width:14px;font-size:.85rem}._settingsCard_r1x2s_78{padding:1.25rem}._settingsCard_r1x2s_78 h2{font-size:1.3rem}._subtitle_r1x2s_98{margin-bottom:1.5rem!important;font-size:.9rem!important}._formGroup_r1x2s_104 label{font-size:.9rem}._statsGrid_r1x2s_198{grid-template-columns:repeat(2,1fr);gap:1rem}._themeOptions_r1x2s_159{grid-template-columns:1fr}._toggleItem_r1x2s_127{padding:1rem}._toggleItem_r1x2s_127 h4{font-size:.9rem}._toggleItem_r1x2s_127 p{font-size:.8rem}}@media only screen and (max-width: 480px){._settingsHeader_r1x2s_7 h1{font-size:1.15rem}._settingsNav_r1x2s_28 button{padding:.45rem .4rem;font-size:.8rem;gap:.4rem}._settingsCard_r1x2s_78{padding:1rem}._settingsCard_r1x2s_78 h2{font-size:1.15rem;margin-bottom:.35rem}._subtitle_r1x2s_98{margin-bottom:1.25rem!important;font-size:.85rem!important}._formGroup_r1x2s_104{margin-bottom:1rem}._formGroup_r1x2s_104 label{font-size:.85rem;margin-bottom:.35rem}._statsGrid_r1x2s_198{grid-template-columns:1fr;gap:.75rem}._statCard_r1x2s_205{padding:1.25rem}._statCard_r1x2s_205 h3{font-size:1.75rem}}.str-chat{box-sizing:border-box;font-family:var(--str-chat__font-family)}.str-chat *{box-sizing:border-box}.str-chat .ngxp__container,.str-chat .float-ui-container{z-index:1;padding:0!important;box-shadow:none!important;border-color:#0000!important;max-width:100vw}.str-chat .ngxp__container .ngxp__arrow,.str-chat .float-ui-container .ngxp__arrow{display:none}stream-icon,stream-icon-placeholder{display:flex;justify-content:center;align-items:center}.stream-chat__paginated-list{display:flex;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:scroll;max-height:100%;min-height:0;gap:var(--str-chat__spacing-2)}.stream-chat__paginated-list .str-chat__loading-indicator{margin:auto}.stream-chat__paginated-list .str-chat__load-more-button__button{margin-inline:auto}stream-paginated-list{height:100%;max-height:100%}stream-user-list{height:100%;max-height:100%}stream-user-list .str-chat__user-list-item{display:flex;align-items:center;gap:var(--str-chat__spacing-2)}:root{--str-chat__theme-version: 2}.str-chat{--str-chat__spacing-px: 1px;--str-chat__spacing-0_5: .125rem;--str-chat__spacing-1: .25rem;--str-chat__spacing-1_5: .375rem;--str-chat__spacing-2: .5rem;--str-chat__spacing-2_5: .625rem;--str-chat__spacing-3: .75rem;--str-chat__spacing-3_5: .875rem;--str-chat__spacing-4: 1rem;--str-chat__spacing-5: 1.25rem;--str-chat__spacing-6: 1.5rem;--str-chat__spacing-7: 1.75rem;--str-chat__spacing-8: 2rem;--str-chat__spacing-9: 2.25rem;--str-chat__spacing-10: 2.5rem;--str-chat__spacing-11: 2.75rem;--str-chat__spacing-12: 3rem;--str-chat__spacing-14: 3.5rem;--str-chat__spacing-16: 4rem}.str-chat{--str-chat__image-fallback-icon: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9ImN1cnJlbnRDb2xvciIgY2xhc3M9InN0ci1jaGF0X19pbWFnZS1mYWxsYmFja19faWNvbiIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBkPSJNMTYgMnYxNEgyVjJoMTRabTAtMkgyQy45IDAgMCAuOSAwIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMlYyYzAtMS4xLS45LTItMi0yWm0tNC44NiA4Ljg2LTMgMy44N0w2IDEwLjE0IDMgMTRoMTJsLTMuODYtNS4xNFoiLz48L3N2Zz4=);--str-chat__winning-poll-option-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNS44MzMzIDQuMTY2NjdIMTQuMTY2N1YyLjVINS44MzMzM1Y0LjE2NjY3SDQuMTY2NjdDMy4yNSA0LjE2NjY3IDIuNSA0LjkxNjY3IDIuNSA1LjgzMzMzVjYuNjY2NjdDMi41IDguNzkxNjcgNC4xIDEwLjUyNSA2LjE1ODMzIDEwLjc4MzNDNi42ODMzMyAxMi4wMzMzIDcuODA4MzMgMTIuOTc1IDkuMTY2NjcgMTMuMjVWMTUuODMzM0g1LjgzMzMzVjE3LjVIMTQuMTY2N1YxNS44MzMzSDEwLjgzMzNWMTMuMjVDMTIuMTkxNyAxMi45NzUgMTMuMzE2NyAxMi4wMzMzIDEzLjg0MTcgMTAuNzgzM0MxNS45IDEwLjUyNSAxNy41IDguNzkxNjcgMTcuNSA2LjY2NjY3VjUuODMzMzNDMTcuNSA0LjkxNjY3IDE2Ljc1IDQuMTY2NjcgMTUuODMzMyA0LjE2NjY3Wk00LjE2NjY3IDYuNjY2NjdWNS44MzMzM0g1LjgzMzMzVjkuMDE2NjdDNC44NjY2NyA4LjY2NjY3IDQuMTY2NjcgNy43NSA0LjE2NjY3IDYuNjY2NjdaTTEwIDExLjY2NjdDOC42MjUgMTEuNjY2NyA3LjUgMTAuNTQxNyA3LjUgOS4xNjY2N1Y0LjE2NjY3SDEyLjVWOS4xNjY2N0MxMi41IDEwLjU0MTcgMTEuMzc1IDExLjY2NjcgMTAgMTEuNjY2N1pNMTUuODMzMyA2LjY2NjY3QzE1LjgzMzMgNy43NSAxNS4xMzMzIDguNjY2NjcgMTQuMTY2NyA5LjAxNjY3VjUuODMzMzNIMTUuODMzM1Y2LjY2NjY3WiIgZmlsbD0iIzVFNjc2RSIvPgo8L3N2Zz4K);--str-chat__arrow-left-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljc5MTUgNy4wMDUxSDMuNjIxNDhMOC41MDE0OCAyLjEyNTFDOC44OTE0OCAxLjczNTEgOC44OTE0OCAxLjA5NTEgOC41MDE0OCAwLjcwNTA5OEM4LjExMTQ4IDAuMzE1MDk4IDcuNDgxNDggMC4zMTUwOTggNy4wOTE0OCAwLjcwNTA5OEwwLjUwMTQ4NCA3LjI5NTFDMC4xMTE0ODQgNy42ODUxIDAuMTExNDg0IDguMzE1MSAwLjUwMTQ4NCA4LjcwNTFMNy4wOTE0OCAxNS4yOTUxQzcuNDgxNDggMTUuNjg1MSA4LjExMTQ4IDE1LjY4NTEgOC41MDE0OCAxNS4yOTUxQzguODkxNDggMTQuOTA1MSA4Ljg5MTQ4IDE0LjI3NTEgOC41MDE0OCAxMy44ODUxTDMuNjIxNDggOS4wMDUxSDE0Ljc5MTVDMTUuMzQxNSA5LjAwNTEgMTUuNzkxNSA4LjU1NTEgMTUuNzkxNSA4LjAwNTFDMTUuNzkxNSA3LjQ1NTEgMTUuMzQxNSA3LjAwNTEgMTQuNzkxNSA3LjAwNTFaIiBmaWxsPSIjMDgwNzA3Ii8+Cjwvc3ZnPgo=);--str-chat__close-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjI5OTcgMC43MDk5NzFDMTIuOTA5NyAwLjMxOTk3MSAxMi4yNzk3IDAuMzE5OTcxIDExLjg4OTcgMC43MDk5NzFMNi45OTk3MyA1LjU4OTk3TDIuMTA5NzMgMC42OTk5NzFDMS43MTk3MyAwLjMwOTk3MSAxLjA4OTczIDAuMzA5OTcxIDAuNjk5NzI3IDAuNjk5OTcxQzAuMzA5NzI3IDEuMDg5OTcgMC4zMDk3MjcgMS43MTk5NyAwLjY5OTcyNyAyLjEwOTk3TDUuNTg5NzMgNi45OTk5N0wwLjY5OTcyNyAxMS44OUMwLjMwOTcyNyAxMi4yOCAwLjMwOTcyNyAxMi45MSAwLjY5OTcyNyAxMy4zQzEuMDg5NzMgMTMuNjkgMS43MTk3MyAxMy42OSAyLjEwOTczIDEzLjNMNi45OTk3MyA4LjQwOTk3TDExLjg4OTcgMTMuM0MxMi4yNzk3IDEzLjY5IDEyLjkwOTcgMTMuNjkgMTMuMjk5NyAxMy4zQzEzLjY4OTcgMTIuOTEgMTMuNjg5NyAxMi4yOCAxMy4yOTk3IDExLjg5TDguNDA5NzMgNi45OTk5N0wxMy4yOTk3IDIuMTA5OTdDMTMuNjc5NyAxLjcyOTk3IDEzLjY3OTcgMS4wODk5NyAxMy4yOTk3IDAuNzA5OTcxWiIgZmlsbD0iIzA4MDcwNyIvPgo8L3N2Zz4K);--str-chat__add-attachment-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNS4zMzMyIDcuMzMzMDdMMTIuNjY2NiA3LjMzMzA3TDEyLjY2NjYgMTIuNjY2NEw3LjMzMzI0IDEyLjY2NjRMNy4zMzMyNCAxNS4zMzMxTDEyLjY2NjYgMTUuMzMzMUwxMi42NjY2IDIwLjY2NjRMMTUuMzMzMiAyMC42NjY0TDE1LjMzMzIgMTUuMzMzMUwyMC42NjY2IDE1LjMzMzFMMjAuNjY2NiAxMi42NjY0TDE1LjMzMzIgMTIuNjY2NEwxNS4zMzMyIDcuMzMzMDdaTTEzLjk5OTkgMC42NjY0MDRDNi42Mzk5MSAwLjY2NjQwNCAwLjY2NjU3NiA2LjYzOTc0IDAuNjY2NTc3IDEzLjk5OTdDMC42NjY1NzYgMjEuMzU5NyA2LjYzOTkxIDI3LjMzMzEgMTMuOTk5OSAyNy4zMzMxQzIxLjM1OTkgMjcuMzMzMSAyNy4zMzMyIDIxLjM1OTcgMjcuMzMzMiAxMy45OTk3QzI3LjMzMzIgNi42Mzk3NCAyMS4zNTk5IDAuNjY2NDA0IDEzLjk5OTkgMC42NjY0MDRaTTEzLjk5OTkgMjQuNjY2NEM4LjExOTkxIDI0LjY2NjQgMy4zMzMyNCAxOS44Nzk3IDMuMzMzMjUgMTMuOTk5N0MzLjMzMzI0IDguMTE5NzQgOC4xMTk5MSAzLjMzMzA3IDEzLjk5OTkgMy4zMzMwN0MxOS44Nzk5IDMuMzMzMDcgMjQuNjY2NiA4LjExOTc0IDI0LjY2NjYgMTMuOTk5N0MyNC42NjY2IDE5Ljg3OTcgMTkuODc5OSAyNC42NjY0IDEzLjk5OTkgMjQuNjY2NFoiLz4KPC9zdmc+Cg==);--str-chat__folder-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMTYiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xOCAySDEwTDggMEgyQzAuOSAwIDAuMDA5OTk5OTkgMC45IDAuMDA5OTk5OTkgMkwwIDE0QzAgMTUuMSAwLjkgMTYgMiAxNkgxOEMxOS4xIDE2IDIwIDE1LjEgMjAgMTRWNEMyMCAyLjkgMTkuMSAyIDE4IDJaTTE4IDE0SDJWNEgxOFYxNFoiIC8+Cjwvc3ZnPgo=);--str-chat__poll-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNiAwSDJDMC45IDAgMCAwLjkgMCAyVjE2QzAgMTcuMSAwLjkgMTggMiAxOEgxNkMxNy4xIDE4IDE4IDE3LjEgMTggMTZWMkMxOCAwLjkgMTcuMSAwIDE2IDBaTTE2IDE2SDJWMkgxNlYxNlpNNCA3SDZWMTRINFY3Wk04IDRIMTBWMTRIOFY0Wk0xMiAxMEgxNFYxNEgxMlYxMFoiLz4KPC9zdmc+);--str-chat__handle-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgNiIgZmlsbD0iY3VycmVuQ29sb3IiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMTYgMEgwVjJIMTZWMFpNMCA2SDE2VjRIMFY2WiIvPgo8L3N2Zz4K);--str-chat__circle-stop-icon: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSI0IDQgMjggMjgiIHdpZHRoPSIzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjQ1NTEgMjcuMjQ0MUMyMi42MzA5IDI3LjI0NDEgMjcuNzQ0MSAyMi4xMTk4IDI3Ljc0NDEgMTUuOTU1MUMyNy43NDQxIDkuNzc5MyAyMi42MTk4IDQuNjY2MDIgMTYuNDQ0IDQuNjY2MDJDMTAuMjc5MyA0LjY2NjAyIDUuMTY2MDIgOS43NzkzIDUuMTY2MDIgMTUuOTU1MUM1LjE2NjAyIDIyLjExOTggMTAuMjkwNCAyNy4yNDQxIDE2LjQ1NTEgMjcuMjQ0MVpNMTYuNDU1MSAyNS4zNjI2QzExLjIzMTEgMjUuMzYyNiA3LjA1ODU5IDIxLjE3OSA3LjA1ODU5IDE1Ljk1NTFDNy4wNTg1OSAxMC43MzExIDExLjIyMDEgNi41NDc1MyAxNi40NDQgNi41NDc1M0MyMS42NjggNi41NDc1MyAyNS44NTE2IDEwLjczMTEgMjUuODYyNiAxNS45NTUxQzI1Ljg3MzcgMjEuMTc5IDIxLjY3OSAyNS4zNjI2IDE2LjQ1NTEgMjUuMzYyNlpNMTMuNTIyMSAxOS45ODM3SDE5LjM2NTlDMjAuMDYzMiAxOS45ODM3IDIwLjQ3MjcgMTkuNTc0MiAyMC40NzI3IDE4Ljg5OTFWMTMuMDExMUMyMC40NzI3IDEyLjMyNDkgMjAuMDYzMiAxMS45MjY0IDE5LjM2NTkgMTEuOTI2NEgxMy41MjIxQzEyLjgzNTkgMTEuOTI2NCAxMi40MTU0IDEyLjMyNDkgMTIuNDE1NCAxMy4wMTExVjE4Ljg5OTFDMTIuNDE1NCAxOS41NzQyIDEyLjgzNTkgMTkuOTgzNyAxMy41MjIxIDE5Ljk4MzdaIiBmaWxsPSIjMDA1ZmZmIi8+Cjwvc3ZnPg==)}@font-face{font-family:stream-chat-icons;src:url(/assets/stream-chat-icons-CVCe0Jge.eot);src:url(/assets/stream-chat-icons-CVCe0Jge.eot#iefix) format("embedded-opentype"),url(/assets/stream-chat-icons-BLRMizsT.woff) format("woff2"),url(/assets/stream-chat-icons-BLRMizsT.woff) format("woff"),url(/assets/stream-chat-icons-C_tSEO3S.ttf) format("truetype"),url(/assets/stream-chat-icons-DWRBO47D.svg#stream-chat-icons) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:stream-chat-icons;src:url(/assets/stream-chat-icons-DWRBO47D.svg#stream-chat-icons) format("svg")}}.str-chat{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 32)}.str-chat .str-chat__avatar--autocomplete-item,.str-chat .stream-chat__avatar--autocomplete-item{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 30)}.str-chat .str-chat__avatar--channel-header,.str-chat .stream-chat__avatar--channel-header{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 40)}.str-chat .str-chat__avatar--channel-preview,.str-chat .stream-chat__avatar--channel-preview{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 49)}.str-chat .str-chat__avatar--quoted-message-sender,.str-chat .stream-chat__avatar--quoted-message-sender{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 20)}.str-chat .str-chat__avatar--reaction,.str-chat .stream-chat__avatar--reaction{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 30)}.str-chat .str-chat__avatar--message-status,.str-chat .stream-chat__avatar--message-status{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 15)}.str-chat .str-chat__avatar--poll-vote-author{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 20)}.str-chat__avatar{position:relative;display:flex;align-items:center;justify-content:center;height:var(--str-chat__avatar-size);line-height:var(--str-chat__avatar-size);width:var(--str-chat__avatar-size);min-width:var(--str-chat__avatar-size)}.str-chat__avatar.str-chat__avatar--one-letter,.str-chat__avatar.stream-chat__avatar--one-letter{font-size:calc(var(--str-chat__avatar-size)*.5)}.str-chat__avatar.str-chat__avatar--no-letters{--str-chat-icon-width: calc(var(--str-chat__avatar-size) * .33);--str-chat-icon-height: calc(var(--str-chat__avatar-size) * .33)}.str-chat__avatar.str-chat__avatar--multiple-letters,.str-chat__avatar.stream-chat__avatar--multiple-letters{font-size:calc(var(--str-chat__avatar-size)*.3)}.str-chat__avatar .str-chat__avatar-image{height:100%;width:100%;object-fit:cover}.str-chat__avatar .str-chat__avatar-fallback{text-align:center;height:inherit;width:inherit}.str-chat__avatar .str-chat__avatar--online-indicator{position:absolute;width:calc(var(--str-chat__spacing-px)*12);height:calc(var(--str-chat__spacing-px)*12);inset-inline-end:3%;inset-block-start:2%}.str-chat__loading-channels-avatar{flex-shrink:0;width:calc(var(--str-chat__spacing-px)*49);height:calc(var(--str-chat__spacing-px)*49)}.str-chat__avatar-group{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);height:var(--str-chat__avatar-size);line-height:var(--str-chat__avatar-size);width:var(--str-chat__avatar-size);min-width:var(--str-chat__avatar-size);overflow:hidden}.str-chat__avatar-group.str-chat__avatar-group--three-part .str-chat__avatar:nth-child(1){grid-area:1/1/3/2}.str-chat__avatar-group.str-chat__avatar-group--three-part .str-chat__avatar:nth-child(2){grid-area:1/2/2/3}.str-chat__avatar-group.str-chat__avatar-group--three-part .str-chat__avatar:nth-child(3){grid-area:2/2/3/3}.str-chat__avatar-group .str-chat__avatar{height:100%;line-height:100%;width:100%;min-width:100%}.str-chat__avatar-group .str-chat__avatar .str-chat__avatar-fallback,.str-chat__avatar-group .str-chat__avatar img{border-radius:0}.str-chat__avatar-group .str-chat__avatar.str-chat__avatar--single .str-chat__avatar-fallback{display:flex;align-items:center;justify-content:center;font-size:calc(var(--str-chat__avatar-size)*.5)}.str-chat__avatar-group .str-chat__avatar .str-chat__avatar-fallback{font-size:calc(var(--str-chat__avatar-size)*.33)}.str-chat{--str-chat__attachment-margin: var(--str-chat__spacing-0_5);--str-chat__gif-height: calc(var(--str-chat__spacing-px) * 200);--str-chat__voice-recording-amplitude-bar-width: 2px;--str-chat__voice-recording-amplitude-bar-gap-width: var(--str-chat__spacing-px)}.str-chat__attachment-list{--str-chat__attachment-max-width: calc( var(--str-chat__message-max-width) - calc(2 * var(--str-chat__attachment-margin)) );--str-chat__video-height: var(--str-chat__attachment-max-width);--str-chat__scraped-image-height: calc(var(--str-chat__attachment-max-width) * calc(1 / 1.91));--str-chat__scraped-video-height: calc(var(--str-chat__attachment-max-width) * .5625 );display:flex;flex-direction:column;align-items:stretch;min-width:0}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--header{position:relative}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--source-link{padding-bottom:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--text{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__attachment-list .str-chat__message-attachment--image,.str-chat__attachment-list .str-chat__message-attachment--video,.str-chat__attachment-list .str-chat__message-attachment-card--header{width:auto;display:flex;justify-content:center;align-items:center;overflow:hidden}.str-chat__attachment-list .str-chat__message-attachment-card--header{height:var(--str-chat__scraped-image-height)}.str-chat__attachment-list .str-chat__message-attachment-card--header img{object-fit:cover;max-height:100%;max-width:100%;width:100%;height:100%;cursor:default}.str-chat__attachment-list .str-chat__message-attachment-card-react--header img{cursor:zoom-in}.str-chat__attachment-list .str-chat__message-attachment-card--giphy .str-chat__message-attachment-card--header{height:var(--str-chat__gif-height)}.str-chat__attachment-list .str-chat__message-attachment-card--giphy .str-chat__message-attachment-card--header img{object-fit:contain;max-height:100%;max-width:100%;cursor:default}.str-chat__attachment-list .str-chat__message-attachment-card--giphy .str-chat__message-attachment-card-react--header img{cursor:zoom-in}.str-chat__attachment-list .str-chat__message-attachment--image:not(.str-chat__message-attachment--card)>img{height:min(var(--str-chat__attachment-max-width),min(var(--str-chat__attachment-max-width, 1000000)/var(--original-width, 1000000),1px)*var(--original-height, 1000000));max-width:var(--str-chat__attachment-max-width);max-height:var(--str-chat__attachment-max-width);object-fit:cover;width:100%;cursor:zoom-in}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card),.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header{max-width:var(--str-chat__attachment-max-width);display:flex}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper,.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper{height:100%;width:100%;min-width:0;max-width:var(--str-chat__attachment-max-width);display:flex;flex-direction:column}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper .react-player,.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper .str-chat__video-angular,.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper .react-player,.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper .str-chat__video-angular{height:100%;width:100%;max-width:var(--str-chat__attachment-max-width);max-height:100%;min-height:0}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card):not(.str-chat__message-attachment-dynamic-size){height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card){max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card) .str-chat__player-wrapper{height:min(var(--str-chat__video-height),min(var(--str-chat__attachment-max-width, 1000000)/var(--original-width, 1000000),1px)*var(--original-height, 1000000));max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card) .str-chat__video-angular{max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header{height:var(--str-chat__scraped-video-height)}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card),.str-chat__attachment-list .str-chat__message-attachment--image:not(.str-chat__message-attachment--card){margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment--gallery{margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery{display:grid;grid-template-columns:50% 50%;overflow:hidden;width:fit-content;gap:var(--str-chat__spacing-0_5);max-width:var(--str-chat__attachment-max-width);height:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery.str-chat__gallery-two-rows{grid-template-rows:50% 50%}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-image{padding:0;margin:0;position:relative}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-image img{width:100%;height:100%;object-fit:cover;cursor:zoom-in;max-width:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder{position:relative;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:top left;background-repeat:no-repeat;margin:0;cursor:zoom-in;max-width:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder p{position:relative;z-index:1}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.str-chat__attachment-list .str-chat__gallery .str-chat__message-attachment--svg-image,.str-chat__attachment-list .str-chat__message-attachment--image.str-chat__message-attachment--svg-image{padding:var(--str-chat__spacing-6)}.str-chat__attachment-list .str-chat__gallery .str-chat__message-attachment--svg-image img,.str-chat__attachment-list .str-chat__message-attachment--image.str-chat__message-attachment--svg-image img{object-fit:contain;max-width:calc(var(--str-chat__attachment-max-width) - var(--str-chat__spacing-6));max-height:calc(var(--str-chat__attachment-max-width) - var(--str-chat__spacing-6))}.str-chat__attachment-list .str-chat__message-attachment-unsupported{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__file-icon{width:calc(var(--str-chat__spacing-px)*30)}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__metadata{min-width:0;flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;max-width:100%}.str-chat__attachment-list .str-chat__message-attachment-file--item,.str-chat__attachment-list .str-chat__message-attachment-audio-widget{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;row-gap:var(--str-chat__spacing-0_5);min-width:0}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row{width:100%;display:flex;align-items:center;justify-content:space-between;column-gap:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;min-width:0}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*16)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__file-icon{width:calc(var(--str-chat__spacing-px)*34)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--play-controls{display:flex;align-items:center;justify-content:center}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--progress-track{max-width:calc(var(--str-chat__spacing-px)*120)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text-second-row{display:flex;align-items:center;width:100%;grid-column-gap:var(--str-chat__spacing-5);padding-top:var(--str-chat__spacing-2_5)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text-second-row .str-chat__message-attachment-file--item-size{line-height:calc(var(--str-chat__spacing-px)*14)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track{position:relative;height:calc(var(--str-chat__spacing-px)*5);flex:1;cursor:pointer}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track .str-chat__message-attachment-audio-widget--progress-indicator{position:absolute;inset-inline-start:0;height:inherit}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget{display:grid;grid-template-columns:36px auto 55px;align-items:center;justify-content:center;gap:calc(var(--str-chat__spacing-px)*9);padding:var(--str-chat__spacing-2);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata a{cursor:pointer;text-decoration:none}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment-voice-recording-widget--first-row{overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0;width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--str-chat__spacing-1)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment__voice-recording-widget__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;min-width:0}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment-download-icon svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*16)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment__voice-recording-widget__audio-state{display:flex;align-items:center;justify-content:space-between;gap:var(--str-chat__spacing-1_5);height:100%}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment__voice-recording-widget__error-message{display:flex;align-items:center;justify-content:flex-start;gap:var(--str-chat__spacing-1)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__right-section{justify-self:center}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{min-width:calc(var(--str-chat__spacing-px)*45);width:calc(var(--str-chat__spacing-px)*45)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget stream-voice-recording-wavebar{flex:1}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track{position:relative;flex:1;width:100%;height:calc(var(--str-chat__spacing-px)*25);display:flex;align-items:center;justify-content:space-between;gap:var(--str-chat__voice-recording-amplitude-bar-gap-width)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar{width:var(--str-chat__voice-recording-amplitude-bar-width);min-width:var(--str-chat__voice-recording-amplitude-bar-width);height:calc(var(--str-chat__wave-progress-bar__amplitude-bar-height) + 2px)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__progress-indicator{position:absolute;left:0;height:calc(100% + 4px);width:calc(var(--str-chat__spacing-px)*6)}.str-chat__attachment-list .str-chat__message_attachment__playback-rate-button{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:var(--str-chat__spacing-1_5) var(--str-chat__spacing-2_5)}.str-chat__attachment-list .str-chat__message-attachment-card{min-width:0;max-width:var(--str-chat__attachment-max-width);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment-card .str-chat__message-attachment-card--content{padding:var(--str-chat__spacing-2_5)}.str-chat__attachment-list .str-chat__message-attachment-card .str-chat__message-attachment-card--content .str-chat__message-attachment-card--title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content{padding:0}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content .str-chat__message-attachment-card-audio-widget{display:flex;flex-direction:column;row-gap:var(--str-chat__spacing-2_5);width:100%;padding:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content .str-chat__message-attachment-card-audio-widget .str-chat__message-attachment-card-audio-widget--first-row{display:flex;align-items:center;column-gap:var(--str-chat__spacing-3_5)}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-form{display:flex;justify-content:stretch}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-form .str-chat__message-attachment-actions-button{cursor:pointer;width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-4);white-space:nowrap}.str-chat__attachment-list .str-chat__message-attachment-with-actions.str-chat__message-attachment--giphy .str-chat__message-attachment-card .str-chat__message-attachment-card--content{display:none}.str-chat__attachment-list .str-chat-angular__message-attachment-file-single .str-chat__message-attachment-file--item-first-row{cursor:pointer;text-decoration:none}.str-chat__attachment-list .str-chat__message-attachment-download-icon{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 16)}.str-chat__attachment-list .str-chat__attachment-type-icon{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 37)}.str-chat__message-attachment-audio-widget--play-button{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);display:flex;align-items:center;justify-content:center;height:calc(var(--str-chat__spacing-px)*36);width:calc(var(--str-chat__spacing-px)*36);cursor:pointer}.str-chat__message-attachment-audio-widget--play-button svg{width:var(--str-chat__spacing-3)}.str-chat__quoted-message-preview{--str-chat__attachment-margin: 0px}.str-chat__quoted-message-preview *{cursor:pointer!important}.str-chat__quoted-message-preview .str-chat__message-attachment-card .str-chat__message-attachment-card--source-link,.str-chat__quoted-message-preview .str-chat__message-attachment-card .str-chat__message-attachment-card--content{display:none}.str-chat__quoted-message-preview .str-chat__message-attachment__voice-recording-widget{display:flex;justify-content:space-between}.str-chat__quoted-message-preview .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track,.str-chat__quoted-message-preview .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment-audio-widget--play-button,.str-chat__quoted-message-preview .str-chat__message-attachment-file--item-download{display:none}.str-chat__message .str-chat__quoted-message-preview .str-chat__message-attachment-file--item{padding:0}.str-chat__audio_recorder__waveform-box,.str-chat__wave-progress-bar__track{position:relative;flex:1;width:120px;height:calc(var(--str-chat__spacing-px)*25);display:flex;align-items:center;gap:var(--str-chat__spacing-px)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__amplitude-bar,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar{width:2px;min-width:2px;height:calc(var(--str-chat__wave-progress-bar__amplitude-bar-height) + 2px)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__progress-indicator,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__progress-indicator{position:absolute;left:0;height:calc(100% + 4px);width:calc(var(--str-chat__spacing-px)*6)}.str-chat__attachment-list-angular-host{min-width:0}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video{width:100%}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video a{display:block;width:100%;height:100%;position:relative}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video a .str-chat__message-attachment-card--video-play,.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video a stream-icon-placeholder{position:absolute;top:50%;left:0;right:0;margin:auto;transform:translateY(-50%);width:calc(var(--str-chat__spacing-px)*36);height:calc(var(--str-chat__spacing-px)*36)}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video a img{cursor:pointer}.str-chat__attachment-preview-list{--str-chat__loading-indicator-size: calc(var(--str-chat__spacing-px) * 18);display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-1_5);width:100%}.str-chat__attachment-preview-list .str-chat__attachment-list-scroll-container{overflow-y:hidden;overflow-x:auto;width:100%;max-width:100%;display:flex;align-items:center;justify-content:flex-start;column-gap:var(--str-chat__spacing-2)}.str-chat__attachment-preview-list .str-chat__attachment-preview-image{display:flex;align-items:center;justify-content:center;position:relative;height:calc(var(--str-chat__spacing-px)*72);width:calc(var(--str-chat__spacing-px)*72);min-width:calc(var(--str-chat__spacing-px)*72);overflow:hidden}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-image-loading{display:flex;align-items:center;justify-content:center;position:absolute;width:100%;height:100%}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-thumbnail{object-fit:cover;height:calc(var(--str-chat__spacing-px)*72);width:calc(var(--str-chat__spacing-px)*72);word-break:break-all;overflow:hidden}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording,.str-chat__attachment-preview-list .str-chat__attachment-preview-file{display:flex;justify-content:flex-start;align-items:center;height:calc(var(--str-chat__spacing-px)*72);width:calc(var(--str-chat__spacing-px)*200);position:relative;padding:0 var(--str-chat__spacing-4);column-gap:var(--str-chat__spacing-2)}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-metadata,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-end,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-metadata,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-end,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-metadata,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end{overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0;flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;max-width:100%}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-icon{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 37);--str-chat-icon-width: auto;display:flex;align-items:center;justify-content:center}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-icon svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-icon svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-icon svg{height:calc(var(--str-chat__spacing-px)*37);width:unset}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-download{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 16);line-height:calc(var(--str-chat__spacing-px)*13)}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-download svg{width:calc(var(--str-chat__spacing-px)*16);height:calc(var(--str-chat__spacing-px)*16)}.str-chat__attachment-preview-list button.str-chat__attachment-preview-delete{padding:unset;background:unset;border:unset;border-radius:var(--str-chat__border-radius-circle);display:flex}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);position:absolute;top:calc(var(--str-chat__spacing-px)*2);inset-inline-end:calc(var(--str-chat__spacing-px)*2);cursor:pointer;z-index:0}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*24)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);display:flex;align-items:center;justify-content:center;position:absolute;width:100%;height:100%;padding:unset;background:unset;border:unset;border-radius:unset;inset-inline-start:0;cursor:pointer;z-index:0}.str-chat__attachment-preview-list-angular-host{width:100%;max-width:100%}.str-chat__message-textarea-angular-host{position:relative}.str-chat__message-textarea-angular-host mention-list{width:100%}.str-chat__message-textarea-angular-host .mention-menu{padding:var(--str-chat__spacing-2) 0!important;margin:0!important;max-width:100%}.str-chat__message-textarea-angular-host .mention-menu .mention-item{padding:0!important}.str-chat__suggestion-list-container{position:absolute;bottom:calc(100% + var(--str-chat__spacing-2_5));width:100%;padding:var(--str-chat__spacing-2) 0}.str-chat__suggestion-list-container .str-chat__suggestion-list{overflow-y:auto;max-height:calc(var(--str-chat__spacing-px)*320);display:flex;flex-direction:column;list-style:none;padding:unset;margin:unset}.str-chat__slash-command{padding:var(--str-chat__spacing-2_5)}.str-chat__slash-command .str-chat__slash-command-header .str-chat__slash-command-args{margin-inline-start:var(--str-chat__spacing-2)}.str-chat__user-item{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5);column-gap:var(--str-chat__spacing-2)}.str-chat__user-item .str-chat__user-item--name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;overflow-y:hidden;width:100%}.str-chat__emoji-item{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5);column-gap:var(--str-chat__spacing-2)}.str-chat__emoji-item .str-chat__emoji-item--name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;width:100%}.str-chat__message-textarea-angular-host--autocomplete-hidden mention-list{display:none}.str-chat__audio_recorder-container{bottom:0;display:flex;align-items:center;justify-content:flex-end;width:100%;min-height:3.25rem;padding-inline:1rem}.str-chat__audio_recorder,stream-voice-recorder-wavebar{display:flex;align-items:center;justify-content:center;gap:.375rem}.str-chat__audio_recorder button,stream-voice-recorder-wavebar button{display:flex;align-items:center;justify-content:center;height:32px;width:32px;padding:0}.str-chat__audio_recorder .str-chat__audio_recorder__cancel-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__cancel-button{--str-chat-icon-height: 28px}.str-chat__audio_recorder .str-chat__audio_recorder__cancel-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__cancel-button svg{height:28px}.str-chat__audio_recorder .str-chat__audio_recorder__toggle-playback-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__toggle-playback-button{--str-chat-icon-height: 16px}.str-chat__audio_recorder .str-chat__audio_recorder__toggle-playback-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__toggle-playback-button svg{height:16px}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__pause-recording-button{--str-chat-icon-height: 12px}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__pause-recording-button svg{height:12px}.str-chat__audio_recorder .str-chat__audio_recorder__resume-recording-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__resume-recording-button{--str-chat-icon-height: 24px}.str-chat__audio_recorder .str-chat__audio_recorder__resume-recording-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__resume-recording-button svg{height:24px}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__stop-button{--str-chat-icon-height: 12px}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__stop-button svg{height:12px}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__complete-button{--str-chat-icon-height: 16px}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__complete-button svg{height:16px}.str-chat__audio_recorder .str-chat__recording-timer,stream-voice-recorder-wavebar .str-chat__recording-timer{display:flex;align-items:center;width:3rem}.str-chat__audio_recorder .str-chat__recording-timer--hours,stream-voice-recorder-wavebar .str-chat__recording-timer--hours{width:3.75rem}.str-chat__audio_recorder .str-chat__wave-progress-bar__track-container,stream-voice-recorder-wavebar .str-chat__wave-progress-bar__track-container{padding-block:.5rem;overflow-x:auto;height:fit-content}.str-chat__audio_recorder .str-chat__waveform-box-container,stream-voice-recorder-wavebar .str-chat__waveform-box-container{flex:1;display:flex;align-items:center;justify-content:flex-end;width:100%}.str-chat__audio_recorder .str-chat__audio_recorder__waveform-box,.str-chat__audio_recorder .str-chat__wave-progress-bar__track,stream-voice-recorder-wavebar .str-chat__audio_recorder__waveform-box,stream-voice-recorder-wavebar .str-chat__wave-progress-bar__track{display:flex;justify-content:flex-end;align-items:center;flex-wrap:nowrap;height:2rem;margin-inline:1rem}.str-chat__audio_recorder .str-chat__wave-progress-bar__track,stream-voice-recorder-wavebar .str-chat__wave-progress-bar__track{width:120px}.str-chat__audio_recorder .str-chat__audio_recorder__waveform-box,stream-voice-recorder-wavebar .str-chat__audio_recorder__waveform-box{overflow-x:hidden}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget{display:flex;gap:var(--str-chat__spacing-1_5)}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment-voice-recording-widget--first-row{display:none}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__audio-state{display:flex;gap:var(--str-chat__spacing-1_5)}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__audio-state .str-chat__message-attachment__voice-recording-widget__timer{min-width:3rem;align-self:center}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__right-section{display:none}.str-chat__base-image .str-chat__message-attachment-file--item-download{display:block}.str-chat__message-attachment-card--header .str-chat__message-attachment-file--item-download,.str-chat__gallery-image .str-chat__message-attachment-file--item-download,.str-chat__message-attachment--image .str-chat__message-attachment-file--item-download{position:absolute;top:.5rem;right:1rem}.str-chat__attachment-preview-image .str-chat__message-attachment-file--item-download{display:none}.str-chat__channel{height:100%;display:flex;flex-direction:column;position:relative}.str-chat__channel .str-chat__container{height:100%;display:flex}.str-chat__channel .str-chat__container .str-chat__main-panel{height:100%;display:flex;flex-direction:column;width:100%;min-width:0}.str-chat__empty-channel{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 136);height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--str-chat__spacing-4);position:relative}.str-chat__empty-channel svg{width:calc(var(--str-chat__spacing-px)*136);height:calc(var(--str-chat__spacing-px)*136)}.str-chat__empty-channel .str-chat__empty-channel-notifications{position:absolute;inset-block-end:var(--str-chat__spacing-2)}.str-chat__loading-channel{height:100%;display:flex;flex-direction:column}.str-chat__loading-channel .str-chat__loading-channel-header{display:flex;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);align-items:center}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-avatar{flex-shrink:0;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);border-radius:var(--str-chat__avatar-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-end{display:flex;flex-direction:column;overflow-y:hidden;overflow-x:hidden;flex:1;row-gap:var(--str-chat__spacing-1_5)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-end .str-chat__loading-channel-header-name{border-radius:var(--str-chat__border-radius-xs);height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*170)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-end .str-chat__loading-channel-header-info{border-radius:var(--str-chat__border-radius-xs);height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*66)}.str-chat__loading-channel .str-chat__loading-channel-message-list{padding:0 var(--str-chat__spacing-2);height:100%}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__li{margin-inline:calc(-1 * var(--str-chat__spacing-2));padding-inline:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__parent-message-li{margin-inline:calc(-1 * var(--str-chat__spacing-2))}@media only screen and (min-device-width: 768px){.str-chat__loading-channel .str-chat__loading-channel-message-list{padding:0 min(var(--str-chat__spacing-10),4%)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%));padding-inline:min(var(--str-chat__spacing-10),4%)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__parent-message-li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%) - 2px)}}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message{display:flex;width:100%;column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-4) 0}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-avatar{flex-shrink:0;width:calc(var(--str-chat__spacing-px)*49);height:calc(var(--str-chat__spacing-px)*49)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-end{display:flex;flex-direction:column;width:100%;row-gap:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-end .str-chat__loading-channel-message-last-row{display:flex;width:100%;column-gap:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-sender{height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*66)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-text{height:calc(var(--str-chat__spacing-px)*16);width:100%}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-date{height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*50)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message:nth-of-type(2){flex-direction:row-reverse}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message:nth-of-type(2) .str-chat__loading-channel-message-sender{align-self:end}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message:nth-of-type(2) .str-chat__loading-channel-message-last-row{flex-direction:row-reverse}.str-chat__loading-channel .str-chat__loading-channel-message-input-row{display:flex;column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-input{width:100%;height:calc(var(--str-chat__spacing-px)*36)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-send{height:calc(var(--str-chat__spacing-px)*36);width:calc(var(--str-chat__spacing-px)*36)}.str-chat__channel-header{display:flex;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);align-items:center}.str-chat__channel-header .str-chat__header-hamburger{display:none}.str-chat__channel-header .str-chat__channel-header-end{display:flex;flex-direction:column;overflow-y:hidden;overflow-x:hidden;flex:1;row-gap:var(--str-chat__spacing-1_5)}.str-chat__channel-header .str-chat__channel-header-end p{margin:0}.str-chat__channel-header .str-chat__channel-header-end .str-chat__channel-header-title,.str-chat__channel-header .str-chat__channel-header-end .str-chat__channel-header-info{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__channel-header .str-chat__channel-header-end .str-chat__channel-header-title{overflow-y:hidden}.str-chat__channel-list{display:flex;flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden}.str-chat__channel-list .str-chat__channel-list-messenger,.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main{height:100%}.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main .str-chat__channel-list-empty{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 136);height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--str-chat__spacing-4)}.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main .str-chat__channel-list-empty svg{width:calc(var(--str-chat__spacing-px)*136);height:calc(var(--str-chat__spacing-px)*136)}.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main .str-chat__channel-list-empty-v1{display:none}.str-chat__channel-list .str-chat__load-more-button{display:flex;justify-content:center;margin:var(--str-chat__spacing-2) 0}.str-chat__channel-list .str-chat__load-more-button .str-chat__load-more-button__button{display:flex;align-items:center;justify-content:center}.str-chat__channel-list .stream-chat__paginated-list{gap:0}.str-chat__channel-list-react{overflow:hidden}.str-chat__channel-list-react .str-chat__channel-list-messenger-react{overflow:hidden;padding-bottom:var(--str-chat__spacing-2_5)}.str-chat__channel-list-react .str-chat__channel-list-messenger-react .str-chat__channel-list-messenger-react__main{overflow-y:auto}.str-chat-angular__channel-list .str-chat__channel-list-messenger__main{display:flex;flex-direction:column}.str-chat-angular__channel-list .str-chat__channel-list-messenger__main stream-paginated-list{min-height:0}.str-chat__channel-preview-container{position:relative}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons{position:absolute;right:var(--str-chat__spacing-2);bottom:var(--str-chat__spacing-3);display:flex;flex-direction:row;align-items:center;gap:1px}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button{--str-chat-icon-height: 13px;cursor:pointer;padding-block:2px;padding-inline:4px}.str-chat__channel-preview{display:flex;column-gap:var(--str-chat__spacing-2);align-items:center;justify-content:flex-start;width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2);margin:0;text-align:start;cursor:pointer}.str-chat__channel-preview .str-chat__channel-preview-end{display:flex;flex-direction:column;row-gap:var(--str-chat__spacing-0_5);width:100%;overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row{display:flex;column-gap:var(--str-chat__spacing-1);align-items:stretch}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row .str-chat__channel-preview-unread-badge{display:flex;align-items:center;padding:0 var(--str-chat__spacing-2)}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row .str-chat__channel-preview-messenger--name{width:100%}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row{overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0;display:flex;column-gap:var(--str-chat__spacing-1);align-items:center}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--last-message{flex:1}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--status{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 15)}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--status svg{width:calc(var(--str-chat__spacing-px)*15);height:calc(var(--str-chat__spacing-px)*15)}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--name,.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--last-message{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;overflow-y:hidden;min-width:0}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--name p,.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--last-message p{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;margin:0;max-width:calc(100% - 40px)}.str-chat__channel-preview-loading{display:flex;column-gap:var(--str-chat__spacing-2);align-items:center;justify-content:flex-start;width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2);margin:0;text-align:start}.str-chat__channel-preview-loading .str-chat__channel-preview-end-loading{display:flex;flex-direction:column;row-gap:var(--str-chat__spacing-0_5);width:100%}.str-chat__channel-preview-loading .str-chat__loading-channels-username{height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*66)}.str-chat__channel-preview-loading .str-chat__loading-channels-status{height:calc(var(--str-chat__spacing-px)*16);width:100%}.str-chat__channel-search{position:relative;display:flex;flex-direction:column;justify-content:center}.str-chat__channel-search.str-chat__channel-search--with-results.str-chat__channel-search--inline{height:100%}.str-chat__channel-search.str-chat__channel-search--inline{min-height:0}.str-chat__channel-search .str-chat__channel-search-bar{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5);height:65px}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-bar-button{background:none;border:none;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);padding:var(--str-chat__spacing-2_5);cursor:pointer}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper{display:flex;align-items:center;flex:1;padding:var(--str-chat__spacing-2_5);min-width:0}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--icon,.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button{display:inline-flex;padding:0 var(--str-chat__spacing-2_5)}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button{background:none;border:none;cursor:pointer}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button:disabled{cursor:default}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper input{flex:1;min-width:0}.str-chat__channel-search .str-chat__channel-search-container-searching,.str-chat__channel-search .str-chat__channel-search-results-header{width:100%;padding:var(--str-chat__spacing-5) var(--str-chat__spacing-4)}.str-chat__channel-search .str-chat__channel-search-result-list{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.str-chat__channel-search .str-chat__channel-search-result-list.inline{flex:1}.str-chat__channel-search .str-chat__channel-search-result-list.popup{position:absolute;left:0;right:0;top:65px;height:400px;z-index:1}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-container-empty{display:flex;flex-direction:column;align-items:center;width:100%;padding:var(--str-chat__spacing-5) var(--str-chat__spacing-4)}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-container-empty svg{height:calc(var(--str-chat__spacing-px)*90 + var(--str-chat__spacing-20));width:calc(var(--str-chat__spacing-px)*90);padding:var(--str-chat__spacing-10) 0}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-result{background:none;border:none;display:flex;align-items:center;width:100%;column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2)}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-result .channel-search__result-text,.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-result .str-chat__channel-search-result--display-name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;overflow-y:hidden}.str-chat__cta-button{padding:var(--str-chat__spacing-3_5) var(--str-chat__spacing-6);cursor:pointer}.str-chat__circle-fab{width:calc(var(--str-chat__spacing-px)*42);height:calc(var(--str-chat__spacing-px)*42);padding:0;cursor:pointer;display:flex;justify-content:center;align-items:center}.str-chat__circle-fab .str-chat__circle-fab-icon{display:inline-block;height:calc(var(--str-chat__spacing-px)*24)}.str-chat__dialog-overlay{top:0;right:0;bottom:0;left:0;overflow:hidden;position:absolute;height:var(--str-chat__dialog-overlay-height);width:100%;z-index:2}.str-chat__dialog{width:100%}.str-chat__dialog .str-chat__dialog__body{padding:2rem 1rem;overflow-y:auto}.str-chat__dialog .str-chat__dialog__body .str-chat__dialog__title{margin-bottom:1rem}.str-chat__dialog .str-chat__dialog__controls{display:flex;justify-content:flex-end;gap:1.25rem;padding:1.25rem}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button{background:none;border:none}.str-chat__prompt-dialog input[type=text]{width:100%;padding:.625rem 1rem}.str-chat__dialog-menu{overflow:hidden}.str-chat__dialog-menu .str-chat__dialog-menu__button{display:flex;align-items:center;width:100%;padding:.5rem .75rem}.str-chat__dialog-menu .str-chat__dialog-menu__button .str-chat__dialog-menu__button-icon{height:1rem;width:1rem}.str-chat__dialog-menu .str-chat__dialog-menu__button .str-chat__dialog-menu__button-text{padding-inline:.675rem}.str-chat__drag-and-drop-container__item{display:flex;width:100%;padding-block:.25rem}.str-chat__edit-message-form{display:flex;flex-direction:column;align-items:stretch;justify-content:center;row-gap:var(--str-chat__spacing-5);width:100%;height:100%;min-height:0;min-width:0;max-width:100%;max-height:100%}.str-chat__edit-message-form .str-chat__edit-message-form-options{display:flex;align-items:center;justify-content:flex-end}.str-chat__edit-message-form .str-chat__edit-message-form-options button{cursor:pointer;margin:0}.str-chat-angular__edit-message-form .str-chat__message-input-angular-host{max-height:100%;min-height:0;display:flex;min-width:0;max-width:100%}.str-chat-angular__edit-message-form .str-chat__modal--open .str-chat__modal__inner{height:40%;max-height:80%;min-width:90%;max-width:90%;width:90%;flex-basis:min-content}@media only screen and (min-device-width: 768px){.str-chat-angular__edit-message-form .str-chat__modal--open .str-chat__modal__inner{min-width:40%;max-width:60%;width:min-content}}.str-chat__dialog__field{display:flex;flex-direction:column;gap:.5rem}.str-chat__dialog__field .str-chat__form-field-error{margin-left:.5rem}.str-chat__image-carousel{display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:0;min-width:0;max-width:100%;max-height:100%;height:100%}.str-chat__image-carousel .str-chat__image-carousel-stepper{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 30);padding:var(--str-chat__spacing-2_5);border:none;cursor:pointer;background:#0000}.str-chat__image-carousel .str-chat__image-carousel-image{object-fit:contain;min-height:0;max-height:100%;min-width:0;max-width:100%;height:100%;width:100%}.str-chat__message .str-chat__attachment-list .str-chat__modal--open .str-chat__modal__inner{height:80%;width:80%}@media only screen and (max-device-width: 768px){.str-chat__message .str-chat__attachment-list .str-chat__modal--open .str-chat__modal__inner{height:100%;width:100%}}[dir=rtl] .str-chat__image-carousel-stepper svg{transform:scaleX(-1)}.str-chat{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);--str-chat-icon-width: auto}.str-chat__icon{display:flex;font-family:stream-chat-icons;font-style:normal;font-weight:400;font-size:var(--str-chat-icon-height);line-height:var(--str-chat-icon-height);height:var(--str-chat-icon-height);width:var(--str-chat-icon-width)}.str-chat__icon:before{line-height:var(--str-chat-icon-height)}.str-chat__icon--unspecified-filetype{content:url(data:image/svg+xml;base64,PHN2ZwogIGRhdGEtdGVzdGlkPSJ1bnNwZWNpZmllZC1maWxldHlwZSIKICB3aWR0aD0iMzQiCiAgaGVpZ2h0PSI0MCIKICB2aWV3Qm94PSIwIDAgMzQgNDAiCiAgZmlsbD0ibm9uZSIKICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCj4KICA8cGF0aAogICAgZD0iTTAgM0MwIDEuMzQzMTUgMS4zNDMxNSAwIDMgMEgyM0wzNCAxMVYzN0MzNCAzOC42NTY5IDMyLjY1NjkgNDAgMzEgNDBIM0MxLjM0MzE1IDQwIDAgMzguNjU2OSAwIDM3VjNaIgogICAgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIKICAvPgogIDxwYXRoIGQ9Ik0zNCAxMUwyNiAxMUMyNC4zNDMxIDExIDIzIDkuNjU2ODUgMjMgOFYwTDM0IDExWiIgZmlsbD0iI0RCREJEQiIgLz4KICA8cGF0aAogICAgZmlsbC1ydWxlPSJldmVub2RkIgogICAgY2xpcC1ydWxlPSJldmVub2RkIgogICAgZD0iTTggMTNIMjNWMTVIOFYxM1oiCiAgICBmaWxsPSIjQ0ZDRkNGIgogIC8+CiAgPHBhdGgKICAgIGZpbGwtcnVsZT0iZXZlbm9kZCIKICAgIGNsaXAtcnVsZT0iZXZlbm9kZCIKICAgIGQ9Ik04IDE3SDE4VjE5SDhWMTdaIgogICAgZmlsbD0iI0NGQ0ZDRiIKICAvPgogIDxwYXRoCiAgICBmaWxsLXJ1bGU9ImV2ZW5vZGQiCiAgICBjbGlwLXJ1bGU9ImV2ZW5vZGQiCiAgICBkPSJNOCAyMUgyM1YyM0g4VjIxWiIKICAgIGZpbGw9IiNDRkNGQ0YiCiAgLz4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudAogICAgICBpZD0icGFpbnQwX2xpbmVhciIKICAgICAgeDE9IjAiCiAgICAgIHkxPSIwIgogICAgICB4Mj0iMCIKICAgICAgeTI9IjQwIgogICAgICBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIKICAgID4KICAgICAgPHN0b3Agc3RvcC1jb2xvcj0id2hpdGUiIC8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0RCREJEQiIgLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgPC9kZWZzPgo8L3N2Zz4=)}.str-chat__icon--audio-file{content:url(data:image/svg+xml;base64,PHN2ZwogIGNsYXNzPSJyZnUtZmlsZS1hdWRpbyIKICBmaWxsPSJub25lIgogIHZpZXdCb3g9IjAgMCAzNCA0MCIKICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgaGVpZ2h0PSIyMCIKICB3aWR0aD0iMjAiCj4KICA8cGF0aAogICAgY2xpcC1ydWxlPSJldmVub2RkIgogICAgZD0iTTE3LjcxNjggMzMuMTcyQzE4LjIzNDggMzMuMTcyIDE4LjQyMzggMzMuNjU1IDE4LjQyMzggMzQuMThDMTguNDIzOCAzNC42NDIgMTguMjk3OCAzNS4xOTUgMTcuNzE2OCAzNS4xOTVDMTcuMTcwOCAzNS4xOTUgMTYuOTg4OCAzNC42NDIgMTYuOTg4OCAzNC4xNDVDMTYuOTg4OCAzMy42ODMgMTcuMTcwOCAzMy4xNzIgMTcuNzE2OCAzMy4xNzJaTTE5LjU3MTggMzEuMDAySDE4LjM4MThWMzIuNzU4OUgxOC4zNjc4QzE4LjEyMjggMzIuNDMgMTcuNzc5OCAzMi4yNjIgMTcuMzMxOCAzMi4yNjJDMTYuMzAyOCAzMi4yNjIgMTUuNzk4OCAzMy4xNTggMTUuNzk4OCAzNC4xMDNDMTUuNzk4OCAzNS4xMjUgMTYuMjgxOCAzNi4xMDQ5IDE3LjQyMjggMzYuMTA0OUMxNy44NDI4IDM2LjEwNDkgMTguMTkyOCAzNS45MjMgMTguNDIzOCAzNS41OEgxOC40Mzc4VjM2SDE5LjU3MThWMzEuMDAyWk0xMi43MDk1IDM0LjE4NzJDMTIuNzA5NSAzMy43MjUyIDEyLjg3NzUgMzMuMTcyMiAxMy40MzA1IDMzLjE3MjJDMTMuOTgzNSAzMy4xNzIyIDE0LjE1ODUgMzMuNzI1MiAxNC4xNTg1IDM0LjE4NzJDMTQuMTU4NSAzNC42NDkyIDEzLjk4MzUgMzUuMTk1MiAxMy40MzA1IDM1LjE5NTJDMTIuODc3NSAzNS4xOTUyIDEyLjcwOTUgMzQuNjQ5MiAxMi43MDk1IDM0LjE4NzJaTTExLjUxOTUgMzQuMTg3MkMxMS41MTk1IDM1LjI3OTIgMTIuMzAzNSAzNi4xMDUyIDEzLjQzMDUgMzYuMTA1MkMxNC41NTc1IDM2LjEwNTIgMTUuMzQ4NSAzNS4yNzkyIDE1LjM0ODUgMzQuMTg3MkMxNS4zNDg1IDMzLjA5NTIgMTQuNTU3NSAzMi4yNjIyIDEzLjQzMDUgMzIuMjYyMkMxMi4zMDM1IDMyLjI2MjIgMTEuNTE5NSAzMy4wOTUyIDExLjUxOTUgMzQuMTg3MlpNMjEuODM5IDMyLjM2NzFIMjIuNTc0VjMzLjEzNzFIMjEuODM5VjM0Ljc4OTFDMjEuODM5IDM1LjA3NjEgMjIuMDA3IDM1LjEzOTEgMjIuMjY2IDM1LjEzOTFDMjIuMzE0MiAzNS4xMzkxIDIyLjM2NCAzNS4xMzU3IDIyLjQxNDcgMzUuMTMyM0MyMi40NjcyIDM1LjEyODcgMjIuNTIwNiAzNS4xMjUxIDIyLjU3NCAzNS4xMjUxVjM2LjAwMDFDMjIuNDgxIDM2LjAwMzEgMjIuMzg4IDM2LjAwOTkgMjIuMjk1IDM2LjAxNjhDMjIuMTcxIDM2LjAyNTkgMjIuMDQ3IDM2LjAzNTEgMjEuOTIzIDM2LjAzNTFDMjAuOTA4IDM2LjAzNTEgMjAuNjQ5IDM1Ljc0MTEgMjAuNjQ5IDM0Ljc1NDFWMzMuMTM3MUgyMC4wNDdWMzIuMzY3MUgyMC42NDlWMzEuMjY4MUgyMS44MzlWMzIuMzY3MVoiCiAgICBmaWxsPSJ3aGl0ZSIKICAgIGZpbGwtcnVsZT0iZXZlbm9kZCIKICA+PC9wYXRoPgogIDxwYXRoCiAgICBkPSJNMCAyOEgzNFYzN0MzNCAzOC42NTY5IDMyLjY1NjkgNDAgMzEgNDBIM0MxLjM0MzE1IDQwIDAgMzguNjU2OSAwIDM3VjI4WiIKICAgIGZpbGw9IiMyNzI3QjAiCiAgPjwvcGF0aD4KICA8cGF0aCBkPSJNMCAzQzAgMS4zNDMxNSAxLjM0MzE1IDAgMyAwSDIzTDM0IDExVjI4SDBWM1oiIGZpbGw9IiNGNUY1RjUiPjwvcGF0aD4KICA8cGF0aAogICAgZD0iTTM0IDExTDI2IDExQzI0LjM0MzEgMTEgMjMgOS42NTY4NSAyMyA4VjBMMzQgMTFaIgogICAgZmlsbD0iI0RCREJEQiIKICA+PC9wYXRoPgogIDxwYXRoCiAgICBjbGlwLXJ1bGU9ImV2ZW5vZGQiCiAgICBkPSJNOC44NzkxMiAyMS45NDFIMTIuMjk4TDE2Ljk1MjEgMjQuNzQ5M0MxNy4wMzA3IDI0LjgxMzggMTcuMTI5MyAyNC44NDkgMTcuMjMxMSAyNC44NDlDMTcuNDczOCAyNC44NDg4IDE3LjY3MDUgMjQuNjUxOSAxNy42NzAzIDI0LjQwOTJWMTIuNDM5OUMxNy42NzA0IDEyLjMzODEgMTcuNjM1MiAxMi4yMzk2IDE3LjU3MDcgMTIuMTYwOUMxNy40MTY4IDExLjk3MzIgMTcuMTM5OCAxMS45NDU3IDE2Ljk1MjEgMTIuMDk5NkwxMi4yOTggMTQuOTA4SDguODc5MTJDOC4zOTM2IDE0LjkwOCA4IDE1LjMwMTYgOCAxNS43ODcxVjIxLjA2MTlDOCAyMS41NDc0IDguMzkzNiAyMS45NDEgOC44NzkxMiAyMS45NDFaTTEyLjkyNTggMTYuNjY2NEwxNS45MTIyIDE1LjIyMjRWMjEuNjI2OEwxMi45MjU4IDIwLjE4MjlIOS43NTgzVjE2LjY2NjRIMTIuOTI1OFpNMTkuODUxMSAxNi4zNTE3QzE5LjQ3NCAxNi40MDkyIDE5LjIzOTcgMTYuNjYzNyAxOS4zMjgzIDE2LjkxOTFMMTkuMzI2MiAxNi45MkMxOS41Mjk1IDE3LjQ5OTUgMTkuNjMwNSAxOC4wOTggMTkuNjI4NCAxOC42OTUzQzE5LjYzMDUgMTkuMjk3NSAxOS41MjM3IDE5LjkwMTQgMTkuMzE5NiAyMC40OTA5QzE5LjIyOSAyMC43NDYyIDE5LjQ2ODIgMjAuOTk5NiAxOS44NDc0IDIxLjA2QzE5LjkwMDggMjEuMDY4MyAxOS45NTQyIDIxLjA3MiAyMC4wMDc2IDIxLjA3MkMyMC4zMjU5IDIxLjA3MiAyMC42MTU2IDIwLjkyMzQgMjAuNjkyMiAyMC43MDU3QzIwLjkxOTQgMjAuMDQ1MSAyMS4wMzM3IDE5LjM3IDIxLjAzNzQgMTguNjk1M0MyMS4wMzQ5IDE4LjAyNTEgMjAuOTIxMSAxNy4zNTc1IDIwLjY5NTUgMTYuNzAzNUMyMC42MDUzIDE2LjQ0NzcgMjAuMjI5IDE2LjI5MDggMTkuODUxMSAxNi4zNTE3Wk0yMi4xNjA1IDE0LjYwMjhDMjIuNTI1MiAxNC41MTYzIDIyLjkyNTkgMTQuNjQ1NCAyMy4wNTUgMTQuODkzOEMyMy42ODkxIDE2LjExNTcgMjQgMTcuNDA0MiAyNCAxOC42OTIzQzI0LjAwMDQgMTkuOTg5NSAyMy42Nzk2IDIxLjI4MzkgMjMuMDUyMSAyMi41MTUzQzIyLjk1MDMgMjIuNzEyMyAyMi42NzYzIDIyLjgzNDQgMjIuMzgyOCAyMi44MzQ0QzIyLjMwNzEgMjIuODM0NCAyMi4yMzAxIDIyLjgyNjEgMjIuMTU0MyAyMi44MDkyQzIxLjc4NjMgMjIuNzI1MSAyMS41OTE0IDIyLjQ1MzYgMjEuNzE4NSAyMi4yMDc3QzIyLjI5ODggMjEuMDc2MSAyMi41OTIyIDE5Ljg4MzYgMjIuNTkzMSAxOC42OTE5QzIyLjU5MzEgMTcuNTA1NiAyMi4zMDU0IDE2LjMyMjIgMjEuNzI3NiAxNS4yMDI1QzIxLjYwMDEgMTQuOTU2MyAyMS43OTUgMTQuNjg2IDIyLjE2MDUgMTQuNjAyOFoiCiAgICBmaWxsPSIjMjcyN0IwIgogICAgZmlsbC1ydWxlPSJldmVub2RkIgogID48L3BhdGg+Cjwvc3ZnPg==)}.str-chat__icon--action:before{content:""}.str-chat__icon--arrow-down:before{content:""}.str-chat__icon--arrow-left:before{content:""}.str-chat__icon--arrow-right:before{content:""}.str-chat__icon--close:before{content:""}.str-chat__icon--arrow-up:before{content:""}.str-chat__icon--chat-bubble:before{content:""}.str-chat__icon--pause:before{content:""}.str-chat__icon--download:before{content:""}.str-chat__icon--delivered:before{content:""}.str-chat__icon--play:before{content:""}.str-chat__icon--reaction:before{content:""}.str-chat__icon--error:before{content:""}.str-chat__icon--read:before{content:""}.str-chat__icon--retry:before{content:""}.str-chat__icon--reply-in-thread:before{content:""}.str-chat__icon--send:before{content:""}.str-chat__icon--attach:before{content:""}.str-chat__icon--mic:before{content:""}.str-chat__icon--bin:before{content:""}.str-chat__infinite-scroll-paginator{overflow-y:auto;overflow-x:hidden}.str-chat__link-preview-list{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;margin-bottom:.75rem;padding-inline:.75rem}.str-chat__link-preview-card{width:100%;min-width:0;display:flex;align-items:center;justify-content:space-around;gap:1rem}.str-chat__link-preview-card .str-chat__tooltip{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;display:block;max-width:calc(var(--str-chat__spacing-px)*250);padding-inline:.5rem}.str-chat__link-preview-card .str-chat__link-preview-card__icon-container{display:flex;align-items:center}.str-chat__link-preview-card .str-chat__link-preview-card__content{width:100%;min-width:0;flex:1;padding-inline:.5rem}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-title,.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-description{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__link-preview-card .str-chat__link-preview-card__dismiss-button{background:none;border:none;cursor:pointer}.str-chat{--str-chat__loading-indicator-size: calc(var(--str-chat__spacing-px) * 15)}.str-chat__loading-indicator{display:flex;align-items:center;justify-content:center;animation:rotate 1s linear infinite}.str-chat__loading-indicator svg{width:var(--str-chat__loading-indicator-size);height:var(--str-chat__loading-indicator-size)}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}stream-loading-indicator{display:flex;align-items:center;justify-content:center}stream-loading-indicator .str-chat__loading-indicator{width:var(--str-chat__loading-indicator-size);height:var(--str-chat__loading-indicator-size)}.str-chat__loading-indicator-placeholder{width:var(--str-chat__loading-indicator-size);height:var(--str-chat__loading-indicator-size)}.str-chat{--str-chat__message-options-button-size: calc(var(--str-chat__spacing-px) * 26);--str-chat__message-max-width: calc(var(--str-chat__spacing-px) * 480);--str-chat__message-with-attachment-max-width: calc(var(--str-chat__spacing-px) * 300);--str-chat__quoted-message-max-width: calc(var(--str-chat__spacing-px) * 250);--str-chat__quoted-message-inside-message-input-max-width: calc( var(--str-chat__spacing-px) * 200 );--str-chat__quoted-message-inside-message-input-max-height: calc( var(--str-chat__quoted-message-inside-message-input-max-width) + calc(var(--str-chat__spacing-px) * 50) )}.str-chat__message{--str-chat-message-options-size: calc(3 * var(--str-chat__message-options-button-size))}.str-chat__message.str-chat__message-without-touch-support{--str-chat-message-options-size: calc(1 * var(--str-chat__message-options-button-size))}.str-chat__message .str-chat__message-bubble{max-width:var(--str-chat__message-max-width)}.str-chat__message .str-chat__message-options{--str-chat-icon-height: calc(var(--str-chat__message-options-button-size) * .7)}.str-chat__message.str-chat__message--has-attachment{--str-chat__message-max-width: var(--str-chat__message-with-attachment-max-width)}.str-chat__message.str-chat__message--has-attachment .str-chat__message-bubble{max-width:var(--str-chat__message-max-width)}.str-chat__quoted-message-preview{--str-chat__message-max-width: var(--str-chat__quoted-message-max-width)}.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{pointer-events:none;max-width:var(--str-chat__message-max-width)}.str-chat__message,.str-chat__quoted-message-preview{display:grid;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.str-chat__message.str-chat__message--other,.str-chat__message.str-chat__quoted-message-preview,.str-chat__quoted-message-preview.str-chat__message--other,.str-chat__quoted-message-preview.str-chat__quoted-message-preview{grid-template-areas:"avatar message" ". replies" ". translation-notice" ". custom-metadata" ". metadata";column-gap:var(--str-chat__spacing-2);grid-template-columns:auto 1fr;justify-items:flex-start}.str-chat__message.str-chat__message--me,.str-chat__quoted-message-preview.str-chat__message--me{grid-template-areas:"message" "replies" "translation-notice" "custom-metadata" "metadata";justify-items:end}.str-chat__message.str-chat__message--me>.str-chat__message-sender-avatar,.str-chat__quoted-message-preview.str-chat__message--me>.str-chat__message-sender-avatar{display:none}.str-chat__message.str-chat__message--deleted,.str-chat__quoted-message-preview.str-chat__message--deleted{grid-template-areas:"message"}.str-chat__message.str-chat__message--system,.str-chat__quoted-message-preview.str-chat__message--system{grid-template-areas:"message";grid-template-columns:auto}.str-chat__message .str-chat__message-sender-avatar,.str-chat__quoted-message-preview .str-chat__message-sender-avatar{grid-area:avatar;align-self:end}.str-chat__message .str-chat__message-inner,.str-chat__quoted-message-preview .str-chat__message-inner{grid-area:message;display:grid;grid-template-areas:"reactions reactions" "message-bubble options";grid-template-columns:auto 1fr;column-gap:var(--str-chat__spacing-2);position:relative}.str-chat__message .str-chat__message-inner .str-chat__message-options,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options{grid-area:options;align-items:flex-start;justify-content:flex-end;flex-direction:row-reverse;width:var(--str-chat-message-options-size)}.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-reply-in-thread-button,.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-reactions-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-reply-in-thread-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-reactions-button{display:flex;align-items:center;justify-content:center;cursor:pointer;width:var(--str-chat__message-options-button-size);height:var(--str-chat__message-options-button-size)}.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-container,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-container{position:relative}.str-chat__message .str-chat__message-inner .str-chat__message-reactions-host,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-reactions-host{grid-area:reactions}.str-chat__message .str-chat__message-inner .str-chat__message-bubble,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble{grid-area:message-bubble;position:relative;min-width:0}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4)}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text p,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text p{margin:0}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text .str-chat__message-text-inner,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text .str-chat__message-text-inner{overflow-y:hidden}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text p,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text p{white-space:pre-line}.str-chat__message.str-chat__message--me .str-chat__message-inner,.str-chat__quoted-message-preview.str-chat__message--me .str-chat__message-inner{grid-template-areas:"reactions reactions" "options message-bubble";grid-template-columns:1fr auto}.str-chat__message.str-chat__message--me .str-chat__message-inner .str-chat__message-options,.str-chat__quoted-message-preview.str-chat__message--me .str-chat__message-inner .str-chat__message-options{flex-direction:row}.str-chat__message .str-chat__translation-notice,.str-chat__quoted-message-preview .str-chat__translation-notice{grid-area:translation-notice}.str-chat__message .str-chat__translation-notice button,.str-chat__quoted-message-preview .str-chat__translation-notice button{cursor:pointer;padding:var(--str-chat__spacing-1) 0;margin:0}.str-chat__message .str-chat__custom-message-metadata,.str-chat__quoted-message-preview .str-chat__custom-message-metadata{grid-area:custom-metadata;margin-block-start:var(--str-chat__spacing-0_5)}.str-chat__message .str-chat__message-metadata,.str-chat__quoted-message-preview .str-chat__message-metadata{grid-area:metadata;display:flex;flex-wrap:wrap;align-items:center;column-gap:var(--str-chat__spacing-1);margin-block-start:var(--str-chat__spacing-0_5)}.str-chat__message .str-chat__message-metadata .str-chat__message-simple-name,.str-chat__quoted-message-preview .str-chat__message-metadata .str-chat__message-simple-name{overflow-y:hidden}.str-chat__message .str-chat__message-metadata .str-chat__message-simple-timestamp+.str-chat__mesage-simple-edited:before,.str-chat__quoted-message-preview .str-chat__message-metadata .str-chat__message-simple-timestamp+.str-chat__mesage-simple-edited:before{content:"•";margin-right:var(--str-chat__spacing-1)}.str-chat__message .str-chat__message-metadata .str-chat__message-edited-timestamp,.str-chat__quoted-message-preview .str-chat__message-metadata .str-chat__message-edited-timestamp{--str-chat__message-edited-timestamp-height: 1rem;flex-basis:100%}.str-chat__message.str-chat__message--me .str-chat__message-metadata,.str-chat__quoted-message-preview.str-chat__message--me .str-chat__message-metadata{justify-content:flex-end;text-align:right}.str-chat__message .str-chat__message-status,.str-chat__quoted-message-preview .str-chat__message-status{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 15);display:flex;align-items:center;justify-content:center;column-gap:var(--str-chat__spacing-0_5);position:relative}.str-chat__message .str-chat__message-status svg,.str-chat__quoted-message-preview .str-chat__message-status svg{width:calc(var(--str-chat__spacing-px)*15);height:calc(var(--str-chat__spacing-px)*15)}.str-chat__message .str-chat__message-replies-count-button-wrapper,.str-chat__quoted-message-preview .str-chat__message-replies-count-button-wrapper{grid-area:replies}.str-chat__message .str-chat__message-replies-count-button-wrapper button,.str-chat__quoted-message-preview .str-chat__message-replies-count-button-wrapper button{cursor:pointer;padding:0}.str-chat__message .str-chat__message--deleted-inner,.str-chat__quoted-message-preview .str-chat__message--deleted-inner{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4)}.str-chat__message .str-chat__message--deleted-inner p,.str-chat__quoted-message-preview .str-chat__message--deleted-inner p{margin:0}.str-chat__message .str-chat__quoted-message-bubble,.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);display:flex;column-gap:var(--str-chat__spacing-1);min-width:0;width:100%}.str-chat__message .str-chat__quoted-message-bubble p,.str-chat__quoted-message-preview .str-chat__quoted-message-bubble p{margin:0}.str-chat__message .str-chat__emoji-display-fix,.str-chat__quoted-message-preview .str-chat__emoji-display-fix{display:inline-block;width:1.25em}.str-chat__message .str-chat__message-error-icon,.str-chat__quoted-message-preview .str-chat__message-error-icon{display:none}.str-chat__message .str-chat__simple-message--error-failed,.str-chat__quoted-message-preview .str-chat__simple-message--error-failed{cursor:pointer}.str-chat__message.str-chat__message--error .str-chat__message-error-icon,.str-chat__message.str-chat__message--failed .str-chat__message-error-icon,.str-chat__quoted-message-preview.str-chat__message--error .str-chat__message-error-icon,.str-chat__quoted-message-preview.str-chat__message--failed .str-chat__message-error-icon{display:block;position:absolute;bottom:0;inset-inline-end:calc(-1*(calc(var(--str-chat__spacing-px) * 18) / 2))}.str-chat__message.str-chat__message--error .str-chat__message-error-icon svg,.str-chat__message.str-chat__message--failed .str-chat__message-error-icon svg,.str-chat__quoted-message-preview.str-chat__message--error .str-chat__message-error-icon svg,.str-chat__quoted-message-preview.str-chat__message--failed .str-chat__message-error-icon svg{width:calc(var(--str-chat__spacing-px)*18);height:calc(var(--str-chat__spacing-px)*18)}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message-options,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message-options{display:flex}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner{margin-inline-end:0}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner{margin-inline-start:0}@supports not selector(:has(a,b)){.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message-options,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message-options{display:flex}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message--other .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message--other .str-chat__message-inner{margin-inline-end:0}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message--me .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message--me .str-chat__message-inner{margin-inline-start:0}}.str-chat__ul.str-chat__message-options-in-bubble .str-chat__message-inner:hover .str-chat__message-options,.str-chat__virtual-list.str-chat__message-options-in-bubble .str-chat__message-inner:hover .str-chat__message-options{display:flex}.str-chat__ul.str-chat__message-options-in-bubble .str-chat__message--other .str-chat__message-inner:hover,.str-chat__virtual-list.str-chat__message-options-in-bubble .str-chat__message--other .str-chat__message-inner:hover{margin-inline-end:0}.str-chat__ul.str-chat__message-options-in-bubble .str-chat__message--me .str-chat__message-inner:hover,.str-chat__virtual-list.str-chat__message-options-in-bubble .str-chat__message--me .str-chat__message-inner:hover{margin-inline-start:0}.str-chat__message-inner .str-chat__message-options.str-chat__message-options--active{display:flex}.str-chat__message-inner .str-chat__message-options{display:none}.str-chat__message-inner .str-chat__message-actions-open.str-chat__message-options{display:flex}.str-chat__message--other .str-chat__message-inner{margin-inline-end:var(--str-chat-message-options-size)}.str-chat__message--me .str-chat__message-inner{margin-inline-start:var(--str-chat-message-options-size)}.str-chat__li--middle .str-chat__message,.str-chat__li--top .str-chat__message{margin-block-end:var(--str-chat__spacing-0_5)}.str-chat__li--middle .str-chat__message .str-chat__message-metadata,.str-chat__li--top .str-chat__message .str-chat__message-metadata{display:none}.str-chat__li--middle .str-chat__message>.str-chat__message-sender-avatar,.str-chat__li--top .str-chat__message>.str-chat__message-sender-avatar{visibility:hidden}.str-chat__li--bottom .str-chat__message,.str-chat__li--single .str-chat__message{margin-block-end:var(--str-chat__spacing-2)}.str-chat__date-separator{display:flex;padding:var(--str-chat__spacing-8);align-items:center}.str-chat__date-separator-line{flex:1;height:var(--str-chat__spacing-px)}.str-chat__date-separator>*:not(:last-child){margin-right:var(--str-chat__spacing-4)}.str-chat__message .str-chat__quoted-message-preview{margin-block-end:var(--str-chat__spacing-2)}.str-chat__message--system{width:100%;text-align:center}.str-chat__message--system p{margin:0}.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{flex-direction:column;align-items:stretch;row-gap:var(--str-chat__spacing-1);flex-basis:min-content}.str-chat__message-input .str-chat__quoted-message-preview{--str-chat__message-max-width: var(--str-chat__quoted-message-inside-message-input-max-width)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble{max-height:var(--str-chat__quoted-message-inside-message-input-max-height)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble .str-chat__quoted-message-text{max-height:100%;min-height:0}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble .str-chat__quoted-message-text p{max-height:100%;overflow-y:auto;overflow-x:hidden}.str-chat__unread-messages-separator-wrapper{padding-block:.5rem}.str-chat__unread-messages-separator-wrapper .str-chat__unread-messages-separator{display:flex;align-items:center;justify-content:center;width:100%;padding:.5rem}.str-chat__unread-messages-notification{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 16);position:absolute;top:.75rem;z-index:2;display:flex;align-items:center;overflow:clip}.str-chat__unread-messages-notification button{padding-block:.5rem;height:100%;width:100%;white-space:nowrap}.str-chat__unread-messages-notification button:first-of-type{padding-inline:.75rem .375rem}.str-chat__unread-messages-notification button:last-of-type{padding-inline:.375rem .75rem}.str-chat__unread-messages-notification button:last-of-type svg{width:.875rem}.str-chat-angular__message-bubble{transform:translateZ(0)}.str-chat-angular__message-bubble.str-chat-angular__message-bubble--attachment-modal-open{transform:none}.str-chat__message-edited-timestamp{overflow:hidden;transition:height .1s}.str-chat__message-edited-timestamp--open{height:var(--str-chat__message-edited-timestamp-height, 1rem)}.str-chat__message-edited-timestamp--collapsed{height:0}.str-chat__message-text--pointer-cursor{cursor:pointer}.str-chat__message-with-touch-support .str-chat__message-bubble{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.str-chat__message-with-touch-support.str-chat__message-menu-opened .str-chat__attachments-container,.str-chat__message-with-touch-support.str-chat__message-menu-opened .str-chat__message-text-inner{pointer-events:none}.str-chat__message-with-touch-support .str-chat__message-inner{margin-inline:0}.str-chat__message-with-touch-support .str-chat__message-options{display:none}.str-chat__message-with-touch-support .stream-chat-angular__image-modal-host{-webkit-touch-callout:default}.str-chat__message-actions-box{overflow:hidden}.str-chat__message-actions-box .str-chat__message-actions-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;min-width:10rem}.str-chat__message-actions-box .str-chat__message-actions-list .str-chat__message-actions-list-item-button{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);margin:0;cursor:pointer;width:100%;text-align:start}.str-chat__message-bounce-prompt{display:flex;flex-direction:column;align-items:center;gap:var(--str-chat__spacing-9)}.str-chat__message-bounce-prompt .str-chat__message-bounce-actions{display:flex;flex-direction:column;gap:var(--str-chat__spacing-2)}.str-chat__message-bounce-prompt .str-chat__message-bounce-edit,.str-chat__message-bounce-prompt .str-chat__message-bounce-send,.str-chat__message-bounce-prompt .str-chat__message-bounce-delete{cursor:pointer;padding:var(--str-chat__spacing-2)}.str-chat__message-input{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:var(--str-chat__spacing-1) var(--str-chat__spacing-2);position:relative}.str-chat__message-input .str-chat__quoted-message-preview-header{display:flex;align-items:center;justify-content:center;width:100%}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-reply-to-message{width:100%;text-align:center}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-remove{width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);cursor:pointer}.str-chat__message-input .str-chat__dropzone-container{display:flex;align-items:center;justify-content:center;position:absolute;height:100%;width:100%;z-index:5}.str-chat__message-input .str-chat__dropzone-container p{margin:unset}.str-chat__message-input .str-chat__message-input-inner{flex-grow:1;width:100%;display:flex;align-items:center;justify-content:center}.str-chat__message-input .str-chat__message-input-inner .str-chat__file-input-container{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);display:flex;align-items:center;justify-content:center;width:calc(var(--str-chat__spacing-px)*45);height:calc(var(--str-chat__spacing-px)*45);cursor:pointer}.str-chat__message-input .str-chat__message-input-inner .str-chat__file-input-container .str-chat__file-input-label{display:flex;align-items:center;justify-content:center;cursor:pointer}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-width:0;max-height:100%}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker{width:100%;min-height:0;max-height:100%;display:flex;padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);column-gap:var(--str-chat__spacing-2)}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea{width:100%;display:flex;max-height:100%;overflow-y:auto;overflow-x:hidden;padding:0}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker{display:flex;align-items:center;justify-content:center;width:calc(var(--str-chat__spacing-px)*27);height:calc(var(--str-chat__spacing-px)*27);font-size:calc(var(--str-chat__spacing-px)*27);align-self:end}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__message-textarea-emoji-picker-container{z-index:5}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__message-textarea-emoji-picker-container .str-chat__emoji-picker-container{display:flex}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__emoji-picker-button{padding:unset;background:unset;border:unset;border-radius:var(--str-chat__border-radius-circle);display:flex;cursor:pointer}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__emoji-picker-button svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*24)}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__emoji-picker-button svg path{fill:var(--str-chat__message-input-tools-color)}.str-chat__message-input .str-chat__message-textarea-angular-host{display:flex;align-items:center;justify-content:center;width:100%}.str-chat__message-input .str-chat__message-textarea-react-host{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.str-chat__message-input .str-chat__stop-ai-generation-button{width:calc(var(--str-chat__spacing-px)*30);height:calc(var(--str-chat__spacing-px)*28);cursor:pointer}.str-chat__message-input .str-chat__send-button{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 32);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;width:calc(var(--str-chat__spacing-px)*45);height:calc(var(--str-chat__spacing-px)*45);min-width:calc(var(--str-chat__spacing-px)*45)}.str-chat__message-input .str-chat__send-button svg{width:calc(var(--str-chat__spacing-px)*32);height:calc(var(--str-chat__spacing-px)*32)}.str-chat__message-input .str-chat__start-recording-audio-button{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 25);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);min-width:calc(var(--str-chat__spacing-px)*40)}.str-chat__message-input .str-chat__start-recording-audio-button svg{height:calc(var(--str-chat__spacing-px)*25)}.str-chat__message-input .str-chat__message-input-cooldown{display:flex;align-items:center;justify-content:center;margin-inline-start:var(--str-chat__spacing-2);margin-block:calc(var(--str-chat__spacing-2)/2);min-width:calc(calc(var(--str-chat__spacing-px) * 45) - var(--str-chat__spacing-2));min-height:calc(calc(var(--str-chat__spacing-px) * 45) - var(--str-chat__spacing-2))}.str-chat__message-input .str-chat__message-input-not-allowed{align-self:center;padding:var(--str-chat__spacing-3)}.str-chat__message-input .str-chat__quoted-message-preview{padding:var(--str-chat__spacing-2)}.str-chat__message-input .str-chat__recording-permission-denied-notification{position:absolute;left:.5rem;max-width:100%;bottom:100%;padding:1rem;margin-inline:.5rem;z-index:2}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__dismiss-button-container{display:flex;justify-content:flex-end}.str-chat__message-input-angular-host{max-height:50%}.str-chat-angular__message-input{height:100%;max-height:100%}.str-chat-angular__message-input-inner{height:100%;max-height:100%;min-height:0;flex-grow:initial}[dir=rtl] .str-chat__send-button svg,[dir=rtl] .str-chat__start-recording-audio-button svg{transform:scaleX(-1)}.str-chat__attachment-selector-actions-menu button,.str-chat__attachment-selector button{background:none;border:none}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button{padding:.25rem .5rem;cursor:pointer}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button .str-chat__attachment-selector__menu-button__icon{height:26px;width:26px}.str-chat__file-input{display:none}.str-chat__attachment-selector-actions-menu{min-width:300px;padding-block:.5rem}.str-chat__main-panel-inner{height:100%;display:flex;flex-direction:column;min-height:0;position:relative;align-items:center}.str-chat__list{overflow-x:hidden;overflow-y:auto;overscroll-behavior:none;width:100%;height:100%;max-height:100%}.str-chat__list .str-chat__message-list-scroll{padding:0 var(--str-chat__spacing-2)}.str-chat__list .str-chat__message-list-scroll .str-chat__li{margin-inline:calc(-1 * var(--str-chat__spacing-2));padding-inline:var(--str-chat__spacing-2)}.str-chat__list .str-chat__message-list-scroll .str-chat__parent-message-li{margin-inline:calc(-1 * var(--str-chat__spacing-2))}@media only screen and (min-device-width: 768px){.str-chat__list .str-chat__message-list-scroll{padding:0 min(var(--str-chat__spacing-10),4%)}.str-chat__list .str-chat__message-list-scroll .str-chat__li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%));padding-inline:min(var(--str-chat__spacing-10),4%)}.str-chat__list .str-chat__message-list-scroll .str-chat__parent-message-li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%) - 2px)}}.str-chat__list .str-chat__message-list-scroll .str-chat__ul{list-style:none;padding:0;margin:0}.str-chat__list .str-chat__parent-message-li{padding-block-end:var(--str-chat__spacing-4);margin-block-end:var(--str-chat__spacing-4)}.str-chat__list .str-chat__parent-message-li .str-chat__thread-start{text-align:start;padding-top:var(--str-chat__spacing-3)}.str-chat__jump-to-latest-message{position:absolute;inset-block-end:var(--str-chat__spacing-4);inset-inline-end:var(--str-chat__spacing-2);z-index:2}.str-chat__jump-to-latest-message .str-chat__jump-to-latest-unread-count{position:absolute;padding:var(--str-chat__spacing-0_5) var(--str-chat__spacing-2);left:50%;transform:translate(-50%) translateY(-100%)}.str-chat__main-panel .str-chat__ul .str-chat__li:first-of-type{padding-top:4.5rem}.str-chat__main-panel .str-chat__ul .str-chat__date-separator+.str-chat__li:first-of-type{padding-top:inherit}.str-chat__virtual-list{overflow-x:hidden;overflow-y:auto;position:relative;flex:1;-webkit-overflow-scrolling:touch;margin:0;width:100%;height:100%}.str-chat__virtual-list .str-chat__message-list-scroll{overscroll-behavior:none}.str-chat__virtual-list .str-chat__message-list-scroll>div{padding:0 var(--str-chat__spacing-2)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__li{margin-inline:calc(-1 * var(--str-chat__spacing-2));padding-inline:var(--str-chat__spacing-2)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__parent-message-li{margin-inline:calc(-1 * var(--str-chat__spacing-2))}@media only screen and (min-device-width: 768px){.str-chat__virtual-list .str-chat__message-list-scroll>div{padding:0 min(var(--str-chat__spacing-10),4%)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%));padding-inline:min(var(--str-chat__spacing-10),4%)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__parent-message-li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%) - 2px)}}.str-chat__virtual-list .str-chat__parent-message-li{padding-block-end:var(--str-chat__spacing-4)}.str-chat__virtual-list .str-chat__parent-message-li .str-chat__thread-start{text-align:start;padding-top:var(--str-chat__spacing-3)}.str-chat__virtual-list__loading{display:flex;padding-top:var(--str-chat__spacing-2);justify-content:center;width:100%;position:absolute}.str-chat__virtual-list p{margin:0!important}.str-chat__virtual-list p a{white-space:pre-line;overflow:hidden;word-wrap:break-word}.str-chat__virtual-list .str-chat__message{margin-block-end:0!important}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper{padding-block-end:var(--str-chat__spacing-0_5)}.str-chat__message-reactions-container{display:flex}.str-chat__message-reactions-container .str-chat__message-reactions{overflow-y:hidden;overflow-x:auto;scrollbar-width:none;list-style:none;display:flex;margin-block-start:var(--str-chat__spacing-0_5);margin-block-end:var(--str-chat__spacing-0_5);column-gap:var(--str-chat__spacing-0_5);width:fit-content;padding:0;position:relative}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction{display:flex;justify-content:center;align-items:center;padding:var(--str-chat__spacing-1_5);position:relative;cursor:pointer;flex-shrink:0}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction button{background:none;border:none;display:flex;align-items:center;justify-content:center;padding:0}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction .str-chat__message-reaction-emoji{height:calc(var(--str-chat__spacing-px)*13);display:flex!important;align-items:center;justify-content:center}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__reaction-list--counter,.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__simple-reactions-list-item--last-number{display:none}.str-chat__message--me .str-chat__message-reactions-container{justify-content:flex-end}.str-chat__message--other .str-chat__message-reactions-container{justify-content:flex-start}.str-chat__message-reactions-details-modal .str-chat__modal--open .str-chat__modal__inner{height:40%;max-height:80%;min-width:90%;max-width:90%;width:90%;flex-basis:min-content}@media only screen and (min-device-width: 768px){.str-chat__message-reactions-details-modal .str-chat__modal--open .str-chat__modal__inner{min-width:40%;max-width:60%;width:min-content}}.str-chat__message-reactions-details{width:100%;display:flex;flex-direction:column;gap:var(--str-chat__spacing-4);max-height:100%;height:100%;min-height:0}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types{max-width:100%;width:100%;min-width:0;overflow-x:auto;gap:var(--str-chat__spacing-4);display:flex;align-items:center;flex-shrink:0}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types .str-chat__message-reactions-details-reaction-type{display:flex;align-items:center;padding:var(--str-chat__spacing-1) 0;flex-shrink:0;cursor:pointer}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types .str-chat__message-reactions-details-reaction-type .str-chat__message-reaction-emoji--with-fallback{width:18px;line-height:18px}.str-chat__message-reactions-details .str-chat__message-reaction-emoji-big{--str-chat__stream-emoji-size: 1em;align-self:center;font-size:2rem}.str-chat__message-reactions-details .str-chat__message-reaction-emoji-big.str-chat__message-reaction-emoji--with-fallback{line-height:2rem}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-users{display:flex;flex-direction:column;gap:var(--str-chat__spacing-3);max-height:100%;overflow-y:auto;min-height:30vh}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-users .str-chat__loading-indicator{margin:auto}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-users .str-chat__message-reactions-details-reacting-user{display:flex;align-items:center;gap:var(--str-chat__spacing-2)}.str-chat__message-reaction-selector{display:flex;justify-content:flex-end;position:absolute;inset-block-end:100%}.str-chat__message-reaction-selector.str-chat-angular-v5__reaction-selector{margin:var(--str-chat__spacing-2);position:static;justify-content:flex-start}.str-chat__message-reaction-selector.str-chat-angular-v5__reaction-selector .str-chat__message-reactions-options{max-width:100%;overflow-y:hidden;overflow-x:auto;scrollbar-width:none;padding:0}.str-chat__message-reaction-selector.str-chat-angular-v5__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option{flex-shrink:0}.str-chat__message-reaction-selector .str-chat__message-reactions-options{list-style:none;display:flex;margin-block-end:var(--str-chat__spacing-0_5);width:fit-content;column-gap:var(--str-chat__spacing-1);padding:var(--str-chat__spacing-2)}.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option{display:flex;align-items:center;justify-content:center;cursor:pointer;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40)}.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option .str-chat__message-reaction-emoji{height:calc(var(--str-chat__spacing-px)*20);display:flex!important;align-items:center;justify-content:center}.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-last-user,.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-list-item__count{display:none}.str-chat__message--me .str-chat__message-reaction-selector{inset-inline-end:0}.str-chat__message--other .str-chat__message-reaction-selector{inset-inline-start:0}.str-chat-react__message-reaction-selector{position:static;inset-block-end:unset}.str-chat-react__message-reaction-selector ul{margin:0}.str-chat__message--me .str-chat-react__message-reaction-selector,.str-chat__message--other .str-chat-react__message-reaction-selector{inset-inline-start:unset}.str-chat__modal--open{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:100}.str-chat__modal--open .str-chat__modal-header{display:flex;align-items:center;width:100%;padding:1.25rem 1rem}.str-chat__modal--open .str-chat__modal-header button.str-chat__modal-header__go-back-button,.str-chat__modal--open .str-chat__modal-header .str-chat__modal__close-button{padding:1rem;background-size:.875rem;background-repeat:no-repeat;background-position:center}.str-chat__modal--open .str-chat__modal-header button.str-chat__modal-header__go-back-button{background-image:var(--str-chat__arrow-left-icon)}.str-chat__modal--open .str-chat__modal-header .str-chat__modal-header__close-button{background-image:var(--str-chat__close-icon);background-repeat:no-repeat;height:.875rem;width:.875rem}.str-chat__modal--open .str-chat__modal-header .str-chat__modal-header__title{flex:1}.str-chat__modal--open button.str-chat__modal__close-button{padding:unset;background:unset;border:unset;border-radius:var(--str-chat__border-radius-circle);margin:var(--str-chat__spacing-2);cursor:pointer}.str-chat__modal--open .str-chat__modal__close-button{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 28);display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2);position:absolute;inset-block-start:0;inset-inline-end:0;cursor:pointer}.str-chat__modal--open .str-chat__modal__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--str-chat__spacing-8) var(--str-chat__spacing-4);width:40%;max-height:80%;min-width:0;min-height:0}.str-chat__modal--close{display:none}.str-chat__message-notification{display:block;position:absolute;align-self:center;padding:var(--str-chat__spacing-1) var(--str-chat__spacing-2);bottom:calc(var(--str-chat__spacing-px)*10);z-index:100}.str-chat__list-notifications{position:relative}.str-chat__list-notifications{display:flex;flex-direction:column;align-items:stretch;justify-content:center;row-gap:var(--str-chat__spacing-1);margin:var(--str-chat__spacing-1_5);width:auto}.str-chat__notification{padding:var(--str-chat__spacing-3_5) var(--str-chat__spacing-4)}.str-chat-react__notification{z-index:101}.str-chat__poll{display:flex;flex-direction:column;gap:.5rem;padding:.75rem .675rem;max-width:270px;font:var(--str-chat__body-text)}.str-chat__poll button{background:none;border:none;cursor:pointer}.str-chat__poll .str-chat__checkmark{grid-column:1/2;grid-row:1/2;margin-right:.125rem;height:1rem;width:1rem}.str-chat__poll .str-chat__checkmark--checked{height:calc(1rem + 1px);width:calc(1rem + 1px);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im00IDkuNC00LTRMMS40IDQgNCA2LjYgMTAuNiAwIDEyIDEuNGwtOCA4WiIvPjwvc3ZnPg==);background-repeat:no-repeat;background-position:center;background-size:11px 10px}.str-chat__poll .str-chat__poll-header .str-chat__poll-title{font:var(--str-chat__body-medium-text)}.str-chat__poll .str-chat__poll-header .str-chat__poll-subtitle{font:var(--str-chat__caption-text)}.str-chat__poll .str-chat__poll-actions{display:flex;flex-direction:column;align-items:center}.str-chat__poll .str-chat__poll-actions .str-chat__poll-action{padding:.675rem;font:var(--str-chat__subtitle-text);color:var(--str-chat__primary-color)}.str-chat__poll-option-list--full .str-chat__amount-bar,.str-chat__modal__poll-results .str-chat__amount-bar{display:none}.str-chat__poll-option{cursor:pointer}.str-chat__poll-option.str-chat__poll-option--full-vote-list{cursor:default;height:100%;padding:0}.str-chat__poll-option .str-chat__poll-option-data{flex:1;display:flex;align-items:flex-start;font:var(--str-chat__body-text);gap:.125rem}.str-chat__poll-option .str-chat__poll-option-data p{margin:0;flex:1}.str-chat__poll-option .str-chat__poll-option-data .str-chat__poll-option-voters{--str-chat__avatar-size: 1.175rem;display:flex}.str-chat__poll-option-list--full .str-chat__poll-option{display:flex;flex-direction:row;padding:1rem .75rem}.str-chat__poll-option-list--full .str-chat__poll-option:nth-of-type(1){padding-top:1rem;border-top-left-radius:var(--str-chat__border-radius-sm);border-top-right-radius:var(--str-chat__border-radius-sm)}.str-chat__poll-option-list--full .str-chat__poll-option:last-child{padding-bottom:1rem;border-bottom-left-radius:var(--str-chat__border-radius-sm);border-bottom-right-radius:var(--str-chat__border-radius-sm)}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full){display:flex;flex-direction:column;gap:1.5rem;padding-block:1rem .5rem}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full) .str-chat__poll-option{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr auto;gap:.125rem}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full) .str-chat__poll-option .str-chat__poll-option-data{grid-column:2/3;grid-row:1/2}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full) .str-chat__poll-option .str-chat__poll-option__votes-bar{grid-column:2/3;grid-row:2/3;height:.25rem;width:100%;margin-top:.25rem}.str-chat__modal__poll-results .str-chat__poll-option{display:flex;flex-direction:column}.str-chat__poll-actions .str-chat__modal .str-chat__modal__close-button{display:none}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner{padding:0 0 .5rem;overflow:hidden;max-width:400px}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__tooltip{max-width:300px}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__suggest-poll-option .str-chat__form-field-error{height:1rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results{display:flex;flex-direction:column;width:100%;height:100%;min-height:400px}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-answer-list .str-chat__loading-indicator-placeholder,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option--full-vote-list .str-chat__loading-indicator-placeholder{display:flex;justify-content:center;align-items:center;width:100%;height:40px}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__title,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__title{padding:1.175rem 1rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-answer-list__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body{display:flex;flex-direction:column;min-height:0;padding-bottom:1rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__option-list{display:flex;flex-direction:column;flex:1;max-height:100%;min-height:0}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list{padding-bottom:0}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list{overflow-y:auto;padding:0 1rem 1.25rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__option-list{gap:.5rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body{gap:2rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option__show-all-votes-button{padding-bottom:1rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer{display:flex;flex-direction:column;gap:1rem;padding:.75rem 1rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer .str-chat__poll-answer__text{margin:0}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__checkmark{margin-right:1rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option__header{display:flex;align-items:flex-start;gap:.25rem;width:100%;padding:.75rem 1rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option__header .str-chat__poll-option__option-text{flex:1}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-vote{display:flex;justify-content:space-between;align-items:center;gap:.5rem;white-space:nowrap;padding-block:.375rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-vote .str-chat__poll-vote__author{display:flex;align-items:center;gap:calc(var(--str-chat__spacing-px)*5);min-width:0}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-vote .str-chat__poll-vote__author .str-chat__poll-vote__author__name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;max-width:130px;min-width:0}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-result-option-vote-counter{display:flex;gap:.375rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-result-option-vote-counter .str-chat__poll-result-winning-option-icon{height:1.25rem;width:1.25rem;background-image:var(--str-chat__winning-poll-option-icon)}.str-chat__poll-vote-listing{padding:0 1rem .75rem}.str-chat__modal__poll-results--option-detail .str-chat__modal-header__title{padding-inline:1rem;flex:1}.str-chat__modal__poll-results--option-detail .str-chat__modal__poll-results__body{padding-inline:1rem}.str-chat__quoted-poll-preview{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-start}.str-chat__modal.str-chat__create-poll-modal .str-chat__modal__close-button{display:none}.str-chat__modal.str-chat__create-poll-modal .str-chat__modal__inner{padding:0;max-height:unset;display:block}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog{width:100%;height:700px;display:flex;flex-direction:column}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog button{background:none;border:none;cursor:pointer}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__modal-header{padding-block:14px}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__modal-header .str-chat__modal-header__close-button{background-image:var(--str-chat__close-icon);background-repeat:no-repeat}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__dialog__body{flex:1 1;padding:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__dialog__body form{display:flex;flex-direction:column;gap:2rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset{margin:0;padding:0}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field{width:100%;padding:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field .str-chat__form__input-field__value,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field .str-chat__form__input-field__value .str-chat__form__input-field__error{width:100%}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value{padding:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field__value input{width:100%}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field{padding:1rem;display:flex;flex-direction:column;gap:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__switch-field{padding:0}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field{width:100%}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field .str-chat__form__input-field__value{padding:0}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field .str-chat__form__input-field__value .str-chat__form-field-error{height:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset__values{display:flex;flex-direction:column}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__field-label{display:block;margin-bottom:.5rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field--draggable{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field--draggable .str-chat__drag-handle{height:1rem;width:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__switch-field{width:100%;padding:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__switch-field input[type=checkbox]{display:none}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__switch-field label{display:flex;align-items:center;justify-content:space-between;width:100%}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__switch-field .str-chat__form__switch-field__switch{display:flex;align-items:center;width:calc(var(--str-chat__spacing-px)*52);height:calc(var(--str-chat__spacing-px)*32);padding:.25rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__switch-field .str-chat__form__switch-field__switch .str-chat__form__switch-field__switch-handle{height:1.5rem;width:1.5rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__switch-field .str-chat__form__switch-field__switch.str-chat__form__switch-field__switch--on .str-chat__form__switch-field__switch-handle{transform:translate(1.25rem)}@media only screen and (max-device-width: 768px){.str-chat__modal--open .str-chat__modal__inner{width:90%}.str-chat__create-poll-modal .str-chat__modal__inner,.str-chat__poll-answer-list-modal .str-chat__modal__inner,.str-chat__poll-results-modal .str-chat__modal__inner{height:90%;max-height:unset}}.str-chat__thread-container{height:100%;display:flex;flex-direction:column;width:100%}.str-chat__thread-container .str-chat__thread-header{display:flex;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);align-items:center}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details{display:flex;flex-direction:column;overflow-y:hidden;overflow-x:hidden;flex:1;row-gap:var(--str-chat__spacing-1_5)}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-reply-count,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-channel-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-subtitle,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-subtitle{overflow-y:hidden}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button{display:flex;align-items:flex-start;justify-content:flex-end;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);cursor:pointer;line-height:calc(var(--str-chat__spacing-px)*21);font-size:calc(var(--str-chat__spacing-px)*21)}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button svg{height:calc(var(--str-chat__spacing-px)*21);width:calc(var(--str-chat__spacing-px)*21)}.str-chat__thread .str-chat__main-panel-inner{height:auto}.str-chat__thread--virtualized .str-chat__main-panel-inner{height:100%}.str-chat__thread--virtualized .str-chat__main-panel-inner .str-chat__virtual-list-message-wrapper:first-of-type{padding-block-start:var(--str-chat__spacing-4)}.str-chat__parent-message-li{padding:var(--str-chat__spacing-2)}.str-chat__tooltip{overflow-y:hidden;display:flex;padding:var(--str-chat__spacing-2);z-index:1;max-width:calc(var(--str-chat__spacing-px)*150);width:max-content}.str-chat__typing-indicator-react-host{position:static!important}.str-chat__virtual-list .str-chat__typing-indicator{position:static}.str-chat__typing-indicator{padding:var(--str-chat__spacing-1_5);display:flex;justify-content:flex-start;align-items:center;column-gap:var(--str-chat__spacing-1);position:absolute;inset-block-end:0;inset-inline-start:0;inset-inline-end:0}.str-chat__typing-indicator .str-chat__typing-indicator__dots{display:flex;align-items:center;justify-content:center;column-gap:var(--str-chat__spacing-0_5)}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot{width:calc(var(--str-chat__spacing-px)*4);height:calc(var(--str-chat__spacing-px)*4)}.str-chat__thread-list-container{display:flex;flex-direction:column;flex-grow:1}.str-chat__unseen-threads-banner{font-size:16px;font-weight:400;margin:8px;padding:16px;display:flex;align-items:center;justify-content:space-between}.str-chat__unseen-threads-banner__button{--str-chat-icon-width: 16px;--str-chat-icon-heigh: 22px;all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.str-chat__thread-list .str-chat__thread-list-item{align-items:stretch;box-sizing:border-box;padding-block:14px;padding-inline:8px;gap:6px;width:100%;display:flex;flex-direction:column;cursor:pointer}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__channel{--str-chat-icon-height: 14px;--str-chat-icon-width: 14px;display:flex;gap:5px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__channel .str-chat__icon{margin-top:2px;flex-shrink:0}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__thread-status-symbol{font-size:14px;line-height:1}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__channel-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:1}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__parent-message{display:flex;gap:3px;justify-content:space-between;align-items:center;height:15px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__parent-message-text{font-size:12px;font-weight:400;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply{--str-chat__avatar-size: 49px;display:flex;align-items:center;gap:5px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-details{display:flex;flex-direction:column;flex-grow:1;gap:4px;width:0}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-created-by{font-weight:500;font-size:16px;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow-x:hidden}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-text-and-timestamp{display:flex;font-size:14px;font-weight:400;justify-content:space-between;align-items:baseline;line-height:16px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-timestamp{white-space:nowrap}.str-chat__thread-list .str-chat__thread-list-loading-indicator{display:flex;align-items:center;justify-content:center;padding-block:14px;padding-inline:8px}.str-chat__thread-list-empty-placeholder{--str-chat-icon-height: 95px;--str-chat-icon-width: 95px;font-size:20px;font-weight:500;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px}.str-chat__chat-view{display:flex;width:100%;height:100%}.str-chat__chat-view__selector{display:flex;flex-direction:column;padding-inline:8px;padding-block:16px;gap:20px}.str-chat__chat-view__selector-button{--str-chat-icon-height: 20px;--str-chat-icon-width: 20px;--str-chat-unread-count-badge-absolute-offset-vertical: 25%;display:flex;flex-direction:column;align-items:center;padding-inline:10px;padding-block:10px;border-radius:8px;gap:4px;font-weight:400;font-size:12px;line-height:1;box-sizing:border-box;cursor:pointer;position:relative}.str-chat__chat-view__channels,.str-chat__chat-view__threads{display:flex;flex-grow:1}.str-chat{--str-chat-unread-count-badge-absolute-offset-vertical: 50%;--str-chat-unread-count-badge-absolute-offset-horizontal: 50%}.str-chat__unread-count-badge-container{position:relative;display:flex;align-items:center;justify-content:center}.str-chat__unread-count-badge{font-size:12px;min-width:22px;min-height:22px;line-height:8px;font-weight:700;padding:7px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums}.str-chat__unread-count-badge--top-right{position:absolute;translate:var(--str-chat-unread-count-badge-absolute-offset-horizontal) calc(var(--str-chat-unread-count-badge-absolute-offset-vertical)*-1)}.str-chat__unread-count-badge--bottom-left{position:absolute;translate:calc(var(--str-chat-unread-count-badge-absolute-offset-horizontal)*-1) var(--str-chat-unread-count-badge-absolute-offset-vertical)}.str-chat__unread-count-badge--bottom-right{position:absolute;translate:var(--str-chat-unread-count-badge-absolute-offset-horizontal) var(--str-chat-unread-count-badge-absolute-offset-vertical)}.str-chat__unread-count-badge--top-left{position:absolute;translate:calc(var(--str-chat-unread-count-badge-absolute-offset-horizontal)*-1) calc(var(--str-chat-unread-count-badge-absolute-offset-vertical)*-1)}.str-chat__ai-state-indicator-container{padding:0 8px}.str-chat{--str-chat__blue950: #001333;--str-chat__blue900: #00163d;--str-chat__blue800: #002666;--str-chat__blue700: #003999;--str-chat__blue600: #004ccc;--str-chat__blue500: #005fff;--str-chat__blue400: #337eff;--str-chat__blue300: #669fff;--str-chat__blue200: #ccdfff;--str-chat__blue100: #e0f0ff;--str-chat__blue50: #ebf5ff;--str-chat__grey950: #080707;--str-chat__grey900: #17191c;--str-chat__grey800: #1c1e22;--str-chat__grey700: #272a30;--str-chat__grey600: #4c525c;--str-chat__grey500: #72767e;--str-chat__grey400: #b4b7bb;--str-chat__grey300: #dbdde1;--str-chat__grey200: #e9eaed;--str-chat__grey100: #f4f4f5;--str-chat__grey50: #ffffff;--str-chat__red900: #330003;--str-chat__red800: #660006;--str-chat__red700: #990008;--str-chat__red600: #cc000b;--str-chat__red500: #ff000e;--str-chat__red400: #ff3742;--str-chat__red300: #ff666e;--str-chat__red200: #ff999f;--str-chat__red100: #ffe5e7;--str-chat__green900: #062d16;--str-chat__green800: #0d592c;--str-chat__green700: #138643;--str-chat__green600: #19b359;--str-chat__green500: #20e070;--str-chat__green400: #4ce68c;--str-chat__green300: #79eca9;--str-chat__green200: #a6f2c6;--str-chat__green100: #e9f1ff;--str-chat__yellow900: #332500;--str-chat__yellow800: #664900;--str-chat__yellow700: #996e00;--str-chat__yellow600: #cc9200;--str-chat__yellow500: #ffb700;--str-chat__yellow400: #ffd466;--str-chat__yellow300: #ffe299;--str-chat__yellow200: #fff1cc;--str-chat__yellow100: #fff8e5}.str-chat{--str-chat__border-radius-xs: 8px;--str-chat__border-radius-sm: 14px;--str-chat__border-radius-md: 18px;--str-chat__border-radius-lg: 20px;--str-chat__border-radius-circle: 999px;--str-chat__font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;--str-chat__caption-text: .75rem/1.3 var(--str-chat__font-family);--str-chat__caption-medium-text: 500 .75rem/1.3 var(--str-chat__font-family);--str-chat__caption-strong-text: 700 .75rem/1.3 var(--str-chat__font-family);--str-chat__body-text: .875rem/1.2 var(--str-chat__font-family);--str-chat__body-medium-text: 500 .875rem/1.2 var(--str-chat__font-family);--str-chat__body2-text: .9375rem/1.2 var(--str-chat__font-family);--str-chat__body2-medium-text: 500 .9375rem/1.2 var(--str-chat__font-family);--str-chat__subtitle-text: 1rem/1.25 var(--str-chat__font-family);--str-chat__subtitle-medium-text: 500 1rem/1.25 var(--str-chat__font-family);--str-chat__subtitle2-text: 1.25rem/1.2 var(--str-chat__font-family);--str-chat__subtitle2-medium-text: 500 1.25rem/1.2 var(--str-chat__font-family);--str-chat__headline-text: 1.5rem/1.2 var(--str-chat__font-family);--str-chat__headline2-text: 1.8rem/1.2 var(--str-chat__font-family)}.str-chat,.str-chat__theme-light{--str-chat__primary-color: var(--str-chat__blue500);--str-chat__primary-overlay-color: rgba(0, 95, 255, .6);--str-chat__primary-color-low-emphasis: var(--str-chat__blue300);--str-chat__active-primary-color: var(--str-chat__blue600);--str-chat__on-primary-color: var(--str-chat__grey50);--str-chat__background-color: var(--str-chat__grey50);--str-chat__secondary-background-color: var(--str-chat__grey50);--str-chat__primary-surface-color: var(--str-chat__blue100);--str-chat__primary-surface-color-low-emphasis: var(--str-chat__blue50);--str-chat__surface-color: var(--str-chat__grey300);--str-chat__secondary-surface-color: var(--str-chat__grey200);--str-chat__tertiary-surface-color: var(--str-chat__grey100);--str-chat__text-color: var(--str-chat__grey950);--str-chat__text-low-emphasis-color: var(--str-chat__grey500);--str-chat__disabled-color: var(--str-chat__grey400);--str-chat__on-disabled-color: var(--str-chat__grey50);--str-chat__danger-color: var(--str-chat__red400);--str-chat__message-highlight-color: var(--str-chat__yellow100);--str-chat__unread-badge-color: var(--str-chat__red400);--str-chat__on-unread-badge-color: var(--str-chat__grey50);--str-chat__overlay-color: rgba(252, 252, 252, .9);--str-chat__secondary-overlay-color: rgba(0, 0, 0, .2);--str-chat__secondary-overlay-text-color: var(--str-chat__grey50);--str-chat__opaque-surface-background-color: rgba(0, 0, 0, .8);--str-chat__opaque-surface-text-color: var(--str-chat__grey50);--str-chat__box-shadow-color: rgba(0, 0, 0, .18);--str-chat__info-color: var(--str-chat__green500)}.str-chat__theme-dark{--str-chat__primary-color: var(--str-chat__blue400);--str-chat__primary-overlay-color: rgba(51, 126, 255, .6);--str-chat__primary-color-low-emphasis: var(--str-chat__blue700);--str-chat__active-primary-color: var(--str-chat__blue600);--str-chat__on-primary-color: var(--str-chat__grey50);--str-chat__background-color: var(--str-chat__grey950);--str-chat__secondary-background-color: var(--str-chat__grey900);--str-chat__primary-surface-color: var(--str-chat__blue900);--str-chat__primary-surface-color-low-emphasis: var(--str-chat__blue950);--str-chat__surface-color: var(--str-chat__grey700);--str-chat__secondary-surface-color: var(--str-chat__grey800);--str-chat__tertiary-surface-color: var(--str-chat__grey900);--str-chat__text-color: var(--str-chat__grey50);--str-chat__text-low-emphasis-color: var(--str-chat__grey500);--str-chat__disabled-color: var(--str-chat__grey600);--str-chat__on-disabled-color: var(--str-chat__grey50);--str-chat__danger-color: var(--str-chat__red600);--str-chat__message-highlight-color: var(--str-chat__yellow900);--str-chat__unread-badge-color: var(--str-chat__red400);--str-chat__on-unread-badge-color: var(--str-chat__grey50);--str-chat__overlay-color: rgba(0, 0, 0, .7);--str-chat__secondary-overlay-color: rgba(0, 0, 0, .4);--str-chat__secondary-overlay-text-color: var(--str-chat__grey50);--str-chat__opaque-surface-background-color: rgba(250, 250, 250, .85);--str-chat__opaque-surface-text-color: var(--str-chat__grey900);--str-chat__box-shadow-color: rgba(0, 0, 0, .8);--str-chat__info-color: var(--str-chat__green500)}.image-gallery-icon{color:#fff;transition:all .3s ease-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#0000;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px #1a1a1a)}@media (hover: hover)and (pointer: fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg{height:28px;width:28px}@media (max-width: 768px){.image-gallery-fullscreen-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg{height:24px;width:24px}}@media (max-width: 480px){.image-gallery-fullscreen-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media (max-width: 768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media (max-width: 480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;display:flex;justify-content:center;align-items:center}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content .image-gallery-slide{background-color:var(--str-chat__secondary-surface-color)}.image-gallery-content .image-gallery-slide .str-chat__base-image--load-failed{height:var(--str-chat__attachment-max-width);width:var(--str-chat__attachment-max-width);font-size:0}.image-gallery-content .image-gallery-slide .str-chat__message-attachment-file--item-download{position:absolute;left:.375rem;top:.375rem}.image-gallery-content.fullscreen{background:#000}.image-gallery-content.fullscreen .image-gallery-slide .image-gallery-image{max-width:100%}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px);max-width:unset;object-fit:contain}.image-gallery-content.left .image-gallery-slide .image-gallery-image,.image-gallery-content.right .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right,.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media (max-width: 768px){.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right,.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.center,.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media (max-width: 768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.str-chat{--str-chat__cta-button-border-radius: var(--str-chat__border-radius-xs);--str-chat__cta-button-color: var(--str-chat__on-primary-color);--str-chat__cta-button-background-color: var(--str-chat__primary-color);--str-chat__cta-button-border-block-start: none;--str-chat__cta-button-border-block-end: none;--str-chat__cta-button-border-inline-start: none;--str-chat__cta-button-border-inline-end: none;--str-chat__cta-button-box-shadow: none;--str-chat__cta-button-pressed-background-color: var(--str-chat__active-primary-color);--str-chat__cta-button-disabled-background-color: var(--str-chat__disabled-color);--str-chat__cta-button-disabled-color: var(--str-chat__on-disabled-color)}.str-chat__cta-button{background:var(--str-chat__cta-button-background-color);color:var(--str-chat__cta-button-color);box-shadow:var(--str-chat__cta-button-box-shadow);border-radius:var(--str-chat__cta-button-border-radius);border-block-start:var(--str-chat__cta-button-border-block-start);border-block-end:var(--str-chat__cta-button-border-block-end);border-inline-start:var(--str-chat__cta-button-border-inline-start);border-inline-end:var(--str-chat__cta-button-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__cta-button:active{background-color:var(--str-chat__cta-button-pressed-background-color)}.str-chat__cta-button:disabled{background-color:var(--str-chat__cta-button-disabled-background-color);color:var(--str-chat__cta-button-disabled-color)}.str-chat{--str-chat__circle-fab-border-radius: var(--str-chat__border-radius-circle);--str-chat__circle-fab-color: var(--str-chat__primary-color);--str-chat__circle-fab-background-color: var(--str-chat__secondary-background-color);--str-chat__circle-fab-pressed-background-color: var(--str-chat__surface-color);--str-chat__circle-fab-box-shadow: 0 2px 4px rgba(0, 0, 0, .25);--str-chat__circle-fab-border-block-start: none;--str-chat__circle-fab-border-block-end: none;--str-chat__circle-fab-border-inline-start: none;--str-chat__circle-fab-border-inline-end: none}.str-chat__circle-fab{background:var(--str-chat__circle-fab-background-color);color:var(--str-chat__circle-fab-color);box-shadow:var(--str-chat__circle-fab-box-shadow);border-radius:var(--str-chat__circle-fab-border-radius);border-block-start:var(--str-chat__circle-fab-border-block-start);border-block-end:var(--str-chat__circle-fab-border-block-end);border-inline-start:var(--str-chat__circle-fab-border-inline-start);border-inline-end:var(--str-chat__circle-fab-border-inline-end)}.str-chat__circle-fab svg path{fill:var(--str-chat__circle-fab-color)}.str-chat__circle-fab:active{background-color:var(--str-chat__circle-fab-pressed-background-color)}.str-chat{--str-chat__avatar-border-radius: var(--str-chat__border-radius-circle);--str-chat__avatar-color: var(--str-chat__on-primary-color);--str-chat__avatar-background-color: var(--str-chat__primary-color);--str-chat__avatar-border-block-start: none;--str-chat__avatar-border-block-end: none;--str-chat__avatar-border-inline-start: none;--str-chat__avatar-border-inline-end: none;--str-chat__avatar-box-shadow: none;--str-chat__avatar-online-indicator-color: var(--str-chat__info-color);--str-chat__avatar-online-indicator-border-radius: var(--str-chat__border-radius-circle)}.str-chat__avatar .str-chat__avatar-image{background:var(--str-chat__avatar-background-color);color:var(--str-chat__avatar-color);box-shadow:var(--str-chat__avatar-box-shadow);border-radius:var(--str-chat__avatar-border-radius);border-block-start:var(--str-chat__avatar-border-block-start);border-block-end:var(--str-chat__avatar-border-block-end);border-inline-start:var(--str-chat__avatar-border-inline-start);border-inline-end:var(--str-chat__avatar-border-inline-end);display:block}.str-chat__avatar.str-chat__avatar--no-letters{--str-chat-icon-color: var(--str-chat__avatar-color);background:var(--str-chat__avatar-background-color);color:var(--str-chat__avatar-color);box-shadow:var(--str-chat__avatar-box-shadow);border-radius:var(--str-chat__avatar-border-radius);border-block-start:var(--str-chat__avatar-border-block-start);border-block-end:var(--str-chat__avatar-border-block-end);border-inline-start:var(--str-chat__avatar-border-inline-start);border-inline-end:var(--str-chat__avatar-border-inline-end)}.str-chat__avatar .str-chat__avatar-fallback{background:var(--str-chat__avatar-background-color);color:var(--str-chat__avatar-color);box-shadow:var(--str-chat__avatar-box-shadow);border-radius:var(--str-chat__avatar-border-radius);border-block-start:var(--str-chat__avatar-border-block-start);border-block-end:var(--str-chat__avatar-border-block-end);border-inline-start:var(--str-chat__avatar-border-inline-start);border-inline-end:var(--str-chat__avatar-border-inline-end);text-transform:uppercase}.str-chat__avatar .str-chat__avatar--online-indicator{background-color:var(--str-chat__avatar-online-indicator-color);border-radius:var(--str-chat__avatar-online-indicator-border-radius)}.str-chat__loading-channels-avatar,.str-chat__avatar-group{border-radius:var(--str-chat__avatar-border-radius)}.str-chat{--str-chat__attachment-list-border-radius: 0;--str-chat__attachment-list-color: var(--str-chat__text-color);--str-chat__attachment-list-background-color: transparent;--str-chat__attachment-list-border-block-start: none;--str-chat__attachment-list-border-block-end: none;--str-chat__attachment-list-border-inline-start: none;--str-chat__attachment-list-border-inline-end: none;--str-chat__attachment-list-box-shadow: none;--str-chat__image-attachment-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__image-attachment-color: var(--str-chat__text-color);--str-chat__image-attachment-background-color: var(--str-chat__secondary-surface-color);--str-chat__image-attachment-border-block-start: none;--str-chat__image-attachment-border-block-end: none;--str-chat__image-attachment-border-inline-start: none;--str-chat__image-attachment-border-inline-end: none;--str-chat__image-attachment-box-shadow: none;--str-chat__image-gallery-attachment-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__image-gallery-attachment-color: var(--str-chat__text-color);--str-chat__image-gallery-attachment-background-color: transparent;--str-chat__image-gallery-attachment-border-block-start: none;--str-chat__image-gallery-attachment-border-block-end: none;--str-chat__image-gallery-attachment-border-inline-start: none;--str-chat__image-gallery-attachment-border-inline-end: none;--str-chat__image-gallery-attachment-box-shadow: none;--str-chat__image-gallery-attachment-overlay: var(--str-chat__secondary-overlay-color);--str-chat__image-gallery-attachment-overlay-text-color: var( --str-chat__secondary-overlay-text-color );--str-chat__card-attachment-border-radius: 0;--str-chat__card-attachment-color: var(--str-chat__text-color);--str-chat__card-attachment-link-color: var(--str-chat__primary-color);--str-chat__card-attachment-background-color: transparent;--str-chat__card-attachment-border-block-start: none;--str-chat__card-attachment-border-block-end: none;--str-chat__card-attachment-border-inline-start: none;--str-chat__card-attachment-border-inline-end: none;--str-chat__card-attachment-box-shadow: none;--str-chat__file-attachment-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__file-attachment-color: var(--str-chat__text-color);--str-chat__file-attachment-secondary-color: var(--str-chat__text-low-emphasis-color);--str-chat__file-attachment-background-color: var(--str-chat__secondary-background-color);--str-chat__file-attachment-border-block-start: none;--str-chat__file-attachment-border-block-end: none;--str-chat__file-attachment-border-inline-start: none;--str-chat__file-attachment-border-inline-end: none;--str-chat__file-attachment-box-shadow: none;--str-chat__audio-attachment-widget-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__audio-attachment-widget-color: var(--str-chat__text-color);--str-chat__audio-attachment-widget-secondary-color: var(--str-chat__text-low-emphasis-color);--str-chat__audio-attachment-widget-background-color: var(--str-chat__secondary-background-color);--str-chat__audio-attachment-widget-border-block-start: none;--str-chat__audio-attachment-widget-border-block-end: none;--str-chat__audio-attachment-widget-border-inline-start: none;--str-chat__audio-attachment-widget-border-inline-end: none;--str-chat__audio-attachment-widget-box-shadow: none;--str-chat__voice-recording-attachment-widget-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__voice-recording-attachment-widget-color: var(--str-chat__text-color);--str-chat__voice-recording-attachment-widget-secondary-color: var( --str-chat__text-low-emphasis-color );--str-chat__voice-recording-attachment-widget-background-color: var( --str-chat__secondary-background-color );--str-chat__voice-recording-attachment-widget-border-block-start: none;--str-chat__voice-recording-attachment-widget-border-block-end: none;--str-chat__voice-recording-attachment-widget-border-inline-start: none;--str-chat__voice-recording-attachment-widget-border-inline-end: none;--str-chat__voice-recording-attachment-widget-box-shadow: none;--str-chat__audio-attachment-controls-button-border-radius: var(--str-chat__border-radius-circle);--str-chat__audio-attachment-controls-button-color: var(--str-chat__text-color);--str-chat__audio-attachment-controls-button-background-color: var( --str-chat__secondary-background-color );--str-chat__audio-attachment-controls-button-pressed-background-color: var( --str-chat__surface-color );--str-chat__audio-attachment-controls-button-border-block-start: none;--str-chat__audio-attachment-controls-button-border-block-end: none;--str-chat__audio-attachment-controls-button-border-inline-start: none;--str-chat__audio-attachment-controls-button-border-inline-end: none;--str-chat__audio-attachment-controls-button-box-shadow: var(--str-chat__circle-fab-box-shadow);--str-chat__attachment-actions-border-radius: 0;--str-chat__attachment-actions-color: var(--str-chat__text-color);--str-chat__attachment-actions-background-color: transparent;--str-chat__attachment-actions-border-block-start: none;--str-chat__attachment-actions-border-block-end: none;--str-chat__attachment-actions-border-inline-start: none;--str-chat__attachment-actions-border-inline-end: none;--str-chat__attachment-actions-box-shadow: none;--str-chat__attachment-action-border-radius: 0;--str-chat__attachment-action-color: var(--str-chat__text-low-emphasis-color);--str-chat__attachment-action-background-color: var(--str-chat__secondary-background-color);--str-chat__attachment-action-border-block-start: var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-border-inline-start: var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-border-inline-end: var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-box-shadow: none;--str-chat__attachment-action-active-color: var(--str-chat__primary-color)}.str-chat__attachment-list{background:var(--str-chat__attachment-list-background-color);color:var(--str-chat__attachment-list-color);box-shadow:var(--str-chat__attachment-list-box-shadow);border-radius:var(--str-chat__attachment-list-border-radius);border-block-start:var(--str-chat__attachment-list-border-block-start);border-block-end:var(--str-chat__attachment-list-border-block-end);border-inline-start:var(--str-chat__attachment-list-border-inline-start);border-inline-end:var(--str-chat__attachment-list-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment--image,.str-chat__attachment-list .str-chat__message-attachment-card--header,.str-chat__attachment-list .str-chat__message-attachment--video{background:var(--str-chat__image-attachment-background-color);color:var(--str-chat__image-attachment-color);box-shadow:var(--str-chat__image-attachment-box-shadow);border-radius:var(--str-chat__image-attachment-border-radius);border-block-start:var(--str-chat__image-attachment-border-block-start);border-block-end:var(--str-chat__image-attachment-border-block-end);border-inline-start:var(--str-chat__image-attachment-border-inline-start);border-inline-end:var(--str-chat__image-attachment-border-inline-end)}.str-chat__attachment-list .str-chat__gallery{background:var(--str-chat__image-gallery-attachment-background-color);color:var(--str-chat__image-gallery-attachment-color);box-shadow:var(--str-chat__image-gallery-attachment-box-shadow);border-radius:var(--str-chat__image-gallery-attachment-border-radius);border-block-start:var(--str-chat__image-gallery-attachment-border-block-start);border-block-end:var(--str-chat__image-gallery-attachment-border-block-end);border-inline-start:var(--str-chat__image-gallery-attachment-border-inline-start);border-inline-end:var(--str-chat__image-gallery-attachment-border-inline-end)}.str-chat__attachment-list .str-chat__gallery .str-chat__gallery-image{background-color:var(--str-chat__image-attachment-background-color);border:0}.str-chat__attachment-list .str-chat__gallery .str-chat__gallery-placeholder{color:var(--str-chat__image-gallery-attachment-overlay-text-color);display:flex;border:none;font:var(--str-chat__headline2-text)}.str-chat__attachment-list .str-chat__gallery .str-chat__gallery-placeholder:after{background-color:var(--str-chat__image-gallery-attachment-overlay)}.str-chat__attachment-list .str-chat__message-attachment--svg-image{background-image:repeating-conic-gradient(#d4d5d7,#d4d5d7 25%,#f4f4f4 0%,#f4f4f4 50%);background-size:24px 24px}.str-chat__attachment-list .str-chat__message-attachment-unsupported,.str-chat__attachment-list .str-chat__message-attachment-file--item{background:var(--str-chat__file-attachment-background-color);color:var(--str-chat__file-attachment-color);box-shadow:var(--str-chat__file-attachment-box-shadow);border-radius:var(--str-chat__file-attachment-border-radius);border-block-start:var(--str-chat__file-attachment-border-block-start);border-block-end:var(--str-chat__file-attachment-border-block-end);border-inline-start:var(--str-chat__file-attachment-border-inline-start);border-inline-end:var(--str-chat__file-attachment-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--title{font:var(--str-chat__subtitle-medium-text);word-break:keep-all}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-size,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-size{color:var(--str-chat__file-attachment-secondary-color);font:var(--str-chat__body-text)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-download-icon svg path,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-download-icon svg path{fill:var(--str-chat__file-attachment-color)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget{background:var(--str-chat__audio-attachment-widget-background-color);color:var(--str-chat__audio-attachment-widget-color);box-shadow:var(--str-chat__audio-attachment-widget-box-shadow);border-radius:var(--str-chat__audio-attachment-widget-border-radius);border-block-start:var(--str-chat__audio-attachment-widget-border-block-start);border-block-end:var(--str-chat__audio-attachment-widget-border-block-end);border-inline-start:var(--str-chat__audio-attachment-widget-border-inline-start);border-inline-end:var(--str-chat__audio-attachment-widget-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track{background:linear-gradient(to right,var(--str-chat__primary-color) var(--str-chat__message-attachment-audio-widget-progress),var(--str-chat__disabled-color) var(--str-chat__message-attachment-audio-widget-progress));border-radius:calc(var(--str-chat__spacing-px)*5)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track .str-chat__message-attachment-audio-widget--progress-indicator{background-color:var(--str-chat__primary-color);border-radius:inherit}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--play-button{background:var(--str-chat__audio-attachment-controls-button-background-color);color:var(--str-chat__audio-attachment-controls-button-color);box-shadow:var(--str-chat__audio-attachment-controls-button-box-shadow);border-radius:var(--str-chat__audio-attachment-controls-button-border-radius);border-block-start:var(--str-chat__audio-attachment-controls-button-border-block-start);border-block-end:var(--str-chat__audio-attachment-controls-button-border-block-end);border-inline-start:var(--str-chat__audio-attachment-controls-button-border-inline-start);border-inline-end:var(--str-chat__audio-attachment-controls-button-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--play-button svg path{fill:var(--str-chat__audio-attachment-controls-button-color)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--play-button:active{background-color:var(--str-chat__audio-attachment-controls-button-pressed-background-color)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget{background:var(--str-chat__voice-recording-attachment-widget-background-color);color:var(--str-chat__voice-recording-attachment-widget-color);box-shadow:var(--str-chat__voice-recording-attachment-widget-box-shadow);border-radius:var(--str-chat__voice-recording-attachment-widget-border-radius);border-block-start:var(--str-chat__voice-recording-attachment-widget-border-block-start);border-block-end:var(--str-chat__voice-recording-attachment-widget-border-block-end);border-inline-start:var(--str-chat__voice-recording-attachment-widget-border-inline-start);border-inline-end:var(--str-chat__voice-recording-attachment-widget-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget a{color:var(--str-chat__voice-recording-attachment-widget-color)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;font:var(--str-chat__subtitle-medium-text)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{font:var(--str-chat__body-text);color:var(--str-chat__text-low-emphasis-color);white-space:nowrap}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__amplitude-bar{background:var(--str-chat__text-low-emphasis-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__amplitude-bar--active{background:var(--str-chat__primary-color)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__progress-indicator{background-color:#fff;border-radius:var(--str-chat__border-radius-circle);border:1px solid var(--str-chat__secondary-overlay-color);cursor:grab}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__error-message{font:var(--str-chat__body-text);color:var(--str-chat__text-low-emphasis-color)}.str-chat__attachment-list .str-chat__message_attachment__playback-rate-button{box-shadow:0 2px 4px #00000040;border-radius:var(--str-chat__border-radius-circle);background-color:#fff;cursor:pointer}.str-chat__attachment-list .str-chat__message-attachment--card{background:var(--str-chat__card-attachment-background-color);color:var(--str-chat__card-attachment-color);box-shadow:var(--str-chat__card-attachment-box-shadow);border-radius:var(--str-chat__card-attachment-border-radius);border-block-start:var(--str-chat__card-attachment-border-block-start);border-block-end:var(--str-chat__card-attachment-border-block-end);border-inline-start:var(--str-chat__card-attachment-border-inline-start);border-inline-end:var(--str-chat__card-attachment-border-inline-end);font:var(--str-chat__body-text)}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--source-link,.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--title{font:var(--str-chat__body-medium-text)}.str-chat__attachment-list .str-chat__message-attachment-card--audio img{border-bottom-left-radius:0;border-bottom-right-radius:0}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--header .str-chat__message-attachment-card--source-link{background-color:var(--str-chat__audio-attachment-widget-background-color)}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card-audio-widget{background-color:var(--str-chat__audio-attachment-widget-background-color);border-radius:0 0 calc(var(--str-chat__spacing-px)*14) calc(var(--str-chat__spacing-px)*14)}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card-audio-widget .str-chat__message-attachment-audio-widget--title{color:var(--str-chat__text-color);font:var(--str-chat__body-medium-text)}.str-chat__attachment-list .str-chat__message-attachment-actions{background:var(--str-chat__attachment-actions-background-color);color:var(--str-chat__attachment-actions-color);box-shadow:var(--str-chat__attachment-actions-box-shadow);border-radius:var(--str-chat__attachment-actions-border-radius);border-block-start:var(--str-chat__attachment-actions-border-block-start);border-block-end:var(--str-chat__attachment-actions-border-block-end);border-inline-start:var(--str-chat__attachment-actions-border-inline-start);border-inline-end:var(--str-chat__attachment-actions-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-button{background:var(--str-chat__attachment-action-background-color);color:var(--str-chat__attachment-action-color);box-shadow:var(--str-chat__attachment-action-box-shadow);border-radius:var(--str-chat__attachment-action-border-radius);border-block-start:var(--str-chat__attachment-action-border-block-start);border-block-end:var(--str-chat__attachment-action-border-block-end);border-inline-start:var(--str-chat__attachment-action-border-inline-start);border-inline-end:var(--str-chat__attachment-action-border-inline-end);font:var(--str-chat__subtitle-medium-text);border-collapse:collapse}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-button:active{color:var(--str-chat__attachment-action-active-color)}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-button:not(:last-of-type){border-inline-end:none}.str-chat__attachment-list .str-chat__message-attachment-with-actions.str-chat__message-attachment--giphy .str-chat__message-attachment-card--header{border-end-start-radius:0;border-end-end-radius:0}.str-chat__message-attachment-audio-widget--play-button{background:var(--str-chat__audio-attachment-controls-button-background-color);color:var(--str-chat__audio-attachment-controls-button-color);box-shadow:var(--str-chat__audio-attachment-controls-button-box-shadow);border-radius:var(--str-chat__audio-attachment-controls-button-border-radius);border-block-start:var(--str-chat__audio-attachment-controls-button-border-block-start);border-block-end:var(--str-chat__audio-attachment-controls-button-border-block-end);border-inline-start:var(--str-chat__audio-attachment-controls-button-border-inline-start);border-inline-end:var(--str-chat__audio-attachment-controls-button-border-inline-end)}.str-chat__message-attachment-audio-widget--play-button svg path{fill:var(--str-chat__audio-attachment-controls-button-color)}.str-chat__message-attachment-audio-widget--play-button:active{background-color:var(--str-chat__audio-attachment-controls-button-pressed-background-color)}.str-chat__message-attachment-card.str-chat__message-attachment-card--audio .str-chat__message-attachment-card--header{border-end-start-radius:0;border-end-end-radius:0}.str-chat__message-attachment__voice-recording-widget{background:var(--str-chat__voice-recording-attachment-widget-background-color);color:var(--str-chat__voice-recording-attachment-widget-color);box-shadow:var(--str-chat__voice-recording-attachment-widget-box-shadow);border-radius:var(--str-chat__voice-recording-attachment-widget-border-radius);border-block-start:var(--str-chat__voice-recording-attachment-widget-border-block-start);border-block-end:var(--str-chat__voice-recording-attachment-widget-border-block-end);border-inline-start:var(--str-chat__voice-recording-attachment-widget-border-inline-start);border-inline-end:var(--str-chat__voice-recording-attachment-widget-border-inline-end)}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;word-break:keep-all;font:var(--str-chat__subtitle-medium-text)}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{font:var(--str-chat__body-text);color:var(--str-chat__text-low-emphasis-color);white-space:nowrap}.str-chat__audio_recorder__waveform-box,.str-chat__wave-progress-bar__track{cursor:pointer}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__amplitude-bar,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar{background:var(--str-chat__text-low-emphasis-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__amplitude-bar--active,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar--active{background:var(--str-chat__primary-color)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__progress-indicator,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__progress-indicator{background-color:#fff;border-radius:var(--str-chat__border-radius-circle);border:1px solid var(--str-chat__secondary-overlay-color);cursor:grab}.str-chat-angular__message-attachment-file-single .str-chat__message-attachment-file--item-first-row{color:var(--str-chat__attachment-list-color)}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video-play{--str-chat-icon-color: var(--str-chat__text-color);background-color:var(--str-chat__secondary-background-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat{--str-chat__attachment-preview-list-border-radius: var(--str-chat__border-radius-sm);--str-chat__attachment-preview-list-color: var(--str-chat__text-color);--str-chat__attachment-preview-list-background-color: transparent;--str-chat__attachment-preview-list-border-block-start: none;--str-chat__attachment-preview-list-border-block-end: none;--str-chat__attachment-preview-list-border-inline-start: none;--str-chat__attachment-preview-list-border-inline-end: none;--str-chat__attachment-preview-list-box-shadow: none;--str-chat__attachment-preview-close-icon-background: var(--str-chat__secondary-overlay-color);--str-chat__attachment-preview-close-icon-color: var(--str-chat__secondary-overlay-text-color);--str-chat__attachment-preview-retry-icon-color: var(--str-chat__primary-color);--str-chat__attachment-preview-download-icon-color: var(--str-chat__text-low-emphasis-color);--str-chat__attachment-preview-overlay-color: var(--str-chat__overlay-color);--str-chat__attachment-preview-image-border-radius: var(--str-chat__border-radius-sm);--str-chat__attachment-preview-image-color: var(--str-chat__text-color);--str-chat__attachment-preview-image-background-color: transparent;--str-chat__attachment-preview-image-border-block-start: none;--str-chat__attachment-preview-image-border-block-end: none;--str-chat__attachment-preview-image-border-inline-start: none;--str-chat__attachment-preview-image-border-inline-end: none;--str-chat__attachment-preview-image-box-shadow: none;--str-chat__attachment-preview-file-border-radius: var(--str-chat__border-radius-md);--str-chat__attachment-preview-file-color: var(--str-chat__text-color);--str-chat__attachment-preview-file-background-color: transparent;--str-chat__attachment-preview-file-border-block-start: 1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-border-block-end: 1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-border-inline-start: 1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-border-inline-end: 1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-box-shadow: none}.str-chat__attachment-preview-list{background:var(--str-chat__attachment-preview-list-background-color);color:var(--str-chat__attachment-preview-list-color);box-shadow:var(--str-chat__attachment-preview-list-box-shadow);border-radius:var(--str-chat__attachment-preview-list-border-radius);border-block-start:var(--str-chat__attachment-preview-list-border-block-start);border-block-end:var(--str-chat__attachment-preview-list-border-block-end);border-inline-start:var(--str-chat__attachment-preview-list-border-inline-start);border-inline-end:var(--str-chat__attachment-preview-list-border-inline-end)}.str-chat__attachment-preview-list .str-chat__attachment-list-scroll-container{border-radius:inherit}.str-chat__attachment-preview-list .str-chat__attachment-preview-image{background:var(--str-chat__attachment-preview-image-background-color);color:var(--str-chat__attachment-preview-image-color);box-shadow:var(--str-chat__attachment-preview-image-box-shadow);border-radius:var(--str-chat__attachment-preview-image-border-radius);border-block-start:var(--str-chat__attachment-preview-image-border-block-start);border-block-end:var(--str-chat__attachment-preview-image-border-block-end);border-inline-start:var(--str-chat__attachment-preview-image-border-inline-start);border-inline-end:var(--str-chat__attachment-preview-image-border-inline-end)}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-thumbnail,.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-image-loading{border-radius:var(--str-chat__attachment-preview-image-border-radius);background-color:var(--str-chat__attachment-preview-overlay-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording,.str-chat__attachment-preview-list .str-chat__attachment-preview-file{background:var(--str-chat__attachment-preview-file-background-color);color:var(--str-chat__attachment-preview-file-color);box-shadow:var(--str-chat__attachment-preview-file-box-shadow);border-radius:var(--str-chat__attachment-preview-file-border-radius);border-block-start:var(--str-chat__attachment-preview-file-border-block-start);border-block-end:var(--str-chat__attachment-preview-file-border-block-end);border-inline-start:var(--str-chat__attachment-preview-file-border-inline-start);border-inline-end:var(--str-chat__attachment-preview-file-border-inline-end)}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-name{font:var(--str-chat__subtitle-medium-text)}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-download,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-download,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-download{--str-chat-icon-color: var(--str-chat__attachment-preview-download-icon-color);text-decoration:none}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-download svg path,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-download svg path,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-download svg path{fill:var(--str-chat__attachment-preview-download-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-download svg path{fill:var(--str-chat__attachment-preview-download-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__recording-timer{color:var(--str-chat__text-low-emphasis-color);font:var(--str-chat__caption-medium-text)}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete{--str-chat-icon-color: var(--str-chat__attachment-preview-close-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete .str-chat__icon{background-color:var(--str-chat__attachment-preview-close-icon-background);border-radius:999px}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete svg{background-color:var(--str-chat__attachment-preview-close-icon-background);border-radius:999px}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete svg path{fill:var(--str-chat__attachment-preview-close-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error{--str-chat-icon-color: var(--str-chat__attachment-preview-retry-icon-color);background-color:var(--str-chat__attachment-preview-overlay-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error svg path{fill:var(--str-chat__attachment-preview-retry-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error.str-chat__attachment-preview-error-image{border-radius:var(--str-chat__attachment-preview-image-border-radius)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error.str-chat__attachment-preview-error-file{border-radius:var(--str-chat__attachment-preview-file-border-radius)}.str-chat__audio_recorder-container{background-color:var(--str-chat__background-color)}.str-chat__audio_recorder button{background:none;border:none;cursor:pointer}.str-chat__audio_recorder button:disabled{cursor:default}.str-chat__audio_recorder .str-chat__audio_recorder__cancel-button,.str-chat__audio_recorder .str-chat__audio_recorder__toggle-playback-button{--str-chat-icon-color: var(--str-chat__text-low-emphasis-color);color:var(--str-chat__text-low-emphasis-color)}.str-chat__audio_recorder .str-chat__message-attachment-audio-widget--play-button{--str-chat-icon-color: var(--str-chat__text-low-emphasis-color);box-shadow:none;border:none}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button,.str-chat__audio_recorder .str-chat__audio_recorder__resume-recording-button{--str-chat-icon-color: var(--str-chat__danger-color);color:var(--str-chat__danger-color)}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button{border:3px solid var(--str-chat__danger-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button,.str-chat__audio_recorder .str-chat__audio_recorder__complete-button{--str-chat-icon-color: var(--str-chat__on-primary-color);border-radius:var(--str-chat__border-radius-circle);color:var(--str-chat__on-primary-color);background-color:var(--str-chat__primary-color)}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button .str-chat__loading-indicator svg linearGradient stop:last-child,.str-chat__audio_recorder .str-chat__audio_recorder__complete-button .str-chat__loading-indicator svg linearGradient stop:last-child{stop-color:var(--str-chat__background-color)}.str-chat{--str-chat__autocomplete-menu-border-radius: var(--str-chat__border-radius-xs);--str-chat__autocomplete-menu-color: var(--str-chat__text-color);--str-chat__autocomplete-menu-background-color: var(--str-chat__secondary-background-color);--str-chat__autocomplete-menu-border-block-start: none;--str-chat__autocomplete-menu-border-block-end: none;--str-chat__autocomplete-menu-border-inline-start: none;--str-chat__autocomplete-menu-border-inline-end: none;--str-chat__autocomplete-menu-box-shadow: 0 0 8px rgba(0, 0, 0, .15);--str-chat__autocomplete-active-background-color: var(--str-chat__surface-color);--str-chat__suggestion-list-container-border-radius: var(--str-chat__border-radius-xs);--str-chat__suggestion-list-container-color: var(--str-chat__text-color);--str-chat__suggestion-list-container-background-color: var( --str-chat__secondary-background-color );--str-chat__suggestion-list-container-border-block-start: none;--str-chat__suggestion-list-container-border-block-end: none;--str-chat__suggestion-list-container-border-inline-start: none;--str-chat__suggestion-list-container-border-inline-end: none;--str-chat__suggestion-list-container-box-shadow: 0 0 8px rgba(0, 0, 0, .15);--str-chat__suggestion-list-item--selected-background-color: var(--str-chat__surface-color);--str-chat__slash-command-border-radius: 0;--str-chat__slash-command-color: var(--str-chat__text-color);--str-chat__slash-command-background-color: transparent;--str-chat__slash-command-border-block-start: none;--str-chat__slash-command-border-block-end: none;--str-chat__slash-command-border-inline-start: none;--str-chat__slash-command-border-inline-end: none;--str-chat__slash-command-box-shadow: none;--str-chat__slash-command-args-color: var(--str-chat__text-low-emphasis-color);--str-chat__mention-list-user-item-border-radius: 0;--str-chat__mention-list-user-item-color: var(--str-chat__text-color);--str-chat__mention-list-user-item-background-color: transparent;--str-chat__mention-list-user-item-border-block-start: none;--str-chat__mention-list-user-item-border-block-end: none;--str-chat__mention-list-user-item-border-inline-start: none;--str-chat__mention-list-user-item-border-inline-end: none;--str-chat__mention-list-user-item-box-shadow: none;--str-chat__mention-list-user-item-at-sign-color: var(--str-chat__primary-color);--str-chat__mention-list-emoji-item-font-family: var(--str-chat__font-family);--str-chat__mention-list-emoji-item-border-radius: 0;--str-chat__mention-list-emoji-item-color: var(--str-chat__text-color);--str-chat__mention-list-emoji-item-background-color: transparent;--str-chat__mention-list-emoji-item-border-block-start: none;--str-chat__mention-list-emoji-item-border-block-end: none;--str-chat__mention-list-emoji-item-border-inline-start: none;--str-chat__mention-list-emoji-item-border-inline-end: none;--str-chat__mention-list-emoji-item-box-shadow: none}.mention-menu{background:var(--str-chat__autocomplete-menu-background-color)!important;color:var(--str-chat__autocomplete-menu-color)!important;box-shadow:var(--str-chat__autocomplete-menu-box-shadow)!important;border-radius:var(--str-chat__autocomplete-menu-border-radius)!important;border-block-start:var(--str-chat__autocomplete-menu-border-block-start)!important;border-block-end:var(--str-chat__autocomplete-menu-border-block-end)!important;border-inline-start:var(--str-chat__autocomplete-menu-border-inline-start)!important;border-inline-end:var(--str-chat__autocomplete-menu-border-inline-end)!important}.mention-menu .active.mention-active>a{background-color:var(--str-chat__autocomplete-active-background-color)!important}.mention-menu .mention-item{color:var(--str-chat__autocomplete-menu-color)!important;background-color:#0000!important}.str-chat__slash-command{background:var(--str-chat__slash-command-background-color);color:var(--str-chat__slash-command-color);box-shadow:var(--str-chat__slash-command-box-shadow);border-radius:var(--str-chat__slash-command-border-radius);border-block-start:var(--str-chat__slash-command-border-block-start);border-block-end:var(--str-chat__slash-command-border-block-end);border-inline-start:var(--str-chat__slash-command-border-inline-start);border-inline-end:var(--str-chat__slash-command-border-inline-end)}.str-chat__slash-command .str-chat__slash-command-header .str-chat__slash-command-name{text-transform:capitalize;font:var(--str-chat__subtitle2-text)}.str-chat__slash-command .str-chat__slash-command-header .str-chat__slash-command-args{color:var(--str-chat__slash-command-args-color);font:var(--str-chat__subtitle-text)}.str-chat__user-item{background:var(--str-chat__mention-list-user-item-background-color);color:var(--str-chat__mention-list-user-item-color);box-shadow:var(--str-chat__mention-list-user-item-box-shadow);border-radius:var(--str-chat__mention-list-user-item-border-radius);border-block-start:var(--str-chat__mention-list-user-item-border-block-start);border-block-end:var(--str-chat__mention-list-user-item-border-block-end);border-inline-start:var(--str-chat__mention-list-user-item-border-inline-start);border-inline-end:var(--str-chat__mention-list-user-item-border-inline-end)}.str-chat__user-item .str-chat__user-item--name{font:var(--str-chat__subtitle-text)}.str-chat__user-item .str-chat__user-item-at{font:var(--str-chat__subtitle2-text);color:var(--str-chat__mention-list-user-item-at-sign-color)}.str-chat__emoji-item{background:var(--str-chat__mention-list-emoji-item-background-color);color:var(--str-chat__mention-list-emoji-item-color);box-shadow:var(--str-chat__mention-list-emoji-item-box-shadow);border-radius:var(--str-chat__mention-list-emoji-item-border-radius);border-block-start:var(--str-chat__mention-list-emoji-item-border-block-start);border-block-end:var(--str-chat__mention-list-emoji-item-border-block-end);border-inline-start:var(--str-chat__mention-list-emoji-item-border-inline-start);border-inline-end:var(--str-chat__mention-list-emoji-item-border-inline-end)}.str-chat__emoji-item .str-chat__emoji-item--name{font:var(--str-chat__subtitle-text)}.str-chat__suggestion-list-container{background:var(--str-chat__suggestion-list-container-background-color);color:var(--str-chat__suggestion-list-container-color);box-shadow:var(--str-chat__suggestion-list-container-box-shadow);border-radius:var(--str-chat__suggestion-list-container-border-radius);border-block-start:var(--str-chat__suggestion-list-container-border-block-start);border-block-end:var(--str-chat__suggestion-list-container-border-block-end);border-inline-start:var(--str-chat__suggestion-list-container-border-inline-start);border-inline-end:var(--str-chat__suggestion-list-container-border-inline-end)}.str-chat__suggestion-list-container .str-chat__suggestion-list .str-chat__suggestion-list-item>a{text-decoration:none}.str-chat__suggestion-list-container .str-chat__suggestion-list .str-chat__suggestion-item--selected{background-color:var(--str-chat__suggestion-list-item--selected-background-color)}.str-chat__base-image{color:#0000}.str-chat__base-image--load-failed{mask-image:var(--str-chat__image-fallback-icon);-webkit-mask-image:var(--str-chat__image-fallback-icon);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;mask-size:5rem 5rem;-webkit-mask-size:5rem 5rem;background-color:var(--str-chat__disabled-color)}.str-chat__base-image--load-failed~.str-chat__message-attachment-file--item-download .str-chat__message-attachment-download-icon path{fill:var(--str-chat__text-color)}.str-chat__attachment-preview-image .str-chat__base-image--load-failed{mask-size:1.5rem 1.5rem;-webkit-mask-size:1.5rem 1.5rem}.str-chat__attachment-preview-list .str-chat__attachment-preview-image--error{background-color:var(--str-chat__secondary-surface-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-image--error .str-chat__attachment-preview-thumbnail.str-chat__base-image--load-failed{background-color:var(--str-chat__disabled-color)}.str-chat{--str-chat__channel-border-radius: 0;--str-chat__channel-color: var(--str-chat__text-color);--str-chat__channel-background-color: var(--str-chat__background-color);--str-chat__channel-box-shadow: none;--str-chat__channel-border-block-start: none;--str-chat__channel-border-block-end: none;--str-chat__channel-border-inline-start: none;--str-chat__channel-border-inline-end: none;--str-chat__channel-empty-indicator-color: var(--str-chat__disabled-color);--str-chat__channel-empty-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-loading-state-color: var(--str-chat__disabled-color)}.str-chat__channel{background:var(--str-chat__channel-background-color);color:var(--str-chat__channel-color);box-shadow:var(--str-chat__channel-box-shadow);border-radius:var(--str-chat__channel-border-radius);border-block-start:var(--str-chat__channel-border-block-start);border-block-end:var(--str-chat__channel-border-block-end);border-inline-start:var(--str-chat__channel-border-inline-start);border-inline-end:var(--str-chat__channel-border-inline-end)}.str-chat__empty-channel{--str-chat-icon-color: var(--str-chat__channel-empty-color);background:var(--str-chat__channel-background-color);color:var(--str-chat__channel-color);box-shadow:var(--str-chat__channel-box-shadow);border-radius:var(--str-chat__channel-border-radius);border-block-start:var(--str-chat__channel-border-block-start);border-block-end:var(--str-chat__channel-border-block-end);border-inline-start:var(--str-chat__channel-border-inline-start);border-inline-end:var(--str-chat__channel-border-inline-end);font:var(--str-chat__headline-text);text-align:center}.str-chat__empty-channel svg path{fill:var(--str-chat__channel-empty-indicator-color)}.str-chat__empty-channel .str-chat__empty-channel-text{color:var(--str-chat__channel-empty-color)}.str-chat__loading-channel{animation:pulsate 1s linear 0s infinite alternate}.str-chat__loading-channel:nth-of-type(2){animation:pulsate 1s linear .3334s infinite alternate}.str-chat__loading-channel:last-of-type{animation:pulsate 1s linear .6667s infinite alternate}.str-chat__loading-channel .str-chat__loading-channel-header{background-color:var(--str-chat__channel-header-background-color)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-avatar{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__avatar-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-name,.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-info{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__border-radius-xs)}.str-chat__loading-channel .str-chat__loading-channel-message-list{background-color:var(--str-chat__message-list-background-color)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-avatar{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__avatar-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-sender,.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-text,.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-date{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__message-bubble-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-input,.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-send{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-input{border-radius:var(--str-chat__message-textarea-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-send{border-radius:var(--str-chat__message-send-border-radius)}.str-chat{--str-chat__channel-header-border-radius: 0;--str-chat__channel-header-color: 0;--str-chat__channel-header-background-color: var(--str-chat__secondary-background-color);--str-chat__channel-header-border-block-start: none;--str-chat__channel-header-border-block-end: none;--str-chat__channel-header-border-inline-start: none;--str-chat__channel-header-border-inline-end: none;--str-chat__channel-header-box-shadow: none;--str-chat__channel-header-info-color: var(--str-chat__text-low-emphasis-color)}.str-chat__channel-header{background:var(--str-chat__channel-header-background-color);color:var(--str-chat__channel-header-color);box-shadow:var(--str-chat__channel-header-box-shadow);border-radius:var(--str-chat__channel-header-border-radius);border-block-start:var(--str-chat__channel-header-border-block-start);border-block-end:var(--str-chat__channel-header-border-block-end);border-inline-start:var(--str-chat__channel-header-border-inline-start);border-inline-end:var(--str-chat__channel-header-border-inline-end)}.str-chat__channel-header .str-chat__channel-header-title{font:var(--str-chat__subtitle-medium-text)}.str-chat__channel-header .str-chat__channel-header-info{font:var(--str-chat__body-text);color:var(--str-chat__channel-header-info-color)}.str-chat{--str-chat__channel-list-border-radius: 0;--str-chat__channel-list-color: var(--str-chat__text-color);--str-chat__channel-list-background-color: var(--str-chat__secondary-background-color);--str-chat__channel-list-box-shadow: none;--str-chat__channel-list-border-block-start: none;--str-chat__channel-list-border-block-end: none;--str-chat__channel-list-border-inline-start: none;--str-chat__channel-list-border-inline-end: 1px solid var(--str-chat__surface-color);--str-chat__channel-list-load-more-border-radius: var(--str-chat__cta-button-border-radius);--str-chat__channel-list-load-more-color: var(--str-chat__cta-button-color);--str-chat__channel-list-load-more-background-color: var(--str-chat__cta-button-background-color);--str-chat__channel-list-load-more-box-shadow: var(--str-chat__cta-button-box-shadow);--str-chat__channel-list-load-more-border-block-start: var( --str-chat__cta-button-border-block-start );--str-chat__channel-list-load-more-border-block-end: var(--str-chat__cta-button-border-block-end);--str-chat__channel-list-load-more-border-inline-start: var( --str-chat__cta-button-border-inline-start );--str-chat__channel-list-load-more-border-inline-end: var( --str-chat__cta-button-border-inline-end );--str-chat__channel-list-load-more-pressed-background-color: var( --str-chat__cta-button-pressed-background-color );--str-chat__channel-list-load-more-disabled-background-color: var( --str-chat__cta-button-disabled-background-color );--str-chat__channel-list-load-more-disabled-color: var(--str-chat__cta-button-disabled-color);--str-chat__channel-list-empty-indicator-color: var(--str-chat__text-low-emphasis-color)}.str-chat__channel-list{background:var(--str-chat__channel-list-background-color);color:var(--str-chat__channel-list-color);box-shadow:var(--str-chat__channel-list-box-shadow);border-radius:var(--str-chat__channel-list-border-radius);border-block-start:var(--str-chat__channel-list-border-block-start);border-block-end:var(--str-chat__channel-list-border-block-end);border-inline-start:var(--str-chat__channel-list-border-inline-start);border-inline-end:var(--str-chat__channel-list-border-inline-end)}.str-chat__channel-list .str-chat__load-more-button__button{background:var(--str-chat__channel-list-load-more-background-color);color:var(--str-chat__channel-list-load-more-color);box-shadow:var(--str-chat__channel-list-load-more-box-shadow);border-radius:var(--str-chat__channel-list-load-more-border-radius);border-block-start:var(--str-chat__channel-list-load-more-border-block-start);border-block-end:var(--str-chat__channel-list-load-more-border-block-end);border-inline-start:var(--str-chat__channel-list-load-more-border-inline-start);border-inline-end:var(--str-chat__channel-list-load-more-border-inline-end);width:80%}.str-chat__channel-list .str-chat__load-more-button__button:active{background-color:var(--str-chat__channel-list-load-more-pressed-background-color)}.str-chat__channel-list .str-chat__load-more-button__button:disabled{background-color:var(--str-chat__channel-list-load-more-disabled-background-color);color:var(--str-chat__channel-list-load-more-disabled-color)}.str-chat__channel-list .str-chat__channel-list-empty{--str-chat-icon-color: var(--str-chat__channel-list-empty-indicator-color);font:var(--str-chat__headline-text);text-align:center;color:var(--str-chat__channel-list-empty-indicator-color)}.str-chat__channel-list .str-chat__channel-list-empty svg path{fill:var(--str-chat__channel-list-empty-indicator-color)}.str-chat{--str-chat__channel-preview-border-radius: 0;--str-chat__channel-preview-color: var(--str-chat__text-color);--str-chat__channel-preview-background-color: transparent;--str-chat__channel-preview-border-block-start: none;--str-chat__channel-preview-border-block-end: none;--str-chat__channel-preview-border-inline-start: none;--str-chat__channel-preview-border-inline-end: none;--str-chat__channel-preview-active-background-color: var(--str-chat__surface-color);--str-chat__channel-preview-hover-background-color: var(--str-chat__secondary-surface-color);--str-chat__channel-preview-latest-message-secondary-color: var( --str-chat__text-low-emphasis-color );--str-chat__channel-preview-loading-state-color: var(--str-chat__disabled-color);--str-chat__channel-preview-unread-badge-background-color: var(--str-chat__unread-badge-color);--str-chat__channel-preview-unread-badge-color: var(--str-chat__on-unread-badge-color);--str-chat__channel-preview-unread-badge-border-radius: var(--str-chat__border-radius-circle);--str-chat__channel-preview-unread-badge-border-block-start: none;--str-chat__channel-preview-unread-badge-border-block-end: none;--str-chat__channel-preview-unread-badge-border-inline-start: none;--str-chat__channel-preview-unread-badge-border-inline-end: none;--str-chat__channel-preview-message-status-color: var(--str-chat__primary-color);--str-chat__channel-preview-message-time-color: var(--str-chat__message-secondary-color)}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button{--str-chat-icon-color: var(--str-chat__text-low-emphasis-color);border:none;background-color:#0000}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button--pin.str-chat__channel-preview__action-button--active{--str-chat-icon-color: var(--str-chat__unread-badge-color)}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button--archive.str-chat__channel-preview__action-button--active{--str-chat-icon-color: var(--str-chat__text-color)}.str-chat__channel-preview{background:var(--str-chat__channel-preview-background-color);color:var(--str-chat__channel-preview-color);box-shadow:var(--str-chat__channel-preview-box-shadow);border-radius:var(--str-chat__channel-preview-border-radius);border-block-start:var(--str-chat__channel-preview-border-block-start);border-block-end:var(--str-chat__channel-preview-border-block-end);border-inline-start:var(--str-chat__channel-preview-border-inline-start);border-inline-end:var(--str-chat__channel-preview-border-inline-end)}.str-chat__channel-preview--active,.str-chat__channel-preview-messenger--active{background-color:var(--str-chat__channel-preview-active-background-color)}.str-chat__channel-preview:hover{background-color:var(--str-chat__channel-preview-hover-background-color)}.str-chat__channel-preview .str-chat__channel-preview-end-first-row{font:var(--str-chat__subtitle-medium-text)}.str-chat__channel-preview .str-chat__channel-preview-end-first-row .str-chat__channel-preview-unread-badge{background:var(--str-chat__channel-preview-unread-badge-background-color);color:var(--str-chat__channel-preview-unread-badge-color);box-shadow:var(--str-chat__channel-preview-unread-badge-box-shadow);border-radius:var(--str-chat__channel-preview-unread-badge-border-radius);border-block-start:var(--str-chat__channel-preview-unread-badge-border-block-start);border-block-end:var(--str-chat__channel-preview-unread-badge-border-block-end);border-inline-start:var(--str-chat__channel-preview-unread-badge-border-inline-start);border-inline-end:var(--str-chat__channel-preview-unread-badge-border-inline-end);font-size:80%}.str-chat__channel-preview .str-chat__channel-preview-end-first-row .str-chat__channel-preview-messenger--last-message{font:var(--str-chat__body-text);color:var(--str-chat__channel-preview-latest-message-secondary-color)}.str-chat__channel-preview .str-chat__channel-preview-end-first-row--active .str-chat__channel-preview-messenger--last-message,.str-chat__channel-preview .str-chat__channel-preview-end-first-row:hover .str-chat__channel-preview-messenger--last-message{color:var(--str-chat__channel-preview-color)}.str-chat__channel-preview .str-chat__channel-preview-messenger--status{--str-chat-icon-color: var(--str-chat__channel-preview-message-status-color);color:var(--str-chat__channel-preview-message-status-color)}.str-chat__channel-preview .str-chat__channel-preview-messenger--status svg path{fill:var(--str-chat__channel-preview-message-status-color)}.str-chat__channel-preview .str-chat__channel-preview-messenger--time{color:var(--str-chat__channel-preview-message-time-color);font:var(--str-chat__caption-text)}.str-chat__channel-preview-loading{animation:pulsate 1s linear 0s infinite alternate}.str-chat__channel-preview-loading:nth-of-type(2){animation:pulsate 1s linear .3334s infinite alternate}.str-chat__channel-preview-loading:last-of-type{animation:pulsate 1s linear .6667s infinite alternate}@keyframes pulsate{0%{opacity:.5}to{opacity:1}}.str-chat__channel-preview-loading .str-chat__loading-channels-avatar,.str-chat__channel-preview-loading .str-chat__loading-channels-username,.str-chat__channel-preview-loading .str-chat__loading-channels-status{background-image:linear-gradient(-90deg,var(--str-chat__channel-preview-loading-state-color) 0%,var(--str-chat__channel-preview-loading-state-color) 100%)}.str-chat__channel-preview-loading .str-chat__loading-channels-username,.str-chat__channel-preview-loading .str-chat__loading-channels-status{border-radius:var(--str-chat__border-radius-xs)}.str-chat{--str-chat__channel-search-input-color: var(--str-chat__text-color);--str-chat__channel-search-input-placeholder-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-input-icon-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-input-border-block-start: none;--str-chat__channel-search-input-border-block-end: none;--str-chat__channel-search-input-border-inline-start: none;--str-chat__channel-search-input-border-inline-end: none;--str-chat__channel-search-input-wrapper-border-radius: var(--str-chat__border-radius-lg);--str-chat__channel-search-input-wrapper-background-color: transparent;--str-chat__channel-search-input-wrapper-border-block-start: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-border-inline-start: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-border-inline-end: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-active-border-radius: var(--str-chat__border-radius-lg);--str-chat__channel-search-input-wrapper-active-background-color: transparent;--str-chat__channel-search-input-wrapper-active-border-block-start: var(--str-chat__primary-color) 1px solid;--str-chat__channel-search-input-wrapper-active-border-block-end: var(--str-chat__primary-color) 1px solid;--str-chat__channel-search-input-wrapper-active-border-inline-start: var( --str-chat__primary-color ) 1px solid;--str-chat__channel-search-input-wrapper-active-border-inline-end: var(--str-chat__primary-color) 1px solid;--str-chat__channel-search-result-background-color: transparent;--str-chat__channel-search-result-border-block-start: none;--str-chat__channel-search-result-border-block-end: none;--str-chat__channel-search-result-border-inline-start: none;--str-chat__channel-search-result-border-inline-end: none;--str-chat__channel-search-result-hover-background-color: var( --str-chat__secondary-surface-color );--str-chat__channel-search-result-list-color: var(--str-chat__text-color);--str-chat__channel-search-result-list-background-color: var(--str-chat__secondary-background-color);--str-chat__channel-search-result-list-border-block-start: none;--str-chat__channel-search-result-list-border-block-end: none;--str-chat__channel-search-result-list-border-inline-start: none;--str-chat__channel-search-result-list-border-inline-end: none;--str-chat__channel-search-result-list-popup-box-shadow: 0 4px 4px var(--str-chat__box-shadow-color);--str-chat__channel-search-results-header-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-results-header-background-color: var(--str-chat__background-color);--str-chat__channel-search-results-header-border-block-start: none;--str-chat__channel-search-results-header-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-results-header-border-inline-start: none;--str-chat__channel-search-results-header-border-inline-end: none;--str-chat__channel-search-results-loading-indicator-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-results-loading-indicator-background-color: var(--str-chat__background-color);--str-chat__channel-search-results-loading-indicator-border-block-start: none;--str-chat__channel-search-results-loading-indicator-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-results-loading-indicator-border-inline-start: none;--str-chat__channel-search-results-loading-indicator-border-inline-end: none;--str-chat__channel-search-results-empty-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-results-empty-icon-color: var(--str-chat__disabled-color);--str-chat__channel-search-results-empty-background-color: var(--str-chat__background-color);--str-chat__channel-search-results-empty-border-block-start: none;--str-chat__channel-search-results-empty-border-block-end: none;--str-chat__channel-search-results-empty-border-inline-start: none;--str-chat__channel-search-results-empty-border-inline-end: none}.str-chat__channel-search-input--wrapper{background:var(--str-chat__channel-search-input-wrapper-background-color);color:var(--str-chat__channel-search-input-wrapper-color);box-shadow:var(--str-chat__channel-search-input-wrapper-box-shadow);border-radius:var(--str-chat__channel-search-input-wrapper-border-radius);border-block-start:var(--str-chat__channel-search-input-wrapper-border-block-start);border-block-end:var(--str-chat__channel-search-input-wrapper-border-block-end);border-inline-start:var(--str-chat__channel-search-input-wrapper-border-inline-start);border-inline-end:var(--str-chat__channel-search-input-wrapper-border-inline-end)}.str-chat__channel-search-input--wrapper input{background:var(--str-chat__channel-search-input-background-color);color:var(--str-chat__channel-search-input-color);box-shadow:var(--str-chat__channel-search-input-box-shadow);border-radius:var(--str-chat__channel-search-input-border-radius);border-block-start:var(--str-chat__channel-search-input-border-block-start);border-block-end:var(--str-chat__channel-search-input-border-block-end);border-inline-start:var(--str-chat__channel-search-input-border-inline-start);border-inline-end:var(--str-chat__channel-search-input-border-inline-end);outline:none;font:var(--str-chat__subtitle-text)}.str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button svg path{fill:#0000}.str-chat__channel-search-input--wrapper-active{background:var(--str-chat__channel-search-input-wrapper-active-background-color);color:var(--str-chat__channel-search-input-wrapper-active-color);box-shadow:var(--str-chat__channel-search-input-wrapper-active-box-shadow);border-radius:var(--str-chat__channel-search-input-wrapper-active-border-radius);border-block-start:var(--str-chat__channel-search-input-wrapper-active-border-block-start);border-block-end:var(--str-chat__channel-search-input-wrapper-active-border-block-end);border-inline-start:var(--str-chat__channel-search-input-wrapper-active-border-inline-start);border-inline-end:var(--str-chat__channel-search-input-wrapper-active-border-inline-end)}.str-chat__channel-search-input--wrapper-active .str-chat__channel-search-input--icon svg path{fill:var(--str-chat__primary-color)}.str-chat__channel-search-input--wrapper-active .str-chat__channel-search-input--clear-button svg path{fill:var(--str-chat__text-low-emphasis-color)}.str-chat__channel-search-results-header{background:var(--str-chat__channel-search-results-header-background-color);color:var(--str-chat__channel-search-results-header-color);box-shadow:var(--str-chat__channel-search-results-header-box-shadow);border-radius:var(--str-chat__channel-search-results-header-border-radius);border-block-start:var(--str-chat__channel-search-results-header-border-block-start);border-block-end:var(--str-chat__channel-search-results-header-border-block-end);border-inline-start:var(--str-chat__channel-search-results-header-border-inline-start);border-inline-end:var(--str-chat__channel-search-results-header-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__channel-search-result-list{background:var(--str-chat__channel-search-result-list-background-color);color:var(--str-chat__channel-search-result-list-color);box-shadow:var(--str-chat__channel-search-result-list-box-shadow);border-radius:var(--str-chat__channel-search-result-list-border-radius);border-block-start:var(--str-chat__channel-search-result-list-border-block-start);border-block-end:var(--str-chat__channel-search-result-list-border-block-end);border-inline-start:var(--str-chat__channel-search-result-list-border-inline-start);border-inline-end:var(--str-chat__channel-search-result-list-border-inline-end)}.str-chat__channel-search-result-list.popup{box-shadow:var(--str-chat__channel-search-result-list-popup-box-shadow)}.str-chat__channel-search-result-list .str-chat__channel-search-container-searching{background:var(--str-chat__channel-search-results-loading-indicator-background-color);color:var(--str-chat__channel-search-results-loading-indicator-color);box-shadow:var(--str-chat__channel-search-results-loading-indicator-box-shadow);border-radius:var(--str-chat__channel-search-results-loading-indicator-border-radius);border-block-start:var(--str-chat__channel-search-results-loading-indicator-border-block-start);border-block-end:var(--str-chat__channel-search-results-loading-indicator-border-block-end);border-inline-start:var(--str-chat__channel-search-results-loading-indicator-border-inline-start);border-inline-end:var(--str-chat__channel-search-results-loading-indicator-border-inline-end)}.str-chat__channel-search-result-list .str-chat__channel-search-container-empty{background:var(--str-chat__channel-search-results-empty-background-color);color:var(--str-chat__channel-search-results-empty-color);box-shadow:var(--str-chat__channel-search-results-empty-box-shadow);border-radius:var(--str-chat__channel-search-results-empty-border-radius);border-block-start:var(--str-chat__channel-search-results-empty-border-block-start);border-block-end:var(--str-chat__channel-search-results-empty-border-block-end);border-inline-start:var(--str-chat__channel-search-results-empty-border-inline-start);border-inline-end:var(--str-chat__channel-search-results-empty-border-inline-end);font:var(--str-chat__subtitle2-medium-text)}.str-chat__channel-search-result-list .str-chat__channel-search-container-empty svg path{fill:var(--str-chat__channel-search-results-empty-icon-color)}.str-chat__channel-search-result-list .str-chat__channel-search-result{background:var(--str-chat__channel-search-result-background-color);color:var(--str-chat__channel-search-result-color);box-shadow:var(--str-chat__channel-search-result-box-shadow);border-radius:var(--str-chat__channel-search-result-border-radius);border-block-start:var(--str-chat__channel-search-result-border-block-start);border-block-end:var(--str-chat__channel-search-result-border-block-end);border-inline-start:var(--str-chat__channel-search-result-border-inline-start);border-inline-end:var(--str-chat__channel-search-result-border-inline-end)}.str-chat__channel-search-result-list .str-chat__channel-search-result .str-chat__channel-search-result--display-name{font:var(--str-chat__subtitle-medium-text)}.str-chat__channel-search-result-list .str-chat__channel-preview-messenger--active{background-color:var(--str-chat__channel-preview-active-background-color)}.str-chat__channel-search-result-list .str-chat__channel-search-result:hover,.str-chat__channel-search-result-list .str-chat__channel-search-result--focused{background-color:var(--str-chat__channel-search-result-hover-background-color)}.str-chat{--str-chat__dialog-menu-border-radius: var(--str-chat__border-radius-sm);--str-chat__dialog-menu-color: var(--str-chat__text-color);--str-chat__dialog-menu-background-color: var(--str-chat__secondary-background-color);--str-chat__dialog-menu-border-block-start: none;--str-chat__dialog-menu-border-block-end: none;--str-chat__dialog-menu-border-inline-start: none;--str-chat__dialog-menu-border-inline-end: none;--str-chat__dialog-menu-box-shadow: 0 0 8px var(--str-chat__box-shadow-color);--str-chat__dialog-menu-button-border-radius: 0;--str-chat__dialog-menu-button-color: var(--str-chat__text-color);--str-chat__dialog-menu-button-background-color: transparent;--str-chat__dialog-menu-button-hover-background-color: var(--str-chat__secondary-surface-color);--str-chat__dialog-menu-button-border-block-start: none;--str-chat__dialog-menu-button-border-block-end: none;--str-chat__dialog-menu-button-border-inline-start: none;--str-chat__dialog-menu-button-border-inline-end: none;--str-chat__dialog-menu-button-box-shadow: none}.str-chat__dialog .str-chat__dialog__title{font:var(--str-chat__subtitle-medium-text)}.str-chat__dialog .str-chat__dialog__prompt{font:var(--str-chat__subtitle-text)}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button{cursor:pointer;font:var(--str-chat__body-medium-text);color:var(--str-chat__primary-color)}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button--submit{text-transform:uppercase}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button--submit:disabled{color:var(--str-chat__disabled-color)}.str-chat__prompt-dialog input[type=text]{font:var(--str-chat__subtitle-text);border-radius:20px;border:1px solid var(--str-chat__primary-color)}.str-chat__dialog-menu{background:var(--str-chat__dialog-menu-background-color);color:var(--str-chat__dialog-menu-color);box-shadow:var(--str-chat__dialog-menu-box-shadow);border-radius:var(--str-chat__dialog-menu-border-radius);border-block-start:var(--str-chat__dialog-menu-border-block-start);border-block-end:var(--str-chat__dialog-menu-border-block-end);border-inline-start:var(--str-chat__dialog-menu-border-inline-start);border-inline-end:var(--str-chat__dialog-menu-border-inline-end)}.str-chat__dialog-menu .str-chat__dialog-menu__button{background:var(--str-chat__dialog-menu-button-background-color);color:var(--str-chat__dialog-menu-button-color);box-shadow:var(--str-chat__dialog-menu-button-box-shadow);border-radius:var(--str-chat__dialog-menu-button-border-radius);border-block-start:var(--str-chat__dialog-menu-button-border-block-start);border-block-end:var(--str-chat__dialog-menu-button-border-block-end);border-inline-start:var(--str-chat__dialog-menu-button-border-inline-start);border-inline-end:var(--str-chat__dialog-menu-button-border-inline-end);cursor:pointer;font:var(--str-chat__subtitle-text)}.str-chat__dialog-menu .str-chat__dialog-menu__button:hover,.str-chat__dialog-menu .str-chat__dialog-menu__button:focus{background-color:var(--str-chat__dialog-menu-button-hover-background-color)}.str-chat{--str-chat__drag-and-drop-container-border-block-start: 2px solid transparent;--str-chat__drag-and-drop-container-border-block-end: 2px solid transparent;--str-chat__drag-and-drop-container-on-dragover-border-block-start: 2px solid var(--str-chat__primary-color);--str-chat__drag-and-drop-container-on-dragover-border-block-end: 2px solid var(--str-chat__primary-color);--str-chat__drag-and-drop-container-on-dragover-border-inline-start: none;--str-chat__drag-and-drop-container-on-dragover-border-inline-end: none}.str-chat__drag-and-drop-container--dragging{cursor:grabbing}.str-chat__drag-and-drop-container__item[draggable=true]{cursor:grab}.str-chat__drag-and-drop-container__item[draggable=true]:active{background:#0000}.str-chat__drag-and-drop-container__item{border-bottom:var(--str-chat__drag-and-drop-container-border-block-start);border-top:var(--str-chat__drag-and-drop-container-border-block-start)}.str-chat__drag-and-drop-container__item.str-chat__drag-and-drop-container__item--dragged-over-from-top{border-bottom:var(--str-chat__drag-and-drop-container-on-dragover-border-block-end)}.str-chat__drag-and-drop-container__item.str-chat__drag-and-drop-container__item--dragged-over-from-bottom{border-top:var(--str-chat__drag-and-drop-container-on-dragover-border-block-start)}.str-chat{--str-chat__edit-message-modal-button-border-radius: none;--str-chat__edit-message-modal-send-button-color: var(--str-chat__primary-color);--str-chat__edit-message-modal-cancel-button-color: var(--str-chat__text-low-emphasis-color);--str-chat__edit-message-modal-button-background-color: transparent;--str-chat__edit-message-modal-button-border-block-start: none;--str-chat__edit-message-modal-button-border-block-end: none;--str-chat__edit-message-modal-button-border-inline-start: none;--str-chat__edit-message-modal-button-border-inline-end: none;--str-chat__edit-message-modal-button-box-shadow: none}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-cancel,.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-send{background:var(--str-chat__edit-message-modal-button-background-color);color:var(--str-chat__edit-message-modal-button-color);box-shadow:var(--str-chat__edit-message-modal-button-box-shadow);border-radius:var(--str-chat__edit-message-modal-button-border-radius);border-block-start:var(--str-chat__edit-message-modal-button-border-block-start);border-block-end:var(--str-chat__edit-message-modal-button-border-block-end);border-inline-start:var(--str-chat__edit-message-modal-button-border-inline-start);border-inline-end:var(--str-chat__edit-message-modal-button-border-inline-end);font:var(--str-chat__body-medium-text)}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-cancel{text-transform:capitalize;color:var(--str-chat__edit-message-modal-cancel-button-color)}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-send{text-transform:uppercase;color:var(--str-chat__edit-message-modal-send-button-color)}.str-chat__form-field-error{font-size:.75rem;color:var(--str-chat__danger-color)}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.str-chat{--str-chat-icon-color: var(--str-chat__text-color)}.str-chat__icon{color:var(--str-chat-icon-color)}.str-chat__icon--error{--str-chat-icon-color: var(--str-chat__danger-color)}.str-chat{--str-chat__image-carousel-stepper-color: var(--str-chat__text-color)}@media only screen and (max-device-width: 768px){.str-chat__message .str-chat__attachment-list .str-chat__modal--open .str-chat__modal__inner{border-radius:0}}.str-chat__image-carousel .str-chat__image-carousel-stepper{--str-chat-icon-color: var(--str-chat__image-carousel-stepper-color);cursor:pointer}.str-chat__image-carousel .str-chat__image-carousel-stepper svg path{fill:var(--str-chat__image-carousel-stepper-color)}.str-chat__link-preview-card .str-chat__link-preview-card__content{border-left:2px solid var(--str-chat__primary-color)}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-title{font:var(--str-chat__body-medium-text)}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-description{font:var(--str-chat__caption-text)}.str-chat__link-preview-card .str-chat__link-preview-card__dismiss-button svg path{fill:var(--str-chat__text-low-emphasis-color)}.str-chat{--str-chat__loading-indicator-color: var(--str-chat__primary-color)}.str-chat__loading-indicator svg linearGradient stop:last-child{stop-color:var(--str-chat__loading-indicator-color)}.str-chat{--str-chat__message-border-radius: none;--str-chat__message-color: var(--str-chat__text-color);--str-chat__message-error-message-color: var(--str-chat__danger-color);--str-chat__message-secondary-color: var(--str-chat__text-low-emphasis-color);--str-chat__message-link-color: var(--str-chat__primary-color);--str-chat__message-mention-color: var(--str-chat__primary-color);--str-chat__message-status-color: var(--str-chat__primary-color);--str-chat__message-replies-count-color: var(--str-chat__primary-color);--str-chat__message-background-color: transparent;--str-chat__message-highlighted-background-color: var(--str-chat__message-highlight-color);--str-chat__message-border-block-start: none;--str-chat__message-border-block-end: none;--str-chat__message-border-inline-start: none;--str-chat__message-border-inline-end: none;--str-chat__message-box-shadow: none;--str-chat__message-active-bacground-color: transparent;--str-chat__message-options-color: var(--str-chat__text-low-emphasis-color);--str-chat__message-options-hover-background-color: var(--str-chat__tertiary-surface-color);--str-chat__message-options-border-radius: var(--str-chat__border-radius-circle);--str-chat__message-options-active-color: var(--str-chat__primary-color);--str-chat__message-bubble-border-radius: var(--str-chat__border-radius-md);--str-chat__message-bubble-color: var(--str-chat__text-color);--str-chat__message-bubble-background-color: var(--str-chat__secondary-surface-color);--str-chat__own-message-bubble-color: var(--str-chat__message-bubble-color);--str-chat__own-message-bubble-background-color: var(--str-chat__primary-surface-color);--str-chat__quoted-message-bubble-background-color: var(--str-chat__secondary-background-color);--str-chat__message-bubble-border-block-start: none;--str-chat__message-bubble-border-block-end: none;--str-chat__message-bubble-border-inline-start: none;--str-chat__message-bubble-border-inline-end: none;--str-chat__message-bubble-box-shadow: none;--str-chat__deleted-message-border-radius: var(--str-chat__border-radius-md);--str-chat__deleted-message-color: var(--str-chat__text-low-emphasis-color);--str-chat__deleted-message-background-color: var(--str-chat__secondary-surface-color);--str-chat__deleted-message-border-block-start: none;--str-chat__deleted-message-border-block-end: none;--str-chat__deleted-message-border-inline-start: none;--str-chat__deleted-message-border-inline-end: none;--str-chat__deleted-message-box-shadow: none;--str-chat__system-message-border-radius: 0;--str-chat__system-message-color: var(--str-chat__text-low-emphasis-color);--str-chat__system-message-background-color: transparent;--str-chat__system-message-border-block-start: none;--str-chat__system-message-border-block-end: none;--str-chat__system-message-border-inline-start: none;--str-chat__system-message-border-inline-end: none;--str-chat__system-message-box-shadow: none;--str-chat__date-separator-color: var(--str-chat__text-low-emphasis-color);--str-chat__date-separator-line-color: var(--str-chat__disabled-color);--str-chat__date-separator-border-radius: 0;--str-chat__date-separator-background-color: transparent;--str-chat__date-separator-border-block-start: none;--str-chat__date-separator-border-block-end: none;--str-chat__date-separator-border-inline-start: none;--str-chat__date-separator-border-inline-end: none;--str-chat__date-separator-box-shadow: none;--str-chat__translation-notice-color: var(--str-chat__text-low-emphasis-color);--str-chat__translation-notice-active-background-color: var(--str-chat__tertiary-surface-color)}.str-chat__message--system{background:var(--str-chat__system-message-background-color);color:var(--str-chat__system-message-color);box-shadow:var(--str-chat__system-message-box-shadow);border-radius:var(--str-chat__system-message-border-radius);border-block-start:var(--str-chat__system-message-border-block-start);border-block-end:var(--str-chat__system-message-border-block-end);border-inline-start:var(--str-chat__system-message-border-inline-start);border-inline-end:var(--str-chat__system-message-border-inline-end);font:var(--str-chat__caption-text)}.str-chat__date-separator{background:var(--str-chat__date-separator-background-color);color:var(--str-chat__date-separator-color);box-shadow:var(--str-chat__date-separator-box-shadow);border-radius:var(--str-chat__date-separator-border-radius);border-block-start:var(--str-chat__date-separator-border-block-start);border-block-end:var(--str-chat__date-separator-border-block-end);border-inline-start:var(--str-chat__date-separator-border-inline-start);border-inline-end:var(--str-chat__date-separator-border-inline-end);font:var(--str-chat__body-text)}.str-chat__date-separator-line{background-color:var(--str-chat__date-separator-line-color);border:none}.str-chat__message{background:var(--str-chat__message-background-color);color:var(--str-chat__message-color);box-shadow:var(--str-chat__message-box-shadow);border-radius:var(--str-chat__message-border-radius);border-block-start:var(--str-chat__message-border-block-start);border-block-end:var(--str-chat__message-border-block-end);border-inline-start:var(--str-chat__message-border-inline-start);border-inline-end:var(--str-chat__message-border-inline-end)}.str-chat__message a{text-decoration:none;color:var(--str-chat__message-link-color)}.str-chat__message .str-chat__message-mention{color:var(--str-chat__message-mention-color);font:var(--str-chat__body2-medium-text)}.str-chat__message .str-chat__message-bubble{background:var(--str-chat__message-bubble-background-color);color:var(--str-chat__message-bubble-color);box-shadow:var(--str-chat__message-bubble-box-shadow);border-radius:var(--str-chat__message-bubble-border-radius);border-block-start:var(--str-chat__message-bubble-border-block-start);border-block-end:var(--str-chat__message-bubble-border-block-end);border-inline-start:var(--str-chat__message-bubble-border-inline-start);border-inline-end:var(--str-chat__message-bubble-border-inline-end);font:var(--str-chat__body2-text)}.str-chat__message .str-chat__message--deleted-inner{background:var(--str-chat__deleted-message-background-color);color:var(--str-chat__deleted-message-color);box-shadow:var(--str-chat__deleted-message-box-shadow);border-radius:var(--str-chat__deleted-message-border-radius);border-block-start:var(--str-chat__deleted-message-border-block-start);border-block-end:var(--str-chat__deleted-message-border-block-end);border-inline-start:var(--str-chat__deleted-message-border-inline-start);border-inline-end:var(--str-chat__deleted-message-border-inline-end);font:var(--str-chat__body2-text)}.str-chat__message.str-chat__message--me .str-chat__message-bubble{color:var(--str-chat__own-message-bubble-color);background-color:var(--str-chat__own-message-bubble-background-color)}.str-chat__message .str-chat__message-options{--str-chat-icon-color: var(--str-chat__message-options-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button{background:none;border:none;border-radius:var(--str-chat__message-options-border-radius);color:var(--str-chat__message-options-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button .str-chat__message-action-icon path{fill:var(--str-chat__message-options-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button:hover,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button:hover,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button:hover{background-color:var(--str-chat__message-options-hover-background-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button:active .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button:active .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button:active .str-chat__message-action-icon path{fill:var(--str-chat__message-options-active-color)}.str-chat__message .str-chat__translation-notice button{font:var(--str-chat__body2-text);color:var(--str-chat__translation-notice-color);border:none;background:none}.str-chat__message .str-chat__translation-notice button:active,.str-chat__message .str-chat__translation-notice button:hover{background:var(--str-chat__translation-notice-active-background-color)}.str-chat__message .str-chat__message-metadata,.str-chat__message .str-chat__custom-message-metadata{color:var(--str-chat__message-secondary-color);font:var(--str-chat__caption-text)}.str-chat__message .str-chat__message-metadata .str-chat__message-sender-name,.str-chat__message .str-chat__custom-message-metadata .str-chat__message-sender-name{font:var(--str-chat__caption-medium-text)}.str-chat__message .str-chat__message-status{--str-chat-icon-color: var(--str-chat__message-status-color);color:var(--str-chat__message-status-color);font:var(--str-chat__body-text)}.str-chat__message .str-chat__message-status svg path{fill:var(--str-chat__message-status-color)}.str-chat__message .str-chat__message-replies-count-button-wrapper button{border:none;background-color:#0000;font:var(--str-chat__body-medium-text);color:var(--str-chat__message-replies-count-color)}.str-chat__message .str-chat__message--error-message{color:var(--str-chat__message-error-message-color);font:var(--str-chat__caption-text)}.str-chat__message .str-chat__message-error-icon{--str-chat-icon-color: var(--str-chat__message-error-message-color)}.str-chat__message .str-chat__message-error-icon svg #background{fill:var(--str-chat__message-error-message-color)}.str-chat__message--highlighted{transition:background-color .1s ease-out;background-color:var(--str-chat__message-highlighted-background-color)}.str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)){background-color:var(--str-chat__message-active-bacground-color)}@supports not selector(:has(a,b)){.str-chat__li:hover{background-color:var(--str-chat__message-active-bacground-color)}}.str-chat__li--top .str-chat__message--other .str-chat__message-bubble,.str-chat__li--single .str-chat__message--other .str-chat__message-bubble{border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__li--top .str-chat__message--me .str-chat__message-bubble,.str-chat__li--single .str-chat__message--me .str-chat__message-bubble{border-end-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__li--middle .str-chat__message--other .str-chat__message-bubble,.str-chat__li--bottom .str-chat__message--other .str-chat__message-bubble{border-start-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6);border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__li--middle .str-chat__message--me .str-chat__message-bubble,.str-chat__li--bottom .str-chat__message--me .str-chat__message-bubble{border-start-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6);border-end-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__message-with-thread-link.str-chat__message--other .str-chat__message-bubble{border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__message-with-thread-link.str-chat__message--me .str-chat__message-bubble{border-end-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__quoted-message-preview{background:var(--str-chat__message-background-color);color:var(--str-chat__message-color);box-shadow:var(--str-chat__message-box-shadow);border-radius:var(--str-chat__message-border-radius);border-block-start:var(--str-chat__message-border-block-start);border-block-end:var(--str-chat__message-border-block-end);border-inline-start:var(--str-chat__message-border-inline-start);border-inline-end:var(--str-chat__message-border-inline-end)}.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{background:var(--str-chat__message-bubble-background-color);color:var(--str-chat__message-bubble-color);box-shadow:var(--str-chat__message-bubble-box-shadow);border-radius:var(--str-chat__message-bubble-border-radius);border-block-start:var(--str-chat__message-bubble-border-block-start);border-block-end:var(--str-chat__message-bubble-border-block-end);border-inline-start:var(--str-chat__message-bubble-border-inline-start);border-inline-end:var(--str-chat__message-bubble-border-inline-end);background-color:var(--str-chat__quoted-message-bubble-background-color);border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble{background-color:var(--str-chat__message-bubble-background-color)}.str-chat__unread-messages-separator{background-color:var(--str-chat__secondary-surface-color);color:var(--str-chat__text-low-emphasis-color);text-transform:uppercase;font:var(--str-chat__caption-strong-text)}.str-chat__unread-messages-notification{--str-chat-icon-color: var(--str-chat__on-primary-color);background-color:var(--str-chat__text-low-emphasis-color);border-radius:1.125rem}.str-chat__unread-messages-notification button{cursor:pointer;color:var(--str-chat__on-primary-color);border:none;background-color:#0000}.str-chat__unread-messages-notification button:first-of-type{font:var(--str-chat__caption-text)}.str-chat{--str-chat__message-actions-box-border-radius: var(--str-chat__border-radius-sm);--str-chat__message-actions-box-color: var(--str-chat__text-color);--str-chat__message-actions-box-background-color: var(--str-chat__secondary-background-color);--str-chat__message-actions-box-border-block-start: none;--str-chat__message-actions-box-border-block-end: none;--str-chat__message-actions-box-border-inline-start: none;--str-chat__message-actions-box-border-inline-end: none;--str-chat__message-actions-box-box-shadow: 0 0 8px var(--str-chat__box-shadow-color);--str-chat__message-actions-box-item-border-radius: 0;--str-chat__message-actions-box-item-color: var(--str-chat__text-color);--str-chat__message-actions-box-item-background-color: transparent;--str-chat__message-actions-box-item-hover-background-color: var( --str-chat__secondary-surface-color );--str-chat__message-actions-box-item-border-block-start: none;--str-chat__message-actions-box-item-border-block-end: none;--str-chat__message-actions-box-item-border-inline-start: none;--str-chat__message-actions-box-item-border-inline-end: none;--str-chat__message-actions-box-item-box-shadow: none}.str-chat__message-actions-box{background:var(--str-chat__message-actions-box-background-color);color:var(--str-chat__message-actions-box-color);box-shadow:var(--str-chat__message-actions-box-box-shadow);border-radius:var(--str-chat__message-actions-box-border-radius);border-block-start:var(--str-chat__message-actions-box-border-block-start);border-block-end:var(--str-chat__message-actions-box-border-block-end);border-inline-start:var(--str-chat__message-actions-box-border-inline-start);border-inline-end:var(--str-chat__message-actions-box-border-inline-end)}.str-chat__message-actions-box .str-chat__message-actions-list-item-button{background:var(--str-chat__message-actions-box-item-background-color);color:var(--str-chat__message-actions-box-item-color);box-shadow:var(--str-chat__message-actions-box-item-box-shadow);border-radius:var(--str-chat__message-actions-box-item-border-radius);border-block-start:var(--str-chat__message-actions-box-item-border-block-start);border-block-end:var(--str-chat__message-actions-box-item-border-block-end);border-inline-start:var(--str-chat__message-actions-box-item-border-inline-start);border-inline-end:var(--str-chat__message-actions-box-item-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__message-actions-box .str-chat__message-actions-list-item-button:hover{background-color:var(--str-chat__message-actions-box-item-hover-background-color)}@media (hover: none){.str-chat__message-actions-box .str-chat__message-actions-list-item-button:hover{background-color:#0000}}.str-chat{--str-chat__message-bounce-edit-button-color: var(--str-chat__primary-color);--str-chat__message-bounce-send-button-color: var(--str-chat__primary-color);--str-chat__message-bounce-delete-button-color: var(--str-chat__primary-color);--str-chat__message-bounce-button-background-color: transparent;--str-chat__message-bounce-button-border-block-start: none;--str-chat__message-bounce-button-border-block-end: none;--str-chat__message-bounce-button-border-inline-start: none;--str-chat__message-bounce-button-border-inline-end: none;--str-chat__message-bounce-button-box-shadow: none}.str-chat__message-bounce-prompt .str-chat__message-bounce-edit,.str-chat__message-bounce-prompt .str-chat__message-bounce-send,.str-chat__message-bounce-prompt .str-chat__message-bounce-delete{background:var(--str-chat__message-bounce-button-background-color);color:var(--str-chat__message-bounce-button-color);box-shadow:var(--str-chat__message-bounce-button-box-shadow);border-radius:var(--str-chat__message-bounce-button-border-radius);border-block-start:var(--str-chat__message-bounce-button-border-block-start);border-block-end:var(--str-chat__message-bounce-button-border-block-end);border-inline-start:var(--str-chat__message-bounce-button-border-inline-start);border-inline-end:var(--str-chat__message-bounce-button-border-inline-end);font:var(--str-chat__body-medium-text)}.str-chat__message-bounce-prompt .str-chat__message-bounce-edit{color:var(--str-chat__message-bounce-edit-button-color)}.str-chat__message-bounce-prompt .str-chat__message-bounce-send{color:var(--str-chat__message-bounce-send-button-color)}.str-chat__message-bounce-prompt .str-chat__message-bounce-delete{color:var(--str-chat__message-bounce-delete-button-color)}.str-chat{--str-chat__message-input-border-radius: 0;--str-chat__message-input-color: var(--str-chat__text-color);--str-chat__message-input-background-color: var(--str-chat__secondary-background-color);--str-chat__message-input-border-block-start: none;--str-chat__message-input-border-block-end: none;--str-chat__message-input-border-inline-start: none;--str-chat__message-input-border-inline-end: none;--str-chat__message-input-box-shadow: none;--str-chat__dropzone-container-color: var(--str-chat__on-primary-color);--str-chat__dropzone-container-background-color: var(--str-chat__primary-overlay-color);--str-chat__dropzone-container-backdrop-filter: blur(3px);--str-chat__message-textarea-border-radius: var(--str-chat__border-radius-md);--str-chat__message-textarea-color: var(--str-chat__text-color);--str-chat__message-textarea-background-color: transparent;--str-chat__message-textarea-border-block-start: 1px solid var(--str-chat__surface-color);--str-chat__message-textarea-border-block-end: 1px solid var(--str-chat__surface-color);--str-chat__message-textarea-border-inline-start: 1px solid var(--str-chat__surface-color);--str-chat__message-textarea-border-inline-end: 1px solid var(--str-chat__surface-color);--str-chat__message-textarea-box-shadow: none;--str-chat__message-send-border-radius: var(--str-chat__border-radius-circle);--str-chat__message-send-color: var(--str-chat__primary-color);--str-chat__message-send-background-color: transparent;--str-chat__message-send-border-block-start: 0;--str-chat__message-send-border-block-end: 0;--str-chat__message-send-border-inline-start: 0;--str-chat__message-send-border-inline-end: 0;--str-chat__message-send-box-shadow: none;--str-chat__message-send-disabled-color: var(--str-chat__disabled-color);--str-chat__message-send-disabled-background-color: var(--str-chat__disabled-color);--str-chat__start-recording-audio-button-border-radius: var(--str-chat__border-radius-circle);--str-chat__start-recording-audio-button-color: var(--str-chat__text-low-emphasis-color);--str-chat__start-recording-audio-button-background-color: transparent;--str-chat__start-recording-audio-button-border-block-start: 0;--str-chat__start-recording-audio-button-border-block-end: 0;--str-chat__start-recording-audio-button-border-inline-start: 0;--str-chat__start-recording-audio-button-border-inline-end: 0;--str-chat__start-recording-audio-button-box-shadow: none;--str-chat__start-recording-audio-button-disabled-color: var(--str-chat__disabled-color);--str-chat__start-recording-audio-button-disabled-background-color: transparent;--str-chat__message-input-tools-border-radius: var(--str-chat__border-radius-circle);--str-chat__message-input-tools-color: var(--str-chat__text-low-emphasis-color);--str-chat__message-input-tools-background-color: transparent;--str-chat__message-input-tools-border-block-start: 0;--str-chat__message-input-tools-border-block-end: 0;--str-chat__message-input-tools-border-inline-start: 0;--str-chat__message-input-tools-border-inline-end: 0;--str-chat__message-input-tools-box-shadow: none;--str-chat__message-input-not-allowed-color: var(--str-chat__disabled-color);--str-chat__cooldown-border-radius: var(--str-chat__border-radius-circle);--str-chat__cooldown-color: var(--str-chat__on-disabled-color);--str-chat__cooldown-background-color: var(--str-chat__disabled-color);--str-chat__cooldown-border-block-start: 0;--str-chat__cooldown-border-block-end: 0;--str-chat__cooldown-border-inline-start: 0;--str-chat__cooldown-border-inline-end: 0;--str-chat__cooldown-box-shadow: none;--str-chat__attachment-selector-button-icon-color: var(--str-chat__text-low-emphasis-color);--str-chat__attachment-selector-button-icon-color-hover: var(--str-chat__primary-color);--str-chat__attachment-selector-actions-menu-button-icon-color: var(--str-chat__primary-color);--str-chat__attachment-selector-actions-menu-button-icon-color-active: var(--str-chat__primary-color)}.str-chat__message-input{background:var(--str-chat__message-input-background-color);color:var(--str-chat__message-input-color);box-shadow:var(--str-chat__message-input-box-shadow);border-radius:var(--str-chat__message-input-border-radius);border-block-start:var(--str-chat__message-input-border-block-start);border-block-end:var(--str-chat__message-input-border-block-end);border-inline-start:var(--str-chat__message-input-border-inline-start);border-inline-end:var(--str-chat__message-input-border-inline-end)}.str-chat__message-input .str-chat__dropzone-container{background-color:var(--str-chat__dropzone-container-background-color);color:var(--str-chat__dropzone-container-color);-webkit-backdrop-filter:var(--str-chat__dropzone-container-backdrop-filter);backdrop-filter:var(--str-chat__dropzone-container-backdrop-filter);font:var(--str-chat__subtitle-text)}.str-chat__message-input .str-chat__file-input-container{--str-chat-icon-color: var(--str-chat__message-input-tools-color);background:var(--str-chat__message-input-tools-background-color);color:var(--str-chat__message-input-tools-color);box-shadow:var(--str-chat__message-input-tools-box-shadow);border-radius:var(--str-chat__message-input-tools-border-radius);border-block-start:var(--str-chat__message-input-tools-border-block-start);border-block-end:var(--str-chat__message-input-tools-border-block-end);border-inline-start:var(--str-chat__message-input-tools-border-inline-start);border-inline-end:var(--str-chat__message-input-tools-border-inline-end)}.str-chat__message-input .str-chat__file-input-container svg path{fill:var(--str-chat__message-input-tools-color)}.str-chat__message-input .str-chat__attachment-preview-image-error svg path{fill:var(--str-chat__primary-color)}.str-chat__message-input .str-chat__message-textarea-container{background:var(--str-chat__message-textarea-background-color);color:var(--str-chat__message-textarea-color);box-shadow:var(--str-chat__message-textarea-box-shadow);border-radius:var(--str-chat__message-textarea-border-radius);border-block-start:var(--str-chat__message-textarea-border-block-start);border-block-end:var(--str-chat__message-textarea-border-block-end);border-inline-start:var(--str-chat__message-textarea-border-inline-start);border-inline-end:var(--str-chat__message-textarea-border-inline-end)}.str-chat__message-input .str-chat__message-textarea-container .str-chat__message-textarea{resize:none;border:none;color:var(--str-chat__message-textarea-color);background-color:#0000;box-shadow:none;outline:none;font:var(--str-chat__subtitle-text)}.str-chat__message-input .str-chat__stop-ai-generation-button{background-image:var(--str-chat__circle-stop-icon);background-color:#0000;border-width:0}.str-chat__message-input .str-chat__send-button{--str-chat-icon-color: var(--str-chat__message-send-color);background:var(--str-chat__message-send-background-color);color:var(--str-chat__message-send-color);box-shadow:var(--str-chat__message-send-box-shadow);border-radius:var(--str-chat__message-send-border-radius);border-block-start:var(--str-chat__message-send-border-block-start);border-block-end:var(--str-chat__message-send-border-block-end);border-inline-start:var(--str-chat__message-send-border-inline-start);border-inline-end:var(--str-chat__message-send-border-inline-end)}.str-chat__message-input .str-chat__send-button svg path{fill:var(--str-chat__message-send-color)}.str-chat__message-input .str-chat__send-button:disabled{--str-chat-icon-color: var(--str-chat__message-send-disabled-color);background-color:#0000}.str-chat__message-input .str-chat__send-button:disabled svg path{fill:var(--str-chat__message-send-disabled-color)}.str-chat__message-input .str-chat__start-recording-audio-button{--str-chat-icon-color: var(--str-chat__start-recording-audio-button-color);background:var(--str-chat__start-recording-audio-button-background-color);color:var(--str-chat__start-recording-audio-button-color);box-shadow:var(--str-chat__start-recording-audio-button-box-shadow);border-radius:var(--str-chat__start-recording-audio-button-border-radius);border-block-start:var(--str-chat__start-recording-audio-button-border-block-start);border-block-end:var(--str-chat__start-recording-audio-button-border-block-end);border-inline-start:var(--str-chat__start-recording-audio-button-border-inline-start);border-inline-end:var(--str-chat__start-recording-audio-button-border-inline-end)}.str-chat__message-input .str-chat__start-recording-audio-button:disabled{background-color:var(--str-chat__message-send-disabled-background-color)}.str-chat__message-input .str-chat__message-input-cooldown{background:var(--str-chat__cooldown-background-color);color:var(--str-chat__cooldown-color);box-shadow:var(--str-chat__cooldown-box-shadow);border-radius:var(--str-chat__cooldown-border-radius);border-block-start:var(--str-chat__cooldown-border-block-start);border-block-end:var(--str-chat__cooldown-border-block-end);border-inline-start:var(--str-chat__cooldown-border-inline-start);border-inline-end:var(--str-chat__cooldown-border-inline-end);font:var(--str-chat__subtitle-medium-text)}.str-chat__message-input .str-chat__message-input-not-allowed{color:var(--str-chat__message-input-not-allowed-color);font:var(--str-chat__subtitle-text)}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-reply-to-message{font:var(--str-chat__subtitle-medium-text)}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-remove{background-color:#0000;border:none}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-remove svg path{fill:var(--str-chat__message-input-tools-color)}.str-chat__message-input .str-chat__recording-permission-denied-notification{background-color:var(--str-chat__text-color);border-radius:var(--str-chat__border-radius-md);color:var(--str-chat__background-color)}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__heading,.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__dismiss-button{font:var(--str-chat__subtitle2-medium-text)}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__message{font:var(--str-chat__subtitle-text)}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__dismiss-button{background:none;border:none;color:var(--str-chat__background-color);cursor:pointer;text-transform:uppercase}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button .str-chat__attachment-selector__menu-button__icon{background-color:var(--str-chat__attachment-selector-button-icon-color);-webkit-mask:var(--str-chat__add-attachment-icon) no-repeat center/contain;mask:var(--str-chat__add-attachment-icon) no-repeat center/contain}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button:hover .str-chat__attachment-selector__menu-button__icon{background-color:var(--str-chat__attachment-selector-button-icon-color-hover)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button{color:var(--str-chat__text-low-emphasis-color)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button .str-chat__dialog-menu__button-icon{background-color:var(--str-chat__attachment-selector-actions-menu-button-icon-color)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:hover,.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:focus{color:var(--str-chat__text-color)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:hover .str-chat__dialog-menu__button-icon,.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:focus .str-chat__dialog-menu__button-icon{background-color:var(--str-chat__attachment-selector-actions-menu-button-icon-color-active)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__upload-file-button .str-chat__dialog-menu__button-icon{-webkit-mask:var(--str-chat__folder-icon) no-repeat center/contain;mask:var(--str-chat__folder-icon) no-repeat center/contain}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__create-poll-button .str-chat__dialog-menu__button-icon{-webkit-mask:var(--str-chat__poll-icon) no-repeat center/contain;mask:var(--str-chat__poll-icon) no-repeat center/contain}.str-chat{--str-chat__message-list-border-radius: 0;--str-chat__message-list-color: var(--str-chat__text-color);--str-chat__message-list-background-color: var(--str-chat__background-color);--str-chat__message-list-box-shadow: none;--str-chat__message-list-border-block-start: none;--str-chat__message-list-border-block-end: none;--str-chat__message-list-border-inline-start: none;--str-chat__message-list-border-inline-end: none;--str-chat__jump-to-latest-message-border-radius: var(--str-chat__circle-fab-border-radius);--str-chat__jump-to-latest-message-color: var(--str-chat__circle-fab-color);--str-chat__jump-to-latest-message-background-color: var(--str-chat__circle-fab-background-color);--str-chat__jump-to-latest-message-pressed-background-color: var( --str-chat__circle-fab-pressed-background-color );--str-chat__jump-to-latest-message-box-shadow: var(--str-chat__circle-fab-box-shadow);--str-chat__jump-to-latest-message-border-block-start: var( --str-chat__circle-fab-border-block-start );--str-chat__jump-to-latest-message-border-block-end: var(--str-chat__circle-fab-border-block-end);--str-chat__jump-to-latest-message-border-inline-start: var( --str-chat__circle-fab-border-inline-start );--str-chat__jump-to-latest-message-border-inline-end: var( --str-chat__circle-fab-border-inline-end );--str-chat__jump-to-latest-message-unread-count-background-color: var( --str-chat__jump-to-latest-message-color );--str-chat__jump-to-latest-message-unread-count-color: var( --str-chat__jump-to-latest-message-background-color );--str-chat__thread-head-start-color: var(--str-chat__text-low-emphasis-color);--str-chat__thread-head-start-border-block-end-color: var(--str-chat__surface-color)}.str-chat__list{background:var(--str-chat__message-list-background-color);color:var(--str-chat__message-list-color);box-shadow:var(--str-chat__message-list-box-shadow);border-radius:var(--str-chat__message-list-border-radius);border-block-start:var(--str-chat__message-list-border-block-start);border-block-end:var(--str-chat__message-list-border-block-end);border-inline-start:var(--str-chat__message-list-border-inline-start);border-inline-end:var(--str-chat__message-list-border-inline-end)}.str-chat__list .str-chat__parent-message-li{border-block-end:1px solid var(--str-chat__thread-head-start-border-block-end-color)}.str-chat__list .str-chat__parent-message-li .str-chat__thread-start{color:var(--str-chat__thread-head-start-color);font:var(--str-chat__subtitle-text)}.str-chat__jump-to-latest-message{--str-chat-icon-color: var(--str-chat__jump-to-latest-message-unread-count-background-color)}.str-chat__jump-to-latest-message .str-chat__circle-fab{background:var(--str-chat__jump-to-latest-message-background-color);color:var(--str-chat__jump-to-latest-message-color);box-shadow:var(--str-chat__jump-to-latest-message-box-shadow);border-radius:var(--str-chat__jump-to-latest-message-border-radius);border-block-start:var(--str-chat__jump-to-latest-message-border-block-start);border-block-end:var(--str-chat__jump-to-latest-message-border-block-end);border-inline-start:var(--str-chat__jump-to-latest-message-border-inline-start);border-inline-end:var(--str-chat__jump-to-latest-message-border-inline-end)}.str-chat__jump-to-latest-message .str-chat__circle-fab svg path{fill:var(--str-chat__jump-to-latest-message-color)}.str-chat__jump-to-latest-message .str-chat__circle-fab:active{background-color:var(--str-chat__jump-to-latest-message-pressed-background-color)}.str-chat__jump-to-latest-message .str-chat__circle-fab .str-chat__jump-to-latest-unread-count{background-color:var(--str-chat__jump-to-latest-message-unread-count-background-color);color:var(--str-chat__jump-to-latest-message-unread-count-color);border-radius:var(--str-chat__jump-to-latest-message-border-radius);font:var(--str-chat__caption-text)}.str-chat{--str-chat__virtual-list-border-radius: 0;--str-chat__virtual-list-color: var(--str-chat__text-color);--str-chat__virtual-list-background-color: var(--str-chat__background-color);--str-chat__virtual-list-box-shadow: none;--str-chat__virtual-list-border-block-start: none;--str-chat__virtual-list-border-block-end: none;--str-chat__virtual-list-border-inline-start: none;--str-chat__virtual-list-border-inline-end: none}.str-chat__virtual-list{background:var(--str-chat__virtual-list-background-color);color:var(--str-chat__virtual-list-color);box-shadow:var(--str-chat__virtual-list-box-shadow);border-radius:var(--str-chat__virtual-list-border-radius);border-block-start:var(--str-chat__virtual-list-border-block-start);border-block-end:var(--str-chat__virtual-list-border-block-end);border-inline-start:var(--str-chat__virtual-list-border-inline-start);border-inline-end:var(--str-chat__virtual-list-border-inline-end)}.str-chat__virtual-list .str-chat__parent-message-li{border-block-end:1px solid var(--str-chat__thread-head-start-border-block-end-color)}.str-chat__virtual-list .str-chat__parent-message-li .str-chat__thread-start{color:var(--str-chat__thread-head-start-color);font:var(--str-chat__subtitle-text)}.str-chat{--str-chat__message-reactions-border-radius: none;--str-chat__message-reactions-color: var(--str-chat__text-color);--str-chat__message-reactions-background-color: transparent;--str-chat__message-reactions-border-block-start: none;--str-chat__message-reactions-border-block-end: none;--str-chat__message-reactions-border-inline-start: none;--str-chat__message-reactions-border-inline-end: none;--str-chat__message-reactions-box-shadow: none;--str-chat__message-reaction-border-radius: var(--str-chat__border-radius-xs);--str-chat__message-reaction-color: var(--str-chat__text-color);--str-chat__message-reaction-background-color: var(--str-chat__tertiary-surface-color);--str-chat__message-reaction-border-block-start: none;--str-chat__message-reaction-border-block-end: none;--str-chat__message-reaction-border-inline-start: none;--str-chat__message-reaction-border-inline-end: none;--str-chat__message-reaction-box-shadow: none;--str-chat__own-message-reaction-color: var(--str-chat__text-color);--str-chat__own-message-reaction-background-color: var( --str-chat__primary-surface-color-low-emphasis );--str-chat__messsage-reactions-details--selected-color: solid var(--str-chat__primary-color)}.str-chat__message-reactions-container .str-chat__message-reactions{background:var(--str-chat__message-reactions-background-color);color:var(--str-chat__message-reactions-color);box-shadow:var(--str-chat__message-reactions-box-shadow);border-radius:var(--str-chat__message-reactions-border-radius);border-block-start:var(--str-chat__message-reactions-border-block-start);border-block-end:var(--str-chat__message-reactions-border-block-end);border-inline-start:var(--str-chat__message-reactions-border-inline-start);border-inline-end:var(--str-chat__message-reactions-border-inline-end)}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction{background:var(--str-chat__message-reaction-background-color);color:var(--str-chat__message-reaction-color);box-shadow:var(--str-chat__message-reaction-box-shadow);border-radius:var(--str-chat__message-reaction-border-radius);border-block-start:var(--str-chat__message-reaction-border-block-start);border-block-end:var(--str-chat__message-reaction-border-block-end);border-inline-start:var(--str-chat__message-reaction-border-inline-start);border-inline-end:var(--str-chat__message-reaction-border-inline-end);font:var(--str-chat__caption-text)}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction.str-chat__message-reaction-own{color:var(--str-chat__own-message-reaction-color);background-color:var(--str-chat__own-message-reaction-background-color)}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-type{border-block-end:solid rgba(0,0,0,0)}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-type--selected{border-block-end:var(--str-chat__messsage-reactions-details--selected-color)}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-user{font:var(--str-chat__subtitle-text)}.str-chat{--str-chat__message-reactions-options-border-radius: var(--str-chat__border-radius-circle);--str-chat__message-reactions-options-color: var(--str-chat__text-color);--str-chat__message-reactions-options-background-color: var( --str-chat__secondary-background-color );--str-chat__message-reactions-options-border-block-start: none;--str-chat__message-reactions-options-border-block-end: none;--str-chat__message-reactions-options-border-inline-start: none;--str-chat__message-reactions-options-border-inline-end: none;--str-chat__message-reactions-options-box-shadow: 0 0 8px var(--str-chat__box-shadow-color);--str-chat__message-reactions-option-border-radius: var(--str-chat__border-radius-md);--str-chat__message-reactions-option-color: var(--str-chat__text-color);--str-chat__message-reactions-option-background-color: var( --str-chat__secondary-background-color );--str-chat__message-reactions-option-hover-background-color: var( --str-chat__primary-surface-color );--str-chat__message-reactions-option-selected-background-color: var( --str-chat__primary-color-low-emphasis );--str-chat__message-reactions-option-border-block-start: none;--str-chat__message-reactions-option-border-block-end: none;--str-chat__message-reactions-option-border-inline-start: none;--str-chat__message-reactions-option-border-inline-end: none;--str-chat__message-reactions-option-box-shadow: none}.str-chat .str-chat-angular-v5__reaction-selector{--str-chat__message-reactions-options-box-shadow: none;--str-chat__message-reactions-options-border-radius: 0}.str-chat__reaction-selector .str-chat__message-reactions-options{background:var(--str-chat__message-reactions-options-background-color);color:var(--str-chat__message-reactions-options-color);box-shadow:var(--str-chat__message-reactions-options-box-shadow);border-radius:var(--str-chat__message-reactions-options-border-radius);border-block-start:var(--str-chat__message-reactions-options-border-block-start);border-block-end:var(--str-chat__message-reactions-options-border-block-end);border-inline-start:var(--str-chat__message-reactions-options-border-inline-start);border-inline-end:var(--str-chat__message-reactions-options-border-inline-end)}.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option{background:var(--str-chat__message-reactions-option-background-color);color:var(--str-chat__message-reactions-option-color);box-shadow:var(--str-chat__message-reactions-option-box-shadow);border-radius:var(--str-chat__message-reactions-option-border-radius);border-block-start:var(--str-chat__message-reactions-option-border-block-start);border-block-end:var(--str-chat__message-reactions-option-border-block-end);border-inline-start:var(--str-chat__message-reactions-option-border-inline-start);border-inline-end:var(--str-chat__message-reactions-option-border-inline-end)}.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option:hover{background-color:var(--str-chat__message-reactions-option-hover-background-color)}.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option.str-chat__message-reactions-option-selected{background-color:var(--str-chat__message-reactions-option-selected-background-color)}@media (hover: none){.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option:hover{background-color:#0000}}.str-chat{--str-chat__modal-border-radius: var(--str-chat__border-radius-sm);--str-chat__modal-color: var(--str-chat__text-color);--str-chat__modal-background-color: var(--str-chat__secondary-background-color);--str-chat__modal-overlay-color: var(--str-chat__secondary-overlay-color);--str-chat__modal-overlay-backdrop-filter: blur(3px);--str-chat__modal-border-block-start: none;--str-chat__modal-border-block-end: none;--str-chat__modal-border-inline-start: none;--str-chat__modal-border-inline-end: none;--str-chat__modal-box-shadow: none;--str-chat__modal-close-icon-background: var(--str-chat__text-low-emphasis-color);--str-chat__modal-close-icon-color: var(--str-chat__on-disabled-color)}.str-chat__modal{background-color:var(--str-chat__modal-overlay-color);-webkit-backdrop-filter:var(--str-chat__modal-overlay-backdrop-filter);backdrop-filter:var(--str-chat__modal-overlay-backdrop-filter)}.str-chat__modal .str-chat__modal__inner{background:var(--str-chat__modal-background-color);color:var(--str-chat__modal-color);box-shadow:var(--str-chat__modal-box-shadow);border-radius:var(--str-chat__modal-border-radius);border-block-start:var(--str-chat__modal-border-block-start);border-block-end:var(--str-chat__modal-border-block-end);border-inline-start:var(--str-chat__modal-border-inline-start);border-inline-end:var(--str-chat__modal-border-inline-end)}.str-chat__modal .str-chat__modal-header .str-chat__modal-header__title{font:var(--str-chat__subtitle2-medium-text)}.str-chat__modal .str-chat__modal__close-button{--str-chat-icon-color: var(--str-chat__modal-close-icon-color);background:none;border:none}.str-chat__modal .str-chat__modal__close-button .str-chat__icon{background-color:var(--str-chat__modal-close-icon-background);border-radius:999px}.str-chat__modal .str-chat__modal__close-button svg path{fill:var(--str-chat__modal-close-icon-color)}.str-chat__modal .str-chat__modal__close-button svg rect,.str-chat__modal .str-chat__modal__close-button svg circle{fill:var(--str-chat__modal-close-icon-background)}.str-chat__message-attachment--card .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner,.str-chat__message-attachment--image .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner,.str-chat__message-attachment--gallery .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner{background-color:#0000;width:unset;height:unset;padding:0}.str-chat__message-attachment--card .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner img,.str-chat__message-attachment--image .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner img,.str-chat__message-attachment--gallery .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner img{max-width:unset;max-height:calc(100vh - 80px);cursor:default}.str-chat{--str-chat__message-notification-background-color: var(--str-chat__primary-color);--str-chat__message-notification-border-block-start: none;--str-chat__message-notification-border-block-end: none;--str-chat__message-notification-border-inline-start: none;--str-chat__message-notification-border-inline-end: none;--str-chat__message-notification-border-radius: 50px;--str-chat__message-notification-box-shadow: none;--str-chat__message-notification-color: var(--str-chat__on-primary-color)}.str-chat__message-notification{background:var(--str-chat__message-notification-background-color);color:var(--str-chat__message-notification-color);box-shadow:var(--str-chat__message-notification-box-shadow);border-radius:var(--str-chat__message-notification-border-radius);border-block-start:var(--str-chat__message-notification-border-block-start);border-block-end:var(--str-chat__message-notification-border-block-end);border-inline-start:var(--str-chat__message-notification-border-inline-start);border-inline-end:var(--str-chat__message-notification-border-inline-end);font:var(--str-chat__caption-text);cursor:pointer}.str-chat{--str-chat__notification-list-border-radius: none;--str-chat__notification-list-color: var(--str-chat__notification-list-text-color);--str-chat__notification-list-background-color: transparent;--str-chat__notification-list-border-block-start: none;--str-chat__notification-list-border-block-end: none;--str-chat__notification-list-border-inline-start: none;--str-chat__notification-list-border-inline-end: none;--str-chat__notification-list-box-shadow: none}.str-chat__list-notifications{background:var(--str-chat__notification-list-background-color);color:var(--str-chat__notification-list-color);box-shadow:var(--str-chat__notification-list-box-shadow);border-radius:var(--str-chat__notification-list-border-radius);border-block-start:var(--str-chat__notification-list-border-block-start);border-block-end:var(--str-chat__notification-list-border-block-end);border-inline-start:var(--str-chat__notification-list-border-inline-start);border-inline-end:var(--str-chat__notification-list-border-inline-end)}.str-chat{--str-chat__notification-border-radius: var(--str-chat__border-radius-sm);--str-chat__notification-color: var(--str-chat__opaque-surface-text-color);--str-chat__notification-background-color: var(--str-chat__opaque-surface-background-color);--str-chat__notification-border-block-start: none;--str-chat__notification-border-block-end: none;--str-chat__notification-border-inline-start: none;--str-chat__notification-border-inline-end: none;--str-chat__notification-box-shadow: 0 0 8px var(--str-chat__box-shadow-color)}.str-chat__notification{background:var(--str-chat__notification-background-color);color:var(--str-chat__notification-color);box-shadow:var(--str-chat__notification-box-shadow);border-radius:var(--str-chat__notification-border-radius);border-block-start:var(--str-chat__notification-border-block-start);border-block-end:var(--str-chat__notification-border-block-end);border-inline-start:var(--str-chat__notification-border-inline-start);border-inline-end:var(--str-chat__notification-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__poll .str-chat__poll-header .str-chat__poll-subtitle{color:var(--str-chat__text-low-emphasis-color)}.str-chat__poll .str-chat__checkmark{border-radius:var(--str-chat__border-radius-circle);border:1px solid var(--str-chat__disabled-color)}.str-chat__poll .str-chat__checkmark--checked{background-color:var(--str-chat__primary-color);border:none}.str-chat__poll .str-chat__poll-option-list .str-chat__poll-option.str-chat__poll-option--votable:hover{cursor:pointer}.str-chat__poll .str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option__votes-bar{background:linear-gradient(to right,var(--str-chat__primary-color) var(--str-chat__amount-bar-fulfillment),var(--str-chat__surface-color) var(--str-chat__amount-bar-fulfillment));border-radius:calc(var(--str-chat__spacing-px)*4)}.str-chat__poll .str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option__votes-bar--winner{background:linear-gradient(to right,var(--str-chat__info-color) var(--str-chat__amount-bar-fulfillment),var(--str-chat__surface-color) var(--str-chat__amount-bar-fulfillment))}.str-chat__poll .str-chat__poll-option-list--full,.str-chat__poll .str-chat__poll-answer,.str-chat__poll .str-chat__modal__poll-option-list__title,.str-chat__poll .str-chat__modal__poll-results .str-chat__modal__poll-results__title,.str-chat__poll .str-chat__modal__poll-results .str-chat__poll-option{border-radius:.75rem}.str-chat__poll-option-list--full{overflow:clip}.str-chat__poll--closed .str-chat__poll-option:hover{cursor:unset}.str-chat__poll-actions .str-chat__modal .str-chat__poll-answer__text,.str-chat__poll-actions .str-chat__modal .str-chat__modal__poll-option-list__title,.str-chat__poll-actions .str-chat__modal .str-chat__modal__poll-results__title{font:var(--str-chat__subtitle-medium-text)}.str-chat__poll-actions .str-chat__modal .str-chat__poll-option-list--full,.str-chat__poll-actions .str-chat__modal .str-chat__poll-answer,.str-chat__poll-actions .str-chat__modal .str-chat__modal__poll-option-list__title,.str-chat__poll-actions .str-chat__modal .str-chat__modal__poll-results__title,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option{background-color:var(--str-chat__tertiary-surface-color)}.str-chat__poll-actions .str-chat__modal .str-chat__poll-option-list--full .str-chat__poll-option-text{font-weight:500}.str-chat__poll-actions .str-chat__modal .str-chat__poll-option-list--full .str-chat__poll-option--votable:hover{background-color:var(--str-chat__secondary-surface-color)}.str-chat__poll-actions .str-chat__modal .str-chat__poll-option .str-chat__poll-option__header{font:var(--str-chat__subtitle-text)}.str-chat__poll-actions .str-chat__modal .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__option-text{font:var(--str-chat__subtitle-medium-text)}.str-chat__poll-actions .str-chat__modal .str-chat__poll-option .str-chat__poll-option__show-all-votes-button{font:var(--str-chat__subtitle-text);color:var(--str-chat__primary-color)}.str-chat__poll-vote .str-chat__poll-vote__author__name{text-transform:capitalize}.str-chat__poll-vote .str-chat__poll-vote__timestamp{color:var(--str-chat__text-low-emphasis-color)}.str-chat__quoted-poll-preview{font:var(--str-chat__body-medium-text)}.str-chat__poll-creation-dialog .str-chat__form__input-fieldset{border:none}.str-chat__poll-creation-dialog .str-chat__form__expandable-field,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label),.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value{background-color:var(--str-chat__tertiary-surface-color);border-radius:.75rem}.str-chat__poll-creation-dialog .str-chat__form__expandable-field input,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label) input,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value input{border:none;background:#0000;outline:none}.str-chat__poll-creation-dialog .str-chat__form__expandable-field input,.str-chat__poll-creation-dialog .str-chat__form__expandable-field input::placeholder,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label) input,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label) input::placeholder,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value input,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value input::placeholder{font:var(--str-chat__subtitle-text)}.str-chat__poll-creation-dialog .str-chat__form__input-field--draggable input{pointer-events:auto}.str-chat__poll-creation-dialog .str-chat__form__input-field--draggable .str-chat__drag-handle{background-color:var(--str-chat__text-low-emphasis-color);-webkit-mask:var(--str-chat__handle-icon) no-repeat center/contain;mask:var(--str-chat__handle-icon) no-repeat center/contain}.str-chat__poll-creation-dialog .str-chat__form__input-field--has-error{border:1px solid var(--str-chat__message-error-message-color)}.str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field--has-error,.str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field--has-error .str-chat__form__input-field__value,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label.str-chat__form__input-field--has-error{border:none}.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label.str-chat__form__input-field--has-error .str-chat__form__input-field__value{border:1px solid var(--str-chat__message-error-message-color)}.str-chat__poll-creation-dialog .str-chat__form__switch-field{background-color:var(--str-chat__tertiary-surface-color);border-radius:.75rem}.str-chat__poll-creation-dialog .str-chat__form__switch-field,.str-chat__poll-creation-dialog .str-chat__form__switch-field label{cursor:pointer}.str-chat__poll-creation-dialog .str-chat__form__switch-field .str-chat__form__switch-field__switch{cursor:pointer;background-color:var(--str-chat__text-low-emphasis-color);border-radius:100px}.str-chat__poll-creation-dialog .str-chat__form__switch-field .str-chat__form__switch-field__switch .str-chat__form__switch-field__switch-handle{border-radius:var(--str-chat__border-radius-circle);background-color:var(--str-chat__disabled-color)}.str-chat__poll-creation-dialog .str-chat__form__switch-field .str-chat__form__switch-field__switch.str-chat__form__switch-field__switch--on{background-color:var(--str-chat__green600)}.str-chat__poll-creation-dialog .str-chat__form__switch-field .str-chat__form__switch-field__switch.str-chat__form__switch-field__switch--on .str-chat__form__switch-field__switch-handle{background-color:var(--str-chat__background-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat{--str-chat__thread-border-radius: 0;--str-chat__thread-color: var(--str-chat__text-color);--str-chat__thread-background-color: var(--str-chat__secondary-background-color);--str-chat__thread-border-block-start: none;--str-chat__thread-border-block-end: none;--str-chat__thread-border-inline-start: 1px solid var(--str-chat__surface-color);--str-chat__thread-border-inline-end: none;--str-chat__thread-box-shadow: none;--str-chat__thread-header-border-radius: 0;--str-chat__thread-header-color: var(--str-chat__text-color);--str-chat__thread-header-background-color: var(--str-chat__secondary-background-color);--str-chat__thread-header-border-block-start: none;--str-chat__thread-header-border-block-end: none;--str-chat__thread-header-border-inline-start: none;--str-chat__thread-header-border-inline-end: none;--str-chat__thread-header-box-shadow: none;--str-chat__thread-header-info-color: var(--str-chat__text-low-emphasis-color)}.str-chat__thread-container{background:var(--str-chat__thread-background-color);color:var(--str-chat__thread-color);box-shadow:var(--str-chat__thread-box-shadow);border-radius:var(--str-chat__thread-border-radius);border-block-start:var(--str-chat__thread-border-block-start);border-block-end:var(--str-chat__thread-border-block-end);border-inline-start:var(--str-chat__thread-border-inline-start);border-inline-end:var(--str-chat__thread-border-inline-end)}.str-chat__thread-container .str-chat__thread-header{background:var(--str-chat__thread-header-background-color);color:var(--str-chat__thread-header-color);box-shadow:var(--str-chat__thread-header-box-shadow);border-radius:var(--str-chat__thread-header-border-radius);border-block-start:var(--str-chat__thread-header-border-block-start);border-block-end:var(--str-chat__thread-header-border-block-end);border-inline-start:var(--str-chat__thread-header-border-inline-start);border-inline-end:var(--str-chat__thread-header-border-inline-end)}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-title{font:var(--str-chat__subtitle-medium-text)}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-channel-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-subtitle{font:var(--str-chat__body-text);color:var(--str-chat__thread-header-info-color)}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button{background-color:#0000;border:none}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button svg path{fill:var(--str-chat__thread-color)}.str-chat{--str-chat__tooltip-border-radius: var(--str-chat__border-radius-xs);--str-chat__tooltip-color: var(--str-chat__text-color);--str-chat__tooltip-background-color: var(--str-chat__secondary-background-color);--str-chat__tooltip-border-block-start: none;--str-chat__tooltip-border-block-end: none;--str-chat__tooltip-border-inline-start: none;--str-chat__tooltip-border-inline-end: none;--str-chat__tooltip-box-shadow: 0 0 20px var(--str-chat__box-shadow-color)}.str-chat__tooltip{background:var(--str-chat__tooltip-background-color);color:var(--str-chat__tooltip-color);box-shadow:var(--str-chat__tooltip-box-shadow);border-radius:var(--str-chat__tooltip-border-radius);border-block-start:var(--str-chat__tooltip-border-block-start);border-block-end:var(--str-chat__tooltip-border-block-end);border-inline-start:var(--str-chat__tooltip-border-inline-start);border-inline-end:var(--str-chat__tooltip-border-inline-end);font:var(--str-chat__caption-text)}.str-chat__tooltip:after{background-color:var(--str-chat__tooltip-background-color)}.str-chat{--str-chat__typing-indicator-border-radius: none;--str-chat__typing-indicator-color: var(--str-chat__text-low-emphasis-color);--str-chat__typing-indicator-background-color: var(--str-chat__overlay-color);--str-chat__typing-indicator-border-block-start: none;--str-chat__typing-indicator-border-block-end: none;--str-chat__typing-indicator-border-inline-start: none;--str-chat__typing-indicator-border-inline-end: none;--str-chat__typing-indicator-box-shadow: none;--str-chat__typing-indicator-dot-background-color: var(--str-chat__text-color)}.str-chat__typing-indicator{background:var(--str-chat__typing-indicator-background-color);color:var(--str-chat__typing-indicator-color);box-shadow:var(--str-chat__typing-indicator-box-shadow);border-radius:var(--str-chat__typing-indicator-border-radius);border-block-start:var(--str-chat__typing-indicator-border-block-start);border-block-end:var(--str-chat__typing-indicator-border-block-end);border-inline-start:var(--str-chat__typing-indicator-border-inline-start);border-inline-end:var(--str-chat__typing-indicator-border-inline-end)}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot{border-radius:999px;animation:dotFlashing 1s infinite alternate;background-color:var(--str-chat__typing-indicator-dot-background-color)}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:nth-child(1){animation-delay:0s}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:nth-child(2){animation-delay:.5s}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:nth-child(3){animation-delay:1s}@keyframes dotFlashing{0%{opacity:1}50%{opacity:.6}to{opacity:.2}}.str-chat{--str-chat-thread-list-border-color: var(--str-chat__surface-color);--str-chat-thread-list-container-background-color: var(--str-chat__secondary-background-color);--str-chat-unseen-threads-banner-background-color: var(--str-chat__text-color);--str-chat-unseen-threads-banner-color: var(--str-chat__opaque-surface-text-color);--str-chat-thread-list-item-background-color-default: var(--str-chat__secondary-background-color);--str-chat-thread-list-item-background-color-selected: var(--str-chat__surface-color);--str-chat-thread-list-item-text-color: var(--str-chat__text-color);--str-chat-thread-list-item-text-low-emphasis-color: var(--str-chat__text-low-emphasis-color);--str-chat-thread-list-empty-placeholder-background-color: var( --str-chat__secondary-background-color );--str-chat-thread-list-empty-placeholder-color: var(--str-chat__text-low-emphasis-color)}.str-chat__thread-list-container{background-color:var(--str-chat-thread-list-container-background-color)}.str-chat__unseen-threads-banner{border-radius:16px;background:var(--str-chat-unseen-threads-banner-background-color);color:var(--str-chat-unseen-threads-banner-color)}.str-chat__unseen-threads-banner__button{--str-chat-icon-color: var(--str-chat-unseen-threads-banner-color)}.str-chat__thread-list{border-right:1px solid var(--str-chat-thread-list-border-color)}.str-chat__thread-list .str-chat__thread-list-item{--str-chat-icon-color: var(--str-chat-thread-list-item-text-color);border:none;background-color:var(--str-chat-thread-list-item-background-color-default);color:var(--str-chat-thread-list-item-text-color)}.str-chat__thread-list .str-chat__thread-list-item[aria-selected=true]{background-color:var(--str-chat-thread-list-item-background-color-selected)}.str-chat__thread-list .str-chat__thread-list-item[aria-selected=true] .str-chat__thread-list-item__parent-message-text,.str-chat__thread-list .str-chat__thread-list-item[aria-selected=true] .str-chat__thread-list-item__latest-reply-text-and-timestamp{color:inherit}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__parent-message-text{color:var(--str-chat-thread-list-item-text-low-emphasis-color)}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply{--str-chat__avatar-background-color: var(--str-chat__secondary-surface-color);--str-chat__avatar-color: var(--str-chat__text-low-emphasis-color)}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-text-and-timestamp{color:var(--str-chat-thread-list-item-text-low-emphasis-color)}.str-chat__thread-list-empty-placeholder{--str-chat-icon-color: var(--str-chat-thread-list-empty-placeholder-color);background-color:var(--str-chat-thread-list-empty-placeholder-background-color);color:var(--str-chat-thread-list-empty-placeholder-color)}.str-chat{--str-chat-selector-background-color: var(--str-chat__secondary-background-color);--str-chat-selector-border-color: var(--str-chat__surface-color);--str-chat-selector-button-color-default: var(--str-chat__text-low-emphasis-color);--str-chat-selector-button-color-selected: var(--str-chat__text-color);--str-chat-selector-button-background-color-default: transparent;--str-chat-selector-button-background-color-selected: var(--str-chat__surface-color)}.str-chat__chat-view__selector{border-right:1px solid var(--str-chat-selector-border-color);background-color:var(--str-chat-selector-background-color)}.str-chat__chat-view__selector-button{--str-chat-icon-color: var(--str-chat-selector-button-color-default);border:none;background:var(--str-chat-selector-button-background-color-default);color:var(--str-chat-selector-button-color-default)}.str-chat__chat-view__selector-button[aria-selected=true]{--str-chat-icon-color: var(--str-chat-selector-button-color-selected);color:var(--str-chat-selector-button-color-selected);background:var(--str-chat-selector-button-background-color-selected)}.str-chat{--str-chat-unread-count-badge-color: var(--str-chat__on-unread-badge-color);--str-chat-unread-count-badge-background-color: var(--str-chat__danger-color)}.str-chat__unread-count-badge{background-color:var(--str-chat-unread-count-badge-background-color);color:var(--str-chat-unread-count-badge-color);border-radius:9999px}.str-chat__ai-state-indicator-container{background-color:var(--str-chat__grey300)}.str-chat__ai-state-indicator-text{color:var(--str-chat__text-color)}:root{--app-height: 100%;--min-workspace-width: 330px}html,body{margin:0;padding:0;height:100%}.str-chat__file-input-container,.str-chat__start-recording-audio-button{display:none!important}.rta__textarea.str-chat__textarea__textarea.str-chat__message-textarea{padding:2px 4px!important}.str-chat button{margin-top:0;padding:0;font-size:1em}.messaging__sidebar{width:var(--min-workspace-width)}.str-chat__channel,.str-chat__main-panel{flex:1;min-width:0}.str-chat__chat-view__channels .str-chat__main-panel--thread-open{display:none}.str-chat__chat-view__channels .str-chat__thread{flex:0 1 var(--min-workspace-width);max-width:45%}.str-chat__chat-view__threads .str-chat__thread-list-container{max-width:var(--min-workspace-width)}.channel-preview__content-message p{line-height:1}@media screen and (max-width: 640px){.str-chat__channel{height:var(--app-height)}#mobile-channel-list{width:100%;max-width:100vw;height:100vh;position:fixed;top:0;left:0;transform:translate3d(-100%,0,0);transition:transform .3s cubic-bezier(0,.52,0,1)}#mobile-channel-list.show{transform:translateZ(0)}}@media screen and (max-width: 960px){.str-chat__channel-list{position:unset;left:unset;top:unset;z-index:unset;min-height:unset;overflow-y:unset;transition:unset}.str-chat__chat-view__channels .str-chat__thread{flex:1;position:absolute;z-index:1;left:0;right:0;max-width:100%}}.str-chat{--str-chat__primary-color: #20ff65;--str-chat__background-color: #fff;--str-chat__secondary-background-color: rgba(255, 255, 255, .9);--str-chat__thread-background-color: var(--str-chat__background-color);--str-chat__notification-list-background-color: var(--str-chat__background-color);--str-chat__message-list-background-color: var(--str-chat__background-color);--messaging__header-shadow: 0 7px 9px rgba(0, 0, 0, .03), 0 1px 0 rgba(0, 0, 0, .03);--str-chat__avatar-size: 40px}.str-chat .avatar-subgroup.avatar-subgroup--split{--str-chat__avatar-size: 20px}.str-chat .str-chat__message{--str-chat__avatar-size: 32px}.str-chat.str-chat__theme-dark{--str-chat__background-color: #0a0a0a;--str-chat__secondary-background-color: #0b1c12;--str-chat__primary-surface-color: #0c1f14;--str-chat__secondary-surface-color: #144a2a;--str-chat__primary-color: #20ff65;--str-chat__text-color: #e9ffee;--str-chat__border-color: #144a2a}:root{--app-height: 100%}*::-webkit-scrollbar{width:.3rem}*::-webkit-scrollbar-thumb{background-color:#a9a9a9;border-radius:2px}body::-webkit-scrollbar{background:transparent}body::-webkit-scrollbar-track{background:transparent}body::-webkit-scrollbar-thumb{background-color:transparent}.str-chat{--str-chat__channel-box-shadow: 0 0 8px rgba(0, 0, 0, .06), 0 2px 30px rgba(0, 0, 0, .1)}.str-chat__theme-dark{--str-chat__channel-box-shadow: 0 2px 30px rgba(0, 0, 0, .1)}.str-chat__channel-list{padding:10px 20px 20px}.str-chat__channel-list-messenger__main{display:grid;grid-row-gap:10px;grid-auto-rows:max-content}.str-chat{--str-chat__channel-list-border-inline-end: none}.str-chat__theme-light{--str-chat__channel-list-background-color: #fafafa}.str-chat__theme-dark{--str-chat__channel-list-background-color: #0b1c12}@media screen and (max-width: 960px){.str-chat__channel-list{box-shadow:unset}}.str-chat__message--deleted:not(.str-chat__message-simple--me){margin-inline-start:var(--str-chat__spacing-10)}.str-chat__message-simple:hover .str-chat__message-simple__actions__action--thread,.str-chat__message-simple:hover .str-chat__message-simple__actions__action--reactions,.str-chat__message-simple:hover .str-chat__message-simple__actions__action--options{display:flex}.str-chat__message--system{padding:20px}.str-chat__message-simple--me .str-chat__avatar,.str-chat__message--me .str-chat__avatar,.str-chat__message-simple__read-by,.str-chat__message-simple__read-by .str-chat__avatar,.str-chat__message-simple__read-by-avatars,.str-chat__message-simple__read-by-text,.str-chat__message-simple__read-by .str-chat__avatar-fallback,.str-chat__message-simple__read-by .str-chat__avatar-image,.str-chat__message-status .str-chat__avatar,.str-chat__message-status__read-by,.str-chat__message-status__read-by .str-chat__avatar,.str-chat__message-status__read-by .str-chat__avatar-fallback,.str-chat__message-status__read-by .str-chat__avatar-image{display:none!important}.str-chat__theme-light{--str-chat__own-message-bubble-background-color: #ecebeb;--str-chat__message-bubble-background-color: #fcfcfc;--str-chat__message-bubble-border: 1px solid #00000014;--str-chat__message-bubble-border-block-start: var(--str-chat__message-bubble-border);--str-chat__message-bubble-border-block-end: var(--str-chat__message-bubble-border);--str-chat__message-bubble-border-inline-start: var(--str-chat__message-bubble-border);--str-chat__message-bubble-border-inline-end: var(--str-chat__message-bubble-border)}.str-chat__theme-dark{--str-chat__own-message-bubble-background-color: #1e5b36;--str-chat__message-bubble-background-color: #144a2a;--str-chat__message-text-color: #e9ffee}.str-chat__message--me .str-chat__message-bubble{border:none}.str-chat.str-chat__theme-dark .str-chat__message--system__date,.str-chat.str-chat__theme-dark .str-chat__message--system__text p{color:#ffffffb3}.str-chat.str-chat__theme-dark .str-chat__message--system__line{background:#ffffff1a}.str-chat__message-attachment-download-icon path{fill:#fff}.str-chat__message-actions-box:not(.str-chat__message-actions-box-angular):not(.str-chat__message-actions-box--mine){inset-inline-end:0}.str-chat__message-actions-box:not(.str-chat__message-actions-box-angular).str-chat__message-actions-box--mine{inset-inline-start:-5px}.str-chat__theme-light{--str-chat__message-actions-box-background-color: var(--str-chat__background-color)}.str-chat__theme-dark{--str-chat__message-actions-box-background-color: var(--str-chat__secondary-surface-color)}.str-chat__theme-dark .str-chat__message-actions-box{background-image:linear-gradient(-180deg,var(--str-chat__secondary-surface-color),#00000033)}.str-chat__message-actions-box .str-chat__message-actions-list-item-button{font:var(--str-chat__caption-text)}.emoji-mart{max-width:100%}.str-chat__thread-container .str-chat__message-input{padding-top:var(--str-chat__spacing-1_5)}.str-chat__message-input .str-chat__message-input-inner{align-items:center}.str-chat__message-input .str-chat__send-button{margin-left:calc(var(--str-chat__spacing-px)*5);width:calc(var(--str-chat__spacing-px)*20);height:calc(var(--str-chat__spacing-px)*20);min-width:calc(var(--str-chat__spacing-px)*20)}.str-chat{--str-chat__message-textarea-border-active: 2px solid var(--str-chat__primary-color);--str-chat__message-textarea-border: 2px solid #00000029;--str-chat__message-textarea-border-block-start: var(--str-chat__message-textarea-border);--str-chat__message-textarea-border-block-end: var(--str-chat__message-textarea-border);--str-chat__message-textarea-border-inline-start: var(--str-chat__message-textarea-border);--str-chat__message-textarea-border-inline-end: var(--str-chat__message-textarea-border)}.str-chat__theme-light{--str-chat__message-input-background-color: var(--str-chat__background-color);--str-chat__message-textarea-color: rgba(0, 0, 0, .9)}.str-chat__theme-dark{--str-chat__message-input-background-color: #0c1f14;--str-chat__message-input-border-block-start: 1px solid #144a2a;--str-chat__message-textarea-background-color: #0b1c12;--str-chat__message-textarea-color: #e9ffee;--str-chat__message-textarea-border: 2px solid #144a2a;--str-chat__message-textarea-border-active: 2px solid #20ff65}.str-chat__message-input .str-chat__message-textarea-container:focus-within{border-block-start:var(--str-chat__message-textarea-border-active);border-block-end:var(--str-chat__message-textarea-border-active);border-inline-start:var(--str-chat__message-textarea-border-active);border-inline-end:var(--str-chat__message-textarea-border-active)}.str-chat__message-textarea-container{transition:border .2s ease-in-out}.str-chat__message-input .str-chat__message-textarea-container .str-chat__message-textarea{font:var(--str-chat__body-text);transition:box-shadow .2s ease-in-out}.str-chat__thread-container .str-chat__message-input{background:var(--str-chat__background-color);box-shadow:0 -2px 2px #0000000a}.str-chat__message-input .str-chat__send-button svg path{transition:fill .2s ease-in-out}.str-chat__message-input .str-chat__send-button:active svg path{fill:var(--str-chat__active-primary-color)}.str-chat__theme-dark .emoji-mart{background:var(--str-chat__secondary-background-color);border:var(--str-chat__secondary-surface-color);box-shadow:var(--str-chat__box-shadow-color)}.str-chat__theme-dark .str-chat__message-input .emoji-mart-bar,.str-chat__theme-dark .str-chat__message-input .emoji-mart-search input{border-color:#0000005c}.str-chat__theme-dark .emoji-mart-category-label span,.str-chat__theme-dark .emoji-mart-search input{background:var(--str-chat__secondary-background-color);color:var(--str-chat__text-color)}.str-chat__suggestion-list-container{overflow:auto}.str-chat__slash-command:hover{background:#005fff;cursor:pointer}.str-chat__message-reaction-count{color:var(--str-chat__text-color)}.messaging__sidebar{background:var(--str-chat__channel-list-background-color)}.str-chat.str-chat__theme-dark .messaging__channel-list__message{color:#fff}.messaging__channel-list__header__name{font-weight:700;color:var(--str-chat__text-color)}.messaging__channel-list__header__button{border:0;cursor:pointer;background:#fafafa;border-radius:20px;box-shadow:var(--str-chat__channel-box-shadow)}.str-chat__theme-dark .messaging__channel-list__header__button{background:#3e3e41;box-shadow:none}.messaging__channel-list__header__button svg path{fill:var(--str-chat__primary-color)}.str-chat__theme-dark .messaging__channel-list__header__button svg path{fill:#e9e9ea}.messaging__channel-list__header__button:focus{border:none;outline:none}.messaging__channel-list__message{color:#000}.messaging__sidebar{height:100%;display:flex;flex-direction:column;gap:10px}.messaging__channel-list__header{display:flex;align-items:center;padding-top:30px;padding-inline:25px;gap:10px}.messaging__channel-list__header__name{line-height:20px;font-size:16px;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis}.messaging__channel-list__header__button{display:flex;align-items:center;justify-content:center;padding:11px}.str-chat__load-more-button{display:none}@media screen and (max-width: 640px){.str-chat__modal--open .str-chat__modal__inner{width:90%}}.str-chat.str-chat__theme-light{--str-chat__modal-background-color: var(--str-chat__background-color)}.str-chat.str-chat__theme-dark{--str-chat__modal-background-color: #2e3033}.str-chat__list-notifications{background:var(--str-chat__notification-list-background-color)}.avatar-group{display:flex;align-items:center;height:40px;min-width:40px;max-width:40px;overflow:hidden;border-radius:20px}.avatar-group .str-chat__avatar .str-chat__avatar-fallback,.avatar-group .str-chat__avatar .str-chat__avatar-image{border-radius:0}.messaging-create-channel{height:100%;width:100%;display:flex;flex-direction:column;flex:1;background:var(--str-chat__background-color);box-shadow:0 0 14px #00000004;border-radius:10px 10px 0 0}.messaging-create-channel header{background:var(--str-chat__secondary-background-color);box-shadow:var(--messaging__header-shadow);transform:scale(1);border-radius:10px 10px 0 0;display:flex;justify-content:space-between;align-items:center;padding:0 10px 0 25px}.str-chat.str-chat__theme-dark .messaging-create-channel header{background:#3e3e41;color:var(--str-chat__message-textarea-color);border-radius:10px 10px 0 0;height:auto}.messaging-create-channel__left{display:flex;flex:1;align-items:center}.messaging-create-channel__left form{height:50px;display:flex;align-items:center;padding-bottom:6px}.messaging-create-channel__left-text{margin-right:10px;font-family:Helvetica Neue,sans-serif;font-size:17px;color:#000;opacity:.5}.messaging-create-channel main{flex:1}.messaging-create-channel__users{display:flex;margin:0 8px;max-width:95%;flex-wrap:wrap}.messaging-create-channel__users::-webkit-scrollbar{display:none}.messaging-create-channel__user{color:#000;background:#f1f1f1;opacity:.9;display:flex;justify-content:space-between;align-items:center;padding:6px 12px;border-radius:20px;cursor:pointer}.messaging-create-channel__user svg path{fill:#000}.str-chat.str-chat__theme-dark .messaging-create-channel__user svg path{fill:#fff}.str-chat.str-chat__theme-dark .messaging-create-channel__user{color:#fff;background:#2c2c30;margin:2px}.messaging-create-channel__user-text{margin-right:8px}.messaging-create-channel__user:not(:last-of-type){margin-right:4px}.messaging-create-channel__input{background:none;border:none;outline:none;min-width:215px}.str-chat.str-chat__theme-dark .messaging-create-channel__input{color:var(--str-chat__message-textarea-color)}.messaging-create-channel__input::placeholder{font-size:17px;color:#000;opacity:.5}.str-chat.str-chat__theme-dark .messaging-create-channel__input::placeholder{color:#fff}.messaging-create-channel__user-results{display:flex;flex-direction:column;max-width:330px;background:#f1f1f1;opacity:.9;box-shadow:0 1px 5px #00000012;border-radius:10px;overflow-y:auto;list-style:none;padding:0;margin-left:4px;margin-top:4px}.str-chat.str-chat__theme-dark .messaging-create-channel__user-results{background:#282a2d;box-shadow:0 4px 20px #0000004d}.messaging-create-channel__user-result{height:56px;display:flex;align-items:center;gap:1rem;margin:0;padding:8px;cursor:pointer}.messaging-create-channel__user-result.focused{background:#fff}.str-chat.str-chat__theme-dark .messaging-create-channel__user-result.focused{background:#3e3e41}.messaging-create-channel__user-result.empty{padding-left:16px}.str-chat.str-chat__theme-dark .messaging-create-channel__user-result.empty{color:#fff}.messaging-create-channel__user-result-online{position:relative;right:28px;bottom:14px;background:#20e070;border-radius:8px;border:2px solid #f1f1f1;height:16px;width:16px}.str-chat.str-chat__theme-dark .messaging-create-channel__user-result-online{border:2px solid #282a2d;opacity:1}.messaging-create-channel__user-result:hover{background:#fff;transition:background,border .1s ease-in-out}.messaging-create-channel__user-result:hover .messaging-create-channel__user-result-online{border-color:#fff}.str-chat__theme-dark .messaging-create-channel__user-result:hover .messaging-create-channel__user-result-online{border-color:#3e3e41}.messaging-create-channel__user-result__details{display:flex;flex-direction:column}.messaging-create-channel__user-result__details span:first-of-type{font-weight:500}.str-chat.str-chat__theme-dark .messaging-create-channel__left-text{color:#fff}.str-chat.str-chat__theme-dark .messaging-create-channel__user-result__details{color:#fff}.str-chat.str-chat__theme-dark .messaging-create-channel__user-result:hover,.str-chat.str-chat__theme-dark .messaging-create-channel__user-result.selected{background:#3e3e41}.str-chat__channel.messaging .messaging-create-channel+.str-chat__main-panel{display:none}.str-chat__channel.messaging .messaging-create-channel~.str-chat__thread{display:none}.create-channel-button{right:10px;max-width:111px;height:40px;border:none;outline:none;background:#005fff;border-radius:20px;font-family:Helvetica Neue,sans-serif;font-weight:700;font-size:15px;line-height:18px;color:#fff;cursor:pointer;flex:1}.users-input-container{min-width:85%;margin-top:6px}.close-mobile-create{display:none}@media screen and (max-width: 640px){.str-chat.str-chat__theme-dark .messaging-create-channel header{height:unset}.messaging-create-channel header{display:block;height:unset}.messaging-create-channel__left{max-width:unset;height:unset;align-items:unset;justify-content:space-evenly}.users-input-container{margin-bottom:unset}.messaging-create-channel__left form{padding-bottom:unset}.messaging-create-channel__left-text{margin-top:20px}.messaging-create-channel__users{display:flex;flex-wrap:wrap;margin:0 8px;max-width:90%}.create-channel-button{margin-bottom:10px;width:100%}.messaging-create-channel__user-results{max-width:unset;flex:unset}.close-mobile-create{display:unset;margin-top:20px;cursor:pointer;flex:1}}.messaging__channel-header{background:var(--str-chat__secondary-background-color);box-shadow:var(--messaging__header-shadow);transform:scale(1);border-radius:10px 10px 0 0;display:flex;align-items:center;justify-content:space-between;min-height:60px;z-index:1}.str-chat__channel .str-chat__main-panel:not(:last-child) .messaging__channel-header{border-radius:10px 0 0}.messaging__channel-header .channel-header__name{flex:1;font-weight:700;font-size:15px;color:var(--str-chat__message-textarea-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.str-chat.str-chat__theme-dark .messaging__channel-header{background:#2e3033fa;box-shadow:var(--messaging__header-shadow)}.str-chat.str-chat__theme-dark .messaging__channel-header .channel-header__name{color:var(--str-chat__message-textarea-color)}.messaging__channel-header__right{display:flex;align-items:center;margin-right:16px}.messaging__channel-header .avatar-group{margin-right:20px;margin-left:20px}.messaging__channel-header .avatar-group.four span:nth-child(2){position:relative;right:9px}.channel-header__edit-input{width:100%;font-family:Helvetica Neue,sans-serif;font-size:17px;background:none;outline:none;border:none;padding:0}.channel-header__edit-input::placeholder{opacity:50%}.str-chat.str-chat__theme-dark .channel-header__edit-input::placeholder{color:#fff}.str-chat.str-chat__theme-dark .channel-header__edit-input{color:#fff}#mobile-nav-icon{display:none}@media screen and (max-width: 640px){#mobile-nav-icon{display:block;padding-left:5px}.str-chat__theme-light #mobile-nav-icon svg path{fill:#2f4f4f;stroke:#2f4f4f;fill-opacity:60%}.messaging__channel-header__avatars{margin-left:10px}}.messaging__typing-indicator{display:flex;align-items:center;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:var(--str-chat__message-textarea-color);opacity:.5}.messaging__typing-indicator .dots{position:relative;top:-2px;margin-right:8px}.messaging__typing-indicator .dots .dot{display:inline-block;width:4px;height:4px;border-radius:50%;margin-right:3px;background:#000;animation:wave2 1.1s linear infinite}.str-chat.str-chat__theme-dark .messaging__typing-indicator{color:var(--str-chat__message-textarea-color)}.str-chat.str-chat__theme-dark .messaging__typing-indicator .dots .dot{background:#fff}.messaging__typing-indicator .dots .dot:nth-child(2){animation-delay:-.9s;opacity:.5}.messaging__typing-indicator .dots .dot:nth-child(3){animation-delay:-.8s;opacity:.2}@keyframes wave2{0%,60%,to{opacity:1}30%{opacity:.5}}.channel-preview__container{height:56px;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:8px}.channel-preview__container:hover{background:#fff;box-shadow:0 1px 5px #00000012;transition:background .1s ease-in-out}.str-chat.str-chat__theme-dark .channel-preview__container:hover{background:#2c2c30}.channel-preview__container.selected{background:#fff;box-shadow:0 1px 5px #00000012;transition:background .1s ease-in-out}.str-chat.str-chat__theme-dark .channel-preview__container.selected{background:#2c2c30}.channel-preview__content-wrapper{display:flex;flex-direction:column;justify-content:center;margin-left:8px;margin-right:8px;width:100%}.channel-preview__content-top{display:flex;justify-content:space-between;align-items:center;margin:0 0 4px;height:18px}.channel-preview__content-name{font-family:Helvetica Neue,sans-serif;font-weight:500;font-size:15px;color:#000;margin:0;max-width:158px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.str-chat.str-chat__theme-dark .channel-preview__content-name{color:#fff}.channel-preview__content-time{font-family:Helvetica Neue,sans-serif;font-size:11px;color:#858688;margin:0}.channel-preview__content-message{font-family:Helvetica Neue,sans-serif;font-size:13px;line-height:16px;margin:0;color:#858688;height:16px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-preview__content-message p{margin:0}.channel-preview__container .str-chat__avatar{margin-right:0}.str-chat{--str-chat__thread-head-start-border-block-end-color: var(--str-chat__secondary-background-color) }.messaging.str-chat .str-chat__thread{margin:0}.custom-thread-header{border:none;background:#fff;min-height:60px;box-shadow:var(--messaging__header-shadow);display:flex;align-items:center;justify-content:space-between;z-index:1}.str-chat.str-chat__theme-dark .custom-thread-header{background:#2e3033fa}.custom-thread-header__left{display:flex;align-items:center;margin-left:20px}.custom-thread-header__left-title{font-family:Helvetica Neue,sans-serif;font-weight:700;font-size:15px;line-height:24px;color:var(--str-chat__message-textarea-color);margin-right:10px}.str-chat.str-chat__theme-dark .custom-thread-header__left-title{color:var(--str-chat__message-textarea-color)}.custom-thread-header__left-count{font-family:Helvetica,sans-serif;font-size:14px;mix-blend-mode:normal;opacity:.5}.str-chat.str-chat__theme-dark .custom-thread-header__left-count{color:var(--str-chat__message-textarea-color)}.messaging.str-chat .str-chat__thread{border-left:1px solid #f1f1f1;border-radius:0 10px 0 0}.messaging.str-chat.str-chat__theme-dark .str-chat__thread{border-left:1px solid rgba(0,0,0,.09)}.str-chat__thread .str-chat__messaging-input{background:none!important}.messaging.str-chat .str-chat__thread-list{height:unset;padding:0}.str-chat__thread-list .str-chat__list.str-chat__thread-list{padding:0!important}.str-chat__thread-list .str-chat__li.str-chat__li--top{margin-top:0}.str-chat__thread-list li .str-chat__message:first-of-type{border-bottom:none!important;padding-bottom:0}.str-chat__thread .str-chat__messaging-input{margin-top:0!important}.str-chat__message-replies-count-button:focus{border:none;outline:none}.str-chat__thread-start{display:none}.messaging.str-chat .str-chat__thread-list .str-chat__message-list-scroll{padding-top:20px}@media screen and (max-width: 640px){.str-chat__thread .str-chat__messaging-input .messaging-input__button.emoji-button{display:none}}.window-controls__container{height:60px;display:flex;align-items:center;justify-content:center}.window-controls__button-wrapper{display:flex;align-items:center;justify-content:space-between;height:30px;width:180px;background:#fffc;box-shadow:0 0 4px #0000000f;border-radius:15px;padding:0 2px}.window-controls__button-wrapper.light{background:#303438}.window-controls__button{height:26px;width:90px;background:none;box-shadow:none;border-radius:15px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-family:Inter,sans-serif;font-weight:700;font-size:12px;line-height:12px;letter-spacing:.8px;color:#000;mix-blend-mode:normal;opacity:.2}.window-controls__button.selected{background:#fff;box-shadow:0 2px 7px #0003;color:#0a0a0a;opacity:1}.window-controls__button.light{background:#303438;color:#fff6;opacity:.5}.window-controls__button.selected.light{background:#3d4247;color:#fff;opacity:1}._listing_mveik_1{display:flex;flex-direction:column;width:100%;max-width:400px;gap:1em;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1em;transition:all .3s}:root[data-theme=dark] ._listing_mveik_1{background:linear-gradient(145deg,var(--surface),rgba(11,28,18,.8));border-color:#144a2a}._listing_mveik_1:hover{box-shadow:0 8px 24px var(--glow);border-color:var(--accent)}:root[data-theme=dark] ._listing_mveik_1:hover{box-shadow:0 8px 32px #20ff6533}._listingInfo_mveik_28{display:flex;flex-direction:column;gap:1em}._listingText_mveik_34{width:100%;overflow:hidden}._listingText_mveik_34 h4{margin:0 0 .5em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word;overflow-wrap:anywhere}._listingText_mveik_34 p{margin:.25em 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._listingImg_mveik_56 img{width:100%;object-fit:cover;border-radius:10px;aspect-ratio:4 / 3;transition:all .3s}._listingImg_mveik_56{position:relative}._topBubble_mveik_68{position:absolute;top:10px;left:10px;background-color:#dc3545;color:#fff;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:700;z-index:2;box-shadow:0 2px 4px #0003}._listing_mveik_1:hover ._listingImg_mveik_56 img{filter:brightness(1.05)}._listingButtons_mveik_86{display:flex;gap:.5em;flex-direction:column}._listingButtons_mveik_86 button{margin:0}._listingButtons_mveik_86>div button:nth-child(1){background:linear-gradient(135deg,var(--accent),#15b845);color:#051407;font-weight:700}:root[data-theme=dark] ._listingButtons_mveik_86>div button:nth-child(1){box-shadow:0 0 16px #20ff6566}._listingButtons_mveik_86 button:nth-child(2){background-color:var(--chip-bg);color:var(--text);border:1px solid var(--border)}:root[data-theme=dark] ._listingButtons_mveik_86 button:nth-child(2){background:var(--surface);border-color:#144a2a}._listingButtons_mveik_86>div button:nth-child(2){background-color:#d03;color:#fff}._listingButtons_mveik_86>div button:nth-child(2):hover{background-color:#e63946;box-shadow:0 4px 16px #e6394666}._listingButtons_mveik_86>div{display:flex;gap:.5em;width:100%}._listingButtons_mveik_86>div>button{flex:1}._listingNav_mveik_137{display:flex;gap:1em;justify-content:space-between;align-items:center;width:100%;border-bottom:1px solid var(--border);margin-bottom:1em}:root[data-theme=dark] ._listingNav_mveik_137{border-bottom-color:#144a2a}._listingNav_mveik_137 button{background:linear-gradient(135deg,var(--accent),#15b845);color:#051407;font-weight:700}:root[data-theme=dark] ._listingNav_mveik_137 button{box-shadow:0 0 16px #20ff6566}@media only screen and (max-width: 1024px){._listing_mveik_1{max-width:100%;width:calc(50% - 1em)}}@media only screen and (max-width: 768px){._listing_mveik_1{max-width:100%;width:100%;gap:.8em;padding:.8em}._listingText_mveik_34 h4{font-size:.95em}._listingText_mveik_34 p{font-size:.85em}._listingImg_mveik_56 img{aspect-ratio:16 / 9}._listingButtons_mveik_86{gap:.4em}._listingButtons_mveik_86>div{gap:.4em}._listingNav_mveik_137{gap:.8em;margin-bottom:.8em}._listingNav_mveik_137 button{padding:.7em 1.2em;font-size:.9em}}@media only screen and (max-width: 650px){._listing_mveik_1{width:100%;max-width:100%;gap:.6em;padding:.7em}._listingText_mveik_34 h4{font-size:.9em}._listingText_mveik_34 p{font-size:.8em}._listingImg_mveik_56 img{aspect-ratio:16 / 10;border-radius:8px}._listingButtons_mveik_86{gap:.35em}._listingButtons_mveik_86 button{padding:.5em 1em;font-size:.85em}._listingButtons_mveik_86>div{gap:.35em;flex-direction:column}._listingButtons_mveik_86>div>button{width:100%}._listingNav_mveik_137{gap:.6em;margin-bottom:.6em;flex-wrap:wrap}._listingNav_mveik_137 button{padding:.6em 1em;font-size:.85em;flex:1;min-width:100px}}@media only screen and (max-width: 480px){._listing_mveik_1{width:100%;max-width:100%;gap:.5em;padding:.6em}._listingText_mveik_34 h4{font-size:.85em}._listingText_mveik_34 p{font-size:.75em}._listingImg_mveik_56 img{aspect-ratio:16 / 12;border-radius:6px}._topBubble_mveik_68{padding:2px 4px;font-size:10px}._listingButtons_mveik_86{gap:.3em}._listingButtons_mveik_86 button{padding:.4em .8em;font-size:.8em}._listingButtons_mveik_86>div{gap:.3em;flex-direction:column}._listingButtons_mveik_86>div>button{width:100%}._listingNav_mveik_137{gap:.5em;margin-bottom:.5em;flex-direction:column}._listingNav_mveik_137 button{padding:.5em .9em;font-size:.8em;width:100%}}._imageUploader_n9mt5_2{margin-top:1rem;margin-bottom:1rem}._dropZone_n9mt5_7{border:2px dashed var(--border);border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:all .2s ease-in-out}._dropZone_n9mt5_7:hover,._dropZone_n9mt5_7._dragOver_n9mt5_17{border-color:var(--accent);background-color:#0078ff0d}._dropZone_n9mt5_7 p{margin:0;font-size:1rem;color:var(--text-muted)}._dropZone_n9mt5_7 ._icon_n9mt5_28{font-size:2rem;color:var(--accent);margin-bottom:.5rem}._fileInput_n9mt5_34{display:none}._previews_n9mt5_38{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;margin-top:1rem}._previewItem_n9mt5_45{position:relative;width:100px;height:100px}._previewImg_n9mt5_51{width:100%;height:100%;object-fit:cover;border-radius:4px;border:1px solid var(--border)}._removeButton_n9mt5_59{position:absolute;top:-5px;right:-5px;background:#e63946e6;color:#fff;border:none;border-radius:50%;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;padding:0;transition:all .2s}._removeButton_n9mt5_59 i{font-size:13px;line-height:1}._removeButton_n9mt5_59:hover{background:#e63946;transform:scale(1.1)}@media only screen and (max-width: 1024px){._imageUploader_n9mt5_2{margin-top:.8rem;margin-bottom:.8rem}._dropZone_n9mt5_7{padding:1.5rem}._dropZone_n9mt5_7 p{font-size:.95rem}._previews_n9mt5_38{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.8rem}._previewItem_n9mt5_45{width:90px;height:90px}}@media only screen and (max-width: 768px){._imageUploader_n9mt5_2{margin-top:.6rem;margin-bottom:.6rem}._dropZone_n9mt5_7{padding:1.2rem;border-radius:6px}._dropZone_n9mt5_7 p{font-size:.9rem;margin:.5rem 0 0}._dropZone_n9mt5_7 ._icon_n9mt5_28{font-size:1.5rem;margin-bottom:.3rem}._previews_n9mt5_38{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.6rem;margin-top:.8rem}._previewItem_n9mt5_45{width:80px;height:80px}._removeButton_n9mt5_59{width:22px;height:22px}._removeButton_n9mt5_59 i{font-size:12px}}@media only screen and (max-width: 650px){._imageUploader_n9mt5_2{margin-top:.5rem;margin-bottom:.5rem}._dropZone_n9mt5_7{padding:1rem;border-radius:6px}._dropZone_n9mt5_7 p{font-size:.85rem}._previews_n9mt5_38{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:.5rem;margin-top:.6rem}._previewItem_n9mt5_45{width:70px;height:70px}._removeButton_n9mt5_59{width:20px;height:20px;top:-4px;right:-4px}}@media only screen and (max-width: 480px){._imageUploader_n9mt5_2{margin-top:.4rem;margin-bottom:.4rem}._dropZone_n9mt5_7{padding:.8rem;border-width:1px;border-radius:4px}._dropZone_n9mt5_7 p{font-size:.8rem}._dropZone_n9mt5_7 ._icon_n9mt5_28{font-size:1.2rem;margin-bottom:.2rem}._previews_n9mt5_38{grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:.4rem;margin-top:.5rem}._previewItem_n9mt5_45{width:60px;height:60px}._previewImg_n9mt5_51{border-radius:3px}._removeButton_n9mt5_59{width:18px;height:18px;top:-3px;right:-3px}._removeButton_n9mt5_59 i{font-size:10px}}
