@import '/shared/styles/tokens.css';
@import '/shared/styles/base.css';
/* Public documents share the application's colors, typography and focus treatment. */
body { font-size: 16px; line-height: 1.7; }
header, footer { width: min(1240px, calc(100% - 80px)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
header { min-height: 88px; border-bottom: 1px solid var(--border); }
footer { padding-block: 24px; border-top: 1px solid var(--border); }
a { text-underline-offset: 4px; }
.brand { display: inline-flex; align-items: center; gap: 8px; font-size: 22px; font-weight: 650; letter-spacing: -.8px; text-decoration: none; }
nav { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; }
nav a { color: var(--muted); font-size: 14px; }
main { max-width: 780px; margin: 56px auto 80px; padding: 0 24px; }
h1 { font-size: clamp(32px, 6vw, 48px); line-height: 1.15; letter-spacing: -.04em; margin: 12px 0; }
h2 { font-size: 21px; line-height: 1.35; margin-top: 36px; }
p { margin: 12px 0; }
.eyebrow, .date, footer { color: var(--muted); font-size: 14px; }
.eyebrow { color: var(--brand-ink); font-weight: 600; }
@media (max-width: 760px) { header, footer { width: calc(100% - 40px); flex-wrap: wrap; gap: 12px; padding-block: 20px; } header { min-height: 76px; } main { margin-top: 32px; } nav { gap: 16px; } }

.api-reference-table{overflow-x:auto} .api-reference-table td,.api-reference-table th{padding:.65rem;text-align:left;vertical-align:top} main pre{overflow-x:auto;padding:1rem;background:var(--surface-2);border-radius:8px}
