@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
@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-serif: "Source Serif 4", "Source Serif 4 Placeholder", serif;
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-xl: 36rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: 1.5;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: 1.2;
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --blur-xl: 24px;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-heading: var(--gh-font-heading, "Young Serif", Georgia, serif);
    --font-body: var(--gh-font-body, "Hanken Grotesk", "Hanken Grotesk Placeholder", sans-serif);
    --color-page: #f4f2f0;
    --color-page-alt: #edeae7;
    --color-surface: #fff;
    --color-content-alt: #000;
    --color-content: #000000d1;
    --color-content-muted: #0009;
    --color-stroke: #00000014;
    --color-accent: #000;
    --color-on-accent: lch(
      from var(--color-accent) calc((66 - l) * infinity) 0 0
    );
    --color-scrim: #1c1c1c;
  }
  @supports (color: color-mix(in lab, red, red)) {
    :root,
    :host {
      --color-scrim: color-mix(in srgb, var(--color-page-alt) 12%, black);
    }
  }
  :root,
  :host {
    --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
    --shadow-flyout: 0 12px 32px -12px #0000002e;
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    line-height: 1.5;
    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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  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 {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or
    (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentColor;
    }
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::-moz-placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
      ::placeholder {
        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 {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-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"]) {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }
  ::file-selector-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
  @media (prefers-reduced-motion: no-preference) {
    html {
      scroll-behavior: smooth;
    }
  }
  body {
    background-color: var(--color-page);
    color: var(--color-content-alt);
    font-family: var(--font-body);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
  }
  button,
  summary,
  [role="button"] {
    cursor: pointer;
  }
  .site-sidebar {
    overscroll-behavior: none;
    scrollbar-width: none;
  }
  .site-sidebar::-webkit-scrollbar {
    display: none;
  }
  .skip-link {
    z-index: 100;
    background: var(--color-accent);
    color: var(--color-on-accent);
    border-radius: 9999px;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    transition: transform 0.15s ease-out;
    position: fixed;
    top: 1rem;
    left: 1rem;
    transform: translateY(calc(-100% - 1.5rem));
  }
  .skip-link:focus-visible {
    outline: none;
    transform: none;
  }
  .display {
    font-family: var(--font-heading);
    letter-spacing: -0.01em;
    text-wrap: pretty;
    font-weight: 400;
    line-height: 1.12;
  }
  @keyframes fade-in-up {
    0% {
      opacity: 0;
      filter: blur(0.5rem);
      transform: translateY(1rem);
    }
    to {
      opacity: 1;
      filter: blur();
      transform: translateY(0);
    }
  }
  @media (prefers-reduced-motion: no-preference) {
    .fade-in-up {
      opacity: 0;
      filter: blur(0.5rem);
      animation: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards
        fade-in-up;
      transform: translateY(1rem);
    }
  }
  .site-icon-dark,
  [data-color-scheme="dark"] .site-icon-light:has(+ .site-icon-dark),
  [data-color-scheme="midnight"] .site-icon-light:has(+ .site-icon-dark) {
    display: none;
  }
  [data-color-scheme="dark"] .site-icon-dark,
  [data-color-scheme="midnight"] .site-icon-dark {
    display: block;
  }
  .sheet-dialog {
    border: 1px solid var(--color-stroke);
    box-shadow: var(--shadow-flyout);
    margin: auto;
  }
  .sheet-dialog::backdrop {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: #0000004d;
  }
  @media (min-width: 1100px) {
    .sheet-dialog {
      transition:
        opacity 0.3s cubic-bezier(0.32, 0.72, 0, 1),
        transform 0.3s cubic-bezier(0.32, 0.72, 0, 1),
        overlay 0.3s allow-discrete,
        display 0.3s allow-discrete;
    }
    .sheet-dialog:not([open]) {
      opacity: 0;
      transform: scale(0.98);
    }
    .sheet-dialog::backdrop {
      transition:
        opacity 0.2s ease-out,
        overlay 0.2s allow-discrete,
        display 0.2s allow-discrete;
    }
    .sheet-dialog:not([open])::backdrop {
      opacity: 0;
    }
    @starting-style {
      .sheet-dialog[open] {
        opacity: 0;
        transform: scale(0.98);
      }
      .sheet-dialog[open]::backdrop {
        opacity: 0;
      }
    }
  }
  @media (min-width: 600px) and (max-width: 1099.98px) {
    .sheet-dialog {
      margin: auto auto
        calc(4.25rem + max(0.75rem, env(safe-area-inset-bottom, 0px)));
      transform-origin: bottom;
      width: 100%;
      max-width: min(100% - 2.5rem, 26rem);
      transition:
        opacity 0.2s var(--ease-out-cubic),
        transform 0.2s var(--ease-out-cubic),
        filter 0.2s var(--ease-out-cubic),
        overlay 0.2s allow-discrete,
        display 0.2s allow-discrete;
      border-radius: 1.5rem;
    }
    .sheet-dialog:not([open]) {
      opacity: 0;
      filter: blur(3px);
      transform: translateY(6px) scale(0.97);
    }
    @starting-style {
      .sheet-dialog[open] {
        opacity: 0;
        filter: blur(3px);
        transform: translateY(6px) scale(0.97);
      }
    }
    .sheet-dialog::backdrop {
      transition:
        opacity 0.2s ease-out,
        overlay 0.2s allow-discrete,
        display 0.2s allow-discrete;
    }
    .sheet-dialog:not([open])::backdrop {
      opacity: 0;
    }
    @starting-style {
      .sheet-dialog[open]::backdrop {
        opacity: 0;
      }
    }
  }
  @property --drawer-progress {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
  }
  @media (max-width: 599.98px) {
    .sheet-dialog {
      width: 100%;
      max-width: 100%;
      transform: translateY(calc((1 - var(--drawer-progress, 0)) * 100%));
      will-change: transform;
      margin-block: auto 0;
    }
    .sheet-dialog::backdrop {
      -webkit-backdrop-filter: none;
      backdrop-filter: none;
      opacity: var(--drawer-progress, 0);
      background: #00000057;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .sheet-dialog,
    .sheet-dialog::backdrop {
      transition: none;
    }
  }
  [data-bottom-nav]:after {
    content: "";
    opacity: var(--drawer-progress, 0);
    pointer-events: none;
    background: #00000057;
    position: absolute;
    inset: 0;
  }
  [data-drawer-body] {
    -webkit-mask-image: linear-gradient(
      to bottom,
      transparent,
      #000 calc(var(--scroll-fade, 0) * 1.5rem)
    );
    mask-image: linear-gradient(
      to bottom,
      transparent,
      #000 calc(var(--scroll-fade, 0) * 1.5rem)
    );
  }
}
@layer components {
  .post-body {
    font-family: var(--font-body);
  }
  .post-body :where(.kg-card) {
    margin-top: 1.333em;
  }
  .post-body :where(img) {
    border-radius: 20px;
  }
  .post-body :where(.kg-bookmark-container) {
    border-color: var(--color-stroke);
    background: var(--color-surface);
    border-radius: 16px;
    width: 100%;
  }
  .post-body :where(hr) {
    border-color: var(--color-stroke);
  }
  .post-body :where(.gh-post-upgrade-cta) {
    margin-top: 3rem;
    position: relative;
  }
  .post-body :where(.gh-post-upgrade-cta):before {
    content: "";
    background: linear-gradient(
      to bottom,
      transparent 0%,
      var(--color-page) 85%
    );
    pointer-events: none;
    height: 10rem;
    position: absolute;
    top: -10.5rem;
    left: 0;
    right: 0;
  }
  .post-body .gh-post-upgrade-cta-content {
    border-radius: 24px;
    background: var(--color-page-alt) !important;
    color: var(--color-content-alt) !important;
    padding: 3rem 1.5rem !important;
  }
  .post-body .gh-post-upgrade-cta-content h2 {
    font-family: var(--font-heading);
    letter-spacing: -0.01em;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.12;
    color: var(--color-content-alt) !important;
  }
  .post-body .gh-post-upgrade-cta-content p,
  .post-body .gh-post-upgrade-cta-content small {
    color: var(--color-content-muted) !important;
  }
  .post-body .gh-post-upgrade-cta-content a:not(.gh-btn) {
    color: var(--color-content-alt) !important;
  }
  .post-body .gh-post-upgrade-cta-content .gh-btn {
    background: var(--color-accent) !important;
    color: var(--color-on-accent) !important;
    border-radius: 9999px !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    display: inline-flex !important;
  }
  .post-body :where(.kg-width-wide) {
    width: min(820px, 100vw - 2.5rem);
    transform: translate(calc(var(--translate-factor) * 50%));
    position: relative;
    inset-inline-start: 50%;
  }
  .post-body :where(.kg-width-full) {
    width: min(var(--content-max-width), 100vw - 2.5rem);
    transform: translate(calc(var(--translate-factor) * 50%));
    position: relative;
    inset-inline-start: 50%;
  }
  [data-featured-stack] {
    --glide: 0.5s;
    --fade: 0.6s;
    --exit: 0.35s;
    --lag-1: 45ms;
    --lag-2: 90ms;
  }
  [data-featured-stack].is-manual {
    --glide: 0.28s;
    --fade: 0.35s;
    --exit: 0.22s;
    --lag-1: 20ms;
    --lag-2: 40ms;
  }
  [data-stack-cards].is-stacked {
    margin-right: -0.75rem;
    position: relative;
  }
  [data-stack-cards].is-stacked [data-stack-card] {
    height: 100%;
    transform: translate(calc(var(--pos, 0) * 10px))
      scale(calc(1 - var(--pos, 0) * 0.05));
    opacity: calc(1 - var(--pos, 0) * 0.12);
    z-index: calc(10 - var(--pos, 0));
    filter: none;
    box-shadow:
      0 0 0 2px var(--color-page-alt),
      8px 0 16px -8px #0000001a;
    transition:
      transform var(--glide) cubic-bezier(0.32, 0.72, 0, 1),
      opacity var(--fade) cubic-bezier(0.32, 0.72, 0, 1),
      filter var(--fade) cubic-bezier(0.32, 0.72, 0, 1);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  [data-stack-cards].is-stacked [data-stack-card][data-pos="3"],
  [data-stack-cards].is-stacked [data-stack-card][data-pos="4"],
  [data-stack-cards].is-stacked [data-stack-card][data-pos="5"] {
    opacity: 0;
    transform: translate(30px) scale(0.85);
  }
  [data-stack-cards].is-stacked
    [data-stack-card][data-pos="1"]:not(.is-leaving) {
    transition-delay: var(--lag-1), 0s, 0s;
  }
  [data-stack-cards].is-stacked
    [data-stack-card][data-pos="2"]:not(.is-leaving) {
    transition-delay: var(--lag-2), 0s, 0s;
  }
  [data-stack-cards].is-stacked [data-stack-card].is-arriving {
    transform: translate(calc(var(--pos, 0) * 10px + 10px))
      scale(calc(0.95 - var(--pos, 0) * 0.05));
    opacity: 0;
    transition: none;
  }
  [data-stack-cards].is-stacked [data-stack-card].is-leaving {
    z-index: 11;
    opacity: 0;
    filter: blur(3px);
    transition:
      transform var(--exit) cubic-bezier(0.23, 1, 0.32, 1),
      opacity var(--exit) cubic-bezier(0.23, 1, 0.32, 1),
      filter var(--exit) cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0s;
    transform: translate(-20px) scale(0.96) rotate(-2deg);
  }
  [data-stack-progress] {
    stroke-dasharray: 100;
    stroke-dashoffset: 100px;
    transition: opacity 0.2s;
  }
  [data-featured-stack].is-playing [data-stack-progress] {
    animation: 7.5s linear infinite stack-progress;
  }
  [data-featured-stack].is-cycling [data-stack-progress] {
    opacity: 0;
  }
  @media (hover: hover) and (pointer: fine) {
    [data-featured-stack].is-playing:hover [data-stack-progress] {
      opacity: 0;
      animation-play-state: paused;
    }
  }
  [data-featured-stack].is-playing:focus-within [data-stack-progress] {
    opacity: 0;
    animation-play-state: paused;
  }
  @keyframes stack-progress {
    0% {
      stroke-dashoffset: 100px;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    [data-stack-cards].is-stacked,
    [data-stack-cards].is-stacked [data-stack-card],
    [data-stack-cards].is-stacked [data-stack-card].is-leaving,
    [data-stack-cards].is-stacked [data-stack-card].is-arriving {
      filter: none;
      transition: opacity 0.2s;
    }
  }
  details[data-dropdown] > [data-dropdown-panel] {
    opacity: 1;
    filter: blur();
    transform-origin: top;
    transition:
      opacity 0.2s var(--ease-out-cubic),
      transform 0.2s var(--ease-out-cubic),
      filter 0.2s var(--ease-out-cubic);
    transform: translate(0) scale(1);
  }
  @starting-style {
    details[data-dropdown][open] > [data-dropdown-panel] {
      opacity: 0;
      filter: blur(3px);
      transform: translateY(-6px) scale(0.97);
    }
  }
  details[data-dropdown] > [data-dropdown-panel="side"] {
    transform-origin: 0;
  }
  @starting-style {
    details[data-dropdown][open] > [data-dropdown-panel="side"] {
      transform: translate(calc(var(--translate-factor) * 6px)) scale(0.97);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    details[data-dropdown] > [data-dropdown-panel] {
      transition: none;
    }
  }
  [data-toc-panel] {
    opacity: 1;
    filter: blur();
    transform-origin: 100%;
    transition:
      opacity 0.2s var(--ease-out-cubic),
      transform 0.2s var(--ease-out-cubic),
      filter 0.2s var(--ease-out-cubic);
    transform: translate(0) scale(1);
  }
  @starting-style {
    [data-toc-panel]:not([hidden]) {
      opacity: 0;
      filter: blur(3px);
      transform: translate(6px) scale(0.97);
    }
  }
  .post-body :where(h2, h3) {
    scroll-margin-top: 1.5rem;
  }
  @media (prefers-reduced-motion: reduce) {
    [data-toc-panel] {
      transition: none;
    }
  }
  .pswp {
    --pswp-bg: #000;
    --pswp-placeholder-bg: #222;
    --pswp-root-z-index: 100000;
    --pswp-preloader-color: #4f4f4f66;
    --pswp-preloader-color-secondary: #ffffffe6;
    --pswp-icon-color: #fff;
    --pswp-icon-color-secondary: #4f4f4f;
    --pswp-icon-stroke-color: #4f4f4f;
    --pswp-icon-stroke-width: 2px;
    --pswp-error-text-color: var(--pswp-icon-color);
    width: 100%;
    height: 100%;
    z-index: var(--pswp-root-z-index);
    touch-action: none;
    opacity: 0.003;
    contain: layout style size;
    -webkit-tap-highlight-color: #0000;
    outline: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
  }
  .pswp:focus {
    outline: 0;
  }
  .pswp * {
    box-sizing: border-box;
  }
  .pswp img {
    max-width: none;
  }
  .pswp--open {
    display: block;
  }
  .pswp,
  .pswp__bg {
    will-change: opacity;
    transform: translateZ(0);
  }
  .pswp__bg {
    opacity: 0.005;
    background: var(--pswp-bg);
  }
  .pswp,
  .pswp__scroll-wrap {
    overflow: hidden;
  }
  .pswp__scroll-wrap,
  .pswp__bg,
  .pswp__container,
  .pswp__item,
  .pswp__content,
  .pswp__img,
  .pswp__zoom-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .pswp__img,
  .pswp__zoom-wrap {
    width: auto;
    height: auto;
  }
  .pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in;
  }
  .pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
    cursor: move;
    cursor: grab;
  }
  .pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
    cursor: grabbing;
  }
  .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
  .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
  .pswp__img {
    cursor: zoom-out;
  }
  .pswp__container,
  .pswp__img,
  .pswp__button,
  .pswp__counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .pswp__item {
    z-index: 1;
    overflow: hidden;
  }
  .pswp__hidden {
    display: none !important;
  }
  .pswp__content {
    pointer-events: none;
  }
  .pswp__content > * {
    pointer-events: auto;
  }
  .pswp__error-msg-container {
    display: grid;
  }
  .pswp__error-msg {
    color: var(--pswp-error-text-color);
    margin: auto;
    font-size: 1em;
    line-height: 1;
  }
  .pswp .pswp__hide-on-close {
    opacity: 0.005;
    will-change: opacity;
    transition: opacity var(--pswp-transition-duration)
      cubic-bezier(0.4, 0, 0.22, 1);
    z-index: 10;
    pointer-events: none;
  }
  .pswp--ui-visible .pswp__hide-on-close {
    opacity: 1;
    pointer-events: auto;
  }
  .pswp__button {
    cursor: pointer;
    width: 50px;
    height: 60px;
    box-shadow: none;
    opacity: 0.85;
    -webkit-appearance: none;
    -webkit-touch-callout: none;
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .pswp__button:hover,
  .pswp__button:active,
  .pswp__button:focus {
    box-shadow: none;
    opacity: 1;
    background: 0 0;
    border: 0;
    padding: 0;
    transition: none;
  }
  .pswp__button:disabled {
    opacity: 0.3;
    cursor: auto;
  }
  .pswp__icn {
    fill: var(--pswp-icon-color);
    color: var(--pswp-icon-color-secondary);
    pointer-events: none;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 14px;
    left: 9px;
    overflow: hidden;
  }
  .pswp__icn-shadow {
    stroke: var(--pswp-icon-stroke-color);
    stroke-width: var(--pswp-icon-stroke-width);
    fill: none;
  }
  .pswp__icn:focus {
    outline: 0;
  }
  div.pswp__img--placeholder,
  .pswp__img--with-bg {
    background: var(--pswp-placeholder-bg);
  }
  .pswp__top-bar {
    z-index: 10;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    height: 60px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none !important;
  }
  .pswp__top-bar > * {
    pointer-events: auto;
    will-change: opacity;
  }
  .pswp__button--close {
    margin-right: 6px;
  }
  .pswp__button--arrow {
    width: 75px;
    height: 100px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
  }
  .pswp__button--arrow:disabled {
    cursor: default;
    display: none;
  }
  .pswp__button--arrow .pswp__icn {
    background: 0 0;
    border-radius: 0;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    top: 50%;
  }
  .pswp--one-slide .pswp__button--arrow {
    display: none;
  }
  .pswp--touch .pswp__button--arrow {
    visibility: hidden;
  }
  .pswp--has_mouse .pswp__button--arrow {
    visibility: visible;
  }
  .pswp__button--arrow--prev {
    left: 0;
    right: auto;
  }
  .pswp__button--arrow--next {
    right: 0;
  }
  .pswp__button--arrow--next .pswp__icn {
    left: auto;
    right: 14px;
    transform: scaleX(-1);
  }
  .pswp__button--zoom {
    display: none;
  }
  .pswp--zoom-allowed .pswp__button--zoom {
    display: block;
  }
  .pswp--zoomed-in .pswp__zoom-icn-bar-v {
    display: none;
  }
  .pswp__preloader {
    width: 50px;
    height: 60px;
    margin-right: auto;
    position: relative;
    overflow: hidden;
  }
  .pswp__preloader .pswp__icn {
    opacity: 0;
    transition: opacity 0.2s linear;
    animation: 0.6s linear infinite pswp-clockwise;
  }
  .pswp__preloader--active .pswp__icn {
    opacity: 0.85;
  }
  @keyframes pswp-clockwise {
    0% {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .pswp__counter {
    height: 30px;
    color: var(--pswp-icon-color);
    text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
    opacity: 0.85;
    margin-top: 15px;
    margin-inline-start: 20px;
    font-size: 14px;
    line-height: 30px;
  }
  .pswp--one-slide .pswp__counter {
    display: none;
  }
  .pswp {
    --pswp-bg: #17140f;
    --pswp-icon-color: #faf7f1;
    --pswp-icon-color-secondary: #17140f;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .-inset-px {
    inset: -1px;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .inset-x-4 {
    inset-inline: calc(var(--spacing) * 4);
  }
  .start-0 {
    inset-inline-start: calc(var(--spacing) * 0);
  }
  .-top-2\.5 {
    top: calc(var(--spacing) * -2.5);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: 50%;
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-\[30px\] {
    right: 30px;
  }
  .right-full {
    right: 100%;
  }
  .bottom-2\.5 {
    bottom: calc(var(--spacing) * 2.5);
  }
  .bottom-\[max\(0\.75rem\,env\(safe-area-inset-bottom\)\)\] {
    bottom: max(0.75rem, env(safe-area-inset-bottom));
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: 50%;
  }
  .left-3\.5 {
    left: calc(var(--spacing) * 3.5);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[12\] {
    z-index: 12;
  }
  .order-first {
    order: -9999;
  }
  .container {
    width: 100%;
  }
  @media (min-width: 600px) {
    .container {
      max-width: 600px;
    }
  }
  @media (min-width: 1100px) {
    .container {
      max-width: 1100px;
    }
  }
  @media (min-width: 1800px) {
    .container {
      max-width: 1800px;
    }
  }
  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .-mx-3 {
    margin-inline: calc(var(--spacing) * -3);
  }
  .-mx-4 {
    margin-inline: calc(var(--spacing) * -4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-my-1\.5 {
    margin-block: calc(var(--spacing) * -1.5);
  }
  .-my-2 {
    margin-block: calc(var(--spacing) * -2);
  }
  .prose {
    color: var(--tw-prose-body);
  }
  .prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.333em;
    margin-bottom: 0;
  }
  .prose
    :where([class~="lead"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: var(--tw-prose-lead);
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    font-size: 1.25em;
    line-height: 1.6;
  }
  .prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    text-decoration-color: var(--color-accent);
    text-underline-offset: 4px;
    font-weight: 500;
    text-decoration-thickness: 2px;
  }
  .prose
    :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
  }
  .prose
    :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose
    :where(blockquote strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ),
  .prose
    :where(thead th strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
  }
  .prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
    list-style-type: decimal;
  }
  .prose
    :where(ol[type="A"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: upper-alpha;
  }
  .prose
    :where(ol[type="a"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: lower-alpha;
  }
  .prose
    :where(ol[type="A" s]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: upper-alpha;
  }
  .prose
    :where(ol[type="a" s]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: lower-alpha;
  }
  .prose
    :where(ol[type="I"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: upper-roman;
  }
  .prose
    :where(ol[type="i"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: lower-roman;
  }
  .prose
    :where(ol[type="I" s]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: upper-roman;
  }
  .prose
    :where(ol[type="i" s]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: lower-roman;
  }
  .prose
    :where(ol[type="1"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: decimal;
  }
  .prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
    list-style-type: disc;
  }
  .prose
    :where(ol > li):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    )::marker {
    color: var(--tw-prose-counters);
    font-weight: 400;
  }
  .prose
    :where(ul > li):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    )::marker {
    color: var(--color-accent);
  }
  .prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.25em;
    font-weight: 600;
  }
  .prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose
    :where(blockquote):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: none;
    font-style: normal;
    font-weight: 400;
    font-family: var(--font-heading);
    letter-spacing: -0.01em;
    background-color: var(--color-page-alt);
    border-radius: 24px;
    margin-top: 2.222em;
    margin-bottom: 2.222em;
    padding-block: 1.75rem;
    padding-inline: 2rem;
    font-size: 24px;
    line-height: 1.4;
  }
  .prose
    :where(blockquote p:first-of-type):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ):before,
  .prose
    :where(blockquote p:last-of-type):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ):after {
    content: none;
  }
  .prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 0;
    margin-bottom: 0.888889em;
    font-size: 2.25em;
    font-weight: 800;
    line-height: 1.11111;
  }
  .prose
    :where(h1 strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
    font-weight: 900;
  }
  .prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    font-family: var(--font-heading);
    letter-spacing: -0.01em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
  }
  .prose
    :where(h2 strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
    font-weight: 800;
  }
  .prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
    font-family: var(--font-heading);
    letter-spacing: -0.01em;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
  }
  .prose
    :where(h3 strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
    font-weight: 700;
  }
  .prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 400;
    line-height: 1.5;
    font-family: var(--font-heading);
    margin-top: 1.5em;
    margin-bottom: 0.5em;
  }
  .prose
    :where(h4 strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
    font-weight: 700;
  }
  .prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose
    :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
    display: block;
  }
  .prose
    :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-kbd);
    box-shadow:
      0 0 0 1px var(--tw-prose-kbd-shadows),
      0 3px 0 var(--tw-prose-kbd-shadows);
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    border-radius: 0.3125rem;
    padding-inline-start: 0.375em;
    font-family: inherit;
    font-size: 0.875em;
    font-weight: 500;
  }
  .prose
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-size: 0.875em;
    font-weight: 600;
  }
  .prose
    :where(code):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ):before,
  .prose
    :where(code):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ):after {
    content: "`";
  }
  .prose
    :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose
    :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }
  .prose
    :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
  }
  .prose
    :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
  }
  .prose
    :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose
    :where(blockquote code):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ),
  .prose
    :where(thead th code):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
  }
  .prose :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    padding-top: 0.857143em;
    padding-inline-end: 1.14286em;
    padding-bottom: 0.857143em;
    border-radius: 0.375rem;
    margin-top: 1.71429em;
    margin-bottom: 1.71429em;
    padding-inline-start: 1.14286em;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.71429;
    overflow-x: auto;
  }
  .prose
    :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    padding: 0;
  }
  .prose
    :where(pre code):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ):before,
  .prose
    :where(pre code):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ):after {
    content: none;
  }
  .prose
    :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    table-layout: auto;
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.71429;
  }
  .prose
    :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }
  .prose
    :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    vertical-align: bottom;
    padding-inline-end: 0.571429em;
    padding-bottom: 0.571429em;
    padding-inline-start: 0.571429em;
    font-weight: 600;
  }
  .prose
    :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }
  .prose
    :where(tbody tr:last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    border-bottom-width: 0;
  }
  .prose
    :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: baseline;
  }
  .prose
    :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }
  .prose
    :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: top;
  }
  .prose
    :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    text-align: start;
  }
  .prose
    :where(figure > *):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose {
    --tw-prose-body: var(--color-content);
    --tw-prose-headings: var(--color-content-alt);
    --tw-prose-lead: var(--color-content-alt);
    --tw-prose-links: var(--color-content-alt);
    --tw-prose-bold: var(--color-content-alt);
    --tw-prose-counters: var(--color-content-muted);
    --tw-prose-bullets: var(--color-content-muted);
    --tw-prose-hr: var(--color-stroke);
    --tw-prose-quotes: var(--color-content-alt);
    --tw-prose-quote-borders: var(--color-stroke);
    --tw-prose-captions: var(--color-content-muted);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: oklab(21% -0.00316127 -0.0338527/0.1);
    --tw-prose-code: var(--color-content-alt);
    --tw-prose-pre-code: var(--color-page);
    --tw-prose-pre-bg: var(--color-content-alt);
    --tw-prose-th-borders: var(--color-stroke);
    --tw-prose-td-borders: var(--color-stroke);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: #ffffff1a;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: #00000080;
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 18px;
    line-height: 1.75;
  }
  .prose
    :where(picture > img):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .prose
    :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose
    :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }
  .prose
    :where(.prose > ul > li p):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .prose
    :where(.prose > ul > li > p:first-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 1.25em;
  }
  .prose
    :where(.prose > ul > li > p:last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-bottom: 1.25em;
  }
  .prose
    :where(.prose > ol > li > p:first-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 1.25em;
  }
  .prose
    :where(.prose > ol > li > p:last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-bottom: 1.25em;
  }
  .prose
    :where(ul ul, ul ol, ol ul, ol ol):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .prose :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }
  .prose
    :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose
    :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose
    :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose
    :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose
    :where(thead th:first-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-inline-start: 0;
  }
  .prose
    :where(thead th:last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-inline-end: 0;
  }
  .prose
    :where(tbody td, tfoot td):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-top: 0.571429em;
    padding-inline-end: 0.571429em;
    padding-bottom: 0.571429em;
    padding-inline-start: 0.571429em;
  }
  .prose
    :where(tbody td:first-child, tfoot td:first-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-inline-start: 0;
  }
  .prose
    :where(tbody td:last-child, tfoot td:last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-inline-end: 0;
  }
  .prose
    :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose
    :where(.prose > :first-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 0;
  }
  .prose
    :where(.prose > :last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-bottom: 0;
  }
  .prose {
    font-weight: 400;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .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-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-0\.5 {
    margin-right: calc(var(--spacing) * -0.5);
  }
  .-mr-3 {
    margin-right: calc(var(--spacing) * -3);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .-ml-0\.5 {
    margin-left: calc(var(--spacing) * -0.5);
  }
  .-ml-2\.5 {
    margin-left: calc(var(--spacing) * -2.5);
  }
  .-ml-5 {
    margin-left: calc(var(--spacing) * -5);
  }
  .line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .line-clamp-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\(--post-card-image-aspect-ratio\) {
    aspect-ratio: var(--post-card-image-aspect-ratio);
  }
  .aspect-\[1\.91\/1\] {
    aspect-ratio: 1.91;
  }
  .aspect-\[4\/5\] {
    aspect-ratio: 4/5;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-3\.5 {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }
  .size-9\.5 {
    width: calc(var(--spacing) * 9.5);
    height: calc(var(--spacing) * 9.5);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .size-16 {
    width: calc(var(--spacing) * 16);
    height: calc(var(--spacing) * 16);
  }
  .size-24 {
    width: calc(var(--spacing) * 24);
    height: calc(var(--spacing) * 24);
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-\[55vh\] {
    height: 55vh;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[60dvh\] {
    max-height: 60dvh;
  }
  .max-h-\[60vh\] {
    max-height: 60vh;
  }
  .max-h-\[72px\] {
    max-height: 72px;
  }
  .min-h-32 {
    min-height: calc(var(--spacing) * 32);
  }
  .min-h-\[340px\] {
    min-height: 340px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\(--site-sidebar-width\) {
    width: var(--site-sidebar-width);
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-52 {
    width: calc(var(--spacing) * 52);
  }
  .w-56 {
    width: calc(var(--spacing) * 56);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\(--content-max-width\) {
    max-width: var(--content-max-width);
  }
  .max-w-\(--post-content-max-width\) {
    max-width: var(--post-content-max-width);
  }
  .max-w-\(--site-max-width\) {
    max-width: var(--site-max-width);
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[360px\] {
    max-width: 360px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[440px\] {
    max-width: 440px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[490px\] {
    max-width: 490px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[680px\] {
    max-width: 680px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-\[920px\] {
    max-width: 920px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-16 {
    min-width: calc(var(--spacing) * 16);
  }
  .min-w-\[34px\] {
    min-width: 34px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0,
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-6px\] {
    --tw-translate-y: -6px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-90 {
    rotate: -90deg;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,)
      var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-grab {
    cursor: grab;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .touch-none {
    touch-action: none;
  }
  .resize {
    resize: both;
  }
  .resize-y {
    resize: vertical;
  }
  .scroll-mt-6 {
    scroll-margin-top: calc(var(--spacing) * 6);
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-\[48px_1fr\] {
    grid-template-columns: 48px 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-x-2 {
    -moz-column-gap: calc(var(--spacing) * 2);
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-4 {
    -moz-column-gap: calc(var(--spacing) * 4);
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-6 {
    -moz-column-gap: calc(var(--spacing) * 6);
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-14 {
    -moz-column-gap: calc(var(--spacing) * 14);
    column-gap: calc(var(--spacing) * 14);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overscroll-contain {
    overscroll-behavior: contain;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: 3.40282e38px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-3xl {
    border-top-left-radius: var(--radius-3xl);
    border-top-right-radius: var(--radius-3xl);
  }
  .rounded-r-full {
    border-top-right-radius: 3.40282e38px;
    border-bottom-right-radius: 3.40282e38px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-dotted {
    --tw-border-style: dotted;
    border-style: dotted;
  }
  .border-content-alt\/20 {
    border-color: #0003;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-content-alt\/20 {
      border-color: color-mix(
        in oklab,
        var(--color-content-alt) 20%,
        transparent
      );
    }
  }
  .border-page {
    border-color: var(--color-page);
  }
  .border-page-alt {
    border-color: var(--color-page-alt);
  }
  .border-stroke {
    border-color: var(--color-stroke);
  }
  .border-stroke\/70 {
    border-color: #0000000e;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-stroke\/70 {
      border-color: color-mix(in oklab, var(--color-stroke) 70%, transparent);
    }
  }
  .bg-accent {
    background-color: var(--color-accent);
  }
  .bg-content-alt {
    background-color: var(--color-content-alt);
  }
  .bg-content-alt\/15 {
    background-color: #00000026;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-content-alt\/15 {
      background-color: color-mix(
        in oklab,
        var(--color-content-alt) 15%,
        transparent
      );
    }
  }
  .bg-content-alt\/20 {
    background-color: #0003;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-content-alt\/20 {
      background-color: color-mix(
        in oklab,
        var(--color-content-alt) 20%,
        transparent
      );
    }
  }
  .bg-page {
    background-color: var(--color-page);
  }
  .bg-page-alt {
    background-color: var(--color-page-alt);
  }
  .bg-page\/80 {
    background-color: #f4f2f0cc;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-page\/80 {
      background-color: color-mix(in oklab, var(--color-page) 80%, transparent);
    }
  }
  .bg-scrim\/45 {
    background-color: color-mix(
      in srgb,
      color-mix(in srgb, var(--color-page-alt) 12%, black) 45%,
      transparent
    );
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-scrim\/45 {
      background-color: color-mix(
        in oklab,
        var(--color-scrim) 45%,
        transparent
      );
    }
  }
  .bg-surface {
    background-color: var(--color-surface);
  }
  .bg-surface\/40 {
    background-color: #fff6;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-surface\/40 {
      background-color: color-mix(
        in oklab,
        var(--color-surface) 40%,
        transparent
      );
    }
  }
  .bg-surface\/\[\.48\] {
    background-color: #ffffff7a;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-surface\/\[\.48\] {
      background-color: color-mix(
        in oklab,
        var(--color-surface) 48%,
        transparent
      );
    }
  }
  .bg-transparent {
    background-color: #0000;
  }
  .bg-\[radial-gradient\(60\%_80\%_at_50\%_0\,rgba\(255\,255\,255\,0\.5\)\,transparent_70\%\)\] {
    background-image: radial-gradient(60% 80% at 50% 0, #ffffff80, #0000 70%);
  }
  .object-contain {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-9 {
    padding-top: calc(var(--spacing) * 9);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[calc\(1\.5rem\+env\(safe-area-inset-top\)\)\] {
    padding-top: calc(1.5rem + env(safe-area-inset-top));
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-1\.5 {
    padding-bottom: calc(var(--spacing) * 1.5);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-3\.5 {
    padding-bottom: calc(var(--spacing) * 3.5);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-9 {
    padding-bottom: calc(var(--spacing) * 9);
  }
  .pb-\[calc\(5rem\+env\(safe-area-inset-bottom\)\)\] {
    padding-bottom: calc(5rem + env(safe-area-inset-bottom));
  }
  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-7 {
    padding-left: calc(var(--spacing) * 7);
  }
  .pl-9 {
    padding-left: calc(var(--spacing) * 9);
  }
  .text-center {
    text-align: center;
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[96px\] {
    font-size: 96px;
  }
  .leading-\[0\.9\] {
    --tw-leading: 0.9;
    line-height: 0.9;
  }
  .leading-\[19px\] {
    --tw-leading: 19px;
    line-height: 19px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.07em\] {
    --tw-tracking: -0.07em;
    letter-spacing: -0.07em;
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-content {
    color: var(--color-content);
  }
  .text-content-alt {
    color: var(--color-content-alt);
  }
  .text-content-muted {
    color: var(--color-content-muted);
  }
  .text-on-accent {
    color: var(--color-on-accent);
  }
  .text-page {
    color: var(--color-page);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/70 {
    color: #ffffffb3;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/70 {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .text-white\/80 {
    color: #fffc;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/80 {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .opacity-0 {
    opacity: 0;
  }
  .opacity-50 {
    opacity: 0.5;
  }
  .shadow {
    --tw-shadow:
      0 1px 3px 0 var(--tw-shadow-color, #0000001a),
      0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-flyout {
    --tw-shadow: 0 12px 32px -12px var(--tw-shadow-color, #0000002e);
    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);
  }
  .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,);
  }
  .backdrop-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,)
      var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,)
      var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,)
      var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,)
      var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,)
      var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,)
      var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,)
      var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,)
      var(--tw-backdrop-sepia,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,)
      var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,)
      var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,)
      var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,)
      var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,)
      var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,)
      var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,)
      var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,)
      var(--tw-backdrop-sepia,);
  }
  .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, 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));
  }
  .transition-\[max-height\] {
    transition-property: max-height;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[opacity\,transform\] {
    transition-property: opacity, transform;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property:
      color, background-color, border-color, outline-color,
      text-decoration-color, fill, stroke, --tw-gradient-from,
      --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 0.15s;
    transition-duration: 0.15s;
  }
  .duration-200 {
    --tw-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .duration-300 {
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .duration-500 {
    --tw-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .not-first\:mt-1\.5:not(:first-child) {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .not-first\:mt-6:not(:first-child) {
    margin-top: calc(var(--spacing) * 6);
  }
  .group-open\:translate-x-0\.5:is(
      :where(.group):is([open], :popover-open, :open) *
    ) {
    --tw-translate-x: calc(var(--spacing) * 0.5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .group-open\:rotate-\[270deg\]:is(
    :where(.group):is([open], :popover-open, :open) *
  ) {
    rotate: 270deg;
  }
  .group-open\:text-content-alt:is(
    :where(.group):is([open], :popover-open, :open) *
  ) {
    color: var(--color-content-alt);
  }
  .group-focus-within\:visible:is(:where(.group):focus-within *) {
    visibility: visible;
  }
  .group-focus-within\:translate-y-0:is(:where(.group):focus-within *) {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .group-focus-within\:opacity-100:is(:where(.group):focus-within *) {
    opacity: 1;
  }
  @media (hover: hover) {
    .group-hover\:visible:is(:where(.group):hover *) {
      visibility: visible;
    }
    .group-hover\:translate-x-0\.5:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * 0.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .group-hover\:translate-y-0:is(:where(.group):hover *) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .group-hover\:scale-\[1\.02\]:is(:where(.group):hover *) {
      scale: 1.02;
    }
    .group-hover\:scale-\[1\.04\]:is(:where(.group):hover *) {
      scale: 1.04;
    }
    .group-hover\:rotate-45:is(:where(.group):hover *) {
      rotate: 45deg;
    }
    .group-hover\:border-accent:is(:where(.group):hover *) {
      border-color: var(--color-accent);
    }
    .group-hover\:bg-accent:is(:where(.group):hover *) {
      background-color: var(--color-accent);
    }
    .group-hover\:bg-accent\/10:is(:where(.group):hover *) {
      background-color: #0000001a;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .group-hover\:bg-accent\/10:is(:where(.group):hover *) {
        background-color: color-mix(
          in oklab,
          var(--color-accent) 10%,
          transparent
        );
      }
    }
    .group-hover\:text-accent:is(:where(.group):hover *) {
      color: var(--color-accent);
    }
    .group-hover\:text-on-accent:is(:where(.group):hover *) {
      color: var(--color-on-accent);
    }
    .group-hover\:underline:is(:where(.group):hover *) {
      text-decoration-line: underline;
    }
    .group-hover\:underline-offset-4:is(:where(.group):hover *) {
      text-underline-offset: 4px;
    }
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }
  }
  .peer-checked\:hidden:is(:where(.peer):checked ~ *) {
    display: none;
  }
  .placeholder\:text-content-muted::-moz-placeholder {
    color: var(--color-content-muted);
  }
  .placeholder\:text-content-muted::placeholder {
    color: var(--color-content-muted);
  }
  .before\:size-2:before {
    content: var(--tw-content);
    width: calc(var(--spacing) * 2);
    height: calc(var(--spacing) * 2);
  }
  .before\:rounded-full:before {
    content: var(--tw-content);
    border-radius: 3.40282e38px;
  }
  .before\:border-\[1\.5px\]:before {
    content: var(--tw-content);
    border-style: var(--tw-border-style);
    border-width: 1.5px;
  }
  .before\:border-accent:before {
    content: var(--tw-content);
    border-color: var(--color-accent);
  }
  .before\:border-white\/70:before {
    content: var(--tw-content);
    border-color: #ffffffb3;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .before\:border-white\/70:before {
      border-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .before\:content-\[\'\'\]:before {
    --tw-content: "";
    content: var(--tw-content);
  }
  .first\:mt-0:first-child {
    margin-top: calc(var(--spacing) * 0);
  }
  .first\:border-0:first-child {
    border-style: var(--tw-border-style);
    border-width: 0;
  }
  .first\:pt-1\.5:first-child {
    padding-top: calc(var(--spacing) * 1.5);
  }
  .last\:mr-3:last-child {
    margin-right: calc(var(--spacing) * 3);
  }
  .focus-within\:ring-2:focus-within {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0
      calc(2px + 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);
  }
  .focus-within\:ring-content-alt\/10:focus-within {
    --tw-ring-color: #0000001a;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .focus-within\:ring-content-alt\/10:focus-within {
      --tw-ring-color: color-mix(
        in oklab,
        var(--color-content-alt) 10%,
        transparent
      );
    }
  }
  @media (hover: hover) {
    .hover\:-translate-y-0\.5:hover {
      --tw-translate-y: calc(var(--spacing) * -0.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .hover\:bg-\[color-mix\(in_srgb\,var\(--color-page-alt\)_86\%\,var\(--color-content-alt\)_14\%\)\]:hover {
      background-color: #ccc9c7;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-\[color-mix\(in_srgb\,var\(--color-page-alt\)_86\%\,var\(--color-content-alt\)_14\%\)\]:hover {
        background-color: color-mix(
          in srgb,
          var(--color-page-alt) 86%,
          var(--color-content-alt) 14%
        );
      }
    }
    .hover\:bg-accent\/10:hover {
      background-color: #0000001a;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-accent\/10:hover {
        background-color: color-mix(
          in oklab,
          var(--color-accent) 10%,
          transparent
        );
      }
    }
    .hover\:bg-content-alt:hover {
      background-color: var(--color-content-alt);
    }
    .hover\:bg-page:hover {
      background-color: var(--color-page);
    }
    .hover\:bg-page-alt:hover {
      background-color: var(--color-page-alt);
    }
    .hover\:bg-surface:hover {
      background-color: var(--color-surface);
    }
    .hover\:text-accent:hover {
      color: var(--color-accent);
    }
    .hover\:text-content-alt:hover {
      color: var(--color-content-alt);
    }
    .hover\:text-content-muted:hover {
      color: var(--color-content-muted);
    }
    .hover\:text-page:hover {
      color: var(--color-page);
    }
    .hover\:opacity-70:hover {
      opacity: 0.7;
    }
    .hover\:opacity-75:hover {
      opacity: 0.75;
    }
    .hover\:opacity-90:hover {
      opacity: 0.9;
    }
  }
  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0
      calc(2px + 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);
  }
  .focus\:ring-content-alt\/10:focus {
    --tw-ring-color: #0000001a;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .focus\:ring-content-alt\/10:focus {
      --tw-ring-color: color-mix(
        in oklab,
        var(--color-content-alt) 10%,
        transparent
      );
    }
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .focus-visible\:ring-2:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0
      calc(2px + 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);
  }
  .focus-visible\:ring-content-alt\/60:focus-visible {
    --tw-ring-color: #0009;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-content-alt\/60:focus-visible {
      --tw-ring-color: color-mix(
        in oklab,
        var(--color-content-alt) 60%,
        transparent
      );
    }
  }
  .focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0
      var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  .focus-visible\:ring-offset-page:focus-visible {
    --tw-ring-offset-color: var(--color-page);
  }
  .focus-visible\:ring-offset-surface:focus-visible {
    --tw-ring-offset-color: var(--color-surface);
  }
  .focus-visible\:outline-none:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }
  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .active\:cursor-grabbing:active {
    cursor: grabbing;
  }
  .has-\[\:checked\]\:max-h-\[240px\]:has(:checked) {
    max-height: 240px;
  }
  .has-\[a\]\:block:has(:is(a)) {
    display: block;
  }
  .has-\[a\]\:flex:has(:is(a)) {
    display: flex;
  }
  .aria-\[current\=page\]\:bg-page[aria-current="page"] {
    background-color: var(--color-page);
  }
  .aria-\[current\=page\]\:font-semibold[aria-current="page"] {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .aria-\[current\=page\]\:text-accent[aria-current="page"] {
    color: var(--color-accent);
  }
  .aria-\[current\=page\]\:text-content-alt[aria-current="page"] {
    color: var(--color-content-alt);
  }
  @media (prefers-reduced-motion: no-preference) {
    .motion-safe\:transition-all {
      transition-property: all;
      transition-timing-function: var(
        --tw-ease,
        var(--default-transition-timing-function)
      );
      transition-duration: var(
        --tw-duration,
        var(--default-transition-duration)
      );
    }
    .motion-safe\:duration-300 {
      --tw-duration: 0.3s;
      transition-duration: 0.3s;
    }
    .motion-safe\:ease-\[var\(--ease-out-cubic\)\] {
      --tw-ease: var(--ease-out-cubic);
      transition-timing-function: var(--ease-out-cubic);
    }
    @media (hover: hover) {
      .motion-safe\:group-hover\:ml-1\.5:is(:where(.group):hover *) {
        margin-left: calc(var(--spacing) * 1.5);
      }
      .motion-safe\:group-hover\:w-3\.5:is(:where(.group):hover *) {
        width: calc(var(--spacing) * 3.5);
      }
      .motion-safe\:group-hover\:opacity-100:is(:where(.group):hover *) {
        opacity: 1;
      }
    }
    .motion-safe\:group-focus-visible\:ml-1\.5:is(
        :where(.group):focus-visible *
      ) {
      margin-left: calc(var(--spacing) * 1.5);
    }
    .motion-safe\:group-focus-visible\:w-3\.5:is(
        :where(.group):focus-visible *
      ) {
      width: calc(var(--spacing) * 3.5);
    }
    .motion-safe\:group-focus-visible\:opacity-100:is(
      :where(.group):focus-visible *
    ) {
      opacity: 1;
    }
  }
  @media (min-width: 600px) {
    .xs\:order-none {
      order: 0;
    }
    .xs\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .xs\:mx-0 {
      margin-inline: calc(var(--spacing) * 0);
    }
    .xs\:block {
      display: block;
    }
    .xs\:hidden {
      display: none;
    }
    .xs\:inline-flex {
      display: inline-flex;
    }
    .xs\:w-\[42\%\] {
      width: 42%;
    }
    .xs\:max-w-\[440px\] {
      max-width: 440px;
    }
    .xs\:flex-1 {
      flex: 1;
    }
    .xs\:shrink-0 {
      flex-shrink: 0;
    }
    .xs\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xs\:grid-cols-\[1\.05fr_0\.95fr\] {
      grid-template-columns: 1.05fr 0.95fr;
    }
    .xs\:grid-cols-\[88px_1fr\] {
      grid-template-columns: 88px 1fr;
    }
    .xs\:flex-row {
      flex-direction: row;
    }
    .xs\:flex-row-reverse {
      flex-direction: row-reverse;
    }
    .xs\:justify-between {
      justify-content: space-between;
    }
    .xs\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
    .xs\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
    .xs\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
    .xs\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
    .xs\:px-14 {
      padding-inline: calc(var(--spacing) * 14);
    }
    .xs\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
    .xs\:text-left {
      text-align: left;
    }
    .xs\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    .xs\:text-\[44px\] {
      font-size: 44px;
    }
    .xs\:text-\[56px\] {
      font-size: 56px;
    }
    @media not all and (min-width: 1100px) {
      .xs\:max-lg\:max-w-88 {
        max-width: calc(var(--spacing) * 88);
      }
    }
  }
  @media (min-width: 1100px) {
    .lg\:right-4 {
      right: calc(var(--spacing) * 4);
    }
    .lg\:order-2 {
      order: 2;
    }
    .lg\:mx-0 {
      margin-inline: calc(var(--spacing) * 0);
    }
    .lg\:-mt-4 {
      margin-top: calc(var(--spacing) * -4);
    }
    .lg\:mt-5 {
      margin-top: calc(var(--spacing) * 5);
    }
    .lg\:mt-8 {
      margin-top: calc(var(--spacing) * 8);
    }
    .lg\:mt-10 {
      margin-top: calc(var(--spacing) * 10);
    }
    .lg\:mt-14 {
      margin-top: calc(var(--spacing) * 14);
    }
    .lg\:mt-16 {
      margin-top: calc(var(--spacing) * 16);
    }
    .lg\:block {
      display: block;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:aspect-\[2\/1\] {
      aspect-ratio: 2;
    }
    .lg\:h-full {
      height: 100%;
    }
    .lg\:h-screen {
      height: 100vh;
    }
    .lg\:w-1\/2 {
      width: 50%;
    }
    .lg\:w-\[180px\] {
      width: 180px;
    }
    .lg\:w-\[calc\(100\%-2rem\)\] {
      width: calc(100% - 2rem);
    }
    .lg\:max-w-\[400px\] {
      max-width: 400px;
    }
    .lg\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:flex-row {
      flex-direction: row;
    }
    .lg\:items-start {
      align-items: flex-start;
    }
    .lg\:justify-between {
      justify-content: space-between;
    }
    .lg\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
    .lg\:gap-14 {
      gap: calc(var(--spacing) * 14);
    }
    .lg\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }
    .lg\:overflow-hidden {
      overflow: hidden;
    }
    .lg\:rounded-3xl {
      border-radius: var(--radius-3xl);
    }
    .lg\:p-7 {
      padding: calc(var(--spacing) * 7);
    }
    .lg\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
    .lg\:p-12 {
      padding: calc(var(--spacing) * 12);
    }
    .lg\:px-5 {
      padding-inline: calc(var(--spacing) * 5);
    }
    .lg\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
    .lg\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
    .lg\:py-10 {
      padding-block: calc(var(--spacing) * 10);
    }
    .lg\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
    .lg\:ps-10 {
      padding-inline-start: calc(var(--spacing) * 10);
    }
    .lg\:pt-4 {
      padding-top: calc(var(--spacing) * 4);
    }
    .lg\:pt-5 {
      padding-top: calc(var(--spacing) * 5);
    }
    .lg\:pt-6 {
      padding-top: calc(var(--spacing) * 6);
    }
    .lg\:pt-7 {
      padding-top: calc(var(--spacing) * 7);
    }
    .lg\:pt-8 {
      padding-top: calc(var(--spacing) * 8);
    }
    .lg\:pt-12 {
      padding-top: calc(var(--spacing) * 12);
    }
    .lg\:pt-16 {
      padding-top: calc(var(--spacing) * 16);
    }
    .lg\:pb-4 {
      padding-bottom: calc(var(--spacing) * 4);
    }
    .lg\:pb-7 {
      padding-bottom: calc(var(--spacing) * 7);
    }
    .lg\:text-\[26px\] {
      font-size: 26px;
    }
    .lg\:text-\[34px\] {
      font-size: 34px;
    }
    .lg\:text-\[42px\] {
      font-size: 42px;
    }
    .lg\:text-\[44px\] {
      font-size: 44px;
    }
    .lg\:text-\[48px\] {
      font-size: 48px;
    }
    .lg\:text-\[52px\] {
      font-size: 52px;
    }
    .lg\:text-\[56px\] {
      font-size: 56px;
    }
    .lg\:text-\[64px\] {
      font-size: 64px;
    }
    .lg\:text-\[128px\] {
      font-size: 128px;
    }
  }
  @media (min-width: 1800px) {
    .\33xl\:top-\[calc\(1\.25rem\+var\(--announcement-offset\,0px\)\)\] {
      top: calc(1.25rem + var(--announcement-offset, 0px));
    }
    .\33xl\:mt-8 {
      margin-top: calc(var(--spacing) * 8);
    }
    .\33xl\:h-fit {
      height: -moz-fit-content;
      height: fit-content;
    }
    .\33xl\:max-h-\[calc\(100dvh-2\.5rem-var\(--announcement-offset\,0px\)\)\] {
      max-height: calc(100dvh - 2.5rem - var(--announcement-offset, 0px));
    }
    .\33xl\:max-w-\[calc\(var\(--site-sidebar-width\)\+var\(--content-max-width\)\+5rem\)\] {
      max-width: calc(
        var(--site-sidebar-width) + var(--content-max-width) + 5rem
      );
    }
    .\33xl\:max-w-\[calc\(…\)\] {
      max-width: …;
    }
    .\33xl\:self-start {
      align-self: flex-start;
    }
    .\33xl\:rounded-\[20px\] {
      border-radius: 20px;
    }
  }
  .\[\&_p\]\:m-0 p {
    margin: calc(var(--spacing) * 0);
  }
  .\[\&_p\+p\]\:mt-2 p + p {
    margin-top: calc(var(--spacing) * 2);
  }
  .\[\&_p\+p\]\:mt-3 p + p {
    margin-top: calc(var(--spacing) * 3);
  }
  .\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker {
    display: none;
  }
  .\[\&\:has\(\[data-priority-more\]\:empty\)\]\:hidden:has(
    [data-priority-more]:empty
  ),
  .\[\&\:not\(\:has\(a\,form\)\)\]\:hidden:not(:has(a, form)) {
    display: none;
  }
  @media (min-width: 1100px) {
    .lg\:\[\&\:nth-child\(2\)\]\:col-span-3:nth-child(2) {
      grid-column: span 3 / span 3;
    }
    .lg\:\[\&\:only-child\]\:col-span-4:only-child {
      grid-column: span 4 / span 4;
    }
  }
  @media (min-width: 600px) {
    @media not all and (min-width: 1100px) {
      .xs\:max-lg\:\[\&\>\*\:nth-child\(3\)\]\:hidden > :nth-child(3) {
        display: none;
      }
    }
  }
  [aria-expanded="true"] .\[\[aria-expanded\=true\]_\&\]\:rotate-\[270deg\] {
    rotate: 270deg;
  }
}
:root {
  --site-max-width: 1800px;
  --site-sidebar-width: 250px;
  --content-max-width: 1128px;
  --post-content-max-width: 660px;
  --post-card-image-aspect-ratio: 4/3;
  --translate-factor: -1;
}
@media not all and (min-width: 1100px) {
  :root {
    --content-max-width: 960px;
  }
}
[dir="rtl"] {
  --translate-factor: 1;
}
[data-color-scheme="dark"] {
  --color-page: #17140f;
  --color-page-alt: #211d16;
  --color-surface: #2a2620;
  --color-content-alt: #faf7f1;
  --color-content: #faf7f1db;
  --color-content-muted: #faf7f1ad;
  --color-stroke: #faf7f129;
  --color-accent: var(--color-content-alt);
}
[data-color-scheme="light"] {
  --color-page: #fafbfc;
  --color-page-alt: #eef0f3;
  --color-surface: #fff;
  --color-content-alt: #0b0d12;
  --color-content: #0b0d12cc;
  --color-content-muted: #0b0d1299;
  --color-stroke: #0f172a17;
}
[data-color-scheme="blush"] {
  --color-page: #f3eaea;
  --color-page-alt: #ebdfdf;
  --color-surface: #fdf8f8;
}
[data-color-scheme="sage"] {
  --color-page: #e9ede8;
  --color-page-alt: #dde3da;
  --color-surface: #f6f9f4;
}
[data-color-scheme="mist"] {
  --color-page: #e8edf0;
  --color-page-alt: #dce4e9;
  --color-surface: #f5f9fb;
}
[data-color-scheme="midnight"] {
  --color-page: #0f1622;
  --color-page-alt: #161f2e;
  --color-surface: #1b2535;
  --color-content-alt: #f3f6fb;
  --color-content: #f3f6fbdb;
  --color-content-muted: #f3f6fba8;
  --color-stroke: #f3f6fb24;
  --color-accent: var(--color-content-alt);
}
[data-priority-more] > * {
  background-color: #0000;
  border-radius: 0.75rem;
  justify-content: flex-start;
  width: 100%;
  min-width: 0;
  padding: 0.625rem 0.875rem;
}
[data-priority-more] > :hover {
  background-color: var(--color-page-alt);
}
.post-body .kg-image-card img,
.kg-gallery-container img {
  margin-top: 0;
  margin-bottom: 0;
}
.post-body :where(figcaption) {
  text-align: center;
  color: var(--color-content-muted);
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
  font-size: 12px;
  font-weight: 500;
}
.post-body :where(blockquote:not(.kg-blockquote-alt)) {
  border-inline-start: 2px solid var(--color-accent);
  color: var(--color-content-alt);
  background: 0 0;
  border-radius: 0;
  padding: 0.25rem 0 0.25rem 1.5rem;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}
.post-body :where(blockquote.kg-blockquote-alt) {
  text-align: center;
  color: var(--color-content-alt);
  background: 0 0;
  border: 0;
  border-radius: 0;
  margin-block: 2em;
  padding: 0 3rem;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.625rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
  position: relative;
}
.post-body :where(blockquote.kg-blockquote-alt):before,
.post-body :where(blockquote.kg-blockquote-alt):after {
  font-family: var(--font-heading);
  color: var(--color-content-alt);
  font-size: 3.5rem;
  font-style: normal;
  line-height: 0;
  position: absolute;
}
.post-body :where(blockquote.kg-blockquote-alt):before {
  content: "“";
  top: 1.5rem;
  left: 0.25rem;
}
.post-body :where(blockquote.kg-blockquote-alt):after {
  content: "”";
  bottom: 0.25rem;
  right: 0.25rem;
}
.post-body :where(blockquote p):before,
.post-body :where(blockquote p):after {
  content: none;
}
.post-body :where(blockquote cite) {
  font-family: var(--font-body);
  color: var(--color-content-muted);
  margin-top: 0.75em;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  display: block;
}
.post-body .kg-bookmark-card a.kg-bookmark-container {
  border: 1px solid var(--color-stroke);
  background: var(--color-surface);
  box-shadow: none;
  transition: background-color 0.2s ease-out;
  overflow: hidden;
  border-radius: 16px !important;
}
.post-body .kg-bookmark-container:hover {
  background: var(--color-page-alt);
}
.post-body .kg-bookmark-content {
  padding: 1.25rem 1.5rem;
}
.post-body .kg-bookmark-title {
  color: var(--color-content-alt);
  font-size: 0.9375rem;
  font-weight: 600;
}
.post-body .kg-bookmark-description {
  color: var(--color-content-muted);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  display: -webkit-box;
  overflow: hidden;
}
.post-body .kg-bookmark-card {
  flex-direction: column;
  gap: 0.25rem;
  display: flex;
}
.post-body .kg-bookmark-card figcaption {
  margin-top: 0;
  line-height: 1.4;
}
.post-body .kg-bookmark-metadata {
  color: var(--color-content-muted);
  margin-top: 0.875rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.post-body .kg-bookmark-icon {
  width: 1rem;
  height: 1rem;
  margin: 0;
}
.post-body .kg-bookmark-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
:is(.post-body, .shop-content) .kg-callout-card {
  border-radius: 16px;
}
.post-body .kg-product-card-container {
  border: 1px solid var(--color-stroke);
  background: var(--color-surface);
  box-shadow: none;
  border-radius: 24px;
  padding: 1rem;
}
.post-body .kg-product-card-image {
  border-radius: 16px;
  margin-top: 0;
}
.post-body .kg-product-card-title {
  font-family: var(--font-heading);
  letter-spacing: -0.01em;
  font-weight: 400;
}
.post-body .kg-product-card-description {
  color: var(--color-content-muted);
  font-size: 0.875rem;
  line-height: 1.6;
}
.post-body .kg-product-card a.kg-product-card-button {
  background: var(--color-accent);
  color: var(--color-on-accent);
  border-radius: 9999px;
  height: 2.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  transition: opacity 0.2s ease-out;
}
.post-body .kg-product-card a.kg-product-card-button:hover {
  opacity: 0.9;
}
.post-body .kg-audio-card {
  border: 1px solid var(--color-stroke);
  background: var(--color-surface);
  box-shadow: none;
  border-radius: 16px;
}
.post-body .kg-file-card {
  box-shadow: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
}
.post-body .kg-file-card .kg-file-card-container {
  border: 1px solid var(--color-stroke);
  background: var(--color-surface);
  border-radius: 16px;
}
.post-body .kg-audio-thumbnail {
  border-radius: 12px;
}
:is(.post-body, .shop-content) .kg-toggle-card {
  border: 1px solid var(--color-stroke);
  background: var(--color-surface);
  box-shadow: none;
  border-radius: 16px;
}
:is(.post-body, .shop-content) .kg-toggle-heading-text {
  font-family: var(--font-body);
  letter-spacing: normal;
  font-size: 1rem;
  font-weight: 600;
}
.post-body :where(table) {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--color-stroke);
  background: var(--color-surface);
  border-radius: 16px;
  width: 100%;
  padding: 0.625rem;
  font-size: 0.875rem;
  overflow: hidden;
}
.post-body :where(th) {
  text-align: left;
  color: var(--color-content-alt);
  border-bottom: 1px solid var(--color-stroke);
  padding: 0.75rem 1rem;
  font-weight: 600;
}
.post-body :where(td) {
  border-bottom: 1px solid var(--color-stroke);
  padding: 0.75rem 1rem;
}
.post-body :where(tr:last-child td) {
  border-bottom: 0;
}
.post-body .kg-embed-card iframe {
  aspect-ratio: 16/9;
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.post-body :where(pre) {
  border: 1px solid var(--color-stroke);
  background: var(--color-surface);
  color: var(--color-content-alt);
  box-shadow: none;
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  font-size: 0.8125rem;
  line-height: 1.7;
  overflow-x: auto;
}
.post-body :where(:not(pre) > code) {
  background: var(--color-page-alt);
  color: var(--color-content-alt);
  border-radius: 6px;
  padding: 0.15em 0.4em;
  font-size: 0.85em;
  font-weight: 500;
}
.post-body :where(pre code) {
  font-size: inherit;
  background: 0 0;
  padding: 0;
}
.post-body .kg-header-card {
  border-radius: 24px;
  overflow: hidden;
}
.post-body .kg-header-card .kg-header-card-heading {
  font-family: var(--font-heading);
  letter-spacing: -0.01em;
  font-weight: 400;
}
.post-body .kg-header-card .kg-header-card-subheading {
  font-family: var(--font-body);
}
.post-body .kg-header-card a.kg-header-card-button {
  border-radius: 9999px;
  height: auto;
  padding: 0.875rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  transition: opacity 0.2s ease-out;
}
.post-body .kg-header-card a.kg-header-card-button:hover {
  opacity: 0.9;
}
.post-body .kg-header-card.kg-v2 .kg-header-card-text {
  padding-inline: clamp(1.5rem, 5vw, 4rem);
}
.post-body .kg-header-card picture,
.post-body .kg-header-card img {
  border-radius: 0;
  margin: 0;
}
.post-body
  .kg-header-card.kg-layout-split:not(.kg-content-wide)
  .kg-header-card-content
  picture {
  height: 100%;
  min-height: 100%;
  display: block;
}
.post-body
  .kg-header-card.kg-layout-split:not(.kg-content-wide)
  .kg-header-card-content
  .kg-header-card-image {
  aspect-ratio: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.post-body .kg-button-card a.kg-btn {
  height: auto;
  font-family: var(--font-body);
  border-radius: 9999px;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
}
.post-body .kg-button-card a.kg-btn-accent {
  background-color: var(--color-accent);
  color: var(--color-on-accent);
}
.post-body .kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 0.5rem;
}
.post-body .kg-gallery-row:not(:first-of-type) {
  margin: 0.5rem 0 0;
}
.post-body .kg-image-card img:not(a img),
.post-body .kg-gallery-card img:not(a img) {
  cursor: zoom-in;
}
.post-body .kg-bookmark-description,
.post-body .kg-bookmark-metadata > :not(img),
.post-body .kg-file-card-caption,
.post-body .kg-file-card-filesize,
:is(.post-body, .shop-content)
  .kg-product-card
  .kg-product-card-description
  :is(p, ol, ul),
.post-body .kg-collection-card-post-meta {
  opacity: 1;
  color: var(--color-content-muted);
}
.post-body .kg-audio-time {
  color: var(--color-content-muted);
}
form[data-members-form] .form-loading,
form[data-members-form] .form-success,
form[data-members-form] .form-error,
form[data-form] .form-loading,
form[data-form] .form-success,
form[data-form] .form-error {
  display: none;
}
form[data-members-form].loading button[type="submit"],
form[data-form].loading button[type="submit"] {
  pointer-events: none;
  opacity: 0.5;
}
form[data-members-form].loading .form-loading,
form[data-form].loading .form-loading {
  display: block;
}
form[data-members-form].success .form-fields,
form[data-form].success .form-fields {
  display: none;
}
form[data-members-form].success .form-success,
form[data-form].success .form-success {
  display: block;
}
form[data-members-form].error .form-error,
form[data-form].error .form-error {
  --tw-font-weight: var(--font-weight-medium);
  font-size: 12px;
  font-weight: var(--font-weight-medium);
  color: var(--color-content-muted);
  display: block;
}
form[data-members-form].loading ~ .form-helper,
form[data-members-form].success ~ .form-helper,
form[data-members-form].error ~ .form-helper,
form[data-form].loading ~ .form-helper,
form[data-form].success ~ .form-helper,
form[data-form].error ~ .form-helper {
  display: none;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@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: 0;
}
@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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

.col-span-full,
.month-divider {
  grid-column: 1 / -1 !important;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.scrollbar-none {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-none::-webkit-scrollbar {
  display: none;
}


