/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --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);
  }
}
@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 {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .isolate {
    isolation: isolate;
  }
  .order-0 {
    order: 0;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
  .order-first {
    order: -9999;
  }
  .order-last {
    order: 9999;
  }
  .col-1 {
    grid-column: 1;
  }
  .col-2 {
    grid-column: 2;
  }
  .col-3 {
    grid-column: 3;
  }
  .col-4 {
    grid-column: 4;
  }
  .col-5 {
    grid-column: 5;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-7 {
    grid-column: 7;
  }
  .col-8 {
    grid-column: 8;
  }
  .col-9 {
    grid-column: 9;
  }
  .col-10 {
    grid-column: 10;
  }
  .col-11 {
    grid-column: 11;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-auto {
    grid-column: auto;
  }
  .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;
    }
  }
  .container\! {
    width: 100% !important;
    @media (width >= 40rem) {
      max-width: 40rem !important;
    }
    @media (width >= 48rem) {
      max-width: 48rem !important;
    }
    @media (width >= 64rem) {
      max-width: 64rem !important;
    }
    @media (width >= 80rem) {
      max-width: 80rem !important;
    }
    @media (width >= 96rem) {
      max-width: 96rem !important;
    }
  }
  .m-0 {
    margin: 0;
  }
  .m-1 {
    margin: var(--spacing);
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .m-5 {
    margin: calc(var(--spacing) * 5);
  }
  .m-auto {
    margin: auto;
  }
  .mx-0 {
    margin-inline: 0;
  }
  .mx-1 {
    margin-inline: var(--spacing);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: 0;
  }
  .my-1 {
    margin-block: var(--spacing);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-auto {
    margin-block: auto;
  }
  .ms-0 {
    margin-inline-start: 0;
  }
  .ms-1 {
    margin-inline-start: var(--spacing);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .ms-3 {
    margin-inline-start: calc(var(--spacing) * 3);
  }
  .ms-4 {
    margin-inline-start: calc(var(--spacing) * 4);
  }
  .ms-5 {
    margin-inline-start: calc(var(--spacing) * 5);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .me-0 {
    margin-inline-end: 0;
  }
  .me-1 {
    margin-inline-end: var(--spacing);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .me-3 {
    margin-inline-end: calc(var(--spacing) * 3);
  }
  .me-4 {
    margin-inline-end: calc(var(--spacing) * 4);
  }
  .me-5 {
    margin-inline-end: calc(var(--spacing) * 5);
  }
  .me-auto {
    margin-inline-end: auto;
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .table {
    display: table;
  }
  .table-cell {
    display: table-cell;
  }
  .table-row {
    display: table-row;
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-shrink-1 {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .flex-grow-0 {
    flex-grow: 0;
  }
  .flex-grow-1 {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .p-0 {
    padding: 0;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-0 {
    padding-inline: 0;
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-0 {
    padding-block: 0;
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .ps-0 {
    padding-inline-start: 0;
  }
  .ps-1 {
    padding-inline-start: var(--spacing);
  }
  .ps-2 {
    padding-inline-start: calc(var(--spacing) * 2);
  }
  .ps-3 {
    padding-inline-start: calc(var(--spacing) * 3);
  }
  .ps-4 {
    padding-inline-start: calc(var(--spacing) * 4);
  }
  .ps-5 {
    padding-inline-start: calc(var(--spacing) * 5);
  }
  .pe-0 {
    padding-inline-end: 0;
  }
  .pe-1 {
    padding-inline-end: var(--spacing);
  }
  .pe-2 {
    padding-inline-end: calc(var(--spacing) * 2);
  }
  .pe-3 {
    padding-inline-end: calc(var(--spacing) * 3);
  }
  .pe-4 {
    padding-inline-end: calc(var(--spacing) * 4);
  }
  .pe-5 {
    padding-inline-end: calc(var(--spacing) * 5);
  }
  .pt-0 {
    padding-top: 0;
  }
  .pt-1 {
    padding-top: var(--spacing);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .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));
  }
  .sm\:px-12 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
}
:root {
  --bg: #ffffff;
  --bg-2: #fafafa;
  --ink: #1a1a1a;
  --soft: #5b6066;
  --faint: #9aa0a6;
  --rule: #ededed;
  --rule-2: #e3e3e3;
  --accent: #26415e;
  --accent-h: #33597f;
  --code-bg: #f7f8f9;
  --note-bg: #f3f6f9;
  color-scheme: light;
}
[data-theme="dark"] {
  --bg: #0e0f11;
  --bg-2: #15171a;
  --ink: #ededee;
  --soft: #9aa1a8;
  --faint: #5f666d;
  --rule: #232629;
  --rule-2: #2c3034;
  --accent: #7aabdd;
  --accent-h: #98c0e8;
  --code-bg: #15171a;
  --note-bg: #13181e;
  color-scheme: dark;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  background-color: var(--bg);
  color: var(--ink);
  font-family: 'Newsreader', Georgia, serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}
::selection {
  background: var(--accent);
  color: var(--bg);
}
@keyframes blink {
  0%, 46% {
    opacity: 1;
  }
  47%, 100% {
    opacity: 0;
  }
}
.cursor-blink {
  display: inline-block;
  width: 0.5em;
  height: 1.05em;
  background: var(--soft);
  animation: blink 1.2s step-end infinite;
  vertical-align: -2px;
}
.font-mono {
  font-family: 'IBM Plex Mono', monospace !important;
}
.site-nav {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  @media (width >= 40rem) {
    margin-top: 28px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 28px;
    border-bottom: 1px solid var(--rule);
    padding-bottom: 18px;
  }
}
.nav-link {
  font-family: 'IBM Plex Mono', monospace;
  text-decoration: none;
  color: var(--soft);
  transition: color 0.15s ease;
  width: 100%;
  font-size: 14px;
  padding: 11px 0;
  border-bottom: 1px solid var(--rule);
  @media (width >= 40rem) {
    width: auto;
    white-space: nowrap;
    font-size: 13px;
    padding: 0 0 3px;
    border-bottom: 1.5px solid transparent;
  }
}
.nav-link:hover {
  color: var(--accent);
}
.nav-link.active {
  color: var(--accent);
  border-bottom-color: var(--accent);
}
.prose {
  font-family: 'Newsreader', Georgia, serif;
  font-size: 19px;
  line-height: 1.7;
  color: var(--ink);
}
.prose p {
  margin: 0 0 20px;
  text-wrap: pretty;
}
.prose p:last-child {
  margin-bottom: 0;
}
.prose h2 {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  font-size: 23px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: var(--ink);
  margin: 52px 0 18px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.prose h3 {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 36px 0 12px;
}
.prose ul, .prose ol {
  margin: 0 0 22px;
  padding-left: 26px;
}
.prose ul {
  list-style: disc;
}
.prose ol {
  list-style: decimal;
}
.prose ul ul {
  list-style: circle;
}
.prose ol ol {
  list-style: lower-alpha;
}
.prose li > ul, .prose li > ol {
  margin: 8px 0 8px;
}
.prose li {
  margin-bottom: 8px;
  padding-left: 4px;
  line-height: 1.65;
}
.prose li::marker {
  color: var(--faint);
}
.prose a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid var(--rule-2);
  transition: border-color 0.15s ease;
}
.prose a:hover {
  border-bottom-color: var(--accent);
}
.prose strong {
  font-weight: 600;
}
.prose em {
  font-style: italic;
}
.prose pre {
  margin: 8px 0 20px;
  background: var(--code-bg);
  border: 1px solid var(--rule-2);
  border-radius: 5px;
  padding: 16px 18px;
  overflow-x: auto;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--ink);
}
.prose .highlight {
  margin: 8px 0 20px;
}
.prose .highlight pre {
  margin: 0;
}
.prose pre code {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  color: inherit;
}
.prose :not(pre) > code {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.84em;
  background: var(--code-bg);
  border: 1px solid var(--rule-2);
  border-radius: 3px;
  padding: 1px 5px;
}
.prose blockquote {
  background: var(--note-bg);
  border-left: 2px solid var(--accent);
  padding: 16px 20px;
  margin: 8px 0 20px;
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink);
}
.prose blockquote p {
  margin: 0;
}
.prose hr {
  border: none;
  border-top: 1px solid var(--rule);
  margin: 32px 0;
}
.prose img {
  max-width: 100%;
  border-radius: 5px;
  border: 1px solid var(--rule-2);
}
.toc-nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.toc-nav nav ul ul {
  margin-left: 12px;
}
.toc-nav nav ul li {
  margin-bottom: 10px;
}
.toc-nav nav ul li a {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12.5px;
  line-height: 1.45;
  text-decoration: none;
  color: var(--soft);
  border-left: 2px solid var(--rule);
  padding-left: 11px;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.toc-nav nav ul li a:hover {
  color: var(--accent);
  border-left-color: var(--accent);
}
.toc-nav nav ul li a.active {
  color: var(--accent);
  border-left-color: var(--accent);
}
.chroma .err {
  color: #000;
}
.chroma .lnlinks {
  outline: none;
  text-decoration: none;
  color: inherit;
}
.chroma .lntd {
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0;
}
.chroma .lntable {
  border-spacing: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.chroma .hl {
  background-color: #e5e5e5;
}
.chroma .lnt {
  white-space: pre;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #7f7f7f;
}
.chroma .ln {
  white-space: pre;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #7f7f7f;
}
.chroma .line {
  display: flex;
}
.chroma .k {
  color: #a90d91;
}
.chroma .kc {
  color: #a90d91;
}
.chroma .kd {
  color: #a90d91;
}
.chroma .kn {
  color: #a90d91;
}
.chroma .kp {
  color: #a90d91;
}
.chroma .kr {
  color: #a90d91;
}
.chroma .kt {
  color: #a90d91;
}
.chroma .n {
  color: #000;
}
.chroma .na {
  color: #836c28;
}
.chroma .nc {
  color: #3f6e75;
}
.chroma .no {
  color: #000;
}
.chroma .nd {
  color: #000;
}
.chroma .ni {
  color: #000;
}
.chroma .ne {
  color: #000;
}
.chroma .nl {
  color: #000;
}
.chroma .nn {
  color: #000;
}
.chroma .nx {
  color: #000;
}
.chroma .py {
  color: #000;
}
.chroma .nt {
  color: #000;
}
.chroma .nb {
  color: #a90d91;
}
.chroma .bp {
  color: #5b269a;
}
.chroma .nv {
  color: #000;
}
.chroma .vc {
  color: #000;
}
.chroma .vg {
  color: #000;
}
.chroma .vi {
  color: #000;
}
.chroma .vm {
  color: #000;
}
.chroma .nf {
  color: #000;
}
.chroma .fm {
  color: #000;
}
.chroma .l {
  color: #1c01ce;
}
.chroma .ld {
  color: #1c01ce;
}
.chroma .s {
  color: #c41a16;
}
.chroma .sa {
  color: #c41a16;
}
.chroma .sb {
  color: #c41a16;
}
.chroma .sc {
  color: #2300ce;
}
.chroma .dl {
  color: #c41a16;
}
.chroma .sd {
  color: #c41a16;
}
.chroma .s2 {
  color: #c41a16;
}
.chroma .se {
  color: #c41a16;
}
.chroma .sh {
  color: #c41a16;
}
.chroma .si {
  color: #c41a16;
}
.chroma .sx {
  color: #c41a16;
}
.chroma .sr {
  color: #c41a16;
}
.chroma .s1 {
  color: #c41a16;
}
.chroma .ss {
  color: #c41a16;
}
.chroma .m {
  color: #1c01ce;
}
.chroma .mb {
  color: #1c01ce;
}
.chroma .mf {
  color: #1c01ce;
}
.chroma .mh {
  color: #1c01ce;
}
.chroma .mi {
  color: #1c01ce;
}
.chroma .il {
  color: #1c01ce;
}
.chroma .mo {
  color: #1c01ce;
}
.chroma .o {
  color: #000;
}
.chroma .ow {
  color: #000;
}
.chroma .c {
  color: #177500;
}
.chroma .ch {
  color: #177500;
}
.chroma .cm {
  color: #177500;
}
.chroma .c1 {
  color: #177500;
}
.chroma .cs {
  color: #177500;
}
.chroma .cp {
  color: #633820;
}
.chroma .cpf {
  color: #633820;
}
[data-theme="dark"] .chroma .err {
  color: #f85149;
}
[data-theme="dark"] .chroma .lnlinks {
  outline: none;
  text-decoration: none;
  color: inherit;
}
[data-theme="dark"] .chroma .lntd {
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0;
}
[data-theme="dark"] .chroma .lntable {
  border-spacing: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
[data-theme="dark"] .chroma .hl {
  background-color: #6e7681;
}
[data-theme="dark"] .chroma .lnt {
  white-space: pre;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #737679;
}
[data-theme="dark"] .chroma .ln {
  white-space: pre;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #6e7681;
}
[data-theme="dark"] .chroma .line {
  display: flex;
}
[data-theme="dark"] .chroma .k {
  color: #ff7b72;
}
[data-theme="dark"] .chroma .kc {
  color: #79c0ff;
}
[data-theme="dark"] .chroma .kd {
  color: #ff7b72;
}
[data-theme="dark"] .chroma .kn {
  color: #ff7b72;
}
[data-theme="dark"] .chroma .kp {
  color: #79c0ff;
}
[data-theme="dark"] .chroma .kr {
  color: #ff7b72;
}
[data-theme="dark"] .chroma .kt {
  color: #ff7b72;
}
[data-theme="dark"] .chroma .nc {
  color: #f0883e;
  font-weight: bold;
}
[data-theme="dark"] .chroma .no {
  color: #79c0ff;
  font-weight: bold;
}
[data-theme="dark"] .chroma .nd {
  color: #d2a8ff;
  font-weight: bold;
}
[data-theme="dark"] .chroma .ni {
  color: #ffa657;
}
[data-theme="dark"] .chroma .ne {
  color: #f0883e;
  font-weight: bold;
}
[data-theme="dark"] .chroma .nl {
  color: #79c0ff;
  font-weight: bold;
}
[data-theme="dark"] .chroma .nn {
  color: #ff7b72;
}
[data-theme="dark"] .chroma .py {
  color: #79c0ff;
}
[data-theme="dark"] .chroma .nt {
  color: #7ee787;
}
[data-theme="dark"] .chroma .nv {
  color: #79c0ff;
}
[data-theme="dark"] .chroma .vc {
  color: #79c0ff;
}
[data-theme="dark"] .chroma .vg {
  color: #79c0ff;
}
[data-theme="dark"] .chroma .vi {
  color: #79c0ff;
}
[data-theme="dark"] .chroma .vm {
  color: #79c0ff;
}
[data-theme="dark"] .chroma .nf {
  color: #d2a8ff;
  font-weight: bold;
}
[data-theme="dark"] .chroma .fm {
  color: #d2a8ff;
  font-weight: bold;
}
[data-theme="dark"] .chroma .l {
  color: #a5d6ff;
}
[data-theme="dark"] .chroma .ld {
  color: #79c0ff;
}
[data-theme="dark"] .chroma .s {
  color: #a5d6ff;
}
[data-theme="dark"] .chroma .sa {
  color: #79c0ff;
}
[data-theme="dark"] .chroma .sb {
  color: #a5d6ff;
}
[data-theme="dark"] .chroma .sc {
  color: #a5d6ff;
}
[data-theme="dark"] .chroma .dl {
  color: #79c0ff;
}
[data-theme="dark"] .chroma .sd {
  color: #a5d6ff;
}
[data-theme="dark"] .chroma .s2 {
  color: #a5d6ff;
}
[data-theme="dark"] .chroma .se {
  color: #79c0ff;
}
[data-theme="dark"] .chroma .sh {
  color: #79c0ff;
}
[data-theme="dark"] .chroma .si {
  color: #a5d6ff;
}
[data-theme="dark"] .chroma .sx {
  color: #a5d6ff;
}
[data-theme="dark"] .chroma .sr {
  color: #79c0ff;
}
[data-theme="dark"] .chroma .s1 {
  color: #a5d6ff;
}
[data-theme="dark"] .chroma .ss {
  color: #a5d6ff;
}
[data-theme="dark"] .chroma .m {
  color: #a5d6ff;
}
[data-theme="dark"] .chroma .mb {
  color: #a5d6ff;
}
[data-theme="dark"] .chroma .mf {
  color: #a5d6ff;
}
[data-theme="dark"] .chroma .mh {
  color: #a5d6ff;
}
[data-theme="dark"] .chroma .mi {
  color: #a5d6ff;
}
[data-theme="dark"] .chroma .il {
  color: #a5d6ff;
}
[data-theme="dark"] .chroma .mo {
  color: #a5d6ff;
}
[data-theme="dark"] .chroma .o {
  color: #ff7b72;
  font-weight: bold;
}
[data-theme="dark"] .chroma .ow {
  color: #ff7b72;
  font-weight: bold;
}
[data-theme="dark"] .chroma .c {
  color: #8b949e;
  font-style: italic;
}
[data-theme="dark"] .chroma .ch {
  color: #8b949e;
  font-style: italic;
}
[data-theme="dark"] .chroma .cm {
  color: #8b949e;
  font-style: italic;
}
[data-theme="dark"] .chroma .c1 {
  color: #8b949e;
  font-style: italic;
}
[data-theme="dark"] .chroma .cs {
  color: #8b949e;
  font-weight: bold;
  font-style: italic;
}
[data-theme="dark"] .chroma .cp {
  color: #8b949e;
  font-weight: bold;
  font-style: italic;
}
[data-theme="dark"] .chroma .cpf {
  color: #8b949e;
  font-weight: bold;
  font-style: italic;
}
[data-theme="dark"] .chroma .gd {
  color: #ffa198;
  background-color: #490202;
}
[data-theme="dark"] .chroma .ge {
  font-style: italic;
}
[data-theme="dark"] .chroma .gr {
  color: #ffa198;
}
[data-theme="dark"] .chroma .gh {
  color: #79c0ff;
  font-weight: bold;
}
[data-theme="dark"] .chroma .gi {
  color: #56d364;
  background-color: #0f5323;
}
[data-theme="dark"] .chroma .go {
  color: #8b949e;
}
[data-theme="dark"] .chroma .gp {
  color: #8b949e;
}
[data-theme="dark"] .chroma .gs {
  font-weight: bold;
}
[data-theme="dark"] .chroma .gu {
  color: #79c0ff;
}
[data-theme="dark"] .chroma .gt {
  color: #ff7b72;
}
[data-theme="dark"] .chroma .gl {
  text-decoration: underline;
}
[data-theme="dark"] .chroma .w {
  color: #6e7681;
}
@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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-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;
}
@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-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-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;
    }
  }
}
