.meteor-run-card {
  display: grid;
  gap: 1rem;
}

.meteor-run-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
}

.meteor-run-stat {
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.meteor-run-stat-label {
  display: block;
  font-size: 0.85rem;
  opacity: 0.75;
}

.meteor-run-canvas {
  width: 100%;
  max-width: 360px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: block;
  margin: 0 auto;
  background: #0b1024;
}

.meteor-run-hud {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.meteor-run-touch-controls,
.meteor-run-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.meteor-run-final-score {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}

.meteor-run-reward-lines p {
  margin: 0.25rem 0;
  font-size: 1.1rem;
}

.meteor-run-personal-best {
  color: #7dd3fc;
  font-weight: 600;
}

.meteor-run-leaderboard-list {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
}

.meteor-run-controls-help {
  font-size: 0.95rem;
  opacity: 0.85;
}

.meteor-run-live-status {
  min-height: 1.25rem;
  font-size: 0.92rem;
}

.meteor-run-canvas:focus-visible {
  outline: 2px solid #7dd3fc;
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 430px) {
  .meteor-run-hud {
    font-size: 0.85rem;
  }

  .meteor-run-touch-controls .btn {
    flex: 1 1 45%;
    min-height: 44px;
  }
}
