:root {
  --brand-orange: #f05a27;
  --brand-orange-dark: #e04d1f;
  --brand-gold: #dcb158;
  --brand-dark: #1a1a2e;
  --body-soft: #6b7280;
  --brand-sand: #f5f5f4;
  --brand-cream: #fef8f0;
  --brand-gray-100: #f3f4f6;
  --brand-gray-200: #e5e7eb;
  --brand-gray-300: #d1d5db;
  --brand-gray-400: #9ca3af;
  --brand-gray-500: #6b7280;
  --brand-gray-600: #4b5563;
  --brand-white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body.matches-page {
  --bs-body-font-family: "Inter", sans-serif;
  background: var(--brand-sand);
  color: var(--brand-dark);
}

.matches-page *,
.matches-page *::before,
.matches-page *::after {
  box-sizing: border-box;
}

.matches-page img {
  display: block;
  max-width: 100%;
}

.team-fixture-badge {
  overflow: hidden;
  flex-shrink: 0;
}

.team-fixture-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.matches-page a {
  color: inherit;
  text-decoration: none;
}

.matches-page .container-xxl {
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.matches-page .font-heading {
  font-family: "Anton", sans-serif;
}

.matches-page .font-bold {
  font-weight: 700;
}

.matches-page .font-semibold {
  font-weight: 600;
}

.matches-page .font-medium {
  font-weight: 500;
}

.matches-page .text-xs {
  font-size: 0.75rem;
}

.matches-page .text-sm {
  font-size: 0.875rem;
}

.matches-page .text-lg {
  font-size: 1.125rem;
}

.matches-page .text-xl {
  font-size: 1.25rem;
}

.matches-page .text-2xl {
  font-size: 1.5rem;
}

.matches-page .text-3xl {
  font-size: 1.875rem;
}

.matches-page .text-4xl {
  font-size: 2.25rem;
}

.matches-page .text-5xl {
  font-size: 3rem;
}

.matches-page .text-6xl {
  font-size: 3.75rem;
}

.matches-page .uppercase {
  text-transform: uppercase;
}

.matches-page .tracking-widest {
  letter-spacing: 0.18em;
}

.matches-page .leading-none {
  line-height: 1;
}

.matches-page .text-center {
  text-align: center;
}

.matches-page .text-right {
  text-align: right;
}

.matches-page .text-white {
  color: #fff !important;
}

.matches-page .text-brand-orange {
  color: var(--brand-orange) !important;
}

.matches-page .text-brand-dark {
  color: var(--brand-dark) !important;
}

.matches-page .text-soft {
  color: var(--body-soft) !important;
}

.matches-page .text-gray-400 {
  color: var(--brand-gray-400) !important;
}

.matches-page .text-gray-500 {
  color: var(--brand-gray-500) !important;
}

.matches-page .text-gray-600 {
  color: var(--brand-gray-600) !important;
}

.matches-page .text-green-600 {
  color: #16a34a !important;
}

.matches-page .text-red-500 {
  color: #ef4444 !important;
}

.matches-page .bg-white {
  background: #fff !important;
}

.matches-page .bg-gray-50 {
  background: #f9fafb !important;
}

.matches-page .bg-gray-100 {
  background: var(--brand-gray-100) !important;
}

.matches-page .bg-gray-300 {
  background: var(--brand-gray-300) !important;
}

.matches-page .bg-\[\#1a1a2e\] {
  background: var(--brand-dark) !important;
}

.matches-page .bg-\[\#f5f5f4\] {
  background: var(--brand-sand) !important;
}

.matches-page .bg-\[\#fef8f0\] {
  background: var(--brand-cream) !important;
}

.matches-page .bg-\[\#f05a27\] {
  background: var(--brand-orange) !important;
}

.matches-page .bg-\[\#dcb158\] {
  background: var(--brand-gold) !important;
}

.matches-page .bg-\[\#f05a27\]\/5 {
  background: rgba(240, 90, 39, 0.05) !important;
}

.matches-page .bg-\[\#dcb158\]\/10 {
  background: rgba(220, 177, 88, 0.1) !important;
}

.matches-page .bg-white\/95 {
  background: rgba(255, 255, 255, 0.95) !important;
}

.matches-page .bg-white\/5 {
  background: rgba(255, 255, 255, 0.05) !important;
}

.matches-page .text-\[\#1a1a2e\] {
  color: var(--brand-dark) !important;
}

.matches-page .text-\[\#f05a27\] {
  color: var(--brand-orange) !important;
}

.matches-page .text-\[\#dcb158\] {
  color: var(--brand-gold) !important;
}

.matches-page .border {
  border: 1px solid var(--brand-gray-200);
}

.matches-page .border-b {
  border-bottom: 1px solid var(--brand-gray-200);
}

.matches-page .border-t {
  border-top: 1px solid var(--brand-gray-200);
}

.matches-page .border-gray-100 {
  border-color: #f3f4f6 !important;
}

.matches-page .border-gray-200 {
  border-color: var(--brand-gray-200) !important;
}

.matches-page .border-gray-300 {
  border-color: var(--brand-gray-300) !important;
}

.matches-page .border-\[\#dcb158\] {
  border-color: var(--brand-gold) !important;
}

.matches-page .border-\[\#f05a27\] {
  border-color: var(--brand-orange) !important;
}

.matches-page .rounded {
  border-radius: 0.375rem;
}

.matches-page .rounded-bl-lg {
  border-bottom-left-radius: 0.75rem;
}

.matches-page .rounded-lg {
  border-radius: 0.75rem;
}

.matches-page .rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.matches-page .rounded-xl {
  border-radius: 1rem;
}

.matches-page .rounded-2xl {
  border-radius: 1.25rem;
}

.matches-page .rounded-full {
  border-radius: 9999px;
}

.matches-page .shadow-sm {
  box-shadow: 0 0.125rem 0.5rem rgba(17, 24, 39, 0.08);
}

.matches-page .shadow-inner {
  box-shadow: inset 0 2px 8px rgba(17, 24, 39, 0.18);
}

.matches-page .shadow-md {
  box-shadow: 0 0.5rem 1.25rem rgba(17, 24, 39, 0.15);
}

.matches-page .relative {
  position: relative;
}

.matches-page .absolute {
  position: absolute;
}

.matches-page .overflow-hidden {
  overflow: hidden;
}

.matches-page .overflow-x-auto {
  overflow-x: auto;
}

.matches-page .block {
  display: block;
}

.matches-page .hidden {
  display: none;
}

.matches-page .flex {
  display: flex;
}

.matches-page .grid {
  display: grid;
}

.matches-page .flex-col {
  flex-direction: column;
}

.matches-page .flex-wrap {
  flex-wrap: wrap;
}

.matches-page .items-center {
  align-items: center;
}

.matches-page .items-start {
  align-items: flex-start;
}

.matches-page .justify-between {
  justify-content: space-between;
}

.matches-page .justify-center {
  justify-content: center;
}

.matches-page .justify-end {
  justify-content: flex-end;
}

.matches-page .gap-1 {
  gap: 0.25rem;
}

.matches-page .gap-2 {
  gap: 0.5rem;
}

.matches-page .gap-3 {
  gap: 0.75rem;
}

.matches-page .gap-4 {
  gap: 1rem;
}

.matches-page .gap-6 {
  gap: 1.5rem;
}

.matches-page .gap-8 {
  gap: 2rem;
}

.matches-page .gap-12 {
  gap: 3rem;
}

.matches-page .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.matches-page .mb-2 {
  margin-bottom: 0.5rem;
}

.matches-page .mb-3 {
  margin-bottom: 0.75rem;
}

.matches-page .mb-4 {
  margin-bottom: 1rem;
}

.matches-page .mb-5 {
  margin-bottom: 1.25rem;
}

.matches-page .mb-6 {
  margin-bottom: 1.5rem;
}

.matches-page .mb-8 {
  margin-bottom: 2rem;
}

.matches-page .mb-12 {
  margin-bottom: 3rem;
}

.matches-page .mb-16 {
  margin-bottom: 4rem;
}

.matches-page .mt-1 {
  margin-top: 0.25rem;
}

.matches-page .mt-3 {
  margin-top: 0.75rem;
}

.matches-page .mt-6 {
  margin-top: 1.5rem;
}

.matches-page .mt-8 {
  margin-top: 2rem;
}

.matches-page .p-2 {
  padding: 0.5rem;
}

.matches-page .p-4 {
  padding: 1rem;
}

.matches-page .p-5 {
  padding: 1.25rem;
}

.matches-page .p-6 {
  padding: 1.5rem;
}

.matches-page .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.matches-page .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.matches-page .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.matches-page .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.matches-page .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.matches-page .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.matches-page .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.matches-page .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.matches-page .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.matches-page .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.matches-page .pb-2 {
  padding-bottom: 0.5rem;
}

.matches-page .pb-3 {
  padding-bottom: 0.75rem;
}

.matches-page .pb-4 {
  padding-bottom: 1rem;
}

.matches-page .pt-4 {
  padding-top: 1rem;
}

.matches-page .pt-8 {
  padding-top: 2rem;
}

.matches-page .w-full {
  width: 100%;
}

.matches-page .w-1 {
  width: 0.25rem;
}

.matches-page .w-2 {
  width: 0.5rem;
}

.matches-page .h-full {
  height: 100%;
}

.matches-page .h-0\.5 {
  height: 0.125rem;
}

.matches-page .h-1 {
  height: 0.25rem;
}

.matches-page .h-2 {
  height: 0.5rem;
}

.matches-page .w-3,
.matches-page .h-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.matches-page .w-4,
.matches-page .h-4 {
  width: 1rem;
  height: 1rem;
}

.matches-page .w-5,
.matches-page .h-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.matches-page .w-6,
.matches-page .h-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.matches-page .w-8,
.matches-page .h-8 {
  width: 2rem;
  height: 2rem;
}

.matches-page .w-10,
.matches-page .h-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.matches-page .w-16,
.matches-page .h-16 {
  width: 4rem;
  height: 4rem;
}

.matches-page .w-20,
.matches-page .h-20 {
  width: 5rem;
  height: 5rem;
}

.matches-page .w-24,
.matches-page .h-24 {
  width: 6rem;
  height: 6rem;
}

.matches-page .w-\[140px\] {
  width: 140px;
}

.matches-page .w-\[200\%\] {
  width: 200%;
}

.matches-page .max-w-4xl {
  max-width: 56rem;
}

.matches-page .max-w-\[100px\] {
  max-width: 100px;
}

.matches-page .max-w-\[1440px\] {
  max-width: 1440px;
}

.matches-page .max-h-\[600px\] {
  max-height: 600px;
}

.matches-page .object-cover {
  object-fit: cover;
}

.matches-page .shrink-0 {
  flex-shrink: 0;
}

.matches-page .whitespace-nowrap {
  white-space: nowrap;
}

.matches-page .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.matches-page .text-\[8px\] {
  font-size: 8px;
}

.matches-page .text-\[9px\] {
  font-size: 9px;
}

.matches-page .text-\[10px\] {
  font-size: 10px;
}

.matches-page .tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.matches-page .opacity-60 {
  opacity: 0.6;
}

.matches-page .opacity-70 {
  opacity: 0.7;
}

.matches-page .cursor-pointer {
  cursor: pointer;
}

.matches-page .bg-blue-900 {
  background: #1e3a8a !important;
}

.matches-page .bg-red-900 {
  background: #7f1d1d !important;
}

.matches-page .bg-green-900 {
  background: #14532d !important;
}

.matches-page .bg-orange-900 {
  background: #7c2d12 !important;
}

.matches-page .bg-amber-950 {
  background: #451a03 !important;
}

.matches-page .bg-cyan-950 {
  background: #083344 !important;
}

.matches-page .bg-emerald-900 {
  background: #064e3b !important;
}

.matches-page .bg-gray-900 {
  background: #111827 !important;
}

.matches-page .bg-indigo-900 {
  background: #312e81 !important;
}

.matches-page .bg-lime-950 {
  background: #1a2e05 !important;
}

.matches-page .bg-purple-900 {
  background: #581c87 !important;
}

.matches-page .bg-red-950 {
  background: #450a0a !important;
}

.matches-page .bg-rose-950 {
  background: #4c0519 !important;
}

.matches-page .bg-slate-900 {
  background: #0f172a !important;
}

.matches-page .bg-teal-950 {
  background: #042f2e !important;
}

.matches-page .bg-violet-950 {
  background: #2e1065 !important;
}

.matches-page .bg-yellow-900 {
  background: #713f12 !important;
}

.matches-page .border-2 {
  border-width: 2px;
  border-style: solid;
}

.matches-page .border-4 {
  border-width: 4px;
  border-style: solid;
}

.matches-page .border-l-4 {
  border-left-width: 4px;
  border-left-style: solid;
}

.matches-page .border-b-4 {
  border-bottom-width: 4px;
  border-bottom-style: solid;
}

.matches-page .border-transparent {
  border-color: transparent !important;
}

.matches-page .border-white\/10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.matches-page .top-0 {
  top: 0;
}

.matches-page .right-0 {
  right: 0;
}

.matches-page .left-0 {
  left: 0;
}

.matches-page .bottom-0 {
  bottom: 0;
}

.matches-page .top-1\/2 {
  top: 50%;
}

.matches-page .left-1\/2 {
  left: 50%;
}

.matches-page .-top-3 {
  top: -0.75rem;
}

.matches-page .-right-3 {
  right: -0.75rem;
}

.matches-page .-translate-x-1\/2 {
  transform: translateX(-50%);
}

.matches-page .-translate-y-1\/2 {
  transform: translateY(-50%);
}

.matches-page .fill-white {
  fill: currentColor;
}

.matches-page .animate-pulse {
  animation: match-pulse 1.8s ease-in-out infinite;
}

.matches-page i[data-lucide],
.matches-page svg.lucide {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.section-shell {
  padding: 4rem 0;
}

.matches-navbar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(220, 177, 88, 0.28);
  box-shadow: 0 0.25rem 1rem rgba(17, 24, 39, 0.04);
}

.matches-nav-inner {
  min-height: 5rem;
}

.matches-navbar .navbar-brand {
  margin-right: 0;
}

.matches-navbar .navbar-brand > div:first-child {
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  border-radius: 9999px;
  box-shadow: 0 0 15px rgba(240, 90, 39, 0.3);
}

.matches-navbar .navbar-brand span:first-child {
  font-size: 1.125rem;
  line-height: 1;
  color: var(--brand-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.matches-navbar .navbar-brand span:last-child {
  font-size: 0.6rem;
  color: var(--brand-orange);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.matches-navbar-links {
  gap: 2rem;
}

.matches-navbar-links a {
  position: relative;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--brand-gray-500);
  transition: color 0.2s ease;
}

.matches-navbar-links a:hover,
.matches-navbar-links a.active {
  color: var(--brand-orange);
}

.matches-navbar-links a:nth-child(5) {
  color: var(--brand-orange);
}

.matches-navbar-links a:nth-child(5)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.75rem;
  height: 2px;
  background: var(--brand-orange);
}

.matches-menu-button {
  color: var(--brand-dark);
}

.matches-menu-button i[data-lucide] {
  width: 1.5rem;
  height: 1.5rem;
}

.matches-hero {
  position: relative;
  overflow: hidden;
  padding: 8rem 0 3rem;
  border-bottom: 1px solid rgba(220, 177, 88, 0.2);
  background-color: var(--brand-sand);
  background-image:
    linear-gradient(90deg, rgba(254, 248, 240, 0.96) 0%, rgba(254, 248, 240, 0.78) 42%, rgba(26, 26, 46, 0.08) 100%),
    url("../images/sdc-banner-main.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.matches-hero > div:nth-child(1) {
  position: absolute;
  top: -9rem;
  right: -7rem;
  width: 37.5rem;
  height: 37.5rem;
  border-radius: 50%;
  background: rgba(220, 177, 88, 0.12);
  filter: blur(100px);
  pointer-events: none;
}

.matches-hero > div:nth-child(2) {
  position: absolute;
  bottom: -6rem;
  left: -5rem;
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  background: rgba(240, 90, 39, 0.08);
  filter: blur(80px);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.hero-content > div:first-child span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--brand-orange);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.hero-content > div:first-child span > span {
  width: 2rem;
  height: 2px;
  margin-bottom: 0;
  background: currentColor;
}

.hero-content h1 {
  margin: 0;
  font-size: clamp(4rem, 9vw, 8rem);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--brand-dark);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-stats > div {
  min-width: 8.5rem;
  padding: 0.75rem 1rem;
  background: #fff;
  border: 1px solid rgba(220, 177, 88, 0.3);
  border-radius: 0.75rem;
  box-shadow: 0 0.125rem 0.5rem rgba(17, 24, 39, 0.06);
  text-align: center;
}

.hero-stats > div span:first-child {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--brand-gray-500);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero-stats > div span:last-child {
  font-size: 1.75rem;
  color: var(--brand-dark);
}

.matches-tabs {
  top: 6rem;
  z-index: 1020;
  background: #fff;
  border-bottom: 1px solid rgba(26, 26, 46, 0.1);
  box-shadow: 0 0.125rem 0.75rem rgba(17, 24, 39, 0.05);
}

.tab-links {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
}

.tab-button,
.tab-link {
  border: 0;
  border-bottom: 4px solid transparent;
  border-radius: 0;
  margin: 0;
  padding: 1.25rem 1.5rem;
  color: var(--brand-gray-400);
  font-family: "Anton", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  white-space: nowrap;
  text-decoration: none;
}

.tab-button:hover,
.tab-link:hover {
  color: var(--brand-dark);
}

.tab-button.active {
  color: var(--brand-orange);
  border-bottom-color: var(--brand-orange);
  background: rgba(240, 90, 39, 0.05);
}

.lb-filter {
  border: 2px solid rgba(26, 26, 46, 0.2);
  border-radius: 9999px;
  color: var(--body-soft);
  font-family: "Anton", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.lb-filter:hover {
  border-color: rgba(240, 90, 39, 0.45);
  color: var(--brand-dark);
}

.active-filter {
  background: var(--brand-orange) !important;
  border-color: var(--brand-orange) !important;
  color: #fff !important;
}

.table-shell {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(220, 177, 88, 0.24);
  border-radius: 1rem;
  box-shadow: 0 0.25rem 1.5rem rgba(17, 24, 39, 0.08);
}

.finals-section {
  position: relative;
  overflow: hidden;
  background: var(--brand-cream);
  border-bottom: 1px solid rgba(220, 177, 88, 0.2);
}

.finals-section > div:first-child {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.03;
  pointer-events: none;
}

.finals-section > div:first-child i[data-lucide] {
  width: min(42rem, 80vw);
  height: min(42rem, 80vw);
  color: var(--brand-dark);
}

.finals-section > div:nth-child(2),
.knockout-section > div,
.group-stage-section > div,
.standings-section > div {
  position: relative;
  z-index: 1;
}

.finals-section .grid > div:first-child {
  padding: 2rem;
  background: #fff;
  border: 1px solid var(--brand-gold);
  border-radius: 1.25rem;
  box-shadow: 0 0.5rem 1.9rem rgba(220, 177, 88, 0.18);
}

.finals-section .grid > div:first-child > div:first-child {
  width: 100%;
  height: 0.5rem;
  margin: -2rem -2rem 1.75rem;
  width: calc(100% + 4rem);
  background: linear-gradient(90deg, var(--brand-gold), var(--brand-orange), var(--brand-gold));
}

.finals-section .grid > div:first-child > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #f3f4f6;
}

.finals-section .grid > div:first-child > div:nth-child(2) > div:first-child {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 0.375rem;
  background: linear-gradient(90deg, var(--brand-gold), var(--brand-orange));
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.finals-section .grid > div:first-child > div:nth-child(2) > div:last-child {
  display: flex;
  gap: 1rem;
  color: var(--brand-gray-500);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.finals-section .grid > div:first-child > div:nth-child(2) > div:last-child span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.finals-section .grid > div:first-child > div:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.finals-section .grid > div:first-child > div:nth-child(3) > div {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.finals-section .grid > div:first-child > div:nth-child(3) > div:first-child > div:first-child,
.finals-section .grid > div:first-child > div:nth-child(3) > div:last-child > div:first-child {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  margin-bottom: 1rem;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Anton", sans-serif;
}

.finals-section .grid > div:first-child > div:nth-child(3) > div:first-child > div:first-child {
  background: #1e3a8a;
  border: 4px solid var(--brand-gold);
  box-shadow: 0 0 20px rgba(220, 177, 88, 0.35);
}

.finals-section .grid > div:first-child > div:nth-child(3) > div:first-child > div:first-child > div {
  position: absolute;
  top: -0.6rem;
  right: -0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: var(--brand-gold);
  color: #fff;
  box-shadow: 0 0.25rem 0.75rem rgba(17, 24, 39, 0.18);
}

.finals-section .grid > div:first-child > div:nth-child(3) > div:last-child > div:first-child {
  background: #7f1d1d;
  border: 1px solid var(--brand-gray-200);
}

.finals-section .grid > div:first-child > div:nth-child(3) > div:nth-child(2) > div:first-child {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 2rem;
  background: var(--brand-dark);
  border-radius: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.finals-section .grid > div:first-child > div:nth-child(3) > div:nth-child(2) > div:first-child span:first-child,
.finals-section .grid > div:first-child > div:nth-child(3) > div:nth-child(2) > div:first-child span:last-child {
  font-size: clamp(3rem, 5vw, 4.25rem);
  font-family: "Anton", sans-serif;
}

.finals-section .grid > div:first-child > div:nth-child(3) > div:nth-child(2) > div:first-child span:first-child {
  color: var(--brand-gold);
}

.finals-section .grid > div:first-child > div:nth-child(3) > div:nth-child(2) > div:first-child span:nth-child(2) {
  color: var(--brand-gray-500);
  font-family: "Anton", sans-serif;
  font-size: 1.75rem;
}

.finals-section .grid > div:first-child > div:nth-child(3) > div:nth-child(2) > span {
  margin-top: 0.75rem;
  color: var(--brand-gray-400);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.finals-section .grid > div:first-child > div:nth-child(4) {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.finals-section .grid > div:first-child > div:nth-child(4) button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 2rem;
  border: 0;
  background: var(--brand-orange);
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.finals-section .grid > div:last-child {
  padding: 1.5rem;
  background: #fff;
  border: 1px solid var(--brand-gray-200);
  border-radius: 1.25rem;
  box-shadow: 0 0.125rem 0.5rem rgba(17, 24, 39, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.finals-section .grid > div:last-child > div:first-child > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #f3f4f6;
  color: var(--brand-gray-500);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.finals-section .grid > div:last-child > div:first-child > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.finals-section .grid > div:last-child > div:first-child > div:last-child > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.finals-section .grid > div:last-child > div:first-child > div:last-child > div > div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.finals-section .grid > div:last-child > div:first-child > div:last-child > div > div > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  color: #fff;
  font-size: 0.9rem;
  font-family: "Anton", sans-serif;
}

.finals-section .grid > div:last-child > div:last-child {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #f3f4f6;
}

.finals-section .grid > div:last-child > div:last-child span:last-child {
  color: var(--brand-orange);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.knockout-section {
  background: #fff;
  border-bottom: 1px solid var(--brand-gray-200);
}

.knockout-section > div > div > div:first-child {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.knockout-section > div > div > div:first-child h2 {
  margin: 0;
  color: var(--brand-dark);
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.knockout-section > div > div:first-child .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.knockout-section > div > div:last-child .grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.knockout-section .grid > div {
  padding: 1.5rem;
  border: 1px solid var(--brand-gray-200);
  border-radius: 1.25rem;
  background: var(--brand-sand);
}

.knockout-section .grid > div > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid var(--brand-gray-200);
  color: var(--brand-gray-500);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.knockout-section .grid > div > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.knockout-section .grid > div > div:last-child > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.knockout-section .grid > div > div:last-child > div > div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.knockout-section .grid > div > div:last-child > div > div > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: 0.9rem;
}

.knockout-section > div > div:last-child .grid > div:nth-child(3) {
  position: relative;
}

.knockout-section > div > div:last-child .grid > div:nth-child(3) > div:first-child {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.35rem 0.6rem;
  border-radius: 0 1rem 0 0.75rem;
  background: var(--brand-gold);
  color: var(--brand-dark);
  font-size: 0.55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.knockout-section > div > div:last-child .grid > div:nth-child(3) > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid var(--brand-gray-200);
  color: var(--brand-gray-500);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.knockout-section > div > div:last-child .grid > div:nth-child(3) > div:nth-child(3) {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.group-stage-section {
  background: var(--brand-sand);
}

.group-stage-section > div > div:first-child,
.standings-section > div > div:first-child {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.group-stage-section select {
  min-width: 11rem;
  padding: 0.7rem 0.95rem;
  border: 1px solid var(--brand-gray-300);
  border-radius: 0.75rem;
  background: #fff;
  color: var(--brand-gray-600);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.group-stage-board {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--brand-gray-200);
  border-radius: 1.25rem;
  box-shadow: 0 0.125rem 0.5rem rgba(17, 24, 39, 0.06);
}

.group-stage-board > div:nth-child(odd) {
  /* position: sticky; */
  top: calc(5rem + 4.5rem);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1.5rem;
  background: var(--brand-dark);
  color: #fff;
}

.group-stage-board > div:nth-child(odd) span:first-child {
  font-family: "Anton", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.group-stage-board > div:nth-child(odd) span:last-child {
  color: var(--brand-gray-400);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.group-stage-board > div:nth-child(even) > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border-top: 1px solid #f3f4f6;
  transition: background 0.2s ease;
}

.group-stage-board > div:nth-child(even) > div:hover {
  background: var(--brand-cream);
}

.group-stage-board > div:nth-child(even) > div > div:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  flex: 0 0 22%;
  text-align: left;
}

.group-stage-board > div:nth-child(even) > div > div:first-child > div:first-child {
  min-width: 4rem;
  color: var(--brand-gray-500);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.group-stage-board > div:nth-child(even) > div > div:first-child > div:last-child {
  padding: 0.3rem 0.65rem;
  border-radius: 9999px;
  background: #f3f4f6;
  color: var(--brand-gray-500);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.group-stage-board > div:nth-child(even) > div > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex: 1 1 auto;
}

.group-stage-board > div:nth-child(even) > div > div:nth-child(2) > div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 140px;
}

.group-stage-board > div:nth-child(even) > div > div:nth-child(2) > div:first-child {
  justify-content: flex-end;
}

.group-stage-board > div:nth-child(even) > div > div:nth-child(2) > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: 0.75rem;
}

.group-stage-board > div:nth-child(even) > div > div:nth-child(2) > div > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 700;
}

.group-stage-board > div:nth-child(even) > div > div:nth-child(2) > div:nth-child(2) {
  width: auto;
  padding: 0.35rem 1rem;
  border-radius: 0.5rem;
  background: #f3f4f6;
  color: var(--brand-dark);
  font-family: "Anton", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}

.group-stage-board > div:nth-child(even) > div > div:last-child {
  flex: 0 0 22%;
  justify-content: flex-end;
  color: var(--brand-gray-400);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.group-stage-board > div:nth-child(even) > div > div:last-child i[data-lucide] {
  color: var(--brand-orange);
}

.standings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.standings-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--brand-gray-200);
  border-radius: 1.25rem;
  box-shadow: 0 0.125rem 0.5rem rgba(17, 24, 39, 0.06);
}

.stats-section {
  background: #fff;
  border-top: 1px solid rgba(220, 177, 88, 0.2);
}

.players-section,
.motm-section {
  background: var(--brand-cream);
  border-top: 1px solid rgba(220, 177, 88, 0.2);
}

.players-grid,
.motm-grid {
  display: grid;
  gap: 1.5rem;
}

.players-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.motm-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.profile-card,
.motm-card,
.motm-feature {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(220, 177, 88, 0.22);
  border-radius: 1.25rem;
  box-shadow: 0 0.25rem 1.25rem rgba(17, 24, 39, 0.06);
}

.profile-card {
  display: flex;
  flex-direction: column;
}

.profile-card-image,
.motm-card-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--brand-sand);
}

.profile-card-image img,
.motm-card-image img,
.motm-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-card-body,
.motm-card-body,
.motm-feature-body {
  padding: 1rem 1.1rem 1.15rem;
}

.profile-card-body h3,
.motm-card-body h3,
.motm-feature-body h3 {
  margin: 0 0 0.35rem;
  color: var(--brand-dark);
  font-size: 1rem;
  font-weight: 700;
}

.profile-card-body p,
.motm-card-body p,
.motm-feature-body p {
  margin: 0;
  color: var(--body-soft);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.motm-spotlight {
  margin-bottom: 1.5rem;
}

.motm-feature {
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  align-items: stretch;
}

.motm-feature-image {
  background: var(--brand-sand);
}

.motm-feature-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.75rem;
}

.motm-feature-body h3 {
  font-family: "Anton", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.motm-stat-highlight {
  display: inline-flex;
  align-items: baseline;
  align-self: flex-start;
  gap: 0.7rem;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(240, 90, 39, 0.12), rgba(220, 177, 88, 0.22));
  border: 1px solid rgba(240, 90, 39, 0.2);
}

.motm-stat-number {
  font-family: "Anton", sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 0.9;
  color: var(--brand-dark);
}

.motm-stat-label {
  color: var(--brand-orange);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.motm-feature-note {
  color: var(--body-soft);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.5;
}

.motm-kicker {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 0.4rem 0.8rem;
  border-radius: 9999px;
  background: rgba(240, 90, 39, 0.1);
  color: var(--brand-orange);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.motm-card {
  position: relative;
}

.motm-card-rank {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: rgba(26, 26, 46, 0.88);
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.standings-card > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: var(--brand-dark);
  color: #fff;
}

.standings-card > div:first-child span:first-child {
  font-family: "Anton", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.standings-card > div:first-child span:last-child {
  color: var(--brand-orange);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.standings-card table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.standings-card thead {
  background: #f9fafb;
  color: var(--brand-gray-500);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.standings-card th,
.standings-card td {
  padding: 0.85rem 1rem;
}

.standings-card th:nth-child(1),
.standings-card th:nth-child(2),
.standings-card td:nth-child(1),
.standings-card td:nth-child(2) {
  text-align: left;
}

.standings-card th:not(:nth-child(1)):not(:nth-child(2)),
.standings-card td:not(:nth-child(1)):not(:nth-child(2)) {
  text-align: center;
}

.standings-card tbody tr + tr {
  border-top: 1px solid #f3f4f6;
}

.standings-card tbody tr:first-child {
  background: var(--brand-cream);
  box-shadow: inset 4px 0 0 var(--brand-orange);
}

.standings-card:nth-child(3) tbody tr:nth-child(2) {
  background: var(--brand-cream);
  box-shadow: inset 4px 0 0 var(--brand-gold);
}

.standings-card tbody td:first-child,
.standings-card tbody td:last-child {
  font-family: "Anton", sans-serif;
}

.standings-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1px solid var(--brand-gray-200);
  border-radius: 1rem;
}

.standings-legend > div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.standings-legend > div > div {
  width: 1rem;
  height: 1rem;
}

.event-ticker {
  position: relative;
  overflow: hidden;
  padding: 0.75rem 0;
  background: var(--brand-orange);
  border-top: 1px solid var(--brand-gold);
  border-bottom: 1px solid var(--brand-gold);
}

.ticker-track {
  display: flex;
  width: max-content;
  min-width: 200%;
  white-space: nowrap;
  animation: ticker-slide 20s linear infinite;
}

.ticker-track > div {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0 1rem;
}

.ticker-track span {
  color: #fff;
  font-size: 1.25rem;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.ticker-track i[data-lucide] {
  width: 1.25rem;
  height: 1.25rem;
  color: #fff;
  fill: currentColor;
}

.site-footer {
  padding: 5rem 0 2.5rem;
  background: var(--brand-dark);
  border-top: 1px solid rgba(220, 177, 88, 0.2);
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3rem;
  margin-bottom: 4rem;
}

.footer-grid h4 {
  margin: 0 0 1.5rem;
  font-family: "Anton", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.footer-grid p,
.footer-grid li,
.footer-grid a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.875rem;
}

.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-grid a:hover {
  color: var(--brand-orange);
}

.footer-grid > div:first-child > a {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-grid > div:first-child > a > div {
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  border-radius: 9999px;
}

.footer-grid > div:first-child > a span {
  font-family: "Anton", sans-serif;
  font-size: 1.25rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.footer-grid > div:first-child > div:last-child {
  display: flex;
  gap: 1rem;
}

.footer-grid > div:first-child > div:last-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--brand-gray-400);
  transition: background 0.2s ease, color 0.2s ease;
}

.footer-grid > div:first-child > div:last-child a:hover {
  background: var(--brand-orange);
  color: #fff;
}

.footer-grid > div:last-child li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.footer-grid > div:last-child i[data-lucide] {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--brand-orange);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p,
.footer-bottom a {
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
}

.footer-bottom > div:last-child {
  display: flex;
  gap: 1.5rem;
}

@keyframes ticker-slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes match-pulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.72;
  }
}

@media (min-width: 768px) {
  .matches-page .md\:flex-row {
    flex-direction: row;
  }

  .matches-page .md\:items-center {
    align-items: center;
  }

  .matches-page .md\:items-end {
    align-items: flex-end;
  }

  .matches-page .md\:justify-center {
    justify-content: center;
  }

  .matches-page .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .matches-page .md\:w-1\/3 {
    width: 33.333333%;
  }

  .matches-page .md\:w-1\/4 {
    width: 25%;
  }

  .matches-page .md\:w-2\/4 {
    width: 50%;
  }

  .matches-page .md\:mb-0 {
    margin-bottom: 0;
  }

  .matches-page .md\:text-4xl {
    font-size: 2.25rem;
  }

  .matches-page .md\:text-6xl {
    font-size: 3.75rem;
  }

  .matches-page .md\:text-8xl {
    font-size: 6rem;
  }

  .matches-page .md\:p-8 {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .matches-page .lg\:flex {
    display: flex;
  }

  .matches-page .lg\:hidden {
    display: none;
  }

  .matches-page .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .matches-page .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .matches-page .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .matches-page .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .matches-page .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}

@media (max-width: 1199.98px) {
  .knockout-section > div > div:last-child .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .hero-content,
  .group-stage-section > div > div:first-child,
  .standings-section > div > div:first-child,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .matches-tabs {
    top: 5rem;
  }

  .finals-section .grid,
  .knockout-section > div > div:first-child .grid,
  .standings-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .players-grid,
  .motm-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .motm-feature {
    grid-template-columns: 1fr;
  }

  .group-stage-board > div:nth-child(odd) {
    top: calc(5rem + 4.15rem);
  }

  .group-stage-board > div:nth-child(even) > div {
    flex-direction: column;
    align-items: stretch;
  }

  .group-stage-board > div:nth-child(even) > div > div:first-child,
  .group-stage-board > div:nth-child(even) > div > div:last-child {
    flex: 1 1 auto;
  }

  .group-stage-board > div:nth-child(even) > div > div:last-child {
    justify-content: flex-start;
  }

  .finals-section .grid > div:first-child > div:nth-child(2),
  .finals-section .grid > div:first-child > div:nth-child(3) {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-grid > div:first-child > div:last-child {
    flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  .matches-page .container-xxl {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .matches-hero {
    padding-top: 7rem;
  }

  .hero-content h1 {
    font-size: clamp(3rem, 16vw, 4.5rem);
  }

  .tab-button,
  .tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .finals-section .grid > div:first-child,
  .finals-section .grid > div:last-child,
  .knockout-section .grid > div,
  .standings-card {
    padding: 1.25rem;
  }

  .profile-card,
  .motm-card,
  .motm-feature {
    padding: 0;
  }

  .knockout-section > div > div:last-child .grid {
    grid-template-columns: 1fr;
  }

  .players-grid,
  .motm-grid {
    grid-template-columns: 1fr;
  }

  .group-stage-board > div:nth-child(odd) {
    top: calc(5rem + 3.8rem);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group-stage-board > div:nth-child(even) > div {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group-stage-board > div:nth-child(even) > div > div:nth-child(2) {
    flex-direction: column;
    align-items: stretch;
  }

  .group-stage-board > div:nth-child(even) > div > div:nth-child(2) > div,
  .group-stage-board > div:nth-child(even) > div > div:nth-child(2) > div:first-child {
    width: 100%;
    justify-content: space-between;
  }

  .ticker-track span {
    font-size: 1rem;
  }
}
