.related-articles-section.astro-2zkmu4eg{margin-top:3rem;padding-top:2.5rem;border-top:2px solid var(--border-subtle)}.section-title.astro-2zkmu4eg{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--accent)}.related-articles-grid.astro-2zkmu4eg{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.related-article-card.astro-2zkmu4eg{background:var(--bg-card);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-subtle);transition:all var(--transition-normal);text-decoration:none;display:flex;flex-direction:column}.related-article-card.astro-2zkmu4eg:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0003;border-color:var(--primary)}.card-image.astro-2zkmu4eg{aspect-ratio:16 / 10;overflow:hidden;background:var(--bg-secondary)}.card-image.astro-2zkmu4eg img.astro-2zkmu4eg{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-normal)}.related-article-card.astro-2zkmu4eg:hover .card-image.astro-2zkmu4eg img.astro-2zkmu4eg{transform:scale(1.05)}.card-image.astro-2zkmu4eg .placeholder.astro-2zkmu4eg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;background:var(--bg-secondary)}.card-content.astro-2zkmu4eg{padding:1.25rem;flex:1;display:flex;flex-direction:column}.category-badge.astro-2zkmu4eg{display:inline-block;background:var(--gradient-primary);color:#fff;padding:.25rem .625rem;border-radius:var(--radius-full);font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.625rem;align-self:flex-start}.card-content.astro-2zkmu4eg h3.astro-2zkmu4eg{font-size:.95rem;font-weight:600;line-height:1.4;margin-bottom:.5rem;color:var(--text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-content.astro-2zkmu4eg p.astro-2zkmu4eg{font-size:.85rem;color:var(--text-muted);margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5;flex:1}.card-content.astro-2zkmu4eg .meta.astro-2zkmu4eg time.astro-2zkmu4eg{font-size:.75rem;color:var(--text-dim)}.empty-state.astro-2zkmu4eg{text-align:center;padding:2rem;color:var(--text-muted)}@media(max-width:768px){.related-articles-grid.astro-2zkmu4eg{grid-template-columns:1fr}}.read-next-section.astro-5an7lqhw{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--border-subtle)}.read-next-label.astro-5an7lqhw{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:1rem}.read-next-card.astro-5an7lqhw{display:block;background:linear-gradient(135deg,#8a2be214,#ff14930f);border-radius:var(--radius-lg);border:1px solid rgba(138,43,226,.2);padding:1.5rem;text-decoration:none;transition:all var(--transition-normal)}.read-next-card.astro-5an7lqhw:hover{border-color:var(--accent);box-shadow:0 8px 24px #8a2be233;transform:translateY(-2px)}.read-next-content.astro-5an7lqhw{display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:center}.read-next-main.astro-5an7lqhw{display:flex;flex-direction:column;gap:.5rem}.category-badge.astro-5an7lqhw{display:inline-block;background:var(--gradient-primary);color:#fff;padding:.25rem .625rem;border-radius:var(--radius-full);font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start}.read-next-title.astro-5an7lqhw{font-size:1.25rem;font-weight:700;line-height:1.3;color:var(--text-primary);margin:0}.read-next-description.astro-5an7lqhw{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin:0}.read-next-meta.astro-5an7lqhw{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;padding-top:.75rem;border-top:1px dashed rgba(138,43,226,.2)}.read-next-meta.astro-5an7lqhw time.astro-5an7lqhw{font-size:.85rem;color:var(--text-muted)}.read-next-cta.astro-5an7lqhw{font-size:.9rem;font-weight:600;color:var(--accent);transition:color var(--transition-fast)}.read-next-card.astro-5an7lqhw:hover .read-next-cta.astro-5an7lqhw{color:var(--secondary)}.read-next-image.astro-5an7lqhw{flex-shrink:0;width:200px;border-radius:var(--radius-md);overflow:hidden;background:var(--bg-secondary)}.read-next-image.astro-5an7lqhw img.astro-5an7lqhw{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-normal)}.read-next-card.astro-5an7lqhw:hover .read-next-image.astro-5an7lqhw img.astro-5an7lqhw{transform:scale(1.05)}@media(max-width:768px){.read-next-content.astro-5an7lqhw{grid-template-columns:1fr}.read-next-image.astro-5an7lqhw{width:100%;height:150px}.read-next-meta.astro-5an7lqhw{flex-direction:column;gap:.5rem;align-items:flex-start}.read-next-title.astro-5an7lqhw{font-size:1.1rem}}.article-page.astro-zm77yjld{padding:2rem 0 3rem}.breadcrumb.astro-zm77yjld{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:var(--text-dim);margin-bottom:1.5rem;flex-wrap:wrap;padding:.75rem 1rem;background:var(--bg-card);border-radius:var(--radius-md);border:1px solid var(--border-subtle)}.breadcrumb.astro-zm77yjld a.astro-zm77yjld{color:var(--text-muted);transition:color var(--transition-fast);text-decoration:none;font-weight:500}.breadcrumb.astro-zm77yjld a.astro-zm77yjld:hover{color:var(--accent);text-decoration:underline}.breadcrumb.astro-zm77yjld .separator.astro-zm77yjld{color:var(--text-dim);font-size:.75rem}.breadcrumb.astro-zm77yjld .current.astro-zm77yjld{color:var(--text-primary);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px}.article-layout.astro-zm77yjld{display:grid;grid-template-columns:1fr 300px;gap:2.5rem}.article-header.astro-zm77yjld{margin-bottom:2rem}.category-badge.astro-zm77yjld{display:inline-block;background:var(--gradient-primary);color:#fff;padding:.25rem .875rem;border-radius:var(--radius-full);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;box-shadow:0 2px 10px #8a2be24d}h1.astro-zm77yjld{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.3;margin-bottom:1rem;color:var(--text-primary)}.ai-badge.astro-zm77yjld,.reviewed-badge.astro-zm77yjld{font-size:.75rem;padding:.25rem .5rem;border-radius:var(--radius-sm);margin-left:.5rem;vertical-align:middle}.ai-badge.astro-zm77yjld{background:var(--secondary);color:#fff}.reviewed-badge.astro-zm77yjld{background:var(--primary);color:#fff}.description.astro-zm77yjld{font-size:1.1rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.article-meta.astro-zm77yjld{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-subtle)}.author.astro-zm77yjld{display:flex;align-items:center;gap:.625rem}.author-link.astro-zm77yjld{display:flex;align-items:center;gap:.625rem;text-decoration:none;transition:opacity var(--transition-fast)}.author-link.astro-zm77yjld:hover{opacity:.8}.author.astro-zm77yjld .name.astro-zm77yjld{font-weight:600;color:var(--text-primary)}.meta-info.astro-zm77yjld{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-dim)}.dot.astro-zm77yjld{color:var(--text-dim)}.review-attribution.astro-zm77yjld{font-size:.8rem;color:var(--text-muted);margin-top:.5rem;padding-top:.5rem;border-top:1px dashed var(--border-subtle)}.review-attribution.astro-zm77yjld strong.astro-zm77yjld{color:var(--accent)}.featured-image.astro-zm77yjld{margin-bottom:2rem;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.featured-image.astro-zm77yjld img.astro-zm77yjld{width:100%;height:auto}.article-body.astro-zm77yjld{font-size:1.05rem;line-height:1.8;color:var(--text-secondary)}.article-body.astro-zm77yjld h2{font-size:1.5rem;font-weight:700;margin:2.5rem 0 1rem;color:var(--text-primary)}.article-body.astro-zm77yjld h3{font-size:1.25rem;font-weight:600;margin:2rem 0 .75rem;color:var(--text-primary)}.article-body.astro-zm77yjld p{margin-bottom:1.25rem}.article-body.astro-zm77yjld ul,.article-body.astro-zm77yjld ol{margin:1rem 0 1.5rem 1.5rem}.article-body.astro-zm77yjld li{margin-bottom:.5rem}.article-body.astro-zm77yjld a{color:var(--accent);text-decoration:underline;transition:color var(--transition-fast)}.article-body.astro-zm77yjld a:hover{color:var(--secondary)}.article-body.astro-zm77yjld a.auto-link{color:var(--accent);text-decoration:underline;font-weight:500;transition:color var(--transition-fast)}.article-body.astro-zm77yjld a.auto-link:hover{color:var(--secondary);text-decoration:none}.article-body.astro-zm77yjld strong{font-weight:600;color:var(--text-primary)}.article-body.astro-zm77yjld blockquote{border-left:4px solid var(--secondary);padding:1rem 1.5rem;background:#8a2be214;margin:1.5rem 0;border-radius:0 var(--radius-md) var(--radius-md) 0;font-style:italic;color:var(--text-muted)}.article-body.astro-zm77yjld img{max-width:100%;height:auto;border-radius:var(--radius-md);margin:1.5rem 0}.share-section.astro-zm77yjld{display:flex;align-items:center;gap:1rem;margin:2.5rem 0;padding:1.25rem;background:var(--bg-card);border-radius:var(--radius-md);border:1px solid var(--border-subtle)}.share-label.astro-zm77yjld{font-weight:600;color:var(--text-primary)}.share-buttons.astro-zm77yjld{display:flex;gap:.5rem}.share-btn.astro-zm77yjld{padding:.5rem 1rem;border-radius:var(--radius-sm);font-size:.85rem;font-weight:500;color:#fff;transition:all var(--transition-fast)}.share-btn.astro-zm77yjld.facebook{background:#1877f2}.share-btn.astro-zm77yjld.facebook:hover{background:#1558b0;transform:translateY(-2px)}.share-btn.astro-zm77yjld.twitter{background:#1da1f2}.share-btn.astro-zm77yjld.twitter:hover{background:#1891d6;transform:translateY(-2px)}.share-btn.astro-zm77yjld.zalo{background:#0068ff}.share-btn.astro-zm77yjld.zalo:hover{background:#0052cc;transform:translateY(-2px)}.tags-section.astro-zm77yjld{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.tags-label.astro-zm77yjld{font-weight:600;color:var(--text-primary)}.tags-list.astro-zm77yjld{display:flex;flex-wrap:wrap;gap:.5rem}.tag.astro-zm77yjld{background:#8a2be21f;color:var(--text-secondary);padding:.375rem .875rem;border-radius:var(--radius-full);font-size:.85rem;border:1px solid var(--border-subtle);transition:all var(--transition-fast)}.tag.astro-zm77yjld:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.sidebar.astro-zm77yjld{display:flex;flex-direction:column;gap:1.5rem}.sidebar-widget.astro-zm77yjld{background:var(--bg-card);border-radius:var(--radius-lg);padding:1.5rem;border:1px solid var(--border-subtle)}.sidebar-widget.astro-zm77yjld h3.astro-zm77yjld{font-size:1rem;font-weight:700;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--secondary);color:var(--text-primary)}.related-list.astro-zm77yjld{display:flex;flex-direction:column;gap:.875rem}.related-item.astro-zm77yjld{display:flex;gap:.75rem;align-items:flex-start;text-decoration:none;transition:transform var(--transition-fast)}.related-item.astro-zm77yjld:hover{transform:translate(4px)}.related-item.astro-zm77yjld .number.astro-zm77yjld{width:24px;height:24px;background:var(--gradient-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;flex-shrink:0}.related-item.astro-zm77yjld .title.astro-zm77yjld{font-size:.9rem;font-weight:500;line-height:1.4;color:var(--text-secondary)}.sidebar-cta.astro-zm77yjld{background:linear-gradient(135deg,#8a2be226,#ff14931a);border:1px solid rgba(138,43,226,.3);border-radius:var(--radius-lg);padding:1.5rem;text-align:center}.sidebar-cta.astro-zm77yjld h3.astro-zm77yjld{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.sidebar-cta.astro-zm77yjld p.astro-zm77yjld{font-size:.9rem;color:var(--text-muted);margin-bottom:1rem;line-height:1.6}.cta-btn.astro-zm77yjld{display:inline-block;padding:.75rem 1.5rem;background:var(--gradient-primary);color:#fff;text-decoration:none;border-radius:var(--radius-full);font-weight:600;font-size:.9rem;transition:all var(--transition-normal)}.cta-btn.astro-zm77yjld:hover{transform:translateY(-2px);box-shadow:0 4px 15px #8a2be266;color:#fff}@media(max-width:1024px){.article-layout.astro-zm77yjld{grid-template-columns:1fr}.sidebar.astro-zm77yjld{display:none}.mobile-sidebar-toggle.astro-zm77yjld{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;margin-top:1.5rem;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-secondary);font-size:.95rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast)}.mobile-sidebar-toggle.astro-zm77yjld:hover{background:var(--bg-tertiary);border-color:var(--accent);color:var(--accent)}.mobile-sidebar-toggle.astro-zm77yjld .toggle-icon.astro-zm77yjld{font-size:1.1rem}.mobile-sidebar-panel.astro-zm77yjld{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:2000;opacity:0;transition:opacity var(--transition-normal)}.mobile-sidebar-panel.astro-zm77yjld.active{display:flex;opacity:1}.mobile-sidebar-content.astro-zm77yjld{background:var(--bg-secondary);width:85vw;max-width:320px;height:100%;padding:2rem;position:relative;transform:translate(-100%);transition:transform var(--transition-normal);overflow-y:auto}.mobile-sidebar-panel.astro-zm77yjld.active .mobile-sidebar-content.astro-zm77yjld{transform:translate(0)}.mobile-sidebar-close.astro-zm77yjld{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--text-muted);font-size:2rem;cursor:pointer;line-height:1}}@media(min-width:1025px){.mobile-sidebar-toggle.astro-zm77yjld,.mobile-sidebar-panel.astro-zm77yjld{display:none!important}}
