/* [project]/node_modules/.pnpm/pliny@0.4.1_@algolia+client-search@5.55.1_@types+react@19.2.17_esbuild@0.28.1_next@16.3.1_@ba_e6kzrw64625j6fmyur6rptdarq/node_modules/pliny/search/algolia.css [app-client] (css) */
:root {
  --docsearch-primary-color: #5468ff;
  --docsearch-text-color: #1c1e21;
  --docsearch-spacing: 12px;
  --docsearch-icon-stroke-width: 1.4;
  --docsearch-highlight-color: var(--docsearch-primary-color);
  --docsearch-muted-color: #969faf;
  --docsearch-container-background: #656c85cc;
  --docsearch-logo-color: #5468ff;
  --docsearch-modal-width: 560px;
  --docsearch-modal-height: 600px;
  --docsearch-modal-background: #f5f6f7;
  --docsearch-modal-shadow: inset 1px 1px 0 0 #ffffff80, 0 3px 8px 0 #555a64;
  --docsearch-searchbox-height: 56px;
  --docsearch-searchbox-background: #ebedf0;
  --docsearch-searchbox-focus-background: #fff;
  --docsearch-searchbox-shadow: inset 0 0 0 2px var(--docsearch-primary-color);
  --docsearch-hit-height: 56px;
  --docsearch-hit-color: #444950;
  --docsearch-hit-active-color: #fff;
  --docsearch-hit-background: #fff;
  --docsearch-hit-shadow: 0 1px 3px 0 #d4d9e1;
  --docsearch-key-gradient: linear-gradient(-225deg, #d5dbe4, #f8f8f8);
  --docsearch-key-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff,
    0 1px 2px 1px #1e235a66;
  --docsearch-footer-height: 44px;
  --docsearch-footer-background: #fff;
  --docsearch-footer-shadow: 0 -1px 0 0 #e0e3e8, 0 -3px 6px 0 #45629b1f;
}

html[data-theme="dark"] {
  --docsearch-text-color: #f5f6f7;
  --docsearch-container-background: #090a11cc;
  --docsearch-modal-background: #15172a;
  --docsearch-modal-shadow: inset 1px 1px 0 0 #2c2e40, 0 3px 8px 0 #000309;
  --docsearch-searchbox-background: #090a11;
  --docsearch-searchbox-focus-background: #000;
  --docsearch-hit-color: #bec3c9;
  --docsearch-hit-shadow: none;
  --docsearch-hit-background: #090a11;
  --docsearch-key-gradient: linear-gradient(-26.5deg, #565872, #31355b);
  --docsearch-key-shadow: inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d,
    0 2px 2px 0 #0304094d;
  --docsearch-footer-background: #1e2136;
  --docsearch-footer-shadow: inset 0 1px 0 0 #494c6a80, 0 -4px 8px 0 #0003;
  --docsearch-logo-color: #fff;
  --docsearch-muted-color: #7f8497;
}

.DocSearch-Button {
  background: var(--docsearch-searchbox-background);
  color: var(--docsearch-muted-color);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: 0;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  margin: 0 0 0 16px;
  padding: 0 8px;
  font-weight: 500;
  display: flex;
}

.DocSearch-Button:active, .DocSearch-Button:focus, .DocSearch-Button:hover {
  background: var(--docsearch-searchbox-focus-background);
  box-shadow: var(--docsearch-searchbox-shadow);
  color: var(--docsearch-text-color);
  outline: none;
}

.DocSearch-Button-Container {
  align-items: center;
  display: flex;
}

.DocSearch-Search-Icon {
  stroke-width: 1.6px;
}

.DocSearch-Button .DocSearch-Search-Icon {
  color: var(--docsearch-text-color);
}

.DocSearch-Button-Placeholder {
  padding: 0 12px 0 6px;
  font-size: 1rem;
}

.DocSearch-Button-Keys {
  min-width: calc(40px + .8em);
  display: flex;
}

.DocSearch-Button-Key {
  background: var(--docsearch-key-gradient);
  box-shadow: var(--docsearch-key-shadow);
  color: var(--docsearch-muted-color);
  border: 0;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 18px;
  margin-right: .4em;
  padding: 0 0 2px;
  display: flex;
  position: relative;
  top: -1px;
}

@media (max-width: 768px) {
  .DocSearch-Button-Keys, .DocSearch-Button-Placeholder {
    display: none;
  }
}

.DocSearch--active {
  overflow: hidden !important;
}

.DocSearch-Container, .DocSearch-Container * {
  box-sizing: border-box;
}

.DocSearch-Container {
  background-color: var(--docsearch-container-background);
  z-index: 200;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.DocSearch-Container a {
  text-decoration: none;
}

.DocSearch-Link {
  appearance: none;
  color: var(--docsearch-highlight-color);
  cursor: pointer;
  font: inherit;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}

.DocSearch-Modal {
  background: var(--docsearch-modal-background);
  box-shadow: var(--docsearch-modal-shadow);
  max-width: var(--docsearch-modal-width);
  border-radius: 6px;
  flex-direction: column;
  margin: 60px auto auto;
  position: relative;
}

.DocSearch-SearchBar {
  padding: var(--docsearch-spacing) var(--docsearch-spacing) 0;
  display: flex;
}

.DocSearch-Form {
  background: var(--docsearch-searchbox-focus-background);
  box-shadow: var(--docsearch-searchbox-shadow);
  height: var(--docsearch-searchbox-height);
  padding: 0 var(--docsearch-spacing);
  border-radius: 4px;
  align-items: center;
  width: 100%;
  margin: 0;
  display: flex;
  position: relative;
}

.DocSearch-Input {
  appearance: none;
  color: var(--docsearch-text-color);
  font: inherit;
  background: none;
  border: 0;
  outline: none;
  flex: 1;
  width: 80%;
  height: 100%;
  padding: 0 0 0 8px;
  font-size: 1.2em;
}

.DocSearch-Input::placeholder {
  color: var(--docsearch-muted-color);
  opacity: 1;
}

.DocSearch-Input::-webkit-search-cancel-button {
  display: none;
}

.DocSearch-Input::-webkit-search-decoration {
  display: none;
}

.DocSearch-Input::-webkit-search-results-button {
  display: none;
}

.DocSearch-Input::-webkit-search-results-decoration {
  display: none;
}

.DocSearch-LoadingIndicator, .DocSearch-MagnifierLabel, .DocSearch-Reset {
  margin: 0;
  padding: 0;
}

.DocSearch-MagnifierLabel, .DocSearch-Reset {
  color: var(--docsearch-highlight-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.DocSearch-Container--Stalled .DocSearch-MagnifierLabel, .DocSearch-LoadingIndicator {
  display: none;
}

.DocSearch-Container--Stalled .DocSearch-LoadingIndicator {
  color: var(--docsearch-highlight-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (prefers-reduced-motion: reduce) {
  .DocSearch-Reset {
    appearance: none;
    color: var(--docsearch-icon-color);
    cursor: pointer;
    stroke-width: var(--docsearch-icon-stroke-width);
    background: none;
    border: 0;
    border-radius: 50%;
    animation: none;
    right: 0;
  }
}

.DocSearch-Reset {
  appearance: none;
  color: var(--docsearch-icon-color);
  cursor: pointer;
  stroke-width: var(--docsearch-icon-stroke-width);
  background: none;
  border: 0;
  border-radius: 50%;
  padding: 2px;
  animation: .1s ease-in forwards fade-in;
  right: 0;
}

.DocSearch-Reset[hidden] {
  display: none;
}

.DocSearch-Reset:hover {
  color: var(--docsearch-highlight-color);
}

.DocSearch-LoadingIndicator svg, .DocSearch-MagnifierLabel svg {
  width: 24px;
  height: 24px;
}

.DocSearch-Cancel {
  display: none;
}

.DocSearch-Dropdown {
  max-height: calc(var(--docsearch-modal-height) - var(--docsearch-searchbox-height) - var(--docsearch-spacing) -
      var(--docsearch-footer-height));
  min-height: var(--docsearch-spacing);
  overflow-y: auto;
  overflow-y: overlay;
  padding: 0 var(--docsearch-spacing);
  scrollbar-color: var(--docsearch-muted-color) var(--docsearch-modal-background);
  scrollbar-width: thin;
}

.DocSearch-Dropdown::-webkit-scrollbar {
  width: 12px;
}

.DocSearch-Dropdown::-webkit-scrollbar-track {
  background: none;
}

.DocSearch-Dropdown::-webkit-scrollbar-thumb {
  background-color: var(--docsearch-muted-color);
  border: 3px solid var(--docsearch-modal-background);
  border-radius: 20px;
}

.DocSearch-Dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.DocSearch-Label {
  font-size: .75em;
  line-height: 1.6em;
}

.DocSearch-Help, .DocSearch-Label {
  color: var(--docsearch-muted-color);
}

.DocSearch-Help {
  -webkit-user-select: none;
  user-select: none;
  margin: 0;
  font-size: .9em;
}

.DocSearch-Title {
  font-size: 1.2em;
}

.DocSearch-Logo a {
  display: flex;
}

.DocSearch-Logo svg {
  color: var(--docsearch-logo-color);
  margin-left: 8px;
}

.DocSearch-Hits:last-of-type {
  margin-bottom: 24px;
}

.DocSearch-Hits mark {
  color: var(--docsearch-highlight-color);
  background: none;
}

.DocSearch-HitsFooter {
  color: var(--docsearch-muted-color);
  margin-bottom: var(--docsearch-spacing);
  padding: var(--docsearch-spacing);
  justify-content: center;
  font-size: .85em;
  display: flex;
}

.DocSearch-HitsFooter a {
  color: inherit;
  border-bottom: 1px solid;
}

.DocSearch-Hit {
  border-radius: 4px;
  padding-bottom: 4px;
  display: flex;
  position: relative;
}

@media screen and (prefers-reduced-motion: reduce) {
  .DocSearch-Hit--deleting {
    transition: none;
  }
}

.DocSearch-Hit--deleting {
  opacity: 0;
  transition: all .25s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .DocSearch-Hit--favoriting {
    transition: none;
  }
}

.DocSearch-Hit--favoriting {
  transform-origin: top;
  transition: all .25s linear .25s;
  transform: scale(0);
}

.DocSearch-Hit a {
  background: var(--docsearch-hit-background);
  box-shadow: var(--docsearch-hit-shadow);
  padding-left: var(--docsearch-spacing);
  border-radius: 4px;
  width: 100%;
  display: block;
}

.DocSearch-Hit-source {
  background: var(--docsearch-modal-background);
  color: var(--docsearch-highlight-color);
  z-index: 10;
  margin: 0 -4px;
  padding: 8px 4px 0;
  font-size: .85em;
  font-weight: 600;
  line-height: 32px;
  position: sticky;
  top: 0;
}

.DocSearch-Hit-Tree {
  color: var(--docsearch-muted-color);
  height: var(--docsearch-hit-height);
  opacity: .5;
  stroke-width: var(--docsearch-icon-stroke-width);
  width: 24px;
}

.DocSearch-Hit[aria-selected="true"] a {
  background-color: var(--docsearch-highlight-color);
}

.DocSearch-Hit[aria-selected="true"] mark {
  text-decoration: underline;
}

.DocSearch-Hit-Container {
  color: var(--docsearch-hit-color);
  height: var(--docsearch-hit-height);
  padding: 0 var(--docsearch-spacing) 0 0;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.DocSearch-Hit-icon {
  width: 20px;
  height: 20px;
}

.DocSearch-Hit-action, .DocSearch-Hit-icon {
  color: var(--docsearch-muted-color);
  stroke-width: var(--docsearch-icon-stroke-width);
}

.DocSearch-Hit-action {
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.DocSearch-Hit-action svg {
  width: 18px;
  height: 18px;
  display: block;
}

.DocSearch-Hit-action + .DocSearch-Hit-action {
  margin-left: 6px;
}

.DocSearch-Hit-action-button {
  appearance: none;
  color: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 50%;
  padding: 2px;
}

svg.DocSearch-Hit-Select-Icon {
  display: none;
}

.DocSearch-Hit[aria-selected="true"] .DocSearch-Hit-Select-Icon {
  display: block;
}

.DocSearch-Hit-action-button:focus, .DocSearch-Hit-action-button:hover {
  background: #0003;
  transition: background-color .1s ease-in;
}

@media screen and (prefers-reduced-motion: reduce) {
  .DocSearch-Hit-action-button:focus, .DocSearch-Hit-action-button:hover {
    transition: none;
  }
}

.DocSearch-Hit-action-button:focus path, .DocSearch-Hit-action-button:hover path {
  fill: #fff;
}

.DocSearch-Hit-content-wrapper {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-direction: column;
  flex: auto;
  justify-content: center;
  width: 80%;
  margin: 0 8px;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
  position: relative;
  overflow-x: hidden;
}

.DocSearch-Hit-title {
  font-size: .9em;
}

.DocSearch-Hit-path {
  color: var(--docsearch-muted-color);
  font-size: .75em;
}

.DocSearch-Hit[aria-selected="true"] .DocSearch-Hit-action, .DocSearch-Hit[aria-selected="true"] .DocSearch-Hit-icon, .DocSearch-Hit[aria-selected="true"] .DocSearch-Hit-path, .DocSearch-Hit[aria-selected="true"] .DocSearch-Hit-text, .DocSearch-Hit[aria-selected="true"] .DocSearch-Hit-title, .DocSearch-Hit[aria-selected="true"] .DocSearch-Hit-Tree, .DocSearch-Hit[aria-selected="true"] mark {
  color: var(--docsearch-hit-active-color) !important;
}

@media screen and (prefers-reduced-motion: reduce) {
  .DocSearch-Hit-action-button:focus, .DocSearch-Hit-action-button:hover {
    background: #0003;
    transition: none;
  }
}

.DocSearch-ErrorScreen, .DocSearch-NoResults, .DocSearch-StartScreen {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 36px 0;
  font-size: .9em;
}

.DocSearch-Screen-Icon {
  color: var(--docsearch-muted-color);
  padding-bottom: 12px;
}

.DocSearch-NoResults-Prefill-List {
  text-align: left;
  padding-bottom: 24px;
  display: inline-block;
}

.DocSearch-NoResults-Prefill-List ul {
  padding: 8px 0 0;
  display: inline-block;
}

.DocSearch-NoResults-Prefill-List li {
  list-style-type: "» ";
  list-style-position: inside;
}

.DocSearch-Prefill {
  appearance: none;
  color: var(--docsearch-highlight-color);
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 1em;
  padding: 0;
  font-size: 1em;
  font-weight: 700;
  display: inline-block;
}

.DocSearch-Prefill:focus, .DocSearch-Prefill:hover {
  outline: none;
  text-decoration: underline;
}

.DocSearch-Footer {
  background: var(--docsearch-footer-background);
  box-shadow: var(--docsearch-footer-shadow);
  height: var(--docsearch-footer-height);
  padding: 0 var(--docsearch-spacing);
  -webkit-user-select: none;
  user-select: none;
  z-index: 300;
  border-radius: 0 0 8px 8px;
  flex-direction: row-reverse;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.DocSearch-Commands {
  color: var(--docsearch-muted-color);
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.DocSearch-Commands li {
  align-items: center;
  display: flex;
}

.DocSearch-Commands li:not(:last-of-type) {
  margin-right: .8em;
}

.DocSearch-Commands-Key {
  background: var(--docsearch-key-gradient);
  box-shadow: var(--docsearch-key-shadow);
  height: 18px;
  color: var(--docsearch-muted-color);
  border: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-right: .4em;
  padding: 0 0 1px;
  display: flex;
}

@media (max-width: 768px) {
  :root {
    --docsearch-spacing: 10px;
    --docsearch-footer-height: 40px;
  }

  .DocSearch-Dropdown {
    height: 100%;
  }

  .DocSearch-Container {
    height: 100vh;
    height: -webkit-fill-available;
    height: calc(var(--docsearch-vh, 1vh) * 100);
    position: absolute;
  }

  .DocSearch-Footer {
    border-radius: 0;
    position: absolute;
    bottom: 0;
  }

  .DocSearch-Hit-content-wrapper {
    width: 80%;
    display: flex;
    position: relative;
  }

  .DocSearch-Modal {
    box-shadow: none;
    height: 100vh;
    height: -webkit-fill-available;
    height: calc(var(--docsearch-vh, 1vh) * 100);
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .DocSearch-Dropdown {
    max-height: calc(var(--docsearch-vh, 1vh) * 100 - var(--docsearch-searchbox-height) - var(--docsearch-spacing) -
        var(--docsearch-footer-height));
  }

  .DocSearch-Cancel {
    appearance: none;
    color: var(--docsearch-highlight-color);
    cursor: pointer;
    font: inherit;
    margin-left: var(--docsearch-spacing);
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
    background: none;
    border: 0;
    outline: none;
    flex: none;
    padding: 0;
    font-size: 1em;
    font-weight: 500;
    display: inline-block;
    overflow: hidden;
  }

  .DocSearch-Commands, .DocSearch-Hit-Tree {
    display: none;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.light .DocSearch {
  --docsearch-primary-color: theme(colors.primary.6);
  --docsearch-highlight-color: theme(colors.primary.6);
  --docsearch-searchbox-shadow: inset 0 0 0 2px theme(colors.primary.6);
  --docsearch-muted-color: theme(colors.gray.5);
  --docsearch-container-background: theme(colors.gray.4 / 80%);
  --docsearch-modal-background: theme(colors.gray.2);
  --docsearch-searchbox-background: theme(colors.gray.1);
  --docsearch-searchbox-focus-background: theme(colors.gray.1);
  --docsearch-hit-color: theme(colors.gray.7);
  --docsearch-hit-shadow: none;
  --docsearch-hit-active-color: theme(colors.gray.8);
  --docsearch-hit-background: theme(colors.gray.1);
  --docsearch-footer-background: theme(colors.gray.1);
}

.dark .DocSearch {
  --docsearch-primary-color: theme(colors.primary.6);
  --docsearch-highlight-color: theme(colors.primary.6);
  --docsearch-searchbox-shadow: inset 0 0 0 2px theme(colors.primary.6);
  --docsearch-text-color: theme(colors.gray.3);
  --docsearch-muted-color: theme(colors.gray.4);
  --docsearch-container-background: theme(colors.gray.9 / 80%);
  --docsearch-modal-background: theme(colors.gray.9);
  --docsearch-modal-shadow: inset 1px 1px 0 0 #2c2e40, 0 3px 8px 0 #000309;
  --docsearch-searchbox-background: theme(colors.gray.8);
  --docsearch-searchbox-focus-background: theme(colors.gray.8);
  --docsearch-hit-color: theme(colors.gray.2);
  --docsearch-hit-shadow: none;
  --docsearch-hit-active-color: theme(colors.gray.1);
  --docsearch-hit-background: theme(colors.gray.8);
  --docsearch-footer-background: theme(colors.gray.9);
  --docsearch-footer-shadow: inset 0 1px 0 0 #494c6a80, 0 -4px 8px 0 #0003;
  --docsearch-key-gradient: linear-gradient(-26.5deg,
    theme(colors.gray.8) 0%,
    theme(colors.gray.9) 100%);
  --docsearch-key-shadow: inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d,
    0 2px 2px 0 #0304094d;
  --docsearch-logo-color: theme(colors.gray.3);
}

.light .DocSearch-Input, .dark .DocSearch-Input, .light .DocSearch-Input:focus, .dark .DocSearch-Input:focus {
  background: none;
  box-shadow: 0 0 #0000;
}

/* [project]/node_modules/.pnpm/remark-github-blockquote-alert@2.1.0/node_modules/remark-github-blockquote-alert/alert.css [app-client] (css) */
@media (prefers-color-scheme: dark) {
  .markdown-alert {
    --color-border-default: #30363d;
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-danger-fg: #f85149;
    --color-danger-emphasis: #da3633;
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-success-fg: #3fb950;
    --color-success-emphasis: #238636;
  }
}

@media (prefers-color-scheme: light) {
  .markdown-alert {
    --color-border-default: #d0d7de;
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-danger-fg: #d1242f;
    --color-danger-emphasis: #cf222e;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-success-fg: #1a7f37;
    --color-success-emphasis: #1f883d;
  }
}

.markdown-alert {
  border-left: .25em solid var(--borderColor-default, var(--color-border-default));
  color: inherit;
  margin-bottom: 16px;
  padding: .5rem 1em;
}

.markdown-alert > :last-child {
  margin-bottom: 0 !important;
}

.markdown-alert .markdown-alert-title {
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.markdown-alert .markdown-alert-title svg.octicon {
  fill: currentColor;
  margin-right: 8px !important;
  margin-right: var(--base-size-8, 8px) !important;
}

.markdown-alert.markdown-alert-note {
  border-left-color: var(--borderColor-accent-emphasis, var(--color-accent-emphasis));
}

.markdown-alert.markdown-alert-note .markdown-alert-title {
  color: var(--fgColor-accent, var(--color-accent-fg));
}

.markdown-alert.markdown-alert-tip {
  border-left-color: var(--borderColor-success-emphasis, var(--color-success-emphasis));
}

.markdown-alert.markdown-alert-tip .markdown-alert-title {
  color: var(--fgColor-success, var(--color-success-fg));
}

.markdown-alert.markdown-alert-important {
  border-left-color: var(--borderColor-done-emphasis, var(--color-done-emphasis));
}

.markdown-alert.markdown-alert-important .markdown-alert-title {
  color: var(--fgColor-done, var(--color-done-fg));
}

.markdown-alert.markdown-alert-warning {
  border-left-color: var(--borderColor-attention-emphasis, var(--color-attention-emphasis));
}

.markdown-alert.markdown-alert-warning .markdown-alert-title {
  color: var(--fgColor-attention, var(--color-attention-fg));
}

.markdown-alert.markdown-alert-caution {
  border-left-color: var(--borderColor-danger-emphasis, var(--color-danger-emphasis));
}

.markdown-alert.markdown-alert-caution .markdown-alert-title {
  color: var(--fgColor-danger, var(--color-danger-fg));
}

