*,*::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:#1565c0;text-decoration:none}a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.container{max-width:1140px;margin:0 auto;padding:0 20px}
.site-header{background:#fff;border-bottom:2px solid #111;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:#1565c0;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:#0d47a1;font-weight:600;border-bottom:2px solid #1565c0;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 #111;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:#1565c0}
@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}
}

.gallery-hero{padding:36px 20px 28px;text-align:center;border-bottom:2px solid #111;max-width:820px;margin:0 auto}
.gallery-badge{display:inline-block;background:#111;color:#fff;font-size:.78rem;padding:5px 16px;border-radius:2px;margin-bottom:14px;letter-spacing:.08em}
.gallery-hero h1{font-size:1.85rem;line-height:1.35;margin-bottom:16px}
.gallery-lead{color:#333;margin-bottom:12px;font-size:1.02rem;text-align:justify}
.hscroll-wrap{padding:28px 0 8px;overflow:hidden;background:#fafafa;border-bottom:1px solid #ddd}
.hscroll-track{display:flex;gap:20px;overflow-x:auto;padding:16px 20px 24px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin}
.hscroll-track::-webkit-scrollbar{height:8px}
.hscroll-track::-webkit-scrollbar-thumb{background:#1565c0;border-radius:4px}
.gallery-card{flex:0 0 min(420px,85vw);scroll-snap-align:start;background:#fff;border:2px solid #111;box-shadow:6px 6px 0 rgba(21,101,192,.25);display:flex;flex-direction:column}
.gallery-card img{width:100%;aspect-ratio:16/9;object-fit:cover;border-bottom:2px solid #111}
.gc-body{padding:18px 16px 20px;flex:1}
.gc-body h2{font-size:1.05rem;margin-bottom:10px;color:#111}
.gc-body p{margin-bottom:9px;color:#333;font-size:.93rem;text-align:justify}
.gc-body ul{margin:8px 0 0 18px;font-size:.9rem;color:#444}
.gc-body li{margin-bottom:4px}
.gc-textonly{min-height:280px}
.hscroll-hint{text-align:center;font-size:.82rem;color:#888;padding:8px 0 20px}
.gallery-sections{padding:32px 0 24px;max-width:820px}
.gallery-sections section{margin-bottom:28px}
.gallery-sections h2{font-size:1.12rem;margin-bottom:12px;border-bottom:2px solid #1565c0;padding-bottom:6px}
.gallery-sections p{margin-bottom:10px;color:#333;font-size:.96rem;text-align:justify}
.gallery-faq{border-top:2px solid #111;padding-top:24px}
.gallery-faq h2{border-bottom:none;text-align:center;margin-bottom:16px}
.gallery-faq details{border:1px solid #ccc;margin-bottom:8px;background:#fff}
.gallery-faq summary{padding:12px 16px;cursor:pointer;font-weight:500;list-style:none}
.gallery-faq summary::-webkit-details-marker{display:none}
.gallery-faq details[open] summary{border-bottom:1px solid #eee;background:#f5f5f5}
.gallery-faq details p{padding:12px 16px;color:#444;font-size:.93rem}
.related-read{padding:16px 0 40px;border-top:1px solid #ddd;max-width:820px;margin:0 auto}
.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:#e3f2fd;text-decoration:none}
