*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"Noto Sans SC",system-ui,sans-serif;background:#fff;color:#1e293b;line-height:1.78;font-size:16px}
a{color:#0d9488;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}

.site-header{background:#fff;border-bottom:3px solid #0f766e;position:sticky;top:0;z-index:340}
.header-inner{max-width:1180px;margin:0 auto;padding:12px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative}
.brand{display:flex;align-items:center;gap:10px;color:#0f172a;font-weight:600;font-size:.93rem;line-height:1.35}
.brand:hover{text-decoration:none}
.brand img{border-radius:8px;flex-shrink:0}
.brand em{font-style:normal;color:#0f766e;font-weight:700}
.site-nav ul{display:flex;flex-wrap:wrap;gap:6px 20px;list-style:none}
.site-nav a{color:#64748b;font-size:.9rem;padding:4px 0}
.site-nav a.active,.site-nav a:hover{color:#0f766e;font-weight:600;border-bottom:2px solid #14b8a6;text-decoration:none}
.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:#334155;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:#f0fdfa;border-bottom:1px solid #99f6e4;padding:10px 0}
.applist-title{font-size:.78rem;color:#0f766e;text-align:center;margin-bottom:6px}
#ads{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}

.mag-wrap{display:grid;grid-template-columns:252px minmax(0,1fr);gap:36px;max-width:1180px;margin:0 auto;padding:28px 22px 52px}
.mag-rail{order:1;position:sticky;top:88px;align-self:start;background:#fff;border:1px solid #cbd5e1;border-left:5px solid #0f766e;border-radius:0 14px 14px 0;padding:22px 16px 18px;box-shadow:4px 6px 28px rgba(15,118,110,.07)}
.mag-rail h2{font-size:.84rem;color:#0f766e;margin-bottom:16px;font-weight:700;letter-spacing:.03em;text-transform:none}
.mag-rail ol{list-style:none;counter-reset:mrail}
.mag-rail li{counter-increment:mrail;margin-bottom:10px;border-bottom:1px dotted #e2e8f0;padding-bottom:8px}
.mag-rail li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.mag-rail a{font-size:.85rem;color:#475569;display:flex;align-items:flex-start;gap:10px;line-height:1.42;padding:2px 0;transition:color .15s}
.mag-rail a::before{content:counter(mrail,decimal-leading-zero);flex-shrink:0;font-size:.68rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#0f766e,#14b8a6);padding:3px 6px;border-radius:4px;min-width:26px;text-align:center}
.mag-rail a.is-active{color:#0f766e;font-weight:600;text-decoration:none}
.mag-rail a.is-active::before{background:linear-gradient(135deg,#134e4a,#0f766e)}

.mag-main{order:2;min-width:0}

.hero-slab{position:relative;background:linear-gradient(118deg,#134e4a 0%,#0f766e 38%,#ccfbf1 100%);border-radius:18px;padding:34px 30px 30px;margin-bottom:34px;color:#fff;overflow:hidden}
.hero-slab::after{content:"";position:absolute;right:-40px;bottom:-60px;width:220px;height:220px;background:rgba(255,255,255,.06);border-radius:50%;pointer-events:none}
.hero-slab .hero-tag{display:inline-block;font-size:.76rem;font-weight:600;color:#134e4a;background:#fff;padding:5px 15px;border-radius:6px;margin-bottom:14px;position:relative;z-index:1}
.hero-slab h1{font-size:clamp(1.36rem,3.4vw,1.88rem);line-height:1.36;margin-bottom:14px;color:#fff;position:relative;z-index:1}
.hero-slab .hero-lede{color:#ecfdf5;font-size:1.01rem;margin-bottom:10px;text-align:justify;position:relative;z-index:1}
.hero-slab .hero-lede:last-of-type{margin-bottom:0}
.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;position:relative;z-index:1}
.chip-row span{font-size:.78rem;padding:5px 13px;border-radius:6px;background:rgba(255,255,255,.18);color:#fff;border:1px solid rgba(255,255,255,.28)}

.article-block{margin-bottom:36px;padding:22px 24px 26px;background:#fafafa;border-radius:12px;border:1px solid #e2e8f0}
.article-block h2{font-size:1.18rem;margin-bottom:12px;color:#134e4a;line-height:1.38;padding-left:12px;border-left:4px solid #14b8a6}
.article-block p{margin-bottom:11px;color:#334155;text-align:justify;font-size:.97rem}
.article-block figure{margin:20px 0 14px;border-radius:10px;overflow:hidden;border:1px solid #cbd5e1;background:#fff}
.article-block figcaption{font-size:.83rem;color:#64748b;padding:10px 14px;background:#f8fafc;border-top:1px solid #e2e8f0}

.note-band{background:#fff;border:1px dashed #14b8a6;padding:14px 18px;margin:16px 0;border-radius:8px;font-size:.93rem;color:#475569}

.faq-panel{margin-top:8px;padding:26px 24px;background:#fff;border:1px solid #cbd5e1;border-radius:12px}
.faq-panel>h2{font-size:1.16rem;margin-bottom:16px;color:#134e4a}
.faq-item{border:1px solid #e2e8f0;margin-bottom:10px;background:#fafafa;border-radius:8px;overflow:hidden}
.faq-item summary{padding:14px 18px;cursor:pointer;font-weight:500;list-style:none;color:#475569}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item[open] summary{background:#f0fdfa;border-bottom:1px solid #99f6e4;color:#0f766e}
.faq-item p{padding:14px 18px;color:#475569;font-size:.94rem}

.related-strip{max-width:1180px;margin:0 auto;padding:0 22px 46px}
.related-strip h2{font-size:1.04rem;margin-bottom:12px;color:#134e4a}
.related-strip ul{list-style:none;display:flex;flex-wrap:wrap;gap:10px 22px}
.related-strip a{font-size:.91rem}

.site-footer{background:#f0fdfa;border-top:3px solid #0f766e;padding:28px 22px;text-align:center;font-size:.88rem;color:#64748b}
.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 18px;margin-bottom:10px}
.footer-links a{color:#475569}
.footer-sub{font-size:.82rem;color:#0f766e;margin-top:6px}

.prose-page{max-width:760px;margin:0 auto;padding:32px 22px 48px}
.prose-page h1{font-size:1.38rem;margin-bottom:16px;color:#134e4a}
.prose-page p{margin-bottom:12px;color:#475569}

@media(max-width:920px){
.mag-wrap{grid-template-columns:1fr}
.mag-rail{order:-1;position:static;margin-bottom:10px;border-left-width:4px;border-radius:12px}
.nav-toggle{display:flex}
.site-nav{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #99f6e4;padding:12px 22px;display:none;box-shadow:0 8px 20px rgba(0,0,0,.06)}
.site-nav.is-open{display:block}
.site-nav ul{flex-direction:column;gap:10px}
.hero-slab h1{font-size:1.3rem}
.article-block{padding:18px 16px 22px}
}
