:root{--bg:#faf8f5;--bg-2:#f3efe8;--surface:#fff;--surface-2:#f7f4ef;--green-deep:#1b4332;--green:#2d6a4f;--green-mid:#40916c;--green-light:#74c69d;--green-pale:#d8f3dc;--amber:#b45309;--amber-light:#d97706;--amber-pale:#fef3c7;--coral:#c2410c;--ink:#1a1a1a;--ink-2:#2e2e2e;--ink-muted:#5c5754;--ink-faint:#8a8480;--border:#ddd8d1;--border-mid:#c8c1b8;--r:16px;--r-sm:10px;--r-xs:6px;--r-pill:999px;--shadow-xs:0 1px 4px #1b43320f;--shadow-sm:0 2px 10px #1b433214;--shadow-md:0 6px 24px #1b43321c;--shadow-lg:0 16px 48px #1b433224;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:clamp(2rem, 4vw + .5rem, 2.75rem);--text-hero:clamp(2.5rem, 6vw + .5rem, 4rem);--max-w:1200px;--page-px:clamp(1rem, 5vw, 4rem)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--ink);font-family:DM Sans,system-ui,sans-serif;font-size:var(--text-base);-webkit-font-smoothing:antialiased;min-height:100dvh;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit}code,pre{font-family:JetBrains Mono,Fira Mono,monospace;font-size:.875em}.skip-link{z-index:200;background:var(--green-deep);color:#fff;border-radius:var(--r-xs);padding:.6rem 1rem;font-weight:600;text-decoration:none;transition:top .15s;position:fixed;top:-9rem;left:1rem}.skip-link:focus{top:1rem}.page{flex-direction:column;min-height:100dvh;display:flex}.main{outline:none;flex:1}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:50;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);background:#faf8f5eb;position:sticky;top:0}.site-header__inner{max-width:var(--max-w);padding:.75rem var(--page-px);align-items:center;gap:2rem;margin:0 auto;display:flex}.brand{flex-shrink:0;align-items:center;gap:.5rem;text-decoration:none;display:flex}.brand__logo{object-fit:contain;border-radius:6px;width:32px;height:32px}.brand__name{font-family:Fraunces,Georgia,serif;font-size:var(--text-lg);color:var(--green-deep);letter-spacing:-.02em;font-weight:700}.header-nav{gap:1.5rem;margin-left:auto;display:flex}.nav-link{font-size:var(--text-sm);color:var(--ink-muted);border-bottom:2px solid #0000;padding:.25rem 0;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s}.nav-link:hover,.nav-link:focus-visible{color:var(--green);border-color:var(--green-light);outline:none}.btn-header-cta{background:var(--green);color:#fff;border-radius:var(--r-xs);font-size:var(--text-sm);white-space:nowrap;flex-shrink:0;align-items:center;gap:.4rem;padding:.45rem .9rem;font-weight:600;text-decoration:none;transition:background .15s,transform .15s;display:flex}.btn-header-cta:hover{background:var(--green-deep);transform:translateY(-1px)}.btn-header-cta:focus-visible{outline:2px solid var(--green-mid);outline-offset:2px}@media (width<=640px){.header-nav{display:none}.btn-header-cta{margin-left:auto}}.hero{background:var(--bg);padding:clamp(3rem, 8vh, 6rem) var(--page-px) clamp(3rem, 6vh, 5rem);border-bottom:1px solid var(--border);overflow:hidden}.hero__inner{max-width:var(--max-w);grid-template-columns:1fr minmax(0,380px);align-items:center;gap:clamp(2rem,4vw,5rem);margin:0 auto;display:grid}.hero__left{max-width:560px}.hero__eyebrow{font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--green-mid);margin-bottom:1rem;font-weight:600;display:inline-block}.hero__title{font-family:Fraunces,Georgia,serif;font-size:var(--text-hero);letter-spacing:-.03em;color:var(--green-deep);text-wrap:balance;margin-bottom:1.25rem;font-weight:700;line-height:1.08}.hero__title em{color:var(--amber-light);font-style:italic}.hero__desc{font-size:var(--text-lg);color:var(--ink-muted);text-wrap:pretty;max-width:44ch;margin-bottom:2rem;line-height:1.65}.hero__desc strong{color:var(--green-deep);font-weight:600}.hero__cta{flex-direction:column;gap:.75rem;display:flex}.btn-download{background:var(--green-deep);color:#fff;border-radius:var(--r-sm);font-size:var(--text-base);align-items:center;gap:.6rem;width:fit-content;padding:.85rem 1.5rem;font-weight:600;text-decoration:none;transition:background .15s,transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 2px 12px #1b433240}.btn-download:hover:not(.is-disabled){background:var(--green);transform:translateY(-2px);box-shadow:0 6px 20px #1b43324d}.btn-download:focus-visible{outline:3px solid var(--green-mid);outline-offset:3px}.btn-download:active:not(.is-disabled){transform:translateY(0)}.btn-download.is-disabled{opacity:.55;cursor:wait;pointer-events:none}.btn-download__icon{flex-shrink:0;display:flex}.download-meta{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.download-meta__sep{color:var(--border-mid);font-size:var(--text-xs)}.version-tag{border-radius:var(--r-pill);font-size:var(--text-xs);border:1.5px solid var(--border);background:var(--surface);color:var(--ink-muted);letter-spacing:.01em;padding:.2rem .55rem;font-weight:600;transition:background .2s,border-color .2s,color .2s;display:inline-block}.version-tag.is-loading{color:var(--ink-faint);border-color:var(--border)}.version-tag.is-loaded{background:var(--green-pale);border-color:var(--green-light);color:var(--green-deep)}.filename-label{color:var(--ink-muted);font-size:var(--text-xs)}.status-line{font-size:var(--text-xs);color:var(--ink-muted);min-height:1.4em}.retry-btn{background:var(--surface);border:1.5px solid var(--border-mid);border-radius:var(--r-sm);font-size:var(--text-sm);color:var(--green-deep);cursor:pointer;align-items:center;gap:.4rem;width:fit-content;padding:.5rem 1rem;font-weight:600;transition:border-color .15s,background .15s,transform .12s;display:inline-flex}.retry-btn:hover{background:var(--green-pale);border-color:var(--green-light);transform:translateY(-1px)}.retry-btn:active{transform:translateY(0)}.retry-btn:focus-visible{outline:2px solid var(--green-mid);outline-offset:2px}.retry-btn[hidden]{display:none!important}.hero__right{justify-content:center;align-items:flex-start;display:flex}.hero__screenshot-wrap{width:100%;max-width:280px;box-shadow:var(--shadow-lg), 0 0 0 1px #1b433214;background:var(--surface-2);border-radius:28px;position:relative;overflow:hidden}.hero__screenshot{border-radius:inherit;width:100%;height:auto;display:block}@media (width<=860px){.hero__inner{grid-template-columns:1fr;gap:2rem}.hero__left{max-width:100%}.hero__right{justify-content:center;width:100%;margin-top:.5rem;display:flex}.hero__screenshot-wrap{max-width:260px;max-height:240px;box-shadow:var(--shadow-md), 0 0 0 1px #1b433212;border-radius:18px 18px 0 0;margin:0 auto;overflow:hidden}}.sha-section{background:var(--surface-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1rem var(--page-px)}.sha-section__inner{max-width:var(--max-w);flex-direction:column;gap:.5rem;margin:0 auto;display:flex}.sha-section__head{align-items:center;gap:.75rem;display:flex}.sha-section__label{font-size:var(--text-xs);color:var(--ink-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.sha-value{word-break:break-all;font-size:var(--text-xs);color:var(--ink-2);line-height:1.5}.sha-section__links{flex-wrap:wrap;gap:1.25rem;margin-top:.25rem;display:flex}.meta-link{font-size:var(--text-xs);color:var(--green-mid);text-decoration:none}.meta-link:hover{text-decoration:underline}.btn-copy{border:1.5px solid var(--border);border-radius:var(--r-xs);background:var(--surface);color:var(--ink-muted);font-size:var(--text-xs);cursor:pointer;align-items:center;gap:.35rem;padding:.25rem .6rem;font-weight:600;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.btn-copy:hover{border-color:var(--green-mid);color:var(--green);background:var(--green-pale)}.btn-copy.is-copied{border-color:var(--green-mid);color:var(--green-deep);background:var(--green-pale)}.btn-copy:focus-visible{outline:2px solid var(--green-mid);outline-offset:2px}.trust-section{padding:2rem var(--page-px);background:var(--surface-2);border-bottom:1px solid var(--border)}.trust-list{max-width:var(--max-w);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem 2rem;margin:0 auto;list-style:none;display:grid}.trust-item{font-size:var(--text-sm);color:var(--ink-muted);align-items:flex-start;gap:.65rem;line-height:1.55;display:flex}.trust-item__icon{color:var(--green-mid);flex-shrink:0;margin-top:.1em;display:flex}.trust-item strong{color:var(--ink-2);font-weight:600}.trust-item em{font-style:italic}.trust-link{color:var(--green-mid);text-decoration:none}.trust-link:hover{text-decoration:underline}.trust-sep{color:var(--border-mid)}.product-section{padding:clamp(3rem, 7vh, 5rem) var(--page-px);background:var(--bg);border-bottom:1px solid var(--border)}.product-section__head{max-width:var(--max-w);margin:0 auto 2rem}.section-title{font-family:Fraunces,Georgia,serif;font-size:var(--text-3xl);color:var(--green-deep);letter-spacing:-.025em;text-wrap:balance;margin-bottom:.5rem;font-weight:700}.section-desc{font-size:var(--text-base);color:var(--ink-muted);text-wrap:pretty;max-width:52ch}.scene-tabs{max-width:var(--max-w);border-bottom:2px solid var(--border);gap:.5rem;margin:0 auto 2rem;padding-bottom:0;display:flex}.scene-tab{cursor:pointer;font-size:var(--text-sm);color:var(--ink-muted);border-radius:var(--r-xs) var(--r-xs) 0 0;background:0 0;border:none;border-bottom:2px solid #0000;padding:.55rem 1.1rem;font-weight:600;transition:color .15s,border-color .15s,background .15s;position:relative;bottom:-2px}.scene-tab:hover{color:var(--green);background:var(--green-pale)}.scene-tab.is-active{color:var(--green-deep);border-bottom-color:var(--green);background:0 0}.scene-tab:focus-visible{outline:2px solid var(--green-mid);outline-offset:2px;border-radius:var(--r-xs)}.scene{max-width:var(--max-w);margin:0 auto}.scene__body{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(1.5rem,3vw,3rem);display:grid}.scene__text{padding-top:.5rem}.scene__title{font-family:Fraunces,Georgia,serif;font-size:var(--text-2xl);color:var(--green-deep);letter-spacing:-.02em;text-wrap:balance;margin-bottom:.75rem;font-weight:700}.scene__desc{font-size:var(--text-base);color:var(--ink-muted);text-wrap:pretty;max-width:46ch;line-height:1.7}.scene__media{flex-direction:column;gap:1rem;display:flex}.scene__phone-wrap{box-shadow:var(--shadow-md), 0 0 0 1px #1b433212;background:var(--surface-2);border-radius:22px;max-width:240px;margin:0 auto;overflow:hidden}.scene__phone{width:100%;height:auto;display:block}.scene__tablet-wrap{box-shadow:var(--shadow-md), 0 0 0 1px #1b433212;background:var(--surface-2);border-radius:14px;overflow:hidden}.scene__tablet{width:100%;height:auto;display:block}@media (width<=700px){.scene__body{grid-template-columns:1fr}.scene__text{order:2}.scene__media{order:1}.scene__phone-wrap{max-width:200px}}.install-section{padding:clamp(2.5rem, 6vh, 4rem) var(--page-px);background:var(--surface-2);border-bottom:1px solid var(--border)}.install-section .section-title,.install-section .section-desc{max-width:var(--max-w);margin-left:auto;margin-right:auto}.install-section .section-desc{margin-bottom:1.75rem}.install-steps{max-width:var(--max-w);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin:0 auto;list-style:none;display:grid}.install-step{align-items:flex-start;gap:1rem;display:flex}.install-step__num{background:var(--green-pale);width:32px;height:32px;color:var(--green-deep);font-weight:700;font-size:var(--text-sm);border:1.5px solid var(--green-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;display:flex}.install-step__head{font-size:var(--text-sm);color:var(--ink-2);margin-bottom:.25rem;font-weight:700;display:block}.install-step__body{font-size:var(--text-sm);color:var(--ink-muted);line-height:1.6}.device-section{padding:clamp(2.5rem, 6vh, 4rem) var(--page-px);background:var(--bg);border-bottom:1px solid var(--border)}.device-section .section-title,.device-section .section-desc{max-width:var(--max-w);margin-left:auto;margin-right:auto}.device-section .section-desc{margin-bottom:1.75rem}.device-list{max-width:var(--max-w);border:1.5px solid var(--border);border-radius:var(--r);background:var(--surface);flex-direction:column;gap:0;margin:0 auto;list-style:none;display:flex;overflow:hidden}.device-item{border-bottom:1px solid var(--border);grid-template-columns:26px 100px 1fr;align-items:center;gap:.75rem;padding:.85rem 1.25rem;display:grid}.device-item:last-child{border-bottom:none}.device-item__icon{color:var(--green-mid);flex-shrink:0;display:flex}.device-item__label{font-size:var(--text-sm);color:var(--ink-2);font-weight:600}.device-item__detail{font-size:var(--text-sm);color:var(--ink-muted)}.support-section{padding:clamp(2.5rem, 6vh, 4rem) var(--page-px);background:var(--surface-2);border-bottom:1px solid var(--border)}.support-section__title{font-family:Fraunces,Georgia,serif;font-size:var(--text-3xl);color:var(--green-deep);letter-spacing:-.025em;text-wrap:balance;max-width:var(--max-w);margin-bottom:.5rem;margin-left:auto;margin-right:auto;font-weight:700}.support-section__desc{font-size:var(--text-base);color:var(--ink-muted);text-wrap:pretty;max-width:56ch;max-width:var(--max-w);margin-bottom:1.75rem;margin-left:auto;margin-right:auto;line-height:1.65}.support-contacts{max-width:var(--max-w);flex-wrap:wrap;gap:1rem;margin:0 auto;display:flex}.support-contact{border-radius:var(--r-sm);border:1.5px solid var(--border);background:var(--surface);color:var(--ink);font-size:var(--text-sm);min-width:180px;max-width:360px;box-shadow:var(--shadow-xs);flex:220px;align-items:center;gap:.9rem;padding:1rem 1.25rem;text-decoration:none;transition:border-color .18s,box-shadow .18s,transform .15s;display:flex}.support-contact:hover,.support-contact:focus-visible{border-color:var(--green-mid);box-shadow:var(--shadow-md);outline:none;transform:translateY(-2px)}.support-contact:focus-visible{outline:2px solid var(--green-mid);outline-offset:2px}.support-contact svg{flex-shrink:0}.support-contact--wa svg{color:#25d366}.support-contact--email svg{color:var(--green-mid)}.support-contact__label{line-height:1.4}.support-contact__label strong{font-size:var(--text-xs);color:var(--ink-2);display:block}.site-footer{background:var(--green-deep);padding:1.5rem var(--page-px)}.site-footer__inner{max-width:var(--max-w);flex-wrap:wrap;align-items:center;gap:1.5rem;margin:0 auto;display:flex}.footer-brand{align-items:center;gap:.5rem;display:flex}.footer-brand__logo{object-fit:contain;opacity:.9;border-radius:4px;width:22px;height:22px}.footer-brand__name{font-family:Fraunces,Georgia,serif;font-size:var(--text-sm);color:#fff;letter-spacing:-.015em;font-weight:700}.footer-tagline{font-size:var(--text-xs);color:#fff9;margin-left:0}.footer-links{flex-wrap:wrap;gap:1rem;margin-left:auto;display:flex}.footer-link{font-size:var(--text-xs);color:#ffffffa6;text-decoration:none;transition:color .15s}.footer-link:hover{color:#fff}.install-section .section-title,.device-section .section-title,.support-section__title{margin-bottom:.5rem}.install-section .section-desc,.device-section .section-desc{margin-bottom:1.75rem}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
