:root {
  --paper: #f6f2ec;
  --paper-2: #fbf9f5;
  --ink: #0f2238;
  --blue: #496a8e;
  --gold: #c9a261;
  --sand: #e6d8c0;
  --line: #ded5c8;
  --muted: #66717d;
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Newsreader", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body {
  margin: 0;
  background: var(--paper-2);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
button, input { font: inherit; }
.skip-link {
  position: fixed;
  z-index: 20;
  left: 16px;
  top: -80px;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
}
.skip-link:focus { top: 12px; }

.docs-header {
  position: sticky;
  z-index: 10;
  top: 0;
  min-height: 64px;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto auto auto;
  align-items: center;
  gap: 20px;
  padding: 0 44px;
  background: rgba(246, 242, 236, .97);
  border-bottom: 1px solid var(--line);
}
.docs-wordmark {
  justify-self: start;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}
.docs-header nav { display: flex; align-items: stretch; height: 64px; }
.docs-header nav a {
  display: flex;
  align-items: center;
  margin: 0 18px;
  color: #24374b;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.docs-header nav a.is-current { border-color: var(--gold); }
.header-action {
  padding: 11px 18px;
  background: var(--ink);
  color: white;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--ink);
}
.nav-toggle { display: none; }

.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.search-toggle {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
}
.search-toggle:hover { background: rgba(230, 216, 192, .36); }
.search-toggle:focus-visible {
  outline: 3px solid rgba(73, 106, 142, .2);
  outline-offset: 1px;
}
.search-toggle[aria-expanded="true"] {
  background: rgba(230, 216, 192, .52);
  border-color: var(--line);
}
.search-panel {
  position: fixed;
  z-index: 30;
  top: 76px;
  left: 50%;
  width: min(620px, calc(100% - 32px));
  padding: 10px;
  transform: translateX(-50%);
  background: rgba(246, 242, 236, .98);
  border: 1px solid var(--line);
  border-radius: 11px;
  box-shadow: 0 18px 48px rgba(15, 34, 56, .16);
}
.search-wrap { position: relative; }
.search-wrap label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.search-wrap input {
  width: 100%;
  height: 48px;
  padding: 0 76px 0 18px;
  color: var(--ink);
  background: var(--paper-2);
  border: 1px solid #d8cfc2;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
  box-shadow: 0 1px 2px rgba(15, 34, 56, .03);
}
.search-wrap input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(73, 106, 142, .12);
}
.search-wrap kbd {
  position: absolute;
  right: 12px;
  top: 11px;
  min-width: 42px;
  padding: 2px 6px;
  color: var(--muted);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 11px;
  text-align: center;
}
.search-results {
  position: absolute;
  z-index: 30;
  top: 54px;
  left: 0;
  right: 0;
  padding: 8px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(15, 34, 56, .13);
}
.search-results a {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  text-decoration: none;
  border-radius: 5px;
}
.search-results a:hover, .search-results a:focus { background: var(--paper); }
.search-results small { color: var(--muted); }
.search-results p { margin: 8px 12px; color: var(--muted); }

.docs-shell {
  display: grid;
  grid-template-columns: 282px minmax(0, 760px) 220px;
  justify-content: center;
  align-items: start;
  min-height: calc(100vh - 64px);
}
.docs-sidebar {
  position: sticky;
  top: 64px;
  height: calc(100vh - 64px);
  border-right: 1px solid var(--line);
  background: var(--paper-2);
}
.sidebar-scroll { height: 100%; overflow: auto; padding: 30px 30px 36px 44px; }
.docs-sidebar section { margin: 0 0 30px; }
.docs-sidebar h2, .page-toc > p {
  margin: 0 0 9px;
  color: #a96c22;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.docs-sidebar a {
  display: block;
  margin: 1px -10px;
  padding: 7px 10px;
  color: #344556;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  border-left: 2px solid transparent;
  border-radius: 0 6px 6px 0;
}
.docs-sidebar a:hover { background: rgba(230, 216, 192, .3); color: var(--ink); }
.docs-sidebar a.is-active {
  color: var(--ink);
  font-weight: 600;
  background: rgba(230, 216, 192, .46);
  border-left-color: #bc7928;
}
.beta-status {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.status-dot {
  width: 8px;
  height: 8px;
  margin-top: 7px;
  flex: 0 0 auto;
  background: var(--gold);
  border-radius: 50%;
}
.beta-status strong, .beta-status small { display: block; }
.beta-status strong { font-size: 12px; }
.beta-status small { color: var(--muted); font-size: 11px; }

.article {
  min-width: 0;
  padding: 42px 48px 90px;
  border-right: 1px solid var(--line);
}
.article-header { margin-bottom: 32px; }
.article-header > p {
  margin: 0 0 13px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 600;
}
.article-header h1 {
  max-width: 700px;
  margin: 0 0 12px;
  font-family: var(--sans);
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -.035em;
}
.article-header > div {
  max-width: 670px;
  color: var(--blue);
  font-size: 19px;
  line-height: 1.5;
}
.article section {
  padding: 27px 0;
  border-top: 1px solid var(--line);
}
.article h2 {
  margin: 0 0 12px;
  font-family: var(--sans);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.article p, .article ul, .article ol, .article blockquote { max-width: 680px; }
.article p { margin: 0 0 14px; color: #344556; }
.article ul, .article ol { margin: 12px 0 0; padding-left: 22px; color: #344556; }
.article li { margin: 8px 0; padding-left: 4px; }
.install-steps {
  margin-top: 10px !important;
  padding: 0 !important;
  list-style: none;
  counter-reset: install-step;
}
.install-steps li {
  position: relative;
  margin: 8px 0;
  padding: 0 0 0 34px;
  counter-increment: install-step;
}
.install-steps li::before {
  content: counter(install-step);
  position: absolute;
  left: 0;
  top: 2px;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: #f3e8d5;
  border: 1px solid #d8ba88;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.article a { color: #315d88; text-underline-offset: 3px; }
.article code {
  padding: 2px 5px;
  background: #ede8e0;
  border-radius: 4px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .9em;
}
.article blockquote {
  margin: 18px 0 0;
  padding: 18px 22px;
  color: #344556;
  background: var(--paper);
  border-left: 3px solid var(--gold);
}
.notice {
  margin: 0 0 28px;
  padding: 18px 20px;
  background: rgba(230, 216, 192, .42);
  border: 1px solid #dcc59f;
  border-radius: 7px;
}
.notice strong { display: block; margin-bottom: 5px; font-size: 15px; }
.notice p { margin: 0; color: #314254; font-size: 14px; }
.notice-prominent { padding: 20px 22px; }
.product-shot { margin: 26px 0 0; }
.product-shot img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #c8bdaf;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(15, 34, 56, .10);
}
.product-shot figcaption {
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
}
.path-list { border-top: 1px solid var(--line); }
.path-list a {
  display: grid;
  grid-template-columns: 42px 180px 1fr;
  gap: 12px;
  align-items: baseline;
  padding: 16px 2px;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}
.path-list a:hover strong { color: var(--blue); }
.path-list span { color: #a96c22; font-variant-numeric: tabular-nums; }
.path-list strong { font-size: 15px; }
.path-list small { color: var(--muted); font-size: 13px; }
table { width: 100%; border-collapse: collapse; font-size: 13px; }
th, td { padding: 12px 10px; text-align: left; border-bottom: 1px solid var(--line); }
th { color: var(--muted); font-weight: 600; }
.release-meta { margin: 0; border-top: 1px solid var(--line); }
.release-meta div { display: grid; grid-template-columns: 140px 1fr; padding: 11px 0; border-bottom: 1px solid var(--line); }
.release-meta dt { color: var(--muted); }
.release-meta dd { margin: 0; font-weight: 600; }
.release-note { padding: 14px 0; border-top: 1px solid var(--line); }
.release-note > p { display: flex; justify-content: space-between; margin: 0; }
.release-note span { color: var(--muted); font-size: 12px; }
.article-pagination {
  display: grid;
  gap: 5px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.article-pagination span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.article-pagination a { font-size: 16px; font-weight: 600; }

.page-toc {
  position: sticky;
  top: 64px;
  padding: 42px 24px 40px 28px;
}
.page-toc a {
  display: block;
  margin: 0 0 8px;
  padding: 3px 0 3px 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  text-decoration: none;
  border-left: 1px solid var(--line);
}
.page-toc a:hover, .page-toc a.is-active { color: var(--ink); border-left-color: var(--blue); }
.docs-footer {
  display: flex;
  justify-content: space-between;
  padding: 26px 44px;
  color: var(--muted);
  background: var(--paper);
  border-top: 1px solid var(--line);
  font-size: 12px;
}

@media (max-width: 1080px) {
  .docs-shell { grid-template-columns: 260px minmax(0, 760px); }
  .page-toc { display: none; }
  .article { border-right: 0; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  body { font-size: 14px; }
  .docs-header {
    min-height: 58px;
    grid-template-columns: 1fr auto auto;
    gap: 8px;
    padding: 0 18px;
  }
  .docs-wordmark { font-size: 27px; }
  .docs-header nav { display: none; }
  .header-action { display: none; }
  .nav-toggle {
    display: block;
    padding: 8px 0;
    color: var(--ink);
    background: transparent;
    border: 0;
    font-size: 13px;
    font-weight: 600;
  }
  .search-panel {
    top: 68px;
    width: calc(100% - 24px);
    padding: 8px;
  }
  .search-wrap input { height: 44px; padding-right: 18px; font-size: 13px; }
  .search-wrap kbd { display: none; }
  .docs-shell { display: block; min-height: auto; }
  .docs-sidebar {
    display: none;
    position: fixed;
    z-index: 8;
    inset: 58px 0 0 0;
    height: auto;
    border-right: 0;
  }
  .docs-sidebar.is-open { display: block; }
  .sidebar-scroll { padding: 24px 22px 40px; }
  .article { padding: 31px 20px 68px; }
  .article-header { margin-bottom: 26px; }
  .article-header h1 { font-size: 36px; line-height: 1.08; }
  .article-header > div { font-size: 16px; }
  .article h2 { font-size: 20px; }
  .notice { padding: 16px; }
  .path-list a { grid-template-columns: 34px 1fr; gap: 8px; }
  .path-list small { grid-column: 2; }
  .product-shot { margin-left: -4px; margin-right: -4px; }
  .release-meta div { grid-template-columns: 100px 1fr; }
  table { display: block; overflow-x: auto; white-space: nowrap; }
  .docs-footer { padding: 22px 20px; gap: 16px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
