*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font: "JetBrains Mono", "Fira Code", "Cascadia Code", monospace;--max-w: 720px;--radius: 5px;--transition: .15s ease}[data-theme=dark]{--bg: #111113;--surface: #1a1a1f;--border: #2a2a30;--text: #e0e0e0;--text-muted: #7a7a85;--accent: #6ee7b7;--accent-hover: #a7f3d0;--secondary: #fbbf24;--glow: rgba(110, 231, 183, .12);--shadow: 0 1px 3px rgba(0, 0, 0, .25)}[data-theme=light]{--bg: #fafaf9;--surface: #f0f0ee;--border: #e0e0db;--text: #1a1a1f;--text-muted: #6b6b73;--accent: #0d9668;--accent-hover: #0a7d56;--secondary: #b45309;--glow: rgba(13, 150, 104, .1);--shadow: 0 1px 3px rgba(0, 0, 0, .08)}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.7;transition:background var(--transition),color var(--transition)}a{color:var(--accent);text-decoration:none;transition:color var(--transition)}a:hover,a:focus{color:var(--accent-hover)}a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px;box-shadow:0 0 8px var(--glow)}::selection{background:var(--accent);color:var(--bg)}.wrapper{max-width:var(--max-w);margin:0 auto;padding:2.5rem 1.25rem 4rem}header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:.4rem}.site-title{font-size:1rem;font-weight:400;white-space:nowrap}.prompt{color:var(--accent);user-select:none}.path-segment{color:var(--text-muted)}nav{display:flex;gap:.6rem;align-items:baseline;flex-wrap:wrap}nav a,nav button{font-family:var(--font);font-size:.85rem;color:var(--text-muted);background:none;border:none;cursor:pointer;transition:color var(--transition);padding:.5rem .25rem;margin:-.5rem -.25rem}nav a:hover,nav button:hover{color:var(--accent)}.tagline{color:var(--text-muted);font-size:.85rem;margin-bottom:2rem;padding-left:1.1rem}.divider{border:none;height:1px;background:var(--border);margin:1.5rem 0}footer{margin-top:3rem;padding-top:1rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:baseline;font-size:.8rem;color:var(--text-muted);flex-wrap:wrap;gap:.25rem}.intro{color:var(--text-muted);font-size:.9rem;line-height:1.8;margin-bottom:.5rem}.intro p{margin-bottom:.8rem}.intro em{color:var(--text);font-style:normal}.post-list ul{list-style:none;display:flex;flex-direction:column;gap:0}.post-item{display:flex;align-items:baseline;gap:1rem;padding:.6rem 0;border-bottom:1px solid transparent;transition:border-color var(--transition)}.post-item:hover{border-bottom-color:var(--border)}.post-num{color:var(--border);font-size:.8rem;flex-shrink:0;width:2.5ch;text-align:right;user-select:none}.post-title{font-size:.95rem}.post-title a{color:var(--text);transition:color var(--transition)}.post-title a:hover{color:var(--accent)}.post-title .upcoming{color:var(--text-muted)}.badge-new{display:inline-block;font-size:.65rem;color:var(--bg);background:var(--accent);padding:.1rem .4rem;border-radius:3px;margin-left:.5rem;vertical-align:middle;text-transform:uppercase;letter-spacing:.05em;line-height:1.5}.section-label{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-top:1.8rem;margin-bottom:.4rem;padding-bottom:.3rem;border-bottom:1px solid var(--border)}.section-label:first-child{margin-top:0}.view-toggle{display:flex;justify-content:flex-end;gap:.6rem;font-size:.85rem;margin-bottom:1.2rem}.view-toggle button{font-family:var(--font);font-size:.85rem;background:none;border:none;cursor:pointer;padding:.5rem .15rem;margin:-.5rem -.15rem;transition:color var(--transition)}.view-toggle button.active{color:var(--accent)}.view-toggle button:not(.active){color:var(--text-muted)}.view-toggle button:hover{color:var(--accent-hover)}.view-toggle .separator{color:var(--border);user-select:none}.post-view{display:none}.post-view.active{display:block}.subscribe{margin-top:2.5rem}.subscribe-label{color:var(--text-muted);font-size:.85rem;margin-bottom:.6rem}.subscribe-label .arrow{color:var(--accent)}.subscribe-form{display:flex;gap:.5rem;flex-wrap:wrap}.subscribe-form input[type=email]{font-family:var(--font);font-size:.85rem;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .75rem;flex:1;min-width:200px;transition:border-color var(--transition),box-shadow var(--transition)}.subscribe-form input[type=email]:focus{outline:none;border-color:var(--accent);box-shadow:0 0 8px var(--glow)}.subscribe-form input[type=email]::placeholder{color:var(--text-muted)}.subscribe-form button{font-family:var(--font);font-size:.85rem;background:transparent;color:var(--accent);border:1px solid var(--accent);border-radius:var(--radius);padding:.5rem 1rem;cursor:pointer;transition:background var(--transition),color var(--transition),box-shadow var(--transition)}.subscribe-form button:hover{background:var(--accent);color:var(--bg);box-shadow:0 0 12px var(--glow)}.article-meta{color:var(--text-muted);font-size:.85rem;margin-bottom:1.5rem}.article h2{font-size:1rem;font-weight:500;margin:2rem 0 .8rem}.article h2:before{content:"## ";color:var(--text-muted)}.article h3{font-size:1rem;font-weight:400;margin:1.5rem 0 .6rem}.article h3:before{content:"### ";color:var(--text-muted)}.article p{margin-bottom:1rem}.article em{font-style:italic;color:var(--accent)}.article strong{font-weight:500}.article pre{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;margin:1.2rem 0;overflow-x:auto;font-size:.85rem;line-height:1.6;box-shadow:var(--shadow)}.article code{font-family:var(--font);font-size:.9em}.article p code{background:var(--surface);padding:.15rem .35rem;border-radius:3px}.article ul,.article ol{margin:0 0 1rem 1.5rem}.article li{margin-bottom:.3rem}.post-nav{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;font-size:.85rem;flex-wrap:wrap}.post-nav a{color:var(--text-muted);transition:color var(--transition)}.post-nav a:hover,.post-nav .arrow{color:var(--accent)}.about p{margin-bottom:1rem;line-height:1.8}.about .contact{color:var(--text-muted);margin-top:1.5rem}nav button.roast{color:var(--secondary)}.subscribe-thanks{color:var(--accent);font-size:.85rem;margin-top:.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.error-page{margin-top:1.5rem}.error-box{color:var(--text-muted);font-size:.85rem;line-height:1.3;margin:0 0 2rem;overflow-x:auto;white-space:pre}.e-errno{color:var(--secondary)}.e-msg{color:var(--text)}.e-trace{color:var(--text-muted)}.error-nav{font-size:.9rem}.error-nav .prompt{color:var(--accent);user-select:none}@media(max-width:768px){.wrapper{padding:2rem 1.25rem 3rem}.subscribe-form input[type=email]{min-width:160px}}@media(max-width:480px){html{font-size:14px}header{flex-direction:column;gap:.3rem}.wrapper{padding:1.5rem 1rem 2.5rem}.post-item{gap:.8rem}.post-nav{flex-direction:column}.error-box{font-size:.75rem}}
