.SkeletonLineCard{background-color:var(--cascade-chart-bg-color);border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);padding:1.5rem}.SkeletonLineTitle{width:60%;height:20px;margin-bottom:8px}.SkeletonLineSubtitle,.SkeletonLineTitle{background:linear-gradient(90deg,var(--cascade-chart-skeleton-color,#e0e7ed) 0,var(--cascade-chart-skeleton-highlight,#f5f8fa) 50%,var(--cascade-chart-skeleton-color,#e0e7ed) 100%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:4px}.SkeletonLineSubtitle{width:30%;height:14px;margin-bottom:24px}.SkeletonLineChart{height:160px;background:linear-gradient(90deg,var(--cascade-chart-skeleton-color,#e0e7ed) 0,var(--cascade-chart-skeleton-highlight,#f5f8fa) 50%,var(--cascade-chart-skeleton-color,#e0e7ed) 100%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:8px;margin-bottom:20px}.SkeletonLineLegendColor{width:16px;height:10px;flex-shrink:0;background:linear-gradient(90deg,var(--cascade-primary-color) 0,var(--cascade-primary-color-hover) 100%);border-radius:2px;animation:shimmerColor 1.5s ease-in-out infinite}.SkeletonLineLegendColor:first-child{animation-delay:0s}.SkeletonLineLegendLabel{width:100px;height:10px;flex-shrink:0;background:linear-gradient(90deg,var(--cascade-chart-skeleton-color,#e0e7ed) 0,var(--cascade-chart-skeleton-highlight,#f5f8fa) 50%,var(--cascade-chart-skeleton-color,#e0e7ed) 100%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:4px}.SkeletonLineLegendItem:first-child .SkeletonLineLegendLabel{animation-delay:0s}.SkeletonLineLegendItem:nth-child(2) .SkeletonLineLegendLabel{animation-delay:.1s}.SkeletonLineLegendItem:nth-child(3) .SkeletonLineLegendLabel{animation-delay:.2s}.SkeletonLineLegendItem:nth-child(4) .SkeletonLineLegendLabel{animation-delay:.3s}.SkeletonLineLegendItem:nth-child(5) .SkeletonLineLegendLabel{animation-delay:.4s}.SkeletonLineLegendItem:nth-child(6) .SkeletonLineLegendLabel{animation-delay:.5s}.SkeletonLineLegendItem:nth-child(7) .SkeletonLineLegendLabel{animation-delay:.6s}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes shimmerColor{0%,to{opacity:.4}50%{opacity:1}}.dark-theme .SkeletonLineChart{background:linear-gradient(90deg,var(--cascade-chart-skeleton-color,#2a3441) 0,var(--cascade-chart-skeleton-highlight,#3a4554) 50%,var(--cascade-chart-skeleton-color,#2a3441) 100%)}@media (max-width:768px){.SkeletonLineChart{height:140px}.SkeletonLineLegend{gap:8px 16px}}