@keyframes shine{0%{background-position:100% 0}100%{background-position:-100% 0}}.shining-text{background:linear-gradient(-45deg in oklch,#fff 0,#fff 48%,red 48%, red 52%,#fff 52%,#fff 100%);background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;text-shadow:none;filter:drop-shadow(2px 2px 5px rgba(108, 108, 108, .692));animation:shine 7s linear infinite}.shining-text:hover{animation-play-state:paused}body[data-theme=light] p#only-200-seats{color:#373737;text-shadow:none;line-height:.9}body[data-theme=dark] p#only-200-seats{color:#cacaca;text-shadow:none;line-height:.9}.expand{letter-spacing:5px;animation:expand 5s ease-in-out infinite alternate}@keyframes expand{0%{letter-spacing:5px}100%{letter-spacing:10px}}