@keyframes theme-img-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.theme-img-pending{background-image:linear-gradient(90deg, color-mix(in srgb, currentColor 8%, transparent) 0%, color-mix(in srgb, currentColor 16%, transparent) 45%, color-mix(in srgb, currentColor 8%, transparent) 100%);background-size:200% 100%;animation:1.2s ease-in-out infinite theme-img-shimmer}
.theme-artist-tag{pointer-events:none;background-color:var(--pp-fg);display:block;-webkit-mask-position:0;mask-position:0;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.theme-artist-tag.is-hero{transform-origin:0;width:min(280px,72%);height:56px;margin-top:26px;transform:rotate(-4deg)}.theme-artist-tag.is-mark{width:min(160px,100%);height:48px}.theme-artist-tag.is-center{transform-origin:50%;margin-inline:auto;-webkit-mask-position:50%;mask-position:50%}