:root {
  --black: #050809;
  --black-2: #091011;
  --panel: #0d1718;
  --panel-2: #101d1e;
  --white: #f6f6f2;
  --muted: #e1e4e4;
  --line: rgba(0, 207, 214, 0.24);
  --accent: #00cfd6;
  --lime: #c9ff3d;
  --red: #e83a3a;
  --shell: min(1180px, calc(100% - 64px));
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family:
    "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.nav-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.shell {
  width: var(--shell);
  margin-inline: auto;
}
.sp-only {
  display: none;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 12px 16px;
  background: white;
  color: black;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: none;
}

.site-header {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  min-height: 82px;
  padding: 0 clamp(22px, 4vw, 56px);
  grid-template-columns: 1fr auto auto;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(5, 12, 12, 0.86);
  backdrop-filter: blur(14px);
  transition:
    min-height 0.2s,
    background 0.2s;
}
.site-header.is-scrolled {
  min-height: 68px;
  background: rgba(5, 8, 9, 0.97);
}
.brand {
  display: flex;
  width: fit-content;
  align-items: center;
}
.brand img {
  width: 126px;
  height: auto;
}
.global-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 38px);
  margin-right: 38px;
  font-size: 12px;
  font-weight: 900;
}
.global-nav a {
  position: relative;
  padding: 33px 0;
}
.global-nav a::after {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  height: 2px;
  background: var(--accent);
  content: "";
  transform: scaleX(0);
  transition: transform 0.2s;
}
.global-nav a:hover::after,
.global-nav a:focus-visible::after {
  transform: scaleX(1);
}
.header-entry {
  display: inline-flex;
  min-height: 50px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: var(--red);
  color: white;
  font-size: 13px;
  font-weight: 900;
}
.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 12px;
  border: 0;
  background: transparent;
}
.menu-button span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 6px 0;
  background: white;
  transition: transform 0.2s;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #061010 url("/event/fx-beginnerscup/images/fv-bg.webp") center/cover no-repeat;
}
.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(0, 207, 214, 0.28);
  content: "";
}
.hero__inner {
  display: grid;
  min-height: 760px;
  padding: 130px 0 70px;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: clamp(55px, 6vw, 92px);
}
.hero-art-left,
.hero-art-right {
  min-width: 0;
}
.hero-art-left > img,
.hero-art-right > img {
  width: 100%;
  height: auto;
}
.button {
  display: inline-flex;
  min-width: 250px;
  min-height: 55px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: var(--red);
  color: white;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  transition:
    background 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}
.button--primary {
  margin: 26px 0 0 20%;
}
.button--primary,
.button--cyber,
.button--final {
  border: 1px solid var(--red);
  background: var(--red);
  color: white;
}
.button--primary:hover,
.button--cyber:hover,
.button--final:hover {
  background: #f04444;
  box-shadow: 5px 5px 0 var(--accent);
  transform: translate(-2px, -2px);
}

.section {
  padding: 108px 0;
}
.section-heading {
  position: relative;
  display: block;
  padding: 25px 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.section-heading::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 4px;
  background: var(--accent);
  box-shadow: 90px 0 0 rgba(0, 207, 214, 0.35);
  content: "";
}
.section-heading::after {
  position: absolute;
  top: 0;
  left: 76px;
  width: 18px;
  height: 4px;
  background: var(--accent);
  content: "";
  transform: skewX(-35deg);
}
.section-heading h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -0.06em;
}
.section-copy {
  margin: 25px 0 50px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.ranking {
  background: var(--black);
}
.ranking-tabs {
  display: none;
}
.ranking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.ranking-card {
  overflow: hidden;
  background: #f3f6f6;
  color: #081011;
  box-shadow: 8px 8px 0 var(--accent);
}
.ranking-card--advanced {
  box-shadow: 8px 8px 0 var(--lime);
}
.ranking-card header {
  min-height: 100px;
  padding: 21px 27px;
  border-top: 6px solid var(--accent);
  background: var(--panel);
  color: white;
}
.ranking-card--advanced header {
  border-top-color: var(--lime);
}
.ranking-card header span {
  color: var(--accent);
  font:
    900 10px/1 Arial,
    sans-serif;
}
.ranking-card--advanced header span {
  color: var(--lime);
}
.ranking-card header h3 {
  margin: 8px 0 0;
  font-size: 24px;
}
.ranking-columns,
.ranking-list li {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
}
.ranking-columns {
  min-height: 38px;
  padding: 0 27px;
  background: #dfe6e6;
  color: #5b6a6b;
  font:
    900 9px/1 Arial,
    sans-serif;
}
.ranking-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ranking-list li {
  min-height: 48px;
  padding: 0 27px;
  border-bottom: 1px solid #d4dddd;
  font-size: 13px;
}
.ranking-list li:nth-child(-n + 3) {
  background: rgba(201, 255, 61, 0.25);
}
.ranking-list li:first-child {
  background: var(--lime);
}
.ranking-list__rank {
  color: var(--accent);
  font:
    900 14px/1 Arial Black,
    sans-serif;
}
.ranking-list li:first-child .ranking-list__rank {
  color: var(--red);
}
.ranking-list__name {
  font-weight: 800;
}
.ranking-subgrid {
  display: grid;
  margin-top: 66px;
  grid-template-columns: 1.55fr 0.8fr;
  align-items: stretch;
  gap: 30px;
}
.champions-panel {
  min-height: 430px;
  padding: 31px;
  border-top: 4px solid var(--accent);
  background: linear-gradient(145deg, rgba(0, 207, 214, 0.1), transparent 46%), var(--panel);
}
.champions-panel__heading {
  display: flex;
  margin-bottom: 23px;
  align-items: end;
  gap: 14px;
}
.champions-panel h3 {
  margin: 0;
  font-size: 30px;
}
.champions-panel p {
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 12px;
}
.champion-list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  list-style: none;
}
.champion-list li {
  position: relative;
  min-height: 260px;
  padding: 23px 19px 19px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(155deg, rgba(0, 207, 214, 0.12), transparent 55%), var(--black);
}
.champion-list time {
  color: var(--accent);
  font:
    900 12px/1 Arial,
    sans-serif;
  letter-spacing: 0.06em;
}
.champion-list > li > strong {
  display: block;
  margin: 17px 0 20px;
  color: white;
  font-size: 25px;
  line-height: 1;
}
.champion-list dl {
  margin: 0;
}
.champion-list dl div {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.champion-list dt {
  color: var(--accent);
  font:
    900 9px/1 Arial,
    sans-serif;
}
.champion-list dd {
  margin: 5px 0 0;
  font-size: 11px;
  font-weight: 900;
  overflow-wrap: anywhere;
}
.x-panel {
  display: flex;
  height: 430px;
  min-height: 430px;
  flex-direction: column;
  background: #f7f9f9;
  color: #081011;
}
.x-panel header {
  display: flex;
  flex: 0 0 auto;
  min-height: 86px;
  padding: 19px 22px;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #dce4e4;
}
.x-panel header > span {
  font:
    900 26px/1 Arial Black,
    sans-serif;
}
.x-panel h3 {
  margin: 0;
  font-size: 15px;
}
.x-panel header p {
  margin: 4px 0 0;
  color: #617071;
  font-size: 11px;
}
.x-panel__posts {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #9ca8a8 #e5eaea;
  scrollbar-width: thin;
}
.x-panel__posts::-webkit-scrollbar {
  width: 7px;
}
.x-panel__posts::-webkit-scrollbar-track {
  background: #e5eaea;
}
.x-panel__posts::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #9ca8a8;
}
.x-panel article {
  min-height: 118px;
  padding: 20px 22px;
  border-bottom: 1px solid #dce4e4;
}
.x-panel article > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.x-panel article strong {
  font-size: 11px;
}
.x-panel article time {
  color: #718081;
  font-size: 9px;
}
.x-panel article p {
  margin: 13px 0 0;
  font-size: 12px;
  line-height: 1.7;
}
.x-panel__link {
  display: grid;
  flex: 0 0 auto;
  min-height: 54px;
  margin: 18px 22px 22px;
  place-items: center;
  background: #081011;
  color: white;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.entry-band {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--panel);
  color: white;
}
.entry-band__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 230px;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
}
.entry-band__inner > div > p {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}
.entry-band h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 42px);
}

.about {
  background: var(--black);
  color: var(--white);
}
.about-lead {
  display: block;
  max-width: 990px;
  margin: 48px 0 38px;
  padding: 0;
  border: 0;
  background: none;
}
.about-lead p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.95;
}
.about-lead strong {
  color: var(--accent);
}
.prize-grid {
  display: grid;
  margin-bottom: 40px;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 14px;
}
.prize-card {
  position: relative;
  display: flex;
  min-height: 235px;
  padding: 28px;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 6px solid var(--accent);
  background: var(--panel);
}
.prize-card--winner {
  border-color: rgba(201, 255, 61, 0.55);
  border-top-color: var(--lime);
  background: linear-gradient(145deg, rgba(201, 255, 61, 0.1), transparent 58%), var(--panel-2);
  box-shadow: 0 0 38px rgba(0, 207, 214, 0.12);
}
.prize-card > span {
  color: var(--accent);
  font:
    900 clamp(20px, 2vw, 28px)/1 Arial Black,
    sans-serif;
  letter-spacing: 0.02em;
}
.prize-card--winner > span {
  color: var(--lime);
  text-shadow: 0 0 18px rgba(201, 255, 61, 0.28);
}
.prize-card strong {
  display: block;
  margin-top: 28px;
  font:
    900 clamp(39px, 4.7vw, 62px)/1 Arial Black,
    sans-serif;
}
.prize-card strong small {
  margin-left: 4px;
  font-size: 15px;
}
.prize-card p {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.overview-list {
  margin: 0;
  border-top: 1px solid var(--line);
}
.overview-list > div {
  display: grid;
  min-height: 94px;
  padding: 22px 0;
  grid-template-columns: 220px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.overview-list dt {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
}
.overview-list dd {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
}
.overview-list dd small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
}
.rules-block {
  display: grid;
  margin-top: 65px;
  grid-template-columns: 0.48fr 1fr;
  border: 1px solid var(--line);
  background: var(--panel);
}
.rules-block__intro {
  padding: 42px;
  background: linear-gradient(145deg, rgba(0, 207, 214, 0.18), transparent 70%);
}
.rules-block__intro > p:first-child {
  color: var(--accent);
  font:
    900 10px/1 Arial,
    sans-serif;
}
.rules-block__intro h3 {
  margin: 17px 0;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.35;
}
.rules-block__intro p:last-child {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}
.class-table-wrap {
  padding: 34px;
}
.class-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.class-table th,
.class-table td {
  height: 76px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 13px;
}
.class-table thead th {
  height: 56px;
  background: var(--accent);
  color: var(--black);
  font:
    900 11px/1 Arial,
    sans-serif;
}
.class-table thead th:first-child {
  background: transparent;
  color: var(--muted);
}
.class-table thead th:last-child {
  background: var(--lime);
}
.class-table tbody th {
  color: var(--muted);
  font-size: 11px;
}
.class-table td {
  font-weight: 900;
}
.table-note {
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}
.rule-notes {
  margin-top: 26px;
  padding: 34px 38px;
  border: 1px solid var(--line);
  background: var(--panel);
}
.rule-notes h3 {
  margin: 0 0 17px;
  font-size: 19px;
}
.rule-notes ul {
  margin: 0;
  padding-left: 1.5em;
  color: #bdcaca;
  font-size: 12px;
  line-height: 1.9;
}
.delivery-grid {
  display: grid;
  margin-top: 26px;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.delivery-grid article {
  min-height: 150px;
  padding: 27px 31px;
  border-left: 6px solid var(--accent);
  background: var(--panel);
}
.delivery-grid article:last-child {
  border-left-color: var(--lime);
}
.delivery-grid span {
  color: var(--accent);
  font:
    900 9px/1 Arial,
    sans-serif;
}
.delivery-grid h3 {
  margin: 11px 0 7px;
  font-size: 21px;
}
.delivery-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}
.about-cta {
  position: relative;
  display: flex;
  margin-top: 30px;
  padding: 34px 38px;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border: 1px solid var(--accent);
  background: linear-gradient(110deg, rgba(0, 207, 214, 0.13), transparent 58%), var(--panel);
}
.about-cta > * {
  position: relative;
  z-index: 1;
}
.about-cta p {
  margin: 0 0 6px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
}
.about-cta h3 {
  margin: 0;
  font-size: clamp(22px, 2.7vw, 35px);
}

.market {
  background: #071011;
}
.chart-grid {
  display: grid;
  padding: 18px;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: #f5f7f7;
  box-shadow: 7px 7px 0 rgba(0, 207, 214, 0.35);
}
.mini-chart {
  overflow: hidden;
  border: 1px solid #d0d8d8;
  border-radius: 3px;
  background: white;
  color: #081011;
}
.mini-chart h3 {
  margin: 0;
  padding: 10px 12px;
  border-bottom: 1px solid #d9e0e0;
  font-size: 12px;
}
.mini-chart h3 small {
  margin-left: 4px;
  color: #687777;
  font-size: 10px;
}
.mini-chart .tradingview-widget-container {
  height: 320px !important;
}
.market-subheading {
  margin: 74px 0 23px;
  padding: 5px 0 5px 20px;
  border-left: 4px solid var(--accent);
}
.market-subheading h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
}
.market-subheading p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.widget-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 6px 6px 0 rgba(0, 207, 214, 0.42);
}
.widget-card > header {
  display: flex;
  min-height: 76px;
  padding: 17px 21px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.widget-card h3 {
  margin: 0;
  font-size: 20px;
}
.tradingview-widget-container {
  position: relative;
}
.tradingview-widget-container--calendar {
  height: 740px !important;
}
.tradingview-widget-container__widget {
  width: 100%;
  height: 100%;
}
.widget-loading {
  position: absolute;
  inset: 0;
  display: grid;
  margin: 0;
  place-items: center;
  color: var(--muted);
  font-size: 12px;
}
.tradingview-widget-container.is-loaded .widget-loading {
  display: none;
}
.widget-note {
  margin: 21px 0 0;
  color: #718585;
  font-size: 10px;
}

.pending-section {
  display: none;
  background: var(--black);
}
.placeholder-mode .pending-section {
  display: block;
}
.pending-grid {
  display: grid;
  grid-template-columns: auto;
  gap: 23px;
}
.pending-grid article {
  position: relative;
  min-height: 310px;
  padding: 40px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}
.pending-grid span {
  color: var(--accent);
  font:
    900 10px/1 Arial,
    sans-serif;
}
.pending-grid h3 {
  margin: 48px 0 17px;
  font-size: 33px;
}
.pending-grid p {
  max-width: 420px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}
.pending-grid b {
  position: absolute;
  z-index: 1;
  right: 27px;
  bottom: 27px;
  padding: 8px 10px;
  background: var(--lime);
  color: var(--black);
  font:
    900 9px/1 Arial,
    sans-serif;
}

.recommended {
  background: var(--black);
}
.contents-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px;
}
.content-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.content-card:hover {
  box-shadow: 7px 7px 0 var(--accent);
  transform: translate(-3px, -3px);
}
.content-card > div {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #162122;
}
.content-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.content-card:hover img {
  transform: scale(1.03);
}
.content-card > div > span {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 7px 9px;
  background: var(--accent);
  color: var(--black);
  font:
    900 9px/1 Arial,
    sans-serif;
}
.content-card > p {
  display: grid;
  min-height: 96px;
  margin: 0;
  padding: 20px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
}
.content-card p strong {
  font-size: 15px;
  line-height: 1.55;
}
.content-card p i {
  color: var(--accent);
  font-size: 21px;
  font-style: normal;
}

.contest-summary {
  background: #071011;
}
.contest-summary-table-wrap {
  margin-top: 50px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}
.contest-summary-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.contest-summary-table > tbody > tr > th,
.contest-summary-table > tbody > tr > td {
  padding: 24px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  vertical-align: middle;
}
.contest-summary-table > tbody > tr:last-child > th,
.contest-summary-table > tbody > tr:last-child > td {
  border-bottom: 0;
}
.contest-summary-table > tbody > tr > th {
  width: 226px;
  border-left: 4px solid var(--accent);
  background: #086b6f;
  color: white;
  text-align: left;
  font-size: 14px;
  font-weight: 900;
}
.contest-summary-table > tbody > tr > td {
  background: var(--panel);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
}
.contest-summary-table td p {
  margin: 0 0 22px;
}
.contest-summary-table td p:last-child {
  margin-bottom: 0;
}
.summary-class-table-wrap {
  margin: 22px 0;
  overflow-x: auto;
}
.summary-class-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
}
.summary-class-table th,
.summary-class-table td {
  padding: 14px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  line-height: 1.5;
}
.summary-class-table thead th {
  background: rgba(0, 207, 214, 0.22);
  color: white;
  font-weight: 900;
}
.summary-class-table thead th:first-child {
  background: var(--black-2);
  color: var(--muted);
}
.summary-class-table tbody th {
  background: var(--black-2);
  color: var(--muted);
}
.summary-class-table td {
  background: rgba(255, 255, 255, 0.04);
  font-weight: 900;
}
.summary-prize-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 8px;
  list-style: none;
}
.summary-prize-list li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 14px;
}
.summary-prize-list strong {
  color: var(--accent);
}

.final-entry {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: var(--black);
  color: white;
}
.final-entry__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 430px;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.final-entry__inner > div > p {
  margin: 0 0 13px;
  color: var(--accent);
  font-size: 18px;
  font-weight: 900;
}
.final-entry h2 {
  margin: 0;
  font-size: clamp(39px, 5vw, 64px);
  line-height: 1.28;
}

.site-footer {
  padding: 64px 0 34px;
  background: #252525;
  color: white;
  text-align: center;
}
.site-footer__inner {
  position: relative;
}
.site-footer__page-top {
  position: absolute;
  top: -32px;
  right: 0;
  color: #d9dede;
  font-size: 10px;
  font-weight: 900;
}
.site-footer h2 {
  margin: 0;
  font-size: 24px;
}
.site-footer__links {
  display: grid;
  max-width: 900px;
  margin: 28px auto 0;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}
.site-footer__links a {
  display: grid;
  min-height: 48px;
  padding: 10px 18px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: #303030;
  font-size: 12px;
  font-weight: 900;
  transition: background 0.2s;
}
.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  background: #3a3a3a;
}
.site-footer__company {
  margin-top: 52px;
}
.site-footer__company p {
  margin: 4px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}
.site-footer__company p:first-child {
  margin-bottom: 12px;
}
.site-footer small {
  display: block;
  margin-top: 36px;
  font-size: 10px;
  letter-spacing: 0.06em;
}

@media (max-width: 1024px) {
  .global-nav {
    gap: 16px;
    margin-right: 20px;
  }
  .hero__inner {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 35px;
  }
  .ranking-subgrid {
    grid-template-columns: 1fr;
  }
  .chart-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100% - 56px, 620px);
  }
  .sp-only {
    display: block;
  }
  .site-header {
    min-height: 66px;
    padding: 0 18px;
    grid-template-columns: 1fr auto auto;
  }
  .brand img {
    width: 98px;
  }
  .brand,
  .header-entry,
  .menu-button {
    position: relative;
    z-index: 520;
  }
  .header-entry {
    min-height: 40px;
    margin-right: 5px;
    padding: 0 12px;
    font-size: 10px;
    transition: opacity 0.2s;
  }
  .menu-button {
    display: block;
  }
  .global-nav {
    position: fixed;
    z-index: 510;
    inset: 0;
    display: grid;
    width: 100vw;
    height: 100dvh;
    margin: 0;
    padding: 108px 28px 48px;
    align-content: start;
    gap: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
    transition:
      opacity 0.2s,
      visibility 0.2s;
  }
  .global-nav a {
    padding: 24px 0;
    border-bottom: 1px solid rgba(0, 207, 214, 0.28);
    font-size: 18px;
  }
  .nav-open .global-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav-open .header-entry {
    opacity: 0;
    pointer-events: none;
  }
  .nav-open .menu-button span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  .nav-open .menu-button span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }
  .hero {
    min-height: 0;
  }
  .hero__inner {
    min-height: 0;
    padding: 105px 0 72px;
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .button {
    width: 100%;
    min-width: 0;
  }
  .hero-art-left .button--primary {
    width: 62%;
    margin-left: 19%;
  }
  .section {
    padding: 80px 0;
  }
  .section-heading {
    padding-top: 21px;
  }
  .section-heading h2 {
    font-size: 36px;
  }
  .section-copy {
    margin-bottom: 36px;
    font-size: 13px;
  }
  .ranking-tabs {
    display: grid;
    margin-bottom: 14px;
    grid-template-columns: 1fr 1fr;
  }
  .ranking-tabs button {
    min-height: 46px;
    border: 1px solid var(--line);
    background: var(--panel);
    font:
      900 11px/1 Arial,
      sans-serif;
  }
  .ranking-tabs button.is-active {
    background: var(--accent);
    color: var(--black);
  }
  .ranking-grid {
    grid-template-columns: 1fr;
  }
  .ranking-card {
    display: none;
    box-shadow: 6px 6px 0 var(--accent);
  }
  .ranking-card.is-active {
    display: block;
  }
  .ranking-columns,
  .ranking-list li {
    grid-template-columns: 72px 1fr;
    padding-inline: 20px;
  }
  .ranking-subgrid {
    margin-top: 50px;
  }
  .champions-panel {
    min-height: 0;
    padding: 25px 19px;
  }
  .champions-panel__heading {
    display: block;
  }
  .champions-panel__heading p {
    margin-top: 7px;
  }
  .champion-list {
    grid-template-columns: 1fr;
  }
  .champion-list li {
    min-height: 0;
    padding: 19px;
  }
  .champion-list > li > strong {
    margin-bottom: 14px;
  }
  .x-panel {
    height: auto;
    min-height: 420px;
  }
  .x-panel__posts {
    overflow-y: visible;
  }
  .entry-band__inner {
    min-height: 220px;
    padding: 38px 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
  .entry-band h2 {
    font-size: 27px;
  }
  .about-lead {
    margin: 38px 0 30px;
  }
  .about-lead p {
    font-size: 16px;
  }
  .prize-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .prize-card--winner {
    grid-column: 1/-1;
  }
  .prize-card {
    min-height: 190px;
    padding: 20px 14px;
  }
  .prize-card > span {
    font-size: 20px;
  }
  .prize-card strong {
    font-size: 26px;
  }
  .prize-card--winner strong {
    font-size: 36px;
  }
  .prize-card p {
    font-size: 12px;
  }
  .prize-card--winner p {
    font-size: 16px;
  }
  .overview-list > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .rules-block {
    grid-template-columns: 1fr;
  }
  .rules-block__intro,
  .class-table-wrap {
    padding: 26px 14px;
  }
  .class-table th,
  .class-table td {
    height: 66px;
    padding: 7px 4px;
    font-size: 10px;
  }
  .class-table tbody th {
    width: 29%;
    font-size: 9px;
  }
  .rule-notes {
    padding: 26px 21px;
  }
  .rule-notes ul {
    font-size: 11px;
  }
  .delivery-grid,
  .pending-grid,
  .contents-grid {
    grid-template-columns: 1fr;
  }
  .about-cta {
    padding: 29px 24px;
    flex-direction: column;
    align-items: stretch;
  }
  .chart-grid {
    padding: 10px;
    grid-template-columns: 1fr;
  }
  .mini-chart .tradingview-widget-container {
    height: 330px !important;
  }
  .market-subheading {
    margin-top: 58px;
  }
  .tradingview-widget-container--calendar {
    height: 680px !important;
  }
  .pending-grid article {
    min-height: 265px;
    padding: 29px;
  }
  .content-card > p {
    min-height: 88px;
  }
  .contest-summary-table-wrap {
    margin-top: 36px;
    overflow: visible;
    border: 0;
    background: transparent;
  }
  .contest-summary-table,
  .contest-summary-table > tbody,
  .contest-summary-table > tbody > tr,
  .contest-summary-table > tbody > tr > th,
  .contest-summary-table > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .contest-summary-table > tbody > tr {
    margin-bottom: 14px;
    border: 1px solid var(--line);
  }
  .contest-summary-table > tbody > tr > th {
    padding: 14px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    font-size: 13px;
  }
  .contest-summary-table > tbody > tr > td {
    padding: 18px 16px;
    border: 0;
    font-size: 12px;
    line-height: 1.8;
  }
  .summary-class-table-wrap {
    margin: 18px 0;
    overflow: visible;
  }
  .summary-class-table {
    min-width: 0;
  }
  .summary-class-table th,
  .summary-class-table td {
    padding: 10px 4px;
    overflow-wrap: anywhere;
    font-size: 9px;
  }
  .summary-prize-list li {
    grid-template-columns: 68px 1fr;
    gap: 8px;
  }
  .final-entry__inner {
    min-height: 520px;
    padding: 78px 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 42px;
  }
  .final-entry__inner > div > p {
    font-size: 15px;
  }
  .final-entry h2 {
    font-size: 30px;
  }
  .site-footer {
    padding: 52px 0 30px;
  }
  .site-footer__page-top {
    position: static;
    display: block;
    margin-bottom: 28px;
    text-align: right;
  }
  .site-footer h2 {
    font-size: 22px;
  }
  .site-footer__links {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .site-footer__links a {
    min-height: 52px;
    padding-inline: 14px;
    font-size: 11px;
  }
  .site-footer__company {
    margin-top: 42px;
  }
  .site-footer__company p {
    font-size: 10px;
  }
  .site-footer small {
    margin-top: 30px;
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
