.streaming-result-card-skeleton{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;height:100%;display:flex;overflow:hidden}.streaming-result-card-skeleton__poster{aspect-ratio:2/3;background:var(--bg-secondary);flex-shrink:0;position:relative;overflow:hidden}.streaming-result-card-skeleton__info{flex-direction:column;flex:1;min-height:0;padding:1rem;display:flex}.streaming-result-card-skeleton__title{border-radius:4px;height:2.6rem;margin-bottom:.5rem;position:relative;overflow:hidden}.streaming-result-card-skeleton__title .streaming-result-card-skeleton__shimmer{width:85%;height:100%}.streaming-result-card-skeleton__meta{align-items:center;gap:.5rem;height:20.8px;margin-bottom:.5rem;display:flex}.streaming-result-card-skeleton__meta-item{border-radius:4px;width:50px;height:16px;position:relative;overflow:hidden}.streaming-result-card-skeleton__meta-item .streaming-result-card-skeleton__shimmer{width:100%;height:100%}.streaming-result-card-skeleton__meta-item--type{border-radius:12px;width:45px}.streaming-result-card-skeleton__overview{flex-direction:column;gap:.375rem;min-height:3.6rem;display:flex}.streaming-result-card-skeleton__overview-line{border-radius:4px;height:.85rem;position:relative;overflow:hidden}.streaming-result-card-skeleton__overview-line .streaming-result-card-skeleton__shimmer{width:100%;height:100%}.streaming-result-card-skeleton__overview-line--short .streaming-result-card-skeleton__shimmer{width:60%}.streaming-result-card-skeleton__shimmer{background:linear-gradient(90deg, var(--bg-secondary) 0%, var(--bg-tertiary) 50%, var(--bg-secondary) 100%);background-size:200% 100%;animation:1.5s ease-in-out infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.streaming-result-card-skeleton__info{padding:.75rem}.streaming-result-card-skeleton__title{height:2.34rem;font-size:.9rem}.streaming-result-card-skeleton__overview{min-height:2.8rem}.streaming-result-card-skeleton__overview-line{height:.8rem}}@media (max-width:480px){.streaming-result-card-skeleton{border-radius:8px}.streaming-result-card-skeleton__info{padding:.625rem}.streaming-result-card-skeleton__title{height:1.95rem}.streaming-result-card-skeleton__meta{gap:.5rem}.streaming-result-card-skeleton__meta-item{width:40px;height:14px}.streaming-result-card-skeleton__meta-item--type{width:38px}.streaming-result-card-skeleton__overview{display:none}}
