*{box-sizing:border-box;margin:0}body{color:#0b0a08;background:#ffd719;justify-content:center;align-items:center;min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,sans-serif;display:flex;position:relative;overflow:hidden}#root{display:contents}.dot{background:#ffffff73;border-radius:50%;animation:9s ease-in-out infinite float;position:absolute}.dot:first-of-type{width:180px;height:180px;top:-60px;right:12%}.dot:nth-of-type(2){width:120px;height:120px;animation-delay:-3s;top:60px;right:6%}.dot:nth-of-type(3){width:220px;height:220px;animation-delay:-1.5s;bottom:-80px;left:8%}.dot:nth-of-type(4){width:90px;height:90px;animation-delay:-5s;bottom:120px;left:20%}.dot:nth-of-type(5){width:140px;height:140px;animation-delay:-7s;bottom:-40px;right:24%}@keyframes float{50%{transform:translateY(-18px)}}main{text-align:center;padding:32px;position:relative}.bee{font-size:64px;animation:2.4s ease-in-out infinite buzz;display:inline-block}@keyframes buzz{0%,to{transform:translate(0)rotate(-6deg)}25%{transform:translate(6px,-8px)rotate(6deg)}50%{transform:translate(-4px,-3px)rotate(-4deg)}75%{transform:translate(4px,-10px)rotate(5deg)}}h1{letter-spacing:-2px;margin:8px 0 4px;font-size:clamp(40px,8vw,84px)}h1 span{letter-spacing:6px;font-size:clamp(14px,2vw,18px);font-weight:600;display:block}p.lead{max-width:560px;margin:18px auto 26px;font-size:clamp(16px,2.5vw,21px);line-height:1.5}.badges{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:30px;display:flex}.badge{color:#ffd719;background:#0b0a08;border-radius:999px;padding:8px 18px;font-size:14px;font-weight:600}.soon{letter-spacing:1px;font-size:22px;font-weight:800}footer{opacity:.65;margin-top:26px;font-size:13px}
