:root{--bg:#101115;--panel:#15161A;--panel2:#1B1C21;--panel3:#202127;--gold:#F8C84A;--text:#EDEFF5;--muted:#B8BEC9;--sub:#8E96A6;--foot:#08090C;--line:rgba(248,200,74,.16);--btn:linear-gradient(180deg,#FFE45A 0%,#F8B832 45%,#F3941F 100%);--shadow:0 14px 36px rgba(0,0,0,.35)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#101115;color:#EDEFF5;font-family:"Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}a{color:#F8C84A;text-decoration:none}img{max-width:100%;height:auto;object-fit:contain}h1,h2,h3,.section-title{color:#F8C84A;line-height:1.35;margin:0 0 14px}p{margin:0 0 16px;color:#B8BEC9}.site-header{position:sticky;top:0;z-index:9999;background:#101115;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(0,0,0,.28)}.desktop-header{max-width:1240px;margin:auto;height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 20px}.brand-logo img,.mobile-logo img{height:42px;width:auto;display:block}.nav-core{display:flex;align-items:center;gap:8px;white-space:nowrap}.nav-core a{color:#F8C84A;background:rgba(248,200,74,.06);border-radius:999px;padding:9px 17px;border:1px solid rgba(248,200,74,.1);font-weight:700}.nav-core a:hover,.nav-core a.active{color:#F8C84A;background:linear-gradient(180deg,rgba(248,200,74,.12),rgba(248,200,74,.02));box-shadow:inset 0 -2px 0 #F8C84A,0 10px 22px rgba(248,200,74,.16)}.header-actions{display:flex;align-items:center;gap:12px}.panel-toggle,.menu-toggle{border:1px solid rgba(248,200,74,.22);color:#F8C84A;background:#15161A;border-radius:999px;padding:9px 15px;cursor:pointer}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#FFE45A 0%,#F8B832 45%,#F3941F 100%);color:#101115!important;border-radius:999px;padding:10px 22px;font-weight:800;box-shadow:0 12px 26px rgba(248,184,50,.24);border:0}.main-btn:hover{transform:translateY(-1px);filter:saturate(1.05)}.mobile-header{display:none;height:62px;align-items:center;justify-content:space-between;padding:0 14px}.menu-toggle{width:42px;height:38px;padding:8px;display:flex;flex-direction:column;justify-content:center;gap:5px}.menu-toggle span{height:2px;background:#F8C84A;border-radius:4px}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.62);opacity:0;visibility:hidden;z-index:9998;transition:.25s}.panel-open .overlay,.menu-open .overlay{opacity:1;visibility:visible}.lock-scroll{overflow:hidden}.category-panel{position:fixed;right:0;top:0;bottom:0;width:390px;max-width:92vw;background:#15161A;box-shadow:0 18px 48px rgba(0,0,0,.36);z-index:10000;transform:translateX(105%);transition:.28s ease;padding:22px;overflow:auto}.panel-open .category-panel{transform:translateX(0)}.panel-top,.drawer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.panel-top strong{font-size:22px;color:#F8C84A}.panel-top button,.drawer-top button{background:#202127;color:#F8C84A;border:1px solid var(--line);border-radius:50%;width:36px;height:36px;font-size:24px}.panel-group{margin-bottom:22px}.panel-group h3{font-size:16px}.panel-group a{display:block;padding:12px 0;border-bottom:1px solid rgba(248,200,74,.1)}.panel-group span{display:block;color:#EDEFF5;font-weight:700}.panel-group em{display:block;color:#8E96A6;font-style:normal;font-size:13px}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84vw;max-width:320px;background:#15161A;z-index:10000;transform:translateX(-105%);transition:.28s ease;padding:18px;overflow:auto}.menu-open .mobile-drawer{transform:translateX(0)}.drawer-top img{height:42px}.drawer-nav{display:grid;gap:8px}.drawer-nav a{padding:12px 14px;border:1px solid rgba(248,200,74,.12);border-radius:14px;background:#1B1C21;color:#F8C84A}.drawer-nav a.active{box-shadow:inset 3px 0 0 #F8C84A}.mobile-bottom{display:none}.page-main{min-height:70vh}.hero-slider,.banner-slider{height:390px;max-width:1200px;margin:24px auto 34px;border-radius:24px;background:#15161A;box-shadow:0 18px 46px rgba(0,0,0,.35);overflow:hidden;position:relative;z-index:1}.hero-slider .slide,.banner-slider .slide{display:none;width:100%;height:100%;animation:fade .5s ease}.hero-slider .slide.active,.banner-slider .slide.active{display:block}.hero-slider img,.banner-slider img{width:100%;height:100%;object-fit:contain;background:#101115}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;border:none;border-radius:999px;background:rgba(21,22,26,.78);color:#F8C84A;box-shadow:0 8px 20px rgba(0,0,0,.28);width:42px;height:42px;font-size:30px;cursor:pointer}.slider-arrow.prev{left:16px}.slider-arrow.next{right:16px}.slider-dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;gap:8px;z-index:3}.slider-dots button{width:9px;height:9px;border-radius:50%;border:none;background:rgba(248,200,74,.28);cursor:pointer}.slider-dots button.active{background:#F8C84A}@keyframes fade{from{opacity:.2}to{opacity:1}}.section-wrap{max-width:1200px;margin:0 auto 34px;padding:0 20px}.intro-grid,.inner-hero{max-width:1200px;margin:0 auto 34px;padding:28px 20px;display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:center}.intro-copy,.inner-copy,.content-section,.zone-card,.info-card,.review-card,.notice-bar,.compliance-box,.about-brief{background:#15161A;border:1px solid rgba(248,200,74,.16);box-shadow:0 14px 36px rgba(0,0,0,.32);border-radius:22px;padding:24px}.intro-copy h1,.inner-copy h1{font-size:38px}.intro-visual,.inner-visual{background:#1B1C21;border:1px solid var(--line);border-radius:24px;padding:16px;text-align:center}.intro-visual img,.inner-visual img{max-height:310px;width:100%;object-fit:contain}.tag-row,.feature-list{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.tag-row span,.feature-list li,.section-kicker,.tag,.label,.num,.badge{color:#F8C84A}.tag-row span,.feature-list li{list-style:none;background:#1B1C21;border:1px solid rgba(248,200,74,.16);border-radius:999px;padding:6px 12px}.quick-capsules{max-width:1200px;margin:0 auto 28px;padding:0 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.quick-capsules a{background:#15161A;border:1px solid rgba(248,200,74,.14);border-radius:18px;padding:16px;display:grid;gap:4px;color:#EDEFF5}.quick-capsules a:hover{border-color:#F8C84A;box-shadow:0 0 0 1px rgba(248,200,74,.18)}.quick-capsules b{color:#F8C84A}.quick-capsules strong{color:#EDEFF5}.quick-capsules span{color:#8E96A6;font-size:13px}.notice-bar{max-width:1160px;margin:0 auto 34px;color:#D8DEEA}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:22px}.card-grid{display:grid;gap:20px}.card-grid.three{grid-template-columns:repeat(3,1fr)}.card-grid.four{grid-template-columns:repeat(4,1fr)}.info-card img,.zone-card img,.image-card img{width:100%;height:190px;object-fit:contain;background:#101115;border-radius:18px;margin-bottom:14px}.gold-list{padding-left:20px;color:#B8BEC9}.gold-list li::marker{color:#F8C84A}.section-head{margin-bottom:18px}.app-band{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center;background:#15161A;border:1px solid var(--line);border-radius:26px;padding:26px}.app-band img{height:280px;width:100%;object-fit:contain;background:#101115;border-radius:20px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card{color:#D8DEEA}.faq-list details{background:#15161A;border:1px solid rgba(248,200,74,.16);border-radius:16px;margin-bottom:12px;padding:16px}.faq-list summary{cursor:pointer;color:#F8C84A;font-weight:800}.faq-list p{margin-top:10px}.inner-hero{padding-top:34px}.compliance-box h2,.about-brief h2{color:#F8C84A}.site-footer{background:#08090C;color:#D8DEEA;margin-top:56px;padding:38px 20px 88px}.footer-inner{max-width:1200px;margin:auto;display:grid;grid-template-columns:1.5fr .7fr .7fr;gap:28px}.footer-brand img{height:46px}.footer-links{display:grid;align-content:start;gap:8px}.footer-links a{color:#D8DEEA}.footer-note{max-width:1200px;margin:24px auto 0;color:#8E96A6;border-top:1px solid rgba(248,200,74,.12);padding-top:18px}.text-link{color:#F8C84A;font-weight:800}.content-img,.zone-card img,.app-section img,.hero-visual img,.hero-slider img,.banner-slider img{max-width:100%;height:auto;object-fit:contain}.hero-slider img{height:100%}@media(max-width:980px){.desktop-header{display:none}.mobile-header{display:flex}.page-main{padding-bottom:62px}.mobile-bottom{position:fixed;left:0;right:0;bottom:0;height:58px;background:#101115;border-top:1px solid rgba(248,200,74,.24);display:grid;grid-template-columns:repeat(4,1fr);z-index:9997}.mobile-bottom a{display:flex;align-items:center;justify-content:center;color:#B8BEC9;font-weight:700}.mobile-bottom a.active{color:#F8C84A}.hero-slider{height:210px;margin:14px 12px 24px;border-radius:16px}.intro-grid,.inner-hero,.two-col,.app-band{grid-template-columns:1fr}.quick-capsules{display:flex;overflow-x:auto;gap:12px;padding-bottom:8px}.quick-capsules a{min-width:180px}.card-grid.three,.card-grid.four,.review-grid{grid-template-columns:1fr}.intro-copy h1,.inner-copy h1{font-size:28px}.app-band img,.intro-visual img,.inner-visual img{max-height:220px}.site-footer{padding-bottom:82px}.footer-inner{grid-template-columns:1fr}.slider-arrow{width:34px;height:34px;font-size:24px}.mobile-register{padding:8px 16px}}@media(min-width:981px) and (max-width:1180px){.nav-core a{padding:8px 12px}.hero-slider{height:330px}.card-grid.four{grid-template-columns:repeat(2,1fr)}}
