
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#101115;color:#EDEFF5;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}body.no-scroll{overflow:hidden}a{color:#F8C84A;text-decoration:none}img{max-width:100%;height:auto;display:block}main{min-height:60vh}.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);border-bottom:1px solid rgba(248,200,74,.12)}.header-inner{max-width:1200px;margin:0 auto;min-height:72px;padding:0 20px;display:flex;align-items:center;gap:22px}.logo{flex:0 0 auto}.logo img{height:48px;width:auto}.nav-core{flex:1;display:flex;justify-content:center;gap:10px;white-space:nowrap}.nav-core a{color:#F8C84A;background:rgba(248,200,74,.06);border:1px solid rgba(248,200,74,.13);border-radius:999px;padding:9px 17px;font-weight:700;font-size:15px}.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;flex:0 0 auto}.panel-btn{border:1px solid rgba(248,200,74,.24);background:#15161A;color:#F8C84A;border-radius:999px;padding:9px 16px;font-weight:700;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;border-radius:999px;padding:10px 22px;font-weight:800;box-shadow:0 10px 24px rgba(248,184,50,.28);border:0}.main-btn:hover{transform:translateY(-1px);filter:brightness(1.04)}.mobile-menu-btn{display:none;background:transparent;border:0;padding:8px}.mobile-menu-btn span{display:block;width:22px;height:2px;background:#F8C84A;margin:5px 0;border-radius:2px}.screen-mask{position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:9998;opacity:0;visibility:hidden;transition:.25s}.category-panel{position:fixed;top:0;right:0;width:min(420px,88vw);height:100vh;background:#15161A;box-shadow:0 18px 48px rgba(0,0,0,.36);z-index:10000;transform:translateX(105%);transition:.28s ease;border-left:1px solid rgba(248,200,74,.18);overflow-y:auto}.panel-open .category-panel{transform:translateX(0)}.panel-open .screen-mask,.drawer-open .screen-mask{opacity:1;visibility:visible}.panel-head,.drawer-head{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid rgba(248,200,74,.14)}.panel-head strong{color:#F8C84A;font-size:22px}.panel-head button,.drawer-head button{background:#202127;color:#F8C84A;border:1px solid rgba(248,200,74,.18);border-radius:50%;width:36px;height:36px;font-size:22px}.panel-body{padding:20px}.panel-group{margin-bottom:22px}.panel-group h3{color:#F8C84A;margin:0 0 10px;font-size:16px}.panel-group a{display:block;padding:12px 14px;margin:8px 0;border:1px solid rgba(248,200,74,.12);background:#1B1C21;border-radius:14px}.panel-group a span{display:block;color:#EDEFF5;font-weight:800}.panel-group a em{display:block;color:#8E96A6;font-style:normal;font-size:13px}.panel-group a:hover span{color:#F8C84A}.mobile-drawer{position:fixed;top:0;left:0;width:min(320px,84vw);height:100vh;background:#15161A;z-index:10000;transform:translateX(-105%);transition:.28s ease;border-right:1px solid rgba(248,200,74,.18);overflow-y:auto}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-head img{height:44px;width:auto}.drawer-list{padding:14px}.drawer-list a{display:block;color:#EDEFF5;padding:12px 14px;border-bottom:1px solid rgba(248,200,74,.08);border-radius:12px}.drawer-list a.active,.drawer-list a:hover{color:#F8C84A;background:rgba(248,200,74,.08)}.mobile-bottom{display:none}.hero-slider,.banner-slider{max-width:1200px;height:390px;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%}.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:26px;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;padding:0}.slider-dots button.active{background:#F8C84A}.wrap{max-width:1200px;margin:0 auto;padding:0 20px}.section{margin:34px auto}.section-title,h1,h2,h3{color:#F8C84A}.section-title{font-size:30px;margin:0 0 16px}.section-kicker,.tag,.label,.num,.badge{color:#F8C84A}.lead{color:#B8BEC9;font-size:17px;max-width:880px}.muted{color:#8E96A6}.card,.zone-card,.info-card,.review-card{background:#15161A;border:1px solid rgba(248,200,74,.16);box-shadow:0 14px 36px rgba(0,0,0,.32);border-radius:22px}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card,.info-card,.review-card{padding:22px}.zone-card{overflow:hidden}.zone-card .zone-body{padding:20px}.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}.zone-card img,.content-img{width:100%;height:190px;object-fit:contain;background:#1B1C21}.hero-visual img{width:100%;height:280px;object-fit:contain;background:#1B1C21;border-radius:20px;border:1px solid rgba(248,200,74,.12)}.intro-card{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center;padding:28px}.tags{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.tags span,.quick-pill{border:1px solid rgba(248,200,74,.18);background:#1B1C21;border-radius:999px;color:#F8C84A;padding:7px 12px}.quick-scroll{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.quick-pill{border-radius:18px;display:block}.quick-pill b{display:block;color:#F8C84A}.quick-pill em{display:block;color:#B8BEC9;font-style:normal;font-size:13px}.notice-bar{padding:20px 24px;border-left:4px solid #F8C84A;background:#1B1C21;border-radius:20px;color:#B8BEC9}.text-link{color:#F8C84A;font-weight:800}.split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.feature-list{padding-left:18px;color:#B8BEC9}.faq-item{padding:18px 0;border-bottom:1px solid rgba(248,200,74,.12)}.faq-item:last-child{border-bottom:0}.faq-item h3{margin:0 0 8px;font-size:18px}.inner-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center;padding:28px;margin-top:28px}.inner-hero h1{font-size:36px;margin:0 0 12px}.inner-hero p{color:#B8BEC9}.breadcrumb{color:#8E96A6;margin-bottom:12px}.service-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.service-list li{list-style:none;background:#1B1C21;border:1px solid rgba(248,200,74,.12);border-radius:16px;padding:14px;color:#B8BEC9}.site-footer{background:#08090C;color:#D8DEEA;margin-top:52px}.footer-inner{max-width:1200px;margin:0 auto;padding:34px 20px}.footer-brand{display:flex;gap:18px;align-items:center;max-width:760px}.footer-brand img{height:46px;width:auto}.footer-brand p{color:#B8BEC9;margin:0}.footer-links{display:flex;flex-wrap:wrap;gap:14px;margin:24px 0}.footer-note{color:#8E96A6;border-top:1px solid rgba(248,200,74,.12);padding-top:18px}.compliance{background:#1B1C21;border:1px solid rgba(248,200,74,.2);border-radius:22px;padding:22px;color:#B8BEC9}.app-band{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:center;padding:24px}.app-band img{width:100%;height:260px;object-fit:contain;background:#1B1C21;border-radius:18px}.contact-box{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.contact-box div{padding:18px;border-radius:18px;background:#1B1C21;border:1px solid rgba(248,200,74,.12)}@media(max-width:1020px){.nav-core{gap:6px}.nav-core a{padding:8px 11px;font-size:14px}.quick-scroll{grid-template-columns:repeat(4,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){body{padding-bottom:72px}.header-inner{min-height:64px;justify-content:space-between;padding:0 14px}.mobile-menu-btn{display:block}.logo{position:absolute;left:50%;transform:translateX(-50%)}.logo img{height:40px}.nav-core,.panel-btn{display:none}.header-actions{margin-left:auto}.main-btn{padding:8px 16px}.hero-slider,.banner-slider{height:190px;margin:16px 12px 24px;border-radius:18px}.slider-arrow{width:34px;height:34px;font-size:21px}.slider-arrow.prev{left:8px}.slider-arrow.next{right:8px}.wrap{padding:0 14px}.section{margin:26px auto}.section-title{font-size:24px}.intro-card,.inner-hero,.split,.app-band{grid-template-columns:1fr;padding:18px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.quick-scroll{display:flex;overflow-x:auto;padding-bottom:8px}.quick-pill{min-width:168px}.hero-visual img,.app-band img{height:200px}.zone-card img,.content-img{height:160px}.service-list{grid-template-columns:1fr}.contact-box{grid-template-columns:1fr}.footer-brand{display:block}.footer-brand img{margin-bottom:12px}.mobile-bottom{position:fixed;left:0;right:0;bottom:0;height:62px;display:grid;grid-template-columns:repeat(4,1fr);z-index:9997;background:#101115;border-top:1px solid rgba(248,200,74,.28);box-shadow:0 -8px 20px rgba(0,0,0,.32)}.mobile-bottom a{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#B8BEC9;font-size:12px}.mobile-bottom a span{font-size:18px;line-height:1}.mobile-bottom a.active{color:#F8C84A}.screen-mask{z-index:9998}.mobile-drawer{z-index:10000}}@media(max-width:380px){.hero-slider,.banner-slider{height:170px}.main-btn{padding:7px 13px}.logo img{height:36px}}
