:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--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);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{max-width:1280px;margin:0 auto;padding:2rem;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media(hover:hover){a:hover{background-color:#00bd7e33}}@media(min-width:1024px){body{display:flex;place-items:center}#app{display:grid;grid-template-columns:1fr 1fr;padding:0 2rem}}html,body,#app{width:100%;margin:0;padding:0;overflow-x:hidden;font-family:Inter,sans-serif}*{margin:0;padding:0;box-sizing:border-box}.portal{width:100%;min-height:100vh}.navbar{background:#000;padding:1rem 2rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000004d;width:100%}.nav-container{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{display:flex;align-items:center;gap:.5rem}.logo-icon{font-size:1.8rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center}.logo-icon img{width:30px;height:30px;object-fit:contain}.logo-text{font-size:1.5rem;font-weight:600;color:#fff}.nav-links{display:flex;gap:2rem}.nav-links a{color:#e5e7eb;text-decoration:none;font-weight:500;transition:color .2s}.nav-links a:hover{color:#3b82f6}.hero{background:linear-gradient(135deg,#000,#1e293b);color:#fff;min-height:100vh;width:100%;display:flex;align-items:center}.hero-split{display:flex;flex-direction:column;width:100%;align-items:center;gap:2rem;margin:0;padding:2rem}.hero-images{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;width:100%;max-width:1200px;margin:0 auto}.hero-image-item{flex:1 1 200px;max-width:250px}.hero-image-item img{display:block;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;border-radius:12px;box-shadow:0 20px 40px #0006}.hero-text{text-align:center;max-width:800px;margin:0 auto;padding:0 1rem}.hero-text h1{font-size:3rem;margin-bottom:1rem;line-height:1.2;white-space:nowrap}.hero-subtitle{font-size:1.5rem;color:#94a3b8;margin-bottom:1.5rem}.hero-description{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.services{padding:5rem 2rem;width:100%;background:#f8fafc}.services h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#0f172a}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.service-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;display:flex;flex-direction:column;border:1px solid #e2e8f0}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.card-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#0f172a}.card-description{color:#475569;margin-bottom:1.5rem;line-height:1.5}.card-features{margin-bottom:1.5rem;flex-grow:1}.card-features span{display:block;color:#334155;margin-bottom:.5rem;font-size:.95rem}.card-actions{display:flex;align-items:center;gap:1rem;margin-top:auto}.btn-outline{padding:.5rem 1.5rem;border:2px solid #3b82f6;color:#3b82f6;text-decoration:none;border-radius:6px;font-weight:500;transition:all .2s}.btn-outline:hover{background:#3b82f6;color:#fff}.version-badge{background:#e2e8f0;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;color:#475569}.coming-soon{opacity:.9;background:#f8fafc}.coming-soon-badge{background:#94a3b8;color:#fff;padding:.5rem 1.5rem;border-radius:6px;font-weight:500}.mobile-apps{background:#fff;padding:5rem 2rem;width:100%;text-align:center;border-top:1px solid #e2e8f0}.mobile-apps h2{font-size:2.5rem;margin-bottom:1rem;color:#0f172a}.section-subtitle{color:#64748b;margin-bottom:2rem;font-size:1.1rem}.app-buttons{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap}.app-store-btn img,.google-play-btn img{height:60px;width:auto;transition:transform .2s}.app-store-btn:hover img,.google-play-btn:hover img{transform:scale(1.05)}.app-note{margin-top:1.5rem;color:#94a3b8;font-size:.9rem}.footer{background:#000;color:#fff;padding:3rem 2rem 1rem;width:100%}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1400px;margin:0 auto 3rem}.footer-section h4{color:#fff;margin-bottom:1rem;font-size:1.1rem}.footer-section p,.footer-section a{color:#94a3b8;line-height:1.8;text-decoration:none;display:block}.footer-section a:hover{color:#3b82f6}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #1e293b;color:#64748b}.btn{padding:.75rem 2rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .2s;display:inline-block}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.btn-secondary{background:transparent;color:#fff;border:2px solid #3b82f6}.btn-secondary:hover{background:#3b82f6;transform:translateY(-2px)}@media(max-width:1024px){.hero-text h1{font-size:2.5rem;white-space:normal}.hero-subtitle{font-size:1.3rem}}@media(max-width:768px){.hero-split{flex-direction:column;gap:2rem}.hero-text{text-align:center;padding-left:1rem;padding-right:1rem}.hero-images{gap:1rem}.hero-image-item{flex:1 1 150px}.hero-text h1{font-size:2rem}.hero-image img{border-radius:12px}.services-grid{grid-template-columns:1fr}.app-buttons{flex-direction:column}.footer-content{grid-template-columns:1fr;text-align:center}}.item[data-v-fd0742eb]{margin-top:2rem;display:flex;position:relative}.details[data-v-fd0742eb]{flex:1;margin-left:1rem}i[data-v-fd0742eb]{display:flex;place-items:center;place-content:center;width:32px;height:32px;color:var(--color-text)}h3[data-v-fd0742eb]{font-size:1.2rem;font-weight:500;margin-bottom:.4rem;color:var(--color-heading)}@media(min-width:1024px){.item[data-v-fd0742eb]{margin-top:0;padding:.4rem 0 1rem calc(var(--section-gap) / 2)}i[data-v-fd0742eb]{top:calc(50% - 25px);left:-26px;position:absolute;border:1px solid var(--color-border);background:var(--color-background);border-radius:8px;width:50px;height:50px}.item[data-v-fd0742eb]:before{content:" ";border-left:1px solid var(--color-border);position:absolute;left:0;bottom:calc(50% + 25px);height:calc(50% - 25px)}.item[data-v-fd0742eb]:after{content:" ";border-left:1px solid var(--color-border);position:absolute;left:0;top:calc(50% + 25px);height:calc(50% - 25px)}.item[data-v-fd0742eb]:first-of-type:before{display:none}.item[data-v-fd0742eb]:last-of-type:after{display:none}}
