.post-author{display:flex;align-items:center;gap:.6rem;margin:1rem 0 .75rem}.author-avatar{font-size:1.4rem;line-height:1}.post-author div{display:flex;flex-direction:column}.author-name{font-weight:700;font-size:.85rem;color:var(--text-primary)}.author-role{font-size:.75rem;color:var(--gold);letter-spacing:.04em}.blog-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.blog-header{text-align:center;margin-bottom:3rem}.blog-header h1{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.blog-header p{font-family:Lato,sans-serif;font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.post-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;padding:2rem;transition:all var(--transition);position:relative}.post-card:hover{border-color:var(--gold);transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.post-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:var(--text-muted)}.post-date{font-weight:500}.post-reading-time{background:var(--bg-secondary);padding:.2rem .6rem;border-radius:20px;font-size:.8rem}.post-title{margin-bottom:1rem}.post-title a{color:var(--text-primary);text-decoration:none;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;line-height:1.3}.post-title a:hover{color:var(--gold)}.post-excerpt{color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem}.read-more{color:var(--gold);text-decoration:none;font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem;transition:gap var(--transition)}.read-more:hover{gap:.8rem}.blog-post{max-width:800px;margin:0 auto;padding:2rem 1rem}.post-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border-subtle)}.post-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.post-meta{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:1rem}.post-content{font-family:Lato,sans-serif;line-height:1.8;color:var(--text-primary)}.post-content h1,.post-content h2,.post-content h3{font-family:Playfair Display,serif;margin-top:2rem;margin-bottom:1rem}.post-content h1{font-size:2rem}.post-content h2{font-size:1.5rem}.post-content h3{font-size:1.2rem}.post-content p{margin-bottom:1.5rem}.post-content ul,.post-content ol{margin-bottom:1.5rem;padding-left:2rem}.post-content li{margin-bottom:.5rem}.post-content blockquote{border-left:4px solid var(--gold);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--text-muted)}.post-content code{background:var(--bg-secondary);padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9rem}.post-content pre{background:var(--bg-secondary);padding:1.5rem;border-radius:8px;overflow-x:auto;margin:2rem 0}.post-content pre code{background:none;padding:0}.post-content img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0}.post-content a{color:var(--gold);text-decoration:none}.post-content a:hover{text-decoration:underline}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.post-tag{background:var(--bg-secondary);color:var(--gold);padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500}@media (max-width: 768px){.blog-header h1{font-size:2rem}.blog-grid{grid-template-columns:1fr;gap:1.5rem}.post-card{padding:1.5rem}.post-title{font-size:1.2rem}.blog-post .post-title{font-size:2rem}.post-meta{flex-direction:column;gap:.5rem;text-align:center}.post-content h1{font-size:1.5rem}.post-content h2{font-size:1.3rem}.post-content h3{font-size:1.1rem}}.blog-post-container{max-width:760px;padding:var(--space-xl) var(--space-md)}.back-to-blog{display:inline-block;color:var(--gold);font-size:.9rem;margin-bottom:var(--space-lg);text-decoration:none;transition:opacity var(--transition)}.back-to-blog:hover{opacity:.7}.post-page-header{margin-bottom:var(--space-xl);border-bottom:1px solid var(--border-subtle);padding-bottom:var(--space-lg)}.post-page-header h1{font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.2;margin-bottom:var(--space-sm)}.post-body{font-size:1.05rem;line-height:1.85;color:var(--text-primary)}.post-body h2{font-family:Playfair Display,serif;font-size:1.5rem;margin:var(--space-xl) 0 var(--space-sm);color:var(--text-primary)}.post-body h3{font-size:1.15rem;font-weight:700;margin:var(--space-lg) 0 var(--space-sm);color:var(--gold)}.post-body p{margin-bottom:var(--space-md)}.post-body ul,.post-body ol{margin:0 0 var(--space-md) var(--space-lg)}.post-body li{margin-bottom:.4rem}.post-body strong{color:var(--text-primary)}@media (max-width: 480px){.blog-container,.blog-post{padding:1rem .5rem}.post-card{padding:1rem}.blog-header h1,.blog-post .post-title{font-size:1.5rem}}
