:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--bg-alt:#faf8ff;--border:#e5e4e7;--accent:#aa3bff;--accent-2:#ff5fa2;--accent-bg:#aa3bff1a;--card-bg:#fff;--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:#16171d;--bg-alt:#1b1c24;--border:#2e303a;--accent:#c084fc;--accent-2:#ff86bb;--accent-bg:#c084fc26;--card-bg:#1f2028;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}}*{box-sizing:border-box}body{margin:0}#root{flex-direction:column;min-height:100svh;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:600}p{margin:0}.top-bar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 32px;display:flex}@media (width<=640px){.top-bar{padding:16px 20px}}.brand{color:var(--text-h);align-items:center;gap:10px;font-size:20px;font-weight:600;display:flex}.brand-mark{background:linear-gradient(135deg, var(--accent-2), var(--accent));color:#fff;border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.brand-mark svg{width:18px;height:18px}.pill{letter-spacing:.4px;text-transform:uppercase;color:var(--accent);background:var(--accent-bg);border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600}main{flex-direction:column;flex:1;display:flex}.hero{text-align:center;flex-direction:column;align-items:center;gap:24px;max-width:720px;margin:0 auto;padding:96px 24px 72px;display:flex}@media (width<=640px){.hero{padding:56px 20px 48px}}.hero h1{letter-spacing:-1.2px;margin:0;font-size:52px;line-height:1.1}@media (width<=640px){.hero h1{font-size:34px}}.highlight{background:linear-gradient(135deg, var(--accent-2), var(--accent));color:#0000;-webkit-background-clip:text;background-clip:text}.hero p{max-width:560px;font-size:18px}@media (width<=640px){.hero p{font-size:16px}}.store-badges{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;display:flex}.store-badge{background:var(--text-h);color:var(--bg);cursor:not-allowed;-webkit-user-select:none;user-select:none;border-radius:10px;align-items:center;gap:10px;padding:10px 18px;display:inline-flex}.store-badge svg{flex-shrink:0;width:24px;height:24px}.store-badge span{text-align:left;flex-direction:column;font-size:15px;font-weight:600;line-height:1.2;display:flex}.store-badge small{opacity:.75;font-size:11px;font-weight:400}.features{border-top:1px solid var(--border);background:var(--bg-alt);display:flex}@media (width<=800px){.features{flex-direction:column}}.feature-card{text-align:left;border-right:1px solid var(--border);flex:1 1 0;padding:40px 32px}.feature-card:last-child{border-right:none}@media (width<=800px){.feature-card{border-right:none;border-bottom:1px solid var(--border)}.feature-card:last-child{border-bottom:none}}.feature-icon{width:26px;height:26px;color:var(--accent);margin-bottom:16px}.feature-card h2{margin:0 0 8px;font-size:20px}.feature-card p{font-size:15px;line-height:1.5}footer{text-align:center;border-top:1px solid var(--border);padding:24px;font-size:14px}
