/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Space+Grotesk:wght@300..700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
    --font-mono: "Space Mono", monospace;
    --color-stone-200: oklch(92.3% 0.003 48.717);
    --color-stone-400: oklch(70.9% 0.01 56.259);
    --color-stone-600: oklch(44.4% 0.011 73.639);
    --color-stone-800: oklch(26.8% 0.007 34.298);
    --spacing: 0.25rem;
    --tracking-tight: -0.025em;
    --leading-relaxed: 1.625;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-heading: "Space Grotesk", sans-serif;
    --color-background: hsl(var(--background));
    --color-foreground: hsl(var(--foreground));
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@layer base {
  :root {
    --background: 0 0% 100%;
    --foreground: 20 14.3% 4.1%;
    --card: 0 0% 100%;
    --card-foreground: 20 14.3% 4.1%;
    --primary: 24 9.8% 10%;
    --primary-foreground: 60 9.1% 97.8%;
    --secondary: 60 4.8% 95.9%;
    --secondary-foreground: 24 9.8% 10%;
    --muted: 60 4.8% 95.9%;
    --muted-foreground: 25 5.3% 44.7%;
    --accent: 60 4.8% 95.9%;
    --accent-foreground: 24 9.8% 10%;
    --border: 20 5.9% 90%;
    --arch-header-bg: 0 0% 100%;
    --arch-header-fg: 20 14.3% 4.1%;
    --arch-header-muted: 25 5.3% 44.7%;
    --arch-frame: 60 4.8% 95.9%;
    --arch-link: 24 9.8% 10%;
    --arch-link-hover: 20 14.3% 4.1%;
    --arch-panel-bg: 60 4.8% 97%;
    --arch-code-bg: 60 4.8% 95.9%;
  }
  .dark {
    --background: 20 14.3% 4.1%;
    --foreground: 60 9.1% 97.8%;
    --card: 20 14.3% 4.1%;
    --card-foreground: 60 9.1% 97.8%;
    --primary: 60 9.1% 97.8%;
    --primary-foreground: 24 9.8% 10%;
    --secondary: 12 6.5% 15.1%;
    --secondary-foreground: 60 9.1% 97.8%;
    --muted: 12 6.5% 15.1%;
    --muted-foreground: 24 5.4% 63.9%;
    --accent: 12 6.5% 15.1%;
    --accent-foreground: 60 9.1% 97.8%;
    --border: 12 6.5% 15.1%;
    --arch-header-bg: 20 14.3% 4.1%;
    --arch-header-fg: 60 9.1% 97.8%;
    --arch-header-muted: 24 5.4% 63.9%;
    --arch-frame: 12 6.5% 10%;
    --arch-link: 60 9.1% 97.8%;
    --arch-link-hover: 0 0% 100%;
    --arch-panel-bg: 12 6.5% 8%;
    --arch-code-bg: 12 6.5% 12%;
  }
  @keyframes pseudo-wait {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  .hex-transitioning::view-transition-group(root) {
    animation-duration: 1.2s;
  }
  .hex-transitioning::view-transition-old(root) {
    animation: pseudo-wait 1.2s forwards;
    z-index: 1;
  }
  .hex-transitioning::view-transition-new(root) {
    animation: pseudo-wait 1.2s forwards;
    mask-image: var(--hex-mask);
    -webkit-mask-image: var(--hex-mask);
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    z-index: 2;
  }
}
@layer base {
  * {
    border-color: hsl(var(--border));
  }
  html {
    color-scheme: light;
  }
  html.dark {
    color-scheme: dark;
  }
  body {
    background-color: var(--color-background);
    font-family: var(--font-sans);
    color: var(--color-foreground);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--font-sans) !important;
    selection-background-color: hsl(60 5% 90%);
  }
  .dark body {
    selection-background-color: hsl(12 6% 20%);
  }
  .is-transitioning, .is-transitioning * {
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
    font-family: var(--font-heading) !important;
  }
  .doc {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
}
@layer utilities {
  .structural-border {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-200);
    &:where(.dark, .dark *) {
      border-color: var(--color-stone-800);
    }
  }
  .blueprint-dot {
    height: calc(var(--spacing) * 1.5);
    width: calc(var(--spacing) * 1.5);
    border-radius: calc(infinity * 1px);
    background-color: var(--color-stone-400);
    &:where(.dark, .dark *) {
      background-color: var(--color-stone-600);
    }
  }
}
:root {
  --navbar-height: 3.5rem;
  --toolbar-height: 2.5rem;
}
html, html body, body .body {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
}
body, button, input, select, textarea, .navbar, .navbar-item, .nav, .toolbar, .breadcrumbs, .doc, footer.footer {
  font-family: var(--font-sans) !important;
}
code, kbd, pre, .doc pre, .doc code {
  font-family: var(--font-mono) !important;
}
.arch-header .arch-navbar, .arch-header .navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 8;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.5rem;
  height: var(--navbar-height);
  min-height: var(--navbar-height);
  max-height: var(--navbar-height);
  background: hsl(var(--arch-header-bg)) !important;
  color: hsl(var(--arch-header-fg)) !important;
  border-bottom: 1px solid hsl(var(--border)) !important;
  box-shadow: none !important;
}
.arch-header .navbar-brand {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1 1 auto;
  min-width: 0;
}
.arch-header .navbar-menu, .arch-header .navbar-end {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 0 0 auto;
}
.arch-site-title {
  display: inline-flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center !important;
  gap: 0.75rem;
  height: auto !important;
  max-height: var(--navbar-height);
  padding: 0 0.75rem !important;
  background: transparent !important;
  text-decoration: none !important;
  line-height: 1 !important;
}
.arch-kicker {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: hsl(var(--arch-header-muted));
  line-height: 1;
  flex-shrink: 0;
}
.arch-title {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: hsl(var(--arch-header-fg));
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.arch-nav-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  height: 2rem !important;
  padding: 0 1rem !important;
  margin: 0 0.15rem !important;
  border: 1px solid hsl(var(--border)) !important;
  background: transparent !important;
  font-family: var(--font-heading) !important;
  font-size: 0.875rem !important;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: hsl(var(--arch-header-fg)) !important;
  text-decoration: none !important;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.arch-nav-btn:not(.arch-nav-btn-external):hover, .arch-nav-btn:not(.arch-nav-btn-external):focus {
  background: hsl(var(--muted)) !important;
  color: hsl(var(--arch-header-fg)) !important;
}
.arch-nav-btn-external {
  background: hsl(var(--primary)) !important;
  color: hsl(var(--primary-foreground)) !important;
  border-color: hsl(var(--primary)) !important;
}
.arch-nav-btn-external:hover, .arch-nav-btn-external:focus {
  background: hsl(var(--primary)) !important;
  color: hsl(var(--primary-foreground)) !important;
  border-color: hsl(var(--primary)) !important;
  opacity: 0.88;
}
html.dark .arch-header .navbar-end > a.navbar-item.arch-nav-btn-external {
  background: hsl(var(--foreground)) !important;
  color: hsl(var(--background)) !important;
  border-color: hsl(var(--foreground)) !important;
}
html.dark .arch-header .navbar-end > a.navbar-item.arch-nav-btn-external:hover, html.dark .arch-header .navbar-end > a.navbar-item.arch-nav-btn-external:focus {
  background: hsl(var(--muted)) !important;
  color: hsl(var(--arch-header-fg)) !important;
  border-color: hsl(var(--foreground)) !important;
  opacity: 1;
}
.arch-theme-item {
  display: flex !important;
  align-items: center !important;
  align-self: center !important;
  height: auto !important;
  padding: 0 0.35rem !important;
  background: transparent !important;
}
.arch-header .navbar-item.arch-theme-item:hover, .arch-header .navbar-item.arch-theme-item:focus {
  background: transparent !important;
}
.arch-header .navbar-item.arch-nav-btn {
  align-self: center;
}
.arch-theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  background: transparent;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.arch-theme-toggle:hover, .arch-theme-toggle:focus-visible {
  background: hsl(var(--muted));
}
.arch-theme-toggle:hover .arch-theme-icon, .arch-theme-toggle:focus-visible .arch-theme-icon {
  color: hsl(var(--arch-header-fg));
}
.arch-theme-icon {
  width: 1rem;
  height: 1rem;
  color: hsl(var(--arch-header-muted));
}
.arch-search {
  display: flex;
  align-items: center;
  padding: 0 0.15rem !important;
  flex-shrink: 1;
  min-width: 0;
}
.arch-search #search-input {
  width: 10rem;
  max-width: 28vw;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--arch-header-bg));
  color: hsl(var(--arch-header-fg));
  font-family: var(--font-sans);
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0 0.35rem;
  border-radius: 0;
}
.arch-search #search-input::placeholder {
  color: hsl(var(--arch-header-muted));
  opacity: 0.85;
}
.arch-search #search-input:focus {
  outline: 2px solid hsl(var(--ring));
  outline-offset: 1px;
}
.toolbar {
  position: sticky !important;
  top: var(--navbar-height) !important;
  z-index: 3;
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center !important;
  height: var(--toolbar-height);
  min-height: var(--toolbar-height);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: hsl(var(--arch-panel-bg)) !important;
  border-bottom: 1px solid hsl(var(--border)) !important;
  color: hsl(var(--muted-foreground)) !important;
}
.toolbar .nav-toggle, .toolbar .home-link {
  flex-shrink: 0;
  align-self: center;
}
.toolbar .breadcrumbs {
  display: none;
  align-items: center;
  min-height: 0;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .toolbar .breadcrumbs {
    display: flex;
  }
}
.toolbar .breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.toolbar .breadcrumbs li {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.toolbar .edit-this-page {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
  padding-right: 0.5rem;
  line-height: 1.2;
}
.toolbar .home-link, .toolbar .edit-this-page a, .toolbar .toolbar-label {
  color: hsl(var(--muted-foreground)) !important;
  font-family: var(--font-mono) !important;
  font-size: 0.625rem !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
}
.toolbar .home-link:hover, .toolbar .edit-this-page a:hover {
  color: hsl(var(--arch-header-fg)) !important;
}
html.dark .toolbar .nav-toggle, html.dark .toolbar .home-link {
  filter: brightness(0) invert(1);
  opacity: 0.82;
}
html.dark .toolbar .nav-toggle:hover, html.dark .toolbar .home-link:hover, html.dark .toolbar .home-link.is-current {
  opacity: 1;
}
.nav-panel-menu, .nav-panel-explore {
  background: hsl(var(--arch-panel-bg)) !important;
  border-color: hsl(var(--border)) !important;
}
.nav .nav-item-toggle, .nav .nav-text, .nav .nav-link, .nav .title, .nav .title a {
  color: hsl(var(--muted-foreground)) !important;
  font-family: var(--font-sans) !important;
}
.nav .nav-item.is-current-page > .nav-link, .nav .is-current-page > .nav-item-toggle .nav-text {
  color: hsl(var(--arch-header-fg)) !important;
  font-weight: 600;
}
.nav .title {
  font-family: var(--font-mono) !important;
  font-size: 0.625rem !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: hsl(var(--arch-header-muted)) !important;
  border-bottom: 1px solid hsl(var(--border));
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.nav-panel-explore .context {
  background: hsl(var(--arch-panel-bg));
  border-bottom: 1px solid hsl(var(--border));
  color: hsl(var(--foreground));
}
.nav-panel-explore .context .title {
  color: hsl(var(--foreground));
  text-transform: none;
  letter-spacing: normal;
  font-family: var(--font-heading) !important;
  font-size: 0.875rem !important;
  font-weight: 500;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.nav-panel-explore .context .version {
  color: hsl(var(--foreground));
  background-color: hsl(var(--muted));
  border: 1px solid hsl(var(--border));
  border-radius: 0;
  padding: 0.1rem 0.5rem;
}
.nav-panel-explore .context .version:hover {
  background-color: hsl(var(--accent));
  border-color: hsl(var(--border));
}
.nav-panel-explore .components, .nav-panel-explore .component, .nav-panel-explore .versions, .nav-panel-explore .context .selector, .nav-panel-explore .context .selector .components {
  background-color: hsl(var(--arch-panel-bg)) !important;
  color: hsl(var(--foreground));
  box-shadow: none;
}
.nav-panel-explore .component .title a, .nav-panel-explore .versions a {
  color: hsl(var(--foreground));
  background-color: hsl(var(--muted));
  border: 1px solid hsl(var(--border));
  border-radius: 0;
}
.nav-panel-explore .versions a:hover, .nav-panel-explore .component .title a:hover {
  background-color: hsl(var(--accent));
  color: hsl(var(--foreground));
}
.nav-panel-explore .versions .is-current a, .nav-panel-explore .component.is-current .title a {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
  font-weight: 600;
  border-color: hsl(var(--border));
}
html.dark .nav-panel-explore .context .version {
  color: hsl(var(--foreground));
  background-color: hsl(var(--muted)) !important;
  border-color: hsl(var(--border));
}
html.dark .nav-panel-explore .context .version:hover {
  color: hsl(var(--foreground));
  background-color: hsl(var(--secondary)) !important;
  border-color: hsl(var(--border));
}
html.dark .nav-panel-explore .components, html.dark .nav-panel-explore .component, html.dark .nav-panel-explore .component-menu, html.dark .nav-panel-explore .versions, html.dark .nav-panel-explore .component-menu ul, html.dark .nav-panel-explore .versions ul, html.dark .nav-panel-explore .context, html.dark .nav-panel-explore .context div {
  background-color: hsl(var(--arch-panel-bg)) !important;
  color: hsl(var(--foreground));
}
html.dark .nav-panel-explore .component .title a, html.dark .nav-panel-explore .versions a {
  color: hsl(var(--foreground)) !important;
  background-color: hsl(var(--muted)) !important;
  border: 1px solid hsl(var(--border));
}
html.dark .nav-panel-explore .versions a:hover, html.dark .nav-panel-explore .component .title a:hover {
  background-color: hsl(var(--secondary)) !important;
  color: hsl(var(--foreground)) !important;
  border-color: hsl(var(--border));
}
html.dark .nav-panel-explore .versions .is-current a, html.dark .nav-panel-explore .component.is-current .title a {
  background-color: hsl(var(--background)) !important;
  color: hsl(var(--foreground)) !important;
  border-color: hsl(var(--border));
}
.toc.sidebar {
  background: transparent !important;
  border-color: hsl(var(--border)) !important;
}
.toc .title, .toc .toc-menu h3 {
  font-family: var(--font-mono) !important;
  font-size: 0.625rem !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: hsl(var(--arch-header-muted)) !important;
}
.toc .toc-menu ul, .doc .toc .toc-menu ul, .doc aside.toc ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.toc .toc-menu li {
  margin: 0;
}
.toc .toc-menu a {
  display: block;
  border-left: 2px solid hsl(var(--border));
  padding: 0.25rem 0 0.25rem 0.5rem;
  text-decoration: none;
  color: hsl(var(--muted-foreground)) !important;
}
.toc .toc-menu li[data-level="2"] a {
  padding-left: 1.25rem;
}
.toc .toc-menu li[data-level="3"] a {
  padding-left: 2rem;
}
.toc .toc-menu a:hover {
  color: hsl(var(--arch-header-fg)) !important;
}
.toc .toc-menu a.is-active {
  border-left-color: hsl(var(--arch-header-fg));
  color: hsl(var(--arch-header-fg)) !important;
  font-weight: 600;
}
.toc a {
  color: hsl(var(--muted-foreground)) !important;
}
.toc .is-active > a {
  color: hsl(var(--arch-header-fg)) !important;
  font-weight: 600;
}
@media screen and (max-width: 1023.5px) {
  .doc aside.toc.embedded {
    margin: 0 0 1.25rem;
    padding: 0;
  }
  .doc aside.toc.embedded .toc-menu h3 {
    display: block;
    height: auto;
    min-height: 0;
    margin: 0 0 0.35rem;
    padding: 0;
  }
}
main.article, main.article > .content, article.doc, .doc {
  background-color: hsl(var(--background)) !important;
  color: hsl(var(--foreground)) !important;
}
html.dark main.article, html.dark main.article > .content, html.dark article.doc, html.dark .doc {
  background-color: hsl(var(--background)) !important;
  color: hsl(var(--foreground)) !important;
}
.doc {
  color: hsl(var(--foreground)) !important;
}
html.dark .doc h1, html.dark .doc h2, html.dark .doc h3, html.dark .doc h4, html.dark .doc h5, html.dark .doc h6, html.dark .doc .page > h1:first-child {
  color: hsl(var(--foreground)) !important;
}
.doc h1, .doc .page > h1:first-child {
  font-family: var(--font-heading) !important;
  font-size: 2rem !important;
  font-weight: 500;
  letter-spacing: -0.04em;
  border-bottom: 1px solid hsl(var(--border));
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
}
.doc h2 {
  font-family: var(--font-heading) !important;
  font-size: 1.5rem !important;
  letter-spacing: -0.03em;
  border-bottom: 1px solid hsl(var(--border));
  padding-bottom: 0.5rem;
  margin-top: 2rem;
}
.doc h3, .doc h4 {
  font-family: var(--font-heading) !important;
  letter-spacing: -0.02em;
}
.doc a {
  color: hsl(var(--arch-link)) !important;
  text-decoration: underline;
  text-decoration-color: hsl(var(--border));
  text-underline-offset: 3px;
}
.doc a:hover {
  color: hsl(var(--arch-link-hover)) !important;
  text-decoration-color: hsl(var(--arch-header-muted));
}
.doc .tableblock, .doc table.tableblock {
  border: 1px solid hsl(var(--border)) !important;
}
.doc table.tableblock thead th, .doc table.tableblock tbody td {
  border-color: hsl(var(--border)) !important;
}
.doc .admonitionblock {
  border: 1px solid hsl(var(--border)) !important;
  border-left-width: 3px !important;
  background: hsl(var(--muted) / 0.35) !important;
  border-radius: 0 !important;
}
.doc .admonitionblock .title {
  font-family: var(--font-mono) !important;
  font-size: 0.625rem !important;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.doc pre, .doc .listingblock pre {
  background: hsl(var(--arch-code-bg)) !important;
  border: 1px solid hsl(var(--border)) !important;
  border-radius: 0 !important;
}
.doc code {
  background: hsl(var(--arch-code-bg));
  border: 1px solid hsl(var(--border));
  padding: 0.1em 0.35em;
  border-radius: 0;
  font-size: 0.875em;
}
.doc .paragraph, .doc .ulist, .doc .olist {
  color: hsl(var(--muted-foreground));
}
.doc .ulist > ul, .doc .olist > ol, .doc .ulist ul, .doc .olist ol {
  margin: 0;
  padding: 0 0 0 2rem;
}
.doc .ulist > ul:not(.no-bullet, .none, .unstyled, .checklist, .tablist), .doc .ulist ul:not(.no-bullet, .none, .unstyled, .checklist, .tablist) {
  list-style-type: disc;
}
.doc .olist > ol:not(.unnumbered, .none, .unstyled), .doc .olist ol:not(.unnumbered, .none, .unstyled) {
  list-style-type: decimal;
}
.doc .olist > ol.unstyled, .doc .olist > ol.unnumbered, .doc .olist > ol.none, .doc .ulist > ul.unstyled, .doc .ulist > ul.no-bullet, .doc .ulist > ul.none, .doc .ulist > ul.checklist, .doc .tablist, .doc .tablist ul {
  list-style: none;
}
.doc .olist > ol.unnumbered, .doc .olist > ol.unstyled, .doc .ulist > ul.no-bullet, .doc .ulist > ul.unstyled {
  padding-left: 1.25rem;
}
.doc .ulist > ul.unstyled, .doc .olist > ol.unstyled {
  padding-left: 0;
}
.doc .ulist > ul.checklist {
  padding-left: 1.75rem;
}
.doc .ulist > ul.circle {
  list-style-type: circle;
}
.doc .ulist > ul.disc {
  list-style-type: disc;
}
.doc .ulist > ul.square {
  list-style-type: square;
}
.doc .ulist > ul.circle ul:not([class]), .doc .ulist > ul.disc ul:not([class]), .doc .ulist > ul.square ul:not([class]) {
  list-style: inherit;
}
.doc .olist > ol.arabic {
  list-style-type: decimal;
}
.doc .olist > ol.decimal {
  list-style-type: decimal-leading-zero;
}
.doc .olist > ol.loweralpha {
  list-style-type: lower-alpha;
}
.doc .olist > ol.upperalpha {
  list-style-type: upper-alpha;
}
.doc .olist > ol.lowerroman {
  list-style-type: lower-roman;
}
.doc .olist > ol.upperroman {
  list-style-type: upper-roman;
}
.doc .olist > ol.lowergreek {
  list-style-type: lower-greek;
}
.doc .paragraph strong, .doc dt {
  color: hsl(var(--foreground));
}
html.dark .doc .sidebarblock, html.dark .doc .sidebarblock > .content, html.dark .doc .exampleblock > .content, html.dark .doc .quoteblock, html.dark .doc .quoteblock blockquote, html.dark .doc .literalblock > .content, html.dark .doc .listingblock > .content, html.dark .doc .admonitionblock, html.dark .doc .admonitionblock table, html.dark .doc .admonitionblock td, html.dark .doc table.tableblock thead, html.dark .doc table.tableblock tbody {
  background-color: hsl(var(--arch-panel-bg)) !important;
  color: hsl(var(--foreground)) !important;
  border-color: hsl(var(--border)) !important;
}
html.dark .doc table.tableblock thead th, html.dark .doc table.tableblock tbody td {
  background-color: transparent !important;
  color: hsl(var(--foreground)) !important;
}
html.dark .doc code, html.dark .doc pre, html.dark .doc .listingblock pre, html.dark .doc .listingblock pre.highlight, html.dark .doc .listingblock pre.highlight code, html.dark .doc .literalblock pre, html.dark .doc pre.content, html.dark .doc .highlight pre, html.dark .doc .highlight code {
  background-color: hsl(var(--arch-code-bg)) !important;
  color: hsl(60 9% 85%) !important;
  border-color: hsl(var(--border)) !important;
}
html.dark .doc .listingblock > .content, html.dark .doc .literalblock > .content {
  background-color: hsl(var(--arch-code-bg)) !important;
}
html.dark .doc p code, html.dark .doc td code, html.dark .doc li code {
  background-color: hsl(var(--muted)) !important;
  color: hsl(24 10% 78%) !important;
  border-color: hsl(var(--border)) !important;
}
html.dark .doc .hljs, html.dark .doc .highlight {
  background-color: hsl(var(--arch-code-bg)) !important;
  color: hsl(60 9% 85%) !important;
}
html.dark .doc .hljs-keyword, html.dark .doc .hljs-selector-tag, html.dark .doc .hljs-section, html.dark .doc .hljs-link {
  color: #b8a0c8;
}
html.dark .doc .hljs-string, html.dark .doc .hljs-title, html.dark .doc .hljs-name, html.dark .doc .hljs-type, html.dark .doc .hljs-attribute, html.dark .doc .hljs-symbol, html.dark .doc .hljs-bullet, html.dark .doc .hljs-addition, html.dark .doc .hljs-variable, html.dark .doc .hljs-template-tag, html.dark .doc .hljs-template-variable {
  color: #8fa87a;
}
html.dark .doc .hljs-comment, html.dark .doc .hljs-quote, html.dark .doc .hljs-deletion, html.dark .doc .hljs-meta {
  color: #6b6560;
  font-style: italic;
}
html.dark .doc .hljs-number, html.dark .doc .hljs-regexp, html.dark .doc .hljs-literal {
  color: #b8956e;
}
html.dark .doc .hljs-built_in, html.dark .doc .hljs-builtin-name {
  color: #c4a86a;
}
html.dark .doc .hljs-function {
  color: #7a9ec4;
}
html.dark .doc .hljs-subst {
  color: hsl(60 9% 85%);
  font-weight: 400;
}
html.dark .doc .hljs-emphasis {
  font-style: italic;
}
html.dark .doc .hljs-strong {
  font-weight: 600;
}
.breadcrumbs {
  font-family: var(--font-mono) !important;
  font-size: 0.625rem !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.breadcrumbs a {
  color: hsl(var(--arch-header-muted)) !important;
}
.breadcrumbs li.is-current-page a {
  color: hsl(var(--arch-header-fg)) !important;
}
footer.footer, .arch-footer {
  margin: 0 !important;
  padding: 3rem 1.5rem 4rem !important;
  border-top: 1px solid hsl(var(--border)) !important;
  background-color: hsl(var(--arch-panel-bg)) !important;
  color: hsl(var(--muted-foreground)) !important;
  width: 100%;
  box-sizing: border-box;
}
html.dark footer.footer, html.dark .arch-footer {
  background-color: hsl(var(--arch-panel-bg)) !important;
}
.arch-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 72rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .arch-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .arch-footer-block-end {
    text-align: right;
  }
}
.arch-footer-label {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: hsl(var(--arch-header-muted));
  margin-bottom: 0.75rem;
  font-weight: 400;
}
.arch-footer-meta {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  line-height: 1.7;
  color: hsl(var(--arch-header-muted));
}
.arch-footer-note {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.8;
  color: hsl(var(--arch-header-muted));
}
.arch-footer a {
  color: hsl(var(--arch-header-fg)) !important;
  text-decoration: underline;
  text-decoration-color: hsl(var(--border));
  text-underline-offset: 4px;
}
html.dark, html.dark body, html.dark body .body, html.dark .nav-panel-menu, html.dark .nav-panel-explore, html.dark .toolbar, html.dark main.article, html.dark main.article > .content, html.dark article.doc {
  background-color: hsl(var(--background)) !important;
  color: hsl(var(--foreground));
}
html.dark .toolbar {
  background-color: hsl(var(--arch-panel-bg)) !important;
}
html.dark .navbar, html.dark .navbar .navbar-menu {
  background-color: hsl(var(--arch-header-bg)) !important;
  border-color: hsl(var(--border)) !important;
}
html.dark .nav .nav-link:hover, html.dark .navbar .navbar-item:not(.arch-nav-btn):not(.arch-theme-item):hover {
  background-color: hsl(var(--muted)) !important;
}
@media screen and (max-width: 1023.5px) {
  .arch-header .navbar-burger {
    display: none !important;
  }
  .arch-header .navbar-menu, .arch-header .navbar-menu.arch-navbar-menu {
    display: flex !important;
    flex: 0 0 auto;
    position: static !important;
    background: transparent !important;
    box-shadow: none !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 0.35rem 0 0 !important;
  }
  .arch-navbar-end {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center !important;
    gap: 0.15rem;
    padding: 0;
  }
  .arch-kicker {
    display: none;
  }
  .arch-site-title {
    gap: 0;
    padding: 0 0.5rem !important;
  }
  .arch-title {
    font-size: 0.85rem;
    white-space: nowrap;
  }
  .arch-nav-btn-home {
    display: none !important;
  }
  .arch-nav-btn {
    height: 1.85rem !important;
    padding: 0 0.55rem !important;
    margin: 0 !important;
    font-size: 0.75rem !important;
  }
  .arch-nav-btn-external {
    padding: 0 0.45rem !important;
  }
  .arch-theme-item {
    padding: 0 0.1rem !important;
  }
  .arch-search #search-input {
    width: 5.5rem;
    max-width: 22vw;
    font-size: 0.8125rem;
    padding: 0 0.25rem;
  }
}
@media screen and (min-width: 480px) and (max-width: 1023.5px) {
  .arch-search #search-input {
    width: 7rem;
    max-width: 28vw;
  }
}
@media screen and (max-width: 400px) {
  .arch-header .arch-search {
    display: none !important;
  }
  .arch-nav-btn-external {
    font-size: 0.6875rem !important;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 769px) {
  .arch-search #search-input {
    width: 11rem;
    max-width: none;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-tracking: initial;
      --tw-leading: initial;
    }
  }
}
