.ShowForm-module__33TaZG__form{color:var(--text-primary);flex-direction:column;gap:24px;display:flex}.ShowForm-module__33TaZG__header{border-radius:var(--radius-lg);background:var(--surface-1);border:var(--border-width)solid var(--border-strong);flex-direction:column;gap:16px;padding:24px;display:flex}.ShowForm-module__33TaZG__kicker{text-transform:uppercase;letter-spacing:.2em;color:var(--brand-primary);margin:0 0 6px;font-size:12px}.ShowForm-module__33TaZG__title{margin:0;font-size:clamp(28px,3.4vw,40px)}.ShowForm-module__33TaZG__subtitle{color:var(--text-muted);margin:8px 0 0;font-size:14px}.ShowForm-module__33TaZG__actions{justify-content:flex-end;align-items:center;gap:12px;display:flex}.ShowForm-module__33TaZG__buttonIcon{color:currentColor;align-items:center;margin-right:8px;display:inline-flex}.ShowForm-module__33TaZG__buttonIcon svg{color:currentColor;fill:currentColor}.ShowForm-module__33TaZG__statusBanner,.ShowForm-module__33TaZG__errorBanner{border-radius:var(--radius-md);border:var(--border-width)solid;align-items:center;gap:10px;padding:12px 16px;font-size:14px;display:flex}.ShowForm-module__33TaZG__statusBanner{background:var(--surface-2);border-color:var(--brand-highlight)}.ShowForm-module__33TaZG__errorBanner{background:var(--surface-2);border-color:var(--brand-primary)}.ShowForm-module__33TaZG__grid{grid-gap:24px;grid-template-columns:1fr;gap:24px;display:grid}.ShowForm-module__33TaZG__column{flex-direction:column;gap:20px;display:flex}.ShowForm-module__33TaZG__dropzone{border:var(--border-width)dashed var(--border-strong);border-radius:var(--radius-md);background:var(--surface-2);cursor:pointer;padding:18px;transition:border .15s,background .15s;position:relative}.ShowForm-module__33TaZG__dropzoneActive{border-color:var(--brand-highlight);background:var(--surface-1)}.ShowForm-module__33TaZG__fileInput{opacity:0;cursor:pointer;position:absolute;inset:0}.ShowForm-module__33TaZG__dropzoneContent{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.ShowForm-module__33TaZG__dropzoneTitle{margin:0;font-size:15px;font-weight:600}.ShowForm-module__33TaZG__dropzoneHint{color:var(--text-subtle);margin:0;font-size:13px}.ShowForm-module__33TaZG__bannerIcon{color:var(--brand-highlight);align-items:center;display:inline-flex}.ShowForm-module__33TaZG__previewWrapper{aspect-ratio:1;background:var(--surface-3);border-radius:var(--radius-md);border:var(--border-width)solid var(--border-strong);width:100%;margin-top:8px;overflow:hidden}.ShowForm-module__33TaZG__previewImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}@media screen and (min-width:900px){.ShowForm-module__33TaZG__header{flex-direction:row;justify-content:space-between;align-items:center}.ShowForm-module__33TaZG__grid{grid-template-columns:1.1fr .9fr}}
.Button-module__3We45a__button{border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.04em;cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-size:15px;font-weight:600;line-height:1;transition:transform .12s,opacity .15s;display:inline-flex}.Button-module__3We45a__button svg,.Button-module__3We45a__button [data-icon]{color:currentColor;fill:currentColor}.Button-module__3We45a__button:disabled{cursor:not-allowed;opacity:.6}.Button-module__3We45a__primary{background:var(--brand-secondary);color:#fff}.Button-module__3We45a__highlight{background:var(--brand-primary);color:#fff}.Button-module__3We45a__highlight:hover:not(:disabled),.Button-module__3We45a__primary:hover:not(:disabled){transform:translateY(-1px)}.Button-module__3We45a__ghost{color:var(--text-primary);border:var(--border-width)solid var(--border-strong);background:0 0}.Button-module__3We45a__ghost:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px #00000040}.Button-module__3We45a__danger{background:var(--color-red-dark);color:#fff}.Button-module__3We45a__danger:hover:not(:disabled){transform:translateY(-1px)}
.Chat-module__0ttFEa__container{z-index:99;grid-template-rows:1fr auto;align-self:flex-start;width:100%;height:100%;font-family:Roboto,sans-serif;font-size:18px;font-weight:400;display:grid;position:relative;top:0;left:0}.Chat-module__0ttFEa__inputArea{background-color:var(--bg-color);pointer-events:all}.Chat-module__0ttFEa__input{align-items:flex-end;gap:6px;padding:12px;display:flex}.Chat-module__0ttFEa__imageUploadSection{align-items:flex-end;display:flex}.Chat-module__0ttFEa__textInputForm{flex:1;align-items:flex-end;gap:6px;min-width:0;display:flex}.Chat-module__0ttFEa__textInputForm textarea{color:var(--text-primary);background-color:var(--chat-input-bg);border:1px solid var(--text-subtle);letter-spacing:-.3px;resize:none;box-sizing:border-box;border-radius:18px;flex:1;min-height:38px;padding:6px 12px;font-family:inherit;font-size:16px;font-weight:500;line-height:1.4}.Chat-module__0ttFEa__textInputForm textarea::placeholder{font-size:16px;line-height:1.4}.Chat-module__0ttFEa__textInputForm textarea:focus,.Chat-module__0ttFEa__textInputForm button:focus{border-color:var(--text-primary);outline:none}.Chat-module__0ttFEa__textInputForm .Chat-module__0ttFEa__sendButton{background-color:var(--chat-accent);border:3px solid var(--chat-accent);border-radius:var(--radius-full);color:var(--text-primary);cursor:pointer;fill:currentColor;box-sizing:border-box;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.Chat-module__0ttFEa__textInputForm .Chat-module__0ttFEa__sendButton svg{width:25px;height:20px;position:relative;left:-1px}@media (max-width:768px){.Chat-module__0ttFEa__input{padding:8px 12px}.Chat-module__0ttFEa__imagePreviews{padding:8px 12px 0}.Chat-module__0ttFEa__textInputForm textarea{min-height:46px;padding:8px 16px;font-size:20px;line-height:1.4}.Chat-module__0ttFEa__textInputForm textarea::placeholder{font-size:20px}.Chat-module__0ttFEa__textInputForm .Chat-module__0ttFEa__sendButton{width:46px;height:46px}.Chat-module__0ttFEa__textInputForm .Chat-module__0ttFEa__sendButton svg{width:32px;height:26px}.Chat-module__0ttFEa__imageUploadSection .Chat-module__0ttFEa__imageButton{width:46px;height:46px}.Chat-module__0ttFEa__imageUploadSection .Chat-module__0ttFEa__imageButton svg{width:24px!important;height:24px!important}}.Chat-module__0ttFEa__messages{background-color:var(--chat-bg);color:var(--text-primary);scroll-behavior:smooth;-webkit-overflow-scrolling:touch;flex-direction:column;gap:.2em;padding:50px 14px 8px;display:flex;position:relative;overflow-y:auto}.Chat-module__0ttFEa__loading{color:var(--text-subtle);margin:auto;padding:1em}.Chat-module__0ttFEa__message{letter-spacing:-.2px;overflow-wrap:break-word;-webkit-user-select:none;user-select:none;align-self:flex-start;max-width:clamp(200px,70%,400px);position:relative}.Chat-module__0ttFEa__message.Chat-module__0ttFEa__interactive{cursor:pointer;transition:opacity .2s}.Chat-module__0ttFEa__message.Chat-module__0ttFEa__interactive:hover{opacity:.9}.Chat-module__0ttFEa__username{color:var(--text-subtle);margin-bottom:.2em;padding:0 8px;font-size:.8em;font-weight:600;line-height:100%}.Chat-module__0ttFEa__messageBody{-webkit-user-select:none;user-select:none;background-color:#383838;border-radius:1.2em;padding:.4em .8em}.Chat-module__0ttFEa__messageBody.Chat-module__0ttFEa__imageOnly{padding:0;background-color:#0000!important}.Chat-module__0ttFEa__messageBody.Chat-module__0ttFEa__imageOnly .Chat-module__0ttFEa__messageImages{margin-bottom:0}.Chat-module__0ttFEa__messageBody.Chat-module__0ttFEa__linkOnly{padding:0;overflow:hidden;background-color:var(--surface-3)!important}.Chat-module__0ttFEa__messageBody img{border-radius:var(--radius-sm);-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:auto;margin-bottom:.3em;display:block}.Chat-module__0ttFEa__messageText{word-break:break-word;-webkit-user-select:none;user-select:none}.Chat-module__0ttFEa__messageText a{color:inherit;text-underline-offset:2px;text-decoration:underline}.Chat-module__0ttFEa__messageText a:hover{opacity:.8}.Chat-module__0ttFEa__messageText img{margin-top:.3em}.Chat-module__0ttFEa__linkPreview{max-width:320px;color:inherit;-webkit-user-select:none;user-select:none;background:#ffffff1a;border-radius:.6em;flex-direction:column;gap:.4em;margin-bottom:.3em;text-decoration:none;display:flex;overflow:hidden}.Chat-module__0ttFEa__linkPreview:hover{background:#ffffff26}.Chat-module__0ttFEa__linkOnly .Chat-module__0ttFEa__linkPreview{background:0 0;border-radius:0;max-width:none;margin:0}.Chat-module__0ttFEa__linkOnly .Chat-module__0ttFEa__linkPreview:hover{background:#ffffff0d}.Chat-module__0ttFEa__linkOnly~.Chat-module__0ttFEa__messageTime{padding-right:.7em}.Chat-module__0ttFEa__linkPreviewImage{-o-object-fit:cover;object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:160px;border-radius:0!important;margin:0!important}.Chat-module__0ttFEa__linkPreviewContent{flex-direction:column;gap:.2em;padding:.5em .7em;display:flex}.Chat-module__0ttFEa__linkPreviewTitle{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9em;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.Chat-module__0ttFEa__linkPreviewDesc{opacity:.7;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75em;line-height:1.3;display:-webkit-box;overflow:hidden}.Chat-module__0ttFEa__linkPreviewDomain{opacity:.5;text-transform:lowercase;font-size:.7em}.Chat-module__0ttFEa__inlineLink{color:inherit;text-underline-offset:2px;text-decoration:underline}.Chat-module__0ttFEa__inlineLink:hover{opacity:.8}.Chat-module__0ttFEa__messageImages{flex-direction:column;gap:.3em;margin-bottom:.3em;display:flex}.Chat-module__0ttFEa__messageImages.Chat-module__0ttFEa__imageGrid{grid-gap:4px;grid-template-columns:repeat(2,1fr);gap:4px;max-width:300px;display:grid}.Chat-module__0ttFEa__messageImage{border-radius:var(--radius-sm);cursor:pointer;-webkit-user-select:none;user-select:none;width:100%;max-width:400px;height:auto;display:block}.Chat-module__0ttFEa__imageGrid .Chat-module__0ttFEa__messageImage{-o-object-fit:cover;object-fit:cover;width:100%;max-width:none;height:140px}.Chat-module__0ttFEa__reactionsWrapper{margin-top:-8px;margin-bottom:0;padding-left:8px}.Chat-module__0ttFEa__reactionsWrapper~.Chat-module__0ttFEa__messageTime{margin-top:6px}.Chat-module__0ttFEa__messageTime{text-align:right;opacity:.6;color:var(--text-muted);margin-top:2px;padding-right:8px;font-size:.65em;display:block}.Chat-module__0ttFEa__self{align-self:flex-end}.Chat-module__0ttFEa__self .Chat-module__0ttFEa__username{text-align:right}.Chat-module__0ttFEa__self .Chat-module__0ttFEa__messageBody{background-color:var(--chat-accent)}.Chat-module__0ttFEa__fileInput{display:none}.Chat-module__0ttFEa__imageButton{border-radius:var(--radius-full);cursor:pointer;width:38px;height:38px;color:var(--text-primary);background-color:#0000;border:none;justify-content:center;align-items:center;transition:background-color .2s;display:flex}.Chat-module__0ttFEa__imageButton:hover{background-color:#ffffff1a}.Chat-module__0ttFEa__imageButton:active{background-color:#ffffff26}.Chat-module__0ttFEa__imagePreviews{flex-wrap:wrap;gap:6px;width:100%;padding:12px 12px 0;display:flex}.Chat-module__0ttFEa__imagePreview{border-radius:var(--radius-sm);-webkit-user-select:none;user-select:none;flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.Chat-module__0ttFEa__imagePreview img{-o-object-fit:cover;object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;display:block}.Chat-module__0ttFEa__removePreview{color:var(--text-primary);border-radius:var(--radius-full);cursor:pointer;background-color:#000000b3;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:18px;line-height:1;display:flex;position:absolute;top:4px;right:4px}.Chat-module__0ttFEa__removePreview:hover{background-color:#000000e6}.Chat-module__0ttFEa__spinner{animation:1s linear infinite Chat-module__0ttFEa__spin;display:inline-block}@keyframes Chat-module__0ttFEa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Chat-module__0ttFEa__pickerContainer{z-index:1000;margin-bottom:8px;position:absolute;bottom:30px;right:30px}.Chat-module__0ttFEa__closeButton{z-index:100;color:var(--text-primary);border-radius:var(--radius-full);cursor:pointer;background-color:#000000b3;border:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:24px;line-height:1;transition:background-color .2s;display:flex;position:absolute;top:8px;right:8px}.Chat-module__0ttFEa__closeButton:hover{background-color:#000000e6}.Chat-module__0ttFEa__irc{font-family:Roboto Mono,Courier New,monospace;font-size:13px}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__input{border-top:1px solid var(--text-subtle);padding:8px 12px}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__textInputForm{align-items:center}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__textInputForm textarea{border:none;border-bottom:1px solid var(--text-subtle);background-color:#0000;border-radius:0;min-height:28px;padding:6px 4px;font-weight:400;line-height:1.4}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__textInputForm textarea:focus{border-bottom-color:var(--text-primary)}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__textInputForm .Chat-module__0ttFEa__sendButton{border:1px solid var(--text-subtle);text-transform:uppercase;letter-spacing:.5px;background-color:#0000;border-radius:0;width:auto;height:auto;padding:4px 12px;font-size:12px}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__textInputForm .Chat-module__0ttFEa__sendButton:hover{background-color:var(--surface-3)}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__textInputForm .Chat-module__0ttFEa__sendButton svg{display:none}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__textInputForm .Chat-module__0ttFEa__sendButton:after{content:"Send"}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__messages{gap:2px;padding:40px 12px 8px}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__loading{font-style:italic}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__message{grid-gap:0 12px;letter-spacing:0;grid-template-columns:auto 1fr;gap:0 12px;width:100%;max-width:100%;padding:3px 0;line-height:1.4;display:grid}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__message.Chat-module__0ttFEa__interactive:hover{opacity:1;background-color:#ffffff08}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__username{grid-area:1/2;margin:0;padding:0;font-size:.9em;line-height:1.4}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__messageBody{border-radius:0;grid-column:2;min-width:0;padding:0;color:var(--text-primary)!important;background:0 0!important}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__messageBody.Chat-module__0ttFEa__imageOnly,.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__messageBody.Chat-module__0ttFEa__linkOnly{background-color:#0000!important}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__messageBody img{border-radius:2px;max-width:450px;margin:4px 0}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__linkPreview{background-color:var(--surface-3,#ffffff14);border-radius:4px;gap:0;margin:4px 0}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__linkPreview:hover{background-color:var(--surface-4,#ffffff1f)}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__linkOnly .Chat-module__0ttFEa__linkPreview{max-width:320px;margin-left:0}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__linkPreviewImage{height:140px}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__linkPreviewContent{padding:8px 10px}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__messageText a,.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__inlineLink{color:var(--chat-accent)}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__messageImage{border-radius:2px;max-width:300px}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__imageGrid .Chat-module__0ttFEa__messageImage{height:120px}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__reactionsWrapper{grid-column:2;margin-top:-4px;margin-bottom:0;padding-left:0}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__reactionsWrapper~.Chat-module__0ttFEa__messageTime{margin-top:4px}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__messageTime{text-align:left;grid-area:1/1;align-self:start;margin-top:0;padding-right:0;font-size:.9em}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__self{align-self:flex-start}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__self .Chat-module__0ttFEa__username{text-align:left;color:var(--text-primary)}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__self .Chat-module__0ttFEa__messageBody{background-color:#0000}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__pickerContainer{bottom:20px;left:0;right:auto}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__message .Chat-module__0ttFEa__pickerContainer{grid-column:2}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__imageButton{border-radius:0;width:28px;height:28px}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__imagePreview{border:1px solid var(--text-subtle);border-radius:0;width:60px;height:60px}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__removePreview{border-radius:0;width:18px;height:18px;font-size:14px;top:2px;right:2px}.Chat-module__0ttFEa__irc .Chat-module__0ttFEa__closeButton{border-radius:0;width:28px;height:28px;font-size:18px;top:4px;right:4px}
.MessageReactions-module__RtRdlq__container{margin-top:4px;position:relative}.MessageReactions-module__RtRdlq__reactions{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.MessageReactions-module__RtRdlq__reactionButton{cursor:pointer;color:#fff;background-color:#383838;border:1px solid #fff3;border-radius:12px;align-items:center;gap:4px;padding:2px 6px;font-size:14px;display:flex}.MessageReactions-module__RtRdlq__reactionButton:hover{background-color:#464646;border-color:#ffffff4d}.MessageReactions-module__RtRdlq__userReaction{background-color:#0051ff;border-color:#0064ff}.MessageReactions-module__RtRdlq__userReaction:hover{background-color:#0064ff;border-color:#0078ff}.MessageReactions-module__RtRdlq__emoji{font-size:16px;line-height:1}.MessageReactions-module__RtRdlq__count{opacity:.9;font-size:12px;font-weight:600}
.ReactionPicker-module__aZAxca__picker{z-index:1000;-webkit-user-select:none;user-select:none;background-color:#000000f2;border:1px solid #444;border-radius:12px;padding:8px;box-shadow:0 4px 12px #00000080}.ReactionPicker-module__aZAxca__quickPick{gap:4px;margin-bottom:8px;display:flex}.ReactionPicker-module__aZAxca__quickEmoji{cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:1px solid #555;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;display:flex}.ReactionPicker-module__aZAxca__quickEmoji:hover{background-color:#333;border-color:#777}.ReactionPicker-module__aZAxca__moreButton{color:#fff;cursor:pointer;background-color:#333;border:1px solid #555;border-radius:6px;width:100%;padding:6px 12px;font-size:14px}.ReactionPicker-module__aZAxca__moreButton:hover{background-color:#444}.ReactionPicker-module__aZAxca__fullPicker{background-color:#1a1a1a;border-radius:8px;flex-direction:column;width:320px;height:368px;display:flex;overflow:hidden}.ReactionPicker-module__aZAxca__search{color:#fff;background-color:#222;border:1px solid #444;border-radius:6px;outline:none;width:100%;margin:8px;padding:8px 12px;font-size:14px}.ReactionPicker-module__aZAxca__search:focus{border-color:#0051ff}.ReactionPicker-module__aZAxca__viewport{flex:1;position:relative;overflow-y:auto}.ReactionPicker-module__aZAxca__list{padding:4px}.ReactionPicker-module__aZAxca__categoryHeader{color:#999;text-transform:uppercase;letter-spacing:.5px;padding:8px 12px 4px;font-size:11px;font-weight:600}.ReactionPicker-module__aZAxca__row{gap:2px;padding:2px;display:flex}.ReactionPicker-module__aZAxca__emojiButton{cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;display:flex}.ReactionPicker-module__aZAxca__emojiButton:hover,.ReactionPicker-module__aZAxca__emojiButton[data-active]{background-color:#333}.ReactionPicker-module__aZAxca__backButton{color:#fff;cursor:pointer;background-color:#222;border:1px solid #444;border-radius:6px;width:100%;margin-top:8px;padding:6px 12px;font-size:14px}.ReactionPicker-module__aZAxca__backButton:hover{background-color:#333}
.UsernameForm-module__8ERJpG__container{background-color:var(--chat-bg);justify-content:center;align-items:center;height:100%;padding:20px;display:flex}.UsernameForm-module__8ERJpG__form{flex-direction:column;align-items:center;gap:16px;width:100%;max-width:300px;display:flex}.UsernameForm-module__8ERJpG__title{color:var(--text-primary);text-align:center;margin:0;font-size:1.25rem;font-weight:600}.UsernameForm-module__8ERJpG__subtitle{color:var(--text-subtle);text-align:center;margin:0;font-size:.9rem}.UsernameForm-module__8ERJpG__input{width:100%;color:var(--text-primary);background-color:var(--chat-input-bg);border:1px solid var(--text-subtle);border-radius:18px;outline:none;padding:12px 16px;font-family:inherit;font-size:1rem;font-weight:600;transition:border-color .2s}.UsernameForm-module__8ERJpG__input:focus{border-color:var(--chat-accent)}.UsernameForm-module__8ERJpG__input::placeholder{color:var(--text-muted);font-weight:400}.UsernameForm-module__8ERJpG__button{width:100%;color:var(--text-primary);background-color:var(--chat-accent);cursor:pointer;border:none;border-radius:18px;padding:12px 24px;font-family:inherit;font-size:1rem;font-weight:600;transition:opacity .2s}.UsernameForm-module__8ERJpG__button:hover:not(:disabled){opacity:.9}.UsernameForm-module__8ERJpG__button:disabled{opacity:.5;cursor:not-allowed}
.Field-module__sezAfa__field{flex-direction:column;gap:8px;display:flex}.Field-module__sezAfa__label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-primary);align-items:center;gap:8px;font-size:14px;font-weight:600;display:inline-flex}.Field-module__sezAfa__icon{align-items:center;display:inline-flex}.Field-module__sezAfa__control{flex-direction:column;gap:8px;display:flex}.Field-module__sezAfa__hint{color:var(--text-subtle);margin:0;font-size:13px}
.Input-module__mmXW9q__input{border:var(--border-width)solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-2);width:100%;color:var(--text-primary);outline:none;padding:12px 14px;font-size:16px;transition:border .15s,background .15s}.Input-module__mmXW9q__input::placeholder{color:var(--text-subtle)}.Input-module__mmXW9q__input:focus{border-color:var(--brand-primary);background:var(--surface-1)}.Input-module__mmXW9q__input:disabled{opacity:.6;cursor:not-allowed}
.PlayPauseButton-module__uDjoJW__button{background:var(--play-button-circle,#fff);width:128px;height:128px;color:var(--play-button-icon,#111);cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:none;border-radius:50%;justify-content:center;align-items:center;line-height:0;transition:opacity .2s,box-shadow .2s,transform .15s;display:flex;box-shadow:0 2px 12px #0000001f,0 0 0 1px #0000000a}.PlayPauseButton-module__uDjoJW__button:hover{box-shadow:0 4px 20px #00000024,0 0 0 1px #0000000f}.PlayPauseButton-module__uDjoJW__button:active{transform:scale(.97);box-shadow:0 1px 8px #0000001a}.PlayPauseButton-module__uDjoJW__iconWrapper{justify-content:center;align-items:center;width:64px;height:64px;display:flex;position:relative}.PlayPauseButton-module__uDjoJW__icon{color:currentColor;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.PlayPauseButton-module__uDjoJW__button.PlayPauseButton-module__uDjoJW__disabled,.PlayPauseButton-module__uDjoJW__button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}
.StreamPlayer-module__fZrf7a__player{text-align:center;color:var(--color-foreground);justify-content:center;align-items:center;width:100%;display:flex;position:relative}.StreamPlayer-module__fZrf7a__compactPlayer{justify-content:flex-start}.StreamPlayer-module__fZrf7a__controls{grid-row-gap:5px;grid-column-gap:10px;-moz-column-gap:10px;justify-content:center;place-items:center;gap:5px 10px;display:grid;position:relative}.StreamPlayer-module__fZrf7a__controls.StreamPlayer-module__fZrf7a__compact{pointer-events:auto;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:16px;display:flex}.StreamPlayer-module__fZrf7a__buttonWrapper{justify-content:center;align-items:center;display:flex}.StreamPlayer-module__fZrf7a__compactButtonWrapper{z-index:10;flex-shrink:0;position:relative;pointer-events:auto!important}.StreamPlayer-module__fZrf7a__compactButtonWrapper button{z-index:10;position:relative;pointer-events:auto!important;cursor:pointer!important;width:56px!important;height:56px!important}.StreamPlayer-module__fZrf7a__compactButtonWrapper .iconWrapper{pointer-events:none;width:28px!important;height:28px!important}.StreamPlayer-module__fZrf7a__compactButtonWrapper svg{pointer-events:none;width:28px!important;height:28px!important}.StreamPlayer-module__fZrf7a__button{-webkit-tap-highlight-color:transparent;touch-action:manipulation;cursor:pointer;border-radius:50%;line-height:0;transition:opacity .2s}.StreamPlayer-module__fZrf7a__button img{width:100%;max-width:65px}.StreamPlayer-module__fZrf7a__playWhenLiveButton{min-height:44px;color:inherit;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;-webkit-tap-highlight-color:#fff3;touch-action:manipulation;background:0 0;border:2px solid;border-radius:20px;padding:.6em 1.4em;font-size:16px;font-weight:600;transition:background .2s,color .2s,opacity .2s}.StreamPlayer-module__fZrf7a__playWhenLiveButton:hover{color:var(--bg-color,#000);background:currentColor}.StreamPlayer-module__fZrf7a__playWhenLiveButton:active{opacity:.9}@media screen and (min-width:600px){.StreamPlayer-module__fZrf7a__playWhenLiveButton{padding:.75em 1.8em;font-size:18px}}.StreamPlayer-module__fZrf7a__button.StreamPlayer-module__fZrf7a__disabled,.StreamPlayer-module__fZrf7a__button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.StreamPlayer-module__fZrf7a__title{font-family:var(--font-heading),sans-serif;letter-spacing:-.03em;max-width:100vw;font-size:60px;font-weight:600}.StreamPlayer-module__fZrf7a__controls.StreamPlayer-module__fZrf7a__compact .StreamPlayer-module__fZrf7a__title{font-size:14px;font-weight:500}.StreamPlayer-module__fZrf7a__metadata{min-width:0;color:var(--text-primary);text-align:left;pointer-events:none;flex-direction:column;flex:1;align-items:flex-start;gap:4px;font-size:14px;display:flex;overflow:hidden}.StreamPlayer-module__fZrf7a__artist{white-space:nowrap;text-overflow:ellipsis;width:100%;min-width:0;font-weight:600;overflow:hidden}.StreamPlayer-module__fZrf7a__controls.StreamPlayer-module__fZrf7a__compact .StreamPlayer-module__fZrf7a__title{white-space:nowrap;text-overflow:ellipsis;width:100%;min-width:0;overflow:hidden}.StreamPlayer-module__fZrf7a__noSong{color:var(--text-muted);font-style:italic}.StreamPlayer-module__fZrf7a__separator{color:var(--text-muted);padding:0 .2em}.StreamPlayer-module__fZrf7a__details{margin-top:10px}.StreamPlayer-module__fZrf7a__status{z-index:100;pointer-events:none;align-items:center;gap:10px;display:flex;position:fixed;top:20px;right:20px}.StreamPlayer-module__fZrf7a__status>*{pointer-events:auto}.StreamPlayer-module__fZrf7a__listenerBatch{--batch-color:blue;background-color:var(--batch-color,currentColor);text-align:center;text-transform:uppercase;padding:.1em .4em;font-size:16px;font-weight:600;display:inline}.StreamPlayer-module__fZrf7a__playing{background-color:#0000}@media screen and (min-width:600px){.StreamPlayer-module__fZrf7a__controls:not(.StreamPlayer-module__fZrf7a__compact){flex-direction:column;align-items:center;gap:20px;display:flex}.StreamPlayer-module__fZrf7a__controls:not(.StreamPlayer-module__fZrf7a__compact) .StreamPlayer-module__fZrf7a__buttonWrapper{flex-shrink:0;order:1;justify-content:center;align-items:center;display:flex}.StreamPlayer-module__fZrf7a__controls:not(.StreamPlayer-module__fZrf7a__compact) .StreamPlayer-module__fZrf7a__title{order:2}.StreamPlayer-module__fZrf7a__button img{max-width:120px}}
.ToolBar-module__x--xvW__toolBarWrapper{z-index:99;flex-direction:column;align-items:center;gap:20px;animation:.6s ease-out forwards ToolBar-module__x--xvW__fade-up-in;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.ToolBar-module__x--xvW__toolBar{background-color:#222;border:5px solid #292929;border-radius:10px;flex-direction:column;align-items:center;gap:8px;max-width:80vw;padding:6px;display:flex;overflow:auto}.ToolBar-module__x--xvW__feedbackRow{justify-content:flex-start;gap:10px;display:flex}.ToolBar-module__x--xvW__feedbackRow>*{flex-shrink:0}.ToolBar-module__x--xvW__keyboardTriggered{transition:transform .1s ease-out;transform:scale(.8)}.ToolBar-module__x--xvW__loadingSpinner{justify-content:center;align-items:center;min-width:2.75em;min-height:2.75em;display:flex}.ToolBar-module__x--xvW__spinner{border:3px solid #444;border-top-color:#0000;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite ToolBar-module__x--xvW__spin}@keyframes ToolBar-module__x--xvW__spin{to{transform:rotate(360deg)}}.ToolBar-module__x--xvW__chatButton{color:#fff;cursor:pointer;text-shadow:0 1px 2px #0000004d;background:linear-gradient(135deg,#ff6b6b,#feca57,#48dbfb,#ff9ff3) 0 0/300% 300%;border:none;border-radius:24px;align-items:center;gap:6px;padding:10px 18px;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s;animation:3s infinite ToolBar-module__x--xvW__gradientShift,2s ease-in-out infinite ToolBar-module__x--xvW__float;display:flex;box-shadow:0 4px 15px #ff6b6b66,0 0 20px #48dbfb33}.ToolBar-module__x--xvW__chatButton:hover{animation:1s infinite ToolBar-module__x--xvW__gradientShift,.4s ease-in-out ToolBar-module__x--xvW__wiggle;transform:scale(1.08)rotate(-2deg);box-shadow:0 6px 25px #ff6b6b80,0 0 30px #48dbfb66}.ToolBar-module__x--xvW__chatButton:active{transform:scale(.95)}.ToolBar-module__x--xvW__chatButton svg{filter:drop-shadow(0 1px 1px #0003)}@keyframes ToolBar-module__x--xvW__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}@keyframes ToolBar-module__x--xvW__float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes ToolBar-module__x--xvW__wiggle{0%,to{transform:scale(1.08)rotate(-2deg)}25%{transform:scale(1.08)rotate(2deg)}50%{transform:scale(1.08)rotate(-2deg)}75%{transform:scale(1.08)rotate(2deg)}}
.UserFeedback-module__uOZVNq__button{cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#e8e8e8;border:3px solid #ccc;border-radius:10px;justify-content:center;align-items:center;width:2.75em;height:2.75em;padding:0;font-size:26px;transition:all .1s ease-out;display:flex;position:relative;overflow:hidden}.UserFeedback-module__uOZVNq__gif{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.UserFeedback-module__uOZVNq__keyBadge{color:#666;text-align:center;background:#eee;border-radius:3px;min-width:1.2em;padding:1px 3px;font-size:10px;line-height:1;position:absolute;top:2px;right:2px}.UserFeedback-module__uOZVNq__button:active{transform:scale(.8)}

.home-module__lhVrEq__section{height:100dvh}.home-module__lhVrEq__main{--bg:var(--color-gray-dark);transition:all 1s cubic-bezier(.16,1,.3,1);overflow-x:hidden}.home-module__lhVrEq__playing{color:#fff;--bg:var(--color-gray-very-dark)}.home-module__lhVrEq__slide{width:auto}@keyframes home-module__lhVrEq__fade-up-in{0%{opacity:0;transform:translateY(-50%,10px)}to{opacity:1;transform:translateY(-50%,0)}}
.Textarea-module__rv6ftW__textarea{border:var(--border-width)solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface-2);width:100%;min-height:140px;color:var(--text-primary);resize:vertical;outline:none;padding:12px 14px;font-size:16px;transition:border .15s,background .15s}.Textarea-module__rv6ftW__textarea::placeholder{color:var(--text-subtle)}.Textarea-module__rv6ftW__textarea:focus{border-color:var(--brand-primary);background:var(--surface-1)}.Textarea-module__rv6ftW__textarea:disabled{opacity:.6;cursor:not-allowed}
.page-module__BcTAva__page{background:var(--surface-0);min-height:100vh;padding:48px 20px 80px}.page-module__BcTAva__inner{max-width:1100px;margin:0 auto}@media screen and (min-width:900px){.page-module__BcTAva__page{padding:72px 32px 100px}}
.page-module__lDoqVa__page{background:var(--surface-0);min-height:100vh;color:var(--text-primary);flex-direction:column;gap:24px;padding:48px 20px 80px;display:flex}.page-module__lDoqVa__inner{width:100%;max-width:800px;margin:0 auto}.page-module__lDoqVa__chatRow{flex-direction:column;gap:16px;width:100%;max-width:800px;margin:0 auto;display:flex}.page-module__lDoqVa__chatBox{border-radius:var(--radius-lg);background:var(--surface-1);border:var(--border-width)solid var(--border-default);flex-direction:column;flex:1;min-width:0;height:600px;display:flex;overflow:hidden}.page-module__lDoqVa__chatTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);border-bottom:var(--border-width)solid var(--border-soft);flex-shrink:0;margin:0;padding:16px 20px;font-size:14px;font-weight:600}.page-module__lDoqVa__chatTitleAdmin{background:var(--brand-primary);color:#fff;border-bottom-color:var(--brand-primary)}.page-module__lDoqVa__chatBox>div{flex:1;min-height:0}@media screen and (min-width:1000px){.page-module__lDoqVa__chatRow{flex-direction:row}}.page-module__lDoqVa__headerRow{flex-wrap:wrap;align-items:stretch;gap:16px;margin-bottom:24px;display:flex}.page-module__lDoqVa__header{border-radius:var(--radius-lg);background:var(--surface-1);border:var(--border-width)solid var(--border-strong);flex-direction:column;flex:1;gap:16px;min-width:200px;padding:24px;display:flex}.page-module__lDoqVa__listenersBox{border-radius:var(--radius-lg);background:var(--surface-1);border:var(--border-width)solid var(--border-strong);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px 32px;display:none}.page-module__lDoqVa__listenersLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:12px;font-weight:600}.page-module__lDoqVa__listenersValue{color:var(--brand-primary);text-align:center;font-family:monospace;font-size:48px;font-weight:700;line-height:1}.page-module__lDoqVa__kicker{text-transform:uppercase;letter-spacing:.2em;color:var(--brand-primary);margin:0 0 6px;font-size:12px}.page-module__lDoqVa__title{margin:0;font-size:clamp(28px,3.4vw,40px)}.page-module__lDoqVa__errorBanner{border-radius:var(--radius-md);border:var(--border-width)solid var(--brand-primary);background:var(--surface-2);align-items:center;gap:10px;margin-bottom:24px;padding:12px 16px;font-size:14px;display:flex}.page-module__lDoqVa__bannerIcon{color:var(--brand-primary);align-items:center;display:inline-flex}.page-module__lDoqVa__card{border-radius:var(--radius-lg);background:var(--surface-1);border:var(--border-width)solid var(--border-default);padding:24px}.page-module__lDoqVa__statusSection{flex-direction:column;gap:24px;display:flex}.page-module__lDoqVa__statusHeader{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.page-module__lDoqVa__statusIndicator{align-items:center;gap:12px;display:flex}.page-module__lDoqVa__statusIconLive{color:var(--brand-primary);animation:2s ease-in-out infinite page-module__lDoqVa__pulse}.page-module__lDoqVa__statusIconOffline{color:var(--text-muted)}@keyframes page-module__lDoqVa__pulse{0%,to{opacity:1}50%{opacity:.5}}.page-module__lDoqVa__statusLabel{text-transform:uppercase;letter-spacing:.1em;font-size:24px;font-weight:700}.page-module__lDoqVa__statusBadge{border-radius:var(--radius-md);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-flex}.page-module__lDoqVa__statusBadgeLive{color:var(--brand-primary);border:var(--border-width)solid var(--brand-primary);background:#ff3b3026}.page-module__lDoqVa__statusBadgeOffline{background:var(--surface-2);color:var(--text-muted);border:var(--border-width)solid var(--border-soft)}.page-module__lDoqVa__timerSection{border-radius:var(--radius-md);background:var(--surface-2);border:var(--border-width)solid var(--border-soft);padding:20px}.page-module__lDoqVa__timer{flex-direction:column;align-items:center;gap:8px;display:flex}.page-module__lDoqVa__timerLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:600}.page-module__lDoqVa__timerValue{color:var(--brand-primary);letter-spacing:.05em;font-family:monospace;font-size:32px;font-weight:700}.page-module__lDoqVa__statusDetails{border-radius:var(--radius-md);background:var(--surface-2);border:var(--border-width)solid var(--border-soft);flex-direction:column;gap:12px;padding:20px;display:flex}.page-module__lDoqVa__detailRow{justify-content:space-between;align-items:center;gap:16px;display:flex}.page-module__lDoqVa__detailLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:14px;font-weight:600}.page-module__lDoqVa__detailValue{color:var(--text-primary);text-align:right;font-size:14px}.page-module__lDoqVa__playerSection{border-radius:var(--radius-md);background:var(--surface-2);border:var(--border-width)solid var(--border-soft);padding:20px}.page-module__lDoqVa__streamPlayer{width:100%}.page-module__lDoqVa__actions{justify-content:flex-end;gap:12px;display:flex}.page-module__lDoqVa__loadingSpinner{place-items:center;padding:48px;display:grid}.page-module__lDoqVa__waitingSpinner{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:48px;display:flex}.page-module__lDoqVa__waitingText{color:var(--text-muted);margin:0;font-size:14px;font-weight:500}.page-module__lDoqVa__spinner{border:3px solid var(--border-soft);border-top-color:var(--brand-primary);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite page-module__lDoqVa__spin}@keyframes page-module__lDoqVa__spin{to{transform:rotate(360deg)}}@media screen and (min-width:900px){.page-module__lDoqVa__page{padding:72px 32px 100px}.page-module__lDoqVa__headerRow{flex-wrap:nowrap}.page-module__lDoqVa__header{flex-direction:row;justify-content:space-between;align-items:center}.page-module__lDoqVa__listenersBox{min-width:160px}.page-module__lDoqVa__statusHeader{flex-direction:row;justify-content:space-between;align-items:center}}
