:root {
  --navy: #0f2233;
  --blue: #1f5fd0;
  --sky: #4a90d9;
  --lime: #c7e04a;
  --accent: #1f5fd0;
  --paper: #f6f7f8;
  --ink: #1a2530;
  --muted: #6b7680;
  --line: #e2e6e8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Inter", "Noto Sans JP", sans-serif; font-size: 15px; line-height: 1.85; letter-spacing: .01em; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  height: 86px; display: flex; align-items: stretch; position: fixed; z-index: 50; inset: 0 0 auto;
  color: white; border-bottom: 1px solid rgba(255,255,255,.22); transition: background .3s, height .3s;
}
.site-header.scrolled { height: 70px; background: rgba(7,28,44,.96); backdrop-filter: blur(12px); }
.brand { min-width: 300px; display: flex; align-items: center; gap: 12px; padding: 0 30px; border-right: 1px solid rgba(255,255,255,.22); }
.brand-text { display: grid; gap: 3px; line-height: 1; }
.brand-support { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; margin-left: 12px; padding-left: 12px; border-left: 1px solid rgba(255,255,255,.28); }
.brand-support small { color: rgba(255,255,255,.7); font: 500 8px/1 "Inter"; letter-spacing: .16em; }
.brand-support img { height: 22px; width: auto; opacity: .95; }
.brand-line {
  color: #fff;
  font: 900 16px/1 "Barlow Condensed", sans-serif;
  font-style: italic;
  letter-spacing: .02em;
  text-shadow: 0 1px 8px rgba(0,0,0,.2);
}
.brand-line em { color: #fff; font-style: italic; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 2.8vw, 44px); flex: 1; }
.desktop-nav a,
.nav-dropdown-trigger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0,0,0,.18);
}
.nav-en {
  font: 800 clamp(15px, 1.45vw, 20px)/1 "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-style: italic;
  letter-spacing: .06em;
}
.nav-ja {
  font: 600 9px/1 "Noto Sans JP", sans-serif;
  letter-spacing: .06em;
  opacity: .78;
  white-space: nowrap;
}
.nav-ja::before { content: "-"; margin-right: 4px; }
.nav-ja::after { content: "-"; margin-left: 4px; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: #fff; transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
.nav-dropdown { position: relative; display: flex; align-items: center; height: 100%; }
.nav-dropdown-trigger { border: 0; background: none; cursor: pointer; padding: 0; position: relative; height: 100%; display: flex; align-items: center; }
.nav-dropdown-trigger::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: #fff; transition: right .25s; }
.nav-dropdown:hover .nav-dropdown-trigger::after,
.nav-dropdown.open .nav-dropdown-trigger::after { right: 0; }
.nav-dropdown-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); min-width: 220px; padding: 10px; padding-top: 22px; background: transparent; color: #fff; border: 0; border-radius: 0; box-shadow: none; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s, visibility .2s; z-index: 60; }
.nav-dropdown-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(7,28,44,.98);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 6px;
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
  z-index: -1;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; }
.nav-dropdown-menu a {
  position: relative; z-index: 1;
  display: block; padding: 11px 14px; color: #fff;
  font: 800 15px/1.25 "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-style: italic; letter-spacing: .04em; border-radius: 4px; white-space: nowrap;
}
.nav-dropdown-menu a::after { display: none; }
.nav-dropdown-menu a:hover { background: rgba(255,255,255,.1); }
.nav-dropdown-menu a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.14); }
.header-cta { width: 180px; display: flex; justify-content: center; align-items: center; gap: 20px; background: var(--accent); color: white; font-size: 13px; font-weight: 600; }
.header-cta span { font-size: 18px; }
.menu-button { display: none; background: none; border: 0; width: 68px; }

.hero { height: min(850px, 100vh); min-height: 680px; position: relative; overflow: hidden; color: white; background: #092436; }
.hero-photo { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,25,40,.78) 0%, rgba(5,25,40,.25) 55%, rgba(5,25,40,.12)), url("image/2026fv.png") center/cover; transform: scale(1.02); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(2,13,22,.82)); }
.hero-content { position: relative; z-index: 2; height: 100%; max-width: 1380px; margin: auto; padding: 180px 7vw 70px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.hero-year-display { display: flex; align-items: center; gap: clamp(14px, 2vw, 22px); margin: 0 0 8px; }
.hero-year-line { width: clamp(48px, 6vw, 72px); height: 4px; background: var(--lime); flex-shrink: 0; }
.hero-year-display strong { font: 800 clamp(46px, 7.4vw, 92px)/.9 "Barlow Condensed"; letter-spacing: -.02em; color: white; text-shadow: 0 4px 24px rgba(0,0,0,.3); }
.hero h1 { margin: 0; font: 900 clamp(48px, 7vw, 108px)/.82 "Barlow Condensed"; letter-spacing: -.01em; font-style: italic; text-shadow: 0 5px 30px rgba(0,0,0,.25); }
.hero h1 span { display: block; }
.hero-dual-title { display: grid; gap: 4px; }
.hero-dual-title .title-main { font-size: clamp(44px, 6.4vw, 98px); line-height: .86; color: white; font-weight: 900; }
.hero-dual-title .title-main em { font-style: italic; color: transparent; -webkit-text-stroke: 2px var(--lime); }
.hero-dual-title .title-sub { font-size: clamp(44px, 6.4vw, 98px); line-height: .86; color: white; letter-spacing: .02em; font-weight: 900; }
.hero-dual-title .title-sub em { font-style: italic; color: var(--lime); -webkit-text-stroke: 0; }
.hero-meta { display: flex; align-items: center; gap: 28px; margin-top: 42px; }
.hero-year { margin: 0; padding-right: 28px; border-right: 1px solid rgba(255,255,255,.45); font: 800 62px/1 "Inter"; letter-spacing: -.04em; }
.hero-year span { color: var(--lime); }
.hero-meta .date { margin: 0; font: 700 26px/1 "Inter"; letter-spacing: .02em; }
.hero-meta .date small { font-size: 11px; }
.hero-meta .venue { margin: 10px 0 0; font-size: 11px; letter-spacing: .12em; opacity: .8; }
.hero-tournaments { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 8px; max-width: 680px; }
.hero-tournaments li { display: flex; align-items: center; gap: 14px; padding: 12px 18px; background: rgba(255,255,255,.1); border-left: 2px solid var(--lime); backdrop-filter: blur(4px); white-space: nowrap; border-radius: 0 6px 6px 0; }
.hero-tournaments time { flex: 0 0 auto; padding-right: 14px; border-right: 1px solid rgba(255,255,255,.25); font: 600 13px/1 "Inter"; letter-spacing: .02em; }
.hero-tournaments b { font-size: 13px; font-weight: 700; }
.hero-tournaments small { margin-left: auto; display: inline-flex; align-items: center; gap: 12px; color: rgba(255,255,255,.72); font: 500 10px "Noto Sans JP"; letter-spacing: .04em; }
.hero-tournaments .tour-support { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.55); font: 500 9px "Inter"; letter-spacing: .1em; }
.hero-tournaments .tour-support img { height: 16px; width: auto; opacity: .95; }
.hero-tournaments .tour-support img.logo-connect { height: 26px; }
.hero-tag { position: absolute; z-index: 3; right: 3vw; bottom: 55px; text-align: right; font: 700 14px/1.3 "Inter"; letter-spacing: .14em; }
.hero-title-row { display: flex; align-items: center; gap: clamp(24px, 4vw, 60px); flex-wrap: wrap; }
.hero-partner-bottom { position: relative; z-index: 3; margin: 28px 0 0; display: flex; flex-direction: row; align-items: center; gap: 16px; text-align: left; }
.hero-partner-bottom span { color: rgba(255,255,255,.7); font: 500 11px "Inter"; letter-spacing: .18em; }
.hero-partner-bottom img { width: clamp(180px, 20vw, 260px); height: auto; opacity: .97; filter: drop-shadow(0 8px 24px rgba(0,0,0,.35)); }
.hero-emblem { position: absolute; z-index: 3; right: 3vw; bottom: 38px; width: clamp(150px, 17vw, 220px); aspect-ratio: 1; display: grid; place-items: center; }
.hero-emblem .emblem-text { position: absolute; inset: 0; width: 100%; height: 100%; animation: emblem-spin 26s linear infinite; }
.hero-emblem .emblem-text text { fill: #fff; font: 800 13px "Inter"; text-transform: uppercase; }
.hero-emblem .emblem-logo { width: 84%; height: auto; border-radius: 50%; filter: drop-shadow(0 10px 30px rgba(0,0,0,.4)); }
@keyframes emblem-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .hero-emblem .emblem-text { animation: none; } }
.scroll-cue { position: absolute; z-index: 3; left: 30px; bottom: 34px; display: flex; align-items: center; gap: 12px; writing-mode: vertical-rl; font: 600 9px/1 "Inter"; letter-spacing: .2em; animation: scroll-cue-float 2.4s ease-in-out infinite; }
.scroll-cue i {
  position: relative;
  display: block;
  height: 48px;
  width: 1px;
  background: rgba(255,255,255,.28);
  overflow: hidden;
}
.scroll-cue i::after {
  content: "";
  position: absolute;
  left: 0;
  top: -40%;
  width: 100%;
  height: 40%;
  background: #fff;
  animation: scroll-cue-line 1.8s ease-in-out infinite;
}
@keyframes scroll-cue-float {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(6px); opacity: .82; }
}
@keyframes scroll-cue-line {
  0% { top: -40%; opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

.ticker { min-height: 66px; background: white; display: grid; grid-template-columns: 120px 1fr 64px; align-items: stretch; border-bottom: 1px solid var(--line); }
.ticker-label { display: grid; place-items: center; color: white; background: var(--accent); font: 600 13px/1 "Inter"; letter-spacing: .08em; }
.ticker-content { display: flex; align-items: center; gap: 20px; padding: 0 32px; font-size: 13px; }
.ticker-content time { color: var(--muted); font: 500 12px/1 "Inter"; letter-spacing: .04em; }
.new-badge { padding: 3px 7px; color: var(--accent); background: #eaf1fb; font: 600 9px/1 "Inter"; border-radius: 3px; }
.ticker > a { display: grid; place-items: center; border-left: 1px solid var(--line); font-size: 20px; color: var(--muted); }

.section { max-width: 1160px; margin: auto; padding: 96px 42px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 44px; }
.section-heading h2 { margin: 0; font: 700 clamp(26px, 3.4vw, 38px)/1.1 "Inter"; letter-spacing: -.01em; }
.text-link { display: flex; align-items: center; gap: 24px; padding-bottom: 10px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 600; }
.text-link span { font-size: 18px; }
.news-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 68px; }
.featured-image { height: 315px; overflow: hidden; position: relative; }
.featured-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.featured-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 50%, rgba(0,0,0,.35)); }
.featured-image span { position: absolute; z-index: 2; left: 18px; bottom: 18px; padding: 6px 10px; color: white; background: var(--blue); font-size: 10px; font-weight: 700; }
.featured-copy { position: relative; padding: 24px 64px 0 0; }
.featured-copy time { color: var(--muted); font: 500 12px "Inter"; letter-spacing: .04em; }
.featured-copy h3 { margin: 9px 0; font-size: 19px; line-height: 1.6; font-weight: 700; }
.featured-copy p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.circle-arrow { position: absolute; right: 0; top: 28px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #b6c0c5; border-radius: 50%; }
.featured-news a:hover img { transform: scale(1.04); }
.news-list { border-top: 1px solid var(--line); }
.news-list > a { min-height: 116px; display: grid; grid-template-columns: 95px 1fr 30px; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.news-list > a:hover { padding-left: 12px; background: white; }
.news-list time { color: var(--muted); font: 500 12px "Inter"; }
.news-list span { color: var(--accent); font-size: 10px; font-weight: 600; }
.news-list h3 { margin: 8px 0 0; font-size: 14px; font-weight: 600; line-height: 1.5; }
.news-list i { font-style: normal; font-size: 18px; }

.schedule-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.schedule-card { padding: 30px 28px; background: white; border-top: 4px solid var(--blue); box-shadow: 0 12px 40px rgba(7,28,44,.06); }
.schedule-card.highlight { border-top-color: var(--lime); background: linear-gradient(180deg, #f8fbff, #ffffff); }
.schedule-badge { display: inline-block; margin: 0 0 12px; padding: 4px 8px; color: var(--navy); background: var(--lime); font: 700 9px "Inter"; letter-spacing: .12em; }
.schedule-dates { margin: 0 0 14px; font: 800 28px/1 "Inter"; letter-spacing: .02em; }
.schedule-dates small { font-size: 11px; }
.schedule-card h3 { margin: 0 0 10px; font-size: 17px; line-height: 1.5; }
.schedule-support { margin: 0 0 18px; color: var(--blue); font: 700 10px "Inter"; letter-spacing: .12em; }
.schedule-card ul { margin: 0; padding-left: 18px; color: #66747d; font-size: 12px; line-height: 1.8; }

.events-band { background: var(--navy); }
.event-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(120% 140% at 85% 0%, rgba(31,95,208,.28), transparent 55%),
    linear-gradient(180deg, rgba(9,24,38,.92), rgba(12,30,48,.96)),
    url("image/section-bg.jpg") center/cover no-repeat;
  background-blend-mode: normal, multiply, normal;
}
.event-section.alt {
  background:
    radial-gradient(120% 140% at 15% 0%, rgba(199,224,74,.18), transparent 55%),
    linear-gradient(180deg, rgba(10,26,41,.94), rgba(9,22,36,.97)),
    url("image/section-bg.jpg") center/cover no-repeat;
  background-blend-mode: normal, multiply, normal;
}
.event-index {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  font: 900 clamp(180px, 26vw, 340px)/.8 "Barlow Condensed", sans-serif;
  font-style: italic;
  color: rgba(255,255,255,.045);
  letter-spacing: -.04em;
  pointer-events: none;
  z-index: 0;
}
.event-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 72px; }
.event-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  padding: 7px 14px;
  color: var(--lime);
  background: rgba(199,224,74,.1);
  border: 1px solid rgba(199,224,74,.35);
  font: 700 11px "Inter";
  letter-spacing: .1em;
  border-radius: 999px;
}
.event-badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }
.event-copy h2 { margin: 0 0 18px; color: #fff; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.12; letter-spacing: -.02em; font-weight: 800; }
.event-copy h2 em { color: var(--lime); font-style: normal; }
.event-support,
.overview-support {
  margin: 0 0 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 14px;
  background: rgba(255,255,255,.96);
  border-radius: 8px;
  color: #4a5560;
  font: 600 10px "Inter";
  letter-spacing: .08em;
}
.event-support img,
.overview-support img {
  display: block;
  height: 26px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}
.event-lead { margin: 0 0 30px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 2; }
.event-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  height: 56px;
  padding: 0 10px 0 26px;
  color: var(--navy);
  background: var(--lime);
  font: 800 12px "Inter";
  letter-spacing: .14em;
  text-transform: uppercase;
  border-radius: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
  transition: background .2s, transform .2s, box-shadow .2s, letter-spacing .2s;
}
.btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  color: var(--lime);
  background: var(--navy);
  transition: transform .2s;
}
.btn-arrow svg {
  display: block;
  width: 14px;
  height: 14px;
  overflow: visible;
}
.event-button > .btn-arrow {
  color: var(--lime);
  background: var(--navy);
}
.event-button:hover {
  background: #d4ea5f;
  transform: translateY(-2px);
  letter-spacing: .18em;
  box-shadow: 0 14px 30px rgba(199,224,74,.28);
}
.event-button:hover > .btn-arrow { transform: translate(3px, -3px); }
.event-meta { display: grid; gap: 0; }
.event-meta > div {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.event-meta > div:first-child { border-top: 1px solid rgba(255,255,255,.14); }
.event-meta strong { font: 800 clamp(30px, 3.4vw, 44px)/1 "Barlow Condensed", "Inter", sans-serif; font-style: italic; color: #fff; letter-spacing: 0; }
.event-meta span { text-align: left; color: var(--lime); font: 700 11px/1.5 "Inter"; letter-spacing: .12em; }
.event-meta small { display: block; color: rgba(255,255,255,.5); font: 500 10px "Noto Sans JP"; letter-spacing: .04em; }

.overview-support {
  margin: 0;
  color: #4a5560;
  border: 1px solid var(--line);
}

.results-hub-section { color: white; background: var(--navy); }
.section-heading.light-on-dark h2 { color: white; }
.section-heading.light-on-dark .heading-ja { color: rgba(255,255,255,.65); }
.results-hub-lead { margin: -20px 0 36px; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.8; }
.results-hub-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.results-hub-card { display: grid; gap: 10px; padding: 28px 24px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: white; transition: background .2s, border-color .2s; }
.results-hub-card:hover { background: rgba(255,255,255,.1); border-color: var(--lime); }
.results-hub-card small { color: var(--lime); font: 600 12px "Inter"; letter-spacing: .04em; }
.results-hub-card b { font-size: 18px; font-weight: 700; }
.results-hub-card span { color: rgba(255,255,255,.65); font-size: 12px; }
.results-hub-card em { margin-top: 8px; font-style: normal; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.85); }

.results-page .site-header { background: rgba(15,34,51,.96); }
.results-page-hero { padding: 140px 0 40px; background: #f6f7f8; border-bottom: 1px solid var(--line); }
.results-page-hero .section { padding-top: 0; padding-bottom: 0; }
.results-page-intro { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 14px; }
.results-page-support {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font: 600 10px "Inter";
  letter-spacing: .1em;
}
.results-page-support img { height: 22px; width: auto; opacity: .95; }
.results-page-support img.logo-connect { height: 30px; }
.results-page-badge { display: inline-block; margin: 0; padding: 5px 12px; color: var(--accent); background: #eaf1fb; font: 600 12px "Inter"; border-radius: 4px; }
.results-page-hero .results-page-badge { color: var(--accent); background: rgba(255,255,255,.96); }
.results-page-hero h1 { margin: 0 0 12px; font: 700 clamp(28px, 4vw, 42px)/1.15 "Inter"; letter-spacing: -.02em; }
.results-page-meta { margin: 0 0 28px; color: var(--muted); font-size: 14px; }
.category-switch { display: flex; flex-wrap: wrap; gap: 8px; }
.category-switch a { padding: 10px 16px; border: 1px solid var(--line); background: white; color: var(--ink); font-size: 12px; font-weight: 600; border-radius: 4px; }
.category-switch a.active, .category-switch a:hover { border-color: var(--accent); color: var(--accent); }
.results-subnav { position: sticky; top: 70px; z-index: 20; background: white; border-bottom: 1px solid var(--line); }
.results-subnav-inner { display: flex; gap: 8px; padding-top: 0; padding-bottom: 0; max-width: 1160px; }
.results-subnav a { padding: 16px 18px; color: var(--muted); font-size: 13px; font-weight: 600; border-bottom: 2px solid transparent; }
.results-subnav a:hover, .results-subnav a.active { color: var(--ink); border-bottom-color: var(--accent); }
.results-page-body { scroll-margin-top: 130px; }
.results-section.alt-results { background: #0b1a26; }
.results-section h2 { margin: 8px 0 0; font: 700 28px/1.2 "Inter"; color: var(--ink); }
.results-section.alt-results h2,
.results-section.alt-results .result-block-head h2 { color: white; }
#teams .result-block-head h2,
#group .result-block-head h2,
#all-matches .result-block-head h2 { color: var(--ink); }
#teams .bracket-kicker,
#group .bracket-kicker,
#all-matches .bracket-kicker { color: var(--accent); }
#all-matches {
  background: #f6f7f8;
  color: var(--ink);
}
#all-matches .filter-row {
  border-bottom-color: var(--line);
}
#all-matches .filter {
  color: var(--muted);
}
#all-matches .filter.active {
  color: var(--ink);
  border-bottom-color: var(--accent);
}
#all-matches .schedule-edit-btn {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}
#all-matches .schedule-edit-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}
#all-matches .match-card {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid transparent;
  color: var(--ink);
}
#all-matches .match-card:hover {
  border-left-color: var(--lime);
  background: #fff;
  box-shadow: 0 4px 16px rgba(15,34,51,.06);
}
#all-matches .match-meta { color: var(--muted); }
#all-matches .match-meta b { color: var(--ink); }
#all-matches .team-name small { color: var(--muted); }
#all-matches .score.upcoming { color: var(--accent); }
#all-matches .match-link { color: var(--muted); }
.schedule-day-tabs { margin-bottom: 18px; }

@media (max-width: 900px) {
  .results-hub-cards { grid-template-columns: 1fr; }
  .results-subnav { top: 68px; }
  .results-subnav-inner { overflow-x: auto; }
  .results-subnav a { flex: 0 0 auto; }
}
.heading-ja { margin: 14px 0 0; font-size: 13px; font-weight: 500; letter-spacing: .08em; color: var(--muted); }
.heading-ja.dark { color: #687782; }
.live-status { display: flex; gap: 9px; align-items: center; color: var(--lime); font: 700 10px/1 "Inter"; letter-spacing: .16em; }
.live-status span { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(217,255,67,.12); }
.tournament-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; }
.tournament-tab { min-height: 88px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.04); color: rgba(255,255,255,.72); text-align: left; cursor: pointer; }
.tournament-tab small { display: block; margin-bottom: 6px; color: var(--lime); font: 700 10px "Inter"; letter-spacing: .14em; }
.tournament-tab b { display: block; font-size: 13px; font-weight: 700; line-height: 1.4; }
.tournament-tab span { display: block; margin-top: 6px; font: 600 9px "Inter"; letter-spacing: .08em; opacity: .75; }
.tournament-tab.active { color: white; background: rgba(255,255,255,.1); border-color: var(--lime); }
.filter-row { display: flex; border-bottom: 1px solid rgba(255,255,255,.18); margin-bottom: 32px; }
.filter { min-height: 58px; padding: 0 30px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: rgba(255,255,255,.5); cursor: pointer; font-size: 12px; font-weight: 700; }
.filter small { margin-right: 10px; font: 700 10px "Inter"; }
.filter.active { color: white; border-bottom-color: var(--lime); }

.results-hub { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 36px; align-items: start; }
.results-index { position: sticky; top: 88px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); }
.results-index-label { margin: 0 0 14px; color: var(--lime); font: 700 10px "Inter"; letter-spacing: .2em; }
.results-index ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.results-index a { display: block; padding: 10px 0; color: rgba(255,255,255,.55); font-size: 12px; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.06); transition: color .2s; }
.results-index a:hover, .results-index a.active { color: white; }
.results-panels { display: grid; gap: 64px; }
.result-block { scroll-margin-top: 96px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.14); }
.result-block:first-child { padding-top: 0; border-top: 0; }
.result-block-head { margin-bottom: 24px; }
.result-block-head h3 { margin: 8px 0 0; font: 700 24px/1.2 "Inter"; letter-spacing: 0; }

.final-results { display: grid; gap: 20px; }
.final-podium { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.final-podium-item { padding: 22px 20px; background: #102a3d; border: 1px solid rgba(255,255,255,.1); }
.final-podium-item.champion { background: linear-gradient(135deg, rgba(217,255,67,.18), rgba(217,255,67,.04)); border-color: rgba(217,255,67,.35); }
.final-podium-item small { display: block; margin-bottom: 8px; color: rgba(255,255,255,.5); font: 700 10px "Inter"; letter-spacing: .14em; }
.final-podium-item.champion small { color: var(--lime); }
.final-podium-item b { display: block; font-size: 15px; line-height: 1.4; }
.final-awards { padding: 20px 22px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); }
.final-awards h4 { margin: 0 0 14px; font-size: 13px; font-weight: 700; }
.final-awards dl { margin: 0; display: grid; gap: 10px; }
.final-awards dt { color: var(--lime); font: 700 10px "Inter"; letter-spacing: .1em; }
.final-awards dd { margin: 4px 0 0; font-size: 13px; font-weight: 600; }
.final-empty { padding: 28px; color: rgba(255,255,255,.45); font-size: 12px; text-align: center; background: rgba(255,255,255,.03); }

.knockout-filters { margin-bottom: 24px; }

.schedule-block-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; }
.schedule-edit-btn { padding: 10px 16px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); color: white; cursor: pointer; font-size: 11px; font-weight: 700; }
.schedule-edit-btn:hover { border-color: var(--lime); color: var(--lime); }
.schedule-board-wrap { margin-top: 8px; }
.schedule-table-scroll { overflow-x: auto; padding-bottom: 8px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.schedule-table { width: max-content; min-width: 100%; border-collapse: collapse; background: #fff; color: var(--ink); }
.schedule-table th, .schedule-table td { border: 1px solid #e6eaec; vertical-align: top; }
.schedule-table thead th { padding: 12px 10px; background: #f1f3f5; color: var(--ink); font-size: 12px; font-weight: 700; text-align: center; min-width: 140px; white-space: nowrap; }
.schedule-table .sch-time-head { position: sticky; left: 0; z-index: 2; min-width: 110px; background: #e8ecef; color: var(--accent); font: 700 11px "Inter"; letter-spacing: .08em; }
.schedule-table .sch-time { position: sticky; left: 0; z-index: 1; padding: 12px 10px; background: #f1f3f5; color: var(--ink); text-align: center; }
.sch-slot-no { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 6px; border-radius: 50%; background: #dde3e7; color: var(--ink); font: 700 10px "Inter"; vertical-align: middle; }
.sch-time b { display: inline-block; font: 800 16px "Inter"; vertical-align: middle; }
.sch-cell { padding: 12px 10px; min-width: 160px; background: #fff; }
.sch-cell.is-empty { background: #f6f7f8; }
.sch-code { display: inline-block; margin-bottom: 8px; padding: 2px 7px; background: var(--lime); color: var(--navy); font: 800 10px "Inter"; letter-spacing: .04em; }
.sch-teams { display: grid; gap: 3px; color: var(--ink); font-size: 12px; font-weight: 700; line-height: 1.4; }
.sch-teams i { color: var(--muted); font: 700 9px "Inter"; font-style: normal; }
.sch-result { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 8px; font: 800 14px "Inter"; color: var(--ink); }
.sch-result i { color: #9aa5ad; font-style: normal; font-size: 11px; }
.sch-result .win { color: #1f9d55; }
.sch-result .loss { color: #e5484d; }
.sch-result .draw { color: #2f6fed; }
.sch-result.pending { color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.sch-empty { color: #b7c0c6; text-align: center; padding: 18px 0; }
.schedule-empty, .schedule-empty-inline { color: var(--muted); font-size: 12px; padding: 20px 0; }
#all-matches .schedule-empty,
#all-matches .schedule-empty-inline { color: var(--muted); }

#schedule-dialog { width: min(1200px, calc(100% - 24px)); max-height: calc(100vh - 24px); }
.schedule-editor-note { padding: 0 30px; margin: 18px 0 8px; color: #66747d; font-size: 11px; line-height: 1.7; }
.schedule-editor-toolbar { display: flex; flex-wrap: wrap; gap: 12px; align-items: end; padding: 0 30px 18px; border-bottom: 1px solid #e2e6e7; }
.schedule-editor-toolbar label { color: #64727b; font-size: 10px; font-weight: 700; }
.schedule-editor-toolbar select { display: block; min-width: 240px; height: 40px; margin-top: 6px; padding: 0 10px; border: 1px solid #cfd5d7; background: white; font-size: 12px; }
.schedule-editor-toolbar button { height: 40px; padding: 0 14px; border: 1px solid #cfd5d7; background: white; cursor: pointer; font-size: 11px; font-weight: 700; }
.schedule-save-btn { border: 0 !important; color: white !important; background: var(--blue) !important; }
.schedule-editor-wrap { overflow: auto; max-height: min(62vh, 640px); padding: 18px 24px 28px; }
.schedule-edit-table { width: max-content; min-width: 100%; border-collapse: collapse; }
.schedule-edit-table th, .schedule-edit-table td { border: 1px solid #d7dde0; padding: 8px; vertical-align: top; }
.schedule-edit-table thead th { background: #f3f5f5; min-width: 150px; position: relative; }
.schedule-edit-table .sch-time-head, .schedule-edit-table .sch-time { position: sticky; left: 0; z-index: 1; background: #eef2f4; min-width: 88px; text-align: center; }
.venue-name-input { width: calc(100% - 28px); height: 32px; padding: 0 8px; border: 1px solid #cfd5d7; font-size: 12px; font-weight: 700; }
.remove-venue { position: absolute; top: 8px; right: 6px; border: 0; background: none; color: #c44; cursor: pointer; font-size: 16px; }
.edit-cell { display: grid; gap: 6px; }
.edit-cell input { width: 100%; height: 30px; padding: 0 8px; border: 1px solid #d0d6d8; font-size: 11px; }
.edit-code { max-width: 64px; font-weight: 800; }
.edit-score-row { display: flex; align-items: center; gap: 6px; }
.edit-score-row input { width: 56px; }
.edit-score-row span { color: #8a949b; }

.match-layout { display: grid; grid-template-columns: 1fr; gap: 28px; }
.match-list { display: grid; gap: 10px; align-content: start; }
.match-card { min-height: 102px; display: grid; grid-template-columns: 105px 1fr 112px 1fr 36px; align-items: center; gap: 15px; padding: 14px 20px; background: #102a3d; border-left: 3px solid transparent; animation: fadeUp .3s ease both; }
.match-card:hover { border-left-color: var(--lime); background: #153248; }
.match-meta { color: #8da0ad; text-align: center; font-size: 10px; line-height: 1.6; }
.match-meta b { display: block; color: white; font: 700 15px "Inter"; }
.team-home { text-align: right; }
.team-name { font-size: 13px; font-weight: 700; }
.team-name small { display: block; margin-top: 4px; color: #7e929e; font: 600 9px "Inter"; letter-spacing: .08em; }
.score { display: flex; justify-content: center; align-items: center; gap: 10px; font: 800 30px "Inter"; }
.score i { color: #758793; font-size: 14px; font-style: normal; }
.score.upcoming { font-size: 14px; color: var(--lime); }
.match-link { font-size: 11px; font-weight: 700; color: #77909f; letter-spacing: .04em; white-space: nowrap; }

.group-results-sub { margin: 10px 0 0; color: var(--muted); font-size: 13px; letter-spacing: .02em; }
.group-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.results-page[data-tournament="u16"] .group-grid { grid-template-columns: 1fr; }
.teams-list-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; grid-column: 1 / -1; }
.teams-list-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--lime);
}
.teams-list-card span { color: var(--muted); font: 700 12px "Barlow Condensed", "Inter", sans-serif; letter-spacing: .06em; }
.teams-list-card b { color: var(--ink); font-size: 14px; font-weight: 700; line-height: 1.4; }
.teams-list-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 36px 28px;
  color: var(--muted);
  background: #fff;
  border: 1px dashed var(--line);
  font-size: 14px;
  text-align: center;
}
.results-pending-note {
  margin: 0;
  padding: 28px 24px;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  font-size: 14px;
  line-height: 1.8;
}
.results-section:not(.alt-results) .results-pending-note {
  color: var(--muted);
  background: #f6f7f8;
  border-color: var(--line);
}
.group-card { background: #ffffff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: 0 4px 16px rgba(15,34,51,.05); }
.group-card-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 24px; background: #f1f3f5; border-bottom: 1px solid var(--line); }
.group-card-head h4 { margin: 0; color: var(--ink); font: 700 22px/1 "Inter"; letter-spacing: .02em; }
.group-card-head span { color: var(--muted); font: 700 11px "Inter"; letter-spacing: .14em; }
.group-table-wrap { overflow-x: auto; }
.group-table-wrap.is-scaled,
.schedule-table-scroll.is-scaled,
.bracket-wrap.is-scaled { overflow: hidden; }
.group-table { width: 100%; min-width: 960px; border-collapse: collapse; font-size: 14px; }
.group-table th, .group-table td { border: 1px solid #e6eaec; text-align: center; padding: 14px 10px; color: var(--ink); }
.group-table tr > th.team-name { background: #f6f7f8; }
.group-table th.corner { width: 160px; min-width: 140px; background: #f1f3f5; }
.group-table th.team-name { text-align: left; font-size: 13px; font-weight: 700; white-space: normal; padding-left: 14px; line-height: 1.35; }
.group-table th:not(.corner):not(.team-name) { font-size: 11px; font-weight: 600; color: var(--muted); white-space: normal; line-height: 1.3; min-width: 72px; }
.group-table .gt-idx {
  display: none;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  border-radius: 4px;
  background: #e2e6e8;
  color: var(--ink);
  font: 700 11px "Inter", sans-serif;
  line-height: 22px;
  text-align: center;
}
.group-table th.team-name .gt-idx {
  display: none;
  flex: 0 0 auto;
  margin: 0 8px 0 0;
}
.group-table th.team-name .gt-full { display: inline; }
.group-table td.self { background: #eceff1; }
.group-table td.empty { color: #c3ccd2; font-size: 16px; }
.group-table td.result { white-space: nowrap; }
.group-table td.result .mark { display: inline-block; width: 18px; font-size: 15px; font-weight: 700; }
.group-table td.result.win .mark { color: #1f9d55; }
.group-table td.result.loss .mark { color: #e5484d; }
.group-table td.result.draw .mark { color: #2f6fed; }
.group-table td.result .score { font: 700 12px "Inter"; letter-spacing: .04em; color: var(--muted); }
.group-table td.stat { color: #4a5560; font: 600 14px "Inter"; }
.group-table td.stat.pts strong { color: var(--accent); font-size: 18px; }
.group-table td.stat.rank b { display: inline-grid; place-items: center; width: 28px; height: 28px; background: #e2e6e8; color: var(--ink); font-size: 13px; border-radius: 4px; }
.group-table tr.rank-1 > th.team-name { box-shadow: inset 3px 0 0 var(--lime); background: #f4f8e6; }
.group-table tr.rank-1 td.stat.rank b { background: var(--lime); color: var(--navy); }

.bracket-wrap { overflow-x: auto; padding-bottom: 10px; }
.bracket-kicker { margin: 0 0 8px; color: var(--lime); font: 700 10px "Inter"; letter-spacing: .18em; }
.bracket-empty { padding: 40px; color: rgba(255,255,255,.5); font-size: 12px; text-align: center; }
.bracket { --conn: rgba(255,255,255,.22); display: flex; min-width: 860px; padding: 6px 0 10px; }
.round { display: flex; flex-direction: column; width: 212px; flex: 0 0 212px; }
.round-label { height: 30px; margin: 0 0 24px; display: flex; align-items: baseline; gap: 8px; color: rgba(255,255,255,.85); font: 700 12px "Inter"; letter-spacing: .14em; }
.round-label small { color: rgba(255,255,255,.4); font: 600 9px "Inter"; letter-spacing: .06em; }
.matches { display: flex; flex-direction: column; width: 178px; }
.match { position: relative; width: 178px; height: 58px; }
.qf .match { margin: 10px 0; }
.sf .match { margin: 49px 0; }
.final .match { margin: 128px 0; }
.match-note { position: absolute; left: 0; top: 100%; margin-top: 4px; color: var(--lime); font: 700 9px "Inter"; letter-spacing: .08em; }
.slot { display: flex; justify-content: space-between; align-items: center; height: 29px; padding: 0 12px; background: #102a3d; color: rgba(255,255,255,.6); font-size: 12px; }
.slot + .slot { border-top: 1px solid var(--navy); }
.slot span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.slot b { flex: 0 0 auto; margin-left: 10px; font: 800 14px "Inter"; }
.slot.win { color: #fff; font-weight: 700; background: #17415c; box-shadow: inset 3px 0 0 var(--lime); }
.slot.win b { color: var(--lime); }
.qf .match::after, .sf .match::after { content: ""; position: absolute; left: 178px; width: 17px; }
.qf .matches .match:nth-child(odd)::after { top: 50%; height: 78px; border-top: 2px solid var(--conn); border-right: 2px solid var(--conn); }
.qf .matches .match:nth-child(even)::after { bottom: 50%; height: 78px; border-bottom: 2px solid var(--conn); border-right: 2px solid var(--conn); }
.sf .matches .match:nth-child(odd)::after { top: 50%; height: 156px; border-top: 2px solid var(--conn); border-right: 2px solid var(--conn); }
.sf .matches .match:nth-child(even)::after { bottom: 50%; height: 156px; border-bottom: 2px solid var(--conn); border-right: 2px solid var(--conn); }
.final .match::after { content: ""; position: absolute; left: 178px; top: 50%; width: 17px; height: 2px; background: var(--conn); }
.sf .match::before, .final .match::before { content: ""; position: absolute; top: 50%; left: -17px; width: 17px; height: 2px; background: var(--conn); }
.champion-col .champion-card::before { content: ""; position: absolute; top: 50%; left: -17px; width: 17px; height: 2px; background: var(--conn); }
.champion-card { position: relative; width: 178px; margin-top: 128px; padding: 20px 16px; text-align: center; color: var(--navy); background: linear-gradient(135deg, var(--lime), #aee600); box-shadow: 0 0 45px rgba(217,255,67,.28); }
.champion-card span { font-size: 26px; }
.champion-card b { display: block; margin-top: 6px; font-size: 15px; line-height: 1.3; }
.third-place { margin-top: 30px; padding: 18px 20px; background: #102a3d; border-left: 3px solid rgba(255,255,255,.2); max-width: 420px; }
.third-place > p { display: flex; align-items: center; gap: 10px; margin: 0 0 12px; color: rgba(255,255,255,.75); font: 700 10px "Inter"; letter-spacing: .12em; }
.third-place > p small { color: rgba(255,255,255,.4); font-weight: 600; }
.third-match { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; }
.third-match .slot { border-radius: 2px; }
.third-vs { color: rgba(255,255,255,.4); font: 800 12px "Inter"; }

.demo-note { margin: 18px 0 0; color: #8395a0; font-size: 10px; }

.solid-button { width: 200px; height: 54px; margin-top: 32px; padding: 0 12px 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: white; background: var(--accent); font-size: 12px; font-weight: 600; border-radius: 6px; transition: background .2s; }
.solid-button .btn-arrow { width: 28px; height: 28px; color: white; background: rgba(0,0,0,.18); }
.solid-button .btn-arrow svg { width: 12px; height: 12px; }
.solid-button:hover { background: #174dad; }

.teams-section { background: #e8ecea; }
.team-intro { margin: 0; color: #697781; font-size: 12px; line-height: 1.8; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.team-card { min-height: 190px; padding: 25px; display: flex; flex-direction: column; justify-content: flex-end; border-top: 1px solid #bdc6c8; border-right: 1px solid #bdc6c8; position: relative; background: rgba(255,255,255,.15); transition: background .3s, color .3s; }
.team-card:nth-child(3n) { border-right: 0; }
.team-card > span:first-child { position: absolute; top: 22px; left: 25px; color: #879399; font: 600 11px "Inter"; }
.team-card b { font-size: 15px; }
.team-card small { margin-top: 10px; color: var(--blue); font: 700 9px "Inter"; letter-spacing: .16em; }
.team-card:not(.coming):hover { color: white; background: var(--blue); }
.team-card:not(.coming):hover small { color: var(--lime); }
.team-card.coming { grid-column: span 2; flex-direction: row; align-items: flex-end; justify-content: space-between; color: #819096; font: 700 20px/1.1 "Inter"; }
.team-card.coming span { font-size: 34px; }

.partners-section { background: white; }
.manage-button { padding: 10px 15px; border: 1px solid #cdd4d6; background: transparent; cursor: pointer; color: #687680; font-size: 10px; border-radius: 3px; }
.partner-message { margin: -15px 0 64px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.partner-tier { margin-top: 42px; }
.partner-tier > p { display: flex; align-items: center; gap: 15px; margin: 0 0 18px; color: #74818a; font: 600 11px "Inter"; letter-spacing: .1em; }
.partner-tier > p::after { content: ""; height: 1px; flex: 1; background: #e0e4e5; }
.partner-logos { display: grid; gap: 10px; }
.partner-tier.main .partner-logos { grid-template-columns: repeat(3, 1fr); }
.partner-tier.special .partner-logos { grid-template-columns: repeat(4, 1fr); }
.partner-tier.corporate .partner-logos,
.partner-tier.club .partner-logos { grid-template-columns: repeat(4, 1fr); }
.partner-item { display: flex; flex-direction: column; }
.partner-logo { min-height: 108px; display: grid; place-items: center; padding: 20px; border: 1px solid #e0e4e5; background: #ffffff; text-align: center; font-weight: 700; font-size: 15px; letter-spacing: .02em; }
.partner-logo img { max-width: 100%; max-height: 72px; width: auto; height: auto; object-fit: contain; }
.partner-name { margin: 8px 0 0; text-align: center; color: var(--ink); font-size: 12px; font-weight: 600; line-height: 1.4; }
.partner-tier.main .partner-logo { min-height: 145px; }
.partner-tier.main .partner-logo img { max-height: 96px; }
.partner-tier.main .partner-name { font-size: 13px; }
.partner-item a.partner-item-link { display: flex; flex-direction: column; color: inherit; transition: opacity .2s; }
.partner-item a.partner-item-link:hover { opacity: .75; }
.partners-section-cta { margin-top: 48px; text-align: center; }
.partners-section-cta a { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; border: 1px solid var(--ink); color: var(--ink); font-size: 13px; font-weight: 600; border-radius: 4px; transition: background .2s, color .2s; }
.partners-section-cta a:hover { background: var(--ink); color: white; }

.partners-page-hero { padding: 140px 0 40px; background: #f6f7f8; border-bottom: 1px solid var(--line); }
.overview-page-hero { padding: 140px 0 40px; background: #f6f7f8; border-bottom: 1px solid var(--line); }
.overview-page-hero .section { padding-top: 0; padding-bottom: 0; }
.overview-page-hero h1 { margin: 0 0 16px; font: 700 clamp(28px, 4vw, 42px)/1.15 "Inter"; letter-spacing: -.02em; }
.overview-page-lead { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.overview-page-body { background: white; }
.overview-page-body .section { padding-top: 56px; padding-bottom: 80px; display: grid; gap: 32px; }
.overview-card { padding: 36px 40px; border: 1px solid var(--line); background: #fafbfc; scroll-margin-top: 110px; }
.overview-card-head { margin-bottom: 28px; }
.overview-card h2 { margin: 0 0 10px; font-size: clamp(24px, 3vw, 34px); line-height: 1.25; font-weight: 700; }
.overview-card h2 em { color: var(--accent); font-style: normal; }
.overview-card-head .overview-support { margin: 0 0 0; }
.overview-details { margin: 0 0 24px; display: grid; gap: 0; }
.overview-details > div { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.overview-details dt { margin: 0; color: var(--muted); font-size: 12px; font-weight: 600; }
.overview-details dd { margin: 0; font-size: 14px; line-height: 1.7; }
.overview-text { margin: 0 0 28px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.overview-page .site-header { background: rgba(15,34,51,.96); }

.sponsor-page-hero { padding: 140px 0 32px; background: #f6f7f8; border-bottom: 1px solid var(--line); }
.sponsor-page-hero .section { padding-top: 0; padding-bottom: 0; }
.sponsor-page-hero h1 { margin: 0 0 16px; font: 700 clamp(28px, 4vw, 42px)/1.15 "Inter"; letter-spacing: -.02em; }
.sponsor-page-lead { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.sponsor-page-body { background: white; }
.sponsor-content { padding-top: 56px; padding-bottom: 80px; display: grid; gap: 48px; }
.sponsor-intro h2 { margin: 0 0 20px; font: 700 clamp(24px, 3vw, 32px)/1.3 "Inter"; }
.sponsor-intro p { margin: 0 0 16px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.sponsor-intro strong { color: #c62828; font-weight: 700; }
.sponsor-tiers h3,
.sponsor-form-section h3 { margin: 0 0 20px; font: 700 22px/1.3 "Inter"; }
.sponsor-tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sponsor-tier-card { padding: 24px; border: 1px solid var(--line); background: #fafbfc; }
.sponsor-tier-label { margin: 0 0 14px; color: var(--accent); font: 700 12px "Inter"; letter-spacing: .08em; }
.sponsor-tier-card ul { margin: 0; padding-left: 18px; display: grid; gap: 10px; font-size: 13px; line-height: 1.7; }
.sponsor-tier-card li strong { color: var(--ink); }
.sponsor-bank dl { margin: 0; display: grid; gap: 10px; }
.sponsor-bank dt { margin: 0; color: var(--muted); font-size: 11px; font-weight: 600; }
.sponsor-bank dd { margin: 2px 0 0; font-size: 13px; line-height: 1.6; }
.sponsor-contact-box { padding: 28px 32px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; background: var(--navy); color: white; border-radius: 8px; }
.sponsor-contact-box p { margin: 0; color: var(--lime); font: 600 11px "Inter"; letter-spacing: .12em; }
.sponsor-contact-box b { font-size: 18px; }
.sponsor-contact-box a { color: white; font-size: 14px; font-weight: 600; }
.sponsor-form-section { padding-top: 8px; }
.sponsor-form-lead { margin: 0 0 24px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.sponsor-apply-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 20px; padding: 32px; border: 1px solid var(--line); background: #fafbfc; border-radius: 8px; }
.sponsor-apply-form label { display: grid; gap: 8px; color: #64727b; font-size: 12px; font-weight: 700; }
.sponsor-apply-form label:has(textarea),
.sponsor-apply-form label:has(select[name="plan"]),
.sponsor-apply-form label:has(select[name="type"]) { grid-column: span 1; }
.sponsor-apply-form label:has(textarea) { grid-column: 1 / -1; }
.sponsor-apply-form input,
.sponsor-apply-form select,
.sponsor-apply-form textarea { width: 100%; padding: 12px 14px; border: 1px solid #cfd5d7; border-radius: 4px; background: white; font-size: 14px; }
.sponsor-apply-form button { grid-column: 1 / -1; height: 52px; border: 0; border-radius: 6px; color: white; background: var(--accent); font-size: 14px; font-weight: 700; cursor: pointer; }
.sponsor-apply-form button:hover { opacity: .92; }
.sponsor-form-note { margin: 0 0 16px; padding: 14px 16px; color: #2f6b2f; background: #edf7ed; border-radius: 6px; font-size: 13px; line-height: 1.7; }
.sponsor-form-note-error { color: #8a1f1f; background: #fdeeee; }
.sponsor-form-complete {
  padding: 28px 32px;
  border: 1px solid #cfe5cf;
  background: #f4faf4;
  border-radius: 8px;
}
.sponsor-form-complete > p { margin: 0 0 20px; color: var(--ink); font-size: 15px; line-height: 1.9; font-weight: 600; }
.sponsor-form-summary {
  padding: 20px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.sponsor-form-summary-title {
  margin: 0 0 14px;
  color: var(--accent);
  font: 700 12px "Inter", sans-serif;
  letter-spacing: .1em;
}
.sponsor-form-summary dl { margin: 0; display: grid; gap: 12px; }
.sponsor-form-summary dl > div { display: grid; gap: 4px; padding-bottom: 12px; border-bottom: 1px solid #eef1f2; }
.sponsor-form-summary dl > div:last-child { padding-bottom: 0; border-bottom: 0; }
.sponsor-form-summary dt { color: var(--muted); font-size: 11px; font-weight: 700; }
.sponsor-form-summary dd { margin: 0; color: var(--ink); font-size: 14px; line-height: 1.7; font-weight: 600; }
.sponsor-plugin-form {
  padding: 32px;
  border: 1px solid var(--line);
  background: #fafbfc;
  border-radius: 8px;
}
.sponsor-plugin-form .wpcf7 { margin: 0; }
.sponsor-plugin-form .wpcf7-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 20px; }
.sponsor-plugin-form label,
.sponsor-plugin-form .wpcf7-form p {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #64727b;
  font-size: 12px;
  font-weight: 700;
}
.sponsor-plugin-form .wpcf7-form p:has(textarea),
.sponsor-plugin-form .wpcf7-form p:has(.wpcf7-submit) { grid-column: 1 / -1; }
.sponsor-plugin-form input[type="text"],
.sponsor-plugin-form input[type="email"],
.sponsor-plugin-form input[type="tel"],
.sponsor-plugin-form input[type="url"],
.sponsor-plugin-form select,
.sponsor-plugin-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cfd5d7;
  border-radius: 4px;
  background: white;
  font-size: 14px;
  font-weight: 400;
  color: var(--ink);
}
.sponsor-plugin-form textarea { min-height: 120px; }
.sponsor-plugin-form .wpcf7-submit {
  height: 52px;
  width: 100%;
  border: 0;
  border-radius: 6px;
  color: white;
  background: var(--accent);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.sponsor-plugin-form .wpcf7-submit:hover { opacity: .92; }
.sponsor-plugin-form .wpcf7-not-valid-tip { font-weight: 600; }
.sponsor-plugin-form .wpcf7-response-output {
  grid-column: 1 / -1;
  margin: 0;
  padding: 14px 16px;
  border-radius: 6px;
}
.sponsor-page .site-header { background: rgba(15,34,51,.96); }

.news-page-hero { padding: 140px 0 40px; background: #f6f7f8; border-bottom: 1px solid var(--line); }
.news-page-hero .section { padding-top: 0; padding-bottom: 0; }
.news-page-hero h1 { margin: 0 0 16px; font: 700 clamp(28px, 4vw, 42px)/1.15 "Inter"; letter-spacing: -.02em; }
.news-page-lead { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.news-page-body { background: white; }
.news-page-body .section { padding-top: 56px; padding-bottom: 80px; }
.news-page-list { display: grid; gap: 20px; }
.news-page-item a { display: grid; grid-template-columns: 280px 1fr; gap: 28px; padding: 24px; border: 1px solid var(--line); background: #fafbfc; transition: border-color .2s, background .2s; }
.news-page-item a:hover { border-color: var(--accent); background: white; }
.news-page-item-image { position: relative; height: 180px; overflow: hidden; }
.news-page-item-image img { width: 100%; height: 100%; object-fit: cover; }
.news-page-item-image span { position: absolute; left: 12px; bottom: 12px; padding: 5px 10px; color: white; background: var(--accent); font-size: 10px; font-weight: 700; }
.news-page-item-body { display: grid; align-content: center; gap: 8px; }
.news-page-item-body time { color: var(--muted); font: 500 12px "Inter"; }
.news-page-category { color: var(--accent); font-size: 11px; font-weight: 700; }
.news-page-item-body h2 { margin: 0; font-size: 22px; line-height: 1.45; }
.news-page-item-body p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.news-page-item-body em { margin-top: 6px; font-style: normal; font-size: 12px; font-weight: 700; color: var(--ink); }
.news-article-wrap { max-width: 760px; padding-top: 140px; }
.news-back-link { display: inline-block; margin-bottom: 28px; color: var(--muted); font-size: 13px; font-weight: 600; }
.news-back-link:hover { color: var(--accent); }
.news-article-head { margin-bottom: 28px; }
.news-article-head time { color: var(--muted); font: 500 12px "Inter"; }
.news-article-head h1 { margin: 12px 0 0; font: 700 clamp(26px, 3.6vw, 36px)/1.35 "Inter"; }
.news-article-image { position: relative; margin-bottom: 32px; height: 320px; overflow: hidden; border-radius: 8px; }
.news-article-image img { width: 100%; height: 100%; object-fit: cover; }
.news-article-image span { position: absolute; left: 16px; bottom: 16px; padding: 6px 10px; color: white; background: var(--accent); font-size: 10px; font-weight: 700; }
.news-article-body p { margin: 0 0 18px; color: var(--muted); font-size: 15px; line-height: 1.95; }
.news-article-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.news-article-empty { margin: 0 0 24px; color: var(--muted); }
.news-page .site-header { background: rgba(15,34,51,.96); }
.partners-page-hero .section { padding-top: 0; padding-bottom: 0; }
.partners-page-hero h1 { margin: 0 0 16px; font: 700 clamp(28px, 4vw, 42px)/1.15 "Inter"; letter-spacing: -.02em; }
.partners-page-lead { margin: 0 0 28px; color: var(--muted); font-size: 14px; line-height: 1.8; }

.results-page-hero,
.overview-page-hero,
.partners-page-hero,
.sponsor-page-hero,
.news-page-hero {
  background: linear-gradient(rgba(15,34,51,.72), rgba(15,34,51,.84)), url("image/section-bg.jpg") center/cover no-repeat;
  border-bottom: none;
}
.results-page-hero h1,
.overview-page-hero h1,
.partners-page-hero h1,
.sponsor-page-hero h1,
.news-page-hero h1 { color: #fff; }
.results-page-meta,
.overview-page-lead,
.partners-page-lead,
.sponsor-page-lead,
.news-page-lead { color: rgba(255,255,255,.82); }
.partners-page-nav { display: flex; flex-wrap: wrap; gap: 8px; }
.partners-page-nav a { padding: 10px 16px; border: 1px solid var(--line); background: white; color: var(--ink); font-size: 12px; font-weight: 600; border-radius: 4px; transition: border-color .2s, color .2s; }
.partners-page-nav a:hover { border-color: var(--blue); color: var(--blue); }
.partners-page-body { background: white; }
.partners-page-body .section { padding-top: 56px; padding-bottom: 80px; }
.partner-page-tier { margin-top: 56px; scroll-margin-top: 110px; }
.partner-page-tier:first-child { margin-top: 0; }
.partner-page-tier-title { display: flex; align-items: center; gap: 15px; margin: 0 0 24px; color: #74818a; font: 600 12px "Inter"; letter-spacing: .1em; }
.partner-page-tier-title::after { content: ""; height: 1px; flex: 1; background: #e0e4e5; }
.partner-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.partner-feature-card {
  display: grid;
  grid-template-columns: minmax(160px, 200px) minmax(0, 1fr);
  gap: 0;
  border: 1px solid #e0e4e5;
  background: white;
  overflow: hidden;
  min-width: 0;
}
.partner-feature-card .partner-logo { min-height: 160px; border: 0; border-right: 1px solid #e0e4e5; }
.partner-feature-card .partner-logo img { max-height: 88px; }
.partner-feature-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 32px;
  min-width: 0;
}
.partner-feature-body h3 { margin: 0 0 12px; font-size: 17px; font-weight: 700; line-height: 1.4; word-break: break-word; }
.partner-intro { margin: 0 0 16px; color: var(--muted); font-size: 13px; line-height: 1.85; overflow-wrap: anywhere; }
.partner-link { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-size: 12px; font-weight: 600; }
.partner-link:hover { text-decoration: underline; }
.partner-simple-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
.partner-simple-card { display: flex; flex-direction: column; height: 100%; }
.partner-simple-inner { display: flex; flex-direction: column; height: 100%; color: inherit; transition: border-color .2s, box-shadow .2s; }
.partner-simple-inner:hover { opacity: .85; }
.partner-simple-card .partner-logo {
  flex: none;
  width: 100%;
  height: 152px;
  min-height: 152px;
  max-height: 152px;
  box-sizing: border-box;
  padding: 20px 16px;
}
.partner-simple-card .partner-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 108px;
  object-fit: contain;
}
.partner-simple-card .partner-name {
  margin: 10px 0 0;
  min-height: 2.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.partner-link-label {
  display: block;
  min-height: 1.4em;
  margin-top: auto;
  padding-top: 8px;
  text-align: center;
  color: var(--blue);
  font-size: 11px;
  font-weight: 600;
}
.partner-page-tier.main .partner-feature-grid { grid-template-columns: 1fr; }
.partner-page-tier.main .partner-feature-card { grid-template-columns: 240px 1fr; }
.sponsor-cta { margin-top: 80px; padding: 48px 52px; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--navy); position: relative; overflow: hidden; border-radius: 10px; }
.sponsor-cta p { margin: 0 0 12px; color: var(--lime); font: 600 10px "Inter"; letter-spacing: .12em; }
.sponsor-cta h3 { margin: 0; font-size: 23px; line-height: 1.5; font-weight: 700; }
.sponsor-cta a { position: relative; z-index: 2; width: 230px; height: 58px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; color: var(--navy); background: var(--lime); font-size: 12px; font-weight: 700; border-radius: 6px; }

footer { color: white; background: #0b1a26; }
.footer-main { max-width: 1160px; min-height: 240px; margin: auto; padding: 64px 42px; display: flex; justify-content: space-between; align-items: flex-start; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand .brand-line { font-size: 18px; text-shadow: none; }
.footer-brand .brand-support { margin-left: 16px; padding-left: 16px; }
.footer-brand .brand-support img { height: 26px; }
.footer-links { display: grid; grid-template-columns: repeat(2, 150px); gap: 18px 45px; font-size: 12px; }
.footer-bottom { min-height: 62px; padding: 0 4vw; display: flex; align-items: center; gap: 40px; color: #71838f; border-top: 1px solid rgba(255,255,255,.12); font: 500 10px "Inter"; letter-spacing: .04em; }
.footer-bottom a:last-child { margin-left: auto; color: white; }

.mobile-panel { display: none; }
dialog { width: min(680px, calc(100% - 30px)); max-height: calc(100vh - 40px); padding: 0; border: 0; border-radius: 6px; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
dialog::backdrop { background: rgba(3,17,28,.78); backdrop-filter: blur(5px); }
.admin-head { display: flex; justify-content: space-between; align-items: center; padding: 26px 30px 22px; color: white; background: var(--navy); }
.admin-head small { color: var(--lime); font: 700 9px "Inter"; letter-spacing: .16em; }
.admin-head h2 { margin: 4px 0 0; font-size: 23px; }
.admin-head button { border: 0; background: none; color: white; font-size: 30px; cursor: pointer; }
dialog > p { padding: 0 30px; margin: 24px 0; color: #66747d; font-size: 11px; line-height: 1.7; }
#sponsor-form { display: grid; grid-template-columns: 1fr 180px; gap: 13px; padding: 0 30px 26px; border-bottom: 1px solid #e2e6e7; }
#sponsor-form label { color: #64727b; font-size: 10px; font-weight: 700; }
#sponsor-form input, #sponsor-form select { width: 100%; height: 44px; margin-top: 7px; padding: 0 12px; border: 1px solid #cfd5d7; border-radius: 2px; background: white; font-size: 12px; }
#sponsor-form button { grid-column: 1 / -1; height: 46px; border: 0; color: white; background: var(--blue); cursor: pointer; font-size: 12px; font-weight: 700; }
.admin-list { max-height: 255px; overflow: auto; padding: 12px 30px; }
.admin-item { display: grid; grid-template-columns: 1fr 120px 34px; align-items: center; min-height: 48px; border-bottom: 1px solid #e4e7e8; font-size: 11px; }
.admin-item span { color: #78858d; font: 700 9px "Inter"; }
.admin-item button { border: 0; background: none; color: #d74747; cursor: pointer; font-size: 18px; }
.reset-button { margin: 10px 30px 25px; border: 0; background: none; color: #77848c; text-decoration: underline; cursor: pointer; font-size: 10px; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } }

@media (max-width: 900px) {
  .site-header { height: 68px; }
  .brand { min-width: 0; padding: 0 18px; border: 0; }
  .brand-line { font-size: 13px; }
  .brand-support { margin-left: 10px; padding-left: 10px; gap: 2px; }
  .brand-support small { font-size: 7px; letter-spacing: .12em; }
  .brand-support img { height: 17px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: grid; place-content: center; gap: 7px; margin-left: auto; cursor: pointer; }
  .menu-button span { display: block; width: 24px; height: 2px; background: white; transition: transform .25s; }
  .menu-button.open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button.open span:last-child { transform: translateY(-5px) rotate(-45deg); }
  .mobile-panel { display: block; position: fixed; z-index: 40; inset: 0; padding-top: 90px; color: white; background: var(--navy); transform: translateY(-105%); transition: transform .35s; }
  .mobile-panel.open { transform: none; }
  .mobile-panel nav { display: grid; padding: 30px; }
  .mobile-panel a,
  .mobile-submenu summary {
    color: #fff;
    font: 800 20px/1.2 "Barlow Condensed", "Noto Sans JP", sans-serif;
    font-style: italic;
    letter-spacing: .04em;
  }
  .mobile-panel a { padding: 18px 5px; border-bottom: 1px solid rgba(255,255,255,.13); }
  .mobile-submenu { border-bottom: 1px solid rgba(255,255,255,.13); }
  .mobile-submenu summary { padding: 18px 5px; cursor: pointer; list-style: none; }
  .mobile-submenu summary::-webkit-details-marker { display: none; }
  .mobile-submenu-links { display: grid; padding: 0 0 8px 12px; }
  .mobile-submenu-links a { padding: 12px 5px; font-size: 17px; opacity: .92; }
  .hero { min-height: 650px; height: 88vh; }
  .hero-content { padding: 130px 6vw 65px; justify-content: center; }
  .hero-year-display strong { font-size: clamp(52px, 12vw, 84px); }
  .hero-tag { display: none; }
  .hero-title-row { gap: 20px; }
  .hero-partner-bottom { margin-top: 22px; flex-direction: column; align-items: flex-start; gap: 8px; }
  .hero-partner-bottom span { font-size: 11px; letter-spacing: .18em; }
  .hero-partner-bottom img { width: clamp(180px, 30vw, 240px); }
  .hero-emblem { right: 16px; bottom: 24px; width: 118px; }
  .news-grid, .match-layout, .event-inner { grid-template-columns: 1fr; }
  .news-grid { gap: 45px; }
  .event-inner { gap: 36px; }
  .event-index { font-size: clamp(120px, 34vw, 200px); right: -2%; top: 24px; transform: none; }
  .schedule-grid { grid-template-columns: 1fr; }
  .tournament-tabs { grid-template-columns: 1fr; }
  .results-hub { grid-template-columns: 1fr; gap: 24px; }
  .results-index { position: static; display: flex; gap: 12px; overflow-x: auto; padding-bottom: 8px; border-top: 0; }
  .results-index-label { flex: 0 0 auto; margin: 0; align-self: center; }
  .results-index ul { display: flex; gap: 8px; }
  .results-index a { white-space: nowrap; padding: 8px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 2px; font-size: 11px; }
  .group-grid { grid-template-columns: 1fr; }
  .teams-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .final-podium { grid-template-columns: 1fr; }
  .filter-row { overflow-x: auto; }
  .filter { flex: 0 0 auto; padding: 0 20px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .team-card:nth-child(3n) { border-right: 1px solid #bdc6c8; }
  .team-card:nth-child(2n) { border-right: 0; }
  .team-card.coming { grid-column: span 2; }
  .partner-feature-grid,
  .partner-page-tier.main .partner-feature-grid { grid-template-columns: 1fr; }
  .partner-feature-card,
  .partner-page-tier.main .partner-feature-card {
    grid-template-columns: 1fr;
  }
  .partner-feature-card .partner-logo,
  .partner-page-tier.main .partner-feature-card .partner-logo {
    border-right: 0;
    border-bottom: 1px solid #e0e4e5;
    min-height: 140px;
    height: 140px;
  }
  .partner-feature-card .partner-logo img { max-height: 96px; }
  .partner-feature-body { padding: 22px 20px; }
  .partner-simple-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .partner-simple-card .partner-logo {
    height: 132px;
    min-height: 132px;
    max-height: 132px;
    padding: 16px 12px;
  }
  .partner-simple-card .partner-logo img { max-height: 92px; }
}

@media (max-width: 600px) {
  .section { padding: 80px 20px; }
  .section-heading { align-items: flex-start; margin-bottom: 38px; }
  .section-heading h2 { font-size: 26px; }
  .teams-list-grid { grid-template-columns: 1fr; }
  .hero { min-height: 610px; }
  .hero-photo { background-position: 58% center; }
  .hero-year-display strong { font-size: 15vw; }
  .hero-dual-title .title-main { font-size: 10vw; }
  .hero-dual-title .title-main em { -webkit-text-stroke-width: 1px; }
  .hero-dual-title .title-sub { font-size: 10vw; }
  .hero-title-row { gap: 14px; }
  .hero-emblem { right: 12px; bottom: 20px; width: 82px; }
  .hero-partner-bottom img { width: clamp(160px, 44vw, 220px); }
  .hero-meta { gap: 15px; margin-top: 35px; }
  .hero-year { padding-right: 15px; font-size: 48px; }
  .hero-meta .date { font-size: 20px; }
  .hero-meta .venue { font-size: 9px; }
  .hero-tournaments { max-width: none; }
  .hero-tournaments li { flex-wrap: wrap; white-space: normal; gap: 6px 12px; padding: 11px 14px; }
  .hero-tournaments time { padding-right: 12px; font-size: 12px; }
  .hero-tournaments b { font-size: 11px; }
  .hero-tournaments small { width: 100%; margin-left: 0; padding-top: 6px; border-top: 1px solid rgba(255,255,255,.14); flex-wrap: wrap; gap: 6px 12px; }
  .scroll-cue { display: none; }
  .ticker { grid-template-columns: 70px 1fr 48px; }
  .ticker-content { gap: 7px; padding: 12px 13px; flex-wrap: wrap; }
  .ticker-content b { width: 100%; font-size: 11px; }
  .new-badge { display: none; }
  .featured-image { height: 240px; }
  .featured-copy h3 { font-size: 17px; }
  .news-list > a { grid-template-columns: 74px 1fr 20px; }
  .text-link { font-size: 10px; gap: 12px; }
  .results-inner { padding-left: 14px; padding-right: 14px; }
  .result-block-head h3 { font-size: 22px; }
  .third-place { max-width: none; }
  .match-list {
    min-width: 0;
    width: 100%;
    overflow: visible;
  }
  .match-card {
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
    grid-template-areas:
      "meta meta link"
      "home score away";
    gap: 6px 8px;
    padding: 14px 12px;
    min-width: 0;
    width: 100%;
    min-height: 0;
  }
  .match-meta {
    grid-area: meta;
    text-align: left;
    font-size: 9px;
    line-height: 1.45;
  }
  .match-meta b { display: inline; margin-right: 8px; font-size: 15px; }
  .team-home { grid-area: home; text-align: right; }
  .match-card > .score,
  .match-card > .score.upcoming { grid-area: score; }
  .match-card > .team-name:not(.team-home) { grid-area: away; text-align: left; }
  .match-link {
    grid-area: link;
    justify-self: end;
    align-self: start;
    font-size: 9px;
  }
  .team-name {
    font-size: 10px;
    line-height: 1.3;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .team-name small { display: none; }
  .score { font-size: 18px; gap: 4px; }
  .score.upcoming {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .06em;
    white-space: nowrap;
    line-height: 1.2;
  }
  .schedule-table-scroll,
  .bracket-wrap {
    overflow-x: hidden;
  }
  .group-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .group-table {
    min-width: 720px;
    font-size: 12px;
  }
  .group-table th.team-name {
    font-size: 11px;
    min-width: 96px;
    max-width: 120px;
    padding: 10px 6px 10px 10px;
  }
  .group-table th.corner { width: 110px; min-width: 96px; }
  .group-table th, .group-table td { padding: 10px 6px; }
  .group-table thead th:not(.corner):not(.stat) .gt-full { display: inline; }
  .group-table thead th:not(.corner):not(.stat) .gt-idx { display: none; }
  .group-table th.team-name .gt-idx { display: none; }
  .group-table th:not(.corner):not(.team-name) { min-width: 56px; font-size: 10px; }
  .schedule-table-scroll { min-width: 0; }
  .event-copy h2 { font-size: 36px; }
  .event-meta strong { font-size: 34px; }
  .team-intro { display: none; }
  .team-card { min-height: 160px; padding: 17px; }
  .team-card b { font-size: 12px; }
  .partner-message { margin-top: -5px; }
  .partner-tier.main .partner-logos,
  .partner-tier.corporate .partner-logos,
  .partner-tier.club .partner-logos { grid-template-columns: 1fr; }
  .partner-tier.special .partner-logos { grid-template-columns: repeat(2, 1fr); }
  .partner-logo, .partner-tier.main .partner-logo { min-height: 150px; }
  .partner-logo img { max-height: 90px; }
  .partner-tier.main .partner-logo img { max-height: 110px; }
  .partner-tier.special .partner-logo { min-height: 110px; }
  .partner-tier.special .partner-logo img { max-height: 64px; }
  .partner-feature-grid,
  .partner-page-tier.main .partner-feature-grid { grid-template-columns: 1fr; }
  .partner-feature-card,
  .partner-page-tier.main .partner-feature-card { grid-template-columns: 1fr; }
  .partner-feature-card .partner-logo { border-right: 0; border-bottom: 1px solid #e0e4e5; min-height: 120px; }
  .partner-feature-body { padding: 22px 20px; }
  .partner-simple-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .partner-simple-card .partner-logo {
    height: 132px;
    min-height: 132px;
    max-height: 132px;
    padding: 16px 12px;
  }
  .partner-simple-card .partner-logo img { max-height: 92px; }
  .partners-page-nav { gap: 6px; }
  .partners-page-nav a { padding: 8px 12px; font-size: 11px; }
  .sponsor-cta { padding: 35px 25px; display: block; }
  .sponsor-cta h3 { font-size: 20px; }
  .sponsor-cta a { margin-top: 25px; width: 100%; }
  .footer-main { padding: 55px 25px; display: grid; gap: 50px; }
  .footer-brand { flex-wrap: wrap; gap: 14px; }
  .footer-brand .brand-line { font-size: 15px; }
  .footer-brand .brand-support { margin-left: 0; padding-left: 0; border-left: 0; }
  .footer-brand .brand-support img { height: 20px; }
  .overview-card { padding: 28px 22px; }
  .overview-details > div { grid-template-columns: 1fr; gap: 6px; }
  .sponsor-tier-grid { grid-template-columns: 1fr; }
  .sponsor-apply-form { grid-template-columns: 1fr; padding: 24px 20px; }
  .sponsor-plugin-form { padding: 24px 20px; }
  .sponsor-plugin-form .wpcf7-form { grid-template-columns: 1fr; }
  .sponsor-contact-box { padding: 22px 20px; }
  .news-page-item a { grid-template-columns: 1fr; gap: 16px; padding: 18px; }
  .news-page-item-image { height: 200px; }
  .news-article-wrap { padding-top: 110px; }
  .news-article-image { height: 220px; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { padding: 20px 25px; flex-wrap: wrap; gap: 14px 25px; }
  .footer-bottom a:last-child { margin-left: 0; }
  #sponsor-form { grid-template-columns: 1fr; padding: 0 20px 22px; }
  #sponsor-form button { grid-column: auto; }
  .admin-list { padding: 12px 20px; }
}

/* Results: below 390px, tighten type slightly */
@media (max-width: 389.98px) {
  .results-page {
    overflow-x: hidden;
  }
  .results-page .match-card {
    padding: 12px 10px;
    gap: 6px 6px;
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
  }
  .results-page .team-name { font-size: 9px; }
  .results-page .match-meta { font-size: 8px; }
  .results-page .match-meta b { font-size: 14px; }
  .results-page .score { font-size: 16px; }
  .results-page .score.upcoming { font-size: 8px; }
}
