/* Skeleton loader */
@keyframes shimmer-wave {
  0%   { background-position: -400px 0; }
  100% { background-position:  400px 0; }
}
.skeleton {
  background: linear-gradient(90deg,
    rgba(255,255,255,0.04) 25%,
    rgba(255,255,255,0.10) 50%,
    rgba(255,255,255,0.04) 75%
  );
  background-size: 400px 100%;
  animation: shimmer-wave 1.4s ease-in-out infinite;
  border-radius: 6px;
}
[data-tema="gunduz"] .skeleton {
  background: linear-gradient(90deg,
    #E2E8F0 25%, #F1F5F9 50%, #E2E8F0 75%
  );
  background-size: 400px 100%;
  animation: shimmer-wave 1.4s ease-in-out infinite;
}
[data-tema="goz"] .skeleton {
  background: linear-gradient(90deg,
    rgba(255,220,120,0.06) 25%,
    rgba(255,220,120,0.14) 50%,
    rgba(255,220,120,0.06) 75%
  );
  background-size: 400px 100%;
  animation: shimmer-wave 1.4s ease-in-out infinite;
}
.skeleton-row td { padding: 10px 14px; border-bottom: 1px solid var(--row-border); }
.skeleton-cell { height: 14px; }
.skeleton-img  { width:52px; height:40px; border-radius:6px; }
.skeleton-marka { width:70%; height:12px; }
.skeleton-urun  { width:85%; height:12px; }
.skeleton-fiyat { width:50%; height:12px; margin-left:auto; }
.skeleton-tarih { width:80%; height:12px; }
.skeleton-arasinda { width:90%; height:11px; }
