@charset "UTF-8";
/**
 * FutebolDA — Club Page Styles
 *
 * @package FutebolDA
 * @since   0.5.0
 */
/* ── Rounds ──────────────────────────────────── */
.fda-rounds {
  margin-bottom: var(--fda-gap-lg);
}
@media screen and (max-width: 900px) {
  .fda-rounds {
    padding: 12px 0 10px 0;
    width: 100%;
  }
}

.fda-round-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

.fda-round-prev,
.fda-round-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: var(--fda-radius-sm);
  background: transparent;
  cursor: pointer;
  color: var(--fda-text-muted);
  transition: all 0.15s;
  flex-shrink: 0;
  padding: 0;
}
.fda-round-prev:hover,
.fda-round-next:hover {
  color: var(--fda-primary);
}

.fda-round-selector {
  flex: 1;
  text-align: center;
}

.fda-round-select {
  width: 100%;
  padding: 8px 15px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 0;
  background: transparent;
  color: var(--fda-text);
  cursor: pointer;
  text-align: center;
  text-align-last: center;
  appearance: none;
  -webkit-appearance: none;
  max-height: 36px;
}

/* ── Game Row ────────────────────────────────── */
.fda-round-date-group {
  margin-bottom: var(--fda-gap);
}

.fda-round-date {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--fda-text-muted);
  text-transform: capitalize;
  margin: 0 0 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--fda-primary-light);
}

.fda-game-row {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  min-height: 70px;
  border-bottom: 1px solid var(--fda-primary-light);
  text-decoration: none;
  color: var(--fda-text);
  padding: 8px 0;
  transition: background 0.15s;
}
.fda-game-row:hover {
  background: var(--fda-primary-bg);
}
.fda-game-row.fda-live {
  border-left: 3px solid var(--fda-live);
  background: var(--fda-live-bg);
}

/* ── Score Row (teams + goals) ──────────────── */
.fda-game-score-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-family: "Inter", sans-serif;
  color: #424b5a;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  width: 100%;
}
.fda-game-score-row > div {
  vertical-align: middle;
}

.fda-score-team {
  width: calc(100% - 15px);
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 4px;
}
.fda-score-team-home {
  justify-content: flex-end;
}
.fda-score-team-away {
  justify-content: flex-start;
}

.fda-score-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.fda-score-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.fda-score-logo img {
  margin-top: 0px;
  object-fit: contain;
  vertical-align: middle;
}

.fda-score-value {
  min-width: 20px;
  text-align: center;
}
.fda-score-value strong {
  color: var(--fda-primary);
}

.fda-score-vs {
  font-size: 14px;
  color: var(--fda-text-light);
  min-width: 5px;
  text-align: center;
}

/* ── Penalty Row ──────────────────────────────── */
.fda-game-penalty-row {
  font-size: 11px;
  color: var(--fda-text-muted, #848D95);
  font-weight: 600;
  text-align: center;
  margin-top: 1px;
}

/* ── Date / Info Row ──────────────────────────── */
.fda-game-date-row {
  font-family: "Inter", sans-serif;
  color: #848D95;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  width: 100%;
  text-align: center;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.fda-today-badge {
  background-color: #999;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}

.fda-status-final {
  display: inline-block;
  border-radius: 5px;
  padding: 2px 8px;
  white-space: nowrap;
  font-size: 9px;
  font-weight: 700;
  background-color: #666666;
  color: #ffffff;
}

.fda-status-live {
  display: inline-block;
  border-radius: 5px;
  padding: 2px 8px;
  white-space: nowrap;
  font-size: 9px;
  font-weight: 700;
  background-color: #c0392b;
  color: #ffffff;
  animation: fda-pulse 1.5s ease-in-out infinite;
}

.fda-status-short {
  display: inline-block;
  border-radius: 5px;
  padding: 2px 6px;
  white-space: nowrap;
  font-size: 9px;
  font-weight: 700;
  background-color: #e74c3c;
  color: #ffffff;
}

.fda-status-postponed {
  display: inline-block;
  border-radius: 5px;
  padding: 2px 6px;
  white-space: nowrap;
  font-size: 9px;
  font-weight: 700;
  background-color: #e67e22;
  color: #ffffff;
}

.fda-date-venue {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fda-date-sep {
  color: #aaa;
  font-size: 10px;
}

/* ── Club Header ─────────────────────────────── */
.fda-club-header {
  display: flex;
  align-items: center;
  gap: var(--fda-gap-lg);
  padding: var(--fda-gap-lg) 0;
  border-bottom: 1px solid var(--fda-border);
  margin-bottom: var(--fda-gap-lg);
}

.fda-club-logo {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
.fda-club-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fda-club-name {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.fda-club-location {
  margin: 4px 0 0;
  font-size: 14px;
  color: var(--fda-text-muted);
}

.fda-club-fullname {
  margin: 2px 0 0;
  font-size: 13px;
  color: var(--fda-text-light);
}

.fda-club-acronym {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--fda-text-muted);
  background: var(--fda-bg-alt);
  border-radius: var(--fda-radius-sm);
  margin-top: 4px;
}

/* ── 2-Column Layout ─────────────────────────── */
.fda-club-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: var(--fda-gap-lg);
  align-items: start;
}
@media (max-width: 900px) {
  .fda-club-content {
    grid-template-columns: 1fr;
  }
}

/* ── Coluna Principal ────────────────────────── */
.fda-club-main {
  min-width: 0;
}

.fda-club-section-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 var(--fda-gap);
  padding-bottom: 8px;
  border-bottom: 2px solid var(--fda-primary);
}

/* ── News ────────────────────────────────────── */
.fda-news-list {
  display: flex;
  flex-direction: column;
  gap: var(--fda-gap);
}

.fda-news-item {
  display: flex;
  gap: var(--fda-gap);
  padding-bottom: var(--fda-gap);
  border-bottom: 1px solid var(--fda-border);
}
.fda-news-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.fda-news-thumb {
  flex-shrink: 0;
  width: 120px;
  height: 80px;
  overflow: hidden;
  border-radius: var(--fda-radius-sm);
}
.fda-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.2s;
}
.fda-news-thumb:hover img {
  transform: scale(1.04);
}
@media (max-width: 600px) {
  .fda-news-thumb {
    width: 80px;
    height: 60px;
  }
}

.fda-news-content {
  flex: 1;
  min-width: 0;
}

.fda-news-title {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}
.fda-news-title a {
  color: inherit;
  text-decoration: none;
}
.fda-news-title a:hover {
  color: var(--fda-primary);
}

.fda-news-date {
  display: block;
  font-size: 12px;
  color: var(--fda-text-muted);
  margin-bottom: 4px;
}

.fda-news-excerpt {
  margin: 0;
  font-size: 13px;
  color: var(--fda-text-muted);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── Coluna Lateral ──────────────────────────── */
.fda-club-sidebar {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--fda-gap);
}

.fda-club-no-champs {
  color: var(--fda-text-muted);
  font-size: 14px;
}

/* ── Championship Block ──────────────────────── */
.fda-champ-block {
  background: var(--fda-bg);
  border: 1px solid var(--fda-border);
  border-radius: var(--fda-radius);
  overflow: hidden;
}

.fda-champ-block-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px var(--fda-gap);
  background: var(--fda-bg-alt);
  border-bottom: 1px solid var(--fda-border);
}

.fda-champ-block-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

.fda-champ-block-title {
  font-size: 14px;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fda-champ-block-title:hover {
  color: var(--fda-primary);
}

.fda-champ-block-season {
  font-size: 12px;
  color: var(--fda-text-muted);
  white-space: nowrap;
}

.fda-champ-block-stage-name {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--fda-text-muted);
  padding: 6px var(--fda-gap) 2px;
}

/* ── Mini Standings ──────────────────────────── */
.fda-club-mini-standings {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.fda-club-mini-standings th,
.fda-club-mini-standings td {
  padding: 5px 4px;
  text-align: center;
  border-bottom: 1px solid color-mix(in srgb, var(--fda-border) 60%, transparent);
  white-space: nowrap;
}
.fda-club-mini-standings th {
  font-size: 11px;
  font-weight: 600;
  color: var(--fda-text-muted);
  background: color-mix(in srgb, var(--fda-bg-alt) 80%, transparent);
}
.fda-club-mini-standings tbody tr:last-child td {
  border-bottom: none;
}
.fda-club-mini-standings .fda-mst-rank {
  width: 24px;
  text-align: center;
  font-weight: 600;
  position: relative;
  padding-left: 8px;
}
.fda-club-mini-standings .fda-mst-rank::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 3px;
  border-radius: 2px;
  background: var(--zone-color, transparent);
}
.fda-club-mini-standings .fda-mst-team {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 6px;
}
.fda-club-mini-standings .fda-mst-logo {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}
.fda-club-mini-standings .fda-mst-logo--placeholder {
  display: inline-block;
  background: var(--fda-bg-alt);
  border-radius: 50%;
}
.fda-club-mini-standings .fda-mst-acronym {
  font-weight: 600;
  font-size: 12px;
}
.fda-club-mini-standings .fda-mst-pts {
  font-weight: 700;
}
.fda-club-mini-standings tr.fda-mst-current {
  background: color-mix(in srgb, var(--fda-primary) 8%, transparent);
}
.fda-club-mini-standings tr.fda-mst-current td {
  border-color: color-mix(in srgb, var(--fda-primary) 20%, transparent);
}

/* ── Games in Block ──────────────────────────── */
.fda-champ-block-games .fda-game-row {
  border-top: 1px solid var(--fda-border);
  border-radius: 0;
}
.fda-champ-block-games .fda-game-row:first-child {
  border-top: 1px solid var(--fda-border);
}

/* ── Responsive ──────────────────────────────── */
@media (max-width: 640px) {
  .fda-club-header {
    flex-direction: column;
    text-align: center;
  }
  .fda-club-logo {
    width: 60px;
    height: 60px;
  }
  .fda-club-name {
    font-size: 20px;
  }
}

/*# sourceMappingURL=club.css.map */
