.chat-module__H4IBRq__chat{background:var(--c300);color:var(--c900);flex-direction:column;align-items:stretch;min-height:100dvh;max-height:100dvh;padding:0;display:flex;overflow-y:auto}.chat-module__H4IBRq__chat::-webkit-scrollbar{width:10px}.chat-module__H4IBRq__chat::-webkit-scrollbar-thumb{background:var(--c200)}.chat-module__H4IBRq__chat::-webkit-scrollbar-thumb:hover{background:var(--c100)}.chat-module__H4IBRq__chat::-webkit-scrollbar-track{background:var(--c300)}.chat-module__H4IBRq__chat:before{--size:3px;content:"";pointer-events:none;background-image:linear-gradient(#1210101a calc(var(--size)/2),transparent calc(var(--size)/2)),linear-gradient(90deg,#1210101a calc(var(--size)/2),transparent calc(var(--size)/2));background-size:var(--size)var(--size);z-index:11;opacity:.5;animation:10s linear infinite chat-module__H4IBRq__rgbShift;position:absolute;inset:0}@keyframes chat-module__H4IBRq__rgbShift{0%{filter:none}15%{filter:drop-shadow(.5px 0 #f003)drop-shadow(-.5px 0 #0f03)drop-shadow(0 .5px #00f3)}30%{filter:none}45%{filter:drop-shadow(.75px 0 #f003)drop-shadow(-.75px 0 #0f03)drop-shadow(0 .75px #00f3)}60%{filter:none}75%{filter:drop-shadow(.5px .5px #f003)drop-shadow(-.5px -.5px #0f03)drop-shadow(.5px -.5px #00f3)}to{filter:none}}.chat-module__H4IBRq__container{z-index:1;flex-direction:column;flex-grow:1;align-items:stretch;width:100%;max-width:100vw;display:flex;position:relative;overflow-x:clip}.chat-module__H4IBRq__log{flex-direction:column;flex-grow:1;align-items:center;gap:12px;padding:20px;display:flex}@media (max-width:800px){.chat-module__H4IBRq__log{padding:20px 16px}}.chat-module__H4IBRq__message{flex-direction:row;align-items:flex-end;gap:12px;max-width:clamp(300px,50vw,700px);display:flex}@media (max-width:1120px){.chat-module__H4IBRq__message{max-width:600px}}.chat-module__H4IBRq__avatar{--size:32px;min-width:var(--size);max-width:var(--size);min-height:var(--size);max-height:var(--size);text-align:center;font-size:var(--xs-text-size);line-height:var(--xs-line-height);background-image:linear-gradient(to bottom,var(--c300),var(--c400));background:var(--c400);color:var(--white);-webkit-user-select:none;user-select:none;border-radius:999px;justify-content:center;align-items:center;padding-top:1px;font-weight:500;display:flex;position:relative}@media (max-width:800px){.chat-module__H4IBRq__avatar[data-avatar=user]{display:none}}.chat-module__H4IBRq__avatar:hover:before{opacity:1}.chat-module__H4IBRq__text{--border-radius:20px;background:var(--c100);color:var(--c900);border-radius:var(--border-radius);flex-direction:column;align-items:flex-end;gap:16px;padding:10px;display:flex}@media (max-width:1120px){.chat-module__H4IBRq__text{flex-direction:column;gap:4px;padding:8px 12px}}.chat-module__H4IBRq__messageContent{flex-direction:column;align-items:flex-start;gap:8px;width:100%;padding-top:1px;display:flex}.chat-module__H4IBRq__username{font-size:var(--xs-text-size);line-height:var(--xs-line-height);color:var(--c600);font-weight:400;display:inline}.chat-module__H4IBRq__usernameContainer{align-items:center;gap:4px;display:inline-flex}.chat-module__H4IBRq__timestamp{font-size:var(--xs-text-size);line-height:var(--xs-line-height);color:var(--c600);white-space:nowrap;font-weight:400}.chat-module__H4IBRq__content{display:block}.chat-module__H4IBRq__controls{z-index:10;justify-content:center;width:100%;max-width:clamp(300px,50vw,600px);margin:0 auto;padding:8px;display:flex;position:sticky;bottom:0}@media (max-width:1120px){.chat-module__H4IBRq__controls{background:var(--c300);min-width:100%}.chat-module__H4IBRq__controls:before{content:"";--margin:8px;top:0;left:var(--margin);right:var(--margin);background:var(--c200);border-bottom:1px solid #75726bbf;min-height:1px;position:absolute}}.chat-module__H4IBRq__inputWrapper{gap:8px;width:100%;transition:all .2s ease-in-out;display:flex;position:relative}@media (max-width:1120px){.chat-module__H4IBRq__inputWrapper{max-width:100%}}.chat-module__H4IBRq__footer{--margin:12px;right:var(--margin);bottom:var(--margin);left:var(--margin);cursor:text;align-items:flex-end;gap:12px;display:flex;position:absolute}.chat-module__H4IBRq__footerStart{cursor:default;flex-direction:row;justify-content:center;align-items:center;gap:12px;display:flex}.chat-module__H4IBRq__footerEnd{cursor:default;align-items:flex-end;gap:12px;margin-left:auto;display:flex}.chat-module__H4IBRq__charCount{color:var(--c500);font-size:var(--xs-text-size);-webkit-user-select:none;user-select:none;text-shadow:0 1px 1px var(--c800);position:relative;bottom:4.5px}.chat-module__H4IBRq__charCount.chat-module__H4IBRq__overLimit{color:#f44}.chat-module__H4IBRq__submit{--size:40px;background:var(--c700);color:var(--white);min-width:var(--size);min-height:var(--size);max-width:var(--size);max-height:var(--size);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;transition:all .2s ease-in-out;display:flex;position:relative}.chat-module__H4IBRq__submit:hover:not(:disabled){background:var(--c800)}.chat-module__H4IBRq__submit:disabled{opacity:.5;cursor:not-allowed}.chat-module__H4IBRq__input{color:var(--white);background:var(--c900);min-height:104px;text-shadow:0 1px 1px var(--c800);cursor:text;border-radius:8px;flex:1;padding:20px 14px 54px;transition:all .2s ease-in-out;box-shadow:0 0 0 .5px #ffffff40,0 1px 2px #0000001a,0 1px 3px #0003,0 1px 4px #0000001a}.chat-module__H4IBRq__input .ProseMirror{outline:none;min-height:30px}.chat-module__H4IBRq__message:where([style*="--message-type: 1"]){margin-left:auto;padding-right:0;position:relative}.chat-module__H4IBRq__message:where([style*="--message-type: 1"]) .chat-module__H4IBRq__text{color:#fff;background-color:#0084ff;border-bottom-right-radius:4px;align-self:flex-end;margin-left:auto;transition:all .2s ease-in-out;transform:translate(0)}.chat-module__H4IBRq__message:where([style*="--message-type: 1"]) .chat-module__H4IBRq__delete{opacity:0;pointer-events:none;transition:all .2s ease-in-out;position:absolute;right:0;transform:translate(10px)}.chat-module__H4IBRq__message:where([style*="--message-type: 1"]) .chat-module__H4IBRq__username{color:var(--c50)}.chat-module__H4IBRq__message:where([style*="--message-type: 1"]) .chat-module__H4IBRq__devBadge{color:var(--c50);background:#ffffff1a}.chat-module__H4IBRq__message:where([style*="--message-type: 1"]):hover .chat-module__H4IBRq__delete{opacity:1;pointer-events:all;transform:translate(0)}.chat-module__H4IBRq__message:where([style*="--message-type: 1"]):hover .chat-module__H4IBRq__text{transform:translate(-36px)}.chat-module__H4IBRq__message:where([style*="--message-type: 1"]) .chat-module__H4IBRq__timestamp{color:var(--c50)}.chat-module__H4IBRq__message:where([style*="--message-type: 0"]){margin-right:auto}.chat-module__H4IBRq__message:where([style*="--message-type: 0"]) .chat-module__H4IBRq__text{border-bottom-left-radius:4px;align-self:flex-start;margin-right:auto}.chat-module__H4IBRq__message:where([style*="--message-type: 0"]) .chat-module__H4IBRq__content{margin-right:auto}.chat-module__H4IBRq__emotePreview{gap:4px;display:flex;position:absolute;top:-25px;left:0}.chat-module__H4IBRq__messageText img.chat-module__H4IBRq__emoji{vertical-align:-.1em;width:1.2em;height:1.2em;margin:0 .05em 0 .1em;display:inline-block}.chat-module__H4IBRq__emojiList{background:var(--c0);border-radius:6px;max-height:300px;padding:4px;overflow-y:auto;box-shadow:0 1px 2px #0000001a,0 1px 3px #0003,0 1px 4px #0000004d}.chat-module__H4IBRq__emojiItem{width:100%;color:var(--white);cursor:pointer;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;transition:all .1s ease-in-out;display:flex}.chat-module__H4IBRq__emojiItem:hover{background:var(--c700)}.chat-module__H4IBRq__emojiItem.chat-module__H4IBRq__isSelected{background:var(--c800)}.chat-module__H4IBRq__emojiImage,.chat-module__H4IBRq__emojiChar{min-width:var(--emoji-width);max-width:var(--emoji-width);min-height:var(--emoji-height);max-height:var(--emoji-height);vertical-align:middle;object-fit:contain;margin:0 2px;display:inline-block}.chat-module__H4IBRq__emojiName{font-size:14px}.chat-module__H4IBRq__emote{min-width:var(--emoji-width);max-width:var(--emoji-width);min-height:calc(var(--emoji-height) - 2px);max-height:calc(var(--emoji-height) - 2px);vertical-align:middle;object-fit:contain;display:inline-block;position:relative;bottom:2.5px}.chat-module__H4IBRq__text img.chat-module__H4IBRq__emoji{max-width:var(--emoji-width);max-height:var(--emoji-height);vertical-align:middle;object-fit:contain;display:inline-block}.chat-module__H4IBRq__input .ProseMirror img{max-width:var(--emoji-width);max-height:var(--emoji-height);object-fit:contain;vertical-align:middle;position:relative;bottom:2px;left:2px}.chat-module__H4IBRq__input .ProseMirror p.chat-module__H4IBRq__is-editor-empty:first-child:before{color:#ffffff80;content:attr(data-placeholder);float:left;pointer-events:none;height:0;position:absolute}.chat-module__H4IBRq__inline-emote{margin:0 2px;display:inline-block}@keyframes chat-module__H4IBRq__messageExit{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.72)}}.chat-module__H4IBRq__message.chat-module__H4IBRq__exiting{animation:.24s cubic-bezier(.86,0,.07,1) forwards chat-module__H4IBRq__messageExit}.chat-module__H4IBRq__delete{color:var(--c600);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;min-width:32px;min-height:32px;transition:all .2s ease-in-out;display:flex;position:relative;bottom:2px}.chat-module__H4IBRq__delete.chat-module__H4IBRq__holding{color:var(--c700)}.chat-module__H4IBRq__delete.chat-module__H4IBRq__holding .chat-module__H4IBRq__progress circle{animation:1s linear chat-module__H4IBRq__progress}.chat-module__H4IBRq__delete:hover{color:var(--c700)}@keyframes chat-module__H4IBRq__progress{0%{stroke-dashoffset:88px}to{stroke-dashoffset:0}}.chat-module__H4IBRq__progress{position:absolute;inset:0;transform:rotate(-90deg)}.chat-module__H4IBRq__progress circle{fill:none;stroke:var(--c100);stroke-width:3px;stroke-dasharray:88;stroke-dashoffset:88px;transition:all .2s ease-in-out}.chat-module__H4IBRq__header{z-index:10;background:var(--c300);--margin:20px;flex-direction:row;justify-content:space-between;align-items:center;padding:20px;display:flex;position:sticky;top:0}.chat-module__H4IBRq__header:after{content:"";bottom:0;left:var(--margin);right:var(--margin);background:var(--c200);border-bottom:1px solid #75726b80;min-height:1px;position:absolute}@media (max-width:1120px){.chat-module__H4IBRq__header{--margin:8px;padding:20px 8px}}@media (max-width:800px){.chat-module__H4IBRq__header{padding:14px 16px}}.chat-module__H4IBRq__back{flex-direction:row;align-items:center;gap:20px;margin-left:2px;display:flex}@media (max-width:800px){.chat-module__H4IBRq__back{gap:12px;margin-left:0}}.chat-module__H4IBRq__textYou{display:inline}@media (max-width:800px){.chat-module__H4IBRq__textYou{display:none}}.chat-module__H4IBRq__backLink{--size:24px;min-width:var(--size);min-height:var(--size);max-width:var(--size);max-height:var(--size);color:var(--c600);cursor:pointer;justify-content:center;align-items:center;transition:all .2s ease-in-out;display:flex}.chat-module__H4IBRq__backLink:hover{color:var(--c700)}.chat-module__H4IBRq__titleSubtext{font-size:var(--xs-text-size);color:var(--c600);font-weight:400}.chat-module__H4IBRq__title{flex-direction:column;align-items:flex-start;font-weight:600;display:flex}.chat-module__H4IBRq__end{flex-direction:row;align-items:center;gap:12px;margin-left:auto;margin-right:2px;display:flex}.chat-module__H4IBRq__icon{--size:16px;width:var(--size);height:var(--size);background:var(--c900);z-index:1;color:var(--c200);border-radius:999px;justify-content:center;align-items:center;transition:all .2s ease-in-out;display:flex;position:relative}.chat-module__H4IBRq__button{color:var(--c900);min-height:40px;max-height:40px;font-size:var(--m-text-size);line-height:var(--m-line-height);text-align:center;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px;font-weight:100;transition:all .2s ease-in-out;display:flex;position:relative}.chat-module__H4IBRq__button span{z-index:10;font-weight:600;transition:all .2s ease-in-out;position:relative;top:.5px}.chat-module__H4IBRq__button:hover{transform:translateY(-1px)}.chat-module__H4IBRq__button:hover span{color:var(--c900)}.chat-module__H4IBRq__button:hover .chat-module__H4IBRq__icon{background:var(--c900);color:var(--white);transform:translate(1px)}.chat-module__H4IBRq__button:before{content:"";background-color:var(--c200);border-radius:999px;width:100%;height:100%;transition:all .12s ease-out;position:absolute;top:0;left:0}.chat-module__H4IBRq__button:hover:before{background-color:var(--c100)}.chat-module__H4IBRq__toggleWrapper{align-items:center;gap:8px;margin-left:4px;display:flex;position:relative;bottom:4.5px}.chat-module__H4IBRq__toggleContainer{align-items:center;gap:6px;display:flex}.chat-module__H4IBRq__toggleIcon{color:var(--c500);transition:all .2s ease-in-out}.chat-module__H4IBRq__toggleLabel{color:var(--c500);font-size:var(--xs-text-size);-webkit-user-select:none;user-select:none;text-shadow:0 1px 1px var(--c800)}.chat-module__H4IBRq__toggleRoot{background-color:var(--c700);cursor:pointer;border-radius:9999px;width:42px;height:24px;transition:background-color .2s ease-in-out;position:relative;box-shadow:0 0 0 .5px #ffffff1a}.chat-module__H4IBRq__toggleRoot[data-state=checked]{background-color:var(--c300)}.chat-module__H4IBRq__toggleThumb{--size:18px;width:var(--size);height:var(--size);will-change:transform;background-color:#fff;border-radius:9999px;transition:transform .2s ease-in-out;display:block;transform:translate(3px);box-shadow:0 1px 2px #00000040}.chat-module__H4IBRq__toggleThumb[data-state=checked]{transform:translateX(calc(var(--size) + 3px))}.chat-module__H4IBRq__emojiPickerWrapper{z-index:999;align-items:center;display:flex;position:relative}.chat-module__H4IBRq__emojiPickerButton{color:var(--white);background:var(--c700);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:4px;transition:all .2s ease-in-out;display:flex;position:relative;bottom:5px}.chat-module__H4IBRq__emojiPickerButton:hover{background:var(--c800)}.chat-module__H4IBRq__emojiPickerButton[data-state=open] .chat-module__H4IBRq__buttonUp{transform:rotate(45deg)}.chat-module__H4IBRq__buttonUp{transition:all .12s cubic-bezier(.25,.46,.45,.94)}.chat-module__H4IBRq__emojiPickerPanel{--width:300px;--height:320px;min-width:var(--width);max-width:var(--width);background:var(--c0);will-change:transform,opacity;z-index:999;border-radius:6px;height:fit-content;padding:2px 2px 40px;animation:.2s ease-out chat-module__H4IBRq__panelOpen;position:relative;bottom:12px;overflow:hidden;box-shadow:0 1px 2px #0000001a,0 1px 3px #0003,0 1px 4px #0000004d}@media (max-width:800px){.chat-module__H4IBRq__emojiPickerPanel{--width:calc(100vw - 51px)}}.chat-module__H4IBRq__emojiGrid{z-index:999;max-height:calc(var(--height) - 40px);grid-template-columns:repeat(6,1fr);gap:4px;height:fit-content;padding:4px;display:grid;overflow:hidden auto}.chat-module__H4IBRq__emojiGrid::-webkit-scrollbar{width:12px}.chat-module__H4IBRq__emojiGrid::-webkit-scrollbar-track{background:0 0}.chat-module__H4IBRq__emojiGrid::-webkit-scrollbar-thumb{--padding:2px;background-color:var(--c800);border:var(--padding)solid transparent;background-clip:content-box;border-radius:4px}.chat-module__H4IBRq__emojiGrid::-webkit-scrollbar-thumb:hover{background-color:var(--c700);border:var(--padding)solid transparent;background-clip:content-box}.chat-module__H4IBRq__emojiGrid::-webkit-scrollbar-corner{background:0 0}@media (max-width:800px){.chat-module__H4IBRq__emojiGrid{grid-template-columns:repeat(6,1fr)}}.chat-module__H4IBRq__emojiGridItem{cursor:pointer;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;padding:8px;transition:all .2s ease-in-out;display:flex}.chat-module__H4IBRq__emojiGridItem:hover{background:var(--c700)}@media (max-width:800px){.chat-module__H4IBRq__emojiGridItem{padding:16px 8px}}.chat-module__H4IBRq__emojiGridImage{object-fit:contain;width:20px;height:20px}.chat-module__H4IBRq__emojiGridName{color:var(--c400);text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:10px;overflow:hidden}@keyframes chat-module__H4IBRq__panelOpen{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.chat-module__H4IBRq__tooltipContent{background:var(--c900);color:var(--white);font-size:var(--xs-text-size);z-index:9999;border-radius:4px;padding:4px 8px;animation-duration:.2s;animation-timing-function:cubic-bezier(.16,1,.3,1)}.chat-module__H4IBRq__tooltipArrow{fill:var(--c900)}.chat-module__H4IBRq__messageInfo{width:100%;color:var(--text-secondary);justify-content:space-between;align-items:flex-end;gap:16px;font-size:12px;display:flex}.chat-module__H4IBRq__loadMore{background:var(--background-secondary);width:100%;color:var(--text-primary);cursor:pointer;opacity:.8;border:none;padding:8px;transition:opacity .2s}.chat-module__H4IBRq__loadMore:hover{opacity:1}.chat-module__H4IBRq__loadMore:disabled{cursor:not-allowed;opacity:.5}.chat-module__H4IBRq__imagePreview{border:1px solid var(--border);border-radius:8px;max-width:200px;max-height:200px;margin:8px;position:relative;overflow:hidden}.chat-module__H4IBRq__imagePreview img{object-fit:contain;width:100%;height:100%}.chat-module__H4IBRq__uploadingOverlay{color:#fff;background:#00000080;justify-content:center;align-items:center;font-size:14px;display:flex;position:absolute;inset:0}.chat-module__H4IBRq__sharedImage{object-fit:contain;cursor:pointer;border-radius:8px;width:100%;max-width:220px;height:auto}.chat-module__H4IBRq__modal{z-index:1000;cursor:pointer;background:#000c;justify-content:center;align-items:center;animation:.2s ease-out chat-module__H4IBRq__fadeIn;display:flex;position:fixed;inset:0}.chat-module__H4IBRq__modalImage{object-fit:contain;cursor:default;border-radius:8px;max-width:90vw;max-height:90vh;animation:.2s ease-out chat-module__H4IBRq__scaleIn}@keyframes chat-module__H4IBRq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes chat-module__H4IBRq__scaleIn{0%{transform:scale(.95)}to{transform:scale(1)}}.chat-module__H4IBRq__expiredImage{color:var(--c600);font-size:var(--xs-text-size);line-height:var(--xs-line-height);justify-content:center;align-items:center;gap:8px;display:flex}.chat-module__H4IBRq__quickScroll{scroll-behavior:smooth!important;scroll-timeline:.15s!important}.chat-module__H4IBRq__emojiPickerFooter{background:var(--c900);border-top:1px solid var(--c800);z-index:1000;border-bottom-right-radius:6px;border-bottom-left-radius:6px;justify-content:flex-start;align-items:center;height:40px;padding:0 12px;display:flex;position:absolute;bottom:0;left:0;right:0}.chat-module__H4IBRq__emojiPickerPreview{justify-content:flex-start;align-items:center;gap:8px;display:flex}.chat-module__H4IBRq__emojiPickerPreview img{object-fit:contain;width:20px;height:20px}.chat-module__H4IBRq__emojiPickerLabel{font-size:var(--xs-text-size);color:var(--c100);text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.chat-module__H4IBRq__emojiSearch{width:100%;color:var(--c100);align-items:center;gap:8px;padding:0 8px;display:flex}.chat-module__H4IBRq__emojiSearchInput{color:var(--c100);font-size:var(--xs-text-size);width:100%;font-family:var(--font);text-transform:uppercase;background:0 0;border:none;padding:4px}.chat-module__H4IBRq__emojiSearchInput::placeholder{color:var(--c200);opacity:.5}.chat-module__H4IBRq__emojiSearchInput:focus{outline:none}.chat-module__H4IBRq__devUsername{color:#1872e9;font-weight:500}.chat-module__H4IBRq__message:where([style*="--message-type: 1"]) .chat-module__H4IBRq__devUsername{color:var(--c50);font-weight:500}.chat-module__H4IBRq__devBadge{color:#fff;text-transform:uppercase;background:#0084ff;border-radius:4px;justify-content:center;align-items:center;gap:2px;padding:2px 4px;font-size:10px;font-weight:800;display:inline-flex;position:relative;bottom:.5px}
