*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow-x:hidden;overflow-y:auto}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;background:#F7F3EC;color:#3E4148;line-height:1.75}a{text-decoration:none}img{max-width:100%;height:auto;display:block}.site-header{position:sticky;top: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;padding:0 22px}.logo img{max-height:52px}.nav-core{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}.nav-core a{white-space:nowrap;color:#3E4148;padding:9px 12px;border-radius:999px;font-weight:600}.nav-core a:hover{color:#B98B5D;background:#FAF6EF}.header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.app-pill,.more-btn{border:1px solid rgba(185,139,93,.22);background:#fff;color:#B98B5D;border-radius:999px;padding:9px 14px;font-weight:700;cursor:pointer}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#E8C89A 0%,#D6A96F 55%,#B98B5D 100%);color:#fff;border-radius:999px;padding:10px 20px;font-weight:800;box-shadow:0 12px 26px rgba(185,139,93,.22)}.more-menu{position:relative;flex-shrink:0}.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:12px;display:none}.more-dropdown.show{display:grid}.more-dropdown a{color:#3E4148;padding:9px 10px;border-radius:12px}.mobile-menu-btn{display:none;border:0;background:transparent;width:38px}.mobile-menu-btn span{display:block;height:2px;background:#3E4148;margin:6px 0}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:10000;display:none}.drawer-mask.show{display:block}.mobile-drawer{position:fixed;top:0;left:0;width:84%;max-width:320px;height:100vh;background:#fff;z-index:10001;transform:translateX(-105%);transition:.25s;box-shadow:16px 0 40px rgba(47,43,39,.2);overflow:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-top{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid rgba(185,139,93,.16)}.drawer-top img{height:46px}.drawer-top button{font-size:28px;border:0;background:transparent;color:#B98B5D}.drawer-links{display:grid;padding:12px}.drawer-links a{color:#3E4148;padding:12px;border-radius:14px;border-bottom:1px solid rgba(185,139,93,.08)}.no-scroll{overflow:hidden}.container{width:min(1200px,calc(100% - 32px));margin:0 auto}.section{padding:52px 0}.banner-slider{max-width:1280px;margin:24px auto 30px;border-radius:18px;background:#fff;box-shadow:0 14px 36px rgba(185,139,93,.14);overflow:hidden;position:relative;z-index:1}.slides{height:clamp(220px,36vw,460px);position:relative}.slide{position:absolute;inset:0;opacity:0;transition:.45s}.slide.active{opacity:1}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#F7F3EC}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.86);color:#B98B5D;font-size:24px}.prev{left:16px}.next{right:16px}.dots{position:absolute;bottom:14px;left:0;right:0;display:flex;justify-content:center;gap:8px}.dots button{width:9px;height:9px;border-radius:50%;border:0;background:rgba(185,139,93,.32)}.dots button.active{width:24px;border-radius:999px;background:#B98B5D}.notice,.card,.zone-card,.review-card,.faq-item,.page-content,.side-card{background:#fff;border:1px solid rgba(185,139,93,.18);box-shadow:0 14px 36px rgba(185,139,93,.12);border-radius:24px;padding:24px}.hero-intro,.split,.app-section,.page-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}.page-layout{grid-template-columns:1fr 340px}.kicker,.tag,.text-link{color:#B98B5D;font-weight:800}h1,h2,h3,.section-title{color:#3A332C;margin-top:0}.hero-box h1,.page-hero h1{font-size:clamp(32px,5vw,58px);line-height:1.12}.hero-img,.content-img{border-radius:24px;background:#fff;padding:14px;border:1px solid rgba(185,139,93,.18);box-shadow:0 14px 36px rgba(185,139,93,.12);object-fit:contain;max-height:330px;margin:auto}.grid{display:grid;gap:18px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.zone-card img{height:170px;width:100%;object-fit:contain;margin-bottom:12px;background:#FAF6EF;border-radius:18px}.safe-note{background:linear-gradient(135deg,#fff,#FAF6EF);border:1px solid rgba(185,139,93,.2);border-radius:24px;padding:24px;color:#747A84}.page-hero{padding:56px 0 24px}.site-footer{background:#2F2B27;color:#F7F3EC;margin-top:60px;padding:44px 0}.footer-inner{width:min(1200px,calc(100% - 32px));margin:auto;display:grid;grid-template-columns:1.2fr .8fr;gap:28px}.footer-brand img{height:52px;margin-bottom:16px}.footer-brand p{color:#E8D2B5}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.footer-links a{color:#F7F3EC}@media(max-width:1024px){.nav-core,.app-pill,.more-menu{display:none}.mobile-menu-btn{display:block}.header-inner{min-height:66px}.logo{position:absolute;left:50%;transform:translateX(-50%)}.logo img{max-height:44px}.grid-4{grid-template-columns:repeat(2,1fr)}.hero-intro,.split,.app-section,.page-layout{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr}}@media(max-width:640px){.container{width:min(100% - 22px,1200px)}.grid-3,.grid-2,.grid-4{grid-template-columns:1fr}.section{padding:36px 0}.slides{height:220px}.hero-img,.content-img{max-height:240px}.zone-card img{height:150px}}
