.word-module__nMVcKW__stage{flex-direction:column;align-items:center;gap:20px;width:100%;max-width:600px;animation:.3s both word-module__nMVcKW__fadeIn;display:flex}.word-module__nMVcKW__loadingWrap{flex-direction:column;align-items:center;gap:12px;display:flex}.word-module__nMVcKW__topBar{background:var(--bg-secondary);border:1px solid var(--border-bright);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;gap:12px;width:100%;padding:8px 14px;display:flex;box-shadow:0 1px 6px #503cb41a}.word-module__nMVcKW__topicBadge{background:var(--bg-card);color:var(--accent-yellow);text-overflow:ellipsis;white-space:nowrap;border:1px solid #ffd60a59;border-radius:100px;align-items:center;max-width:200px;padding:5px 16px;font-size:13px;font-weight:700;display:inline-flex;overflow:hidden}.word-module__nMVcKW__countBadge{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-secondary);white-space:nowrap;border-radius:100px;align-items:center;padding:5px 14px;font-size:13px;font-weight:700;display:inline-flex}.word-module__nMVcKW__progressTrack{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:3px;width:100%;height:5px;overflow:hidden}.word-module__nMVcKW__progressFill{background:linear-gradient(90deg, var(--accent-yellow), var(--accent-orange));border-radius:3px;height:100%;transition:width .3s}.word-module__nMVcKW__questionCard{background:var(--bg-card);border:1px solid var(--border-bright);border-radius:var(--radius-lg);text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:0;width:100%;min-height:200px;padding:24px 36px;transition:border-color .2s,background .2s;display:flex}.word-module__nMVcKW__wordArea{flex-direction:column;flex:1;justify-content:end;align-items:center;gap:12px;width:100%;min-height:0;display:flex}.word-module__nMVcKW__cardCorrect{border-color:var(--accent-green);background:#34c75912}.word-module__nMVcKW__cardWrong{border-color:var(--accent-red);background:#ff3b3012}.word-module__nMVcKW__wordDisplay{color:var(--text-primary);letter-spacing:2px;font-size:40px;font-weight:900;line-height:1.2}.word-module__nMVcKW__pronunciationHint{color:var(--text-muted);font-size:13px;font-style:italic}.word-module__nMVcKW__hintText{color:var(--accent-yellow);background:#ffd60a14;border:1px solid #ffd60a40;border-radius:6px;padding:4px 12px;font-size:13px}.word-module__nMVcKW__feedbackRow{flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;min-height:44px;display:flex}.word-module__nMVcKW__fbCorrect{color:var(--accent-green);font-size:15px;font-weight:700;animation:.2s both word-module__nMVcKW__fadeIn}.word-module__nMVcKW__fbWrong{color:var(--accent-red);font-size:15px;font-weight:700;animation:.2s both word-module__nMVcKW__fadeIn}.word-module__nMVcKW__inputRow{align-items:center;gap:10px;width:100%;display:flex}.word-module__nMVcKW__answerInput{background:var(--bg-card);border:1px solid var(--border-bright);border-radius:var(--radius-md);min-width:0;color:var(--text-primary);-webkit-appearance:none;outline:none;flex:1;padding:12px 16px;font-family:inherit;font-size:16px;transition:border-color .15s}.word-module__nMVcKW__answerInput:focus{border-color:var(--accent-yellow)}.word-module__nMVcKW__answerInput:disabled{opacity:.45;cursor:default}.word-module__nMVcKW__answerInput::placeholder{color:var(--text-muted);font-size:14px}.word-module__nMVcKW__runningScore{color:var(--text-muted);font-size:13px;font-weight:600}.word-module__nMVcKW__spinner{border:3px solid var(--border-color);border-top-color:var(--accent-yellow);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite word-module__nMVcKW__spin}@keyframes word-module__nMVcKW__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes word-module__nMVcKW__spin{to{transform:rotate(360deg)}}@media (max-width:480px){.word-module__nMVcKW__questionCard{padding:24px 20px}.word-module__nMVcKW__wordDisplay{font-size:32px}}
