*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;background:#101010}:root{--color1: 100, 15, 255;--color2: 100, 15, 255;--color3: 100, 15, 255;--color4: 100, 15, 255;--circle-size: 140%;--blending: hard-light;--blur: 80px}@keyframes moveInCircle{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(0)}}@keyframes moveVertical{0%{transform:translateY(-30%)}50%{transform:translateY(30%)}to{transform:translateY(-30%)}}@keyframes moveHorizontal{0%{transform:translate(-30%) translateY(-10%)}50%{transform:translate(30%) translateY(10%)}to{transform:translate(-30%) translateY(-10%)}}.text-container{z-index:100;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;justify-content:center;align-items:center;font-size:96px;font-family:Plus Jakarta Sans,sans-serif;font-weight:400;text-align:center;color:#fff;opacity:.8;user-select:none;line-height:1.2}.gradient-bg{width:100vw;height:100vh;position:relative;overflow:hidden;background:#101010}.gradient-bg svg{display:none}.content--desktop-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.content--desktop-scrollbar::-webkit-scrollbar{width:0;height:0;display:none}.gradients-container{filter:url(#goo) blur(var(--blur));width:100%;height:100%}.g1{position:absolute;background:radial-gradient(circle at center,rgba(var(--color1),.8) 0,rgba(var(--color1),0) 50%) no-repeat;mix-blend-mode:var(--blending);width:var(--circle-size);height:var(--circle-size);top:calc(-40% - var(--circle-size) / 2);left:calc(-40% - var(--circle-size) / 2);transform-origin:bottom right;animation:moveVertical 8s ease infinite;opacity:.9;filter:blur(var(--blur))}.g2{position:absolute;background:radial-gradient(circle at center,rgba(var(--color2),.8) 0,rgba(var(--color2),0) 50%) no-repeat;mix-blend-mode:var(--blending);width:var(--circle-size);height:var(--circle-size);top:calc(-30% - var(--circle-size) / 2);left:calc(90% - var(--circle-size) / 2);transform-origin:bottom left;animation:moveInCircle 6s reverse infinite;opacity:.85;filter:blur(var(--blur))}.g3{position:absolute;background:radial-gradient(circle at center,rgba(var(--color3),.8) 0,rgba(var(--color3),0) 50%) no-repeat;mix-blend-mode:var(--blending);width:var(--circle-size);height:var(--circle-size);top:calc(90% - var(--circle-size) / 2);left:calc(-30% - var(--circle-size) / 2);transform-origin:top right;animation:moveInCircle 10s linear infinite;opacity:.85;filter:blur(var(--blur))}.g4{position:absolute;background:radial-gradient(circle at center,rgba(var(--color4),.8) 0,rgba(var(--color4),0) 50%) no-repeat;mix-blend-mode:var(--blending);width:var(--circle-size);height:var(--circle-size);top:calc(90% - var(--circle-size) / 2);left:calc(90% - var(--circle-size) / 2);transform-origin:top left;animation:moveHorizontal 10s ease infinite;opacity:.75;filter:blur(var(--blur))}
