*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0d1117;--bg-2:#161b22;--bg-3:#21262d;--text:#c9d1d9;--text-bright:#f0f6fc;--text-muted:#8b949e;--border:#30363d;--primary:#58a6ff;--primary-glow:rgba(88,166,255,0.12);--green:#3fb950;--orange:#d29922;--purple:#bc8cff;--red:#f85149;--nav-height:64px}html{scroll-behavior:smooth}body{font-family:ibm plex sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6;padding-bottom:0}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.mono{font-family:ibm plex mono,courier new,monospace}.site-nav{background:rgba(13,17,23,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:0 2rem;height:var(--nav-height);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.nav-left{display:flex;align-items:center;gap:0;overflow:hidden}.nav-logo{font-family:ibm plex mono,monospace;font-size:.9rem;color:var(--text-bright);margin-right:1.5rem;white-space:nowrap;text-decoration:none;flex-shrink:0}.nav-logo:hover{text-decoration:none}.nav-logo .path{color:var(--purple)}.nav-logo .branch{color:var(--orange)}.nav-logo .cursor{display:inline-block;width:2px;height:.95em;background:var(--green);margin-left:2px;vertical-align:middle;animation:blink 1s step-end infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}.nav-tabs{display:flex}.nav-tab{padding:0 1rem;height:var(--nav-height);display:flex;align-items:center;font-size:.83rem;font-weight:600;color:var(--text-muted);text-decoration:none;border-bottom:2px solid transparent;transition:color .15s,border-color .15s;white-space:nowrap}.nav-tab:hover{color:var(--text-bright);text-decoration:none}.nav-tab.active{color:var(--text-bright);border-bottom-color:var(--orange)}.nav-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.nav-search{font-family:ibm plex mono,monospace;font-size:.78rem;color:var(--text-muted);background:var(--bg-2);border:1px solid var(--border);border-radius:6px;padding:.35rem .75rem;display:flex;align-items:center;gap:.4rem;cursor:default;user-select:none}.nav-search kbd{font-size:.65rem;border:1px solid var(--border);border-radius:3px;padding:.1rem .3rem;color:var(--text-muted)}.nav-hamburger{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:0 0;border:none;cursor:pointer;padding:0}.nav-hamburger span{display:block;width:100%;height:2px;background:var(--text-muted);border-radius:2px;transition:all .2s}.mobile-drawer{position:fixed;top:var(--nav-height);right:-280px;width:280px;height:calc(100vh - var(--nav-height));background:var(--bg-2);border-left:1px solid var(--border);z-index:200;transition:right .3s ease;overflow-y:auto}.mobile-drawer.open{right:0}.mobile-drawer-inner{padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.25rem}.mobile-nav-link{display:block;padding:.75rem 1rem;font-size:.95rem;font-weight:600;color:var(--text-muted);text-decoration:none;border-radius:8px;transition:all .15s}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--text-bright);background:var(--bg-3);text-decoration:none}.mobile-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:190}.mobile-overlay.open{display:block}.hero{max-width:1100px;margin:0 auto;padding:4rem 2rem 3.5rem;display:grid;grid-template-columns:1fr 360px;gap:3.5rem;align-items:start}.terminal-line{font-family:ibm plex mono,monospace;font-size:.78rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.t-user{color:var(--green)}.t-at{color:var(--text-muted)}.t-dir{color:var(--purple)}.t-git{color:var(--orange)}.t-dollar{color:var(--text-muted)}.t-cmd{color:var(--text-bright)}.t-output{color:var(--text-muted)}.hero-name{font-size:3rem;font-weight:900;line-height:1.1;letter-spacing:-.03em;color:var(--text-bright);margin:1rem 0 .5rem}.hero-name .given{color:var(--primary)}.hero-role{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.role-badge{font-family:ibm plex mono,monospace;font-size:.78rem;background:var(--primary-glow);border:1px solid rgba(88,166,255,.3);color:var(--primary);padding:.25rem .65rem;border-radius:4px}.role-badge.green{background:rgba(63,185,80,.1);border-color:rgba(63,185,80,.3);color:var(--green)}.role-badge.orange{background:rgba(210,153,34,.1);border-color:rgba(210,153,34,.3);color:var(--orange)}.hero-bio{font-size:.95rem;color:var(--text);line-height:1.85;max-width:560px;margin-bottom:1.75rem}.hero-bio a{color:var(--primary)}.hero-bio a:hover{text-decoration:underline}.hero-bio code{font-family:ibm plex mono,monospace;font-size:.82rem;background:var(--bg-3);color:var(--purple);padding:.1rem .35rem;border-radius:3px}.pbs{font-family:ibm plex mono,monospace;font-size:.82rem;background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;margin-bottom:1.5rem;display:grid;grid-template-columns:auto 1fr;gap:.35rem 1rem;align-items:center}.pb-header{grid-column:1/-1;color:var(--orange);margin-bottom:.3rem;font-size:.75rem}.pb-label{color:var(--text-muted)}.pb-val{color:var(--green)}.pb-val a{color:var(--green);text-decoration:none}.pb-val a:hover{text-decoration:underline}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.25rem}.btn-primary{background:var(--primary);color:var(--bg);padding:.6rem 1.25rem;border-radius:6px;font-size:.85rem;font-weight:700;text-decoration:none;border:none;font-family:ibm plex sans,sans-serif;cursor:pointer;transition:opacity .15s;display:inline-block}.btn-primary:hover{opacity:.85;text-decoration:none;color:var(--bg)}.btn-ghost{background:0 0;color:var(--text);padding:.6rem 1.25rem;border-radius:6px;font-size:.85rem;font-weight:700;text-decoration:none;border:1px solid var(--border);transition:border-color .15s,color .15s;display:inline-block}.btn-ghost:hover{border-color:var(--text-muted);color:var(--text-bright);text-decoration:none}.social-row{display:flex;gap:.5rem;flex-wrap:wrap}.social-link{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--text-muted);text-decoration:none;padding:.3rem .65rem;border:1px solid var(--border);border-radius:6px;transition:all .15s}.social-link:hover{color:var(--primary);border-color:rgba(88,166,255,.4);text-decoration:none}.profile-card{background:var(--bg-2);border:1px solid var(--border);border-radius:12px;overflow:hidden}.profile-card-header{height:90px;background:linear-gradient(135deg,#0d419d 0%,#1a1b27 60%,#1f2937 100%);position:relative}.profile-card-header::after{content:'yxue-me';position:absolute;top:.75rem;right:1rem;font-family:ibm plex mono,monospace;font-size:.72rem;color:rgba(255,255,255,.25)}.profile-avatar{width:80px;height:80px;border-radius:50%;border:3px solid var(--bg-2);background:var(--bg-3);position:absolute;bottom:-40px;left:1.25rem;display:flex;align-items:center;justify-content:center;font-size:2.5rem;overflow:hidden}.profile-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-body{padding:3rem 1.25rem 1.5rem}.profile-fullname{font-weight:900;font-size:1.1rem;color:var(--text-bright)}.profile-handle{color:var(--text-muted);font-size:.83rem;margin-bottom:.75rem}.profile-bio{font-size:.82rem;color:var(--text);line-height:1.7;margin-bottom:1rem;border-bottom:1px solid var(--border);padding-bottom:1rem}.profile-meta{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1rem}.profile-meta-item{font-size:.8rem;color:var(--text-muted);display:flex;align-items:center;gap:.5rem}.profile-meta-item a{color:var(--primary)}.profile-meta-item a:hover{text-decoration:underline}.contrib-section{margin-top:1rem}.contrib-label{font-family:ibm plex mono,monospace;font-size:.68rem;color:var(--text-muted);margin-bottom:.4rem}.contrib-grid{display:grid;grid-template-columns:repeat(26,1fr);gap:2px}.c{aspect-ratio:1;border-radius:2px;background:var(--bg-3)}.c1{background:#0e4429}.c2{background:#006d32}.c3{background:#26a641}.c4{background:#39d353}.page-content{max-width:1100px;margin:0 auto;padding:0 2rem 4rem;display:grid;grid-template-columns:1fr 360px;gap:2rem;align-items:start}.section-heading{font-size:.85rem;font-weight:700;color:var(--text-bright);margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.section-heading::after{content:'';flex:1;height:1px;background:var(--border)}.section-heading a{color:var(--primary);font-size:.75rem;text-decoration:none;font-weight:600;white-space:nowrap}.section-heading a:hover{text-decoration:underline}.feed-item{display:flex;gap:.85rem;padding:1rem 0;border-bottom:1px solid var(--border);text-decoration:none;color:inherit;transition:none}.feed-item:last-child{border-bottom:none}.feed-item:hover .feed-title{color:var(--primary)}.feed-item:hover{text-decoration:none}.feed-dot{width:34px;height:34px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.85rem;margin-top:.1rem}.fd-tech{background:rgba(88,166,255,.12);border:1px solid rgba(88,166,255,.25)}.fd-life{background:rgba(63,185,80,.12);border:1px solid rgba(63,185,80,.25)}.fd-ml{background:rgba(188,140,255,.12);border:1px solid rgba(188,140,255,.25)}.fd-fun{background:rgba(210,153,34,.12);border:1px solid rgba(210,153,34,.25)}.fd-pro{background:rgba(248,81,73,.12);border:1px solid rgba(248,81,73,.25)}.fd-tricks{background:rgba(188,140,255,.12);border:1px solid rgba(188,140,255,.25)}.feed-content{flex:1;min-width:0}.feed-title{font-size:.92rem;font-weight:700;color:var(--text-bright);margin-bottom:.25rem;line-height:1.4;transition:color .15s}.feed-desc{font-size:.8rem;color:var(--text-muted);line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.feed-meta{font-size:.72rem;color:var(--text-muted);margin-top:.4rem;display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.feed-chip{font-size:.68rem;padding:.12rem .5rem;border-radius:999px;border:1px solid;white-space:nowrap}.fc-tech{color:var(--primary);border-color:rgba(88,166,255,.3)}.fc-life{color:var(--green);border-color:rgba(63,185,80,.3)}.fc-ml{color:var(--purple);border-color:rgba(188,140,255,.3)}.fc-fun{color:var(--orange);border-color:rgba(210,153,34,.3)}.fc-pro{color:var(--red);border-color:rgba(248,81,73,.3)}.fc-tricks{color:var(--purple);border-color:rgba(188,140,255,.3)}.right-col{display:flex;flex-direction:column;gap:1.25rem}.panel{background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:1rem}.panel-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:.85rem;padding-bottom:.6rem;border-bottom:1px solid var(--border)}.exp-item{padding:.65rem 0;border-bottom:1px solid var(--border);display:grid;grid-template-columns:auto 1fr;gap:0 .85rem;align-items:start}.exp-item:last-child{border-bottom:none;padding-bottom:0}.exp-dot{width:8px;height:8px;border-radius:50%;background:var(--primary);margin-top:5px;flex-shrink:0}.exp-dot.past{background:var(--text-muted)}.exp-role{font-size:.83rem;font-weight:700;color:var(--text-bright);line-height:1.3}.exp-company{font-size:.78rem;color:var(--primary);font-weight:600}.exp-company a{color:var(--primary)}.exp-company a:hover{text-decoration:underline}.exp-meta{font-size:.72rem;color:var(--text-muted);margin-top:.15rem}.skill-rows{display:flex;flex-direction:column;gap:.6rem}.skill-row{display:flex;gap:.5rem;align-items:flex-start;flex-wrap:wrap}.skill-name{font-size:.78rem;font-weight:700;color:var(--text-bright);width:110px;flex-shrink:0;padding-top:.1rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.3rem}.skill-tag{font-size:.68rem;padding:.15rem .45rem;background:var(--bg-3);border:1px solid var(--border);border-radius:3px;color:var(--text-muted);font-family:ibm plex mono,monospace}.friend-item{padding:.5rem 0;border-bottom:1px solid var(--border)}.friend-item:last-child{border-bottom:none}.friend-name{font-size:.85rem;font-weight:700}.friend-name a{color:var(--primary)}.friend-name a:hover{text-decoration:underline}.friend-desc{font-size:.75rem;color:var(--text-muted)}.list-page{max-width:760px;margin:0 auto;padding:3rem 2rem 4rem}.list-header{margin-bottom:2rem}.list-title{font-size:2rem;font-weight:900;color:var(--text-bright);margin:.75rem 0 .25rem}.list-meta{font-size:.82rem;color:var(--text-muted);font-family:ibm plex mono,monospace}.list-feed .feed-item{padding:1.1rem 0}.post-layout{max-width:900px;margin:0 auto;padding:1.5rem 2rem 4rem;display:grid;grid-template-columns:1fr 220px;gap:2.5rem;align-items:start}.breadcrumb{font-size:.78rem;color:var(--text-muted);margin-bottom:1.5rem;display:flex;align-items:center;gap:.4rem;font-family:ibm plex mono,monospace;flex-wrap:wrap}.breadcrumb a{color:var(--primary);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb .sep{color:var(--border)}.post-header{margin-bottom:2rem}.post-tags{display:flex;gap:.4rem;margin-bottom:.85rem;flex-wrap:wrap}.post-tag{font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:999px;border:1px solid}.tag-life{color:var(--green);border-color:rgba(63,185,80,.35);background:rgba(63,185,80,8%)}.tag-tech{color:var(--primary);border-color:rgba(88,166,255,.35);background:var(--primary-glow)}.tag-fun{color:var(--orange);border-color:rgba(210,153,34,.35);background:rgba(210,153,34,8%)}.tag-pro{color:var(--red);border-color:rgba(248,81,73,.35);background:rgba(248,81,73,8%)}.tag-tricks{color:var(--purple);border-color:rgba(188,140,255,.35);background:rgba(188,140,255,8%)}.post-title{font-family:ibm plex serif,Georgia,serif;font-size:2.2rem;font-weight:600;line-height:1.25;color:var(--text-bright);letter-spacing:-.01em;margin-bottom:.85rem}.post-meta{display:flex;align-items:center;gap:1rem;font-size:.8rem;color:var(--text-muted);flex-wrap:wrap}.post-meta-item{display:flex;align-items:center;gap:.35rem}.post-meta .author-chip{display:flex;align-items:center;gap:.4rem;background:var(--bg-2);border:1px solid var(--border);border-radius:999px;padding:.2rem .6rem .2rem .3rem}.author-avatar-sm{width:20px;height:20px;border-radius:50%;background:var(--bg-3);display:flex;align-items:center;justify-content:center;font-size:.7rem;overflow:hidden}.author-avatar-sm img{width:100%;height:100%;object-fit:cover;border-radius:50%}.post-divider{height:1px;background:var(--border);margin:1.5rem 0}.mobile-toc-strip{display:none}.post-body{font-family:ibm plex serif,Georgia,serif;font-size:1rem;line-height:1.85;color:var(--text)}.post-body p{margin-bottom:1.25rem}.post-body p:last-child{margin-bottom:0}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{font-family:ibm plex sans,sans-serif;color:var(--text-bright);margin:2rem 0 .85rem;padding-bottom:.4rem;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.5rem;line-height:1.3}.post-body h1{font-size:1.6rem;font-weight:800}.post-body h2{font-size:1.35rem;font-weight:800}.post-body h3{font-size:1.15rem;font-weight:700}.post-body h4{font-size:1rem;font-weight:900}.post-body h5{font-size:.9rem;font-weight:700;border-bottom:none}.post-body h6{font-size:.85rem;font-weight:700;color:var(--text-muted);border-bottom:none}.post-body h1::before{content:'#';font-family:ibm plex mono,monospace;color:var(--orange);font-size:.9em}.post-body h2::before{content:'##';font-family:ibm plex mono,monospace;color:var(--orange);font-size:.9em}.post-body h3::before{content:'###';font-family:ibm plex mono,monospace;color:var(--orange);font-size:.9em}.post-body h4::before{content:'#';font-family:ibm plex mono,monospace;color:var(--orange);font-size:.9em}.post-body ul,.post-body ol{padding-left:1.5rem;margin-bottom:1.25rem}.post-body li{margin-bottom:.4rem}.post-body li>ul{margin-top:.4rem;margin-bottom:0}.post-body a{color:var(--primary)}.post-body a:hover{text-decoration:underline}.post-body strong{color:var(--text-bright);font-weight:700}.post-body em{font-style:italic}.post-body code{font-family:ibm plex mono,monospace;font-size:.82em;background:var(--bg-3);border:1px solid var(--border);border-radius:4px;padding:.1em .4em;color:var(--purple)}.post-body pre{background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem;margin:1.25rem 0;overflow-x:auto}.post-body pre code{background:0 0;border:none;padding:0;color:var(--text);font-size:.85rem;border-radius:0}.highlight{margin:1.25rem 0;border-radius:8px;overflow:hidden;border:1px solid var(--border)}.highlight pre{margin:0;border-radius:0;border:none;padding:1rem 1.25rem}.post-body blockquote{border-left:3px solid var(--primary);padding:.5rem 1rem;margin:1.25rem 0;background:var(--primary-glow);border-radius:0 6px 6px 0}.post-body blockquote p{font-style:italic;color:var(--text);margin:0;font-size:.95em}.post-body hr{border:none;height:1px;background:var(--border);margin:2rem 0}.post-body table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-family:ibm plex sans,sans-serif;font-size:.85rem}.post-body th{background:var(--bg-2);color:var(--text-bright);font-weight:700;padding:.65rem .85rem;border:1px solid var(--border);text-align:left}.post-body td{padding:.55rem .85rem;border:1px solid var(--border);color:var(--text-muted)}.post-body td strong{color:var(--text-bright)}.post-body tr:hover td{background:rgba(255,255,255,2%)}.post-body .katex-display{background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:.85rem 1.25rem;margin:1rem 0;overflow-x:auto}.post-sidebar{display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:calc(var(--nav-height) + 1rem)}.sidebar-card{background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:1rem}.sidebar-card-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:.85rem;padding-bottom:.6rem;border-bottom:1px solid var(--border);font-family:ibm plex mono,monospace}.toc-card .toc{display:flex;flex-direction:column;gap:.1rem}.toc ul{list-style:none;padding-left:0;margin:0;display:flex;flex-direction:column;gap:.1rem}.toc ul ul{padding-left:.75rem}.toc li{margin:0}.toc a{font-size:.78rem;padding:.3rem .5rem;border-radius:4px;color:var(--text-muted);text-decoration:none;display:block;transition:all .12s;border-left:2px solid transparent;line-height:1.4}.toc a:hover{color:var(--text-bright);background:var(--bg-3)}.toc a.active{color:var(--primary);border-left-color:var(--primary);background:var(--primary-glow)}.toc ul ul a{font-size:.73rem;padding-left:.75rem}.info-row{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;padding:.35rem 0;border-bottom:1px solid var(--border)}.info-row:last-child{border-bottom:none}.info-row .lbl{color:var(--text-muted)}.info-row .val{color:var(--text-bright);font-weight:600}.post-footer{margin-top:3rem}.post-footer-divider{height:1px;background:var(--border);margin-bottom:2rem}.author-card{background:var(--bg-2);border:1px solid var(--border);border-radius:10px;padding:1.25rem;display:flex;gap:1rem;align-items:flex-start;margin-bottom:2rem}.author-avatar{width:56px;height:56px;border-radius:50%;background:var(--bg-3);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1.75rem;flex-shrink:0;overflow:hidden}.author-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.author-info h4{font-size:.95rem;font-weight:800;color:var(--text-bright);margin-bottom:.2rem;font-family:ibm plex sans,sans-serif;border-bottom:none;padding-bottom:0;margin-top:0;display:block}.author-info h4::before{content:none}.author-info .author-role{font-size:.75rem;color:var(--primary);font-family:ibm plex mono,monospace;margin-bottom:.5rem}.author-info p{font-size:.8rem;color:var(--text-muted);line-height:1.6;font-family:ibm plex sans,sans-serif;margin:0}.post-nav{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.post-nav-item{background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:1rem;text-decoration:none;color:inherit;transition:border-color .15s;display:block}.post-nav-item:hover{border-color:var(--primary);text-decoration:none}.post-nav-item.next{text-align:right}.post-nav-dir{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:.35rem;display:flex;align-items:center;gap:.3rem}.post-nav-item.next .post-nav-dir{justify-content:flex-end}.post-nav-title{font-size:.85rem;font-weight:700;color:var(--text-bright);line-height:1.4}.site-footer{border-top:1px solid var(--border);padding:1.5rem 2rem}.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.footer-copy{font-size:.78rem;color:var(--text-muted)}.footer-copy a{color:var(--text-muted)}.footer-copy a:hover{color:var(--text)}.footer-built{font-family:ibm plex mono,monospace;font-size:.72rem;color:var(--text-muted)}.mobile-bottom-nav{display:none}@media(max-width:900px){.hero{grid-template-columns:1fr;padding:2rem 1.25rem;gap:2rem}.hero-name{font-size:2.25rem}.profile-card{max-width:100%}.page-content{grid-template-columns:1fr;padding:0 1.25rem 2rem}.right-col{order:-1}.post-layout{grid-template-columns:1fr;padding:1rem 1.25rem 3rem;gap:1.5rem}.post-sidebar{display:none}.post-title{font-size:1.65rem}.mobile-toc-strip{display:block;margin-bottom:1.5rem;background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem}.mobile-toc-label{font-family:ibm plex mono,monospace;font-size:.7rem;color:var(--text-muted);display:block;margin-bottom:.5rem}.mobile-toc-strip .toc ul{flex-direction:row;flex-wrap:wrap;gap:.35rem}.mobile-toc-strip .toc ul ul{display:none}.mobile-toc-strip .toc a{border-left:none;border:1px solid var(--border);border-radius:999px;padding:.2rem .65rem;font-size:.72rem;white-space:nowrap}.mobile-toc-strip .toc a:hover,.mobile-toc-strip .toc a.active{background:var(--primary-glow);border-color:rgba(88,166,255,.4);color:var(--primary)}.nav-tabs{display:none}.nav-hamburger{display:flex}.nav-search{display:none}.list-page{padding:2rem 1.25rem 5rem}.site-footer{padding:1rem 1.25rem 5rem}.mobile-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:rgba(22,27,34,.97);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border);justify-content:space-around;padding:.5rem 0 calc(.25rem + env(safe-area-inset-bottom));z-index:50}.m-bottom-item{display:flex;flex-direction:column;align-items:center;gap:.2rem;font-size:.58rem;color:var(--text-muted);font-weight:600;padding:0 .5rem;text-decoration:none;transition:color .15s}.m-bottom-item:hover,.m-bottom-item.active{color:var(--primary);text-decoration:none}.m-bottom-icon{font-size:1.1rem}body{padding-bottom:64px}.contrib-grid{grid-template-columns:repeat(26,1fr)}}@media(max-width:640px){.hero-name{font-size:1.85rem}.post-title{font-size:1.45rem}.post-nav{grid-template-columns:1fr}.hero-actions{gap:.5rem}.pbs{font-size:.75rem}.hero{padding:1.5rem 1rem}.page-content{padding:0 1rem 2rem}.site-nav{padding:0 1rem}}.pub-section-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);padding-bottom:.6rem;border-bottom:1px solid var(--border);margin-bottom:.25rem}.pub-year-badge{font-family:ibm plex mono,monospace;font-size:.7rem;font-weight:700;color:var(--purple);background:rgba(188,140,255,.1);border:1px solid rgba(188,140,255,.25);border-radius:6px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem}.pub-authors{font-style:italic}