/* ============================================
   نظام مدونة نهران - التصميم
   الالوان متطابقة مع المنصة:
   --primary: #1a237e | gradient: #667eea → #764ba2
   header: #1a1a2e → #16213e | gold: #d4a84b
   ============================================ */

/* === هيدر المدونة === */
.blog-hero {
    position: relative;
    padding: 60px 0 50px;
    overflow: hidden;
    background: linear-gradient(135deg, #0a1628 0%, #1a237e 40%, #3949ab 70%, #0d1259 100%);
}
.blog-hero-bg {
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(102,126,234,0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(118,75,162,0.1) 0%, transparent 50%);
    pointer-events: none;
}
.blog-hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1' fill='rgba(255,255,255,0.03)'/%3E%3C/svg%3E");
}
.blog-hero-content { position: relative; z-index: 1; text-align: center; }
.blog-hero-title { color: #fff; font-size: 36px; font-weight: 800; margin: 0 0 12px; }
.blog-hero-title i { color: #d4a84b; margin-left: 10px; }
.blog-hero-desc { color: rgba(255,255,255,0.7); font-size: 16px; margin: 0 0 30px; font-weight: 300; }

.blog-search-form { max-width: 500px; margin: 0 auto; }
.blog-search-box {
    display: flex;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.3s;
}
.blog-search-box:focus-within { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.3); box-shadow: 0 4px 20px rgba(0,0,0,0.2); }
.blog-search-box input { flex:1; background:transparent; border:none; padding:14px 20px; color:#fff; font-size:15px; font-family:'Tajawal',sans-serif; outline:none; }
.blog-search-box input::placeholder { color: rgba(255,255,255,0.4); }
.blog-search-box button { background:transparent; border:none; color:rgba(255,255,255,0.5); padding:0 20px; cursor:pointer; font-size:16px; transition:color 0.3s; }
.blog-search-box button:hover { color: #d4a84b; }

/* === شريط التصنيفات === */
.blog-categories-bar { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:30px; padding-bottom:20px; border-bottom:1px solid #e8ecf1; }
.blog-cat-chip { display:inline-flex; align-items:center; gap:6px; padding:8px 16px; background:#f0f2f5; color:#555; border-radius:25px; font-size:13px; font-weight:500; text-decoration:none; transition:all 0.25s; white-space:nowrap; }
.blog-cat-chip:hover { background:#1a237e; color:#fff; transform:translateY(-1px); box-shadow:0 3px 10px rgba(26,35,126,0.2); }
.blog-cat-chip.active { background:#1a237e; color:#fff; }
.blog-cat-chip i { font-size:12px; }
.cat-count { background:rgba(0,0,0,0.1); padding:1px 7px; border-radius:10px; font-size:11px; }
.blog-cat-chip.active .cat-count, .blog-cat-chip:hover .cat-count { background:rgba(255,255,255,0.2); }

.blog-filter-info { display:flex; justify-content:space-between; align-items:center; padding:12px 18px; background:#f8f9fa; border-radius:10px; margin-bottom:25px; font-size:14px; color:#555; }
.clear-filter { color:#dc3545; text-decoration:none; font-size:13px; }

/* === المقال المميز === */
.featured-post-link { text-decoration:none; color:inherit; display:block; margin-bottom:40px; }
.featured-post { display:grid; grid-template-columns:1fr 1fr; background:#fff; border-radius:16px; overflow:hidden; box-shadow:0 4px 20px rgba(0,0,0,0.08); transition:all 0.35s; border:1px solid #e8ecf1; }
.featured-post:hover { transform:translateY(-4px); box-shadow:0 12px 40px rgba(0,0,0,0.12); }
.featured-post-image { position:relative; min-height:300px; overflow:hidden; }
.featured-post-image img { width:100%; height:100%; object-fit:cover; transition:transform 0.5s; }
.featured-post:hover .featured-post-image img { transform:scale(1.05); }
.featured-post-placeholder { width:100%; height:100%; background:linear-gradient(135deg,#1a237e,#764ba2); display:flex; align-items:center; justify-content:center; font-size:60px; color:rgba(255,255,255,0.2); }
.featured-badge { position:absolute; top:15px; right:15px; background:linear-gradient(135deg,#d4a84b,#c9a227); color:#fff; padding:6px 14px; border-radius:20px; font-size:12px; font-weight:600; box-shadow:0 3px 10px rgba(212,168,75,0.3); }
.featured-post-body { padding:35px; display:flex; flex-direction:column; justify-content:center; }
.post-category { display:inline-block; padding:4px 12px; border-radius:15px; color:#fff; font-size:12px; font-weight:500; margin-bottom:15px; width:fit-content; }
.post-category i { margin-left:4px; font-size:10px; }
.featured-post-title { font-size:24px; font-weight:700; color:#1a237e; line-height:1.5; margin:0 0 12px; }
.featured-post-excerpt { color:#666; font-size:15px; line-height:1.7; margin:0 0 20px; }
.featured-post-meta { display:flex; gap:15px; flex-wrap:wrap; color:#888; font-size:13px; }
.featured-post-meta i { margin-left:4px; color:#aaa; }

/* === شبكة المقالات === */
.blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:25px; margin-bottom:40px; }
.blog-card { background:#fff; border-radius:14px; overflow:hidden; box-shadow:0 2px 12px rgba(0,0,0,0.06); border:1px solid #e8ecf1; transition:all 0.3s; }
.blog-card:hover { transform:translateY(-5px); box-shadow:0 10px 30px rgba(0,0,0,0.1); }
.blog-card-link { text-decoration:none; color:inherit; display:flex; flex-direction:column; height:100%; }
.blog-card-image { position:relative; height:200px; overflow:hidden; }
.blog-card-image img { width:100%; height:100%; object-fit:cover; transition:transform 0.4s; }
.blog-card:hover .blog-card-image img { transform:scale(1.08); }
.blog-card-placeholder { width:100%; height:100%; background:linear-gradient(135deg,#1a237e,#764ba2); display:flex; align-items:center; justify-content:center; font-size:40px; color:rgba(255,255,255,0.15); }
.card-category { position:absolute; top:12px; right:12px; padding:4px 10px; border-radius:12px; color:#fff; font-size:11px; font-weight:500; }
.blog-card-body { padding:18px 18px 0; flex:1; }
.blog-card-title { font-size:17px; font-weight:700; color:#1a237e; line-height:1.6; margin:0 0 8px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.blog-card-excerpt { font-size:13px; color:#777; line-height:1.7; margin:0; }
.blog-card-footer { display:flex; justify-content:space-between; align-items:center; padding:12px 18px; margin-top:12px; border-top:1px solid #f0f0f0; }
.blog-card-author { display:flex; align-items:center; gap:8px; font-size:12px; color:#666; }
.author-mini-avatar { width:26px; height:26px; background:linear-gradient(135deg,#667eea,#764ba2); border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; font-size:11px; font-weight:700; }
.blog-card-stats { display:flex; gap:10px; font-size:12px; color:#999; }
.blog-card-stats i { margin-left:3px; }
.blog-card-date { padding:8px 18px; font-size:12px; color:#aaa; border-top:1px solid #f5f5f5; }
.blog-card-date i { margin-left:4px; }
.reading-time { float:left; background:#f0f2f5; padding:1px 8px; border-radius:10px; font-size:11px; }

.blog-empty { text-align:center; padding:60px 20px; color:#888; }
.blog-empty i { font-size:60px; margin-bottom:15px; display:block; color:#ddd; }

/* === ترقيم === */
.blog-pagination { display:flex; justify-content:center; gap:8px; margin:30px 0; }
.page-btn { padding:10px 18px; background:#f0f2f5; color:#555; border-radius:10px; text-decoration:none; font-size:14px; transition:all 0.2s; }
.page-btn:hover, .page-btn.active { background:#1a237e; color:#fff; }
.page-btn.active { font-weight:700; }

/* === وسوم === */
.blog-tags-section { margin-top:30px; padding:25px; background:#f8f9fa; border-radius:14px; }
.blog-tags-section h4 { margin:0 0 15px; font-size:16px; color:#333; }
.blog-tags-section h4 i { margin-left:8px; color:#1a237e; }
.tags-cloud { display:flex; gap:8px; flex-wrap:wrap; }
.tag-item { padding:6px 14px; background:#fff; color:#555; border-radius:20px; font-size:13px; text-decoration:none; border:1px solid #e0e0e0; transition:all 0.2s; display:inline-flex; align-items:center; gap:6px; }
.tag-item:hover, .tag-item.active { background:#1a237e; color:#fff; border-color:#1a237e; }
.tag-count { background:rgba(0,0,0,0.06); padding:0 6px; border-radius:10px; font-size:11px; }
.tag-item:hover .tag-count, .tag-item.active .tag-count { background:rgba(255,255,255,0.2); }

/* ==================================================
   صفحة المقال
   ================================================== */
.blog-breadcrumb { background:#f8f9fa; padding:12px 0; font-size:13px; color:#888; border-bottom:1px solid #e8ecf1; }
.blog-breadcrumb a { color:#1a237e; text-decoration:none; }
.blog-breadcrumb a:hover { text-decoration:underline; }
.blog-breadcrumb i { margin:0 8px; font-size:10px; color:#ccc; }

.blog-article-wrapper { padding:40px 0; }
.blog-article-layout { display:grid; grid-template-columns:1fr 280px; gap:35px; align-items:start; }

.article-cover { border-radius:16px; overflow:hidden; margin-bottom:30px; max-height:450px; }
.article-cover img { width:100%; height:100%; object-fit:cover; }

.article-header { margin-bottom:35px; padding-bottom:25px; border-bottom:2px solid #e8ecf1; }
.article-category { display:inline-flex; align-items:center; gap:6px; padding:5px 14px; border-radius:20px; color:#fff; font-size:13px; font-weight:500; text-decoration:none; margin-bottom:15px; }
.article-title { font-size:32px; font-weight:800; color:#0d1259; line-height:1.5; margin:0 0 15px; }
.article-excerpt { font-size:17px; color:#666; line-height:1.8; margin:0 0 20px; font-weight:300; }
.article-meta-bar { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:15px; }
.article-author-info { display:flex; align-items:center; gap:12px; }
.author-avatar-medium { width:48px; height:48px; background:linear-gradient(135deg,#667eea,#764ba2); border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; font-size:20px; font-weight:700; }
.author-name { font-weight:700; font-size:15px; color:#333; }
.article-date-info { font-size:13px; color:#888; display:flex; gap:15px; margin-top:3px; }
.article-date-info i { margin-left:4px; }
.article-stats-bar { display:flex; gap:15px; font-size:14px; color:#888; }
.article-stats-bar i { margin-left:4px; }

/* محتوى المقال */
.article-content { font-size:17px; line-height:2; color:#333; margin-bottom:30px; }
.article-content h2 { font-size:22px; font-weight:700; color:#1a237e; margin:35px 0 15px; padding-bottom:10px; border-bottom:2px solid #e8ecf1; }
.article-content h2:first-child { margin-top:0; }
.article-content h3 { font-size:18px; font-weight:700; color:#333; margin:25px 0 12px; }
.article-content p { margin:18px 0; text-align:justify; }
.article-content img { max-width:100%; height:auto; border-radius:10px; margin:20px 0; box-shadow:0 2px 15px rgba(0,0,0,0.08); }
.article-content blockquote { background:linear-gradient(135deg,#f8f9fa,#eef0f5); border-right:4px solid #1a237e; padding:20px 25px; margin:25px 0; border-radius:0 12px 12px 0; font-style:italic; color:#555; }
.article-content table { width:100%; border-collapse:collapse; margin:20px 0; direction:rtl; }
.article-content table th { background:linear-gradient(135deg,#1a237e,#0d1259); color:#fff; padding:12px 15px; font-weight:600; text-align:center; }
.article-content table td { padding:12px 15px; border:1px solid #ddd; text-align:center; }
.article-content table tr:nth-child(even) { background:#f8f9fa; }
.article-content ul, .article-content ol { padding-right:25px; margin:18px 0; }
.article-content li { margin-bottom:10px; line-height:1.9; }
.article-content pre { background:#1e1e2e; color:#cdd6f4; padding:20px; border-radius:10px; overflow-x:auto; direction:ltr; text-align:left; font-size:14px; }
.article-content code { background:#f0f2f5; padding:2px 8px; border-radius:5px; font-size:14px; color:#e91e63; }
.article-content pre code { background:transparent; padding:0; color:inherit; }
.article-content hr { border:none; border-top:2px solid #e8ecf1; margin:35px 0; }
.article-content strong { color:#1a237e; }

.article-tags { display:flex; align-items:center; gap:8px; flex-wrap:wrap; padding:20px 0; border-top:1px solid #e8ecf1; border-bottom:1px solid #e8ecf1; margin-bottom:20px; }
.article-tags > i { color:#888; }
.article-tag { padding:5px 12px; background:#f0f2f5; color:#555; border-radius:15px; font-size:13px; text-decoration:none; transition:all 0.2s; }
.article-tag:hover { background:#1a237e; color:#fff; }

/* شريط التفاعل */
.article-actions { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:15px; padding:20px 0; margin-bottom:30px; }
.actions-right, .actions-left { display:flex; align-items:center; gap:10px; }
.action-btn { display:inline-flex; align-items:center; gap:6px; padding:10px 20px; background:#f0f2f5; color:#555; border:none; border-radius:25px; font-size:14px; font-family:'Tajawal',sans-serif; cursor:pointer; transition:all 0.25s; }
.action-btn:hover { background:#e0e2e5; }
.like-btn.liked { background:#fce4ec; color:#e91e63; }
.bookmark-btn.saved { background:#e3f2fd; color:#1565c0; }
.share-label { font-size:13px; color:#888; }
.share-btn { width:38px; height:38px; border-radius:50%; display:flex; align-items:center; justify-content:center; text-decoration:none; color:#fff; font-size:15px; transition:all 0.25s; border:none; cursor:pointer; }
.share-btn.twitter { background:#1da1f2; }
.share-btn.facebook { background:#1877f2; }
.share-btn.whatsapp { background:#25d366; }
.share-btn.telegram { background:#0088cc; }
.share-btn.copy-link { background:#666; }
.share-btn:hover { transform:translateY(-2px); box-shadow:0 4px 12px rgba(0,0,0,0.2); }

/* === التعليقات === */
.comments-section { margin-top:10px; padding-top:30px; border-top:2px solid #e8ecf1; }
.comments-title { font-size:20px; font-weight:700; color:#1a237e; margin:0 0 25px; display:flex; align-items:center; gap:10px; }
.comments-title i { color:#764ba2; }
.comments-count { background:#1a237e; color:#fff; padding:2px 10px; border-radius:15px; font-size:13px; font-weight:600; }

.comment-form-wrapper { display:flex; gap:15px; margin-bottom:30px; padding:20px; background:#f8f9fa; border-radius:14px; }
.comment-form-avatar { width:44px; height:44px; background:linear-gradient(135deg,#667eea,#764ba2); border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; font-size:18px; font-weight:700; flex-shrink:0; }
.comment-form { flex:1; }
.comment-textarea { width:100%; padding:14px; border:2px solid #e0e0e0; border-radius:12px; font-family:'Tajawal',sans-serif; font-size:15px; line-height:1.7; resize:vertical; transition:border-color 0.3s; background:#fff; }
.comment-textarea:focus { outline:none; border-color:#1a237e; }
.comment-form-actions { display:flex; justify-content:flex-end; margin-top:10px; }
.comment-submit-btn { padding:10px 22px; font-size:14px; border-radius:25px; }
.comment-submit-btn i { margin-left:6px; }
.replying-to-bar { display:flex; justify-content:space-between; align-items:center; padding:8px 14px; background:#e3f2fd; border-radius:8px; margin-bottom:10px; font-size:13px; color:#1565c0; }
.replying-to-bar button { background:none; border:none; color:#999; cursor:pointer; font-size:14px; }

.comment-item { display:flex; gap:12px; margin-bottom:20px; padding:18px; background:#fff; border-radius:12px; border:1px solid #e8ecf1; transition:all 0.2s; }
.comment-item:hover { border-color:#d0d5dd; }
.comment-item.author-comment { background:linear-gradient(135deg,#fafbff,#f0f4ff); border-color:#c5cae9; }
.comment-avatar { width:40px; height:40px; background:linear-gradient(135deg,#64748b,#475569); border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; font-size:16px; font-weight:700; flex-shrink:0; }
.comment-item.author-comment .comment-avatar { background:linear-gradient(135deg,#667eea,#764ba2); }
.comment-body { flex:1; min-width:0; }
.comment-header { display:flex; justify-content:space-between; align-items:center; margin-bottom:8px; flex-wrap:wrap; gap:8px; }
.comment-author { font-weight:700; font-size:14px; color:#333; display:flex; align-items:center; gap:6px; }
.author-badge { background:#1a237e; color:#fff; padding:1px 8px; border-radius:10px; font-size:10px; font-weight:600; }
.admin-badge { background:#764ba2; color:#fff; padding:1px 8px; border-radius:10px; font-size:10px; font-weight:600; }
.comment-time { font-size:12px; color:#aaa; }
.comment-content { font-size:14px; line-height:1.8; color:#444; word-break:break-word; }
.comment-actions-bar { display:flex; gap:12px; margin-top:10px; }
.comment-action-btn { background:none; border:none; color:#888; font-size:13px; font-family:'Tajawal',sans-serif; cursor:pointer; padding:4px 8px; border-radius:6px; transition:all 0.2s; }
.comment-action-btn:hover { background:#f0f0f0; color:#1a237e; }
.comment-action-btn.delete-btn:hover { background:#fce4ec; color:#dc3545; }
.comment-login-prompt { text-align:center; padding:30px; background:#f8f9fa; border-radius:14px; color:#888; margin-bottom:20px; }
.comment-login-prompt i { font-size:28px; margin-bottom:10px; display:block; }
.comment-login-prompt a { color:#1a237e; font-weight:700; }
.no-comments { text-align:center; padding:40px; color:#aaa; }
.no-comments i { font-size:40px; margin-bottom:10px; display:block; }

/* === الشريط الجانبي === */
.sidebar-sticky { position:sticky; top:80px; display:flex; flex-direction:column; gap:20px; }
.sidebar-card { background:#fff; border-radius:14px; padding:22px; border:1px solid #e8ecf1; }
.sidebar-card h4 { font-size:15px; margin:0 0 15px; color:#333; }
.sidebar-card h4 i { margin-left:6px; color:#1a237e; }

.author-card { text-align:center; }
.author-card-avatar { width:70px; height:70px; background:linear-gradient(135deg,#667eea,#764ba2); border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; font-size:28px; font-weight:700; margin:0 auto 12px; }
.author-card h4 { text-align:center; }
.author-role { font-size:13px; color:#888; }

.toc-nav { display:flex; flex-direction:column; }
.toc-link { padding:6px 10px; color:#555; text-decoration:none; font-size:13px; border-radius:6px; transition:all 0.2s; border-right:2px solid transparent; }
.toc-link:hover { background:#f0f2f5; color:#1a237e; border-right-color:#1a237e; }
.toc-link.toc-sub { padding-right:25px; font-size:12px; color:#888; }

.sidebar-share-btns { display:flex; gap:8px; justify-content:center; }
.sidebar-share { width:38px; height:38px; border-radius:50%; display:flex; align-items:center; justify-content:center; text-decoration:none; color:#fff; font-size:15px; transition:all 0.25s; }
.sidebar-share.twitter { background:#1da1f2; }
.sidebar-share.facebook { background:#1877f2; }
.sidebar-share.whatsapp { background:#25d366; }
.sidebar-share.telegram { background:#0088cc; }
.sidebar-share:hover { transform:translateY(-2px); box-shadow:0 3px 10px rgba(0,0,0,0.15); }

/* مقالات متعلقة */
.related-posts-section { margin-top:40px; padding-top:30px; border-top:2px solid #e8ecf1; }
.related-posts-section h3 { font-size:20px; font-weight:700; color:#1a237e; margin:0 0 20px; }
.related-posts-section h3 i { margin-left:8px; }
.related-posts-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.related-post-card { text-decoration:none; color:inherit; border-radius:12px; overflow:hidden; border:1px solid #e8ecf1; transition:all 0.25s; background:#fff; }
.related-post-card:hover { transform:translateY(-3px); box-shadow:0 6px 20px rgba(0,0,0,0.08); }
.related-post-image { height:140px; overflow:hidden; }
.related-post-image img { width:100%; height:100%; object-fit:cover; }
.related-post-placeholder { width:100%; height:100%; background:linear-gradient(135deg,#1a237e,#764ba2); display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,0.15); font-size:30px; }
.related-post-info { padding:14px; }
.related-category { font-size:11px; font-weight:600; }
.related-post-info h4 { font-size:14px; font-weight:700; color:#333; margin:6px 0; line-height:1.5; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.related-date { font-size:12px; color:#aaa; }

.blog-toast { position:fixed; bottom:-50px; left:50%; transform:translateX(-50%); background:#333; color:#fff; padding:12px 24px; border-radius:25px; font-size:14px; z-index:10000; box-shadow:0 5px 20px rgba(0,0,0,0.3); transition:bottom 0.3s ease; font-family:'Tajawal',sans-serif; }
.blog-toast.show { bottom:30px; }

/* ==================================================
   لوحة الادارة
   ================================================== */
.admin-header { display:flex; justify-content:space-between; align-items:center; margin-bottom:30px; flex-wrap:wrap; gap:15px; }
.blog-stats-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:15px; margin-bottom:30px; }
.stat-card { background:#fff; border-radius:12px; padding:18px; display:flex; align-items:center; gap:14px; border:1px solid #e8ecf1; transition:all 0.2s; }
.stat-card:hover { transform:translateY(-2px); box-shadow:0 4px 15px rgba(0,0,0,0.06); }
.stat-icon { width:48px; height:48px; border-radius:12px; display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0; }
.stat-num { font-size:22px; font-weight:800; color:#333; }
.stat-label { font-size:12px; color:#888; }

.admin-posts-list { display:flex; flex-direction:column; }
.admin-post-row { display:flex; justify-content:space-between; align-items:center; padding:15px 0; border-bottom:1px solid #f0f0f0; gap:15px; }
.admin-post-row:last-child { border-bottom:none; }
.admin-post-info { flex:1; min-width:0; }
.admin-post-title { font-weight:700; margin-bottom:6px; }
.admin-post-title a { color:#333; text-decoration:none; }
.admin-post-title a:hover { color:#1a237e; }
.admin-post-meta { display:flex; gap:12px; flex-wrap:wrap; align-items:center; font-size:12px; color:#888; }
.admin-post-meta i { margin-left:3px; }
.admin-post-actions { display:flex; gap:6px; flex-shrink:0; }
.status-badge { padding:3px 10px; border-radius:10px; font-size:11px; font-weight:600; }
.status-published { background:#e8f5e9; color:#2e7d32; }
.status-draft { background:#fff3e0; color:#e65100; }
.status-archived { background:#f5f5f5; color:#888; }

/* ==================================================
   الموبايل
   ================================================== */
@media (max-width: 1024px) {
    .blog-article-layout { grid-template-columns:1fr; }
    .blog-sidebar { display:none; }
    .blog-stats-grid { grid-template-columns:repeat(3,1fr); }
}
@media (max-width: 768px) {
    .blog-hero { padding:40px 0 35px; }
    .blog-hero-title { font-size:26px; }
    .blog-grid { grid-template-columns:1fr; gap:18px; }
    .featured-post { grid-template-columns:1fr; }
    .featured-post-image { min-height:200px; }
    .featured-post-body { padding:20px; }
    .featured-post-title { font-size:20px; }
    .article-title { font-size:24px; }
    .article-content { font-size:15px; }
    .related-posts-grid { grid-template-columns:1fr; }
    .blog-stats-grid { grid-template-columns:repeat(2,1fr); }
    .admin-header { flex-direction:column; align-items:flex-start; }
    .article-actions { flex-direction:column; align-items:flex-start; }
    .comment-form-wrapper { padding:15px; }
    .blog-categories-bar { flex-wrap:nowrap; overflow-x:auto; -webkit-overflow-scrolling:touch; scrollbar-width:none; }
    .blog-categories-bar::-webkit-scrollbar { display:none; }
}
@media (max-width: 480px) {
    .blog-hero-title { font-size:22px; }
    .article-title { font-size:20px; }
    .blog-card-image { height:160px; }
    .blog-stats-grid { grid-template-columns:1fr 1fr; gap:10px; }
    .stat-card { padding:14px; }
    .stat-num { font-size:18px; }
}
