
*{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}a{text-decoration:none;color:#F8C84A}img{display:block;max-width:100%;height:auto}.site-header{position:sticky;top:0;z-index:9999;background:#101115cc;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(0,0,0,.28)}.header-inner{max-width:1220px;margin:auto;min-height:74px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:22px}.logo{flex:0 0 auto}.logo img{max-height:54px;width:auto}.nav-core{display:flex;align-items: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:9px 16px;font-weight:700}.nav-core a:hover,.nav-core a.active{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}.overview-btn,.mobile-menu-btn{border:1px solid rgba(248,200,74,.18);background:#15161A;color:#F8C84A;border-radius:999px;padding:10px 16px;font-weight:800;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:900;box-shadow:0 10px 24px rgba(248,184,50,.28);transition:.2s}.main-btn:hover{transform:translateY(-1px);background:linear-gradient(180deg,#FFE96B 0%,#F6A625 100%)}.site-main{padding:24px 18px 0}.hero-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{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: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:32px;line-height:1;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}.split-section,.dual-grid,.card-grid,.review-grid,.footer-inner{max-width:1200px;margin-left:auto;margin-right:auto}.intro-section,.app-section,.page-hero{max-width:1200px;margin:0 auto 28px;background:#15161A;border:1px solid rgba(248,200,74,.16);box-shadow:0 14px 36px rgba(0,0,0,.32);border-radius:24px;padding:30px;display:grid;grid-template-columns:1.12fr .88fr;gap:28px;align-items:center}.intro-copy h1,.intro-copy h2,.page-hero h1,h1,h2,h3,.section-title{color:#F8C84A;line-height:1.25}.intro-copy h1{font-size:42px;margin:10px 0 16px}.intro-copy p,.page-hero p{color:#EDEFF5}.section-kicker,.badge,.num,.tag,.label{color:#F8C84A;font-weight:900;letter-spacing:.03em}.tag-row{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.tag-row span,.feature-list span{background:#1B1C21;border:1px solid rgba(248,200,74,.16);color:#B8BEC9;border-radius:999px;padding:7px 12px}.intro-visual,.page-hero-img{background:#101115;border-radius:20px;display:flex;align-items:center;justify-content:center;min-height:230px;overflow:hidden}.intro-visual img,.page-hero-img img{max-height:310px;object-fit:contain}.quick-pills{max-width:1200px;margin:0 auto 28px;display:flex;gap:14px;overflow:auto;padding-bottom:8px}.quick-pills a{min-width:180px;background:#15161A;border:1px solid rgba(248,200,74,.14);border-radius:18px;padding:16px;display:grid;gap:4px;transition:.2s}.quick-pills a:hover{transform:translateY(-2px);border-color:#F8C84A}.quick-pills b{color:#F8C84A}.quick-pills strong{color:#EDEFF5}.quick-pills span{color:#8E96A6;font-size:13px}.notice-strip,.about-strip,.responsible-note{max-width:1200px;margin:0 auto 28px;background:linear-gradient(180deg,#15161A,#1B1C21);border:1px solid rgba(248,200,74,.18);border-radius:20px;padding:22px 26px;box-shadow:0 14px 36px rgba(0,0,0,.3)}.notice-strip p,.about-strip p,.responsible-note p{margin:0;color:#B8BEC9}.dual-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:30px}.zone-card,.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;padding:20px}.zone-card{display:grid;grid-template-columns:210px 1fr;gap:20px;align-items:center}.zone-card img,.card img{width:100%;height:180px;object-fit:contain;background:#101115;border-radius:16px}.zone-card p,.card p,.info-card p,.review-card p,li{color:#B8BEC9}.section-block{max-width:1200px;margin:0 auto 34px}.section-head{margin-bottom:18px}.section-head h2{margin:5px 0 0}.card-grid{display:grid;gap:20px}.card-grid.four{grid-template-columns:repeat(4,1fr)}.card-grid.three{grid-template-columns:repeat(3,1fr)}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:16px 0}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card strong{color:#F8C84A}.faq-list{display:grid;gap:12px}.faq-list details{background:#15161A;border:1px solid rgba(248,200,74,.16);border-radius:16px;padding:16px}.faq-list summary{cursor:pointer;color:#F8C84A;font-weight:800}.faq-list p{color:#B8BEC9}.text-link{color:#F8C84A;font-weight:800}.page-hero{grid-template-columns:1.1fr .9fr}.page-hero.simple{display:block}.inner-split{margin-bottom:28px}.panel-mask,.mobile-mask{position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:9998;opacity:0;visibility:hidden;transition:.25s}.category-panel{position:fixed;right:0;top:0;height:100vh;width:min(430px,88vw);background:#15161A;box-shadow:0 18px 48px rgba(0,0,0,.36);z-index:10000;transform:translateX(100%);transition:.28s;padding:22px;overflow:auto}.panel-open .category-panel{transform:translateX(0)}.panel-open .panel-mask{opacity:1;visibility:visible}.panel-head,.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(248,200,74,.16);padding-bottom:16px;margin-bottom:18px}.panel-head strong{color:#F8C84A;font-size:20px}.panel-head button,.drawer-head button{border:none;background:#202127;color:#F8C84A;border-radius:50%;width:34px;height:34px;font-size:22px;cursor:pointer}.panel-groups{display:grid;gap:18px}.panel-groups h3{margin:0 0 10px}.panel-groups a{display:block;padding:12px;border:1px solid rgba(248,200,74,.12);border-radius:14px;margin:8px 0;background:#1B1C21}.panel-groups span{display:block;color:#F8C84A;font-weight:800}.panel-groups small{color:#8E96A6}.mobile-menu-btn{display:none;width:42px;height:38px;padding:9px}.mobile-menu-btn span{display:block;height:2px;background:#F8C84A;margin:5px 0}.mobile-drawer{position:fixed;left:0;top:0;width:min(320px,84vw);height:100vh;background:#15161A;z-index:10000;transform:translateX(-100%);transition:.28s;padding:18px;overflow:auto}.mobile-open .mobile-drawer{transform:translateX(0)}.mobile-open .mobile-mask{opacity:1;visibility:visible}.drawer-head img{max-height:46px}.drawer-nav{display:grid;gap:8px}.drawer-nav a{padding:12px 10px;border-radius:12px;background:#1B1C21;border:1px solid rgba(248,200,74,.12);color:#F8C84A}.mobile-bottom-nav{display:none}.site-footer{background:#08090C;color:#D8DEEA;margin-top:42px;padding:36px 18px 18px}.footer-inner{display:grid;grid-template-columns:1.5fr .8fr .8fr 1.2fr;gap:24px}.footer-brand img{max-height:56px;margin-bottom:12px}.footer-links{display:grid;gap:8px;align-content:start}.footer-links h3,.footer-note h3{margin:0;color:#F8C84A}.footer-links a{color:#D8DEEA}.footer-brand p,.footer-note p,.copyright{color:#8E96A6}.copyright{text-align:center;border-top:1px solid rgba(248,200,74,.12);margin-top:24px;padding-top:16px}@media(max-width:980px){.nav-core,.overview-btn{display:none}.mobile-menu-btn{display:block}.header-inner{min-height:66px}.logo{position:absolute;left:50%;transform:translateX(-50%)}.logo img{max-height:48px}.site-main{padding:16px 12px 70px}.hero-slider{height:220px;border-radius:18px;margin-top:16px}.intro-section,.app-section,.page-hero,.dual-grid{grid-template-columns:1fr}.card-grid.four,.card-grid.three,.review-grid,.footer-inner{grid-template-columns:1fr 1fr}.zone-card{grid-template-columns:1fr}.intro-copy h1{font-size:30px}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(4,1fr);background:#101115;border-top:1px solid rgba(248,200,74,.28);z-index:9997}.mobile-bottom-nav a{text-align:center;padding:10px 6px;color:#B8BEC9;font-weight:800}.mobile-bottom-nav a:hover{color:#F8C84A}}@media(max-width:620px){.header-actions{gap:8px}.main-btn{padding:8px 15px}.hero-slider{height:178px}.slider-arrow{width:34px;height:34px;font-size:26px}.intro-section,.app-section,.page-hero{padding:20px;border-radius:18px}.card-grid.four,.card-grid.three,.review-grid,.footer-inner,.feature-list{grid-template-columns:1fr}.quick-pills{margin-left:-12px;margin-right:-12px;padding-left:12px}.intro-visual,.page-hero-img{min-height:160px}.intro-visual img,.page-hero-img img{max-height:220px}.zone-card img,.card img{height:150px}.dual-grid{gap:16px}.footer-inner{gap:20px}.footer-brand img{max-height:48px}}
