*{box-sizing:border-box;margin:0;padding:0}body{background:#030706;overflow:hidden}.container{background:linear-gradient(135deg,#030706,#0a1510 50%,#051008);height:100vh;overflow:hidden;position:relative;width:100vw}.gradient-bg{filter:blur(80px);inset:0;overflow:hidden;position:absolute}.blob{border-radius:50%;filter:blur(40px);mix-blend-mode:screen;opacity:.6;position:absolute;transition:transform .1s ease-out}.blob-1{animation:float1 20s ease-in-out infinite;background:radial-gradient(circle,#166534 0,#15803d 40%,transparent 70%);height:600px;left:-10%;top:-20%;width:600px}.blob-2{animation:float2 25s ease-in-out infinite;background:radial-gradient(circle,#14532d 0,#166534 40%,transparent 70%);height:500px;right:-15%;top:50%;width:500px}.blob-3{animation:float3 22s ease-in-out infinite;background:radial-gradient(circle,#22c55e 0,#16a34a 30%,transparent 70%);bottom:-10%;height:450px;left:30%;width:450px}.blob-4{animation:float4 18s ease-in-out infinite;background:radial-gradient(circle,#4ade80 0,#22c55e 30%,transparent 70%);height:350px;left:50%;top:30%;width:350px}@keyframes float1{0%,to{transform:translate(0) rotate(0) scale(1)}25%{transform:translate(100px,50px) rotate(90deg) scale(1.1)}50%{transform:translate(50px,100px) rotate(180deg) scale(.95)}75%{transform:translate(-50px,50px) rotate(270deg) scale(1.05)}}@keyframes float2{0%,to{transform:translate(0) rotate(0) scale(1)}25%{transform:translate(-80px,80px) rotate(-90deg) scale(1.15)}50%{transform:translate(-40px,-60px) rotate(-180deg) scale(.9)}75%{transform:translate(60px,40px) rotate(-270deg) scale(1.1)}}@keyframes float3{0%,to{transform:translate(0) rotate(0) scale(1)}33%{transform:translate(120px,-80px) rotate(120deg) scale(1.2)}66%{transform:translate(-60px,-40px) rotate(240deg) scale(.85)}}@keyframes float4{0%,to{opacity:.6;transform:translate(0) scale(1)}50%{opacity:.4;transform:translate(-100px,80px) scale(1.3)}}.noise{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cfilter id='a'%3E%3CfeTurbulence baseFrequency='.9' numOctaves='4' stitchTiles='stitch' type='fractalNoise'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");inset:0;opacity:.03}.content,.noise{pointer-events:none;position:absolute}.content{left:50%;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:10}.title{display:flex;flex-direction:column;gap:.5rem}.domain{background:linear-gradient(135deg,#2d8a4e,#4ade80 50%,#86efac);-webkit-background-clip:text;font-size:clamp(2.5rem,8vw,5rem);font-weight:700;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;text-shadow:0 0 80px rgba(74,222,128,.5)}.coming-soon,.domain{font-family:Segoe UI,system-ui,-apple-system,sans-serif}.coming-soon{color:#a0aba6cc;font-size:clamp(1rem,3vw,1.5rem);font-weight:300;letter-spacing:.3em;text-transform:uppercase}.loader{display:flex;gap:8px;justify-content:center;margin-top:3rem}.loader span{animation:pulse 1.4s ease-in-out infinite;background:linear-gradient(135deg,#2d8a4e,#4ade80);border-radius:2px;height:10px;width:10px}.loader span:nth-child(2){animation-delay:.2s}.loader span:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}
