@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap";*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{color:#111;background:linear-gradient(#fff0 0%,#fff 46.55%),linear-gradient(#ffffffbf 0% 100%),linear-gradient(66deg,#f7c325 14.55%,#ff90e0 42.56%,#7491ff 73.53%);font-family:Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif}.app{display:grid;text-align:center;place-items: center;height:100%}.hero-stack{display:flex;flex-direction:column;align-items: center;gap:0;line-height:1}.hero-logo{filter:drop-shadow(0 8px 20px #0000001f);width:110px;height:110px;margin-bottom:24px}.hero-text{letter-spacing:.02em;font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1}.hero-subtext{letter-spacing:.06em;text-transform:uppercase;opacity:.7;margin-top:30px;font-size:clamp(1rem,2vw,1.5rem);font-weight:500;line-height:1}
