.navbar{position:fixed;top:0;left:0;right:0;padding:.2rem;background-color:#0000001a;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);z-index:1000;border-bottom:1px solid rgba(255,255,255,.1)}.navbar-container{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:65px}@media (min-width: 640px){.navbar-container{padding:0 1.5rem}}@media (min-width: 1024px){.navbar-container{padding:0 2rem}}.logo{font-size:clamp(1rem,2vw,1.25rem);font-weight:700;color:#fff;text-decoration:none;display:flex;justify-content:center;align-items:center;padding:.25rem;white-space:nowrap;height:16px}.navbar-right{display:flex;gap:clamp(1rem,3vw,2.5rem);align-items:center}.nav-links{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:clamp(1rem,3vw,2.5rem)}.nav-link{color:#fff;text-decoration:none;font-weight:500;font-size:clamp(.875rem,2vw,1rem);transition:color .2s ease;white-space:nowrap}.nav-link:focus{outline:none}.nav-link:hover{color:#bbb;transform:translateY(-2px)}.nav-buttons{display:flex;gap:1rem;align-items:center}.join-btn{background-color:#fff;color:#000;padding:clamp(.5rem,2vw,.75rem) clamp(.75rem,2.5vw,1.25rem);border-radius:5px;text-decoration:none;font-weight:500;font-size:clamp(.75rem,2vw,1rem);transition:all .2s ease;border:1px solid #ffffff;white-space:nowrap}.join-btn:focus{outline:none}.join-btn:hover{background-color:#dedede;transform:translateY(-2px)}.arrow-icon{width:16px;height:16px}.menu-button{display:none;background:transparent;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:.5rem;z-index:1001}.menu-button:focus{outline:none}.menu-button span{display:block;width:25px;height:3px;background-color:#fff;border-radius:3px;transition:all .3s ease-in-out}.menu-button.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-button.active span:nth-child(2){opacity:0}.menu-button.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width: 768px){.navbar-right{display:none}.nav-links{display:flex;position:absolute;top:65px;left:0;right:0;background-color:#0000001a;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);flex-direction:column;padding:2rem 0 1.5rem;gap:1.5rem;align-items:center;transform:translateY(-150%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);border-bottom:none;margin:0;z-index:-1}.nav-links.active{display:flex;transform:translateY(0)}.nav-buttons{display:none}.menu-button{display:flex}}@media (max-width: 480px){.navbar-container{padding:0 .75rem}.logo{font-size:1.25rem}}.mobile-menu{display:none;flex-direction:column;background:#fff;color:#000;position:absolute;top:65px;left:0;right:0;z-index:999;padding:1.5rem 0;border-bottom:1px solid #222;transition:all .3s;gap:2.5rem;max-width:350px;margin:0 auto;border-radius:0 0 16px 16px}.mobile-menu.open{display:flex}.mobile-menu .nav-link,.mobile-menu .join-btn{color:#000}.mobile-menu .join-btn{background-color:#b3b3b3;color:#fff!important;border:none;padding:.5rem 1.2rem;border-radius:6px;font-weight:700;font-size:1rem;max-width:180px;width:100%;margin:0 auto;display:block;box-shadow:0 4px 16px #0000002e,0 1.5px 4px #00000026,0 .5px 1px #0000001f;transition:box-shadow .2s}.mobile-menu .join-btn:hover{box-shadow:0 8px 24px #00000047,0 2px 8px #0003}@media (min-width: 769px){.mobile-menu{display:none!important}}a:focus .logo,a:active .logo,.logo:focus,.logo:active,.navbar a:focus,.navbar a:active{outline:none!important;border:none!important;box-shadow:none!important}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:clamp(4rem,8vw,6rem) 0;background:linear-gradient(to bottom,#12113b,#9663f0 80%);overflow:hidden}.flag-overlay{position:absolute;top:0;left:0;width:100vw;height:100vh;object-fit:cover;opacity:.3;z-index:2;pointer-events:none}.stars-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.star{position:absolute;width:2px;height:2px;background:#fff;border-radius:50%;animation:twinkle 3s ease-in-out infinite;opacity:0}.star:nth-child(3n){width:3px;height:3px;background:#f0f0f0}.star:nth-child(5n){width:1px;height:1px;background:#e0e0e0}.feature-image-scheduling{display:flex;justify-content:center;align-items:center;background-color:#000;width:100%;height:100%;border-radius:10px;padding:20px 10px 10px}@keyframes twinkle{0%,to{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1)}}.hero-content{text-align:left;max-width:min(800px,90vw);margin:0 auto;padding:0 clamp(1rem,4vw,2rem);position:relative;z-index:2}.popup-interface{display:flex;height:clamp(15em,35vw,30em);width:clamp(10em,23vw,20em);z-index:2;position:absolute;top:50%;left:87%;transform:translate(-50%,-50%)}.focus-pill{width:100%}@media (max-width: 1024px){.popup-interface{left:80%;height:clamp(12em,30vw,20em);width:clamp(8em,20vw,15em)}}@media (max-width: 768px){.popup-interface{position:relative;left:50%;top:auto;transform:translate(-50%);margin-top:2rem;height:clamp(10em,25vw,15em);width:clamp(7em,18vw,12em)}}.hero-title{font-size:clamp(1.8rem,5vw,3.5rem);font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:#fff;white-space:nowrap;text-align:center}@media (max-width: 768px){.hero-title{white-space:normal}}.hero-subtitle{font-size:clamp(.8rem,2.2vw,1.1rem);color:#fff;margin-bottom:2rem;max-width:min(600px,90vw);margin-left:auto;margin-right:auto;line-height:1.6;text-align:center}.hero-cta{display:flex;justify-content:center;margin-top:2rem}.gradient-overlay-FirstCircle{position:absolute;width:clamp(350px,60vw,600px);height:clamp(360px,60vw,600px);border-radius:50%;background:radial-gradient(circle,#9650dc99,#9650dc00 70%);filter:blur(80px);top:45%;left:50%;transform:translate(-50%,-50%);z-index:1;pointer-events:none}.second-circle{position:absolute;width:clamp(355px,45vw,450px);height:clamp(355px,45vw,450px);border-radius:50%;background:radial-gradient(circle,#c864ffcc,#c864ff33 60%);filter:blur(60px);top:45%;left:50%;transform:translate(-50%,-50%);z-index:2;pointer-events:none;filter:brightness(.7)}.muted{filter:brightness(0)}.button{padding:clamp(.75rem,2vw,.875rem) clamp(1.25rem,3vw,1.5rem);border-radius:8px;font-weight:600;font-size:clamp(.875rem,2vw,1rem);transition:all .3s ease;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.button-primary{background:transparent;color:#fff;border:1px solid #ffffff}.button-primary:hover{background:#ffffff1a;transform:translateY(-2px)}.button-secondary{background:#fff;color:#000;border:2px solid #FFFFFF}.button-secondary:hover{background:#fff;transform:translateY(-2px)}.arrow-icon{filter:brightness(0) invert(1)}@media (max-width: 768px){.hero-cta{flex-direction:column;align-items:center;gap:1rem}.button{width:100%;max-width:200px;text-align:center;justify-content:center}}.focus-pill{display:flex;justify-content:center;align-items:center;background-color:#8a5df633;border:1px solid rgba(138,93,246,.4);padding:clamp(6px,1.5vw,8px) clamp(12px,2.5vw,16px);border-radius:999px;color:#fff;font-size:clamp(.75rem,2vw,.9rem);margin:0 auto 1.5rem;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);cursor:pointer;white-space:nowrap;width:fit-content;max-width:80vw;box-sizing:border-box}@media (max-width: 600px){.focus-pill{max-width:95vw;font-size:1rem;padding-left:1em;padding-right:1em}}.focus-pill span{background-color:#8a5df6;padding:clamp(4px,1vw,6px) clamp(8px,1.5vw,12px);border-radius:999px;margin-right:.5rem;font-weight:600}.features-section{width:100%;min-height:100vh;background:linear-gradient(to bottom,#652fc3 10%,#12113b 60%);position:relative;overflow:hidden}.features-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 20%),radial-gradient(circle at 100% 20%,rgba(255,119,198,.3) 0%,transparent 10%),radial-gradient(circle at 40% 40%,rgba(120,219,255,.2) 0%,transparent 0%);z-index:1}.features-scroll-section{position:relative;z-index:2}.sticky-wrapper{position:sticky;top:0;height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.features-header{position:absolute;top:15vh;color:#fff;z-index:10}.features-header h2{font-size:2.5rem;font-weight:700;color:#fff;text-align:center;margin-bottom:2rem}.features-content-with-popup{display:flex;align-items:flex-start;justify-content:center;gap:4rem;position:relative}.features-content{flex:2}.popup-preview-img{flex:1;max-width:320px;min-width:200px;border-radius:16px;box-shadow:0 8px 32px #0000002e;background:#1a1333;margin-top:2rem;object-fit:contain}@media (max-width: 900px){.features-content-with-popup{flex-direction:column;align-items:center}.popup-preview-img{margin-top:2rem;max-width:90vw}}.features-content h2{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:#fff;text-align:center;margin-bottom:clamp(2rem,5vw,4rem)}.features-list{display:flex;flex-direction:column;gap:clamp(6rem,15vw,12rem);width:100%;perspective:2000px}.feature-card{display:flex;align-items:center;justify-content:flex-start;gap:2rem;width:100%;max-width:900px;margin:0 auto}.feature-card.is-visible{opacity:1;transform:translateY(0) rotateX(0) scale(1)}.description-part{flex:0 0 35ch;text-align:right;color:#fff;font-size:1.2rem;line-height:1.7}@media (max-width: 768px){.feature-card{flex-direction:column;text-align:center}.description-part{text-align:center;flex:1}}.main-content-part{flex:5;display:flex;flex-direction:column;align-items:center;gap:1rem}.main-content-part h3{font-size:1.8rem;font-weight:700;color:#fff;text-align:center;margin:0}.feature-image-dashboard{display:flex;justify-content:center;align-items:center;background-color:#000;padding:20px 10px;border-radius:10px}.feature-image-default{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#141414;padding:20px 10px;border-radius:10px;height:400px;width:450px;image-rendering:smooth}.feature-image:hover{border-color:#fff6;box-shadow:0 16px 48px #5028b42e,0 4px 16px #0000002e,0 2px 8px #00000026;transform:translateY(-5px)}.feature-image img{width:90%;height:90%;object-fit:contain;display:block}.feature-title-animate{opacity:0;transform:translateY(30px);transition:all .6s ease}.feature-title-animate.animate{opacity:1;transform:translateY(0)}.feature-description-animate{opacity:0;transform:translateY(20px);transition:all .6s ease .2s}.feature-description-animate.animate{opacity:1;transform:translateY(0)}@media (max-width: 900px){.feature-image{width:100%;margin-bottom:2rem}.feature-card{max-width:100vw;padding:0 1rem}.description-part{margin-bottom:1EM}}@media (max-width: 480px){.features-list{gap:4rem}}.blockedlist-image{background:#18123a}.features-list .feature-card:last-child .feature-image{margin-bottom:4rem}.cta-section{background:#0c0b2c;padding:clamp(3em,8vw,5em) 0 clamp(2em,5vw,3em) 0}.cta-container{background:radial-gradient(ellipse at 60% 40%,#9663f0,#12113b);border-radius:32px;box-shadow:0 8px 32px #5028b42e;max-width:min(1000px,95vw);min-height:clamp(250px,50vw,300px);margin:0 auto;padding:clamp(2em,5vw,3em) clamp(1em,3vw,2em) clamp(1.5em,4vw,2.5em) clamp(1em,3vw,2em);color:#fff;display:flex;flex-direction:column;align-items:center;gap:clamp(1.5em,4vw,2em)}.cta-title h2{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:#fff;text-align:center;line-height:1.3}#cta-subtitle{margin-top:1em;color:#c2c2c2;font-weight:500}.cta-subtitle img{width:clamp(1.5em,3vw,2em);height:clamp(1.5em,3vw,2em)}.cta-Forms{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:clamp(.25em,1vw,.5em);width:100%;max-width:min(600px,90vw);flex-wrap:nowrap}.cta-Forms input{flex:1;min-width:clamp(100px,20vw,180px);height:40px;border-radius:8px;border:1px solid #fff;padding:0 clamp(.5em,2vw,1em);font-size:clamp(.875rem,2vw,1rem);font-weight:600;color:#fff;background-color:transparent}.cta-Forms input:focus{outline:none;border:1px solid #fff}.cta-Forms input::placeholder{color:#ffffffb3}.cta-Forms button{min-width:clamp(80px,18vw,16em);height:40px;border-radius:8px;border:none;padding:0 clamp(.5em,2vw,1em);font-size:clamp(.875rem,2vw,1rem);font-weight:700;color:#000;background-color:#fff;cursor:pointer;white-space:nowrap;flex-shrink:0}.cta-Forms button:focus{outline:none}.cta-Forms button:hover{background-color:#dedede;transform:translateY(-2px)}.cta-status{position:absolute;top:73%;left:48%;transform:translate(-50%);background:#fff;color:#000;padding:.75rem 1rem;border-radius:8px}.cta-status.success{background:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.cta-status.error{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.cta-status.already-subscribed{background:#f59e0b33;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cta-Forms button:disabled{opacity:.7;cursor:not-allowed;transform:none}.cta-Forms button:disabled:hover{background-color:#fff;transform:none}@media (max-width: 768px){.cta-container{background:radial-gradient(ellipse at 60% 40%,#9663f0,#12113b);padding:2em 1em 1.5em;gap:1.5em;min-height:200px;max-width:90vw}.cta-title h2{font-size:clamp(1.25rem,3.5vw,1.5rem);line-height:1.4}.cta-Forms{flex-direction:column;gap:1rem;width:100%;max-width:100%;padding:0 .5rem}.cta-status{max-width:100%;font-size:.9rem;padding:.5rem .75rem}.cta-status{position:absolute;top:70%;left:48%;transform:translate(-50%);background:#fff;color:#000;padding:.75rem 1rem;border-radius:8px;height:50px}}@media (max-width: 480px){.cta-section{padding:2em 0 1.5em}.cta-container{background:radial-gradient(ellipse at 60% 40%,#9663f0,#12113b);padding:1.5em .5em 1em;gap:1.25em;min-height:180px;border-radius:24px;max-width:95vw}.cta-title h2{font-size:clamp(1.1rem,3vw,1.25rem);line-height:1.3}.cta-Forms{gap:.75rem;padding:0 .25rem}.cta-Forms input,.cta-Forms button{height:40px;font-size:.9rem;padding:0 .75rem}.cta-status{font-size:.8rem;padding:0rem;top:70%;left:48%;transform:translate(-50%);background:#fff;color:#000;padding:.75rem 1rem;border-radius:8px;height:50px;margin-top:40px;margin-bottom:20px}}.footer{background:#0a0a0a;color:#fff;padding:2.5rem 0 .5rem;text-align:center;font-family:inherit;width:100%}.footer-main{margin-bottom:2.5rem}.footer-logo{width:100%;display:flex;justify-content:center;align-items:center;font-size:2rem;font-weight:600;letter-spacing:1px;margin-bottom:1.2rem}.footer-logo img{width:100%;max-width:300px;height:auto;display:block}.footer-title{font-size:1.5rem;font-weight:500;margin-bottom:.7rem}.footer-desc{font-size:1rem;color:#bdbdbd;margin-bottom:.5rem}.footer-bottom{border-top:1px solid #222;display:flex;justify-content:space-between;align-items:center;padding:1.2rem 2rem .5rem;font-size:.95rem;color:#bdbdbd;flex-wrap:wrap}.footer-left{text-align:left;flex:1 1 200px}.footer-right{text-align:right;flex:1 1 200px}.footer-right a{color:#bdbdbd;text-decoration:none;margin:0 .2rem;font-size:.95rem;transition:color .2s}.footer-right a:focus,.footer-right a:hover{color:#fff;outline:none}.footer-divider{margin:0 .5rem;color:#bdbdbd}@media (max-width: 700px){.footer{padding:1.5rem 0 .5rem}.footer-main{margin-bottom:1.5rem}.footer-logo{font-size:1.5rem;margin-bottom:.8rem}.footer-title{font-size:1.1rem;margin-bottom:.5rem}.footer-desc{font-size:.9rem;margin-bottom:.3rem}.footer-logo img{max-width:200px}}@media (max-width: 480px){.footer{padding:1rem 0 .5rem}.footer-main{margin-bottom:1rem}.footer-logo{font-size:1.25rem;margin-bottom:.6rem}.footer-title{font-size:1rem;margin-bottom:.4rem}.footer-desc{font-size:.8rem;margin-bottom:.2rem}.footer-bottom{padding:.8rem .5rem .5rem;font-size:.8rem}.footer-logo img{max-width:300px;height:auto;margin:0 auto;display:block}}.privacy-policy-container{max-width:800px;margin:2rem auto;padding:2.5rem 2rem;background:#fff;border-radius:18px;box-shadow:0 2px 16px #00000012;color:#222;font-family:Segoe UI,Roboto,Arial,sans-serif}.privacy-policy-container h1{font-size:2.2rem;margin-bottom:1.2rem;font-weight:700}.privacy-policy-container h2{font-size:1.4rem;margin-top:2.2rem;margin-bottom:1rem;font-weight:600}.privacy-policy-container h3,.privacy-policy-container h4{margin-top:1.5rem;margin-bottom:.7rem;font-weight:500}.privacy-policy-container p{margin-bottom:1.1rem;line-height:1.7}.privacy-policy-container ul{margin:1rem 0 1.5rem 1.5rem;padding-left:1.2rem}.privacy-policy-container li{margin-bottom:.7rem;line-height:1.6}.privacy-policy-container a{color:#3a1d5c;text-decoration:underline;word-break:break-all}.privacy-policy-container strong{color:#24123a}.privacy-policy-container{transition:box-shadow .2s}.privacy-policy-container:hover{box-shadow:0 4px 24px #3a1d5c1a}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;line-height:1.6;overflow-x:hidden}.app{min-height:100vh;width:100%;overflow-x:hidden;display:flex;flex-direction:column}#root{width:100%;min-height:100vh;margin:0 auto;text-align:center}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}img{max-width:100%;height:auto;display:block}button,a{transition:all .2s ease-in-out;-webkit-user-select:none;user-select:none}.description-part,.main-content-part,.feature-title-animate{-webkit-user-select:text;user-select:text}button:focus,a:focus,input:focus{outline:2px solid #4b277a;outline-offset:2px}section{position:relative;z-index:1}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #3a1d5caa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
