.welcome-sprite{display:block;flex-shrink:0;width:104px;aspect-ratio:488/440;border-radius:12px;background:url('/brand-mark.svg') center/52px auto no-repeat}
.welcome-sprite.sprite-ready{background-image:url('/taskusprite.png?v=transparent-2');background-size:100% 7200%;background-repeat:no-repeat;animation:welcome-sprite-play 1.011s steps(71,end) 1s 1 both}
.welcome:has(.welcome-sprite){gap:0}
.welcome-sprite{margin-right:-12px}
@keyframes welcome-sprite-play{from{background-position:0 0}to{background-position:0 100%}}
[data-avatar] img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}
[data-avatar]{overflow:hidden}
@media(max-width:720px){.welcome-sprite{width:80px;border-radius:10px;margin-right:-8px}}
@media(prefers-reduced-motion:reduce){.welcome-sprite.sprite-ready{animation:none;background-position:0 100%}}
