*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#151A23;color:#E8ECF5;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.75;padding-top:86px;overflow-x:hidden}a{color:#F1DCA3;text-decoration:none}a:hover{color:#E3C98F}img{max-width:100%;height:auto;display:block}p{margin:0 0 14px;color:#B8C0D3}.site-header{position:fixed;top:0;left:0;right:0;background:#151A23;border-bottom:1px solid rgba(241,220,163,.12);z-index:9990;box-shadow:0 10px 28px rgba(0,0,0,.22)}.desktop-header{max-width:1240px;margin:0 auto;height:76px;display:flex;align-items:center;gap:24px;padding:0 20px}.brand-logo img,.mobile-logo img{height:42px;width:auto}.nav-core{display:flex;align-items:center;gap:8px;flex:1;min-width:0;white-space:nowrap}.nav-core a{color:#F1DCA3;background:rgba(241,220,163,.06);border-radius:999px;padding:9px 15px;font-size:15px;border:1px solid transparent;transition:.22s}.nav-core a:hover,.nav-core a.active{color:#F1DCA3;background:linear-gradient(180deg,rgba(241,220,163,.10),rgba(241,220,163,.02));box-shadow:inset 0 -2px 0 #F1DCA3,0 10px 22px rgba(241,220,163,.16);border-color:rgba(241,220,163,.24)}.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.panel-open{border:1px solid rgba(241,220,163,.22);color:#F1DCA3;background:#1B2130;border-radius:999px;padding:10px 16px;cursor:pointer}.panel-open:hover{box-shadow:0 0 0 3px rgba(241,220,163,.08)}.main-btn,.mobile-reg{background:#F1DCA3;color:#151A23!important;border-radius:999px;box-shadow:0 10px 24px rgba(241,220,163,.18);font-weight:700;padding:10px 18px;display:inline-flex;align-items:center;justify-content:center;transition:.2s}.main-btn:hover,.mobile-reg:hover{background:#E3C98F;transform:translateY(-1px)}.mobile-header{display:none;height:68px;align-items:center;justify-content:space-between;padding:0 14px}.mobile-menu-btn{width:42px;height:42px;border:1px solid rgba(241,220,163,.24);border-radius:12px;background:#1B2130;display:flex;flex-direction:column;gap:5px;justify-content:center;align-items:center}.mobile-menu-btn span{width:20px;height:2px;background:#F1DCA3;border-radius:3px}.mobile-reg{padding:8px 12px;font-size:13px}.site-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9998;display:none}.site-overlay.active{display:block}.category-panel{position:fixed;top:0;right:-430px;width:410px;max-width:92vw;height:100vh;background:#1B2130;box-shadow:0 18px 48px rgba(0,0,0,.36);z-index:10000;transition:right .28s ease;padding:22px;overflow:auto}.category-panel.open{right:0}.panel-head,.drawer-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.panel-head strong{font-size:22px;color:#F1DCA3}.panel-head button,.drawer-head button{width:36px;height:36px;border:1px solid rgba(241,220,163,.24);background:#202738;color:#F1DCA3;border-radius:50%;font-size:22px;cursor:pointer}.panel-group{margin-bottom:22px}.panel-group h3{color:#F1DCA3;margin:0 0 10px;font-size:17px}.panel-links{display:grid;gap:10px}.panel-links a{background:#202738;border:1px solid rgba(241,220,163,.12);border-radius:14px;padding:12px;display:block}.panel-links span{display:block;color:#E8ECF5;font-weight:700}.panel-links em{font-style:normal;color:#8F98AD;font-size:13px}.panel-links a:hover{border-color:#F1DCA3}.mobile-drawer{position:fixed;top:0;left:-340px;width:84vw;max-width:320px;height:100vh;background:#1B2130;z-index:10000;transition:left .28s ease;padding:18px;overflow:auto;box-shadow:18px 0 48px rgba(0,0,0,.34)}.mobile-drawer.open{left:0}.drawer-head img{height:38px;width:auto}.drawer-links{display:grid;grid-template-columns:1fr 1fr;gap:10px}.drawer-links a{background:#202738;border:1px solid rgba(241,220,163,.12);border-radius:12px;padding:10px;color:#F1DCA3;text-align:center}.drawer-note{margin-top:18px;color:#8F98AD;font-size:13px}.no-scroll{overflow:hidden}.main{max-width:1240px;margin:0 auto;padding:0 20px 56px}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#1B2130;box-shadow:0 18px 40px rgba(0,0,0,.30);overflow:hidden;position:relative;z-index:1;min-height:320px}.banner-slider .slide{display:none;position:relative}.banner-slider .slide.active{display:block}.banner-slider img{width:100%;height:480px;object-fit:contain;background:#151A23}.slide-copy{position:absolute;left:36px;bottom:38px;max-width:520px;padding:20px 24px;background:rgba(21,26,35,.72);border:1px solid rgba(241,220,163,.18);border-radius:18px;backdrop-filter:blur(6px)}.slide-copy h2{margin:0 0 8px;color:#F1DCA3;font-size:28px}.slide-copy p{color:#E8ECF5;margin:0}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;border:none;border-radius:999px;background:rgba(27,33,48,.78);color:#F1DCA3;box-shadow:0 8px 20px rgba(0,0,0,.28);width:42px;height:42px;cursor:pointer;font-size:24px}.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(241,220,163,.28);cursor:pointer}.slider-dots button.active{background:#F1DCA3}.section{margin:34px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:18px}.section-kicker,.tag,.label,.num,.badge{color:#F1DCA3}.section-title,h1,h2,h3{color:#F1DCA3}.section-title{font-size:28px;margin:0}.section-head p{max-width:680px}.page-hero{margin:28px 0 26px;padding:34px;border:1px solid rgba(241,220,163,.14);background:linear-gradient(135deg,#1B2130,#202738);border-radius:24px;box-shadow:0 14px 36px rgba(0,0,0,.25)}.page-hero h1{font-size:34px;line-height:1.25;margin:8px 0 14px}.page-hero p{font-size:17px;max-width:880px}.grid{display:grid;gap:18px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.zone-card,.info-card,.review-card,.qa-card,.notice-card{background:#1B2130;border:1px solid rgba(241,220,163,.14);box-shadow:0 14px 36px rgba(0,0,0,.25);border-radius:20px;padding:22px}.card h3,.zone-card h3,.info-card h3,.review-card h3,.qa-card h3{margin:0 0 10px;color:#F1DCA3}.card p,.zone-card p,.info-card p,.qa-card p{color:#B8C0D3}.content-img,.zone-card img,.app-section img{max-width:100%;height:auto;object-fit:contain;border-radius:18px;background:#202738;border:1px solid rgba(241,220,163,.12);margin-bottom:16px}.text-link{color:#F1DCA3;font-weight:700}.pill-row{display:flex;gap:12px;overflow:auto;padding-bottom:8px}.quick-pill{min-width:190px;background:#1B2130;border:1px solid rgba(241,220,163,.14);border-radius:999px;padding:12px 16px;box-shadow:0 10px 24px rgba(0,0,0,.18)}.quick-pill strong{display:block;color:#F1DCA3}.quick-pill span{display:block;color:#8F98AD;font-size:13px;white-space:normal;line-height:1.45}.summary-box{background:#202738;border:1px solid rgba(241,220,163,.14);border-radius:22px;padding:24px}.media-card{display:grid;grid-template-columns:42% 1fr;gap:18px;align-items:center}.media-card img{margin:0}.list{margin:12px 0 0;padding-left:18px;color:#B8C0D3}.list li{margin:6px 0}.review-card p{color:#E8ECF5}.review-card small{color:#8F98AD}.qa-card strong{color:#E8ECF5}.safe-reminder{background:#0E121A;border:1px solid rgba(241,220,163,.18);border-radius:20px;padding:22px}.safe-reminder p{color:#D5DBEA}.contact-list{display:grid;gap:12px}.contact-list div{background:#202738;border-radius:14px;padding:14px;border:1px solid rgba(241,220,163,.12)}.site-footer{background:#0E121A;color:#D5DBEA;padding:36px 20px 22px}.footer-inner{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1.2fr;gap:28px}.footer-brand img{height:42px;width:auto;margin-bottom:14px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:10px}.footer-links a{color:#F1DCA3}.footer-safe strong{color:#F1DCA3}.footer-copy{max-width:1240px;margin:22px auto 0;border-top:1px solid rgba(241,220,163,.12);padding-top:16px;color:#8F98AD}.mobile-bottom-nav{display:none}
@media(max-width:980px){.nav-core a{padding:9px 11px;font-size:14px}.desktop-header{gap:12px}.grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.media-card{grid-template-columns:1fr}.banner-slider img{height:390px}}
@media(max-width:760px){body{padding-top:68px;padding-bottom:74px}.desktop-header{display:none}.mobile-header{display:flex}.main{padding:0 14px 34px}.banner-slider{margin:16px auto 24px;border-radius:16px;min-height:210px}.banner-slider img{height:260px}.slide-copy{left:14px;right:14px;bottom:26px;padding:14px}.slide-copy h2{font-size:20px}.slide-copy p{font-size:13px}.slider-arrow{width:36px;height:36px;font-size:20px}.grid.two,.grid.three,.grid.four{grid-template-columns:1fr}.section-head{display:block}.section-title{font-size:24px}.page-hero{padding:24px 18px;border-radius:18px}.page-hero h1{font-size:28px}.pill-row{gap:10px}.quick-pill{min-width:170px}.footer-inner{grid-template-columns:1fr}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;height:60px;background:#0E121A;border-top:1px solid rgba(241,220,163,.14);z-index:9988;display:grid;grid-template-columns:repeat(4,1fr)}.mobile-bottom-nav a{display:flex;align-items:center;justify-content:center;color:#F1DCA3;font-weight:700}.category-panel{width:88vw}.drawer-links{grid-template-columns:1fr 1fr}.card,.zone-card,.info-card,.review-card,.qa-card,.notice-card{padding:18px}}
