:root{--bg: #ffffff;--bg-alt: #f5f5f4;--ink: #1c1c1c;--muted: #6b6b68;--line: #e4e4e1;--accent: #1f5f8b;--accent-ink: #ffffff;--font-display: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--size-body: 1.0625rem;--size-small: .875rem;--size-h1: clamp(1.9rem, 4vw, 2.6rem);--size-h2: clamp(1.4rem, 2.6vw, 1.8rem);--leading-body: 1.65;--leading-tight: 1.15;--measure: 65ch;--space-1: .5rem;--space-2: 1rem;--space-3: 1.75rem;--space-4: 3rem;--space-5: 5rem;--radius: 8px;--edge: clamp(1.25rem, 5vw, 4rem);--content-max: 68rem}@media(prefers-color-scheme:dark){:root{--bg: #161615;--bg-alt: #201f1e;--ink: #ecebe8;--muted: #a3a29e;--line: #33322f;--accent: #7db3d8;--accent-ink: #10222e}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;color-scheme:light dark}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:var(--size-body);line-height:var(--leading-body);min-height:100vh;display:flex;flex-direction:column}a{color:var(--accent);text-underline-offset:3px}a:hover{text-decoration-thickness:2px}h1,h2,h3{font-family:var(--font-display);line-height:var(--leading-tight);letter-spacing:-.01em;text-wrap:balance}h1{font-size:var(--size-h1);margin:0 0 var(--space-2)}h2{font-size:var(--size-h2);margin:var(--space-3) 0 var(--space-1)}p{max-width:var(--measure)}.skip-link{position:absolute;left:-9999px;top:0;background:var(--accent);color:var(--accent-ink);padding:var(--space-1) var(--space-2)}.skip-link:focus{left:0;z-index:10}.site-header{border-bottom:1px solid var(--line)}.site-header .inner{max-width:var(--content-max);margin:0 auto;padding:var(--space-2) var(--edge);display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-2);flex-wrap:wrap}.brand{font-family:var(--font-display);font-weight:700;font-size:1.15rem;color:var(--ink);text-decoration:none}.site-nav{display:flex;gap:var(--space-3)}.site-nav a{color:var(--muted);text-decoration:none;font-size:var(--size-small);letter-spacing:.04em;text-transform:uppercase;display:inline-flex;align-items:center;gap:.4em}.site-nav a[aria-current=page],.site-nav a:hover{color:var(--ink)}.site-nav .lock{width:.8em;height:.8em}main{flex:1;width:100%;max-width:var(--content-max);margin:0 auto;padding:var(--space-4) var(--edge) var(--space-5)}.site-footer{border-top:1px solid var(--line);background:var(--bg-alt)}.site-footer .inner{max-width:var(--content-max);margin:0 auto;padding:var(--space-3) var(--edge);display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-2);flex-wrap:wrap;font-size:var(--size-small);color:var(--muted)}.site-footer a{color:inherit}.site-footer a:hover{color:var(--ink)}.hero{display:grid;grid-template-columns:minmax(200px,300px) 1fr;gap:var(--space-4);align-items:start}.hero img{width:100%;height:auto;border-radius:var(--radius);border:1px solid var(--line)}.hero .intro p{margin-top:0}@media(max-width:700px){.hero{grid-template-columns:1fr}.hero img{max-width:260px}}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--space-3);padding:0;margin:var(--space-3) 0 0;list-style:none}.card{border:1px solid var(--line);border-radius:var(--radius);padding:var(--space-3);background:var(--bg);display:flex;flex-direction:column;gap:var(--space-1)}.card h3{margin:0;font-size:1.15rem}.card a{text-decoration:none;color:var(--ink)}.card a:hover{color:var(--accent)}.card .summary{color:var(--muted);font-size:var(--size-small);margin:0}.card .tags{color:var(--muted);font-size:.78rem;letter-spacing:.05em;text-transform:uppercase}.badge-draft{align-self:flex-start;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-ink);background:var(--accent);border-radius:999px;padding:.1rem .6rem}.prose{max-width:var(--measure)}.prose img{max-width:100%;border-radius:var(--radius)}.prose pre{overflow-x:auto;padding:var(--space-2);background:var(--bg-alt);border-radius:var(--radius)}.meta-row{color:var(--muted);font-size:var(--size-small);margin-bottom:var(--space-3)}.resume-frame{width:100%;height:75vh;border:1px solid var(--line);border-radius:var(--radius)}.button{display:inline-block;background:var(--accent);color:var(--accent-ink);text-decoration:none;border-radius:var(--radius);padding:.55rem 1.1rem;font-size:var(--size-small)}.button:hover{filter:brightness(1.1)}.empty-note{border:1px dashed var(--line);border-radius:var(--radius);padding:var(--space-3);color:var(--muted);max-width:var(--measure)}
