/* Maçlar — site fontu (--hb-fontf), site kolonunda */
.ml-wrap {
  --ml-ink: #0b1220;
  --ml-panel: #121a2b;
  --ml-panel2: #182338;
  --ml-line: rgba(255, 214, 140, 0.14);
  --ml-text: #f3efe6;
  --ml-muted: #a9b4c7;
  --ml-gold: #f0c14b;
  --ml-ember: #ff5a3d;
  --ml-mint: #5dffa8;
  width: 100%;
  max-width: 100%;
  margin: 8px 0 24px;
  padding: 16px 14px 22px;
  box-sizing: border-box;
  color: var(--ml-text);
  font-family: var(--hb-fontf, inherit);
  background:
    radial-gradient(90% 70% at 100% 0%, rgba(255, 90, 61, 0.18), transparent 55%),
    radial-gradient(70% 50% at 0% 100%, rgba(240, 193, 75, 0.1), transparent 50%),
    linear-gradient(165deg, var(--ml-ink) 0%, var(--ml-panel) 55%, #0e1626 100%);
  border: 1px solid var(--ml-line);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.ml-bc {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  font-size: 12px;
  color: var(--ml-muted);
  margin: 0 0 14px;
}
.ml-bc a {
  color: var(--ml-gold);
  text-decoration: none;
  font-weight: 700;
}
.ml-bc a:hover { color: #fff; }

.ml-h1 {
  margin: 0 0 10px;
  font-family: var(--hb-fontf, inherit);
  font-size: clamp(1.35rem, 4.2vw, 1.75rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #fff;
}
.ml-h2 {
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--ml-muted);
}

.ml-list-head { margin-bottom: 6px; }

.ml-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  align-items: center;
  font-size: 12px;
  color: var(--ml-muted);
  margin: 0 0 14px;
}
.ml-meta__liga {
  font-weight: 800;
  color: var(--ml-mint);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 11px;
}
.ml-meta__sep { opacity: 0.45; }

.ml-arena {
  margin: 0 0 18px;
  padding: 16px 14px 14px;
  border-radius: 14px;
  background:
    radial-gradient(90% 70% at 50% 0%, rgba(255, 216, 91, 0.1), transparent 55%),
    rgba(0, 0, 0, 0.32);
  border: 1px solid var(--ml-line);
}
.ml-arena.is-live {
  border-color: rgba(255, 90, 61, 0.5);
  box-shadow: inset 0 0 0 1px rgba(255, 90, 61, 0.18);
}
.ml-arena__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}
.ml-arena__liga {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ml-mint);
}
.ml-arena__state {
  font-size: 11px;
  font-weight: 800;
  padding: 4px 9px;
  border-radius: 999px;
  color: #1a1408;
  background: var(--ml-gold);
}
.ml-arena.is-live .ml-arena__state {
  color: #fff;
  background: var(--ml-ember);
}
.ml-arena__duel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}
.ml-arena__team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  min-width: 0;
  width: 100%;
}
.ml-arena__team img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.45));
}
.ml-arena__team strong {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 2px;
  font-size: clamp(11px, 2.8vw, 14px);
  font-weight: 750;
  line-height: 1.2;
  color: #fff;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}
.ml-arena__team strong.is-long {
  font-size: clamp(10px, 2.4vw, 12px);
}
.ml-arena__team strong.is-xlong {
  font-size: clamp(9px, 2.1vw, 11px);
  line-height: 1.15;
}
.ml-arena__mid {
  text-align: center;
  min-width: 68px;
  max-width: 96px;
}
.ml-arena__score {
  display: block;
  font-family: var(--hb-fontf, inherit);
  font-size: clamp(1.55rem, 6.5vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ml-gold);
  font-variant-numeric: tabular-nums;
}
.ml-arena__clock {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--ml-muted);
}

.ml-countdown {
  margin: 16px 0 10px;
  padding: 12px;
  text-align: center;
  border-radius: 12px;
  background: rgba(255, 216, 91, 0.07);
  border: 1px solid rgba(255, 216, 91, 0.18);
}
.ml-countdown > span {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--ml-muted);
  margin-bottom: 4px;
}
.ml-countdown strong {
  font-size: clamp(1.15rem, 4.5vw, 1.45rem);
  font-weight: 800;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.ml-arena__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  color: var(--ml-muted);
}
.ml-arena__foot a {
  color: var(--ml-gold);
  font-weight: 750;
  text-decoration: none;
}
.ml-arena__foot a:hover { color: #fff; }

.ml-sec-title {
  margin: 0 0 10px;
  font-family: var(--hb-fontf, inherit);
  font-size: 15px;
  font-weight: 750;
  color: #fff;
}

.ml-channels { margin-bottom: 20px; }
.ml-yayin {
  border: 1px solid var(--ml-line);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.22);
}
.ml-yayin__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.ml-yayin__row:first-child { border-top: 0; }
.ml-yayin__row.is-tr {
  background: rgba(255, 216, 91, 0.06);
}
.ml-yayin__kanal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.ml-yayin__kanal b,
.ml-yayin__kanal a {
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}
.ml-yayin__kanal a:hover { color: var(--ml-gold); }
.ml-yayin__badge {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--ml-muted);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 2px 8px;
}
.ml-yayin__row.is-tr .ml-yayin__badge {
  color: #1a1408;
  background: var(--ml-gold);
  border-color: transparent;
}
.ml-yayin__note {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--ml-muted);
}

.ml-livefeed {
  margin-bottom: 18px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid var(--ml-line);
}
.ml-livefeed__note {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--ml-muted);
}
.ml-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ml-timeline li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 13px;
}
.ml-timeline li:last-child { border-bottom: 0; }
.ml-timeline time {
  font-weight: 800;
  color: var(--ml-ember);
  font-variant-numeric: tabular-nums;
}

.ml-back { margin: 6px 0 0; font-size: 13px; }
.ml-back a {
  color: var(--ml-gold);
  font-weight: 700;
  text-decoration: none;
}
.ml-back a:hover { color: #fff; }

.ml-empty {
  margin: 10px 0;
  padding: 16px;
  text-align: center;
  color: var(--ml-muted);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 1px dashed var(--ml-line);
  font-size: 13px;
}

.ml-toolbar { margin-bottom: 14px; }
.ml-dates {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}
.ml-chip {
  flex: 0 0 auto;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--ml-line);
  background: rgba(0, 0, 0, 0.25);
  color: var(--ml-text);
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}
.ml-chip.is-on {
  background: linear-gradient(135deg, var(--ml-ember), #ff8a3d);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 22px rgba(255, 90, 61, 0.28);
}

.ml-block { margin-bottom: 18px; }
.ml-block__title {
  margin: 0 0 8px;
  padding-left: 10px;
  border-left: 3px solid var(--ml-gold);
  font-family: var(--hb-fontf, inherit);
  font-size: 14px;
  font-weight: 750;
  color: #fff;
}

.ml-table {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--ml-line);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.22);
}
.ml-row + .ml-row { border-top: 1px solid rgba(255, 255, 255, 0.06); }
.ml-row.is-live { background: rgba(255, 90, 61, 0.08); }
.ml-row__link {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 48px;
  gap: 8px 8px;
  align-items: center;
  padding: 12px 10px;
  text-decoration: none;
  color: inherit;
}
.ml-row__link:hover { background: rgba(255, 255, 255, 0.03); }
.ml-row__time {
  font-size: 12px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: var(--ml-gold);
  text-align: center;
}
.ml-row.is-live .ml-row__time { color: var(--ml-ember); }
.ml-row__teams {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  width: 100%;
}
.ml-row__side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  flex: 1 1 0;
  text-align: center;
}
.ml-row__side img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.35));
}
.ml-row__name {
  display: -webkit-box;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: clamp(10px, 2.6vw, 13px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}
.ml-row__name.is-long { font-size: clamp(9px, 2.3vw, 11px); }
.ml-row__name.is-xlong { font-size: clamp(8px, 2vw, 10px); line-height: 1.15; }
.ml-row__dash {
  flex: 0 0 auto;
  color: var(--ml-muted);
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  padding-top: 2px;
}
.ml-row__score {
  font-size: 14px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  text-align: center;
  color: var(--ml-gold);
}
.ml-row__izle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #1a1208;
  background: linear-gradient(135deg, var(--ml-gold), #ffd27a);
  box-shadow: 0 4px 12px rgba(240, 193, 75, 0.28);
}

@media (min-width: 768px) {
  .ml-wrap { padding: 22px 20px 28px; margin: 12px 0 28px; }
  .ml-h1 { font-size: 1.85rem; }
  .ml-h2 { font-size: 15px; max-width: 54em; }
  .ml-arena { padding: 20px 18px 16px; }
  .ml-arena__team strong { font-size: 14px; }
  .ml-arena__team strong.is-long { font-size: 12px; }
  .ml-arena__team strong.is-xlong { font-size: 11px; }
  .ml-arena__team img { width: 64px; height: 64px; }
  .ml-row__link {
    grid-template-columns: 64px minmax(0, 1fr) 64px;
    padding: 14px 16px;
  }
  .ml-row__side img { width: 32px; height: 32px; }
  .ml-row__name { font-size: 13px; }
  .ml-row__name.is-long { font-size: 12px; }
  .ml-row__name.is-xlong { font-size: 11px; }
}

@media (max-width: 480px) {
  .ml-wrap { padding: 14px 10px 18px; border-radius: 10px; }
}
