@tailwind base;@tailwind components;@tailwind utilities;:root{--bg:#fff;--bg-soft:#f9f9f9;--surface:#fff;--surface-muted:#f4f4f4;--ink:#111;--ink-hover:#000;--ink-soft:#666;--line:#eaeaea;--line-strong:#ccc}:root[data-theme=dark]{--bg:#111;--bg-soft:#161616;--surface:#111;--surface-muted:#1e1e1e;--ink:#ededed;--ink-hover:#fff;--ink-soft:#999;--line:#2c2c2c;--line-strong:#444}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#111;--bg-soft:#161616;--surface:#111;--surface-muted:#1e1e1e;--ink:#ededed;--ink-hover:#fff;--ink-soft:#999;--line:#2c2c2c;--line-strong:#444}}*{box-sizing:border-box}body,html{margin:0;padding:0}body{color:var(--ink);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:IBM Plex Sans,Helvetica Neue,Arial,sans-serif;line-height:1.6}a{color:inherit}.site-shell{max-width:900px;margin:0 auto;padding:1rem 1.5rem 4rem}.topbar{border-bottom:1px solid var(--line);background:var(--bg);z-index:20;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:1rem 0;animation:.32s ease-out both reveal;display:flex;top:0}.brand,.topbar{align-items:center}.brand{letter-spacing:.12em;text-transform:uppercase;font-family:IBM Plex Mono,SFMono-Regular,monospace;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.nav{flex-wrap:wrap;gap:.9rem}.nav,.theme-toggle{align-items:center;display:flex}.theme-toggle{cursor:pointer;color:var(--ink-soft);background:0 0;border:none;justify-content:center;margin-left:.2rem;padding:0;transition:color .14s}.theme-toggle:hover{color:var(--ink-hover)}.hero{background:var(--surface);padding:2rem 0 1.25rem;animation:.48s ease-out both reveal;position:relative}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--ink-soft);margin:0;font-family:IBM Plex Mono,SFMono-Regular,monospace;font-size:.75rem;font-weight:600}.title{letter-spacing:-.015em;max-width:900px;color:var(--ink);margin:1rem 0 0;font-size:clamp(1.9rem,3.4vw,2.5rem);font-weight:700;line-height:1.08}.hero-summary{max-width:760px;color:var(--ink);margin:1.25rem 0 0;font-size:1rem;line-height:1.65}.hero-location{background:var(--surface-muted);border:1px solid var(--line);border-radius:6px;align-items:center;gap:.45rem;margin-top:1.75rem;padding:.5rem .85rem;font-size:.95rem;font-weight:500;display:inline-flex}.hero-location,.location-icon{color:var(--ink-soft)}.hero-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.btn{border-radius:4px;justify-content:center;align-items:center;gap:.35rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.btn-primary{background:var(--ink);border:1px solid var(--ink);color:var(--bg)}.btn-primary:hover{background:var(--ink-hover)}.btn-ghost{border:1px solid var(--line-strong);color:var(--ink);background:0 0}.btn-ghost:hover{background:var(--surface-muted);border-color:var(--ink)}.experience{margin-top:1.25rem;padding:0;animation:.56s ease-out both reveal}.section-head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.section-head h2{letter-spacing:-.02em;margin:0;font-size:1.5rem}.section-kicker{color:var(--ink-soft);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .35rem;font-family:IBM Plex Mono,SFMono-Regular,monospace;font-size:.75rem;font-weight:600}.timeline{grid-template-columns:1fr;gap:1.25rem;margin-top:2rem;display:grid}.posts{margin-top:4rem;padding:0;animation:.66s ease-out both reveal}.post-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-top:1.5rem;display:grid}.post-card{border-top:2px solid var(--line);padding-top:1rem}.post-meta{color:var(--ink-soft);margin:0;font-family:IBM Plex Mono,SFMono-Regular,monospace;font-size:.75rem}.post-card h3{margin:.5rem 0 0;font-size:1.3rem;line-height:1.3}.post-title-link{color:var(--ink);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}.post-title-link:hover{color:var(--ink-hover)}.post-excerpt{color:var(--ink-soft);margin:.75rem 0 1rem;font-size:1rem;line-height:1.6}.post-tags{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.post-tags li{background:var(--surface-muted);color:var(--ink-soft);border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:500}.text-link{color:var(--ink);text-underline-offset:3px;font-size:.85rem;font-weight:600}.text-link:hover{color:var(--ink-hover)}.footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;margin-top:4rem;padding:2rem 0 0;animation:.72s ease-out both reveal;display:flex}.footer p{color:var(--ink-soft);margin:0;font-size:.85rem}.footer-links{flex-wrap:wrap;gap:.72rem;display:flex}@keyframes reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=980px){.post-grid,.timeline{grid-template-columns:1fr}}@media (width<=760px){.site-shell{padding:1.5rem 1.25rem 3rem}.topbar{margin-bottom:2rem;position:static}.title{max-width:100%}.experience,.hero,.posts{padding:0}.hero{padding-bottom:1rem}.nav{gap:.52rem}.footer{flex-direction:column;align-items:flex-start}}
