.danmaku-track-layer{pointer-events:none}.danmaku-track-layer:not([data-ready=true]) .danmaku-item{visibility:hidden}.danmaku-track{position:absolute;left:0;right:0;height:2rem}.danmaku-item{position:absolute;left:0;top:0;display:inline-block;white-space:nowrap;padding:.2rem .75rem;border-radius:9999px;background:rgb(0 0 0/.06);font-size:.875rem;line-height:1.5;transform:translateX(var(--danmaku-stage,100%));will-change:transform;animation-name:danmaku-fly;animation-timing-function:linear;animation-fill-mode:both;animation-iteration-count:1}.danmaku-hero .danmaku-track-layer--hero{-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.danmaku-hero .danmaku-item{padding:.1rem .625rem;background:transparent;color:var(--canteen-muted);font-size:.875rem;line-height:1.25rem;font-weight:500;letter-spacing:-.015em}.danmaku-hero .danmaku-track:nth-child(2n) .danmaku-item{color:color-mix(in srgb,var(--canteen-muted) 72%,white)}@keyframes danmaku-fly{0%{transform:translateX(var(--danmaku-stage,100%))}to{transform:translateX(-100%)}}.danmaku-static-list{display:none}@media (min-width:640px){.danmaku-hero .danmaku-item{font-size:1rem;line-height:1.375rem}}@media (prefers-reduced-motion:reduce){.danmaku-track-layer{display:none}.danmaku-item{animation:none;position:static;visibility:visible;transform:none}.danmaku-static-list{display:block}}