/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
:root {
  --cream: #f6eddd;
  --paper: #fff8eb;
  --ink: #171411;
  --red: #ff583b;
  --red-dark: #d93426;
  --yellow: #ffc63f;
  --line: rgba(23, 20, 17, 0.2);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button, summary, a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
a:focus-visible, summary:focus-visible {
  outline: 3px solid #1c69ff;
  outline-offset: 4px;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 100;
  padding: 10px 16px;
  background: white;
  border: 2px solid var(--ink);
  font-weight: 800;
}
.skip-link:focus {
  top: 16px;
}
.ticker {
  background: var(--ink);
  color: var(--cream);
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}
.ticker-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: clamp(24px, 5vw, 76px);
  flex-wrap: wrap;
}
.ticker span::before {
  content: "•";
  color: var(--yellow);
  margin-right: 10px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  max-width: 1260px;
  margin: 0 auto;
  min-height: 82px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 28px;
  background: var(--cream);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--cream) 92%, transparent);
  }
  border-bottom: 2px solid var(--ink);
  backdrop-filter: blur(12px);
}
.site-header nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 800;
}
.site-header nav a {
  position: relative;
  padding: 28px 0;
}
.site-header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 18px;
  height: 4px;
  background: var(--red);
  transition: right .2s ease;
}
.site-header nav a:hover::after {
  right: 0;
}
.nav-cta, .button-primary {
  background: var(--red);
  color: white;
  border: 2px solid var(--ink);
  font-weight: 900;
  box-shadow: 5px 5px 0 var(--ink);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.nav-cta {
  padding: 12px 20px;
  border-radius: 999px;
}
.nav-cta:hover, .button-primary:hover {
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 var(--ink);
  background: var(--red-dark);
}
.hero {
  max-width: 1260px;
  margin: 0 auto;
  padding: 74px 22px 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: clamp(44px, 7vw, 94px);
  align-items: center;
  background-image: linear-gradient(rgba(23,20,17,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(23,20,17,.045) 1px, transparent 1px);
  background-size: 56px 56px;
}
.eyebrow, .kicker {
  font-size: 12px;
  letter-spacing: .18em;
  font-weight: 900;
  text-transform: uppercase;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 9px 14px;
  background: var(--yellow);
  border: 2px solid var(--ink);
  transform: rotate(-1deg);
  box-shadow: 3px 3px 0 var(--ink);
}
.eyebrow i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}
.hero h1 {
  margin: 0;
  font-size: clamp(58px, 6.7vw, 100px);
  line-height: .86;
  letter-spacing: -.075em;
  font-weight: 1000;
}
.hero h1 span {
  display: block;
  color: var(--red);
  -webkit-text-stroke: 2px var(--ink);
  text-shadow: 4px 4px 0 var(--ink);
}
.slogan {
  margin: 34px 0 26px;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 24px;
  font-size: 17px;
}
.button span {
  font-size: 24px;
  transition: transform .2s ease;
}
.button:hover span {
  transform: rotate(-45deg);
}
.text-link {
  font-weight: 800;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 4px;
}
.fee-note {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 34px;
}
.fee-note span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}
.fee-note strong {
  font-size: 30px;
}
.event-poster {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
  border: 3px solid var(--ink);
  box-shadow: 16px 16px 0 var(--red);
  transform: rotate(2deg);
  padding: 34px;
}
.poster-grid {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: linear-gradient(white 1px, transparent 1px), linear-gradient(90deg, white 1px, transparent 1px);
  background-size: 42px 42px;
}
.event-poster > p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2em;
}
.poster-date {
  position: relative;
  z-index: 2;
  margin-top: 16px;
  font-size: clamp(80px, 9vw, 126px);
  line-height: .7;
  font-family: Arial Black, sans-serif;
  font-weight: 1000;
  letter-spacing: -.08em;
}
.poster-date span, .poster-date em {
  display: block;
  font-style: normal;
}
.poster-date em {
  color: var(--red);
  margin-left: 54px;
}
.event-poster > strong {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin: 22px 0 0 4px;
  padding: 10px 14px;
  background: var(--yellow);
  color: var(--ink);
}
.racket {
  position: absolute;
  right: 72px;
  top: 160px;
  width: 160px;
  height: 330px;
  transform: rotate(28deg);
  z-index: 2;
}
.racket-head {
  position: absolute;
  width: 150px;
  height: 190px;
  border: 11px solid var(--cream);
  border-radius: 50%;
  overflow: hidden;
}
.racket-head i {
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background-image: linear-gradient(90deg, transparent 47%, rgba(246,237,221,.55) 48%, rgba(246,237,221,.55) 52%, transparent 53%), linear-gradient(transparent 47%, rgba(246,237,221,.55) 48%, rgba(246,237,221,.55) 52%, transparent 53%);
  background-size: 19px 19px;
}
.racket-handle {
  position: absolute;
  left: 65px;
  top: 182px;
  width: 22px;
  height: 138px;
  background: var(--cream);
  transform: rotate(-3deg);
}
.racket-handle::after {
  content: "";
  position: absolute;
  left: -7px;
  bottom: -22px;
  width: 36px;
  height: 68px;
  background: var(--red);
  transform: skew(-9deg);
  border: 3px solid var(--cream);
}
.shuttle {
  position: absolute;
  right: 8px;
  top: 34px;
  width: 78px;
  height: 112px;
  transform: rotate(19deg);
  z-index: 2;
}
.shuttle::before {
  content: "";
  position: absolute;
  left: 23px;
  bottom: 0;
  width: 34px;
  height: 32px;
  background: var(--yellow);
  border-radius: 50%;
  border: 3px solid var(--ink);
}
.shuttle i {
  position: absolute;
  left: 32px;
  top: 0;
  width: 10px;
  height: 84px;
  background: var(--cream);
  transform-origin: bottom;
}
.shuttle i:first-child {
  transform: rotate(-23deg);
}
.shuttle i:last-child {
  transform: rotate(23deg);
}
.poster-sticker {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  color: var(--ink);
  border: 3px solid var(--ink);
  box-shadow: 5px 5px 0 var(--red);
}
.prize-sticker {
  left: 28px;
  bottom: 96px;
  width: 154px;
  min-height: 88px;
  background: var(--cream);
  transform: rotate(-7deg);
}
.prize-sticker small {
  color: var(--red);
  font-weight: 900;
}
.prize-sticker b {
  font-size: 28px;
}
.team-sticker {
  right: -6px;
  bottom: -6px;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: var(--yellow);
  transform: rotate(-6deg);
  grid-template-columns: auto auto;
  gap: 5px;
}
.team-sticker b {
  font-size: 34px;
}
.team-sticker small {
  font-weight: 900;
  line-height: 1.1;
}
.venue-tag {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 19px;
  font-weight: 900;
  white-space: nowrap;
}
.facts {
  max-width: 1260px;
  margin: 0 auto 96px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 2px solid var(--ink);
  border-right: 0;
}
.facts article {
  min-width: 0;
  padding: 24px;
  border-right: 2px solid var(--ink);
  background: var(--paper);
}
.facts article > span {
  font-size: 12px;
  color: var(--red);
  font-weight: 900;
}
.facts p {
  margin: 18px 0 6px;
  font-size: 13px;
  font-weight: 800;
}
.facts strong {
  display: block;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.15;
}
.facts small {
  display: block;
  margin-top: 7px;
  opacity: .7;
}
.section {
  max-width: 1260px;
  margin: 0 auto;
  padding: 110px 22px;
}
.section-heading h2, .prize-heading h2, .notice-lead h2 {
  margin: 0;
  font-size: clamp(44px, 6vw, 82px);
  line-height: .98;
  letter-spacing: -.065em;
}
.kicker {
  margin: 0 0 18px;
  color: var(--red);
}
.eligibility {
  border-top: 2px solid var(--ink);
}
.eligibility-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feature-card {
  position: relative;
  min-height: 330px;
  padding: 28px;
  border: 2px solid var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
  transition: transform .2s ease, box-shadow .2s ease;
}
.feature-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 10px 10px 0 var(--ink);
}
.feature-card h3 {
  margin: 76px 0 18px;
  font-size: 28px;
  line-height: 1.1;
}
.feature-card p {
  line-height: 1.8;
}
.card-number {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 13px;
  font-weight: 900;
  border-bottom: 3px solid currentColor;
}
.warm-card {
  background: var(--paper);
}
.dark-card {
  background: var(--ink);
  color: var(--cream);
  box-shadow: 7px 7px 0 var(--red);
}
.yellow-card {
  background: var(--yellow);
}
.rule-details {
  margin-top: 34px;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}
.rule-details summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 54px 22px 0;
  font-size: 20px;
  font-weight: 900;
  position: relative;
}
.rule-details summary::-webkit-details-marker {
  display: none;
}
.rule-details summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 13px;
  font-size: 32px;
}
.rule-details[open] summary::after {
  content: "−";
}
.rule-details > div {
  padding: 4px 0 26px;
  max-width: 820px;
  line-height: 1.75;
}
.rule-details ul {
  margin: 12px 0 0;
  padding-left: 22px;
}
.format {
  background: var(--ink);
  color: var(--cream);
  max-width: none;
  padding-left: max(22px, calc((100vw - 1216px)/2));
  padding-right: max(22px, calc((100vw - 1216px)/2));
}
.inline-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 48px;
}
.heading-note {
  max-width: 390px;
  line-height: 1.8;
  opacity: .72;
}
.stage-grid {
  margin: 64px 0 96px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 28px;
}
.stage-grid article {
  min-height: 270px;
  padding: 32px;
  border: 2px solid var(--cream);
  display: flex;
  flex-direction: column;
}
.stage-grid article > span {
  font-size: 12px;
  color: var(--yellow);
  font-weight: 900;
  letter-spacing: .16em;
}
.stage-grid h3 {
  margin: 44px 0 8px;
  font-size: 36px;
}
.stage-grid strong {
  font-size: 22px;
}
.stage-grid p {
  margin-top: auto;
  max-width: 360px;
  line-height: 1.7;
  opacity: .72;
}
.stage-grid .accent-stage {
  background: var(--red);
  color: white;
  border-color: var(--red);
}
.stage-grid .accent-stage > span {
  color: var(--ink);
}
.stage-arrow {
  display: grid;
  place-items: center;
  font-size: 48px;
  color: var(--yellow);
}
.rounds-block {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: start;
  padding: 72px 0;
  border-top: 1px solid rgba(246,237,221,.35);
}
.rounds-intro h3 {
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1;
  margin: 0 0 24px;
}
.rounds-intro > p:last-child {
  line-height: 1.75;
  opacity: .7;
}
.round-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(246,237,221,.35);
}
.round-list li {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(246,237,221,.35);
}
.round-list span {
  color: var(--red);
  font-weight: 900;
}
.round-list b {
  font-size: 21px;
}
.round-list em {
  color: var(--yellow);
  font-style: normal;
  font-weight: 900;
}
.rules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(246,237,221,.35);
  border: 1px solid rgba(246,237,221,.35);
}
.rules-grid article {
  background: var(--ink);
  padding: 30px;
}
.rules-grid b {
  color: var(--red);
}
.rules-grid h3 {
  font-size: 24px;
}
.rules-grid p {
  line-height: 1.7;
  opacity: .7;
}
.schedule {
  background-image: linear-gradient(rgba(23,20,17,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(23,20,17,.04) 1px, transparent 1px);
  background-size: 48px 48px;
}
.time-callout {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  background: var(--yellow);
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
}
.time-callout > span {
  font-size: 36px;
  font-weight: 1000;
}
.time-callout p {
  margin: 0;
  font-weight: 900;
}
.time-callout small {
  font-weight: 600;
}
.opening-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 58px 0 34px;
  border: 2px solid var(--ink);
}
.opening-timeline > div {
  padding: 22px;
  border-right: 2px solid var(--ink);
  background: var(--paper);
}
.opening-timeline > div:last-child {
  border-right: 0;
}
.opening-timeline .start {
  background: var(--red);
  color: white;
}
.opening-timeline time {
  font-weight: 1000;
}
.opening-timeline p {
  margin: 12px 0 0;
  line-height: 1.5;
}
.schedule-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.schedule-columns > article {
  border: 2px solid var(--ink);
  background: var(--paper);
}
.schedule-columns .knockout-card {
  background: var(--ink);
  color: var(--cream);
}
.schedule-title {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-bottom: 2px solid currentColor;
}
.schedule-title span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--red);
  color: white;
  font-weight: 900;
}
.schedule-title h3 {
  margin: 0;
  font-size: 28px;
}
.schedule-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.schedule-list li {
  display: grid;
  grid-template-columns: 74px 132px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid currentColor;
}
.schedule-list li:last-child {
  border-bottom: 0;
}
.schedule-list time {
  font-weight: 1000;
  color: var(--red);
}
.schedule-list span {
  opacity: .7;
}
.schedule-notice {
  margin: 28px 0;
  padding: 22px;
  background: var(--yellow);
  border-left: 8px solid var(--red);
  line-height: 1.75;
}
.venue-details {
  margin-top: 0;
}
.venue-grid {
  max-width: none !important;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.venue-grid p {
  margin: 0;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--ink);
  background: var(--paper);
}
.prizes {
  max-width: none;
  background: var(--red);
  color: white;
  padding-left: max(22px, calc((100vw - 1216px)/2));
  padding-right: max(22px, calc((100vw - 1216px)/2));
}
.prize-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
}
.prize-heading .kicker {
  color: var(--yellow);
}
.prize-heading h2 span {
  font-size: .32em;
  letter-spacing: -.02em;
}
.prize-heading > p {
  max-width: 390px;
  line-height: 1.8;
  font-weight: 700;
}
.prize-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 18px;
  margin-top: 58px;
}
.prize-grid article {
  min-height: 310px;
  padding: 26px;
  background: var(--paper);
  color: var(--ink);
  border: 2px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
}
.prize-grid .champion {
  background: var(--yellow);
  transform: rotate(-1deg);
}
.prize-grid article > span {
  font-weight: 900;
  color: var(--red);
}
.prize-grid h3 {
  margin: 50px 0 8px;
  font-size: 29px;
}
.prize-grid strong {
  font-size: 34px;
}
.prize-grid p {
  margin-top: 22px;
  line-height: 1.65;
}
.notice-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
}
.notice-lead > p:last-child {
  margin-top: 30px;
  line-height: 1.8;
  max-width: 440px;
}
.notice-groups {
  border-top: 2px solid var(--ink);
}
.notice-groups details {
  border-bottom: 2px solid var(--ink);
}
.notice-groups summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 24px 52px 24px 0;
  font-size: 23px;
  font-weight: 900;
}
.notice-groups summary::-webkit-details-marker {
  display: none;
}
.notice-groups summary::after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 14px;
  font-size: 32px;
}
.notice-groups details[open] summary::after {
  content: "−";
}
.notice-groups ul {
  padding: 0 0 24px 22px;
  margin: 0;
  line-height: 1.75;
}
footer {
  background: var(--ink);
  color: var(--cream);
  padding: 72px max(22px, calc((100vw - 1216px)/2));
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 60px;
  align-items: end;
}
.footer-title span {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}
.footer-title h2 {
  margin: 10px 0 0;
  font-size: clamp(52px, 7vw, 94px);
}
.footer-meta p {
  margin: 7px 0;
  opacity: .72;
}
.footer-meta p:first-child {
  opacity: 1;
  color: var(--red);
}
footer > a {
  font-weight: 900;
  border-bottom: 2px solid var(--cream);
  padding-bottom: 6px;
}
@media (max-width: 1050px) {
  .site-header nav {
    display: none;
  }
  .nav-cta {
    margin-left: auto;
  }
  .hero {
    grid-template-columns: 1fr 430px;
    gap: 36px;
  }
  .hero h1 {
    font-size: clamp(58px, 7.4vw, 78px);
  }
  .event-poster {
    min-height: 530px;
  }
  .eligibility-grid, .rules-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .eligibility-grid article:last-child, .rules-grid article:last-child {
    grid-column: 1 / -1;
  }
  .prize-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .venue-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 820px) {
  .ticker-inner span:nth-child(n+3) {
    display: none;
  }
  .site-header {
    min-height: 72px;
  }
  .nav-cta {
    padding: 10px 14px;
    font-size: 13px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 52px;
  }
  .hero h1 {
    font-size: clamp(58px, 14vw, 86px);
  }
  .event-poster {
    width: min(100%, 560px);
    justify-self: center;
    transform: rotate(1deg);
  }
  .facts {
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 0;
  }
  .facts article {
    border-bottom: 2px solid var(--ink);
  }
  .section {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .inline-heading, .prize-heading {
    align-items: start;
    flex-direction: column;
  }
  .stage-grid {
    grid-template-columns: 1fr;
  }
  .stage-arrow {
    transform: rotate(90deg);
  }
  .rounds-block, .notice-section {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .schedule-columns {
    grid-template-columns: 1fr;
  }
  .opening-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
  .opening-timeline > div:nth-child(2) {
    border-right: 0;
  }
  .opening-timeline > div {
    border-bottom: 2px solid var(--ink);
  }
  .opening-timeline > div:nth-child(n+3) {
    border-bottom: 0;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
  footer > a {
    justify-self: start;
  }
}
@media (max-width: 560px) {
  .ticker {
    padding: 9px 14px;
  }
  .ticker-inner {
    justify-content: flex-start;
    gap: 10px;
    letter-spacing: .05em;
  }
  .ticker span:nth-child(2) {
    display: none;
  }
  .site-header {
    min-height: 62px;
    padding: 0 max(10px, env(safe-area-inset-right)) 0 max(10px, env(safe-area-inset-left));
    gap: 8px;
    border-bottom-width: 1px;
  }
  .site-header nav {
    min-width: 0;
    margin-left: 0;
    display: flex;
    flex: 1;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
  }
  .site-header nav a {
    min-width: 44px;
    min-height: 44px;
    padding: 0 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }
  .site-header nav a::after {
    bottom: 5px;
    height: 3px;
  }
  .nav-cta {
    min-height: 44px;
    margin-left: 0;
    padding: 0 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 12px;
    box-shadow: 3px 3px 0 var(--ink);
  }
  .hero {
    padding: 36px 14px 50px;
    gap: 42px;
  }
  .eyebrow {
    margin-bottom: 18px;
    padding: 8px 10px;
    font-size: 11px;
    letter-spacing: .1em;
  }
  .hero h1 {
    font-size: clamp(46px, 15vw, 64px);
    line-height: .9;
  }
  .slogan {
    font-size: 19px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }
  .button {
    width: 100%;
    min-height: 54px;
  }
  .text-link {
    align-self: flex-start;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .fee-note {
    margin-top: 26px;
  }
  .event-poster {
    width: calc(100% - 8px);
    min-height: 410px;
    padding: 22px;
    transform: rotate(.6deg);
    box-shadow: 8px 8px 0 var(--red);
  }
  .event-poster > p {
    max-width: 210px;
    font-size: 10px;
    letter-spacing: .13em;
  }
  .poster-date {
    margin-top: 14px;
    font-size: 82px;
  }
  .event-poster > strong {
    margin-top: 18px;
    padding: 8px 11px;
  }
  .racket {
    right: 18px;
    top: 142px;
    transform: scale(.65) rotate(28deg);
    transform-origin: top right;
  }
  .shuttle {
    right: -4px;
    top: 20px;
    transform: scale(.78) rotate(19deg);
    transform-origin: top right;
  }
  .prize-sticker {
    left: 16px;
    bottom: 70px;
    transform: scale(.76) rotate(-6deg);
    transform-origin: left bottom;
  }
  .team-sticker {
    width: 86px;
    height: 86px;
  }
  .team-sticker b {
    font-size: 29px;
  }
  .venue-tag {
    left: 18px;
    bottom: 24px;
    transform: none;
    font-size: 15px;
  }
  .facts {
    margin: 0 14px 44px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-left: 2px solid var(--ink);
  }
  .facts article {
    min-height: 132px;
    padding: 16px 13px;
  }
  .facts p {
    margin: 14px 0 6px;
  }
  .facts strong {
    font-size: clamp(18px, 6vw, 25px);
  }
  .facts small {
    font-size: 11px;
    line-height: 1.45;
  }
  .section {
    padding: 56px 14px;
  }
  .section-heading h2, .prize-heading h2, .notice-lead h2 {
    font-size: clamp(40px, 12vw, 54px);
  }
  .prize-heading {
    gap: 20px;
  }
  .prize-heading > p {
    margin: 0;
    line-height: 1.65;
  }
  .eligibility-grid, .rules-grid {
    grid-template-columns: 1fr;
  }
  .eligibility-grid article:last-child, .rules-grid article:last-child {
    grid-column: auto;
  }
  .eligibility-grid {
    margin-top: 36px;
    gap: 16px;
  }
  .feature-card {
    min-height: 220px;
    padding: 22px;
    box-shadow: 5px 5px 0 var(--ink);
  }
  .dark-card {
    box-shadow: 5px 5px 0 var(--red);
  }
  .feature-card h3 {
    margin: 52px 0 14px;
    font-size: 24px;
  }
  .feature-card p {
    margin-bottom: 0;
    line-height: 1.7;
  }
  .card-number {
    top: 20px;
    right: 20px;
  }
  .rule-details summary, .notice-groups summary {
    min-height: 56px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }
  .rule-details summary::after, .notice-groups summary::after {
    top: 8px;
  }
  .stage-grid {
    margin: 38px 0 58px;
    gap: 16px;
  }
  .stage-grid article {
    min-height: 205px;
    padding: 22px;
  }
  .stage-grid h3 {
    margin: 30px 0 8px;
    font-size: 30px;
  }
  .stage-arrow {
    min-height: 44px;
    font-size: 38px;
  }
  .rounds-block {
    padding: 52px 0;
    gap: 30px;
  }
  .round-list li {
    grid-template-columns: 42px 1fr auto;
    gap: 10px;
  }
  .round-list b {
    font-size: 17px;
  }
  .rules-grid article {
    padding: 22px;
  }
  .time-callout {
    padding: 15px 16px;
  }
  .time-callout > span {
    font-size: 30px;
  }
  .opening-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 38px 0 26px;
  }
  .opening-timeline > div {
    min-height: 138px;
    padding: 16px;
    border-right: 2px solid var(--ink);
    border-bottom: 2px solid var(--ink) !important;
  }
  .opening-timeline > div:nth-child(2n) {
    border-right: 0;
  }
  .opening-timeline > div:nth-child(n+3) {
    border-bottom: 0 !important;
  }
  .opening-timeline p {
    margin-top: 9px;
    font-size: 14px;
  }
  .schedule-columns {
    gap: 18px;
  }
  .schedule-title {
    padding: 18px;
  }
  .schedule-title h3 {
    font-size: 24px;
  }
  .schedule-list li {
    grid-template-columns: 58px 1fr;
    gap: 8px 12px;
    padding: 14px 16px;
  }
  .schedule-list li span {
    grid-column: 2;
  }
  .schedule-notice {
    margin: 22px 0;
    padding: 17px;
  }
  .venue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .venue-grid p {
    padding: 12px 10px;
    font-size: 13px;
  }
  .prize-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 36px;
  }
  .prize-grid article {
    min-height: 238px;
    padding: 17px;
    box-shadow: 4px 4px 0 var(--ink);
  }
  .prize-grid .champion {
    transform: none;
  }
  .prize-grid h3 {
    margin: 32px 0 6px;
    font-size: 25px;
  }
  .prize-grid strong {
    font-size: 27px;
  }
  .prize-grid p {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.6;
  }
  .notice-section {
    gap: 34px;
  }
  footer {
    grid-template-columns: 1fr;
    padding-top: 58px;
    padding-bottom: 58px;
    gap: 32px;
  }
}
@media (max-width: 340px) {
  .site-header {
    padding-left: 6px;
    padding-right: 6px;
    gap: 5px;
  }
  .site-header nav {
    gap: 4px;
    font-size: 11px;
  }
  .site-header nav a {
    min-width: 42px;
  }
  .nav-cta {
    padding: 0 6px;
    font-size: 11px;
  }
  .prize-grid {
    grid-template-columns: 1fr;
  }
  .prize-grid article {
    min-height: 210px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
