@keyframes v2-fade-in{0%{opacity:0}to{opacity:1}}@keyframes v2-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.v2-marquee-track{width:max-content;animation:28s linear infinite v2-marquee;display:flex}.v2-marquee:hover .v2-marquee-track{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.v2-marquee-track{animation:none}}.v2-grid-bg{background-image:linear-gradient(var(--color-border) 1px, transparent 1px), linear-gradient(90deg, var(--color-border) 1px, transparent 1px);background-size:56px 56px;-webkit-mask-image:radial-gradient(90% 70% at 50% 40%,#000 30%,#0000 75%);mask-image:radial-gradient(90% 70% at 50% 40%,#000 30%,#0000 75%)}.v2-ghost-text{color:#0000;-webkit-text-stroke:1px var(--color-ink-5)}@keyframes v2-scroll-line{0%{transform-origin:top;transform:scaleY(0)}45%{transform-origin:top;transform:scaleY(1)}55%{transform-origin:bottom;transform:scaleY(1)}to{transform-origin:bottom;transform:scaleY(0)}}.v2-scroll-line{animation:1.8s ease-in-out infinite v2-scroll-line}@media (prefers-reduced-motion:reduce){.v2-scroll-line{animation:none}}