/* Mireb Workplace — Animations CSS */
@keyframes shimmer { 0%{background-position:-200px 0} 100%{background-position:calc(200px + 100%) 0} }
.mireb-skeleton { background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%); background-size:200px 100%; animation:shimmer 1.5s infinite; border-radius:4px; }
.mireb-skeleton-text { height:14px; margin-bottom:8px; }
.mireb-skeleton-title { height:22px; width:60%; margin-bottom:12px; }
.mireb-skeleton-card { height:120px; border-radius:var(--mireb-radius); }
