/* Günün Maçları archive - intentionally scoped to the archive page. */
.match-archive-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 56px;
  border-bottom: 1px solid rgba(41,166,250,.16);
  background:
    radial-gradient(circle at 78% 16%, rgba(0,146,255,.16), transparent 28%),
    radial-gradient(circle at 12% 90%, rgba(0,116,200,.12), transparent 30%),
    linear-gradient(180deg, rgba(5,19,29,.86), rgba(3,7,9,.96));
}
.match-archive-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(39,165,249,.12) 0 1px, transparent 1.3px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000000, transparent 86%);
}
.match-archive-hero .container { position: relative; z-index: 1; }
.match-archive-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
}
.match-archive-kicker::before {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg,var(--orange),var(--gold));
}
.match-archive-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(2.7rem, 7vw, 5.6rem);
  line-height: .92;
  letter-spacing: -.055em;
}
.match-archive-hero p {
  max-width: 760px;
  margin: 22px 0 0;
  color: #6eaed8;
  font-size: clamp(1rem, 2vw, 1.22rem);
}
.match-archive-list { padding: 72px 0 104px; }
.match-day-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 22px;
}
.match-day-card {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 300px;
  padding: 30px;
  border: 1px solid rgba(19,157,249,.22);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 10%, rgba(6,146,239,.17), transparent 33%),
    linear-gradient(145deg, rgba(7,31,47,.92), rgba(3,10,15,.96));
  box-shadow: 0 22px 55px rgba(0,0,0,.24), inset 0 1px rgba(76,181,250,.04);
  transition: transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}
.match-day-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -52px;
  width: 190px;
  aspect-ratio: 1;
  border: 1px solid rgba(15,155,249,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(6,146,239,.025),0 0 0 58px rgba(6,146,239,.018);
}
@media (hover:hover) {
  .match-day-card:hover { transform: translateY(-4px); border-color: rgba(24,159,249,.46); box-shadow: 0 28px 66px rgba(0,0,0,.31),0 0 30px rgba(6,146,239,.06); }
}
.match-day-card__date {
  align-self: start;
  justify-self: start;
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid rgba(18,157,249,.25);
  border-radius: 999px;
  color: #46b2fa;
  background: rgba(6,146,239,.06);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.match-day-card h2 { margin: 24px 0 10px; font-size: clamp(1.7rem,3vw,2.55rem); line-height: 1.02; letter-spacing: -.04em; }
.match-day-card p { margin: 0; max-width: 50ch; color: #6eaed8; }
.match-day-card__bottom { align-self: end; display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: 32px; }
.match-day-card__count { display: grid; gap: 3px; }
.match-day-card__count strong { color: #eff4f7; font-size: 1.1rem; }
.match-day-card__count span { color: #3f94cc; font-size: .78rem; }
.match-day-card__link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 15px;
  border-radius: 12px;
  background: linear-gradient(135deg,var(--orange),var(--orange-2));
  color: #03121c;
  font-weight: 950;
  font-size: .86rem;
}
.match-day-card__link svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.match-archive-empty {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(6,21,31,.55);
  color: var(--muted);
}
@media (max-width: 800px) {
  .match-archive-hero { padding: 62px 0 42px; }
  .match-day-grid { grid-template-columns: 1fr; }
  .match-day-card { min-height: 260px; padding: 24px; }
}


/* v1.1.9 AMGBahis archive override */
.match-archive-hero { border-bottom-color:rgba(0,146,255,.18); background:radial-gradient(circle at 78% 16%,rgba(0,146,255,.17),transparent 28%),radial-gradient(circle at 12% 90%,rgba(0,81,154,.12),transparent 30%),linear-gradient(180deg,rgba(3,24,40,.9),rgba(1,7,12,.97)); }
.match-archive-hero::after { background-image:radial-gradient(circle,rgba(0,146,255,.14) 0 1px,transparent 1.3px); }
.match-day-card { border-color:rgba(0,146,255,.24); background:radial-gradient(circle at 88% 10%,rgba(0,146,255,.17),transparent 33%),linear-gradient(145deg,rgba(4,37,61,.94),rgba(1,10,18,.97)); }
.match-day-card::after { border-color:rgba(0,146,255,.14); box-shadow:0 0 0 28px rgba(0,146,255,.025),0 0 0 58px rgba(0,146,255,.018); }
.match-day-card__date { border-color:rgba(0,146,255,.28); color:#78ccff; background:rgba(0,146,255,.07); }
.match-day-card__link { background:linear-gradient(135deg,#0092ff,#32b1ff); color:#001522; }
.match-archive-empty { background:rgba(3,24,40,.62); }
