:root,[data-theme=light]{--bg:#f8f7f4;--text:#1a1817;--accent:#c45d3e;--hope:#4a7c59;--muted:#9a958e;--bg-elevated:#efeee9;--text-dim:#6b665f;--rule:rgba(26, 24, 23, 0.12);--rule-strong:rgba(26, 24, 23, 0.22);--font-display:'Playfair Display', Georgia, serif;--font-headline:'Source Serif 4', Georgia, serif;--font-body:'Source Sans 3', 'Helvetica Neue', Helvetica, sans-serif;--font-mono:'JetBrains Mono', 'Fira Code', monospace}[data-theme=dark]{--bg:#111010;--text:#ddd5c4;--accent:#d97a5e;--hope:#6fa876;--muted:#6a6259;--bg-elevated:#1a1816;--text-dim:#9a8f80;--rule:rgba(224, 213, 193, 0.10);--rule-strong:rgba(224, 213, 193, 0.20)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:17px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--bg);color:var(--text);font-family:var(--font-body);font-weight:400;line-height:1.65;min-height:100vh}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}main:focus{outline:none}.noise-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}[data-theme=dark] .noise-overlay{opacity:.04}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.site-wrapper{animation:fadeIn .4s ease-out forwards}.site-wrapper{max-width:780px;margin:0 auto;padding:2rem 1.5rem 4rem;min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1}.masthead{text-align:center;margin-bottom:2rem}.masthead-rule{border-top:2px solid var(--text);border-bottom:1px solid var(--text);height:4px}.masthead-link{text-decoration:none;color:inherit}.masthead-title{font-family:var(--font-display);font-size:3.4rem;font-weight:900;color:var(--text);letter-spacing:.02em;margin:.8rem 0 .2rem;line-height:1}.masthead-tagline{font-family:var(--font-body);font-size:.82rem;font-weight:300;color:var(--muted);letter-spacing:.02em;margin-bottom:.8rem}.masthead{position:relative}.theme-toggle{position:absolute;top:.65rem;right:0;background:0 0;border:none;color:var(--muted);font-size:1rem;font-family:var(--font-body);cursor:pointer;padding:.4rem .5rem;line-height:1;transition:color .15s ease;min-width:2rem;min-height:2rem;display:inline-flex;align-items:center;justify-content:center}.theme-toggle:hover,.theme-toggle:focus-visible{color:var(--text)}.profile-tabs{margin:0 0 1.5rem;border-bottom:1px solid var(--rule);padding-bottom:.6rem}.profile-tabs-viewport{overflow:hidden;position:relative}.profile-tabs-viewport:not(.profile-tabs-viewport--marquee):not(.profile-tabs-viewport--scroll){overflow-x:auto;scrollbar-width:none}.profile-tabs-viewport:not(.profile-tabs-viewport--marquee):not(.profile-tabs-viewport--scroll)::-webkit-scrollbar{display:none}.profile-tabs-viewport--scroll{overflow-x:auto;scrollbar-width:none}.profile-tabs-viewport--scroll::-webkit-scrollbar{display:none}.profile-tabs-track{list-style:none;padding:0;margin:0;display:inline-flex;align-items:center;gap:.15rem;justify-content:center;width:100%}.profile-tabs-viewport--marquee .profile-tabs-track{width:auto;justify-content:flex-start}.profile-tabs-viewport--marquee{white-space:nowrap;cursor:grab}.profile-tabs-viewport--marquee:active{cursor:grabbing}.profile-tabs-viewport--marquee .profile-tabs-track{display:inline-flex;transition:none;user-select:none;-webkit-user-select:none}.profile-tabs-item{margin:0}.profile-tab{display:inline-block;padding:.5rem .85rem;font-family:var(--font-mono);font-size:.66rem;font-weight:400;color:var(--text-dim);text-transform:uppercase;letter-spacing:.1em;text-decoration:none;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease;white-space:nowrap}.profile-tab:hover{color:var(--text)}.profile-tab--active{color:var(--accent);border-bottom-color:var(--accent)}.profile-tab--active:hover{color:var(--accent)}.section-header{padding:.25rem 0 1.2rem;border-bottom:1px solid var(--rule);margin-bottom:.5rem}.section-header-title{font-family:var(--font-display);font-size:1.9rem;font-weight:700;color:var(--text);letter-spacing:-.005em;margin-bottom:.35rem;line-height:1.1}.section-header-description{font-family:var(--font-body);font-size:.85rem;color:var(--text-dim);font-weight:300;letter-spacing:.01em}.section-label{font-family:var(--font-mono);font-size:.6rem;font-weight:400;color:var(--accent);text-transform:uppercase;letter-spacing:.1em}.lead-story{position:relative;padding:1.5rem 0 1.75rem}.lead-link{text-decoration:none;color:inherit;display:block}.lead-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.6rem}.lead-date{font-family:var(--font-mono);font-size:.6rem;font-weight:300;color:var(--muted);letter-spacing:.04em}.lead-headline{font-family:var(--font-headline);font-size:2.2rem;font-weight:600;color:var(--text);line-height:1.15;letter-spacing:-.01em;margin-bottom:.6rem;transition:color .15s ease}.lead-link:hover .lead-headline{color:var(--accent)}.lead-excerpt{font-family:var(--font-body);font-size:.95rem;color:var(--text-dim);line-height:1.6}.lead-mood{position:absolute;top:0;left:0;right:0;height:2px}.front-rule{border-top:1px solid var(--text)}.stories-grid{display:grid;grid-template-columns:1fr 1fr}.story-cell{padding:1.2rem 0;border-bottom:1px solid var(--rule)}.story-cell:nth-child(odd){padding-right:1.25rem;border-right:1px solid var(--rule)}.story-cell:nth-child(even){padding-left:1.25rem}.story-link{text-decoration:none;color:inherit;display:block}.story-headline{font-family:var(--font-headline);font-size:1.1rem;font-weight:600;color:var(--text);line-height:1.25;margin:.3rem 0 .35rem;transition:color .15s ease}.story-link:hover .story-headline{color:var(--accent)}.story-excerpt{font-family:var(--font-body);font-size:.82rem;color:var(--text-dim);line-height:1.5;margin-bottom:.35rem}.story-date{font-family:var(--font-mono);font-size:.58rem;font-weight:300;color:var(--muted);letter-spacing:.04em}.archive-link-container{margin-top:1.75rem;padding-top:1.25rem;text-align:center}.archive-link{font-family:var(--font-mono);font-size:.75rem;color:var(--accent);text-decoration:none;letter-spacing:.02em;transition:color .15s ease}.archive-link:hover{color:var(--text)}.front-archive-link{margin-top:2.25rem;padding-top:1.25rem;text-align:center}.story-cell--hidden{display:none}.story-cell--revealing{animation:storyCellReveal .45s ease-out both}@keyframes storyCellReveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.feed-status{min-height:1.1rem;margin-top:1.25rem;text-align:center;font-family:var(--font-mono);font-size:.7rem;color:var(--muted);letter-spacing:.04em}.feed-status:empty{visibility:hidden}.feed-sentinel{width:100%;height:1px;margin-top:.5rem;pointer-events:none}@media(prefers-reduced-motion:reduce){.story-cell--revealing{animation:none}}.article{max-width:640px;margin:0 auto}.article-header{margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid var(--rule)}.article-section{display:flex;gap:.75rem;margin-bottom:.6rem}.article-headline{font-family:var(--font-headline);font-size:2.4rem;font-weight:600;color:var(--text);line-height:1.12;letter-spacing:-.01em;margin-bottom:.6rem}.article-dateline{font-family:var(--font-mono);font-size:.65rem;font-weight:300;color:var(--muted);letter-spacing:.03em}.dateline-sep{margin:0 .4rem;color:var(--muted)}.article-model{color:var(--muted)}.article-mood{height:2px;margin-top:1.25rem}.article-body{margin-bottom:3rem}.article-body>p:first-child::first-letter{font-family:var(--font-display);font-size:3.6em;float:left;line-height:.78;padding-right:.06em;padding-top:.04em;color:var(--accent);font-weight:700}.article-body p{margin-bottom:1.2rem;text-align:justify;text-justify:inter-word;hyphens:auto;-webkit-hyphens:auto}.article-body h2{font-family:var(--font-headline);font-size:1.3rem;font-weight:600;color:var(--text);margin-top:2.5rem;margin-bottom:1rem}.article-body h3{font-family:var(--font-headline);font-size:1.1rem;font-weight:600;color:var(--text);margin-top:2rem;margin-bottom:.8rem}.article-body blockquote{border-left:2px solid var(--accent);padding-left:1.25rem;margin:1.5rem 0;color:var(--text-dim);font-style:italic}.article-body code{font-family:var(--font-mono);font-size:.85em;background:var(--bg-elevated);padding:.15em .4em;border-radius:3px}.article-body pre{background:var(--bg-elevated);border:1px solid var(--rule);border-radius:3px;padding:1.25rem;overflow-x:auto;margin:1.5rem 0}.article-body pre code{background:0 0;padding:0}.article-body a{color:var(--accent);text-decoration-color:rgba(196,93,62,.3);text-underline-offset:2px;transition:text-decoration-color .15s ease}.article-body a:hover{text-decoration-color:var(--accent)}.article-body ul,.article-body ol{padding-left:1.5rem;margin-bottom:1.2rem}.article-body li{margin-bottom:.4rem}.article-body hr{border:none;height:1px;background:var(--rule-strong);margin:2.5rem 0}.post-sources{margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid var(--rule)}.post-sources summary{font-family:var(--font-mono);font-size:.7rem;font-weight:400;color:var(--muted);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;list-style:none}.post-sources summary::-webkit-details-marker{display:none}.post-sources summary::before{content:"▸ "}.post-sources[open] summary::before{content:"▾ "}.post-sources ul{margin-top:.75rem;padding-left:0;list-style:none}.post-sources li{font-family:var(--font-mono);font-size:.65rem;color:var(--text-dim);line-height:1.7;padding:.15rem 0}.post-sources li a{color:var(--text-dim);text-decoration:none}.post-sources li a:hover{color:var(--accent)}.post-nav{display:flex;justify-content:space-between;gap:1.5rem;padding-top:1.5rem;border-top:1px solid var(--text)}.post-nav-link{text-decoration:none;color:inherit;flex:1;padding:.75rem 0}.post-nav-link:hover .post-nav-title{color:var(--accent)}.post-nav-next{text-align:right}.post-nav-label{font-family:var(--font-mono);font-size:.6rem;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;display:block;margin-bottom:.25rem}.post-nav-title{font-family:var(--font-headline);font-size:.95rem;color:var(--text-dim);transition:color .15s ease}.archive-page{padding-bottom:2rem}.archive-title{font-family:var(--font-display);font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.mood-chart-container{margin-bottom:3rem;padding:1.5rem;background:var(--bg-elevated);border:1px solid var(--rule)}.mood-chart-title{font-family:var(--font-mono);font-size:.7rem;color:var(--muted);margin-bottom:1rem;font-weight:400;text-transform:uppercase;letter-spacing:.06em}#moodChart{max-height:280px}.archive-entries{display:flex;flex-direction:column}.archive-entry{position:relative;padding:.8rem 0;border-bottom:1px solid var(--rule);display:flex;align-items:center}.archive-entry-link{text-decoration:none;color:inherit;display:flex;align-items:baseline;gap:1rem;flex:1}.archive-date{font-family:var(--font-mono);font-size:.62rem;font-weight:300;color:var(--muted);letter-spacing:.04em;flex-shrink:0;width:3.5rem}.archive-headline{font-family:var(--font-headline);font-size:1rem;font-weight:600;color:var(--text);transition:color .15s ease;flex:1}.archive-entry-link:hover .archive-headline{color:var(--accent)}.archive-topics{display:flex;gap:.5rem;flex-shrink:0;align-items:center}.archive-section-chip{color:var(--text-dim);border:1px solid var(--rule);padding:.15rem .4rem}.archive-mood{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-left:.75rem}.error-404{text-align:center;padding:5rem 0}.error-title{font-family:var(--font-display);font-size:5rem;color:var(--muted);margin-bottom:1.5rem;letter-spacing:-.03em}.error-message{font-family:var(--font-headline);font-size:1.15rem;color:var(--text);font-style:italic;margin-bottom:.8rem;max-width:480px;margin-left:auto;margin-right:auto}.error-sub{font-family:var(--font-mono);font-size:.78rem;color:var(--muted);margin-bottom:2.5rem}.error-link{font-family:var(--font-mono);font-size:.82rem;color:var(--accent);text-decoration:none;letter-spacing:.02em}.error-link:hover{color:var(--text)}.site-footer{margin-top:3rem;padding-top:1rem;border-top:1px solid var(--text)}.footer-text{font-family:var(--font-mono);font-size:.65rem;font-weight:300;color:var(--muted);font-style:italic;margin-bottom:.4rem}.footer-nav{font-family:var(--font-mono);font-size:.65rem}.footer-nav a{color:var(--text-dim);text-decoration:none;transition:color .15s ease}.footer-nav a:hover{color:var(--accent)}.footer-sep{color:var(--muted);margin:0 .5rem}@media(max-width:768px){html{font-size:16px}.site-wrapper{padding:1.5rem 1.25rem 3rem}.masthead{padding-right:2.25rem}.masthead-title{font-size:2.4rem}.masthead-tagline{font-size:.78rem;line-height:1.4}.theme-toggle{top:.25rem;right:-.25rem}.lead-headline{font-size:1.6rem}.stories-grid{grid-template-columns:1fr}.story-cell{padding:1rem 0}.story-cell:nth-child(odd){border-right:none;padding-right:0}.story-cell:nth-child(even){padding-left:0}.article-headline{font-size:1.75rem}.article-body>p:first-child::first-letter{font-size:2.8em}.article-body p{text-align:left;hyphens:none;-webkit-hyphens:none}.post-nav{flex-direction:column;gap:1rem}.post-nav-next{text-align:left}.archive-entry{align-items:center}.archive-entry-link{flex-wrap:wrap}.archive-topics{display:none}.mood-chart-container{padding:1rem;margin-bottom:2rem}#moodChart{max-height:220px}.error-title{font-size:3.5rem}}@media(max-width:380px){.masthead-title{font-size:2rem}.article-headline{font-size:1.5rem}.lead-headline{font-size:1.4rem}}::selection{background:rgba(196,93,62,.2);color:var(--text)}@media print{.noise-overlay,.site-footer,.post-nav,.archive-link-container,.front-archive-link,.feed-status,.feed-sentinel,.profile-tabs,.mood-chart-container{display:none!important}.story-cell--hidden{display:block!important}.site-wrapper{max-width:100%;padding:0;animation:none}.lead-mood,.article-mood,.archive-mood{display:none}a{color:var(--text)!important;text-decoration:underline}.article-body a::after{content:" (" attr(href)")";font-size:.8em;color:#666}}