/* WM-Gruppen-Paarungen: grafisches Spieltag-Schema */

body.fs-wm-clean .fs-group-schema-visual {
  margin: 18px 0 8px;
  padding: clamp(18px, 3vw, 26px);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(32,227,162,.12), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.045));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 70px rgba(0,0,0,.25);
}

body.fs-wm-clean .fs-group-schema-visual__intro {
  margin: 0 0 18px;
  max-width: 820px;
  color: rgba(246,248,239,.76) !important;
  line-height: 1.65;
}

body.fs-wm-clean .fs-group-schema-visual__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.fs-wm-clean .fs-group-day-card {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.13);
}

body.fs-wm-clean .fs-group-day-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,184,28,.10), transparent 42%);
}

body.fs-wm-clean .fs-group-day-card__title {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #ffb81c !important;
  font-weight: 900;
  letter-spacing: .03em;
}

body.fs-wm-clean .fs-group-day-card__title span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(255,184,28,.16);
  border: 1px solid rgba(255,184,28,.30);
  color: #ffb81c;
  font-size: .86rem;
}

body.fs-wm-clean .fs-group-match-pill {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 12px 13px;
  border-radius: 16px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.12);
}

body.fs-wm-clean .fs-group-match-pill strong {
  color: #ffffff !important;
  font-weight: 900;
  line-height: 1.2;
}

body.fs-wm-clean .fs-group-match-pill strong:last-child {
  text-align: right;
}

body.fs-wm-clean .fs-group-match-pill span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 28px;
  border-radius: 999px;
  background: rgba(32,227,162,.12);
  border: 1px solid rgba(32,227,162,.26);
  color: #20e3a2 !important;
  font-weight: 900;
  font-size: .78rem;
  text-transform: uppercase;
}

body.fs-wm-clean .fs-group-schema-visual__note {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,184,28,.10);
  border: 1px solid rgba(255,184,28,.25);
  color: rgba(246,248,239,.82) !important;
  line-height: 1.55;
}

body.fs-wm-clean .fs-group-schema-visual__note strong {
  color: #ffffff !important;
}

@media (max-width: 900px) {
  body.fs-wm-clean .fs-group-schema-visual__grid {
    grid-template-columns: 1fr;
  }
}
