@font-face {
  font-family: Barlow;
  src: url("/assets/fonts/title.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: DM;
  src: url("/assets/fonts/body.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: DM;
  src: url("/assets/fonts/bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
:root {
  --paper: #f4f1e7;
  --navy: #102f46;
  --red: #b32d2a;
  --green: #22634c;
  --line: #d8d8cc;
  --muted: #63716f;
  --white: #fffef8;
  --title: Barlow, "Arial Narrow", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--navy);
  font-family: DM, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  opacity: 0.035;
  pointer-events: none;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23000' filter='url(%23n)' opacity='.8' d='M0 0h180v180H0z'/%3E%3C/svg%3E");
}
button,
input,
select {
  font: inherit;
}
button,
a,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
select:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #dd902e;
  outline-offset: 4px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-family: var(--title);
  font-weight: 800;
  line-height: 0.93;
  letter-spacing: -0.025em;
}
h2 {
  font-size: 64px;
  text-transform: uppercase;
}
h2 > span {
  color: var(--red);
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.topline {
  background: var(--navy);
  color: var(--paper);
  font-size: 10px;
  letter-spacing: 1.4px;
  padding: 9px 48px;
  display: flex;
  justify-content: space-between;
}
.topline i {
  color: #d25c49;
  padding: 0 12px;
  font-style: normal;
}
.header {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 18px;
}
.brand img {
  width: 135px;
  height: 56px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.brand > span {
  border-left: 1px solid var(--line);
  padding-left: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 1px;
  font-size: 13px;
}
.brand small {
  font-size: 9px;
  letter-spacing: 1.5px;
  font-weight: 400;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
  font-weight: 700;
}
.header nav > a:hover,
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.nav-support {
  border: 1px solid var(--navy);
  padding: 12px 17px;
}
.nav-support span {
  padding-left: 16px;
}
.hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 6%;
  padding-block: 58px 62px;
  align-items: center;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.7px;
  font-weight: 700;
  margin-bottom: 24px;
}
.small-star {
  color: var(--red);
  font-size: 18px;
  vertical-align: middle;
  margin-right: 8px;
}
h1 {
  font-size: clamp(80px, 8.5vw, 126px);
  line-height: 0.87;
  letter-spacing: -0.02em;
}
h1 > span {
  color: var(--red);
}
.ribbon {
  display: inline-block;
  margin: 18px 0 24px;
  background: var(--green);
  color: white;
  padding: 5px 28px 7px;
  font-weight: 700;
  font-size: 24px;
  transform: rotate(-2deg);
}
.hero-copy > p {
  font-size: 14px;
  line-height: 1.8;
  color: #526369;
}
.hero-copy p strong {
  color: var(--navy);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 28px;
}
.button {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 15px 23px;
  font-size: 13px;
  font-weight: 700;
  min-height: 48px;
}
.primary {
  background: var(--navy);
  color: #fff;
}
.primary:hover {
  background: var(--green);
}
.button > span {
  font-size: 20px;
}
.text-link {
  font-weight: 700;
  font-size: 12px;
}
.text-link > span {
  margin-left: 12px;
}
.hero-art {
  padding: 8px 12px 0 0;
  position: relative;
}
.poster {
  position: relative;
  background: var(--green);
  height: 505px;
  color: var(--paper);
  transform: rotate(3deg);
  box-shadow: 10px 12px 0 #dcdacb;
  overflow: hidden;
  border: 8px solid #fffef4;
}
.poster-top {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  font-size: 9px;
  letter-spacing: 1.5px;
  position: relative;
  z-index: 2;
}
.poster-date {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 28px;
  line-height: 1;
}
.poster-date > span {
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 16px;
}
.poster-date > strong {
  font-family: var(--title);
  font-size: 200px;
  letter-spacing: -8px;
  line-height: 0.95;
}
.poster-date > span:last-child {
  font-size: 22px;
}
.hero-ball {
  position: absolute;
  width: 280px;
  height: 280px;
  right: 8px;
  top: 130px;
  transform: rotate(-17deg);
  filter: drop-shadow(-16px 22px 10px #082e3a66);
  z-index: 3;
}
.orbit {
  border: 1px solid #e2eada44;
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  top: 110px;
  left: 15px;
}
.orbit-two {
  width: 320px;
  height: 320px;
  top: 190px;
  left: 95px;
}
.poster-sticker {
  position: absolute;
  bottom: 82px;
  left: 24px;
  z-index: 5;
  background: var(--red);
  color: var(--paper);
  transform: rotate(-8deg);
  padding: 15px 50px 15px 18px;
  font-size: 14px;
  line-height: 1.2;
  box-shadow: 3px 5px 0 #113a3033;
}
.poster-sticker strong {
  font-size: 20px;
}
.poster-sticker > span {
  position: absolute;
  right: 16px;
  top: 19px;
  font-size: 32px;
}
.poster-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 24px;
  border-top: 1px solid #e2eada66;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 1px;
}
.poster-bottom > span:last-child {
  font-family: var(--title);
  font-size: 25px;
}
.art-caption {
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 1.4px;
  font-weight: 700;
}
.flag-strip {
  background: #e9e8dc;
  border-block: 1px solid var(--line);
  overflow: hidden;
}
.flag-strip > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 16px;
}
.flag-strip span {
  color: #9da898;
  font-size: 12px;
}
.flag {
  width: 30px;
  height: 22px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px #102f460d;
}
.flag-strip .flag {
  width: 31px;
  height: 23px;
}
.event-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-block: 26px;
  border-bottom: 1px solid var(--line);
}
.event-bar > div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 28px;
  border-left: 1px solid var(--line);
}
.event-bar > div:first-child {
  border: 0;
  padding-left: 0;
}
.meta-icon {
  font-size: 27px;
  color: var(--green);
}
.event-bar p {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.event-bar small {
  font-size: 9px;
  letter-spacing: 1.2px;
  color: var(--muted);
}
.event-bar strong {
  font-size: 12px;
}
.section {
  padding-block: 76px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  margin-bottom: 34px;
}
.section-heading .eyebrow {
  margin-bottom: 16px;
}
.section-heading > p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
}
.sync {
  font-size: 11px !important;
  white-space: nowrap;
  color: var(--green) !important;
}
.sync.offline {
  color: var(--red) !important;
  white-space: normal;
}
.featured {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.match-card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 22px;
}
.feature-card {
  border-top: 3px solid var(--navy);
}
.match-meta {
  font-size: 9px;
  letter-spacing: 0.7px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 20px;
}
.match-meta b {
  color: #a2aaa0;
  margin: 0 6px;
}
.status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  background: #e9eee5;
  color: #64725c;
  padding: 4px 8px;
  white-space: nowrap;
  letter-spacing: 0.3px;
}
.status.live {
  background: #ffe7df;
  color: var(--red);
}
.status.live i {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: var(--red);
  animation: pulse 2s infinite;
}
.status.finished {
  background: #dfeee4;
  color: var(--green);
}
.match-team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-block: 6px;
}
.team-name {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  min-width: 0;
}
.match-team > strong {
  font-family: var(--title);
  font-size: 32px;
  line-height: 1;
}
.feature-card .team-name {
  font-size: 19px;
}
.feature-card .flag {
  width: 34px;
  height: 25px;
}
.match-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
  font-size: 10px;
  color: var(--muted);
}
.match-bottom > span:first-child {
  font-weight: 700;
  color: var(--navy);
}
.schedule-toolbar {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-bottom: 18px;
}
.segmented {
  display: flex;
  border: 1px solid var(--line);
  margin-right: auto;
  align-self: flex-end;
}
.segmented button {
  padding: 12px 18px;
  border: 0;
  background: transparent;
  font-size: 11px;
  color: var(--navy);
  font-weight: 700;
  min-height: 43px;
}
.segmented button.active {
  background: var(--navy);
  color: white;
}
.select-label {
  font-size: 9px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: var(--muted);
}
select {
  padding: 10px 28px 10px 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--navy);
  background: transparent;
  font-size: 11px;
  min-height: 43px;
}
.schedule {
  border-top: 1px solid var(--navy);
}
.schedule-row {
  display: grid;
  grid-template-columns: 100px 1fr 95px 85px;
  gap: 24px;
  align-items: center;
  padding: 20px 12px;
  border-bottom: 1px solid var(--line);
}
.schedule-time {
  font-size: 17px;
  font-weight: 700;
}
.schedule-time small,
.court small {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: var(--muted);
  margin-top: 3px;
}
.schedule-teams {
  display: grid;
  grid-template-columns: 1fr 94px 1fr;
  align-items: center;
  gap: 12px;
}
.schedule-teams > .team-name:first-child {
  justify-content: flex-end;
}
.schedule-teams > .team-name:first-child .flag {
  order: 1;
}
.score {
  text-align: center;
  font-family: var(--title);
  font-size: 24px;
  background: #e9e9de;
  padding: 3px 5px;
  white-space: nowrap;
}
.score > span {
  padding: 0 8px;
  color: #8a958b;
}
.score > small {
  display: block;
  font-family: DM;
  font-size: 9px;
}
.score.live {
  color: var(--red);
}
.court {
  font-size: 11px;
  text-align: center;
}
.schedule-row > .status {
  justify-self: end;
}
.more-button {
  width: 100%;
  min-height: 48px;
  background: transparent;
  border: 1px solid var(--line);
  margin-top: 16px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
}
.more-button:hover {
  background: #e9e9de;
}
.more-button span {
  margin-left: 12px;
}
.groups-section {
  background: #e9eadf;
  border-block: 1px solid var(--line);
}
.groups-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.group-card {
  background: var(--paper);
  border: 1px solid #c9cec4;
  position: relative;
}
.group-header {
  background: var(--navy);
  color: var(--paper);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.group-header:before {
  content: "";
  position: absolute;
  left: 30px;
  top: -7px;
  width: 36px;
  height: 12px;
  background: var(--red);
  transform: rotate(-5deg);
}
.group-header h3 {
  font-family: var(--title);
  font-size: 29px;
  line-height: 1;
}
.group-header > span {
  font-size: 8px;
  letter-spacing: 1.2px;
  color: #d4dfdc;
}
.group-card table {
  width: calc(100% - 36px);
  margin: 10px 18px 0;
  border-collapse: collapse;
  font-size: 12px;
}
.group-card thead {
  font-size: 9px;
  color: var(--muted);
}
.group-card th,
.group-card td {
  padding: 12px 7px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.group-card thead th:first-child {
  text-align: left;
}
.group-card tbody th {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  font-weight: 700;
}
.rank {
  font-size: 10px;
  color: var(--muted);
  width: 16px;
  display: inline-block;
}
.qualifying .rank {
  color: var(--green);
  font-weight: 700;
}
.qualifying td:last-child {
  color: var(--green);
}
.group-card .flag {
  width: 26px;
  height: 20px;
}
.group-foot {
  padding: 15px 24px;
  color: var(--muted);
  font-size: 10px;
}
.legend {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 10px;
  margin-top: 22px;
}
.legend i {
  display: inline-block;
  background: var(--green);
  width: 6px;
  height: 6px;
  margin-right: 6px;
}
.bracket {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.bracket-round > h3 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 13px;
}
.bracket-round > h3 > span {
  color: var(--red);
  margin-right: 10px;
}
.bracket-games {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.bracket-game {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 16px;
  position: relative;
}
.bracket-game .team-name {
  font-size: 11px;
  gap: 8px;
}
.bracket-game .flag {
  width: 23px;
  height: 17px;
}
.bracket-game .match-meta {
  color: var(--muted);
  font-size: 9px;
  margin-bottom: 10px;
}
.bracket-game .match-team > strong {
  font-size: 23px;
}
.bracket-game > small {
  font-size: 9px;
}
.bracket-round:nth-child(2) .bracket-games {
  padding-top: 68px;
  gap: 162px;
}
.bracket-round:nth-child(3) .bracket-games {
  padding-top: 205px;
}
.bracket-round:not(:last-child) .bracket-game:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 35px;
  border-top: 1px solid #b5beb2;
}
.final-game {
  border: 2px solid var(--green);
  background: #e9eee0;
}
.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6e8e0;
  color: #95a092;
  font-size: 10px;
}
.third-place {
  margin-top: 35px;
}
.third-place h4 {
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 400;
}
.third-place .match-card {
  padding: 14px;
  background: transparent;
}
.third-place .match-meta {
  display: none;
}
.third-place .team-name {
  font-size: 10px;
}
.third-place .flag {
  width: 23px;
  height: 17px;
}
.third-place .match-team > strong {
  font-size: 20px;
}
.third-place .match-bottom {
  font-size: 8px;
}
.support-section {
  background: var(--navy);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.support-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.support-heading h2 {
  font-size: 79px;
}
.support-heading em {
  font-style: normal;
  color: #e9866c;
}
.support-heading p {
  color: #becbc8;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 24px;
}
.support-count {
  position: relative;
  padding-right: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.support-count > strong {
  font-family: var(--title);
  font-size: 120px;
  line-height: 1;
}
.support-count > span:not(.support-star) {
  font-size: 9px;
  letter-spacing: 1.6px;
}
.support-star {
  position: absolute;
  right: -20px;
  top: -35px;
  font-size: 100px;
  color: #dd6c54;
  transform: rotate(15deg);
}
#support-message {
  color: #becbc8;
  font-size: 11px;
  margin: 32px 0 18px;
}
.support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.support-team {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 15px;
  border: 1px solid #60717c;
  background: #ffffff06;
  color: var(--paper);
  text-align: left;
  min-height: 63px;
}
.support-team > span:not(.heart) {
  font-size: 12px;
  font-weight: 700;
}
.support-team-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  overflow-wrap: anywhere;
}
.support-team-count {
  font-size: 11px;
  font-weight: 400;
  color: #c8d6d4;
  font-variant-numeric: tabular-nums;
}
.support-team.chosen .support-team-count {
  color: var(--green);
}
.heart {
  margin-left: auto;
  font-size: 24px;
  color: #df9b83;
  line-height: 1;
}
.support-team:hover:not(:disabled) {
  background: #ffffff18;
  border-color: #f1dcc7;
  transform: translateY(-2px);
}
.support-team.chosen {
  background: var(--paper);
  color: var(--navy);
  border-color: var(--paper);
}
.support-team:disabled:not(.chosen) {
  opacity: 0.85;
}
@media (max-width: 380px) {
  .support-team .heart {
    display: none;
  }
}
.support-ranking {
  margin-top: 24px;
  border-top: 1px solid #ffffff30;
  padding-top: 20px;
}
.support-ranking summary {
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.support-ranking ol {
  list-style: none;
  padding: 12px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
}
.support-ranking li {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #ffffff20;
  padding: 12px 0;
  font-size: 11px;
}
.support-ranking li .rank {
  color: #aabebf;
}
.support-ranking li strong {
  margin-right: auto;
}
.support-ranking li > span:last-child {
  width: 35px;
  text-align: right;
}
.support-ranking li .flag {
  width: 22px;
  height: 16px;
}
.info-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.info-section h2 {
  font-size: 78px;
}
.info-section p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
  margin: 24px 0;
}
.info-card {
  border: 1px solid var(--line);
  padding: 6px 30px;
  background: #ecebdf;
}
.info-card > div {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.info-card > div:last-child {
  border: 0;
}
.info-card span {
  display: block;
  font-size: 9px;
  letter-spacing: 1.2px;
  color: var(--green);
  margin-bottom: 6px;
  font-weight: 700;
}
.info-card strong {
  font-size: 16px;
}
.info-card p {
  margin: 6px 0 0;
  font-size: 12px;
}
.rules-section {
  border-top: 1px solid var(--line);
  padding: 22px 0 45px;
}
.rules-section summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 13px;
}
.rules-body {
  max-width: 850px;
  padding-top: 20px;
  color: var(--muted);
  font-size: 12px;
}
.rules-body p + p {
  margin-top: 12px;
}
.footer {
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 30px;
  padding-block: 32px;
}
.footer > .brand {
  margin-right: 10px;
}
.footer p {
  font-size: 12px;
  margin-right: auto;
}
.footer small {
  font-size: 9px;
  color: var(--muted);
}
.footer > a:not(.brand) {
  font-size: 10px;
}
.skip {
  position: absolute;
  left: 20px;
  top: -100px;
  background: var(--paper);
  padding: 10px;
  z-index: 30;
}
.skip:focus {
  top: 20px;
}
.empty,
.loading {
  padding: 35px 12px;
  color: var(--muted);
}
dialog {
  background: var(--paper);
  color: var(--navy);
  border: 1px solid var(--navy);
  padding: 40px;
  max-width: calc(100% - 32px);
  width: 410px;
  text-align: center;
}
dialog::backdrop {
  background: #071f35aa;
  backdrop-filter: blur(3px);
}
.dialog-close {
  position: absolute;
  right: 10px;
  top: 8px;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-size: 28px;
  width: 40px;
  height: 40px;
}
dialog .flag {
  width: 70px;
  height: 52px;
  margin: 10px 0 24px;
}
dialog h2 {
  font-size: 50px;
  margin-bottom: 20px;
}
dialog p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 20px;
}
dialog .eyebrow {
  font-size: 9px;
  margin-bottom: 12px;
}
dialog .button {
  width: 100%;
}
.error {
  color: var(--red) !important;
  font-size: 12px;
}
.toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--green);
  color: white;
  padding: 16px 25px;
  z-index: 30;
  max-width: calc(100% - 24px);
  width: max-content;
  font-size: 12px;
  box-shadow: 0 8px 24px #102f4633;
}
button:disabled {
  opacity: 0.65;
}
[hidden] {
  display: none !important;
}
@keyframes pulse {
  50% {
    opacity: 0.3;
  }
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 70px;
  }
  .hero h1 {
    font-size: 132px;
  }
  .poster {
    height: 540px;
  }
  .hero-ball {
    width: 310px;
    height: 310px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .header nav {
    gap: 18px;
  }
  .header .brand > span {
    display: none;
  }
  .hero {
    gap: 4%;
  }
  .poster {
    height: 460px;
  }
  .hero-ball {
    width: 250px;
    height: 250px;
    right: 6px;
  }
  .hero h1 {
    font-size: 92px;
  }
  .poster-date > strong {
    font-size: 172px;
  }
  .event-bar > div {
    padding-left: 15px;
    gap: 10px;
  }
  .event-bar strong {
    font-size: 10px;
  }
  .schedule-row {
    gap: 15px;
    grid-template-columns: 70px 1fr 65px 70px;
  }
  .schedule-toolbar {
    flex-wrap: wrap;
  }
  .segmented button {
    padding-inline: 14px;
  }
  .support-team {
    padding: 14px 10px;
    gap: 9px;
  }
  .support-team .flag {
    width: 25px;
    height: 19px;
  }
  .bracket {
    gap: 22px;
  }
  .bracket-round:not(:last-child) .bracket-game:after {
    width: 23px;
  }
  .info-section {
    gap: 45px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .topline {
    padding: 8px 18px;
    font-size: 8px;
    letter-spacing: 0.8px;
    justify-content: center;
  }
  .topline > span:first-child {
    display: none;
  }
  .header {
    height: auto;
    min-height: 84px;
    flex-wrap: wrap;
    gap: 10px;
    padding-block: 14px;
  }
  .header .brand img {
    width: 110px;
    height: 43px;
  }
  .header .brand > span {
    display: block;
    font-size: 10px;
    padding-left: 12px;
  }
  .header .brand small {
    font-size: 7px;
  }
  .header .brand {
    gap: 12px;
  }
  .header nav {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--line);
    font-size: 10px;
  }
  .nav-support {
    padding: 8px 10px;
  }
  .nav-support span {
    padding-left: 3px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 36px;
    gap: 30px;
  }
  .hero .eyebrow {
    font-size: 8px;
    margin-bottom: 19px;
    letter-spacing: 1.3px;
  }
  .hero h1 {
    font-size: clamp(80px, 18vw, 122px);
    max-width: 480px;
  }
  .hero h1 > span > br {
    display: none;
  }
  .hero h1 > span {
    display: block;
  }
  .ribbon {
    font-size: 21px;
    margin-block: 15px 21px;
    padding-inline: 20px;
  }
  .hero-copy > p {
    font-size: 12px;
  }
  .hero-actions {
    gap: 25px;
    margin-top: 23px;
  }
  .button {
    font-size: 11px;
    padding: 13px 19px;
    gap: 20px;
  }
  .text-link {
    font-size: 11px;
  }
  .hero-art {
    padding: 6px 14px 0 7px;
    max-width: 450px;
    width: 100%;
    margin-inline: auto;
  }
  .poster {
    height: 360px;
    transform: rotate(2deg);
    border-width: 6px;
  }
  .poster-top {
    font-size: 8px;
    padding: 15px;
  }
  .poster-date {
    margin-left: 20px;
  }
  .poster-date > span {
    font-size: 12px;
  }
  .poster-date > strong {
    font-size: 146px;
    letter-spacing: -5px;
  }
  .poster-date > span:last-child {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .hero-ball {
    width: clamp(100px, calc(100vw - 216px), 174px);
    height: auto;
    top: 105px;
    right: 6px;
  }
  .poster-sticker {
    bottom: 61px;
    left: 15px;
    padding: 10px 44px 10px 14px;
    font-size: 11px;
  }
  .poster-sticker strong {
    font-size: 16px;
  }
  .poster-sticker > span {
    font-size: 26px;
    top: 12px;
    right: 13px;
  }
  .poster-bottom {
    padding: 11px 18px;
    font-size: 9px;
  }
  .poster-bottom > span:last-child {
    font-size: 21px;
  }
  .art-caption {
    padding-top: 23px;
    font-size: 7px;
    letter-spacing: 1px;
  }
  .flag-strip > .wrap {
    width: max-content;
    gap: 18px;
    padding: 14px 18px;
  }
  .flag-strip .flag {
    width: 28px;
    height: 21px;
  }
  .event-bar {
    grid-template-columns: 1fr;
    padding-block: 7px;
  }
  .event-bar > div {
    border-left: 0;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    gap: 15px;
  }
  .event-bar > div:first-child {
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
  }
  .event-bar > div:last-child {
    border: 0;
  }
  .event-bar small {
    font-size: 8px;
  }
  .event-bar strong {
    font-size: 12px;
  }
  .meta-icon {
    width: 27px;
    text-align: center;
    font-size: 24px;
  }
  .section {
    padding-block: 48px;
  }
  h2 {
    font-size: 48px;
  }
  .section-heading {
    display: block;
    margin-bottom: 24px;
  }
  .section-heading > p {
    margin-top: 18px;
    font-size: 11px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
  }
  .section-heading .eyebrow {
    margin-bottom: 14px;
  }
  .sync {
    font-size: 10px !important;
  }
  .featured {
    gap: 12px;
    margin-bottom: 25px;
  }
  .match-card {
    padding: 14px;
  }
  .feature-card .match-meta {
    flex-direction: column;
    align-items: flex-start;
    font-size: 7px;
    gap: 8px;
    letter-spacing: 0.2px;
    margin-bottom: 12px;
  }
  .match-meta b {
    margin: 0 2px;
  }
  .feature-card .team-name {
    font-size: 12px;
    gap: 7px;
  }
  .feature-card .flag {
    width: 24px;
    height: 18px;
  }
  .feature-card .match-team > strong {
    font-size: 25px;
  }
  .match-team {
    gap: 6px;
  }
  .match-bottom {
    font-size: 9px;
    margin-top: 13px;
    padding-top: 10px;
    flex-wrap: wrap;
    gap: 4px;
  }
  .match-bottom > span:last-child {
    font-size: 8px;
  }
  .schedule-toolbar {
    gap: 10px;
  }
  .segmented {
    width: 100%;
    margin: 0;
  }
  .segmented button {
    flex: 1;
    padding: 10px 8px;
    font-size: 10px;
  }
  .select-label {
    flex: 1;
    min-width: 0;
    font-size: 8px;
  }
  .select-label select {
    width: 100%;
    font-size: 10px;
  }
  .schedule-row {
    grid-template-columns: 52px 1fr 48px;
    gap: 10px;
    padding: 17px 0;
    position: relative;
  }
  .schedule-time {
    font-size: 13px;
  }
  .schedule-time small {
    font-size: 8px;
  }
  .schedule-teams {
    grid-template-columns: 1fr;
    gap: 5px;
    padding-right: 35px;
    position: relative;
  }
  .schedule-teams > .team-name {
    font-size: 11px;
    gap: 8px;
  }
  .schedule-teams > .team-name:first-child {
    justify-content: flex-start;
  }
  .schedule-teams > .team-name:first-child .flag {
    order: 0;
  }
  .schedule-teams .flag {
    width: 23px;
    height: 17px;
  }
  .score {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    background: transparent;
    line-height: 1.15;
    width: 28px;
  }
  .score > span {
    font-size: 8px;
    line-height: 0.8;
    padding: 0;
    color: var(--muted);
  }
  .score > small {
    position: absolute;
    top: 100%;
    font-size: 7px;
    right: 0;
    background: var(--paper);
  }
  .court {
    font-size: 8px;
  }
  .court small {
    font-size: 8px;
  }
  .schedule-row > .status {
    display: none;
  }
  .groups-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .group-header h3 {
    font-size: 27px;
  }
  .group-card th,
  .group-card td {
    padding: 13px 5px;
  }
  .group-card .flag {
    width: 27px;
    height: 20px;
  }
  .group-card tbody th {
    gap: 10px;
  }
  .legend {
    font-size: 8px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .bracket {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    gap: 20px;
    padding-bottom: 18px;
  }
  .bracket-round {
    min-width: 265px;
    scroll-snap-align: start;
  }
  .bracket-round:not(:last-child) .bracket-game:after {
    width: 21px;
  }
  .support-heading {
    display: block;
  }
  .support-heading h2 {
    font-size: 62px;
  }
  .support-heading p {
    font-size: 12px;
    margin-top: 20px;
  }
  .support-count {
    flex-direction: row;
    align-items: center;
    gap: 18px;
    margin-top: 24px;
    padding: 0;
  }
  .support-count > strong {
    font-size: 65px;
  }
  .support-count > span:not(.support-star) {
    font-size: 8px;
    max-width: 100px;
  }
  .support-star {
    right: 15px;
    top: -5px;
    font-size: 65px;
  }
  .support-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .support-team {
    padding: 14px 11px;
    gap: 10px;
    min-height: 60px;
  }
  .support-team > span:not(.heart) {
    font-size: 11px;
  }
  .support-team .flag {
    width: 26px;
    height: 20px;
  }
  .heart {
    font-size: 21px;
  }
  #support-message {
    font-size: 10px;
    margin-top: 24px;
  }
  .support-ranking ol {
    grid-template-columns: 1fr;
  }
  .info-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .info-section h2 {
    font-size: 64px;
  }
  .info-section p {
    font-size: 12px;
    margin-block: 20px;
  }
  .info-card {
    padding: 0 23px;
  }
  .info-card p {
    margin: 5px 0 0;
    font-size: 11px;
  }
  .info-card strong {
    font-size: 14px;
  }
  .rules-section {
    padding-bottom: 30px;
  }
  .footer {
    flex-wrap: wrap;
    gap: 20px;
    padding-block: 25px;
  }
  .footer .brand img {
    width: 105px;
    height: 45px;
  }
  .footer p {
    font-size: 10px;
    flex: 1;
    min-width: 170px;
  }
  .footer small {
    font-size: 8px;
  }
  .footer > a:not(.brand) {
    font-size: 10px;
  }
  .toast {
    font-size: 11px;
    padding: 13px 16px;
  }
  dialog {
    padding: 34px 24px;
  }
}
.brand img,
.header .brand img,
.footer .brand img {
  width: 44px;
  height: 49px;
}
.brand {
  gap: 10px;
}
.brand > strong {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -1px;
}
.brand > strong > small {
  display: block;
  letter-spacing: 0.8px;
  font-size: 6px;
  font-weight: 700;
  margin-top: 7px;
}
.brand > span {
  margin-left: 10px;
}
.header .brand > span {
  font-size: 11px;
}
.brand small {
  letter-spacing: 0.7px;
}
@media (max-width: 700px) {
  .header .brand > span {
    font-size: 10px;
  }
  .brand > strong {
    font-size: 24px;
  }
  .header .brand img,
  .footer .brand img {
    width: 36px;
    height: 40px;
  }
  .header .brand {
    gap: 8px;
  }
  .brand > span {
    margin-left: 5px;
  }
}
@media (max-width: 700px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-copy,
  .hero-art {
    min-width: 0;
  }
  .hero h1 {
    font-size: clamp(62px, 19vw, 122px);
  }
  .hero h1 > span {
    display: inline;
  }
  .hero h1 > span > br {
    display: initial;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .button {
    padding-inline: 16px;
  }
  .hero .eyebrow {
    letter-spacing: 1px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
.live-intro {
  padding-block: 24px;
}
.live-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 14px 0 0;
}
.live-intro .featured {
  margin-bottom: 18px;
}
.hero {
  padding-block: 40px;
  border-top: 1px solid var(--line);
}
.hero-copy h1 {
  font-size: clamp(48px, 6vw, 80px);
  line-height: 0.88;
  letter-spacing: -1px;
}
.hero-copy h1 span {
  color: var(--green);
}
@media (max-width: 600px) {
  .live-intro {
    padding-block: 20px 24px;
  }
  .live-caption {
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 12px;
  }
  .hero {
    padding-block: 30px;
  }
}
