.battle {
  padding: 16px;
  max-width: 480px;
  margin: 0 auto;
}

.battle__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.battle__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.battle__card-title {
  font-size: 16px;
  font-weight: 700;
}

.battle__card-stats {
  display: flex;
  gap: 16px;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 8px;
}

.battle__card-extra {
  font-size: 13px;
  color: var(--special-100);
  margin-bottom: 8px;
}

.battle__card-footer {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
}

.battle__empty,
.battle__error {
  text-align: center;
  color: rgba(255,255,255,0.5);
  padding: 40px 0;
}
