@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary:#4f46e5;--accent:#8b5cf6;--dark-bg:#0f172a;--light-bg:#f8fafc;--white:#fff;--text-main:#1e293b;--text-muted:#64748b;--grad-text:linear-gradient(135deg,#60a5fa,#fff)}*{box-sizing:border-box}body{background:#fff;background:var(--white);color:#1e293b;color:var(--text-main);font-family:Plus Jakarta Sans,sans-serif;margin:0;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:.3s}button{border:none;cursor:pointer;font-family:inherit}.container{margin:0 auto;max-width:1150px;padding:0 20px}.fade-in{animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-container{background:#fff;min-height:100vh}.doc-nav{align-items:center;background:#fff;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:20px 40px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.btn-text{background:none;color:#4f46e5;color:var(--primary);font-size:15px;font-weight:600}.btn-text:hover{text-decoration:underline}.doc-content{margin:60px auto;max-width:800px;padding:0 20px}.doc-content h1{color:#0f172a;color:var(--dark-bg);font-size:42px;font-weight:800;margin-bottom:10px}.last-updated{color:#64748b;color:var(--text-muted);font-style:italic}.doc-content section,.last-updated{margin-bottom:40px}.doc-content h3{color:#4f46e5;color:var(--primary);font-size:24px;font-weight:700;margin-bottom:15px}.doc-content p{color:#444;font-size:17px;line-height:1.8;margin-bottom:15px}.doc-content ul{margin-bottom:15px;padding-left:20px}.doc-content li{color:#444;font-size:17px;line-height:1.6;margin-bottom:10px}.faq-list{margin-top:30px}.faq-item{border-bottom:1px solid #eee;cursor:pointer;padding:20px 0}.faq-question{align-items:center;color:#0f172a;color:var(--dark-bg);display:flex;font-size:18px;font-weight:600;justify-content:space-between}.faq-toggle{color:#4f46e5;color:var(--primary);font-size:24px;font-weight:300}.faq-answer{color:#555;display:none;line-height:1.6;margin-top:15px}.faq-item.open .faq-answer{animation:fadeIn .3s ease;display:block}.faq-item.open .faq-question{color:#4f46e5;color:var(--primary)}.footer-simple{border-top:1px solid #eee;color:#888;margin-top:60px;padding:30px 0;text-align:center}.footer-simple .container{display:flex;justify-content:space-between}.hero{align-items:center;background:#0f172a;color:#fff;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.hero-video{background:#0f172a;object-fit:cover;opacity:.6}.hero-overlay,.hero-video{height:100%;left:0;position:absolute;top:0;width:100%}.hero-overlay{background:linear-gradient(180deg,#0f172a4d,#0f172acc);z-index:1}.nav{padding:30px 0;position:absolute;top:0;width:100%;z-index:10}.nav-content{align-items:center;display:flex;justify-content:space-between}.menu-toggle{background:none;border:none;cursor:pointer;display:none;z-index:1001}.brand{align-items:center;display:flex}.brand-logo{height:120px;object-fit:contain;width:auto}.nav-links a,.nav-links button{background:none;color:#fffc;font-size:16px;font-weight:500;margin-left:30px}.nav-links a:hover,.nav-links button:hover{color:#fff}.nav-cta{background:#fff!important;background:var(--white)!important;border-radius:50px;color:#4f46e5!important;color:var(--primary)!important;font-weight:700!important;padding:10px 24px;transition:transform .2s}.nav-cta:hover{transform:scale(1.05)}.hero-body{max-width:900px;position:relative;text-align:center;z-index:2}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:20px;display:inline-block;font-size:13px;font-weight:700;letter-spacing:1px;margin-bottom:20px;padding:8px 16px;text-transform:uppercase}.hero-text h1{font-size:5rem;font-weight:800;line-height:1.1;margin-bottom:20px;text-shadow:0 10px 30px #00000080}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#fff);background:var(--grad-text);background-clip:text;-webkit-background-clip:text}.hero-sub{color:#ffffffe6;font-size:1.3rem;line-height:1.6;margin:0 auto 40px;max-width:650px}.hero-buttons{display:flex;gap:20px;justify-content:center}.store-link img{height:55px;transition:transform .2s}.scale-hover:hover{transform:translateY(-3px)}.section{padding:120px 0;position:relative}.features{background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden}.features:before{background:radial-gradient(circle,#4f46e50d 0,#0000 70%);border-radius:50%;content:"";height:600px;pointer-events:none;position:absolute;right:-100px;top:-100px;width:600px}.section-header{margin-bottom:70px;margin-left:auto;margin-right:auto;max-width:700px;position:relative;text-align:center;z-index:2}.section-header h2{color:#1e293b;color:var(--text-main);font-size:42px;font-weight:800;margin-bottom:20px}.section-header p{color:#64748b;color:var(--text-muted);font-size:19px;line-height:1.6}.features-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));position:relative;z-index:2}.feature-card{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #ffffff80;border-radius:30px;box-shadow:0 10px 30px #00000005;padding:50px 35px;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.card-hover:hover{background:#fffffff2;border-color:#4f46e54d;box-shadow:0 30px 60px #4f46e51f;transform:translateY(-15px) scale(1.02)}.icon-box{align-items:center;border-radius:24px;display:flex;font-size:36px;height:80px;justify-content:center;margin-bottom:30px;transition:transform .4s ease;width:80px}.feature-card:hover .icon-box{transform:rotate(10deg) scale(1.1)}.blue{background:#e0f2fe;color:#0284c7}.green{background:#dcfce7;color:#16a34a}.purple{background:#f3e8ff;color:#9333ea}.orange{background:#ffedd5;color:#ea580c}.feature-card h3{color:#1e293b;color:var(--text-main);font-size:24px;font-weight:700;margin-bottom:15px}.feature-card p{color:#64748b;color:var(--text-muted);font-size:16px;line-height:1.7}.app-showcase{background:#0f172a;background:var(--dark-bg);color:#fff;overflow:hidden;position:relative}.bg-glow{background:radial-gradient(circle,#4f46e526 0,#0000 70%);height:600px;left:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:600px}.showcase-flex{align-items:center;gap:80px;justify-content:space-between;z-index:2}.phone-wrapper,.showcase-flex{display:flex;position:relative}.phone-wrapper{flex:1 1;justify-content:center}.phone-img{filter:drop-shadow(0 20px 50px rgba(0,0,0,.5));max-width:380px;width:100%}.floating{animation:float 6s ease-in-out infinite}.float-card{background:#fffffff2;border-radius:16px;box-shadow:0 10px 30px #0003;color:#1e293b;color:var(--text-main);font-weight:700;padding:12px 24px;position:absolute}.c1{right:10%;top:20%}.c2{bottom:20%;left:5%}.showcase-info{flex:1 1}.pill-badge{color:#60a5fa;display:block;font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:15px;text-transform:uppercase}.showcase-info h2{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:25px}.feature-list{list-style:none;margin-bottom:40px;padding:0}.feature-list li{display:flex;gap:20px;margin-bottom:25px}.check{align-items:center;background:#0000;color:#22c55e;display:flex;flex-shrink:0;font-size:20px;font-weight:800;height:auto;justify-content:center;padding-right:5px;width:auto}.feature-list strong{color:#fff;display:block;font-size:18px;margin-bottom:4px}.feature-list span{color:#94a3b8}.download-area p{color:#64748b;font-size:14px;font-weight:700;letter-spacing:1px;margin-bottom:15px;text-transform:uppercase}.stats{background:#fff;background:var(--white);border-top:1px solid #f0f0f0;padding:80px 0}.stats-grid{align-items:center;display:flex;gap:100px;justify-content:center;text-align:center}.grad-num{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4f46e5,#ec4899);background-clip:text;-webkit-background-clip:text;font-size:2.5rem;font-weight:800;margin:0}.stat-item p{color:#64748b;color:var(--text-muted);font-size:18px;font-weight:600;margin-top:5px}.divider-vertical{background:#e2e8f0;height:80px;width:1px}.footer{background:#0f172a;background:var(--dark-bg);color:#94a3b8;padding:80px 0 30px}.footer-top{align-items:center;border-bottom:1px solid #1e293b;display:flex;justify-content:space-between;padding-bottom:40px}.footer-brand h2{color:#fff;font-size:24px;font-weight:800;margin-bottom:10px}.footer-nav-links button{background:none;color:#94a3b8;font-size:15px;margin-left:25px;transition:.2s}.footer-nav-links button:hover{color:#fff}.footer-bottom{display:flex;font-size:14px;justify-content:space-between;padding-top:30px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media (max-width:900px){.hero-text h1{font-size:2.8rem;line-height:1.1}.hero-sub{font-size:1.1rem;padding:0 10px}.showcase-flex{flex-direction:column;text-align:center}.feature-list li{text-align:left}.stats-grid{flex-direction:column;gap:40px}.divider-vertical{height:1px;width:80px}.footer-bottom,.footer-top{flex-direction:column;gap:20px;text-align:center}.menu-toggle{display:block}.nav-links{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172afa;display:none;flex-direction:column;gap:30px;height:100vh;justify-content:center;padding:20px;position:fixed;right:0;top:0;width:100%;z-index:999}.nav-links.mobile-open{display:flex}.nav-links a,.nav-links button{font-size:24px;margin-left:0;text-align:center}}.coming-soon-container{display:flex;gap:20px;justify-content:flex-start;margin-top:20px}.coming-soon-tile{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;cursor:default;display:flex;gap:12px;padding:12px 20px;transition:transform .3s ease,background .3s ease}.coming-soon-tile:hover{background:#ffffff1a;transform:translateY(-2px)}.tile-icon{font-size:24px}.tile-text{display:flex;flex-direction:column}.tile-label{color:#94a3b8;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.tile-platform{color:#fff;font-size:14px;font-weight:600}
/*# sourceMappingURL=main.47889aca.css.map*/