:root {
  --ink: #10141a;
  --muted: #5f6874;
  --paper: #f4f6f8;
  --surface: #ffffff;
  --line: #d9dee5;
  --line-dark: #aeb7c2;
  --kadou: #075eaa;
  --kadou-deep: #073b70;
  --ice: #8ee7ff;
  --magic: #f15a2a;
  --night: #07111f;
  --amber: #a46810;
  --zh: "Noto Sans SC Variable", "PingFang SC", "Microsoft YaHei", sans-serif;
  --display: "Bodoni 72", "Iowan Old Style", "Noto Sans SC Variable", "Songti SC", "Hiragino Mincho ProN", serif;
  --body: "Avenir Next", "Futura", "Noto Sans SC Variable", "PingFang SC", "Hiragino Sans", sans-serif;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 120px; }
html[lang="zh-CN"] { --display: var(--zh); --body: var(--zh); }
body { margin: 0; min-width: 320px; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.72; letter-spacing: 0; }
body.nav-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.shell { width: min(1320px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 300; padding: 8px 12px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.preview-bar { color: #fff; background: var(--kadou-deep); }
.preview-bar .shell { min-height: 34px; display: flex; align-items: center; gap: 10px; font-size: 11px; }
.preview-bar strong { text-transform: uppercase; }
.preview-bar span:last-child { color: #cfdae6; }
.preview-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #62d88a; box-shadow: 0 0 0 4px rgba(98, 216, 138, .14); }

.site-header { position: sticky; top: 0; z-index: 150; border-bottom: 1px solid #dce2e8; background: rgba(255, 255, 255, .97); box-shadow: 0 5px 18px rgba(7, 34, 61, .05); backdrop-filter: blur(16px); }
.header-row { min-height: 68px; display: flex; align-items: center; gap: 24px; }
.wordmark { width: 174px; height: 50px; padding: 7px 8px; position: relative; display: inline-flex; flex: 0 0 auto; align-items: center; background: transparent; text-decoration: none; }
.wordmark::before { content: ""; width: 100%; height: 100%; display: block; background: var(--kadou); -webkit-mask: url("assets/kadou-events-logo.png") center / contain no-repeat; mask: url("assets/kadou-events-logo.png") center / contain no-repeat; }
.wordmark img { position: absolute; width: 1px; height: 1px; opacity: 0; }
.site-nav { margin-left: 18px; margin-right: auto; display: flex; align-self: stretch; gap: 2px; }
.site-nav a { min-width: 92px; position: relative; display: inline-flex; align-items: center; justify-content: center; padding: 0 16px; color: #394754; text-decoration: none; font-size: 13px; font-weight: 800; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; right: 16px; bottom: 0; left: 16px; height: 3px; background: var(--kadou); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--kadou); }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.language-switch { flex: 0 0 auto; display: inline-grid; grid-template-columns: repeat(3, 36px); border: 1px solid var(--line-dark); }
.language-switch button { height: 34px; border: 0; border-right: 1px solid var(--line-dark); color: #525d69; background: #fff; cursor: pointer; font-size: 11px; font-weight: 900; }
.language-switch button:last-child { border-right: 0; }
.language-switch button[aria-pressed="true"] { color: #fff; background: var(--kadou); }
.menu-toggle { width: 42px; height: 42px; margin-left: auto; padding: 10px; display: none; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { width: 100%; height: 2px; margin: 4px 0; display: block; background: var(--ink); }

.page-view { animation: page-in .5s ease both; }
@keyframes page-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.kicker, .section-eyebrow { display: block; color: var(--kadou); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.kicker--light { color: var(--ice); }
.section-eyebrow--ice { color: var(--ice); }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 10px 18px; border: 1px solid currentColor; border-radius: 2px; text-decoration: none; font-size: 12px; font-weight: 900; }
.button i { font-style: normal; font-size: 18px; line-height: 1; }
.button--light { color: var(--night); background: #fff; }
.button--light:hover { color: #fff; background: var(--kadou); border-color: var(--kadou); }
.button--ice { color: var(--night); background: var(--ice); border-color: var(--ice); }
.button--ice:hover { background: #fff; border-color: #fff; }
.button--ghost { color: #fff; background: rgba(7, 17, 31, .34); border-color: rgba(255, 255, 255, .72); }
.button--ghost:hover { color: var(--night); background: #fff; }
.text-link { color: var(--kadou); text-underline-offset: 4px; font-size: 12px; font-weight: 900; }
.hero-index { position: absolute; right: 24px; bottom: 22px; z-index: 3; color: rgba(255, 255, 255, .72); font-size: 10px; font-weight: 900; }

.home-about { padding: 54px 0 18px; background: #f7f8fa; }
.home-about__inner { min-height: 400px; padding: 44px 54px; display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); align-items: center; gap: 56px; border: 1px solid var(--line); background: #fff; }
.home-about__mark { min-height: 270px; display: grid; place-items: center; }
.home-about__mark img { width: min(330px, 100%); max-height: 280px; object-fit: contain; }
.home-about__copy h1 { margin: 0 0 22px; color: var(--ink); font-family: var(--display); font-size: 48px; line-height: 1.08; letter-spacing: 0; }
.home-about__copy p { max-width: 750px; margin: 0; color: #445269; font-size: 17px; line-height: 1.9; }
.home-feature { padding: 82px 0 100px; background: #fff; }
.section-heading { margin-bottom: 34px; display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 60px; align-items: end; }
.section-heading--tight { grid-template-columns: minmax(0, 1fr) auto; }
.section-heading h2, .split-heading h2, .portal-section h2, .venue-guide h2, .handbook-intro h2 { margin: 7px 0 0; font-family: var(--display); font-size: 40px; line-height: 1.12; font-weight: 700; letter-spacing: 0; }
.section-heading p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.spotlight-entry { min-height: 470px; display: grid; grid-template-columns: 1.35fr .65fr; color: #fff; background: var(--night); text-decoration: none; overflow: hidden; }
.spotlight-entry__art { min-width: 0; position: relative; overflow: hidden; }
.spotlight-entry__art img { width: 100%; height: 100%; object-fit: cover; object-position: center bottom; transition: transform .7s ease; }
.spotlight-entry:hover .spotlight-entry__art img { transform: scale(1.035); }
.spotlight-entry__content { min-width: 0; padding: 50px 44px 42px; display: flex; flex-direction: column; align-items: flex-start; border-left: 5px solid var(--kadou); }
.spotlight-entry__logo { width: min(220px, 78%); height: 200px; margin: 0 auto auto; align-self: center; object-fit: contain; filter: drop-shadow(0 8px 24px rgba(0,0,0,.32)); }
.spotlight-entry__content > span { color: var(--ice); font-size: 10px; font-weight: 900; }
.spotlight-entry h3 { margin: 11px 0 12px; font-family: var(--display); font-size: 38px; line-height: 1.05; }
.spotlight-entry p { margin: 0 0 22px; color: #ccd5df; font-size: 14px; }
.spotlight-entry strong, .series-event strong { width: 100%; display: flex; justify-content: space-between; align-items: center; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.22); color: #fff; font-size: 12px; }
.spotlight-entry i, .series-event i { color: var(--ice); font-size: 20px; font-style: normal; }
.home-more-events { margin-top: 86px; }
.home-more-events .section-heading { margin-bottom: 28px; }
.home-event-preview-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.home-event-preview { min-height: 420px; position: relative; display: grid; grid-template-rows: minmax(260px, 1fr) auto; overflow: hidden; border: 1px solid var(--line); color: var(--ink); background: #fff; text-decoration: none; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.home-event-preview:hover { border-color: #9ebbd2; transform: translateY(-4px); box-shadow: 0 18px 42px rgba(5, 25, 46, .12); }
.home-event-preview__logo { min-height: 0; padding: 34px 42px; display: grid; place-items: center; background: #f4f7f9; }
.home-event-preview__logo img { width: 100%; height: 100%; max-height: 230px; object-fit: contain; }
.home-event-preview__content { min-width: 0; min-height: 126px; padding: 24px 30px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 4px solid var(--kadou); background: #fff; }
.home-event-preview h3 { min-width: 0; margin: 0; font-family: var(--display); font-size: 30px; line-height: 1.1; }
.home-event-preview__content > span { min-width: 0; flex: 0 1 auto; display: flex; align-items: center; gap: 12px; color: var(--kadou); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.home-event-preview__content i { font-size: 20px; font-style: normal; }
.home-event-preview > b { position: absolute; top: 18px; right: 20px; color: var(--kadou-deep); font-family: var(--display); font-size: 24px; }

/* Series */
.series-hero { min-height: 620px; position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--night); }
.series-hero__art, .series-hero__veil { position: absolute; inset: 0; }
.series-hero__art img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.series-hero__veil { background: rgba(5, 14, 27, .62); box-shadow: inset 60vw 0 220px rgba(4, 10, 20, .68); }
.series-hero__content { position: relative; z-index: 2; padding-block: 80px; }
.series-hero__content > img { width: 146px; height: 134px; margin-bottom: 36px; object-fit: contain; }
.series-hero h1 { max-width: 760px; margin: 11px 0 18px; font-family: var(--display); font-size: clamp(50px, 6.2vw, 86px); line-height: .98; }
.series-hero p { max-width: 690px; margin: 0; color: #dce5ed; font-size: 17px; }
.series-intro { padding: 82px 0; color: #fff; background: var(--kadou); }
.split-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.split-heading h2 { max-width: 580px; font-size: 46px; }
.split-heading p { max-width: 600px; margin: 0; color: #d9ebf9; font-size: 17px; }
.series-current { background: var(--night); }
.series-event { min-height: 590px; display: grid; grid-template-columns: 1.3fr .7fr; color: #fff; text-decoration: none; }
.series-event__media { overflow: hidden; }
.series-event__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.series-event:hover .series-event__media img { transform: scale(1.03); }
.series-event__content { padding: 72px 7vw 60px 56px; display: flex; flex-direction: column; align-items: flex-start; border-left: 1px solid rgba(255,255,255,.18); }
.series-event__content > span { color: var(--ice); font-size: 10px; font-weight: 900; }
.series-event__content > img { width: 220px; margin: auto 0 22px; }
.series-event h2 { margin: 0 0 14px; font-family: var(--display); font-size: 48px; line-height: 1.03; }
.series-event p { margin: 0 0 30px; color: #cbd4de; }
.series-notes { padding: 84px 0 96px; background: #fff; }
.series-note-grid { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; border-top: 2px solid var(--ink); }
.series-note { min-height: 280px; padding: 24px 44px 30px 0; position: relative; display: flex; flex-direction: column; border-right: 1px solid var(--line); color: var(--ink); text-decoration: none; transition: color .2s ease, background .2s ease; }
.series-note + .series-note { padding-left: 44px; border-right: 0; }
.series-note:hover { color: var(--kadou-deep); background: #f7fafc; }
.series-note > span { color: var(--kadou); font-family: var(--display); font-size: 28px; }
.series-note-grid h3 { margin: 34px 0 10px; font-family: var(--display); font-size: 28px; line-height: 1.15; }
.series-note-grid p { max-width: 520px; margin: 0; color: var(--muted); }
.series-note strong { margin-top: auto; padding-top: 24px; color: var(--kadou); font-size: 12px; }
.series-note strong::after { content: "  ->"; }

/* Event */
.route-trail { min-height: 46px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; font-weight: 800; }
.route-trail a { color: var(--kadou); text-underline-offset: 3px; }
.route-trail i { color: var(--line-dark); font-style: normal; }
.event-hero { min-height: 640px; position: relative; display: flex; align-items: end; overflow: hidden; color: #fff; background: var(--night); }
.event-hero__media, .event-hero__shade { position: absolute; inset: 0; }
.event-hero__media { background: #101d30; }
.event-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.event-hero__shade { background: linear-gradient(90deg, rgba(3,12,24,.84) 0%, rgba(3,12,24,.56) 48%, rgba(3,12,24,.34) 70%, rgba(3,12,24,.58) 100%); box-shadow: inset 0 -330px 180px rgba(3, 10, 20, .88), inset 0 120px 120px rgba(3,10,20,.22); }
.event-hero__content { position: relative; z-index: 2; max-width: 1320px; padding-top: 82px; padding-bottom: 62px; }
.event-hero__brand { position: absolute; top: 54px; right: 6vw; z-index: 3; width: 280px; height: 240px; display: grid; place-items: center; }
.event-hero__series-logo { width: 224px; height: 208px; object-fit: contain; filter: drop-shadow(0 12px 28px rgba(2,10,21,.48)); }
.event-hero h1 { max-width: 850px; margin: 10px 0 14px; font-family: var(--display); font-size: clamp(48px, 6.4vw, 86px); line-height: .98; text-wrap: balance; }
html[lang="zh-CN"] .event-hero h1 { word-break: keep-all; }
.event-hero__content > p { max-width: 690px; margin: 0; color: #dce5ed; font-size: 17px; }
.hero-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.event-date { position: absolute; right: 6vw; bottom: 64px; z-index: 3; width: 245px; padding-left: 24px; border-left: 3px solid var(--ice); }
.event-date span, .event-date strong { display: block; }
.event-date span { margin-bottom: 12px; color: var(--ice); font-size: 10px; font-weight: 900; }
.event-date strong { font-family: var(--display); font-size: 42px; line-height: .98; }
.event-date i { width: 30px; height: 1px; margin: 10px 0; display: block; background: rgba(255,255,255,.64); }
.facts { padding: 18px 0; border-bottom: 1px solid var(--line); background: #fff; }
.facts__inner { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); border-top: 4px solid var(--kadou-deep); }
.fact { min-width: 0; min-height: 112px; padding: 18px 48px 18px 20px; position: relative; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); color: inherit; text-decoration: none; transition: color .2s ease, background-color .2s ease; }
.fact:last-child { border-right: 0; }
.fact span, .fact strong, .fact small { display: block; }
.fact span { color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.fact strong { margin-top: 7px; color: var(--kadou-deep); font-size: 14px; line-height: 1.45; }
.fact small { margin-top: 8px; color: var(--kadou); font-size: 10px; font-weight: 900; }
.fact i { position: absolute; right: 18px; bottom: 18px; color: var(--kadou); font-size: 19px; font-style: normal; transition: transform .2s ease; }
.fact:hover { color: inherit; background: #edf7fd; }
.fact:hover i { transform: translate(2px, -2px); }
.event-subnav { position: sticky; top: 68px; z-index: 100; border-bottom: 1px solid #d8e0e7; background: rgba(247, 249, 251, .97); box-shadow: 0 7px 18px rgba(7, 34, 61, .06); backdrop-filter: blur(14px); }
.event-subnav .shell { min-height: 52px; display: flex; align-items: stretch; justify-content: center; gap: 2px; overflow-x: auto; scrollbar-width: none; }
.event-subnav .shell::-webkit-scrollbar { display: none; }
.event-subnav a { min-height: 52px; position: relative; display: inline-flex; align-items: center; justify-content: center; padding: 0 16px; color: #526171; text-decoration: none; white-space: nowrap; font-size: 12px; font-weight: 900; transition: color .18s ease, background-color .18s ease; }
.event-subnav a::after { content: ""; position: absolute; right: 16px; bottom: 0; left: 16px; height: 3px; background: var(--kadou); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.event-subnav a:hover, .event-subnav a[aria-current="location"] { color: var(--kadou-deep); background: #edf4f9; }
.event-subnav a:hover::after, .event-subnav a[aria-current="location"]::after { transform: scaleX(1); }
.event-view > section[id] { scroll-margin-top: 8px; }
.portal-section { padding: 84px 0; border-bottom: 1px solid var(--line); background: #fff; }
.participation-summary { background: var(--paper); }
.participation-summary__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 4px solid var(--kadou-deep); border-bottom: 1px solid var(--line-dark); }
.participation-summary__item { min-width: 0; min-height: 238px; padding: 28px 30px 24px; position: relative; display: grid; grid-template-columns: 46px minmax(0, 1fr); align-content: start; column-gap: 18px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); color: inherit; background: #fff; text-decoration: none; transition: color .22s ease, background-color .22s ease; }
.participation-summary__item:nth-child(2n) { border-right: 0; }
.participation-summary__item:nth-last-child(-n + 2) { border-bottom: 0; }
.participation-summary__item > span { grid-row: 1 / 3; color: #8da1b3; font-family: var(--display); font-size: 23px; line-height: 1.2; }
.participation-summary__item h3 { margin: 0; color: var(--kadou-deep); font-family: var(--display); font-size: 24px; line-height: 1.25; }
.participation-summary__item p { margin: 14px 0 0; color: #445463; font-size: 15px; line-height: 1.78; }
.participation-summary__item > i { grid-column: 2; margin-top: 18px; justify-self: end; color: var(--kadou); font-size: 21px; font-style: normal; transition: transform .22s ease; }
.participation-summary__item:hover { color: inherit; background: #edf7fd; }
.participation-summary__item:hover > i { transform: translateX(5px); }
.participation-summary__link { min-height: 58px; padding: 0 2px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 2px solid var(--kadou); color: var(--kadou); font-size: 13px; font-weight: 900; text-decoration: none; }
.participation-summary__link:hover { color: var(--kadou-deep); }
.participation-summary__link i { font-style: normal; font-size: 22px; }
.event-groups { display: grid; gap: 64px; }
.event-category-group > header { min-height: 58px; padding-bottom: 14px; display: flex; align-items: end; gap: 18px; border-bottom: 1px solid var(--line-dark); }
.event-category-group > header > span { color: #8da1b3; font-family: var(--display); font-size: 18px; line-height: 1.2; }
.event-category-group > header h3 { margin: 0; color: var(--kadou-deep); font-family: var(--display); font-size: 30px; line-height: 1.15; }
.event-grid { display: grid; gap: 1px; border: 1px solid var(--line-dark); border-top: 4px solid var(--kadou-deep); background: var(--line); }
.event-category-group--main .event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.event-category-group--featuredSide .event-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.event-category-group--side .event-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.event-category-group--commander .event-grid { grid-template-columns: 1fr; }
.event-card { min-width: 0; min-height: 430px; display: grid; grid-template-rows: auto 1fr; overflow: hidden; color: var(--ink); background: #fff; text-decoration: none; transition: color .25s ease, transform .25s ease, box-shadow .25s ease; }
.event-card:hover { position: relative; z-index: 2; color: var(--kadou-deep); transform: translateY(-6px); box-shadow: 0 18px 35px rgba(7, 59, 112, .18); }
.event-card__art { position: relative; min-height: 0; overflow: hidden; background: var(--night); }
.event-card__art::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(7,17,31,.76)); }
.event-card__art > img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.event-card__art--card-art { aspect-ratio: 16 / 9; background: #111820; }
.event-card__art--card-art::after { inset: 52% 0 0; }
.event-card__art--card-art > img { object-fit: cover; object-position: center 20%; transform: scale(1.16); }
.event-card__art--series-logo { min-height: 0; padding: 34px; aspect-ratio: 16 / 9; display: grid; place-items: center; background: var(--night); }
.event-card__art--series-logo > img { width: min(82%, 420px); height: auto; max-height: 72%; object-fit: contain; }
.event-card__art--brand-logo { padding: 22px; place-items: center; }
.event-card__art--brand-logo::after { display: none; }
.event-card__art--brand-logo > img { width: 72%; height: 72%; max-width: none; max-height: none; margin: 0; position: absolute; top: 14%; left: 14%; object-fit: contain; object-position: center; transform: none; }
.event-card__art--set-symbol > img { width: min(34%, 132px); }
.event-card__art--full-art { aspect-ratio: 16 / 9; display: flex; align-items: center; justify-content: center; background: #05080d; }
.event-card__art--full-art::after { display: none; }
.event-card__art--full-art > img { width: 100%; height: 100%; object-fit: contain; object-position: center; transform: none; }
.event-card:hover .event-card__art > img { transform: scale(1.055); }
.event-card:hover .event-card__art--card-art > img { transform: scale(1.22); }
.event-card:hover .event-card__art--full-art > img { transform: scale(1.025); }
.event-card__index { position: absolute; left: 14px; bottom: 10px; z-index: 3; color: #fff; font-family: var(--display); font-size: 25px; text-shadow: 0 1px 5px rgba(0, 0, 0, .72); }
.event-card__content { min-width: 0; padding: 23px 22px 20px; display: flex; flex-direction: column; }
.event-card__meta { color: var(--kadou); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.event-card strong { margin-top: 13px; font-family: var(--display); font-size: 22px; line-height: 1.22; }
.event-card p { margin: 10px 0 19px; color: var(--muted); font-size: 13.5px; line-height: 1.62; }
.event-card__status { width: fit-content; margin: auto 0 16px; padding: 7px 10px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid currentColor; border-radius: 2px; font-size: 11px; font-weight: 900; line-height: 1; }
.event-card__status::before { content: ""; width: 7px; height: 7px; background: currentColor; }
.event-card__status--open { color: #0068a8; background: #e8f6ff; }
.event-card__status--upcoming { color: #687887; background: #f1f4f6; }
.event-card__opening { margin: -7px 0 16px; color: var(--muted); font-size: 12px; font-weight: 800; line-height: 1.35; }
.event-card__link { margin-top: auto; color: var(--kadou); font-size: 12px; font-weight: 900; }
.event-card__link::after { content: "  ->"; }
.event-category-group--commander .event-card { min-height: 470px; grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr); grid-template-rows: 1fr; }
.event-category-group--commander .event-card__art { aspect-ratio: auto; }
.event-category-group--commander .event-card__art > img { object-fit: cover; object-position: center; transform: none; }
.event-category-group--commander .event-card:hover .event-card__art > img { transform: scale(1.025); }
.event-category-group--commander .event-card__content { padding: 48px 52px; justify-content: center; }
.event-category-group--commander .event-card strong { font-size: 34px; }
.event-category-group--commander .event-card p { max-width: 620px; font-size: 16px; }

.timeline-section { position: relative; overflow: hidden; color: var(--ink); background: #eef3f7; }
.timeline-section::before { content: none; }
.timeline-section .shell { position: relative; z-index: 1; }
.section-heading--timeline h2 { color: var(--ink); }
.section-heading--timeline > p { color: var(--muted); }
.section-heading--timeline .section-eyebrow--ice { color: var(--kadou); }
.timeline-language { border-top: 0; }
.timeline-language--switchable { border-top: 0; }
.timeline-tabs { padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border: 0; border-bottom: 1px solid #b7c2cc; background: transparent; }
.timeline-tab { min-width: 0; min-height: 80px; padding: 14px 18px; position: relative; display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; gap: 14px; align-items: center; border: 0; color: #65717d; background: transparent; cursor: pointer; text-align: left; transition: color .2s ease; }
.timeline-tab::after { content: ""; position: absolute; right: 18px; bottom: -1px; left: 18px; height: 3px; background: transparent; }
.timeline-tab:hover { color: var(--kadou); }
.timeline-tab:focus-visible { outline: 0; color: var(--kadou-deep); }
.timeline-tab:focus-visible::after { background: var(--kadou); }
.timeline-tab[aria-selected="true"] { color: var(--kadou-deep); background: transparent; }
.timeline-tab[aria-selected="true"]::after { background: var(--kadou); }
.timeline-tab > span { color: #82909c; font-family: var(--display); font-size: 27px; line-height: 1; }
.timeline-tab[aria-selected="true"] > span { color: var(--kadou); }
.timeline-tab strong { min-width: 0; font-size: 15px; line-height: 1.4; }
.timeline-tab small { min-width: 0; height: auto; padding: 0; display: block; border: 0; color: #768390; font-size: 12px; font-weight: 900; }
.timeline-language--switchable .timeline-day { border-top: 0; animation: page-in .24s ease both; }
.timeline-language:not(.timeline-language--switchable) .timeline-day + .timeline-day { margin-top: 36px; }
.timeline-day { overflow: hidden; color: var(--ink); background: #fff; border: 0; border-top: 3px solid var(--kadou); box-shadow: none; }
.timeline-day > header { min-height: 96px; padding: 20px 28px; display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; gap: 20px; align-items: center; color: var(--ink); background: #fff; }
.timeline-day > header > span { color: var(--kadou); font-family: var(--display); font-size: 35px; line-height: 1; }
.timeline-day > header h3 { margin: 0; font-size: 20px; line-height: 1.4; }
.timeline-day > header b { min-width: 72px; display: flex; align-items: baseline; justify-content: flex-end; gap: 7px; color: var(--muted); font-weight: 800; }
.timeline-day > header b strong { color: var(--kadou); font-family: var(--display); font-size: 30px; line-height: 1; }
.timeline-day > header b small { font-size: 10px; text-transform: uppercase; }
.timeline-track { background: #fff; }
.timeline-track__head, .timeline-event { display: grid; grid-template-columns: 170px minmax(0, 1fr) 42px; gap: 24px; align-items: center; }
.timeline-track__head { min-height: 58px; padding: 0 26px 0 28px; border: 0; color: #596875; background: #f6f8fa; font-size: 14px; font-weight: 900; line-height: 1.4; text-transform: uppercase; }
.timeline-event { min-height: 124px; padding: 20px 26px 20px 28px; position: relative; border: 0; border-top: 1px solid #e2e7eb; color: var(--ink); background: #fff; text-decoration: none; transition: color .2s ease, background .2s ease; }
.timeline-event:hover { color: var(--kadou-deep); background: #f8fbfd; }
.timeline-event time { min-width: 0; align-self: center; margin: 0; padding: 0; display: block; border: 0; color: var(--kadou-deep); background: transparent; font-family: var(--display); font-size: 28px; font-weight: 700; white-space: nowrap; }
.timeline-event--long-time time { font-size: 22px; line-height: 1.35; white-space: normal; }
.timeline-event__content { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.timeline-event__meta { min-width: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; }
.timeline-event__meta .event-type { margin: 0; padding: 7px 11px; font-size: 12px; line-height: 1.3; }
.timeline-event__meta small { color: #52687b; font-size: 14px; font-weight: 700; line-height: 1.5; }
.timeline-event__content > strong { font-size: 19px; line-height: 1.45; }
.timeline-event > i { width: 42px; height: 42px; display: grid; place-items: center; border: 0; color: var(--kadou); font-size: 22px; font-style: normal; transition: color .2s ease, transform .2s ease; }
.timeline-event:hover > i { color: var(--kadou-deep); transform: translateX(4px); }
.timeline-section .schedule-jump { min-height: 60px; margin-left: 0; padding-inline: 24px; color: #fff; background: var(--kadou); }
.schedule-jump { min-height: 54px; padding: 0 18px; display: flex; justify-content: space-between; align-items: center; color: #fff; background: var(--kadou); text-decoration: none; font-size: 12px; font-weight: 900; }
.schedule-jump i { font-size: 20px; font-style: normal; }
.promo-section { min-height: 700px; position: relative; overflow: hidden; color: #fff; background: var(--night); }
.promo-section__art { position: absolute; inset: 0; opacity: .28; }
.promo-section__art img { width: 100%; height: 100%; object-fit: cover; }
.promo-section__art--card { opacity: .34; }
.promo-section__art--card img { object-position: center 23%; filter: saturate(.78) contrast(1.08); }
.promo-section__inner { min-height: 700px; position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 100px; padding-block: 70px; }
.promo-card { width: min(360px, 100%); margin-inline: auto; transform: perspective(900px) rotateY(7deg) rotateX(2deg); filter: drop-shadow(30px 34px 26px rgba(0,0,0,.45)); transition: transform .35s ease; }
.promo-card:hover { transform: perspective(900px) rotateY(0) rotateX(0) translateY(-8px); }
.promo-card img { width: 100%; }
.promo-copy { max-width: 610px; }
.promo-copy h2 { margin: 11px 0 18px; font-family: var(--display); font-size: 66px; line-height: .98; }
.promo-copy > p { max-width: 560px; color: #d2dce6; font-size: 17px; }
.promo-copy dl { margin: 40px 0 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.3); }
.promo-copy dl > div { padding: 20px 20px 0 0; border-right: 1px solid rgba(255,255,255,.3); }
.promo-copy dl > div + div { padding-left: 20px; border-right: 0; }
.promo-copy dt { color: var(--ice); font-size: 10px; font-weight: 900; }
.promo-copy dd { margin: 5px 0 0; font-family: var(--display); font-size: 34px; }
.venue-guide { background: #fff; }
.venue-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .7fr); gap: 80px; align-items: end; }
.venue-guide h2 { max-width: 760px; }
.venue-guide h2 a { color: inherit; text-decoration-color: rgba(7,94,170,.28); text-decoration-thickness: 2px; text-underline-offset: 7px; }
.venue-guide h2 a:hover { color: var(--kadou); }
.venue-detail { margin: 10px 0 0; color: var(--kadou); font-weight: 800; }
.venue-address { padding: 8px 0 8px 24px; border-left: 3px solid var(--kadou); }
.venue-address strong, .venue-address span { display: block; }
.venue-address strong { color: var(--kadou-deep); font-size: 16px; }
.venue-address span { margin-top: 5px; color: var(--muted); font-size: 13px; }
.venue-address .venue-arrival { max-width: 560px; margin: 18px 0 0; padding-left: 14px; border-left: 3px solid var(--kadou); color: #34495b; font-size: 14px; line-height: 1.7; }
.venue-actions { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 18px; }
.venue-actions a { color: var(--kadou); font-size: 12px; font-weight: 900; text-underline-offset: 3px; }
.venue-vr-preview { margin-top: 54px; aspect-ratio: 16 / 9; position: relative; display: block; overflow: hidden; color: #fff; background: var(--night); text-decoration: none; isolation: isolate; }
.venue-vr-preview::before { content: "360° VR"; position: absolute; top: 18px; right: 18px; z-index: 3; padding: 5px 9px; border: 1px solid rgba(255,255,255,.72); color: #fff; background: rgba(7,17,31,.52); backdrop-filter: blur(8px); font-size: 9px; font-weight: 900; }
.venue-vr-preview > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.venue-vr-preview__shade { position: absolute; inset: 35% 0 0; z-index: 1; background: linear-gradient(transparent, rgba(3,12,22,.88)); }
.venue-vr-preview__label { position: absolute; left: 28px; right: 90px; bottom: 25px; z-index: 2; display: grid; }
.venue-vr-preview__label small { color: var(--ice); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.venue-vr-preview__label strong { margin-top: 4px; font-family: var(--display); font-size: 30px; line-height: 1.1; }
.venue-vr-preview__label > span { margin-top: 3px; color: #d8e2eb; font-size: 11px; }
.venue-vr-preview > i { position: absolute; right: 28px; bottom: 29px; z-index: 2; font-size: 34px; font-style: normal; transition: transform .25s ease; }
.venue-vr-preview:hover > img { transform: scale(1.025); filter: saturate(1.08) contrast(1.03); }
.venue-vr-preview:hover > i { transform: translate(5px, -5px); }
.venue-vr-preview:focus-visible { outline: 4px solid var(--ice); outline-offset: 4px; }

.info-hub { background: #eaf0f4; }
.info-published-list { border-top: 3px solid var(--kadou-deep); }
.info-card--published { min-height: 112px; padding: 18px 20px; display: grid; grid-template-columns: 64px 92px minmax(220px, 1fr) minmax(260px, .85fr) 28px; gap: 18px; align-items: center; border-bottom: 1px solid var(--line-dark); color: var(--ink); background: #fff; text-decoration: none; transition: color .2s ease, background .2s ease; }
.info-card__number { color: #8da1b3; font-family: var(--display); font-size: 22px; }
.info-card__status { width: max-content; padding: 3px 7px; color: #fff; background: var(--kadou); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.info-card--published strong { font-family: var(--display); font-size: 21px; line-height: 1.25; }
.info-card--published p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.info-card--published i { color: var(--kadou); font-size: 24px; font-style: normal; transition: transform .2s ease; }
.info-card--published:hover { color: var(--kadou-deep); background: #f8fbfd; }
.info-card--published:hover i { transform: translate(3px, -3px); }
.info-upcoming-block { margin-top: 40px; }
.info-upcoming-block > h3 { margin: 0 0 12px; color: var(--kadou); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.info-upcoming-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.info-card--upcoming { min-width: 0; min-height: 118px; padding: 20px; display: grid; grid-template-columns: 52px minmax(0, 1fr); grid-template-rows: auto 1fr; border-right: 1px solid var(--line-dark); background: transparent; }
.info-card--upcoming:nth-child(3n) { border-right: 0; }
.info-card--upcoming:nth-child(n+4) { border-top: 1px solid var(--line-dark); }
.info-card--upcoming .info-card__number { grid-row: 1 / 3; color: #8aa9c4; }
.info-card--upcoming .info-card__status { color: var(--kadou); background: transparent; border: 1px solid rgba(7,94,170,.35); }
.info-card--upcoming strong { margin-top: 10px; color: var(--ink); font-family: var(--display); font-size: 19px; line-height: 1.25; }
.info-card__line { display: none; }

/* Preview updates and contact */
.update-log { background: var(--paper); }
.update-list { border-top: 3px solid var(--kadou-deep); }
.update-entry { min-height: 112px; padding: 22px 20px; display: grid; grid-template-columns: 56px 116px minmax(210px, .7fr) minmax(300px, 1fr); gap: 20px; align-items: center; border-bottom: 1px solid var(--line-dark); }
.update-entry__number { color: #8da1b3; font-family: var(--display); font-size: 21px; }
.update-entry time { color: var(--kadou); font-size: 12px; font-weight: 900; }
.update-entry h3 { margin: 0; color: var(--kadou-deep); font-family: var(--display); font-size: 21px; line-height: 1.3; }
.update-entry p { margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.65; }
.contact-hub { color: #fff; background: var(--night); }
.contact-hub .section-heading { margin-bottom: 34px; }
.contact-hub .section-heading h2 { color: #fff; }
.contact-hub__grid { display: grid; grid-template-columns: 1.25fr .75fr; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.community-contact, .media-contact { min-width: 0; padding: 34px; }
.community-contact { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 32px; align-items: center; border-right: 1px solid rgba(255,255,255,.25); }
.community-contact img { width: 190px; aspect-ratio: 1; display: block; object-fit: contain; background: #fff; }
.community-contact h3, .media-contact h3 { margin: 0 0 12px; color: #fff; font-family: var(--display); font-size: 26px; line-height: 1.25; }
.community-contact p, .media-contact p { margin: 0 0 22px; color: #b8c9d7; font-size: 14px; line-height: 1.7; }
.community-contact span, .media-contact > span { display: block; margin-bottom: 5px; color: var(--ice); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.community-contact a, .media-contact a { color: #fff; font-size: 16px; font-weight: 800; overflow-wrap: anywhere; text-underline-offset: 4px; }
.media-contact { display: flex; flex-direction: column; justify-content: center; }

/* Registration guide */
.registration-hero { color: #fff; background: var(--kadou-deep); }
.registration-hero .shell { min-height: 390px; padding-block: 70px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: 80px; align-items: center; }
.registration-hero h1 { max-width: 760px; margin: 10px 0 18px; color: #fff; font-family: var(--display); font-size: 58px; line-height: 1.03; letter-spacing: 0; }
.registration-hero > .shell > div > p { max-width: 720px; margin: 0; color: #d5e5f2; font-size: 17px; line-height: 1.75; }
.registration-hero aside { padding: 26px 0 26px 28px; border-left: 4px solid var(--ice); }
.registration-hero aside strong { display: block; margin-bottom: 10px; color: #fff; font-family: var(--display); font-size: 21px; }
.registration-hero aside p { margin: 0; color: #d5e5f2; font-size: 13.5px; line-height: 1.7; }
.registration-content { padding: 74px 0 94px; background: var(--paper); }
.registration-section + .registration-section { margin-top: 72px; }
.registration-section > h2 { margin: 0 0 24px; color: var(--kadou-deep); font-family: var(--display); font-size: 34px; line-height: 1.2; }
.registration-channels { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 3px solid var(--kadou); border-bottom: 1px solid var(--line-dark); }
.registration-channel { min-width: 0; min-height: 220px; padding: 24px 22px; border-right: 1px solid var(--line-dark); background: #fff; }
.registration-channel:last-child { border-right: 0; }
.registration-channel > span { color: #8da1b3; font-family: var(--display); font-size: 19px; }
.registration-channel h3 { margin: 28px 0 10px; color: var(--kadou-deep); font-family: var(--display); font-size: 20px; line-height: 1.3; }
.registration-channel p { margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.65; }
.registration-placeholder-actions { margin-top: 12px; display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.registration-rules-link { flex: 1 0 100%; min-height: 42px; padding: 9px 11px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-left: 3px solid var(--kadou); color: var(--kadou-deep); background: #eaf4fb; font-size: 12px; font-weight: 900; line-height: 1.45; text-decoration: none; }
.registration-rules-link:hover { color: #fff; background: var(--kadou-deep); }
.registration-rules-link i { flex: 0 0 auto; font-style: normal; font-size: 17px; }
.document a.registration-rules-link { color: var(--kadou-deep); }
.document a.registration-rules-link:hover { color: #fff; }
.registration-placeholder-link { min-height: 34px; padding: 7px 11px; display: inline-flex; align-items: center; justify-content: center; color: #fff; border: 1px solid var(--kadou); background: var(--kadou); font-size: 11px; font-weight: 800; line-height: 1.25; text-decoration: none; }
.registration-placeholder-link:hover { color: #fff; border-color: var(--kadou-deep); background: var(--kadou-deep); }
.registration-placeholder-link--melee { color: var(--kadou-deep); border-color: #a9bac8; background: #fff; }
.registration-placeholder-link--melee:hover { color: #fff; }
.document a.registration-placeholder-link { color: #fff; }
.document a.registration-placeholder-link--melee { color: var(--kadou-deep); }
.document a.registration-placeholder-link:hover { color: #fff; }
.registration-placeholder-actions small { flex: 1 0 100%; color: #a14343; font-size: 10px; font-weight: 800; line-height: 1.45; }
.registration-placeholder-actions .registration-rules-required { margin-top: -2px; color: #5a6b79; }
.registration-channel .registration-placeholder-actions { margin-top: 18px; }
.registration-events { border-top: 3px solid var(--kadou-deep); }
.registration-event { min-height: 104px; padding: 20px 18px; display: grid; grid-template-columns: 54px minmax(220px, .68fr) minmax(360px, 1fr); gap: 22px; align-items: center; border-bottom: 1px solid var(--line-dark); }
.registration-event > span { color: #8da1b3; font-family: var(--display); font-size: 20px; }
.registration-event h3 { margin: 0; color: var(--kadou-deep); font-family: var(--display); font-size: 20px; line-height: 1.35; }
.registration-event p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.registration-event > div { min-width: 0; }
.registration-event .registration-placeholder-actions { margin-top: 9px; }
.schedule-table td:last-child .registration-placeholder-actions { min-width: 176px; }
.schedule-table td:last-child .registration-placeholder-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; }
.schedule-table td:last-child .registration-rules-link { min-height: 34px; padding: 6px 8px; grid-column: 1 / -1; font-size: 10px; }
.schedule-table td:last-child .registration-rules-required { display: none; }
.schedule-table td:last-child .registration-placeholder-link { min-height: 31px; padding: 5px 7px; font-size: 10px; }
.schedule-table td:last-child .registration-placeholder-note { grid-column: 1 / -1; font-size: 9px; }
.document > p .registration-placeholder-actions, .document > ol li .registration-placeholder-actions, .document > ul li .registration-placeholder-actions { margin-block: 8px 4px; }
.registration-actions { margin-top: 42px; padding-top: 28px; display: flex; justify-content: space-between; align-items: center; gap: 28px; border-top: 1px solid var(--line-dark); }
.registration-actions .button { color: #fff; border-color: var(--kadou); background: var(--kadou); }
.registration-actions > div { display: grid; justify-items: end; gap: 5px; }
.registration-actions > div span { color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.registration-actions > div a { color: var(--kadou); font-size: 16px; font-weight: 800; }

/* Required participation policies */
.participation-rules-hero { color: #fff; background: var(--kadou-deep); }
.participation-rules-hero .shell { min-height: 330px; padding-block: 70px; display: flex; flex-direction: column; justify-content: center; }
.participation-rules-hero h1 { max-width: 920px; margin: 10px 0 18px; color: #fff; font-family: var(--display); font-size: 58px; line-height: 1.04; }
.participation-rules-hero p { max-width: 760px; margin: 0; color: #d5e5f2; font-size: 17px; line-height: 1.75; }
.participation-rules-layout { max-width: 1040px; padding-top: 64px; padding-bottom: 96px; }
.participation-rules-document { max-width: 920px; margin: 0 auto; }
.participation-rules-document [id^="participation-"] { scroll-margin-top: 108px; }
.participation-rules-document > .language-document > h3:first-child { margin-top: 0; }
.participation-confirmation { max-width: 920px; margin: 56px auto 0; padding: 28px 30px; border-top: 4px solid var(--kadou); background: #eaf4fb; }
.participation-confirmation label { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 14px; align-items: start; color: var(--ink); cursor: pointer; font-size: 15px; font-weight: 800; line-height: 1.65; }
.participation-confirmation input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--kadou); }
.participation-confirmation__continue { width: max-content; min-height: 50px; margin-top: 22px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; color: #fff; background: var(--kadou); cursor: pointer; font-size: 13px; font-weight: 900; text-decoration: none; }
.participation-confirmation__continue:hover { color: #fff; background: var(--kadou-deep); }
.participation-confirmation__continue[aria-disabled="true"] { color: #71808d; background: #cbd7df; cursor: not-allowed; pointer-events: none; }
.participation-confirmation__continue i { font-style: normal; font-size: 19px; }

/* Venue travel guide */
.detail-hero--transport .detail-hero__media img { object-position: center 54%; }
.travel-quick { color: #fff; background: var(--kadou-deep); }
.travel-quick .shell { min-height: 248px; padding-block: 48px; display: grid; grid-template-columns: minmax(0, 760px) auto; justify-content: space-between; align-items: center; gap: 48px; }
.travel-quick__label { display: block; margin-bottom: 10px; color: var(--ice); font-family: var(--display); font-size: 18px; }
.travel-quick h2 { margin: 0; font-family: var(--display); font-size: 38px; line-height: 1.1; }
.travel-quick p { max-width: 760px; margin: 14px 0 0; color: #d9e5ee; font-size: 16px; line-height: 1.75; }
.travel-quick__actions { display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
.travel-quick__actions .button { min-width: 214px; justify-content: center; }
.travel-content { padding-top: 48px; padding-bottom: 96px; }
.travel-row { padding: 34px 0 38px; display: grid; grid-template-columns: 64px minmax(190px, 260px) minmax(0, 1fr); gap: 28px; border-top: 1px solid var(--line-dark); }
.travel-row__number { color: #8ba4b8; font-family: var(--display); font-size: 23px; line-height: 1.2; }
.travel-row h2 { margin: 0; color: var(--kadou-deep); font-family: var(--display); font-size: 27px; line-height: 1.2; }
.travel-row p { max-width: 820px; margin: 0; color: #394958; font-size: 15px; line-height: 1.75; }
.travel-row p + p { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.travel-row--pending > div { padding: 16px 18px; border-left: 4px solid var(--amber); background: #fff5df; }
.travel-timing { margin-top: 6px; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 3px solid var(--kadou); border-bottom: 1px solid var(--line-dark); }
.travel-timing strong { max-width: 820px; color: #3c4b59; font-size: 14px; line-height: 1.65; }
.travel-timing a { flex: 0 0 auto; color: var(--kadou); font-size: 13px; font-weight: 900; text-decoration: none; }
.travel-sources { padding: 38px 0 0; display: grid; grid-template-columns: minmax(190px, 260px) minmax(0, 1fr); gap: 28px 92px; }
.travel-sources h2 { margin: 0; color: var(--kadou-deep); font-family: var(--display); font-size: 25px; }
.travel-sources nav { display: grid; border-top: 1px solid var(--line-dark); }
.travel-sources a { padding: 13px 2px; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line-dark); color: var(--kadou); text-decoration: none; font-size: 13px; font-weight: 900; }
.travel-sources a::after { content: "\2197"; font-size: 16px; font-weight: 400; }
.travel-sources a:hover { color: var(--kadou-deep); }

/* Dedicated schedule, guide, and tournament pages */
.detail-hero { min-height: 480px; position: relative; display: flex; align-items: end; overflow: hidden; color: #fff; background: var(--night); }
.detail-hero__media, .detail-hero__shade { position: absolute; inset: 0; }
.detail-hero__media > img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.detail-hero__shade { background: rgba(3, 10, 19, .46); box-shadow: inset 0 -300px 190px rgba(3, 10, 19, .88); }
.detail-hero--promo .detail-hero__media { display: flex; justify-content: flex-end; align-items: center; background: var(--night); }
.detail-hero--promo .detail-hero__media > img { width: 46%; height: 90%; margin-right: 5vw; object-fit: contain; object-position: center; }
.detail-hero--promo .detail-hero__shade { background: linear-gradient(90deg, rgba(3,10,19,.98) 0%, rgba(3,10,19,.9) 46%, rgba(3,10,19,.36) 72%, rgba(3,10,19,.18) 100%); box-shadow: none; }
.detail-hero--series-logo .detail-hero__media > img { width: min(34vw, 420px); height: auto; max-height: 280px; margin-right: 9vw; }
.detail-hero--brand-logo .detail-hero__media { display: grid; grid-template-columns: 54% 46%; place-items: center; padding: 24px 4vw; }
.detail-hero--brand-logo .detail-hero__media > img { width: min(72%, 420px); height: 72%; max-width: none; max-height: none; margin: 0; grid-column: 2; align-self: center; justify-self: center; object-fit: contain; object-position: center; transform: none; }
.detail-hero--set-symbol .detail-hero__media > img { width: min(18vw, 220px); }
.detail-hero--full-art .detail-hero__media { justify-content: flex-end; align-items: center; background: #05080d; }
.detail-hero--full-art .detail-hero__media > img { width: min(68vw, 900px); height: 96%; margin-right: 4vw; object-fit: contain; object-position: center; }
.detail-hero--full-art .detail-hero__shade { background: linear-gradient(90deg, rgba(3,10,19,.98) 0%, rgba(3,10,19,.88) 38%, rgba(3,10,19,.24) 74%, rgba(3,10,19,.12) 100%); box-shadow: none; }
.detail-hero__content { position: relative; z-index: 2; padding-top: 86px; padding-bottom: 58px; }
.detail-hero__content > span { color: var(--ice); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.detail-hero h1 { max-width: 900px; margin: 10px 0 14px; font-family: var(--display); font-size: clamp(48px, 5.8vw, 76px); line-height: 1; font-weight: 700; }
.detail-hero p { max-width: 760px; margin: 0; color: #e4ebf1; font-size: 18px; line-height: 1.65; }
.detail-return-button { margin-top: 26px; gap: 10px; }
.detail-hero--guide .detail-hero__media img { object-position: center 46%; transform: scale(1.08); }
.detail-layout { padding-top: 68px; padding-bottom: 96px; display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 56px; }
.detail-summary { position: sticky; top: 138px; align-self: start; padding-top: 17px; border-top: 4px solid var(--kadou-deep); }
.detail-summary > p { margin: 16px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.detail-summary nav { display: grid; border-top: 1px solid var(--line); }
.detail-summary a { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--kadou); text-decoration: none; font-size: 12px; font-weight: 900; }
.detail-summary a:hover { color: var(--kadou-deep); }
.detail-back { display: inline-flex; align-items: center; color: var(--kadou); text-decoration: none; font-size: 12px; font-weight: 900; }
.detail-back::before { content: "\2190"; margin-right: 8px; font-size: 18px; font-weight: 400; }
.detail-document { min-width: 0; }
.detail-document h2 { margin-top: 0; }
.document.detail-document ul, .document.detail-document ol { max-width: 100%; padding-left: 0; list-style: none; border-top: 1px solid var(--line); }
.document.detail-document li { margin: 0; padding: 12px 4px 12px 24px; position: relative; border-bottom: 1px solid var(--line); text-wrap: pretty; word-break: normal; overflow-wrap: break-word; }
.document.detail-document li::before { content: ""; width: 6px; height: 6px; position: absolute; top: 23px; left: 5px; background: var(--kadou); }
.document.detail-document li .review-source-text { min-width: 0; }
.nowrap-value { white-space: nowrap; }
.schedule-browser { padding: 68px 0 96px; background: #f4f6f8; }
.schedule-browser__header { display: grid; grid-template-columns: minmax(0, 760px) auto; justify-content: space-between; align-items: end; gap: 40px; }
.schedule-browser__header .section-eyebrow { color: var(--kadou); }
.schedule-browser__header h1 { margin: 8px 0 12px; color: var(--kadou-deep); font-family: var(--display); font-size: 54px; line-height: 1.05; letter-spacing: 0; }
.schedule-browser__header p { max-width: 680px; margin: 0; color: var(--muted); font-size: 16.5px; line-height: 1.7; }
.schedule-home-button { min-height: 46px; padding-inline: 18px; gap: 9px; border: 1px solid var(--line-dark); color: var(--kadou-deep); background: transparent; }
.schedule-home-button:hover { color: #fff; border-color: var(--kadou); background: var(--kadou); }
.schedule-filters { margin-top: 44px; padding: 24px 0 26px; display: grid; grid-template-columns: repeat(4, minmax(138px, 1fr)); gap: 14px; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.schedule-filter { min-width: 0; display: block; }
.schedule-filter > span { margin-bottom: 7px; display: block; color: #3d4b59; font-size: 12px; font-weight: 900; line-height: 1.4; }
.schedule-filter select { width: 100%; height: 50px; padding: 0 14px; border: 1px solid #b7c1cb; border-radius: 0; color: var(--ink); background: #fff; outline: 0; font-size: 14px; }
.schedule-filter select { padding-right: 34px; cursor: pointer; }
.schedule-filter select:focus { border-color: var(--kadou); box-shadow: 0 0 0 3px rgba(7,94,170,.12); }
.schedule-results-toolbar { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.schedule-results-toolbar > strong { color: var(--kadou-deep); font-size: 14px; }
.schedule-results-toolbar button { min-height: 38px; padding: 0 2px; display: inline-flex; align-items: center; gap: 7px; border: 0; color: var(--kadou); background: transparent; cursor: pointer; font-size: 13px; }
.schedule-results-toolbar button > span { font-size: 21px; font-weight: 400; line-height: 1; }
.schedule-results-toolbar button b { font-size: 12px; }
.schedule-results-toolbar button:hover { color: var(--kadou-deep); }
.schedule-results-toolbar button:disabled { color: #9da7b0; cursor: default; }
.schedule-results-document { max-width: none; }
.schedule-results-document .table-wrap { margin: 0; border-top: 4px solid var(--kadou); border-bottom-color: var(--line-dark); box-shadow: 0 14px 34px rgba(7,59,112,.08); }
.schedule-results-document table { min-width: 1420px; table-layout: auto; font-size: 14px; line-height: 1.55; }
.schedule-results-document th, .schedule-results-document td { padding: 15px 16px; border-right: 0; border-bottom: 1px solid #e1e6eb; }
.schedule-results-document th { color: #fff; background: var(--kadou-deep); font-size: 14px; line-height: 1.35; }
.schedule-results-document th:nth-child(1) { min-width: 210px; }
.schedule-results-document th:nth-child(2), .schedule-results-document th:nth-child(3), .schedule-results-document th:nth-child(7) { min-width: 92px; }
.schedule-results-document th:nth-child(4) { min-width: 145px; }
.schedule-results-document th:nth-child(5), .schedule-results-document th:nth-child(8), .schedule-results-document th:nth-child(9) { min-width: 190px; }
.schedule-results-document th:nth-child(6) { min-width: 150px; }
.schedule-results-document th:nth-child(10) { min-width: 210px; }
.schedule-results-document td:nth-child(2), .schedule-results-document td:nth-child(3), .schedule-results-document td:nth-child(6), .schedule-results-document td:nth-child(7) { white-space: nowrap; }
.schedule-results-document td { word-break: normal; overflow-wrap: break-word; }
.schedule-results-document tbody tr, .schedule-results-document tbody tr:nth-child(even) { background: #fff; }
.schedule-results-document tbody tr:hover { background: #f2f7fb; }
.schedule-results-document tbody tr.is-schedule-target { background: #eaf5fc; box-shadow: inset 5px 0 0 var(--kadou); }
.schedule-results-document tbody tr.is-schedule-target:hover { background: #eaf5fc; }
.schedule-results-document .event-type { margin-bottom: 8px; padding: 4px 8px; font-size: 10px; }
.schedule-empty { margin: 0; padding: 54px 24px; border-top: 4px solid var(--kadou); color: var(--muted); background: #fff; text-align: center; }

/* Handbook */
.draft-alert { border-bottom: 1px solid #e1c079; background: #fff3d8; }
.draft-alert .shell { padding-top: 13px; padding-bottom: 13px; display: flex; gap: 10px; align-items: flex-start; color: #6e470d; font-size: 12px; }
.draft-alert strong { flex: 0 0 auto; }
.handbook-intro { padding: 76px 0 0; background: var(--paper); }
.handbook-intro h2 { max-width: 820px; }
.handbook-intro p { margin: 11px 0 0; color: var(--muted); }
.handbook { display: grid; grid-template-columns: 238px minmax(0, 1fr); gap: 54px; padding-top: 36px; padding-bottom: 90px; }
.directory { position: sticky; top: 138px; align-self: start; max-height: calc(100vh - 158px); overflow-y: auto; border-top: 3px solid var(--ink); }
.directory strong { display: block; padding: 13px 0 9px; border-bottom: 1px solid var(--line); font-size: 11px; }
.directory a { display: block; padding: 9px 4px; border-bottom: 1px solid var(--line); color: #4d5965; text-decoration: none; font-size: 13px; line-height: 1.5; }
.directory a:hover, .directory a[aria-current="location"] { padding-left: 9px; color: var(--kadou); border-left: 3px solid var(--kadou); }
.document { min-width: 0; }
.document h1 { display: none; }
.document h2 { margin: 62px 0 20px; padding: 14px 0; border-top: 4px solid var(--ink); border-bottom: 1px solid var(--line-dark); font-family: var(--display); font-size: 32px; line-height: 1.2; letter-spacing: 0; }
.document h2:first-of-type { margin-top: 0; }
.document h3 { margin: 36px 0 12px; padding-left: 13px; border-left: 3px solid var(--kadou); font-size: 20px; line-height: 1.35; letter-spacing: 0; }
.document h4 { margin: 26px 0 9px; color: var(--kadou); font-size: 15px; letter-spacing: 0; }
.document p { max-width: 880px; margin: 0 0 14px; font-size: 16.5px; line-height: 1.75; }
.document ul, .document ol { margin: 8px 0 18px; padding-left: 22px; }
.document li { margin: 7px 0; padding-left: 3px; font-size: 16px; line-height: 1.7; }
.document strong { font-weight: 800; }
.document hr { margin: 42px 0; border: 0; border-top: 1px solid var(--line-dark); }
.document a { color: var(--kadou); text-underline-offset: 3px; }
.document blockquote { margin: 18px 0; padding: 14px 18px; border-left: 4px solid var(--amber); background: #fff5df; }
.promo-card-gallery { margin: 22px 0 34px; display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 214px)); gap: 20px; align-items: start; }
.promo-card-gallery figure { min-width: 0; margin: 0; }
.promo-card-gallery img { width: 100%; aspect-ratio: 672 / 936; display: block; border-radius: 8px; object-fit: contain; background: #111820; box-shadow: 0 16px 30px rgba(7,27,46,.18); }
.promo-card-gallery figcaption { margin-top: 9px; color: #506273; font-size: 12px; font-weight: 800; line-height: 1.5; }
.table-wrap { width: 100%; margin: 18px 0 32px; overflow-x: auto; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line-dark); background: #fff; }
table { width: 100%; min-width: 920px; border-collapse: collapse; font-size: 13.5px; line-height: 1.55; }
th, td { padding: 10px 11px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th:last-child, td:last-child { border-right: 0; }
th { color: #fff; background: var(--ink); font-size: 11px; }
tbody tr:nth-child(even) { background: #f5f7f8; }
tbody tr:hover { background: #eaf3f9; }
.schedule-table td:first-child { min-width: 180px; font-weight: 800; }
.schedule-table td:nth-child(2), .schedule-table td:nth-child(3), .schedule-table td:nth-child(6), .schedule-table td:nth-child(7) { white-space: nowrap; }
.schedule-table td { word-break: normal; overflow-wrap: break-word; }
.event-type { width: max-content; margin-bottom: 6px; padding: 2px 6px; display: block; color: #fff; background: #566271; font-size: 8px; font-weight: 900; line-height: 1.4; }
.event-type--main { background: var(--magic); }
.event-type--limited { background: #69469a; }
.event-type--qualifier { background: #16754c; }
.event-type--cup { background: var(--kadou); }
.event-type--promo { color: #171a1f; background: #f1bd35; }
.event-type--draft { background: #8c4960; }
.pending-item { position: relative; padding: 5px 8px !important; border-left: 3px solid var(--amber); color: #70480f; background: #fff6e3; }
.pending-item::after { content: attr(data-pending-label); display: inline-block; margin-left: 7px; padding: 1px 5px; color: #fff; background: var(--amber); font-size: 9px; font-weight: 800; vertical-align: 1px; }

/* Shared preview review */
.review-launcher { position: fixed; right: 24px; bottom: 24px; z-index: 225; min-height: 48px; padding: 0 17px 0 13px; display: inline-flex; align-items: center; gap: 9px; border: 0; color: #fff; background: var(--kadou); box-shadow: 0 12px 30px rgba(7,59,112,.35); cursor: pointer; font-size: 12px; font-weight: 900; }
.review-launcher:hover, .review-launcher.is-active { background: var(--kadou-deep); }
.review-launcher__icon { font-size: 19px; line-height: 1; }
.review-launcher b { min-width: 20px; height: 20px; padding: 0 5px; display: grid; place-items: center; color: var(--kadou-deep); background: var(--ice); font-size: 9px; }
.review-overlay { position: fixed; inset: 0; z-index: 230; pointer-events: none; background: linear-gradient(90deg, transparent 0 calc(100% - 440px), rgba(2,9,17,.12) calc(100% - 440px)); }
.review-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 240; width: min(440px, 100vw); display: flex; flex-direction: column; color: var(--ink); background: #fff; box-shadow: -24px 0 60px rgba(2,9,17,.25); transform: translateX(102%); transition: transform .28s cubic-bezier(.2,.7,.2,1); }
.review-drawer[aria-hidden="false"] { transform: translateX(0); }
.review-drawer__header { min-height: 94px; padding: 20px 22px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); background: var(--night); }
.review-drawer__header span { color: var(--ice); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.review-drawer__header h2 { margin: 3px 0 0; color: #fff; font-family: var(--display); font-size: 25px; line-height: 1.1; }
.review-close { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.28); color: #fff; background: transparent; cursor: pointer; font-size: 25px; line-height: 1; }
.review-close:hover { border-color: var(--ice); color: var(--ice); }
.review-drawer__body { flex: 1; min-height: 0; padding: 20px 22px 40px; overflow-y: auto; }
.review-selection > span { color: var(--kadou); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.review-selection blockquote { margin: 7px 0 18px; padding: 12px 14px; border-left: 3px solid var(--kadou); background: var(--paper); font-size: 12px; line-height: 1.55; }
.review-form { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.review-kind { margin-bottom: 17px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line-dark); }
.review-kind label { cursor: pointer; }
.review-kind input { position: absolute; opacity: 0; pointer-events: none; }
.review-kind span { min-height: 39px; display: grid; place-items: center; color: var(--muted); font-size: 10px; font-weight: 900; }
.review-kind input:checked + span { color: #fff; background: var(--kadou); }
.review-field { margin-top: 13px; display: block; }
.review-field > span { margin-bottom: 5px; display: block; color: #3f4b57; font-size: 10px; font-weight: 900; }
.review-field input, .review-field textarea { width: 100%; border: 1px solid var(--line-dark); border-radius: 0; color: var(--ink); background: #fff; outline: 0; font-size: 13px; }
.review-field input { height: 42px; padding: 0 11px; }
.review-field textarea { min-height: 112px; padding: 10px 11px; resize: vertical; line-height: 1.5; }
.review-field input:focus, .review-field textarea:focus { border-color: var(--kadou); box-shadow: 0 0 0 2px rgba(7,94,170,.12); }
.review-submit { width: 100%; min-height: 44px; margin-top: 14px; border: 0; color: #fff; background: var(--kadou-deep); cursor: pointer; font-size: 11px; font-weight: 900; }
.review-submit:hover { background: var(--kadou); }
.review-status { min-height: 18px; margin: 7px 0 0; color: var(--muted); font-size: 10px; }
.review-activity { padding-top: 20px; }
.review-activity__heading { display: flex; justify-content: space-between; align-items: baseline; }
.review-activity h3 { margin: 0; font-size: 12px; }
.review-activity__heading span { color: var(--kadou); font-size: 10px; font-weight: 900; }
.review-list { margin-top: 11px; display: grid; gap: 8px; }
.review-item { padding: 12px; border: 1px solid var(--line); border-left: 3px solid #73808c; background: #fff; cursor: pointer; }
.review-item:hover { background: #f4f8fb; }
.review-item--correction { border-left-color: var(--kadou); }
.review-item--comment { border-left-color: var(--amber); }
.review-item > div { display: flex; justify-content: space-between; gap: 12px; }
.review-item > div span { color: var(--kadou); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.review-item time { color: #7b8691; font-size: 9px; }
.review-item p { margin: 7px 0 0; font-size: 12px; line-height: 1.5; white-space: pre-wrap; overflow-wrap: anywhere; }
.review-empty { padding: 20px 0; color: var(--muted); font-size: 11px; }
[data-review-count] { position: relative; }
[data-review-count]::after { content: attr(data-review-count); min-width: 17px; height: 17px; margin-left: 5px; padding: 0 4px; display: inline-grid; place-items: center; border: 1px solid #fff; color: #fff; background: var(--kadou); box-shadow: 0 2px 6px rgba(0,0,0,.18); font-family: var(--body); font-size: 8px; font-weight: 900; line-height: 1; vertical-align: 2px; }
.has-review-correction { text-decoration: underline; text-decoration-color: rgba(7,94,170,.48); text-decoration-style: dotted; text-underline-offset: 3px; }
.review-mode [data-review-key] { cursor: text; outline: 1px dashed rgba(7,94,170,.28); outline-offset: 3px; }
.review-mode [data-review-key]:hover, .review-mode [data-review-key].is-review-selected { outline: 2px solid var(--ice); outline-offset: 4px; background-color: rgba(142,231,255,.12); }

.site-footer { color: #cedae5; background: var(--night); }
.site-footer .shell { min-height: 188px; padding-block: 34px; display: grid; grid-template-columns: 190px minmax(0, 1fr) auto; align-items: start; gap: 42px; }
.site-footer__brand { display: flex; flex-direction: column; gap: 5px; }
.site-footer strong { color: #fff; font-size: 16px; }
.site-footer span, .site-footer a { font-size: 11px; }
.site-footer a { color: var(--ice); }
.site-footer__legal { max-width: 760px; }
.site-footer__legal p { margin: 0 0 7px; color: #b8c5d1; font-size: 11.5px; line-height: 1.6; }
.site-footer__legal nav { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 18px; }
.site-footer__filing { justify-self: end; }

@media (max-width: 1050px) {
  .site-nav { margin-left: 0; }
  .site-nav a { min-width: 0; padding-inline: 11px; font-size: 11px; }
  .event-subnav a { padding-inline: 12px; font-size: 11px; }
  .spotlight-entry, .series-event { grid-template-columns: 1fr 1fr; }
  .event-date { display: none; }
  .event-hero__brand { top: 42px; right: 4vw; width: 210px; height: 190px; }
  .event-hero__series-logo { width: 176px; height: 166px; }
  .event-hero h1 { max-width: 720px; }
  .event-category-group--main .event-grid,
  .event-category-group--featuredSide .event-grid,
  .event-category-group--side .event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-card { min-height: 440px; }
  .info-card--published { grid-template-columns: 52px 78px minmax(170px, 1fr) minmax(180px, .8fr) 26px; gap: 12px; }
  .info-upcoming-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .info-card--upcoming:nth-child(3n) { border-right: 1px solid var(--line-dark); }
  .info-card--upcoming:nth-child(2n) { border-right: 0; }
  .info-card--upcoming:nth-child(n+3) { border-top: 1px solid var(--line-dark); }
  .promo-section__inner { gap: 50px; }
  .facts__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .handbook { grid-template-columns: 1fr; }
  .directory { display: none; }
  .detail-layout { padding-top: 48px; padding-bottom: 70px; grid-template-columns: 1fr; gap: 42px; }
  .detail-summary { position: static; }
  .schedule-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .schedule-results-document .table-wrap { width: 100%; margin-inline: 0; overflow: visible; border: 0; background: transparent; box-shadow: none; }
  .schedule-results-document table, .schedule-results-document tbody { width: 100%; min-width: 0; display: block; }
  .schedule-results-document thead { width: 1px; height: 1px; margin: -1px; padding: 0; position: absolute; left: -10000px; display: block; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
  .schedule-results-document thead tr, .schedule-results-document thead th { width: 1px; min-width: 0; height: 1px; padding: 0; display: block; overflow: hidden; }
  .schedule-results-document tbody tr, .schedule-results-document tbody tr:nth-child(even) { margin: 0 0 14px; display: block; border: 1px solid var(--line); border-top: 3px solid var(--kadou); background: #fff; }
  .schedule-results-document tbody tr:hover { background: #fff; }
  .schedule-results-document td { min-width: 0; min-height: 44px; padding: 11px 14px; display: grid; grid-template-columns: minmax(126px, .34fr) minmax(0, 1fr); gap: 14px; border-right: 0; white-space: normal; text-align: left; overflow-wrap: break-word; }
  .schedule-results-document td::before { content: attr(data-label); color: var(--kadou); font-size: 11px; font-weight: 900; text-transform: uppercase; }
  .schedule-results-document td:first-child { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
  .schedule-results-document td:first-child::before { grid-column: 1; }
  .schedule-results-document td:first-child .event-type { grid-column: 2; grid-row: 1; margin: 0; }
  .schedule-results-document td:first-child .review-source-text { grid-column: 1 / -1; font-size: 17px; line-height: 1.45; }
  .schedule-results-document .event-type { font-size: 10px; }
  .schedule-table td:last-child .registration-placeholder-actions { min-width: 0; grid-column: 2; margin-top: 2px; }
  .schedule-table td:last-child .registration-placeholder-actions { grid-template-columns: 1fr; }
  .schedule-table td:last-child .registration-rules-link, .schedule-table td:last-child .registration-placeholder-note { grid-column: 1; }
  .contact-hub__grid { grid-template-columns: 1fr; }
  .community-contact { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .registration-hero .shell { gap: 48px; }
  .registration-channels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .registration-channel:nth-child(2) { border-right: 0; }
  .registration-channel:nth-child(n+3) { border-top: 1px solid var(--line-dark); }
}

@media (max-width: 900px) {
  .header-row { min-height: 62px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 96px 0 auto; max-height: calc(100vh - 96px); padding: 18px 15px 28px; display: none; flex-direction: column; align-items: stretch; color: var(--ink); background: #fff; box-shadow: 0 18px 32px rgba(0,0,0,.18); }
  body[data-public="true"] .site-nav { top: 62px; max-height: calc(100vh - 62px); }
  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 48px; padding: 0 8px; border-bottom: 1px solid var(--line); font-size: 13px; }
  .language-switch { margin-left: 0; grid-template-columns: repeat(3, 34px); }
}

@media (max-width: 800px) {
  .shell { width: min(100% - 30px, 1320px); }
  .header-row { min-height: 62px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 96px 0 auto; max-height: calc(100vh - 96px); padding: 18px 15px 28px; display: none; flex-direction: column; align-items: stretch; color: var(--ink); background: #fff; box-shadow: 0 18px 32px rgba(0,0,0,.18); }
  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 48px; padding: 0 8px; border-bottom: 1px solid var(--line); font-size: 13px; }
  .language-switch { margin-left: 0; grid-template-columns: repeat(3, 34px); }
  .home-about { padding-top: 34px; }
  .home-about__inner { min-height: 0; padding: 38px 34px; grid-template-columns: minmax(210px, .65fr) minmax(0, 1.35fr); gap: 34px; }
  .home-about__mark { min-height: 220px; }
  .home-about__copy h1 { font-size: 40px; }
  .home-about__copy p { font-size: 15px; }
  .home-feature { padding: 60px 0 70px; }
  .section-heading { grid-template-columns: 1fr; gap: 12px; }
  .section-heading h2, .split-heading h2, .portal-section h2, .venue-guide h2, .handbook-intro h2 { font-size: 32px; }
  .spotlight-entry, .series-event { grid-template-columns: 1fr; }
  .spotlight-entry__art, .series-event__media { aspect-ratio: 16 / 10; }
  .spotlight-entry__content { min-height: 420px; padding: 34px 28px; border-left: 0; border-top: 5px solid var(--kadou); }
  .spotlight-entry__logo { width: 180px; height: 160px; }
  .home-more-events { margin-top: 64px; }
  .home-event-preview-grid { grid-template-columns: 1fr; }
  .home-event-preview { min-height: 390px; }
  .series-hero { min-height: 620px; }
  .series-hero__veil { box-shadow: inset 0 -320px 180px rgba(4,10,20,.72); }
  .series-hero__content > img { width: 118px; height: 108px; }
  .series-intro { padding: 60px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .split-heading h2 { font-size: 38px; }
  .series-event__content { min-height: 440px; padding: 42px 26px; }
  .series-note-grid { grid-template-columns: 1fr; }
  .series-note, .series-note + .series-note { min-height: 240px; padding: 22px 0 28px; border-right: 0; border-bottom: 1px solid var(--line); }
  .route-trail { overflow-x: auto; white-space: nowrap; }
  .event-hero { min-height: 620px; }
  .event-hero__media img { object-position: 52% 42%; }
  .event-hero__content { padding-top: 188px; padding-bottom: 52px; }
  .event-hero__brand { top: 24px; right: 4vw; width: 150px; height: 144px; }
  .event-hero__series-logo { width: 132px; height: 126px; }
  .event-hero h1 { font-size: 50px; }
  .event-subnav { top: 62px; }
  .event-subnav .shell { width: 100%; padding-inline: 15px; justify-content: flex-start; }
  .event-subnav a { flex: 0 0 auto; padding-inline: 13px; }
  .portal-section { padding: 60px 0; }
  .participation-summary__item { min-height: 260px; padding: 24px; grid-template-columns: 38px minmax(0, 1fr); gap: 14px; }
  .participation-summary__item h3 { font-size: 21px; }
  .participation-rules-hero .shell { min-height: 290px; padding-block: 58px; }
  .participation-rules-hero h1 { font-size: 48px; }
  .participation-rules-layout { padding-top: 52px; padding-bottom: 76px; }
  .timeline-tab { min-height: 76px; padding: 13px 14px; grid-template-columns: 30px minmax(0, 1fr) auto; gap: 10px; }
  .timeline-tab > span { font-size: 22px; }
  .timeline-tab strong { font-size: 13px; }
  .timeline-tab small { min-width: 27px; width: 27px; height: 27px; font-size: 10px; }
  .timeline-day > header { min-height: 88px; padding: 18px 20px; grid-template-columns: 44px minmax(0, 1fr) auto; gap: 14px; }
  .timeline-day > header > span { font-size: 29px; }
  .timeline-day > header h3 { font-size: 17px; }
  .timeline-track__head, .timeline-event { grid-template-columns: 140px minmax(0, 1fr) 38px; gap: 16px; }
  .timeline-track__head { padding-inline: 18px; font-size: 13px; }
  .timeline-event { min-height: 116px; padding: 18px; }
  .timeline-event time { margin: 0; padding: 0; font-size: 23px; white-space: normal; }
  .timeline-event__content > strong { font-size: 17px; }
  .timeline-event > i { width: 38px; height: 38px; }
  .promo-section__inner { grid-template-columns: 1fr; gap: 48px; }
  .promo-card { width: min(300px, 80vw); }
  .promo-copy h2 { font-size: 52px; }
  .venue-layout { grid-template-columns: 1fr; gap: 30px; }
  .venue-vr-preview { margin-top: 38px; }
  .info-card--published { min-height: 138px; grid-template-columns: 46px minmax(0, 1fr) 28px; grid-template-rows: auto auto 1fr; gap: 7px 12px; }
  .info-card--published .info-card__number { grid-row: 1 / 4; align-self: start; }
  .info-card--published .info-card__status { grid-column: 2; }
  .info-card--published strong { grid-column: 2; }
  .info-card--published p { grid-column: 2 / 4; }
  .info-card--published i { grid-column: 3; grid-row: 1 / 3; align-self: center; }
  .update-entry { grid-template-columns: 48px 104px minmax(0, 1fr); gap: 12px 16px; }
  .update-entry p { grid-column: 3; }
  .registration-hero .shell { min-height: 0; padding-block: 58px; grid-template-columns: 1fr; gap: 32px; }
  .registration-hero h1 { font-size: 48px; }
  .registration-hero aside { max-width: 680px; }
  .registration-event { grid-template-columns: 48px minmax(190px, .6fr) minmax(0, 1fr); gap: 16px; }
  .detail-hero { min-height: 430px; }
  .detail-hero--promo .detail-hero__media { justify-content: center; align-items: flex-start; }
  .detail-hero--promo .detail-hero__media > img { width: 62%; height: 56%; margin: 18px 0 0; }
  .detail-hero--promo .detail-hero__shade { background: rgba(3,10,19,.66); box-shadow: inset 0 -260px 150px rgba(3,10,19,.96); }
  .detail-hero--series-logo .detail-hero__media > img { width: min(56vw, 300px); height: auto; max-height: 190px; margin-top: 36px; }
  .detail-hero--brand-logo .detail-hero__media { grid-template-columns: 1fr; place-items: start center; padding: 26px 18px 0; }
  .detail-hero--brand-logo .detail-hero__media > img { width: min(62vw, 280px); height: 165px; max-width: none; max-height: none; margin: 0; grid-column: 1; align-self: start; justify-self: center; }
  .detail-hero--full-art .detail-hero__media { justify-content: center; align-items: flex-start; }
  .detail-hero--full-art .detail-hero__media > img { width: min(82vw, 540px); height: 58%; margin: 18px 0 0; }
  .detail-hero--full-art .detail-hero__shade { background: rgba(3,10,19,.66); box-shadow: inset 0 -260px 150px rgba(3,10,19,.96); }
  .detail-hero h1 { font-size: 48px; }
  .detail-hero p { font-size: 16px; }
  .travel-quick .shell { grid-template-columns: 1fr; align-items: start; gap: 28px; }
  .travel-quick__actions { width: min(100%, 360px); flex-direction: row; flex-wrap: wrap; }
  .travel-quick__actions .button { min-width: 0; flex: 1 1 165px; }
  .travel-row { grid-template-columns: 48px minmax(160px, 220px) minmax(0, 1fr); gap: 20px; }
  .travel-sources { gap: 28px 48px; }
  .schedule-browser { padding: 52px 0 72px; }
  .schedule-browser__header { grid-template-columns: 1fr; align-items: start; gap: 24px; }
  .schedule-browser__header h1 { font-size: 46px; }
  .schedule-home-button { justify-self: start; }
  .schedule-filters { margin-top: 34px; }
  .handbook-intro { padding-top: 58px; }
  .site-footer .shell { grid-template-columns: 190px minmax(0, 1fr); gap: 28px 42px; }
  .site-footer__filing { grid-column: 2; justify-self: start; }
}

@media (max-width: 680px) {
  .timeline-track__head { display: none; }
  .timeline-event { min-height: 136px; padding: 18px 16px; grid-template-columns: 92px minmax(0, 1fr) 30px; gap: 14px; }
  .timeline-event time { margin: 0; padding: 0; font-size: 20px; white-space: normal; }
  .timeline-event--long-time time { font-size: 17px; }
  .timeline-event__content { gap: 10px; }
  .timeline-event__meta { gap: 8px; }
  .timeline-event__meta small { width: 100%; font-size: 13px; }
  .timeline-event__content > strong { font-size: 16px; }
  .update-entry { padding: 20px 6px; grid-template-columns: 42px minmax(0, 1fr); gap: 6px 12px; align-items: start; }
  .update-entry__number { grid-row: 1 / 4; }
  .update-entry time, .update-entry h3, .update-entry p { grid-column: 2; }
  .update-entry h3 { font-size: 19px; }
  .community-contact { padding: 26px 12px; grid-template-columns: 146px minmax(0, 1fr); gap: 20px; }
  .community-contact img { width: 146px; }
  .media-contact { padding: 32px 12px; }
  .registration-events { border-top-width: 3px; }
  .registration-event { padding: 19px 4px; grid-template-columns: 40px minmax(0, 1fr); gap: 7px 12px; align-items: start; }
  .registration-event > span { grid-row: 1 / 3; }
  .registration-event h3, .registration-event > div { grid-column: 2; }
  .registration-actions { align-items: flex-start; flex-direction: column; }
  .registration-actions > div { justify-items: start; }
}

@media (max-width: 560px) {
  .preview-bar .shell { min-height: 44px; }
  .preview-bar span:last-child { display: none; }
  .wordmark { width: 132px; height: 40px; padding: 7px 8px; }
  .home-about { padding: 22px 0 8px; }
  .home-about__inner { width: min(100% - 30px, 1320px); padding: 28px 22px 32px; grid-template-columns: 1fr; gap: 20px; }
  .home-about__mark { min-height: 190px; }
  .home-about__mark img { width: min(250px, 80%); max-height: 210px; }
  .home-about__copy h1 { margin-bottom: 16px; font-size: 34px; }
  .home-about__copy p { font-size: 15px; line-height: 1.8; }
  .hero-index { right: 14px; bottom: 12px; }
  .spotlight-entry__content { min-height: 390px; padding: 30px 22px; }
  .spotlight-entry__logo { width: 150px; height: 136px; }
  .spotlight-entry h3 { font-size: 32px; }
  .home-more-events { margin-top: 54px; }
  .home-event-preview { min-height: 360px; grid-template-rows: 240px auto; }
  .home-event-preview__logo { padding: 28px 32px; }
  .home-event-preview__content { min-height: 118px; padding: 20px 22px; }
  .home-event-preview h3 { font-size: 26px; }
  .home-event-preview__content > span { max-width: 122px; justify-content: flex-end; text-align: right; }
  .series-hero h1 { font-size: 44px; }
  .series-event h2 { font-size: 38px; }
  .event-hero h1 { font-size: 43px; }
  html[lang="ja"] .event-hero h1, html[lang="ja"] .detail-hero h1 { line-break: strict; word-break: auto-phrase; }
  .event-hero__content { padding-top: 168px; }
  .event-hero__brand { top: 18px; right: 18px; width: 126px; height: 122px; }
  .event-hero__series-logo { width: 112px; height: 108px; }
  .detail-hero { min-height: 400px; }
  .detail-hero__content { padding-top: 62px; padding-bottom: 42px; }
  .detail-hero h1 { font-size: 40px; }
  .detail-hero p { font-size: 15px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .facts { padding: 14px 0; }
  .facts__inner { width: 100%; grid-template-columns: 1fr; }
  .fact, .fact:nth-child(2) { min-height: 78px; padding: 14px 15px; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact:last-child { border-bottom: 0; }
  .event-category-group--main .event-grid,
  .event-category-group--featuredSide .event-grid,
  .event-category-group--side .event-grid { grid-template-columns: 1fr; }
  .event-category-group--commander .event-card { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .event-category-group--commander .event-card__art { min-height: 420px; }
  .event-category-group--commander .event-card__content { padding: 30px 24px; }
  .event-category-group--commander .event-card strong { font-size: 28px; }
  .event-category-group--commander .event-card p { font-size: 15px; }
  .event-groups { gap: 48px; }
  .event-category-group > header h3 { font-size: 26px; }
  .event-card { min-height: 430px; }
  .event-card__art--full-art { aspect-ratio: 16 / 10; }
  .participation-summary__grid { grid-template-columns: 1fr; }
  .participation-summary__item { min-height: 0; padding: 24px 12px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .participation-summary__item:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line-dark); }
  .participation-summary__item:last-child { border-bottom: 0; }
  .participation-summary__item p { font-size: 14px; line-height: 1.72; }
  .participation-rules-hero h1 { font-size: 39px; }
  .participation-rules-hero p { font-size: 15px; }
  .participation-confirmation { padding: 24px 18px; }
  .participation-confirmation__continue { width: 100%; }
  .info-upcoming-list { grid-template-columns: 1fr; }
  .info-card--upcoming, .info-card--upcoming:nth-child(n) { min-height: 102px; border-right: 0; border-top: 1px solid var(--line-dark); }
  .info-card--upcoming:first-child { border-top: 0; }
  .registration-hero h1 { font-size: 40px; }
  .registration-hero > .shell > div > p { font-size: 15px; }
  .registration-content { padding: 54px 0 68px; }
  .registration-section + .registration-section { margin-top: 54px; }
  .registration-channels { grid-template-columns: 1fr; }
  .registration-channel, .registration-channel:nth-child(n) { min-height: 0; border-right: 0; border-top: 1px solid var(--line-dark); }
  .registration-channel:first-child { border-top: 0; }
  .registration-channel h3 { margin-top: 18px; }
  .community-contact { grid-template-columns: 1fr; }
  .community-contact img { width: min(220px, 100%); }
  .timeline-tabs { padding: 0; gap: 0; }
  .timeline-tab { min-height: 72px; padding: 12px 7px; display: flex; justify-content: center; text-align: center; }
  .timeline-tab::after { right: 8px; left: 8px; }
  .timeline-tab > span { display: none; }
  .timeline-tab strong { font-size: 13px; line-height: 1.45; }
  .timeline-tab small { display: none; }
  .timeline-day > header { min-height: 82px; padding: 16px; grid-template-columns: 36px minmax(0, 1fr) auto; gap: 11px; }
  .timeline-day > header > span { font-size: 24px; }
  .timeline-day > header h3 { font-size: 15px; }
  .timeline-day > header b { min-width: 44px; display: grid; gap: 2px; text-align: right; }
  .timeline-day > header b strong { font-size: 21px; }
  .timeline-day > header b small { font-size: 8px; }
  .review-launcher { position: relative; top: auto; right: auto; bottom: auto; width: 44px; min-height: 44px; margin-left: auto; padding: 0; justify-content: center; gap: 0; box-shadow: none; }
  .review-launcher > [data-review-ui="launcher"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
  .review-launcher b { position: absolute; top: -5px; right: -5px; min-width: 18px; height: 18px; }
  .review-drawer { width: 100vw; }
  .venue-vr-preview { aspect-ratio: 4 / 3; }
  .venue-vr-preview__label { left: 17px; right: 60px; bottom: 17px; }
  .venue-vr-preview__label strong { font-size: 23px; }
  .venue-vr-preview__label > span { display: none; }
  .venue-vr-preview > i { right: 17px; bottom: 20px; font-size: 27px; }
  .promo-copy dl { grid-template-columns: 1fr; }
  .promo-copy dl > div, .promo-copy dl > div + div { padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.28); }
  .travel-quick .shell { min-height: 0; padding-block: 38px; }
  .travel-quick h2 { font-size: 30px; }
  .travel-quick p { font-size: 15px; }
  .travel-quick__actions { width: 100%; }
  .travel-row { padding: 28px 0 32px; grid-template-columns: 36px minmax(0, 1fr); gap: 8px 14px; }
  .travel-row__number { grid-row: 1 / 3; font-size: 19px; }
  .travel-row h2 { font-size: 23px; }
  .travel-row > div { grid-column: 2; }
  .travel-row p { font-size: 14px; }
  .travel-timing { align-items: flex-start; flex-direction: column; }
  .travel-sources { grid-template-columns: 1fr; gap: 18px; }
  .draft-alert .shell { display: block; }
  .draft-alert strong { display: block; margin-bottom: 4px; }
  .document h2 { margin-top: 48px; font-size: 27px; }
  .document h3 { font-size: 18px; }
  .promo-card-gallery { grid-template-columns: repeat(auto-fit, minmax(142px, 1fr)); gap: 14px; }
  .promo-card-gallery figure:only-child { max-width: 210px; }
  .table-wrap { margin-inline: -15px; width: calc(100% + 30px); overflow: visible; border: 0; background: transparent; }
  table, tbody { width: 100%; min-width: 0; display: block; }
  thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  tbody tr, tbody tr:nth-child(even) { margin: 0 0 14px; display: block; border: 1px solid var(--line); border-top: 3px solid var(--kadou); background: #fff; }
  tbody tr:hover { background: #fff; }
  td { min-height: 42px; padding: 10px 12px; display: grid; grid-template-columns: minmax(90px, .4fr) minmax(0, 1fr); gap: 12px; border-right: 0; text-align: left; overflow-wrap: anywhere; }
  td::before { content: attr(data-label); color: var(--kadou); font-size: 9px; font-weight: 900; text-transform: uppercase; }
  .schedule-table td:first-child { min-width: 0; }
  .schedule-table td:nth-child(2), .schedule-table td:nth-child(3), .schedule-table td:nth-child(6), .schedule-table td:nth-child(7) { white-space: normal; }
  .event-type { grid-column: 2; }
  td.pending-item { padding: 10px 12px !important; }
  .schedule-browser { padding-top: 42px; }
  .schedule-browser__header h1 { font-size: 39px; }
  .schedule-browser__header p { font-size: 15px; }
  .schedule-filters { margin-top: 28px; padding-block: 20px; gap: 13px 10px; }
  .schedule-filter > span { font-size: 11px; }
  .schedule-filter select { height: 48px; padding-inline: 11px; font-size: 13px; }
  .schedule-results-toolbar { min-height: 68px; }
  .schedule-results-toolbar > strong { font-size: 12px; }
  .schedule-results-toolbar button b { font-size: 11px; }
  .schedule-results-document .table-wrap { width: 100%; margin-inline: 0; }
  .schedule-results-document table, .schedule-results-document tbody { width: 100%; min-width: 0; }
  .schedule-results-document tbody tr, .schedule-results-document tbody tr:nth-child(even) { margin-bottom: 12px; border-top: 3px solid var(--kadou); }
  .schedule-results-document tbody tr.is-schedule-target { border-color: var(--kadou); box-shadow: inset 4px 0 0 var(--kadou), 0 8px 24px rgba(7,59,112,.14); }
  .schedule-results-document td { min-height: 46px; padding: 11px 12px; }
  .schedule-results-document td:first-child { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
  .schedule-results-document td:first-child::before { grid-column: 1; }
  .schedule-results-document td:first-child .event-type { grid-column: 2; grid-row: 1; margin: 0; }
  .schedule-results-document td:first-child .review-source-text { grid-column: 1 / -1; font-size: 16px; line-height: 1.45; }
  .schedule-results-document .event-type { font-size: 10px; }
  .schedule-table td:last-child .registration-placeholder-actions { min-width: 0; grid-column: 2; margin-top: 2px; }
  .registration-placeholder-link { width: 100%; min-height: 38px; }
  .nowrap-value { white-space: normal; }
  .site-footer .shell { padding-block: 32px; grid-template-columns: 1fr; gap: 24px; }
  .site-footer__filing { grid-column: auto; justify-self: start; }
}

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

@media print {
  .preview-bar, .site-header, .event-subnav, .directory, .hero-actions, .route-trail, .review-launcher, .review-overlay, .review-drawer { display: none; }
  body { background: #fff; }
  .page-view:not([data-view="event"]) { display: none; }
  .event-hero { min-height: 360px; }
  .handbook { display: block; }
}
