:root{color:#0f172a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--primary:#2563eb;--primary-dark:#1d4ed8;--text:#0f172a;--muted:#64748b;--border:#e5e7eb;--soft:#f7f9fc;--disabled:#d1d5db;--surface:#fff;--header-bg:#ffffffe6;--hero-bg:radial-gradient(circle at 50% 0%, #2563eb14, transparent 34rem), linear-gradient(180deg, #fff 0%, #f7f9fc 100%);--card-shadow:0 16px 36px #0f172a0a;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}:root[data-theme=dark]{--primary:#7aa7d9;--primary-dark:#6b96c7;--text:#f9fafb;--muted:#a1a1aa;--border:#30343a;--soft:#24272b;--disabled:#30343a;--surface:#101113;--header-bg:#101113e6;--hero-bg:radial-gradient(circle at 50% 0%, #7aa7d91a, transparent 34rem), linear-gradient(180deg, #101113 0%, #101113 100%);--card-shadow:0 16px 36px #00000038;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:var(--surface);min-width:320px;margin:0}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.container{width:min(1120px,100% - 40px);margin:0 auto}.section{padding:96px 0}.site-header{z-index:20;border-bottom:1px solid var(--border);background:var(--header-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:24px;min-height:72px;display:flex}.brand{align-items:center;gap:10px;font-size:1.05rem;font-weight:800;display:inline-flex}.brand-logo{width:36px;height:36px}.nav-links{color:var(--muted);flex:1;justify-content:flex-end;align-items:center;gap:8px;font-size:.95rem;font-weight:600;display:flex}.nav-links a{border-radius:999px;padding:10px 14px;transition:background .16s,color .16s}.nav-links a:hover{background:var(--soft);color:var(--text)}.nav-links .nav-cta{border:1px solid var(--border);color:var(--text);margin-left:4px;box-shadow:0 8px 22px #0f172a0d}.theme-toggle{border:1px solid var(--border);background:var(--surface);width:42px;height:42px;color:var(--text);cursor:pointer;font:inherit;border-radius:999px;justify-content:center;align-items:center;padding:0;font-weight:800;display:inline-flex}.theme-toggle ion-icon{width:21px;height:21px;color:var(--primary)}.hero{background:var(--hero-bg);overflow:hidden}.hero-inner{align-items:center;gap:56px;display:grid}.hero-copy{text-align:center;max-width:830px;margin:0 auto}.eyebrow{color:var(--primary);letter-spacing:0;text-transform:uppercase;margin:0 0 14px;font-size:.8rem;font-weight:800}h1,h2,h3,p{margin-top:0}h1{max-width:860px;color:var(--text);letter-spacing:0;margin:0 auto;font-size:clamp(3rem,8vw,5.75rem);line-height:.95}.hero-subtitle{max-width:680px;color:var(--muted);margin:24px auto 0;font-size:clamp(1.05rem,2vw,1.28rem)}.hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:34px;display:flex}.button{width:210px;min-height:48px;font:inherit;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:0 20px;font-weight:800;display:inline-flex}.button-primary{background:var(--primary);color:#fff;transition:background .16s,transform .16s;box-shadow:0 12px 26px #2563eb38}.button-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.button-disabled{cursor:not-allowed;border-color:var(--border);background:var(--disabled);color:var(--muted)}.availability-note{color:var(--muted);margin:14px 0 0;font-size:.94rem}.github-link{color:var(--primary);margin-top:16px;font-weight:800;display:inline-flex}.app-preview{justify-content:center;display:flex}.preview-window{border:1px solid var(--border);background:var(--surface);border-radius:24px;width:min(960px,100%);overflow:hidden;box-shadow:0 30px 80px #0f172a1f}.preview-topbar{border-bottom:1px solid var(--border);background:var(--soft);gap:8px;padding:16px 18px;display:flex}.preview-topbar span{background:#cbd5e1;border-radius:999px;width:11px;height:11px}.dashboard-screenshot{background:linear-gradient(135deg,#2563eb14,#0000 55%),#f8fafc;width:100%;height:auto;display:block}.features-section{background:var(--surface)}.section-heading{max-width:640px;margin-bottom:36px}.section-heading h2{letter-spacing:0;margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.05}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.feature-card{border:1px solid var(--border);background:var(--surface);min-height:220px;box-shadow:var(--card-shadow);border-radius:18px;padding:24px}.feature-marker{width:38px;height:38px;color:var(--primary);background:#eff6ff;border-radius:12px;place-items:center;margin-bottom:44px;display:grid}:root[data-theme=dark] .feature-marker{background:var(--soft)}.feature-marker ion-icon{width:21px;height:21px}.feature-card h3{margin-bottom:10px;font-size:1.15rem}.feature-card p{color:var(--muted);margin:0}.faq-section{background:var(--soft)}:root[data-theme=dark] .faq-section{background:var(--surface)}.faq-layout{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:44px;display:grid}.faq-heading{margin-bottom:0}.faq-list{gap:12px;display:grid}.faq-item{border:1px solid var(--border);background:var(--surface);box-shadow:var(--card-shadow);border-radius:16px}.faq-item summary{cursor:pointer;color:var(--text);align-items:center;gap:12px;padding:20px;font-weight:800;display:flex}.faq-item summary ion-icon{width:22px;height:22px;color:var(--primary);flex:0 0 22px}.faq-item summary span{min-width:0}.faq-item p{color:var(--muted);margin:0;padding:0 20px 20px 54px}.privacy-section{background:var(--surface)}.privacy-page{min-height:calc(100vh - 158px)}.privacy-layout{gap:36px;display:grid}.privacy-heading{max-width:760px}.privacy-heading p:last-child{color:var(--muted);margin:16px 0 0;font-size:1.05rem}.privacy-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.privacy-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--card-shadow);border-radius:18px;grid-template-columns:44px minmax(0,1fr);gap:14px;padding:20px;display:grid}.privacy-card ion-icon{width:24px;height:24px;color:var(--primary);background:#eff6ff;border-radius:12px;padding:10px}:root[data-theme=dark] .privacy-card ion-icon{background:var(--soft)}.privacy-card h3{margin-bottom:8px;font-size:1.05rem}.privacy-card p{color:var(--muted);margin:0}.privacy-card a{color:var(--primary);margin-top:10px;font-weight:800;display:inline-flex}.footer{border-top:1px solid var(--border);background:var(--surface)}.footer-inner{min-height:86px;color:var(--muted);justify-content:space-between;align-items:center;gap:20px;display:flex}.footer p{margin:0}.footer a{font-weight:700}.footer-links{align-items:center;gap:18px;display:flex}@media (width<=820px){body{padding-top:65px}.section{padding:72px 0}.site-header{position:fixed;left:0;right:0}.site-header .container{width:min(100% - 24px,1120px)}.nav{flex-wrap:nowrap;gap:12px;min-height:64px}.nav-links{flex-wrap:nowrap;gap:6px;min-width:0;font-size:.88rem;overflow:hidden}.brand{flex:none}.brand span{display:none}.brand-logo{width:34px;height:34px}.nav-links a{flex:none;padding:9px 10px}.nav-links .nav-cta{margin-left:0}.theme-toggle{flex:0 0 38px;width:38px;height:38px}.faq-layout{grid-template-columns:1fr}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.privacy-grid{grid-template-columns:1fr}.feature-card{border-radius:14px;min-height:160px;padding:16px}.feature-marker{border-radius:10px;width:34px;height:34px;margin-bottom:24px}.feature-marker ion-icon{width:19px;height:19px}.feature-card h3{margin-bottom:8px;font-size:1rem}.feature-card p{font-size:.92rem;line-height:1.4}}@media (width<=560px){.container{width:min(100% - 28px,1120px)}h1{font-size:3rem}.nav-link-features{display:none}.nav-links .nav-cta{text-overflow:ellipsis;white-space:nowrap;max-width:112px;overflow:hidden}.hero-actions{flex-direction:column;align-items:stretch}.button{white-space:normal;width:100%}.preview-window{border-radius:18px}.footer-inner{flex-direction:column;justify-content:center;align-items:flex-start}.footer-links{flex-wrap:wrap}}@media (width<=430px){.privacy-card{grid-template-columns:1fr;padding:18px}.nav-link-github{display:none}}@media (width<=360px){.feature-grid{grid-template-columns:1fr}.nav-link-faq{display:none}}
