:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#fff;--border:#e5e4e7;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}@media (width<=700px){#root{border-inline:none;width:100%}}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}html{scroll-behavior:smooth;color:#6b7280;background:#f9fafb}.page{-webkit-user-select:none;user-select:none;color:#111;flex-direction:column;min-height:100vh;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;display:flex}.page h2 span{color:#f97316}.gradient-text{background:linear-gradient(90deg,#4f46e5 0%,#7c3aed 50%,#f97316 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:20px 28px;display:flex}.menu{opacity:.6;gap:8px;display:flex}.menu a{color:inherit;border-radius:6px;padding:6px 10px;font-size:14px;text-decoration:none}.ctas{gap:8px;display:flex}.container{flex:1;max-width:1000px;margin:0 auto;padding:28px}.hero{text-align:left;background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 40%,#fff7ed 100%);-webkit-background-clip:text;background-clip:text;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}section{border-top:1px solid #f4f4f4;margin-top:20px;padding-top:10px}.cardDiv,.preFooterDiv{text-align:left;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;font-size:14px;display:grid}.preFooterDiv{color:#fff;background-color:#000;justify-content:center;justify-items:center}.preFooterDiv a{color:gray;text-decoration:none}.icon{background:#e6eaf4;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.card{background:#f9fafb;border:1px solid #eee;border-radius:6px;padding:12px}button{cursor:pointer;border-radius:6px}button:active{transform:translateY(0);box-shadow:0 2px 6px #f9731633}.btnPrimary{color:#fff;background-color:#f97316;border:none;padding:10px 14px;font-weight:600;transition:all .2s}.btnPrimary:hover{background-color:#ea580c;transform:translateY(-1px);box-shadow:0 4px 12px #f973164d}.btnOutline{color:#f97316;background:0 0;border:1px solid #f97316;padding:8px 12px}section h4{color:#f97316;margin:0}.btnGhost{color:#333;background:#fff;border:1px solid #ddd;margin-left:8px;padding:8px 12px}.faqList{margin-top:12px}.faqItem{margin-bottom:8px}.faqQ{text-align:left;cursor:pointer;background:#fff;border:1px solid #eee;border-radius:6px;width:100%;padding:10px 12px}.faqA{opacity:.8;background:#f9fafb;border-radius:6px;margin-top:6px;padding:8px 12px;font-size:14px}form{gap:8px;max-width:560px;margin-top:12px;display:grid}select,input,textarea{border:1px solid #ddd;border-radius:6px;padding:10px 12px;font-size:14px}.contact{text-align:left;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;display:flex}footer{background:#fff;border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:16px 28px;font-size:13px;display:flex}.heroImg{border-radius:10px;width:500px;padding-top:50px}.timeline{max-width:700px;margin:auto;position:relative}.timeline:before{content:"";background:#e0e0e0;width:2px;position:absolute;top:0;bottom:0;left:20px}.timeline-item{margin-bottom:30px;padding-left:60px;position:relative}.timeline-icon{background:#fff;border:1px solid #dcdcdc;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex;position:absolute;top:10px;left:6px}.changelog .card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px 20px;box-shadow:0 2px 4px #00000008}.changelog .header{align-items:center;gap:10px;margin-bottom:8px;font-size:14px;display:flex}.changelog .version{font-weight:700}.changelog .badge{background:#eef2ff;border-radius:999px;padding:2px 8px;font-size:12px}.changelog .date{color:#6b7280;margin-left:auto;font-size:12px}.changelog .title{text-align:left;margin-bottom:6px;font-weight:600}.changelog ul{text-align:left;margin:0;padding-left:18px}.changelog li{color:#4b5563}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=700px){.hero,.contact,footer{flex-direction:column}.cardDiv,.preFooterDiv{grid-template-columns:1fr}.preFooterDiv{text-align:center}header{flex-direction:column;gap:12px}.page{font-size:16px}input,textarea{width:85vw}.heroImg{width:100%;padding-top:0}}
