.blog-detail-page{min-height:100vh;background:#f8f9fa;padding:40px 20px}.blog-detail-container{max-width:900px;margin:0 auto}.back-link{display:inline-flex;align-items:center;color:#123f31;text-decoration:none;font-weight:600;margin-bottom:30px;transition:all .3s}.back-link:hover{color:#dd9933;transform:translateX(-5px)}.blog-article{background:white;border-radius:12px;padding:40px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.article-header,.blog-article{margin-bottom:40px}.article-meta{display:flex;align-items:center;gap:15px;margin-bottom:20px}.article-category{background:#fef3c7;color:#92400e;padding:6px 16px;border-radius:20px;font-size:.9rem;font-weight:600}.article-date{color:#666;font-size:.95rem}.article-header h1{font-size:2.5rem;line-height:1.2;margin-bottom:20px;color:#1a202c}.article-info{display:flex;align-items:center;gap:12px;color:#666;font-size:.95rem}.article-image{width:100%;border-radius:12px;overflow:hidden;margin-bottom:40px}.article-image img{width:100%;height:auto;display:block}.article-content{font-size:1.125rem;line-height:1.8;color:#2d3748;margin-bottom:40px}.article-content p{margin-bottom:20px}.article-content p:first-child{font-size:1.25rem;color:#4a5568}.article-tags{padding:30px 0;border-top:2px solid #e2e8f0;border-bottom:2px solid #e2e8f0;margin-bottom:30px}.article-tags h3{font-size:1rem;color:#666;margin-bottom:15px}.tags-list{display:flex;flex-wrap:wrap;gap:10px}.tag{background:#f1f5f9;color:#64748b;padding:6px 16px;border-radius:20px;font-size:.9rem;font-weight:500}.article-actions{justify-content:space-between;padding:25px 0}.article-actions,.like-button{display:flex;align-items:center}.like-button{padding:12px 30px;border:2px solid #e2e8f0;background:white;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;gap:8px}.like-button:hover{border-color:#123f31;color:#123f31}.like-button.liked{background:#fee2e2;border-color:#ef4444;color:#ef4444}.share-buttons{display:flex;align-items:center;gap:10px}.share-buttons span{color:#666;font-weight:600}.share-buttons button{width:40px;height:40px;border:none;background:#f1f5f9;border-radius:50%;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;color:#64748b}.share-buttons button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.share-buttons .share-facebook{color:#1877f2}.share-buttons .share-facebook:hover{background:#1877f2;color:white}.share-buttons .share-whatsapp{color:#25d366}.share-buttons .share-whatsapp:hover{background:#25d366;color:white}.share-buttons .share-instagram{color:#e4405f}.share-buttons .share-instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);color:white}.related-blogs{background:white;border-radius:12px;padding:40px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.related-blogs h2{font-size:2rem;margin-bottom:30px;color:#1a202c}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}.related-card{text-decoration:none;color:inherit;border-radius:12px;overflow:hidden;border:2px solid #e2e8f0;transition:all .3s}.related-card:hover{border-color:#dd9933;transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.related-card img{width:100%;height:180px;object-fit:cover}.related-content{padding:20px}.related-category{background:#fef3c7;color:#92400e;padding:4px 12px;border-radius:12px;font-size:.8rem;font-weight:600;display:inline-block;margin-bottom:10px}.related-content h3{font-size:1.15rem;margin-bottom:10px;color:#1a202c;line-height:1.3}.related-content p{color:#666;font-size:.9rem;line-height:1.5}.blog-detail-loading,.blog-not-found{min-height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top-color:#dd9933;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.blog-not-found h1{font-size:2.5rem;color:#1a202c;margin-bottom:15px}.blog-not-found p{color:#666;font-size:1.1rem;margin-bottom:30px}.back-button{display:inline-block;padding:12px 30px;background:#123f31;color:white;text-decoration:none;border-radius:25px;font-weight:600;transition:all .3s}.back-button:hover{background:#dd9933;transform:translateY(-2px);box-shadow:0 4px 12px rgba(221,153,51,.3)}@media (max-width:768px){.blog-article{padding:25px}.article-header h1{font-size:2rem}.article-image{height:250px}.article-content{font-size:1rem}.article-actions{flex-direction:column;gap:20px}.related-grid{grid-template-columns:1fr}.related-blogs{padding:25px}.related-blogs h2{font-size:1.5rem}}