.page-module___8aEwW__container{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem 2rem 5rem;display:flex;position:relative;overflow:hidden}@media (min-width:860px){.page-module___8aEwW__container{padding-bottom:2rem}}.page-module___8aEwW__backgroundGlow{z-index:0;pointer-events:none;background:radial-gradient(circle,#c628281a 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-module___8aEwW__content{z-index:1;text-align:center;flex-direction:column;align-items:center;max-width:800px;animation:.8s ease-out forwards page-module___8aEwW__fadeIn;display:flex;position:relative}@keyframes page-module___8aEwW__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-module___8aEwW__logoWrapper{justify-content:center;margin-bottom:1rem;display:flex}.page-module___8aEwW__logo{object-fit:contain;filter:drop-shadow(0 4px 12px #c6282826);animation:6s ease-in-out infinite page-module___8aEwW__float}@keyframes page-module___8aEwW__float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.page-module___8aEwW__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page-module___8aEwW__subtitle{color:var(--text-secondary);max-width:500px;margin-bottom:3rem;font-size:clamp(1.1rem,3vw,1.4rem);line-height:1.6}.page-module___8aEwW__actionGrid{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.page-module___8aEwW__glassCard{background:var(--glass-bg);border:1px solid var(--glass-border);cursor:pointer;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;width:280px;padding:2rem;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;box-shadow:0 4px 12px #00000014}.page-module___8aEwW__glassCard:hover{background:var(--glass-hover);transform:translateY(-5px);box-shadow:0 12px 28px #c6282826}.page-module___8aEwW__iconWrapper{background:#c6282814;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;transition:transform .3s;display:flex}.page-module___8aEwW__glassCard:hover .page-module___8aEwW__iconWrapper{background:#0000001f;transform:scale(1.1)rotate(5deg)}.page-module___8aEwW__cardTitle{color:var(--text-primary);font-size:1.2rem;font-weight:600}.page-module___8aEwW__cardDesc{color:var(--text-secondary);font-size:.9rem;line-height:1.4}.page-module___8aEwW__footer{justify-content:center;gap:1.25rem;margin-top:auto;padding-top:1.5rem;padding-bottom:.75rem;display:flex}.page-module___8aEwW__footerLink{color:var(--text-secondary);text-underline-offset:3px;opacity:.8;font-size:.8rem;text-decoration:underline;transition:opacity .2s}.page-module___8aEwW__footerLink:hover{opacity:1}.page-module___8aEwW__installLink{border-radius:6px;padding:2px 6px;text-decoration:none;animation:2.5s ease-in-out infinite page-module___8aEwW__installGlow}.page-module___8aEwW__installLink:hover{background:#c6282826;animation:none}@keyframes page-module___8aEwW__installGlow{0%,to{background:0 0}50%{background:#c628282e}}
.GameShell-module__SzZrba__shell{background-color:var(--bg-color);justify-content:center;align-items:stretch;min-height:100dvh;display:flex}.GameShell-module__SzZrba__sideAd{flex-shrink:0;display:none}@media (min-width:860px){.GameShell-module__SzZrba__sideAd{justify-content:center;align-items:center;width:180px;display:flex}}
.ConfirmModal-module__HXg0mq__overlay{z-index:100;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ConfirmModal-module__HXg0mq__card{background:var(--bg-color);border:1px solid var(--glass-border);text-align:center;border-radius:20px;flex-direction:column;gap:.5rem;width:100%;max-width:340px;padding:2rem 1.5rem;display:flex;box-shadow:0 8px 32px #0000002e}.ConfirmModal-module__HXg0mq__icon{margin:0;font-size:2.5rem;line-height:1}.ConfirmModal-module__HXg0mq__title{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:700}.ConfirmModal-module__HXg0mq__body{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.5}.ConfirmModal-module__HXg0mq__actions{gap:.75rem;margin-top:.5rem;display:flex}.ConfirmModal-module__HXg0mq__cancelBtn{color:var(--text-primary);border:1px solid var(--glass-border);cursor:pointer;background:0 0;border-radius:24px;flex:1;padding:.75rem 1rem;font-size:.95rem;font-weight:600;transition:border-color .2s}.ConfirmModal-module__HXg0mq__cancelBtn:hover{border-color:var(--accent-red)}.ConfirmModal-module__HXg0mq__confirmBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:24px;flex:1;padding:.75rem 1rem;font-size:.95rem;font-weight:700;transition:opacity .2s}.ConfirmModal-module__HXg0mq__confirmBtn:hover{opacity:.88}.ConfirmModal-module__HXg0mq__danger{background:#ef4444}
.GuessInputBar-module__hXb_xa__form{align-items:center;gap:.5rem;display:flex}.GuessInputBar-module__hXb_xa__input{background:var(--bg-color);border:1px solid var(--glass-border);color:var(--text-primary);border-radius:12px;outline:none;flex:1;padding:.65rem .9rem;font-size:1rem;transition:border-color .2s}.GuessInputBar-module__hXb_xa__input:focus{border-color:var(--accent-red)}.GuessInputBar-module__hXb_xa__submitBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:12px;padding:.65rem 1rem;font-weight:700;transition:opacity .2s}.GuessInputBar-module__hXb_xa__submitBtn:disabled{opacity:.45;cursor:not-allowed}.GuessInputBar-module__hXb_xa__giveUpBtn{border:1px solid var(--glass-border);color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:12px;padding:.65rem .75rem;font-size:.8rem;transition:border-color .2s}.GuessInputBar-module__hXb_xa__giveUpBtn:hover:not(:disabled){border-color:var(--accent-red);color:var(--accent-red)}.GuessInputBar-module__hXb_xa__giveUpBtn:disabled{opacity:.45;cursor:not-allowed}
.GameActionBar-module__gqVbxG__actionButtons{gap:.5rem;display:flex}.GameActionBar-module__gqVbxG__actionBtn{background:var(--surface);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.35rem;padding:.45rem .6rem;font-size:.82rem;font-weight:500;transition:background .15s;display:flex}.GameActionBar-module__gqVbxG__actionBtn:hover:not(:disabled){background:#f5f5f5}.GameActionBar-module__gqVbxG__actionBtn:disabled{opacity:.4;cursor:not-allowed}.GameActionBar-module__gqVbxG__actionBtnDanger{color:#ef4444;border-color:#ef44444d}.GameActionBar-module__gqVbxG__costBadge{color:var(--text-secondary);font-size:.68rem}.GameActionBar-module__gqVbxG__hintBtn{position:relative;overflow:hidden}.GameActionBar-module__gqVbxG__hintTimerBar{pointer-events:none;border-radius:inherit;background:#ef44441f;position:absolute;top:0;bottom:0;left:0}.GameActionBar-module__gqVbxG__hintBtnContent{align-items:center;gap:.35rem;display:flex;position:relative}
.GameHeader-module__saYYEa__wrapper{flex-shrink:0}.GameHeader-module__saYYEa__chatHeader{background:var(--surface);align-items:center;gap:.75rem;padding:.65rem 1rem;display:flex;box-shadow:0 1px 3px #0000001f}.GameHeader-module__saYYEa__backBtn{color:var(--accent-red);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:.2rem .4rem;font-size:1.5rem;line-height:1}.GameHeader-module__saYYEa__headerAvatarBtn{color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.3rem;transition:opacity .15s;display:flex}.GameHeader-module__saYYEa__headerAvatarBtn:disabled{cursor:default}.GameHeader-module__saYYEa__headerAvatarBtn:not(:disabled):hover{opacity:.85}.GameHeader-module__saYYEa__headerInfo{flex-direction:column;flex:1;min-width:0;display:flex}.GameHeader-module__saYYEa__headerTitle{color:var(--text-primary);font-size:1rem;font-weight:600;line-height:1.2}.GameHeader-module__saYYEa__headerSubtitle{color:var(--text-secondary);align-items:center;gap:.3rem;font-size:.75rem;display:flex}.GameHeader-module__saYYEa__onlineDot{background:#25d366;border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.GameHeader-module__saYYEa__headerScore{color:var(--accent-red);flex-shrink:0;font-size:.9rem;font-weight:700;display:inline-block}.GameHeader-module__saYYEa__headerScoreFlash{animation:.7s ease-out forwards GameHeader-module__saYYEa__scoreLoss}@keyframes GameHeader-module__saYYEa__scoreLoss{0%{text-shadow:none;color:var(--accent-red)}15%{text-shadow:0 0 8px #ef4444,0 0 18px #ef4444;color:#ef4444}35%{text-shadow:none;color:var(--accent-red)}55%{text-shadow:0 0 6px #ef4444,0 0 12px #ef4444;color:#ef4444}75%{text-shadow:none;color:var(--accent-red)}90%{text-shadow:0 0 3px #ef4444;color:#ef4444}to{text-shadow:none;color:var(--accent-red)}}.GameHeader-module__saYYEa__subBar{background:var(--glass-bg);border-bottom:1px solid var(--glass-border);color:var(--text-secondary);justify-content:space-between;align-items:center;padding:.4rem 1rem;font-size:.8rem;display:flex}
.TopicInfoModal-module__6nAkEa__overlay{z-index:100;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.TopicInfoModal-module__6nAkEa__card{background:var(--surface);text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:320px;padding:2rem 1.5rem;animation:.25s ease-out TopicInfoModal-module__6nAkEa__fadeIn;display:flex;box-shadow:0 12px 32px #0000002e}.TopicInfoModal-module__6nAkEa__avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.25rem;font-size:2rem;display:flex}.TopicInfoModal-module__6nAkEa__name{color:var(--text-primary);margin:0;font-size:1.2rem;font-weight:700}.TopicInfoModal-module__6nAkEa__description{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.5}.TopicInfoModal-module__6nAkEa__closeBtn{background:var(--accent-red);color:#fff;cursor:pointer;border:none;border-radius:24px;padding:.75rem 2rem;font-size:.95rem;font-weight:600}@keyframes TopicInfoModal-module__6nAkEa__fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
.CountdownButton-module__iDizsq__btn{background:var(--accent-red);color:#fff;cursor:pointer;border:none;border-radius:24px;align-items:center;gap:.65rem;padding:.55rem 1.5rem .55rem .55rem;font-size:.95rem;font-weight:600;transition:opacity .15s;display:inline-flex}.CountdownButton-module__iDizsq__btn:hover{opacity:.9}.CountdownButton-module__iDizsq__ringWrap{flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:relative}.CountdownButton-module__iDizsq__svg{width:38px;height:38px;position:absolute;inset:0;transform:rotate(-90deg)}.CountdownButton-module__iDizsq__track{fill:none;stroke:#ffffff40;stroke-width:3px}.CountdownButton-module__iDizsq__arc{fill:none;stroke:#fff;stroke-width:3px;stroke-linecap:round;transition:stroke-dashoffset 1s linear}.CountdownButton-module__iDizsq__num{color:#fff;font-size:.85rem;font-weight:700;line-height:1;position:relative}
.ChatMessage-module___0XXcq__row{justify-content:flex-start;display:flex}.ChatMessage-module___0XXcq__rowRight{justify-content:flex-end}.ChatMessage-module___0XXcq__hintBubble,.ChatMessage-module___0XXcq__replyBubble{background:var(--bubble-received);border-radius:0 12px 12px;width:88%;padding:.55rem .9rem;animation:.2s ease-out ChatMessage-module___0XXcq__bubbleIn;box-shadow:0 1px 2px #0000001a}.ChatMessage-module___0XXcq__label{color:var(--accent-red);letter-spacing:.02em;margin-bottom:.05rem;font-size:.68rem;font-weight:700;display:block}.ChatMessage-module___0XXcq__hintBubble p,.ChatMessage-module___0XXcq__replyBubble p{color:var(--text-primary);margin:0;font-size:.93rem;line-height:1.3}.ChatMessage-module___0XXcq__guessBubble{background:var(--bubble-sent);border-radius:12px 0 12px 12px;width:88%;padding:.55rem .9rem;animation:.2s ease-out ChatMessage-module___0XXcq__bubbleIn;box-shadow:0 1px 2px #0000001a}.ChatMessage-module___0XXcq__guessBubble p{color:var(--text-primary);margin:0;font-size:.93rem}.ChatMessage-module___0XXcq__correctGuess{background:#b7f5c4}.ChatMessage-module___0XXcq__correctBadge{color:#1a7a3a;margin-top:.2rem;font-size:.68rem;font-weight:700;display:block}.ChatMessage-module___0XXcq__correctBubble{background:#22c55e1f;border:1px solid #22c55e4d;border-radius:0 12px 12px;width:88%;padding:.55rem .9rem;animation:.2s ease-out ChatMessage-module___0XXcq__bubbleIn}.ChatMessage-module___0XXcq__correctBubble p{color:#22c55e;margin:0;font-size:.93rem;font-weight:700}.ChatMessage-module___0XXcq__gaveUpBubble{background:var(--bubble-received);border-radius:0 12px 12px;width:88%;padding:.55rem .9rem;animation:.2s ease-out ChatMessage-module___0XXcq__bubbleIn}.ChatMessage-module___0XXcq__gaveUpBubble p{color:var(--text-secondary);margin:0;font-size:.93rem}@keyframes ChatMessage-module___0XXcq__bubbleIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
.party-room-module__LFGGca__page{background:var(--bg-color);color:var(--text-primary);flex-direction:column;flex:1;max-width:600px;height:100dvh;display:flex;overflow:hidden}.party-room-module__LFGGca__centeredPage{background:var(--bg-color);color:var(--text-primary);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.party-room-module__LFGGca__header{border-bottom:1px solid var(--glass-border);background:var(--glass-bg);z-index:10;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex;position:sticky;top:0}.party-room-module__LFGGca__headerTitle{font-size:1rem;font-weight:700}.party-room-module__LFGGca__backLink{color:var(--text-secondary);border-radius:8px;padding:.2rem .5rem;font-size:1.2rem;text-decoration:none;transition:background .15s}.party-room-module__LFGGca__backLink:hover{background:var(--glass-bg)}.party-room-module__LFGGca__subBarInner{align-items:center;gap:.75rem;width:100%;display:flex}.party-room-module__LFGGca__roundBadge{background:var(--gradient-primary);-webkit-text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;background-clip:text;font-size:.9rem;font-weight:800}.party-room-module__LFGGca__headerScores{flex-wrap:wrap;flex:1;justify-content:flex-end;gap:.4rem;display:flex}.party-room-module__LFGGca__scorePill{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-secondary);border-radius:999px;padding:.15rem .6rem;font-size:.75rem}.party-room-module__LFGGca__myScorePill{border-color:var(--accent-red);color:var(--text-primary);font-weight:700;}.party-room-module__LFGGca__pinBanner{border-bottom:1px solid var(--glass-border);flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem;display:flex}.party-room-module__LFGGca__pinLabel{color:var(--text-secondary);margin:0;font-size:.85rem}.party-room-module__LFGGca__pinDisplay{letter-spacing:.35em;background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.8rem;font-weight:900;line-height:1}.party-room-module__LFGGca__copyBtn{border:1px solid var(--glass-border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:999px;padding:.35rem 1rem;font-size:.8rem;transition:border-color .2s}.party-room-module__LFGGca__copyBtn:hover{border-color:var(--accent-red);color:var(--text-primary)}.party-room-module__LFGGca__playerList{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex}.party-room-module__LFGGca__sectionTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;margin:0 0 .25rem;font-size:.8rem;font-weight:700}.party-room-module__LFGGca__playerRow{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;justify-content:space-between;align-items:center;padding:.65rem .9rem;font-size:.95rem;display:flex}.party-room-module__LFGGca__playerTags{gap:.4rem;display:flex}.party-room-module__LFGGca__hostTag{color:var(--accent-red);background:#c6282826;border-radius:999px;padding:.1rem .45rem;font-size:.7rem;font-weight:700}.party-room-module__LFGGca__youTag{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-secondary);border-radius:999px;padding:.1rem .45rem;font-size:.7rem;font-weight:600}.party-room-module__LFGGca__startArea{border-top:1px solid var(--glass-border);flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem 1rem;display:flex}.party-room-module__LFGGca__topicCountLabel{color:var(--text-secondary);margin:0;font-size:.9rem}.party-room-module__LFGGca__startBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:24px;width:100%;padding:.9rem;font-size:1.05rem;font-weight:700;transition:opacity .2s}.party-room-module__LFGGca__startBtn:hover:not(:disabled){opacity:.88}.party-room-module__LFGGca__startBtn:disabled{opacity:.45;cursor:not-allowed}.party-room-module__LFGGca__waitingText{color:var(--text-secondary);text-align:center;padding:1.25rem;font-size:.9rem}.party-room-module__LFGGca__progressBar{border-top:1px solid var(--glass-border);color:var(--text-secondary);justify-content:space-between;align-items:center;padding:.5rem 1rem;font-size:.8rem;display:flex}.party-room-module__LFGGca__progressDots{gap:.35rem;display:flex}.party-room-module__LFGGca__dotDone{background:#22c55e;border-radius:50%;width:10px;height:10px}.party-room-module__LFGGca__dotWaiting{background:var(--glass-border);border-radius:50%;width:10px;height:10px}.party-room-module__LFGGca__inputArea{border-top:1px solid var(--glass-border);background:var(--glass-bg);flex-direction:column;gap:.5rem;padding:.75rem 1rem;display:flex}.party-room-module__LFGGca__revealArea{flex-direction:column;flex:1;gap:1rem;padding:1.25rem 1rem;display:flex;overflow-y:auto}.party-room-module__LFGGca__revealAnswer{text-align:center;color:var(--text-secondary);margin:0;font-size:1.1rem}.party-room-module__LFGGca__revealAnswer strong{color:var(--text-primary);font-size:1.4rem}.party-room-module__LFGGca__roundResults{flex-direction:column;gap:.5rem;display:flex}.party-room-module__LFGGca__resultRow{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;align-items:center;gap:.75rem;padding:.7rem .9rem;display:flex}.party-room-module__LFGGca__resultRowMe{border-color:var(--accent-red)}.party-room-module__LFGGca__resultRank{text-align:center;min-width:1.8rem;font-size:1.1rem}.party-room-module__LFGGca__resultName{flex:1;font-size:.95rem}.party-room-module__LFGGca__resultScore{color:#22c55e;font-size:.9rem;font-weight:700}.party-room-module__LFGGca__resultGaveUp{color:var(--text-secondary);font-size:.85rem}.party-room-module__LFGGca__resultWaiting{color:var(--text-secondary);font-size:.85rem;font-style:italic}.party-room-module__LFGGca__nextRoundBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:24px;padding:.85rem 1.5rem;font-size:1rem;font-weight:700;transition:opacity .2s}.party-room-module__LFGGca__nextRoundBtn:hover{opacity:.88}.party-room-module__LFGGca__countdown{opacity:.85;font-weight:400}.party-room-module__LFGGca__podium{justify-content:center;align-items:flex-end;gap:.5rem;padding:2rem 1rem 1rem;display:flex}.party-room-module__LFGGca__podiumSlot{background:var(--glass-bg);border:1px solid var(--glass-border);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:.3rem;min-width:90px;padding:.75rem;display:flex}.party-room-module__LFGGca__podiumSlot1{order:2;padding-bottom:1.5rem}.party-room-module__LFGGca__podiumSlot2{order:1}.party-room-module__LFGGca__podiumSlot3{order:3}.party-room-module__LFGGca__podiumMedal{font-size:2rem;line-height:1}.party-room-module__LFGGca__podiumName{word-break:break-word;font-size:.85rem;font-weight:700}.party-room-module__LFGGca__podiumScore{color:var(--text-secondary);font-size:.8rem}.party-room-module__LFGGca__finalScores{flex-direction:column;flex:1;gap:.5rem;padding:0 1rem 1rem;display:flex;overflow-y:auto}.party-room-module__LFGGca__scoreRow{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;align-items:center;gap:.75rem;padding:.65rem .9rem;display:flex}.party-room-module__LFGGca__scoreRowMe{border-color:var(--accent-red)}.party-room-module__LFGGca__scoreRank{text-align:center;min-width:1.8rem;font-size:1rem}.party-room-module__LFGGca__scoreName{flex:1;align-items:center;gap:.4rem;font-size:.95rem;display:flex}.party-room-module__LFGGca__scoreTotal{font-size:.95rem;font-weight:700}.party-room-module__LFGGca__scoreDelta{color:#22c55e;font-size:.8rem;font-weight:700}.party-room-module__LFGGca__finalActions{border-top:1px solid var(--glass-border);flex-wrap:wrap;gap:.75rem;padding:1rem;display:flex}.party-room-module__LFGGca__installBanner{text-align:center;width:100%;color:var(--text-secondary);text-underline-offset:3px;padding:.25rem 0;font-size:.82rem;text-decoration:underline;transition:color .2s}.party-room-module__LFGGca__installBanner:hover{color:var(--text-primary)}.party-room-module__LFGGca__primaryBtn{background:var(--gradient-primary);color:#fff;text-align:center;cursor:pointer;border:none;border-radius:24px;flex:1;padding:.8rem 1rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:opacity .2s}.party-room-module__LFGGca__primaryBtn:hover{opacity:.88}.party-room-module__LFGGca__outlineBtn{color:var(--text-primary);border:1px solid var(--glass-border);text-align:center;cursor:pointer;background:0 0;border-radius:24px;flex:1;padding:.8rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:border-color .2s}.party-room-module__LFGGca__outlineBtn:hover{border-color:var(--accent-red)}.party-room-module__LFGGca__spinner{border:3px solid var(--glass-border);border-top-color:var(--accent-red);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite party-room-module__LFGGca__spin}@keyframes party-room-module__LFGGca__spin{to{transform:rotate(360deg)}}.party-room-module__LFGGca__loadingText{color:var(--text-secondary);margin:0;font-size:.9rem}.party-room-module__LFGGca__errorText{color:var(--accent-red);text-align:center;margin:0;font-size:.95rem}.party-room-module__LFGGca__errorBanner{color:var(--accent-red);text-align:center;background:#c6282814;border:1px solid #c6282840;border-radius:10px;margin:0 1rem;padding:.6rem .9rem;font-size:.85rem}.party-room-module__LFGGca__linkBtn{color:var(--accent-red);font-size:.9rem;text-decoration:none}
.chat-area-module__bD6V7a__messagesArea{background-color:#d4c9be;background-image:linear-gradient(#d4c9be80,#d4c9be80),url(/bg_pattern.png);background-position:top;background-repeat:repeat-y;background-size:100%;background-attachment:scroll;flex-direction:column;flex:1;gap:.5rem;padding:1rem .875rem;display:flex;overflow-y:auto}
.HomeAdBanner-module__uCGVwG__wrapper{width:100%;position:fixed;bottom:0;left:0;right:0}@media (min-width:860px){.HomeAdBanner-module__uCGVwG__wrapper{display:none}}
