.fk-schedule {
  --fk-navy: #00172f;
  --fk-navy-2: #062b50;
  --fk-blue: #0b4b83;
  --fk-gold: #dfad43;
  --fk-white: #fff;
  --fk-muted: #8eb7db;
  background:
    radial-gradient(circle at 92% 4%, rgba(47, 107, 153, .28), transparent 30%),
    linear-gradient(135deg, var(--fk-navy) 0%, #052848 100%);
  color: var(--fk-white);
  font-family: Barlow, Arial, sans-serif;
  overflow: hidden;
  position: relative;
}

.fk-schedule::after {
  background-image: radial-gradient(rgba(223, 173, 67, .35) 1px, transparent 1px);
  background-size: 18px 18px;
  content: "";
  height: 240px;
  opacity: .22;
  pointer-events: none;
  position: absolute;
  right: -30px;
  top: -30px;
  width: 360px;
}

.fk-schedule [hidden] { display: none !important; }

.fk-schedule__inner {
  margin: 0 auto;
  max-width: 1480px;
  padding: clamp(42px, 5vw, 82px) clamp(20px, 4vw, 64px);
  position: relative;
  z-index: 1;
}

.fk-schedule__header {
  align-items: flex-end;
  border-bottom: 1px solid rgba(142, 183, 219, .25);
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.fk-schedule__eyebrow {
  color: var(--fk-gold);
  font-family: "Barlow Semi Condensed", Barlow, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .18em;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.fk-schedule__title {
  color: var(--fk-white);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(48px, 6.3vw, 92px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: .87;
  margin: 0;
  text-transform: uppercase;
}

.fk-schedule__season {
  color: var(--fk-white);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 800;
  line-height: .85;
  margin: 0;
  text-align: right;
}

.fk-schedule__season span {
  color: var(--fk-muted);
  display: block;
  font-family: "Barlow Semi Condensed", Barlow, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1;
  margin-bottom: 8px;
}

.fk-schedule__filters {
  display: flex;
  gap: 7px;
  margin: 0 0 18px;
}

.fk-schedule__filters button {
  appearance: none;
  background: transparent;
  border: 1px solid rgba(142, 183, 219, .32);
  color: var(--fk-white);
  cursor: pointer;
  font-family: "Barlow Semi Condensed", Barlow, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  min-height: 40px;
  padding: 0 18px;
}

.fk-schedule__filters button:hover,
.fk-schedule__filters button:focus-visible,
.fk-schedule__filters button.is-active {
  background: var(--fk-gold);
  border-color: var(--fk-gold);
  color: var(--fk-navy);
  outline: none;
}

.fk-schedule__list { display: grid; gap: 9px; }

.fk-fixture {
  align-items: stretch;
  background: rgba(0, 20, 43, .78);
  border: 1px solid rgba(142, 183, 219, .18);
  display: grid;
  grid-template-columns: 116px minmax(175px, .75fr) minmax(400px, 1.7fr) 148px;
  min-height: 126px;
  position: relative;
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.fk-fixture:hover {
  background: rgba(4, 39, 73, .94);
  border-color: rgba(223, 173, 67, .6);
  transform: translateX(3px);
}

.fk-fixture--next {
  border-color: var(--fk-gold);
  box-shadow: inset 4px 0 0 var(--fk-gold);
}

.fk-fixture__date {
  align-content: center;
  border-right: 1px solid rgba(142, 183, 219, .18);
  display: grid;
  justify-items: center;
  padding: 15px 10px;
  position: relative;
}

.fk-fixture__next-label {
  background: var(--fk-gold);
  color: var(--fk-navy);
  font-family: "Barlow Semi Condensed", Barlow, Arial, sans-serif;
  font-size: 8px;
  font-weight: 800;
  left: 0;
  letter-spacing: .08em;
  padding: 5px 8px;
  position: absolute;
  top: 0;
}

.fk-fixture__weekday,
.fk-fixture__date > span:not(.fk-fixture__next-label) {
  color: var(--fk-muted);
  font-family: "Barlow Semi Condensed", Barlow, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

.fk-fixture__date strong {
  color: var(--fk-white);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: .86;
}

.fk-fixture__date time {
  color: var(--fk-gold);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 21px;
  font-weight: 800;
  margin-top: 5px;
}

.fk-fixture__competition {
  align-content: center;
  display: grid;
  gap: 5px;
  padding: 18px 22px;
}

.fk-fixture__competition strong {
  color: var(--fk-gold);
  font-family: "Barlow Semi Condensed", Barlow, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.fk-fixture__competition > span {
  color: var(--fk-muted);
  font-family: "Barlow Semi Condensed", Barlow, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.fk-fixture__place {
  align-items: center;
  display: flex;
  gap: 7px;
  margin-top: 5px;
  text-transform: uppercase;
}

.fk-fixture__place i {
  border: 2px solid var(--fk-gold);
  border-radius: 50% 50% 50% 0;
  display: inline-block;
  height: 9px;
  transform: rotate(-45deg);
  width: 9px;
}

.fk-fixture__teams {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr);
  padding: 18px 16px;
}

.fk-team {
  align-items: center;
  display: grid;
  gap: 13px;
  grid-template-columns: 60px minmax(0, 1fr);
}

.fk-team--home { text-align: right; grid-template-columns: minmax(0, 1fr) 60px; }
.fk-team--home .fk-team__logo { grid-column: 2; grid-row: 1; }
.fk-team--home strong { grid-column: 1; grid-row: 1; }

.fk-team__logo {
  align-items: center;
  background: var(--fk-white);
  border: 1px solid rgba(255, 255, 255, .55);
  display: flex;
  height: 60px;
  justify-content: center;
  padding: 7px;
  width: 60px;
}

.fk-team__logo img { height: 100%; object-fit: contain; width: 100%; }
.fk-team__logo span { color: var(--fk-navy); font-family: "Barlow Condensed", Impact, sans-serif; font-size: 21px; font-weight: 900; }

.fk-team strong {
  color: var(--fk-white);
  font-family: "Barlow Semi Condensed", Barlow, Arial, sans-serif;
  font-size: clamp(14px, 1.35vw, 19px);
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.fk-fixture__versus {
  color: var(--fk-gold);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 31px;
  font-weight: 900;
  text-align: center;
}

.fk-fixture__actions {
  align-content: center;
  border-left: 1px solid rgba(142, 183, 219, .18);
  display: grid;
  gap: 7px;
  padding: 17px;
}

.fk-fixture__actions a {
  align-items: center;
  display: flex;
  font-family: "Barlow Semi Condensed", Barlow, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: .05em;
  min-height: 42px;
  padding: 8px;
  text-decoration: none;
}

.fk-fixture__detail { border: 1px solid rgba(142, 183, 219, .4); color: var(--fk-white); }
.fk-fixture__detail:hover, .fk-fixture__detail:focus-visible { border-color: var(--fk-gold); color: var(--fk-gold); }
.fk-fixture__tickets { background: var(--fk-gold); color: var(--fk-navy); }
.fk-fixture__tickets:hover, .fk-fixture__tickets:focus-visible { background: var(--fk-white); color: var(--fk-navy); }

.fk-schedule__empty,
.fk-schedule__empty-filter {
  background: rgba(0, 20, 43, .78);
  border: 1px solid rgba(142, 183, 219, .25);
  margin: 0;
  padding: 30px;
  text-align: center;
}

.fk-schedule__empty strong { color: var(--fk-white); font-family: "Barlow Condensed", Impact, sans-serif; font-size: 28px; }
.fk-schedule__empty p, .fk-schedule__empty-filter { color: var(--fk-muted); }
.fk-schedule__empty a { color: var(--fk-gold); font-weight: 700; }
.fk-schedule__status { color: var(--fk-muted); font-size: 11px; margin: 12px 0 0; text-align: right; }

@media (max-width: 1050px) {
  .fk-fixture { grid-template-columns: 105px 170px minmax(340px, 1fr); }
  .fk-fixture__actions { border-left: 0; border-top: 1px solid rgba(142, 183, 219, .18); display: flex; grid-column: 1 / -1; justify-content: flex-end; padding: 9px 14px; }
  .fk-fixture__actions a { min-width: 125px; }
}

@media (max-width: 760px) {
  .fk-schedule__inner { padding: 38px 14px; }
  .fk-schedule__header { align-items: flex-start; }
  .fk-schedule__title { font-size: clamp(44px, 14vw, 68px); }
  .fk-schedule__filters { overflow-x: auto; }
  .fk-schedule__filters button { flex: 1 0 auto; }
  .fk-fixture { grid-template-columns: 86px minmax(0, 1fr); }
  .fk-fixture:hover { transform: none; }
  .fk-fixture__date { grid-row: 1 / 3; }
  .fk-fixture__competition { min-height: 86px; padding: 16px 18px; }
  .fk-fixture__teams { border-top: 1px solid rgba(142, 183, 219, .18); grid-column: 2; padding: 16px 12px; }
  .fk-team { gap: 7px; grid-template-columns: 42px minmax(0, 1fr); justify-items: center; text-align: center; }
  .fk-team--home { grid-template-columns: minmax(0, 1fr); }
  .fk-team--home .fk-team__logo, .fk-team--home strong { grid-column: 1; grid-row: auto; }
  .fk-team--away { grid-template-columns: minmax(0, 1fr); }
  .fk-team__logo { height: 48px; width: 48px; }
  .fk-team strong { font-size: 12px; }
  .fk-fixture__versus { font-size: 24px; }
  .fk-fixture__actions { grid-column: 1 / -1; }
  .fk-fixture__actions a { flex: 1; min-width: 0; }
}

@media (max-width: 430px) {
  .fk-schedule__season { font-size: 24px; }
  .fk-fixture { grid-template-columns: 76px minmax(0, 1fr); }
  .fk-fixture__competition { padding-inline: 12px; }
  .fk-fixture__teams { gap: 7px; grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr); padding-inline: 7px; }
  .fk-fixture__date strong { font-size: 34px; }
  .fk-fixture__date time { font-size: 18px; }
}
