/*! tailwindcss v4.1.16 | 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;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-amber-300: oklch(87.9% 0.169 91.605);
    --color-amber-400: oklch(82.8% 0.189 84.429);
    --color-amber-600: oklch(66.6% 0.179 58.318);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-yellow-100: oklch(97.3% 0.071 103.193);
    --color-yellow-200: oklch(94.5% 0.129 101.54);
    --color-yellow-300: oklch(90.5% 0.182 98.111);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-yellow-800: oklch(47.6% 0.114 61.907);
    --color-yellow-900: oklch(42.1% 0.095 57.708);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-5xl: 64rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-bg-default: var(--color-gray-800);
    --color-text-primary: var(--color-yellow-600);
    --color-text-primary-dark: var(--color-yellow-400);
    --color-text-secondary: var(--color-amber-400);
    --color-text-secondary-dark: var(--color-yellow-200);
    --color-link-default: var(--color-amber-700);
    --color-link-hover: var(--color-yellow-900);
    --color-link-default-dark: var(--color-amber-400);
    --color-link-hover-dark: var(--color-yellow-300);
    --color-link-visited-dark: var(--color-amber-600);
    --color-link-active-dark: var(--color-yellow-300);
    --color-code-inline-text: var(--color-gray-800);
    --color-code-inline-text-dark: var(--color-yellow-900);
    --color-code-inline-bg: var(--color-amber-400);
  }
}
@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 {
  .relative {
    position: relative;
  }
  .float-left {
    float: left;
  }
  .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;
    }
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-16 {
    min-height: calc(var(--spacing) * 16);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-amber-300 {
    border-color: var(--color-amber-300);
  }
  .bg-gray-700 {
    background-color: var(--color-gray-700);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .\!text-gray-600 {
    color: var(--color-gray-600) !important;
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-yellow-400 {
    color: var(--color-yellow-400);
  }
  .underline {
    text-decoration-line: underline;
  }
  .drop-shadow-lg {
    --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
    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,);
  }
  .hover\:text-yellow-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-yellow-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .max-\[480px\]\:hidden {
    @media (width < 480px) {
      display: none;
    }
  }
  .dark\:bg-gray-900 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-gray-900);
    }
  }
  .dark\:\!text-gray-400 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-gray-400) !important;
    }
  }
  .dark\:text-gray-400 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-gray-400);
    }
  }
}
@layer theme, base, components, utilities;
@layer theme;
@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;
.bg {
  color: #cdd6f4;
  background-color: #1e1e2e;
}
.chroma {
  color: #cdd6f4;
  background-color: #1e1e2e;
}
.chroma .err {
  color: #f38ba8;
}
.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: #45475a;
}
.chroma .lnt {
  white-space: pre;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #7f849c;
}
.chroma .ln {
  white-space: pre;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #7f849c;
}
.chroma .line {
  display: flex;
}
.chroma .k {
  color: #cba6f7;
}
.chroma .kc {
  color: #fab387;
}
.chroma .kd {
  color: #f38ba8;
}
.chroma .kn {
  color: #94e2d5;
}
.chroma .kp {
  color: #cba6f7;
}
.chroma .kr {
  color: #cba6f7;
}
.chroma .kt {
  color: #f38ba8;
}
.chroma .na {
  color: #89b4fa;
}
.chroma .nc {
  color: #f9e2af;
}
.chroma .no {
  color: #f9e2af;
}
.chroma .nd {
  color: #89b4fa;
  font-weight: bold;
}
.chroma .ni {
  color: #94e2d5;
}
.chroma .ne {
  color: #fab387;
}
.chroma .nl {
  color: #89dceb;
}
.chroma .nn {
  color: #fab387;
}
.chroma .py {
  color: #fab387;
}
.chroma .nt {
  color: #cba6f7;
}
.chroma .nb {
  color: #89dceb;
}
.chroma .bp {
  color: #89dceb;
}
.chroma .nv {
  color: #f5e0dc;
}
.chroma .vc {
  color: #f5e0dc;
}
.chroma .vg {
  color: #f5e0dc;
}
.chroma .vi {
  color: #f5e0dc;
}
.chroma .vm {
  color: #f5e0dc;
}
.chroma .nf {
  color: #89b4fa;
}
.chroma .fm {
  color: #89b4fa;
}
.chroma .s {
  color: #a6e3a1;
}
.chroma .sa {
  color: #f38ba8;
}
.chroma .sb {
  color: #a6e3a1;
}
.chroma .sc {
  color: #a6e3a1;
}
.chroma .dl {
  color: #89b4fa;
}
.chroma .sd {
  color: #6c7086;
}
.chroma .s2 {
  color: #a6e3a1;
}
.chroma .se {
  color: #89b4fa;
}
.chroma .sh {
  color: #6c7086;
}
.chroma .si {
  color: #a6e3a1;
}
.chroma .sx {
  color: #a6e3a1;
}
.chroma .sr {
  color: #94e2d5;
}
.chroma .s1 {
  color: #a6e3a1;
}
.chroma .ss {
  color: #a6e3a1;
}
.chroma .m {
  color: #fab387;
}
.chroma .mb {
  color: #fab387;
}
.chroma .mf {
  color: #fab387;
}
.chroma .mh {
  color: #fab387;
}
.chroma .mi {
  color: #fab387;
}
.chroma .il {
  color: #fab387;
}
.chroma .mo {
  color: #fab387;
}
.chroma .o {
  color: #89dceb;
  font-weight: bold;
}
.chroma .ow {
  color: #89dceb;
  font-weight: bold;
}
.chroma .c {
  color: #6c7086;
  font-style: italic;
}
.chroma .ch {
  color: #585b70;
  font-style: italic;
}
.chroma .cm {
  color: #6c7086;
  font-style: italic;
}
.chroma .c1 {
  color: #6c7086;
  font-style: italic;
}
.chroma .cs {
  color: #6c7086;
  font-style: italic;
}
.chroma .cp {
  color: #6c7086;
  font-style: italic;
}
.chroma .cpf {
  color: #6c7086;
  font-weight: bold;
  font-style: italic;
}
.chroma .gd {
  color: #f38ba8;
  background-color: #313244;
}
.chroma .ge {
  font-style: italic;
}
.chroma .gr {
  color: #f38ba8;
}
.chroma .gh {
  color: #fab387;
  font-weight: bold;
}
.chroma .gi {
  color: #a6e3a1;
  background-color: #313244;
}
.chroma .gs {
  font-weight: bold;
}
.chroma .gu {
  color: #fab387;
  font-weight: bold;
}
.chroma .gt {
  color: #f38ba8;
}
.chroma .gl {
  text-decoration: underline;
}
@media (prefers-color-scheme: light) {
  .bg {
    color: #4c4f69;
    background-color: #eff1f5;
  }
  .chroma {
    color: #4c4f69;
    background-color: #eff1f5;
  }
  .chroma .err {
    color: #d20f39;
  }
  .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: #bcc0cc;
  }
  .chroma .lnt {
    white-space: pre;
    -webkit-user-select: none;
    user-select: none;
    margin-right: 0.4em;
    padding: 0 0.4em 0 0.4em;
    color: #8c8fa1;
  }
  .chroma .ln {
    white-space: pre;
    -webkit-user-select: none;
    user-select: none;
    margin-right: 0.4em;
    padding: 0 0.4em 0 0.4em;
    color: #8c8fa1;
  }
  .chroma .line {
    display: flex;
  }
  .chroma .k {
    color: #8839ef;
  }
  .chroma .kc {
    color: #fe640b;
  }
  .chroma .kd {
    color: #d20f39;
  }
  .chroma .kn {
    color: #179299;
  }
  .chroma .kp {
    color: #8839ef;
  }
  .chroma .kr {
    color: #8839ef;
  }
  .chroma .kt {
    color: #d20f39;
  }
  .chroma .na {
    color: #1e66f5;
  }
  .chroma .nc {
    color: #df8e1d;
  }
  .chroma .no {
    color: #df8e1d;
  }
  .chroma .nd {
    color: #1e66f5;
    font-weight: bold;
  }
  .chroma .ni {
    color: #179299;
  }
  .chroma .ne {
    color: #fe640b;
  }
  .chroma .nl {
    color: #04a5e5;
  }
  .chroma .nn {
    color: #fe640b;
  }
  .chroma .py {
    color: #fe640b;
  }
  .chroma .nt {
    color: #8839ef;
  }
  .chroma .nb {
    color: #04a5e5;
  }
  .chroma .bp {
    color: #04a5e5;
  }
  .chroma .nv {
    color: #dc8a78;
  }
  .chroma .vc {
    color: #dc8a78;
  }
  .chroma .vg {
    color: #dc8a78;
  }
  .chroma .vi {
    color: #dc8a78;
  }
  .chroma .vm {
    color: #dc8a78;
  }
  .chroma .nf {
    color: #1e66f5;
  }
  .chroma .fm {
    color: #1e66f5;
  }
  .chroma .s {
    color: #40a02b;
  }
  .chroma .sa {
    color: #d20f39;
  }
  .chroma .sb {
    color: #40a02b;
  }
  .chroma .sc {
    color: #40a02b;
  }
  .chroma .dl {
    color: #1e66f5;
  }
  .chroma .sd {
    color: #9ca0b0;
  }
  .chroma .s2 {
    color: #40a02b;
  }
  .chroma .se {
    color: #1e66f5;
  }
  .chroma .sh {
    color: #9ca0b0;
  }
  .chroma .si {
    color: #40a02b;
  }
  .chroma .sx {
    color: #40a02b;
  }
  .chroma .sr {
    color: #179299;
  }
  .chroma .s1 {
    color: #40a02b;
  }
  .chroma .ss {
    color: #40a02b;
  }
  .chroma .m {
    color: #fe640b;
  }
  .chroma .mb {
    color: #fe640b;
  }
  .chroma .mf {
    color: #fe640b;
  }
  .chroma .mh {
    color: #fe640b;
  }
  .chroma .mi {
    color: #fe640b;
  }
  .chroma .il {
    color: #fe640b;
  }
  .chroma .mo {
    color: #fe640b;
  }
  .chroma .o {
    color: #04a5e5;
    font-weight: bold;
  }
  .chroma .ow {
    color: #04a5e5;
    font-weight: bold;
  }
  .chroma .c {
    color: #9ca0b0;
    font-style: italic;
  }
  .chroma .ch {
    color: #acb0be;
    font-style: italic;
  }
  .chroma .cm {
    color: #9ca0b0;
    font-style: italic;
  }
  .chroma .c1 {
    color: #9ca0b0;
    font-style: italic;
  }
  .chroma .cs {
    color: #9ca0b0;
    font-style: italic;
  }
  .chroma .cp {
    color: #9ca0b0;
    font-style: italic;
  }
  .chroma .cpf {
    color: #9ca0b0;
    font-weight: bold;
    font-style: italic;
  }
  .chroma .gd {
    color: #d20f39;
    background-color: #ccd0da;
  }
  .chroma .ge {
    font-style: italic;
  }
  .chroma .gr {
    color: #d20f39;
  }
  .chroma .gh {
    color: #fe640b;
    font-weight: bold;
  }
  .chroma .gi {
    color: #40a02b;
    background-color: #ccd0da;
  }
  .chroma .gs {
    font-weight: bold;
  }
  .chroma .gu {
    color: #fe640b;
    font-weight: bold;
  }
  .chroma .gt {
    color: #d20f39;
  }
  .chroma .gl {
    text-decoration: underline;
  }
}
.bg-default {
  background-color: var(--color-bg-default);
}
.text-primary {
  color: var(--color-text-primary);
}
@media (prefers-color-scheme: dark) {
  .text-primary {
    color: var(--color-text-primary-dark);
  }
}
.text-secondary {
  color: var(--color-text-secondary);
}
code {
  color: var(--color-code-inline-text);
  background-color: var(--color-code-inline-bg);
  padding: 0.2em;
  border-radius: 5px;
}
.highlight code {
  color: initial;
  background-color: initial;
  padding: initial;
  border-radius: initial;
}
@media (prefers-color-scheme: dark) {
  .text-secondary {
    color: var(--color-text-secondary-dark);
  }
  code {
    color: var(--color-code-inline-text-dark);
    background-color: var(--color-code-inline-bg);
  }
}
@media (prefers-color-scheme: dark) {
  .highlight pre {
    border: 1px solid var(--color-gray-700);
  }
}
@media (prefers-color-scheme: light) {
  .highlight pre {
    background-color: var(--color-gray-50) !important;
    border: 1px solid var(--color-gray-200);
    border-radius: 4px;
  }
}
@layer theme, base, components, utilities;
@layer theme;
@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;
.height-wrapper {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
main .square ul li {
  list-style-type: square;
  margin-left: calc(var(--spacing) * 8);
}
main h1, main h2, main h3, main h4, main h5, main h6 {
  padding-top: calc(var(--spacing) * 4);
}
main h1 a, main h2 a, main h3 a, main h4 a, main h5 a, main h6 a {
  color: var(--color-text-secondary);
  padding-top: calc(var(--spacing) * 4);
}
main h1 {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
}
main h2 {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
main h3 {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
main p {
  padding-bottom: calc(var(--spacing) * 4);
}
figure {
  margin-bottom: calc(var(--spacing) * 4);
}
nav a, nav a:active, nav a:visited, nav a:hover {
  font-weight: bold;
  color: inherit;
  background-color: inherit;
}
nav a:hover {
  color: var(--color-text-secondary);
}
::selection {
  background: var(--color-text-secondary);
}
body {
  background-color: var(--color-gray-100);
  color: var(--color-gray-600);
  @media (prefers-color-scheme: dark) {
    background-color: var(--color-gray-800);
  }
  @media (prefers-color-scheme: dark) {
    color: var(--color-yellow-100);
  }
}
pre {
  padding: 1em;
  border: 0;
  overflow-x: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.highlight {
  margin-bottom: 1rem;
}
.highlight > div, .highlight > pre {
  border-radius: var(--radius-md);
}
a, a:active, a:visited {
  color: var(--color-link-default);
}
a:hover {
  color: var(--color-link-hover);
  text-decoration: dotted underline;
}
.article-body a, .article-body a:active, .article-body a:visited {
  text-decoration: underline;
}
.articke-body a:hover {
  text-decoration: dotted underline;
}
main h2 a:hover {
  text-decoration: underline;
}
@media (prefers-color-scheme: dark) {
  a {
    color: var(--color-link-default-dark);
  }
  a:active {
    color: var(--color-link-active-dark);
  }
  a:visited {
    color: var(--color-link-visited-dark);
  }
  a:hover {
    color: var(--color-link-hover-dark);
    text-decoration: underline;
  }
}
blockquote {
  position: relative;
  margin: 1em;
  padding: 0.5em 1em 0.5em 1em;
  margin-bottom: calc(var(--spacing) * 8);
  border-radius: 3px;
  font-style: italic;
}
blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  bottom: 00%;
  width: 6px;
  background: var(--color-text-secondary);
  border-radius: 3px 0 0 3px;
}
blockquote p {
  padding: 0;
}
.tag {
  margin-left: 1rem;
  float: right;
}
.tag span:before {
  content: ":";
}
.tag span:after {
  content: ":";
}
@media (prefers-color-scheme: light) {
  pre {
    background-color: #ebdbb2;
  }
  h1,	h2,	h3,	h4,	h5 {
    margin-bottom: 0.1rem;
  }
}
article ol, article ul {
  padding-left: 0.5em;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
article ul {
  list-style-type: initial;
}
ol {
  list-style-type: decimal;
  margin-left: 1.5em;
  padding-left: 0.5em;
}
ol li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
dl {
  margin: 1rem 0;
  padding: 0;
}
dt {
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
dd {
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.metadata {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-gray-600);
  @media (prefers-color-scheme: dark) {
    color: var(--color-gray-400);
  }
  justify-content: space-between;
}
.metadata time, .metadata a {
  color: var(--color-gray-500);
  @media (prefers-color-scheme: dark) {
    color: var(--color-gray-500);
  }
}
.metadata a:hover {
  color: var(--color-link-hover);
}
nav li {
  margin-bottom: 1px;
}
nav .menu a {
  padding: 0.5rem 1rem 0.5rem 1rem;
}
nav .menu a.active {
  border: 2px solid var(--color-text-secondary);
  background-color: var(--color-text-secondary);
  color: var(--color-bg-default);
  border-radius: 0.5rem 0.5rem 0 0;
}
.site-title a, .site-title a:active, .site-title a:visited, .site-title a:hover {
  color: var(--color-text-secondary) !important;
  text-decoration: none !important;
}
.inline-svg {
  display: inline-block;
  height: 1.15rem;
  width: 1.15rem;
  top: 0.15rem;
  position: relative;
}
.footer, .header {
  background-color: var(--color-gray-800);
  color: var(--color-gray-50);
}
.header {
  padding-top: 1rem;
  border-bottom: 2px solid var(--color-text-secondary);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: linear-gradient(	135deg,	var(--color-bg-default) 0%,	var(--color-gray-700) 100%	);
}
.footer {
  border-top: 2px solid var(--color-text-secondary);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: linear-gradient(	135deg,	var(--color-gray-700) 0%,	var(--color-bg-default) 100%	);
}
.footnotes {
  margin: 1rem 0;
}
.footnotes hr {
  margin-bottom: 1em;
}
.footnotes ol {
  list-style-type: decimal !important;
  padding-left: 2em !important;
}
.footnotes li {
  display: list-item !important;
  list-style: decimal !important;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --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;
    }
  }
}

