.x-shimmer-loading{display:grid;gap:1rem}.x-shimmer-loading.c-1{grid-template-columns:repeat(1,minmax(0,1fr))}.x-shimmer-loading.c-2{grid-template-columns:repeat(2,minmax(0,1fr))}.x-shimmer-loading.c-3,.x-shimmer-loading.c-4{grid-template-columns:repeat(3,minmax(0,1fr))}.x-shimmer-loading .line{height:3.25rem;width:100%}.x-shimmer-loading.view-table{margin-left:auto;margin-right:auto;row-gap:.125rem;padding-top:1rem;padding-bottom:1rem;width:calc(100% - 1rem)}.x-shimmer-loading.view-table .line{height:2.8rem}.x-shimmer-loading.view-card .line{aspect-ratio:4/1.5;height:auto}html:not(.dark) .x-shimmer-loading.light .loading-shimmer{animation:shimmer 2s linear infinite;background:linear-gradient(90deg,#f8f8f8 4%,#efefef 25%,#f8f8f8 36%);background-size:1000px 100%}.x-shimmer-loading.dark .loading-shimmer,html.dark .x-shimmer-loading .loading-shimmer{animation:shimmer 2s linear infinite;background:linear-gradient(90deg,#2c2829 2%,#231f20 20%,#373234 30%);background-size:1000px 100%}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}