.blog-post-container{flex-direction:column;min-height:100vh;display:flex}.blog-post-main{flex-grow:1}.blog-post-article{padding:var(--section-padding,2rem 1rem)}.blog-post-content{max-width:64rem;margin:0 auto}.blog-post-back-link{color:hsl(var(--primary));align-items:center;margin-bottom:2rem;text-decoration:none;transition:color .2s;display:inline-flex}.blog-post-back-link:hover{color:hsl(var(--primary)/.8)}.blog-post-header{margin-bottom:2rem}.blog-post-categories{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.blog-post-category{background-color:hsl(var(--secondary)/.1);color:hsl(var(--secondary));border-radius:.25rem;padding:.25rem .75rem;font-size:.875rem}.blog-post-title{margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.2}@media (min-width:640px){.blog-post-title{font-size:2.5rem}}@media (min-width:1024px){.blog-post-title{font-size:3rem}}.blog-post-subtitle{color:hsl(var(--muted-foreground));margin-bottom:1.5rem;font-size:1.25rem}.blog-post-meta{color:hsl(var(--muted-foreground));border-bottom:1px solid hsl(var(--border));flex-wrap:wrap;align-items:center;gap:1.5rem;padding-bottom:1.5rem;display:flex}.blog-post-meta-item{align-items:center;gap:.5rem;display:flex}.blog-post-prose{max-width:none;font-size:1.125rem;line-height:1.75}.blog-post-prose h1,.blog-post-prose h2,.blog-post-prose h3,.blog-post-prose h4,.blog-post-prose h5,.blog-post-prose h6{color:hsl(var(--primary));font-weight:700}.blog-post-prose h2{margin-top:2rem;margin-bottom:1rem;font-size:1.5rem}.blog-post-prose h3{margin-top:1.5rem;margin-bottom:.75rem;font-size:1.25rem}.blog-post-prose p{margin-bottom:1.5rem;line-height:1.75}.blog-post-prose a{color:hsl(var(--primary));text-decoration:underline}.blog-post-prose strong{color:hsl(var(--foreground));font-weight:600}.blog-post-prose ul,.blog-post-prose ol{margin-bottom:1.5rem;padding-left:1.5rem}.blog-post-prose li{margin-bottom:.5rem;list-style-type:disc}.blog-post-prose ol li{list-style-type:decimal}.blog-post-author{background-color:hsl(var(--muted)/.5);border-radius:.5rem;width:50%;margin-top:3rem;margin-left:0;padding:1.5rem}.blog-post-author h3{margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.blog-post-author-content{align-items:flex-start;gap:1rem;display:flex}.blog-post-author-photo{-o-object-fit:cover;object-fit:cover;border-radius:50%;flex-shrink:0;width:4rem;height:4rem}.blog-post-author-info{flex:1}.blog-post-author-name{margin-bottom:.5rem;font-weight:500}.blog-post-author-bio{color:hsl(var(--muted-foreground))}.blog-post-tags{margin-top:2rem}.blog-post-tags h3{margin-bottom:1rem;font-size:1.125rem;font-weight:600}.blog-post-tags-list{flex-wrap:wrap;gap:.5rem;display:flex}.blog-post-tag{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground));border-radius:9999px;padding:.25rem .75rem;font-size:.875rem}.blog-post-loading,.blog-post-error{flex-direction:column;min-height:100vh;display:flex}.blog-post-loading-content,.blog-post-error-content{padding:var(--section-padding,2rem 1rem);flex-grow:1}.blog-post-loading-inner,.blog-post-error-inner{text-align:center;max-width:64rem;margin:0 auto}.blog-post-error-title{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.blog-post-error-message{color:hsl(var(--muted-foreground));margin-bottom:2rem}.call-to-action{background-color:beige;border-radius:12px;padding:10px}
