
:root{color-scheme:dark;--bg:#101017;--panel:#191923;--text:#eee8df;--muted:#aaa3a0;--line:#32313d;--accent:#73f0df;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 18% -10%,#28313d 0,transparent 34rem),var(--bg);color:var(--text);min-height:100vh}.site-header{display:flex;justify-content:space-between;max-width:62rem;margin:auto;padding:1.4rem 1.5rem;border-bottom:1px solid var(--line)}a{color:inherit;text-decoration-color:#73f0df80;text-underline-offset:.2em}.site-header a{text-decoration:none;font-weight:700}.site-header a:last-child{color:var(--muted);font-weight:500}main{max-width:62rem;margin:auto;padding:4rem 1.5rem 7rem}.library-head{max-width:46rem;margin-bottom:4rem}.eyebrow{color:var(--accent);font-size:.78rem;font-weight:750;letter-spacing:.13em;text-transform:uppercase}.library-head h1,.article h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.035em;line-height:1.02;margin:.5rem 0 1.2rem}.library-head h1{font-size:clamp(3rem,9vw,6.8rem)}.library-head>p:last-child,.dek{color:var(--muted);font-size:1.18rem;line-height:1.7}.post-list{border-top:1px solid var(--line)}.post-card{padding:2rem 0;border-bottom:1px solid var(--line)}.post-card h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.8rem,4vw,2.7rem);font-weight:500;margin:.45rem 0}.post-card p:last-child{color:var(--muted);line-height:1.6;max-width:48rem}.pagination{display:flex;justify-content:space-between;padding-top:2rem}.article{max-width:47rem;margin:auto}.article h1{font-size:clamp(2.8rem,8vw,5.8rem)}.dek{border-bottom:1px solid var(--line);padding-bottom:2rem;margin-bottom:2.6rem}.prose{font-family:Georgia,"Times New Roman",serif;font-size:1.13rem;line-height:1.85}.prose h2,.prose h3{font-family:ui-sans-serif,system-ui,sans-serif;line-height:1.2;margin-top:2.4em}.prose pre{overflow:auto;background:#08080d;border:1px solid var(--line);border-radius:.6rem;padding:1rem}.prose code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em}.prose blockquote{border-left:3px solid var(--accent);color:var(--muted);margin-left:0;padding-left:1.2rem}.prose img{max-width:100%;height:auto}.empty{color:var(--muted);padding:3rem 0}@media(max-width:540px){main{padding-top:2.5rem}.site-header{padding-inline:1rem}}
