body {
  background: #0b0d12;
  color: #e7e9ee;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.shell {
  max-width: 1080px;
  margin: 0 auto;
  padding: 32px 24px 96px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.brand {
  font-weight: 800;
  font-size: 20px;
  color: #fafafa;
  letter-spacing: -0.01em;
}

.nav {
  display: flex;
  gap: 24px;
  font-size: 14px;
  color: #9aa1ad;
}

.nav a {
  text-decoration: none;
}

.hero h1 {
  font-size: 40px;
  line-height: 1.05;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
  color: #fff;
}

.hero p {
  font-size: 16px;
  color: #9aa1ad;
  margin: 0 0 32px;
}

.tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-bottom: 24px;
  padding-bottom: 4px;
}

.tabs button {
  font: inherit;
  background: #161a22;
  color: #cbd0db;
  border: 1px solid #232936;
  border-radius: 10px;
  padding: 12px 16px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}

.tabs button span {
  font-weight: 400;
  font-size: 12px;
  color: #6b7280;
}

.tabs button.active {
  background: #fbbf24;
  color: #1c1917;
  border-color: #fbbf24;
}

.tabs button.active span {
  color: #78350f;
}

.series-card {
  background: #11141b;
  border: 1px solid #232936;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
}

.series-card > header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  gap: 16px;
}

.eyebrow {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  color: #fbbf24;
  margin-bottom: 4px;
}

.series-card h2 {
  margin: 0;
  font-size: 22px;
  color: #fff;
}

.standings {
  font-size: 13px;
  color: #fbbf24;
  text-decoration: none;
}

.events {
  list-style: none;
  margin: 0;
  padding: 0;
}

.events li {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #1d222c;
}

.events li:last-child {
  border-bottom: none;
}

.when strong {
  display: block;
  font-size: 14px;
  color: #fff;
}

.when span {
  display: block;
  font-size: 12px;
  color: #6b7280;
  font-variant-numeric: tabular-nums;
}

.where strong {
  display: block;
  font-size: 15px;
}

.where span {
  display: block;
  font-size: 12px;
  color: #9aa1ad;
}

.badge {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 6px;
  background: #1d222c;
  color: #cbd0db;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.standings-strip {
  background: #11141b;
  border: 1px solid #232936;
  border-radius: 16px;
  padding: 20px 24px;
}

.standings-strip header {
  font-size: 12px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.standings-strip ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px 24px;
}

.standings-strip li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 14px;
}

.standings-strip li span {
  font-weight: 700;
  color: #fbbf24;
  width: 18px;
}

.standings-strip li em {
  margin-left: auto;
  font-style: normal;
  font-variant-numeric: tabular-nums;
  color: #9aa1ad;
}

.back {
  margin-top: 48px;
  font-size: 13px;
}

.back a {
  color: #9aa1ad;
}
