*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{min-height:100dvh;display:flex;align-items:center;justify-content:center;background-color:#fafafa;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif}main{text-align:center}h1{font-size:clamp(3rem,14vw,12rem);font-weight:800;letter-spacing:-.03em;line-height:1;user-select:none}@keyframes hue-cycle{from{filter:hue-rotate(0)}to{filter:hue-rotate(360deg)}}h1 span{display:inline-block;animation:hue-cycle 16s linear infinite;will-change:filter}.l0{color:#d57b7b}.l1{color:#d7b675}.l2{color:#adca72}.l3{color:#75c775}.l4{color:#68caa9}.l5{color:#6db2d5}.l6{color:#8585d6}.l7{color:#b67fd2}.l8{color:#d57bb7}@media(prefers-reduced-motion:reduce){h1 span{animation:none}}