:root{--bg: #fbf8f4;--surface: #f2ece2;--text: #2b2622;--text-muted: #6b6258;--border: #e6ded0;--accent: #ff608a;--accent-soft: rgba(255, 96, 138, .16);--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;--measure: 68ch;--gutter: clamp(1.25rem, 5vw, 3rem);color-scheme:light}@media(prefers-color-scheme:dark){:root{--bg: #191613;--surface: #221e1a;--text: #ede8e2;--text-muted: #a39b8f;--border: #322c26;--accent: #ff608a;--accent-soft: rgba(255, 96, 138, .22);color-scheme:dark}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:clamp(1rem,.96rem + .2vw,1.0625rem);line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg{max-width:100%;height:auto}::selection{background:var(--accent-soft)}a{color:var(--text);text-decoration-color:var(--border);text-underline-offset:.18em;transition:color .15s ease,text-decoration-color .15s ease}a:hover{color:var(--accent);text-decoration-color:var(--accent)}a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.wrap{max-width:var(--measure);margin-inline:auto;padding-inline:var(--gutter)}.site{display:flex;flex-direction:column;min-height:100vh}.site>main{flex:1 0 auto;padding-block:clamp(2rem,6vw,4rem)}h1,h2,h3,h4{line-height:1.25;font-weight:650;letter-spacing:-.012em;margin:2em 0 .6em}h1{font-size:clamp(1.85rem,1.5rem + 1.6vw,2.6rem)}h2{font-size:clamp(1.35rem,1.2rem + .7vw,1.65rem)}h3{font-size:1.2rem}.site-header{border-bottom:1px solid var(--border)}.site-header .wrap{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;padding-block:1.1rem}.wordmark{font-weight:650;font-size:1.05rem;letter-spacing:-.02em;text-decoration:none}.wordmark .dot{color:var(--accent)}.site-nav{display:flex;gap:1.25rem;font-size:.95rem}.site-nav a{text-decoration:none;color:var(--text-muted)}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--accent)}.site-footer{border-top:1px solid var(--border);color:var(--text-muted);font-size:.875rem}.site-footer .wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.5rem;flex-wrap:wrap}.rss-link{display:inline-flex;align-items:center;gap:.45rem;text-decoration:none;color:var(--text-muted)}.rss-link:before{content:"";width:.5rem;height:.5rem;border-radius:50%;background:var(--accent)}.landing{display:flex;flex-direction:column;justify-content:center;min-height:78vh;padding-block:clamp(3rem,10vw,6rem)}.landing h1{margin:0;font-size:clamp(2.6rem,1.8rem + 4vw,4.5rem);letter-spacing:-.03em}.landing .tagline{margin:.6rem 0 0;color:var(--text-muted);font-size:clamp(1.05rem,1rem + .4vw,1.3rem)}.landing-links{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;margin-top:2.5rem;padding:0;list-style:none}.landing-links a{display:inline-flex;align-items:center;gap:.4rem;text-decoration:none;font-size:1.05rem}.landing-links .primary{font-weight:600}.landing-links .arrow{color:var(--accent);transition:transform .15s ease}.landing-links a:hover .arrow{transform:translate(3px)}.page-title{margin-top:0}.post-list{list-style:none;margin:2rem 0 0;padding:0}.post-list li+li{margin-top:.5rem}.post-card{display:block;text-decoration:none;padding:1.25rem;margin-inline:-1.25rem;border-radius:10px;transition:background .15s ease}.post-card:hover{background:var(--surface);color:var(--text)}.post-card .post-date{font-family:var(--font-mono);font-size:.8rem;color:var(--text-muted);letter-spacing:.01em}.post-card h2{margin:.3rem 0 .35rem;font-size:1.3rem}.post-card:hover h2{color:var(--accent)}.post-card p{margin:0;color:var(--text-muted);font-size:.97rem}.post-head{margin-bottom:2.5rem}.back-link{display:inline-block;font-size:.9rem;color:var(--text-muted);text-decoration:none;margin-bottom:1.5rem}.post-head .post-date{font-family:var(--font-mono);font-size:.82rem;color:var(--text-muted)}.post-head h1{margin:.4rem 0 0}.prose>:first-child{margin-top:0}.prose p,.prose ul,.prose ol{margin:1.15em 0}.prose li+li{margin-top:.3em}.prose h2{padding-top:.4em}.prose a{color:var(--accent);text-decoration-color:var(--accent-soft)}.prose a:hover{text-decoration-color:var(--accent)}.prose strong{font-weight:650}.prose hr{border:0;border-top:1px solid var(--border);margin:2.5rem 0}.prose blockquote{margin:1.5rem 0;padding:.2rem 0 .2rem 1.25rem;border-left:3px solid var(--accent);color:var(--text-muted)}.prose blockquote p{margin:.5em 0}.prose :not(pre)>code{font-family:var(--font-mono);font-size:.86em;background:var(--surface);padding:.15em .38em;border-radius:4px}.prose pre.astro-code{font-size:.86rem;line-height:1.6;padding:1rem 1.15rem;border:1px solid var(--border);border-radius:10px;overflow-x:auto}.prose pre.astro-code code{font-family:var(--font-mono)}@media(prefers-color-scheme:dark){.prose pre.astro-code,.prose pre.astro-code span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;text-decoration:var(--shiki-dark-text-decoration)!important}}.prose .footnotes{margin-top:3rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.9rem;color:var(--text-muted)}.prose .footnotes h2{font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}@media(max-width:34rem){.post-card{margin-inline:0;padding-inline:0}.post-card:hover{background:transparent}}
