:root { color-scheme: light; --ink: #151515; --paper: #f5f5f3; --muted: #626262; --border: #d1d1cd; --display: 'Space Grotesk', sans-serif; font-family: 'IBM Plex Sans', sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; }
* { box-sizing: border-box; }
body { margin: 0; }
.shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
a { color: inherit; text-underline-offset: 4px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }
.skip { position: absolute; left: 24px; top: -80px; padding: 12px; background: white; z-index: 2; }
.skip:focus { top: 12px; }
header, nav, .actions, .formats { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
header { justify-content: space-between; min-height: 100px; border-bottom: 1px solid var(--border); padding-block: 20px; }
nav { gap: 28px; font-size: .9rem; font-weight: 600; }
nav a, .brand { text-decoration: none; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.18rem; font-weight: 700; letter-spacing: -.03em; }
.brand-sub { color: var(--muted); font-size: .88rem; font-weight: 400; letter-spacing: 0; border-left: 1px solid var(--border); padding-left: 11px; }
.brand-mark { display: inline-flex; align-items: center; gap: 2px; height: 26px; }
.brand-mark i { width: 3px; border-radius: 9px; background: currentColor; height: 10px; }
.brand-mark i:nth-child(2), .brand-mark i:nth-child(4) { height: 18px; }
.brand-mark i:nth-child(3) { height: 26px; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; letter-spacing: -.045em; line-height: 1.1; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.8rem, 5.4vw, 4.8rem); margin-bottom: 28px; text-wrap: balance; }
h2 { font-size: clamp(2rem, 3.2vw, 2.8rem); margin-bottom: 20px; }
h3 { font-size: 1.5rem; }
.eyebrow { display: block; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 700; margin-bottom: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 12px 20px; min-height: 48px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: white; text-decoration: none; font-size: .9rem; font-weight: 600; }
.button:hover { background: #343434; }
.button.quiet { background: transparent; color: var(--ink); border-color: var(--border); }
.button.quiet:hover { border-color: var(--ink); background: white; }
.text-link { font-size: .9rem; font-weight: 500; }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; padding: 80px 0; }
.hero-copy { min-width: 0; }
.hero .lede { color: #4d4d4d; font-size: 1.15rem; line-height: 1.65; max-width: 470px; margin-bottom: 26px; }
.hero-note { color: var(--muted); font-size: .8rem; margin-top: 24px; max-width: 380px; }
.example { min-width: 0; border: 1px solid #bdbdb9; background: white; box-shadow: 10px 10px 0 #e8e8e5; }
.example-bar { padding: 12px 20px; border-bottom: 1px solid var(--border); font-size: .65rem; text-transform: uppercase; letter-spacing: .09em; color: #555; }
.example-body { padding: 22px; }
.question { padding: 12px 14px; background: var(--paper); font-weight: 500; margin-bottom: 10px; }
.scope { color: var(--muted); font-size: .75rem; }
.finding { padding: 13px 0; border-top: 1px solid var(--border); }
.finding .eyebrow { font-size: .62rem; margin-bottom: 3px; }
.finding p { font-size: .92rem; line-height: 1.45; margin-bottom: 4px; }
.finding small { color: var(--muted); font-size: .7rem; }
.finding a { font-size: .75rem; }
details { border: 1px solid var(--border); margin-block: 20px; padding: 14px 18px; background: white; }
summary { cursor: pointer; font-weight: 500; }
.finding blockquote { margin-top: 10px; font-size: .75rem; line-height: 1.5; }
.finding blockquote p { font-size: inherit; color: #555; }
.finding blockquote:target { border-color: var(--ink); background: var(--paper); }
.finding cite { font-size: .7rem; }
blockquote { margin: 18px 0 0; padding-left: 14px; border-left: 2px solid var(--border); }
blockquote p { margin-bottom: 4px; }
cite { color: var(--muted); font-style: normal; }
.section { border-top: 1px solid var(--border); padding: 60px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 26px; }
.section-heading h2 { margin: 0; }
.section-heading > p { color: var(--muted); max-width: 450px; margin: 0; }
.starters { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.starters article { display: flex; flex-direction: column; padding: 24px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); min-width: 0; background: white; }
.starters h3 { font-size: 1.35rem; min-height: 3em; margin-bottom: 14px; }
.starters .eyebrow { color: var(--muted); }
.prompt { padding: 12px; background: var(--paper); font-size: .85rem; overflow-wrap: anywhere; user-select: all; }
.starters .text-link { margin-top: auto; }
.catalog-list { list-style: none; padding: 0; border-top: 1px solid var(--border); }
.catalog-list li { border-bottom: 1px solid var(--border); }
.catalog-list a { display: grid; grid-template-columns: minmax(220px, .8fr) 1.2fr 18px; align-items: center; gap: 26px; padding: 21px 4px; text-decoration: none; }
.catalog-list a:hover { background: #e8e8e5; }
.catalog-list strong { font-family: var(--display); font-weight: 500; font-size: 1.08rem; }
.catalog-list code { display: block; color: var(--muted); font-size: .7rem; margin-top: 4px; }
.row-description { color: #555; font-size: .92rem; }
.section-actions { margin-top: 24px; }
.ownership { padding: 36px; background: #e8e8e5; margin-bottom: 40px; }
.ownership h2 { font-size: 1.8rem; }
.ownership p { max-width: 760px; color: #4d4d4d; }
.formats { gap: 16px; font-size: .8rem; color: var(--muted); margin-block: 24px; }
.document { padding-block: 60px; }
.document > :not(.page-heading):not(.catalog-list) { max-width: 850px; }
.document h1 { font-size: clamp(2.5rem, 5vw, 4rem); overflow-wrap: anywhere; }
.page-heading { border-bottom: 1px solid var(--border); margin-bottom: 36px; }
.document h2 { font-size: 1.8rem; margin-top: 36px; }
.document h3 { font-size: 1.3rem; margin-top: 28px; }
.document li { margin-bottom: 8px; }
.document .catalog-list li { margin-bottom: 0; }
pre { padding: 20px; background: #e8e8e5; overflow: auto; font-size: .8rem; line-height: 1.6; }
code { overflow-wrap: anywhere; }
table { display: block; overflow: auto; border-collapse: collapse; }
td, th { padding: 10px; border: 1px solid var(--border); text-align: left; }
.input-table { overflow-x: auto; border: 1px solid var(--border); background: white; }
.input-table:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.input-table table { display: table; width: 100%; font-size: .85rem; }
.input-table th, .input-table td { vertical-align: top; border: 0; border-bottom: 1px solid var(--border); }
.input-table thead { background: #e8e8e5; }
.input-table th:first-child { min-width: 120px; }
.input-table th[scope="row"] code { white-space: nowrap; overflow-wrap: normal; }
.input-table td:last-child { min-width: 200px; }
.output-fields { margin: 0; }
.output-fields > div { display: grid; grid-template-columns: minmax(120px, .4fr) 1fr; gap: 20px; padding-block: 14px; border-bottom: 1px solid var(--border); }
.output-fields dt { font-size: .85rem; }
.output-fields dd { margin: 0; font-size: .95rem; }
.output-fields small { display: block; color: var(--muted); font-size: .78rem; margin-top: 5px; overflow-wrap: anywhere; }
.example-call { margin-bottom: 4px; }
@media (max-width: 600px) { .output-fields > div { grid-template-columns: 1fr; gap: 6px; } }
footer { border-top: 1px solid var(--border); padding-block: 30px; display: flex; justify-content: space-between; gap: 30px; color: var(--muted); font-size: .82rem; }
footer div { display: flex; flex-wrap: wrap; gap: 18px; align-content: start; }
@media (max-width: 900px) { .hero { grid-template-columns: 1fr; gap: 36px; padding-block: 48px; } .hero-copy { max-width: 650px; } .example { max-width: 620px; } .section-heading { gap: 28px; } .starters article { padding: 18px; } }
@media (max-width: 600px) { .shell { width: calc(100% - 32px); } header { gap: 20px; } nav { gap: 18px; font-size: .82rem; } nav .button { padding: 9px 14px; min-height: 42px; font-size: .8rem; } .hero h1 { font-size: 3.2rem; } .section { padding-block: 40px; } .section-heading, .starters { grid-template-columns: 1fr; } .starters h3 { min-height: 0; } .catalog-list a { grid-template-columns: 1fr 18px; gap: 10px; } .catalog-list .row-description { grid-column: 1; grid-row: 2; } .catalog-list a > span:last-child { grid-column: 2; grid-row: 1; } .ownership { padding: 24px; } footer { flex-direction: column; } .document { padding-block: 36px; } }
