*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0e0e10;--surface: #161618;--surface-alt: #1c1c1f;--border: #26262a;--text: #e3e3e5;--text-muted: #888892;--accent: #6c8cff;--accent-soft: #6c8cff1a;--accent-link: #8ba4ff;--green: #4ade80;--radius: 10px;--font-mono: "JetBrains Mono", "SF Mono", "Fira Code", ui-monospace, monospace;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.7;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}body{min-height:100vh}a{color:var(--accent-link);text-decoration:none;transition:color .15s}a:hover{color:var(--accent)}.header{border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:10}.header-inner{max-width:720px;margin:0 auto;padding:0 1.5rem;height:48px;display:flex;align-items:center;justify-content:space-between}.logo{font-size:.95rem;font-weight:500;color:var(--text);display:flex;align-items:center;gap:.35rem}.logo:hover{color:var(--accent)}.logo-mark{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:var(--accent);color:#fff;border-radius:5px;font-size:.75rem;font-weight:600}.header-actions{display:flex;gap:.75rem;align-items:center}.feed-link{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:500}.feed-link:hover{color:var(--accent)}.masthead{max-width:720px;margin:0 auto;padding:3rem 1.5rem 2rem}.masthead h1{font-size:1.75rem;font-weight:600;line-height:1.3;margin-bottom:.5rem}.masthead h1 em{font-style:italic;color:var(--text-muted);font-weight:400}.masthead p{color:var(--text-muted);font-size:.95rem}.posts{max-width:720px;margin:0 auto;padding:0 1.5rem 3rem}.post-card{display:block;padding:1.25rem 0;border-bottom:1px solid var(--border);color:var(--text);transition:padding .15s}.post-card:last-child{border-bottom:none}.post-card:hover{padding-left:.5rem}.post-card:hover .post-card-title{color:var(--accent)}.post-card-date{font-size:.8rem;color:var(--text-muted);font-family:var(--font-mono);margin-bottom:.25rem}.post-card-title{font-size:1.1rem;font-weight:600;margin-bottom:.35rem;transition:color .15s}.post-card-desc{font-size:.9rem;color:var(--text-muted);line-height:1.5}.back-link{display:inline-block;padding:.75rem 1.5rem;font-size:.85rem;color:var(--text-muted);max-width:720px;margin:0 auto;width:100%}.back-link:hover{color:var(--accent)}.post{max-width:720px;margin:0 auto;padding:0 1.5rem 4rem}.post-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.post-header time{font-family:var(--font-mono);font-size:.8rem;color:var(--text-muted);display:block;margin-bottom:.5rem}.post-header h1{font-size:1.8rem;font-weight:700;line-height:1.3}.post-body{font-size:.95rem;line-height:1.75}.post-body h2{font-size:1.35rem;font-weight:600;margin:2rem 0 .75rem;padding-top:.5rem}.post-body h3{font-size:1.1rem;font-weight:600;margin:1.5rem 0 .5rem}.post-body p{margin-bottom:1rem}.post-body ul,.post-body ol{margin:0 0 1rem 1.5rem}.post-body li{margin-bottom:.35rem}.post-body code{font-family:var(--font-mono);font-size:.85em;background:var(--surface-alt);padding:.15em .4em;border-radius:4px}.post-body pre{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;overflow-x:auto;margin:1.25rem 0;font-size:.85rem;line-height:1.5;font-family:var(--font-mono)}.post-body pre code{background:none;padding:0;border-radius:0;font-size:inherit}.post-body blockquote{border-left:3px solid var(--accent);padding:.5rem 0 .5rem 1rem;margin:1.25rem 0;color:var(--text-muted);background:var(--surface-alt);border-radius:0 var(--radius) var(--radius) 0}.post-body blockquote p{margin-bottom:0}.post-body hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.post-body strong{font-weight:600}.post-body a{text-decoration:underline;text-underline-offset:2px}.post-body img{max-width:100%;border-radius:var(--radius);margin:1.25rem 0;border:1px solid var(--border)}.post-body table{width:100%;border-collapse:collapse;margin:1.25rem 0;font-size:.9rem}.post-body th,.post-body td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--border)}.post-body th{font-weight:600;background:var(--surface-alt)}.footer{max-width:720px;margin:0 auto;padding:2rem 1.5rem 3rem;text-align:center;border-top:1px solid var(--border);color:var(--text-muted);font-size:.85rem}.footer a{color:var(--text-muted)}.footer a:hover{color:var(--accent)}@media(max-width:600px){.masthead{padding:2rem 1rem 1.5rem}.masthead h1{font-size:1.4rem}.post{padding:0 1rem 3rem}.post-header h1{font-size:1.4rem}.posts{padding:0 1rem 2rem}}
