.brand-marquee-wrapper{position:relative;overflow:hidden;width:100%;padding:2rem 0;background:var(--background)}.brand-marquee-fade-left,.brand-marquee-fade-right{position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}.brand-marquee-fade-left{left:0;background:linear-gradient(to right,var(--background),transparent)}.brand-marquee-fade-right{right:0;background:linear-gradient(to left,var(--background),transparent)}.brand-marquee-track{display:flex;align-items:center;gap:3.5rem;width:max-content;animation:marquee-scroll 30s linear infinite}.brand-marquee-item{display:flex;align-items:center;gap:.625rem;flex-shrink:0;opacity:.7;transition:opacity .3s ease}.brand-marquee-item:hover{opacity:1}.brand-marquee-logo{width:36px;height:36px;object-fit:contain;border-radius:8px}.brand-marquee-name{font-size:.9rem;font-weight:500;color:var(--muted-foreground);white-space:nowrap}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
