*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#101115;color:#EDEFF5;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}a{color:#F8C84A;text-decoration:none}img{max-width:100%;height:auto;display:block;object-fit:contain}body.panel-open,body.drawer-open{overflow:hidden}.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:1240px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:76px;padding:0 24px}.logo img{height:54px;width:auto}.nav-core{flex:1;display:flex;justify-content:center;gap:12px;white-space:nowrap}.nav-core a{color:#F8C84A;background:rgba(248,200,74,.06);border:1px solid rgba(248,200,74,.12);border-radius:999px;padding:10px 18px;font-weight:700}.nav-core a:hover,.nav-core a.active{background:linear-gradient(180deg,rgba(248,200,74,.14),rgba(248,200,74,.03));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}.overview-btn,.main-btn{border:0;border-radius:999px;padding:11px 20px;font-weight:800;cursor:pointer;white-space:nowrap}.overview-btn{background:#15161A;color:#F8C84A;border:1px solid rgba(248,200,74,.22)}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#FFE45A 0%,#F8B832 45%,#F3941F 100%);color:#101115;box-shadow:0 10px 24px rgba(248,184,50,.24)}.mobile-menu-btn{display:none;background:transparent;border:0;width:42px}.mobile-menu-btn span{display:block;height:2px;background:#F8C84A;margin:6px 0}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:9998;opacity:0;pointer-events:none;transition:.25s}.panel-open .overlay,.drawer-open .overlay{opacity:1;pointer-events:auto}.category-panel{position:fixed;top:0;right:0;width:min(440px,88vw);height:100vh;background:#15161A;box-shadow:0 18px 48px rgba(0,0,0,.36);z-index:10000;transform:translateX(105%);transition:.28s;overflow:auto;border-left:1px solid rgba(248,200,74,.16)}.panel-open .category-panel{transform:translateX(0)}.panel-head,.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:22px;border-bottom:1px solid rgba(248,200,74,.12)}.panel-head strong{color:#F8C84A;font-size:22px}.panel-head button,.drawer-head button{border:0;background:#202127;color:#F8C84A;border-radius:50%;width:36px;height:36px;font-size:22px;cursor:pointer}.panel-body{padding:18px 22px 40px}.panel-body section{margin-bottom:24px}.panel-body h3{color:#F8C84A;margin:0 0 12px}.panel-body a{display:block;padding:12px 14px;border:1px solid rgba(248,200,74,.12);border-radius:14px;margin-bottom:10px;background:#1B1C21}.panel-body a span{display:block;color:#EDEFF5;font-weight:700}.panel-body a em{display:block;color:#8E96A6;font-style:normal;font-size:13px}.mobile-drawer{position:fixed;top:0;left:0;width:min(320px,86vw);height:100vh;background:#15161A;z-index:10000;transform:translateX(-105%);transition:.28s;overflow:auto;border-right:1px solid rgba(248,200,74,.16)}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-head img{height:50px;width:auto}.drawer-nav{padding:14px 20px 40px;display:grid;gap:8px}.drawer-nav a{padding:12px 14px;border-radius:12px;background:#1B1C21;border:1px solid rgba(248,200,74,.12);color:#F8C84A}.mobile-bottom{display:none}.site-main{max-width:1240px;margin:0 auto;padding:24px 24px 56px}.hero-slider{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;height:380px}.hero-slider .slide{display:none;width:100%;height:100%}.hero-slider .slide.active{display:block}.hero-slider img{width:100%;height:100%;object-fit:contain;background:#101115}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;border:0;border-radius:999px;background:rgba(21,22,26,.78);color:#F8C84A;box-shadow:0 8px 20px rgba(0,0,0,.28);width:44px;height:44px;font-size:24px;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:0;background:rgba(248,200,74,.28);cursor:pointer}.slider-dots button.active{background:#F8C84A}.section{margin:34px 0}.section-kicker,.tag,.label,.num,.badge{color:#F8C84A}.section h1,.section h2,.section h3,h1,h2,h3,.section-title{color:#F8C84A;line-height:1.25}.section h1{font-size:42px;margin:0 0 16px}.section h2{font-size:30px;margin:0 0 14px}.section p{color:#B8BEC9}.grid{display:grid;gap:20px}.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))}.card,.zone-card,.info-card,.review-card,.hero-card{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}.hero-card{display:grid;grid-template-columns:1.25fr .75fr;gap:24px;align-items:center}.content-img,.zone-card img,.app-section img,.hero-visual img{max-width:100%;height:auto;object-fit:contain;background:#1B1C21;border-radius:18px}.hero-visual img{max-height:300px;margin:auto}.tag-row{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.tag{padding:8px 12px;border:1px solid rgba(248,200,74,.18);border-radius:999px;background:#1B1C21;font-size:14px}.quick-pills{display:flex;gap:14px;overflow-x:auto;padding-bottom:8px}.pill-card{min-width:180px;background:#15161A;border:1px solid rgba(248,200,74,.14);border-radius:999px;padding:14px 18px}.pill-card strong{display:block;color:#F8C84A}.pill-card small{display:block;color:#8E96A6}.summary-bar{border-left:4px solid #F8C84A;background:#15161A;border-radius:18px;padding:22px 24px;box-shadow:0 14px 36px rgba(0,0,0,.32)}.zone-card{padding:0;overflow:hidden}.zone-card img{width:100%;height:180px;padding:10px}.zone-card div{padding:0 22px 22px}.text-link{font-weight:800;color:#F8C84A}.feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.feature-list span{background:#1B1C21;border:1px solid rgba(248,200,74,.12);border-radius:14px;padding:10px;color:#EDEFF5}.faq-item{border-bottom:1px solid rgba(248,200,74,.12);padding:18px 0}.faq-item strong{color:#F8C84A}.page-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center;margin:26px 0 34px}.page-hero img{max-height:280px;margin:auto;background:#1B1C21;border-radius:20px}.notice{background:#1B1C21;border:1px solid rgba(248,200,74,.16);border-radius:22px;padding:22px}.site-footer{background:#08090C;color:#D8DEEA;margin-top:44px;padding:46px 24px 24px}.footer-grid{max-width:1240px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.footer-brand img{height:56px;width:auto;margin-bottom:14px}.site-footer a{display:block;color:#D8DEEA;margin:8px 0}.footer-note{max-width:1240px;margin:28px auto 0;padding-top:18px;border-top:1px solid rgba(248,200,74,.12);color:#8E96A6}.article p{margin:0 0 14px}.article ul{margin:0;padding-left:20px;color:#B8BEC9}@media(max-width:980px){.nav-core,.overview-btn{display:none}.mobile-menu-btn{display:block}.header-inner{min-height:68px;padding:0 16px}.logo img{height:48px}.site-main{padding:16px 16px 92px}.hero-slider{height:260px;border-radius:18px}.hero-card,.page-hero,.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.mobile-bottom{position:fixed;left:0;right:0;bottom:0;z-index:9997;display:grid;grid-template-columns:repeat(4,1fr);background:#101115;border-top:1px solid rgba(248,200,74,.22);padding:7px 0 calc(7px + env(safe-area-inset-bottom))}.mobile-bottom a{text-align:center;color:#F8C84A;font-size:13px}.feature-list{grid-template-columns:1fr}.section h1{font-size:30px}.section h2{font-size:24px}}@media(max-width:560px){.hero-slider{height:190px;margin:12px auto 24px}.slider-arrow{width:34px;height:34px;font-size:18px}.main-btn{padding:9px 14px}.section{margin:26px 0}.card,.hero-card,.review-card,.info-card{padding:20px}.zone-card img{height:150px}.page-hero img{max-height:210px}}