/* グリーンタイピングチャレンジ：中高生版 差分スタイル（元 中高.html の <style> 差分） */

#word-display {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
}

/* 特設ビクトリー画面 */
#victory-screen {
  position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.94); display: none; flex-direction: column;
  justify-content: center; align-items: center; z-index: 200;
}
