:root {
  --navy-950: #020a18;
  --navy-900: #061531;
  --navy-800: #0a234c;
  --blue-500: #1a8dff;
  --blue-400: #31a4ff;
  --gold-500: #f5c113;
  --gold-400: #ffd84a;
  --silver-200: #d5deea;
  --silver-100: #eef3fb;
  --ink: #edf3ff;
  --card: #0a1d3f;
  --shadow: 0 10px 35px rgba(0, 0, 0, 0.34);
  --radius-lg: 20px;
  --radius-md: 14px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 15%, rgba(49, 164, 255, 0.2), transparent 45%),
    radial-gradient(circle at 85% 10%, rgba(245, 193, 19, 0.15), transparent 40%),
    linear-gradient(145deg, #020813 0%, #071938 45%, #0b2958 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

.container {
  width: min(1100px, calc(100% - 2rem));
  margin: 0 auto;
}

.bg-shape {
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.45;
}

.bg-shape-one {
  width: 320px;
  height: 320px;
  background: rgba(245, 193, 19, 0.55);
  top: -70px;
  right: -80px;
}

.bg-shape-two {
  width: 250px;
  height: 250px;
  background: rgba(49, 164, 255, 0.45);
  bottom: 8%;
  left: -80px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 12;
  backdrop-filter: blur(10px);
  background: rgba(2, 10, 24, 0.78);
  border-bottom: 1px solid rgba(213, 222, 234, 0.2);
}

.nav-wrap {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  color: inherit;
}

.brand-logo {
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(245, 193, 19, 0.7);
  background: #0b1529;
}

.brand-name {
  margin: 0;
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.05;
}

.brand-tag {
  margin: 0.15rem 0 0;
  color: var(--silver-200);
  font-size: 0.88rem;
}

.nav-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1.1rem;
}

.nav-links a {
  text-decoration: none;
  color: var(--silver-100);
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--gold-400);
}

.hero {
  padding: 4rem 0 2.6rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.6rem;
  align-items: stretch;
}

.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: var(--gold-400);
  background: rgba(245, 193, 19, 0.16);
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
}

h1,
h2,
h3 {
  font-family: "Bricolage Grotesque", "Verdana", sans-serif;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  margin: 0.9rem 0 0.7rem;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

h1 span {
  color: var(--gold-400);
}

.hero-copy {
  max-width: 62ch;
  line-height: 1.6;
  margin-bottom: 1.3rem;
}

.hero-cta-row {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 0.78rem 1.1rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(12, 33, 53, 0.2);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-400));
  color: #11213f;
}

.btn-secondary {
  background: rgba(3, 12, 29, 0.5);
  color: var(--silver-100);
  border: 1px solid rgba(213, 222, 234, 0.35);
}

.next-game-card {
  background: linear-gradient(145deg, #081937, #103264);
  border: 1px solid rgba(49, 164, 255, 0.4);
  border-radius: var(--radius-lg);
  padding: 1.2rem;
  box-shadow: var(--shadow);
}

.card-label {
  margin: 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--blue-400);
}

.next-game-card h2 {
  margin: 0.6rem 0;
  font-size: 1.48rem;
  line-height: 1.12;
}

.note {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px dashed rgba(213, 222, 234, 0.35);
  font-weight: 500;
}

.section {
  padding: 2rem 0;
}

.section-head h2 {
  margin-top: 0.7rem;
  margin-bottom: 1rem;
  font-size: clamp(1.5rem, 3.4vw, 2.3rem);
}

.table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-md);
  border: 1px solid rgba(49, 164, 255, 0.3);
  box-shadow: var(--shadow);
  background: var(--card);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

th,
td {
  padding: 0.9rem;
  text-align: left;
  border-bottom: 1px solid rgba(213, 222, 234, 0.16);
}

th {
  background: rgba(49, 164, 255, 0.12);
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--silver-100);
}

tbody tr:hover {
  background: rgba(245, 193, 19, 0.12);
}

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

.info-card {
  background: var(--card);
  border: 1px solid rgba(49, 164, 255, 0.22);
  border-radius: var(--radius-md);
  padding: 1rem;
  box-shadow: var(--shadow);
}

.info-card h3 {
  margin-top: 0.15rem;
  margin-bottom: 0.4rem;
}

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

.info-panel {
  background: linear-gradient(170deg, #091a3a, #0f2a57);
  border: 1px solid rgba(213, 222, 234, 0.2);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 1rem 1.2rem;
}

.info-panel ul {
  margin: 0;
  padding-left: 1.2rem;
  line-height: 1.65;
}

.site-footer {
  margin-top: 2rem;
  background: linear-gradient(140deg, #01050f, #081b3b);
  color: var(--silver-100);
  padding: 2rem 0 1rem;
}

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

.site-footer h2 {
  margin-top: 0;
  font-size: 1.25rem;
}

.site-footer p {
  margin: 0.3rem 0;
}


.site-footer a {
  color: #ffffff;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--gold-400);
}

.copyright {
  text-align: center;
  margin: 1.3rem 0 0;
  opacity: 0.85;
  font-size: 0.9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .hero-grid,
  .cards-grid,
  .info-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .nav-wrap {
    flex-direction: column;
    padding: 0.7rem 0;
  }

  .hero {
    padding-top: 2.3rem;
  }
}

@media (max-width: 680px) {
  .nav-links {
    gap: 0.65rem;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.95rem;
  }

  .brand {
    justify-content: center;
  }

  th,
  td {
    padding: 0.72rem;
  }
}
