.page_page__ZU32B{margin:0 auto;text-align:center;height:100dvh;width:100vw;font-family:var(--font-geist-sans)}.input-container{display:flex;flex-direction:column;gap:6px;width:calc(100% - 16px);max-width:640px}.input-wrapper{display:flex;flex-direction:column;gap:8px;padding:8px;border-radius:28px;background:rgba(20,20,22,.6);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px rgba(0,0,0,.2);@media (max-width:768px){border-radius:20px}}.inner-input{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:10px;flex:1 0}.bottom{display:flex;justify-content:flex-end;align-items:center;width:100%}.input-style{color:#F3F4F7;font-size:16px;line-height:24px;width:calc(100% - 24px);margin:8px 12px;background:transparent;border:none;outline:none;padding:0;height:auto;max-height:calc(24px * 7);overflow-y:auto;resize:none;@media (max-width:768px){font-size:14px;line-height:20px}&::placeholder{color:#6C6E74}}.improve-prompt{@media (max-width:1001px){span:last-child{display:none}}}@keyframes spin{0%{box-shadow:0 4px 16px -4px rgba(254,85,143,.4),inset 2px 2px 0 -1px rgba(243,244,247,.5),inset 4px 4px 4px -1px rgba(255,178,197,.5)}25%{box-shadow:0 4px 16px -4px rgba(254,85,143,.4),inset -2px 2px 0 -1px rgba(243,244,247,.5),inset -4px 4px 4px -1px rgba(255,178,197,.5)}50%{box-shadow:0 4px 16px -4px rgba(254,85,143,.4),inset -2px -2px 0 -1px rgba(243,244,247,.5),inset -4px -4px 4px -1px rgba(255,178,197,.5)}75%{box-shadow:0 4px 16px -4px rgba(254,85,143,.4),inset 2px -2px 0 -1px rgba(243,244,247,.5),inset 4px -4px 4px -1px rgba(255,178,197,.5)}to{box-shadow:0 4px 16px -4px rgba(254,85,143,.4),inset 2px 2px 0 -1px rgba(243,244,247,.5),inset 4px 4px 4px -1px rgba(255,178,197,.5)}}.button{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 12px;gap:4px;flex-shrink:0;cursor:pointer;transition:background-color .2s ease,opacity .2s ease;border-radius:4px;color:#CACBCE;width:auto;text-overflow:ellipsis;font-size:14px;font-weight:500}@media (max-width:768px){.button{height:40px;font-size:14px}.button svg{width:18px;height:18px}}.button svg{width:20px;height:20px}.button--full{width:100%}.button--flex{flex:1 1}.button--rounded{border-radius:9999px}.button--primary{box-sizing:border-box;border:0 solid transparent;border-radius:9999px;background:var(--primary-gradient);box-shadow:0 4px 24px -4px rgba(138,43,226,.5),inset 0 0 0 1px rgba(255,255,255,.2);color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;letter-spacing:.01em}.button--primary:hover{transform:translateY(-1px);box-shadow:0 8px 32px -4px rgba(138,43,226,.6),inset 0 0 0 1px rgba(255,255,255,.3);filter:brightness(1.1)}.button--primary:active{transform:translateY(1px);filter:brightness(.9)}.button--primary:disabled{opacity:.65;cursor:not-allowed}.button--secondary{border:1px solid rgba(243,244,247,.02);background:#2C2D30;color:#CACBCE;transition:.2s ease}.button--secondary:hover{filter:brightness(1.2)}.button--secondary:active{filter:brightness(.6)}.button--secondary:disabled{opacity:.4}.button--tertiary{border:1px solid transparent;transition:.2s ease}.button--tertiary,.button--tertiary:active,.button--tertiary:hover{background:transparent}.button--white{border:1px solid transparent;background:#F3F4F7;color:#0A0A0B;font-weight:500;transition:.2s ease}.button--white:hover{filter:brightness(1.2)}.button--white:active{filter:brightness(.6)}.price-container{border-radius:18px;border:1px solid rgba(243,244,247,.08);background:rgba(243,244,247,.16);display:flex;height:20px;padding:0 6px;justify-content:center;align-items:center;gap:2px}.balance{overflow:hidden;color:#F3F4F7;text-overflow:ellipsis;font-size:12px;font-weight:500;line-height:15px}.button__icon{display:flex;align-items:center;justify-content:center}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader{--loader-size:16px;--loader-border:2px;width:var(--loader-size);height:var(--loader-size);border:var(--loader-border) solid;border-color:#fff #fff transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}.main-description{color:rgba(255,255,255,.8);font-size:1.1rem;line-height:1.6;margin:0;max-width:50%;text-align:left;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;outline:none}@media (max-width:768px){.main-description{font-size:.7rem;margin:0;padding:0 1rem}}.main{background-image:url(/images/main.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:#FFF;display:flex;flex-direction:column;justify-content:space-between;height:100vh;min-height:100vh;padding:160px 80px 80px;position:relative}@media (max-width:1001px){.main{display:none}}.main-text-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:10px;max-width:50%;position:relative;z-index:2}.main-text-container,.main-text-container *{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;outline:none}.main-description::selection,.main-subtitle::selection,.main-title::selection{background:transparent}.main-description::-moz-selection,.main-subtitle::-moz-selection,.main-title::-moz-selection{background:transparent}.main-form-container{display:flex;justify-content:center;align-items:flex-end;width:100%;position:relative;z-index:2;padding-bottom:60px}.main-image{width:100%;height:100%;object-fit:cover}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.main-title{color:#FFF;text-align:left;font-size:72px;font-style:normal;font-weight:700;line-height:1.1;letter-spacing:-.02em;margin:0;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;outline:none;background:linear-gradient(180deg,#FFFFFF,rgba(255,255,255,.8));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp .8s ease-out forwards;@media (max-width:1001px){font-size:36px;line-height:1.2;letter-spacing:-.01em;text-shadow:none;-webkit-text-fill-color:#FFF}}.main-subtitle{color:rgba(255,255,255,.8);text-align:left;font-size:24px;font-style:normal;font-weight:500;line-height:1.4;letter-spacing:-.01em;margin:0;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;outline:none;opacity:0;animation:fadeInUp .8s ease-out .2s forwards;@media (max-width:1001px){color:rgba(255,255,255,.75);text-align:center;font-size:16px;line-height:1.5;width:100%;max-width:320px;text-shadow:none}}.main-center{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;gap:0;z-index:10000}.main-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 50%,rgba(0,0,0,0)),linear-gradient(180deg,rgba(0,0,0,0) 70%,#0A0A0B);z-index:1;pointer-events:none}.categories{background:#0A0A0B}.categories-text-container{display:flex;max-width:1200px;justify-content:space-between;margin:60px auto;@media (max-width:1001px){flex-direction:column;align-items:center;text-align:center;gap:20px}}.cat-title{color:#FFF;font-size:56px;font-style:normal;font-weight:700;line-height:1.1;letter-spacing:-.02em;width:45%;text-align:start;background:linear-gradient(180deg,#FFFFFF,rgba(255,255,255,.7));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;@media (max-width:1001px){font-size:28px;line-height:1.2;letter-spacing:-.01em;width:100%;text-align:center;-webkit-text-fill-color:#FFF}}.cat-text{color:rgba(255,255,255,.6);font-size:20px;font-style:normal;font-weight:400;line-height:1.6;width:50%;letter-spacing:-.01em;text-align:start;@media (max-width:1001px){font-size:14px;line-height:1.5;width:100%;text-align:center;padding-left:20px;padding-bottom:0;padding-right:20px;padding-top:0}}.how-title{color:#FFF;font-size:48px;font-style:normal;font-weight:600;letter-spacing:-.72px;line-height:56px;@media (max-width:1001px){font-size:20px;font-style:normal;font-weight:600;line-height:30px;letter-spacing:-.75px;width:100%;text-align:center}}.how{display:flex;padding:80px;flex-direction:column;align-items:center;flex-shrink:0;align-self:stretch;gap:50px;background:#101010;@media (max-width:1001px){padding-left:20px;padding-bottom:40px;padding-right:20px;padding-top:40px}}.number{color:#737373;font-size:48px;font-style:normal;font-weight:600;line-height:56px;letter-spacing:-.72px;position:absolute;top:16px;left:16px;@media (max-width:1001px){font-size:16px;font-style:normal;font-weight:600;line-height:36px;letter-spacing:-.465px;position:relative;top:10px;left:0}}.how-text{color:#FFF;font-size:36px;font-style:normal;font-weight:600;line-height:1.1;letter-spacing:-.54px;position:absolute;bottom:32px;left:16px;right:16px;max-width:calc(100% - 32px);word-break:keep-all;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none;@media (max-width:1001px){font-size:12px;font-style:normal;font-weight:600;line-height:1.2;letter-spacing:-.2px;position:relative;top:10px;left:0;right:0;max-width:100%}}.how-row{display:flex;flex-direction:row;justify-content:space-between;@media (max-width:1001px){flex-direction:column;align-items:center;position:relative}}.how-image{width:600px;height:400px;object-fit:cover;position:relative;left:-25px;border-radius:30px;@media (max-width:1001px){width:100%;height:343px;left:0}}.how-image2{width:600px;height:400px;object-fit:cover;position:relative;left:25px;border-radius:30px;@media (max-width:1001px){width:100%;height:343px;left:0}}.block{display:flex;width:600px;min-height:400px;flex-direction:column;justify-content:flex-end;align-items:flex-start;border-radius:30px;background:#000000;position:relative;left:25px;z-index:1;padding:16px;@media (max-width:1001px){position:absolute;left:0;bottom:0;width:100%;z-index:2;min-height:120px;background:linear-gradient(180deg,rgba(0,0,0,0),#000 35%);border-radius:0 0 30px 30px;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px;padding-left:8px;padding-bottom:8px;padding-right:8px;padding-top:8px}}.block2{display:flex;width:600px;min-height:400px;flex-direction:column;justify-content:flex-end;align-items:flex-start;border-radius:30px;background:#000000;position:relative;left:-25px;z-index:1;padding:16px;@media (max-width:1001px){position:absolute;left:0;bottom:0;width:100%;z-index:2;min-height:120px;background:linear-gradient(180deg,rgba(0,0,0,0),#000 35%);border-radius:0 0 30px 30px;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px;padding-left:8px;padding-bottom:8px;padding-right:8px;padding-top:8px}}.col{display:flex;flex-direction:column;@media (max-width:1001px){align-items:center;text-align:center;gap:8px}}.start-button{display:flex;padding:10px 20px;justify-content:center;align-items:center;gap:5.977px;border-radius:13.945px;color:#FFF;text-align:center;font-size:20px;font-style:normal;font-weight:500}.mobile-intro{position:relative;width:100%;height:100vh;overflow:hidden;display:none}@media (max-width:1001px){.mobile-intro{display:block}}.mobile-intro-slide,.mobile-intro-slider{position:absolute;top:0;left:0;width:100%;height:100%}.mobile-intro-slide{background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:0;transition:opacity 1s ease-in-out}.mobile-intro-slide.active{opacity:1}.mobile-intro-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;display:flex;flex-direction:column;justify-content:flex-end;padding:40px 20px 120px;box-sizing:border-box}.mobile-intro-content{text-align:center;color:white}.mobile-intro-title{font-size:48px;font-weight:700;margin:0 0 8px;letter-spacing:-1px}.mobile-intro-subtitle{font-size:20px;font-weight:600;margin:0 0 8px;opacity:.9}.mobile-intro-description{font-size:16px;font-weight:400;margin:0 0 40px;opacity:.8}.mobile-intro-button{width:100%;max-width:320px;height:56px;background:linear-gradient(135deg,#8B5CF6,#F97316);border:none;border-radius:28px;color:white;font-size:18px;font-weight:600;cursor:pointer;margin-bottom:20px;transition:transform .2s ease}.mobile-intro-button:hover{transform:scale(1.02)}.mobile-intro-button:active{transform:scale(.98)}.mobile-intro-terms{font-size:12px;color:rgba(255,255,255,.7);line-height:1.4;max-width:280px;margin:0 auto}.mobile-intro-indicator{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);width:134px;height:5px;background:rgba(255,255,255,.3);border-radius:2.5px}.mobile-intro-indicator-bar{height:100%;background:white;border-radius:2.5px;width:100%}.start{padding:80px;@media (max-width:1001px){padding-left:20px;padding-bottom:40px;padding-right:20px;padding-top:40px}}.start-title{color:#FFF;text-align:center;font-size:64px;font-style:normal;font-weight:700;line-height:1.1;letter-spacing:-.02em;background:linear-gradient(180deg,#FFFFFF,rgba(255,255,255,.7));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;@media (max-width:1001px){font-size:32px;line-height:1.2;letter-spacing:-.01em;width:100%;text-align:center}}.start-description{color:rgba(255,255,255,.6);font-size:20px;line-height:1.6;margin:1.5rem 0 3rem;max-width:700px;text-align:center;font-weight:400}@media (max-width:1001px){.start-description{font-size:8px;margin:.8rem 0 1.5rem;padding:0 1rem}}.start-button2{display:flex;height:72px;padding:0 40px;justify-content:center;align-items:center;gap:12px;color:#FDFEFF;font-size:18px;font-style:normal;font-weight:700;border-radius:9999px;align-self:center;@media (max-width:1001px){width:100%;height:60px;font-size:8px}}.variants{display:flex;align-items:flex-start;gap:16px;align-self:stretch;@media (max-width:1001px){flex-direction:column;align-items:center;width:100%}}.variants-text{color:rgba(255,255,255,.48);text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:120%}.var-col{width:444px;justify-content:center;gap:16px}.main-col,.var-col{display:flex;flex-direction:column;align-items:center}.main-col{gap:26px}.header{display:flex;width:90%;max-width:1200px;padding:16px 24px;align-items:center;justify-content:space-between;position:absolute;top:24px;z-index:100;left:50%;transform:translateX(-50%);border-radius:9999px;background:rgba(255,255,255,.03);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);@media (min-width:1001px){display:none}}.footer{background:#0A0A0B;padding:60px 80px;border-top:1px solid rgba(255,255,255,.1);@media (max-width:1001px){padding-left:20px;padding-bottom:40px;padding-right:20px;padding-top:40px}}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:40px;@media (max-width:768px){flex-direction:column;align-items:center;text-align:center}}.footer-logo{display:flex;flex-direction:column;gap:16px;@media (max-width:768px){align-items:center}}.footer-copyright{color:rgba(255,255,255,.4);font-size:14px;font-weight:400}.footer-links{display:flex;gap:32px;@media (max-width:768px){flex-direction:column;gap:16px;align-items:center}}.footer-link{color:rgba(255,255,255,.6);font-size:14px;font-weight:400;transition:color .2s ease}.footer-link:hover{color:#FFF}.alive{display:flex;justify-content:center;align-items:center;gap:24px;flex:1 0;@media (max-width:1001px){flex-direction:column;align-items:center;text-align:center;gap:20px;padding-left:20px;padding-bottom:0;padding-right:20px;padding-top:0}}.alive-video{display:flex;height:700px;max-width:400px;max-height:700px;flex-direction:column;justify-content:flex-end;align-items:center;gap:10px;flex:1 0;aspect-ratio:9/16;border-radius:30px;position:relative;@media (max-width:1001px){height:auto;max-width:100%;max-height:none;overflow:hidden}}.button-container{position:absolute;bottom:0;z-index:10;display:flex;padding:32px;flex-direction:column;align-items:center;gap:10px;left:0;right:0;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.5))}.relative-container{position:relative;width:-moz-fit-content;width:fit-content}.relative-container:last-child{position:relative;width:-moz-fit-content;width:fit-content;@media (max-width:1001px){display:none}}.video{background:#0A0A0B;display:flex;width:100%;padding-bottom:60px;padding-top:60px;align-items:flex-start;gap:40px;max-width:1200px;margin:0 auto;@media (max-width:1001px){flex-direction:column;align-items:center;text-align:center;gap:20px}}.video-title{color:#FFF;font-size:48px;font-style:normal;font-weight:600;line-height:56px;letter-spacing:-.72px;width:478px;text-align:start;@media (max-width:1001px){font-size:30px;font-style:normal;font-weight:600;line-height:30px;letter-spacing:-.75px;width:100%;text-align:center}}.video-text{color:#999;font-size:20px;font-style:normal;font-weight:600;line-height:28px;width:100%;letter-spacing:-.3px;text-align:start;@media (max-width:1001px){color:rgba(255,255,255,.75);text-align:center;font-size:12px;font-style:normal;font-weight:600;line-height:16px;letter-spacing:-.18px;width:305px}}.video-text-container{display:flex;max-width:650px;flex-direction:column;align-items:flex-start;gap:24px;flex:1 0;@media (max-width:1001px){align-items:center;text-align:center;max-width:100%}}