/* GENERATED from sites/help/tools/home.src.css by sigma-css. Edit that file. */
:root {

  --sg-home-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20class%3D%22lucide%20lucide-house%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M15%2021v-8a1%201%200%200%200-1-1h-4a1%201%200%200%200-1%201v8%22%2F%3E%3Cpath%20d%3D%22M3%2010a2%202%200%200%201%20.709-1.528l7-6a2%202%200%200%201%202.582%200l7%206A2%202%200%200%201%2021%2010v9a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2z%22%2F%3E%3C%2Fsvg%3E");
  --sg-up-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20class%3D%22lucide%20lucide-arrow-up%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22m5%2012%207-7%207%207M12%2019V5%22%2F%3E%3C%2Fsvg%3E");
}

.sigma-icon { display: inline-flex; flex-shrink: 0; }

.sigma-icon svg { width: 100%; height: 100%; }

.md-typeset .sg-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-inline: auto;
  max-width: 1280px;
  background: var(--sg-background);
}

@media (min-width: 1220px) {
  .md-typeset .sg-shell {
    grid-template-columns: 244px 1fr;
    min-height: calc(100vh - 48px);
  }
}

.md-typeset .sg-mods {
  background: var(--sg-card);
  border-bottom: 1px solid var(--sg-border);
}

.md-typeset .sg-mods__label {
  margin: 0;
  padding: 12px 16px 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--sg-faint);
}

.md-typeset .sg-mods__list {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding: 0 12px 12px;
}

.md-typeset .sg-mods__item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  padding: 8px 12px;
  text-align: left;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--sg-secondary);
  cursor: pointer;
  min-height: 44px;
}

.md-typeset .sg-mods__item:hover { background: var(--sg-accent); }
.md-typeset .sg-mods__item .sigma-icon { width: 20px; height: 20px; }
.md-typeset .sg-mods__name { white-space: nowrap; }

.md-typeset .sg-mods__item--on,
.md-typeset .sg-mods__item--on:hover {
  background: var(--sg-primary-tint);
  font-weight: 600;
  color: var(--sg-primary);
}

.md-typeset .sg-mods__split {
  flex-shrink: 0;
  align-self: stretch;
  margin: 0 4px;
  border-left: 1px solid var(--sg-border);
}

@media (min-width: 720px) {
  .md-typeset .sg-mods__item { min-height: 38px; }
}

@media (min-width: 1220px) {
  .md-typeset .sg-mods {
    border-bottom: 0;
    border-right: 1px solid var(--sg-border);
  }
  .md-typeset .sg-mods__label { padding-top: 14px; }
  .md-typeset .sg-mods__list {
    flex-direction: column;
    gap: 1px;
    overflow: visible;
    padding: 0 8px 16px;
  }
  .md-typeset .sg-mods__item {
    min-height: 0;
    width: 100%;
    gap: 11px;
    padding: 9px 10px;
  }
  .md-typeset .sg-mods__name {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .md-typeset .sg-mods__split {
    margin: 8px 0;
    height: 1px;
    width: 100%;
    align-self: auto;
    border-left: 0;
    border-top: 1px solid var(--sg-border);
  }
}

.md-typeset .sg-main { min-width: 0; padding: 16px; }

.md-typeset .sg-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.md-typeset .sg-head__text { min-width: 0; }

.md-typeset .sg-h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--sg-strong);
}

.md-typeset .sg-meta {
  margin: 4px 0 1em;
  font-size: 13px;
  color: var(--sg-muted-foreground);
}

.md-typeset .sg-cards {
  display: grid;
  align-items: start;
  gap: 12px;
}

@media (min-width: 720px) {
  .md-typeset .sg-main { padding: 20px; }
  .md-typeset .sg-head { margin-bottom: 20px; }
  .md-typeset .sg-h1 { font-size: 24px; }
  .md-typeset .sg-meta { font-size: 14px; }
  .md-typeset .sg-cards {
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

@media (min-width: 1220px) {
  .md-typeset .sg-main { padding: 24px 28px 40px; }
}

.md-typeset .sg-toggle {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--sg-border);
  border-radius: 9px;
  background: var(--sg-card);
  padding: 0 13px;
  font-size: 13px;
  font-weight: 600;
  color: var(--sg-secondary);
  cursor: pointer;
  min-height: 44px;
}

.md-typeset .sg-toggle:hover {
  background: var(--sg-accent);
  border-color: var(--sg-icon);
}

.md-typeset .sg-toggle__icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

@media (min-width: 720px) {
  .md-typeset .sg-toggle { min-height: 36px; }
}

.md-typeset .sg-card {
  border: 1px solid var(--sg-border);
  border-radius: 14px;
  background: var(--sg-card);
  overflow: hidden;
}

.md-typeset .sg-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--sg-border-soft);
  padding: 14px 16px 12px;
}

.md-typeset .sg-card__tile {
  display: flex;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--sg-primary-tint);
  color: var(--sg-primary);
}

.md-typeset .sg-card__tile .sigma-icon { width: 18px; height: 18px; }

.md-typeset .sg-card__title {
  flex: 1;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--sg-strong);
}

.md-typeset .sg-card__count {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--sg-faint);
}

.md-typeset .sg-card__list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 6px;
}

.md-typeset .sg-row {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--sg-secondary);
  min-height: 44px;
}

.md-typeset .sg-row:hover {
  background: var(--sg-accent);
  color: var(--sg-primary);
}

.md-typeset .sg-row .sigma-icon {
  width: 19px;
  height: 19px;
  color: var(--sg-icon);
}

.md-typeset .sg-row__label { flex: 1; }

.md-typeset .sg-row--empty,
.md-typeset .sg-row--empty:hover { color: var(--sg-faint); }

@media (min-width: 720px) {
  .md-typeset .sg-row { min-height: 36px; }
}

@media (min-width: 1220px) {
  .md-typeset .sg-row { min-height: 0; }
}

.md-typeset .sg-tag {
  flex-shrink: 0;
  border-radius: 5px;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  background: var(--sg-badge-bg);
  color: var(--sg-badge-fg);
}

.md-typeset .sg-tag--todo {
  border: 1px solid var(--sg-danger-border);
  background: var(--sg-danger-bg);
  color: var(--sg-danger-fg);
}

.md-typeset .sg-split {
  margin: 8px 0 0;
  border-top: 1px solid var(--sg-border);
  padding: 8px 10px 4px;
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: var(--sg-faint);
}

.md-typeset .sg-split-full {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  border-top: 1px solid var(--sg-border);
  padding: 12px 0 4px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: var(--sg-faint);
}

.sg-modbar {
  border-bottom: 1px solid var(--sg-border);
  background: var(--sg-card);
}

.sg-modbar__inner {
  position: relative;
  margin-inline: auto;
  max-width: 1220px;
  padding-inline: 8px;
}

.sg-modbar__rail {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  padding: 7px 0 9px;
  overflow-x: auto;

  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.sg-modbar__rail::-webkit-scrollbar {
  display: none;
}

.sg-modbar__item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  border-radius: 7px;
  padding: 5px 9px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--sg-secondary);
  transition: background-color .12s, color .12s;
}

.sg-modbar__item:hover {
  background: var(--sg-accent);
  color: var(--sg-primary);
}

.sg-modbar__item--on {
  background: var(--sg-primary-tint);
  color: var(--sg-primary);
  font-weight: 650;
}

.sg-modbar__item .sigma-icon {
  width: 15px;
  height: 15px;
  flex: none;
  color: var(--sg-icon);
}

.sg-modbar__item:hover .sigma-icon,
.sg-modbar__item--on .sigma-icon {
  color: currentcolor;
}

.sg-modbar__step {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  border: 0;
  padding: 0;
  width: 44px;
  color: var(--sg-secondary);
  cursor: pointer;
  opacity: 1;
  transition: opacity .12s;
}

.sg-modbar__step[data-sg-step="-1"] {
  left: 8px;
  justify-content: flex-start;
  background: linear-gradient(to right, var(--sg-card) 58%, transparent);
}

.sg-modbar__step[data-sg-step="1"] {
  right: 8px;
  justify-content: flex-end;
  background: linear-gradient(to left, var(--sg-card) 58%, transparent);
}

.sg-modbar__step:hover {
  color: var(--sg-primary);
}

.sg-modbar__step svg {
  width: 17px;
  height: 17px;
}

.sg-modbar__step[hidden] {
  display: flex;
  opacity: 0;
  pointer-events: none;
}

@media (hover: none) {
  .sg-modbar__step,
  .sg-modbar__step[hidden] {
    display: none;
  }
}

.md-main__inner:has([data-sigma-home]) {
  margin: 0;
  max-width: none;
}
.md-content__inner:has([data-sigma-home]) {
  margin: 0;
  padding: 0;
  max-width: none;
}

.md-content__inner:has([data-sigma-home]) > :last-child { margin-bottom: 0; }

.md-content__inner:has([data-sigma-home])::before { display: none; }

body:has([data-sigma-home]) .md-footer__inner { display: none; }

body:has([data-sigma-home]) .md-header__topic + .md-header__topic { display: none !important; }
body:has([data-sigma-home]) .md-header__topic:first-child {
  opacity: 1 !important;
  transform: none !important;
}

body {
  --md-text-font-family:
    var(--md-text-font, _), -apple-system, BlinkMacSystemFont, Helvetica, Arial,
    "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", "Segoe UI Symbol", sans-serif;
}

.md-sidebar--primary .md-nav--lifted > .sg-rail > .md-nav__item {
  display: block;
}

.md-sidebar--primary .sg-rail .md-nav__link {
  display: flex;

  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 5px 8px;
  border-radius: 6px;
  line-height: 1.35;
  font-weight: 400;
  color: var(--sg-secondary);
  transition: background-color .12s, color .12s;
}

.md-sidebar--primary .sg-rail .md-ellipsis {
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
}

.md-sidebar--primary .sg-rail .md-nav__link:hover {
  background: var(--sg-accent);
  color: var(--sg-primary);
}

.md-sidebar--primary .sg-rail .md-nav__link--active {
  background: var(--sg-primary-tint);
  color: var(--sg-primary);
  font-weight: 600;
}

.md-sidebar--primary .sg-rail__out .md-nav__link {
  font-weight: 500;
  color: var(--sg-muted-foreground);
}

.md-sidebar--primary .sg-rail__out .md-nav__link:hover {
  background: var(--sg-accent);
  color: var(--sg-primary);
}

.md-sidebar--primary .sg-rail__out .md-nav__link::before {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background-color: currentColor;
  color: var(--sg-icon);
  -webkit-mask: var(--sg-rail-icon) center / contain no-repeat;
  mask: var(--sg-rail-icon) center / contain no-repeat;
}

.md-sidebar--primary .sg-rail__out .md-nav__link:hover::before { color: inherit; }

.md-sidebar--primary .sg-rail__out--home { --sg-rail-icon: var(--sg-home-icon); }
.md-sidebar--primary .sg-rail__out--up { --sg-rail-icon: var(--sg-up-icon); }

.md-sidebar--primary .sg-rail__out--home + .md-nav__item,
.md-sidebar--primary .sg-rail__out + .md-nav__item:not(.sg-rail__out) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--sg-border);
}

.md-sidebar--primary .sg-rail__head {
  margin-bottom: 6px;
}

.md-sidebar--primary .sg-rail__head .md-nav__link {
  padding: 12px 16px 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--sg-faint);
  background: none;
}

.md-sidebar--primary .sg-rail__head .md-nav__link:hover {
  background: none;
  color: var(--sg-primary);
}

.md-sidebar--primary .sg-rail__head .sg-rail__icon,
.md-sidebar--primary .sg-rail__head .sg-rail__count {
  display: none;
}

.md-nav--primary .md-nav__title {
  display: none;
}

.md-sidebar--primary .sg-rail .md-nav__link--index {
  cursor: default;
  color: var(--sg-muted-foreground);
}

.md-sidebar--primary .sg-rail__split {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--sg-border);
}

.md-sidebar--primary .sg-rail__count {
  flex: 0 0 auto;
  margin-left: auto;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  color: var(--sg-faint);
}

.md-sidebar--primary .sg-rail .md-nav__link:hover .sg-rail__count,
.md-sidebar--primary .sg-rail .md-nav__link--active .sg-rail__count {
  color: inherit;
  opacity: .7;
}

.md-sidebar--primary .sg-rail__icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;

  margin-top: 2px;
  color: var(--sg-icon);
}

.md-sidebar--primary .sg-rail__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.md-sidebar--primary .sg-rail .md-nav__link:hover .sg-rail__icon,
.md-sidebar--primary .sg-rail .md-nav__link--active .sg-rail__icon {
  color: inherit;
}

.md-sidebar--primary .md-sidebar__inner {
  padding-right: 4px;
}

.md-typeset [data-sigma-home] a { text-decoration: none; }
.md-typeset [data-sigma-home] ul { list-style: none; margin: 0; padding: 0; }
.md-typeset [data-sigma-home] li { margin: 0; }
.md-typeset [data-sigma-home] h1,
.md-typeset [data-sigma-home] h2,
.md-typeset [data-sigma-home] h3 { margin: 0; border-bottom: 0; padding-bottom: 0; }

.sg-sprite {
  position: absolute;
  width: 0;
  height: 0 !important;
  overflow: hidden;
}

.md-content__inner:has([data-sigma-home]) > h1:first-child { display: none; }

html:not(.sg-js) [data-mod][hidden] { display: block; }

[data-only-documented] .sg-row[data-missing="true"] { display: none; }
[data-only-documented] .sg-card:not(:has(.sg-row[data-missing="false"])) { display: none; }
[data-only-documented] .sg-split:not(:has(~ .sg-row[data-missing="false"])) { display: none; }
[data-only-documented] .sg-split-full:not(:has(~ .sg-card .sg-row[data-missing="false"])) { display: none; }

[data-only-documented] [data-filter] {
  border-color: var(--sg-primary);
  background: var(--sg-primary-tint);
  color: var(--sg-primary);
}

.md-typeset [data-filter] [data-checked] { display: none; }
.md-typeset [data-only-documented] [data-filter] [data-box] { display: none; }
.md-typeset [data-only-documented] [data-filter] [data-checked] { display: inline-flex; }

.md-typeset .sg-btn {
  display: inline-flex;
  align-items: center;
  gap: .35em;
  padding: .12em .55em;
  border: 1px solid var(--sg-border);
  border-radius: 6px;
  background: var(--sg-card);
  color: var(--sg-secondary);
  font-size: .9em;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  vertical-align: baseline;
}

.md-typeset .sg-btn .twemoji,
.md-typeset .sg-btn svg {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
}

.md-typeset h2 {
  margin-top: 4em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid var(--md-default-fg-color--lighter);
}

.md-typeset h3 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.md-typeset img {
  max-width: 100%;
  height: auto;
}

.md-typeset .sg-lede {
  color: var(--sg-muted-foreground);
  font-size: 17px;
  line-height: 1.55;
  max-width: 620px;
  margin: 0 0 44px;
}

.md-typeset .sg-index__group {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 40px 0 4px;
}

.md-typeset .sg-index__group::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: none;
  background: var(--sg-section);
}

.md-typeset .sg-index__group::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--sg-border);
}

.md-typeset .sg-index__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sg-section);
  white-space: nowrap;
}

.md-typeset .sg-index__row {
  display: grid;
  grid-template-columns: 56px minmax(0, 240px) minmax(0, 1fr);
  align-items: baseline;
  gap: 0 24px;
  padding: 14px 12px 14px 0;
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
}

.md-typeset .sg-index__row:hover,
.md-typeset .sg-index__row:focus-visible {
  background: var(--sg-accent);
}

.md-typeset .sg-index__n {
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  color: var(--sg-faint);
  padding-left: 12px;
}

.md-typeset .sg-index__name {
  font-size: 17px;
  font-weight: 700;
  color: var(--sg-strong);
}

.md-typeset .sg-index__row:hover .sg-index__name {
  color: var(--sg-primary);
}

.md-typeset .sg-index__what {
  color: var(--sg-muted-foreground);
  font-size: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 720px) {
  .md-typeset .sg-index__row {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 2px 16px;
    padding: 12px 8px 12px 0;
  }
  .md-typeset .sg-index__n { grid-row: span 2; padding-left: 8px; }
  .md-typeset .sg-index__what { font-size: 14px; }
}
