*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--background:#0a0a0a;--surface:#171717;--surface-hover:#262626;--border:#262626;--foreground:#ededed;--foreground-secondary:#d4d4d4;--muted:#737373;--muted-foreground:#a3a3a3;--accent:#fafafa;--accent-foreground:#171717;--success:#16a34a;--danger:#dc2626;--radius:6px;--radius-pill:100px}[data-theme=light]{--background:#ffffff;--surface:#f4f4f5;--surface-hover:#e4e4e7;--border:#e4e4e7;--foreground:#18181b;--foreground-secondary:#3f3f46;--muted:#71717a;--muted-foreground:#a1a1aa;--accent:#18181b;--accent-foreground:#fafafa}html{scroll-behavior:smooth}body{font-family:Geist Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mono{font-family:Geist Mono,monospace}.container{max-width:640px;margin:0 auto;padding:60px 24px 40px}nav{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--background) 85%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner{max-width:640px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between}.nav-brand{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--foreground);font-weight:600;font-size:15px}.nav-brand img{width:22px;height:22px;border-radius:4px}.brand-logo{font-family:Geist Mono,monospace;font-weight:600;font-size:14px}.theme-toggle{background:none;border:1px solid var(--border);border-radius:var(--radius);color:var(--muted);cursor:pointer;padding:6px;display:flex;align-items:center;transition:color .2s,border-color .2s}.theme-toggle:hover{color:var(--foreground);border-color:var(--muted)}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 14px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface);font-size:13px;color:var(--muted-foreground)}.badge-dot{width:6px;height:6px;border-radius:50%;background:var(--success)}.hero{text-align:center;padding:48px 0 40px}.hero h1{font-size:36px;font-weight:600;letter-spacing:-.03em;margin:20px 0 16px;line-height:1.15}.hero p{font-size:15px;color:var(--foreground-secondary);max-width:480px;margin:0 auto 32px}.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:var(--radius);font-size:14px;font-weight:500;text-decoration:none;transition:opacity .15s;cursor:pointer;border:none}.btn:hover{opacity:.85}.btn-primary{background:var(--accent);color:var(--accent-foreground)}.btn-secondary{background:transparent;color:var(--foreground-secondary);border:1px solid var(--border)}.btn-secondary:hover{background:var(--surface);opacity:1}.mockup{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden;max-width:340px;margin:0 auto 56px}.mockup-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:var(--surface);border-bottom:1px solid var(--border)}.mockup-header span{font-size:14px;font-weight:600}.mockup-row{display:flex;flex-direction:column;gap:3px;padding:8px 14px;border-bottom:1px solid var(--border)}.mockup-row:last-child{border-bottom:none}.mockup-row-top{display:flex;align-items:center;gap:8px}.mockup-dot{width:8px;height:8px;border-radius:50%;background:var(--success);flex-shrink:0}.mockup-name{font-size:13px;font-weight:500}.mockup-meta{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--muted)}.mockup-meta svg{width:12px;height:12px}.mockup-footer{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;background:var(--surface);border-top:1px solid var(--border);font-size:11px;color:var(--muted)}.section-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:20px}.features{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:56px}@media(max-width:540px){.features{grid-template-columns:1fr}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px;transition:border-color .2s}.card:hover{border-color:var(--muted)}.card-icon{color:var(--muted-foreground);margin-bottom:14px}.card h3{font-size:14px;font-weight:600;margin-bottom:6px}.card p{font-size:13px;color:var(--foreground-secondary);line-height:1.5}.steps{margin-bottom:56px}.step{display:flex;gap:16px;align-items:flex-start;margin-bottom:20px}.step:last-child{margin-bottom:0}.step-num{width:28px;height:28px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--surface);border:1px solid var(--border);font-size:13px;font-weight:600;color:var(--muted-foreground)}.step-content h3{font-size:14px;font-weight:600;margin-bottom:2px}.step-content p{font-size:13px;color:var(--foreground-secondary)}.download-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:36px 28px;text-align:center;margin-bottom:56px}.download-card h2{font-size:20px;font-weight:600;margin-bottom:8px}.download-card .btn{margin:16px 0}.download-card .meta{font-size:12px;color:var(--muted);line-height:1.7}footer{border-top:1px solid var(--border);padding:20px 0;display:flex;align-items:center;justify-content:space-between}footer .footer-brand{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted)}footer .footer-brand img{width:16px;height:16px;border-radius:3px}footer a{color:var(--muted);text-decoration:none;font-size:13px;transition:color .2s}footer a:hover{color:var(--foreground)}
