:root{--ink:#fff;--muted:#ffffffb3;--strong-purple:#af8cff;--background:#000}*{box-sizing:border-box}html,body{background:var(--background);min-height:100%;margin:0}body{color:var(--ink);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}main{place-items:center;min-height:100svh;display:grid}.letter{width:min(100% - 48px,560px);padding:64px 0}.appIcon{border-radius:18px;width:80px;height:80px;margin-bottom:48px;display:block}p{color:var(--muted);margin:0 0 20px;font-size:17px;font-weight:400;line-height:1.6}.founders{margin-top:36px;margin-bottom:0}.founders a{color:var(--strong-purple);white-space:nowrap;border-radius:3px;text-decoration:none}.founders a:hover{text-underline-offset:3px;text-decoration:underline}.founders a:focus-visible{outline:2px solid var(--strong-purple);outline-offset:4px}@media (max-width:600px){main{place-items:start center}.letter{width:min(100% - 40px,560px);padding:40px 0 56px}.appIcon{margin-bottom:40px}}
