.marquee-section{padding:40px 0;overflow:hidden}.marquee-wrapper{margin-bottom:24px;position:relative;overflow:hidden}.marquee-wrapper:before{content:"";z-index:10;background:linear-gradient(90deg,#050816,#0000);width:120px;height:100%;position:absolute;top:0;left:0}.marquee-wrapper:after{content:"";z-index:10;background:linear-gradient(270deg,#050816,#0000);width:120px;height:100%;position:absolute;top:0;right:0}.marquee{gap:24px;width:max-content;display:flex}.marquee-right{animation:25s linear infinite marqueeRight}.marquee-left{animation:25s linear infinite marqueeLeft}@keyframes marqueeLeft{0%{transform:translate(0%)}to{transform:translate(-50%)}}@keyframes marqueeRight{0%{transform:translate(-50%)}to{transform:translate(0%)}}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;flex-shrink:0;width:380px;padding:28px}.user{align-items:center;gap:14px;margin-bottom:20px;display:flex}.avatar{background:#7c3aed;border-radius:50%;width:52px;height:52px}.user h3{margin:0;font-size:1.2rem}.user p{color:#9ca3af;margin-top:4px}.text{color:#e5e7eb;font-size:.875rem;line-height:1.6}.marquee:hover{animation-play-state:paused}
