*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:"Noto Sans SC",system-ui,sans-serif;background:#fff;color:#1f2937;line-height:1.78;font-size:16px}
a{color:#db2777;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.container{max-width:960px;margin:0 auto;padding:0 20px}

.site-header{background:#fff;border-bottom:1px solid #fbcfe8;position:sticky;top:0;z-index:200}
.header-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;position:relative}
.brand{display:flex;align-items:center;gap:10px;font-size:1rem;color:#1f2937;font-weight:500}
.brand:hover{text-decoration:none}
.brand b{color:#db2777;font-weight:700}
.brand img{border-radius:6px}
.site-nav ul{display:flex;gap:6px 16px;list-style:none;flex-wrap:wrap}
.site-nav a{color:#57534e;font-size:.9rem;padding:4px 0}
.site-nav a.active{color:#db2777;font-weight:600;border-bottom:2px solid #db2777}
.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px}
.nav-toggle span{display:block;width:22px;height:2px;background:#444;transition:.2s}
.nav-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.is-open span:nth-child(2){opacity:0}
.nav-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.ads-top-bar{background:#fdf2f8;border-bottom:1px solid #fbcfe8;padding:10px 0}
.applist-title{font-size:.78rem;color:#be185d;text-align:center;margin-bottom:6px}
#ads{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}
#ads .caption{font-size:.7rem;color:#78716c;margin-top:4px;text-align:center;max-width:70px;line-height:1.3}

.split-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;padding:36px 0 28px;align-items:start}
.split-hero .tag{display:inline-block;font-size:.76rem;font-weight:700;color:#db2777;background:#fce7f3;padding:4px 12px;margin-bottom:14px}
.split-hero h1{font-size:1.62rem;line-height:1.35;color:#1f2937;margin-bottom:14px}
.split-hero .lead{color:#444;font-size:1.01rem}
.hero-aside{background:#fdf2f8;border:1px solid #fbcfe8;padding:18px 16px}
.hero-aside h2{font-size:1rem;color:#be185d;margin-bottom:10px}
.hero-aside ol{margin-left:1.1rem;color:#444;font-size:.9rem}
.hero-aside li{margin-bottom:6px}

.sec-nav{padding:0 0 18px}
.sec-nav ul{list-style:none;display:flex;flex-wrap:wrap;gap:8px}
.sec-nav a{display:inline-block;padding:6px 12px;border:1px solid #fbcfe8;font-size:.82rem;color:#be185d;background:#fff}
.sec-nav a:hover{background:#fdf2f8;text-decoration:none}

.check-block{padding:22px 0;border-top:1px solid #fce7f3}
.check-block h2{font-size:1.18rem;color:#1f2937;margin-bottom:12px;display:flex;align-items:center;gap:10px}
.check-block h2::before{content:"";width:18px;height:18px;border:2px solid #db2777;border-radius:3px;flex-shrink:0;background:linear-gradient(#db2777,#db2777) center/10px 10px no-repeat}
.check-block p{color:#444;margin-bottom:10px;font-size:.97rem}
.check-block figure{margin:14px 0 4px;max-width:480px;border:1px solid #fbcfe8;overflow:hidden}
.check-block figcaption{font-size:.84rem;color:#78716c;margin-top:6px}
.check-list{list-style:none;margin:10px 0 14px}
.check-list li{position:relative;padding:6px 0 6px 28px;color:#444;font-size:.95rem}
.check-list li::before{content:"✓";position:absolute;left:0;color:#db2777;font-weight:700}

.faq-wrap{padding:28px 0 56px}
.faq-wrap h2{font-size:1.2rem;margin-bottom:12px}
.faq-wrap details{border:1px solid #fbcfe8;padding:12px 16px;margin-bottom:8px;background:#fdf2f8}
.faq-wrap summary{cursor:pointer;font-weight:600;font-size:.94rem}
.faq-wrap details p{margin-top:8px;margin-bottom:0;color:#57534e;font-size:.92rem}

.prose-page{padding:36px 0 48px;max-width:720px}
.prose-page h1{font-size:1.5rem;margin-bottom:16px}
.prose-page h2{font-size:1.1rem;margin:20px 0 8px}
.prose-page p{margin-bottom:12px;color:#444}

.site-footer{background:#fafaf9;border-top:1px solid #e7e5e4;padding:26px 0;text-align:center;font-size:.88rem;color:#78716c}
.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 16px;margin-bottom:10px}
.footer-links a{color:#57534e}
.error-page{text-align:center;padding:80px 20px}
.error-page h1{font-size:3rem;color:#db2777;margin-bottom:12px}

@media(max-width:820px){
  .split-hero{grid-template-columns:1fr}
  .nav-toggle{display:flex}
  .site-nav{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #e7e5e4;padding:12px 20px;display:none}
  .site-nav.is-open{display:block}
  .site-nav ul{flex-direction:column;gap:10px}
  .split-hero h1{font-size:1.36rem}
}
