@media (max-width: 780px) {
  .myth-game {
    gap: 10px;
  }
  .myth-game__sidebar {
    gap: 8px;
  }
  .myth-game__scorecard,
  .myth-game__meta,
  .prof-card.myth-game__scorecard,
  .prof-card.myth-game__meta {
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
  }
  .myth-game__scorecard {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    gap: 6px;
    align-items: center;
  }
  .myth-game__scorecard .myth-game__eyebrow {
    margin: 0;
    font-size: 0.58rem;
    letter-spacing: 0.06em;
  }
  .myth-game__score {
    margin-top: 0;
    padding: 6px 8px;
    border-radius: 8px;
    min-height: 0;
  }
  .myth-game__score span {
    font-size: 0.62rem;
    line-height: 1.2;
  }
  .myth-game__score strong {
    font-size: 0.88rem !important;
    line-height: 1;
  }
  .myth-game__meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }
  .myth-game__meta .myth-game__eyebrow {
    display: none;
  }
  .myth-game__meta-row {
    display: grid;
    gap: 2px;
    padding: 6px;
    border: 1px solid var(--border, #edf1f7);
    border-radius: 8px;
    font-size: 0.66rem;
  }
  .myth-game__meta-row strong {
    text-align: left;
    font-size: 0.72rem;
  }
  .myth-game__notice {
    gap: 8px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 12px;
  }
  .myth-game__notice-badge {
    min-height: 28px;
    padding: 0 10px;
    font-size: 0.58rem;
  }
  .myth-game__notice-body strong {
    font-size: 0.76rem;
    line-height: 1.35;
  }
  .myth-game__notice-body p {
    margin-top: 2px;
    font-size: 0.72rem;
    line-height: 1.4;
  }
  .myth-game__card,
  .myth-game__face {
    min-height: 260px;
  }
  .myth-game__face {
    padding: 14px;
    border-radius: 14px;
  }
  .myth-game__face .myth-game__eyebrow {
    margin-bottom: 4px;
    font-size: 0.62rem;
  }
  .myth-game__statement {
    margin: 2px 0 8px;
    font-size: 1.02rem;
    line-height: 1.25;
  }
  .myth-game__prompt,
  .myth-game__explanation {
    font-size: 0.76rem;
    line-height: 1.45;
  }
  .myth-game__choices {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-top: 10px;
  }
  .myth-game__choice {
    min-height: 40px;
    border-radius: 10px;
    font-size: 0.82rem;
  }
  .myth-game__feedback {
    padding: 5px 10px;
    font-size: 0.68rem;
  }
  .myth-game__verdict {
    margin-top: 10px;
    padding: 7px 12px;
    font-size: 0.76rem;
  }
  .myth-game__next {
    margin-top: 10px;
    padding: 10px 16px;
    font-size: 0.84rem;
  }
}

@media (max-width: 420px) {
  .myth-game__scorecard {
    grid-template-columns: 1fr 1fr;
  }
  .myth-game__scorecard .myth-game__eyebrow {
    grid-column: 1 / -1;
  }
  .myth-game__meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .myth-game__card,
  .myth-game__face {
    min-height: 240px;
  }
  .myth-game__statement {
    font-size: 0.96rem;
  }
}
