@charset "UTF-8";
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

/**
 * `main` element
 */
main {
  display: block;
  /* Default value of `display` of `main` element is 'inline' in IE 11. */ }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none; }
  a:visited {
    color: #1756a9; }
  a:hover {
    color: #111;
    text-decoration: underline; }
  .social-media-list a:hover {
    text-decoration: none; }
    .social-media-list a:hover .username {
      text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(800px - (30px));
      max-width: calc(800px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top; }

.social-media-list li + li {
  padding-top: 5px; }

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: #3f3f3f;
  border-collapse: collapse;
  border: 1px solid #e8e8e8; }
  table tr:nth-child(even) {
    background-color: #f7f7f7; }
  table th, table td {
    padding: 10px 15px; }
  table th {
    background-color: #f0f0f0;
    border: 1px solid #dedede;
    border-bottom-color: #c9c9c9; }
  table td {
    border: 1px solid #e8e8e8; }

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #424242;
  border-bottom: 1px solid #e8e8e8;
  min-height: 55.95px;
  position: relative; }

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left; }
  .site-title, .site-title:visited {
    color: #424242; }

.site-nav {
  float: right;
  line-height: 54px; }
  .site-nav .nav-trigger {
    display: none; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #111;
    line-height: 1.5; }
    .site-nav .page-link:not(:last-child) {
      margin-right: 20px; }
  @media screen and (max-width: 600px) {
    .site-nav {
      position: absolute;
      top: 9px;
      right: 15px;
      background-color: #fdfdfd;
      border: 1px solid #e8e8e8;
      border-radius: 5px;
      text-align: right; }
      .site-nav label[for="nav-trigger"] {
        display: block;
        float: right;
        width: 36px;
        height: 36px;
        z-index: 2;
        cursor: pointer; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 26px;
        line-height: 0;
        padding-top: 10px;
        text-align: center; }
        .site-nav .menu-icon > svg {
          fill: #424242; }
      .site-nav input ~ .trigger {
        clear: both;
        display: none; }
      .site-nav input:checked ~ .trigger {
        display: block;
        padding-bottom: 5px; }
      .site-nav .page-link {
        display: block;
        padding: 5px 10px;
        margin-left: 20px; }
        .site-nav .page-link:not(:last-child) {
          margin-right: 0; } }

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px; }

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px; }

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - (30px / 2)); }

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - (30px / 2)); }

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - (30px / 2)); }

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1; }

.page-heading {
  font-size: 32px; }

.post-list-heading {
  font-size: 28px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  font-size: 14px;
  color: #828282; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 800px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 800px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 800px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .post-content h4 {
        font-size: 18px; } }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

:root {
  --docs-accent: #2563eb;
  --docs-accent-soft: #eff6ff;
  --docs-border: #e2e8f0;
  --docs-link: #1d4ed8;
  --docs-muted: #475569;
  --docs-sidebar: 17rem;
  --docs-topbar: 3.75rem;
  --docs-anchor-gap: 1rem;
  --docs-anchor-offset: calc(var(--docs-topbar) + var(--docs-anchor-gap)); }

* {
  box-sizing: border-box; }

body {
  color: #172033;
  background: #fff; }

a {
  color: var(--docs-link); }

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.32);
  outline-offset: 3px; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: 0.6rem 0.9rem;
  color: #fff;
  background: #172033;
  border-radius: 0.35rem; }

.skip-link:focus {
  top: 0.5rem; }

.docs-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  height: var(--docs-topbar);
  border-bottom: 1px solid var(--docs-border);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px); }

.docs-topbar__inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: 90rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.5rem; }

.docs-brand-lockup,
.docs-brand {
  display: inline-flex;
  align-items: center; }

.docs-brand-lockup {
  gap: 0.6rem; }

.docs-brand {
  color: #0f172a;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em; }

.docs-brand:hover {
  color: #0f172a;
  text-decoration: none; }

.docs-version {
  display: inline-flex;
  padding: 0.12rem 0.42rem;
  color: var(--docs-muted);
  background: #f1f5f9;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0; }

.docs-version:hover {
  color: #1d4ed8;
  text-decoration: none; }

.docs-topnav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  margin-left: auto; }

.docs-topnav a {
  color: #334155;
  font-size: 0.9rem;
  font-weight: 500; }

.docs-topnav a:hover {
  color: var(--docs-accent);
  text-decoration: none; }

.nav-toggle-button {
  display: none;
  width: 2rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer; }

.nav-toggle-button span {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: #334155; }

.nav-backdrop,
.docs-sidebar-close {
  display: none; }

.docs-shell {
  display: grid;
  grid-template-columns: var(--docs-sidebar) minmax(0, 1fr);
  width: 100%;
  min-width: 0;
  max-width: 90rem;
  min-height: calc(100vh - var(--docs-topbar));
  margin: 0 auto; }

.docs-sidebar {
  position: sticky;
  top: var(--docs-topbar);
  align-self: start;
  height: calc(100vh - var(--docs-topbar));
  padding: 1.5rem 1.25rem 2rem 1.5rem;
  overflow-y: auto;
  border-right: 1px solid var(--docs-border); }

.docs-search {
  position: relative;
  margin-bottom: 1.5rem; }

.docs-search label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.docs-search input {
  width: 100%;
  padding: 0.58rem 4.2rem 0.58rem 0.7rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.45rem;
  background: #fff;
  font: inherit;
  font-size: 0.84rem; }

.docs-search__control {
  position: relative; }

.docs-search__control kbd {
  position: absolute;
  top: 50%;
  right: 0.45rem;
  padding: 0.1rem 0.28rem;
  color: var(--docs-muted);
  border: 1px solid var(--docs-border);
  border-radius: 0.25rem;
  background: #f8fafc;
  font-family: inherit;
  font-size: 0.62rem;
  line-height: 1.3;
  transform: translateY(-50%);
  pointer-events: none; }

.docs-search input:focus {
  border-color: var(--docs-accent);
  outline: 3px solid rgba(37, 99, 235, 0.12); }

.docs-search-results {
  position: absolute;
  z-index: 30;
  top: calc(100% + 0.35rem);
  width: 100%;
  margin: 0;
  padding: 0.35rem;
  list-style: none;
  border: 1px solid var(--docs-border);
  border-radius: 0.45rem;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12); }

.docs-search-results a,
.docs-search-empty {
  display: block;
  padding: 0.45rem 0.5rem;
  border-radius: 0.3rem;
  font-size: 0.82rem; }

.docs-search-snippet {
  display: block;
  margin-top: 0.2rem;
  color: var(--docs-muted);
  font-size: 0.74rem;
  line-height: 1.35; }

.docs-search-kind {
  display: inline-block;
  margin: 0 0.35rem 0.2rem 0;
  padding: 0.08rem 0.28rem;
  color: #1d4ed8;
  border-radius: 999px;
  background: var(--docs-accent-soft);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.docs-search-title {
  font-weight: 600; }

.docs-search-results a:hover {
  background: var(--docs-accent-soft);
  text-decoration: none; }

.docs-search-empty {
  color: var(--docs-muted); }

.docs-nav-group {
  margin-bottom: 1.25rem; }

.docs-nav-group summary {
  list-style: none; }

.docs-nav-group summary::-webkit-details-marker {
  display: none; }

.docs-nav-group__title {
  display: block;
  margin: 0 0 0.35rem;
  color: #0f172a;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.docs-nav-group ul {
  margin: 0;
  list-style: none; }

.docs-nav-branch {
  margin: 0.1rem 0; }

.docs-nav-branch > summary {
  position: relative;
  padding: 0.38rem 1.35rem 0.38rem 0.55rem;
  color: #475569;
  border-radius: 0.35rem;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 600; }

.docs-nav-branch > summary::after {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  content: "+";
  transform: translateY(-50%); }

.docs-nav-branch[open] > summary::after {
  content: "−"; }

.docs-nav-branch > ul {
  margin-left: 0.55rem;
  padding-left: 0.45rem;
  border-left: 1px solid #e2e8f0; }

.docs-nav-branch .docs-nav-branch > summary,
.docs-nav-branch a {
  font-size: 0.8rem; }

.docs-nav-group a {
  display: block;
  margin: 0.08rem 0;
  padding: 0.38rem 0.55rem;
  color: #475569;
  border-radius: 0.35rem;
  font-size: 0.86rem; }

.docs-nav-group a:hover,
.docs-nav-group a.is-active {
  color: #1d4ed8;
  background: var(--docs-accent-soft);
  text-decoration: none; }

.docs-nav-group a.is-active {
  font-weight: 600; }

.docs-content {
  width: min(100%, 58rem);
  min-width: 0;
  margin: 0 auto;
  padding: 3rem clamp(2rem, 6vw, 5.5rem) 5rem; }

.docs-content > :first-child {
  margin-top: 0; }

.docs-content blockquote {
  color: var(--docs-muted); }

.docs-content p a,
.docs-content dd a,
.docs-content blockquote a {
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em; }

.docs-breadcrumbs {
  margin: 0 0 1.25rem;
  color: var(--docs-muted);
  font-size: 0.78rem; }

.docs-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none; }

.docs-breadcrumbs li:not(:last-child)::after {
  margin-left: 0.35rem;
  color: #94a3b8;
  content: "/"; }

.docs-breadcrumbs [aria-current="page"] {
  color: #475569; }

.docs-content h1 {
  font-size: clamp(2rem, 5vw, 2.65rem);
  letter-spacing: -0.035em; }

.docs-hero-tagline {
  margin: 1.25rem 0 0.75rem;
  color: #0f172a;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.25; }

.docs-release-status {
  margin: 1.25rem 0 1.75rem;
  color: var(--docs-muted);
  font-size: 0.84rem; }

.docs-content h2 {
  margin-top: 2.4rem;
  padding-top: 0.2rem;
  font-size: 1.45rem;
  font-weight: 650;
  letter-spacing: -0.02em; }

.docs-content h3 {
  margin-top: 1.8rem;
  font-weight: 650; }

.docs-content :is(h2, h3)[id] {
  scroll-margin-top: var(--docs-anchor-offset); }

.docs-content .docs-action-heading {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--docs-border);
  font-weight: 700; }

.docs-action-heading code {
  color: #0f172a;
  background: transparent;
  font-size: 0.94em;
  overflow-wrap: normal; }

.docs-action-kind {
  flex: 0 0 auto;
  padding: 0.18rem 0.42rem;
  color: #1e40af;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase; }

.docs-action-kind--edit,
.docs-action-kind--filter,
.docs-action-kind--highlight,
.docs-action-kind--select {
  color: #6b21a8;
  border-color: #e9d5ff;
  background: #faf5ff; }

.docs-action-signature {
  max-width: 100%;
  margin: -0.25rem 0 1rem;
  padding: 0.65rem 0.8rem;
  overflow-x: auto;
  border: 1px solid #dbeafe;
  border-radius: 0.45rem;
  background: #f8fafc; }

.docs-action-signature code {
  color: #1e3a8a;
  background: transparent;
  white-space: nowrap;
  overflow-wrap: normal; }

.docs-code-label {
  position: absolute;
  z-index: 1;
  top: 0.45rem;
  left: 0.6rem;
  color: #64748b;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase; }

.docs-code-contract {
  margin: 0.9rem 0 0.45rem;
  padding: 0.65rem 0.8rem;
  color: #334155;
  border-left: 3px solid #93c5fd;
  background: #f8fafc;
  font-size: 0.86rem; }

.docs-action-filter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.45rem 1rem;
  margin: 1.5rem 0 2rem;
  padding: 1rem;
  border: 1px solid var(--docs-border);
  border-radius: 0.55rem;
  background: #f8fafc; }

.docs-action-filter label {
  grid-column: 1 / -1;
  color: #0f172a;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.docs-action-filter input {
  min-width: 0;
  padding: 0.58rem 0.7rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.4rem;
  background: #fff;
  font: inherit; }

.docs-action-filter__status {
  align-self: center;
  color: var(--docs-muted);
  font-size: 0.78rem; }

.docs-content [hidden] {
  display: none !important; }

.docs-content table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }

.docs-content table th:first-child,
.docs-content table td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background: var(--docs-surface, #fff); }

.docs-content table th:first-child {
  z-index: 2; }

.docs-scroll-region {
  position: relative;
  max-width: 100%; }

.docs-scroll-region::after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.5rem;
  background: linear-gradient(to right, rgba(248, 250, 252, 0), #f8fafc);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 120ms ease; }

.docs-scroll-region.has-overflow:not(.is-scrolled-end)::after {
  opacity: 1; }

.docs-scroll-region > [tabindex="0"]:focus-visible {
  outline: 3px solid #60a5fa;
  outline-offset: 3px; }

.docs-code-block {
  margin: 0 0 1rem; }

.docs-code-block pre {
  margin: 0;
  padding-top: 3rem; }

.docs-copy-button {
  position: absolute;
  z-index: 3;
  top: 0.45rem;
  right: 0.45rem;
  min-width: 4.25rem;
  min-height: 2.5rem;
  padding: 0.35rem 0.65rem;
  color: #334155;
  border: 1px solid #cbd5e1;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.96);
  font: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer; }

.docs-copy-button:hover {
  color: var(--docs-accent);
  border-color: #93c5fd; }

.docs-table-region {
  margin: 0 0 1rem; }

.docs-table-region table {
  margin: 0; }

.docs-content pre {
  width: 100%;
  max-width: 100%;
  padding: 1rem 1.1rem;
  overflow-x: auto;
  border: 1px solid var(--docs-border);
  border-radius: 0.5rem;
  background: #f8fafc;
  -webkit-overflow-scrolling: touch; }

.docs-content code {
  color: #1e3a8a;
  background: #eff6ff; }

.docs-content pre code {
  color: inherit;
  background: transparent; }

.docs-content img {
  max-width: 100%;
  height: auto; }

.docs-example-figure {
  margin: 1.25rem 0 2rem;
  overflow: hidden;
  border: 1px solid var(--docs-border);
  border-radius: 0.65rem;
  background: #f8fafc; }

.docs-example-figure a {
  display: block;
  padding: 0.65rem;
  background: #fff; }

.docs-example-figure img {
  display: block;
  width: 100%;
  max-height: 32rem;
  object-fit: contain; }

.docs-example-figure figcaption {
  padding: 0.65rem 0.8rem;
  color: var(--docs-muted);
  font-size: 0.8rem;
  line-height: 1.4; }

.docs-concept-flow {
  display: flex;
  align-items: stretch;
  gap: 0.65rem;
  margin: 1.25rem 0 2rem;
  padding: 1rem;
  overflow-x: auto;
  border: 1px solid var(--docs-border);
  border-radius: 0.65rem;
  background: #f8fafc; }

.docs-concept-flow > span {
  display: flex;
  flex: 1 0 8rem;
  flex-direction: column;
  justify-content: center;
  min-height: 4.5rem;
  padding: 0.7rem;
  color: #1e3a8a;
  border: 1px solid #bfdbfe;
  border-radius: 0.45rem;
  background: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.82rem;
  text-align: center; }

.docs-concept-flow > span strong {
  margin-top: 0.2rem;
  color: var(--docs-muted);
  font-family: inherit;
  font-size: 0.68rem;
  font-weight: 500; }

.docs-concept-flow > b {
  align-self: center;
  color: #94a3b8; }

.docs-concept-flow--state {
  display: grid;
  grid-template-columns: repeat(2, minmax(8rem, 1fr)); }

.docs-content p,
.docs-content li,
.docs-content dd,
.docs-content a,
.docs-content code {
  overflow-wrap: anywhere; }

.docs-content pre code,
.docs-content table code {
  overflow-wrap: normal; }

.docs-chart-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 2rem; }

.docs-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1rem 0 2rem; }

.docs-entry-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.docs-entry-grid a {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1rem;
  color: #0f172a;
  border: 1px solid var(--docs-border);
  border-radius: 0.6rem; }

.docs-entry-grid a:hover {
  border-color: #93c5fd;
  background: var(--docs-accent-soft);
  text-decoration: none; }

.docs-entry-grid span {
  color: var(--docs-muted);
  font-size: 0.84rem;
  line-height: 1.45; }

.docs-chart-gallery article {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0.7rem;
  border: 1px solid var(--docs-border);
  border-radius: 0.65rem; }

.docs-chart-gallery article > p {
  margin: 0;
  color: var(--docs-muted);
  font-size: 0.84rem;
  line-height: 1.45; }

.docs-chart-gallery article:focus-within,
.docs-chart-gallery article:hover {
  border-color: #93c5fd;
  background: var(--docs-accent-soft); }

.docs-chart-gallery__image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.4rem; }

.docs-chart-gallery__title {
  color: #0f172a;
  font-weight: 600; }

.docs-chart-gallery article > h3,
.docs-chart-index__body > h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35; }

.docs-chart-gallery__eyebrow {
  color: #64748b;
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.docs-chart-gallery__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem; }

.docs-chart-gallery__actions code {
  padding: 0.12rem 0.35rem;
  border-radius: 999px;
  font-size: 0.7rem; }

.docs-chart-gallery__actions a,
.docs-chart-index__actions a {
  text-decoration: none; }

.docs-chart-gallery__actions a:hover code,
.docs-chart-index__actions a:hover code {
  background: #dbeafe; }

.docs-chart-gallery__full-size {
  align-self: flex-start;
  margin-top: auto;
  color: var(--docs-muted);
  font-size: 0.76rem; }

.docs-gallery-link {
  margin: 1.25rem 0 0;
  text-align: right; }

.docs-gallery-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0; }

.docs-gallery-filter button {
  min-height: 2.5rem;
  padding: 0.45rem 0.75rem;
  color: #334155;
  border: 1px solid var(--docs-border);
  border-radius: 999px;
  background: #fff;
  font: inherit;
  font-size: 0.8rem;
  cursor: pointer; }

.docs-gallery-filter button:hover,
.docs-gallery-filter button.is-active {
  color: #1d4ed8;
  border-color: #93c5fd;
  background: var(--docs-accent-soft); }

.docs-gallery-filter__status {
  min-height: 1.25rem;
  margin: -0.75rem 0 1rem;
  color: var(--docs-muted);
  font-size: 0.8rem; }

.docs-chart-gallery--catalog > div > article {
  height: 100%; }

.docs-chart-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: #fff; }

.docs-chart-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 2rem; }

.docs-chart-index article {
  overflow: hidden;
  border: 1px solid var(--docs-border);
  border-radius: 0.65rem;
  background: #fff; }

.docs-chart-index > div > article {
  height: 100%; }

.docs-chart-index__image {
  display: block;
  padding: 0.5rem;
  background: #f8fafc; }

.docs-chart-index__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: #fff; }

.docs-chart-index__body {
  display: grid;
  gap: 0.4rem;
  padding: 0.8rem; }

.docs-chart-index__title {
  color: #0f172a;
  font-weight: 650; }

.docs-chart-index__body p {
  margin: 0;
  color: var(--docs-muted);
  font-size: 0.82rem;
  line-height: 1.45; }

.docs-chart-index__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem; }

.docs-chart-index__actions code {
  color: #1e3a8a;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.75rem; }

.docs-page-toc {
  margin: 1.5rem 0 2rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--docs-border);
  border-radius: 0.5rem;
  background: #f8fafc; }

.docs-page-toc summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  list-style: none; }

.docs-page-toc summary::-webkit-details-marker {
  display: none; }

.docs-page-toc summary::after {
  color: var(--docs-muted);
  content: "+";
  font-size: 1.1rem;
  font-weight: 600; }

.docs-page-toc[open] summary::after {
  content: "−"; }

.docs-page-toc summary strong {
  color: #0f172a;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em; }

.docs-page-toc summary span {
  margin-left: auto;
  color: var(--docs-muted);
  font-size: 0.74rem; }

.docs-page-toc ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin: 0.65rem 0 0;
  padding: 0;
  list-style: none; }

.docs-page-toc li.is-nested a::before {
  content: "↳ ";
  color: var(--docs-muted); }

.docs-page-toc a {
  font-size: 0.84rem; }

.docs-page-toc li.is-current > a,
.docs-page-toc li.is-parent-current > a {
  color: #1d4ed8;
  font-weight: 600; }

.docs-heading-anchor {
  margin-left: 0.4rem;
  color: #94a3b8;
  font-size: 0.72em;
  font-weight: 500;
  opacity: 0; }

h2:hover .docs-heading-anchor,
h3:hover .docs-heading-anchor,
.docs-heading-anchor:focus {
  opacity: 1;
  text-decoration: none; }

.docs-page-navigation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  margin-top: 4rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--docs-border); }

.docs-page-navigation a {
  display: flex;
  flex-direction: column;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--docs-border);
  border-radius: 0.5rem; }

.docs-page-navigation a:hover {
  background: var(--docs-accent-soft);
  text-decoration: none; }

.docs-page-navigation span {
  color: var(--docs-muted);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.docs-page-navigation__next {
  text-align: right; }

.docs-footer {
  border-top: 1px solid var(--docs-border);
  background: #f8fafc; }

.docs-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  max-width: 90rem;
  margin: 0 auto;
  padding: 1.2rem 1.5rem;
  color: var(--docs-muted);
  font-size: 0.78rem; }

.docs-footer p {
  margin: 0; }

.docs-footer nav {
  display: flex;
  gap: 1rem; }

@media (max-width: 860px) {
  .docs-topnav {
    display: none; }

  .js .nav-toggle-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    margin-left: auto;
    padding: 0.35rem; }

  .docs-shell {
    display: block; }

  .js .docs-sidebar {
    position: fixed;
    z-index: 15;
    top: var(--docs-topbar);
    left: 0;
    width: min(88vw, var(--docs-sidebar));
    transform: translateX(-105%);
    transition: transform 160ms ease;
    background: #fff;
    box-shadow: 8px 0 24px rgba(15, 23, 42, 0.12); }

  .no-js .docs-sidebar {
    position: static;
    width: 100%;
    height: auto;
    padding: 1rem 1.25rem;
    border-right: 0;
    border-bottom: 1px solid var(--docs-border); }

  .no-js .docs-search {
    display: none; }

  body.is-navigation-open {
    overflow: hidden; }

  body.is-navigation-open .docs-sidebar {
    transform: translateX(0); }

  .nav-backdrop {
    position: fixed;
    z-index: 14;
    inset: var(--docs-topbar) 0 0;
    width: 100%;
    border: 0;
    background: rgba(15, 23, 42, 0.32); }

  body.is-navigation-open .nav-backdrop {
    display: block; }

  .docs-sidebar-close {
    display: block;
    width: 100%;
    min-height: 2.75rem;
    margin-bottom: 0.8rem;
    padding: 0.5rem 0.65rem;
    color: #334155;
    border: 1px solid var(--docs-border);
    border-radius: 0.4rem;
    background: #f8fafc;
    font: inherit;
    font-size: 0.8rem;
    text-align: left; }

  .docs-nav-group {
    margin-bottom: 0.45rem; }

  .docs-nav-group > summary {
    display: flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0 0.55rem;
    border-radius: 0.35rem;
    cursor: pointer; }

  .docs-nav-group > summary::after {
    margin-left: auto;
    color: var(--docs-muted);
    content: "+";
    font-weight: 600; }

  .docs-nav-group[open] > summary::after {
    content: "−"; }

  .docs-nav-group > summary:hover {
    background: #f8fafc; }

  .docs-nav-group__title {
    margin: 0; }

  .docs-nav-group ul {
    padding-bottom: 0.55rem; }

  .docs-content {
    width: 100%;
    min-width: 0;
    padding: 2.2rem 1.25rem 4rem; }

  .docs-page-navigation {
    grid-template-columns: 1fr; }

  .docs-page-navigation__next {
    text-align: left; }

  .docs-page-toc summary span {
    display: none; }

  .docs-page-toc .is-nested:not(.is-current):not(.is-in-current-group) {
    display: none; }

  .docs-copy-button {
    min-height: 2.75rem; }

  .docs-chart-gallery {
    grid-template-columns: 1fr; }

  .docs-chart-index {
    grid-template-columns: 1fr; }

  .docs-entry-grid {
    grid-template-columns: 1fr; }

  .docs-footer__inner,
  .docs-footer nav {
    flex-direction: column; } }
@media (max-width: 420px) {
  .docs-content h1 {
    font-size: 2rem; } }
@media (prefers-reduced-motion: reduce) {
  .docs-sidebar {
    transition: none; } }
