:root {
  --bg: #f7f8fb;
  --surface: #fff;
  --ink: #172134;
  --muted: #7c8697;
  --line: #e8ecf2;
  --blue: #2e66d7;
  --red: #e85961;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
}
button, input, select {
  font: inherit;
}
button, a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
button {
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button:active, .button:active {
  transform: scale(.98);
}
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: 3px solid #79a4f8;
  outline-offset: 4px;
}
button:disabled {
  opacity: .35;
  cursor: default;
  transform: none;
}
h1, h2, h3, p {
  margin: 0;
}
img, svg {
  display: block;
}
img {
  object-fit: contain;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1420px, calc(100% - 80px));
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  padding: 12px;
  background: #fff;
  z-index: 10;
}
.skip-link:focus {
  top: 8px;
}
.site-header {
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 4;
  backdrop-filter: blur(16px);
}
.top-nav {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 23px;
  font-weight: 760;
  letter-spacing: -.8px;
  white-space: nowrap;
}
.brand svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 2.8;
}
.brand b {
  font-weight: 420;
  color: #7e899a;
}
.nav-links {
  display: flex;
  align-items: stretch;
  gap: 39px;
  align-self: stretch;
  font-size: 14px;
  color: #6d788b;
}
.nav-links a {
  display: flex;
  align-items: center;
  position: relative;
}
.nav-links a.active {
  color: var(--ink);
  font-weight: 600;
}
.nav-links a.active::after {
  content: '';
  height: 3px;
  background: var(--blue);
  position: absolute;
  bottom: -1px;
  width: 18px;
  border-radius: 3px;
  left: calc(50% - 9px);
}
.nav-cta {
  font-size: 13px;
  font-weight: 550;
  border-radius: 99px;
  background: #eef2f8;
  padding: 11px 18px;
}
.nav-cta span {
  margin-left: 12px;
  color: var(--blue);
}
.top-nav form { margin: 0; }
.account-chip { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; font-weight: 700; white-space: nowrap; }
.account-chip img { width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; object-fit: cover; background: #f4f6f8; }
.auth-modal { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 20px; background: rgba(22,31,48,.34); backdrop-filter: blur(12px); }
.auth-modal[hidden] { display: none; }
.auth-modal-card { position: relative; width: min(440px,100%); padding: 34px; border: 1px solid rgba(255,255,255,.75); border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 28px 90px rgba(36,52,78,.22), inset 0 1px 0 rgba(255,255,255,.9); animation: auth-modal-in .24s cubic-bezier(.16,1,.3,1); }
.auth-modal-close { position: absolute; top: 13px; right: 16px; width: 30px; height: 30px; border-radius: 50%; color: #8390a4; font-size: 23px; line-height: 1; }
.auth-modal-close:hover { background: #f0f3f8; color: var(--ink); }
.auth-modal-heading { padding-right: 24px; }
.auth-modal-heading h2 { margin-top: 8px; font-size: 26px; letter-spacing: -.7px; }
.auth-modal-heading p { margin-top: 9px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.auth-modal-tabs { display: grid; grid-template-columns: repeat(2,1fr); gap: 4px; margin: 25px 0 22px; padding: 4px; border-radius: 11px; background: #f1f4f8; }
.auth-modal-tabs button { padding: 9px; border-radius: 8px; color: #8792a3; font-size: 12px; font-weight: 700; }
.auth-modal-tabs button[aria-selected=true] { color: var(--ink); background: #fff; box-shadow: 0 3px 12px rgba(39,55,83,.08); }
.auth-modal-form { display: grid; gap: 8px; }
.auth-modal-form label { margin-top: 6px; color: #5e6b7e; font-size: 11px; font-weight: 700; }
.auth-modal-form input { width: 100%; height: 44px; padding: 0 13px; border: 1px solid #dfe5ee; border-radius: 10px; color: var(--ink); background: #fff; outline: none; transition: border-color .2s, box-shadow .2s; }
.auth-modal-form input:focus { border-color: #8eace9; box-shadow: 0 0 0 4px rgba(79,123,211,.12); }
.auth-form-hint { margin: 4px 0 1px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.auth-form-error { min-height: 18px; color: var(--red); font-size: 11px; line-height: 1.5; }
.auth-submit { min-height: 44px; margin-top: 2px; border-radius: 10px; color: #fff; background: var(--blue); font-size: 13px; font-weight: 700; transition: transform .2s, background .2s; }
.auth-submit:hover { background: #245abd; }
.auth-submit:disabled { opacity: .65; cursor: wait; }
.auth-modal-footnote { margin-top: 18px; color: var(--muted); font-size: 11px; text-align: center; }
.auth-modal-footnote a { color: var(--blue); font-weight: 700; }
body.auth-modal-open { overflow: hidden; }
@keyframes auth-modal-in { from { opacity: 0; transform: translateY(10px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.league-shell {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.league-scroll {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 9px;
  padding: 19px 0 17px;
}
.league-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 4px;
  border-radius: 12px;
  color: #788397;
  font-size: 12px;
  transition: background .2s, color .2s;
  white-space: nowrap;
}
.league-item:hover {
  background: #f4f6fb;
  color: var(--ink);
}
.league-item.selected {
  background: #eef3fe;
  color: #285ac4;
  font-weight: 600;
}
.league-item img {
  width: 31px;
  height: 31px;
}
.discover-icon {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
}
.discover-icon svg {
  width: 27px;
  height: 27px;
  fill: #5d83d2;
}
.discovery-head {
  padding-top: 36px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.eyebrow {
  font-size: 11px;
  color: #96a0b1;
  font-weight: 650;
  letter-spacing: 2px;
  line-height: 1.7;
}
h1 {
  font-size: 34px;
  font-weight: 650;
  letter-spacing: -1.1px;
  line-height: 1.25;
  margin-top: 7px;
}
.title-dot {
  color: var(--blue);
  margin-left: 3px;
}
.intro-copy {
  font-size: 14px;
  color: #8993a4;
  line-height: 1.7;
  margin-top: 10px;
}
.discovery-controls {
  display: flex;
  align-items: center;
  gap: 14px;
}
.search-field {
  display: flex;
  align-items: center;
  width: 240px;
  gap: 10px;
  height: 42px;
  border: 1px solid #e3e8f1;
  border-radius: 10px;
  background: #fff;
  padding: 0 13px;
}
.search-field svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  fill: none;
  stroke: #929fb3;
  stroke-width: 1.7;
}
.search-field input {
  width: 100%;
  min-width: 0;
  background: none;
  border: 0;
  font-size: 13px;
  outline: none;
  color: var(--ink);
}
.search-field input::placeholder {
  color: #a1aabc;
}
.search-field:focus-within {
  border-color: #8caeee;
  box-shadow: 0 0 0 3px #e7efff;
}
.watch-toggle {
  font-size: 13px;
  padding: 12px 15px;
  background: #fff;
  border: 1px solid #e3e8f1;
  border-radius: 10px;
  white-space: nowrap;
}
.watch-toggle span {
  margin-left: 7px;
  font-size: 12px;
  color: #9aa6bb;
}
.watch-toggle[aria-pressed=true] {
  color: var(--blue);
  background: #eaf1ff;
  border-color: #bdd0f6;
}
.snapshot-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 0 24px;
  color: #909bad;
  font-size: 12px;
}
.preview-chip {
  display: inline-flex;
  align-items: center;
  padding: 3px 7px;
  border-radius: 5px;
  background: #eaf0fa;
  color: #8395b3;
  font-size: 11px;
  margin-right: 8px;
  white-space: nowrap;
}
.subtle-separator {
  color: #c1c9d6;
  margin-inline: 10px;
}
.snapshot-bar button {
  color: #96a0b2;
  font-size: 12px;
  padding: 5px 0;
}
.snapshot-bar button span {
  margin-left: 6px;
}
.matches-section {
  margin-bottom: 34px;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 18px;
}
.section-title, .section-right {
  display: flex;
  align-items: center;
  gap: 11px;
}
h2 {
  font-size: 21px;
  font-weight: 620;
  letter-spacing: -.55px;
  line-height: 1.4;
}
.count-label {
  color: #9ca7ba;
  font-size: 12px;
  background: #edf0f6;
  border-radius: 5px;
  padding: 3px 6px;
}
.section-indicator {
  width: 25px;
  height: 25px;
  border-radius: 7px;
  display: grid;
  place-items: center;
}
.live-indicator {
  background: #ffedf0;
}
.live-indicator i {
  width: 7px;
  height: 7px;
  background: #e75c6d;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fbd6dd;
}
.upcoming-indicator {
  background: #e9efff;
}
.upcoming-indicator svg {
  width: 20px;
  height: 20px;
  stroke: #7295de;
  stroke-width: 1.6;
  fill: none;
}
.row-composition {
  color: #98a3b6;
  font-size: 12px;
}
.scroll-controls {
  display: flex;
  gap: 6px;
  margin-left: 12px;
}
.scroll-controls button {
  width: 25px;
  height: 25px;
  border: 1px solid #dfe5ef;
  color: #7888a1;
  font-size: 19px;
  border-radius: 50%;
  background: white;
  display: grid;
  place-items: center;
  padding: 0;
  line-height: 1;
}
.event-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 60px) / 6);
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 2px 1px 6px;
}
.event-rail::-webkit-scrollbar {
  display: none;
}
.event-card {
  background: #fff;
  border: 1px solid #e3e8f0;
  border-radius: 15px;
  padding: 14px 15px 0;
  overflow: hidden;
  scroll-snap-align: start;
  transition: border-color .2s, box-shadow .2s;
  min-width: 0;
}
.event-card:hover {
  border-color: #b9c9e6;
  box-shadow: 0 5px 18px -10px #4e6a9b30;
}
.event-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}
.event-meta>span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #929db0;
  font-size: 11px;
}
.event-meta img {
  width: 16px;
  height: 16px;
}
.save-match {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 20px;
  color: #b1bed1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  line-height: 1;
}
.save-match:hover {
  background: #eef3ff;
  color: var(--blue);
}
.save-match[aria-pressed=true] {
  background: #ebf1fd;
  color: var(--blue);
  font-size: 15px;
}
.event-state {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: #98a4b7;
  letter-spacing: .2px;
  height: 30px;
  margin-top: 2px;
}
.event-state.is-live {
  color: #e57881;
}
.event-state i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ec7581;
}
.competitors {
  display: grid;
  gap: 13px;
  margin: 8px 0 21px;
}
.competitor {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}
.competitor img {
  width: 28px;
  height: 29px;
  flex-shrink: 0;
}
.competitor>span {
  font-size: 13px;
  font-weight: 550;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.competitor:hover>span {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.competitor b {
  font-size: 17px;
  font-weight: 600;
  margin-left: auto;
  font-variant-numeric: tabular-nums;
}
.price-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: auto;
}
.price-options.three {
  grid-template-columns: repeat(3, minmax(0,1fr));
}
.price-options button {
  min-width: 0;
  background: #f0f4fc;
  padding: 7px 3px 8px;
  border-radius: 6px;
  text-align: center;
  transition: background .2s;
}
.price-options button:hover {
  background: #e5edfb;
}
.price-options button:nth-child(2) {
  background: #f6f7fa;
}
.price-options button:nth-child(3) {
  background: #fbf1ee;
}
.price-options button>span {
  display: block;
  font-size: 9px;
  color: #8b9bb8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.price-options button:nth-child(2)>span {
  color: #9ea6b3;
}
.price-options button:nth-child(3)>span {
  color: #bd998f;
}
.price-options b {
  display: block;
  font-size: 16px;
  font-weight: 620;
  color: #6982b0;
  letter-spacing: -.4px;
  margin-top: 4px;
}
.price-options button:nth-child(2) b {
  color: #8893a8;
}
.price-options button:nth-child(3) b {
  color: #b58a7a;
}
.price-options small {
  font-size: 9px;
  margin-left: 2px;
  font-weight: 450;
}
.event-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  border-top: 1px solid #eef1f6;
  margin-top: 15px;
  padding: 12px 0;
  color: #a0aabd;
  font-size: 9px;
}
.event-bottom b {
  font-size: 10px;
  font-weight: 500;
  color: #79879f;
  margin-left: 3px;
}
.event-bottom button {
  padding: 0;
  color: #8ca0c4;
  font-size: 10px;
}
.event-bottom button>span {
  margin-left: 3px;
}
.editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 46px;
  margin-bottom: 42px;
}
.editorial-card {
  min-height: 265px;
  position: relative;
  overflow: hidden;
  border-radius: 17px;
  background: #142644;
  color: #fff;
  isolation: isolate;
}
.editorial-card>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform .6s cubic-bezier(.16,1,.3,1);
}
.football-feature>img {
  object-position: center 62%;
}
.esports-feature>img {
  object-position: center 47%;
}
.editorial-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(10,23,40,.86),rgba(10,23,40,.12));
  z-index: -1;
}
.esports-feature::after {
  background: linear-gradient(90deg,rgba(20,20,45,.88),rgba(35,23,45,.15));
}
.editorial-card:hover>img {
  transform: scale(1.04);
}
.editorial-copy {
  padding: 31px 35px;
}
.editorial-kicker {
  font-size: 10px;
  font-weight: 550;
  letter-spacing: 2px;
  color: #d1dbed;
}
.editorial-copy h2 {
  font-size: 27px;
  line-height: 1.48;
  font-weight: 600;
  margin-top: 17px;
  letter-spacing: -.7px;
}
.editorial-link {
  display: inline-flex;
  align-items: center;
  gap: 38px;
  font-size: 12px;
  margin-top: 24px;
}
.editorial-link b {
  font-size: 17px;
  font-weight: 400;
}
.photo-label {
  position: absolute;
  right: 17px;
  bottom: 16px;
  font-size: 10px;
  color: #c0cbdc;
}
.site-footer {
  padding-bottom: 27px;
  border-top: 1px solid #e3e8f0;
}
.footer-main {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 29px 0 22px;
}
.footer-main .brand {
  font-size: 19px;
}
.footer-main p {
  font-size: 12px;
  color: #99a3b4;
  margin-right: auto;
}
.footer-main>a:not(.brand), .footer-main button {
  font-size: 12px;
  color: #8190a7;
  padding: 0;
}
.footer-fine {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 25px;
  font-size: 10px;
  line-height: 1.8;
  color: #a0a9b8;
}
.footer-fine p:nth-child(2) {
  width: 100%;
  order: 3;
}
.footer-fine a {
  color: #8b9cb7;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer-slash {
  margin-inline: 10px;
  color: #c4cbd7;
}
.breadcrumbs {
  display: flex;
  gap: 12px;
  color: #9ba5b6;
  font-size: 12px;
  padding-top: 25px;
}
.breadcrumbs a {
  color: #7893ba;
}
.breadcrumbs>span:not(:last-child) {
  color: #c5ccda;
}
.project-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 32px 0;
}
.project-identity {
  display: flex;
  align-items: center;
  gap: 22px;
}
.project-hero-logo {
  width: 65px;
  height: 65px;
  padding: 9px;
  background: #fff;
  border: 1px solid #e4eaf3;
  border-radius: 16px;
}
.project-heading h1 {
  font-size: 32px;
}
.project-heading .eyebrow {
  font-size: 10px;
  letter-spacing: 1.4px;
}
.project-heading .intro-copy {
  font-size: 13px;
}
.project-teams {
  margin: 45px 0 48px;
}
.secondary-copy {
  color: #939fb3;
  font-size: 12px;
  line-height: 1.85;
  margin-top: 7px;
}
.team-directory {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px;
}
.team-directory a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 13px;
  transition: border-color .2s;
}
.team-directory a:hover {
  border-color: #aec4eb;
}
.team-directory img {
  width: 39px;
  height: 39px;
}
.team-directory span {
  font-size: 14px;
  font-weight: 550;
}
.team-directory small {
  display: block;
  font-size: 11px;
  color: #a0abbd;
  font-weight: 400;
  margin-top: 6px;
}
.team-directory b {
  font-size: 18px;
  font-weight: 400;
  color: #8fa6cd;
  margin-left: auto;
}
.empty-state {
  background: #fff;
  border: 1px dashed #d3ddec;
  border-radius: 15px;
  padding: 35px;
  text-align: center;
}
.empty-state h3 {
  font-size: 18px;
  font-weight: 500;
}
.empty-state p {
  color: #8c9ab2;
  font-size: 13px;
  margin: 12px 0 21px;
  line-height: 1.8;
}
.button {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 550;
}
.primary {
  background: var(--blue);
  color: white;
}
.secondary {
  background: #f0f4fb;
  color: #6787bd;
}
.team-main {
  padding-bottom: 45px;
}
.team-hero {
  margin-top: 25px;
  min-height: 175px;
  border-radius: 17px;
  background: #172844;
  position: relative;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  display: flex;
  align-items: center;
  padding: 30px 39px;
}
.team-hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.team-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}
.team-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,#142139 12%,#18263edb 43%,#19284430);
  z-index: -1;
}
.team-identity {
  display: flex;
  align-items: center;
  gap: 25px;
}
.team-crest {
  width: 101px;
  height: 101px;
  border-radius: 18px;
  background: #fff;
  display: grid;
  place-items: center;
  padding: 15px;
}
.team-crest img {
  width: 100%;
  height: 100%;
}
.team-eyebrow {
  font-size: 11px;
  color: #b7c9e8;
  letter-spacing: 1.2px;
}
.team-identity h1 {
  font-size: 40px;
  margin-top: 9px;
  line-height: 1.1;
}
.team-identity p:last-child {
  font-size: 13px;
  color: #c2cfe1;
  margin-top: 12px;
}
.team-preview-label {
  position: absolute;
  right: 20px;
  top: 19px;
  padding: 5px 9px;
  border: 1px solid #ffffff40;
  border-radius: 5px;
  font-size: 10px;
  color: #d6e0ef;
  background: #15223855;
}
.team-tabs {
  display: flex;
  gap: 32px;
  align-items: center;
  border-bottom: 1px solid #e2e8f3;
  margin-top: 7px;
}
.team-tabs a {
  padding: 22px 0 18px;
  color: #8f9cb2;
  font-size: 13px;
  position: relative;
}
.team-tabs a.active {
  color: #507bcb;
  font-weight: 550;
}
.team-tabs a.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #7092d2;
}
.team-tabs>span {
  margin-left: auto;
  font-size: 11px;
  color: #a4aec0;
}
.team-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin: 30px 0 23px;
}
.window-control {
  display: flex;
  background: #edf1f8;
  padding: 4px;
  border-radius: 8px;
  gap: 4px;
}
.window-control button {
  padding: 8px 13px;
  color: #94a0b7;
  font-size: 12px;
  border-radius: 5px;
}
.window-control button.active {
  color: #487acb;
  background: white;
  box-shadow: 0 2px 4px #2c477510;
}
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px;
}
.stats-row>div {
  padding: 22px 25px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
}
.stats-row>div:first-child {
  background: #edf3ff;
  border-color: #dfe8fc;
}
.stats-row span {
  display: block;
  font-size: 12px;
  color: #95a1b5;
}
.stats-row strong {
  display: block;
  margin-top: 13px;
  font-size: 35px;
  font-weight: 550;
  letter-spacing: -1px;
  font-variant-numeric: tabular-nums;
}
.stats-row>div:first-child strong {
  color: #4d7cc6;
}
.stats-row small {
  font-size: 15px;
  letter-spacing: 0;
  margin-left: 7px;
  color: #99abc6;
  font-weight: 450;
}
.stats-row em {
  font-size: 10px;
  font-style: normal;
  display: block;
  color: #a3afc3;
  margin-top: 13px;
}
.team-analysis-grid {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  gap: 21px;
  margin-top: 24px;
}
.analysis-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 26px;
}
.panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
h3 {
  font-size: 16px;
  font-weight: 580;
}
.chart-key {
  font-size: 11px;
  color: #96a4bd;
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.chart-key i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6c95e0;
}
.trend-chart {
  margin-top: 24px;
}
.trend-chart svg, .replay-chart svg {
  width: 100%;
  height: auto;
}
.chart-grid {
  stroke: #e8eef8;
  stroke-dasharray: 3 5;
  stroke-width: 1;
}
.chart-axis {
  fill: #a0afc6;
  font-size: 11px;
}
.chart-line {
  stroke: #759be1;
  fill: none;
  stroke-width: 2.8;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.chart-fill {
  fill: #f1f6ff;
}
.chart-note {
  font-size: 10px;
  color: #a1aec3;
  line-height: 1.8;
  margin-top: 13px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(10,minmax(0,1fr));
  gap: 5px;
  margin-top: 26px;
}
.form-grid span {
  min-height: 29px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  font-size: 10px;
  background: #e9f2ff;
  color: #7299d5;
}
.form-grid span.L {
  background: #fbebec;
  color: #d28d96;
}
.form-grid span.D {
  background: #f2f3f7;
  color: #a6b0c1;
}
.form-legend {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 15px;
  font-size: 10px;
  color: #a0acc2;
}
.form-legend>span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.form-legend i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
}
.win-dot {
  background: #8baee8;
}
.draw-dot {
  background: #b8c2d5;
}
.loss-dot {
  background: #e5a4ad;
}
.form-legend small {
  margin-left: auto;
  font-size: 9px;
}
.streak-summary {
  display: grid;
  gap: 15px;
  margin-top: 28px;
  padding-top: 21px;
  border-top: 1px solid #edf1f7;
  font-size: 12px;
  color: #9aa6be;
}
.streak-summary>div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.streak-summary strong {
  font-weight: 500;
  color: #6d82a7;
}
.history-section, .replay-section {
  margin-top: 33px;
}
.history-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: white;
}
.history-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  white-space: nowrap;
}
.history-table th {
  padding: 16px 23px;
  background: #fbfcff;
  border-bottom: 1px solid var(--line);
  color: #a2aec4;
  font-size: 11px;
  font-weight: 450;
}
.history-table td {
  padding: 15px 23px;
  color: #8c9bb6;
  font-size: 12px;
  border-bottom: 1px solid #eff3f8;
}
.history-table tr:last-child td {
  border-bottom: 0;
}
.history-table tbody tr:hover {
  background: #fbfcff;
}
.table-team {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #597193;
  font-weight: 500;
}
.table-team img {
  width: 24px;
  height: 24px;
}
.result-pill {
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 10px;
  background: #edf4ff;
  color: #7c9ed5;
}
.result-pill.L {
  background: #fff0f2;
  color: #d89ca5;
}
.result-pill.D {
  background: #f3f5f9;
  color: #9facbf;
}
.replay-link {
  color: #7a9ccd;
  padding: 0;
  font-size: 12px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  color: #9faec5;
  margin-top: 17px;
}
.pagination>div {
  display: flex;
  align-items: center;
  gap: 14px;
}
.pagination button {
  background: white;
  border: 1px solid #dfe7f4;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #8e9fbc;
}
.replay-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.replay-head h3 {
  font-size: 20px;
}
.replay-head p {
  margin-top: 8px;
  font-size: 12px;
  color: #9daac1;
}
.outcome-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.outcome-tabs button {
  font-size: 12px;
  padding: 9px 14px;
  background: #f3f6fc;
  border-radius: 7px;
  color: #91a3c0;
}
.outcome-tabs button.active {
  color: #678ad0;
  background: #eaf1ff;
}
.replay-chart {
  margin-top: 22px;
  max-width: 940px;
}
.replay-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin-top: 24px;
}
.replay-metrics>div>span {
  font-size: 11px;
  color: #9baac2;
  display: block;
}
.replay-metrics strong {
  display: block;
  font-size: 25px;
  font-weight: 550;
  letter-spacing: -.7px;
  margin-top: 8px;
  color: #6b85ac;
}
.toast {
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translate(-50%,12px);
  padding: 13px 23px;
  background: #203455;
  color: white;
  border-radius: 99px;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s,transform .2s;
  z-index: 8;
  max-width: calc(100% - 28px);
  text-align: center;
}
.toast.visible {
  opacity: 1;
  transform: translate(-50%,0);
}
dialog {
  padding: 0;
  width: min(760px,calc(100% - 32px));
  max-height: 90dvh;
  border: 1px solid #dae4f4;
  border-radius: 21px;
  background: white;
  color: var(--ink);
  box-shadow: 0 30px 90px #18305440;
}
dialog::backdrop {
  background: #172b475c;
  backdrop-filter: blur(7px);
}
.dialog-inner {
  position: relative;
  padding: 35px;
}
.dialog-close {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f0f4fb;
  color: #8095b7;
  font-size: 23px;
}
.dialog-title {
  font-size: 27px;
  margin-top: 15px;
  padding-right: 12px;
  line-height: 1.5;
}
.dialog-intro {
  color: #94a4be;
  font-size: 13px;
  line-height: 1.85;
  margin-top: 13px;
}
.dialog-team-links {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin: 26px 0;
}
.dialog-team-links a {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 13px 17px;
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 14px;
}
.dialog-team-links img {
  width: 33px;
  height: 33px;
}
.dialog-price-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
  margin: 24px 0;
}
.dialog-price-grid>div {
  background: #f3f6fd;
  padding: 18px;
  border-radius: 10px;
}
.dialog-price-grid span {
  color: #91a2bf;
  font-size: 12px;
}
.dialog-price-grid strong {
  display: block;
  font-size: 28px;
  color: #7291c6;
  margin-top: 12px;
  font-weight: 550;
}
.method-list {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
.method-list li {
  padding: 16px 0;
  border-bottom: 1px solid #eaf0f8;
  font-size: 13px;
  line-height: 1.9;
  color: #8c9eb9;
}
.method-list strong {
  color: #617b9f;
  display: block;
  margin-bottom: 5px;
  font-weight: 550;
}
@media(min-width:1700px) {
  .wrap {
    width: min(1550px,calc(100% - 120px));
  }
  .event-card {
    padding-inline: 19px;
  }
  .competitor>span {
    font-size: 14px;
  }
  .event-meta>span {
    font-size: 12px;
  }
  .event-state {
    font-size: 11px;
  }
}
@media(max-width:1250px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .league-scroll {
    gap: 3px;
  }
  .league-item {
    font-size: 11px;
  }
  .event-rail {
    grid-auto-columns: 193px;
  }
  .event-card {
    padding-inline: 16px;
  }
  .competitor>span {
    font-size: 14px;
  }
  .team-directory {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .history-table td,.history-table th {
    padding-inline: 16px;
  }
}
@media(max-width:1000px) {
  .league-scroll {
    display: flex;
    gap: 11px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .league-item {
    min-width: 67px;
    font-size: 12px;
    padding-inline: 9px;
    flex-shrink: 0;
  }
  .search-field {
    width: 200px;
  }
  .discovery-controls {
    gap: 8px;
  }
  .watch-toggle {
    padding-inline: 12px;
  }
  .editorial-copy {
    padding: 27px;
  }
  .editorial-copy h2 {
    font-size: 24px;
  }
  .editorial-card {
    min-height: 255px;
  }
  .footer-main {
    gap: 18px;
  }
  .footer-main p {
    font-size: 11px;
  }
  .stats-row>div {
    padding: 20px;
  }
  .stats-row strong {
    font-size: 30px;
  }
  .stats-row small {
    font-size: 12px;
  }
  .stats-row em {
    font-size: 9px;
  }
  .team-analysis-grid {
    grid-template-columns: 1.35fr 1fr;
    gap: 16px;
  }
  .analysis-panel {
    padding: 23px;
  }
  .team-tabs>span {
    display: none;
  }
  .team-directory {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media(max-width:760px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .top-nav {
    height: 64px;
    gap: 15px;
  }
  .brand {
    font-size: 21px;
  }
  .brand svg {
    width: 24px;
    height: 24px;
  }
  .nav-links {
    gap: 20px;
    font-size: 12px;
  }
  .nav-cta {
    font-size: 11px;
    padding: 10px 13px;
  }
  .league-scroll {
    padding: 12px 0;
    gap: 5px;
  }
  .league-item {
    gap: 8px;
    font-size: 11px;
    min-width: 64px;
    padding: 9px;
  }
  .league-item img,.discover-icon {
    width: 29px;
    height: 29px;
  }
  .discovery-head {
    padding-top: 27px;
    gap: 19px;
    flex-wrap: wrap;
  }
  .discovery-controls {
    width: 100%;
  }
  .search-field {
    width: auto;
    flex: 1;
  }
  h1 {
    font-size: 30px;
  }
  .eyebrow {
    font-size: 10px;
  }
  .intro-copy {
    font-size: 13px;
  }
  .snapshot-bar {
    font-size: 11px;
    padding-bottom: 22px;
    gap: 12px;
  }
  .snapshot-bar button {
    font-size: 11px;
  }
  .section-heading {
    margin-bottom: 15px;
    gap: 15px;
  }
  h2 {
    font-size: 20px;
  }
  .row-composition {
    font-size: 10px;
  }
  .scroll-controls {
    margin-left: 0;
  }
  .event-rail {
    grid-auto-columns: 196px;
    gap: 11px;
  }
  .event-meta>span {
    font-size: 11px;
  }
  .event-state {
    font-size: 11px;
    height: 32px;
  }
  .competitors {
    gap: 15px;
    margin-top: 9px;
    margin-bottom: 21px;
  }
  .competitor>span {
    font-size: 14px;
  }
  .competitor img {
    width: 29px;
    height: 30px;
  }
  .price-options button>span {
    font-size: 10px;
  }
  .price-options b {
    font-size: 17px;
  }
  .event-bottom {
    font-size: 10px;
  }
  .event-bottom b {
    font-size: 10px;
  }
  .event-bottom button {
    font-size: 11px;
  }
  .editorial-grid {
    gap: 16px;
    margin-top: 32px;
    margin-bottom: 30px;
  }
  .editorial-card {
    min-height: 240px;
  }
  .editorial-copy {
    padding: 25px;
  }
  .editorial-kicker {
    font-size: 8px;
    letter-spacing: 1.5px;
  }
  .editorial-copy h2 {
    font-size: 22px;
  }
  .editorial-link {
    font-size: 11px;
    gap: 23px;
  }
  .photo-label {
    font-size: 9px;
  }
  .footer-main {
    flex-wrap: wrap;
    padding-top: 25px;
    gap: 17px;
  }
  .footer-main p {
    flex: 1;
    font-size: 10px;
    min-width: 180px;
  }
  .footer-main>a:not(.brand),.footer-main button {
    font-size: 11px;
  }
  .footer-fine {
    font-size: 9px;
    gap: 10px;
  }
  .project-heading {
    flex-wrap: wrap;
    padding-top: 25px;
  }
  .project-hero-logo {
    width: 56px;
    height: 56px;
  }
  .project-identity {
    gap: 17px;
  }
  .team-hero {
    padding: 26px;
    min-height: 160px;
  }
  .team-crest {
    width: 78px;
    height: 78px;
    border-radius: 14px;
    padding: 12px;
  }
  .team-identity {
    gap: 19px;
  }
  .team-identity h1 {
    font-size: 33px;
  }
  .team-eyebrow {
    font-size: 10px;
  }
  .team-identity p:last-child {
    font-size: 11px;
  }
  .team-preview-label {
    font-size: 9px;
  }
  .team-controls {
    gap: 18px;
    flex-wrap: wrap;
  }
  .stats-row {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 13px;
  }
  .stats-row>div {
    padding: 23px;
  }
  .stats-row strong {
    font-size: 32px;
  }
  .stats-row em {
    font-size: 10px;
  }
  .team-analysis-grid {
    grid-template-columns: 1fr;
  }
  .form-grid span {
    min-height: 33px;
    font-size: 11px;
  }
  .form-legend {
    font-size: 11px;
  }
  .streak-summary {
    margin-top: 23px;
    font-size: 12px;
  }
  .replay-head {
    flex-wrap: wrap;
    gap: 18px;
  }
  .replay-section .section-heading {
    align-items: flex-start;
  }
  .replay-section .secondary-copy {
    font-size: 11px;
  }
  .history-table {
    min-width: 660px;
  }
  .history-table td,.history-table th {
    padding: 15px;
  }
  .history-table td {
    font-size: 11px;
  }
  .dialog-inner {
    padding: 30px 24px;
  }
  .dialog-title {
    font-size: 25px;
  }
}
@media(max-width:520px) {
  .nav-links {
    display: none;
  }
  .top-nav {
    height: 62px;
  }
  .nav-cta {
    font-size: 12px;
  }
  .league-scroll {
    margin-right: -18px;
    padding-right: 18px;
  }
  .discovery-head {
    padding-top: 25px;
    padding-bottom: 19px;
  }
  h1 {
    font-size: 30px;
  }
  .intro-copy {
    font-size: 13px;
  }
  .snapshot-bar {
    align-items: flex-start;
    font-size: 10px;
    gap: 10px;
  }
  .snapshot-bar .subtle-separator {
    margin-inline: 5px;
  }
  .snapshot-bar button {
    font-size: 10px;
    text-align: right;
  }
  .snapshot-bar .preview-chip {
    font-size: 10px;
    margin-right: 4px;
  }
  .snapshot-bar button span {
    display: none;
  }
  .section-title {
    gap: 8px;
  }
  .section-title h2 {
    font-size: 19px;
  }
  .section-indicator {
    width: 23px;
    height: 23px;
  }
  .section-right {
    gap: 8px;
  }
  .row-composition {
    font-size: 9px;
  }
  .scroll-controls {
    gap: 4px;
  }
  .scroll-controls button {
    width: 23px;
    height: 23px;
  }
  .count-label {
    font-size: 10px;
    padding: 2px 5px;
  }
  .event-rail {
    margin-right: -18px;
    padding-right: 18px;
  }
  .matches-section {
    margin-bottom: 29px;
  }
  .editorial-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 34px;
  }
  .editorial-card {
    min-height: 234px;
  }
  .editorial-copy {
    padding: 27px;
  }
  .editorial-copy h2 {
    font-size: 25px;
    margin-top: 13px;
  }
  .editorial-kicker {
    font-size: 9px;
  }
  .editorial-link {
    font-size: 12px;
    margin-top: 19px;
    gap: 35px;
  }
  .footer-main .brand {
    font-size: 18px;
  }
  .footer-main p {
    font-size: 9px;
    min-width: 150px;
    text-align: right;
  }
  .footer-fine>span {
    order: 4;
  }
  .project-heading h1 {
    font-size: 28px;
  }
  .project-heading .intro-copy {
    font-size: 12px;
  }
  .project-hero-logo {
    width: 56px;
    height: 56px;
  }
  .project-teams {
    margin-top: 35px;
  }
  .project-teams .section-heading {
    display: block;
  }
  .project-teams h2 {
    font-size: 20px;
  }
  .team-directory {
    gap: 11px;
  }
  .team-directory a {
    display: block;
    padding: 19px;
    position: relative;
  }
  .team-directory img {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
  }
  .team-directory span {
    font-size: 13px;
  }
  .team-directory small {
    font-size: 10px;
    line-height: 1.5;
  }
  .team-directory b {
    position: absolute;
    right: 17px;
    top: 20px;
  }
  .team-hero {
    margin-top: 20px;
    border-radius: 14px;
    padding: 26px 21px;
    min-height: 148px;
  }
  .team-hero::after {
    background: linear-gradient(90deg,#142139,#18263ecc 60%,#19284460);
  }
  .team-identity {
    gap: 15px;
  }
  .team-crest {
    width: 70px;
    height: 70px;
    padding: 11px;
    border-radius: 13px;
  }
  .team-identity h1 {
    font-size: 29px;
    line-height: 1.2;
  }
  .team-eyebrow {
    font-size: 9px;
    letter-spacing: .5px;
  }
  .team-identity p:last-child {
    font-size: 10px;
  }
  .team-preview-label {
    right: 12px;
    top: 11px;
    font-size: 8px;
    padding: 3px 5px;
  }
  .team-tabs {
    gap: 28px;
  }
  .team-tabs a {
    font-size: 12px;
    padding: 19px 0 15px;
  }
  .team-controls {
    margin-top: 24px;
    margin-bottom: 17px;
    gap: 14px;
  }
  .team-controls h2 {
    font-size: 20px;
  }
  .window-control {
    width: 100%;
    justify-content: space-between;
  }
  .window-control button {
    padding: 8px 13px;
    font-size: 11px;
  }
  .stats-row>div {
    padding: 20px;
  }
  .stats-row span {
    font-size: 11px;
  }
  .stats-row strong {
    font-size: 30px;
  }
  .stats-row small {
    font-size: 11px;
    margin-left: 4px;
  }
  .stats-row em {
    font-size: 9px;
  }
  .analysis-panel {
    padding: 21px;
  }
  .panel-heading h3 {
    font-size: 15px;
  }
  .chart-key {
    font-size: 10px;
  }
  .chart-note {
    font-size: 9px;
  }
  .team-analysis-grid {
    margin-top: 18px;
    gap: 15px;
  }
  .replay-head h3 {
    font-size: 18px;
  }
  .replay-head p {
    font-size: 11px;
  }
  .outcome-tabs button {
    font-size: 11px;
    padding: 8px 12px;
  }
  .replay-metrics {
    gap: 24px;
  }
  .replay-metrics strong {
    font-size: 23px;
  }
  .replay-metrics>div>span {
    font-size: 10px;
  }
  .dialog-title {
    font-size: 23px;
  }
  .dialog-intro {
    font-size: 12px;
  }
  .dialog-price-grid {
    gap: 9px;
  }
  .dialog-price-grid>div {
    padding: 15px;
  }
  .dialog-price-grid span {
    font-size: 11px;
  }
  .dialog-price-grid strong {
    font-size: 24px;
  }
  .dialog-team-links a {
    font-size: 13px;
    padding: 12px;
  }
  .method-list li {
    font-size: 12px;
  }
}
@media(prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}
/* Dense match cards retain readable labels at six columns. */
.event-meta > span {
  font-size: 12px;
  color: #75839a;
}
.event-state {
  font-size: 12px;
  color: #8290a7;
}
.competitor > span {
  font-size: 14px;
}
.price-options button > span {
  font-size: 11px;
  color: #7086a9;
}
.price-options button:nth-child(2) > span {
  color: #7e8b9f;
}
.price-options button:nth-child(3) > span {
  color: #aa7e70;
}
.event-bottom {
  font-size: 11px;
  color: #8795ac;
}
.event-bottom b, .event-bottom button {
  font-size: 11px;
}
@media (max-width: 520px) {
  .row-composition {
    font-size: 10px;
  }
  .league-item {
    font-size: 12px;
  }
  .auth-modal { padding: 12px; align-items: end; }
  .auth-modal-card { padding: 28px 20px 24px; border-radius: 18px 18px 12px 12px; }
  .auth-modal-heading h2 { font-size: 23px; }
}
