:root{
  --ink:#111111;--paper:#FFF6D8;--card:#FFFFFF;--sand:#F3E4B0;--title:#16140F;--text:#2A261C;--muted:#5C5648;--soft:#8A8370;--yellow:#F5C518;--rust:#C45A2A;--teal:#2A6B6B;--line:rgba(245,197,24,.28);--shadow:0 14px 34px rgba(0,0,0,.28);--max:1200px;--radius:12px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei","PingFang SC","Noto Sans CJK SC",Arial,sans-serif;font-size:16px;line-height:1.78;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}img{max-width:100%;height:auto;display:block}.skip-link{position:fixed;left:16px;top:-80px;background:var(--yellow);color:var(--ink);padding:10px 14px;z-index:2000}.skip-link:focus{top:8px}.top-shell,.content-shell{width:min(var(--max),calc(100% - 32px));margin:0 auto}.site-header{position:fixed;inset:0 0 auto 0;z-index:1000}.ticket-strip{height:22px;background:var(--ink);color:var(--yellow);font-size:12px;letter-spacing:.04em;border-bottom:1px solid rgba(245,197,24,.12)}.ticket-strip .top-shell{height:22px;display:flex;align-items:center;justify-content:space-between}.text-button{border:0;background:transparent;color:var(--yellow);min-width:44px;height:22px;padding:0;text-align:right}.marquee-bar{height:72px;background:var(--ink);border-bottom:1px solid var(--line)}.marquee-inner{height:72px;display:grid;grid-template-columns:minmax(120px,1fr) auto minmax(120px,1fr);align-items:center;gap:18px}.brand-lockup{display:inline-flex;align-items:center;min-height:44px;justify-self:start}.brand-logo{max-height:38px;width:auto;max-width:220px}.brand-text{font-size:24px;font-weight:900;color:var(--yellow);letter-spacing:.08em}.window-toggle{min-width:112px;height:44px;border:1px solid var(--yellow);background:var(--yellow);color:var(--ink);font-weight:900;padding:0 18px;border-radius:5px;box-shadow:inset 0 -4px 0 rgba(17,17,17,.12)}.app-link{justify-self:end;color:var(--yellow);font-weight:800;display:inline-flex;align-items:center;min-height:44px;padding:0 4px}.showtime-bar{height:44px;background:var(--yellow);color:var(--ink);box-shadow:0 4px 12px rgba(0,0,0,.16)}.showtime-inner{height:44px;display:flex;align-items:center;gap:6px;overflow:hidden}.showtime-inner a{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;font-weight:800;white-space:nowrap}.showtime-inner a.is-current{background:var(--ink);color:var(--yellow);border-radius:4px}.site-main{padding-top:138px}.content-well{width:min(var(--max),calc(100% - 32px));margin:24px auto 40px;background:var(--paper);border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}.page-hero{padding:34px 34px 24px}.eyebrow{display:inline-block;margin:0 0 8px;padding:3px 8px;background:var(--ink);color:var(--yellow);font-size:12px;font-weight:900;letter-spacing:.08em}.page-hero h1,.home-intro h1{font-size:clamp(28px,4vw,32px);line-height:1.25;margin:0 0 14px;color:var(--title);letter-spacing:-.02em}.lead{max-width:880px;margin:0;color:var(--muted);font-size:17px}.section{padding:30px 34px;border-top:1px solid rgba(17,17,17,.1)}.section h2{font-size:23px;line-height:1.3;margin:0 0 12px;color:var(--title)}.section h3{color:var(--title);margin:0 0 8px;font-size:18px}.section p{margin:0 0 14px}.section p:last-child{margin-bottom:0}.section-media{margin:0;background:var(--ink);border-radius:12px;overflow:hidden;max-height:300px}.section-media img{width:100%;height:auto;max-height:300px;object-fit:cover}.media-placeholder{min-height:210px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111 0%,#1b1a16 65%,#332c0a 100%);color:var(--yellow);font-weight:900;letter-spacing:.1em}.hero-media{margin:0;background:var(--ink);max-height:300px;overflow:hidden}.hero-media img{width:100%;height:auto;max-height:300px;object-fit:cover}.hero-media .media-placeholder{min-height:270px;font-size:28px}.home-intro{padding:28px 34px 34px}.home-kicker{font-weight:900;color:var(--rust);margin-bottom:6px}.button-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.button-primary,.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:5px;font-weight:900}.button-primary{background:var(--yellow);color:var(--ink);border:1px solid var(--ink)}.button-secondary{background:var(--ink);color:var(--yellow);border:1px solid var(--ink)}.tickets-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.entry-ticket{position:relative;background:var(--card);padding:18px;border:2px solid var(--yellow);border-radius:8px;min-height:150px}.entry-ticket:nth-child(2){border-color:var(--rust)}.entry-ticket:nth-child(3){border-color:var(--teal)}.entry-ticket:nth-child(4){border-color:var(--yellow)}.entry-ticket::before,.entry-ticket::after{content:"";position:absolute;width:12px;height:12px;background:var(--paper);border-radius:50%;top:50%;transform:translateY(-50%)}.entry-ticket::before{left:-7px}.entry-ticket::after{right:-7px}.entry-ticket strong{display:block;font-size:20px;color:var(--title);margin-bottom:6px}.entry-ticket span{display:block;color:var(--muted);line-height:1.6}.entry-ticket a{display:inline-flex;margin-top:12px;font-weight:900;color:var(--rust);min-height:44px;align-items:center}.number-list{display:grid;gap:10px;margin-top:18px}.number-row{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:start;background:var(--card);padding:14px 16px;border-radius:8px}.number{font-size:28px;line-height:1;font-weight:950;color:var(--yellow);background:var(--ink);text-align:center;padding:9px 4px;border-radius:5px}.number-row strong{color:var(--title);display:block;margin-bottom:4px}.number-row p{margin:0;color:var(--muted)}.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.info-card{background:var(--card);border-radius:12px;overflow:hidden;border:1px solid rgba(17,17,17,.08)}.info-card .section-media{border-radius:0}.card-body{padding:18px}.card-body p{color:var(--muted)}.card-body a{display:inline-flex;min-height:44px;align-items:center;color:var(--rust);font-weight:900}.目录-list,.directory-list{display:grid;gap:10px}.directory-item{background:var(--card);padding:15px 17px;border-left:5px solid var(--yellow);border-radius:8px}.directory-item:nth-child(2n){border-left-color:var(--rust)}.directory-item:nth-child(3n){border-left-color:var(--teal)}.directory-item strong{display:block;color:var(--title);margin-bottom:3px}.directory-item span{color:var(--muted)}.six-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.genre-card{background:var(--card);padding:18px;border-radius:10px;border-top:5px solid var(--yellow)}.genre-card:nth-child(2n){border-top-color:var(--rust)}.genre-card:nth-child(3n){border-top-color:var(--teal)}.genre-card p{color:var(--muted)}.genre-card a{display:inline-flex;min-height:44px;align-items:center;font-weight:900;color:var(--teal)}.stub-list{display:grid;gap:10px}.stub-row{display:grid;grid-template-columns:120px 1fr auto;align-items:center;gap:16px;background:var(--card);padding:14px 16px;border-radius:8px;border-left:5px solid var(--yellow)}.stub-row:nth-child(2n){border-left-color:var(--rust)}.stub-row strong{color:var(--title)}.stub-row span{color:var(--muted)}.stub-row a{font-weight:900;color:var(--teal);min-height:44px;display:inline-flex;align-items:center}.timeline{position:relative;margin-left:12px;padding-left:28px}.timeline::before{content:"";position:absolute;top:4px;bottom:4px;left:7px;width:2px;background:rgba(17,17,17,.2)}.timeline-node{position:relative;background:var(--card);padding:16px 18px;border-radius:10px;margin-bottom:14px}.timeline-node::before{content:"";position:absolute;left:-27px;top:23px;width:14px;height:14px;border-radius:50%;background:var(--yellow);border:3px solid var(--ink)}.timeline-node .status{display:inline-block;background:var(--ink);color:var(--yellow);padding:2px 7px;border-radius:4px;font-size:12px;font-weight:900;margin-bottom:6px}.steps{counter-reset:step;display:grid;gap:12px}.step{counter-increment:step;background:var(--card);padding:18px 18px 18px 72px;border-radius:10px;position:relative}.step::before{content:counter(step,decimal-leading-zero);position:absolute;left:16px;top:17px;background:var(--ink);color:var(--yellow);font-weight:950;width:42px;height:42px;display:grid;place-items:center;border-radius:5px}.note-box{background:var(--sand);border-left:5px solid var(--rust);padding:16px 18px;border-radius:8px}.note-box strong{color:var(--title)}.article-columns{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(240px,.7fr);gap:22px}.article-body{background:var(--card);padding:22px;border-radius:12px}.article-body p{margin:0 0 16px}.aside-card{background:var(--ink);color:#E8D9A0;padding:20px;border-radius:12px;align-self:start;position:sticky;top:158px}.aside-card h2,.aside-card h3{color:var(--yellow)}.aside-card a{display:flex;min-height:42px;align-items:center;border-bottom:1px solid rgba(245,197,24,.18);color:#E8D9A0}.terms{display:grid;gap:14px}.term{background:var(--card);padding:19px;border-radius:10px}.term h2,.term h3{margin-top:0}.faq-list{display:grid;gap:12px}.faq-item{background:var(--card);padding:19px;border-radius:10px;border-left:5px solid var(--yellow)}.faq-item:nth-child(2n){border-left-color:var(--teal)}.faq-item h2{font-size:18px;margin-bottom:8px}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.contact-card{background:var(--card);padding:20px;border-radius:10px}.contact-card p{color:var(--muted)}.contact-card a{display:inline-flex;min-height:44px;align-items:center;font-weight:900;color:var(--rust)}.site-footer{background:var(--ink);color:#E8D9A0;border-top:1px solid var(--line);padding:34px 0 78px}.footer-grid{display:grid;grid-template-columns:minmax(240px,1fr) 2fr;gap:34px}.footer-brand strong{font-size:24px;color:var(--yellow)}.footer-logo{max-height:38px;width:auto}.footer-en{color:var(--yellow);font-weight:900;letter-spacing:.12em}.footer-brand p{max-width:420px}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.footer-links section h2{font-size:14px;color:var(--yellow);margin:0 0 8px}.footer-links a{display:block;color:#E8D9A0;padding:4px 0}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(245,197,24,.18);margin-top:28px;padding-top:18px;font-size:14px}.footer-bottom a{color:var(--yellow)}.ticket-window{position:fixed;z-index:1200;top:0;right:0;width:380px;max-width:88vw;height:100dvh;background:var(--ink);color:#E8D9A0;box-shadow:-16px 0 44px rgba(0,0,0,.46);transform:translateX(105%);transition:transform .22s ease;visibility:hidden;pointer-events:none}.ticket-window.is-open{transform:translateX(0);visibility:visible;pointer-events:auto}.ticket-window-head{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--line)}.drawer-brand{color:var(--yellow);font-weight:900;font-size:20px}.drawer-logo{max-height:34px;width:auto}.drawer-close,.search-close{min-width:64px;min-height:44px;border:1px solid var(--yellow);background:transparent;color:var(--yellow);border-radius:5px}.drawer-scroll{height:calc(100dvh - 74px);overflow:auto;padding:14px 18px 30px}.drawer-scroll section{margin-bottom:20px}.drawer-scroll h2{font-size:13px;color:var(--yellow);letter-spacing:.08em;margin:0 0 6px}.drawer-scroll a{display:block;padding:11px 0;border-bottom:1px solid rgba(245,197,24,.12)}.drawer-scroll strong{display:block;color:var(--yellow);font-size:16px}.drawer-scroll span{display:block;color:#E8D9A0;font-size:13px;line-height:1.55;margin-top:2px}.search-panel{position:fixed;z-index:1210;top:94px;left:50%;width:min(760px,calc(100% - 32px));transform:translate(-50%,-18px);opacity:0;visibility:hidden;pointer-events:none;transition:.18s ease}.search-panel.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}.search-card{background:var(--paper);color:var(--text);border:2px solid var(--yellow);box-shadow:var(--shadow);padding:20px;border-radius:10px}.search-head{display:flex;justify-content:space-between;align-items:center;gap:16px}.search-head strong{font-size:20px;color:var(--title)}.search-close{color:var(--ink);border-color:var(--ink)}.search-look{display:grid;grid-template-columns:90px 1fr;align-items:center;margin-top:16px;background:var(--card);border:1px solid rgba(17,17,17,.2)}.search-look span{padding:0 12px;font-weight:900}.search-look input{width:100%;min-height:48px;border:0;border-left:1px solid rgba(17,17,17,.18);padding:0 14px;background:transparent;color:var(--ink);outline:none}.search-presets{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.search-presets a{display:inline-flex;align-items:center;min-height:40px;background:var(--ink);color:var(--yellow);padding:0 13px;border-radius:5px;font-weight:800}.search-note{font-size:13px;color:var(--muted);margin:14px 0 0}.page-mask{position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:1100;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s}.page-mask.is-active{opacity:1;visibility:visible;pointer-events:auto}.modal-open{overflow:hidden}.mobile-bottom-nav{display:none}.brand-lockup:focus-visible,.app-link:focus-visible,.showtime-inner a:focus-visible,.button-primary:focus-visible,.button-secondary:focus-visible,.entry-ticket a:focus-visible,.card-body a:focus-visible,.genre-card a:focus-visible,.stub-row a:focus-visible,.footer-links a:focus-visible,.footer-bottom a:focus-visible,.drawer-scroll a:focus-visible,.search-presets a:focus-visible,.mobile-bottom-nav a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--teal);outline-offset:3px}.button-primary:hover,.window-toggle:hover{filter:brightness(.94)}.button-secondary:hover,.search-presets a:hover{background:#24231f}.showtime-inner a:hover{background:rgba(17,17,17,.12)}
@media(max-width:900px){.tickets-grid{grid-template-columns:repeat(2,1fr)}.three-grid{grid-template-columns:1fr}.six-grid{grid-template-columns:repeat(2,1fr)}.article-columns{grid-template-columns:1fr}.aside-card{position:static}.footer-grid{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){body{padding-bottom:calc(50px + env(safe-area-inset-bottom))}.site-main{padding-top:94px}.showtime-bar{display:none}.top-shell,.content-shell,.content-well{width:calc(100% - 32px)}.marquee-inner{grid-template-columns:minmax(92px,1fr) auto minmax(78px,1fr);gap:8px}.brand-logo{max-height:34px;max-width:145px}.brand-text{font-size:20px}.window-toggle{min-width:94px;padding:0 12px}.app-link{font-size:14px}.content-well{margin-top:16px;border-radius:10px}.hero-media .media-placeholder{min-height:190px;font-size:22px}.home-intro,.page-hero,.section{padding-left:18px;padding-right:18px}.tickets-grid,.six-grid,.contact-grid{grid-template-columns:1fr}.stub-row{grid-template-columns:1fr;gap:4px}.stub-row a{margin-top:2px}.footer-links{grid-template-columns:1fr 1fr}.site-footer{padding-bottom:90px}.footer-bottom{flex-direction:column}.mobile-bottom-nav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;z-index:1050;left:0;right:0;bottom:0;height:calc(50px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--ink);border-top:1px solid var(--line)}.mobile-bottom-nav a{display:flex;align-items:center;justify-content:center;color:#E8D9A0;font-size:13px;font-weight:800;min-width:0}.mobile-bottom-nav a.is-current{background:var(--yellow);color:var(--ink)}.search-panel{top:0;left:0;width:100%;height:100dvh;transform:none;background:var(--ink);padding:16px;opacity:0}.search-panel.is-open{transform:none}.search-card{min-height:calc(100dvh - 32px);background:var(--ink);color:#E8D9A0;border-color:var(--yellow);display:flex;flex-direction:column;justify-content:flex-start}.search-head strong{color:var(--yellow)}.search-close{color:var(--yellow);border-color:var(--yellow)}.search-look{background:#1e1d18;border-color:rgba(245,197,24,.24)}.search-look span{color:var(--yellow)}.search-look input{color:#fff;border-left-color:rgba(245,197,24,.2)}.search-presets a{background:var(--yellow);color:var(--ink)}.search-note{color:#E8D9A0}.ticket-window{width:88vw;max-width:88vw}.media-placeholder{min-height:180px}.number-row{grid-template-columns:48px 1fr}.section h2{font-size:21px}}
@media(max-width:420px){.ticket-brand{max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-text{font-size:18px}.window-toggle{min-width:88px}.app-link{font-size:13px}.footer-links{grid-template-columns:1fr}.search-look{grid-template-columns:1fr}.search-look span{padding:8px 12px}.search-look input{border-left:0;border-top:1px solid rgba(245,197,24,.18)}}

.footer-logo-link,.drawer-brand{display:flex;align-items:center;gap:10px}.app-icon{width:64px;height:64px;object-fit:contain;margin:0 0 12px}
