*{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100vh;overflow-x:hidden}body{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(160deg,#0a0e17,#0d1321 40%,#1a1f35);color:#e8ecf4}.bubbles{position:fixed;inset:0;pointer-events:none;z-index:0}.bubble{position:absolute;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(120,180,255,.25),rgba(80,140,220,.08));border:1px solid hsla(0,0%,100%,.06);animation:float-up linear infinite}.bubble:first-child{width:12px;height:12px;left:10%;animation-duration:8s;animation-delay:0s}.bubble:nth-child(2){width:18px;height:18px;left:25%;animation-duration:11s;animation-delay:1.5s}.bubble:nth-child(3){width:8px;height:8px;left:45%;animation-duration:7s;animation-delay:3s}.bubble:nth-child(4){width:14px;height:14px;left:60%;animation-duration:9s;animation-delay:.5s}.bubble:nth-child(5){width:10px;height:10px;left:75%;animation-duration:10s;animation-delay:2s}.bubble:nth-child(6){width:16px;height:16px;left:88%;animation-duration:12s;animation-delay:4s}.bubble:nth-child(7){width:9px;height:9px;left:35%;animation-duration:8.5s;animation-delay:5s}.bubble:nth-child(8){width:13px;height:13px;left:55%;animation-duration:9.5s;animation-delay:1s}.bubble:nth-child(9){width:11px;height:11px;left:70%;animation-duration:7.5s;animation-delay:2.5s}.bubble:nth-child(10){width:15px;height:15px;left:18%;animation-duration:11.5s;animation-delay:3.5s}@keyframes float-up{0%{transform:translateY(100vh) scale(.6);opacity:0}10%{opacity:.6}90%{opacity:.4}to{transform:translateY(-100px) scale(1);opacity:0}}.hero{position:relative;z-index:1;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center}.hero-content{max-width:28ch}.hero h1{font-size:clamp(1.5rem,5vw,2.25rem);font-weight:600;line-height:1.4;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#b8c5d6 40%,#7a9fc9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 40px rgba(120,159,201,.15);animation:text-glow 4s ease-in-out infinite alternate}@keyframes text-glow{0%{filter:brightness(1)}to{filter:brightness(1.08)}}.hero .brand{display:inline-block;font-weight:700;letter-spacing:.04em;text-transform:lowercase;background:linear-gradient(135deg,#7fff7f,#00d26a 35%,#00b359 70%,#00e676);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:brand-shine 5s ease-in-out infinite;filter:drop-shadow(0 0 12px rgba(0,210,106,.4))}@keyframes brand-shine{0%,to{background-position:0}50%{background-position:100%}}.hero .emoji{display:inline-block;-webkit-text-fill-color:initial;animation:bob 2.5s ease-in-out infinite}@keyframes bob{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-4px) rotate(2deg)}}