.article-page .blog-button,.article-page .header-divider,.blog-page .blog-button,.blog-page .header-divider{display:none!important}.breadcrumbs{background:linear-gradient(180deg,rgba(10,14,39,.95) 0,rgba(10,14,39,.7) 100%);border-bottom:1px solid rgba(255,209,102,.08);padding:.875rem 0;backdrop-filter:blur(12px)}.breadcrumb-list{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0;font-size:.85rem}.breadcrumb-item{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary)}.breadcrumb-item a{display:inline-flex;align-items:center;gap:.4rem;color:var(--text-secondary);transition:all .3s ease;font-weight:500;text-decoration:none}.breadcrumb-item a svg{opacity:.7;transition:all .3s ease}.breadcrumb-item a:hover{color:var(--accent-primary);text-shadow:0 0 10px rgba(255,209,102,.3)}.breadcrumb-item a:hover svg{opacity:1;color:var(--accent-primary);filter:drop-shadow(0 0 4px rgba(255, 209, 102, .5))}.breadcrumb-item:not(:last-child)::after{content:"›";margin-left:.6rem;color:var(--accent-primary);font-weight:600;font-size:1rem;opacity:.7}.breadcrumb-item.active{display:inline-flex;align-items:center;gap:.4rem;color:var(--accent-primary);font-weight:600}.breadcrumb-item.active svg{color:var(--accent-primary);filter:drop-shadow(0 0 6px rgba(255, 209, 102, .4))}.blog-header{text-align:center;padding:4rem 0 3rem;background:linear-gradient(180deg,var(--bg-primary) 0,rgba(26,31,58,.8) 100%);position:relative;overflow:hidden}.blog-header::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(255,209,102,.08) 0,transparent 50%),radial-gradient(circle at 80% 70%,rgba(231,111,81,.06) 0,transparent 50%);pointer-events:none}.blog-title{font-size:3rem;font-weight:800;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:1rem;position:relative;letter-spacing:-.02em}.title-icon{width:32px;height:32px;color:var(--accent-primary);filter:drop-shadow(0 4px 12px rgba(255, 209, 102, .4));animation:iconFloat 3s ease-in-out infinite}@keyframes iconFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}.text-accent{background:linear-gradient(135deg,var(--accent-primary) 0,var(--accent-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none}.blog-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:650px;margin:0 auto 2.5rem;line-height:1.7;font-weight:400}.category-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.pill{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:rgba(26,31,58,.5);border:1px solid rgba(255,209,102,.15);border-radius:50px;font-size:.875rem;font-weight:500;color:var(--text-secondary);transition:all .3s cubic-bezier(.4, 0, .2, 1);cursor:pointer;position:relative;overflow:hidden;backdrop-filter:blur(8px)}.pill::before{content:"";position:absolute;inset:0;border-radius:50px;background:linear-gradient(135deg,rgba(255,209,102,.1) 0,transparent 50%);opacity:0;transition:opacity .3s ease}.pill svg{width:16px;height:16px;transition:all .3s ease;color:var(--accent-primary);opacity:.7}.pill:hover{color:var(--text-primary);border-color:rgba(255,209,102,.4);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.25)}.pill:hover::before{opacity:1}.pill:hover svg{color:var(--accent-primary);opacity:1;transform:scale(1.15) rotate(5deg);filter:drop-shadow(0 0 6px rgba(255, 209, 102, .5))}.pill.active{color:var(--accent-primary);background:rgba(255,209,102,.12);border-color:var(--accent-primary);box-shadow:0 0 20px rgba(255,209,102,.2),inset 0 0 15px rgba(255,209,102,.05)}.pill.active svg{color:var(--accent-primary);opacity:1;filter:drop-shadow(0 0 8px rgba(255, 209, 102, .6))}.articles-section{padding:4rem 0;background:linear-gradient(180deg,transparent 0,rgba(26,31,58,.3) 100%)}.section-title{font-size:2rem;font-weight:800;margin-bottom:2.5rem;position:relative;padding-left:1.25rem;letter-spacing:-.02em}.section-title::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,var(--accent-primary) 0,var(--accent-secondary) 100%);border-radius:3px;box-shadow:0 0 12px rgba(255,209,102,.4)}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem}.article-card{background:linear-gradient(135deg,rgba(26,31,58,.9) 0,rgba(22,32,56,.9) 100%);border-radius:20px;overflow:hidden;border:1px solid rgba(255,209,102,.1);transition:all .4s cubic-bezier(.4, 0, .2, 1);position:relative}.article-card::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,209,102,.1),transparent);transition:left .6s ease;z-index:1;pointer-events:none}.article-card:hover::before{left:100%}.article-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.4),0 0 30px rgba(255,209,102,.15);border-color:rgba(255,209,102,.3)}.article-link{display:block;color:inherit;position:relative;z-index:2}.article-link.coming-soon{cursor:default}.article-link.coming-soon::after{content:"Próximamente";position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,var(--accent-secondary),#e74c3c);color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:10;box-shadow:0 2px 10px rgba(231,111,81,.4)}.article-card:has(.coming-soon):hover{transform:translateY(-4px)}.article-image{position:relative;aspect-ratio:16/9;overflow:hidden}.article-image img{width:100%;height:100%;object-fit:cover;transition:all .5s cubic-bezier(.4, 0, .2, 1)}.article-card:hover .article-image img{transform:scale(1.08);filter:brightness(1.1)}.article-category{position:absolute;top:1rem;left:1rem;padding:.375rem 1rem;background:linear-gradient(135deg,var(--accent-primary) 0,var(--accent-secondary) 100%);color:var(--bg-primary);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:50px;box-shadow:0 4px 12px rgba(255,209,102,.4)}.article-badge{position:absolute;top:1rem;right:1rem;padding:.375rem .875rem;background:rgba(7,20,40,.85);color:var(--accent-primary);font-size:.75rem;font-weight:600;border-radius:50px;backdrop-filter:blur(8px);border:1px solid rgba(255,209,102,.3);display:inline-flex;align-items:center;gap:.375rem}.article-badge svg{width:14px;height:14px;animation:starPulse 2s ease-in-out infinite}@keyframes starPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.15)}}.article-content{padding:1.5rem}.article-card .article-title{font-size:1.2rem;font-weight:700;line-height:1.45;margin-bottom:.875rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease;letter-spacing:-.01em}.article-card:hover .article-title{color:var(--accent-primary)}.article-excerpt{font-size:.95rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem;font-size:.85rem;color:var(--text-tertiary);padding-top:1rem;border-top:1px solid rgba(255,209,102,.1)}.article-meta span{display:flex;align-items:center;gap:.5rem}.article-meta svg{opacity:.7;color:var(--accent-primary)}.meta-author img{width:28px;height:28px;border-radius:50%;border:2px solid rgba(255,209,102,.3)}.featured-carousel-section{margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,rgba(26,31,58,.6) 0,rgba(22,32,56,.6) 100%);border-radius:24px;border:1px solid rgba(255,209,102,.15);position:relative;overflow:hidden;scroll-margin-top:2rem}.featured-carousel-section::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent-primary) 0,var(--accent-secondary) 50%,var(--accent-primary) 100%);background-size:200% 100%;animation:shimmerCarousel 3s ease-in-out infinite}@keyframes shimmerCarousel{0%,100%{background-position:200% 0}50%{background-position:-200% 0}}.featured-carousel-section.hidden{display:none}.featured-carousel-section .featured-slide{display:none!important;opacity:0!important;width:100%}.featured-carousel-section .featured-slide.active{display:grid!important;grid-template-columns:1fr 1fr;opacity:1!important;visibility:visible!important;height:320px;background:linear-gradient(135deg,rgba(10,14,39,.95) 0,rgba(26,31,58,.95) 100%);border:1px solid rgba(255,209,102,.2);border-radius:16px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.4),0 0 30px rgba(255,209,102,.05);animation:blogCarouselFadeIn .6s cubic-bezier(.22,1,.36,1) forwards;transition:all .4s ease}.featured-carousel-section .featured-slide:hover{border-color:rgba(255,209,102,.4);box-shadow:0 25px 60px rgba(0,0,0,.5),0 0 40px rgba(255,209,102,.1);transform:translateY(-4px)}.featured-carousel-section .featured-link{display:contents}.featured-carousel-section .featured-image-container{position:relative;overflow:hidden;height:100%}.featured-carousel-section .featured-image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4, 0, .2, 1)}.featured-carousel-section .featured-slide:hover .featured-image{transform:scale(1.05)}.featured-carousel-section .featured-content{padding:1.5rem;display:flex;flex-direction:column;justify-content:center;gap:.75rem;height:100%;box-sizing:border-box;overflow:hidden}.blog-carousel-badges{display:flex;flex-direction:row;align-items:center;gap:.75rem;margin-bottom:.5rem}.blog-carousel-category{display:inline-block;padding:.45rem 1.15rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:50px;background:linear-gradient(135deg,var(--accent-primary) 0,var(--accent-secondary) 100%);color:var(--bg-primary);white-space:nowrap;box-shadow:0 4px 12px rgba(255,209,102,.35)}.blog-carousel-category.category-anime,.blog-carousel-category.category-gaming,.blog-carousel-category.category-peliculas,.blog-carousel-category.category-series,.blog-carousel-category.category-tecnologia{background:linear-gradient(135deg,var(--accent-primary) 0,var(--accent-secondary) 100%);color:var(--bg-primary)}.blog-carousel-featured{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem 1.15rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:50px;background:rgba(255,209,102,.15);color:var(--accent-primary);border:1px solid rgba(255,209,102,.4);white-space:nowrap}.blog-carousel-featured svg{width:12px;height:12px;fill:currentColor}.featured-carousel-section .featured-title{font-size:1.5rem;font-weight:800;line-height:1.3;color:var(--text-primary);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.featured-carousel-section .featured-slide:hover .featured-title{color:var(--accent-primary)}.featured-carousel-section .featured-excerpt{font-size:.95rem;line-height:1.6;color:var(--text-secondary);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.featured-carousel-section .featured-meta{display:flex;gap:1.5rem;font-size:.85rem;color:var(--text-tertiary);padding-top:.75rem;border-top:1px solid rgba(255,209,102,.1);margin-top:auto}.featured-carousel-section .featured-meta span{display:flex;align-items:center;gap:.5rem}@keyframes blogCarouselFadeIn{0%{opacity:0;transform:translateX(20px) scale(.98)}100%{opacity:1;transform:translateX(0) scale(1)}}.featured-carousel-section .carousel-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 2rem;min-height:320px;width:100%;background:0 0;border:none}.featured-carousel-section .empty-state-icon{width:90px;height:90px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;background:linear-gradient(135deg,rgba(255,209,102,.1),rgba(255,209,102,.05));border-radius:50%;animation:emptyIconPulse 3s ease-in-out infinite}.featured-carousel-section .empty-state-icon svg{color:var(--primary);opacity:.7;width:48px;height:48px}.featured-carousel-section .empty-state-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 .75rem 0}.featured-carousel-section .empty-state-text{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin:0;max-width:320px}@media (max-width:1024px){.featured-carousel-section .featured-slide.active{grid-template-columns:1fr 1fr;height:300px}.featured-carousel-section .featured-content{padding:1.5rem;gap:.75rem}.featured-carousel-section .featured-title{font-size:1.25rem;line-height:1.35;-webkit-line-clamp:2}.featured-carousel-section .featured-excerpt{font-size:.9rem;line-height:1.5;-webkit-line-clamp:3}.featured-carousel-section .featured-meta{font-size:.8rem}.featured-carousel-section .carousel-btn{width:40px;height:40px}}@media (max-width:768px){.featured-carousel-section .featured-slide.active{grid-template-columns:1fr 1fr;height:260px}.featured-carousel-section .featured-content{padding:1.25rem;gap:.6rem}.featured-carousel-section .featured-title{font-size:1.1rem;line-height:1.35;-webkit-line-clamp:2}.featured-carousel-section .featured-excerpt{font-size:.85rem;line-height:1.45;-webkit-line-clamp:2}.featured-carousel-section .featured-meta{font-size:.75rem;gap:1rem;padding-top:.5rem}.featured-carousel-section .carousel-btn{width:36px;height:36px}.featured-carousel-section .carousel-btn.prev{left:.5rem}.featured-carousel-section .carousel-btn.next{right:.5rem}.blog-carousel-category,.blog-carousel-featured{font-size:.65rem;padding:.35rem .85rem}}@media (max-width:480px){.featured-carousel-section{padding:1rem;margin:0 -.5rem 2rem;border-radius:16px}.featured-carousel-header{margin-bottom:1rem;gap:.5rem;flex-wrap:nowrap;align-items:center}.featured-carousel-title{font-size:1rem;gap:.4rem;flex:1}.featured-carousel-title svg{width:16px;height:16px;flex-shrink:0}.carousel-indicator{padding:.3rem .6rem;font-size:.7rem;border-radius:20px;flex-shrink:0}.featured-carousel-section .featured-slide.active{grid-template-columns:1fr;height:auto;border-radius:12px}.featured-carousel-section .featured-image-container{height:200px}.featured-carousel-section .featured-image{height:200px}.featured-carousel-section .featured-content{padding:1.25rem 1.25rem 1.5rem;gap:.875rem;height:auto}.featured-carousel-section .featured-title{font-size:1.15rem;line-height:1.4;-webkit-line-clamp:2;font-weight:700}.featured-carousel-section .featured-excerpt{font-size:.9rem;line-height:1.55;-webkit-line-clamp:2;color:var(--text-secondary)}.blog-carousel-badges,.featured-carousel-section .featured-badges{gap:.6rem;margin-bottom:.25rem}.blog-carousel-category,.blog-carousel-featured{font-size:.7rem;padding:.4rem .9rem}.blog-carousel-featured svg,.featured-carousel-section .featured-badge svg{width:10px;height:10px}.featured-carousel-section .carousel-btn{width:36px;height:36px;top:130px;bottom:auto;transform:none}.featured-carousel-section .carousel-btn.prev{left:.5rem}.featured-carousel-section .carousel-btn.next{right:.5rem}.featured-carousel-section .featured-meta{font-size:.8rem;gap:1.25rem;padding-top:.875rem;margin-top:.25rem}}.featured-carousel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.featured-carousel-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}.featured-carousel-title svg{color:var(--accent-primary);filter:drop-shadow(0 0 8px rgba(255, 209, 102, .5))}.carousel-btn{width:44px;height:44px;border-radius:12px;background:var(--accent-primary);border:none;color:var(--bg-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 15px rgba(255,209,102,.3)}.carousel-btn:hover:not(:disabled){background:#ffe082;box-shadow:0 4px 20px rgba(255,209,102,.4)}.carousel-btn:disabled{opacity:.35;cursor:not-allowed;box-shadow:none}.carousel-btn svg{width:20px;height:20px;stroke-width:2.5}.carousel-dots{display:flex;gap:.5rem}.carousel-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,209,102,.2);border:none;cursor:pointer;transition:all .3s ease}.carousel-dot.active{background:var(--accent-primary);box-shadow:0 0 10px rgba(255,209,102,.5);transform:scale(1.2)}.carousel-dot:hover:not(.active){background:rgba(255,209,102,.5)}.carousel-indicator{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:rgba(255,209,102,.1);border:1px solid rgba(255,209,102,.25);border-radius:50px;font-family:var(--font-mono, 'JetBrains Mono', monospace);font-size:.85rem;font-weight:600}.carousel-indicator .indicator-current{color:var(--accent-primary);min-width:1ch;text-align:center}.carousel-indicator .indicator-separator{color:var(--text-tertiary)}.carousel-indicator .indicator-total{color:var(--text-secondary);min-width:1ch;text-align:center}.featured-carousel{overflow:hidden;border-radius:16px;position:relative}.carousel-next,.carousel-prev{position:absolute;top:55%;transform:translateY(-50%);z-index:10}.carousel-prev{left:15px}.carousel-next{right:15px}.featured-carousel-track{display:flex;transition:transform .5s cubic-bezier(.4, 0, .2, 1)}.featured-carousel-track .article-card.featured-card,.featured-carousel-track .article-card.featured-card.in-carousel{display:grid!important;opacity:1!important;visibility:visible!important;grid-column:unset;grid-template-columns:1fr 1fr;gap:0;min-height:320px;background:linear-gradient(135deg,rgba(10,14,39,.95) 0,rgba(26,31,58,.95) 100%);border:1px solid rgba(255,209,102,.2);border-radius:16px;overflow:hidden;box-sizing:border-box;box-shadow:0 20px 50px rgba(0,0,0,.4),0 0 30px rgba(255,209,102,.05);transition:all .4s cubic-bezier(.4, 0, .2, 1);transform:none!important}.featured-carousel-track .article-card.featured-card:hover{border-color:rgba(255,209,102,.4);box-shadow:0 25px 60px rgba(0,0,0,.5),0 0 40px rgba(255,209,102,.1);transform:translateY(-4px)}.featured-carousel-track .article-card.featured-card .article-link{display:contents}.featured-carousel-track .article-card.featured-card .article-image{display:block!important;opacity:1!important;visibility:visible!important;aspect-ratio:unset;height:100%;min-height:320px;position:relative}.featured-carousel-track .article-card.featured-card .article-content{display:flex!important;opacity:1!important;visibility:visible!important;padding:2rem 2.5rem 2rem 2rem;flex-direction:column;justify-content:center;gap:.875rem}.featured-carousel-track .article-card.featured-card .article-image img{display:block!important;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4, 0, .2, 1)}.featured-carousel-track .article-card.featured-card:hover .article-image img{transform:scale(1.05)}.featured-carousel-track .article-card.featured-card .article-content{padding:2rem 3rem 2rem 2rem;display:flex;flex-direction:column;justify-content:center;gap:.875rem}.featured-carousel-track .article-card.featured-card .article-title{font-size:1.5rem;font-weight:800;line-height:1.25;-webkit-line-clamp:3;margin-bottom:.25rem;background:linear-gradient(135deg,var(--text-primary) 0,rgba(255,209,102,.9) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.featured-carousel-track .article-card.featured-card .article-excerpt{font-size:.925rem;line-height:1.6;color:var(--text-secondary);-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.25rem}.featured-carousel-track .article-card.featured-card .article-meta{border-top:1px solid rgba(255,209,102,.15);padding-top:.875rem;margin-top:auto;font-size:.85rem}.featured-carousel-track .article-card.featured-card .article-category{font-size:.8rem;padding:.5rem 1.25rem;top:1.25rem;left:1.25rem}.featured-carousel-track .article-card.featured-card .featured-badge{display:none}@media (max-width:1024px){.featured-carousel-track .article-card.featured-card{grid-template-columns:1fr;min-height:unset}.featured-carousel-track .article-card.featured-card .article-image{min-height:220px;max-height:280px}.featured-carousel-track .article-card.featured-card .article-content{padding:1.5rem}.featured-carousel-track .article-card.featured-card .article-title{font-size:1.35rem}}@media (max-width:768px){.featured-carousel-section{padding:1.5rem 60px;margin-bottom:1.5rem}.featured-carousel-title{font-size:1.2rem}.carousel-btn{width:40px;height:40px;border-radius:10px}.carousel-btn svg{width:18px;height:18px}.featured-carousel-track .article-card.featured-card .article-image{min-height:180px;max-height:220px}.featured-carousel-track .article-card.featured-card .article-title{font-size:1.2rem}.featured-carousel-track .article-card.featured-card .article-excerpt{font-size:.9rem;-webkit-line-clamp:3}}@media (max-width:480px){.featured-carousel-section{padding:1.25rem 50px;margin-bottom:1.25rem}.featured-carousel-header{flex-direction:row;flex-wrap:nowrap;gap:.5rem;align-items:center;padding:0 .5rem}.featured-carousel-title{font-size:1rem;flex:1}.carousel-indicator{flex-shrink:0}.carousel-btn{width:36px;height:36px;border-radius:8px}.carousel-btn svg{width:16px;height:16px}.featured-carousel-track .article-card.featured-card .article-image{min-height:160px;max-height:200px}.featured-carousel-track .article-card.featured-card .article-content{padding:1.25rem}.featured-carousel-track .article-card.featured-card .article-title{font-size:1.1rem;line-height:1.3}.featured-carousel-track .article-card.featured-card .article-excerpt{font-size:.85rem;-webkit-line-clamp:2}.featured-carousel-track .article-card.featured-card .article-meta{font-size:.75rem}.carousel-dots{gap:.4rem}.carousel-dot{width:8px;height:8px}.carousel-dot.active{width:20px}}.article-card.featured-card{grid-column:span 2;background:linear-gradient(135deg,rgba(26,31,58,.98) 0,rgba(22,32,56,.98) 100%);border:2px solid rgba(255,209,102,.25);border-radius:20px;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.35),0 0 30px rgba(255,209,102,.08)}.article-card.featured-card:hover{border-color:rgba(255,209,102,.5);box-shadow:0 20px 50px rgba(0,0,0,.45),0 0 40px rgba(255,209,102,.15)}.featured-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .85rem;font-size:.75rem;background:linear-gradient(135deg,var(--accent-primary) 0,var(--accent-secondary) 100%);color:var(--bg-primary);border:none;font-weight:700;border-radius:50px;box-shadow:0 4px 12px rgba(255,209,102,.4);position:absolute;top:1rem;right:1rem;z-index:2}.featured-badge svg{width:12px;height:12px}.article-card.featured-card .article-title{font-size:1.35rem;font-weight:700;line-height:1.35}.article-card.featured-card .article-excerpt{-webkit-line-clamp:2;font-size:.95rem;line-height:1.65;opacity:.85}@media (max-width:1024px){.article-card.featured-card{grid-column:span 2}}@media (max-width:768px){.article-card.featured-card{grid-column:span 1}.article-card.featured-card .article-title{font-size:1.15rem}}.articles-grid.filtered .article-card.featured-card{grid-column:span 1;border-color:rgba(255,209,102,.15);box-shadow:0 8px 24px rgba(0,0,0,.25),0 0 15px rgba(255,209,102,.05)}.articles-grid.filtered .article-card.featured-card .article-title{font-size:1.1rem}.articles-grid.filtered .article-card.featured-card .featured-badge{display:none}.blog-article-page{min-height:100vh;padding-top:0;position:relative;z-index:1}.blog-article-page .breadcrumbs{background:linear-gradient(180deg,rgba(10,14,39,.95) 0,rgba(10,14,39,.7) 100%);border-bottom:1px solid rgba(255,209,102,.08);padding:.875rem 0;backdrop-filter:blur(12px);margin-bottom:0}.blog-article-page .breadcrumbs ol{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;list-style:none;padding:0 1.5rem;margin:0 auto;max-width:900px;font-size:.85rem}.blog-article-page .breadcrumbs li{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-secondary)}.blog-article-page .breadcrumbs li a{display:inline-flex;align-items:center;gap:.4rem;color:var(--text-secondary);transition:all .3s ease;font-weight:500;text-decoration:none}.blog-article-page .breadcrumbs li a svg{width:14px;height:14px;opacity:.7;transition:all .3s ease}.blog-article-page .breadcrumbs li a:hover{color:var(--accent-primary);text-shadow:0 0 10px rgba(255,209,102,.3)}.blog-article-page .breadcrumbs li a:hover svg{opacity:1;color:var(--accent-primary);filter:drop-shadow(0 0 4px rgba(255, 209, 102, .5))}.blog-article-page .breadcrumbs li:not(:last-child)::after{content:'›';margin-left:.6rem;color:var(--accent-primary);font-weight:600;font-size:1rem;opacity:.7}.blog-article-page .breadcrumbs li[aria-current=page]{color:var(--accent-primary);font-weight:600}.article-full{max-width:900px;margin:0 auto;padding:0 1.5rem 3rem}.article-full .article-header{text-align:center;padding:3rem 0 2rem;background:0 0;position:relative}.article-full .article-meta-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.article-full .article-category{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,var(--accent-primary) 0,var(--accent-secondary) 100%);color:var(--bg-primary);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.75px;border-radius:50px;transition:all .3s cubic-bezier(.4, 0, .2, 1);box-shadow:0 4px 15px rgba(255,209,102,.25)}.article-full .article-category svg{width:16px;height:16px}.article-full .article-category:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px rgba(255,209,102,.4)}.article-full .article-meta-top time{font-size:.9rem;color:var(--text-secondary);display:flex;align-items:center;gap:.4rem}.article-full .article-meta-top time svg{width:14px;height:14px;opacity:.7}.article-full .article-title{font-size:2.75rem;font-weight:800;line-height:1.15;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--text-primary) 0,var(--text-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.article-full .article-excerpt{font-size:1.125rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1.5rem;max-width:750px;margin-left:auto;margin-right:auto}.article-full .article-meta-bottom{display:flex;align-items:center;justify-content:center;gap:1.5rem;font-size:.9rem;color:var(--text-tertiary)}.article-full .article-featured-image{margin:0 0 2.5rem;border-radius:16px;overflow:hidden;border:1px solid var(--border-color);box-shadow:0 10px 40px rgba(0,0,0,.3)}.article-full .article-featured-image img{width:100%;height:auto;display:block;aspect-ratio:16/9;object-fit:cover}.article-full .article-featured-image figcaption{background:var(--bg-secondary);padding:.75rem 1rem;font-size:.85rem;color:var(--text-tertiary);font-style:italic;text-align:center;border-top:1px solid var(--border-color)}.article-full .article-content{font-size:1.0625rem;line-height:1.8;color:var(--text-primary)}.article-full .article-content .lead{font-size:1.25rem;line-height:1.75;color:var(--text-primary);margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}.article-full .article-content p{margin-bottom:1.5rem}.article-full .article-content strong{color:var(--accent-primary);font-weight:600}.article-full .article-content h2{font-size:1.75rem;font-weight:700;margin:3rem 0 1.25rem;padding:1rem 0 1rem 1.25rem;color:var(--text-primary);position:relative;border-left:3px solid var(--accent-primary);background:linear-gradient(90deg,rgba(255,209,102,.08) 0,transparent 50%);border-radius:0 8px 8px 0}.article-full .article-content h2::before{content:'';position:absolute;left:-3px;top:0;width:3px;height:100%;background:linear-gradient(180deg,var(--accent-primary) 0,var(--accent-secondary) 100%);box-shadow:0 0 12px rgba(255,209,102,.4)}.article-full .article-content h3{font-size:1.375rem;font-weight:600;margin:2rem 0 1rem;color:var(--text-primary);padding-left:.75rem;border-left:2px solid rgba(255,209,102,.4)}.article-full .article-content ol,.article-full .article-content ul{margin:1.5rem 0;padding-left:0;list-style:none}.article-full .article-content li{position:relative;padding-left:1.75rem;margin-bottom:.75rem;line-height:1.7}.article-full .article-content ul li::before{content:'';position:absolute;left:0;top:.6em;width:8px;height:8px;background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));border-radius:50%}.article-full .article-content ol{counter-reset:ol-counter}.article-full .article-content ol li{counter-increment:ol-counter}.article-full .article-content ol li::before{content:counter(ol-counter) ".";position:absolute;left:0;font-weight:700;color:var(--accent-primary)}.article-full .article-content a{color:var(--accent-primary);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;transition:all var(--transition-fast)}.article-full .article-content a:hover{color:var(--accent-secondary);text-decoration-thickness:2px}.article-full .article-content blockquote{margin:2rem 0;padding:1.5rem 2rem;background:linear-gradient(135deg,rgba(255,209,102,.05) 0,rgba(255,159,28,.08) 100%);border-left:4px solid var(--accent-primary);border-radius:0 12px 12px 0;font-style:italic}.article-full .article-content blockquote p{font-size:1.125rem;margin-bottom:.75rem;color:var(--text-primary)}.article-full .article-content blockquote p:last-of-type{margin-bottom:0}.article-full .article-content blockquote cite{display:block;margin-top:.75rem;font-size:.9rem;color:var(--text-tertiary);font-style:normal}.article-full .article-content .info-box{margin:2rem 0;padding:1.5rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px}.article-full .article-content .info-box h4{font-size:1rem;margin-bottom:1rem;color:var(--accent-primary)}.article-full .article-content .info-box ul{margin:0}.article-full .article-content .info-box li:last-child{margin-bottom:0}.article-full .article-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-color)}.article-full .article-tags .tag{display:inline-block;padding:.35rem .875rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:50px;font-size:.8rem;color:var(--text-secondary);transition:all var(--transition-fast)}.article-full .article-tags .tag:hover{background:var(--accent-primary);border-color:var(--accent-primary);color:var(--bg-primary);transform:translateY(-2px)}.article-share{margin-top:4rem;padding:0;background:0 0;border:none;text-align:center;position:relative}.article-share h3{font-size:.75rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-tertiary);display:flex;align-items:center;justify-content:center;gap:.5rem;letter-spacing:2px;text-transform:uppercase;opacity:.7}.article-share h3 svg{display:none}.share-buttons{display:flex;justify-content:center;gap:1rem}.share-btn{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:16px;font-size:0;color:var(--text-secondary);cursor:pointer;transition:all .4s cubic-bezier(.175, .885, .32, 1.275);position:relative;overflow:visible}.share-btn span{display:none}.share-btn svg{width:24px;height:24px;transition:all .4s cubic-bezier(.175, .885, .32, 1.275);position:relative;z-index:2}.share-btn::before{content:"";position:absolute;inset:-2px;border-radius:18px;background:var(--btn-gradient);opacity:0;z-index:-1;transition:opacity .4s ease;filter:blur(12px)}.share-btn::after{content:"";position:absolute;inset:0;border-radius:16px;background:var(--btn-gradient);opacity:0;transition:all .4s ease;z-index:1}.share-btn:hover{transform:translateY(-6px) scale(1.05);border-color:transparent;box-shadow:0 20px 40px var(--btn-shadow)}.share-btn:hover::before{opacity:.6}.share-btn:hover::after{opacity:1}.share-btn:hover svg{transform:scale(1.1);color:#fff}.share-btn:active{transform:translateY(-2px) scale(1)}.share-btn.share-twitter{--btn-gradient:linear-gradient(135deg, #1a1a1a 0%, #333 100%);--btn-shadow:rgba(0, 0, 0, 0.4)}.share-btn.share-twitter svg{color:#9ca3af}.share-btn.share-facebook{--btn-gradient:linear-gradient(135deg, #1877f2 0%, #0d65d9 100%);--btn-shadow:rgba(24, 119, 242, 0.35)}.share-btn.share-facebook svg{color:#1877f2}.share-btn.share-whatsapp{--btn-gradient:linear-gradient(135deg, #25d366 0%, #128c7e 100%);--btn-shadow:rgba(37, 211, 102, 0.35)}.share-btn.share-whatsapp svg{color:#25d366}.share-btn.share-copy{--btn-gradient:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-secondary) 100%);--btn-shadow:rgba(255, 209, 102, 0.3)}.share-btn.share-copy svg{color:var(--accent-primary)}.share-btn.share-copy.copied{--btn-gradient:linear-gradient(135deg, #22c55e 0%, #16a34a 100%);--btn-shadow:rgba(34, 197, 94, 0.35)}.share-btn.share-copy.copied::after{opacity:1}.share-btn.share-copy.copied svg{color:#fff}@keyframes sharePulse{0%,100%{box-shadow:0 20px 40px var(--btn-shadow)}50%{box-shadow:0 25px 50px var(--btn-shadow)}}.share-btn:hover{animation:sharePulse 2s ease-in-out infinite}.article-single{padding-bottom:3rem}.article-header{text-align:center;padding:2rem 0;background:linear-gradient(180deg,var(--bg-primary) 0,var(--bg-secondary) 100%)}.article-category-tag{margin-bottom:1rem}.category-link{display:inline-block;padding:.375rem 1rem;background:var(--accent-primary);color:var(--bg-primary);font-size:.8rem;font-weight:600;text-transform:uppercase;border-radius:50px;transition:all var(--transition-fast)}.category-link:hover{background:var(--accent-secondary);transform:scale(1.05)}.article-single .article-title{font-size:2.25rem;font-weight:700;line-height:1.3;max-width:800px;margin:0 auto 1rem}.article-subtitle{font-size:1.125rem;color:var(--text-secondary);max-width:700px;margin:0 auto 1.5rem}.article-meta-full{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem}.meta-author{display:flex;align-items:center;gap:.75rem}.meta-author img{width:40px;height:40px;border-radius:50%;border:2px solid var(--accent-primary)}.author-info{display:flex;flex-direction:column;align-items:flex-start}.author-name{font-weight:600;color:var(--text-primary)}.author-role{font-size:.8rem;color:var(--text-tertiary)}.meta-details{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;font-size:.875rem;color:var(--text-secondary)}.meta-details span{display:flex;align-items:center;gap:.375rem}.meta-details svg{opacity:.7}.article-featured-image{margin:0;padding:1.5rem 0}.article-featured-image .container{max-width:900px}.article-featured-image img,.article-featured-image picture{width:100%;border-radius:var(--radius-lg)}.article-featured-image figcaption{text-align:center;font-size:.85rem;color:var(--text-tertiary);margin-top:.75rem;font-style:italic}.article-body{padding:2rem 0}.article-container{display:grid;grid-template-columns:1fr 280px;gap:3rem;max-width:1100px}.table-of-contents{position:sticky;top:100px;align-self:start;background:var(--bg-secondary);border-radius:var(--radius-md);padding:1.25rem;border:1px solid var(--border-color);order:1}.toc-title{font-size:1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}.toc-list{list-style:none;padding:0;margin:0;counter-reset:toc-counter}.toc-list li{counter-increment:toc-counter;margin-bottom:.5rem}.toc-list a{display:flex;align-items:baseline;gap:.5rem;font-size:.9rem;color:var(--text-secondary);transition:color var(--transition-fast);padding:.25rem 0}.toc-list a::before{content:counter(toc-counter) ".";color:var(--accent-primary);font-weight:600;font-size:.8rem}.toc-list a.active,.toc-list a:hover{color:var(--accent-primary)}.article-content{order:0}.article-content .lead{font-size:1.2rem;line-height:1.7;color:var(--text-primary);margin-bottom:1.5rem;font-weight:400}.article-content p{font-size:1.0625rem;line-height:1.8;margin-bottom:1.5rem;color:var(--text-primary)}.article-content h2{font-size:1.75rem;font-weight:700;margin:2.5rem 0 1rem;color:var(--text-primary);scroll-margin-top:100px}.article-content h3{font-size:1.375rem;font-weight:600;margin:2rem 0 .75rem;color:var(--text-primary)}.article-content ol,.article-content ul{margin:1.5rem 0;padding-left:1.5rem}.article-content li{margin-bottom:.75rem;line-height:1.7}.article-content a{color:var(--accent-primary);text-decoration:underline;text-underline-offset:3px;transition:color var(--transition-fast)}.article-content a:hover{color:var(--accent-secondary)}.article-figure{margin:2rem 0}.article-figure img{width:100%;border-radius:var(--radius-md)}.article-figure figcaption{text-align:center;font-size:.85rem;color:var(--text-tertiary);margin-top:.5rem;font-style:italic}.article-quote{margin:2rem 0;padding:1.5rem 2rem;background:var(--bg-secondary);border-left:4px solid var(--accent-primary);border-radius:0 var(--radius-md) var(--radius-md) 0}.article-quote p{font-size:1.125rem;font-style:italic;margin-bottom:.75rem}.article-quote cite{font-size:.9rem;color:var(--text-tertiary);font-style:normal}.video-embed{position:relative;padding-bottom:56.25%;height:0;margin:2rem 0;border-radius:var(--radius-md);overflow:hidden}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%}.faq-section{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-color)}.faq-item{margin-bottom:1.5rem;padding:1.25rem;background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-color)}.faq-item h3{font-size:1.1rem;margin:0 0 .75rem;color:var(--accent-primary)}.faq-item p{margin:0;font-size:1rem}.article-sidebar{order:2;display:none}.sidebar-title{font-size:1rem;font-weight:600;margin-bottom:1rem}.sidebar-newsletter{background:var(--bg-secondary);border-radius:var(--radius-md);padding:1.25rem;border:1px solid var(--border-color);text-align:center}.sidebar-newsletter p{font-size:.9rem;color:var(--text-secondary);margin-bottom:1rem}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.article-footer{padding:2rem 0;border-top:1px solid var(--border-color);margin-top:2rem}.author-box{display:flex;gap:1.5rem;padding:1.5rem;background:var(--bg-secondary);border-radius:var(--radius-lg);border:1px solid var(--border-color)}.author-box img{width:80px;height:80px;border-radius:var(--radius-md);flex-shrink:0}.author-box-content h3{font-size:1.25rem;margin-bottom:.5rem}.author-box-content p{font-size:.9rem;color:var(--text-secondary);line-height:1.6;margin-bottom:.75rem}.author-social{display:flex;gap:1rem}.author-social a{font-size:.85rem;color:var(--accent-primary);transition:color var(--transition-fast)}.author-social a:hover{color:var(--accent-secondary)}.related-articles{padding:3rem 0;background:var(--bg-primary)}.related-title{display:flex;align-items:center;gap:.75rem;font-size:1.35rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem}.related-title svg{color:var(--accent-primary)}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.related-card{background:var(--bg-card);border-radius:12px;overflow:hidden;border:1px solid rgba(255,209,102,.1);transition:all .3s ease}.related-card:hover{transform:translateY(-4px);border-color:rgba(255,209,102,.3);box-shadow:0 12px 30px rgba(0,0,0,.3)}.related-card-link{display:block;text-decoration:none;color:inherit}.related-card-image{position:relative;aspect-ratio:16/9;overflow:hidden}.related-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.related-card:hover .related-card-image img{transform:scale(1.05)}.related-card-category{position:absolute;top:.75rem;left:.75rem;padding:.35rem .75rem;font-size:.7rem;font-weight:600;text-transform:uppercase;border-radius:20px;background:linear-gradient(135deg,var(--accent-primary) 0,var(--accent-secondary) 100%);color:var(--bg-primary)}.related-card-content{padding:1rem 1.25rem 1.25rem}.related-card-title{font-size:1rem;font-weight:600;line-height:1.4;color:var(--text-primary);margin:0 0 .5rem 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.related-card:hover .related-card-title{color:var(--accent-primary)}.related-card-date{font-size:.8rem;color:var(--text-tertiary)}.no-related{text-align:center;color:var(--text-secondary);padding:2rem}.loading-spinner{display:flex;justify-content:center;padding:2rem}.loading-spinner svg{animation:spin 1s linear infinite;color:var(--accent-primary)}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.newsletter-cta{padding:3rem 0}.newsletter-cta .container{max-width:700px;margin:0 auto}.newsletter-box{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;padding:2.5rem 2rem;background:linear-gradient(180deg,rgba(26,31,58,.95) 0,rgba(22,32,56,.9) 100%);border-radius:20px;border:1px solid rgba(255,209,102,.15);position:relative}.newsletter-content{position:relative;z-index:1}.newsletter-content h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.625rem}.newsletter-icon{color:var(--accent-primary);flex-shrink:0}.newsletter-content p{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.5}.blog-subscribe-form{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.625rem;width:100%;max-width:420px}.subscribe-input-group{display:flex;gap:.5rem;width:100%}.subscribe-input-group input[type=email]{flex:1;padding:.875rem 1rem;font-size:.95rem;font-family:inherit;background:rgba(10,14,39,.7);border:1px solid rgba(255,209,102,.2);border-radius:10px;color:var(--text-primary);transition:all .25s ease}.subscribe-input-group input[type=email]::placeholder{color:var(--text-secondary);opacity:.6}.subscribe-input-group input[type=email]:focus{outline:0;border-color:var(--accent-primary);box-shadow:0 0 0 3px rgba(255,209,102,.1)}.subscribe-input-group .btn{padding:.875rem 1.25rem;border-radius:10px;white-space:nowrap}.subscribe-privacy{font-size:.8rem;color:var(--text-secondary);margin:0;opacity:.65;display:flex;align-items:center;gap:.3rem}.privacy-icon{color:var(--text-secondary);flex-shrink:0;opacity:.7}.blog-subscribe-form.success .subscribe-input-group input{border-color:#48bb78}.blog-subscribe-form.success button{background:linear-gradient(135deg,#48bb78 0,#38a169 100%)}.btn{display:inline-flex;align-items:center;gap:.625rem;padding:1rem 1.75rem;font-size:1rem;font-weight:700;border-radius:14px;transition:all .3s cubic-bezier(.4, 0, .2, 1);cursor:pointer;border:none;position:relative;z-index:1}.btn-primary{background:linear-gradient(135deg,var(--accent-primary) 0,var(--accent-secondary) 100%);color:var(--bg-primary);box-shadow:0 6px 20px rgba(255,209,102,.4)}.btn-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 10px 30px rgba(255,209,102,.5)}.btn-primary svg{transition:transform .3s ease}.btn-primary:hover svg{transform:translateX(4px)}.btn-secondary{background:rgba(26,31,58,.8);color:var(--text-primary);border:2px solid rgba(255,209,102,.3);backdrop-filter:blur(8px)}.btn-secondary:hover{border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,209,102,.2)}.load-more{text-align:center;margin-top:3rem}.load-more .btn-secondary{padding:1rem 2.5rem}.load-more .btn-secondary svg{transition:transform .3s ease}.load-more .btn-secondary:hover svg{transform:translateY(3px)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;flex-wrap:wrap;gap:1rem;scroll-margin-top:2rem}.articles-count{font-size:.9rem;color:var(--text-secondary);padding:.5rem 1rem;background:rgba(26,31,58,.6);border-radius:50px;border:1px solid rgba(255,209,102,.15)}.articles-count span{color:var(--accent-primary);font-weight:700}.no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:linear-gradient(135deg,rgba(26,31,58,.6) 0,rgba(22,32,56,.6) 100%);border-radius:20px;border:1px dashed rgba(255,209,102,.2)}.no-results svg{color:var(--text-secondary);margin-bottom:1.5rem;opacity:.6}.no-results h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.no-results p{font-size:1rem;color:var(--text-secondary);max-width:400px}.pagination{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:3rem;padding:2rem;background:linear-gradient(135deg,rgba(26,31,58,.6) 0,rgba(26,31,58,.4) 100%);border-radius:var(--radius-xl);border:1px solid rgba(255,209,102,.15);backdrop-filter:blur(10px)}.pagination-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:48px;height:48px;padding:0 1.25rem;background:rgba(26,31,58,.8);border:1px solid rgba(255,209,102,.2);border-radius:12px;font-size:.95rem;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .3s cubic-bezier(.4, 0, .2, 1);position:relative;overflow:hidden}.pagination-btn::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,var(--accent-primary) 0,var(--accent-secondary) 100%);opacity:0;transition:opacity .3s ease}.pagination-btn:hover:not(:disabled):not(.active){border-color:rgba(255,209,102,.5);color:var(--accent-primary);transform:translateY(-3px);box-shadow:0 8px 25px rgba(255,209,102,.2)}.pagination-btn.active{background:linear-gradient(135deg,var(--accent-primary) 0,var(--accent-secondary) 100%);border-color:transparent;color:var(--bg-primary);font-weight:700;box-shadow:0 4px 20px rgba(255,209,102,.4)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-btn svg{width:18px;height:18px;transition:transform .3s ease;position:relative;z-index:1}.pagination-btn span,.pagination-btn:not(:has(svg)){position:relative;z-index:1}.pagination-prev:hover:not(:disabled) svg{transform:translateX(-4px)}.pagination-next:hover:not(:disabled) svg{transform:translateX(4px)}.pagination-dots{color:var(--text-secondary);padding:0 .5rem;font-weight:600;font-size:1.1rem;letter-spacing:2px}.articles-grid:not(.js-initialized) .article-card:nth-child(n+7){display:none}.article-card{transition:opacity .35s cubic-bezier(.4, 0, .2, 1),transform .4s cubic-bezier(.4, 0, .2, 1),box-shadow .4s cubic-bezier(.4, 0, .2, 1)}.article-card.filtering-out{opacity:0;transform:translateY(-10px) scale(.97);pointer-events:none}.article-card.filtering{opacity:0;transform:translateY(15px) scale(.98)}.article-card.fade-in{opacity:1;transform:translateY(0) scale(1)}.articles-grid.is-transitioning{pointer-events:none}.featured-article{transition:opacity .4s cubic-bezier(.4, 0, .2, 1)}.featured-article.fade-in{animation:fadeInUp .5s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.pill::after{content:'';position:absolute;top:50%;left:50%;width:0;height:0;background:rgba(255,209,102,.3);border-radius:50%;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.pill:active::after{width:200px;height:200px}.articles-grid .article-card.fade-in:first-child{transition-delay:0s}.articles-grid .article-card.fade-in:nth-child(2){transition-delay:40ms}.articles-grid .article-card.fade-in:nth-child(3){transition-delay:80ms}.articles-grid .article-card.fade-in:nth-child(4){transition-delay:120ms}.articles-grid .article-card.fade-in:nth-child(5){transition-delay:160ms}.articles-grid .article-card.fade-in:nth-child(6){transition-delay:0.2s}.articles-grid .article-card.fade-in:nth-child(7){transition-delay:240ms}.articles-grid .article-card.fade-in:nth-child(8){transition-delay:280ms}.articles-grid .article-card.fade-in:nth-child(9){transition-delay:320ms}.articles-grid .article-card.filtering-out{transition-delay:0s!important;transition-duration:.2s}@media (min-width:1024px){.article-sidebar{display:block}.table-of-contents{display:block}}@media (max-width:1200px){.container{padding:0 1.5rem}.articles-grid{gap:1.75rem}.featured-carousel-section{padding:1.75rem}}@media (max-width:1024px){.article-container{grid-template-columns:1fr}.table-of-contents{position:relative;top:0;order:-1;margin-bottom:2rem}.article-single .article-title{font-size:1.875rem}.newsletter-box{padding:2rem}.articles-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.articles-section{padding:3rem 0}.blog-header{padding:4rem 0 2.5rem}.blog-title{font-size:2.5rem}}@media (max-width:768px){.blog-header{padding:3rem 0 2rem}.blog-title{font-size:2.25rem;gap:.75rem}.title-icon{font-size:2rem}.blog-subtitle{font-size:1.1rem;margin-bottom:2rem}.category-pills{gap:.625rem}.pill{padding:.5rem 1rem;font-size:.85rem}.articles-grid{grid-template-columns:1fr;gap:1.5rem}.section-header{flex-direction:column;align-items:flex-start}.articles-count{font-size:.85rem}.pagination{flex-wrap:wrap;gap:.75rem}.pagination-btn{padding:.625rem 1rem;font-size:.85rem}.pagination-btn span{display:none}.page-number{width:36px;height:36px;font-size:.85rem}.article-card.featured{border-radius:18px}.article-card.featured .article-content{padding:1.5rem}.article-card.featured .article-title{font-size:1.5rem}.section-title{font-size:1.625rem}.article-single .article-title{font-size:1.625rem}.article-content h2{font-size:1.5rem}.article-meta-full{flex-direction:column;gap:1rem}.author-box{flex-direction:column;text-align:center}.author-box img{margin:0 auto}.author-social{justify-content:center}.newsletter-box{padding:2rem 1.5rem}.newsletter-content h2{font-size:1.375rem}.blog-subscribe-form{max-width:100%}.subscribe-input-group{flex-direction:column}.newsletter-content h2{font-size:1.5rem}.share-icons{flex-wrap:wrap;justify-content:center}.share-btn{width:44px;height:44px}.article-quote{padding:1.5rem 1.75rem;margin:1.5rem 0}.article-quote::before{font-size:3rem;top:-5px;left:15px}.article-quote p{font-size:1.1rem}.faq-item{padding:1.25rem}.faq-item h3{font-size:1rem}.article-tags{justify-content:center}.tag{font-size:.8rem;padding:.3rem .875rem}.blog-footer .footer-main{flex-direction:column;gap:2.5rem;text-align:center}.blog-footer .footer-brand{align-items:center}.blog-footer .footer-nav{width:100%}.blog-footer .footer-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem}}@media (max-width:480px){.blog-header{padding:1.75rem 0 1.25rem;text-align:center}.blog-title{font-size:1.5rem;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.title-icon{width:26px;height:26px}.blog-subtitle{display:none}.category-pills-wrapper{position:relative;margin:0 -1rem}.category-pills-wrapper::after,.category-pills-wrapper::before{content:'';position:absolute;top:0;bottom:0;width:40px;z-index:2;pointer-events:none}.category-pills-wrapper::before{left:0;background:linear-gradient(to right,var(--bg-primary) 0,transparent 100%);opacity:0;transition:opacity .3s}.category-pills-wrapper::after{right:0;background:linear-gradient(to left,var(--bg-primary) 0,transparent 100%)}.category-pills{gap:.5rem;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--accent-primary) rgba(255,255,255,0.1);padding:.25rem 1rem .75rem}.category-pills::-webkit-scrollbar{height:4px;display:block}.category-pills::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:4px;margin:0 1rem}.category-pills::-webkit-scrollbar-thumb{background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));border-radius:4px}.category-pills::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}.pill{flex-shrink:0;padding:.5rem .875rem;font-size:.75rem;gap:.35rem}.pill svg{width:14px;height:14px}.featured-carousel-section{padding:1.25rem 0;margin-bottom:1rem}.featured-carousel-section .section-header{margin-bottom:.75rem;padding:0 1rem}.featured-carousel-section .section-title{font-size:1rem}.carousel-btn{display:none!important}.featured-carousel-wrapper{margin:0 .5rem;padding:0 .5rem;overflow:hidden}.featured-carousel-track{cursor:grab;touch-action:pan-x}.featured-carousel-track:active{cursor:grabbing}.featured-carousel-track .article-card.featured-card,.featured-carousel-track .article-card.featured-card.in-carousel{display:flex!important;flex-direction:column!important;grid-template-columns:unset!important;min-height:unset!important;border-radius:16px;margin:0;overflow:hidden}.featured-carousel-track .article-card.featured-card .article-image{width:100%!important;height:auto!important;min-height:unset!important;aspect-ratio:16/10!important;flex-shrink:0}.featured-carousel-track .article-card.featured-card .article-image img{width:100%;height:100%;object-fit:cover}.featured-carousel-track .article-card.featured-card .article-content{padding:1.25rem!important;flex:1;display:flex;flex-direction:column;gap:.5rem}.featured-carousel-track .article-card.featured-card .article-title{font-size:1.15rem!important;line-height:1.35;-webkit-line-clamp:2;margin-bottom:.25rem}.featured-carousel-track .article-card.featured-card .article-excerpt{font-size:.875rem;-webkit-line-clamp:2;margin-bottom:.5rem;opacity:.75;line-height:1.5}.featured-carousel-track .article-card.featured-card .article-meta{font-size:.75rem;margin-top:auto}.featured-carousel-track .article-card.featured-card .featured-category{top:.75rem;left:.75rem;font-size:.65rem;padding:.3rem .6rem}.featured-carousel-track .article-card.featured-card .featured-tag{top:.75rem;right:.75rem;font-size:.6rem;padding:.25rem .5rem}.carousel-dots{margin-top:1rem;gap:.5rem}.carousel-dot{width:8px;height:8px}.carousel-dot.active{width:24px}.articles-section{padding:.375rem .875rem;font-size:.8rem}.articles-section{padding:2.5rem 0}.section-title{font-size:1.375rem;margin-bottom:1.5rem}.section-header{gap:.75rem}.articles-count{padding:.375rem .75rem;font-size:.8rem}.pagination{padding-top:1.5rem;margin-top:2rem}.pagination-btn{padding:.5rem .75rem}.pagination-numbers{gap:.375rem}.page-number{width:32px;height:32px;font-size:.8rem;border-radius:8px}.no-results{padding:3rem 1.5rem}.no-results svg{width:48px;height:48px}.no-results h3{font-size:1.25rem}.no-results p{font-size:.9rem}.article-card .article-title{font-size:1.05rem}.article-card .article-content{padding:1.25rem}.article-card.featured .article-title{font-size:1.25rem}.article-single .article-title{font-size:1.375rem}.article-content{font-size:1rem}.article-content h2{font-size:1.375rem}.article-content h3{font-size:1.125rem}.toc-list a{font-size:.85rem}.related-grid{grid-template-columns:1fr}.btn{padding:.875rem 1.5rem;font-size:.95rem;width:100%;justify-content:center}.newsletter-cta{padding:2rem 0}.newsletter-box{gap:1.25rem;padding:1.5rem 1.25rem;border-radius:16px}.newsletter-content h2{font-size:1.25rem}.newsletter-content p{font-size:.875rem}.subscribe-input-group{flex-direction:column;gap:.5rem}.subscribe-input-group input[type=email]{width:100%}.load-more .btn-secondary{width:auto}}.article-image img:not([src]),.article-image img[src=""]{background:linear-gradient(135deg,var(--bg-secondary) 0,var(--bg-primary) 100%);min-height:200px}.menu-blog .nav-link.active{color:var(--accent-primary);background:rgba(255,209,102,.1)}.menu-blog .nav-link.active .nav-icon{color:var(--accent-primary)}.related-articles{padding:4rem 0;background:linear-gradient(180deg,rgba(26,31,58,.3) 0,transparent 100%)}.related-articles .section-title{text-align:center;padding-left:0}.related-articles .section-title::before{display:none}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.75rem}.article-header{text-align:center;padding:3rem 0 2rem;background:linear-gradient(180deg,var(--bg-primary) 0,rgba(26,31,58,.6) 100%);position:relative}.article-header::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 0,rgba(255,209,102,.08) 0,transparent 60%);pointer-events:none}.category-link{display:inline-block;padding:.5rem 1.25rem;background:linear-gradient(135deg,var(--accent-primary) 0,var(--accent-secondary) 100%);color:var(--bg-primary);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 16px rgba(255,209,102,.4)}.category-link:hover{transform:scale(1.05) translateY(-2px);box-shadow:0 6px 20px rgba(255,209,102,.5)}.share-buttons{background:linear-gradient(135deg,rgba(26,31,58,.9) 0,rgba(22,32,56,.9) 100%);border-radius:16px;padding:1.5rem;border:1px solid rgba(255,209,102,.15);margin-bottom:1.5rem}.share-icons{display:flex;gap:.875rem}.share-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:rgba(7,20,40,.8);color:var(--text-secondary);border:1px solid rgba(255,209,102,.2);transition:all .3s cubic-bezier(.4, 0, .2, 1)}.share-btn:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,.3)}.share-btn.twitter:hover{background:#1da1f2;color:#fff;border-color:#1da1f2}.share-btn.facebook:hover{background:#1877f2;color:#fff;border-color:#1877f2}.share-btn.whatsapp:hover{background:#25d366;color:#fff;border-color:#25d366}.share-btn.copy-link:hover{background:linear-gradient(135deg,var(--accent-primary) 0,var(--accent-secondary) 100%);color:var(--bg-primary);border-color:var(--accent-primary)}.share-btn.copied{background:#10b981;color:#fff;border-color:#10b981}.article-quote{margin:2.5rem 0;padding:2rem 2.5rem;background:linear-gradient(135deg,rgba(26,31,58,.8) 0,rgba(22,32,56,.8) 100%);border-left:5px solid var(--accent-primary);border-radius:0 16px 16px 0;position:relative}.article-quote::before{content:'"';position:absolute;top:-10px;left:20px;font-size:4rem;color:var(--accent-primary);opacity:.3;font-family:Georgia,serif;line-height:1}.article-quote p{font-size:1.2rem;font-style:italic;margin-bottom:1rem;color:var(--text-primary)}.article-quote cite{font-size:.95rem;color:var(--accent-primary);font-style:normal;font-weight:600}.faq-section{margin-top:3rem;padding-top:2.5rem;border-top:1px solid rgba(255,209,102,.1)}.faq-item{margin-bottom:1.5rem;padding:1.5rem;background:linear-gradient(135deg,rgba(26,31,58,.8) 0,rgba(22,32,56,.8) 100%);border-radius:16px;border:1px solid rgba(255,209,102,.1);transition:all .3s ease}.faq-item:hover{border-color:rgba(255,209,102,.3);box-shadow:0 4px 16px rgba(0,0,0,.2)}.faq-item h3{font-size:1.1rem;margin:0 0 .875rem;color:var(--accent-primary);font-weight:700}.faq-item p{margin:0;font-size:1rem;line-height:1.7}.article-tags{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem;margin-bottom:2rem}.tags-label{font-weight:700;color:var(--text-secondary);margin-right:.5rem}.tag{display:inline-block;padding:.375rem 1rem;background:rgba(26,31,58,.8);border:1px solid rgba(255,209,102,.2);border-radius:50px;font-size:.85rem;color:var(--text-secondary);transition:all .3s ease}.tag:hover{background:linear-gradient(135deg,var(--accent-primary) 0,var(--accent-secondary) 100%);border-color:transparent;color:var(--bg-primary);transform:translateY(-2px)}.author-box{display:flex;gap:1.75rem;padding:2rem;background:linear-gradient(135deg,rgba(26,31,58,.9) 0,rgba(22,32,56,.9) 100%);border-radius:20px;border:1px solid rgba(255,209,102,.15);box-shadow:0 8px 24px rgba(0,0,0,.2)}.author-box img{width:90px;height:90px;border-radius:16px;flex-shrink:0;border:3px solid rgba(255,209,102,.3)}.author-box-content h3{font-size:1.375rem;margin-bottom:.625rem;font-weight:700}.author-box-content p{font-size:.95rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.author-social{display:flex;gap:1.25rem}.author-social a{font-size:.9rem;color:var(--accent-primary);transition:all .2s ease;font-weight:600}.author-social a:hover{color:var(--accent-secondary);text-shadow:0 0 8px rgba(255,209,102,.4)}.comments-section{margin-top:3rem;padding-top:2.5rem;border-top:1px solid var(--border-color)}.comments-section h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.comments-section h3 svg{color:var(--accent-primary)}.giscus-container{background:var(--bg-secondary);border-radius:16px;padding:1.5rem;border:1px solid var(--border-color);min-height:200px}.giscus-container .giscus{width:100%}.comments-title{font-size:1.35rem;font-weight:700;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;color:var(--text-primary)}.comments-title svg{color:var(--accent-primary)}.comment-form{background:var(--bg-secondary);border-radius:16px;padding:1.5rem;border:1px solid var(--border-color);margin-bottom:2rem}.comment-form h4{font-size:1.1rem;margin-bottom:1rem;color:var(--text-primary)}.comment-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group.full-width{grid-column:span 2}.form-group label{font-size:.85rem;font-weight:600;color:var(--text-secondary)}.form-group input,.form-group textarea{padding:.75rem 1rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:10px;font-size:.95rem;color:var(--text-primary);transition:all var(--transition-fast);font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:0;border-color:var(--accent-primary);box-shadow:0 0 0 3px rgba(255,209,102,.1)}.form-group textarea{resize:vertical;min-height:120px}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-tertiary)}.comment-form .btn-submit{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--accent-primary) 0,var(--accent-secondary) 100%);color:var(--bg-primary);font-size:.95rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all var(--transition-fast)}.comment-form .btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,209,102,.3)}.comments-list{display:flex;flex-direction:column;gap:1.25rem}.comment{background:var(--bg-secondary);border-radius:16px;padding:1.25rem;border:1px solid var(--border-color)}.comment-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.comment-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--accent-primary) 0,var(--accent-secondary) 100%);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:var(--bg-primary);flex-shrink:0}.comment-meta{flex:1}.comment-author{font-weight:600;color:var(--text-primary);font-size:.95rem}.comment-date{font-size:.8rem;color:var(--text-tertiary)}.comment-content{font-size:.95rem;line-height:1.7;color:var(--text-secondary)}.comment-content p{margin:0}.comment-actions{margin-top:.75rem;display:flex;gap:1rem}.comment-actions button{background:0 0;border:none;color:var(--text-tertiary);font-size:.8rem;cursor:pointer;display:flex;align-items:center;gap:.35rem;transition:color var(--transition-fast)}.comment-actions button:hover{color:var(--accent-primary)}.comment-replies{margin-top:1rem;padding-left:1.5rem;border-left:2px solid var(--border-color)}.comment-replies .comment{background:rgba(26,31,58,.5)}.no-comments{text-align:center;padding:2.5rem 1.5rem;background:var(--bg-secondary);border-radius:16px;border:1px dashed var(--border-color)}.no-comments svg{width:48px;height:48px;color:var(--text-tertiary);margin-bottom:1rem;opacity:.5}.no-comments p{color:var(--text-secondary);margin:0}.no-comments p:first-of-type{font-weight:600;margin-bottom:.25rem}@media (max-width:768px){.article-full{padding:0 1rem 2rem}.article-full .article-title{font-size:1.75rem}.article-full .article-excerpt{font-size:1rem}.article-full .article-meta-bottom{gap:1rem;font-size:.85rem}.article-full .article-content h2{font-size:1.5rem}.article-full .article-content h3{font-size:1.25rem}.share-buttons{gap:.75rem}.share-btn{width:50px;height:50px;border-radius:14px}.share-btn::before{border-radius:16px}.share-btn::after{border-radius:14px}.share-btn svg{width:22px;height:22px}.blog-article-page .breadcrumbs ol{padding:0 1rem;font-size:.8rem}.comment-form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}.comment-replies{padding-left:1rem}}@media (max-width:480px){.blog-article-page .breadcrumbs{padding:.5rem 0}.blog-article-page .breadcrumbs ol{padding:0 .75rem;gap:.1rem;font-size:.7rem}.blog-article-page .breadcrumbs li{gap:.2rem}.blog-article-page .breadcrumbs li a{gap:.2rem;font-size:.7rem}.blog-article-page .breadcrumbs li a svg{display:none}.blog-article-page .breadcrumbs li:not(:last-child)::after{margin-left:.25rem;font-size:.75rem}.blog-article-page .breadcrumbs li:nth-child(3){display:none}.blog-article-page .breadcrumbs li[aria-current=page]{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-full{padding:0 1rem 2rem}.article-full .article-header{padding:1.5rem 0 1.25rem}.article-full .article-meta-top{flex-direction:column;gap:.625rem;margin-bottom:1rem}.article-full .article-category{padding:.5rem 1rem;font-size:.7rem;letter-spacing:.5px}.article-full .article-category svg{width:14px;height:14px}.article-full .article-meta-top time{font-size:.8rem}.article-full .article-meta-top time svg{width:12px;height:12px}.article-full .article-title{font-size:1.5rem;line-height:1.25;margin-bottom:1rem;word-break:break-word}.article-full .article-excerpt{font-size:.95rem;line-height:1.6;margin-bottom:1rem}.article-full .article-meta-bottom{gap:1rem;font-size:.8rem;flex-wrap:wrap;justify-content:center}.article-full .article-meta-bottom span{display:flex;align-items:center;gap:.35rem}.article-full .article-meta-bottom svg{width:14px;height:14px}.article-full .article-featured-image{margin:0 -1rem 1.5rem;border-radius:0;border-left:none;border-right:none}.article-full .article-featured-image figcaption{padding:.5rem 1rem;font-size:.75rem}.article-full .article-content{font-size:1rem;line-height:1.75}.article-full .article-content .lead{font-size:1.05rem;line-height:1.65;margin-bottom:1.5rem;padding-bottom:1.5rem}.article-full .article-content p{margin-bottom:1.25rem}.article-full .article-content h2{font-size:1.35rem;margin:2rem 0 1rem;padding:.75rem 0 .75rem 1rem}.article-full .article-content h3{font-size:1.15rem;margin:1.5rem 0 .75rem}.article-full .article-content blockquote{padding:1rem 1.25rem;margin:1.5rem -.5rem;font-size:.95rem}.article-full .article-content ol,.article-full .article-content ul{padding-left:1.25rem;margin-bottom:1.25rem}.article-full .article-content li{margin-bottom:.5rem}.article-share{padding:1.25rem;margin:1.5rem 0}.article-share h3{font-size:.95rem;margin-bottom:1rem}.share-buttons{gap:.5rem;flex-wrap:wrap;justify-content:center}.share-btn{padding:.5rem .75rem;font-size:.75rem;flex:1 1 calc(50% - 0.5rem);max-width:calc(50% - .25rem);justify-content:center}.share-btn svg{width:16px;height:16px}.article-tags{gap:.5rem;flex-wrap:wrap;padding:1rem 0}.article-tag{padding:.35rem .75rem;font-size:.75rem}.related-articles{padding:1.5rem 0}.related-title{font-size:1.15rem;margin-bottom:1.25rem}.related-grid{gap:1rem}.related-card-title{font-size:.95rem}.comments-section{padding-top:1.5rem;margin-top:1.5rem}.comments-title{font-size:1.15rem;margin-bottom:1.25rem}.comment-header{flex-wrap:wrap}}