*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#141B22;color:#EEF2F7;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Microsoft YaHei',Arial,sans-serif;line-height:1.75;overflow-x:hidden}a{text-decoration:none;color:inherit}img{display:block;max-width:100%;height:auto}.site-header{position:sticky;top:0;z-index:9999;background:rgba(20,27,34,.92);backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(0,0,0,.22);border-bottom:1px solid rgba(244,176,0,.12)}.header-inner{max-width:1220px;margin:0 auto;min-height:76px;display:flex;align-items:center;gap:20px;padding:0 18px}.logo img{max-height:52px;width:auto}.nav{flex:1;display:flex;justify-content:center;gap:12px;white-space:nowrap}.nav a{color:#F4B000;font-weight:800;padding:10px 12px;border-radius:14px}.nav a.active,.nav a:hover{background:linear-gradient(180deg,rgba(244,176,0,.10),rgba(244,176,0,.02));box-shadow:inset 0 -2px 0 #F4B000,0 10px 22px rgba(244,176,0,.16)}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:#F4B000;color:#141B22;border-radius:999px;padding:11px 20px;font-weight:900;box-shadow:0 10px 24px rgba(244,176,0,.18);transition:.2s}.main-btn:hover{background:#FFC533;transform:translateY(-1px)}.mobile-head{display:none}.drawer,.drawer-mask{display:none}.container,.section-inner{max-width:1200px;margin:0 auto;padding:0 18px}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#1A232D;box-shadow:0 18px 40px rgba(0,0,0,.30);overflow:hidden;position:relative;border:1px solid rgba(244,176,0,.14)}.banner-track{height:380px;position:relative}.slide{position:absolute;inset:0;opacity:0;transition:.45s}.slide.active{opacity:1}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#1A232D}.arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid rgba(244,176,0,.35);background:rgba(15,21,27,.74);color:#F4B000;font-size:25px;cursor:pointer}.prev{left:14px}.next{right:14px}.dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px}.dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.32);cursor:pointer}.dot.active{background:#F4B000}.section{padding:44px 0}.section.alt{background:#10161C}.section-title,h1,h2,h3{color:#F4B000}.section-title{font-size:30px;margin:0 0 12px}.lead{color:#B9C2CF;margin:0 0 20px}.capsules{display:flex;gap:12px;overflow-x:auto;padding:4px 18px 18px;max-width:1200px;margin:0 auto}.capsule{min-width:150px;background:rgba(255,255,255,.03);border:1px solid rgba(244,176,0,.16);border-radius:999px;padding:12px 16px}.capsule b{color:#F4B000;display:block}.capsule span{color:#B9C2CF;font-size:13px}.intro-strip,.notice,.text-block,.card,.zone-card,.info-card,.faq-item{background:#1A232D;border:1px solid rgba(244,176,0,.14);box-shadow:0 14px 36px rgba(0,0,0,.25);border-radius:22px;padding:22px}.grid{display:grid;gap:18px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.card p,.zone-card p,.info-card p,.faq-item p,.text-block p{color:#B9C2CF;margin:0}.tag,.num,.text-link{color:#F4B000;font-weight:900}.tag,.num{display:inline-flex;background:rgba(244,176,0,.10);border:1px solid rgba(244,176,0,.15);border-radius:999px;padding:5px 10px;font-size:13px;margin-bottom:10px}.split{display:grid;gap:24px;align-items:center}.image-box{background:#1A232D;border:1px solid rgba(244,176,0,.14);border-radius:22px;padding:12px;box-shadow:0 14px 36px rgba(0,0,0,.25)}.image-box img{width:100%;max-height:360px;object-fit:contain;border-radius:16px}.mini-list{display:grid;gap:9px;margin:14px 0 0;padding:0;list-style:none}.mini-list li{background:#222C36;border-left:3px solid #F4B000;border-radius:12px;padding:10px 12px;color:#EEF2F7}.poster-banner{max-width:1100px;margin:0 auto;background:#1A232D;border-radius:22px;padding:12px;box-shadow:0 18px 40px rgba(0,0,0,.30);border:1px solid rgba(244,176,0,.14)}.poster-banner img{width:100%;max-height:360px;object-fit:contain;border-radius:16px}.zone-card img{width:100%;height:190px;object-fit:contain;background:#10161C;border-radius:16px;margin-bottom:14px}.app-section{background:linear-gradient(135deg,#10161C,#1A232D)}.page-hero{padding:52px 0 24px;background:#10161C}.page-hero h1{font-size:40px;margin:0 0 12px}.content-section{padding:34px 0}.faq-list{display:grid;gap:14px}.site-footer{background:#0B1015;color:#D8DEE8;margin-top:36px}.footer-inner{max-width:1200px;margin:0 auto;padding:38px 18px}.footer-brand p,.footer-grid a,.footer-warning p,.copyright{color:#D8DEE8cc}.footer-grid{display:grid;gap:20px;margin:24px 0}.footer-grid h3{color:#F4B000}.footer-grid a{display:block;margin:6px 0}.footer-warning{background:rgba(255,255,255,.04);border:1px solid rgba(244,176,0,.13);border-radius:18px;padding:16px}.copyright{border-top:1px solid rgba(255,255,255,.08);padding-top:16px}@media(min-width:760px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.split{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:980px){.desktop-head{display:none}.mobile-head{height:68px;display:grid;grid-template-columns:58px 1fr 92px;align-items:center;padding:0 14px}.mobile-logo{justify-self:center}.mobile-logo img{max-height:44px}.mobile-action{padding:9px 12px;font-size:13px}.menu-btn{width:44px;height:44px;border:0;background:transparent;display:grid;place-content:center;gap:5px}.menu-btn span{width:23px;height:2px;background:#F4B000;border-radius:4px;display:block}.drawer-mask{display:block;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:10000;opacity:0;pointer-events:none}.drawer{display:block;position:fixed;top:0;left:0;height:100vh;width:min(84vw,320px);background:#10161C;z-index:10001;transform:translateX(-100%);transition:.25s;box-shadow:20px 0 45px rgba(0,0,0,.45);padding:18px;overflow:auto}.drawer-open .drawer-mask{opacity:1;pointer-events:auto}.drawer-open .drawer{transform:translateX(0)}.drawer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.drawer-top button{width:38px;height:38px;border:0;border-radius:12px;background:#1A232D;color:#F4B000;font-size:24px}.drawer-nav{display:grid;gap:8px}.drawer-nav a{padding:11px 12px;border-radius:14px;background:#1A232D;color:#F4B000;font-weight:800}.drawer-note{color:#B9C2CF;background:#1A232D;border-radius:14px;padding:12px;font-size:13px}.banner-track{height:220px}.page-hero h1{font-size:31px}.section-title{font-size:25px}}