:root{color-scheme:light dark;--brand-green:#16a367;--brand-yellow:#ffde32;--brand-red:#de0f3f;--brand-blue:#00f;--brand-orange:#ff8210;--brand-white:#f8fbfd;--bg:#f8fbfd;--surface:#fff;--surface-2:#edf3f8;--text:#191d21;--muted:#4d5560;--accent:#0e7a4c;--accent-contrast:#fff;--border:#dbe4ec;--chip-bg:#e3f4ec;--chip-text:#0b5c39;--shadow:0 1px 2px #0000000d, 0 12px 32px #00000014;--radius:16px;--wrap:68rem}@media (prefers-color-scheme:dark){:root{--bg:#121519;--surface:#1c2126;--surface-2:#272d34;--text:#f8fbfd;--muted:#a9b3bd;--accent:#16a367;--accent-contrast:#0c1f16;--border:#333b43;--chip-bg:#173325;--chip-text:#7fe0ac;--shadow:0 1px 2px #00000059, 0 12px 32px #0006}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:1.0625rem;line-height:1.65}img{max-width:100%;height:auto;display:block}h1,h2,h3{letter-spacing:-.01em;margin:0 0 .5em;font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,5vw,2.9rem)}h2{font-size:clamp(1.5rem,3.5vw,2rem)}h3{font-size:1.125rem}p{margin:0 0 1em}a{color:var(--accent);text-underline-offset:3px}a:hover{text-decoration-thickness:2px}:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:4px}::selection{background:var(--brand-yellow);color:#191d21}.wrap{max-width:var(--wrap);margin-inline:auto;padding-inline:clamp(1rem,4vw,1.75rem)}.section{padding-block:clamp(2rem,6vw,3.25rem)}.section+.section{border-top:1px solid var(--border)}.muted{color:var(--muted)}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;background:var(--accent);color:var(--accent-contrast);border-radius:0 0 10px 10px;padding:.6rem 1rem;font-weight:600;text-decoration:none;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:0}.site-header{border-bottom:1px solid var(--border);background:var(--surface)}.site-header .wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1.5rem;padding-block:.9rem;display:flex}.brand{color:var(--text);align-items:center;gap:.6rem;font-size:1.05rem;font-weight:700;text-decoration:none;display:inline-flex}.brand img{border-radius:7px;width:30px;height:30px}.site-nav ul{flex-wrap:wrap;gap:.25rem .5rem;margin:0;padding:0;list-style:none;display:flex}.site-nav a{color:var(--muted);border-radius:999px;padding:.4rem .85rem;font-size:.98rem;font-weight:600;text-decoration:none;display:inline-block}.site-nav a:hover{color:var(--text);background:var(--surface-2)}.site-nav a[aria-current=page]{color:var(--accent-contrast);background:var(--accent)}.site-footer{border-top:1px solid var(--border);background:var(--surface);margin-top:3rem}.footer-grid{grid-template-columns:1fr;gap:2rem;padding-block:2.25rem;display:grid}@media (width>=46rem){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.site-footer h2{margin-bottom:.6rem;font-size:1rem}.site-footer ul{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.site-footer a{color:var(--muted);text-decoration:none}.site-footer a:hover{color:var(--text);text-decoration:underline}.footer-bottom{border-top:1px solid var(--border);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:.5rem 1.5rem;padding-block:1.1rem;font-size:.92rem;display:flex}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}.hero{text-align:center;padding-block:clamp(3rem,9vw,5.5rem) clamp(2rem,6vw,3.5rem)}.hero h1{max-width:22ch;margin-inline:auto}.hero .tagline{color:var(--muted);max-width:44ch;margin-inline:auto;font-size:clamp(1.1rem,2.5vw,1.35rem)}.cube-dots{justify-content:center;gap:.5rem;margin-top:1.75rem;display:flex}.cube-dots span{border:1px solid #00000029;border-radius:4px;width:14px;height:14px;display:inline-block}.app-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,19rem),1fr));gap:1.4rem;display:grid}.app-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:1rem;padding:1.4rem;transition:transform .16s;display:flex}.app-card:hover{transform:translateY(-3px)}.app-card-head{align-items:center;gap:.9rem;display:flex}.app-icon{border-radius:14px;flex:none;width:64px;height:64px}.app-card h3{margin:0;font-size:1.2rem}.app-card h3 a{color:var(--text);text-decoration:none}.app-card h3 a:hover{color:var(--accent)}.app-card .tagline{color:var(--muted);margin:.15rem 0 0;font-size:.95rem}.app-card .spacer{flex:1}.chips{flex-wrap:wrap;gap:.45rem;display:flex}.chip{background:var(--chip-bg);color:var(--chip-text);letter-spacing:.01em;border-radius:999px;padding:.22rem .7rem;font-size:.82rem;font-weight:600;display:inline-block}.chip.neutral{background:var(--surface-2);color:var(--muted)}.app-hero{flex-wrap:wrap;align-items:center;gap:1.75rem;padding-block:clamp(2.5rem,7vw,4rem) 1.5rem;display:flex}.app-hero .app-icon{border-radius:26px;width:112px;height:112px}.app-hero h1{margin-bottom:.2em}.app-hero .tagline{color:var(--muted);margin:0 0 .9rem;font-size:1.2rem}.feature-list{grid-template-columns:repeat(auto-fill,minmax(min(100%,17rem),1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.feature-list li{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.25rem}.feature-list h3{align-items:center;gap:.55rem;margin-bottom:.35rem;display:flex}.feature-list h3:before{content:"";background:var(--brand-green);border-radius:3px;flex:none;width:10px;height:10px}.feature-list p{color:var(--muted);margin:0;font-size:.98rem}.gallery{flex-wrap:wrap;gap:1.25rem;display:flex}.gallery figure{margin:0}.gallery img{border:1px solid var(--border);background:var(--surface-2);border-radius:18px;width:min(15.5rem,42vw);transition:transform .16s}.gallery a{display:block}.gallery a:hover img{transform:scale(1.02)}.store-badge{line-height:0;display:inline-block}.store-badge img{border-radius:8px;width:auto;height:44px}@media (prefers-color-scheme:dark){.store-badge img{filter:invert()}}.app-hero-badge{margin-top:1.1rem}.page-title{padding-top:clamp(2.5rem,7vw,4rem)}.prose{max-width:46rem}.prose h2{margin-top:2.2em}.prose ul{padding-left:1.2rem}
