:root{--bg:#f7f6f2;--surface:#fff;--text:#202020;--muted:#777;--line:#e7e4de;--accent:#111;--shadow:0 12px 35px rgba(0,0,0,.06)}:root[data-theme=dark]{--bg:#151515;--surface:#202020;--text:#eee;--muted:#aaa;--line:#363636;--accent:#fff;--shadow:0 12px 35px rgba(0,0,0,.2)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.8 -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif}a{color:inherit;text-decoration:none}.container{width:min(1120px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:5;background:color-mix(in srgb,var(--bg) 90%,transparent);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{height:70px;display:flex;align-items:center;gap:35px}.logo{font-weight:800;font-size:21px;letter-spacing:.03em;margin-right:auto}.nav nav{display:flex;gap:26px}.nav nav a{color:var(--muted);font-size:14px}.nav nav a.active,.nav nav a:hover{color:var(--text)}.theme-btn{border:1px solid var(--line);background:var(--surface);color:var(--text);width:38px;height:38px;border-radius:50%;cursor:pointer}.hero{padding:105px 0 85px;max-width:780px}.eyebrow{font-size:12px;letter-spacing:.18em;color:var(--muted);font-weight:700}.hero h1{font:700 clamp(40px,6vw,70px)/1.15 Georgia,"Songti SC",serif;margin:15px 0 22px}.hero-text{font-size:18px;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;margin-top:30px}.btn{display:inline-block;border:1px solid var(--line);padding:9px 18px;border-radius:7px;background:var(--surface)}.btn.primary{background:var(--accent);color:var(--bg);border-color:var(--accent)}.section-head{display:flex;justify-content:space-between;align-items:center;margin:35px 0 20px;border-bottom:1px solid var(--line);padding-bottom:12px}.section-head h2{font-size:22px}.section-head>a{color:var(--muted);font-size:14px}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.post-card{background:var(--surface);border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:var(--shadow)}.post-card> a img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.post-body{padding:19px}.post-body>span,.list-item span,.article-meta{color:var(--muted);font-size:13px}.post-body h3{font:700 22px/1.35 Georgia,"Songti SC",serif;margin:8px 0}.post-body p{color:var(--muted);font-size:14px}.read{font-size:14px;font-weight:700}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery-grid img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px}.gallery-grid.small{grid-template-columns:repeat(4,1fr)}.page{padding:75px 0 100px}.page-title{margin-bottom:40px}.page-title h1,.narrow h1{font:700 52px/1.2 Georgia,"Songti SC",serif;margin:10px 0}.page-title p{color:var(--muted)}.search{margin-bottom:30px}.search input{width:100%;padding:14px 16px;background:var(--surface);border:1px solid var(--line);border-radius:7px;color:var(--text);font-size:15px}.post-list{display:grid;gap:20px}.list-item{display:grid;grid-template-columns:240px 1fr;gap:25px;padding:0 0 20px;border-bottom:1px solid var(--line)}.list-item img{width:240px;height:150px;object-fit:cover;border-radius:8px}.list-item h2{font:700 25px/1.35 Georgia,"Songti SC",serif;margin:5px 0}.list-item p{color:var(--muted);margin:5px 0 10px}.article-wrap{padding:70px 0 100px}.article{max-width:800px;margin:auto}.article h1{font:700 clamp(36px,5vw,58px)/1.2 Georgia,"Songti SC",serif;margin:12px 0 30px}.article-cover{width:100%;border-radius:10px;margin-bottom:30px}.article #content{font-size:18px}.article #content p{margin:1.2em 0}.article #content h2{font:700 28px Georgia,"Songti SC",serif;margin-top:2em}.article #content img{display:block;width:100%;max-height:600px;object-fit:cover;border-radius:8px;margin:30px 0}.narrow{max-width:760px}.narrow h2{margin-top:45px}footer{border-top:1px solid var(--line);padding:28px 0;color:var(--muted);font-size:13px;margin-top:50px}@media(max-width:800px){.container{width:min(100% - 28px,1120px)}.nav{gap:15px}.nav nav{gap:13px}.post-grid{grid-template-columns:1fr}.gallery-grid,.gallery-grid.small{grid-template-columns:repeat(2,1fr)}.hero{padding:70px 0}.page-title h1,.narrow h1{font-size:40px}.list-item{grid-template-columns:120px 1fr;gap:15px}.list-item img{width:120px;height:100px}.list-item p{display:none}.list-item h2{font-size:19px}.article #content{font-size:17px}}@media(max-width:520px){.nav nav a:nth-child(3){display:none}.logo{font-size:18px}.hero h1{font-size:40px}.hero-text{font-size:16px}.gallery-grid,.gallery-grid.small{gap:8px}.list-item{grid-template-columns:1fr}.list-item img{width:100%;height:auto;aspect-ratio:16/9}.list-item p{display:block}.article-wrap{padding-top:45px}}