.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}:root{--bg:#fafafa;--surface:#f0f0f0;--text:#333;--text-muted:gray;--heading:#0a0a0a;--border:#d4d4d4;--accent:#525252;--accent-hover:#171717;--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, monospace;--text-sm:clamp(.85rem, .8rem + .2vw, .9rem);--text-base:clamp(1rem, .95rem + .2vw, 1.05rem);--text-lg:clamp(1.15rem, 1.05rem + .4vw, 1.3rem);--text-xl:clamp(1.3rem, 1.15rem + .6vw, 1.6rem);--text-2xl:clamp(1.6rem, 1.4rem + .8vw, 2rem);--text-3xl:clamp(2rem, 1.7rem + 1.2vw, 2.7rem);--text-4xl:clamp(2.3rem, 2rem + 1.5vw, 3.1rem);--space-xs:.5rem;--space-sm:.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2.5rem;--space-2xl:4rem;--max-width:880px;--radius:10px;--transition:.18s ease}@media (prefers-color-scheme:dark){:root{--bg:#0a0a0a;--surface:#161616;--text:#d4d4d4;--text-muted:gray;--heading:#f5f5f5;--border:#2a2a2a;--accent:#a3a3a3;--accent-hover:#e5e5e5}}[data-theme=dark]{--bg:#0a0a0a;--surface:#161616;--text:#d4d4d4;--text-muted:gray;--heading:#f5f5f5;--border:#2a2a2a;--accent:#a3a3a3;--accent-hover:#e5e5e5}[data-theme=light]{--bg:#fafafa;--surface:#f0f0f0;--text:#333;--text-muted:gray;--heading:#0a0a0a;--border:#d4d4d4;--accent:#525252;--accent-hover:#171717}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:var(--text-base);color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.65}h1,h2,h3,h4,h5,h6{color:var(--heading);margin-bottom:var(--space-md);letter-spacing:-.02em;font-weight:700;line-height:1.25}h1{font-size:var(--text-4xl);letter-spacing:-.035em}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}h5{font-size:var(--text-lg)}h6{font-size:var(--text-base)}p{margin-bottom:var(--space-md)}a{color:var(--accent);transition:color var(--transition);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}strong{color:var(--heading);font-weight:700}ul,ol{margin-bottom:var(--space-md);padding-left:1.5rem}li{margin-bottom:var(--space-xs)}code{font-family:var(--font-mono);background:var(--surface);border-radius:4px;padding:.15em .4em;font-size:.9em}.container{width:100%;max-width:var(--max-width);padding-inline:var(--space-lg);margin-inline:auto}.hero-layout{justify-content:space-between;align-items:center;gap:var(--space-xl);max-width:var(--max-width);padding:var(--space-2xl) var(--space-lg);flex-wrap:wrap;margin-inline:auto;display:flex}.hero-text{flex:320px}.hero-text h1{margin-bottom:var(--space-sm)}.hero-photo{flex:none}.hero-img{border-radius:var(--radius);object-fit:cover;width:100%;max-width:420px;height:auto;display:block}.prose{max-width:680px;padding:var(--space-xl) var(--space-lg);margin-inline:auto}.prose h2{margin-top:var(--space-xl)}.prose h2:first-child{margin-top:0}.prose h3{margin-top:var(--space-lg)}.prose .lead{font-size:var(--text-lg);color:var(--text-muted);margin-bottom:var(--space-lg);line-height:1.6}.entry{margin-bottom:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--border)}.entry:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.entry__header{justify-content:space-between;align-items:baseline;gap:var(--space-xs) var(--space-md);margin-bottom:var(--space-sm);flex-wrap:wrap;display:flex}.entry__title{font-size:var(--text-lg);color:var(--heading);margin:0;font-weight:700}.entry__org{font-size:var(--text-base);color:var(--text-muted);font-weight:600}.entry__date{font-size:var(--text-sm);color:var(--text-muted);white-space:nowrap}.entry__desc{font-size:var(--text-sm);color:var(--text-muted);margin-top:var(--space-xs)}.tags{gap:var(--space-xs);flex-wrap:wrap;padding:0;list-style:none;display:flex}.tag{font-size:var(--text-sm);color:var(--text-muted);border:1px solid var(--border);border-radius:999px;padding:.25em .7em;font-weight:500;display:inline-block}.contact-links{gap:var(--space-md);flex-wrap:wrap;padding:0;list-style:none;display:flex}.contact-links a{font-weight:500;font-size:var(--text-sm)}.theme-toggle{top:var(--space-lg);right:var(--space-lg);z-index:100;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:42px;height:42px;color:var(--text);cursor:pointer;transition:background var(--transition), color var(--transition);justify-content:center;align-items:center;font-size:1.2rem;line-height:1;display:flex;position:fixed}.theme-toggle:hover{background:var(--accent);color:var(--bg)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}
