.blog-post-page{padding:90px 0 40px;min-height:60vh}.blog-post-page .blog-article{max-width:800px;margin:0 auto}.blog-post-page .blog-article .breadcrumb{font-size:13px;color:#9ca3af;margin-bottom:12px}.blog-post-page .blog-article .breadcrumb a{color:#6b7280;text-decoration:none;transition:color .2s}.blog-post-page .blog-article .breadcrumb a:hover{color:var(--secondary);text-decoration:underline}.blog-post-page .blog-article .breadcrumb span{margin:0 5px;color:#d1d5db}.blog-post-page .blog-article .breadcrumb .current{color:#6b7280}.blog-post-page .blog-article .post-header{margin-bottom:24px}.blog-post-page .blog-article .post-header .post-category-badge a{display:inline-block;background:var(--primary);color:var(--text-light);padding:5px 14px;border-radius:6px;font-size:13px;font-weight:600;text-decoration:none;margin-bottom:12px;transition:opacity .2s}.blog-post-page .blog-article .post-header .post-category-badge a:hover{opacity:.85}.blog-post-page .blog-article .post-header h1{font-size:34px;font-weight:800;color:var(--text-dark);line-height:1.25;margin-bottom:12px}.blog-post-page .blog-article .post-header .post-subtitle{font-size:18px;color:#6b7280;line-height:1.5;margin-bottom:16px}.blog-post-page .blog-article .post-header .post-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding:12px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.blog-post-page .blog-article .post-header .post-meta .meta-left,.blog-post-page .blog-article .post-header .post-meta .meta-right{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.blog-post-page .blog-article .post-header .post-meta .meta-item{font-size:13px;color:#6b7280;display:flex;align-items:center;gap:6px}.blog-post-page .blog-article .post-header .post-meta .meta-item img{border-radius:50%;width:24px;height:24px}.blog-post-page .blog-article .post-hero-image{margin-bottom:24px;border-radius:16px;overflow:hidden}.blog-post-page .blog-article .post-hero-image img{width:100%;height:auto;display:block;aspect-ratio:16/9;object-fit:cover}.blog-post-page .blog-article .post-actions{display:flex;gap:12px;margin-bottom:30px}.blog-post-page .blog-article .post-actions .action-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600;color:#4b5563;background:#f3f4f6;border:1px solid #e5e7eb;cursor:pointer;text-decoration:none;transition:all .2s}.blog-post-page .blog-article .post-actions .action-btn:hover{background:#e5e7eb;color:var(--text-dark)}.blog-post-page .blog-article .post-actions .action-btn i{font-size:14px}.blog-post-page .blog-article .share-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000}.blog-post-page .blog-article .share-modal.active{display:flex;justify-content:center;align-items:center}.blog-post-page .blog-article .share-modal .share-modal-overlay{position:absolute;inset:0;background:rgba(0,0,0,.5)}.blog-post-page .blog-article .share-modal .share-modal-content{position:relative;background:#fff;border-radius:16px;width:90%;max-width:500px;padding:24px;box-shadow:0 20px 60px rgba(0,0,0,.2);animation:modalFadeIn .2s ease}.blog-post-page .blog-article .share-modal .share-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.blog-post-page .blog-article .share-modal .share-modal-header .share-modal-title{font-size:18px;font-weight:700}.blog-post-page .blog-article .share-modal .share-modal-header .share-modal-close{background:none;border:none;cursor:pointer;padding:4px;color:#6b7280}.blog-post-page .blog-article .share-modal .share-modal-header .share-modal-close:hover{color:var(--text-dark)}.blog-post-page .blog-article .share-modal .share-url-container{display:flex;gap:8px;margin-bottom:20px}.blog-post-page .blog-article .share-modal .share-url-container .share-url-input{flex:1;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;color:#4b5563}.blog-post-page .blog-article .share-modal .share-url-container .copy-url-btn{padding:10px 16px;background:var(--primary);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;white-space:nowrap}.blog-post-page .blog-article .share-modal .share-url-container .copy-url-btn.copied{background:#10b981}.blog-post-page .blog-article .share-modal .share-networks-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:12px}.blog-post-page .blog-article .share-modal .share-networks-grid .share-network-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;border-radius:12px;text-decoration:none;color:#4b5563;font-size:12px;transition:background .2s;cursor:pointer;background:none;border:none}.blog-post-page .blog-article .share-modal .share-networks-grid .share-network-item:hover{background:#f3f4f6}.blog-post-page .blog-article .share-modal .share-networks-grid .share-network-item .share-network-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.blog-post-page .blog-article .share-modal .share-networks-grid .share-network-item .share-network-icon img,.blog-post-page .blog-article .share-modal .share-networks-grid .share-network-item .share-network-icon svg{width:24px;height:24px}.blog-post-page .blog-article .post-content{font-size:17px;line-height:1.75;color:#374151;margin-bottom:30px}.blog-post-page .blog-article .post-content h2{font-size:26px;font-weight:700;color:var(--text-dark);margin:36px 0 16px}.blog-post-page .blog-article .post-content h3{font-size:22px;font-weight:600;color:var(--text-dark);margin:28px 0 12px}.blog-post-page .blog-article .post-content p{margin-bottom:20px}.blog-post-page .blog-article .post-content ul,.blog-post-page .blog-article .post-content ol{margin-bottom:20px;padding-left:24px}.blog-post-page .blog-article .post-content ul{list-style-type:disc}.blog-post-page .blog-article .post-content ol{list-style-type:decimal}.blog-post-page .blog-article .post-content li{margin-bottom:8px}.blog-post-page .blog-article .post-content blockquote{border-left:4px solid var(--primary);padding:16px 20px;margin:24px 0;background:#fffbf0;border-radius:0 8px 8px 0;font-style:italic;color:#4b5563}.blog-post-page .blog-article .post-content img{max-width:100%;height:auto;border-radius:12px;margin:20px 0}.blog-post-page .blog-article .post-content a{color:var(--secondary);text-decoration:underline}.blog-post-page .blog-article .post-content a:hover{opacity:.8}.blog-post-page .blog-article .post-content table{width:100%;border-collapse:collapse;margin:20px 0}.blog-post-page .blog-article .post-content table th,.blog-post-page .blog-article .post-content table td{padding:10px 14px;border:1px solid #e5e7eb;text-align:left}.blog-post-page .blog-article .post-content table th{background:#f9fafb;font-weight:600}.blog-post-page .blog-article .post-tags{margin:30px 0;padding:20px 0;border-top:1px solid #e5e7eb}.blog-post-page .blog-article .post-tags h3{font-size:16px;font-weight:700;color:var(--text-dark);margin-bottom:12px}.blog-post-page .blog-article .post-tags .tags-list{display:flex;flex-wrap:wrap;gap:8px}.blog-post-page .blog-article .post-tags .tags-list .tag{padding:6px 14px;background:#f3f4f6;border-radius:20px;font-size:13px;color:#4b5563;text-decoration:none;transition:all .2s}.blog-post-page .blog-article .post-tags .tags-list .tag:hover{background:#e5e7eb;color:var(--text-dark)}.blog-post-page .ads-box{max-width:800px;margin:30px auto}.blog-post-page .related-posts{padding:30px 0}.blog-post-page .related-posts h2{font-size:24px;font-weight:700;color:var(--text-dark);margin-bottom:20px}.blog-post-page .related-posts .related-card{display:block;text-decoration:none;color:inherit;border-radius:12px;overflow:hidden;background:#fff;border:1px solid #e5e7eb;transition:box-shadow .2s}.blog-post-page .related-posts .related-card:hover{box-shadow:0 4px 15px rgba(0,0,0,.1)}.blog-post-page .related-posts .related-card img{width:100%;height:160px;object-fit:cover}.blog-post-page .related-posts .related-card .related-info{padding:12px}.blog-post-page .related-posts .related-card .related-info .related-category{font-size:11px;color:var(--primary);font-weight:700;text-transform:uppercase}.blog-post-page .related-posts .related-card .related-info h3{font-size:15px;font-weight:600;color:var(--text-dark);margin-top:4px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@keyframes modalFadeIn{from{opacity:0;transform:scale(0.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media screen and (max-width: 768px){.blog-post-page .blog-article .post-header h1{font-size:24px}.blog-post-page .blog-article .post-header .post-subtitle{font-size:15px}.blog-post-page .blog-article .post-header .post-meta{flex-direction:column;align-items:flex-start;gap:8px}.blog-post-page .blog-article .post-actions{flex-wrap:wrap}.blog-post-page .blog-article .post-content{font-size:16px}.blog-post-page .blog-article .post-content h2{font-size:22px}.blog-post-page .blog-article .post-content h3{font-size:19px}.blog-post-page .blog-article .share-modal .share-networks-grid{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 480px){.blog-post-page .blog-article .breadcrumb{font-size:12px}.blog-post-page .blog-article .post-header h1{font-size:22px}}/*# sourceMappingURL=blog-post.css.map */
