:root{--bg:#fff;--text:#222;--muted:#666;--accent:#b713c3;--link:#2f6f62;--border:#ddd;--max-width:950px}@media (prefers-color-scheme:dark){:root{--bg:#111;--text:#eee;--muted:#aaa;--link:#80c7b7;--border:#333}}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:Roboto,sans-serif}body{background:var(--bg);color:var(--text);margin:0;font-size:1rem;font-weight:300;line-height:1.6}p{margin-bottom:1.15rem}b,strong{color:#111;font-weight:600}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}.site-header{z-index:1000;border-bottom:1px solid var(--border);background:var(--bg);backdrop-filter:blur(8px);position:sticky;top:0}.nav{max-width:var(--max-width);flex-wrap:wrap;align-items:center;gap:1.2rem;margin:0 auto;padding:1rem 1.25rem;display:flex}.brand-slot{min-width:140px;margin-right:auto}@media (width<=700px){.nav{justify-content:center;gap:.75rem 1rem}.brand-slot{display:none}}.nav .brand{font-weight:700}main{max-width:var(--max-width);margin:0 auto;padding:2.5rem 1.25rem 4rem}h1{margin-top:0;font-weight:400}.subtitle{color:var(--muted);margin-top:-.5rem;margin-bottom:2rem}.post-list,.project-list,.repo-list{padding-left:1.3rem}.post-list li,.project-list li,.repo-list li{margin:0 0 1.4rem}.post-summary{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.post-summary:last-child{border-bottom:none;margin-bottom:0}.post-text{flex:1}.post-thumb{object-fit:contain;border-radius:6px;flex-shrink:0;width:250px;height:220px}.item-title{font-size:1.5rem;font-weight:400}.item-caption{color:var(--muted);margin-top:.25rem;line-height:1.45}.item-meta{border-left:2px solid var(--border);color:var(--muted);margin-top:.5rem;padding-left:.75rem;font-size:.8rem}@media (width<=700px){.post-summary{gap:.8rem}.post-text{min-width:0}.post-thumb{object-fit:contain;flex-shrink:0;width:95px;height:85px}.item-title{font-size:1rem;line-height:1.25}.item-caption{font-size:.9rem}}article{line-height:1.65}article h1{margin-bottom:.25rem}article h2{margin:2rem 0 1rem;font-size:1.7rem;font-weight:400}article h3{margin:1.75rem 0 .5rem;font-size:1.8rem;font-weight:350}article b,article strong{font-weight:400}.site-footer{border-top:1px solid var(--border);color:var(--muted)}.site-footer>div{max-width:var(--max-width);margin:0 auto;padding:1.25rem}.about-page{margin:0 auto;line-height:1.6}.about-page h1{margin-bottom:1.5rem}.about-page b,.about-page strong{font-weight:800}.about-photo{float:right;text-align:center;width:250px;margin:0 0 0 0}.about-photo img{object-fit:cover;border:2px solid var(--border);border-radius:50%;width:230px;height:250px;box-shadow:0 3px 10px #00000026}.photo-caption{color:var(--muted);margin-top:0;font-size:.7rem;font-style:italic}.about-page ul{margin:1rem 0 1.5rem 1.25rem}.about-page li{margin-bottom:.1rem}.aside-note{border-left:3px solid var(--border);color:var(--muted);margin-left:2rem;margin-right:2rem;padding-left:1rem;font-size:.95rem;font-style:italic}.about-links{justify-content:center;gap:2rem;margin-top:1rem;display:flex}.about-links a{color:var(--text);opacity:.75;font-size:5rem;transition:opacity .2s}.about-links a:hover{opacity:1}.footnote{color:var(--muted);margin-top:2rem;font-size:.9rem}@media (width<=700px){.about-photo{float:none;width:min(100%,320px);margin:0 auto 1.5rem}}blockquote{border-left:4px solid var(--accent);margin:1.5rem 0;padding:.25rem 0 .25rem 1rem;font-size:large}blockquote p{margin:0 0}pre.astro-code{letter-spacing:0;border:1px solid #e6ddff;border-radius:6px;padding:1rem;font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9rem;line-height:1.45;overflow-x:auto;background:#f7eff5!important}pre.astro-code code{font-family:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;color:#b427a2!important;background:0 0!important}.image-row{justify-content:center;gap:1.5rem;margin:2rem 0;display:flex}.image-row a{flex:1;min-width:0}.image-row img{border-radius:6px;width:100%;height:auto;display:block}.repo-group{margin-bottom:2.5rem}.repo-group h2{margin-bottom:.4rem}.repo-group-description{color:var(--muted);margin-top:0;margin-bottom:1rem}.repo-list{margin:0;padding-left:1.4rem}.repo-list li{margin-bottom:.45rem}.repo-visibility{color:var(--muted);margin-left:.5rem;font-size:.9rem}.project-grid{grid-template-columns:repeat(auto-fill,280px);justify-content:start;gap:2rem;display:grid}.project-card{border:1px solid var(--border);background:var(--bg);width:280px;height:470px;color:var(--text);border-radius:8px;grid-template-rows:72% 28%;text-decoration:none;transition:transform .15s,box-shadow .15s;display:grid;overflow:hidden}.project-card:hover{text-decoration:none;transform:translateY(-3px);box-shadow:0 4px 12px #0000001f}.project-card img{object-fit:cover;width:100%;height:100%}.project-caption{flex-direction:column;justify-content:center;padding:1rem;display:flex}.project-title{font-size:1.4rem;font-weight:600;line-height:1.2}.project-description{color:var(--muted);margin-top:.4rem;font-size:.95rem;line-height:1.4}
