.loading-placeholder{width:100%}.loading-placeholder__line{background:linear-gradient(90deg,var(--secondary-background,#f0f0f0) 25%,var(--tertiary-background,#e0e0e0) 50%,var(--secondary-background,#f0f0f0) 75%);background-size:200% 100%;border-radius:6px;position:relative;overflow:hidden}.loading-placeholder__animated{animation:loading-shimmer 1.5s ease-in-out infinite}.loading-placeholder__card{width:100%;padding:1rem;border:1px solid var(--border,#e0e0e0);border-radius:12px;background:var(--background,#fff)}.loading-placeholder__recipe{max-width:400px}@keyframes loading-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}[data-theme=dark] .loading-placeholder__line{background:linear-gradient(90deg,var(--secondary-background,#2a2a2a) 25%,var(--tertiary-background,#3a3a3a) 50%,var(--secondary-background,#2a2a2a) 75%)}@media(prefers-reduced-motion:reduce){.loading-placeholder__animated{animation:none;background:var(--secondary-background,#f0f0f0)}}