:root{color-scheme:light;--bg: #f6f7fb;--panel: #ffffff;--text: #111827;--muted: #5b6472;--line: #dfe4ec;--brand: #2563eb;--brand-soft: #e8f0ff;--shadow: 0 12px 34px rgba(24, 35, 57, .08)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(20px,6vw,76px);border-bottom:1px solid rgba(223,228,236,.8);background:#f6f7fbe6;backdrop-filter:blur(12px)}.brand{font-size:22px;font-weight:800}.nav{display:flex;align-items:center;gap:20px;color:var(--muted);font-size:15px}.nav a:hover,.section-head a:hover,.post-card h3 a:hover,.list-item h2 a:hover{color:var(--brand)}main{min-height:calc(100vh - 140px)}.hero{display:grid;grid-template-columns:minmax(0,1fr) 180px;align-items:center;gap:48px;max-width:1120px;margin:0 auto;padding:clamp(56px,10vw,110px) clamp(20px,6vw,32px) 42px}.hero-copy h1{margin:8px 0 14px;font-size:clamp(42px,7vw,76px);line-height:1}.hero-copy p{max-width:620px;color:var(--muted);font-size:18px;line-height:1.8}.eyebrow{margin:0;color:var(--brand);font-weight:700}.avatar{width:180px;height:180px;border-radius:50%;object-fit:cover;border:8px solid var(--panel);box-shadow:var(--shadow)}.hero-actions,.contact-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button,.contact-row a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--text);font-weight:700}.button.primary{border-color:var(--brand);background:var(--brand);color:#fff}.section,.page-title,.post-list,.link-grid,.about-layout,.article{max-width:1120px;margin:0 auto;padding:36px clamp(20px,6vw,32px)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-head h2,.page-title h1{margin:0;font-size:clamp(30px,5vw,48px)}.section-head p,.page-title p{margin:10px 0 0;color:var(--muted)}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.post-card,.list-item,.about-panel,.link-card{border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:var(--shadow)}.post-card{overflow:hidden}.post-card img{width:100%;aspect-ratio:16 / 10;object-fit:cover;background:var(--brand-soft)}.post-card-body{padding:18px}time{color:var(--muted);font-size:13px}.post-card h3,.list-item h2,.link-card h2{margin:8px 0}.post-card p,.list-item p,.link-card p{margin:0;color:var(--muted);line-height:1.7}.post-list{display:grid;gap:16px}.list-item{display:grid;grid-template-columns:220px minmax(0,1fr);gap:20px;padding:16px}.list-item img{width:100%;height:150px;object-fit:cover;border-radius:6px;background:var(--brand-soft)}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.tags span{padding:4px 9px;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-size:13px;font-weight:700}.article{max-width:860px}.article-header{padding:24px 0 18px}.article-header h1{margin:10px 0;font-size:clamp(36px,6vw,58px);line-height:1.1}.article-header p{color:var(--muted);font-size:18px;line-height:1.8}.article-cover{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:8px;border:1px solid var(--line);box-shadow:var(--shadow)}.prose{padding:30px 0 80px;font-size:18px;line-height:1.9}.prose img{border-radius:8px;border:1px solid var(--line)}.prose a{color:var(--brand)}.about-panel{padding:24px}.about-panel h2{margin:0 0 12px}.about-panel li{margin:10px 0;color:var(--muted)}.link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.link-card{padding:18px}.link-card{display:flex;align-items:center;gap:14px}.china-map-container{width:100%;max-width:760px;margin:20px auto 0;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--panel);box-shadow:var(--shadow)}#china-map{width:100%;height:360px}.map-legend{display:flex;gap:24px;padding:12px 16px;border-top:1px solid var(--line);background:#fafafa;color:var(--muted);font-size:13px}.legend-dot{display:inline-block;width:9px;height:9px;margin-right:6px;border-radius:50%;vertical-align:middle}.legend-dot.live{background:#4285f4}.legend-dot.travel{background:#ff9800}.link-card img{width:54px;height:54px;border-radius:50%;object-fit:cover}.site-footer{display:flex;justify-content:center;gap:18px;padding:32px;color:var(--muted);border-top:1px solid var(--line)}@media(max-width:820px){.site-header,.hero,.section-head{align-items:flex-start}.site-header,.section-head{flex-direction:column}.hero,.post-grid,.list-item,.link-grid{grid-template-columns:1fr}.avatar{width:132px;height:132px}.nav{gap:14px;flex-wrap:wrap}}
