*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}body{min-width:320px;background:#F7F3EC;color:#3E4148;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.78}a{color:inherit;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;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:18px;overflow:visible}.brand-logo,.mobile-logo,.drawer-logo{display:flex;align-items:center;flex-shrink:0}.brand-logo img{width:150px}.mobile-logo img{width:138px}.drawer-logo img{width:142px}.nav-core{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:nowrap;min-width:0;flex:1}.nav-core a{white-space:nowrap;color:#3E4148;font-weight:600;font-size:15px;padding:8px 9px;border-radius:999px;transition:all .22s ease}.nav-core a:hover,.nav-core a.active{color:#B98B5D;background:#FAF6EF}.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.app-entry,.text-link{color:#B98B5D;font-weight:700}.app-entry{white-space:nowrap;font-size:14px}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 22px;border-radius:999px;color:#fff;font-weight:800;background:linear-gradient(135deg,#E8C89A 0%,#D6A96F 55%,#B98B5D 100%);box-shadow:0 12px 24px rgba(185,139,93,.24);transition:transform .22s ease,box-shadow .22s ease;white-space:nowrap}.main-btn:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(185,139,93,.3)}.more-menu{position:relative;flex-shrink:0}.more-toggle,.drawer-open,.drawer-close{border:0;cursor:pointer;font-family:inherit}.more-toggle{min-height:40px;padding:8px 16px;border-radius:999px;background:#FAF6EF;color:#3E4148;font-weight:800;border:1px solid rgba(185,139,93,.18)}.more-dropdown{position:absolute;right:0;top:calc(100% + 12px);min-width:224px;padding:10px;background:#fff;border:1px solid rgba(185,139,93,.18);border-radius:18px;box-shadow:0 18px 42px rgba(185,139,93,.18);z-index:10000;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .22s ease}.more-menu:hover .more-dropdown,.more-menu:focus-within .more-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.more-dropdown a{display:block;padding:9px 12px;border-radius:12px;color:#3E4148;font-weight:600;white-space:nowrap}.more-dropdown a:hover,.more-dropdown a.active{background:#FAF6EF;color:#B98B5D}.mobile-header{display:none;min-height:64px;padding:0 14px;align-items:center;justify-content:space-between;gap:10px}.drawer-open{width:42px;height:42px;border-radius:14px;background:#FAF6EF;color:#3A332C;font-size:22px;font-weight:800;border:1px solid rgba(185,139,93,.18)}.mobile-reg{min-height:38px;padding:8px 18px}.drawer-mask{position:fixed;inset:0;background:rgba(47,43,39,.45);opacity:0;visibility:hidden;z-index:10001;transition:all .22s ease}.drawer-mask.show{opacity:1;visibility:visible}.mobile-drawer{position:fixed;top:0;left:0;width:min(82vw,330px);height:100vh;background:#fff;z-index:10002;transform:translateX(-105%);transition:transform .28s ease;padding:18px;overflow-y:auto;box-shadow:18px 0 44px rgba(47,43,39,.18)}.mobile-drawer.open{transform:translateX(0)}.drawer-on{overflow:hidden}.drawer-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:16px;border-bottom:1px solid rgba(185,139,93,.18)}.drawer-close{width:40px;height:40px;border-radius:14px;background:#FAF6EF;color:#3A332C;font-size:24px}.drawer-nav{display:grid;gap:8px;padding-top:18px}.drawer-nav a{padding:12px 14px;border-radius:14px;color:#3E4148;font-weight:700;background:#FAF6EF;border:1px solid rgba(185,139,93,.1)}.site-main{width:100%}.container,.section,.hero-page,.legal-strip{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.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;aspect-ratio:16/6}.slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease}.slide.active{opacity:1;z-index:2}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#F7F3EC}.slider-prev,.slider-next{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:42px;height:42px;border-radius:999px;border:0;background:rgba(255,255,255,.82);color:#B98B5D;font-size:26px;cursor:pointer;box-shadow:0 10px 24px 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:6;display:flex;justify-content:center;gap:8px}.slider-dot{width:10px;height:10px;padding:0;border-radius:999px;border:0;background:rgba(255,255,255,.7);cursor:pointer}.slider-dot.active{width:28px;background:#D6B48A}.notice{max-width:1280px;margin:0 auto 28px;padding:0 24px}.notice-inner{display:flex;align-items:center;gap:14px;padding:14px 18px;border-radius:18px;background:#fff;border:1px solid rgba(185,139,93,.18);box-shadow:0 10px 24px rgba(185,139,93,.1)}.notice-label{flex-shrink:0;color:#B98B5D;font-weight:900}.notice-inner p{margin:0;color:#747A84}.section{margin-top:34px;margin-bottom:34px}.section-head{max-width:840px;margin-bottom:22px}.kicker{display:inline-flex;align-items:center;margin-bottom:10px;padding:4px 12px;border-radius:999px;color:#B98B5D;background:#FAF6EF;font-size:13px;font-weight:800;border:1px solid rgba(185,139,93,.16)}h1,h2,h3,.section-title{color:#3A332C;line-height:1.32;margin-top:0}h1{font-size:clamp(30px,5vw,56px);margin-bottom:16px}h2{font-size:clamp(24px,3.4vw,38px);margin-bottom:12px}h3{font-size:20px;margin-bottom:10px}p{margin-top:0;margin-bottom:14px}.lead{font-size:17px;color:#5F6570}.grid-2{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:28px;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.card,.zone-card,.info-card,.review-card,.qa-card,.hero-page,.legal-strip{background:#fff;border:1px solid rgba(185,139,93,.18);box-shadow:0 14px 36px rgba(185,139,93,.12)}.card,.info-card,.review-card,.qa-card{border-radius:22px;padding:22px}.card.soft{background:#FAF6EF}.zone-card{border-radius:22px;overflow:hidden}.zone-card .zone-body{padding:20px}.content-img,.zone-card img,.app-section img{max-width:100%;height:auto}.content-img{border-radius:24px;border:1px solid rgba(185,139,93,.18);box-shadow:0 14px 36px rgba(185,139,93,.12);background:#FAF6EF}.zone-card img{width:100%;object-fit:contain;background:#FAF6EF}.category-card{min-height:190px;display:flex;flex-direction:column;justify-content:space-between}.category-card p,.info-card p,.review-card p,.qa-card p,.zone-card p{color:#747A84}.inline-list,.check-list{padding-left:0;list-style:none;display:grid;gap:10px;margin:14px 0 0}.inline-list li,.check-list li{padding-left:18px;position:relative;color:#5F6570}.inline-list li:before,.check-list li:before{content:"";width:7px;height:7px;border-radius:50%;background:#D6B48A;position:absolute;left:0;top:.75em}.text-link{display:inline-flex;align-items:center;margin-top:6px;font-weight:900}.text-link:after{content:"›";margin-left:5px;font-size:18px}.hero-page{margin-top:28px;margin-bottom:34px;border-radius:30px;padding-top:44px;padding-bottom:44px;background:radial-gradient(circle at 14% 12%,rgba(238,247,255,.88),transparent 32%),linear-gradient(135deg,#fff 0%,#FAF6EF 100%)}.hero-page .grid-2{align-items:center}.hero-page p{color:#5F6570}.legal-strip{margin-top:34px;margin-bottom:44px;border-radius:24px;padding-top:24px;padding-bottom:24px;background:#EEF7FF}.legal-strip h2{font-size:24px}.legal-strip p{margin-bottom:0;color:#5F6570}.split-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.review-grid,.qa-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.app-section{background:radial-gradient(circle at 100% 0,rgba(238,247,255,.9),transparent 28%),#fff}.site-footer{background:#2F2B27;color:#F7F3EC;margin-top:50px}.footer-inner{max-width:1280px;margin:0 auto;padding:44px 24px 28px;display:grid;grid-template-columns:minmax(260px,1.1fr) minmax(0,1.6fr);gap:34px}.footer-brand img{width:150px;margin-bottom:14px}.footer-brand p,.footer-bottom p{color:rgba(247,243,236,.78)}.footer-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.footer-links h3{color:#F7F3EC;font-size:16px}.footer-links a{display:block;color:rgba(247,243,236,.78);margin:7px 0}.footer-bottom{max-width:1280px;margin:0 auto;padding:18px 24px 28px;border-top:1px solid rgba(247,243,236,.12)}.footer-bottom p{margin:0}@media(max-width:1120px){.nav-core a{padding-left:7px;padding-right:7px;font-size:14px}.brand-logo img{width:136px}}@media(max-width:1024px){.desktop-header{display:none}.mobile-header{display:flex}.grid-2,.split-info,.footer-inner{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.banner-slider{margin-top:18px;aspect-ratio:16/8;border-radius:14px}}@media(max-width:760px){.container,.section,.hero-page,.legal-strip{padding-left:16px;padding-right:16px}.grid-3,.grid-4,.review-grid,.qa-grid,.footer-links{grid-template-columns:1fr}.notice{padding-left:16px;padding-right:16px}.notice-inner{align-items:flex-start;flex-direction:column;gap:6px}.banner-slider{margin-left:16px;margin-right:16px;aspect-ratio:16/9}.slider-prev,.slider-next{width:36px;height:36px;font-size:22px}.hero-page{padding-top:28px;padding-bottom:28px;border-radius:22px}.card,.info-card,.review-card,.qa-card{padding:18px;border-radius:18px}.mobile-logo img{width:118px}.mobile-reg{min-height:36px;padding:7px 15px}}