:root {
    --black: #111111;
    --paper: #FFF6D8;
    --white: #FFFFFF;
    --sand: #F3E4B0;
    --ink: #16140F;
    --text: #2A261C;
    --muted: #5C5648;
    --soft: #8A8370;
    --yellow: #F5C518;
    --rust: #C45A2A;
    --teal: #2A6B6B;
    --line: rgba(245,197,24,0.28);
    --shadow: 0 14px 34px rgba(0,0,0,0.28);
    --radius: 12px;
    --top-h: 128px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--black); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif; line-height: 1.75; }
body.ui-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a, button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }
.shell { width: min(1200px, calc(100% - 32px)); margin-inline: auto; }
.site-header { position: fixed; z-index: 50; inset: 0 0 auto; }
.lightbox-line { height: 20px; background: var(--black); color: var(--yellow); font-size: 12px; line-height: 20px; }
.lightbox-inner { display: flex; align-items: center; justify-content: space-between; height: 20px; }
.line-action { min-width: 52px; height: 20px; padding: 0 8px; border: 0; background: transparent; color: var(--yellow); }
.foyer-bar { height: 66px; background: var(--black); border-bottom: 1px solid rgba(245,197,24,.65); }
.foyer-inner { height: 66px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; }
.brand-link { min-height: 44px; display: inline-flex; align-items: center; justify-self: start; }
.brand-logo { max-height: 38px; width: auto; object-fit: contain; object-position: left center; }
.brand-wordmark { color: var(--yellow); font-weight: 900; letter-spacing: .08em; font-size: 20px; white-space: nowrap; }
.menu-trigger, .app-link { min-height: 44px; border: 1px solid var(--yellow); background: var(--black); color: var(--yellow); padding: 8px 16px; border-radius: 5px; font-weight: 800; }
.menu-trigger { justify-self: center; }
.app-link { justify-self: end; display: inline-flex; align-items: center; }
.menu-trigger:hover, .app-link:hover, .line-action:hover { background: var(--yellow); color: var(--black); }
.ticket-notch { position: relative; display: inline-block; }
.schedule-tabs { height: 42px; background: var(--yellow); color: var(--black); }
.schedule-inner { height: 42px; display: flex; align-items: center; gap: 6px; overflow: hidden; }
.schedule-inner a { display: inline-flex; align-items: center; height: 30px; padding: 0 14px; border-radius: 4px; font-weight: 800; white-space: nowrap; }
.schedule-inner a:hover, .schedule-inner a.is-current { background: var(--black); color: var(--yellow); }
.site-main { padding-top: var(--top-h); }
.content-well { background: var(--paper); min-height: 60vh; }
.page-shell { width: min(1200px, calc(100% - 32px)); margin: 0 auto; padding: 52px 0 70px; }
.page-hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 34px; align-items: center; margin-bottom: 34px; }
.page-hero.simple { grid-template-columns: 1fr; }
.eyebrow { display: inline-flex; align-items: center; min-height: 28px; padding: 2px 10px; background: var(--black); color: var(--yellow); border-left: 5px solid var(--rust); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 14px 0 16px; color: var(--ink); font-size: clamp(28px, 4vw, 32px); line-height: 1.3; letter-spacing: -.02em; }
h2 { color: var(--ink); font-size: clamp(21px, 3vw, 26px); line-height: 1.35; }
h3 { color: var(--ink); font-size: 18px; }
p { font-size: 16px; }
.lead { max-width: 850px; color: var(--muted); font-size: 17px; }
.media-slot { width: 100%; height: clamp(180px, 24vw, 240px); display: grid; place-items: center; overflow: hidden; background: var(--black); border: 1px solid var(--line); border-radius: var(--radius); }
.media-slot img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.media-slot.banner { max-height: 300px; height: min(36vw, 300px); border-radius: 0; }
.media-slot.app-art { max-height: 420px; height: 420px; }
.media-fallback { padding: 24px; text-align: center; color: var(--yellow); background: radial-gradient(circle at 20% 20%, rgba(245,197,24,.12), transparent 30%), linear-gradient(145deg, #171717, #0d0d0d); }
.media-fallback span { display: block; color: #E8D9A0; font-size: 12px; letter-spacing: .16em; }
.media-fallback strong { display: block; margin-top: 8px; font-size: clamp(22px, 4vw, 34px); }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.button, .button-dark { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 16px; border-radius: 5px; font-weight: 900; }
.button { background: var(--yellow); color: var(--black); border: 1px solid #d3a900; }
.button-dark { background: var(--black); color: var(--yellow); border: 1px solid var(--black); }
.button:hover { box-shadow: inset 0 -4px 0 var(--rust); }
.button-dark:hover { color: var(--paper); border-color: var(--yellow); }
.section-block { padding: 34px 0; border-top: 1px solid rgba(17,17,17,.16); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.section-head p { max-width: 680px; margin-bottom: 0; color: var(--muted); }
.grid-2, .grid-3, .grid-4, .grid-6 { display: grid; gap: 18px; }
.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)); }
.grid-6 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.card { background: var(--white); border: 1px solid rgba(17,17,17,.12); border-top: 5px solid var(--yellow); border-radius: var(--radius); padding: 20px; box-shadow: 0 10px 22px rgba(17,17,17,.08); }
.card.rust { border-top-color: var(--rust); }
.card.teal { border-top-color: var(--teal); }
.card p:last-child { margin-bottom: 0; }
.card-link { margin-top: 12px; display: inline-flex; min-height: 44px; align-items: center; color: var(--teal); font-weight: 900; }
.card-link:hover { color: var(--rust); text-decoration: underline; }
.ticket-list { display: grid; gap: 12px; }
.ticket-row { position: relative; display: grid; grid-template-columns: 80px 1fr auto; gap: 18px; align-items: center; padding: 18px 20px; background: var(--white); border: 1px solid rgba(17,17,17,.12); border-left: 6px solid var(--yellow); border-radius: 8px; }
.ticket-row:nth-child(3n+2) { border-left-color: var(--rust); }
.ticket-row:nth-child(3n) { border-left-color: var(--teal); }
.ticket-no { font-size: 30px; font-weight: 950; color: var(--ink); line-height: 1; }
.ticket-row a { min-height: 44px; display: inline-flex; align-items: center; font-weight: 900; color: var(--teal); }
.number-board { display: grid; gap: 14px; counter-reset: board; }
.board-item { counter-increment: board; display: grid; grid-template-columns: 86px 1fr; gap: 18px; align-items: start; background: var(--black); color: #E8D9A0; border-radius: 10px; padding: 20px; }
.board-item::before { content: counter(board, decimal-leading-zero); color: var(--yellow); font-weight: 950; font-size: 38px; line-height: 1; }
.board-item h3 { color: var(--yellow); }
.board-item p { margin-bottom: 0; }
.status-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.status-card { background: var(--black); color: #E8D9A0; border-radius: 10px; padding: 20px; border-top: 6px solid var(--yellow); }
.status-card:nth-child(2) { border-top-color: var(--rust); }
.status-card:nth-child(3) { border-top-color: var(--teal); }
.status-card h3 { color: var(--yellow); }
.step-list { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
.step { background: var(--white); border-radius: 10px; padding: 18px; border: 1px solid rgba(17,17,17,.12); }
.step b { display: inline-grid; place-items: center; width: 38px; height: 38px; background: var(--yellow); color: var(--black); border-radius: 4px; margin-bottom: 12px; }
.article-copy { max-width: 920px; }
.article-copy section { margin: 0 0 30px; padding-left: 22px; border-left: 4px solid var(--yellow); }
.article-copy section:nth-child(3n+2) { border-left-color: var(--rust); }
.article-copy section:nth-child(3n) { border-left-color: var(--teal); }
.article-copy p { color: var(--text); }
.note-box { background: var(--sand); border: 1px solid rgba(17,17,17,.14); border-radius: 10px; padding: 20px; }
.editor-note { background: var(--black); color: #E8D9A0; border-left: 6px solid var(--yellow); padding: 18px 20px; border-radius: 8px; }
.editor-note strong { color: var(--yellow); }
.index-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.index-links a { min-height: 78px; display: flex; flex-direction: column; justify-content: center; background: var(--white); padding: 14px 16px; border-radius: 8px; border-left: 5px solid var(--yellow); }
.index-links a:nth-child(3n+2) { border-left-color: var(--rust); }
.index-links a:nth-child(3n) { border-left-color: var(--teal); }
.index-links strong { color: var(--ink); }
.index-links span { color: var(--muted); font-size: 14px; }
.faq-list { display: grid; gap: 14px; }
.faq-item { background: var(--white); border: 1px solid rgba(17,17,17,.12); border-radius: 10px; padding: 20px; }
.faq-item h2 { font-size: 19px; margin-bottom: 8px; }
.policy-list { display: grid; gap: 18px; }
.policy-section { background: var(--white); border: 1px solid rgba(17,17,17,.12); border-radius: 10px; padding: 22px; }
.policy-section h2 { padding-bottom: 10px; border-bottom: 3px solid var(--yellow); }
.home-cover { background: var(--paper); }
.cover-inner { padding: 30px 0 44px; }
.cover-copy { max-width: 900px; padding-top: 26px; }
.hall-card { min-height: 184px; }
.home-dark-section { background: var(--black); color: #E8D9A0; padding: 42px 0; }
.home-dark-section h2, .home-dark-section h3 { color: var(--yellow); }
.home-dark-section .lead { color: #E8D9A0; }
.app-layout { display: grid; grid-template-columns: minmax(240px,.65fr) minmax(0,1.35fr); gap: 30px; align-items: center; }
.icon-row { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.app-icon { width: 72px; height: 72px; object-fit: contain; border-radius: 12px; background: var(--white); padding: 4px; }

.site-footer { background: var(--black); color: #E8D9A0; border-top: 1px solid var(--yellow); padding: 46px 0 86px; }
.footer-grid { display: grid; grid-template-columns: .8fr 1.7fr; gap: 42px; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.footer-logo-link { min-height: 44px; display: inline-flex; align-items: center; }
.footer-brand strong { color: var(--yellow); font-size: 22px; }
.footer-brand span { color: var(--yellow); letter-spacing: .12em; font-size: 12px; }
.footer-brand p { color: #E8D9A0; max-width: 360px; }
.footer-links { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.footer-links h2 { color: var(--yellow); font-size: 16px; }
.footer-links a { display: flex; min-height: 36px; align-items: center; color: #E8D9A0; }
.footer-links a:hover { color: var(--yellow); text-decoration: underline; }
.footer-notice { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(245,197,24,.25); color: #E8D9A0; }
.footer-notice p { margin-bottom: 6px; font-size: 14px; }

.drawer { position: fixed; z-index: 80; left: 0; top: 0; bottom: 0; width: min(370px, 86vw); overflow-y: auto; background: var(--paper); color: var(--text); border-right: 1px solid var(--yellow); box-shadow: var(--shadow); transform: translateX(-103%); visibility: hidden; pointer-events: none; transition: transform .25s ease, visibility .25s; }
.drawer.is-open { transform: translateX(0); visibility: visible; pointer-events: auto; }
.drawer-head { position: sticky; top: 0; z-index: 2; min-height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; background: var(--black); border-bottom: 1px solid var(--yellow); }
.drawer-brand { display: flex; align-items: center; gap: 10px; }
.drawer-brand div { display: flex; flex-direction: column; }
.drawer-brand strong, .drawer-brand span { color: var(--yellow); }
.drawer-brand span { font-size: 11px; letter-spacing: .08em; }
.drawer-close, .search-head button { width: 44px; height: 44px; border: 1px solid var(--yellow); background: var(--black); color: var(--yellow); border-radius: 5px; font-size: 24px; }
.drawer-stack { padding: 14px; }
.drawer-card { background: var(--white); border-radius: 10px; margin-bottom: 14px; padding: 14px; border-top: 5px solid var(--yellow); }
.drawer-card:nth-child(2) { border-top-color: var(--rust); }
.drawer-card:nth-child(3) { border-top-color: var(--teal); }
.drawer-card h2 { margin-bottom: 8px; font-size: 17px; }
.drawer-card a { display: block; padding: 10px 6px; border-top: 1px solid rgba(17,17,17,.09); }
.drawer-card strong, .drawer-card span { display: block; }
.drawer-card span { color: var(--muted); font-size: 13px; line-height: 1.55; }

.search-layer { position: fixed; z-index: 75; top: 86px; left: 50%; width: min(860px, calc(100% - 32px)); transform: translate(-50%, -20px); opacity: 0; visibility: hidden; pointer-events: none; transition: .2s ease; }
.search-layer.is-open { transform: translate(-50%, 0); opacity: 1; visibility: visible; pointer-events: auto; }
.search-card { background: var(--paper); color: var(--text); border: 1px solid var(--yellow); box-shadow: var(--shadow); border-radius: 10px; padding: 20px; }
.search-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.search-head strong { color: var(--ink); font-size: 20px; }
.search-look { display: grid; grid-template-columns: 1fr auto; border: 2px solid var(--black); background: var(--white); border-radius: 6px; overflow: hidden; margin-top: 8px; }
.search-look input { min-width: 0; min-height: 48px; border: 0; padding: 10px 12px; background: var(--white); color: var(--ink); }
.search-look span { display: flex; align-items: center; padding: 0 14px; background: var(--black); color: var(--yellow); font-weight: 900; }
.search-presets { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.search-presets a { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 13px; background: var(--yellow); color: var(--black); border-radius: 5px; font-weight: 900; }
.page-overlay { position: fixed; z-index: 70; inset: 0; background: rgba(0,0,0,.68); opacity: 0; visibility: hidden; pointer-events: none; transition: .2s ease; }
.page-overlay.is-visible { opacity: 1; visibility: visible; pointer-events: auto; }
.mobile-nav { display: none; }

@media (max-width: 900px) {
    .grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .grid-3, .grid-6 { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .status-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .step-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .page-hero, .app-layout { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
    :root { --top-h: 86px; }
    .schedule-tabs { display: none; }
    .foyer-inner { gap: 8px; grid-template-columns: minmax(0,1fr) auto auto; }
    .brand-logo { max-height: 34px; max-width: 120px; }
    .brand-wordmark { font-size: 17px; }
    .menu-trigger, .app-link { padding: 7px 10px; font-size: 14px; }
    .site-main { padding-top: 86px; }
    .page-shell { padding: 34px 0 58px; }
    .media-slot.banner { height: min(56vw, 300px); }
    .grid-2, .grid-3, .grid-4, .grid-6, .index-links { grid-template-columns: 1fr; }
    .ticket-row { grid-template-columns: 58px 1fr; }
    .ticket-row a { grid-column: 2; }
    .status-grid { grid-template-columns: 1fr; }
    .step-list { grid-template-columns: 1fr; }
    .footer-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .site-footer { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
    .mobile-nav { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(5,1fr); min-height: calc(50px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); background: var(--black); border-top: 1px solid var(--yellow); }
    .mobile-nav a { min-height: 50px; display: grid; place-items: center; color: var(--yellow); font-weight: 800; font-size: 14px; }
    .mobile-nav a.is-current { background: var(--yellow); color: var(--black); }
    .drawer { z-index: 90; }
    .page-overlay { z-index: 80; }
    .search-layer { z-index: 95; inset: 0; width: 100%; height: 100%; transform: none; background: var(--black); }
    .search-layer.is-open { transform: none; }
    .search-card { min-height: 100%; border: 0; border-radius: 0; box-shadow: none; background: var(--black); color: #E8D9A0; padding: 26px 16px 90px; }
    .search-head strong { color: var(--yellow); }
    .search-card label, .search-card p { color: #E8D9A0; }
    .search-presets a { flex: 1 1 30%; justify-content: center; }
}
@media (max-width: 390px) {
    .brand-wordmark { font-size: 15px; letter-spacing: 0; }
    .menu-trigger, .app-link { padding-inline: 8px; font-size: 13px; }
    .lightbox-inner > span { max-width: 220px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}
