.tech-marquee-shell{position:relative;display:grid;overflow:hidden;padding:.4rem 0;contain:layout paint style;isolation:isolate}.tech-marquee-row{--marquee-start:-25%;display:flex;width:max-content;gap:.7rem;will-change:transform;transform:translate3d(var(--marquee-start),0,0);backface-visibility:hidden;animation:techMarquee 54s linear infinite}.tech-marquee-row-reverse{animation-direction:reverse;animation-duration:60s}.tech-marquee-card{display:flex;min-width:158px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1);background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03));border-radius:999px;padding:.78rem 1rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.07);transform:translateZ(0)}@media (max-width:767px){.tech-marquee-row{gap:.58rem;animation-duration:74s}.tech-marquee-row-reverse{animation-duration:82s}.tech-marquee-card{min-width:126px;padding:.62rem .76rem}}@keyframes techMarquee{0%{transform:translate3d(var(--marquee-start),0,0)}to{transform:translate3d(calc(var(--marquee-start) - 25%),0,0)}}.tech-fade-left{background:linear-gradient(90deg,rgba(0,0,0,1) 0,rgba(0,0,0,.92) 35%,rgba(0,0,0,.45) 75%,transparent)}.tech-fade-right{background:linear-gradient(270deg,rgba(0,0,0,1) 0,rgba(0,0,0,.92) 35%,rgba(0,0,0,.45) 75%,transparent)}@media (prefers-reduced-motion:reduce){.tech-marquee-row{animation:none}}