.blog-hero{background:linear-gradient(135deg,var(--primary),var(--primary-dark));padding:80px 0 60px;position:relative;overflow:hidden}.blog-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:0.3}.blog-hero .container{position:relative;z-index:2}.blog-hero .hero-content{text-align:center;max-width:800px;margin:0 auto}.blog-hero .hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,0.2);color:white;padding:8px 16px;border-radius:var(--radius-full);font-size:14px;font-weight:500;margin-bottom:20px;backdrop-filter:blur(10px)}.blog-hero h1{color:white;font-size:3.5rem;font-weight:800;margin-bottom:20px;line-height:1.2}.blog-hero .subtitle{color:rgba(255,255,255,0.9);font-size:1.2rem;margin-bottom:40px;line-height:1.6}.blog-hero .search-section{max-width:500px;margin:0 auto}.blog-main{padding:60px 0;background:var(--bg-light)}.blog-layout{display:grid;grid-template-columns:1fr 300px;gap:40px;align-items:start}@media (max-width:1024px){.blog-layout{grid-template-columns:1fr;gap:30px}}.blog-content{flex:1}.featured-post{background:var(--card-bg);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);margin-bottom:40px;transition:var(--transition)}.featured-post:hover{transform:translateY(-5px);box-shadow:var(--shadow-2xl)}.featured-post .post-image{position:relative;height:300px;overflow:hidden}.featured-post .post-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.featured-post:hover .post-image img{transform:scale(1.05)}.featured-post .post-category{position:absolute;top:20px;left:20px;background:var(--primary);color:white;padding:6px 12px;border-radius:var(--radius-sm);font-size:12px;font-weight:600;text-transform:uppercase}.featured-post .post-content{padding:30px}.featured-post .post-meta{display:flex;gap:20px;margin-bottom:15px;font-size:14px;color:var(--text-lighter);flex-wrap:wrap}.featured-post .post-meta span{display:flex;align-items:center;gap:6px}.featured-post .post-title{font-size:1.8rem;font-weight:700;margin-bottom:15px;color:var(--text);line-height:1.3}.featured-post .post-excerpt{color:var(--text-light);line-height:1.6;margin-bottom:20px;font-size:1.1rem}.featured-post .post-tags{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.featured-post .tag{background:var(--primary-transparent);color:var(--primary);padding:4px 12px;border-radius:var(--radius-sm);font-size:12px;font-weight:500}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:40px}@media (max-width:768px){.posts-grid{grid-template-columns:1fr;gap:20px}}.post-card{background:var(--card-bg);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:var(--transition);cursor:pointer}.post-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.post-card .post-image{position:relative;height:200px;overflow:hidden}.post-card .post-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.post-card:hover .post-image img{transform:scale(1.05)}.post-card .post-category{position:absolute;top:15px;left:15px;background:var(--primary);color:white;padding:4px 10px;border-radius:var(--radius-sm);font-size:11px;font-weight:600;text-transform:uppercase}.post-card .post-content{padding:20px}.post-card .post-meta{display:flex;gap:15px;margin-bottom:12px;font-size:13px;color:var(--text-lighter);flex-wrap:wrap}.post-card .post-title{font-size:1.2rem;font-weight:600;margin-bottom:10px;color:var(--text);line-height:1.4}.post-card .post-excerpt{color:var(--text-light);line-height:1.5;margin-bottom:15px;font-size:0.95rem}.post-card .post-tags{display:flex;gap:6px;flex-wrap:wrap}.post-card .tag{background:var(--primary-transparent);color:var(--primary);padding:3px 10px;border-radius:var(--radius-sm);font-size:11px;font-weight:500}.load-more-section{text-align:center;margin-top:40px}.load-more-section .btn-secondary{padding:15px 30px;font-size:16px}.blog-sidebar{position:sticky;top:20px}@media (max-width:1024px){.blog-sidebar{position:static}}.sidebar-widget{background:var(--card-bg);border-radius:var(--radius-lg);padding:25px;margin-bottom:30px;box-shadow:var(--shadow-md)}.sidebar-widget:last-child{margin-bottom:0}.widget-title{font-size:1.1rem;font-weight:600;margin-bottom:20px;color:var(--text);display:flex;align-items:center;gap:8px}.widget-title i{color:var(--primary)}.category-list{list-style:none;margin:0;padding:0}.category-list li{margin-bottom:12px}.category-list a{display:flex;justify-content:space-between;align-items:center;color:var(--text-light);text-decoration:none;padding:8px 0;transition:var(--transition);border-radius:var(--radius-sm)}.category-list a:hover,.category-list a.active{color:var(--primary);background:var(--primary-transparent);padding-left:10px;padding-right:10px}.category-list .count{background:var(--bg-dark);color:var(--text-lighter);padding:2px 8px;border-radius:var(--radius-sm);font-size:12px;font-weight:500}.recent-posts{display:flex;flex-direction:column;gap:15px}.recent-post{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid var(--border-light)}.recent-post:last-child{border-bottom:none}.recent-post-image{flex-shrink:0;width:60px;height:45px;border-radius:var(--radius-sm);overflow:hidden}.recent-post-image img{width:100%;height:100%;object-fit:cover}.recent-post-content h4{font-size:14px;font-weight:500;margin-bottom:5px;color:var(--text);line-height:1.3}.recent-post-content .post-date{font-size:12px;color:var(--text-lighter)}.tag-cloud{display:flex;flex-wrap:wrap;gap:8px}.tag-cloud .tag{background:var(--bg-dark);color:var(--text-light);padding:6px 12px;border-radius:var(--radius-sm);font-size:12px;text-decoration:none;transition:var(--transition)}.tag-cloud .tag:hover{background:var(--primary);color:white}.newsletter-widget{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:white}.newsletter-widget .widget-title{color:white}.newsletter-widget p{margin-bottom:20px;opacity:0.9;line-height:1.5}.newsletter-widget .input-group{display:flex;gap:0}.newsletter-widget input{flex:1;padding:12px 16px;border:none;border-radius:var(--radius-sm) 0 0 var(--radius-sm);background:rgba(255,255,255,0.9);color:var(--text);font-size:14px}.newsletter-widget input:focus{outline:none;background:white}.newsletter-widget .btn-primary{border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:12px 16px;background:rgba(255,255,255,0.2);border:none;color:white}.newsletter-widget .btn-primary:hover{background:rgba(255,255,255,0.3)}.blog-search{position:relative;margin-bottom:30px}.blog-search input{width:100%;padding:15px 20px;border:2px solid var(--border);border-radius:var(--radius-lg);background:var(--card-bg);color:var(--text);font-size:16px;transition:var(--transition)}.blog-search input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-transparent)}.blog-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;flex-wrap:wrap;gap:15px}.blog-filters{display:flex;gap:10px;flex-wrap:wrap}.filter-btn{padding:8px 16px;border:2px solid var(--border);background:var(--card-bg);color:var(--text-light);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);font-size:14px}.filter-btn:hover,.filter-btn.active{border-color:var(--primary);color:var(--primary);background:var(--primary-transparent)}.blog-sort{display:flex;align-items:center;gap:10px}.blog-sort select{padding:8px 12px;border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--card-bg);color:var(--text);font-size:14px}@media (max-width:768px){.blog-hero h1{font-size:2.5rem}.blog-hero .subtitle{font-size:1.1rem}.featured-post .post-content{padding:20px}.featured-post .post-title{font-size:1.5rem}.sidebar-widget{padding:20px}.blog-controls{flex-direction:column;align-items:stretch}.blog-filters{justify-content:center}}@media (max-width:480px){.blog-hero{padding:60px 0 40px}.blog-hero h1{font-size:2rem}.featured-post .post-image{height:200px}.posts-grid{gap:15px}.post-card .post-content{padding:15px}}.single-post .post-content h4{font-size:1.2rem;font-weight:600;color:var(--text);margin:25px 0 12px}.single-post .post-content h5{font-size:1.1rem;font-weight:600;color:var(--text);margin:20px 0 10px}.single-post .post-content h6{font-size:1rem;font-weight:600;color:var(--text);margin:18px 0 8px}.single-post .post-content em{font-style:italic;color:var(--text)}.single-post .post-content a{color:var(--primary);text-decoration:none;border-bottom:1px solid transparent;transition:var(--transition)}.single-post .post-content a:hover{border-bottom-color:var(--primary)}.single-post .post-content img{max-width:100%;height:auto;border-radius:var(--radius-sm);margin:20px 0;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.single-post{background:var(--card-bg);border-radius:var(--radius-lg);padding:40px;margin-bottom:40px;box-shadow:var(--shadow)}.breadcrumb-nav{margin-bottom:30px}.breadcrumb-nav a{display:inline-flex;align-items:center;gap:8px;color:var(--text-light);text-decoration:none;font-size:14px;transition:var(--transition)}.breadcrumb-nav a:hover{color:var(--primary)}.breadcrumb-nav i{font-size:12px}.single-post .post-header{margin-bottom:30px}.single-post .post-category{display:inline-block;background:var(--primary);color:white;padding:6px 16px;border-radius:var(--radius-sm);font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:20px}.single-post .post-title{font-size:2.5rem;font-weight:700;color:var(--text);line-height:1.2;margin-bottom:20px}.single-post .post-meta{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px;font-size:14px;color:var(--text-light)}.single-post .post-meta span{display:flex;align-items:center;gap:6px}.single-post .post-meta i{font-size:12px}.single-post .post-tags{display:flex;flex-wrap:wrap;gap:8px}.single-post .post-tags .tag{background:var(--bg-dark);color:var(--text-light);padding:4px 12px;border-radius:var(--radius-sm);font-size:12px;font-weight:500;text-decoration:none;transition:var(--transition)}.single-post .post-tags .tag:hover{background:var(--primary);color:white}.single-post .post-image{margin:30px 0;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.single-post .post-image img{width:100%;height:auto;display:block}.single-post .post-content{font-size:16px;line-height:1.7;color:var(--text)}.single-post .post-content h2{font-size:1.8rem;font-weight:600;color:var(--text);margin:40px 0 20px}.single-post .post-content h3{font-size:1.4rem;font-weight:600;color:var(--text);margin:30px 0 15px}.single-post .post-content h4{font-size:1.2rem;font-weight:600;color:var(--text);margin:25px 0 12px}.single-post .post-content h5{font-size:1.1rem;font-weight:600;color:var(--text);margin:20px 0 10px}.single-post .post-content h6{font-size:1rem;font-weight:600;color:var(--text);margin:18px 0 8px}.single-post .post-content p{margin-bottom:20px}.single-post .post-content em{font-style:italic;color:var(--text)}.single-post .post-content a{color:var(--primary);text-decoration:none;border-bottom:1px solid transparent;transition:var(--transition)}.single-post .post-content a:hover{border-bottom-color:var(--primary)}.single-post .post-content img{max-width:100%;height:auto;border-radius:var(--radius-sm);margin:20px 0;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.single-post .post-content blockquote{border-left:4px solid var(--primary);padding:20px;margin:30px 0;background:var(--bg-dark);border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-style:italic}.single-post .post-content blockquote cite{display:block;margin-top:10px;font-size:14px;color:var(--text-light);font-style:normal}.single-post .post-content ol,.single-post .post-content ul{margin:20px 0;padding-left:20px}.single-post .post-content li{margin-bottom:10px}.single-post .post-footer{margin-top:40px;padding-top:30px;border-top:1px solid var(--border)}.single-post .post-actions{display:flex;gap:15px;margin-bottom:20px}.action-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text-light);text-decoration:none;font-size:14px;transition:var(--transition);cursor:pointer}.action-btn:hover{background:var(--bg-dark);color:var(--text)}.action-btn.liked{background:var(--primary);color:white;border-color:var(--primary)}.action-btn.bookmarked{background:var(--warning);color:white;border-color:var(--warning)}.single-post .post-stats{display:flex;gap:20px;font-size:14px;color:var(--text-light)}.single-post .post-stats span{display:flex;align-items:center;gap:6px}.related-posts{margin-top:40px}.related-posts h3{font-size:1.5rem;font-weight:600;color:var(--text);margin-bottom:20px}.related-posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.related-post-card{background:var(--card-bg);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:var(--transition);cursor:pointer}.related-post-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.related-post-card .post-image{height:200px;overflow:hidden}.related-post-card .post-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.related-post-card:hover .post-image img{transform:scale(1.05)}.related-post-card .post-content{padding:20px}.related-post-card .post-title{font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:10px;line-height:1.3}.related-post-card .post-excerpt{font-size:14px;color:var(--text-light);line-height:1.5;margin-bottom:15px}.related-post-card .post-meta{display:flex;gap:15px;font-size:12px;color:var(--text-lighter)}.loading-spinner{text-align:center;padding:60px 20px;color:var(--text-light)}.loading-spinner i{font-size:2rem;margin-bottom:15px;color:var(--primary)}.error-message{text-align:center;padding:60px 20px;color:var(--text-light)}.error-message i{font-size:3rem;color:var(--error);margin-bottom:20px}.error-message h2{font-size:1.5rem;color:var(--text);margin-bottom:15px}.error-message p{margin-bottom:30px;line-height:1.5}@media (max-width:768px){.single-post{padding:20px}.single-post .post-title{font-size:1.8rem}.single-post .post-meta{flex-direction:column;gap:10px}.single-post .post-actions{flex-wrap:wrap}.related-posts-grid{grid-template-columns:1fr}}@media (max-width:480px){.single-post .post-title{font-size:1.5rem}.single-post .post-content{font-size:15px}.action-btn{padding:10px 15px;font-size:13px}}