@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap";:root{font-family:Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#111113;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}a{font-weight:400;color:#b0b4ba;text-decoration:none;transition:color .2s ease}a:hover{color:#fff}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:#111113;color:#fff;overflow-x:hidden;overflow-y:auto}@media(min-width:768px){body{overflow:hidden;overflow-y:auto}}h1{font-size:3.2em;line-height:1.1;color:#fff}p{margin-top:3vh}button{border-radius:.25rem;border:1px solid rgba(176,180,186,.2);padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#ffffff08;color:#fff;cursor:pointer;transition:border-color .25s,background-color .25s}button:hover{border-color:#fff6;background-color:#ffffff0d}button:focus,button:focus-visible{outline:2px solid rgba(255,255,255,.4);outline-offset:2px}body{margin:0;padding:0;background:#111113;color:#fff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.app-container{min-height:100vh;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:100;background:#111113d9;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(255,255,255,.06)}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.header-logo{text-decoration:none;display:flex;align-items:baseline;gap:.5rem;transition:opacity .2s ease}.header-logo:hover{opacity:.7}.logo-text{font-size:1.0625rem;font-weight:600;color:#fff;letter-spacing:-.01em}.logo-subtitle{font-size:.8125rem;color:#9ca3af;font-weight:400}.header-nav{display:flex;gap:1.5rem}.nav-link{display:flex;align-items:center;gap:.5rem;color:#b0b4ba;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s ease;padding:.5rem 1rem;border-radius:.5rem}.nav-link:hover{color:#fff;background:#ffffff0d}@media(max-width:600px){.header-container{padding:1rem 1.75rem}.logo-text{font-size:1.1rem}.logo-subtitle{font-size:.8rem}}#root{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem;flex:1;box-sizing:border-box}main{padding-top:3rem;padding-bottom:4rem}@media(max-width:600px){#root{padding-left:1.75rem;padding-right:1.75rem}main{padding-top:2.5rem;padding-bottom:3.5rem}}@media(min-width:1400px){#root{max-width:1400px}}.hero-section{text-align:center;padding:5rem 0 6rem;max-width:780px;margin:0 auto}.hero-badge{display:inline-block;padding:.375rem .875rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:6.25rem;font-size:.75rem;font-weight:500;color:#a1a1aa;letter-spacing:.01em;margin-bottom:1.5rem}.hero-title{font-size:3.5rem;font-weight:600;margin-bottom:1.25rem;letter-spacing:-.045em;color:#fff;line-height:1.07}.hero-description{font-size:1.3125rem;color:#a1a1aa;line-height:1.6;max-width:680px;margin:0 auto;font-weight:400}@media(max-width:900px){.hero-title{font-size:2.75rem}.hero-description{font-size:1.125rem}}@media(max-width:600px){.hero-section{padding:2.5rem 0 3.5rem}.hero-badge{font-size:.75rem;padding:.4rem .875rem;margin-bottom:1.5rem}.hero-title{font-size:2.25rem;letter-spacing:-.03em}.hero-description{font-size:1.0625rem;margin-bottom:2rem}.hero-cta{flex-direction:column;gap:.75rem}.hero-button{width:100%;justify-content:center}}.section{margin-bottom:7rem}.section-title{font-size:2rem;font-weight:600;margin-bottom:2.5rem;color:#fff;letter-spacing:-.025em}@media(max-width:600px){.section{margin-bottom:4.5rem}.section-title{font-size:1.625rem;margin-bottom:2rem}}.apps-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;width:100%}@media(max-width:600px){.apps-list{grid-template-columns:1fr;gap:1.5rem}}@media(min-width:601px)and (max-width:900px){.apps-list{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:901px)and (max-width:1200px){.apps-list{grid-template-columns:repeat(3,1fr)}}@media(min-width:1201px){.apps-list{grid-template-columns:repeat(4,1fr);gap:2rem}}.app-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:1.25rem;padding:1.75rem;display:flex;flex-direction:column;align-items:center;width:100%;margin:0;transition:all .25s cubic-bezier(.4,0,.2,1);box-sizing:border-box;text-decoration:none;color:#fff;position:relative;text-align:center}.app-card:hover{transform:translateY(-1px);background:#ffffff0a;border-color:#ffffff1a}@media(max-width:600px){.app-card{padding:1.75rem}.app-card:hover{transform:none;background:#ffffff0a}}.app-image{width:90px;height:90px;object-fit:cover;border-radius:21px;margin-bottom:1.125rem;border:none;transition:transform .25s cubic-bezier(.4,0,.2,1)}.app-card:hover .app-image{transform:scale(1.01)}@media(max-width:600px){.app-image{width:80px;height:80px;border-radius:18.5px}}@media(min-width:1201px){.app-image{width:100px;height:100px;border-radius:23px}}.app-title{font-size:1.0625rem;font-weight:600;margin:0 0 .625rem;color:#fff;line-height:1.3;letter-spacing:-.015em}.app-desc{font-size:.9375rem;color:#a1a1aa;margin:0 0 1.25rem;line-height:1.5;flex-grow:1}.app-link{color:#5978f5;text-decoration:none;font-weight:500;font-size:.9375rem;transition:color .2s ease;display:inline-block;margin-top:auto;letter-spacing:-.01em}.app-link:hover{color:#8ca2fc}.coming-soon-tag{display:inline-block;background:#ffffff0a;color:#a1a1aa;font-size:.8125rem;font-weight:500;border-radius:.5rem;padding:.375rem .75rem;margin-top:auto;border:1px solid rgba(255,255,255,.08)}.projects-grid{display:grid;grid-template-columns:1fr;gap:1rem;width:100%}@media(min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:1rem;padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;text-decoration:none;color:#fff;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.project-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,#5978F5,transparent);opacity:0;transition:opacity .25s ease}.project-card:hover:before{opacity:1}.project-card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-1px)}.project-content{flex:1}.project-title{font-size:1.0625rem;font-weight:600;margin:0 0 .5rem;color:#fff;display:flex;align-items:center;gap:.5rem;letter-spacing:-.015em}.project-badge{display:inline-flex;align-items:center;font-size:.6875rem;font-weight:600;padding:.1875rem .5rem;border-radius:.375rem;background:linear-gradient(125deg,#8ca2fc,#6582f6 5%,#5978f5 25%,#2c4399 50%,#101c48 90%,#0c0f19);color:#fff;letter-spacing:.025em;text-transform:uppercase}.project-description{font-size:.9375rem;color:#a1a1aa;margin:0;line-height:1.5}.project-arrow{font-size:1.25rem;color:#a1a1aa;transition:all .25s ease;margin-left:1rem;flex-shrink:0}.project-card:hover .project-arrow{color:#fff;transform:translate(1px)}.newsletter-section{margin-top:4rem;margin-bottom:3rem}.newsletter-card{background:linear-gradient(135deg,#5978f50f,#2c43990f);border:1px solid rgba(89,120,245,.15);border-radius:1.25rem;padding:2.5rem;text-align:center;position:relative;overflow:hidden}.newsletter-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(89,120,245,.08) 0%,transparent 70%);animation:pulse 8s ease-in-out infinite}@keyframes pulse{0%,to{transform:translate(0) scale(1)}50%{transform:translate(10px,10px) scale(1.05)}}.newsletter-title{font-size:1.75rem;font-weight:600;margin:0 0 1rem;color:#fff;letter-spacing:-.025em;position:relative;z-index:1}.newsletter-description{font-size:1.0625rem;color:#a1a1aa;margin:0 0 2rem;line-height:1.6;max-width:560px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.newsletter-button{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:#111113;text-decoration:none;font-weight:600;font-size:1rem;padding:.875rem 2rem;border-radius:.75rem;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;z-index:1;letter-spacing:-.01em}.newsletter-button:hover{transform:scale(1.02);box-shadow:0 8px 24px #00000026}@media(max-width:600px){.newsletter-card{padding:2.5rem 1.75rem}.newsletter-title{font-size:1.5rem}.newsletter-description{font-size:.9375rem}.newsletter-button{font-size:.9375rem;padding:.75rem 1.5rem}}.footer-modern{background:#ffffff05;border-top:1px solid rgba(255,255,255,.08);margin-top:6rem;padding:3rem 0 2rem}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2.5rem;padding:0 1.75rem 2.5rem}}.footer-section{display:flex;flex-direction:column}.footer-section-title{font-size:.8125rem;font-weight:600;color:#fff;margin:0 0 1rem;letter-spacing:.05em;text-transform:uppercase}.footer-section-text{font-size:.9375rem;color:#9ca3af;margin:0 0 1rem;line-height:1.5}.footer-newsletter-link{color:#5978f5;text-decoration:none;font-size:.9375rem;font-weight:500;transition:color .2s ease;display:inline-flex;align-items:center;gap:.25rem}.footer-newsletter-link:hover{color:#8ca2fc}.footer-links-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.footer-link{color:#9ca3af;text-decoration:none;font-size:.9375rem;font-weight:400;transition:color .2s ease}.footer-link:hover{color:#fff}.footer-bottom{max-width:1200px;margin:0 auto;padding:2rem 2rem 0;border-top:1px solid rgba(255,255,255,.08)}@media(max-width:768px){.footer-bottom{padding:2.5rem 1.75rem 0}}.footer-branding{display:flex;align-items:center;justify-content:center}.support-page{padding-top:3rem;padding-bottom:4rem}.support-container{max-width:800px;margin:0 auto}.support-title{font-size:3rem;font-weight:700;margin:0 0 1rem;color:#fff;letter-spacing:-.03em;text-align:center}.support-description{font-size:1.25rem;color:#9ca3af;text-align:center;margin:0 0 3rem;line-height:1.6}.support-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:1.5rem;padding:3rem;text-align:center;margin-bottom:3rem}.support-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,#3b82f626,#2563eb26);border-radius:1rem;color:#60a5fa;margin-bottom:1.5rem}.support-card-title{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:#fff;letter-spacing:-.01em}.support-card-text{font-size:1.0625rem;color:#9ca3af;margin:0 0 2rem;line-height:1.6;max-width:500px;margin-left:auto;margin-right:auto}.support-button{display:inline-flex;align-items:center;gap:.5rem;justify-content:center;background:linear-gradient(125deg,#8ca2fc,#6582f6 5%,#5978f5 25%,#2c4399);color:#fff;text-decoration:none;font-weight:600;font-size:1rem;padding:.875rem 2rem;border-radius:.75rem;border:none;cursor:pointer;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #5978f566}.support-button:hover:not(:disabled){box-shadow:0 6px 20px #5978f580;transform:translateY(-1px)}.support-button:disabled{opacity:.6;cursor:not-allowed}.support-form{width:100%;margin-top:2rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;color:#fff;font-weight:500;font-size:.9375rem;margin-bottom:.5rem;letter-spacing:-.01em}.form-input,.form-textarea{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;color:#fff;font-size:1rem;padding:.875rem 1rem;transition:all .2s ease;font-family:inherit;box-sizing:border-box}.form-input:focus,.form-textarea:focus{outline:none;border-color:#5978f5;background:#ffffff14;box-shadow:0 0 0 3px #5978f51a}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.form-textarea{resize:vertical;min-height:120px}.form-input-error{border-color:#ef4444}.form-input-error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-error{display:block;color:#f87171;font-size:.875rem;margin-top:.5rem}.support-faq{margin-top:3rem}.support-faq-title{font-size:1.5rem;font-weight:600;margin:0 0 2rem;color:#fff;text-align:center;letter-spacing:-.01em}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.faq-item{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:1.5rem}.faq-question{font-size:1.0625rem;font-weight:600;margin:0 0 .75rem;color:#fff}.faq-answer{font-size:.9375rem;color:#9ca3af;margin:0;line-height:1.6}@media(max-width:600px){.support-title{font-size:2rem}.support-description{font-size:1rem}.support-card{padding:2.5rem 1.75rem}.faq-grid{grid-template-columns:1fr}}.policy-page{padding-top:3rem;padding-bottom:4rem}.policy-container{max-width:800px;margin:0 auto}.policy-title{font-size:3rem;font-weight:700;margin:0 0 3rem;color:#fff;letter-spacing:-.03em;text-align:center}.policy-content{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:1.5rem;padding:3rem}.policy-section{margin-bottom:2.5rem}.policy-section:last-of-type{margin-bottom:3rem}.policy-section-title{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:#fff;letter-spacing:-.01em}.policy-text{font-size:1.0625rem;color:#cbd5e1;margin:0;line-height:1.7}.policy-meta{font-size:.9375rem;color:#9ca3af;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);text-align:center}@media(max-width:600px){.policy-title{font-size:2rem}.policy-content{padding:2.5rem 1.75rem}.policy-section-title{font-size:1.25rem}.policy-text{font-size:1rem}}.color1{color:#ffa057}.color2{color:#70b8ff}.color3{color:#0bd8b6}
