:root{--bg: #ffffff;--surface: #edeae3;--text: #1a1410;--text-muted: #7a6e60;--accent: #9a5c00;--nav-height: 56px;--max-width: 1040px;--content-width: 680px;--font: "Lora", Georgia, serif;--font-mono: "JetBrains Mono", "Fira Code", Consolas, monospace}[data-theme=dark]{--bg: #111009;--surface: #1c1a14;--text: #ddd5c4;--text-muted: #7a7060;--accent: #c87e20}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:1rem;line-height:1.75;min-height:100vh;display:flex;flex-direction:column;transition:background .2s,color .2s}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:3px}img,video{max-width:100%;height:auto;display:block}.site-header{position:sticky;top:0;z-index:100;height:var(--nav-height);background:var(--bg)}.nav-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;height:100%;display:flex;align-items:center;gap:1.5rem}.site-logo{font-family:var(--font);font-size:1.05rem;font-weight:700;color:var(--text);margin-right:auto;display:flex;align-items:center;gap:.5rem}.site-logo:hover{text-decoration:none;color:var(--accent)}.site-logo-img{width:26px;height:26px;border-radius:50%;object-fit:cover;flex-shrink:0}.nav-links{display:flex;gap:1.5rem}.nav-link{font-family:var(--font-mono);font-size:.82rem;color:var(--text-muted)}.nav-link:hover{color:var(--text);text-decoration:none}.theme-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.3rem;display:flex;align-items:center}.theme-btn:hover{color:var(--accent)}[data-theme=light] .icon-sun{display:block}[data-theme=light] .icon-moon{display:none}[data-theme=dark] .icon-sun{display:none}[data-theme=dark] .icon-moon{display:block}.main-content{flex:1;max-width:var(--max-width);width:100%;margin:0 auto;padding:.75rem 1.5rem 3rem}.site-footer{padding:1.25rem 1.5rem}.footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;gap:1.5rem;font-family:var(--font-mono);font-size:.78rem;color:var(--text-muted)}.footer-inner a{color:var(--text-muted)}.footer-inner a:hover{color:var(--accent);text-decoration:none}.home-title-row{display:flex;align-items:center;gap:.85rem;margin-bottom:1.5rem}.home-logo-img{width:58px;height:58px;border-radius:50%;object-fit:cover;flex-shrink:0}.home-title{font-family:var(--font);font-size:clamp(2rem,5vw,2.8rem);font-weight:700;line-height:1.1;margin:0}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem 1.1rem;font-family:var(--font-mono);font-size:.8rem;background:var(--text);color:var(--bg);border:none;cursor:pointer;transition:opacity .15s}.btn:hover{opacity:.75;text-decoration:none;color:var(--bg)}.btn-outline{background:rgba(0,0,0,0);color:var(--text);outline:1px solid var(--text);outline-offset:-1px}.btn-outline:hover{background:var(--text);color:var(--bg);opacity:1}.see-all{font-family:var(--font-mono);font-size:.78rem;color:var(--text-muted)}.see-all:hover{color:var(--accent);text-decoration:none}.page-title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;line-height:1.15;margin-bottom:1.5rem}.back-link{display:inline-block;font-family:var(--font-mono);font-size:.78rem;color:var(--text-muted);margin-bottom:1.5rem}.back-link:hover{color:var(--accent);text-decoration:none}.tag{display:inline-flex;font-family:var(--font-mono);font-size:.72rem;color:var(--text-muted);padding:.1rem .45rem;background:var(--surface);text-decoration:none;white-space:nowrap}.tag:hover{color:var(--accent);text-decoration:none}.tag-active{color:var(--accent)}.tag-list{display:flex;gap:.35rem;flex-wrap:wrap}.link-list{display:flex;gap:.35rem;flex-wrap:wrap;margin-top:1rem;margin-bottom:1rem}.tag-cloud{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.tag-cloud-item{padding:.3rem .85rem;font-family:var(--font-mono);font-size:.82rem;background:var(--surface);color:var(--text-muted)}.tag-cloud-item:hover{color:var(--accent);text-decoration:none}.tag-cloud-item .tag-count{margin-left:.35rem;font-size:.68rem;opacity:.6}.filter-bar{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1.75rem}.filter-btn{background:var(--surface);border:none;color:var(--text-muted);font-family:var(--font-mono);font-size:.75rem;padding:.25rem .75rem;cursor:pointer}.filter-btn:hover{color:var(--accent)}.filter-btn.active{background:var(--text);color:var(--bg)}.filterable.hidden{display:none}.post-list{display:flex;flex-direction:column}.post-card{padding:.9rem 0}.post-card h2,.post-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.2rem}.post-card h2 a,.post-card h3 a{color:var(--text)}.post-card h2 a:hover,.post-card h3 a:hover{color:var(--accent);text-decoration:none}.post-card-meta{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-top:.15rem;font-family:var(--font-mono);font-size:.72rem;color:var(--text-muted)}.post-card-meta span{color:var(--text-muted)}.empty-state{color:var(--text-muted);font-style:italic;padding:2rem 0}.project-grid{columns:2;column-gap:1.25rem}.project-card{background:var(--surface);display:flex;flex-direction:column;break-inside:avoid;margin-bottom:1.25rem;transition:opacity .15s}.project-card:hover{opacity:.85}.project-media{width:100%;aspect-ratio:4/1;overflow:hidden;background:var(--text-muted)}.project-media img,.project-media video{width:100%;height:100%;object-fit:cover}.project-media--video video{pointer-events:none}.project-media--video{aspect-ratio:16/9}.project-media--wasm{display:flex;align-items:center;justify-content:center;background:var(--surface)}.project-media--wasm a{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-decoration:none}.wasm-label{font-family:var(--font-mono);font-size:.72rem;color:var(--text-muted)}.project-card-body{padding:.85rem 1rem 1rem;flex:1;display:flex;flex-direction:column;gap:.35rem}.project-card-body h2,.project-card-body h3{font-size:1.1rem;font-weight:700}.project-card-body h2 a,.project-card-body h3 a{color:var(--text)}.project-card-body h2 a:hover,.project-card-body h3 a:hover{color:var(--accent);text-decoration:none}.project-card-body p{font-size:.95rem;font-style:italic;color:var(--text-muted);line-height:1.5}.project-card-meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.4rem;margin-top:auto}.project-links{display:flex;gap:.75rem}.project-link{font-family:var(--font-mono);font-size:.72rem;color:var(--text-muted)}.project-link:hover{color:var(--accent);text-decoration:none}.project-link--gh,.project-link--yt,.project-link--ext{display:inline-flex;align-items:center;gap:.3rem;border:1px solid var(--text-muted);border-radius:4px;padding:.15rem .45rem;opacity:.7}.project-link--gh:hover,.project-link--yt:hover,.project-link--ext:hover{opacity:1;border-color:var(--accent)}.wasm-badge{display:inline-flex;font-family:var(--font-mono);font-size:.65rem;font-weight:700;background:var(--text);color:var(--bg);padding:.1rem .45rem;letter-spacing:.06em}.wasm-demo-container{overflow:hidden;margin:2rem 0;background:var(--surface)}.wasm-demo-header{display:flex;align-items:center;gap:.6rem;padding:.45rem 1rem;background:var(--bg);font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted)}.wasm-fullscreen{margin-left:auto;font-family:var(--font-mono);font-size:.72rem;color:var(--text-muted)}.wasm-fullscreen:hover{color:var(--accent);text-decoration:none}.wasm-iframe{display:block;width:100%;border:none;min-height:480px}.project-hero-media{margin:1.5rem 0 2rem;overflow:hidden}.project-hero-img,.project-video{width:100%}.prose{max-width:var(--content-width);margin:0 auto}.post-header{margin-bottom:2.5rem;padding-bottom:1.5rem}.post-header h1{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:700;line-height:1.15;margin:.6rem 0 .5rem}.post-description{font-style:italic;color:var(--text-muted);margin-bottom:.75rem}.post-header-meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:.4rem}.post-header-info{display:flex;gap:.4rem;font-family:var(--font-mono);font-size:.72rem;color:var(--text-muted)}.project-header-meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}.prose-content h1,.prose-content h2,.prose-content h3,.prose-content h4,.prose-content h5,.prose-content h6{font-weight:700;line-height:1.25;margin:1.75rem 0 .6rem}.prose-content h1{font-size:1.7rem}.prose-content h2{font-size:1.3rem}.prose-content h3{font-size:1.1rem}.prose-content p{margin:.9rem 0}.prose-content ul,.prose-content ol{padding-left:1.5rem;margin:.9rem 0}.prose-content ul li,.prose-content ol li{margin:.25rem 0}.prose-content a{text-decoration:underline;text-underline-offset:3px}.prose-content blockquote{margin:1.5rem 0;padding:.5rem 1.1rem;color:var(--text-muted);font-style:italic;background:var(--surface)}.prose-content code{font-family:var(--font-mono);font-size:.85em;background:var(--surface);padding:.1em .3em}.prose-content pre{margin:1.25rem 0;overflow-x:auto;font-size:.875rem;line-height:1.6;font-family:var(--font-mono);border-radius:8px}.prose-content pre code{font-family:var(--font-mono);border:none;background:none;display:block;padding:1.25rem 2rem}.prose-content pre table{display:block}.prose-content pre td:first-child{padding-right:1.25rem;user-select:none}.prose-content table{width:100%;border-collapse:collapse;margin:1.25rem 0;font-size:.9rem}.prose-content table th,.prose-content table td{padding:.5rem .8rem;text-align:left}.prose-content table th{background:var(--surface);font-family:var(--font-mono);font-size:.78rem}.prose-content table tr:nth-child(even) td{background:color-mix(in srgb, var(--surface) 40%, var(--bg))}.prose-content img,.prose-content video{margin:1.25rem 0}.prose-content hr{border:none;margin:2rem 0}.media-figure{margin:1.5rem 0}.media-figure video{width:100%}.media-figure figcaption{font-size:.8rem;color:var(--text-muted);margin-top:.4rem;font-style:italic}.nav-burger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav-burger span{display:block;width:20px;height:2px;background:var(--text);border-radius:2px;transition:transform .2s,opacity .2s}.nav-burger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-burger[aria-expanded=true] span:nth-child(2){opacity:0}.nav-burger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 700px){.main-content{padding:1.75rem 1rem 3rem}.hero{padding:2.5rem 0 2rem}.nav-burger{display:flex;margin-left:auto}.nav-links{display:none;position:absolute;top:var(--nav-height);left:0;right:0;flex-direction:column;gap:0;background:var(--bg);border-bottom:1px solid var(--surface);padding:.5rem 1.5rem 1rem}.nav-links.open{display:flex}.nav-links .nav-link{padding:.6rem 0;border-bottom:1px solid var(--surface)}.nav-links .nav-link:last-child{border-bottom:none}.project-grid{columns:1}}