.blog-post-page{min-height:100vh;padding-top:6rem}.post-header{max-width:720px;margin:0 auto;padding:4rem 3rem 2rem}.back-link{color:var(--muted);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;transition:color .2s;display:inline-flex}.back-link:hover{color:var(--accent)}.back-link svg{width:16px;height:16px}.post-meta{color:var(--muted);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;display:flex}.separator{color:var(--border-hover)}.post-header h1{color:var(--text);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.post-description{color:var(--body);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.post-tags{flex-wrap:wrap;gap:.5rem;display:flex}.tag{background:var(--surface);border:1px solid var(--border);color:var(--muted);border-radius:4px;padding:.3rem .7rem;font-size:.75rem}.post-content{max-width:720px;color:var(--body);margin:0 auto;padding:2rem 3rem 6rem;font-size:1.05rem;line-height:1.8}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{color:var(--text);margin-top:2rem;margin-bottom:1rem;font-family:Playfair Display,serif;line-height:1.3}.post-content h1{font-size:2rem}.post-content h2{font-size:1.6rem}.post-content h3{font-size:1.3rem}.post-content p{margin-bottom:1.5rem}.post-content a{color:var(--accent);border-bottom:1px solid #0000;text-decoration:none;transition:border-color .2s}.post-content a:hover{border-bottom-color:var(--accent)}.post-content strong{color:var(--text);font-weight:600}.post-content em{font-style:italic}.post-content code{background:var(--surface);color:var(--accent-light);border-radius:4px;padding:.15rem .4rem;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:.9em}.post-content pre{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin:1.5rem 0;padding:1.25rem;overflow-x:auto}.post-content pre code{color:var(--body);background:0 0;padding:0;font-size:.9rem}.post-content ul,.post-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.post-content li{margin-bottom:.5rem}.post-content ul li{list-style-type:disc}.post-content ol li{list-style-type:decimal}.post-content blockquote{border-left:3px solid var(--accent);color:var(--muted);margin:1.5rem 0;padding-left:1.5rem;font-style:italic}.post-content hr{border:none;border-top:1px solid var(--border);margin:2rem 0}@media (max-width:768px){.post-header{padding:3rem 1.5rem 1.5rem}.post-content{padding:1.5rem}}
