.home{display:flex;flex-direction:column;gap:2rem;padding:1rem}.home__rows{padding:2rem 0 4rem}.home__row-skel{margin-bottom:2.5rem}.home__skel-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.home__skel-circle{width:2.25rem;height:2.25rem;border-radius:50%}.home__skel-title{width:120px;height:1.1rem;border-radius:var(--radius-full)}.home__skel-cards{display:flex;gap:.875rem;overflow:hidden}.home__skel-card{flex:0 0 180px;border-radius:var(--radius-xl);overflow:hidden;background:var(--bg-secondary);border:1px solid var(--glass-border)}.home__skel-img{aspect-ratio:1;width:100%}.home__skel-body{padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.home__skel-line{height:.75rem;border-radius:var(--radius-full)}.home__skel-line--sm{width:55%}.cl-shimmer{background:linear-gradient(90deg,var(--bg-tertiary) 25%,var(--bg-secondary) 50%,var(--bg-tertiary) 75%);background-size:200% 100%;animation:shimmer 1.6s infinite}