/* ─────────────────────────────────────────────────────────────
   ChinaHub — For You Smart Feed styles (for-you.css)
   مؤشّر تحميل ذكي + رسالة نهاية. خفيف ومتناسق مع ستايل الموقع.
   ───────────────────────────────────────────────────────────── */

/* النقطة الحارسة (غير مرئية) — تشغّل التحميل التلقائي */
.ch-fy-sentinel{width:100%;height:1px;margin:0;pointer-events:none}

/* مؤشّر التحميل: ٣ نقاط نابضة */
.ch-fy-spin{
  display:flex;align-items:center;justify-content:center;gap:7px;
  padding:22px 0 8px;
}
.ch-fy-spin .ch-fy-dot{
  width:9px;height:9px;border-radius:50%;
  background:linear-gradient(135deg,#FF8C2C,#E04600);
  animation:chFyBounce 1s ease-in-out infinite;
}
.ch-fy-spin .ch-fy-dot:nth-child(2){animation-delay:.15s}
.ch-fy-spin .ch-fy-dot:nth-child(3){animation-delay:.3s}
@keyframes chFyBounce{
  0%,80%,100%{transform:scale(.5);opacity:.4}
  40%{transform:scale(1);opacity:1}
}

/* رسالة النهاية */
.ch-fy-end{
  text-align:center;color:#888;font-size:13px;font-weight:600;
  padding:20px 0 8px;
}

/* احترام تقليل الحركة */
@media (prefers-reduced-motion:reduce){
  .ch-fy-spin .ch-fy-dot{animation:none;opacity:.7}
}

/* ملاحظة: أعمدة الشبكة معرّفة inline داخل for-you.php (السلّم 7→2) — لا تعرّفها هنا تجنبًا للتعارض. */
