/* Blog Article Layout */
.article-layout{display:grid;grid-template-columns:1fr 320px;gap:2.5rem;max-width:100%;margin:0 auto;padding:2rem 4rem 3rem}
.article-page{max-width:100%!important}
.article-main{min-width:0;background:rgba(10,14,26,0.85);border-radius:16px;padding:2rem 2.5rem;border:1px solid rgba(138,128,120,0.1)}
.article-sidebar{position:sticky;top:5rem;height:fit-content;min-width:0}
.breadcrumb{font-size:0.8rem;color:var(--text-muted);margin-bottom:1.5rem}
.breadcrumb a{color:var(--accent);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}
.article-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:1.5rem}
.article-main h1{font-size:2.2rem;margin-bottom:0.75rem;line-height:1.3}
.article-main h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem}
.article-main h3{font-size:1.1rem;margin-top:1.5rem;margin-bottom:0.5rem}
.article-main p{margin-bottom:1.2rem;line-height:1.8;font-size:1.05rem}
.article-main ul{margin-bottom:1rem;padding-left:1.5rem}
.article-main li{margin-bottom:0.4rem;line-height:1.6}
.article-main a{color:var(--accent)}
.ad-placeholder{border:1px dashed rgba(138,128,120,0.3);border-radius:8px;padding:1.5rem;text-align:center;color:var(--text-muted);font-size:0.8rem;margin:2rem 0;background:rgba(138,128,120,0.03)}
.ad-sidebar{margin-bottom:2rem}
.sidebar-section{margin-bottom:2rem;background:rgba(10,14,26,0.85);border-radius:12px;padding:1.25rem;border:1px solid rgba(138,128,120,0.1)}
.sidebar-section h3{font-size:0.9rem;color:var(--accent);margin-bottom:1rem;text-transform:uppercase;letter-spacing:0.05em}
.sidebar-products{display:grid;grid-template-columns:1fr 1fr;gap:0.75rem}
.sidebar-product{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:0.75rem;text-align:center}
.sidebar-product .product-img{width:100%;aspect-ratio:1;background:rgba(138,128,120,0.06);border-radius:6px;margin-bottom:0.5rem;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:0.7rem}
.sidebar-product .product-name{font-size:0.8rem;font-weight:600;margin-bottom:0.25rem}
.sidebar-product .product-price{color:var(--accent);font-size:0.85rem;font-weight:600}
.sidebar-articles a{display:block;padding:0.75rem 0;border-bottom:1px solid var(--border);color:var(--text);text-decoration:none}
.sidebar-articles a:hover{color:var(--accent)}
.sidebar-articles .article-title{font-size:0.85rem;font-weight:600;margin-bottom:0.2rem}
.sidebar-articles .article-desc{font-size:0.75rem;color:var(--text-muted)}
.bottom-products{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0}
.bottom-product{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:1rem}
.bottom-product .product-name{font-weight:600;margin-bottom:0.25rem}
.bottom-product .product-desc{font-size:0.85rem;color:var(--text-muted)}
.bottom-product .product-price{color:var(--accent);font-weight:600;margin-top:0.5rem}
@media(max-width:900px){.article-layout{grid-template-columns:1fr}.article-sidebar{position:static;order:2}}
