:root{font-family:system-ui,-apple-system,sans-serif}body{margin:0;background:#f6f8fa;color:#24292f}main{min-height:100vh;display:grid;justify-content:center;align-content:start;text-align:center;padding:4rem 1rem 1rem}.hero-title{font-size:clamp(2rem,6vw,3.5rem);font-weight:800;background:linear-gradient(90deg,#ff5f6d,#ffc371,#47cf73,#36a3f7,#a55eea,#ff5f6d);background-size:300% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:hero-gradient 6s linear infinite,hero-pop .6s ease-out;text-shadow:0 0 30px rgba(165,94,234,.25)}@keyframes hero-gradient{0%{background-position:0% center}to{background-position:300% center}}@keyframes hero-pop{0%{opacity:0;transform:translateY(-12px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}
