@charset "UTF-8";
:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  color: #1d1d1f;
  background: #fafafa;
  --muted: #6e6e73;
  --line: #dedee1;
  --blue: #0066cc;
}
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.6; -webkit-font-smoothing: antialiased; }
html { scroll-padding-top: 32px; }
a { color: var(--blue); text-decoration: none; text-underline-offset: 4px; }
a:hover { text-decoration: underline; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; border-radius: 3px; }
.skip { position: absolute; top: -100px; left: 20px; padding: 12px; background: white; z-index: 2; }
.skip:focus { top: 12px; }
.nav-shell { border-bottom: 1px solid #eaeaec; }
.nav { max-width: 1040px; margin: auto; min-height: 66px; padding: 16px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { font-size: 1rem; letter-spacing: -.025em; font-weight: 600; color: #1d1d1f; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: .875rem; }
.nav-links a { color: #515154; }
.nav-links [aria-current="page"] { color: #1d1d1f; }
.language-switch { display: inline-flex; align-items: center; gap: 8px; padding-left: 20px; border-left: 1px solid var(--line); color: var(--muted); }
.language-switch a[aria-current="true"] { color: #1d1d1f; font-weight: 600; }
.nav-links { flex-wrap: wrap; }
.hero { padding: 100px 24px 94px; text-align: center; }
.eyebrow { font-size: 1rem; color: var(--muted); margin: 0 0 16px; }
h1 { font-size: clamp(2.7rem, 6.5vw, 4.75rem); line-height: 1.08; letter-spacing: -.065em; font-weight: 600; margin: 0; }
.intro { color: var(--muted); font-size: clamp(1.2rem, 2.6vw, 1.6rem); line-height: 1.4; letter-spacing: -.025em; margin: 24px 0 30px; }
.button { display: inline-flex; align-items: center; gap: 12px; padding: 11px 22px; border-radius: 28px; background: #0071e3; color: white; font-size: 1rem; }
.button:hover { background: #0077ed; text-decoration: none; }
.meta { font-size: .875rem; color: var(--muted); margin: 18px 0 4px; }
.note { font-size: .8125rem; color: var(--muted); margin: 0; }
.note a { color: inherit; text-decoration: underline; }
.content { max-width: 808px; margin: auto; padding: 0 32px; }
.product-shot { padding: 18px 0 70px; text-align: center; }
.product-copy { max-width: 610px; margin: 0 auto 30px; }
.product-copy .eyebrow { margin-bottom: 10px; font-size: .875rem; }
.product-copy h2 { margin-bottom: 12px; }
.product-copy p:last-child { color: var(--muted); margin: 0; }
.product-shot img { display: block; width: 100%; height: auto; border: 1px solid #dfe5ed; border-radius: 20px; box-shadow: 0 22px 48px rgba(29, 58, 93, .13); }
.section { padding: 48px 0; border-top: 1px solid var(--line); }
h2 { font-size: 1.65rem; line-height: 1.25; font-weight: 600; letter-spacing: -.035em; margin: 0 0 28px; }
.releases { list-style: none; padding: 0; margin: 0; }
.releases li { padding: 22px 0; }
.releases li:first-child { padding-top: 0; }
.releases li + li { border-top: 1px solid var(--line); }
.releases li:last-child { padding-bottom: 0; }
.release-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.release-heading h3 { margin: 0; font-size: 1rem; font-weight: 600; }
.release-heading a { font-size: .875rem; flex-shrink: 0; }
.badge { font-size: .75rem; font-weight: 400; color: var(--muted); margin-left: 10px; }
.releases p { margin: 7px 0 0; color: var(--muted); font-size: .9375rem; }
.faq { padding-bottom: 72px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; padding: 20px 30px 20px 0; cursor: pointer; font-size: 1rem; font-weight: 500; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 3px; top: 17px; font-size: 1.3rem; font-weight: 300; color: var(--muted); }
.faq details[open] summary::after { content: "−"; }
.answer { padding: 0 30px 24px 0; font-size: 1rem; color: var(--muted); }
.answer p { margin: 0 0 10px; }
.answer p:last-child { margin-bottom: 0; }
.footer { max-width: 976px; margin: auto; border-top: 1px solid var(--line); padding: 24px 0 30px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; color: var(--muted); font-size: .8125rem; }
.footer div { display: flex; gap: 24px; }
.footer a { color: inherit; }
.footer p { flex-basis: 100%; font-size: .75rem; margin: 0; }
.docs-heading { max-width: 976px; margin: auto; padding: 70px 0 46px; }
.docs-heading h1 { font-size: clamp(2.4rem, 5vw, 3.5rem); }
.docs-heading p { color: var(--muted); margin: 18px 0 0; font-size: 1.1rem; }
.docs-layout { max-width: 976px; margin: auto; display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 58px; padding-bottom: 64px; }
.toc { align-self: start; display: grid; gap: 12px; font-size: .875rem; }
.toc a { color: var(--muted); }
.article section { border-top: 1px solid var(--line); padding: 30px 0; }
.article h2 { margin-bottom: 18px; font-size: 1.5rem; }
.article p, .article ol, .article ul { margin: 0 0 18px; }
.article li { margin-bottom: 10px; padding-left: 4px; }
.article ol, .article ul { padding-left: 22px; }
.article p:last-child { margin-bottom: 0; }
.article strong { font-weight: 600; }
.article code { font: .875em ui-monospace, SFMono-Regular, Menlo, monospace; overflow-wrap: anywhere; }
.article .muted { color: var(--muted); }
@media (max-width: 1040px) {
  .footer, .docs-heading, .docs-layout { margin-left: 32px; margin-right: 32px; }
}
@media (max-width: 640px) {
  .nav { padding: 16px 22px; flex-wrap: wrap; gap: 12px; }
  .nav-links { gap: 20px; }
  .language-switch { padding-left: 0; border-left: 0; }
  .hero { padding: 68px 22px 64px; }
  .content { padding: 0 22px; }
  .product-shot { padding: 10px 0 48px; }
  .product-shot img { border-radius: 13px; }
  .section { padding-top: 34px; padding-bottom: 34px; }
  h2 { font-size: 1.5rem; }
  .release-heading { gap: 12px; flex-wrap: wrap; }
  .badge { display: inline-block; }
  .footer, .docs-heading, .docs-layout { margin-left: 22px; margin-right: 22px; }
  .docs-heading { padding: 48px 0 32px; }
  .docs-layout { grid-template-columns: 1fr; gap: 30px; padding-bottom: 32px; }
  .toc { display: flex; flex-wrap: wrap; gap: 10px 22px; }
  .footer div { gap: 18px; flex-wrap: wrap; }
}
