:root {
    --bg: #050505;
    --bg-deep: #090907;
    --surface: #10100e;
    --surface-2: #171611;
    --surface-hover: #201e17;
    --title: #fff8e7;
    --text: #e7e0cf;
    --muted: #aaa18d;
    --soft: #7f7768;
    --gold: #d5af58;
    --gold-bright: #f3d27b;
    --gold-deep: #9b7127;
    --border: rgba(213,175,88,.18);
    --border-strong: rgba(243,210,123,.45);
    --shadow: 0 18px 48px rgba(0,0,0,.46);
    --gold-shadow: 0 18px 46px rgba(213,175,88,.18);
    --shell: min(1320px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; color: var(--text); background: radial-gradient(circle at 50% 0, rgba(213,175,88,.08), transparent 28rem), var(--bg); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif; line-height: 1.75; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 3px; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: 12px; z-index: 9999; transform: translateY(-150%); padding: 10px 14px; background: var(--gold-bright); color: #17120a; }
.skip-link:focus { transform: none; }
.event-status { min-height: 34px; background: #030303; border-bottom: 1px solid var(--border); font-size: 12px; letter-spacing: .03em; }
.status-inner { min-height: 34px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; }
.status-links, .status-service { display: flex; gap: 18px; align-items: center; }
.status-service { justify-content: flex-end; }
.event-status a { color: var(--muted); }
.event-status a:hover { color: var(--gold-bright); }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(5,5,5,.94); backdrop-filter: blur(16px); box-shadow: 0 12px 30px rgba(0,0,0,.32); }
.brand-row { min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; }
.brand-left, .brand-actions { display: flex; align-items: center; gap: 12px; }
.brand-actions { justify-content: flex-end; }
.menu-button, .more-button, .panel-close { min-height: 44px; border: 1px solid var(--border); background: var(--surface); padding: 0 16px; cursor: pointer; }
.menu-button:hover, .more-button:hover, .panel-close:hover { border-color: var(--border-strong); background: var(--surface-hover); }
.stage-chip { color: var(--gold); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.brand-mark { display: grid; justify-items: center; line-height: 1.1; min-width: 220px; }
.brand-cn { color: var(--title); font-family: Georgia, "Songti SC", serif; font-size: clamp(24px, 2vw, 34px); letter-spacing: .2em; text-indent: .2em; }
.brand-en { margin-top: 8px; color: var(--gold); font-size: 10px; letter-spacing: .38em; text-indent: .38em; }
.brand-logo { width: auto; max-width: 220px; max-height: 54px; object-fit: contain; }
.header-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--muted); }
.header-link:hover { color: var(--title); }
.gold-button, .dark-button, .text-link { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border: 1px solid transparent; white-space: nowrap; }
.gold-button { color: #17120a; background: linear-gradient(135deg, #f4d98b 0%, #d5af58 48%, #8f651d 100%); box-shadow: var(--gold-shadow); font-weight: 700; }
.gold-button:hover { filter: brightness(1.08); }
.gold-button.compact { min-height: 44px; padding-inline: 18px; }
.dark-button { background: #11100d; border-color: var(--border-strong); color: var(--title); }
.dark-button:hover { background: var(--surface-hover); }
.text-link { min-height: auto; padding: 0; color: var(--gold-bright); border-bottom: 1px solid rgba(243,210,123,.28); }
.stage-nav-wrap { border-top: 1px solid rgba(213,175,88,.08); border-bottom: 1px solid var(--border); }
.stage-nav { display: flex; align-items: stretch; justify-content: space-between; min-width: 0; }
.stage-scroll { min-width: 0; display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: none; }
.stage-scroll::-webkit-scrollbar { display: none; }
.stage-link, .more-button { position: relative; min-height: 48px; display: inline-flex; align-items: center; flex: 0 0 auto; padding: 0 15px; color: var(--muted); background: transparent; border: 0; }
.stage-link:hover, .stage-link.is-active, .more-button.is-active { color: var(--gold-bright); }
.stage-link.is-active::after, .more-button.is-active::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 0; height: 2px; background: var(--gold); }
.more-wrap { position: relative; flex: 0 0 auto; }
.more-menu { position: absolute; right: 0; top: calc(100% + 8px); width: 220px; padding: 10px; background: #090907; border: 1px solid var(--border-strong); box-shadow: var(--shadow); }
.more-menu[hidden] { display: none; }
.more-menu a { display: block; padding: 10px 12px; color: var(--muted); }
.more-menu a:hover, .more-menu a.is-active { background: var(--surface-2); color: var(--gold-bright); }
main { min-height: 50vh; }
.hero { position: relative; min-height: min(760px, calc(100vh - 150px)); display: grid; align-items: end; border-bottom: 1px solid var(--border); overflow: hidden; background: radial-gradient(circle at 70% 30%, rgba(243,210,123,.2), transparent 22%), linear-gradient(135deg, #050505 0%, #14110b 55%, #050505 100%); }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .86; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,5,5,.98) 0%, rgba(5,5,5,.56) 38%, rgba(5,5,5,.18) 70%); pointer-events: none; }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 42px; align-items: end; padding-block: clamp(70px, 10vw, 130px) 44px; }
.stage-rail { display: grid; gap: 18px; color: var(--soft); font-size: 12px; letter-spacing: .18em; }
.stage-rail span { position: relative; padding-left: 18px; }
.stage-rail span::before { content: ""; position: absolute; left: 0; top: .7em; width: 8px; height: 1px; background: var(--gold-deep); }
.hero-copy { max-width: 820px; padding: clamp(24px, 4vw, 50px); background: rgba(5,5,5,.68); border: 1px solid var(--border); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-size: 12px; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3 { color: var(--title); font-family: Georgia, "Songti SC", "STSong", serif; font-weight: 500; line-height: 1.22; }
h1 { margin: 0; font-size: clamp(42px, 7vw, 88px); letter-spacing: .03em; }
.hero-copy .lead { max-width: 760px; margin: 22px 0 0; font-size: clamp(16px, 1.5vw, 20px); color: var(--text); }
.hero-actions, .action-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.section { padding: clamp(70px, 9vw, 120px) 0; border-bottom: 1px solid rgba(213,175,88,.11); }
.section.tight { padding-block: 54px; }
.section-head { display: grid; grid-template-columns: minmax(0, .72fr) minmax(320px, .28fr); gap: 40px; align-items: end; margin-bottom: 40px; }
.section-head h2 { margin: 0; font-size: clamp(30px, 4vw, 54px); }
.section-head p { margin: 0; color: var(--muted); }
.kicker { display: block; margin-bottom: 10px; color: var(--gold); font-size: 12px; letter-spacing: .2em; }
.info-strip { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--border); background: var(--surface); }
.info-strip article { min-height: 220px; padding: 32px; border-right: 1px solid var(--border); }
.info-strip article:last-child { border-right: 0; }
.info-strip h2 { margin: 0 0 14px; font-size: 26px; }
.info-strip p { color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card { position: relative; padding: 30px; background: linear-gradient(180deg, rgba(23,22,17,.96), rgba(10,10,8,.96)); border: 1px solid var(--border); box-shadow: var(--shadow); overflow: hidden; }
.card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 92px; height: 2px; background: linear-gradient(90deg, var(--gold-bright), transparent); pointer-events: none; }
.card:hover { border-color: var(--border-strong); transform: translateY(-2px); }
.card h3 { margin: 0 0 12px; font-size: 25px; }
.card p { color: var(--muted); }
.card .meta { color: var(--gold); font-size: 12px; letter-spacing: .12em; }
.split-feature { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 28px; align-items: stretch; }
.feature-image { min-height: 460px; background: radial-gradient(circle at 60% 30%, rgba(243,210,123,.2), transparent 20%), linear-gradient(135deg, #171611, #050505); border: 1px solid var(--border); overflow: hidden; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { padding: clamp(30px, 5vw, 62px); background: var(--surface); border: 1px solid var(--border); }
.feature-copy h2 { margin-top: 0; font-size: clamp(32px, 4vw, 52px); }
.feature-copy p { color: var(--muted); }
.style-list { display: grid; gap: 0; margin-top: 26px; border-top: 1px solid var(--border); }
.style-list a { display: grid; grid-template-columns: 130px 1fr auto; gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--border); }
.style-list a:hover strong { color: var(--gold-bright); }
.profile-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.profile-card { min-height: 280px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border: 1px solid var(--border); background: linear-gradient(180deg, rgba(23,22,17,.45), rgba(5,5,5,.98)), radial-gradient(circle at 50% 15%, rgba(213,175,88,.12), transparent 28%); }
.profile-card strong { color: var(--title); font-family: Georgia, serif; font-size: 24px; }
.profile-card span { color: var(--muted); }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; }
.timeline::before { content: ""; position: absolute; left: 8%; right: 8%; top: 23px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.timeline article { position: relative; z-index: 1; padding: 62px 24px 26px; background: var(--surface); border: 1px solid var(--border); }
.timeline article::before { counter-increment: step; content: counter(step, decimal-leading-zero); position: absolute; left: 24px; top: 10px; display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--gold); background: var(--bg); color: var(--gold-bright); font-size: 11px; }
.timeline h3 { margin: 0 0 10px; font-size: 21px; }
.schedule-list { border-top: 1px solid var(--border); }
.schedule-row { display: grid; grid-template-columns: 150px minmax(0, 1fr) 130px; gap: 24px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--border); }
.schedule-row strong { color: var(--title); font-size: 19px; }
.status-tag { justify-self: end; color: var(--gold); border: 1px solid var(--border-strong); padding: 5px 10px; font-size: 12px; }
.faq-list { display: grid; gap: 12px; }
details { background: var(--surface); border: 1px solid var(--border); padding: 0 22px; }
summary { min-height: 62px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; color: var(--title); font-weight: 600; }
details p { margin: 0 0 22px; color: var(--muted); }
.notice { padding: clamp(28px, 4vw, 46px); border: 1px solid var(--border-strong); background: linear-gradient(135deg, rgba(213,175,88,.1), rgba(5,5,5,.96)); box-shadow: var(--gold-shadow); }
.notice h2 { margin-top: 0; font-size: clamp(28px, 4vw, 46px); }
.notice p { color: var(--text); }
.page-hero { padding: clamp(70px, 9vw, 120px) 0 54px; background: radial-gradient(circle at 80% 20%, rgba(213,175,88,.14), transparent 28%), linear-gradient(180deg, #090907, #050505); border-bottom: 1px solid var(--border); }
.page-hero .shell { max-width: 1040px; }
.page-hero h1 { font-size: clamp(42px, 6vw, 76px); }
.page-hero p { max-width: 820px; color: var(--muted); font-size: 18px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; color: var(--soft); font-size: 13px; }
.breadcrumbs a:hover { color: var(--gold-bright); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 38px; align-items: start; }
.prose { min-width: 0; }
.prose-section { margin-bottom: 18px; padding: clamp(26px, 4vw, 42px); background: var(--surface); border: 1px solid var(--border); }
.prose-section h2 { margin: 0 0 18px; font-size: clamp(27px, 3vw, 39px); }
.prose-section h3 { margin-top: 28px; }
.prose-section p, .prose-section li { color: var(--muted); }
.prose-section ul { padding-left: 1.2em; }
.side-nav { position: sticky; top: 174px; padding: 24px; background: var(--surface); border: 1px solid var(--border); }
.side-nav h2 { margin: 0 0 14px; font-size: 23px; }
.side-nav a { display: block; padding: 10px 0; color: var(--muted); border-bottom: 1px solid rgba(213,175,88,.08); }
.side-nav a:hover { color: var(--gold-bright); }
.related-links { display: flex; flex-wrap: wrap; gap: 12px; }
.related-links a { min-height: 42px; display: inline-flex; align-items: center; padding: 0 14px; border: 1px solid var(--border); color: var(--muted); }
.related-links a:hover { border-color: var(--border-strong); color: var(--gold-bright); }
.site-footer { padding: 70px 0 100px; background: #030303; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 32px; }
.footer-grid h2 { margin: 0 0 14px; font-size: 17px; }
.footer-grid a { display: block; padding: 4px 0; color: var(--muted); }
.footer-grid a:hover { color: var(--gold-bright); }
.footer-brand p { color: var(--muted); }
.footer-logo { display: inline-grid; justify-items: start; margin-bottom: 18px; }
.footer-note { display: flex; justify-content: space-between; gap: 30px; margin-top: 52px; padding-top: 26px; border-top: 1px solid var(--border); color: var(--soft); font-size: 13px; }
.footer-note p { max-width: 760px; margin: 0; }
.page-overlay { position: fixed; inset: 0; z-index: 1400; background: rgba(0,0,0,.7); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility .2s ease; }
.channel-panel { position: fixed; z-index: 1500; top: 0; right: 0; width: min(520px, 90vw); height: 100dvh; background: #080806; border-left: 1px solid var(--border-strong); box-shadow: -18px 0 48px rgba(0,0,0,.5); transform: translateX(102%); visibility: hidden; pointer-events: none; transition: transform .22s ease, visibility .22s ease; }
.panel-open { overflow: hidden; }
.panel-open .page-overlay { opacity: 1; visibility: visible; pointer-events: auto; }
.panel-open .channel-panel { transform: translateX(0); visibility: visible; pointer-events: auto; }
.panel-head { height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border-bottom: 1px solid var(--border); }
.panel-brand { display: flex; align-items: center; gap: 12px; }
.panel-brand span { display: grid; }
.panel-brand small { color: var(--gold); letter-spacing: .16em; }
.panel-content { height: calc(100dvh - 82px); overflow-y: auto; padding: 26px; }
.panel-content section { margin-bottom: 28px; }
.panel-content h2 { margin: 0 0 12px; font-size: 20px; color: var(--gold-bright); }
.panel-content a { display: grid; gap: 3px; padding: 12px 0; border-bottom: 1px solid rgba(213,175,88,.1); }
.panel-content a span { color: var(--muted); font-size: 13px; }
.mobile-nav { display: none; }
@media (max-width: 1060px) {
    .status-inner { grid-template-columns: 1fr auto; }
    .status-links { display: none; }
    .brand-row { grid-template-columns: 1fr auto 1fr; }
    .stage-chip, .header-link { display: none; }
    .card-grid.four, .profile-grid { grid-template-columns: repeat(2, 1fr); }
    .timeline { grid-template-columns: repeat(2, 1fr); }
    .timeline::before { display: none; }
    .content-layout { grid-template-columns: 1fr; }
    .side-nav { position: static; order: -1; }
    .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
}
@media (max-width: 760px) {
    :root { --shell: min(100% - 28px, 1320px); }
    body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
    .event-status { font-size: 11px; }
    .status-service { display: none; }
    .status-inner { display: flex; justify-content: space-between; gap: 12px; }
    .status-brand { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
    .status-inner::after { content: "赛程"; color: var(--gold); }
    .brand-row { min-height: 66px; gap: 8px; }
    .brand-mark { min-width: 0; }
    .brand-cn { font-size: 22px; letter-spacing: .12em; text-indent: .12em; }
    .brand-en { font-size: 8px; letter-spacing: .2em; text-indent: .2em; }
    .brand-logo { max-width: 140px; max-height: 42px; }
    .menu-button { width: 44px; padding: 0; font-size: 0; }
    .menu-button::before { content: "菜单"; font-size: 12px; }
    .gold-button.compact { min-height: 42px; padding-inline: 12px; font-size: 13px; }
    .stage-link, .more-button { min-height: 44px; padding-inline: 12px; font-size: 13px; }
    .more-menu { position: fixed; left: 14px; right: 14px; top: 150px; width: auto; max-height: calc(100dvh - 230px); overflow-y: auto; }
    .hero { min-height: auto; }
    .hero-content { grid-template-columns: 1fr; padding-block: 84px 22px; }
    .stage-rail { grid-template-columns: repeat(5, auto); overflow-x: auto; }
    .hero-copy { padding: 26px 20px; }
    h1 { font-size: clamp(38px, 12vw, 60px); }
    .section-head { grid-template-columns: 1fr; gap: 18px; }
    .info-strip, .card-grid, .card-grid.two, .card-grid.four, .profile-grid, .timeline, .split-feature { grid-template-columns: 1fr; }
    .info-strip article { border-right: 0; border-bottom: 1px solid var(--border); min-height: auto; }
    .info-strip article:last-child { border-bottom: 0; }
    .feature-image { min-height: 280px; }
    .style-list a { grid-template-columns: 1fr; gap: 4px; }
    .schedule-row { grid-template-columns: 1fr; gap: 6px; }
    .status-tag { justify-self: start; }
    .page-hero { padding-top: 58px; }
    .prose-section { padding: 24px 20px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-note { display: grid; }
    .mobile-nav { position: fixed; z-index: 1200; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(5, 1fr); min-height: calc(58px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); background: rgba(5,5,5,.98); border-top: 1px solid var(--border-strong); }
    .mobile-nav a { min-height: 58px; display: grid; place-items: center; color: var(--muted); font-size: 13px; }
    .mobile-nav a.is-active { color: var(--gold-bright); background: rgba(213,175,88,.08); }
    .panel-open .mobile-nav { z-index: 1200; }
}
@media (max-width: 480px) {
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .hero-actions, .action-row { display: grid; }
    .gold-button, .dark-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
