:root{--bg:#F7F3EC;--white:#FFFFFF;--soft:#FAF6EF;--blue:#EEF7FF;--gold:#D6B48A;--deep:#B98B5D;--line:rgba(185,139,93,.18);--title:#3A332C;--text:#3E4148;--muted:#747A84;--shadow:0 14px 36px rgba(185,139,93,.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}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.75}a{text-decoration:none}.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;overflow:visible}.brand-logo img,.mobile-logo img{height:42px;max-width:150px;object-fit:contain}.nav-core{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;min-width:0}.nav-core a{white-space:nowrap;color:#3E4148;font-weight:700;padding:9px 13px;border-radius:999px}.nav-core a:hover,.nav-core a.active{color:#B98B5D;background:rgba(232,210,181,.28)}.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.app-entry,.more-toggle{color:#B98B5D;background:#FAF6EF;border:1px solid var(--line);border-radius:999px;padding:9px 14px;font-weight:700;white-space:nowrap}.more-toggle{cursor:pointer}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--btn);color:#fff;border-radius:999px;padding:10px 20px;font-weight:800;box-shadow:0 12px 24px rgba(185,139,93,.24);white-space:nowrap;transition:.2s}.main-btn:hover{transform:translateY(-1px);box-shadow:0 16px 28px rgba(185,139,93,.30)}.small-btn{padding:8px 14px}.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 var(--line);box-shadow:0 18px 42px rgba(185,139,93,.18);z-index:10000;border-radius:16px;padding:10px;display:none}.more-menu:hover .more-dropdown,.more-menu:focus-within .more-dropdown{display:grid;grid-template-columns:1fr 1fr;gap:6px}.more-dropdown a{color:#3E4148;padding:8px 10px;border-radius:10px;font-weight:700}.more-dropdown a:hover,.more-dropdown a.active{background:#FAF6EF;color:#B98B5D}.mobile-head{display:none}.mobile-drawer,.drawer-mask{display:none}main{position:relative;z-index:1}.section,.banner-slider,.notice,.footer-inner{max-width:1280px;margin-left:auto;margin-right:auto}.banner-slider{margin:24px auto 30px;border-radius:18px;background:#fff;box-shadow:var(--shadow);overflow:hidden;position:relative;z-index:1;height:clamp(220px,34vw,430px)}.slide{display:none;width:100%;height:100%}.slide.active{display:block}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#F7F3EC;display:block}.slide-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:26px;box-shadow:0 8px 18px rgba(58,51,44,.12);cursor:pointer}.prev{left:18px}.next{right:18px}.dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px}.dot{width:10px;height:10px;border:0;border-radius:999px;background:rgba(185,139,93,.32);cursor:pointer}.dot.active{width:28px;background:#B98B5D}.notice{margin-top:-6px;background:linear-gradient(135deg,#fff,#FAF6EF);border:1px solid var(--line);border-radius:16px;padding:14px 18px;color:#6E665D;box-shadow:0 10px 24px rgba(185,139,93,.08)}.section{padding:46px 22px}.section-title{font-size:clamp(26px,3vw,40px);line-height:1.25;margin:0 0 12px;color:var(--title)}.section-lead{max-width:820px;color:var(--muted);margin:0 0 24px}.hero-card,.split,.app-section,.alert-box{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:var(--shadow)}.kicker,.tag{display:inline-flex;color:#B98B5D;background:#FAF6EF;border:1px solid var(--line);border-radius:999px;padding:6px 12px;font-weight:800}.content-img,.zone-card img,.app-section img{max-width:100%;height:auto;object-fit:contain;display:block}.visual-card{background:linear-gradient(135deg,#FAF6EF,#EEF7FF);border-radius:22px;padding:16px;border:1px solid var(--line)}.grid{display:grid;gap:18px}.grid-12{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card,.zone-card,.info-card,.review-card,.faq-card{background:#fff;border:1px solid var(--line);box-shadow:0 14px 36px rgba(185,139,93,.12);border-radius:20px;padding:20px}.card h3,.zone-card h3,.info-card h3,.review-card h3,.faq-card h3{margin:0 0 8px;color:var(--title)}.card p,.zone-card p,.info-card p,.review-card p,.faq-card p{margin:0;color:var(--muted)}.text-link{display:inline-flex;margin-top:12px;color:#B98B5D;font-weight:800}.text-link:hover{text-decoration:underline}.zone-card img{width:100%;height:178px;margin-bottom:14px}.features{list-style:none;padding:0;margin:16px 0;display:grid;gap:8px}.features li{padding-left:18px;position:relative;color:#5E5750}.features li:before{content:"";position:absolute;left:0;top:.75em;width:7px;height:7px;border-radius:50%;background:#D6B48A}.soft{background:#FAF6EF}.blue-soft{background:#EEF7FF}.site-footer{background:#2F2B27;color:#F7F3EC;margin-top:40px}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:26px;padding:42px 22px}.footer-brand img{height:46px;max-width:160px;object-fit:contain;margin-bottom:12px}.footer-brand p,.footer-col a{color:#E8DED2}.footer-col{display:flex;flex-direction:column;gap:8px}.footer-col h3{color:#fff;margin:0 0 6px}.page-hero{background:linear-gradient(135deg,#fff,#FAF6EF 55%,#EEF7FF);border-bottom:1px solid var(--line)}.page-hero .section{display:grid;grid-template-columns:1.08fr .92fr;gap:26px;align-items:center}.page-hero h1{font-size:clamp(30px,4vw,48px);line-height:1.18;margin:12px 0;color:var(--title)}.page-body{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}.article{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow)}.article p{margin:0 0 16px}.side-stack{display:grid;gap:18px}.legal-note{background:#fff8ec;border:1px solid var(--line);border-radius:20px;padding:20px;color:#6E6257}.faq-list{display:grid;gap:16px}@media(max-width:1120px){.nav-core{display:none}.header-inner{display:none}.mobile-head{display:flex;align-items:center;justify-content:space-between;height:68px;padding:0 16px}.mobile-menu-btn{width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:12px;color:#B98B5D;font-size:22px}.mobile-drawer{display:block;position:fixed;left:0;top:0;bottom:0;width:min(86vw,320px);background:#fff;z-index:10020;transform:translateX(-105%);transition:.25s;box-shadow:18px 0 36px rgba(0,0,0,.18);overflow-y:auto}.drawer-mask{display:block;position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:10010;opacity:0;pointer-events:none;transition:.25s}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-open .drawer-mask{opacity:1;pointer-events:auto}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid var(--line)}.drawer-head img{height:42px;max-width:150px;object-fit:contain}.drawer-close{border:0;background:#FAF6EF;color:#B98B5D;border-radius:12px;width:38px;height:38px;font-size:25px}.drawer-nav{display:grid;gap:6px;padding:14px}.drawer-nav a{color:#3E4148;padding:11px 12px;border-radius:12px;font-weight:800;background:#FAF6EF}.drawer-open{overflow:hidden}}@media(max-width:900px){.hero-card,.split,.app-section,.alert-box,.page-hero .section,.page-body{grid-template-columns:1fr}.grid-12{grid-template-columns:repeat(2,1fr)}.grid-3,.grid-2{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.banner-slider{margin:14px 14px 22px;height:clamp(190px,52vw,320px)}}@media(max-width:560px){.section{padding:34px 14px}.hero-card,.split,.app-section,.alert-box,.article{padding:20px}.grid-12{grid-template-columns:1fr}.zone-card img{height:150px}.footer-inner{grid-template-columns:1fr}.slide-btn{width:36px;height:36px;font-size:22px}}
