/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --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: calc(1.5 / 1);
    --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-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --radius-lg: 0.5rem;
    --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
    --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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .-right-0\.5 {
    right: calc(var(--spacing) * -0.5);
  }
  .-right-1 {
    right: calc(var(--spacing) * -1);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .-bottom-0\.5 {
    bottom: calc(var(--spacing) * -0.5);
  }
  .-bottom-1 {
    bottom: calc(var(--spacing) * -1);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .isolate {
    isolation: isolate;
  }
  .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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .\!block {
    display: block !important;
  }
  .block {
    display: block;
  }
  .block\! {
    display: block !important;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table\! {
    display: table !important;
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-auto {
    height: auto;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .rotate-\[30deg\] {
    rotate: 30deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform\! {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,) !important;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-12 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-16 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .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));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .drop-shadow-md {
    --tw-drop-shadow-size: drop-shadow(0 3px 3px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.12)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-md));
    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,);
  }
  .invert {
    --tw-invert: invert(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,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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-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-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .\[rdoc-ref\:lib\/racc\/rdoc\/grammar\.en\.rdoc\] {
    rdoc-ref: lib/racc/rdoc/grammar.en.rdoc;
  }
  .group-open\:rotate-180 {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      rotate: 180deg;
    }
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .md\:h-6 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 6);
    }
  }
  .md\:w-6 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 6);
    }
  }
  .md\:w-16 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 16);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:py-28 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:h-7 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 7);
    }
  }
  .lg\:w-7 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 7);
    }
  }
  .lg\:w-20 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 20);
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-7xl {
    @media (width >= 64rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
}
body {
  font-family: 'Nunito', system-ui, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', system-ui, sans-serif;
}
:root {
  --cm-background: var(--color-base-100);
  --cm-foreground: var(--color-base-content);
  --cm-selection: var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    --cm-selection: color-mix(in oklch, var(--color-primary) 25%, transparent);
  }
  --cm-cursor: var(--color-base-content);
  --cm-gutter-background: var(--color-base-200);
  --cm-gutter-foreground: var(--color-base-content);
  @supports (color: color-mix(in lab, red, red)) {
    --cm-gutter-foreground: color-mix(in oklch, var(--color-base-content) 50%, transparent);
  }
  --cm-line-highlight: var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    --cm-line-highlight: color-mix(in oklch, var(--color-primary) 10%, transparent);
  }
}
.cm-editor {
  height: 200px;
  background-color: var(--cm-background);
  color: var(--cm-foreground);
}
.cm-editor .cm-scroller {
  overflow: auto;
}
.json-editor-wrapper {
  border: 1px solid var(--color-base-300);
  overflow: hidden;
}
.json-editor-wrapper[data-json-editor-readonly-value="false"]:has(.cm-editor.cm-focused) {
  border-color: oklch(55% 0.22 25);
  box-shadow: 0 0 0 1px oklch(55% 0.22 25);
}
.json-editor-wrapper[data-json-editor-readonly-value="true"]:has(.cm-editor.cm-focused), .json-editor-wrapper.glow-active {
  border-color: transparent;
  animation: glow-pulse 2s ease-in-out infinite;
}
@keyframes glow-pulse {
  0%, 100% {
    box-shadow: 0 0 0 2px oklch(55% 0.22 25), 0 0 20px 4px oklch(55% 0.22 25 / 0.6);
  }
  50% {
    box-shadow: 0 0 0 2px oklch(65% 0.20 45), 0 0 28px 6px oklch(65% 0.20 45 / 0.7);
  }
}
.cm-editor.cm-focused {
  outline: none;
}
.cm-editor .cm-gutters {
  background-color: var(--cm-gutter-background);
  color: var(--cm-gutter-foreground);
  border-right: 1px solid var(--color-base-300);
}
.cm-editor .cm-activeLineGutter {
  background-color: var(--cm-line-highlight);
}
.cm-editor .cm-activeLine {
  background-color: var(--cm-line-highlight);
}
.cm-editor .cm-selectionBackground, .cm-editor.cm-focused .cm-selectionBackground {
  background-color: var(--cm-selection) !important;
}
.cm-editor .cm-cursor {
  border-left-color: var(--cm-cursor);
}
.cm-editor .tok-string, .cm-editor .ͼe {
  color: oklch(75% 0.18 25);
}
.cm-editor .tok-number, .cm-editor .ͼd {
  color: oklch(75% 0.17 145);
}
.cm-editor .tok-bool, .cm-editor .tok-keyword, .cm-editor .ͼc {
  color: oklch(75% 0.15 250);
}
.cm-editor .tok-null {
  color: var(--color-neutral-content);
}
.cm-editor .tok-propertyName {
  color: var(--color-info);
}
.cm-editor .tok-punctuation {
  color: var(--color-base-content);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklch, var(--color-base-content) 70%, transparent);
  }
}
.badge {
  font-weight: 600;
  font-size: 0.7rem;
  padding: 0.15rem 0.5rem;
  border-radius: 0.375rem;
}
.badge-primary {
  background: oklch(55% 0.22 25 / 0.2);
  border: 1px solid oklch(55% 0.22 25);
  color: oklch(75% 0.15 25);
}
.badge-accent {
  background: oklch(70% 0.18 55 / 0.2);
  border: 1px solid oklch(70% 0.18 55);
  color: oklch(80% 0.14 55);
}
.badge-success {
  background: oklch(70% 0.17 145 / 0.2);
  border: 1px solid oklch(70% 0.17 145);
  color: oklch(80% 0.13 145);
}
.badge-warning {
  background: oklch(80% 0.15 85 / 0.2);
  border: 1px solid oklch(80% 0.15 85);
  color: oklch(90% 0.12 85);
}
.btn-primary {
  background: linear-gradient(135deg, oklch(55% 0.22 25) 0%, oklch(65% 0.20 45) 100%);
  color: var(--color-primary-content);
  border: none;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px oklch(55% 0.22 25 / 0.3);
}
.btn-primary:hover {
  background: linear-gradient(135deg, oklch(50% 0.24 25) 0%, oklch(60% 0.22 45) 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px oklch(55% 0.22 25 / 0.5);
}
.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px oklch(55% 0.22 25 / 0.3);
}
.btn-secondary {
  background: transparent;
  color: var(--color-base-content);
  border: 1px solid var(--color-base-300);
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
}
.btn-secondary:hover {
  border-color: oklch(55% 0.22 25);
  color: oklch(55% 0.22 25);
  background: oklch(55% 0.22 25 / 0.1);
}
.btn-example {
  background: var(--color-base-100);
  color: var(--color-base-content);
  border: 1px solid var(--color-base-300);
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
}
.btn-example:hover {
  border-color: oklch(55% 0.22 25);
  box-shadow: 0 0 12px oklch(55% 0.22 25 / 0.3);
  transform: translateY(-1px);
}
.btn-example.btn-active, .btn-example:active {
  background: linear-gradient(135deg, oklch(55% 0.22 25 / 0.2) 0%, oklch(65% 0.20 45 / 0.2) 100%);
  border-color: oklch(55% 0.22 25);
  box-shadow: 0 0 16px oklch(55% 0.22 25 / 0.4);
}
body {
  position: relative;
}
body::before, body::after {
  content: "";
  position: fixed;
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}
body::before {
  top: -15vw;
  left: -15vw;
  background: radial-gradient(circle, oklch(55% 0.22 25 / 0.15) 0%, transparent 70%);
}
body::after {
  bottom: -15vw;
  right: -15vw;
  background: radial-gradient(circle, oklch(65% 0.20 45 / 0.12) 0%, transparent 70%);
}
.hero-section {
  position: relative;
}
.hero-title {
  line-height: 1.1;
}
.hero-tagline {
  letter-spacing: 0.02em;
}
.text-ruby {
  color: oklch(65% 0.22 25);
}
.text-amber {
  color: oklch(70% 0.18 55);
}
.bg-ruby\/20 {
  background-color: oklch(55% 0.22 25 / 0.2);
}
.drop-shadow-glow {
  filter: drop-shadow(0 0 20px oklch(55% 0.22 25 / 0.5));
}
.btn-lg {
  font-size: 1.125rem;
  padding: 1rem 2rem;
}
.code-editor {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid oklch(30% 0.02 30);
}
.code-editor-header {
  background: oklch(22% 0.01 250);
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid oklch(28% 0.01 250);
}
.code-editor-dots {
  display: flex;
  gap: 0.375rem;
}
.code-editor-dots span {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
}
.dot-red {
  background: #ff5f56;
}
.dot-yellow {
  background: #ffbd2e;
}
.dot-green {
  background: #27ca40;
}
.code-editor-title {
  font-size: 0.75rem;
  color: oklch(70% 0.01 250);
  font-family: system-ui, sans-serif;
}
.code-editor-content {
  background: oklch(18% 0.01 250);
  padding: 1rem 1.25rem;
  margin: 0;
  font-family: 'JetBrains Mono', 'Fira Code', 'SF Mono', Consolas, monospace;
  font-size: 0.875rem;
  line-height: 1.6;
  overflow-x: auto;
  color: oklch(85% 0.01 250);
}
.code-editor-content code {
  font-family: inherit;
}
.code-keyword {
  color: #cc7832;
  font-weight: 500;
}
.code-method {
  color: #ffc66d;
}
.code-string {
  color: #6a8759;
}
.code-number {
  color: #6897bb;
}
.code-class {
  color: #a9b7c6;
  font-weight: 500;
}
.code-comment {
  color: #808080;
  font-style: italic;
}
.code-symbol {
  color: #9876aa;
}
.code-instance-var {
  color: #9876aa;
}
.code-block-var {
  color: #a9b7c6;
}
.code-prompt {
  color: #6a8759;
  user-select: none;
  margin-right: 0.5rem;
}
.code-inline {
  font-family: 'JetBrains Mono', 'Fira Code', 'SF Mono', Consolas, monospace;
  font-size: 0.875em;
  color: #6a8759;
  background: oklch(22% 0.01 250);
  padding: 0.15rem 0.4rem;
  border-radius: 0.25rem;
}
.docs-header {
  border-bottom: 1px solid var(--color-base-300);
}
.docs-container {
  line-height: 1.7;
}
.docs-container p {
  color: oklch(85% 0.02 60);
  margin-bottom: 1rem;
}
.docs-container h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: var(--color-base-content);
}
.docs-section {
  scroll-margin-top: 2rem;
}
.docs-section-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid oklch(55% 0.22 25 / 0.3);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.docs-group-header {
  margin-top: 4rem;
  margin-bottom: 2rem;
  scroll-margin-top: 2rem;
}
.docs-group-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-base-content);
  margin-bottom: 0.75rem;
}
.docs-group-description {
  color: oklch(75% 0.02 60);
  font-size: 0.95rem;
  line-height: 1.6;
}
.docs-group-description code {
  background: oklch(22% 0.01 250);
  padding: 0.1rem 0.35rem;
  border-radius: 0.25rem;
  font-size: 0.85em;
}
.docs-anchor {
  color: oklch(55% 0.22 25 / 0.4);
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s ease;
}
.docs-anchor:hover {
  color: oklch(55% 0.22 25);
}
.docs-section-content {
  margin-bottom: 2rem;
}
.docs-section-playgrounds {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.playground {
  background: var(--color-base-200);
  border: 1px solid var(--color-base-300);
  border-radius: 0.75rem;
  padding: 1.25rem;
}
.playground-description {
  font-size: 0.9rem;
  color: oklch(75% 0.02 60);
  margin-bottom: 1rem;
  font-style: italic;
}
.playground-examples {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.playground-examples .btn-example {
  font-size: 0.8rem;
  padding: 0.35rem 0.75rem;
}
.playground-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.playground-editors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 768px) {
  .playground-editors {
    grid-template-columns: 1fr;
  }
}
.playground-editor {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.playground-editor-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.25rem;
}
.playground-editor-label {
  font-size: 0.8rem;
  font-weight: 500;
  color: oklch(75% 0.02 60);
}
.playground-actions {
  display: flex;
  justify-content: flex-start;
}
.playground-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--color-base-300);
}
@media (max-width: 768px) {
  .playground-results {
    grid-template-columns: 1fr;
  }
}
.playground-output {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.playground-output-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.25rem;
}
.playground-output-label {
  font-size: 0.8rem;
  font-weight: 500;
  color: oklch(75% 0.02 60);
}
.playground .cm-editor {
  height: 120px;
}
.playground-large {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.playground-large .playground-examples {
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 0;
}
.playground-large .playground-examples .btn-example {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}
.playground-large .playground-form {
  gap: 1.5rem;
}
.playground-large .playground-editors {
  gap: 1.5rem;
}
.playground-large .playground-editor-label {
  font-size: 0.875rem;
  color: var(--color-base-content);
}
.playground-large .cm-editor {
  height: 200px;
}
.playground-large .playground-results {
  gap: 1.5rem;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.playground-large .playground-output-label {
  font-size: 0.875rem;
  color: var(--color-base-content);
}
.playground-explanation {
  text-align: center;
  margin-top: 1rem;
}
.playground-explanation-title {
  color: var(--color-base-content);
  opacity: 0.7;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.playground-explanation-text {
  font-size: 0.875rem;
  color: var(--color-base-content);
  opacity: 0.5;
}
.docs-callout {
  display: flex;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 0.5rem;
  margin: 1.25rem 0;
  border-left: 3px solid;
}
.docs-callout-success {
  background: oklch(70% 0.17 145 / 0.1);
  border-color: oklch(70% 0.17 145);
}
.docs-callout-success .docs-callout-icon {
  color: oklch(70% 0.17 145);
}
.docs-callout-warning {
  background: oklch(80% 0.15 85 / 0.1);
  border-color: oklch(80% 0.15 85);
}
.docs-callout-warning .docs-callout-icon {
  color: oklch(80% 0.15 85);
}
.docs-callout-info {
  background: oklch(65% 0.15 250 / 0.1);
  border-color: oklch(65% 0.15 250);
}
.docs-callout-info .docs-callout-icon {
  color: oklch(65% 0.15 250);
}
.docs-callout-error {
  background: oklch(65% 0.2 25 / 0.1);
  border-color: oklch(65% 0.2 25);
}
.docs-callout-error .docs-callout-icon {
  color: oklch(65% 0.2 25);
}
.docs-callout-icon {
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.docs-callout-content {
  flex: 1;
  min-width: 0;
}
.docs-callout-title {
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
.docs-callout-body {
  font-size: 0.9rem;
  color: oklch(80% 0.02 60);
}
.docs-callout-body p {
  margin-bottom: 0;
}
.playground-placeholder {
  font-size: 0.875rem;
  color: oklch(60% 0.02 60);
  font-style: italic;
  padding: 1rem;
  text-align: center;
  background: var(--color-base-100);
  border: 1px solid var(--color-base-300);
  border-radius: var(--radius-field);
}
.playground-error {
  font-size: 0.875rem;
  color: oklch(75% 0.18 25);
  padding: 1rem;
  background: oklch(65% 0.2 25 / 0.1);
  border: 1px solid oklch(65% 0.2 25 / 0.3);
  border-radius: var(--radius-field);
}
.playground-error.glow-active {
  border-color: transparent;
  animation: glow-pulse-error 2s ease-in-out infinite;
}
@keyframes glow-pulse-error {
  0%, 100% {
    box-shadow: 0 0 0 2px oklch(65% 0.2 25), 0 0 20px 4px oklch(65% 0.2 25 / 0.6);
  }
  50% {
    box-shadow: 0 0 0 2px oklch(75% 0.18 35), 0 0 28px 6px oklch(75% 0.18 35 / 0.7);
  }
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.comparison-table th, .comparison-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--color-base-300);
}
.comparison-table th {
  background: var(--color-base-200);
  font-weight: 600;
  color: var(--color-base-content);
}
.comparison-table tbody tr:hover {
  background: var(--color-base-200);
}
.comparison-table .cell-center {
  text-align: center;
}
.comparison-table .cell-success {
  color: oklch(70% 0.17 145);
}
.comparison-table .cell-warning {
  color: oklch(80% 0.15 85);
}
.comparison-table .cell-error {
  color: oklch(65% 0.2 25);
}
@layer base {
  @media (prefers-color-scheme: dark) {
    :root:not([data-theme]) {
      color-scheme: dark;
      --color-base-100: oklch(22% 0.015 15);
      --color-base-200: oklch(18% 0.012 15);
      --color-base-300: oklch(26% 0.018 15);
      --color-base-content: oklch(95% 0.015 60);
      --color-primary: oklch(55% 0.22 25);
      --color-primary-content: oklch(98% 0.01 60);
      --color-secondary: oklch(40% 0.03 30);
      --color-secondary-content: oklch(92% 0.02 60);
      --color-accent: oklch(70% 0.18 55);
      --color-accent-content: oklch(20% 0.02 55);
      --color-neutral: oklch(30% 0.02 30);
      --color-neutral-content: oklch(88% 0.02 60);
      --color-info: oklch(65% 0.15 250);
      --color-info-content: oklch(98% 0.01 250);
      --color-success: oklch(70% 0.17 145);
      --color-success-content: oklch(18% 0.03 145);
      --color-warning: oklch(80% 0.15 85);
      --color-warning-content: oklch(20% 0.03 85);
      --color-error: oklch(65% 0.2 25);
      --color-error-content: oklch(98% 0.01 25);
      --radius-selector: 0.5rem;
      --radius-field: 0.375rem;
      --radius-box: 0.5rem;
      --size-selector: 0.25rem;
      --size-field: 0.25rem;
      --border: 1px;
      --depth: 1;
      --noise: 0;
    }
  }
}
@layer base {
  :where(:root),:root:has(input.theme-controller[value=rubyist]:checked),[data-theme="rubyist"] {
    color-scheme: dark;
    --color-base-100: oklch(22% 0.015 15);
    --color-base-200: oklch(18% 0.012 15);
    --color-base-300: oklch(26% 0.018 15);
    --color-base-content: oklch(95% 0.015 60);
    --color-primary: oklch(55% 0.22 25);
    --color-primary-content: oklch(98% 0.01 60);
    --color-secondary: oklch(40% 0.03 30);
    --color-secondary-content: oklch(92% 0.02 60);
    --color-accent: oklch(70% 0.18 55);
    --color-accent-content: oklch(20% 0.02 55);
    --color-neutral: oklch(30% 0.02 30);
    --color-neutral-content: oklch(88% 0.02 60);
    --color-info: oklch(65% 0.15 250);
    --color-info-content: oklch(98% 0.01 250);
    --color-success: oklch(70% 0.17 145);
    --color-success-content: oklch(18% 0.03 145);
    --color-warning: oklch(80% 0.15 85);
    --color-warning-content: oklch(20% 0.03 85);
    --color-error: oklch(65% 0.2 25);
    --color-error-content: oklch(98% 0.01 25);
    --radius-selector: 0.5rem;
    --radius-field: 0.375rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  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-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-duration {
  syntax: "*";
  inherits: false;
}
@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;
}
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-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-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
