/* Habersunum Maç Merkezi + anasayfa strip */
:root {
  --hs-mac-red: #c62828;
  --hs-mac-dark: #1a1d23;
  --hs-mac-card: #22262e;
  --hs-mac-muted: #9aa3b2;
  --hs-mac-line: rgba(255,255,255,.08);
  --hs-mac-green: #2e7d32;
}

/* —— Anasayfa strip —— */
.hs-mac-strip {
  max-width: var(--hs-site-w, 970px);
  margin: 0 auto 10px;
  padding: 8px 4px 4px;
}
.hs-mac-strip__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
  padding: 0 4px;
}
.hs-mac-strip__title {
  font-size: 14px;
  font-weight: 700;
  color: #222;
}
.hs-mac-strip__title i { color: var(--hs-mac-red); margin-right: 4px; }
.hs-mac-strip__all {
  font-size: 12px;
  font-weight: 600;
  color: var(--hs-mac-red);
  text-decoration: none;
  white-space: nowrap;
}
.hs-mac-strip__track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.hs-mac-card {
  flex: 0 0 auto;
  width: 210px;
  background: var(--hs-mac-dark);
  color: #fff;
  border: 1px solid var(--hs-mac-line);
  border-radius: 6px;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
}
.hs-mac-card:hover { border-color: rgba(198,40,40,.55); color: #fff; text-decoration: none; }
.hs-mac-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  font-size: 11px;
  color: var(--hs-mac-muted);
  margin-bottom: 6px;
}
.hs-mac-card__liga {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 130px;
}
.hs-mac-card__status.is-live,
.hs-mac-row__time.is-live,
.hs-mac-detail__status.is-live {
  color: #ff5252;
  font-weight: 700;
}
.hs-mac-card__row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
}
.hs-mac-card__team {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}
.hs-mac-card__team--away { justify-content: flex-end; }
.hs-mac-card__team img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex: 0 0 auto;
}
.hs-mac-card__team span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hs-mac-card__score {
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  text-align: center;
  min-width: 42px;
}
.hs-mac-card__ch {
  display: inline-block;
  margin-top: 6px;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 3px;
  background: rgba(198,40,40,.2);
  color: #ffcdd2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* —— Hub —— */
.hs-mac-hub {
  max-width: var(--hs-site-w, 970px);
  padding-top: 12px;
  padding-bottom: 32px;
}
.hs-mac-hub__bc {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}
.hs-mac-hub__bc a { color: #666; }
.hs-mac-hub__bc span { margin: 0 4px; color: #aaa; }
.hs-mac-hub__head h1 {
  font-size: 1.55rem;
  font-weight: 800;
  margin: 0 0 4px;
  color: #1a1a1a;
}
.hs-mac-hub__head p {
  margin: 0 0 14px;
  color: #666;
  font-size: 14px;
}
.hs-mac-toolbar { margin-bottom: 14px; }
.hs-mac-dates,
.hs-mac-ligs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}
.hs-mac-chip {
  flex: 0 0 auto;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.hs-mac-chip.is-active {
  background: var(--hs-mac-red);
  border-color: var(--hs-mac-red);
  color: #fff;
}
.hs-mac-chip:hover { text-decoration: none; color: inherit; }
.hs-mac-chip.is-active:hover { color: #fff; }

.hs-mac-group { margin-bottom: 18px; }
.hs-mac-group__title {
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 8px;
  padding: 8px 10px;
  background: var(--hs-mac-dark);
  color: #fff;
  border-left: 3px solid var(--hs-mac-red);
}
.hs-mac-list { list-style: none; margin: 0; padding: 0; }
.hs-mac-list li { border-bottom: 1px solid #eee; }
.hs-mac-row {
  display: grid;
  grid-template-columns: 52px 1fr 56px;
  gap: 8px;
  align-items: center;
  padding: 10px 6px;
  text-decoration: none;
  color: #222;
}
.hs-mac-row:hover { background: #fafafa; color: #222; text-decoration: none; }
.hs-mac-row__time {
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #555;
}
.hs-mac-row__teams { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.hs-mac-row__team {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hs-mac-row__team img { width: 20px; height: 20px; object-fit: contain; }
.hs-mac-row__score {
  text-align: right;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  font-size: 13px;
}
.hs-mac-row__ch {
  grid-column: 2 / -1;
  justify-self: start;
  font-size: 10px;
  font-weight: 700;
  color: var(--hs-mac-red);
  background: rgba(198,40,40,.08);
  padding: 2px 6px;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .hs-mac-row {
    grid-template-columns: 56px 1fr 64px auto;
  }
  .hs-mac-row__ch { grid-column: auto; justify-self: end; }
}

.hs-mac-empty { color: #777; padding: 24px 8px; }

/* Detail */
.hs-mac-detail {
  background: var(--hs-mac-dark);
  color: #fff;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.hs-mac-detail__liga {
  text-align: center;
  color: var(--hs-mac-muted);
  font-size: 12px;
  margin-bottom: 12px;
}
.hs-mac-detail__scoreboard {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
}
.hs-mac-detail__side {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.hs-mac-detail__side img { width: 56px; height: 56px; object-fit: contain; }
.hs-mac-detail__side strong { font-size: 14px; line-height: 1.25; }
.hs-mac-detail__mid { text-align: center; min-width: 90px; }
.hs-mac-detail__score {
  font-size: 2rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}
.hs-mac-detail__status { font-size: 13px; margin-bottom: 4px; }
.hs-mac-detail__clock { font-size: 11px; color: var(--hs-mac-muted); margin-top: 4px; }
.hs-mac-detail__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 16px 0 8px;
}
.hs-mac-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.hs-mac-btn:hover { color: #fff; text-decoration: none; border-color: #fff; }
.hs-mac-btn--primary {
  background: var(--hs-mac-red);
  border-color: var(--hs-mac-red);
}

.hs-mac-stats,
.hs-mac-incidents {
  background: #fff;
  color: #222;
  border-radius: 6px;
  padding: 12px;
  margin-top: 12px;
}
.hs-mac-stats h2,
.hs-mac-incidents h2 {
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--hs-mac-red);
}
.hs-mac-stats__row {
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f0;
}
.hs-mac-stats__name { text-align: center; color: #666; font-size: 12px; }
.hs-mac-incidents__list { list-style: none; margin: 0; padding: 0; }
.hs-mac-inc {
  display: flex;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid #f3f3f3;
  font-size: 13px;
}
.hs-mac-inc__min {
  flex: 0 0 36px;
  font-weight: 800;
  color: var(--hs-mac-red);
  font-variant-numeric: tabular-nums;
}
.hs-mac-inc--goal .hs-mac-inc__txt { font-weight: 700; }
.hs-mac-inc--period {
  background: #f7f7f7;
  margin: 4px -8px;
  padding: 6px 8px;
  border: 0;
  font-weight: 700;
  color: #555;
}
