:root{--font-sans: system-ui, sans-serif;--bg-color: #ffffff;--text-color: #1e293b;--muted-text-color: #475569;--link-color: #0ea5e9;--link-hover-color: #0891b2;--button-gradient: linear-gradient(135deg, #06b6d4 0%, #0ea5e9 100%);--button-text: #ffffff;--github-color: #06b6d4;--github-hover-color: #0891b2;--border-color: rgba(148, 163, 184, .24);--screenshot-shadow: 0 4px 20px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .1);--button-shadow: 0 4px 12px rgba(0, 0, 0, .15);--button-shadow-hover: 0 6px 16px rgba(0, 0, 0, .2)}@media(prefers-color-scheme:dark){:root{--bg-color: #0f172a;--text-color: #e2e8f0;--muted-text-color: #94a3b8;--link-color: #38bdf8;--link-hover-color: #0ea5e9;--github-color: #38bdf8;--github-hover-color: #0ea5e9;--border-color: rgba(148, 163, 184, .22);--screenshot-shadow: 0 8px 24px rgba(0, 0, 0, .5), inset 0 0 0 1px rgba(255, 255, 255, .05)}}body{font-family:var(--font-sans);background-color:var(--bg-color);color:var(--text-color)}#container[data-astro-cid-mmc7otgs]{display:flex;flex-direction:column;align-items:center;padding:4rem 10rem}#github-link[data-astro-cid-mmc7otgs]{position:absolute;top:1.5rem;right:1.5rem;color:var(--github-color);transition:color .2s ease-in-out}#github-link[data-astro-cid-mmc7otgs]:hover{color:var(--github-hover-color)}main[data-astro-cid-mmc7otgs]{width:100%;max-width:1200px}#hero[data-astro-cid-mmc7otgs]{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;padding:2rem 0}.hero-left[data-astro-cid-mmc7otgs],.hero-right[data-astro-cid-mmc7otgs]{flex:1 1 300px}.hero-right[data-astro-cid-mmc7otgs] picture[data-astro-cid-mmc7otgs] img[data-astro-cid-mmc7otgs]{max-width:100%;height:auto;border-radius:12px;transition:opacity .3s ease-in-out}.title-row[data-astro-cid-mmc7otgs]{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.title-row[data-astro-cid-mmc7otgs] img[data-astro-cid-mmc7otgs]{display:block;margin-block-start:.5rem}#hero[data-astro-cid-mmc7otgs] h1[data-astro-cid-mmc7otgs]{font-size:2rem;font-weight:700;margin:1rem 0 .25rem}#hero[data-astro-cid-mmc7otgs] h2[data-astro-cid-mmc7otgs]{font-weight:500;font-size:1.25rem;margin:0 0 1rem;color:var(--muted-text-color)}.hero-copy[data-astro-cid-mmc7otgs]{font-size:1rem;margin:0 0 1.5rem;color:var(--muted-text-color);max-width:42rem}#links[data-astro-cid-mmc7otgs]{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:2rem}#links[data-astro-cid-mmc7otgs] a[data-astro-cid-mmc7otgs].button{padding:.75rem 1rem;border-radius:8px;font-weight:600;background:var(--button-gradient);color:var(--button-text);text-decoration:none;transition:all .2s ease-in-out;box-shadow:var(--button-shadow);font-size:1.05rem}#links[data-astro-cid-mmc7otgs] a[data-astro-cid-mmc7otgs].button:hover{opacity:.95;transform:translateY(-1px);box-shadow:var(--button-shadow-hover);text-decoration:none}.cta-note[data-astro-cid-mmc7otgs]{margin:0;font-size:.95rem;color:var(--muted-text-color);line-height:1.5}#app-screenshot[data-astro-cid-mmc7otgs] img[data-astro-cid-mmc7otgs]{max-width:100%;height:auto;border-radius:.75rem;transition:opacity .3s ease-in-out;box-shadow:var(--screenshot-shadow)}#features[data-astro-cid-mmc7otgs]{margin-top:3rem}#features[data-astro-cid-mmc7otgs] h2[data-astro-cid-mmc7otgs],.text-section[data-astro-cid-mmc7otgs] h2[data-astro-cid-mmc7otgs]{font-size:1.5rem;font-weight:600;margin-bottom:1rem}#features[data-astro-cid-mmc7otgs] ul[data-astro-cid-mmc7otgs]{list-style:none;padding:0;margin:0}#features[data-astro-cid-mmc7otgs] li[data-astro-cid-mmc7otgs]{margin-bottom:1.5rem}#features[data-astro-cid-mmc7otgs] h3[data-astro-cid-mmc7otgs],.faq-item[data-astro-cid-mmc7otgs] h3[data-astro-cid-mmc7otgs]{font-size:1.125rem;margin-bottom:.25rem}#features[data-astro-cid-mmc7otgs] p[data-astro-cid-mmc7otgs],.text-section[data-astro-cid-mmc7otgs] p[data-astro-cid-mmc7otgs],.faq-item[data-astro-cid-mmc7otgs] p[data-astro-cid-mmc7otgs]{margin:0;color:var(--muted-text-color);line-height:1.6}.text-section[data-astro-cid-mmc7otgs]{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.faq-item[data-astro-cid-mmc7otgs]+.faq-item[data-astro-cid-mmc7otgs]{margin-top:1.5rem}a[data-astro-cid-mmc7otgs]{color:var(--link-color)}a[data-astro-cid-mmc7otgs]:hover{color:var(--link-hover-color);text-decoration:underline}a[data-astro-cid-mmc7otgs]:focus-visible{outline:2px solid currentColor;outline-offset:2px}@media screen and (max-width:600px){#container[data-astro-cid-mmc7otgs]{padding:2rem}#hero[data-astro-cid-mmc7otgs]{padding:0}#hero[data-astro-cid-mmc7otgs] h1[data-astro-cid-mmc7otgs]{font-size:1.5rem}#hero[data-astro-cid-mmc7otgs] h2[data-astro-cid-mmc7otgs]{font-size:1rem}#links[data-astro-cid-mmc7otgs] a[data-astro-cid-mmc7otgs].button{display:block;width:min(100%,20rem);text-align:center;align-self:center}}html,body{margin:0;width:100%;height:100%}footer[data-astro-cid-sz7xmlte]{text-align:center;padding:1rem}footer[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:0}a[data-astro-cid-sz7xmlte]{color:var(--link-color)}a[data-astro-cid-sz7xmlte]:hover{color:var(--link-hover-color);text-decoration:underline}
