:root{--bg:#121212;--text:#e8e8e8;--muted:#a3a3a3;--faint:#707070;--accent:#b9a0ea;--bg-soft:#1e1e1e;--sans:"Helvetica Neue", Helvetica, Arial, sans-serif;--mono:Consolas, "Liberation Mono", Menlo, Courier, monospace;color-scheme:dark}:root[data-theme=light]{--bg:#fff;--text:#222;--muted:#666;--faint:#aaa;--accent:indigo;--bg-soft:#ededed;color-scheme:light}*{box-sizing:border-box}body{font-family:var(--sans);color:var(--text);background:var(--bg);margin:0;line-height:1.6}.wrapper{max-width:700px;margin:0 auto;padding:2rem 1.25rem 4rem}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}pre,code{font-family:var(--mono);font-size:.9em}pre{background:var(--bg-soft);border-radius:4px;padding:1rem;overflow-x:auto}code{background:var(--bg-soft);border-radius:3px;padding:.15em .35em}pre code{background:0 0;padding:0}blockquote{border-left:3px solid var(--faint);color:var(--muted);margin:1rem 0;padding:.2rem 1rem}h1,h2,h3{line-height:1.25}.header-home{text-align:center;margin-bottom:1.5rem}.selfie{object-fit:cover;border-radius:50%;width:180px;height:180px;margin:0 auto 1rem}.header-home h1{margin:0;font-size:1.6rem}.header-home .bio{color:var(--muted);margin:.25rem 0 1rem}.social-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:.9rem;margin-bottom:.5rem;display:flex}.social-links a{color:var(--muted);line-height:0}.social-links a:hover{color:var(--accent)}.icon{fill:currentColor;width:20px;height:20px}nav.site-nav{border-bottom:1px solid var(--bg-soft);flex-wrap:wrap;justify-content:center;gap:1.25rem;margin:1.5rem 0 2.5rem;padding-bottom:1rem;display:flex}nav.site-nav a{color:var(--text);font-size:.95rem}nav.site-nav a:hover{color:var(--accent)}footer.site-footer{border-top:1px solid var(--bg-soft);color:var(--faint);text-align:center;margin-top:3rem;padding-top:1.5rem;font-size:.85rem}.post-list{padding:0;list-style:none}.post-list li{margin-bottom:1.25rem}.post-list time{color:var(--faint);font-size:.8rem;display:block}.post-list a{font-size:1.05rem}.post-meta{color:var(--muted);margin:.25rem 0 1.5rem;font-size:.85rem}.project-group{margin-top:2.5rem}.project-group h2{margin-bottom:1rem;font-size:1.1rem}.project-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.project-card{border:1px solid var(--bg-soft);color:var(--text);border-radius:8px;padding:1rem 1.1rem;transition:border-color .15s,transform .15s;display:block}.project-card:hover{border-color:var(--accent);transform:translateY(-2px)}.project-card-head{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.project-name{font-weight:600;text-decoration:none}.project-card .stars{color:var(--faint);white-space:nowrap;font-size:.8rem}.project-card p{color:var(--muted);margin:.4rem 0 0;font-size:.88rem;line-height:1.5}.project-card-footer{align-items:center;gap:.6rem;margin-top:.6rem;display:flex}.project-card-footer a{color:var(--muted);line-height:0}.project-card-footer a:hover{color:var(--accent)}.project-card .live-link{color:var(--accent);background:var(--bg-soft);border-radius:3px;padding:.15rem .5rem;font-size:.7rem;line-height:normal}.tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.tags a,.tags span{color:var(--muted);background:var(--bg-soft);border-radius:3px;padding:.15rem .5rem;font-size:.75rem}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.gallery-grid img{object-fit:cover;cursor:pointer;border-radius:4px;width:100%;height:160px;transition:opacity .2s}.gallery-grid img:hover{opacity:.85}@media (width<=480px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}dialog#lightbox{background:0 0;border:none;max-width:90vw;max-height:90vh;padding:0}dialog#lightbox::backdrop{background:#000000d9}dialog#lightbox img{cursor:pointer;border-radius:4px;max-height:85vh}dialog#lightbox figcaption{color:#fff;text-align:center;padding-top:.5rem;font-size:.85rem}.button{border:1px solid var(--accent);color:var(--accent);border-radius:4px;padding:.5rem 1.25rem;display:inline-block}.button:hover{background:var(--accent);color:var(--bg);text-decoration:none}.icon-small{vertical-align:-2px;width:13px;height:13px}.theme-toggle{border:1px solid var(--faint);color:var(--muted);cursor:pointer;background:0 0;border-radius:3px;align-items:center;gap:.3rem;padding:.2rem .6rem;font-family:inherit;font-size:.75rem;display:inline-flex}.theme-toggle:hover{border-color:var(--accent);color:var(--accent)}.theme-toggle .icon-moon,.theme-toggle.is-light .icon-sun{display:none}.theme-toggle.is-light .icon-moon{display:inline-block}
