.landing-wrapper{min-height:100dvh;position:relative;overflow-x:hidden}.landing-wrapper:before{left:0;background:linear-gradient(90deg,#060010,transparent)}.landing-wrapper:after,.landing-wrapper:before{content:"";position:fixed;top:0;width:300px;height:100vh;z-index:2;pointer-events:none}.landing-wrapper:after{right:0;background:linear-gradient(270deg,#060010,transparent)}.landing-content{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:100%;max-width:calc(1200px + 6em);padding:0 3em;margin:20px auto 0;z-index:10}.landing-title{user-select:none;word-break:break-all;font-size:4vmax;font-weight:500;position:relative;z-index:6;color:var(--color-rose-500);line-height:1;text-shadow:0 0 2px var(--color-rose-950),0 0 4px var(--color-rose-950),0 0 8px var(--color-rose-950),0 0 136px var(--color-rose-950);display:flex;justify-content:flex-start;align-items:flex-end;margin-bottom:2rem}.landing-title span{color:#99C31C;top:.5vmax;left:.5vmax;text-shadow:0 0 2px transparent,0 0 4px transparent,0 0 8px transparent,0 0 136px transparent}.landing-subtitle{user-select:none;overflow:visible!important;font-size:1.2rem;text-align:left!important;font-weight:300;line-height:1.2;color:#c8b5ff;max-width:30ch;margin-bottom:2rem;text-shadow:0 0 2px rgba(255,255,255,.1),0 0 4px rgba(255,255,255,.3),0 0 8px rgba(255,255,255,.4),0 0 136px rgba(120,60,255,.8);z-index:6}.hero-split{white-space:nowrap!important;overflow:visible!important}.landing-button{position:relative;background:linear-gradient(135deg,#7c3aed,rgba(24,47,255,.6));background-size:200% 200%;font-weight:600;font-size:1.1rem;border-radius:50px;border:none;padding:1rem 1rem 1rem 2.5rem;color:white;cursor:pointer;isolation:isolate;z-index:15;box-shadow:0 0 40px rgba(124,58,237,.4),0 0 80px rgba(139,92,246,.3),0 8px 32px rgba(0,0,0,.3);transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:glow-pulse 3s ease-in-out infinite alternate;text-shadow:0 1px 2px rgba(0,0,0,.1);letter-spacing:.5px;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:1.6rem}.button-arrow-circle{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:rgba(255,255,255,.9);border-radius:50%;color:#4c1d95;transition:all .3s ease;backdrop-filter:blur(10px);box-shadow:0 2px 8px rgba(0,0,0,.1);flex-shrink:0}.landing-button:hover .button-arrow-circle{background:rgba(255,255,255,1);transform:translateX(4px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.landing-button span{position:relative;z-index:2;display:inline-block;transition:all .3s ease}.landing-button:hover span{transform:scale(1.01)}.landing-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease;z-index:1}.landing-button:after{content:"";position:absolute;inset:-2px;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent,rgba(255,255,255,.1),transparent);background-size:200% 200%;border-radius:50px;z-index:-1;animation:border-dance 4s linear infinite;opacity:0;transition:opacity .3s ease}.landing-button:hover{box-shadow:0 0 60px rgba(124,58,237,.2),0 0 120px rgba(139,92,246,.2),0 0 180px rgba(109,40,217,.2),0 12px 40px rgba(0,0,0,.4),inset 0 2px 0 rgba(255,255,255,.4),inset 0 -2px 0 rgba(0,0,0,.3);transform:translateY(-4px) scale(1.01);transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation-duration:1.5s}.landing-button:hover:before{left:100%}.landing-button:hover:after{opacity:1}.landing-button:active{transform:translateY(-2px) scale(1.02);transition:all .1s ease}@keyframes glow-pulse{0%{filter:brightness(1) saturate(1)}to{filter:brightness(1.1) saturate(1.2)}}@keyframes border-dance{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeInUpRotate1{0%{opacity:0;transform:translateY(30px) scale(.9) rotate(-13deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(-13deg)}}@keyframes fadeInUpRotate2{0%{opacity:0;transform:translateY(30px) scale(.9) rotate(10deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(10deg)}}@keyframes fadeInUpRotate3{0%{opacity:0;transform:translateY(30px) scale(.9) rotate(-5deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(-5deg)}}@keyframes fadeInUpMobile{0%{opacity:0;transform:translateY(30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeInUpMobileRotate1{0%{opacity:0;transform:translateY(30px) scale(.9) rotate(-13deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(-13deg)}}@keyframes fadeInUpMobileRotate2{0%{opacity:0;transform:translateY(30px) scale(.9) rotate(10deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(10deg)}}@keyframes fadeInUpMobileRotate3{0%{opacity:0;transform:translateY(30px) scale(.9) rotate(-5deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(-5deg)}}.hero-main-content{flex:1;display:flex;flex-direction:column;align-items:flex-start;max-width:60%}.hero-cards-container{flex-direction:column;align-items:center;justify-content:center;max-width:40%;margin-left:.6rem}.hero-cards-container,.hero-cards-row{display:flex;gap:2.4rem}.hero-glitch{mix-blend-mode:screen;border-radius:30px!important}.hero-dot-grid{overflow:hidden!important;transform:translateY(5px) translateX(5px)}.hero-metaballs{mix-blend-mode:screen;opacity:1}.hero-falling-text .falling-text-canvas,.hero-lines{width:100%!important;height:100%!important}.hero-card{width:200px;height:200px;background:linear-gradient(135deg,rgba(124,58,237,.2),rgba(69,40,217,.2));border:2px solid rgba(255,255,255,.2);border-radius:30px;box-shadow:0 30px 100px rgba(6,0,16,.95),0 20px 70px rgba(6,0,16,.9),0 15px 50px rgba(6,0,16,.8),0 10px 30px rgba(6,0,16,.7),0 8px 32px rgba(124,58,237,.4),inset 0 1px 0 rgba(255,255,255,.2);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:all .3s ease;position:relative;overflow:hidden;cursor:pointer;opacity:0}.hero-card-1{animation:fadeInUpRotate1 .8s ease-out forwards;animation-delay:.2s;transform:translateY(0) scale(1) rotate(-13deg)}.hero-card-2{animation:fadeInUpRotate2 .8s ease-out forwards;animation-delay:.4s;transform:translateY(0) scale(1) rotate(10deg)}.hero-card-3{animation:fadeInUpRotate3 .8s ease-out forwards;animation-delay:.6s;transform:translateY(0) scale(1) rotate(-5deg)}.hero-card:hover{filter:grayscale(50%);box-shadow:0 50px 140px rgba(6,0,16,.98),0 35px 100px rgba(6,0,16,.95),0 25px 70px rgba(6,0,16,.9),0 15px 50px rgba(6,0,16,.8),0 12px 40px rgba(124,58,237,.6),inset 0 1px 0 rgba(255,255,255,.3);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px)}.hero-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.hero-card:hover:before{left:100%}@media (max-width:1440px){.landing-subtitle{font-size:1.3rem}}@media (max-width:1366px){.landing-subtitle{font-size:1.2rem}}@media (max-width:1200px){.landing-subtitle{font-size:1.1rem}}@media (max-width:1100px){.landing-subtitle{font-size:1rem}}@media (max-width:1024px){.landing-subtitle{font-size:.95rem}.hero-main-content{max-width:100%;align-items:center;text-align:center;margin-bottom:2rem}.hero-cards-container{max-width:100%;width:100%;margin-left:0;margin-top:2rem;flex-direction:row;gap:1.5rem;justify-content:space-between}.hero-cards-row{display:contents}.hero-card{flex:1;height:120px;max-width:calc(33.333% - 1rem)}.hero-card-1{animation:fadeInUpMobileRotate1 .8s ease-out forwards;animation-delay:.2s;transform:translateY(0) scale(1) rotate(-13deg)}.hero-card-2{animation:fadeInUpMobileRotate2 .8s ease-out forwards;animation-delay:.4s;transform:translateY(0) scale(1) rotate(10deg)}.hero-card-3{animation:fadeInUpMobileRotate3 .8s ease-out forwards;animation-delay:.6s;transform:translateY(0) scale(1) rotate(-5deg)}.landing-wrapper>div[style*="position: absolute"][style*="width: 100vw"][style*="height: 100vh"]{opacity:.7}}@media (max-width:950px){.landing-subtitle{font-size:.9rem;text-align:center!important}}@media (max-width:900px){.landing-subtitle{font-size:.85rem;text-align:center!important}.landing-wrapper:after,.landing-wrapper:before{width:100px}}@media (max-width:820px){.landing-subtitle{font-size:.8rem}}@media (max-width:768px){.landing-content{padding:0 1em}.landing-title{font-size:3vmax}.landing-title span{font-size:4.5vmax;top:1vmax}.landing-subtitle{font-size:.75rem;text-align:center!important;max-width:100%}.landing-button{padding:.8rem .8rem .8rem 1.8rem;font-size:1rem;gap:1.2rem}.button-arrow-circle{width:32px;height:32px}.hero-cards-container{flex-direction:row;gap:1.2rem;width:100%;justify-content:space-between}.hero-cards-row{display:contents}.hero-card{flex:1;height:120px;max-width:calc(33.333% - .8rem)}.hero-card-1{animation:fadeInUpMobileRotate1 .8s ease-out forwards;animation-delay:.2s;transform:translateY(0) scale(1) rotate(-13deg)}.hero-card-2{animation:fadeInUpMobileRotate2 .8s ease-out forwards;animation-delay:.4s;transform:translateY(0) scale(1) rotate(10deg)}.hero-card-3{animation:fadeInUpMobileRotate3 .8s ease-out forwards;animation-delay:.6s;transform:translateY(0) scale(1) rotate(-5deg)}.landing-wrapper>div[style*="position: absolute"][style*="width: 100vw"][style*="height: 100vh"]{opacity:.5}}@media (max-width:700px){.landing-subtitle{font-size:1rem;text-align:center!important;max-width:100%}}@media (max-width:640px){.landing-subtitle{text-align:center!important;max-width:100%}}@media (max-width:580px){.landing-subtitle{text-align:center!important;max-width:100%}}@media (max-width:520px){.landing-subtitle{text-align:center!important;max-width:100%}}@media (max-width:480px){.landing-subtitle{text-align:center!important;max-width:100%}.landing-button{padding:.7rem .7rem .7rem 1.5rem;font-size:.95rem;gap:1rem}.button-arrow-circle{width:28px;height:28px}.hero-cards-container{flex-direction:row;gap:1rem;width:100%;justify-content:space-between}.hero-cards-row{display:contents}.hero-card{flex:1;height:120px;max-width:calc(33.333% - .666rem)}.hero-card-1{animation:fadeInUpMobileRotate1 .8s ease-out forwards;animation-delay:.2s;transform:translateY(0) scale(1) rotate(-13deg)}.hero-card-2{animation:fadeInUpMobileRotate2 .8s ease-out forwards;animation-delay:.4s;transform:translateY(0) scale(1) rotate(10deg)}.hero-card-3{animation:fadeInUpMobileRotate3 .8s ease-out forwards;animation-delay:.6s;transform:translateY(0) scale(1) rotate(-5deg)}.landing-wrapper>div[style*="position: absolute"][style*="width: 100vw"][style*="height: 100vh"]{opacity:.3}}@media (max-width:430px){.landing-subtitle{text-align:center!important;max-width:100%}}@media (max-width:390px){.landing-subtitle{text-align:center!important;max-width:100%}}@media (max-width:375px){.landing-subtitle{text-align:center!important;max-width:100%}.landing-button{padding:.6rem .6rem .6rem 1.2rem;font-size:.9rem;gap:.8rem}.button-arrow-circle{width:26px;height:26px}}.mobile-hero-background-container{position:absolute;inset:0;overflow:hidden;width:100vw;height:100vh;z-index:-1}.mobile-hero-background-image{width:100%;height:100%;object-fit:cover;opacity:.6}.testimonials-section{width:100%;padding:2rem 0;background:transparent;overflow-x:hidden}.testimonials-container{max-width:1400px;margin:0 auto;padding:0 20px}.testimonials-header{text-align:center;margin-bottom:80px}.testimonials-title{position:relative;font-size:4rem;font-weight:600;letter-spacing:-2px;color:#fff;margin-bottom:.2rem;background:linear-gradient(135deg,#ffffff,#b9db5a 20%,#99c31c 40%,#6f9610 60%,#99c31c 80%,#ffffff);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;animation:gradientShift 4s ease-in-out infinite;display:inline-block}.testimonials-title *{background:inherit;background-size:inherit;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:inherit}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.testimonials-subtitle{font-size:1.2rem;color:#ffffffb7;text-shadow:0 0 2px rgba(255,255,255,.1),0 0 4px rgba(255,255,255,.3),0 0 8px rgba(255,255,255,.4),0 0 136px rgba(132,0,255,.9);font-weight:400;margin:0;text-align:center}.testimonials-marquee-container{position:relative;width:100%;max-width:1200px;margin:0 auto;overflow:hidden}.testimonials-marquee-container:after,.testimonials-marquee-container:before{content:"";position:absolute;top:0;bottom:0;width:200px;z-index:10;pointer-events:none}.testimonials-marquee-container:before{left:0;background:linear-gradient(90deg,#060010,transparent)}.testimonials-marquee-container:after{right:0;background:linear-gradient(270deg,#060010,transparent)}.testimonial-row{width:100%;overflow:visible;margin-bottom:20px;position:relative;padding:2px 0}.testimonial-row:last-child{margin-bottom:0}.testimonial-marquee{display:flex;gap:20px;animation-timing-function:linear;animation-iteration-count:infinite;will-change:transform;width:max-content;transform:translateZ(0);backface-visibility:hidden}.testimonial-marquee-left{animation-name:marquee-left;animation-duration:var(--speed)}.testimonial-marquee-right{animation-name:marquee-right;animation-duration:var(--speed)}@keyframes marquee-left{0%{transform:translateX(0)}to{transform:translateX(-25%)}}@keyframes marquee-right{0%{transform:translateX(-25%)}to{transform:translateX(0)}}.testimonial-card{flex-shrink:0;width:380px;min-height:120px;background:#060010;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);white-space:normal}.testimonial-content{display:flex;flex-direction:column;gap:16px;height:100%}.testimonial-text{color:#ffffff;font-size:1.2rem;line-height:1.6;margin:0;flex-grow:1;white-space:normal}.testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-avatar{position:relative;width:40px;height:40px;border-radius:50%;overflow:hidden;object-fit:cover;border:2px solid rgba(255,255,255,.1)}.testimonial-handle{color:rgba(255,255,255,.8);font-size:1.2rem;font-weight:500}@media (max-width:1280px){.testimonials-marquee-container{max-width:1000px}.testimonial-card{width:320px;min-height:110px}}@media (max-width:1024px){.testimonials-marquee-container{max-width:800px}.testimonial-card{width:280px;min-height:100px;padding:20px}.testimonials-title{font-size:2.5rem}}@media (max-width:768px){.testimonials-section{padding:80px 0}.testimonials-header{margin-bottom:60px}.testimonials-title{font-size:2.5rem}.testimonials-subtitle{font-size:1.1rem}.testimonials-marquee-container{max-width:600px}.testimonials-marquee-container:after,.testimonials-marquee-container:before{width:80px}.testimonial-card{width:240px;min-height:90px;padding:18px}.testimonial-text{font-size:.9rem}.testimonial-handle{font-size:.8rem}.testimonial-row{margin-bottom:16px}}@media (max-width:480px){.testimonials-container{padding:0 16px}.testimonials-marquee-container{max-width:400px}.testimonials-marquee-container:after,.testimonials-marquee-container:before{width:60px}.testimonial-card{width:200px;min-height:80px;padding:16px}.testimonials-title{font-size:2rem}.testimonials-subtitle{font-size:1rem}.testimonial-avatar{width:32px;height:32px}.testimonial-handle{font-size:.8rem}}.start-building-section{width:100%;padding:80px 0;background:transparent;position:relative;z-index:22}.start-building-container{max-width:1200px;margin:0 auto;padding:0 20px}.start-building-card{width:100%;max-width:1200px;user-select:none;margin:0 auto;background:linear-gradient(135deg,#E6233C,rgba(230,35,60,.7));background-size:200% 200%;border-radius:16px;padding:4rem 3rem;backdrop-filter:blur(10px);position:relative;overflow:hidden;transition:all .3s ease;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.start-building-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/grain.webp);background-size:500px 500px;filter:invert(100%);mix-blend-mode:multiply;background-repeat:repeat;opacity:1;pointer-events:none;z-index:1}.start-building-card>*{position:relative;z-index:2}.start-building-title{color:#fff;font-size:2.6rem;font-weight:600;margin:0;line-height:1}.start-building-subtitle{color:#fff;font-size:1.2rem;font-weight:500;margin:-1rem 0 0;opacity:.9;max-width:600px;line-height:1.4}.start-building-button{background:transparent;color:#99C31C;border:2px solid #99c31c;padding:.6rem 1.6rem;font-size:1.5rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .2s ease}.start-building-button:hover{background:#99C31C;color:#E6233C}@media (max-width:1280px){.start-building-container{max-width:1000px;padding:0 30px}.start-building-card{padding:2.5rem}}@media (max-width:768px){.start-building-section{padding:60px 0}.start-building-container{padding:0 20px}.start-building-card{padding:3rem 2rem;border-radius:12px;gap:1.25rem}.start-building-title{font-size:2rem}.start-building-subtitle{font-size:1.1rem}.start-building-button{padding:.875rem 1.75rem;font-size:1rem}}@media (max-width:480px){.start-building-section{padding:40px 0}.start-building-container{padding:0 16px}.start-building-card{padding:2.5rem 1.5rem;gap:1rem}.start-building-title{font-size:1.5rem}.start-building-subtitle{font-size:1rem;margin:0;padding:0 .6rem}.start-building-button{padding:.75rem 1.5rem;font-size:.95rem}}.text-rotate{display:flex;flex-wrap:wrap;white-space:pre-wrap;position:relative}.text-rotate-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-rotate-word{display:inline-flex}.text-rotate-lines{display:flex;flex-direction:column;width:100%}.text-rotate-element{display:inline-block}.text-rotate-space{white-space:pre}.scroll-reveal{margin:20px 0}.scroll-reveal-text{font-size:clamp(1.6rem,4vw,3rem);line-height:1.5;font-weight:500}.word{display:inline-block}.chroma-grid{width:100%;height:100%;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;box-sizing:border-box;--x:50%;--y:50%;--r:220px}.chroma-card,.chroma-grid{position:relative;display:flex}.chroma-card{flex-direction:column;width:calc(33% - .5rem);height:400px;border-radius:20px;overflow:hidden;transition:all .3s ease;background:var(--card-gradient);--mouse-x:50%;--mouse-y:50%;--spotlight-color:#E6233C;--spotlight-color2:#99C31C;cursor:pointer}@media (max-width:780px){.chroma-card{width:calc(50% - .5rem)}}.chroma-card:before{content:"";position:absolute;inset:0;opacity:0;transition:opacity .5s ease;z-index:2;cursor:pointer}.chroma-card:before,.chroma-card:nth-child(odd):before{background:radial-gradient(circle at var(--mouse-x) var(--mouse-y),var(--spotlight-color),transparent 70%)}.chroma-card:nth-child(2n):before{background:radial-gradient(circle at var(--mouse-x) var(--mouse-y),var(--spotlight-color2),transparent 70%)}.chroma-card:hover:before{opacity:1}.chroma-img-wrapper{position:relative;width:100%;height:100%;z-index:1;flex:1;padding:10px;box-sizing:border-box;background:transparent;transition:background .3s ease}.chroma-img-wrapper img{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover;border-radius:10px;display:block}.chroma-img-wrapper img.fadeAlphaPerson{animation:fadeAlphaPerson 10s ease-in-out infinite}.chroma-img-wrapper img.fadeAlphaPerson.fade-delay-1{animation-delay:0s}.chroma-img-wrapper img.fadeAlphaPerson.fade-delay-2{animation-delay:.5s}.chroma-img-wrapper img.fadeAlphaPerson.fade-delay-3{animation-delay:1s}.chroma-img-wrapper img.fadeAlphaPerson.fade-delay-4{animation-delay:1.5s}.chroma-img-wrapper img.fadeAlphaPerson.fade-delay-5{animation-delay:2s}.chroma-img-wrapper img.fadeAlphaPerson.fade-delay-6{animation-delay:2.5s}@keyframes fadeAlphaPerson{0%{opacity:1}50%{opacity:0}to{opacity:1}}.chroma-info{position:relative;z-index:1;padding:.75rem 1rem;color:#fff;font-family:system-ui,sans-serif;display:grid;grid-template-columns:1fr auto;row-gap:.25rem;column-gap:.75rem}.chroma-info .handle,.chroma-info .role{color:#aaa}.chroma-overlay{z-index:3;mask-image:radial-gradient(circle var(--r) at var(--x) var(--y),transparent 0,transparent 15%,rgba(0,0,0,.1) 30%,rgba(0,0,0,.22) 45%,rgba(0,0,0,.35) 60%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.68) 88%,white 100%);-webkit-mask-image:radial-gradient(circle var(--r) at var(--x) var(--y),transparent 0,transparent 15%,rgba(0,0,0,.1) 30%,rgba(0,0,0,.22) 45%,rgba(0,0,0,.35) 60%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.68) 88%,white 100%)}.chroma-fade,.chroma-overlay{position:absolute;inset:0;pointer-events:none;backdrop-filter:grayscale(1) brightness(.78);-webkit-backdrop-filter:grayscale(1) brightness(.78);background:rgba(0,0,0,.001)}.chroma-fade{z-index:4;mask-image:radial-gradient(circle var(--r) at var(--x) var(--y),white 0,white 15%,rgba(255,255,255,.9) 30%,rgba(255,255,255,.78) 45%,rgba(255,255,255,.65) 60%,rgba(255,255,255,.5) 75%,rgba(255,255,255,.32) 88%,transparent 100%);-webkit-mask-image:radial-gradient(circle var(--r) at var(--x) var(--y),white 0,white 15%,rgba(255,255,255,.9) 30%,rgba(255,255,255,.78) 45%,rgba(255,255,255,.65) 60%,rgba(255,255,255,.5) 75%,rgba(255,255,255,.32) 88%,transparent 100%);opacity:1;transition:opacity .25s ease}.dialogFooter{position:relative;width:100%;display:flex;justify-content:center;padding:1rem}.dialogFooter button{background-color:var(--color-vc-02)!important}