*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"Noto Sans SC",sans-serif;background:#fff;color:#1a1a1a;line-height:1.75;font-size:16px}
a{color:#e65100;text-decoration:none}a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.container{max-width:1080px;margin:0 auto;padding:0 20px}
.site-header{background:#fff;border-bottom:2px solid #bf360c;position:sticky;top:0;z-index:300}
.header-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;position:relative}
.brand{display:flex;align-items:center;gap:10px;color:#111;font-weight:600;font-size:.95rem}
.brand:hover{text-decoration:none}.brand img{border-radius:4px}.brand b{color:#e65100;font-weight:700}
.site-nav ul{display:flex;flex-wrap:wrap;gap:6px 18px;list-style:none}
.site-nav a{color:#555;font-size:.9rem;padding:4px 0}
.site-nav a.active,.site-nav a:hover{color:#bf360c;font-weight:600;border-bottom:2px solid #e65100;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:#333;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:#fafafa;border-bottom:1px solid #ddd;padding:10px 0}
.applist-title{font-size:.78rem;color:#888;text-align:center;margin-bottom:6px}
#ads{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}
#ads .caption{font-size:.7rem;color:#666;margin-top:4px;text-align:center;max-width:70px;line-height:1.3}
.site-footer{background:#fafafa;border-top:2px solid #bf360c;padding:28px 0;text-align:center;font-size:.88rem;color:#666}
.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:10px}
.footer-links a{color:#555}
.prose-page{max-width:720px;margin:0 auto;padding:32px 20px 48px}
.prose-page h1{font-size:1.5rem;margin-bottom:16px}
.prose-page p{margin-bottom:12px;color:#333}
.error-page{text-align:center;padding:48px 20px 24px}
.error-page h1{font-size:3rem;color:#e65100}
@media(max-width:640px){
.nav-toggle{display:flex}
.site-nav{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #eee;padding:12px 20px;display:none}
.site-nav.is-open{display:block}.site-nav ul{flex-direction:column;gap:10px}
}

.offset-hero{padding:40px 0 24px;border-bottom:1px solid #ffccbc}
.offset-hero .tag{display:inline-block;font-size:.78rem;color:#e65100;border:1px solid #e65100;padding:4px 14px;border-radius:20px;margin-bottom:14px}
.offset-hero h1{font-size:1.85rem;line-height:1.35;margin-bottom:16px;max-width:780px}
.offset-hero .lead{color:#333;font-size:1.02rem;text-align:justify;max-width:780px;margin-bottom:8px}
.offset-strip{display:flex;flex-wrap:wrap;gap:10px;padding:18px 0 28px}
.offset-strip a{font-size:.86rem;padding:6px 14px;background:#fff3e0;color:#e65100;border:1px solid #ffccbc;border-radius:4px}
.offset-strip a:hover{background:#ffe0b2;text-decoration:none}
.offset-block{margin-bottom:48px;position:relative}
.offset-block h2{font-size:1.15rem;margin-bottom:14px;color:#bf360c;padding-left:12px;border-left:4px solid #e65100}
.offset-block p{margin-bottom:12px;color:#333;text-align:justify;font-size:.96rem;padding-right:20px}
.offset-fig{position:relative;margin:20px 0 32px;max-width:720px}
.offset-fig img{border:2px solid #111;width:100%}
.offset-cap{position:absolute;bottom:-20px;right:-12px;background:#e65100;color:#fff;padding:10px 16px;font-size:.82rem;max-width:280px;line-height:1.5;box-shadow:4px 4px 0 #bf360c}
.offset-cap.left{right:auto;left:-12px}
.offset-note{margin:24px 0;padding:14px 16px;background:#fff8e1;border:1px dashed #ffa000;font-size:.92rem;color:#e65100}
.offset-list{margin:12px 0 20px 24px;color:#333}
.offset-list li{margin-bottom:6px}
.offset-faq{padding:32px 0 40px;border-top:2px solid #bf360c;margin-top:12px}
.offset-faq h2{font-size:1.2rem;text-align:center;margin-bottom:18px}
.offset-faq details{border:2px solid #bf360c;margin-bottom:8px;background:#fff}
.offset-faq summary{padding:12px 16px;cursor:pointer;font-weight:500;list-style:none}
.offset-faq summary::-webkit-details-marker{display:none}
.offset-faq details[open] summary{background:#fff3e0;border-bottom:1px solid #ffccbc}
.offset-faq details p{padding:12px 16px;color:#444;font-size:.93rem}
.related-read{padding:16px 0 40px;border-top:1px solid #ddd}
.related-read h2{font-size:1rem;margin-bottom:12px;text-align:center}
.related-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 16px}
.related-links a{font-size:.9rem;padding:6px 12px;border:1px solid #ddd;color:#333}
.related-links a:hover{background:#fff3e0;text-decoration:none}
@media(max-width:640px){.offset-cap{position:static;margin-top:8px;max-width:100%}}
