/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-snug: 1.375;
    --radius-lg: 0.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  *:focus, *:focus-visible {
    outline: none;
  }
  body {
    margin: calc(var(--spacing) * 0);
    min-height: 100vh;
    background-color: #fbfaf7;
    color: #171717;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    &:where(.dark, .dark *) {
      background-color: #0f1115;
    }
    &:where(.dark, .dark *) {
      color: #f3f0eb;
    }
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }
}
@layer components {
  .docs-shell, .admin-shell {
    display: grid;
    min-height: 100vh;
    grid-template-columns: 328px minmax(0,1fr);
    @media (width < 860px) {
      display: block;
    }
  }
  .sidebar {
    position: sticky;
    top: calc(var(--spacing) * 0);
    height: 100vh;
    overflow: auto;
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
    border-color: #e7e0d5;
    background-color: #fffdfa;
    padding-inline: calc(var(--spacing) * 4);
    padding-top: 18px;
    padding-bottom: calc(var(--spacing) * 7);
    @media (width < 860px) {
      position: relative;
    }
    @media (width < 860px) {
      height: auto;
    }
    &:where(.dark, .dark *) {
      border-color: #2b303b;
    }
    &:where(.dark, .dark *) {
      background-color: #151820;
    }
  }
  .sidebar-top {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 3);
  }
  .brand {
    display: inline-flex;
    align-items: center;
    text-decoration-line: none;
  }
  .brand img {
    display: block;
    height: 34px;
    max-width: 172px;
    object-fit: contain;
  }
  .theme-toggle {
    display: inline-flex;
    height: auto;
    width: auto;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-style: var(--tw-border-style);
    border-width: 0px;
    background-color: transparent;
    padding: calc(var(--spacing) * 0);
    color: #494cd7;
    &:hover {
      @media (hover: hover) {
        background-color: transparent;
      }
    }
    &:hover {
      @media (hover: hover) {
        color: #494cd7;
      }
    }
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
    &:where(.dark, .dark *) {
      color: #494cd7;
    }
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: transparent;
        }
      }
    }
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: #494cd7;
        }
      }
    }
  }
  .theme-toggle svg {
    height: 22px;
    width: 22px;
  }
  .sun-icon {
    display: none;
  }
  .dark .moon-icon {
    display: none;
  }
  .dark .sun-icon {
    display: block;
  }
  .search {
    position: relative;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
  }
  .search-icon {
    pointer-events: none;
    position: absolute;
    left: calc(var(--spacing) * 3);
    height: 17px;
    width: 17px;
    color: #68625b;
    &:where(.dark, .dark *) {
      color: #a79f95;
    }
  }
  .search:focus-within .search-icon {
    color: #3437b7;
    &:where(.dark, .dark *) {
      color: #b7b9ff;
    }
  }
  input, textarea, select {
    width: 100%;
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #e7e0d5;
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2.5);
    font-family: inherit;
    color: #171717;
    &:focus {
      border-color: #494cd7;
    }
    &:focus {
      --tw-shadow: 0 0 0 3px var(--tw-shadow-color, #eeeeff);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:where(.dark, .dark *) {
      border-color: #2b303b;
    }
    &:where(.dark, .dark *) {
      background-color: #1b1f2a;
    }
    &:where(.dark, .dark *) {
      color: #f3f0eb;
    }
    &:where(.dark, .dark *) {
      &:focus {
        border-color: #8b8eff;
      }
    }
    &:where(.dark, .dark *) {
      &:focus {
        --tw-shadow: 0 0 0 3px var(--tw-shadow-color, #202154);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .search input {
    border-radius: 9px;
    border-color: #d4c9ba;
    padding-left: 38px;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    &::placeholder {
      color: #68625b;
    }
    &:where(.dark, .dark *) {
      border-color: #394151;
    }
    &:where(.dark, .dark *) {
      &::placeholder {
        color: #a79f95;
      }
    }
  }
  textarea {
    min-height: 420px;
    resize: vertical;
    font-family: var(--font-mono);
  }
  button:not(.theme-toggle), .button {
    display: inline-flex;
    cursor: pointer;
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 0px;
    background-color: #494cd7;
    padding-inline: calc(var(--spacing) * 3.5);
    padding-block: calc(var(--spacing) * 2.5);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-white);
    text-decoration-line: none;
    &:where(.dark, .dark *) {
      background-color: #8b8eff;
    }
    &:where(.dark, .dark *) {
      color: #151820;
    }
  }
  .button.secondary {
    background-color: #3f3a35;
    &:where(.dark, .dark *) {
      background-color: #d7d0c7;
    }
    &:where(.dark, .dark *) {
      color: #151820;
    }
  }
  .nav ul {
    margin: calc(var(--spacing) * 0);
    list-style-type: none;
    padding: calc(var(--spacing) * 0);
  }
  .nav ul ul {
    margin-left: calc(var(--spacing) * 2.5);
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
    border-color: #e7e0d5;
    padding-left: calc(var(--spacing) * 2.5);
    &:where(.dark, .dark *) {
      border-color: #2b303b;
    }
  }
  .nav-link {
    display: block;
    border-radius: 7px;
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 1.5);
    font-size: 13px;
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
    color: #3f3a35;
    text-decoration-line: none;
    &:hover {
      @media (hover: hover) {
        background-color: #eeeeff;
      }
    }
    &:hover {
      @media (hover: hover) {
        color: #3437b7;
      }
    }
    &:where(.dark, .dark *) {
      color: #d7d0c7;
    }
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: #202154;
        }
      }
    }
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: #b7b9ff;
        }
      }
    }
  }
  .nav-link.active {
    background-color: #eeeeff;
    color: #3437b7;
    &:where(.dark, .dark *) {
      background-color: #202154;
    }
    &:where(.dark, .dark *) {
      color: #b7b9ff;
    }
  }
  .content {
    width: 100%;
    max-width: 1040px;
    padding-inline: calc(var(--spacing) * 16);
    padding-top: 52px;
    padding-bottom: 88px;
    @media (width < 860px) {
      padding-inline: calc(var(--spacing) * 5);
    }
    @media (width < 860px) {
      padding-top: 30px;
    }
    @media (width < 860px) {
      padding-bottom: calc(var(--spacing) * 14);
    }
  }
  .doc h1, .content h1 {
    margin-top: calc(var(--spacing) * 0);
    margin-bottom: 18px;
    font-size: 42px;
    --tw-leading: 1.08;
    line-height: 1.08;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    @media (width < 860px) {
      font-size: 32px;
    }
  }
  .doc h2 {
    margin-top: 38px;
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: #e7e0d5;
    padding-top: 30px;
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    &:where(.dark, .dark *) {
      border-color: #2b303b;
    }
  }
  .doc h3 {
    margin-top: calc(var(--spacing) * 7);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .doc p, .doc li {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: 1.75;
    line-height: 1.75;
    color: #3f3a35;
    &:where(.dark, .dark *) {
      color: #d7d0c7;
    }
  }
  .doc img {
    height: auto;
    max-width: 100%;
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #e7e0d5;
    background-color: var(--color-white);
    --tw-shadow: 0 20px 55px var(--tw-shadow-color, rgba(34,24,12,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    &:where(.dark, .dark *) {
      border-color: #2b303b;
    }
    &:where(.dark, .dark *) {
      background-color: #1b1f2a;
    }
    &:where(.dark, .dark *) {
      --tw-shadow: 0 20px 60px var(--tw-shadow-color, rgba(0,0,0,0.28));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .doc code {
    border-radius: 5px;
    background-color: #f4efe8;
    padding-inline: calc(var(--spacing) * 1.5);
    padding-block: calc(var(--spacing) * 0.5);
    font-size: 0.92em;
    &:where(.dark, .dark *) {
      background-color: #20242d;
    }
  }
  .doc pre {
    overflow: auto;
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #e7e0d5;
    background-color: #f4efe8;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3.5);
    &:where(.dark, .dark *) {
      border-color: #2b303b;
    }
    &:where(.dark, .dark *) {
      background-color: #20242d;
    }
  }
  .doc pre code {
    background-color: transparent;
    padding: calc(var(--spacing) * 0);
  }
  .doc a, .content a {
    color: #3437b7;
    &:where(.dark, .dark *) {
      color: #b7b9ff;
    }
  }
  .meta {
    margin-bottom: calc(var(--spacing) * 6);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: #68625b;
    &:where(.dark, .dark *) {
      color: #a79f95;
    }
  }
  .toolbar {
    margin-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 2.5);
  }
  .table {
    width: 100%;
    overflow: hidden;
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #e7e0d5;
    background-color: var(--color-white);
    &:where(.dark, .dark *) {
      border-color: #2b303b;
    }
    &:where(.dark, .dark *) {
      background-color: #1b1f2a;
    }
    border-collapse: collapse;
  }
  .table th, .table td {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: #e7e0d5;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2.5);
    text-align: left;
    &:where(.dark, .dark *) {
      border-color: #2b303b;
    }
  }
  .table th {
    font-size: 13px;
    color: #68625b;
    &:where(.dark, .dark *) {
      color: #a79f95;
    }
  }
  .form-grid {
    display: grid;
    max-width: 820px;
    gap: calc(var(--spacing) * 3.5);
  }
  .two {
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: calc(var(--spacing) * 3.5);
    @media (width < 860px) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .error {
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #ffc9c9;
    background-color: #fff2f2;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2.5);
    color: #9f1c1c;
  }
  .result {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: #e7e0d5;
    padding-block: calc(var(--spacing) * 3.5);
    &:where(.dark, .dark *) {
      border-color: #2b303b;
    }
  }
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --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-font-weight: initial;
      --tw-leading: initial;
    }
  }
}
