|
5 | 5 | <meta name="viewport" content="width=device-width,initial-scale=1"> |
6 | 6 | <title>GenesisBench — how language intelligence can be used to improve physical intelligence</title> |
7 | 7 | <meta name="description" content="GenesisBench evaluates how LLM agents can train the policies that run on real robot hardware — language intelligence improving physical intelligence."> |
8 | | -<link rel="preconnect" href="https://api.fontshare.com" crossorigin> |
9 | | -<link href="https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500,700&display=swap" rel="stylesheet"> |
10 | 8 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
11 | 9 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
12 | | -<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,500;1,600&family=Chakra+Petch:wght@500;600&display=swap" rel="stylesheet"> |
| 10 | +<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,500;1,600&family=Chakra+Petch:wght@300;400;500;600;700&display=swap" rel="stylesheet"> |
13 | 11 | <style> |
14 | 12 | /* ============ tokens — posttrain-arena structure, monochrome pencil palette ============ */ |
15 | 13 | :root{ |
16 | 14 | --paper:#fafafa; --paper-2:#f0f0f0; --paper-3:#e7e7e7; --card:#ffffff; |
17 | 15 | --forest:#111111; --forest-deep:#000000; --forest-ink:#0c0c0c; |
18 | 16 | --clay:#555555; --ink:#1c1c1c; --ink-soft:#6a6a6a; |
19 | 17 | --line:#e8e8e8; --line-strong:#cfcfcf; --gold:#8a8a8a; |
20 | | - --font:"Satoshi",ui-sans-serif,system-ui,sans-serif; |
| 18 | + --font:"Chakra Petch",ui-sans-serif,system-ui,sans-serif; |
21 | 19 | --gutter:clamp(20px,5vw,72px); |
22 | 20 | --text-hero:clamp(2.3rem,4.8vw,4.3rem); |
23 | 21 | --text-lead:clamp(1.2rem,2vw,1.6rem); |
|
66 | 64 | line-height:1.42;letter-spacing:-0.005em;color:var(--ink)} |
67 | 65 | .li-poem{font-family:"Cormorant Garamond",Georgia,serif;font-style:italic;font-weight:600; |
68 | 66 | font-size:1.16em;letter-spacing:.01em;color:var(--forest-ink)} |
69 | | -.pi-tech{font-family:"Chakra Petch","Satoshi",sans-serif;font-weight:600;font-size:.97em; |
| 67 | +.pi-tech{font-family:"Chakra Petch",sans-serif;font-weight:600; |
70 | 68 | letter-spacing:.015em;color:var(--forest-ink)} |
71 | 69 | .hero-actions{margin-top:clamp(1.3rem,2.4vw,1.8rem);display:flex;flex-wrap:wrap;gap:.85rem;align-items:center} |
72 | 70 | .btn{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;text-decoration:none; |
|
222 | 220 | .refcard{display:block;padding:.95rem 1.1rem;background:var(--card);border:1px solid var(--line);border-radius:6px; |
223 | 221 | text-decoration:none;color:inherit;transition:border-color .15s,transform .15s} |
224 | 222 | .refcard:hover{border-color:var(--forest-ink);transform:translateY(-2px)} |
225 | | -.ref-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem} |
| 223 | +.ref-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.35rem 1rem} |
226 | 224 | .ref-head b{font-size:.9875rem;font-weight:500;color:var(--forest-ink);letter-spacing:-.008em} |
227 | 225 | .ref-tag{flex-shrink:0;font-size:.6875rem;font-weight:500;letter-spacing:.09em;text-transform:uppercase;color:var(--ink-soft)} |
228 | 226 | .ref-desc{display:block;margin-top:.35rem;font-size:.875rem;line-height:1.5;color:var(--ink-soft)} |
|
0 commit comments