.tm{position:relative;height:100%;overflow:hidden;-webkit-mask-image:linear-gradient(180deg,transparent,#000 11%,#000 89%,transparent);mask-image:linear-gradient(180deg,transparent,#000 11%,#000 89%,transparent)}.tm-track{display:flex;flex-direction:column;animation:tmScroll 26s linear infinite}.tm-track:hover{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.tm-track{animation:none}}@keyframes tmScroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.tm-card{flex-shrink:0;margin-bottom:14px;padding:16px 18px;background:var(--ir-bg-card);border:1px solid var(--ir-border);border-radius:var(--ir-radius-lg)}.tm-stars{display:inline-flex;gap:2px;color:#f59e0b;margin-bottom:9px}.tm-quote{margin:0 0 12px;font-size:.875rem;line-height:1.55;font-weight:500;color:var(--ir-text)}.tm-author{display:flex;align-items:center;gap:10px}.tm-author img{width:34px;height:34px;border-radius:50%;object-fit:cover;flex-shrink:0;border:1px solid var(--ir-border-light)}.tm-author span{display:flex;flex-direction:column;line-height:1.3}.tm-name{font-size:.8125rem;font-weight:700;color:var(--ir-text)}.tm-role{font-size:.6875rem;color:var(--ir-text-muted)}