.os_marquee_wrapper{width:100%;overflow:hidden;background:linear-gradient(90deg,#0f172a,#1e1b4b 50%,#0f172a);border-top:1px solid rgba(124,52,248,.3);border-bottom:1px solid rgba(124,52,248,.3);padding:1.35rem 0;position:relative;box-shadow:0 10px 30px rgba(15,23,42,.12);margin:2.5rem 0}.os_marquee_wrapper:after,.os_marquee_wrapper:before{content:"";position:absolute;top:0;width:140px;height:100%;z-index:2;pointer-events:none}.os_marquee_wrapper:before{left:0;background:linear-gradient(90deg,#0f172a,transparent)}.os_marquee_wrapper:after{right:0;background:linear-gradient(270deg,#0f172a,transparent)}.os_marquee_track{display:flex;width:max-content;overflow:hidden}.os_marquee_content{display:flex;align-items:center;gap:3rem;animation:osInfiniteScroll 30s linear infinite;will-change:transform}.os_marquee_wrapper:hover .os_marquee_content{animation-play-state:paused}.os_marquee_item{display:flex;align-items:center;gap:.9rem;white-space:nowrap}.os_marquee_dot{width:8px;height:8px;border-radius:50%;background:#a855f7;box-shadow:0 0 12px #a855f7,0 0 4px #a855f7;flex-shrink:0}.os_marquee_text{font-family:Satoshi-Bold,sans-serif;font-size:1.12rem;color:#f8fafc;letter-spacing:.4px;font-weight:600;text-shadow:0 2px 10px rgba(0,0,0,.3)}@keyframes osInfiniteScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media screen and (max-width:768px){.os_marquee_wrapper{padding:1.1rem 0;margin:1.8rem 0}.os_marquee_text{font-size:.95rem}.os_marquee_content{gap:2rem;animation-duration:22s}}