:root{--bg: #0d0f14;--bg-soft: #15171c;--bg-elev: #1a1d24;--ink: #ece5d3;--ink-bright:#f4eedb;--ink-muted: #8a8377;--ink-dim: #6b6259;--rule: rgba(236, 229, 211, .18);--rule-soft: rgba(236, 229, 211, .1);--accent: #d4b386;--accent-hi: #e4c598}*{box-sizing:border-box}html{background-color:var(--bg);min-height:100vh;font-family:Newsreader,"Source Serif Pro",Georgia,serif;font-feature-settings:"kern","liga","onum";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;width:100%;padding:0;color:var(--ink);background:var(--bg);line-height:1.55;min-height:100vh;position:relative}.content{margin:0 auto;width:100%;max-width:68ch;padding:1.5rem clamp(1.25rem,4vw,2rem) 3rem}h1{font-family:Newsreader,serif;font-variation-settings:"opsz" 60,"wght" 400;font-weight:400;font-size:clamp(2.2rem,5vw,3.2rem);line-height:1.08;letter-spacing:-.015em;margin:2rem 0 1.2rem;color:var(--ink)}h2{font-family:Newsreader,serif;font-variation-settings:"opsz" 36,"wght" 500;font-weight:500;font-size:clamp(1.5rem,2.5vw,1.95rem);line-height:1.2;letter-spacing:-.01em;margin:2.4rem 0 .9rem;color:var(--ink)}h3{font-family:Newsreader,serif;font-variation-settings:"opsz" 24,"wght" 500;font-weight:500;font-size:1.3rem;margin:1.8rem 0 .6rem;color:var(--ink)}p,li{font-family:Newsreader,serif;font-variation-settings:"opsz" 16,"wght" 380;font-size:1.06rem;line-height:1.6;color:var(--ink)}p{margin:0 0 1rem}b,strong{font-weight:600;color:var(--ink-bright)}em,i{font-style:italic}blockquote{margin:1.4rem 0 1.4rem 1.4rem;padding:0;border:0;background:transparent;font-style:italic;color:var(--ink-muted)}blockquote p{display:block;margin:0;color:inherit}hr{border:0;height:1px;background:var(--rule);margin:2.5rem 0}a{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;text-decoration-color:#ece5d359;transition:color .18s ease,text-decoration-color .18s ease}a:hover,a:focus-visible{color:var(--accent);text-decoration-color:var(--accent)}a.unstyled-link,a.pill,a.button,a.no-underline{text-decoration:none}code{font-family:Newsreader,Georgia,serif;font-style:italic;font-weight:500;background:transparent;color:var(--accent);padding:0;font-size:.98em}pre{background:var(--bg-soft);border:1px solid var(--rule-soft);border-radius:6px;padding:1rem 1.2rem;overflow:auto;font-size:.92rem;line-height:1.55;margin:1.4rem 0}pre code{font-family:ui-monospace,JetBrains Mono,SFMono-Regular,Menlo,monospace;font-style:normal;font-weight:400;color:var(--ink);font-size:inherit;background:transparent}footer{display:flex;justify-content:center;align-items:center;gap:1.4rem;margin-top:5rem;padding:2rem 0 1rem;border-top:1px solid var(--rule);font-family:Newsreader,serif;font-style:italic;font-size:.95rem;color:var(--ink-muted)}footer a{color:var(--ink-muted);text-decoration:none;transition:color .18s ease}footer a:hover{color:var(--accent)}.row{display:flex;flex-wrap:wrap;flex-direction:row;overflow-wrap:break-word;width:100%}.col{display:flex;flex-direction:column;flex-wrap:wrap;overflow-wrap:break-word;width:100%}.profile-row{display:flex;flex-direction:row;align-items:center}.distributed{display:flex;justify-content:space-between}.hide-overflow{overflow:hidden}.horizontal-spacing{margin:0 4px}.vertical-spacing{margin:4px 0}.spacer{margin-bottom:18px}.spacer-h{margin-left:8px}.spaced-row{margin-bottom:12px}.top-margin-12{margin-top:12px}.h-pad-12{padding:0 12px}.blog-card{border:1px solid var(--rule);border-radius:8px;background:var(--bg-soft);padding:0;transition:border-color .2s ease,background .2s ease}.blog-card:hover{border-color:var(--accent)}.card-content{padding:1.2rem 1.4rem 1.4rem}.big-text{font-family:Newsreader,serif;font-variation-settings:"opsz" 36,"wght" 500;font-size:1.5rem;line-height:1.2;letter-spacing:-.01em;margin-top:.4rem;margin-bottom:.6rem;color:var(--ink)}.button{display:inline-block;background:transparent;color:var(--accent)!important;border:1px solid var(--accent);border-radius:999px;padding:.55rem 1.2rem;text-decoration:none!important;font-family:Newsreader,serif;font-style:italic;font-size:.98rem;transition:background .2s ease,color .2s ease;margin:.5rem 0}.button:hover,.button:focus{background:var(--accent);color:var(--bg)!important}.highlight{color:var(--accent)}.hidden-text-for-llms{color:var(--bg);user-select:none}.announce-box{padding:.9rem 1.2rem;border:1px solid var(--accent);border-left:3px solid var(--accent);background:#d4b38614;color:var(--ink-bright);font-style:italic;font-size:1.02rem;margin:1.2rem 0}.cards{max-width:1200px;margin:0 auto;display:grid;gap:1rem}@media (min-width: 600px){.cards{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.cards{grid-template-columns:repeat(3,1fr)}}body.home .content{max-width:none;padding:0}body.about .content{max-width:1100px}.masthead[data-astro-cid-pux6a34n]{position:relative;width:100%;z-index:50;background:var(--bg)}.masthead__inner[data-astro-cid-pux6a34n]{max-width:1180px;margin:0 auto;padding:1.1rem clamp(1.25rem,4vw,2rem) 1rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;border-bottom:1px solid var(--rule)}.masthead__brand[data-astro-cid-pux6a34n]{display:inline-flex;align-items:baseline;gap:.6rem;text-decoration:none!important;color:var(--ink)!important;transition:color .2s ease}.masthead__brand[data-astro-cid-pux6a34n]:hover,.masthead__brand[data-astro-cid-pux6a34n]:focus-visible{color:var(--accent)!important}.masthead__mark[data-astro-cid-pux6a34n]{font-family:Newsreader,serif;font-variation-settings:"opsz" 36,"wght" 380;font-style:italic;font-size:1.35rem;line-height:1;letter-spacing:-.01em;color:var(--accent)}.masthead__name[data-astro-cid-pux6a34n]{font-family:Newsreader,serif;font-variation-settings:"opsz" 12,"wght" 500;font-size:.82rem;text-transform:uppercase;letter-spacing:.22em;line-height:1}.masthead__nav[data-astro-cid-pux6a34n]{display:none;gap:1.6rem}.masthead__nav[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{font-family:Newsreader,serif;font-variation-settings:"opsz" 16,"wght" 400;font-style:italic;font-size:1.02rem;color:var(--ink);text-decoration:none;position:relative;padding:.2rem 0;transition:color .18s ease}.masthead__nav[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:var(--accent);transition:right .28s cubic-bezier(.2,.8,.2,1)}.masthead__nav[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover,.masthead__nav[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:focus-visible{color:var(--accent)}.masthead__nav[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover:after,.masthead__nav[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:focus-visible:after{right:0}.masthead__menu[data-astro-cid-pux6a34n]{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;background:transparent;border:none;padding:0;cursor:pointer}.masthead__menu[data-astro-cid-pux6a34n] span[data-astro-cid-pux6a34n]{display:block;width:22px;height:1.5px;background:var(--ink);transition:transform .24s ease,opacity .2s ease;margin-left:auto}.masthead__menu[data-astro-cid-pux6a34n][aria-expanded=true] span[data-astro-cid-pux6a34n]:first-child{transform:translateY(3.25px) rotate(45deg);background:var(--accent)}.masthead__menu[data-astro-cid-pux6a34n][aria-expanded=true] span[data-astro-cid-pux6a34n]:last-child{transform:translateY(-3.25px) rotate(-45deg);background:var(--accent)}.masthead__sheet[data-astro-cid-pux6a34n]{display:none;flex-direction:column;gap:.2rem;padding:1rem clamp(1.25rem,4vw,2rem) 1.4rem;border-bottom:1px solid var(--rule);background:var(--bg-soft);max-width:1180px;margin:0 auto}.masthead__sheet[data-astro-cid-pux6a34n].is-open{display:flex}.masthead__sheet[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{font-family:Newsreader,serif;font-style:italic;font-size:1.25rem;color:var(--ink);text-decoration:none;padding:.6rem 0;border-bottom:1px solid var(--rule-soft);transition:color .2s ease}.masthead__sheet[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:last-child{border-bottom:none}.masthead__sheet[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover{color:var(--accent)}@media (min-width: 720px){.masthead__nav[data-astro-cid-pux6a34n]{display:inline-flex}.masthead__menu[data-astro-cid-pux6a34n],.masthead__sheet[data-astro-cid-pux6a34n]{display:none!important}}
