:root{--bg:#f4f5f1;--ink:#1f2c28;--ink-soft:#53635d;--muted:#7b8882;--line:#d9dfd8;--paper:#fff;--paper-soft:#eef3eb;--green:#315f49;--green-light:#dce8dc;--clay:#b45f48;--shadow:0 24px 70px #2c3d351c;--radius-lg:28px;--radius-md:18px;color:var(--ink);background:var(--bg);font-family:Inter,Noto Sans SC,Microsoft YaHei,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:linear-gradient(90deg, #315f490e 1px, transparent 1px), linear-gradient(#315f490b 1px, transparent 1px), var(--bg);min-width:320px;min-height:100vh;color:var(--ink);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-size:44px 44px;margin:0}button,a{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}p,h1,h2{margin:0}#app{min-height:100vh}.site-shell{width:min(1180px,100% - 32px);min-height:100vh;margin:0 auto;padding:24px 0 28px}.topbar{z-index:20;background:#ffffffe0;border:1px solid #1f2c281a;border-radius:999px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px;padding:10px 12px;display:flex;position:sticky;top:14px;box-shadow:0 10px 32px #2c3d3514}.brand{cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:10px;padding:0;display:inline-flex}.brand-mark{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.brand strong{letter-spacing:.02em;font-size:.98rem;display:block}.brand small{color:var(--muted);text-transform:uppercase;margin-top:2px;font-size:.72rem;display:block}.nav{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.nav-link,.feed-tabs button{min-height:36px;color:var(--ink-soft);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;padding:7px 13px;font-size:.92rem;font-weight:700;transition:background .18s,border-color .18s,transform .18s}.nav-link:hover,.feed-tabs button:hover{background:var(--paper-soft);transform:translateY(-1px)}.nav-link.active,.feed-tabs button.active{background:var(--green-light);color:var(--green);border-color:#315f492e}.home-grid{grid-template-columns:minmax(0,1fr) 300px;gap:18px;display:grid}.hero-panel,.content-index,.page-card,.note-panel{background:var(--paper);box-shadow:var(--shadow);border:1px solid #1f2c281a}.hero-panel{border-radius:var(--radius-lg);grid-template-columns:minmax(0,1.12fr) minmax(240px,.88fr);align-items:center;gap:clamp(22px,4vw,46px);min-height:520px;padding:clamp(26px,5vw,60px);display:grid}.hero-copy{min-width:0}.quiet-line,.section-heading p{color:var(--clay);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:850}.hero-copy h1,.section-heading h1,.section-heading h2{color:var(--ink);letter-spacing:0;margin-top:12px;font-family:Noto Serif SC,Songti SC,Microsoft YaHei,serif;font-weight:800}.hero-copy h1{white-space:nowrap;width:max-content;max-width:100%;font-size:clamp(3rem,6.4vw,5.35rem);line-height:1}.tagline{color:var(--green);margin-top:18px;font-size:clamp(1.08rem,2.2vw,1.42rem);font-weight:800;line-height:1.55}.bio{max-width:56ch;color:var(--ink-soft);margin-top:16px;font-size:1rem;line-height:1.9}.hero-actions{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.hero-actions button{border:1px solid var(--line);background:var(--ink);color:#fff;cursor:pointer;border-radius:999px;min-height:44px;padding:10px 18px;font-weight:800}.hero-actions button+button{color:var(--ink);background:#fff}.portrait{margin:0}.portrait img{aspect-ratio:4/5;border:1px solid var(--line);object-fit:cover;object-position:center;border-radius:42% 42% 10% 10%;width:100%;box-shadow:0 18px 44px #2c3d3529}.portrait figcaption{border-bottom:2px solid var(--green-light);width:fit-content;color:var(--ink-soft);margin:14px auto 0;padding:0 4px 4px;font-weight:800}.side-stack{align-content:start;gap:18px;display:grid}.note-panel{border-radius:var(--radius-md);padding:20px}.note-panel span{color:var(--muted);margin-bottom:10px;font-size:.82rem;font-weight:850;display:block}.note-panel strong,.note-panel p{color:var(--ink);font-weight:800;line-height:1.7}.note-panel p{color:var(--ink-soft);margin-top:8px;font-size:.92rem;font-weight:700}.content-index,.page-card{border-radius:var(--radius-lg);grid-column:1/-1;padding:clamp(22px,4vw,42px)}.section-heading h1,.section-heading h2{font-size:clamp(2rem,4.5vw,3.6rem);line-height:1.12}.section-heading span{max-width:70ch;color:var(--ink-soft);margin-top:12px;line-height:1.8;display:block}.link-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:24px;display:grid}.social-card{border:1px solid var(--line);border-radius:var(--radius-md);background:#fbfcfa;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:124px;padding:16px;transition:border-color .18s,transform .18s,box-shadow .18s;display:grid}.social-card:hover{border-color:color-mix(in srgb, var(--accent), white 48%);box-shadow:0 18px 34px color-mix(in srgb, var(--accent), transparent 86%);transform:translateY(-3px)}.social-line{background:var(--accent);border-radius:999px;width:5px;height:58px}.social-card strong{color:var(--ink);font-size:1rem;display:block}.social-card small{color:var(--muted);margin-top:7px;display:block}.arrow{color:var(--accent);font-weight:900}.readable-page{max-width:980px;margin:0 auto}.prose-section{margin-top:28px}.prose-section h2,.feed-card h2{color:var(--ink);font-size:clamp(1.18rem,2.6vw,1.5rem);line-height:1.35}.prose-section p{color:var(--ink-soft);margin-top:12px;font-size:1rem;line-height:2}.timeline{gap:0;margin:28px 0 0;padding:0;list-style:none;display:grid}.timeline li{border-top:1px solid var(--line);grid-template-columns:150px 1fr;gap:18px;padding:20px 0;display:grid;position:relative}.timeline li:last-child{border-bottom:1px solid var(--line)}.timeline time{color:var(--green);font-weight:900}.timeline p{color:var(--ink-soft);line-height:1.75}.meta-row{color:var(--muted);font-size:.84rem;font-weight:800}.feed-card p{color:var(--ink-soft);margin-top:10px;line-height:1.78}.feed-top{justify-content:space-between;align-items:start;gap:18px;display:flex}.feed-tabs{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.feed-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px;display:grid}.feed-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}.feed-card{border:1px solid var(--line);border-radius:var(--radius-md);background:#fbfcfa;transition:transform .18s,box-shadow .18s,border-color .18s;overflow:hidden}.feed-card:hover{border-color:#315f4952;transform:translateY(-3px);box-shadow:0 18px 38px #2c3d351c}.feed-card a{min-height:100%;display:grid}.feed-card-compact a{grid-template-columns:82px 1fr;align-items:stretch}.feed-cover{aspect-ratio:16/9;border-bottom:1px solid var(--line);color:var(--green);background:linear-gradient(135deg,#315f491a,#b45f4814),#eef3eb;place-items:center;font-weight:900;display:grid}.feed-card-compact .feed-cover{aspect-ratio:auto;border-right:1px solid var(--line);background:linear-gradient(145deg,#315f491f,#315f4908),#eef3eb;border-bottom:0;min-height:100%}.feed-card-compact .feed-cover span{width:46px;height:46px;color:var(--green);letter-spacing:.04em;background:#fbfcfa;border:1px solid #315f492e;border-radius:50%;place-items:center;font-size:.78rem;display:grid}.feed-cover img{object-fit:cover;width:100%;height:100%}.feed-body{padding:18px}.feed-card-compact .feed-body{padding:16px 18px}.meta-row{flex-wrap:wrap;gap:10px;margin-bottom:10px;display:flex}.site-footer{color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:22px;font-size:.9rem;display:flex}button:focus-visible,a:focus-visible{outline-offset:3px;outline:3px solid #315f4947}@media (width<=980px){.home-grid,.hero-panel{grid-template-columns:1fr}.side-stack,.link-grid,.feed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portrait{max-width:360px}}@media (width<=680px){.site-shell{width:min(100% - 20px,1180px);padding-top:10px}.topbar{border-radius:22px;flex-direction:column;align-items:flex-start;position:static}.nav{justify-content:flex-start}.hero-panel{min-height:auto;padding:24px}.hero-copy h1{white-space:normal;width:auto;font-size:clamp(2.45rem,13.5vw,4.2rem)}.link-grid,.feed-grid,.side-stack{grid-template-columns:1fr}.feed-top{flex-direction:column}.feed-tabs{justify-content:flex-start}.timeline li{grid-template-columns:1fr;gap:8px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
