:root{--bg: #fff;--text: #1a1a1a;--muted: #595959;--border: #d4d4d4;--accent: #c2185b}[data-theme=dark]{--bg: #1a1028;--text: #ede8f5;--muted: #a08ab8;--border: #3d2f52;--accent: #f48fb1}*,*:before,*:after{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,sans-serif;line-height:1.6}body{margin:0;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}a{color:var(--accent);text-decoration:underline}a:hover,a:focus-visible{text-decoration:none}h1,h2,h3{font-family:Georgia,Times New Roman,serif;line-height:1.2;margin:0 0 .5rem}h1{font-size:1.8rem}h2{font-size:1.4rem;padding-bottom:.3rem;border-bottom:1px solid var(--border);margin-top:2rem;margin-bottom:.75rem}p{margin:0 0 1rem}ul{margin:0 0 1rem;padding-left:1.5rem}li{margin-bottom:.4rem}.site-header{border-bottom:1px solid var(--border);margin-bottom:2rem}.site-header .site-nav{max-width:700px;margin:0 auto;padding:1rem;display:flex;align-items:baseline;gap:1.5rem}@media(max-width:480px){.site-header .site-nav{flex-wrap:wrap}}.site-header .nav-brand{font-family:Georgia,Times New Roman,serif;font-size:1.3rem;font-weight:700;text-decoration:none;color:var(--text);margin-right:auto}.site-header .nav-brand:hover{color:var(--accent)}@media(max-width:480px){.site-header .nav-brand{width:100%;margin-bottom:0}}.site-header .nav-links{display:flex;gap:1rem}.site-header .nav-links a{color:var(--muted);text-decoration:none}.site-header .nav-links a:hover,.site-header .nav-links a:focus-visible{color:var(--accent)}.site-header .nav-links a.active{color:var(--text);font-weight:600}.site-header .theme-toggle{background:none;border:none;padding:0;cursor:pointer;color:var(--muted);font-family:inherit;font-size:inherit}.site-header .theme-toggle:hover,.site-header .theme-toggle:focus-visible{color:var(--accent);outline:none}main{flex:1}.page-content{max-width:700px;margin:0 auto;padding:0 1rem 3rem}.site-footer{border-top:1px solid var(--border);color:var(--muted);font-size:.85rem;margin-top:2rem}.site-footer p{max-width:700px;margin:0 auto;padding:1.5rem 1rem 2rem}.site-footer a{color:var(--muted)}.site-footer a:hover{color:var(--accent)}.site-footer .trans-pronouns{font-weight:600}:target{background:color-mix(in srgb,var(--accent) 10%,transparent);outline:2px solid color-mix(in srgb,var(--accent) 30%,transparent);padding:.5rem;transition:background .3s ease,outline .3s ease}.intro{font-size:1.1rem;color:var(--muted);margin-bottom:1.5rem}.two-col{columns:2;column-gap:2rem}@media(max-width:480px){.two-col{columns:1}}.project-list{list-style:disc;padding-left:1.5rem}.project-list li{margin-bottom:.6rem}.project-list a{font-weight:600}.project-meta-inline{color:var(--muted);font-size:.9rem}@media(max-width:480px){h1{font-size:1.5rem}h2{font-size:1.2rem}}.footnotes{font-size:.9em}.footnotes li{margin-bottom:.5em}
