.blog-post-page{min-height:100vh;background:#f8f9fa}.container{max-width:1440px;margin:0 auto;padding:0 1rem}.blog-error,.blog-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center}.loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#1c5235;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.back-link{color:#1c5235;text-decoration:none;font-weight:500;margin-top:1rem;display:inline-block}.back-link:hover{color:#236642}.breadcrumb{background:#f9fafb;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.breadcrumb nav{display:flex;align-items:center;gap:.125rem;font-size:.5625rem}.breadcrumb a{color:#1c5235;text-decoration:none;padding:.125rem .25rem;border-radius:.25rem;transition:background-color .2s ease}.breadcrumb a:hover{background-color:rgba(28,82,53,.1);text-decoration:none}.breadcrumb span{color:#9ca3af;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none}.article-header{padding:.75rem 0 1.5rem;background:#fff;border-bottom:1px solid #e5e7eb}.article-meta-top{display:flex;align-items:center;justify-content:flex-end;margin-bottom:1.5rem;min-height:1rem}.article-meta-top:empty{display:none}.categories{display:flex;gap:.5rem;flex-wrap:wrap}.article-title{font-size:2.5rem;font-weight:700;line-height:1.2;color:#1f2937;margin-bottom:2rem}.article-meta{justify-content:space-between;flex-wrap:wrap}.article-meta,.author-info{display:flex;align-items:center;gap:1rem}.author-info{background:#f9fafb;padding:1.25rem;border-radius:16px;border-left:4px solid #1c5235;box-shadow:0 2px 4px rgba(0,0,0,.05)}.author-info .article-actions{margin-left:auto;align-self:flex-start}.author-avatar{width:52px;height:52px;background:#1c5235;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.125rem;flex-shrink:0;min-width:52px;min-height:52px;border:3px solid #fff;box-shadow:0 3px 12px rgba(0,0,0,.15)}.author-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.author-logo-container{background:white!important;border:1px solid #e5e7eb}.author-logo{width:100%;height:100%;border-radius:50%;object-fit:cover}.author-details{display:flex;flex-direction:column;gap:.25rem}.author-name{font-weight:700;font-size:1.125rem;color:#1c5235;margin-bottom:.25rem}.post-details{font-size:.875rem;color:#64748b;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.post-details>span{display:inline-flex;align-items:center;gap:.25rem}.post-details>span:nth-child(odd){font-weight:500}.article-actions{display:flex;gap:.5rem}.bookmark-btn,.share-btn{width:40px;height:40px;border:1px solid #e5e7eb;background:#fff;border-radius:.375rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.bookmark-btn:hover,.share-btn:hover{background:#1c5235;border-color:#1c5235;color:white}.share-btn{transition:all .2s ease;position:relative}.share-btn:active{transform:scale(.95)}.bookmark-btn svg,.share-btn svg{fill:none;stroke:currentColor;stroke-width:2}.featured-image-container{padding:2rem 0;background:var(--bg-secondary)}.featured-image{width:100%;max-height:500px;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.article-content{padding:3rem 0}.article-layout{display:grid;grid-template-columns:1fr 300px;grid-gap:3rem;gap:3rem}.article-body{max-width:none}.article-excerpt{font-size:1.125rem;color:var(--text-secondary);font-style:italic;padding:1.5rem;background:var(--bg-secondary);border-radius:var(--radius-lg);margin-bottom:2rem;border-left:4px solid #1c5235}.article-text{font-size:1rem;line-height:1.8;color:var(--text-primary)}.article-body p ul,.article-body ul,.article-content p ul,.article-content ul,.article-text p ul,.article-text ul{margin:1.5rem 0;padding-left:3rem;list-style:none}.article-body p li,.article-body p ul li,.article-body ul li,.article-content p li,.article-content p ul li,.article-content ul li,.article-text p li,.article-text p ul li,.article-text ul li{position:relative;margin-bottom:.75rem;line-height:1.7;padding-left:2rem;margin-left:1rem;list-style:none!important}.article-body p li:before,.article-body p ul li:before,.article-body ul li:before,.article-content p li:before,.article-content p ul li:before,.article-content ul li:before,.article-text p li:before,.article-text p ul li:before,.article-text ul li:before{content:"▸";color:#1c5235;font-size:1.1em;font-weight:700;position:absolute;left:-1.2rem;top:0}.article-body ol,.article-body p ol,.article-content ol,.article-content p ol,.article-text ol,.article-text p ol{margin:1.5rem 0;padding-left:3rem;counter-reset:list-counter}.article-body ol li,.article-body p ol li,.article-content ol li,.article-content p ol li,.article-text ol li,.article-text p ol li{position:relative;margin-bottom:.75rem;line-height:1.7;padding-left:2rem;margin-left:1rem;counter-increment:list-counter;list-style:none!important}.article-body ol li:before,.article-body p ol li:before,.article-content ol li:before,.article-content p ol li:before,.article-text ol li:before,.article-text p ol li:before{content:counter(list-counter) ".";color:#1c5235;font-weight:600;position:absolute;left:-1.8rem;top:0}.article-text p{margin-bottom:1.5rem}.article-text p:last-child{margin-bottom:0}.article-text strong{font-weight:600;color:var(--text-primary)}.article-text em{font-style:italic}.article-text code{background:var(--bg-secondary);padding:.25rem .5rem;border-radius:var(--radius-sm);font-family:Courier New,monospace;font-size:.875rem;color:#1c5235}.article-tags{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-color)}.article-tags h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.tags-list{display:flex;gap:.5rem;flex-wrap:wrap}.tag{display:inline-block;color:#1c5235;text-decoration:none;padding:6px 12px;border-radius:8px;background:#e9f5e9;border:1px solid #1c5235;transition:all .2s ease;font-weight:500;font-size:.875rem}.tag:hover{background:#256845;color:white}.article-sidebar{display:flex;flex-direction:column;gap:2rem}.sidebar-section{background:var(--bg-secondary);border-radius:var(--radius-lg);padding:1.5rem;border:1px solid var(--border-color)}.sidebar-section h3{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.toc{color:#6b7280;font-size:.875rem}.toc-empty{color:#9ca3af;font-style:italic;font-size:.8125rem}.toc-list{list-style:none;padding:0;margin:0}.toc-item{margin:.5rem 0}.toc-link{color:#4b5563;text-decoration:none;font-size:.8125rem;line-height:1.4;display:block;padding:.25rem 0;border-radius:.25rem;transition:all .2s ease}.toc-link:hover{color:#1c5235;background-color:rgba(28,82,53,.05);padding-left:.5rem}.toc-level-1 .toc-link{font-weight:600;font-size:.875rem}.toc-level-2 .toc-link{font-weight:500}.toc-level-3 .toc-link,.toc-level-4 .toc-link,.toc-level-5 .toc-link,.toc-level-6 .toc-link{font-weight:400;font-size:.75rem;color:#6b7280}.share-buttons{display:flex;flex-direction:column;gap:.75rem}.share-buttons .share-btn{width:100%;height:auto;padding:.75rem;border-radius:var(--radius-md);font-weight:500;justify-content:center;text-decoration:none;color:white;border:none;cursor:pointer;transition:all .3s ease}.share-buttons .share-btn.facebook{background:#1877f2}.share-buttons .share-btn.facebook:hover{background:#166fe5}.share-buttons .share-btn.twitter{background:#1da1f2}.share-buttons .share-btn.twitter:hover{background:#1991db}.share-buttons .share-btn.linkedin{background:#0077b5}.share-buttons .share-btn.linkedin:hover{background:#006a9e}.share-buttons .share-btn.copy{background:var(--text-secondary)}.share-buttons .share-btn.copy:hover{background:var(--text-primary)}.category-tag{display:inline-block;background:#1c5235;color:white;padding:.25rem .75rem;border-radius:.75rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:background-color .3s ease}.category-tag:hover{background:#236642;color:white}.category-tag.small{font-size:.6875rem;padding:.2rem .5rem}.featured-badge{background:#f59e0b;color:white;padding:.25rem .5rem;border-radius:.375rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.related-posts{padding:4rem 0;background:var(--bg-secondary);border-top:1px solid var(--border-color)}.related-posts h2{font-size:2rem;font-weight:600;color:var(--text-primary);margin-bottom:2rem;text-align:center}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.related-card{background:var(--bg-primary);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--border-color)}.related-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.related-card-image{position:relative;height:150px;overflow:hidden}.related-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.related-card:hover .related-card-image img{transform:scale(1.03)}.related-card-content{padding:1.5rem}.related-card-meta{margin-bottom:.75rem}.related-card h3{margin:0 0 .75rem;font-size:1.125rem;font-weight:600;line-height:1.3}.related-card h3 a{color:var(--text-primary);text-decoration:none;transition:color .3s ease}.related-card h3 a:hover{color:#1c5235}.related-card .excerpt{color:var(--text-secondary);margin-bottom:1rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-meta{font-size:.875rem;color:var(--text-muted);display:flex;align-items:center;gap:.5rem}.article-navigation{padding:2rem 0;background:var(--bg-primary);border-top:1px solid var(--border-color)}.back-to-blog{color:#1c5235;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:.5rem;transition:color .3s ease}.back-to-blog:hover{color:var(--color-primary-dark)}@media (max-width:1024px){.article-layout{grid-template-columns:1fr;gap:2rem}.article-sidebar{order:-1;flex-direction:row;overflow-x:auto}.article-sidebar .sidebar-section{flex:0 0 280px}}@media (max-width:768px){.container{padding:0 .75rem}.article-header{padding:.5rem 0 1rem}.article-title{font-size:2rem;margin-bottom:1.5rem}.article-meta{flex-direction:column;align-items:stretch;gap:1rem}.article-content{padding:2rem 0}.featured-image-container{padding:1rem}.related-posts{padding:2rem 0}.related-grid{grid-template-columns:1fr;gap:1.5rem}.article-sidebar{flex-direction:column}.article-sidebar .sidebar-section{flex:none}.author-info{background:#f8f9fa;border-radius:12px;padding:1rem;gap:1rem;align-items:flex-start;border-left:4px solid #1c5235}.author-avatar{flex-shrink:0;width:44px;height:44px;border:2px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}.author-details{flex:1 1;min-width:0}.author-name{font-size:1.05rem;font-weight:700;color:#1c5235;margin-bottom:.1rem;display:block}.post-details{display:grid;grid-template-columns:auto 1fr;grid-gap:.5rem .75rem;gap:.5rem .75rem;align-items:center;font-size:.85rem;color:#64748b}.post-details>span{line-height:1.3}.post-details>span:nth-child(odd){font-weight:500;color:#475569}.post-details>span:nth-child(2n){display:none}}@media (max-width:480px){.container{padding:0 1rem}.article-body,.article-content,.article-text{padding-left:1rem;padding-right:1rem}.article-body img,.article-content img,.article-text img{margin-left:1rem;margin-right:1rem;max-width:calc(100% - 2rem)}.article-header{padding:.25rem 1rem .75rem}.breadcrumb-nav{padding-left:1rem;padding-right:1rem}.article-title{font-size:1.75rem;margin-bottom:1.5rem}.author-info{padding:.875rem;gap:.875rem;border-radius:10px}.author-info .article-actions{margin-left:auto}.author-info .share-btn{width:36px;height:36px}.author-avatar{width:38px;height:38px;font-size:.9rem;flex-shrink:0}.author-name{font-size:1rem;margin-bottom:.1rem}.post-details{grid-template-columns:auto 1fr;gap:.375rem .625rem;font-size:.8rem}.post-details>span:nth-child(n+3){display:none}.post-details>span:first-child{font-size:.8rem;color:#64748b;font-weight:400}.article-excerpt,.related-card-content,.sidebar-section{padding:1rem}.article-body p ul,.article-body ul,.article-content p ul,.article-content ul,.article-text p ul,.article-text ul{padding-left:2.5rem;margin-left:1rem}.article-body p li,.article-body p ul li,.article-body ul li,.article-content p li,.article-content p ul li,.article-content ul li,.article-text p li,.article-text p ul li,.article-text ul li{padding-left:1rem;margin-left:.5rem}.article-body p li:before,.article-body p ul li:before,.article-body ul li:before,.article-content p li:before,.article-content p ul li:before,.article-content ul li:before,.article-text p li:before,.article-text p ul li:before,.article-text ul li:before{left:-.7rem;font-size:1.3em}}@media (max-width:360px){.container{padding:0 1.25rem}.article-body p ul,.article-body ul,.article-content p ul,.article-content ul,.article-text p ul,.article-text ul{padding-left:1.5rem;margin-left:.5rem}.article-body p li,.article-body p ul li,.article-body ul li,.article-content p li,.article-content p ul li,.article-content ul li,.article-text p li,.article-text p ul li,.article-text ul li{padding-left:.75rem}.article-body p li:before,.article-body p ul li:before,.article-body ul li:before,.article-content p li:before,.article-content p ul li:before,.article-content ul li:before,.article-text p li:before,.article-text p ul li:before,.article-text ul li:before{left:-.5rem}}