:root{--black:#111111;--well:#FFF6D8;--card:#FFFFFF;--soft:#F3E4B0;--title:#16140F;--text:#2A261C;--muted:#5C5648;--helper:#8A8370;--yellow:#F5C518;--rust:#C45A2A;--teal:#2A6B6B;--border:rgba(245,197,24,.28);--shadow:0 14px 34px rgba(0,0,0,.28);--max:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--black)}body{margin:0;background:var(--black);color:var(--text);font-family:Arial,"Microsoft YaHei","PingFang SC",sans-serif;font-size:16px;line-height:1.78;overflow-x:hidden}html.is-locked,body.is-locked{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;height:auto;display:block}.shell{width:min(var(--max),calc(100% - 32px));margin:0 auto}.site-header{position:fixed;inset:0 0 auto 0;z-index:80;box-shadow:0 8px 20px rgba(0,0,0,.2)}.ticket-strip{height:22px;background:var(--black);color:var(--yellow);font-size:12px;line-height:22px}.ticket-strip-inner{height:22px;display:flex;align-items:center;justify-content:space-between}.ticket-brand{font-weight:700;letter-spacing:.04em}.plain-button{border:0;background:transparent;color:var(--yellow);height:22px;padding:0 4px;cursor:pointer}.signboard{height:72px;background:var(--black);border-top:1px solid rgba(245,197,24,.14)}.signboard-inner{height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px}.brand-lockup{justify-self:start;display:flex;align-items:center;min-height:44px;color:var(--yellow);font-size:24px;font-weight:900;letter-spacing:.04em}.brand-lockup img{height:38px;width:auto;object-fit:contain}.booth-open,.app-link{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--yellow);background:var(--yellow);color:var(--black);padding:0 20px;border-radius:8px;font-weight:800;cursor:pointer}.app-link{justify-self:end;background:transparent;color:var(--yellow)}.show-strip{height:44px;background:var(--yellow);color:var(--black)}.show-strip-inner{display:flex;height:44px;align-items:center;gap:8px}.show-strip a{height:32px;display:inline-flex;align-items:center;padding:0 12px;border-radius:6px;font-weight:800}.show-strip a.is-current{background:var(--black);color:var(--yellow)}.site-main{padding-top:138px;background:var(--black)}.content-well{width:min(var(--max),calc(100% - 32px));margin:0 auto;background:var(--well);min-height:400px;padding:38px clamp(18px,4vw,56px) 56px}.hero{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:center;margin-bottom:34px}.hero-copy h1,.page-head h1{margin:0 0 12px;font-size:clamp(28px,4vw,32px);line-height:1.2;color:var(--title)}.eyebrow{display:inline-block;margin-bottom:10px;color:var(--rust);font-weight:900;letter-spacing:.08em}.hero-copy p,.page-head p{margin:0;color:var(--muted)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border-radius:8px;border:1px solid var(--black);font-weight:900}.button.primary{background:var(--yellow);color:var(--black)}.button.secondary{background:var(--black);color:var(--yellow)}.content-image,.image-slot{width:100%;max-height:300px;aspect-ratio:16/9;object-fit:cover;border-radius:12px;box-shadow:var(--shadow);background:var(--black)}.image-slot{display:flex;align-items:center;justify-content:center;color:var(--yellow);font-weight:900;letter-spacing:.06em;padding:20px;text-align:center}.section{padding:34px 0;border-top:1px solid rgba(17,17,17,.12)}.section:first-child{border-top:0}.section-title{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:18px}.section-title h2{margin:0;color:var(--title);font-size:24px;line-height:1.3}.section-title span{color:var(--helper);font-size:13px}.grid-2,.grid-3,.grid-4,.grid-6{display:grid;gap:16px}.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(--card);border:1px solid rgba(17,17,17,.09);border-radius:12px;padding:20px;box-shadow:0 8px 20px rgba(17,17,17,.08)}.card h3{margin:0 0 8px;color:var(--title);font-size:19px}.card p{margin:0;color:var(--muted)}.card .text-link{display:inline-block;margin-top:14px;font-weight:900;color:var(--teal)}.ticket-card{position:relative;background:var(--card);border-radius:10px;padding:20px 22px;border-left:8px solid var(--yellow);box-shadow:0 8px 20px rgba(17,17,17,.08)}.ticket-card.rust{border-left-color:var(--rust)}.ticket-card.teal{border-left-color:var(--teal)}.ticket-card::before,.ticket-card::after{content:"";position:absolute;left:-5px;width:10px;height:10px;border-radius:50%;background:var(--well)}.ticket-card::before{top:-5px}.ticket-card::after{bottom:-5px}.number-list{display:grid;gap:10px}.number-item{display:grid;grid-template-columns:64px 1fr;gap:18px;align-items:start;background:var(--card);border-radius:10px;padding:16px 18px}.big-num{font-size:34px;line-height:1;color:var(--yellow);background:var(--black);border-radius:8px;padding:12px 6px;text-align:center;font-weight:900}.number-item h3{margin:0 0 6px;color:var(--title)}.number-item p{margin:0;color:var(--muted)}.directory{display:grid;gap:0;border:1px solid rgba(17,17,17,.12);border-radius:12px;overflow:hidden;background:var(--card)}.directory a,.directory article{display:grid;grid-template-columns:minmax(120px,.35fr) 1fr;gap:20px;padding:18px 20px;border-top:1px solid rgba(17,17,17,.09)}.directory a:first-child,.directory article:first-child{border-top:0}.directory strong{color:var(--title)}.directory span,.directory p{margin:0;color:var(--muted)}.timeline{position:relative;margin-left:8px;padding-left:28px}.timeline::before{content:"";position:absolute;left:5px;top:4px;bottom:4px;width:2px;background:rgba(42,107,107,.35)}.timeline-item{position:relative;margin-bottom:18px;background:var(--card);border-radius:10px;padding:18px 20px}.timeline-item::before{content:"";position:absolute;left:-28px;top:24px;width:12px;height:12px;border-radius:50%;background:var(--teal);border:3px solid var(--well)}.timeline-item h3{margin:0 0 6px}.status{display:inline-block;padding:3px 8px;border-radius:5px;background:var(--black);color:var(--yellow);font-size:12px;font-weight:900;margin-bottom:8px}.article-prose{max-width:820px}.article-prose p{margin:0 0 1em;color:var(--text)}.article-prose h2{color:var(--title);margin:28px 0 8px;font-size:22px}.note{background:var(--soft);border-left:5px solid var(--rust);padding:16px 18px;border-radius:8px;color:var(--text)}.page-head{max-width:820px;margin-bottom:28px}.page-head .content-image,.page-head .image-slot{margin-bottom:22px}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:start}.faq-list{display:grid;gap:12px}.faq-item{background:var(--card);border-radius:10px;padding:18px 20px}.faq-item h2{font-size:18px;margin:0 0 8px;color:var(--title)}.faq-item p{margin:0;color:var(--muted)}.site-footer{background:var(--black);color:#F5C518;padding:46px 0 calc(46px + env(safe-area-inset-bottom))}.footer-inner{display:grid;gap:28px}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{height:34px;width:auto}.footer-brand strong{display:block;font-size:20px}.footer-brand span{display:block;font-size:12px;color:#E8D9A0;letter-spacing:.08em}.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.footer-grid h2{font-size:15px;margin:0 0 8px;color:#E8D9A0}.footer-grid a{display:block;color:#F5C518;padding:5px 0}.footer-note,.copyright{margin:0;color:#E8D9A0}.copyright{font-size:13px}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:100;opacity:0;pointer-events:none;transition:opacity .18s}.overlay.is-visible{opacity:1;pointer-events:auto}.ticket-booth{position:fixed;top:0;right:0;bottom:0;width:380px;max-width:88vw;background:var(--well);z-index:110;transform:translateX(102%);visibility:hidden;pointer-events:none;transition:transform .22s ease,visibility .22s;color:var(--text);box-shadow:-18px 0 36px rgba(0,0,0,.34)}.ticket-booth.is-open{transform:none;visibility:visible;pointer-events:auto}.booth-head{height:78px;background:var(--black);color:var(--yellow);display:flex;align-items:center;justify-content:space-between;padding:0 18px}.booth-brand{display:flex;align-items:center;gap:10px;font-weight:900}.booth-brand img{height:30px;width:auto}.booth-close,.search-close{min-height:44px;border:1px solid var(--yellow);background:transparent;color:var(--yellow);border-radius:8px;padding:0 14px;cursor:pointer}.booth-scroll{height:calc(100% - 78px);overflow:auto;padding:18px}.booth-group{margin-bottom:24px}.booth-group h2{font-size:14px;margin:0 0 8px;color:var(--rust);letter-spacing:.08em}.booth-group a{display:block;background:var(--card);border-radius:8px;padding:12px 14px;margin-bottom:8px}.booth-group strong{display:block;color:var(--title)}.booth-group span{display:block;font-size:13px;color:var(--muted);margin-top:2px}.search-panel{position:fixed;left:0;right:0;top:94px;z-index:120;visibility:hidden;pointer-events:none;transform:translateY(-18px);opacity:0;transition:.2s}.search-panel.is-open{visibility:visible;pointer-events:auto;transform:none;opacity:1}.search-card{width:min(760px,calc(100% - 32px));margin:0 auto;background:var(--well);padding:20px;border-radius:0 0 14px 14px;box-shadow:var(--shadow);color:var(--text)}.search-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.search-head strong{color:var(--title)}.search-head .search-close{color:var(--black);border-color:var(--black)}.search-look{min-height:52px;border:2px solid var(--black);background:var(--card);display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-radius:8px;color:var(--muted)}.search-mark{font-size:28px;color:var(--rust)}.search-presets{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.search-presets a{min-height:44px;display:inline-flex;align-items:center;background:var(--black);color:var(--yellow);padding:0 14px;border-radius:7px;font-weight:800}.mobile-bottom{display:none}.feature-band{background:var(--black);color:var(--yellow);padding:24px;border-radius:12px}.feature-band h2,.feature-band h3{color:var(--yellow);margin-top:0}.feature-band p{color:#E8D9A0}.kicker{color:var(--teal);font-weight:900}.icon-row{display:flex;gap:14px;align-items:center}.app-icon{width:84px;height:84px;border-radius:18px;object-fit:cover}.app-icon.image-slot{display:flex;box-shadow:none;aspect-ratio:1}.step-list{counter-reset:step;display:grid;gap:14px}.step{counter-increment:step;background:var(--card);padding:18px 20px;border-radius:10px;display:grid;grid-template-columns:52px 1fr;gap:14px}.step::before{content:counter(step,decimal-leading-zero);width:52px;height:52px;border-radius:8px;background:var(--yellow);color:var(--black);display:flex;align-items:center;justify-content:center;font-weight:900}.step h2,.step h3{margin:0 0 6px;color:var(--title)}.step p{margin:0;color:var(--muted)}
:focus-visible{outline:3px solid var(--teal);outline-offset:3px}.button:hover,.show-strip a:hover,.search-presets a:hover,.booth-open:hover,.app-link:hover{filter:brightness(.96)}
@media (max-width:900px){.hero,.split{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3,.grid-6{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:680px){body{padding-bottom:calc(50px + env(safe-area-inset-bottom))}.shell,.content-well{width:calc(100% - 32px)}.signboard-inner{grid-template-columns:minmax(0,1fr) auto auto;gap:8px}.brand-lockup{font-size:19px;min-width:0}.brand-lockup img{height:30px;max-width:120px}.booth-open,.app-link{padding:0 10px;min-width:44px;font-size:14px}.show-strip{display:none}.site-main{padding-top:94px}.content-well{padding:26px 18px 42px}.hero{gap:18px}.hero-copy h1,.page-head h1{font-size:28px}.grid-2,.grid-3,.grid-4,.grid-6{grid-template-columns:1fr}.number-item{grid-template-columns:52px 1fr;padding:14px}.big-num{font-size:26px}.directory a,.directory article{grid-template-columns:1fr;gap:4px}.footer-grid{grid-template-columns:1fr 1fr;gap:18px}.site-footer{padding-bottom:calc(78px + env(safe-area-inset-bottom))}.mobile-bottom{position:fixed;left:0;right:0;bottom:0;height:calc(50px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--black);z-index:70;display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid rgba(245,197,24,.28)}.mobile-bottom a{display:flex;align-items:center;justify-content:center;min-width:0;color:#E8D9A0;font-size:13px}.mobile-bottom a.is-current{background:var(--yellow);color:var(--black);font-weight:900}.search-panel{top:0;bottom:0;background:var(--black);padding:22px 0;overflow:auto}.search-card{min-height:100%;background:var(--black);color:var(--yellow);border-radius:0;box-shadow:none}.search-head strong{color:var(--yellow)}.search-head .search-close{color:var(--yellow);border-color:var(--yellow)}.search-look{background:#1b1b1b;border-color:var(--yellow);color:#E8D9A0}.search-presets a{background:var(--yellow);color:var(--black)}.ticket-booth{width:88%}.section{padding:28px 0}}
