.projectSkeleton{display:flex;flex-direction:column;gap:.75rem}.projectSkeletonImage{width:100%;aspect-ratio:320/235}.projectSkeletonImage,.projectSkeletonLine{background:linear-gradient(90deg,var(--color-neutral-700) 25%,var(--color-neutral-800) 50%,var(--color-neutral-700) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.projectSkeletonLine{height:1rem}.projectSkeletonLine:nth-child(2){width:60%}.projectSkeletonLine:nth-child(3){width:100%}.projectSkeletonLine:nth-child(4){width:85%}.quote{padding:1rem}.quote blockquote{border-left:1px solid #ccc;margin-left:1rem;padding:1rem}.quote p{font-weight:700;margin:1rem 0 0 1rem}.quote p em{font-weight:400;font-style:italic}.quoteSkeleton{display:flex;flex-direction:column;gap:.75rem;margin-left:1rem;padding:1rem}.quoteSkeletonLine{height:1rem;background:linear-gradient(90deg,var(--color-neutral-700) 25%,var(--color-neutral-800) 50%,var(--color-neutral-700) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.quoteSkeletonLine:first-child{width:100%}.quoteSkeletonLine:nth-child(2){width:90%}.quoteSkeletonLine:nth-child(3){width:95%}.quoteSkeletonLine:nth-child(4){width:40%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}