:root{--bg:#0d1117;--bg-soft:#161b22;--surface:#161b22;--surface-elevated:rgba(22, 27, 34, 0.78);--text:#c9d1d9;--text-soft:#8b949e;--line:#30363d;--brand:#1f6feb;--brand-soft:rgba(56, 139, 253, 0.14);--radius-lg:20px;--radius-md:14px;--shadow-soft:0 10px 28px rgba(0, 0, 0, 0.28);--shadow-card:0 6px 18px rgba(0, 0, 0, 0.24);--layout-min:1120px}*{box-sizing:border-box}html,body{margin:0;padding:0;color:var(--text);background:radial-gradient(1100px 420px at 8% -12%,rgba(31,111,235,.12) 0%,transparent 62%),radial-gradient(920px 360px at 90% -18%,rgba(139,148,158,.1) 0%,transparent 68%),var(--bg);font-family:noto sans sc,pingfang sc,hiragino sans gb,sans-serif;line-height:1.8}body{position:relative;overflow-x:auto}#zoom-root{transform-origin:top left;will-change:transform}#particle-bg{position:fixed;inset:0;width:100%;height:100%;z-index:-1;pointer-events:none}a{color:var(--brand);text-decoration:none;transition:color .24s ease,background-color .24s ease,border-color .24s ease}a:hover{color:#58a6ff}.site-header{position:sticky;top:0;z-index:30;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem;padding:.9rem clamp(1rem,4vw,2.5rem);border-bottom:1px solid rgba(48,54,61,.82);background:var(--surface-elevated);backdrop-filter:blur(16px)}.brand-wrap{min-width:0;flex:1 1 240px}.brand{display:inline-block;font-family:"source serif 4",serif;font-size:1.35rem;color:var(--text);letter-spacing:.01em}.brand-sub{margin:.15rem 0 0;color:var(--text-soft);font-size:.86rem}.top-nav{display:flex;gap:.9rem;flex-wrap:wrap;flex:1 1 420px;justify-content:flex-end}.top-nav a{padding:.3rem .75rem;border-radius:999px;color:#adbac7;white-space:nowrap}.top-nav a:hover{background:var(--brand-soft);color:#58a6ff}.page-shell{width:calc(100vw - 2rem);min-width:var(--layout-min);margin:1.2rem auto 2rem;display:grid;align-items:start;grid-template-columns:290px minmax(760px,1fr);gap:1rem}.explorer-panel,.content-panel{min-width:0}.explorer-panel{position:sticky;top:5.4rem;align-self:start;height:calc(100vh - 6.4rem)}.explorer-card,.hero-card,.post-card,.list-page,.term-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.explorer-card{position:static;padding:1rem;max-height:100%;overflow:auto}.explorer-card h2{margin:0;font-size:1rem}.explorer-tip{margin:.4rem 0 1rem;color:var(--text-soft);font-size:.85rem}.explorer-node{margin:.2rem 0}.explorer-details{border-radius:12px}.explorer-details>summary{list-style:none;cursor:pointer;color:#adbac7;border-radius:10px;padding:.25rem .4rem}.explorer-details>summary::-webkit-details-marker{display:none}.explorer-details>summary::before{content:"▸";margin-right:.45rem;color:#768390}.explorer-details[open]>summary::before{content:"▾"}.explorer-details>summary:hover{background:#1f242d}.explorer-file{display:block;margin:.16rem 0 .16rem 1.15rem;padding:.14rem .45rem;color:#9da7b3;border-radius:8px;font-size:.9rem}.explorer-file:hover{background:#1f2a37;color:#79c0ff}.hero-card,.list-page,.post-single{padding:clamp(1rem,2.2vw,2rem)}.post-single{padding:0;background:0 0;border:none;box-shadow:none}.eyebrow{margin:0;color:#8b949e;font-size:.84rem;letter-spacing:.08em;text-transform:uppercase}.hero-card h1{margin:.35rem 0 .5rem;font-family:"source serif 4",serif;font-size:clamp(1.7rem,3.5vw,2.5rem);line-height:1.25}.hero-subtitle,.hero-philosophy{margin:.3rem 0;color:var(--text-soft)}.section-head{margin:1.3rem 0 .8rem;display:flex;flex-wrap:wrap;gap:.55rem 1rem;justify-content:space-between;align-items:baseline}.section-head h2,.section-head h3{margin:0}.section-head a{white-space:nowrap}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.8rem}.panel-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.panel-card{min-height:160px}.post-card{display:flex;flex-direction:column;gap:.4rem;padding:1rem;transform:translateY(6px);opacity:0;animation:rise .5s ease forwards}.post-grid .post-card:nth-child(2){animation-delay:.03s}.post-grid .post-card:nth-child(3){animation-delay:.06s}.post-grid .post-card:nth-child(4){animation-delay:.09s}@keyframes rise{from{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.post-card h2,.post-card h3{margin:0;font-size:1.05rem;line-height:1.45;overflow-wrap:anywhere;color:#e6edf3}.post-meta{margin:.45rem 0;color:#8b949e;font-size:.84rem}.home-open-link{margin:.1rem 0 0}.home-open-link a{font-size:.9rem}.post-desc{margin:0;color:#a3acb8;font-size:.92rem;overflow-wrap:anywhere}.chip-row{margin-top:.55rem;display:flex;align-items:flex-start;flex-wrap:wrap;gap:.42rem}.chip{display:inline-flex;align-items:center;font-size:.78rem;padding:.16rem .55rem;border:1px solid #30363d;border-radius:999px;max-width:100%;white-space:normal;overflow-wrap:anywhere}.chip-category{background:rgba(56,139,253,.14);color:#79c0ff}.chip-tag{background:#0d1117;color:#8b949e}.single-layout{display:grid;grid-template-columns:minmax(0,1fr)280px;gap:1rem;margin-top:0}.post-content{min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:clamp(1rem,2.2vw,2rem)}.post-content-head{margin:0 0 1rem;padding-bottom:.9rem;border-bottom:1px solid var(--line)}.post-title{margin:0;font-family:"source serif 4",serif;line-height:1.28}.post-content-head .chip-row{margin-top:.35rem}.post-content h1,.post-content h2,.post-content h3,.post-content h4{line-height:1.45;color:#e6edf3;margin-top:1.3em}.post-content p,.post-content li{color:#c3ccd5}.post-content img{max-width:100%;height:auto;display:block;margin:1rem auto;border-radius:14px;border:1px solid #30363d;box-shadow:var(--shadow-soft)}.post-content pre{border-radius:14px;overflow:auto;padding:.85rem .95rem;box-shadow:inset 0 0 0 1px rgba(255,255,255,6%)}.post-content code{font-family:jetbrains mono,sfmono-regular,Consolas,monospace;font-size:.9em}.toc-panel{position:sticky;top:5.5rem;align-self:start;background:#0f141b;border:1px solid #30363d;border-radius:var(--radius-md);padding:.85rem}.toc-panel h2{margin:0 0 .6rem;font-size:.95rem}.toc-wrap nav ul{list-style:none;margin:0;padding-left:0}.toc-wrap li{margin:.22rem 0;font-size:.88rem}.toc-wrap li ul{margin-left:.8rem;padding-left:.5rem;border-left:1px dashed #3d444d}.page-head h1{margin:0;font-family:"source serif 4",serif;line-height:1.28}.page-intro,.empty-hint{color:var(--text-soft)}.taxonomy-terms{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.7rem}.term-card{padding:.9rem;display:flex;justify-content:space-between;align-items:center}.term-name{color:#dbe3ea}.term-count{color:#8b949e;font-size:.84rem}.site-footer{width:calc(100vw - 2rem);min-width:var(--layout-min);margin:0 auto 2rem;color:#7d8793;text-align:right;font-size:.83rem}@media(max-width:820px){.site-header{align-items:stretch}.top-nav{justify-content:flex-start}.page-shell{min-width:0;grid-template-columns:1fr}.site-footer{min-width:0}.explorer-card{position:relative;top:0;max-height:none}.explorer-panel{position:static;top:auto;height:auto}.single-layout{grid-template-columns:1fr}.toc-panel{position:relative;top:0}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition-duration:.01ms!important}}