.marquee-container{width:100%;padding:16px 0;overflow:hidden}.marquee-track{gap:16px;width:max-content;animation:30s linear infinite marquee-scroll;display:flex}.marquee-container:hover .marquee-track{animation-play-state:paused}
.marquee-container{width:100%;padding:16px 0;overflow:hidden}.marquee-track{gap:16px;width:max-content;animation:30s linear infinite marquee-scroll;display:flex}.marquee-fast{animation-duration:20s}.marquee-normal{animation-duration:30s}.marquee-slow{animation-duration:45s}.marquee-reverse{animation-direction:reverse}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-card{background-color:#fff;border:1px solid #0000000d;border-radius:12px;flex-shrink:0;width:280px;padding:20px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}.marquee-card-header{align-items:center;gap:12px;margin-bottom:12px;display:flex}.marquee-avatar{border-radius:50%;flex-shrink:0;width:40px;height:40px}.marquee-user-info{flex-direction:column;display:flex}.marquee-name{color:#1a1a1a;font-family:SF Pro;font-size:15px;font-weight:600;line-height:1.3}.marquee-username{color:#6b7280;font-family:SF Regular;font-size:13px;line-height:1.3}.marquee-text{color:#374151;margin:0;font-family:GeistVF;font-size:.8rem;line-height:1.5}.marquee-container:hover .marquee-track{animation-play-state:paused}
