@keyframes heroFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(180deg)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.blog-page{min-height:100vh}.blog-hero{background:linear-gradient(135deg,var(--primary-600, #2563eb) 0%,var(--primary-800, #1e40af) 100%);color:#fff;padding:6rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}.blog-hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.1)0,transparent 50%),radial-gradient(circle at 70% 80%,rgba(255,255,255,.05)0,transparent 50%);animation:heroFloat 20s ease-in-out infinite}.hero-container{max-width:800px;margin:0 auto;position:relative;z-index:2}.blog-hero-badge{display:inline-block;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);padding:.75rem 2rem;border-radius:30px;font-size:.9rem;font-weight:600;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.5px}.blog-hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1.5rem;line-height:1.2}.blog-hero p{font-size:1.25rem;opacity:.9;line-height:1.6;margin-bottom:3rem}.hero-search{margin:3rem 0}.search-container{position:relative;max-width:500px;margin:0 auto}.search-container input{width:100%;padding:1.25rem 4rem 1.25rem 1.5rem;border:2px solid rgba(255,255,255,.3);border-radius:25px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);color:#fff;font-size:1rem;transition:all .3s ease}.newsletter-main-form input::placeholder,.search-container input::placeholder{color:rgba(255,255,255,.7)}.search-container input:focus{background:rgba(255,255,255,.15)}.hero-stats,.search-button{display:flex;justify-content:center}.search-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.2);border:0;border-radius:50%;width:40px;height:40px;cursor:pointer;transition:all .3s ease;align-items:center}.search-button:hover{background:rgba(255,255,255,.3);transform:translateY(-50%) scale(1.05)}.hero-stats{gap:3rem;margin-top:3rem}.stat-item{text-align:center}.stat-number{display:block;font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.stat-label{font-size:.9rem;opacity:.8}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.featured-article{padding:6rem 0;background:linear-gradient(135deg,var(--gray-50, #f9fafb) 0%,var(--gray-100, #f3f4f6) 100%)}.featured-badge{text-align:center;margin-bottom:3rem}.featured-badge span{display:inline-block;background:linear-gradient(135deg,var(--primary-600, #2563eb),var(--primary-700, #1d4ed8));color:#fff;padding:.75rem 2rem;border-radius:30px;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.featured-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.1);border:1px solid var(--gray-200, #e5e7eb)}.featured-image{position:relative;height:400px;overflow:hidden}.article-image img,.featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.featured-content:hover .featured-image img{transform:scale(1.05)}.featured-overlay{position:absolute;top:1.5rem;left:1.5rem;right:1.5rem;display:flex;justify-content:space-between}.featured-category,.featured-reading-time{color:#fff;padding:.5rem 1rem;border-radius:15px;font-size:.8rem;font-weight:600}.featured-category{background:var(--primary-600, #2563eb)}.featured-reading-time{background:rgba(0,0,0,.7)}.featured-info{padding:3rem}.featured-info h2{font-size:2.25rem;font-weight:700;color:var(--gray-800, #1f2937);margin-bottom:1.5rem;line-height:1.2}.featured-info p{font-size:1.1rem;color:var(--gray-600, #4b5563);line-height:1.6;margin-bottom:2rem}.author-info,.featured-meta{display:flex;align-items:center}.featured-meta{justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200, #e5e7eb)}.author-info{gap:1rem}.author-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid var(--primary-200, #bfdbfe)}.author-name{font-weight:600;color:var(--gray-800, #1f2937);margin-bottom:.25rem}.article-date,.author-title{color:var(--gray-600, #4b5563)}.author-title{font-size:.9rem}.article-date{font-weight:500}.featured-button{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,var(--primary-600, #2563eb),var(--primary-700, #1d4ed8));color:#fff;padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;transition:all .3s ease}.featured-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(37,99,235,.3)}.blog-content{padding:6rem 0;background:linear-gradient(135deg,var(--gray-50, #f9fafb) 0%,var(--gray-100, #f3f4f6) 100%)}.content-layout{display:grid;grid-template-columns:2fr 1fr;gap:4rem}.filter-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 4px 20px rgba(0,0,0,.05);border:1px solid var(--gray-200, #e5e7eb)}.filter-tabs{display:flex;gap:.5rem}.filter-tab,.newsletter-form input{border:1px solid var(--gray-300, #d1d5db)}.filter-sort select,.filter-tab{border-radius:10px;color:var(--gray-700, #374151);font-weight:500;cursor:pointer}.filter-tab{padding:.75rem 1.5rem;background:var(--gray-100, #f3f4f6);transition:all .3s ease}.filter-tab.active,.filter-tab:hover{background:var(--primary-600, #2563eb);color:#fff;border-color:var(--primary-600, #2563eb)}.filter-sort select{padding:.75rem 1rem;border:1px solid var(--gray-300, #d1d5db);background:#fff}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.article-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.08);border:1px solid var(--gray-200, #e5e7eb);transition:all .4s ease;cursor:pointer}.article-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px rgba(0,0,0,.15)}.article-image{position:relative;height:200px;overflow:hidden}.article-card:hover .article-image img{transform:scale(1.1)}.article-category{position:absolute;top:1rem;left:1rem;background:var(--primary-600, #2563eb);color:#fff;padding:.5rem 1rem;border-radius:15px;font-size:.8rem;font-weight:600}.article-content{padding:2rem}.article-content h3,.sidebar-widget h3{font-size:1.25rem;font-weight:600;color:var(--gray-800, #1f2937)}.article-content h3,.article-content p{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.article-content h3{margin-bottom:1rem;line-height:1.3;-webkit-line-clamp:2}.article-content p{-webkit-line-clamp:3}.article-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.875rem;color:var(--gray-600, #4b5563)}.author{font-weight:600}.article-tags{display:flex;gap:.5rem;flex-wrap:wrap}.article-tags span{background:linear-gradient(135deg,var(--primary-50, #eff6ff),var(--primary-100, #dbeafe));color:var(--primary-700, #1d4ed8);padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.load-more{text-align:center;margin-top:3rem}.load-more-btn,.newsletter-form button{color:#fff;border:0;font-weight:600;cursor:pointer}.load-more-btn{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,var(--primary-600, #2563eb),var(--primary-700, #1d4ed8));padding:1rem 2rem;border-radius:12px;transition:all .3s ease}.load-more-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(37,99,235,.3)}.blog-sidebar{display:flex;flex-direction:column;gap:2rem}.category-item,.sidebar-widget{border:1px solid var(--gray-200, #e5e7eb)}.sidebar-widget{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.08)}.sidebar-widget h3{margin-bottom:1.5rem}.categories-widget .categories-list{display:flex;flex-direction:column;gap:.5rem}.category-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .875rem;border-radius:8px;background:var(--gray-50, #f9fafb);transition:all .2s ease;cursor:pointer}.category-item:hover{background:#fff;border-color:var(--primary-500, #3b82f6);transform:translateX(3px);box-shadow:0 2px 8px rgba(37,99,235,.08)}.category-item .category-icon{font-size:1.25rem;flex-shrink:0;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.category-item .category-info{flex:1;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.category-item h4{font-size:.875rem;margin:0}.category-item .category-count{font-size:.75rem;color:var(--gray-500, #6b7280);background:var(--gray-100, #f3f4f6);padding:.125rem .5rem;border-radius:10px;font-weight:500}.category-item:hover .category-count{background:var(--primary-100, #dbeafe);color:var(--primary-700, #1d4ed8)}.article-content p,.newsletter-widget p{color:var(--gray-600, #4b5563);margin-bottom:1.5rem;line-height:1.6}.newsletter-form{margin-bottom:1rem}.newsletter-form input{width:100%;padding:.75rem;border-radius:8px;margin-bottom:.75rem;font-size:.9rem}.newsletter-form button{width:100%;background:var(--primary-600, #2563eb);padding:.75rem;border-radius:8px;transition:background .3s ease}.newsletter-form button:hover{background:var(--primary-700, #1d4ed8)}.newsletter-benefits{display:flex;flex-direction:column;gap:.5rem}.benefit{font-size:.875rem;color:var(--gray-600, #4b5563)}.popular-articles{display:flex;flex-direction:column;gap:.75rem}.popular-item{display:block;padding:.875rem 1rem;border-left:3px solid transparent;border-radius:6px;background:var(--gray-50, #f9fafb);transition:all .2s ease;text-decoration:none}.popular-item:hover{background:#fff;border-left-color:var(--primary-600, #2563eb);box-shadow:0 2px 8px rgba(0,0,0,.06);transform:translateX(2px)}.popular-rank{display:none}.popular-content{display:block;width:100%}.author-spotlight h4,.category-item h4,.popular-content h4{font-weight:600;color:var(--gray-800, #1f2937)}.popular-content h4{font-size:.875rem;margin:0 0 .25rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.popular-meta{font-size:.75rem;color:var(--gray-500, #6b7280);display:flex;align-items:center;gap:.25rem}.popular-meta::before{content:"👁️";font-size:.7rem;opacity:.7}.tags-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.tag-count,.tag-item{display:inline-flex;align-items:center}.tag-item{gap:.375rem;background:var(--gray-100, #f3f4f6);color:var(--gray-700, #374151);padding:.5rem .875rem;border-radius:15px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .3s ease}.author-link:hover,.tag-item.popular,.tag-item:hover{background:var(--primary-600, #2563eb);color:#fff}.tag-count{justify-content:center;min-width:18px;height:18px;padding:0 .25rem;background:var(--gray-200, #e5e7eb);color:var(--gray-600, #4b5563);border-radius:8px;font-size:.7rem;font-weight:600;line-height:1}.tag-item.popular .tag-count,.tag-item:hover .tag-count{background:rgba(255,255,255,.25);color:#fff}.author-spotlight{text-align:center}.spotlight-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;margin:0 auto 1rem;border:3px solid var(--primary-200, #bfdbfe)}.author-spotlight h4{font-size:1.1rem;margin-bottom:.5rem}.author-credentials{font-size:.9rem;color:var(--primary-600, #2563eb);font-weight:500;margin-bottom:1rem}.author-bio{font-size:.9rem;color:var(--gray-600, #4b5563);line-height:1.5;margin-bottom:1.5rem}.author-link,.newsletter-main-form button{color:var(--primary-600, #2563eb);font-weight:600;transition:all .3s ease}.author-link{display:inline-block;text-decoration:none;padding:.5rem 1rem;border:1px solid var(--primary-600, #2563eb);border-radius:8px}.newsletter-cta{padding:6rem 0;background:linear-gradient(135deg,var(--primary-600, #2563eb) 0%,var(--primary-800, #1e40af) 100%);color:#fff;text-align:center}.newsletter-content{max-width:600px;margin:0 auto}.newsletter-icon{font-size:4rem;margin-bottom:2rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.newsletter-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.newsletter-content p{font-size:1.2rem;opacity:.9;margin-bottom:3rem;line-height:1.6}.newsletter-main-form{display:flex;max-width:400px;margin:0 auto 2rem;gap:1rem}.newsletter-main-form input{flex:1;padding:1rem 1.5rem;border:2px solid rgba(255,255,255,.3);border-radius:12px;background:rgba(255,255,255,.1);color:#fff;font-size:1rem}.newsletter-main-form button{background:#fff;padding:1rem 2rem;border:0;border-radius:12px;cursor:pointer;white-space:nowrap}.newsletter-main-form button:hover{background:var(--gray-100, #f3f4f6);transform:translateY(-2px)}.newsletter-trust{display:flex;justify-content:center;gap:2rem;font-size:.9rem;opacity:.8}.newsletter-form input:focus,.newsletter-main-form input:focus,.search-container input:focus{outline:2px solid rgba(255,255,255,.8);outline-offset:2px;border-color:rgba(255,255,255,.6)}.filter-tab:focus,.load-more-btn:focus,.newsletter-form button:focus,.newsletter-main-form button:focus,.search-button:focus{outline:2px solid var(--primary-500, #3b82f6);outline-offset:2px}@media (max-width:768px){.filter-tab,.load-more-btn,.search-button{min-height:44px;min-width:44px}.article-card,.category-card{touch-action:manipulation}}.loading-placeholder{display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--gray-500, #6b7280);font-style:italic}.loading-placeholder::before{content:"";width:20px;height:20px;border:2px solid var(--gray-300, #d1d5db);border-top:2px solid var(--primary-500, #3b82f6);border-radius:50%;animation:spin 1s linear infinite;margin-right:.5rem}.article-excerpt,.category-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.category-description{-webkit-line-clamp:3;line-clamp:3}@media (max-width:1024px){.content-layout{grid-template-columns:1fr;gap:3rem}.featured-content{grid-template-columns:1fr;gap:0}.featured-image{height:300px}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:768px){.blog-hero{padding:4rem 1rem 3rem}.blog-hero h1{font-size:2.5rem}.hero-stats{gap:2rem}.container{padding:0 1rem}.articles-grid{grid-template-columns:1fr}.filter-bar{flex-direction:column;gap:1rem;align-items:stretch}.filter-tabs{justify-content:center;flex-wrap:wrap}.newsletter-main-form{flex-direction:column;max-width:300px}.newsletter-trust{flex-direction:column;gap:.5rem}}@media (max-width:480px){.blog-hero{padding:3rem 1rem 2rem}.blog-hero h1{font-size:2rem}.hero-search{margin:2rem 0}.search-container{max-width:100%}.search-container input{padding:1rem 3.5rem 1rem 1.25rem;font-size:.9rem}.search-button{width:3rem;height:3rem;right:.25rem;top:.25rem}.hero-stats{flex-direction:column;gap:1rem}.stat-item{padding:1rem}.stat-number{font-size:1.5rem}.featured-info{padding:2rem 1.5rem}.featured-info h2{font-size:1.75rem}.categories-grid{grid-template-columns:1fr}.category-card{padding:2rem 1.5rem}.filter-tabs{gap:.25rem}.filter-tab{padding:.5rem 1rem;font-size:.9rem}.sidebar-widget{padding:1.5rem}.newsletter-main-form{flex-direction:column;gap:1rem;max-width:100%}.newsletter-main-form button,.newsletter-main-form input{padding:1rem;font-size:.9rem}}@media (max-width:360px){.blog-hero{padding:2.5rem .75rem 1.5rem}.blog-hero h1{font-size:1.75rem}.blog-hero p{font-size:1rem;margin-bottom:2rem}.hero-search{margin:1.5rem 0}.search-container input{padding:.875rem 3rem .875rem 1rem;font-size:.875rem}.search-button{width:2.5rem;height:2.5rem}.filter-tab{padding:.4rem .75rem;font-size:.8rem}.article-card{padding:1.25rem}.category-card{padding:1.5rem 1rem}.sidebar-widget{padding:1.25rem}.newsletter-content{padding:2rem 1rem}}.article-card,.category-card,.sidebar-widget{animation:fadeInUp .6s ease forwards}.article-card:nth-child(1){animation-delay:.1s}.article-card:nth-child(2){animation-delay:.2s}.article-card:nth-child(3){animation-delay:.3s}.article-card:nth-child(4){animation-delay:.4s}.article-card:nth-child(5){animation-delay:.5s}.article-card:nth-child(6){animation-delay:.6s}html{scroll-behavior:smooth}