:root{--vt-c-white:#fff;--vt-c-white-soft:#f8f8f8;--vt-c-white-mute:#f2f2f2;--vt-c-black:#181818;--vt-c-black-soft:#222;--vt-c-black-mute:#282828;--vt-c-indigo:#2c3e50;--vt-c-divider-light-1:#3c3c3c4a;--vt-c-divider-light-2:#3c3c3c1f;--vt-c-divider-dark-1:#545454a6;--vt-c-divider-dark-2:#5454547a;--vt-c-text-light-1:var(--vt-c-indigo);--vt-c-text-light-2:#3c3c3ca8;--vt-c-text-dark-1:var(--vt-c-white);--vt-c-text-dark-2:#6a3e3e;--color-background:var(--vt-c-white);--color-background-soft:var(--vt-c-white-soft);--color-background-mute:var(--vt-c-white-mute);--color-border:var(--vt-c-divider-light-2);--color-border-hover:var(--vt-c-divider-light-1);--color-heading:var(--vt-c-text-light-1);--color-text:var(--vt-c-text-light-1);--section-gap:160px}@media (prefers-color-scheme:dark){:root{--color-background:var(--vt-c-black);--color-background-soft:var(--vt-c-black-soft);--color-background-mute:var(--vt-c-black-mute);--color-border:var(--vt-c-divider-dark-2);--color-border-hover:var(--vt-c-divider-dark-1);--color-heading:var(--vt-c-text-dark-1);--color-text:var(--vt-c-text-dark-2)}}*,:before,:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;line-height:1.6;transition:color .5s,background-color .5s}:root{--primary-color:#3b82f6;--secondary-color:#a855f7;--text-dark:#111827;--text-medium:#374151;--text-light:#6b7280;--border-color:#e5e7eb;--background-light:#f8fafc;--button-dark:#111827}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{color:var(--text-medium);direction:rtl;background:linear-gradient(135deg,#eef3ff 0%,#fff 60%);font-family:Vazirmatn,sans-serif;line-height:1.6}.container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.navbar{z-index:10;background-color:#0000;padding:1rem 0;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--primary-color);font-size:1.5rem;font-weight:700}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-links a{color:var(--text-medium);font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--primary-color)}.sign-in{border:1px solid var(--border-color);color:var(--text-dark);cursor:pointer;background:#fff;border-radius:9999px;padding:.5rem 1rem;font-weight:500;transition:background .2s,color .2s}.sign-in:hover{background:var(--primary-color);color:#fff}.hero{text-align:center;padding-top:6rem;padding-bottom:4rem}.hero-title{letter-spacing:.25rem;color:var(--text-dark);font-size:4rem;font-weight:800}.hero-tagline{color:var(--text-medium);margin-top:1.25rem;margin-bottom:2rem;font-size:1.5rem}.highlight{background:linear-gradient(to left,var(--secondary-color),var(--primary-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.cta-button{background:var(--button-dark);color:#fff;cursor:pointer;border:none;border-radius:9999px;padding:.75rem 2rem;font-size:1rem;transition:background .3s}.cta-button:hover{background:#1f2937}.browser-icons{justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.browser-icons .dot{border-radius:50%;width:1.5rem;height:1.5rem}.demo-section{padding:4rem 0}.demo-window{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 8px #0000000d}.demo-header{border-bottom:1px solid var(--border-color);align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.demo-header .dot{border-radius:50%;width:.75rem;height:.75rem}.demo-header .red{background:#ef4444}.demo-header .yellow{background:#facc15}.demo-header .green{background:#22c55e}.demo-title{color:var(--text-medium);margin-right:auto;font-weight:600}.demo-tabs{border-bottom:1px solid var(--border-color);display:flex}.demo-tabs .tab{cursor:pointer;color:var(--text-medium);background:0 0;border:none;flex:1;padding:.5rem 1rem;font-weight:500;transition:color .2s,border-color .2s}.demo-tabs .tab.active{color:var(--primary-color);border-bottom:3px solid var(--primary-color)}.demo-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.app-list-box{width:100%;min-height:200px;max-height:500px;overflow:hidden scroll}.phone-illustration{flex:1;justify-content:center;min-width:200px;padding:1rem;display:flex}.phone-body{background:#1f2937;border-radius:1.5rem;justify-content:center;align-items:center;width:140px;height:280px;display:flex}.phone-screen{background:#fff;border-radius:1rem;justify-content:center;align-items:center;width:120px;height:240px;display:flex}.screen-placeholder{color:var(--primary-color);font-size:1rem;font-weight:600}.info-cards{flex-wrap:wrap;flex:2;gap:1rem;min-width:200px;padding:1rem;display:flex}.info-card{border:1px solid var(--border-color);background:#f9fafb;border-radius:.75rem;flex:calc(50% - 1rem);padding:1rem}.card-label{color:var(--text-dark);margin-bottom:.5rem;font-weight:600}.card-value{color:var(--primary-color);font-size:1.25rem;font-weight:700}@media (max-width:768px){.info-card{flex:100%}}.preview{text-align:center;padding:4rem 0}.preview-box{border:1px solid var(--border-color);color:var(--text-light);background:#f9fafb;border-radius:1rem;padding:2rem;font-size:1rem;display:inline-block}.features{background:#fff;padding:5rem 0}.features-container{text-align:center;justify-content:space-between;gap:2rem;display:flex}.feature-item{flex:1;padding:1rem}.feature-icon svg{width:3rem;height:3rem;color:var(--primary-color);margin-bottom:1rem}.feature-title{color:var(--primary-color);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.feature-text{color:var(--text-medium);font-size:1rem;line-height:1.6}.desktop{background:var(--background-light);padding:6rem 0}.desktop-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3rem;display:flex}.visual{flex:1;min-width:300px;height:350px;position:relative}.rings{width:100%;height:100%;position:relative}.ring{border:2px solid #dbeafe;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ring-1{width:100%;height:100%}.ring-2{width:70%;height:70%}.ring-3{width:40%;height:40%}.center-logo{background:linear-gradient(to left,var(--secondary-color),var(--primary-color));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;font-weight:700;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.device{width:60px;height:60px;color:var(--primary-color);position:absolute}.laptop{top:15%;left:20%}.phone{bottom:10%;left:45%}.controller{top:30%;right:15%}.text-content{flex:1;min-width:300px}.desktop-title{color:var(--text-dark);margin-bottom:.5rem;font-size:2rem;font-weight:700}.desktop-subtitle{color:var(--text-medium);margin-bottom:1.5rem;font-size:1.125rem}.bullet-list{margin-bottom:1.5rem;padding:0;list-style:none}.bullet-list li{color:var(--text-medium);margin-bottom:.5rem;padding-right:1.5rem;line-height:1.6;position:relative}.bullet-list li:before{content:"";background:var(--primary-color);border-radius:50%;width:.4rem;height:.4rem;position:absolute;top:.65rem;right:0}.download-button{background:var(--button-dark);color:#fff;cursor:pointer;border:none;border-radius:9999px;padding:.75rem 2rem;font-size:1rem;font-weight:500;transition:background .3s;display:inline-block}.download-button:hover{background:#1f2937}.platform-icons{color:var(--text-light);gap:1rem;margin-top:1rem;display:flex}.platform-icon{width:1.25rem;height:1.25rem}.footer{background:var(--background-light);color:var(--text-light);padding-top:3rem;padding-bottom:1.5rem;font-size:.875rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2rem;margin-bottom:1.5rem;display:grid}.footer-logo{color:var(--primary-color);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.footer-brand p{margin:0;line-height:1.6}.footer-title{color:var(--text-dark);margin-bottom:.75rem;font-weight:700}.footer-column ul{margin:0;padding:0;list-style:none}.footer-column ul li{margin-bottom:.5rem}.footer-column a{color:var(--text-light);text-decoration:none;transition:color .2s}.footer-column a:hover{color:var(--primary-color)}.footer-bottom{border-top:1px solid var(--border-color);color:var(--text-light);justify-content:flex-end;padding-top:1rem;display:flex}.footer-bottom span{font-size:.75rem}@media (max-width:768px){.hero-title{font-size:3rem}.hero-tagline{font-size:1.25rem}.features-container{text-align:center;flex-direction:column}.desktop-container{flex-direction:column}.footer-grid{grid-template-columns:repeat(2,1fr)}}header[data-v-341f4781]{max-height:100vh;line-height:1.5}.logo[data-v-341f4781]{margin:0 auto 2rem;display:block}nav[data-v-341f4781]{text-align:center;width:100%;margin-top:2rem;font-size:12px}nav a.router-link-exact-active[data-v-341f4781]{color:var(--color-text)}nav a.router-link-exact-active[data-v-341f4781]:hover{background-color:#0000}nav a[data-v-341f4781]{border-left:1px solid var(--color-border);padding:0 1rem;display:inline-block}nav a[data-v-341f4781]:first-of-type{border:0}@media (min-width:1024px){header[data-v-341f4781]{padding-right:calc(var(--section-gap)/2);place-items:center;display:flex}.logo[data-v-341f4781]{margin:0 2rem 0 0}header .wrapper[data-v-341f4781]{flex-wrap:wrap;place-items:flex-start;display:flex}nav[data-v-341f4781]{text-align:left;margin-top:1rem;margin-left:-1rem;padding:1rem 0;font-size:1rem}}
