.solo-module__7rtldq__loadingDots{justify-content:center;gap:6px;margin-top:.5rem;display:flex}.solo-module__7rtldq__loadingDots span{background:var(--accent-red);opacity:.3;border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite solo-module__7rtldq__dotPulse}.solo-module__7rtldq__loadingDots span:nth-child(2){animation-delay:.2s}.solo-module__7rtldq__loadingDots span:nth-child(3){animation-delay:.4s}@keyframes solo-module__7rtldq__dotPulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.solo-module__7rtldq__errorCard{background:var(--surface);text-align:center;border-radius:20px;width:100%;max-width:360px;padding:2rem 1.5rem;box-shadow:0 8px 24px #0000001a}.solo-module__7rtldq__errorIcon{margin-bottom:.5rem;font-size:2.5rem}.solo-module__7rtldq__errorTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.solo-module__7rtldq__errorMsg{color:var(--text-secondary);word-break:break-word;font-size:.85rem;line-height:1.5}.solo-module__7rtldq__chatContainer{background-color:var(--bg-color);flex-direction:column;height:100dvh;display:flex;overflow:hidden}.solo-module__7rtldq__chatHeader{background:var(--surface);flex-shrink:0;align-items:center;gap:.75rem;padding:.65rem 1rem;display:flex;box-shadow:0 1px 3px #0000001f}.solo-module__7rtldq__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}.solo-module__7rtldq__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}.solo-module__7rtldq__headerAvatarBtn:hover{opacity:.85}.solo-module__7rtldq__headerInfo{flex-direction:column;flex:1;min-width:0;display:flex}.solo-module__7rtldq__headerTitle{color:var(--text-primary);font-size:1rem;font-weight:600;line-height:1.2}.solo-module__7rtldq__headerSubtitle{color:var(--text-secondary);align-items:center;gap:.3rem;font-size:.75rem;display:flex}.solo-module__7rtldq__onlineDot{background:#25d366;border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.solo-module__7rtldq__headerScore{color:var(--accent-red);flex-shrink:0;font-size:.9rem;font-weight:700;display:inline-block}.solo-module__7rtldq__headerScoreFlash{animation:.7s ease-out forwards solo-module__7rtldq__scoreLoss}@keyframes solo-module__7rtldq__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)}}.solo-module__7rtldq__messagesArea{flex-direction:column;flex:1;gap:.5rem;padding:1rem .875rem;display:flex;overflow-y:auto}.solo-module__7rtldq__messageRow{justify-content:flex-start;display:flex}.solo-module__7rtldq__messageRowRight{justify-content:flex-end}.solo-module__7rtldq__hintBubble{background:var(--bubble-received);border-radius:0 12px 12px;width:88%;padding:.55rem .6rem;animation:.2s ease-out solo-module__7rtldq__bubbleIn;box-shadow:0 1px 2px #0000001a}.solo-module__7rtldq__hintLabel{color:var(--accent-red);letter-spacing:.02em;margin-bottom:.05rem;font-size:.68rem;font-weight:700;display:block}.solo-module__7rtldq__hintBubble p{color:var(--text-primary);margin:0;font-size:.93rem;line-height:1.3}.solo-module__7rtldq__replyBubble{background:var(--bubble-received);border-radius:0 12px 12px;width:88%;padding:.55rem .9rem;font-style:italic;animation:.2s ease-out solo-module__7rtldq__bubbleIn;box-shadow:0 1px 2px #0000001a}.solo-module__7rtldq__replyBubble p{color:var(--text-secondary);margin:0;font-size:.93rem}.solo-module__7rtldq__guessBubble{background:var(--bubble-sent);border-radius:12px 0 12px 12px;width:88%;padding:.55rem .9rem;animation:.2s ease-out solo-module__7rtldq__bubbleIn;box-shadow:0 1px 2px #0000001a}.solo-module__7rtldq__guessBubble p{color:var(--text-primary);margin:0;font-size:.93rem}.solo-module__7rtldq__wrongGuess{opacity:.55}.solo-module__7rtldq__correctGuess{background:#b7f5c4}.solo-module__7rtldq__correctBadge{color:#1a7a3a;margin-top:.2rem;font-size:.68rem;font-weight:700;display:block}@keyframes solo-module__7rtldq__bubbleIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.solo-module__7rtldq__bottomBar{background:var(--surface);border-top:1px solid var(--glass-border);padding:.5rem .75rem;padding-bottom:calc(.5rem + env(safe-area-inset-bottom));flex-shrink:0}.solo-module__7rtldq__actionButtons{gap:.5rem;margin-bottom:.5rem;display:flex}.solo-module__7rtldq__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}.solo-module__7rtldq__actionBtn:hover:not(:disabled){background:#f5f5f5}.solo-module__7rtldq__actionBtn:disabled,.solo-module__7rtldq__actionBtnDisabled{opacity:.4;cursor:not-allowed}.solo-module__7rtldq__actionBtnDanger{color:#ef4444;border-color:#ef44444d}.solo-module__7rtldq__costBadge{color:var(--text-secondary);font-size:.68rem}.solo-module__7rtldq__hintBtn{position:relative;overflow:hidden}.solo-module__7rtldq__hintTimerBar{pointer-events:none;border-radius:inherit;background:#ef44441f;position:absolute;top:0;bottom:0;left:0}.solo-module__7rtldq__hintBtnContent{align-items:center;gap:.35rem;display:flex;position:relative}.solo-module__7rtldq__inputRow{align-items:center;gap:.5rem;display:flex}.solo-module__7rtldq__guessInput{color:var(--text-primary);font-family:var(--font-sans);background:#f0f2f5;border:none;border-radius:24px;outline:none;flex:1;padding:.65rem 1rem;font-size:.95rem}.solo-module__7rtldq__guessInput::placeholder{color:var(--text-secondary)}.solo-module__7rtldq__sendBtn{background:var(--accent-red);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.1rem;transition:opacity .15s;display:flex}.solo-module__7rtldq__sendBtn:disabled{opacity:.4;cursor:not-allowed}.solo-module__7rtldq__adBottom{background:var(--surface);width:100%}.solo-module__7rtldq__adEnd{width:100%;min-height:100px;margin:1rem 0}.solo-module__7rtldq__container{background-color:var(--bg-color);flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:2rem 1rem;display:flex}.solo-module__7rtldq__victoryCard{background:var(--surface);text-align:center;border-radius:20px;width:100%;max-width:400px;padding:2rem;animation:.4s ease-out solo-module__7rtldq__fadeIn;box-shadow:0 8px 24px #0000001a}.solo-module__7rtldq__victoryCardWin{border-top:4px solid #25d366}.solo-module__7rtldq__victoryCardLose{border-top:4px solid #ef4444}.solo-module__7rtldq__victoryTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:2rem;font-weight:800}.solo-module__7rtldq__victoryAnswer{color:var(--text-secondary);margin-bottom:.5rem;font-size:1.1rem}.solo-module__7rtldq__victoryAnswer strong{color:var(--text-primary)}.solo-module__7rtldq__victoryScore{color:var(--text-secondary);font-size:1rem}.solo-module__7rtldq__motivatingMessage{color:var(--text-secondary);margin-top:.25rem;font-size:1rem;font-style:italic;line-height:1.5}.solo-module__7rtldq__actionRow{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.solo-module__7rtldq__primaryBtn{background:var(--accent-red);color:#fff;cursor:pointer;border:none;border-radius:24px;padding:.75rem 2rem;font-size:.95rem;font-weight:600}.solo-module__7rtldq__secondaryBtn{color:var(--text-primary);border:1px solid var(--glass-border);cursor:pointer;background:0 0;border-radius:24px;align-items:center;padding:.75rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex}.solo-module__7rtldq__modalOverlay{z-index:100;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.solo-module__7rtldq__modalCard{background:var(--surface);text-align:center;border-radius:16px;width:100%;max-width:320px;padding:2rem;box-shadow:0 8px 24px #00000026}.solo-module__7rtldq__modalIcon{margin-bottom:.25rem;font-size:2.5rem;line-height:1}.solo-module__7rtldq__modalText{color:var(--text-primary);margin-bottom:.4rem;font-size:1.1rem;font-weight:600}.solo-module__7rtldq__modalSubtext{color:var(--text-secondary);margin-bottom:1rem;font-size:.875rem}.solo-module__7rtldq__countdownBtn{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}.solo-module__7rtldq__countdownBtn:hover{opacity:.9}.solo-module__7rtldq__countdownRingWrap{flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:relative}.solo-module__7rtldq__countdownSvg{width:38px;height:38px;position:absolute;inset:0;transform:rotate(-90deg)}.solo-module__7rtldq__countdownTrack{fill:none;stroke:#ffffff40;stroke-width:3px}.solo-module__7rtldq__countdownArc{fill:none;stroke:#fff;stroke-width:3px;stroke-linecap:round;transition:stroke-dashoffset 1s linear}.solo-module__7rtldq__countdownNum{color:#fff;font-size:.85rem;font-weight:700;line-height:1;position:relative}.solo-module__7rtldq__topicInfoCard{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 solo-module__7rtldq__fadeIn;display:flex;box-shadow:0 12px 32px #0000002e}.solo-module__7rtldq__topicInfoAvatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.25rem;font-size:2rem;display:flex}.solo-module__7rtldq__topicInfoName{color:var(--text-primary);margin:0;font-size:1.2rem;font-weight:700}.solo-module__7rtldq__topicInfoDesc{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.5}@keyframes solo-module__7rtldq__fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
