:root{color-scheme:light;--paper:#f5f4f2;--ink:#282827;--muted:#666560;--blue:#009fff;--line:#dcdad6;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}
body{margin:0}
a{color:inherit;text-underline-offset:5px}
a:hover{color:#006baa}
a:focus-visible{outline:3px solid #006baa;outline-offset:6px;border-radius:3px}
.shell{max-width:1320px;margin:auto;padding:0 64px;min-height:100svh;display:flex;flex-direction:column}
header{min-height:116px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.wordmark{font-size:25px;font-weight:650;letter-spacing:-1px;text-decoration:none}
.wordmark span{color:var(--blue)}
.platform{font-size:14px;color:var(--muted)}
.hero{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:64px 0 100px;max-width:1010px}
.app-icon{width:112px;height:112px;border-radius:25px;box-shadow:0 2px 4px #28282708,0 12px 30px #2828270a;margin-bottom:44px}
h1{font-size:clamp(2.6rem,5.7vw,4.9rem);line-height:1.09;font-weight:500;letter-spacing:-.052em;margin:0;text-wrap:balance}
.tagline{font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.5;color:var(--muted);margin:30px 0 0;letter-spacing:-.025em}
footer{border-top:1px solid var(--line);padding:25px 0 32px;display:flex;justify-content:space-between;gap:24px;font-size:14px;line-height:1.5;color:var(--muted)}
footer a{white-space:nowrap}
.skip-link{position:fixed;top:12px;left:12px;padding:12px;background:var(--paper);z-index:2;transform:translateY(-150%)}
.skip-link:focus{transform:none}
.policy{max-width:720px;width:100%;margin:55px auto 100px;flex:1}
.eyebrow{color:var(--muted);font-size:14px;margin:0 0 22px}
.policy h1{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:26px}
.policy .lead{font-size:23px;line-height:1.45;letter-spacing:-.025em;margin-bottom:42px}
.policy h2{font-size:21px;line-height:1.4;font-weight:600;letter-spacing:-.025em;margin:34px 0 10px}
.policy p{font-size:17px;line-height:1.75;margin:0 0 16px;color:#4f4e4a}
@media(max-width:640px){.shell{padding:0 25px}header{min-height:88px}.wordmark{font-size:23px}.platform{font-size:14px}.hero{padding:50px 0 76px}.app-icon{width:88px;height:88px;border-radius:20px;margin-bottom:38px}h1{font-size:clamp(2.5rem,9.5vw,3.8rem);letter-spacing:-.045em}.tagline{margin-top:24px}footer{font-size:14px;flex-wrap:wrap;gap:14px;padding:22px 0 27px}.policy{margin:42px auto 65px}.policy .lead{font-size:21px}}
