:root{--bg:#0a0a0f;--bg-surface:#12121a;--bg-card:#16161f;--text:#e0e0e8;--text-muted:#7a7a8e;--accent:var(--persona-accent,#6e56cf);--accent-light:var(--persona-accent-light,#9b8afb);--accent-glow:var(--persona-accent-glow,#6e56cf26);--border:#2a2a3a;--font-mono:"SF Mono", "Fira Code", "Fira Mono", "JetBrains Mono", Menlo, Consolas, monospace;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;color-scheme:dark}:root[data-theme=light]{--bg:#f4ede0;--bg-surface:#ebe2d0;--bg-card:#efe7d4;--text:#1c1a2e;--text-muted:#5e5a72;--accent:#5b46b3;--accent-light:#6e56cf;--accent-glow:#5b46b31f;--border:#cfc6b0;color-scheme:light}:root[data-theme=light] .status-dot{background:#2ea36b}:root[data-theme=light] code{color:#5b46b3}:root[data-theme=light] em{color:#4a4659}*{box-sizing:border-box;margin:0;padding:0}.skip-link{z-index:100;background:var(--accent);color:var(--bg);font-family:var(--font-mono);border-radius:0 0 4px;padding:.5em 1em;font-size:.85rem;text-decoration:none;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}:focus-visible{outline:2px solid var(--accent-light);outline-offset:2px}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-mono);background:var(--bg);color:var(--text);flex-direction:column;max-width:740px;min-height:100vh;margin:0 auto;padding:3rem 1.5rem;line-height:1.7;display:flex}header{border-bottom:1px solid var(--border);margin-bottom:3.5rem;padding-bottom:2rem}.header-inner{justify-content:space-between;align-items:center;display:flex}.site-title{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.02em;font-size:1rem;font-weight:400;text-decoration:none}.site-title .prompt{color:var(--accent-light)}.site-title:hover{color:var(--text)}.nav-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1rem;display:flex}.nav-link{font-family:var(--font-mono);color:var(--text-muted);font-size:.8rem;text-decoration:none}.nav-link:hover{color:var(--accent-light);text-decoration:none}.nav-status{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.75rem;display:flex}.theme-toggle{border:1px solid var(--border);color:var(--text-muted);font-family:var(--font-mono);cursor:pointer;background:0 0;border-radius:4px;justify-content:center;align-items:center;width:1.85rem;height:1.85rem;padding:0;font-size:.85rem;transition:border-color .15s,color .15s,background-color .15s;display:inline-flex}.theme-toggle:hover{color:var(--accent-light);border-color:var(--accent);background:var(--accent-glow)}.theme-glyph{line-height:1}.status-dot{background:#3dd68c;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero{margin-bottom:3rem}.hero h1{font-family:var(--font-mono);color:var(--text);letter-spacing:-.02em;margin-bottom:.75rem;font-size:2rem;font-weight:700}.hero h1 .cursor{background:var(--accent-light);vertical-align:text-bottom;width:2px;height:1.2em;margin-left:4px;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero .subtitle{font-family:var(--font-mono);color:var(--text-muted);font-size:.9rem;line-height:1.6}.post-list{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.post-card{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:1.25rem 1.5rem;transition:border-color .2s,box-shadow .2s}.post-card:hover{border-color:var(--accent);box-shadow:0 0 20px var(--accent-glow)}.post-card-header{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.5rem;display:flex}.post-card a{font-family:var(--font-mono);color:var(--text);overflow-wrap:break-word;font-size:1rem;font-weight:600;line-height:1.4;text-decoration:none}.post-card a:hover{color:var(--accent-light)}.post-card .date{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:.78rem}.post-card .description{font-family:var(--font-sans);color:var(--text-muted);margin-bottom:.75rem;font-size:.88rem;line-height:1.5}.post-card .tags{margin:0}.type-badge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;border-radius:3px;flex-shrink:0;padding:.15em .55em;font-size:.65rem;font-weight:600}.type-badge-roundup{color:#3dd68c;background:#3dd68c1a;border:1px solid #3dd68c40}.type-badge-reflection{color:#e0a450;background:#e0a4501a;border:1px solid #e0a45040}.post-card-roundup{border-left:2px solid #3dd68c}.post-card-roundup:hover{border-color:#3dd68c;box-shadow:0 0 20px #3dd68c1f}.post-card-reflection{border-left:2px solid #e0a450}.post-card-reflection:hover{border-color:#e0a450;box-shadow:0 0 20px #e0a4501f}.post-type-meta{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.roundup-week{font-family:var(--font-mono);color:#3dd68c;font-size:.78rem}.reflection-version{font-family:var(--font-mono);color:#e0a450;font-size:.78rem}.reflection-version a{color:#e0a450;border-bottom:1px solid #e0a4504d;text-decoration:none;transition:border-color .2s}.reflection-version a:hover{border-color:#e0a450}.tags{flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem;display:flex}.tag{font-family:var(--font-mono);color:var(--accent-light);background:var(--accent-glow);letter-spacing:.03em;border:1px solid #6e56cf4d;border-radius:4px;padding:.2em .6em;font-size:.7rem;text-decoration:none;transition:border-color .2s,box-shadow .2s}a.tag:hover{border-color:var(--accent);box-shadow:0 0 8px var(--accent-glow);text-decoration:none}.tag-hash{color:var(--accent-light)}.tag-count{color:var(--text-muted);margin-top:.25rem;font-size:.85rem}.tag-cloud{flex-wrap:wrap;gap:.6rem;margin-top:1rem;display:flex}.tag-cloud-item{font-family:var(--font-mono);color:var(--accent-light);background:var(--accent-glow);border:1px solid #6e56cf4d;border-radius:6px;align-items:center;gap:.4em;padding:.4em .8em;font-size:.85rem;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex}.tag-cloud-item:hover{border-color:var(--accent);box-shadow:0 0 12px var(--accent-glow);text-decoration:none}.tag-cloud-count{color:var(--text-muted);font-size:.72rem}.post-hero-image{object-fit:cover;border:1px solid var(--border);border-radius:8px;width:100%;max-height:400px;margin-bottom:2rem}main{flex:1}article{max-width:100%}article h1{font-family:var(--font-mono);letter-spacing:-.01em;overflow-wrap:break-word;margin-bottom:.5rem;font-size:1.6rem;font-weight:700;line-height:1.3}.post-meta{font-family:var(--font-mono);color:var(--text-muted);margin-bottom:.75rem;font-size:.82rem}.meta-sep{color:var(--border);margin:0 .25em}.reading-time{color:var(--text-muted)}article h2{font-family:var(--font-mono);color:var(--text);margin:2.5rem 0 .75rem;font-size:1.2rem;font-weight:700;line-height:1.3}article h3{font-family:var(--font-mono);margin:1.75rem 0 .5rem;font-size:1rem;font-weight:600}article p{font-family:var(--font-sans);margin-bottom:1.1rem;font-size:1rem;line-height:1.75}article li{font-family:var(--font-sans);line-height:1.75}a{color:var(--accent-light);text-decoration:none}a:hover{text-decoration:underline}ul,ol{margin-bottom:1rem;padding-left:1.5rem}li{margin-bottom:.3rem}code{font-family:var(--font-mono);background:var(--bg-surface);color:var(--accent-light);border-radius:4px;padding:.15em .4em;font-size:.88em}pre{background:var(--bg-surface);border:1px solid var(--border);-webkit-overflow-scrolling:touch;border-radius:6px;margin-bottom:1.25rem;padding:1.25rem;overflow-x:auto}pre code{color:var(--text);background:0 0;padding:0}blockquote{border-left:2px solid var(--accent);color:var(--text-muted);margin-bottom:1.25rem;padding-left:1.25rem;font-style:italic}hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}strong{color:var(--text);font-weight:600}em{color:var(--text-muted)}.pagination{border-top:1px solid var(--border);justify-content:center;align-items:center;gap:1.5rem;margin-top:2.5rem;padding-top:1.5rem;display:flex}.pagination-link{font-family:var(--font-mono);color:var(--accent-light);border:1px solid var(--border);border-radius:6px;padding:.4em .8em;font-size:.85rem;text-decoration:none;transition:border-color .2s,box-shadow .2s}.pagination-link:hover{border-color:var(--accent);box-shadow:0 0 12px var(--accent-glow);text-decoration:none}.pagination-info{font-family:var(--font-mono);color:var(--text-muted);font-size:.78rem}.page-header{margin-bottom:2rem}.page-header h1{font-family:var(--font-mono);color:var(--text-muted);font-size:1.2rem;font-weight:400}.page-header .prompt{color:var(--accent-light);margin-right:.4em}.archive-count{font-family:var(--font-mono);color:var(--text-muted);margin-top:.5rem;font-size:.78rem}.archive-month{margin:2.5rem 0}.archive-month-label{font-family:var(--font-mono);color:var(--text-muted);text-transform:lowercase;letter-spacing:.05em;border-bottom:1px dashed var(--border);justify-content:space-between;align-items:baseline;margin-bottom:.75rem;padding-bottom:.5rem;font-size:.85rem;font-weight:600;display:flex}.archive-month-name:before{content:"# ";color:var(--accent-light)}.archive-month-count{color:var(--text-muted);font-size:.7rem;font-weight:400}.archive-list{margin:0;padding:0;list-style:none}.archive-row{margin:0}.archive-link{color:var(--text);border-bottom:1px solid #0000;grid-template-columns:5.5rem 1fr auto;align-items:baseline;gap:.85rem;padding:.5rem .5rem .5rem 0;text-decoration:none;transition:border-color .15s,background-color .15s;display:grid}.archive-link:hover{border-bottom-color:var(--border);background:linear-gradient(90deg, var(--accent-glow), transparent 60%);text-decoration:none}.archive-date{font-family:var(--font-mono);color:var(--text-muted);white-space:nowrap;font-size:.78rem}.archive-title{font-family:var(--font-mono);overflow-wrap:break-word;font-size:.92rem;line-height:1.4}.archive-link:hover .archive-title{color:var(--accent-light)}@media (width<=600px){.archive-link{grid-template-columns:4rem 1fr;gap:.6rem}.archive-link .type-badge{grid-column:2;justify-self:start;margin-top:.25rem}.archive-title{font-size:.85rem}}.subscribe-prose{font-family:var(--font-sans);color:var(--text);margin-bottom:2rem;font-size:.95rem;line-height:1.7}.subscribe-prose p{margin-bottom:1rem}.subscribe-prose p:first-child{font-family:var(--font-mono);color:var(--text-muted);font-size:.88rem;font-style:italic}.subscribe-form{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:1.5rem}.subscribe-error{color:var(--text);background:#ff5a5a1a;border:1px solid #ff5a5a66;border-radius:6px;margin:1rem 0;padding:.75rem 1rem;font-size:.9rem}.subscribe-label{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.04em;margin-bottom:.5rem;font-size:.78rem;display:block}.subscribe-label:before{content:"> ";color:var(--accent-light)}.subscribe-row{gap:.6rem;display:flex}.subscribe-input{font-family:var(--font-mono);background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:6px;flex:1;padding:.6em .85em;font-size:.92rem;transition:border-color .15s,box-shadow .15s}.subscribe-input:focus{border-color:var(--accent);box-shadow:0 0 12px var(--accent-glow);outline:none}.subscribe-input::placeholder{color:var(--text-muted)}.subscribe-button{font-family:var(--font-mono);background:var(--accent);color:var(--bg);border:1px solid var(--accent);cursor:pointer;border-radius:6px;padding:.6em 1.1em;font-size:.88rem;font-weight:600;transition:background-color .15s,transform .1s}.subscribe-button:hover{background:var(--accent-light);border-color:var(--accent-light)}.subscribe-button:active{transform:translateY(1px)}.subscribe-honeypot{opacity:0;width:1px;height:1px;position:absolute;left:-9999px}.subscribe-fineprint{font-family:var(--font-mono);color:var(--text-muted);margin-top:.85rem;font-size:.72rem;line-height:1.5}@media (width<=600px){.subscribe-row{flex-direction:column}.subscribe-button{width:100%}}.reactions{border-top:1px solid var(--border);opacity:0;margin-top:3rem;padding-top:1.5rem;transition:opacity .25s}.reactions.loaded{opacity:1}.reactions-label{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.04em;margin-bottom:.85rem;font-size:.78rem}.reactions-label:before{content:"// ";color:var(--accent-light)}.reactions-row{flex-wrap:wrap;gap:.6rem;display:flex}.reaction-btn{border:1px solid var(--border);color:var(--text-muted);font-family:var(--font-mono);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:.55em;padding:.45em .9em;font-size:.82rem;transition:border-color .15s,color .15s,background-color .15s,transform .1s;display:inline-flex}.reaction-btn:hover:not(:disabled){color:var(--text);border-color:var(--accent);background:var(--accent-glow)}.reaction-btn:active:not(:disabled){transform:translateY(1px)}.reaction-btn:disabled{cursor:default}.reaction-btn.reacted{color:var(--accent-light);border-color:var(--accent);background:var(--accent-glow);cursor:default}.reaction-glyph{color:var(--accent-light);text-align:center;width:.85em;font-weight:600}.reaction-count{color:var(--text-muted);font-variant-numeric:tabular-nums;text-align:right;min-width:1ch;font-size:.78rem}.reaction-btn.reacted .reaction-count{color:var(--accent-light)}@media (width<=600px){.reactions-row{gap:.4rem}.reaction-btn{padding:.4em .75em;font-size:.78rem}}.related-posts{border-top:1px solid var(--border);margin-top:3rem;padding-top:1.5rem}.related-posts h2{font-family:var(--font-mono);color:var(--text-muted);margin-bottom:.75rem;font-size:.9rem;font-weight:600}.related-posts ul{margin:0;padding:0;list-style:none}.related-posts li{justify-content:space-between;align-items:baseline;gap:1rem;padding:.5rem 0;display:flex}.related-posts a{font-family:var(--font-mono);color:var(--text);font-size:.88rem}.related-posts a:hover{color:var(--accent-light)}.related-date{font-family:var(--font-mono);color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:.75rem}.error-page{text-align:center;padding:4rem 0}.error-page h1{font-family:var(--font-mono);color:var(--accent);margin-bottom:.5rem;font-size:4rem;font-weight:700}.error-message{font-family:var(--font-mono);color:var(--text);margin-bottom:.75rem;font-size:1.1rem}.error-hint{font-family:var(--font-mono);color:var(--text-muted);margin-bottom:2rem;font-size:.85rem}.error-link{font-family:var(--font-mono);color:var(--accent-light);border:1px solid var(--border);border-radius:6px;padding:.5em 1em;font-size:.85rem;text-decoration:none;transition:border-color .2s,box-shadow .2s}.error-link:hover{border-color:var(--accent);box-shadow:0 0 12px var(--accent-glow);text-decoration:none}footer{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;margin-top:4rem;padding-top:1.5rem;font-size:.78rem;display:flex}.footer-link{color:var(--text-muted)}.footer-link:hover{color:var(--accent-light);text-decoration:none}@media (width<=768px){body{padding:2.5rem 1.25rem}.hero h1{font-size:1.75rem}article h1{font-size:1.4rem}.post-card{padding:1.1rem 1.25rem}}@media (width<=600px){body{padding:1.75rem 1rem;overflow-x:hidden}header{margin-bottom:2.5rem;padding-bottom:1.5rem}.header-inner{flex-direction:column;align-items:flex-start;gap:.75rem}.nav-links{justify-content:flex-start;gap:.75rem;width:100%}.nav-link{font-size:.78rem}.nav-status{display:none}.hero{margin-bottom:2rem}.hero h1{font-size:1.4rem}.hero .subtitle{font-size:.82rem}.post-card{padding:1rem}.post-card-header{flex-direction:column;gap:.2rem}.post-card a{font-size:.92rem}.post-card .description{font-size:.82rem}.tag{padding:.25em .65em;font-size:.68rem}article h1{font-size:1.25rem}article h2{font-size:1.05rem}article p,article li{font-size:.95rem}pre{padding:.9rem;font-size:.82rem}code{word-break:break-word;font-size:.82em}.pagination{flex-wrap:wrap;gap:.75rem}.pagination-link{padding:.5em .9em;font-size:.78rem}footer{flex-direction:column;gap:.5rem}}@media (width<=380px){body{padding:1.5rem .75rem}.hero h1{font-size:1.2rem}.post-card a{font-size:.85rem}.nav-links{gap:.6rem}.nav-link{font-size:.75rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.status-dot{animation:none}.hero h1 .cursor{opacity:1;animation:none}.post-card,.pagination-link,a.tag,.tag-cloud-item,.error-link,.post-card-roundup{transition:none}}
