:root{--bg: #fbf7f0;--surface: #ffffff;--surface-2: #f3ece1;--text: #2b2724;--muted: #6f6660;--accent: #c2553a;--accent-ink: #ffffff;--border: #e6ddd0;--radius: 14px;--radius-lg: 26px;--shadow: 0 1px 2px rgba(43, 39, 36, .06), 0 6px 20px rgba(43, 39, 36, .08);--font-display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}@media (prefers-color-scheme: dark){:root{--bg: #1c1917;--surface: #26221f;--surface-2: #322c28;--text: #f2ebe3;--muted: #b1a79d;--accent: #e0764f;--accent-ink: #1c1917;--border: #3b3430;--shadow: 0 1px 2px rgba(0, 0, 0, .35), 0 6px 20px rgba(0, 0, 0, .3)}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-text-size-adjust:100%;line-height:1.5}h1,h2,h3{font-family:var(--font-display);font-weight:600;letter-spacing:-.01em;margin:0 0 .5em;color:var(--text)}a{color:var(--accent)}img,svg{max-width:100%;display:block}.wrap{max-width:1100px;margin:0 auto;padding:0 20px}.topbar{display:flex;align-items:center;gap:10px;padding:20px 0}.topbar .wrap{display:flex;align-items:center;gap:10px}.brand-mark{width:34px;height:34px;border-radius:9px;overflow:hidden;flex-shrink:0;box-shadow:var(--shadow)}.brand-mark img{width:100%;height:100%;display:block}.brand-name{font-family:var(--font-display);font-weight:600;font-size:1.2rem}.hero{padding:24px 0 48px}.hero .wrap{display:grid;gap:36px;align-items:center}.hero-copy{text-align:center}.eyebrow-rule{width:56px;height:4px;background:var(--accent);border-radius:2px;margin:0 auto 20px}.hero h1{font-size:2.5rem;line-height:1.08;margin-bottom:.4em}.hero .tagline{font-size:1.15rem;color:var(--muted);max-width:34ch;margin:0 auto 28px}.cta-row{display:flex;flex-direction:column;align-items:center;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:0 28px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;text-decoration:none;font-weight:600;font-size:1.05rem;font-family:var(--font-body)}.btn.primary{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.btn.small{min-height:40px;padding:0 18px;font-size:.92rem}.hero-note{color:var(--muted);font-size:.9rem;margin:0}.mockup-wrap{display:flex;justify-content:center}.phone{width:240px;border-radius:34px;background:var(--surface);border:8px solid var(--text);box-shadow:var(--shadow);padding:10px;position:relative}.phone:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:60px;height:8px;border-radius:6px;background:var(--text)}.phone-screen{background:var(--bg);border-radius:22px;padding:22px 14px 14px;min-height:340px}.mock-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px;margin-bottom:12px}.mock-photo{height:84px;border-radius:10px;background:var(--surface-2);display:flex;align-items:center;justify-content:center;margin-bottom:10px}.mock-photo svg{width:30px;height:30px;opacity:.55}.mock-line{height:9px;border-radius:5px;background:var(--surface-2);margin-bottom:7px}.mock-line.title{height:13px;width:70%;background:var(--border)}.mock-line.short{width:45%}.mock-tabbar{display:flex;justify-content:space-around;padding-top:6px;border-top:1px solid var(--border)}.mock-tabbar span{font-size:.6rem;color:var(--muted)}.mock-tabbar span.active{color:var(--accent);font-weight:600}.section{padding:44px 0;border-top:1px solid var(--border)}.section h2{font-size:1.6rem;text-align:center;margin-bottom:.3em}.section-lead{text-align:center;color:var(--muted);max-width:46ch;margin:0 auto 32px}.install-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:24px}.install-tabs button{font:inherit;font-weight:600;cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:999px;padding:8px 18px;min-height:40px}.install-tabs button[aria-selected=true]{color:var(--accent-ink);background:var(--accent);border-color:var(--accent)}.install-panel{display:none;max-width:480px;margin:0 auto}.install-panel.active{display:block}.steps{list-style:none;margin:0;padding:0;counter-reset:step}.steps li{counter-increment:step;display:flex;gap:14px;align-items:flex-start;padding:12px 0;border-bottom:1px solid var(--border)}.steps li:last-child{border-bottom:none}.steps li>span{flex:1;min-width:0}.steps li:before{content:counter(step);flex-shrink:0;width:30px;height:30px;border-radius:50%;background:var(--surface-2);color:var(--text);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.already-installed{text-align:center;max-width:420px;margin:0 auto;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px}.shortcut-box{max-width:560px;margin:0 auto;background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:28px}.copy-row{display:flex;gap:8px;align-items:center;margin:18px 0 22px;background:var(--surface-2);border-radius:10px;padding:10px 12px}.copy-row code{flex:1;overflow-x:auto;white-space:nowrap;font-size:.82rem;color:var(--muted)}.copy-btn{flex-shrink:0;border:1px solid var(--border);background:var(--surface);border-radius:8px;min-height:36px;padding:0 12px;font:inherit;font-weight:600;font-size:.85rem;cursor:pointer;color:var(--text)}.copy-btn.copied{color:var(--accent);border-color:var(--accent)}.shortcut-get{display:flex;width:100%;margin-bottom:20px;min-height:54px;font-size:1.02rem}.build-own{border-top:1px solid var(--border);margin-top:4px;padding-top:14px}.build-own summary{cursor:pointer;list-style:none;font-weight:600;color:var(--accent);padding:4px 0;display:flex;justify-content:space-between;align-items:center}.build-own summary::-webkit-details-marker{display:none}.build-own summary:after{content:"+";font-size:1.3rem;font-weight:400}.build-own[open] summary:after{content:"−"}.code-block{margin-top:6px}.code-block pre{background:var(--surface-2);border-radius:10px;padding:12px 14px;overflow-x:auto;margin:0 0 10px;font-size:.78rem;line-height:1.5;color:var(--text)}.code-block code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.computer-box{margin-top:22px}.computer-box h3{font-size:1.15rem;margin-bottom:6px}.bookmarklet{flex:1;text-align:center;text-decoration:none;font-weight:600;background:var(--accent);color:var(--accent-ink);border-radius:8px;padding:9px 14px;cursor:grab;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.features{display:grid;grid-template-columns:1fr;gap:14px;max-width:640px;margin:0 auto}.feature{display:flex;gap:14px;align-items:flex-start;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}.feature .dot{flex-shrink:0;width:10px;height:10px;margin-top:7px;border-radius:50%;background:var(--accent)}.feature h3{margin:0 0 4px;font-size:1rem}.feature p{margin:0;color:var(--muted);font-size:.92rem}.faq{max-width:640px;margin:0 auto}.faq details{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:4px 18px;margin-bottom:10px}.faq summary{cursor:pointer;padding:14px 0;font-weight:600;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:10px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--accent);font-size:1.3rem;font-weight:400}.faq details[open] summary:after{content:"−"}.faq p{margin:0 0 16px;color:var(--muted)}footer{padding:36px 0 calc(36px + env(safe-area-inset-bottom));border-top:1px solid var(--border);text-align:center;color:var(--muted);font-size:.85rem}footer a{color:var(--muted);text-decoration:underline}footer .footer-links{margin-top:8px}footer .footer-links a{margin:0 8px}@media (min-width: 900px){.hero .wrap{grid-template-columns:1.1fr .9fr;text-align:left}.hero-copy{text-align:left}.eyebrow-rule{margin:0 0 20px}.hero h1{font-size:3.4rem}.hero .tagline{margin:0 0 28px}.cta-row{align-items:flex-start}.hero-note{text-align:left}.features{grid-template-columns:1fr 1fr}}
