@property --light{syntax:"<number>";inherits:false;initial-value:0}@property --chroma{syntax:"<number>";inherits:false;initial-value:0}@property --hue{syntax:"<number>";inherits:false;initial-value:0}.grid.svelte-vlkzl{grid-template-columns:repeat(50,1fr);padding:2rem 0 4rem;display:grid}.tile.svelte-vlkzl{aspect-ratio:1;background:oklch(var(--light) var(--chroma) var(--hue));animation:8s svelte-vlkzl-light ease-in-out calc(var(--delay) * -.69s), 9s svelte-vlkzl-chroma ease-in-out calc(var(--delay) * -.67s), 6s svelte-vlkzl-hue ease-in-out calc(var(--delay) * -.65s), 13s svelte-vlkzl-opac ease-in-out calc(var(--delay) * -.63s);animation-iteration-count:infinite;animation-direction:alternate}@keyframes svelte-vlkzl-light{0%{--light:.5}to{--light:1}}@keyframes svelte-vlkzl-chroma{0%{--chroma:.2}to{--chroma:.5}}@keyframes svelte-vlkzl-hue{0%{--hue:0}to{--hue:360}}@keyframes svelte-vlkzl-opac{0%{opacity:0}90%{opacity:0}to{opacity:1}}#top.svelte-vlkzl{-webkit-user-select:none;user-select:none;padding-bottom:5rem}#bottom.svelte-vlkzl{flex-flow:wrap;justify-content:center;gap:.5rem;width:100%;padding-bottom:5rem;font-size:200%;display:flex}
