
:root {
    --bg: #050505;
    --bg-deep: #090907;
    --surface: #10100e;
    --surface-2: #171611;
    --surface-hover: #201e17;
    --title: #fff8e7;
    --text: #e7e0cf;
    --muted: #aaa18d;
    --quiet: #7f7768;
    --gold: #d5af58;
    --gold-bright: #f3d27b;
    --gold-deep: #9b7127;
    --gold-dark: #604314;
    --warm: #fff4d8;
    --line: rgba(213, 175, 88, .18);
    --line-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);
    --max: 1320px;
    --radius: 10px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: var(--bg);
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--text);
    background:
        radial-gradient(circle at 18% -10%, rgba(213, 175, 88, .12), transparent 30%),
        radial-gradient(circle at 84% 8%, rgba(96, 67, 20, .14), transparent 25%),
        var(--bg);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    line-height: 1.75;
    text-rendering: optimizeLegibility;
}

body.panel-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
summary {
    font: inherit;
}

button {
    color: inherit;
}

a,
button,
summary {
    -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
    outline: 2px solid var(--gold-bright);
    outline-offset: 3px;
}

.skip-link {
    position: fixed;
    left: 14px;
    top: -100px;
    z-index: 5000;
    padding: 10px 14px;
    color: #17120a;
    background: var(--gold-bright);
    border-radius: 4px;
}

.skip-link:focus {
    top: 14px;
}

.site-shell {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 16px 30px rgba(0, 0, 0, .25);
}

.event-status {
    color: var(--muted);
    background: #030303;
    border-bottom: 1px solid var(--line);
    font-size: 12px;
}

.event-status__inner,
.brand-header__inner,
.stage-nav__inner {
    width: min(calc(100% - 32px), var(--max));
    margin: 0 auto;
}

.event-status__inner {
    min-height: 30px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
}

.event-status__brand {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-status__links,
.event-status__service {
    display: flex;
    align-items: center;
    gap: 18px;
}

.event-status__service {
    justify-self: end;
}

.event-status a {
    transition: color .2s ease;
}

.event-status a:hover {
    color: var(--gold-bright);
}

.brand-header {
    background: rgba(9, 9, 7, .96);
    border-bottom: 1px solid rgba(213, 175, 88, .12);
    backdrop-filter: blur(18px);
}

.brand-header__inner {
    position: relative;
    min-height: 70px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
}

.brand-header__left,
.brand-header__right {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.brand-header__right {
    justify-content: flex-end;
}

.icon-button,
.more-trigger,
.panel-close {
    border: 0;
    cursor: pointer;
}

.icon-button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    color: var(--text);
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
}

.icon-button:hover {
    border-color: var(--line);
    background: rgba(255, 255, 255, .02);
}

.menu-lines {
    width: 18px;
    display: grid;
    gap: 4px;
}

.menu-lines i {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--gold-bright);
}

.stage-mark {
    color: var(--quiet);
    font-size: 12px;
    white-space: nowrap;
}

.brand-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 170px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
}

.brand-logo img {
    max-width: 180px;
    max-height: 52px;
    object-fit: contain;
}

.brand-logo__cn,
.footer-logo__cn {
    color: var(--warm);
    font-family: Georgia, "Times New Roman", "Songti SC", serif;
    font-size: 25px;
    letter-spacing: .25em;
    text-indent: .25em;
}

.brand-logo__en,
.footer-logo__en {
    margin-top: 5px;
    color: var(--gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 9px;
    letter-spacing: .34em;
    text-indent: .34em;
}

.text-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: var(--muted);
    font-size: 14px;
}

.text-link:hover {
    color: var(--gold-bright);
}

.gold-button,
.dark-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border-radius: 4px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.gold-button {
    color: #17120a;
    background: linear-gradient(135deg, #f4d98b 0%, #d5af58 48%, #8f651d 100%);
    box-shadow: 0 10px 28px rgba(213, 175, 88, .16);
}

.gold-button:hover {
    transform: translateY(-2px);
    box-shadow: var(--gold-shadow);
}

.gold-button--small {
    min-height: 42px;
    padding: 0 18px;
    font-size: 14px;
}

.dark-button {
    color: var(--title);
    background: #11100d;
    border: 1px solid var(--line-strong);
}

.dark-button:hover {
    transform: translateY(-2px);
    border-color: var(--gold-bright);
}

.stage-nav {
    background: rgba(5, 5, 5, .98);
    border-bottom: 1px solid var(--line);
}

.stage-nav__inner {
    min-height: 46px;
    display: flex;
    align-items: stretch;
}

.stage-nav__scroll {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 2px;
}

.stage-nav__scroll > a,
.more-trigger {
    position: relative;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    color: var(--muted);
    background: transparent;
    font-size: 14px;
    white-space: nowrap;
}

.stage-nav__scroll > a::after,
.more-trigger::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 1px;
    transform: scaleX(0);
    background: var(--gold-bright);
    transition: transform .2s ease;
    pointer-events: none;
}

.stage-nav__scroll > a:hover,
.stage-nav__scroll > a.is-active,
.more-trigger:hover,
.more-trigger.is-active {
    color: var(--gold-bright);
}

.stage-nav__scroll > a.is-active::after,
.more-trigger.is-active::after {
    transform: scaleX(1);
}

.more-wrap {
    position: relative;
    flex: 0 0 auto;
}

.more-trigger {
    gap: 7px;
    cursor: pointer;
    border-left: 1px solid var(--line);
}

.more-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    width: 196px;
    padding: 8px;
    background: rgba(16, 16, 14, .99);
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.more-menu[hidden] {
    display: none;
}

.more-menu a {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    color: var(--muted);
    border-radius: 4px;
}

.more-menu a:hover,
.more-menu a.is-active {
    color: var(--gold-bright);
    background: var(--surface-hover);
}

main {
    position: relative;
    z-index: 1;
}

.container {
    width: min(calc(100% - 32px), var(--max));
    margin: 0 auto;
}

.section {
    position: relative;
    padding: 88px 0;
}

.section--tight {
    padding: 62px 0;
}

.section--deep {
    background: var(--bg-deep);
    border-top: 1px solid rgba(213, 175, 88, .08);
    border-bottom: 1px solid rgba(213, 175, 88, .08);
}

.section--surface {
    background: linear-gradient(180deg, rgba(23, 22, 17, .75), rgba(9, 9, 7, .92));
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.section-kicker::before {
    content: "";
    width: 30px;
    height: 1px;
    background: var(--gold);
}

.section-head {
    max-width: 820px;
    margin-bottom: 36px;
}

.section-head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-head--center .section-kicker {
    justify-content: center;
}

.section-head--center .section-kicker::before {
    display: none;
}

.section-head h2,
.page-hero h1,
.hero-copy h1 {
    margin: 0;
    color: var(--title);
    font-family: Georgia, "Times New Roman", "Songti SC", serif;
    font-weight: 400;
    letter-spacing: .035em;
    line-height: 1.25;
}

.section-head h2 {
    font-size: clamp(30px, 4vw, 50px);
}

.section-head p {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 16px;
}

.section-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
}

.hero {
    position: relative;
    min-height: 720px;
    display: grid;
    align-items: end;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 18%, rgba(243, 210, 123, .16), transparent 18%),
        linear-gradient(125deg, rgba(5, 5, 5, .3), rgba(5, 5, 5, .9)),
        #080806;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 49.8%, rgba(243, 210, 123, .18) 50%, transparent 50.2%),
        linear-gradient(165deg, transparent 0 42%, rgba(213, 175, 88, .09) 42.2%, transparent 42.4%),
        radial-gradient(circle at 50% 4%, rgba(255, 244, 216, .28), transparent 16%);
    pointer-events: none;
}

.hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #050505;
}

.hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 5, 5, .12), rgba(5, 5, 5, .42) 50%, rgba(5, 5, 5, .94));
    pointer-events: none;
}

.hero__inner {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 32px), var(--max));
    margin: 0 auto;
    padding: 90px 0 54px;
}

.hero-copy {
    max-width: 780px;
    padding: 32px 34px;
    background: rgba(3, 3, 3, .74);
    border: 1px solid var(--line-strong);
    box-shadow: var(--shadow);
    backdrop-filter: blur(12px);
}

.hero-copy h1 {
    font-size: clamp(40px, 6vw, 78px);
}

.hero-copy p {
    max-width: 690px;
    margin: 18px 0 0;
    color: var(--text);
    font-size: 17px;
}

.hero-copy .hero-lead {
    margin: 0 0 12px;
    color: var(--gold-bright);
    font-size: 13px;
    letter-spacing: .12em;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.hero-stages {
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    display: grid;
    gap: 14px;
    padding: 18px 12px;
    color: var(--quiet);
    background: rgba(3, 3, 3, .56);
    border-left: 1px solid var(--line-strong);
    font-size: 11px;
    letter-spacing: .16em;
    writing-mode: vertical-rl;
}

.info-strip {
    position: relative;
    z-index: 3;
    width: min(calc(100% - 32px), var(--max));
    margin: -1px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #0d0c09;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.info-strip article {
    padding: 26px 28px;
}

.info-strip article + article {
    border-left: 1px solid var(--line);
}

.info-strip h2 {
    margin: 0 0 10px;
    color: var(--gold-bright);
    font-size: 17px;
}

.info-strip p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.inline-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    color: var(--gold);
    font-size: 14px;
    font-weight: 700;
}

.inline-link::after {
    content: "→";
    transition: transform .2s ease;
}

.inline-link:hover::after {
    transform: translateX(4px);
}

.grid {
    display: grid;
    gap: 20px;
}

.grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
    position: relative;
    min-width: 0;
    padding: 28px;
    background: linear-gradient(145deg, rgba(23, 22, 17, .86), rgba(12, 12, 10, .94));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
}

.card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    bottom: 22px;
    width: 1px;
    background: linear-gradient(180deg, transparent, var(--gold), transparent);
    pointer-events: none;
}

.card:hover {
    border-color: var(--line-strong);
}

.card__number {
    display: block;
    margin-bottom: 18px;
    color: var(--gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    letter-spacing: .15em;
}

.card h3 {
    margin: 0 0 12px;
    color: var(--title);
    font-family: Georgia, "Times New Roman", "Songti SC", serif;
    font-size: 24px;
    font-weight: 400;
}

.card p {
    margin: 0;
    color: var(--muted);
}

.card ul,
.content-panel ul,
.notice-box ul {
    margin: 16px 0 0;
    padding-left: 1.2em;
    color: var(--muted);
}

.card li + li,
.content-panel li + li,
.notice-box li + li {
    margin-top: 8px;
}

.card__meta {
    margin-top: 18px;
    padding-top: 16px;
    color: var(--quiet);
    border-top: 1px solid var(--line);
    font-size: 13px;
}

.media-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 28px;
    align-items: stretch;
}

.media-feature__visual {
    min-height: 520px;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(213, 175, 88, .08), transparent 55%),
        #0c0b09;
    border: 1px solid var(--line);
}

.media-feature__visual::before,
.photo-placeholder::before {
    content: "";
    position: absolute;
    inset: 8%;
    border: 1px solid rgba(243, 210, 123, .22);
    transform: skewX(-5deg);
    pointer-events: none;
}

.media-feature__visual::after,
.photo-placeholder::after {
    content: "DAILY PAGEANT";
    position: absolute;
    right: 18px;
    bottom: 14px;
    color: rgba(243, 210, 123, .35);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 11px;
    letter-spacing: .25em;
    pointer-events: none;
}

.media-feature__visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #050505;
}

.media-feature__content {
    display: grid;
    gap: 14px;
}

.style-item {
    padding: 20px 22px;
    background: rgba(16, 16, 14, .82);
    border: 1px solid var(--line);
}

.style-item h3 {
    margin: 0 0 8px;
    color: var(--gold-bright);
    font-size: 18px;
}

.style-item p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.profile-card {
    overflow: hidden;
    padding: 0;
}

.photo-placeholder {
    position: relative;
    aspect-ratio: 4 / 5;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: var(--quiet);
    background:
        radial-gradient(circle at 50% 18%, rgba(213, 175, 88, .13), transparent 23%),
        linear-gradient(160deg, #191710, #080807);
}

.photo-placeholder span {
    position: relative;
    z-index: 1;
    padding: 10px 14px;
    background: rgba(5, 5, 5, .75);
    border: 1px solid var(--line);
    font-size: 13px;
}

.profile-card__body {
    padding: 22px;
}

.profile-card__body h3 {
    margin: 0;
    color: var(--title);
    font-size: 18px;
}

.profile-card__body p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.profile-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.tag {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    color: var(--gold);
    background: rgba(213, 175, 88, .06);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 12px;
}

.timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--line-strong);
}

.timeline article {
    position: relative;
    padding: 32px 24px 26px;
    border-right: 1px solid var(--line);
}

.timeline article:nth-child(4n) {
    border-right: 0;
}

.timeline article:nth-child(n + 5) {
    border-top: 1px solid var(--line);
}

.timeline article::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 24px;
    width: 9px;
    height: 9px;
    background: var(--bg);
    border: 1px solid var(--gold-bright);
    border-radius: 50%;
}

.timeline small {
    color: var(--gold);
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: .12em;
}

.timeline h3 {
    margin: 8px 0 10px;
    color: var(--title);
    font-size: 20px;
}

.timeline p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.program-list {
    border-top: 1px solid var(--line-strong);
}

.program-row {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) auto;
    gap: 26px;
    align-items: center;
    padding: 22px 4px;
    border-bottom: 1px solid var(--line);
}

.program-row__stage {
    color: var(--gold-bright);
    font-family: Georgia, "Times New Roman", "Songti SC", serif;
    font-size: 19px;
}

.program-row__content p {
    margin: 0;
    color: var(--muted);
}

.program-status {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 11px;
    color: var(--gold);
    background: rgba(213, 175, 88, .06);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 12px;
    white-space: nowrap;
}

.news-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}

.news-item {
    padding: 28px;
    background: var(--bg-deep);
}

.news-item__tag {
    color: var(--gold);
    font-size: 12px;
    letter-spacing: .1em;
}

.news-item h3 {
    margin: 10px 0;
    color: var(--title);
    font-size: 22px;
}

.news-item p {
    margin: 0;
    color: var(--muted);
}

.split-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid var(--line-strong);
}

.split-panel > article {
    padding: 36px;
    background: rgba(16, 16, 14, .82);
}

.split-panel > article + article {
    border-left: 1px solid var(--line);
}

.split-panel h3 {
    margin: 0 0 14px;
    color: var(--gold-bright);
    font-family: Georgia, "Times New Roman", "Songti SC", serif;
    font-size: 28px;
    font-weight: 400;
}

.split-panel p {
    margin: 0;
    color: var(--muted);
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-list details {
    background: rgba(16, 16, 14, .88);
    border: 1px solid var(--line);
    border-radius: 6px;
}

.faq-list summary {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 20px;
    color: var(--title);
    cursor: pointer;
    list-style: none;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    content: "+";
    flex: 0 0 auto;
    color: var(--gold);
    font-size: 22px;
}

.faq-list details[open] summary::after {
    content: "−";
}

.faq-list details p {
    margin: 0;
    padding: 0 20px 20px;
    color: var(--muted);
}

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 104px 0 72px;
    background:
        radial-gradient(circle at 75% 15%, rgba(213, 175, 88, .12), transparent 24%),
        linear-gradient(140deg, #0f0e0b, #050505 62%);
    border-bottom: 1px solid var(--line);
}

.page-hero::after {
    content: "";
    position: absolute;
    right: -10vw;
    top: -30%;
    width: 55vw;
    height: 160%;
    transform: rotate(14deg);
    border-left: 1px solid rgba(243, 210, 123, .18);
    border-right: 1px solid rgba(243, 210, 123, .06);
    pointer-events: none;
}

.page-hero__inner {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 32px), var(--max));
    margin: 0 auto;
}

.page-hero__eyebrow {
    margin: 0 0 15px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
}

.page-hero h1 {
    max-width: 900px;
    font-size: clamp(44px, 7vw, 86px);
}

.page-hero__lead {
    max-width: 860px;
    margin: 22px 0 0;
    color: var(--muted);
    font-size: 17px;
}

.page-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
    color: var(--quiet);
    font-size: 13px;
}

.breadcrumbs a:hover {
    color: var(--gold);
}

.content-panel {
    padding: 34px;
    color: var(--muted);
    background: rgba(16, 16, 14, .86);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.content-panel h2,
.content-panel h3 {
    color: var(--title);
    font-family: Georgia, "Times New Roman", "Songti SC", serif;
    font-weight: 400;
}

.content-panel h2 {
    margin: 0 0 18px;
    font-size: 30px;
}

.content-panel h3 {
    margin: 26px 0 10px;
    font-size: 22px;
}

.content-panel p {
    margin: 0;
}

.content-panel p + p {
    margin-top: 14px;
}

.notice-box {
    position: relative;
    padding: 28px 30px;
    background:
        linear-gradient(120deg, rgba(213, 175, 88, .08), transparent 55%),
        #0d0c09;
    border: 1px solid var(--line-strong);
}

.notice-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold-bright), transparent);
}

.notice-box h2,
.notice-box h3 {
    margin: 0 0 12px;
    color: var(--gold-bright);
}

.notice-box p {
    margin: 0;
    color: var(--muted);
}

.related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.related-links a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    color: var(--text);
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 4px;
}

.related-links a:hover {
    color: var(--gold-bright);
    border-color: var(--line-strong);
}

.checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.checklist li {
    position: relative;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 12px 14px 12px 42px;
    color: var(--muted);
    background: rgba(16, 16, 14, .72);
    border: 1px solid var(--line);
}

.checklist li::before {
    content: "✓";
    position: absolute;
    left: 15px;
    color: var(--gold);
    font-weight: 700;
}

.app-feature {
    display: grid;
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
    gap: 34px;
    align-items: center;
}

.app-visual {
    min-height: 440px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 18%, rgba(243, 210, 123, .16), transparent 25%),
        linear-gradient(160deg, #18160f, #050505);
    border: 1px solid var(--line-strong);
}

.app-visual::before {
    content: "";
    width: 54%;
    aspect-ratio: 9 / 18;
    border: 1px solid rgba(243, 210, 123, .36);
    border-radius: 24px;
    box-shadow: inset 0 0 0 8px rgba(5, 5, 5, .6), var(--gold-shadow);
}

.app-visual::after {
    content: "每日大赛";
    position: absolute;
    color: var(--gold-bright);
    font-family: Georgia, "Times New Roman", "Songti SC", serif;
    font-size: 25px;
    letter-spacing: .12em;
}

.app-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #050505;
}

.site-footer {
    position: relative;
    z-index: 2;
    padding: 70px 0 calc(26px + env(safe-area-inset-bottom));
    background: #030303;
    border-top: 1px solid var(--line);
}

.site-footer__top {
    width: min(calc(100% - 32px), var(--max));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(240px, .8fr) minmax(0, 2.2fr);
    gap: 70px;
}

.footer-brand p {
    max-width: 390px;
    margin: 22px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.footer-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo img {
    max-width: 190px;
    max-height: 58px;
    object-fit: contain;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.footer-links section {
    display: grid;
    align-content: start;
    gap: 9px;
}

.footer-links h2 {
    margin: 0 0 8px;
    color: var(--title);
    font-size: 15px;
}

.footer-links a {
    color: var(--muted);
    font-size: 14px;
}

.footer-links a:hover {
    color: var(--gold);
}

.site-footer__notice,
.site-footer__bottom {
    width: min(calc(100% - 32px), var(--max));
    margin-left: auto;
    margin-right: auto;
}

.site-footer__notice {
    margin-top: 46px;
    padding-top: 24px;
    color: var(--quiet);
    border-top: 1px solid var(--line);
    font-size: 13px;
}

.site-footer__bottom {
    margin-top: 18px;
    color: #635d51;
    font-size: 12px;
}

.page-overlay {
    position: fixed;
    inset: 0;
    z-index: 1800;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, .72);
    backdrop-filter: blur(3px);
    transition: opacity .25s ease, visibility .25s ease;
}

.page-overlay.is-visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.channel-panel {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1900;
    width: min(520px, 90vw);
    height: 100dvh;
    visibility: hidden;
    transform: translateX(102%);
    pointer-events: none;
    background: #090907;
    border-left: 1px solid var(--line-strong);
    box-shadow: -28px 0 70px rgba(0, 0, 0, .45);
    transition: transform .28s ease, visibility .28s ease;
}

.channel-panel.is-open {
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
}

.channel-panel__head {
    position: sticky;
    top: 0;
    z-index: 2;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 22px;
    background: rgba(9, 9, 7, .97);
    border-bottom: 1px solid var(--line);
}

.channel-brand {
    display: inline-flex;
    align-items: center;
}

.channel-brand img {
    max-width: 168px;
    max-height: 48px;
    object-fit: contain;
}

.channel-brand span {
    display: flex;
    flex-direction: column;
}

.channel-brand b {
    color: var(--warm);
    font-family: Georgia, "Times New Roman", "Songti SC", serif;
    font-size: 21px;
    letter-spacing: .16em;
}

.channel-brand small {
    margin-top: 2px;
    color: var(--gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 8px;
    letter-spacing: .25em;
}

.panel-close {
    width: 44px;
    height: 44px;
    color: var(--muted);
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 50%;
    font-size: 25px;
}

.panel-close:hover {
    color: var(--gold-bright);
    border-color: var(--line-strong);
}

.channel-panel__body {
    height: calc(100dvh - 76px);
    overflow-y: auto;
    padding: 26px 22px 42px;
    overscroll-behavior: contain;
}

.channel-panel__body section + section {
    margin-top: 30px;
}

.channel-panel__body h2 {
    margin: 0 0 11px;
    color: var(--gold-bright);
    font-family: Georgia, "Times New Roman", "Songti SC", serif;
    font-size: 19px;
    font-weight: 400;
}

.channel-panel__body a {
    display: grid;
    gap: 4px;
    padding: 14px 12px;
    border-top: 1px solid var(--line);
}

.channel-panel__body a:last-child {
    border-bottom: 1px solid var(--line);
}

.channel-panel__body a:hover {
    background: var(--surface-hover);
}

.channel-panel__body b {
    color: var(--title);
    font-size: 15px;
}

.channel-panel__body span {
    color: var(--quiet);
    font-size: 12px;
    line-height: 1.6;
}

.mobile-bottom-nav {
    display: none;
}

@media (max-width: 1120px) {
    .stage-mark {
        display: none;
    }

    .stage-nav__scroll {
        justify-content: flex-start;
    }

    .stage-nav__scroll > a {
        padding-left: 13px;
        padding-right: 13px;
    }

    .grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .timeline article:nth-child(2n) {
        border-right: 0;
    }

    .timeline article:nth-child(n + 3) {
        border-top: 1px solid var(--line);
    }

    .site-footer__top {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 860px) {
    .event-status__inner {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .event-status__links {
        display: none;
    }

    .event-status__service a:first-child {
        display: none;
    }

    .brand-header__inner {
        grid-template-columns: 1fr auto 1fr;
        gap: 8px;
    }

    .brand-header__left .icon-button span:last-child {
        display: none;
    }

    .brand-header__right .text-link {
        display: none;
    }

    .brand-logo {
        min-width: 130px;
    }

    .brand-logo__cn {
        font-size: 20px;
    }

    .brand-logo__en {
        font-size: 7px;
    }

    .stage-nav__inner {
        width: 100%;
        padding-left: 14px;
    }

    .stage-nav__scroll {
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
        overscroll-behavior-inline: contain;
    }

    .stage-nav__scroll::-webkit-scrollbar {
        display: none;
    }

    .more-wrap {
        position: sticky;
        right: 0;
        z-index: 2;
        background: var(--bg);
        box-shadow: -14px 0 16px rgba(5, 5, 5, .92);
    }

    .hero {
        min-height: 650px;
    }

    .hero-stages {
        display: none;
    }

    .hero__inner {
        padding-bottom: 30px;
    }

    .hero-copy {
        padding: 25px 22px;
    }

    .info-strip {
        grid-template-columns: 1fr;
    }

    .info-strip article + article {
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .grid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .media-feature,
    .app-feature {
        grid-template-columns: 1fr;
    }

    .media-feature__visual {
        min-height: 430px;
    }

    .split-panel {
        grid-template-columns: 1fr;
    }

    .split-panel > article + article {
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .program-row {
        grid-template-columns: 110px minmax(0, 1fr);
    }

    .program-status {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 620px) {
    body {
        padding-bottom: calc(64px + env(safe-area-inset-bottom));
    }

    .event-status__inner,
    .brand-header__inner,
    .container,
    .hero__inner,
    .page-hero__inner,
    .site-footer__top,
    .site-footer__notice,
    .site-footer__bottom {
        width: min(calc(100% - 28px), var(--max));
    }

    .event-status__inner {
        min-height: 28px;
        gap: 8px;
    }

    .event-status__brand {
        font-size: 10px;
    }

    .event-status__service {
        gap: 0;
    }

    .event-status__service a {
        font-size: 11px;
    }

    .brand-header__inner {
        min-height: 62px;
    }

    .brand-header__left {
        justify-content: flex-start;
    }

    .brand-header__right {
        justify-content: flex-end;
    }

    .icon-button {
        width: 44px;
        padding: 0 12px;
    }

    .brand-logo__cn {
        font-size: 18px;
        letter-spacing: .15em;
        text-indent: .15em;
    }

    .brand-logo__en {
        display: none;
    }

    .gold-button--small {
        min-width: 72px;
        min-height: 40px;
        padding: 0 12px;
        font-size: 12px;
    }

    .stage-nav__scroll > a,
    .more-trigger {
        min-height: 44px;
        padding: 0 12px;
        font-size: 13px;
    }

    .section {
        padding: 66px 0;
    }

    .section--tight {
        padding: 48px 0;
    }

    .section-head {
        margin-bottom: 28px;
    }

    .section-head h2 {
        font-size: 32px;
    }

    .hero {
        min-height: 590px;
    }

    .hero-copy h1 {
        font-size: 43px;
    }

    .hero-copy p {
        font-size: 15px;
    }

    .button-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .button-row a {
        width: 100%;
    }

    .grid--2,
    .grid--3,
    .grid--4,
    .news-list,
    .checklist {
        grid-template-columns: 1fr;
    }

    .card,
    .content-panel,
    .notice-box {
        padding: 24px 20px;
    }

    .media-feature__visual {
        min-height: 360px;
    }

    .timeline {
        grid-template-columns: 1fr;
        border-left: 1px solid var(--line-strong);
        border-top: 0;
    }

    .timeline article,
    .timeline article:nth-child(n + 3),
    .timeline article:nth-child(n + 5) {
        padding: 24px 20px 24px 26px;
        border-right: 0;
        border-top: 0;
        border-bottom: 1px solid var(--line);
    }

    .timeline article::before {
        top: 30px;
        left: -5px;
    }

    .program-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 20px 2px;
    }

    .program-status {
        grid-column: 1;
    }

    .page-hero {
        padding: 72px 0 54px;
    }

    .page-hero h1 {
        font-size: 46px;
    }

    .page-hero__lead {
        font-size: 15px;
    }

    .page-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .page-hero__actions a {
        width: 100%;
    }

    .split-panel > article {
        padding: 26px 20px;
    }

    .footer-links {
        grid-template-columns: 1fr 1fr;
        gap: 28px 18px;
    }

    .mobile-bottom-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1400;
        min-height: calc(62px + env(safe-area-inset-bottom));
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        padding-bottom: env(safe-area-inset-bottom);
        background: rgba(5, 5, 5, .98);
        border-top: 1px solid var(--line-strong);
        box-shadow: 0 -14px 28px rgba(0, 0, 0, .38);
    }

    .mobile-bottom-nav a {
        min-height: 62px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        color: var(--quiet);
        font-size: 11px;
    }

    .mobile-bottom-nav a span {
        font-size: 17px;
        line-height: 1;
    }

    .mobile-bottom-nav a.is-active {
        color: var(--gold-bright);
        background: rgba(213, 175, 88, .05);
    }

    .channel-panel {
        z-index: 1900;
    }

    .page-overlay {
        z-index: 1800;
    }
}

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