/* =====================================================
   Sidebar Pro — Saudi Elite Sports
   تصميم إخباري رياضي نصي — بدون صور
   ===================================================== */

.article-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: sticky;
    top: 100px;
}

.single-widget,
.elite-widget.sidebar-panel {
    background: var(--surface-matrix);
    border: 1px solid var(--border-matrix);
    border-radius: 20px;
    padding: 20px;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

/* ── عنوان الودجت ── */
.widget-meta-title {
    margin: 0 0 14px;
    font-size: .95rem;
    font-weight: 900;
    letter-spacing: -.2px;
    color: var(--text-matrix);
    display: flex;
    align-items: center;
    gap: 9px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--accent-matrix, #10b981);
}

/* نقطة حية متحركة */
.wmt-live-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-matrix, #10b981);
    flex-shrink: 0;
    animation: livePulse 2s ease-in-out infinite;
}

@keyframes livePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(16,185,129,.5); }
    50%       { box-shadow: 0 0 0 5px rgba(16,185,129,0); }
}

/* ── مركز المتابعة ── */
.sidebar-quick-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.sidebar-quick-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px;
    border-radius: 14px;
    background: var(--bg-matrix);
    border: 1px solid var(--border-matrix);
    transition: .22s ease;
    text-decoration: none;
}

.sidebar-quick-card:hover {
    transform: translateY(-2px);
    border-color: rgba(16,185,129,.35);
    box-shadow: 0 8px 20px rgba(16,185,129,.08);
}

.sidebar-quick-card.primary-card {
    background: linear-gradient(135deg,
        rgba(16,185,129,.09),
        rgba(14,165,233,.06));
    border-color: rgba(16,185,129,.2);
}

.quick-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--surface-matrix);
    box-shadow: 0 4px 12px rgba(15,23,42,.08);
    font-size: 1rem;
    flex-shrink: 0;
}

body.dark-mode .quick-icon { background: rgba(255,255,255,.06); }

.quick-copy { min-width: 0; }

.quick-copy strong {
    display: block;
    color: var(--text-matrix);
    font-size: .9rem;
    font-weight: 800;
    margin-bottom: 2px;
    line-height: 1.5;
}

.quick-copy small {
    display: block;
    color: var(--text-muted);
    font-size: .78rem;
    line-height: 1.5;
}

/* ── قائمة الأخبار النصية ── */
.sb-news-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.sb-news-item {
    border-bottom: 1px solid var(--border-matrix);
}

.sb-news-item:last-child { border-bottom: none; }

.sb-news-link {
    display: grid;
    grid-template-columns: 28px 1fr 16px;
    align-items: start;
    gap: 10px;
    padding: 11px 0;
    text-decoration: none;
    transition: .18s ease;
}

.sb-news-link:hover .sb-text {
    color: var(--accent-matrix, #10b981);
}

.sb-news-link:hover .sb-arrow {
    color: var(--accent-matrix, #10b981);
    transform: translateX(-3px);
}

/* رقم المقال */
.sb-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    font-size: .72rem;
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 1px;
    background: var(--bg-matrix);
    color: var(--text-muted);
    border: 1px solid var(--border-matrix);
    transition: .18s ease;
}

/* أول 3 أرقام مميزة بألوان */
.sb-news-item:nth-child(1) .sb-num {
    background: rgba(16,185,129,.12);
    color: #059669;
    border-color: rgba(16,185,129,.25);
    font-size: .8rem;
}
.sb-news-item:nth-child(2) .sb-num {
    background: rgba(59,130,246,.1);
    color: #2563eb;
    border-color: rgba(59,130,246,.22);
    font-size: .8rem;
}
.sb-news-item:nth-child(3) .sb-num {
    background: rgba(245,158,11,.1);
    color: #b45309;
    border-color: rgba(245,158,11,.22);
    font-size: .8rem;
}

body.dark-mode .sb-news-item:nth-child(1) .sb-num { color: #34d399; }
body.dark-mode .sb-news-item:nth-child(2) .sb-num { color: #60a5fa; }
body.dark-mode .sb-news-item:nth-child(3) .sb-num { color: #fbbf24; }

/* نص العنوان */
.sb-text {
    color: var(--text-matrix);
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .18s ease;
    min-width: 0;
}

/* سهم التنقل */
.sb-arrow {
    display: flex;
    align-items: flex-start;
    padding-top: 3px;
    color: var(--border-matrix);
    flex-shrink: 0;
    transition: color .18s ease, transform .18s ease;
}

/* ── الكاريكاتير ── */
.sidebar-caricature-box {
    border-radius: 14px;
    overflow: hidden;
    background: var(--bg-matrix);
    border: 1px solid var(--border-matrix);
}

.sidebar-caricature-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
    object-fit: cover;
}

/* ── ترند الخبر ── */
.tags-cloud-pro {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tags-cloud-pro a {
    display: inline-flex;
    align-items: center;
    padding: 6px 13px;
    border-radius: 999px;
    background: var(--bg-matrix);
    border: 1px solid var(--border-matrix);
    color: var(--text-matrix);
    font-size: .8rem;
    font-weight: 700;
    transition: .2s ease;
    text-decoration: none;
}

.tags-cloud-pro a:hover {
    background: var(--accent-matrix, #10b981);
    border-color: var(--accent-matrix, #10b981);
    color: #fff;
    transform: translateY(-1px);
}

.trend-tax-club        { border-color: rgba(59,130,246,.28)  !important; }
.trend-tax-competition { border-color: rgba(16,185,129,.28)  !important; }
.trend-tax-player      { border-color: rgba(245,158,11,.28)  !important; }

/* ── إخفاء على الموبايل ── */
@media (max-width: 992px) {
    .article-sidebar { display: none !important; }
}
