:root{--bg: #ffffff;--bg-alt: #f5f5f5;--text: #1a1a1a;--text-muted: #666666;--border: #e0e0e0;--accent: #b91c1c;--accent-hover: #7f1d1d;--font-body: -apple-system, BlinkMacSystemFont, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "Consolas", monospace;--font-serif: "Noto Serif SC", "Source Han Serif SC", "STSong", serif;--max-width: 720px;--nav-height: 56px}[data-theme=dark]{--bg: #121212;--bg-alt: #1e1e1e;--text: #e0e0e0;--text-muted: #888888;--border: #333333;--accent: #ef4444;--accent-hover: #f87171}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.8;font-size:16px;transition:background .3s ease,color .3s ease}a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}a:hover{border-bottom-color:var(--accent)}nav{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border);height:var(--nav-height);backdrop-filter:blur(8px);background:#ffffffe6}[data-theme=dark] nav{background:#121212e6}.nav-inner{max-width:var(--max-width);margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;justify-content:space-between}.nav-title{font-size:20px;font-weight:700;letter-spacing:-.5px}.nav-links{display:flex;gap:12px;align-items:center}.nav-links a{font-size:14px;padding:4px 8px;border-radius:4px;transition:background .2s}.nav-links a:hover{background:var(--bg-alt);border-bottom-color:transparent}.theme-toggle{background:none;border:1px solid var(--border);border-radius:6px;padding:4px 10px;cursor:pointer;font-size:16px;color:var(--text);transition:background .2s}.theme-toggle:hover{background:var(--bg-alt)}main{max-width:var(--max-width);margin:0 auto;padding:48px 24px;min-height:calc(100vh - var(--nav-height) - 80px)}footer{max-width:var(--max-width);margin:0 auto;padding:32px 24px;text-align:center;font-size:13px;color:var(--text-muted);border-top:1px solid var(--border)}.footer-links{margin-bottom:12px}.footer-links a{font-size:13px;color:var(--text-muted);transition:color .2s;border-bottom:none}.footer-links a:hover{color:var(--text);border-bottom:none}.footer-sep{margin:0 8px;opacity:.4}.footer-copy{font-size:12px;opacity:.6}.hero{position:relative;margin-bottom:64px;padding:64px 0;overflow:hidden;border-radius:16px;background:linear-gradient(135deg,#667eea,#764ba2);text-align:center;color:#fff}[data-theme=dark] .hero{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460)}.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.08) 0%,transparent 50%);pointer-events:none}.hero-content{position:relative;z-index:1}.hero h1{font-size:42px;font-weight:800;line-height:1.2;margin-bottom:12px;letter-spacing:-1px;font-family:var(--font-serif)}.hero-desc{font-size:20px;font-weight:300;opacity:.9;margin-bottom:8px;letter-spacing:4px}.hero-sub{font-size:15px;opacity:.7;line-height:1.6;margin-bottom:24px}.hero-quote{font-size:14px;opacity:.6;font-style:italic;font-family:var(--font-serif);letter-spacing:2px}.section-heading{font-size:20px;font-weight:700;margin-bottom:20px;letter-spacing:-.3px}.section-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:56px}.section-card{position:relative;border:1px solid var(--border);border-radius:14px;transition:all .3s ease;overflow:hidden;background:var(--bg)}.section-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014;border-color:transparent}[data-theme=dark] .section-card:hover{box-shadow:0 12px 40px #0006}.card-accent{position:absolute;top:0;left:0;width:4px;height:100%;background:var(--card-color);opacity:.5;transition:opacity .3s ease}.section-card:hover .card-accent{opacity:1}.card-content{padding:28px}.section-card .emoji{font-size:32px;margin-bottom:10px}.section-card h2{font-size:22px;font-weight:700;margin-bottom:4px}.section-card .subtitle{font-size:13px;color:var(--text-muted);margin-bottom:10px}.section-card .desc{font-size:14px;color:var(--text-muted);line-height:1.6}.photo-strip{margin-bottom:56px}.photo-strip-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.photo-strip-header h2{font-size:20px;font-weight:700;letter-spacing:-.3px}.photo-strip-link{font-size:14px;color:var(--accent);font-weight:500;border-bottom:none}.photo-strip-link:hover{opacity:.8;border-bottom:1px solid var(--accent)}.photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.photo-item{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:3/2;border-bottom:none;transition:transform .3s ease}.photo-item:hover{transform:scale(1.03)}.photo-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.photo-item:hover img{transform:scale(1.08)}.photo-overlay{position:absolute;inset:0;background:#0003;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;font-size:24px}.photo-item:hover .photo-overlay{opacity:1}.post-list{list-style:none}.post-item{padding:20px 0;border-bottom:1px solid var(--border);transition:padding .2s ease}.post-item:first-child{padding-top:0}.post-item a{display:block;padding:4px 0}.post-item:hover .post-title{color:var(--accent)}.post-item .post-title{font-size:18px;font-weight:600;margin-bottom:4px;transition:color .2s ease}.post-item .post-meta{font-size:13px;color:var(--text-muted)}.post-item .post-desc{font-size:14px;color:var(--text-muted);margin-top:6px;line-height:1.5}.post-category{display:inline-block;font-size:11px;padding:2px 10px;border-radius:20px;margin-right:8px;font-weight:500;vertical-align:middle;line-height:1.6}.post-header{margin-bottom:32px}.post-header .post-title{font-size:30px;font-weight:700;line-height:1.3;margin-bottom:8px}.post-header .post-meta{font-size:14px;color:var(--text-muted)}.post-body{font-size:16px;line-height:1.8}.post-body h2{font-size:22px;font-weight:700;margin:32px 0 12px}.post-body h3{font-size:18px;font-weight:600;margin:24px 0 8px}.post-body p{margin-bottom:16px}.post-body a{color:var(--accent)}.post-body ul,.post-body ol{margin-bottom:16px;padding-left:24px}.post-body li{margin-bottom:4px}.post-body blockquote{border-left:3px solid var(--border);padding-left:16px;margin:16px 0;color:var(--text-muted);font-style:italic}.post-body hr{border:none;border-top:1px solid var(--border);margin:32px 0}.post-body img{max-width:100%;border-radius:8px;margin:16px 0}.page-header{margin-bottom:32px}.page-header h1{font-size:28px;font-weight:700}.page-header .page-desc{font-size:14px;color:var(--text-muted);margin-top:4px}@media(max-width:640px){.section-grid{grid-template-columns:1fr}.photo-grid{grid-template-columns:repeat(2,1fr)}.hero{padding:40px 0;border-radius:12px}.hero h1{font-size:30px}.hero-desc{font-size:16px;letter-spacing:2px}.post-header .post-title{font-size:24px}main{padding:32px 16px}.nav-links a{font-size:13px;padding:4px 6px}}
