:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden}#root{height:100vh;width:100vw;position:relative;display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#fff}#root:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);z-index:-2}#root:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:-1}.app-container{display:flex;align-items:center;justify-content:center;width:100%;max-width:1400px;padding:2rem;gap:2rem}.ios-preview{flex:1;max-width:900px;display:flex;justify-content:center;position:relative}.carousel-container{width:100%;max-width:400px;position:relative;overflow:hidden}.carousel-track{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0 2rem}.carousel-track::-webkit-scrollbar{display:none}.carousel-nav{display:none;position:absolute;top:100%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.8);color:#fff;cursor:pointer;z-index:100;transition:all .3s ease;align-items:center;justify-content:center}.carousel-nav:hover:not(:disabled){background:#fff3;transform:translateY(-50%) scale(1.1);border-color:#fff}.carousel-nav:disabled{opacity:.3;cursor:not-allowed}.carousel-nav-prev{left:-60px}.carousel-nav-next{right:-60px}@media (min-width: 769px){.app-container{flex-direction:row;gap:3rem;padding:3rem 2rem 8rem;position:relative}.content-section{position:absolute;left:0rem;top:45%;transform:translateY(-50%);text-align:left;max-width:500px;z-index:5}.ios-preview{max-width:100%;width:100%;padding:0 60px;display:flex;justify-content:center;align-items:center;min-height:100vh}.carousel-container{max-width:100%;width:100%;perspective:1200px;overflow:visible;position:relative;height:700px;display:flex;align-items:center;justify-content:center}.carousel-track{display:flex;gap:0;overflow:visible;padding:0;position:relative;height:100%;align-items:center;justify-content:center;width:600px;margin:0 auto}.carousel-nav{display:flex}.carousel-nav-prev{left:20px}.carousel-nav-next{right:20px}.ios-phone{position:absolute;transition:all .5s cubic-bezier(.4,0,.2,1);cursor:pointer;transform-origin:center;left:50%;margin-left:-150px;width:300px;height:600px}.ios-phone .ios-screen{border-radius:30px}.ios-phone.active{box-shadow:0 30px 80px #000000e6!important}.ios-phone:not(.active):hover{cursor:pointer;filter:brightness(1.1)}}.ios-phone{position:relative;width:400px;height:800px;background:#000;border-radius:50px;padding:15px;box-shadow:0 0 50px #000000b3;border:4px solid #333;flex-shrink:0;scroll-snap-align:center}.ios-screen{width:100%;height:100%;border-radius:35px;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#1a1a2e}.carousel-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.indicator{width:8px;height:8px;border-radius:50%;background:#ffffff4d;transition:all .3s ease;cursor:pointer}.indicator.active{width:24px;border-radius:4px;background:linear-gradient(135deg,#ff6b9d,#c471ed)}.indicator:hover{background:#ffffff80}.content-section{flex:1;text-align:left;z-index:2}.logo{width:256px;height:256px;object-fit:contain;filter:drop-shadow(0 0 30px rgba(255,107,157,.5));margin-bottom:2rem}.subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:.9;max-width:100%;line-height:1.8;background:#230f374d;padding:1rem 1.5rem;border-radius:15px;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.floating-menu{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:1rem 2rem;display:flex;align-items:center;gap:2rem;box-shadow:0 8px 32px #0000004d;z-index:1000}.menu-header{font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,#ff6b9d,#c471ed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.menu-items{display:flex;gap:1.5rem}.menu-item{padding:.5rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:10px;color:#fff;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;cursor:pointer;position:relative;display:flex;align-items:center;gap:.5rem}.menu-item:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.menu-arrow{font-size:.6rem;margin-left:.2rem}.menu-arrow.open{transform:rotate(180deg)}.menu-item.submenu-open{background:#fff3}.submenu{position:absolute;bottom:calc(100% + 20px);left:50%;transform:translate(-50%);margin-bottom:1rem;background:#1e1e28fa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.3);border-radius:15px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;min-width:200px;box-shadow:0 8px 32px #0006;animation:submenuSlideUp .3s ease-out;z-index:1001}.submenu:before{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:8px solid transparent;border-top:8px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.submenu-item{padding:.75rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.85rem;font-weight:500;transition:all .3s ease;cursor:pointer;text-align:left;white-space:nowrap}.submenu-item:hover{background:#ffffff40;transform:translateY(-1px);box-shadow:0 4px 12px #0000004d;border-color:#fff6}.features-submenu{min-width:220px}@keyframes submenuSlideUp{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}@media (max-width: 768px){html,body{overflow-x:hidden;overflow-y:auto;height:auto}#root{min-height:100vh;height:auto;align-items:flex-start}.app-container{flex-direction:column;gap:1.5rem;padding:2.5rem 1rem 8rem;justify-content:flex-start;min-height:100vh}.content-section{text-align:center;order:1}.logo{width:150px;height:150px;margin:0 auto 1.5rem;display:block}.subtitle{font-size:1.1rem;margin-bottom:1.5rem}.ios-preview{order:2;max-width:100%}.carousel-container{max-width:100%}.carousel-track{gap:1rem;padding:0 1rem}.ios-phone{width:280px;height:560px;margin:0 auto}.carousel-indicators{margin-top:1rem}.floating-menu{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:400px;padding:.8rem 1rem;flex-direction:row;gap:.8rem;border-radius:12px;z-index:1000;justify-content:center;align-items:center}.menu-header{font-size:.9rem;margin-bottom:0;display:none}.menu-items{display:flex;flex-direction:row;gap:.5rem;width:100%;justify-content:center}.menu-item{padding:.7rem 1rem;font-size:.85rem;text-align:center;justify-content:center;white-space:nowrap;flex:0 1 auto;min-width:auto}.menu-item:hover{transform:none}.menu-arrow{font-size:.6rem;margin-left:.3rem}.submenu{position:fixed;bottom:calc(6rem + 20px);top:auto;left:50%;transform:translate(-50%);min-width:280px;max-width:90vw;animation:submenuSlideUp .3s ease-out;z-index:1001}.submenu:before{display:none}.submenu-item{padding:1rem;font-size:.9rem}@keyframes submenuSlideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.floating-menu{z-index:1000}}@media (max-width: 1024px) and (min-width: 769px){.app-container{gap:3rem;padding:1.5rem}.main-title{font-size:3rem}.ios-phone{width:350px;height:700px}.floating-menu{gap:1.5rem;padding:1rem 1.5rem}.menu-items{gap:1.2rem}}@media (max-width: 480px){#root{min-height:100vh;height:auto;align-items:flex-start}.app-container{padding:2rem .5rem 7rem;gap:1rem;min-height:100vh}.logo{width:120px;height:120px}.subtitle{font-size:1rem}.carousel-track{gap:.8rem;padding:0 .5rem}.ios-phone{width:240px;height:480px}.carousel-indicators{gap:.4rem}.indicator{width:6px;height:6px}.indicator.active{width:18px}.floating-menu{padding:.6rem .8rem;gap:.4rem;bottom:.5rem;width:calc(100% - 1rem)}.menu-header{font-size:.85rem}.menu-items{gap:.4rem}.menu-item{padding:.6rem .8rem;font-size:.75rem}.menu-arrow{font-size:.5rem}.submenu{bottom:calc(5rem + 20px);min-width:260px;max-width:85vw}.submenu-item{padding:.8rem;font-size:.85rem}}@media (max-width: 768px) and (orientation: landscape){.app-container{flex-direction:row;align-items:center;justify-content:center;gap:2rem;padding:1rem;min-height:100vh}.content-section{order:1;flex:1;text-align:left}.ios-preview{order:2;flex:1;margin-bottom:0}.ios-phone{width:200px;height:400px}.floating-menu{flex-direction:row;gap:.5rem;padding:.5rem 1rem;bottom:.5rem;left:50%;right:auto;transform:translate(-50%);width:auto;max-width:90vw}.menu-header{width:auto;margin-bottom:0;margin-right:1rem}.menu-items{flex-wrap:nowrap;width:auto}.menu-item{min-width:auto;max-width:none;flex:none;white-space:nowrap;padding:.5rem .8rem}.submenu{bottom:calc(3.5rem + 20px);max-height:calc(100vh - 5rem);overflow-y:auto}}.stars{position:absolute;width:100%;height:100%;z-index:0}.star{position:absolute;background:#fff;border-radius:50%;animation:twinkle 2s infinite}.star:nth-child(1){top:20%;left:10%;width:2px;height:2px;animation-delay:0s}.star:nth-child(2){top:30%;left:80%;width:1px;height:1px;animation-delay:.5s}.star:nth-child(3){top:60%;left:20%;width:1px;height:1px;animation-delay:1s}.star:nth-child(4){top:80%;left:70%;width:2px;height:2px;animation-delay:1.5s}.star:nth-child(5){top:10%;left:60%;width:1px;height:1px;animation-delay:2s}.star:nth-child(6){top:15%;left:85%;width:1px;height:1px;animation-delay:.3s}.star:nth-child(7){top:45%;left:5%;width:2px;height:2px;animation-delay:.8s}.star:nth-child(8){top:70%;left:90%;width:1px;height:1px;animation-delay:1.3s}.star:nth-child(9){top:25%;left:35%;width:1px;height:1px;animation-delay:1.8s}.star:nth-child(10){top:55%;left:65%;width:2px;height:2px;animation-delay:2.3s}.star:nth-child(11){top:85%;left:25%;width:1px;height:1px;animation-delay:.2s}.star:nth-child(12){top:5%;left:45%;width:1px;height:1px;animation-delay:.7s}.star:nth-child(13){top:35%;left:15%;width:2px;height:2px;animation-delay:1.2s}.star:nth-child(14){top:65%;left:75%;width:1px;height:1px;animation-delay:1.7s}.star:nth-child(15){top:90%;left:55%;width:1px;height:1px;animation-delay:2.2s}.star:nth-child(16){top:12%;left:25%;width:1px;height:1px;animation-delay:.4s}.star:nth-child(17){top:42%;left:85%;width:2px;height:2px;animation-delay:.9s}.star:nth-child(18){top:72%;left:10%;width:1px;height:1px;animation-delay:1.4s}.star:nth-child(19){top:18%;left:70%;width:1px;height:1px;animation-delay:1.9s}.star:nth-child(20){top:48%;left:40%;width:1px;height:1px;animation-delay:2.4s}.star:nth-child(21){top:8%;left:30%;width:1px;height:1px;animation-delay:.1s}.star:nth-child(22){top:38%;left:90%;width:1px;height:1px;animation-delay:.6s}.star:nth-child(23){top:68%;left:5%;width:2px;height:2px;animation-delay:1.1s}.star:nth-child(24){top:95%;left:80%;width:1px;height:1px;animation-delay:1.6s}.star:nth-child(25){top:22%;left:50%;width:1px;height:1px;animation-delay:2.1s}.star:nth-child(26){top:52%;left:15%;width:1px;height:1px;animation-delay:.25s}.star:nth-child(27){top:82%;left:45%;width:2px;height:2px;animation-delay:.75s}.star:nth-child(28){top:3%;left:75%;width:1px;height:1px;animation-delay:1.25s}.star:nth-child(29){top:33%;left:65%;width:1px;height:1px;animation-delay:1.75s}.star:nth-child(30){top:63%;left:35%;width:1px;height:1px;animation-delay:2.25s}.star:nth-child(31){top:93%;left:10%;width:1px;height:1px;animation-delay:.15s}.star:nth-child(32){top:14%;left:40%;width:1px;height:1px;animation-delay:.65s}.star:nth-child(33){top:44%;left:75%;width:2px;height:2px;animation-delay:1.15s}.star:nth-child(34){top:74%;left:55%;width:1px;height:1px;animation-delay:1.65s}.star:nth-child(35){top:7%;left:90%;width:1px;height:1px;animation-delay:2.15s}.star:nth-child(36){top:37%;left:20%;width:1px;height:1px;animation-delay:.35s}.star:nth-child(37){top:67%;left:85%;width:1px;height:1px;animation-delay:.85s}.star:nth-child(38){top:97%;left:30%;width:2px;height:2px;animation-delay:1.35s}.star:nth-child(39){top:27%;left:5%;width:1px;height:1px;animation-delay:1.85s}.star:nth-child(40){top:57%;left:95%;width:1px;height:1px;animation-delay:2.35s}@keyframes twinkle{0%,to{opacity:.3}50%{opacity:1}}body.page-route,html.page-route{overflow:auto!important;height:auto!important}body.page-route #root{height:auto!important;min-height:100vh!important;align-items:flex-start!important}.page-container{min-height:100vh;width:100vw;position:relative;display:flex;align-items:flex-start;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#fff;padding:2rem;overflow-y:auto;overflow-x:hidden;height:auto}.page-container:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);z-index:-2}.page-container:after{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:-1}.page-content{max-width:900px;width:100%;z-index:2;margin-top:2rem;margin-bottom:4rem;min-height:auto}.back-button{display:inline-block;padding:.75rem 1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:10px;color:#fff;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-button:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.page-title{font-size:3rem;font-weight:700;margin-bottom:2rem;background:linear-gradient(135deg,#ff6b9d,#c471ed,#12c2e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(255,107,157,.3);text-align:center}.content-body{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;margin-bottom:2rem;max-height:none;overflow-y:visible}.content-body section{margin-bottom:2.5rem}.content-body section:last-child{margin-bottom:0}.content-body h2{font-size:1.6rem;font-weight:600;margin-bottom:1.5rem;margin-top:1rem;background:linear-gradient(135deg,#ff6b9d,#c471ed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem}.content-body h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;margin-top:1.5rem;color:#fffffff2}.content-body p{font-size:1rem;line-height:1.6;opacity:.9;margin-bottom:1rem}.content-body ul{margin:1rem 0;padding-left:1.5rem}.content-body li{font-size:1rem;line-height:1.6;opacity:.9;margin-bottom:.75rem;list-style-type:disc}.content-body li strong,.content-body strong{color:#fff;font-weight:600}.page-container .stars{position:fixed;width:100%;height:100%;z-index:0;top:0;left:0}.page-container .star{position:absolute;background:#fff;border-radius:50%;animation:twinkle 2s infinite}.page-container .star:nth-child(1){top:20%;left:10%;width:2px;height:2px;animation-delay:0s}.page-container .star:nth-child(2){top:30%;left:80%;width:1px;height:1px;animation-delay:.5s}.page-container .star:nth-child(3){top:60%;left:20%;width:1px;height:1px;animation-delay:1s}.page-container .star:nth-child(4){top:80%;left:70%;width:2px;height:2px;animation-delay:1.5s}.page-container .star:nth-child(5){top:10%;left:60%;width:1px;height:1px;animation-delay:2s}.page-container .star:nth-child(6){top:15%;left:85%;width:1px;height:1px;animation-delay:.3s}.page-container .star:nth-child(7){top:45%;left:5%;width:2px;height:2px;animation-delay:.8s}.page-container .star:nth-child(8){top:70%;left:90%;width:1px;height:1px;animation-delay:1.3s}.page-container .star:nth-child(9){top:25%;left:35%;width:1px;height:1px;animation-delay:1.8s}.page-container .star:nth-child(10){top:55%;left:65%;width:2px;height:2px;animation-delay:2.3s}@keyframes twinkle{0%,to{opacity:1}50%{opacity:.3}}@media (max-width: 768px){.page-container{padding:1rem}.page-title{font-size:2rem}.content-body{padding:1.5rem}.content-body h2{font-size:1.4rem}.content-body h3{font-size:1.2rem}.content-body p,.content-body li{font-size:.9rem}.page-content{max-width:100%}}.support-contact-card,.support-info-card{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:15px;padding:1.5rem;margin-bottom:1.5rem}.support-contact-card h3,.support-info-card h3{color:#fff;font-size:1.2rem;font-weight:600;margin:0 0 1rem;background:linear-gradient(135deg,#ff6b9d,#c471ed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.support-email-button{background:linear-gradient(135deg,#ff6b9d,#c471ed);border:none;color:#fff;padding:.8rem 1.5rem;border-radius:10px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b9d4d;text-decoration:none;display:inline-block;margin-bottom:.5rem}.support-email-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b9d66}.faq-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;margin-bottom:1rem}.faq-item h3{color:#fff;font-size:1.1rem;font-weight:600;margin:0 0 .8rem;background:linear-gradient(135deg,#ff6b9d,#c471ed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.faq-item p{margin:0;opacity:.9}.inline-link{color:#ff6b9d;text-decoration:none;font-weight:500;transition:color .3s ease}.inline-link:hover{color:#c471ed;text-decoration:underline}.support-info-card ol{margin:1rem 0;padding-left:1.5rem}.support-info-card ol li{font-size:1rem;line-height:1.6;opacity:.9;margin-bottom:.5rem}.support-footer{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:1.5rem;margin-top:2rem;text-align:center}.support-footer p{margin:0;font-style:italic;opacity:.8;background:linear-gradient(135deg,#ff6b9d,#c471ed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.support-contact-card,.support-info-card,.faq-item{padding:1rem}.support-email-button{width:100%;text-align:center}.support-contact-card h3,.support-info-card h3,.faq-item h3{font-size:1.1rem}}
