body.theme-baloncesto-3x3 {
  --c-local: #273746;
  --c-visitor: #e67e22;
  --c-accent: #f1c40f;
}

body.theme-baloncesto-3x3 .container {
  max-width: 1120px;
}

.theme-baloncesto-3x3 .game-info-container {
  align-items: stretch;
}

.theme-baloncesto-3x3 .possession-clock {
  color: #f1c40f;
}

.theme-baloncesto-3x3 .points-controls {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.foul-controls {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.btn-foul-mini {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
}

.main-actions {
  margin: 20px 0;
  justify-content: center;
}

.live-status-bar {
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 10px 12px;
  margin: 16px 0;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.live-status-content,
.live-status-actions,
.live-input-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.live-pulse {
  color: #e74c3c;
  font-weight: 800;
}

.live-url {
  opacity: 0.8;
}

.btn-icon-small {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: white;
  cursor: pointer;
}

.btn-stop-live {
  background: #c0392b;
}

.live-share-card {
  margin: 15px 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.22);
  border-radius: 12px;
  text-align: center;
}

.live-input-row input {
  flex: 1;
  min-width: 220px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #1f2933;
}

.possession-local {
  background: linear-gradient(135deg, #34495e, #1f2933) !important;
}

.possession-visitor {
  background: linear-gradient(135deg, #e67e22, #d35400) !important;
}

.online-mini-board {
  margin-top: 20px;
}

@media (max-width: 720px) {
  .live-status-bar,
  .live-status-content,
  .live-status-actions {
    justify-content: center;
  }
}
