:root{
  --page:#F7F3EC;
  --soft:#FAF6EF;
  --blue:#EEF7FF;
  --gold:#D6B48A;
  --gold-deep:#B98B5D;
  --line:#E8D2B5;
  --title:#3A332C;
  --text:#3E4148;
  --muted:#747A84;
  --light:#9A9FA8;
  --footer:#2F2B27;
  --shadow:0 14px 36px rgba(185,139,93,0.14);
  --btn:linear-gradient(135deg,#E8C89A 0%,#D6A96F 55%,#B98B5D 100%);
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;overflow-x:hidden;overflow-y:auto;background:var(--page);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.72}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.site-header{position:sticky;top:0;left:0;width:100%;z-index:9999;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);box-shadow:0 8px 24px rgba(185,139,93,.12)}
.header-inner{max-width:1280px;margin:0 auto;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px;overflow:visible;padding:0 20px}
.brand-logo{display:flex;align-items:center;flex:0 0 auto}.brand-logo img{height:46px;width:auto;object-fit:contain}.nav-core{display:flex;align-items:center;gap:12px;flex-wrap:nowrap;min-width:0}.nav-core a,.more-btn{white-space:nowrap;color:var(--text);font-weight:700;font-size:15px;padding:10px 11px;border-radius:999px;transition:.2s ease}.nav-core a:hover,.nav-core a.active,.more-btn:hover,.more-dropdown a:hover,.more-dropdown a.active{color:var(--gold-deep);background:rgba(232,210,181,.18)}
.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.more-menu{position:relative;flex-shrink:0}.more-btn{border:1px solid rgba(185,139,93,.18);background:#fff;cursor:pointer}.more-dropdown{position:absolute;right:0;top:calc(100% + 12px);min-width:220px;background:#fff;border:1px solid rgba(185,139,93,.18);box-shadow:0 18px 42px rgba(185,139,93,.18);z-index:10000;border-radius:18px;padding:10px;display:none}.more-menu:hover .more-dropdown,.more-menu.open .more-dropdown{display:grid;grid-template-columns:1fr;gap:4px}.more-dropdown a{display:block;padding:10px 14px;border-radius:12px;color:var(--text);font-weight:600}
.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 22px;border-radius:999px;background:var(--btn);color:#fff!important;font-weight:800;box-shadow:0 10px 22px rgba(185,139,93,.22);white-space:nowrap;border:0;transition:.2s ease}.main-btn:hover{transform:translateY(-2px);box-shadow:0 14px 26px rgba(185,139,93,.28)}
.mobile-menu-btn{display:none;background:#fff;border:1px solid rgba(185,139,93,.22);width:42px;height:42px;border-radius:14px;align-items:center;justify-content:center;flex-direction:column;gap:5px;flex:0 0 auto}.mobile-menu-btn span{display:block;width:18px;height:2px;background:var(--gold-deep);border-radius:2px}.drawer-mask{position:fixed;inset:0;background:rgba(47,43,39,.38);opacity:0;visibility:hidden;transition:.2s ease;z-index:10000}.drawer-mask.show{opacity:1;visibility:visible}.mobile-drawer{position:fixed;left:0;top:0;width:min(84vw,340px);height:100vh;background:#fff;z-index:10001;transform:translateX(-104%);transition:.25s ease;box-shadow:22px 0 60px rgba(47,43,39,.22);padding:18px;overflow-y:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid rgba(185,139,93,.16)}.drawer-head img{height:44px;width:auto}.drawer-close{font-size:30px;line-height:1;border:0;background:var(--soft);color:var(--gold-deep);width:42px;height:42px;border-radius:50%;cursor:pointer}.drawer-nav{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.drawer-nav a{padding:12px;border-radius:14px;background:var(--soft);color:var(--text);font-weight:700;text-align:center}.drawer-nav a.active,.drawer-nav a:hover{background:#fff4e7;color:var(--gold-deep);box-shadow:inset 0 0 0 1px rgba(185,139,93,.2)}
main{position:relative;z-index:1}.container{max-width:1280px;margin:0 auto;padding:0 20px}.section{margin:42px auto}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:22px}.eyebrow{color:var(--gold-deep);font-weight:800;letter-spacing:.08em;font-size:13px}.section-title,h1,h2,h3{color:var(--title);line-height:1.32;margin:0}.section-title{font-size:30px}.section-desc{color:var(--muted);margin:10px 0 0;max-width:780px}.text-link{color:var(--gold-deep);font-weight:800}.text-link:hover{text-decoration:underline}.card,.zone-card,.info-card,.review-card,.qa-card{background:#fff;border:1px solid rgba(185,139,93,.18);box-shadow:0 14px 36px rgba(185,139,93,.12);border-radius:22px}.content-img,.zone-card img,.app-section img,.banner-slider img{max-width:100%;height:auto}.content-img{border-radius:20px;border:1px solid rgba(185,139,93,.12);box-shadow:var(--shadow);object-fit:contain;background:var(--soft)}
.banner-slider{max-width:1280px;margin:24px auto 30px;border-radius:18px;background:#fff;box-shadow:var(--shadow);overflow:hidden;position:relative;z-index:1;aspect-ratio:16/6}.slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease}.slide.active{opacity:1;z-index:1}.banner-slider img{width:100%;height:100%;object-fit:contain;background:var(--page)}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.88);color:var(--gold-deep);font-size:28px;cursor:pointer;box-shadow:0 10px 20px rgba(47,43,39,.12)}.slider-prev{left:16px}.slider-next{right:16px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;z-index:2;display:flex;justify-content:center;gap:9px}.slider-dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.82);cursor:pointer}.slider-dot.active{width:28px;border-radius:999px;background:var(--gold-deep)}
.notice-strip{display:flex;gap:14px;align-items:center;justify-content:space-between;background:#fff;border:1px solid rgba(185,139,93,.18);border-radius:18px;padding:16px 20px;box-shadow:0 10px 26px rgba(185,139,93,.1)}.notice-strip strong{color:var(--gold-deep)}.notice-strip p{margin:0;color:var(--muted)}.hero-card{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:center;background:linear-gradient(135deg,#fff 0%,#FAF6EF 65%,#EEF7FF 100%);border:1px solid rgba(185,139,93,.18);border-radius:28px;padding:34px;box-shadow:var(--shadow)}.hero-card h1{font-size:42px;margin:8px 0 14px}.hero-card p{margin:0 0 18px;color:var(--muted)}.hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.grid{display:grid;gap:18px}.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))}.channel-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.channel-card{padding:22px}.channel-card h3{font-size:20px;margin-bottom:8px}.channel-card p,.zone-card p,.info-card p,.review-card p,.qa-card p{margin:0;color:var(--muted)}.zone-card{overflow:hidden}.zone-card img{width:100%;height:220px;object-fit:contain;background:var(--soft);border-bottom:1px solid rgba(185,139,93,.12)}.zone-body{padding:22px}.zone-body h3{margin-bottom:10px}.feature-split{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:center}.feature-split .copy{padding:28px}.copy p{color:var(--muted)}.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.pill-list span{background:#fff4e7;color:var(--gold-deep);border:1px solid rgba(185,139,93,.18);border-radius:999px;padding:7px 12px;font-weight:700;font-size:14px}.review-card{padding:22px}.review-card strong{display:block;color:var(--title);margin-bottom:8px}.qa-card{padding:22px}.qa-card h3{font-size:18px;margin-bottom:8px}.reminder{background:linear-gradient(135deg,#fff 0%,#FAF6EF 72%,#EEF7FF 100%);border:1px solid rgba(185,139,93,.18);border-radius:24px;padding:26px;box-shadow:var(--shadow)}.reminder ul{margin:14px 0 0;padding-left:20px;color:var(--muted)}.page-hero{max-width:1280px;margin:26px auto 30px;padding:38px 20px}.page-hero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:center;border-radius:28px;background:linear-gradient(135deg,#fff 0%,#FAF6EF 70%,#EEF7FF 100%);border:1px solid rgba(185,139,93,.18);box-shadow:var(--shadow);padding:34px}.page-hero h1{font-size:40px;margin:8px 0 14px}.page-hero p{color:var(--muted);margin:0}.page-hero .content-img{width:100%;max-height:360px;object-fit:contain}.article{max-width:1100px;margin:0 auto 46px;padding:0 20px}.article-block{padding:28px;margin-bottom:22px}.article-block p{color:var(--muted);margin:10px 0}.article-block ul{color:var(--muted);margin:12px 0 0;padding-left:20px}.article-block li{margin:8px 0}.support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.support-grid .info-card{padding:22px}.faq-list{display:grid;gap:16px}.faq-item{padding:22px}.faq-item h2{font-size:20px;margin-bottom:8px}.app-section{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:center}.mobile-bottom{display:none}
.site-footer{background:var(--footer);color:var(--page);margin-top:54px;padding:44px 20px 96px}.footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1.6fr;gap:38px}.footer-brand img{height:48px;width:auto;margin-bottom:16px}.footer-brand p{color:rgba(247,243,236,.78);margin:0}.footer-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.footer-links h3{color:#fff;font-size:18px;margin-bottom:10px}.footer-links a{display:block;color:rgba(247,243,236,.78);margin:8px 0}.footer-links a:hover{color:#fff}.footer-note{max-width:1280px;margin:28px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);color:rgba(247,243,236,.72);font-size:14px}
@media (max-width:1180px){.channel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-core{gap:6px}.nav-core a{padding:9px 8px;font-size:14px}}
@media (max-width:1024px){.nav-core{display:none}.more-menu{display:none}.header-inner{min-height:68px}.mobile-menu-btn{display:flex}.brand-logo{position:absolute;left:50%;transform:translateX(-50%)}.brand-logo img{height:42px}.header-actions{margin-left:auto}.hero-card,.page-hero-inner,.feature-split,.app-section{grid-template-columns:1fr}.channel-grid,.grid-3,.support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.banner-slider{margin-left:20px;margin-right:20px;aspect-ratio:16/7}.site-header{position:sticky;top:0;z-index:9999}.mobile-drawer,.drawer-mask{z-index:10000}.mobile-drawer{z-index:10001}}
@media (max-width:768px){body{padding-bottom:74px}.header-inner{padding:0 14px}.main-btn{min-height:38px;padding:0 16px}.banner-slider{border-radius:14px;aspect-ratio:16/9;margin-top:16px}.slider-arrow{width:34px;height:34px;font-size:22px}.notice-strip{align-items:flex-start;flex-direction:column}.section{margin:32px auto}.section-head{display:block}.section-title{font-size:25px}.hero-card{padding:24px;border-radius:22px}.hero-card h1,.page-hero h1{font-size:30px}.page-hero{padding-top:18px}.page-hero-inner{padding:24px;border-radius:22px}.channel-grid,.grid-2,.grid-3,.grid-4,.support-grid{grid-template-columns:1fr}.zone-card img{height:190px}.article-block{padding:22px}.footer-inner,.footer-links{grid-template-columns:1fr}.site-footer{padding-bottom:100px}.mobile-bottom{position:fixed;left:12px;right:12px;bottom:12px;z-index:9998;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border:1px solid rgba(185,139,93,.18);border-radius:20px;padding:8px;box-shadow:0 12px 34px rgba(47,43,39,.16)}.mobile-bottom a{text-align:center;border-radius:14px;padding:8px 4px;color:var(--muted);font-weight:800;font-size:13px}.mobile-bottom a.active,.mobile-bottom a:hover{background:#fff4e7;color:var(--gold-deep)}}
@media (max-width:420px){.drawer-nav{grid-template-columns:1fr}.brand-logo img{height:36px}.main-btn{padding:0 14px}.mobile-menu-btn{width:40px;height:40px}.container{padding:0 14px}.banner-slider{margin-left:14px;margin-right:14px}.page-hero{padding-left:14px;padding-right:14px}.article{padding:0 14px}}
