.ThemePicker_trigger__RjzXk {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background: var(--hover-color);
  border: 1px solid var(--passive-color);
  border-radius: 6px;
  color: var(--active-color);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 120px;
}

.ThemePicker_trigger__RjzXk:hover {
  background: var(--passive-color);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ThemePicker_triggerContent__9p45i {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.ThemePicker_themeColor__egbbZ {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid var(--passive-color);
  flex-shrink: 0;
}

.ThemePicker_content__4NVst {
  background: var(--background-color);
  border: 1px solid var(--passive-color);
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 1000;
}

.ThemePicker_item__gUi7W {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s ease;
  color: var(--active-color);
  font-size: 14px;
  font-weight: 500;
  margin: 2px 0;
}

.ThemePicker_item__gUi7W:hover {
  background: var(--hover-color);
  transform: translateX(2px);
}

.ThemePicker_activeItem__ADDH_ {
  background: var(--positive-color);
  color: var(--background-color);
}

.ThemePicker_activeItem__ADDH_:hover {
  background: var(--positive-color);
  color: var(--background-color);
}

.ThemePicker_itemContent__slMwP {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.ThemePicker_themeName__lpXJ1 {
  flex: 1 1;
  text-transform: capitalize;
}

.ThemePicker_checkmark__nOFdt {
  color: var(--background-color);
  font-weight: bold;
  margin-left: auto;
}

.ThemePicker_arrow__Vpt01 {
  fill: var(--background-color);
  stroke: var(--passive-color);
  stroke-width: 1;
}
.Footer_footer__Tl1eP {
  background: var(--background-color);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 1.5rem 2rem;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.Footer_footer__Tl1eP:hover {
  border-top-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}

.Footer_footerContainer__nH_FT {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
}

.Footer_footerLeft__0LOiI {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.Footer_footerRight__rF0Vq {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.Footer_footerLink__hOMry {
  display: inline-flex;
  align-items: center;
  color: var(--passive-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.Footer_footerLink__hOMry::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.Footer_footerLink__hOMry:hover::before {
  width: 100%;
  height: 100%;
}

.Footer_footerLink__hOMry:hover {
  color: var(--positive-color);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.Footer_footerIcon__Ij_gE {
  margin-right: 6px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.Footer_footerLink__hOMry:hover .Footer_footerIcon__Ij_gE {
  transform: scale(1.1);
}

.Footer_footerText__UQsE6 {
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.Footer_footerLink__hOMry:hover .Footer_footerText__UQsE6 {
  color: var(--positive-color);
}

.Footer_themeSection__ajJyd {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.Footer_themeSection__ajJyd:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.Footer_themeIcon__9Eql5 {
  font-size: 14px;
  color: var(--passive-color);
  transition: all 0.3s ease;
}

.Footer_themeSection__ajJyd:hover .Footer_themeIcon__9Eql5 {
  color: var(--positive-color);
  transform: scale(1.1);
}

.Footer_copyright__0_Me0 {
  text-align: center;
  color: var(--passive-color);
  font-size: 12px;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  opacity: 0.8;
}

/* 响应式设计 */
@media (max-width: 1024px) {
  .Footer_footer__Tl1eP {
    padding: 1.25rem 1.5rem;
  }
  
  .Footer_footerContainer__nH_FT {
    gap: 1.5rem;
  }
  
  .Footer_footerLeft__0LOiI {
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .Footer_footer__Tl1eP {
    padding: 1rem 1rem;
  }
  
  .Footer_footerContainer__nH_FT {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  
  .Footer_footerLeft__0LOiI {
    gap: 1rem;
    justify-content: center;
  }
  
  .Footer_footerRight__rF0Vq {
    gap: 0.75rem;
  }
  
  .Footer_footerLink__hOMry {
    font-size: 13px;
    padding: 6px 10px;
  }
  
  .Footer_footerIcon__Ij_gE {
    font-size: 13px;
    margin-right: 5px;
  }
  
  .Footer_footerText__UQsE6 {
    font-size: 13px;
  }
  
  .Footer_themeSection__ajJyd {
    padding: 6px 10px;
  }
  
  .Footer_themeIcon__9Eql5 {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .Footer_footer__Tl1eP {
    padding: 0.75rem 0.75rem;
  }
  
  .Footer_footerContainer__nH_FT {
    gap: 0.75rem;
  }
  
  .Footer_footerLeft__0LOiI {
    gap: 0.75rem;
  }
  
  .Footer_footerRight__rF0Vq {
    gap: 0.5rem;
  }
  
  .Footer_footerLink__hOMry {
    font-size: 12px;
    padding: 5px 8px;
  }
  
  .Footer_footerIcon__Ij_gE {
    font-size: 12px;
    margin-right: 4px;
  }
  
  .Footer_footerText__UQsE6 {
    font-size: 12px;
  }
  
  .Footer_themeSection__ajJyd {
    padding: 5px 8px;
  }
  
  .Footer_themeIcon__9Eql5 {
    font-size: 12px;
  }
  
  .Footer_copyright__0_Me0 {
    font-size: 11px;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }
}

@keyframes Animations_slide-up__H9xDX {
  from {
    opacity: 0;
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes Animations_slide-down__UVjWg {
  from {
    opacity: 0;
    transform: translateY(-10%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes Animations_slide-right__spVH3 {
  from {
    opacity: 0;
    transform: translateX(-10%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes Animations_slide-left__TP6Ld {
  from {
    opacity: 0;
    transform: translateX(10%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes Animations_fade-in___KA_I {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.Animations_slideUp__92My9 {
  animation-name: Animations_slide-up__H9xDX;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-fill-mode: forwards;
}
.Animations_slideOutUp__wueAH {
  animation-name: Animations_slide-up__H9xDX;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-fill-mode: backwards;
}
.Animations_slideDown__qR06b {
  animation-name: Animations_slide-down__UVjWg;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-fill-mode: forwards;
}
.Animations_slideOutDown__qrfKs {
  animation-name: Animations_slide-down__UVjWg;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-fill-mode: backwards;
}
.Animations_slideRight__DXgb4 {
  animation-name: Animations_slide-right__spVH3;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-fill-mode: forwards;
}
.Animations_slideOutRight__AsdaW {
  animation-name: Animations_slide-right__spVH3;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-fill-mode: backwards;
}
.Animations_slideLeft__KqDnP {
  animation-name: Animations_slide-left__TP6Ld;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-fill-mode: forwards;
}
.Animations_slideOutLeft__K_E6K {
  animation-name: Animations_slide-left__TP6Ld;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-fill-mode: backwards;
}
.Animations_fadeIn__pKF8o {
  animation-name: Animations_fade-in___KA_I;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-fill-mode: forwards;
}
.Animations_fadeOut__ykig4 {
  animation-name: Animations_fade-in___KA_I;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-fill-mode: backwards;
}

.TypingBlocks_wrapper__2qbge {
  min-height: 100vh;
  background: var(--background-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 15px;
}

.TypingBlocks_navContainer__iKUWX {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  padding: 24px 24px 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.TypingBlocks_backLink__hHIR3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--positive-color);
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.TypingBlocks_backLink__hHIR3:hover {
  opacity: 0.8;
}

.TypingBlocks_gameControls__mD2Sn {
  display: flex;
  gap: 8px;
}

.TypingBlocks_controlBtn__WRZiw {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--hover-color);
  border: none;
  border-radius: 8px;
  color: var(--text-color);
  cursor: pointer;
  transition: all 0.3s ease;
}

.TypingBlocks_controlBtn__WRZiw:hover {
  background: var(--positive-color);
  color: white;
  transform: translateY(-2px);
}

.TypingBlocks_topBar__iX6Id {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px;
  gap: 12px;
}

.TypingBlocks_title__eAUWG {
  font-size: 22px;
  font-weight: 700;
  color: var(--positive-color);
  flex: 1 1;
  text-align: center;
}

.TypingBlocks_scoreBoard__NAOEm {
  display: flex;
  gap: 18px;
  font-size: 15px;
  color: var(--active-color);
  align-items: center;
  flex-wrap: wrap;
}

.TypingBlocks_scoreItem__1B99b {
  display: flex;
  align-items: center;
  gap: 4px;
}

.TypingBlocks_scoreBoard__NAOEm b {
  color: var(--positive-color);
  font-size: 17px;
  margin-left: 2px;
}

.TypingBlocks_instructions__aBzNM, .TypingBlocks_stats__j1Fqg {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 16px auto;
  padding: 16px 24px;
  background: var(--hover-color);
  border-radius: 12px;
  border: 1px solid var(--passive-color);
}

.TypingBlocks_instructionsTitle__DLYRS, .TypingBlocks_statsTitle__uhOWP {
  font-size: 18px;
  font-weight: 600;
  color: var(--active-color);
  margin: 0 0 12px 0;
  text-align: center;
}

.TypingBlocks_instructionsContent__I9Cl8, .TypingBlocks_statsContent__ABYF3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.TypingBlocks_instructionItem__bUkk9, .TypingBlocks_statItem__SA3_M {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--passive-color);
}

.TypingBlocks_instructionItem__bUkk9 svg {
  color: var(--positive-color);
  font-size: 16px;
}

.TypingBlocks_speedControl__SgfK7 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 15px;
  color: var(--active-color);
}

.TypingBlocks_speedSlider__kLfrd {
  width: 120px;
  height: 6px;
  border-radius: 3px;
  background: var(--passive-color);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.TypingBlocks_speedSlider__kLfrd::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--positive-color);
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.TypingBlocks_speedSlider__kLfrd::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--positive-color);
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.TypingBlocks_gameArea__1xpb5 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 24px auto;
  display: flex;
  justify-content: center;
  position: relative;
}

.TypingBlocks_gameGrid__8fiZ9 {
  position: relative;
  width: 400px;
  height: 600px;
  background: var(--background-color);
  border: 2px solid var(--passive-color);
  border-radius: 8px;
  overflow: hidden;
}

.TypingBlocks_gridCell__uTlzV {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  word-break: break-all;
  overflow: hidden;
  font-size: 14px;
}

.TypingBlocks_fallingWord__aqTbZ {
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--positive-color);
  color: var(--background-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  word-break: break-all;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.TypingBlocks_pauseOverlay__Ak4sC {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.TypingBlocks_pauseContent__d2E4s {
  text-align: center;
  color: white;
}

.TypingBlocks_pauseContent__d2E4s h2 {
  font-size: 24px;
  margin: 0 0 8px 0;
}

.TypingBlocks_pauseContent__d2E4s p {
  font-size: 16px;
  margin: 0;
  opacity: 0.8;
}

.TypingBlocks_bottomBar__DyIgB {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 24px 32px 24px;
  flex-wrap: wrap;
}

.TypingBlocks_input__JwBPR {
  flex: 1 1;
  max-width: 400px;
  padding: 12px 16px;
  border: 2px solid var(--positive-color);
  border-radius: 8px;
  font-size: 15px;
  background: var(--background-color);
  color: var(--active-color);
  transition: all 0.3s ease;
}

.TypingBlocks_input__JwBPR:focus {
  outline: none;
  border-color: var(--strong-color);
  background: rgba(0,0,0,0.02);
  box-shadow: 0 0 0 3px rgba(67, 56, 202, 0.1);
}

.TypingBlocks_gameButtons___r17P {
  display: flex;
  gap: 12px;
  align-items: center;
}

.TypingBlocks_startBtn__93oXK, .TypingBlocks_pauseBtn__eWoTy, .TypingBlocks_resumeBtn__uwCCk {
  padding: 12px 24px;
  background: linear-gradient(90deg, var(--positive-color) 60%, var(--strong-color) 100%);
  color: var(--background-color);
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.TypingBlocks_startBtn__93oXK:hover:not(:disabled), .TypingBlocks_pauseBtn__eWoTy:hover, .TypingBlocks_resumeBtn__uwCCk:hover {
  opacity: 0.92;
  background: linear-gradient(90deg, var(--strong-color) 0%, var(--positive-color) 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.TypingBlocks_startBtn__93oXK:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.TypingBlocks_pauseBtn__eWoTy, .TypingBlocks_resumeBtn__uwCCk {
  padding: 12px;
  min-width: 48px;
}

.TypingBlocks_gameOverModal__bTpKP {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.TypingBlocks_gameOverContent__lRF3N {
  background: var(--background-color);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  text-align: center;
  max-width: 400px;
  width: 90%;
  border: 1px solid var(--passive-color);
}

.TypingBlocks_gameOverTitle__fQ6tw {
  color: var(--negative-color);
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 24px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.TypingBlocks_gameOverStats__uk7na {
  margin-bottom: 32px;
}

.TypingBlocks_statItem__SA3_M {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--passive-color);
}

.TypingBlocks_statItem__SA3_M:last-child {
  border-bottom: none;
}

.TypingBlocks_statLabel__Xl5rn {
  color: var(--passive-color);
  font-size: 16px;
  font-weight: 500;
}

.TypingBlocks_statValue__2PonG {
  color: var(--positive-color);
  font-size: 18px;
  font-weight: 700;
}

.TypingBlocks_gameOverButtons__dRwMG {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.TypingBlocks_playAgainBtn__xhMk2, .TypingBlocks_backToGamesBtn__Yp4wq {
  padding: 12px 24px;
  background: linear-gradient(90deg, var(--positive-color) 60%, var(--strong-color) 100%);
  color: var(--background-color);
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 140px;
  justify-content: center;
}

.TypingBlocks_playAgainBtn__xhMk2:hover, .TypingBlocks_backToGamesBtn__Yp4wq:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  background: linear-gradient(90deg, var(--strong-color) 0%, var(--positive-color) 100%);
}

.TypingBlocks_playAgainBtn__xhMk2:active, .TypingBlocks_backToGamesBtn__Yp4wq:active {
  transform: translateY(0);
}

@media (max-width: 700px) {
  .TypingBlocks_navContainer__iKUWX {
    padding: 16px 16px 0 16px;
  }
  
  .TypingBlocks_topBar__iX6Id {
    flex-direction: column;
    gap: 16px;
    padding: 16px 16px;
  }
  
  .TypingBlocks_title__eAUWG {
    font-size: 20px;
  }
  
  .TypingBlocks_scoreBoard__NAOEm {
    gap: 12px;
    font-size: 14px;
    justify-content: center;
  }
  
  .TypingBlocks_scoreBoard__NAOEm b {
    font-size: 16px;
  }
  
  .TypingBlocks_instructions__aBzNM, .TypingBlocks_stats__j1Fqg {
    margin: 0 16px 16px 16px;
    padding: 12px 16px;
  }
  
  .TypingBlocks_gameArea__1xpb5 {
    min-height: 200px;
    padding: 24px 16px 20px 16px;
  }
  
  .TypingBlocks_gameGrid__8fiZ9 {
    width: 320px;
    height: 480px;
  }
  
  .TypingBlocks_gridCell__uTlzV, .TypingBlocks_fallingWord__aqTbZ {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  
  .TypingBlocks_bottomBar__DyIgB {
    gap: 12px;
    padding: 0 16px 24px 16px;
  }
  
  .TypingBlocks_input__JwBPR {
    max-width: 320px;
    padding: 10px 14px;
    font-size: 14px;
  }
  
  .TypingBlocks_gameButtons___r17P {
    gap: 8px;
  }
  
  .TypingBlocks_startBtn__93oXK, .TypingBlocks_pauseBtn__eWoTy, .TypingBlocks_resumeBtn__uwCCk {
    padding: 10px 20px;
    font-size: 14px;
  }
  
  .TypingBlocks_pauseBtn__eWoTy, .TypingBlocks_resumeBtn__uwCCk {
    padding: 10px;
    min-width: 44px;
  }

  .TypingBlocks_gameOverContent__lRF3N {
    padding: 24px;
    margin: 16px;
  }
  
  .TypingBlocks_gameOverTitle__fQ6tw {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .TypingBlocks_statItem__SA3_M {
    padding: 10px 0;
  }
  
  .TypingBlocks_statLabel__Xl5rn {
    font-size: 15px;
  }
  
  .TypingBlocks_statValue__2PonG {
    font-size: 16px;
  }
  
  .TypingBlocks_gameOverButtons__dRwMG {
    gap: 8px;
  }
  
  .TypingBlocks_playAgainBtn__xhMk2, .TypingBlocks_backToGamesBtn__Yp4wq {
    padding: 10px 20px;
    font-size: 15px;
    min-width: 120px;
  }
} 
