:root{color-scheme:light dark;--bg: #ffffff;--fg: #151515;--muted: #5f6368;--subtle: #f5f5f5;--surface: #ffffff;--border: #dddddd;--link: #0b57d0;--button-bg: #171717;--button-fg: #ffffff;--focus: #4f8df7;--shadow: 0 1px 2px rgb(0 0 0 / 8%)}@media(prefers-color-scheme:dark){:root{--bg: #101010;--fg: #f2f2f2;--muted: #b5b5b5;--subtle: #1b1b1b;--surface: #141414;--border: #343434;--link: #8ab4f8;--button-bg: #f2f2f2;--button-fg: #111111;--shadow: none}}*{box-sizing:border-box}html{background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.5;text-size-adjust:100%}body{margin:0;min-width:320px}img{display:block;max-width:100%;height:auto}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible{outline:3px solid var(--focus);outline-offset:3px}h1,h2,h3,p{margin-top:0}h1{max-width:12ch;font-size:clamp(2.35rem,7vw,4.5rem);line-height:1;letter-spacing:0}h2{font-size:clamp(1.5rem,4vw,2.1rem);line-height:1.12;letter-spacing:0}h3{font-size:1.08rem;line-height:1.2;letter-spacing:0}p,li{font-size:1rem}.container{width:min(1120px,calc(100% - 40px));margin-inline:auto}.narrow{width:min(780px,calc(100% - 40px))}.site-header{background:var(--bg)}.header-inner{display:flex;align-items:center;justify-content:center;gap:24px;min-height:64px}.site-brand{display:inline-flex;align-items:center;min-height:40px;padding:0 12px;border:1px solid transparent;border-radius:8px;color:var(--fg);font-weight:650;opacity:.72;transition:background-color .16s ease,border-color .16s ease,opacity .16s ease}.site-brand:hover{border-color:var(--border);background:var(--subtle);opacity:1;text-decoration:none}.footer-brand{display:inline-flex;align-items:center;color:inherit;font-weight:650}.home-page .site-brand{font-size:1.12rem}.home-page .header-inner{width:min(1120px,calc(100% - 40px));justify-content:center;padding-top:56px;text-align:center}.hero,.product-hero,.download-panel{display:grid;gap:48px;align-items:center;padding-block:64px}.hero,.product-hero{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr)}.product-hero-simple{grid-template-columns:1fr;justify-items:center;padding-block:64px 36px}.product-hero-simple>div{width:min(760px,100%);max-width:760px;text-align:left}.product-title .title-qualifier{opacity:.55}.home-hero{display:grid;grid-template-columns:1fr;justify-items:center;gap:24px;padding-block:34px 56px;text-align:center}.home-hero-copy{display:grid;justify-items:center;width:100%}.home-hero h1{width:100%;max-width:none;margin-bottom:24px}.home-hero .lede{margin-inline:auto}.home-hero .hero-actions,.home-hero .category-list,.home-hero .app-icon-row{justify-content:center}.home-hero .hero-visual{margin-bottom:26px}.home-hero .app-icon-row a{display:inline-flex;border-radius:22.5%;transition:transform .18s ease,filter .18s ease}.home-hero .app-icon-row a:hover{filter:brightness(1.04);transform:translateY(-5px) scale(1.04);text-decoration:none}.home-hero .app-icon-row a:active{transform:translateY(-2px) scale(1.02)}.eyebrow{margin-bottom:14px;color:var(--muted);font-size:.92rem;font-weight:650;text-transform:uppercase;letter-spacing:.08em}.lede{max-width:660px;color:var(--muted);font-size:clamp(1.18rem,3vw,1.45rem);line-height:1.38}.hero-actions,.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid var(--border);border-radius:8px;color:var(--fg);font-weight:650;text-decoration:none}.button:hover{text-decoration:none}.button.primary{border-color:var(--button-bg);background:var(--button-bg);color:var(--button-fg)}.button.secondary{background:var(--surface)}.app-store-badge-link{display:inline-flex;width:fit-content;border-radius:8px}.app-store-badge-link:hover{text-decoration:none}.app-store-badge{width:180px;height:auto}.app-icon-row{display:flex;flex-wrap:wrap;gap:12px}.app-icon{flex:0 0 auto;border-radius:22.5%;box-shadow:var(--shadow)}.hero-icon{width:72px;height:72px}.hero-visual,.product-media{justify-self:center}.hero-visual,.product-media{width:min(420px,100%)}.product-media.wide{width:min(560px,100%)}.screenshot{width:100%;max-height:620px;object-fit:contain;border:1px solid var(--border);border-radius:8px;background:var(--subtle)}.section{padding-block:44px}.section-header{display:grid;gap:10px;margin-bottom:22px}.section-header p{max-width:620px;color:var(--muted)}#apps{text-align:center}#apps .section-header{justify-items:center}#apps .section-header p{margin-inline:auto}#apps .app-grid{text-align:left}.app-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.app-card,.stat-card,.feature-card,.legal-callout{border:1px solid var(--border);border-radius:8px;background:var(--surface)}.app-card{display:flex;min-height:100%;flex-direction:column;gap:16px;padding:18px;color:var(--fg)}.app-card:hover{text-decoration:none;border-color:color-mix(in srgb,var(--border),var(--fg) 30%)}.app-card-placeholder{justify-content:flex-start;border-style:dashed;color:var(--muted);opacity:.68}.app-card-placeholder h3{color:var(--fg)}.placeholder-icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border:1px dashed var(--border);background:var(--subtle);color:var(--muted)}.app-card-header{display:flex;align-items:center;gap:14px}.app-card h3{margin-bottom:3px}.app-grid-compact .app-card h3{margin-bottom:0}.app-grid-compact .text-link{margin-top:0}.app-card-header p,.app-card-summary,.small,.caption{color:var(--muted)}.app-card-summary{margin-bottom:0}.text-link{margin-top:auto;color:var(--link);font-weight:650}.feature-list{display:grid;gap:10px;padding-left:20px;margin:0}.feature-list.compact{gap:6px}.feature-list li::marker{color:var(--muted)}.feature-grid,.stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.feature-card,.stat-card,.legal-callout{padding:18px}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin-bottom:14px;color:var(--fg)}.feature-icon svg{width:30px;height:30px}.feature-card p,.stat-card p,.legal-callout p{color:var(--muted)}.stat-card strong{display:block;margin-bottom:4px;font-size:1.3rem}.stat-card-with-icon{display:grid;align-content:start}.star-cluster{display:inline-flex;gap:2px}.star-cluster svg{width:13px;height:13px}.screenshot-section .section-header{margin-bottom:16px}.screenshot-tabs{position:relative}.tab-list{display:inline-flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;padding:4px;border:1px solid var(--border);border-radius:8px;background:var(--subtle)}.tab-button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border:0;border-radius:6px;background:transparent;color:var(--muted);font:inherit;font-weight:650;cursor:pointer}.tab-button:hover{color:var(--fg)}.tab-panel{display:block}.tab-panel[hidden]{display:none}.tab-button[aria-selected=true]{background:var(--surface);color:var(--fg);box-shadow:var(--shadow)}.screenshot-noscript-fallback{display:grid;gap:22px;margin-top:18px}.screenshot-noscript-group h3{margin:0 0 10px;font-size:.92rem}.screenshot-strip{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity}.screenshot-strip .screenshot{flex:0 0 auto;max-height:none;scroll-snap-align:start}.device-iphone .screenshot,.device-screenshots .screenshot{width:min(230px,74vw)}.device-ipad .screenshot{width:min(330px,82vw)}.device-mac .screenshot{width:min(560px,90vw)}.category-list{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}.category-link{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border:1px solid var(--border);border-radius:8px;color:var(--muted);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.category-link:hover{color:var(--fg);border-color:color-mix(in srgb,var(--border),var(--fg) 30%);background:var(--subtle);text-decoration:none}.split-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.faq{display:grid;gap:16px}.faq details{padding:16px 0}.faq summary{cursor:pointer;font-weight:650}.faq p{margin:10px 0 0;color:var(--muted)}.faq-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.faq-item{padding:18px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.faq-item h3{margin-bottom:8px}.faq-item p{margin-bottom:0;color:var(--muted)}.prose{padding-block:56px}.prose h1{max-width:16ch}.prose h2{margin-top:36px}.prose p,.prose li{color:var(--muted)}.prose a{font-weight:650}.site-footer{margin-top:40px;padding-block:36px;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:28px}.site-footer h2{margin-bottom:10px;font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.site-footer ul{display:grid;gap:8px;padding:0;margin:0;list-style:none}.site-footer a{color:inherit}.site-footer a:hover{color:var(--fg)}@media(max-width:860px){.header-inner{align-items:center;flex-direction:row;justify-content:center;padding-block:16px}.hero,.product-hero,.split-grid,.footer-grid{grid-template-columns:1fr}.hero,.product-hero{padding-block:44px}.app-grid,.feature-grid,.stat-grid,.faq-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.container,.narrow{width:min(100% - 28px,1120px)}.app-grid,.feature-grid,.stat-grid,.faq-list{grid-template-columns:1fr}.section-header{display:block}.button{width:100%}}
