/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-yellow-100: oklch(97.3% 0.071 103.193);
    --color-yellow-800: oklch(47.6% 0.114 61.907);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-sky-600: oklch(58.8% 0.158 241.966);
    --color-sky-800: oklch(44.3% 0.11 240.79);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --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-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);
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --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)) {
      ::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,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .z-10 {
    z-index: 10;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-full {
    width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .items-center {
    align-items: center;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  :where(.space-y-4 > :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)));
  }
  :where(.space-x-2 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }
  :where(.space-x-4 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
  }
  :where(.space-x-8 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-yellow-100 {
    background-color: var(--color-yellow-100);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--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));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .text-green-800 {
    color: var(--color-green-800);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-yellow-800 {
    color: var(--color-yellow-800);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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,);
  }
  .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));
  }
  @media (width >= 48rem) {
    .md\:w-1\/2 {
      width: calc(1/2 * 100%);
    }
  }
  @media (width >= 64rem) {
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }
}
:root {
  --lexxy-color-ink: oklch(20% 0 0);
  --lexxy-color-ink-medium: oklch(40% 0 0);
  --lexxy-color-ink-light: oklch(60% 0 0);
  --lexxy-color-ink-lighter: oklch(85% 0 0);
  --lexxy-color-ink-lightest: oklch(96% 0 0);
  --lexxy-color-ink-inverted: white;
  --lexxy-color-accent-dark: oklch(57% 0.19 260);
  --lexxy-color-accent-medium: oklch(66% 0.196 258);
  --lexxy-color-accent-lightest: oklch(92% 0.026 254);
  --lexxy-color-red: oklch(60% 0.15 27);
  --lexxy-color-green: oklch(60% 0.15 145);
  --lexxy-color-blue: oklch(66% 0.196 258);
  --lexxy-color-purple: oklch(60% 0.15 305);
  --lexxy-color-code-token-att: #d73a49;
  --lexxy-color-code-token-comment: #6a737d;
  --lexxy-color-code-token-function: #6f42c1;
  --lexxy-color-code-token-operator: #d73a49;
  --lexxy-color-code-token-property: #005cc5;
  --lexxy-color-code-token-punctuation: #24292e;
  --lexxy-color-code-token-selector: #22863a;
  --lexxy-color-code-token-variable: #e36209;
  --lexxy-color-canvas: var(--lexxy-color-ink-inverted);
  --lexxy-color-text: var(--lexxy-color-ink);
  --lexxy-color-text-subtle: var(--lexxy-color-ink-medium);
  --lexxy-color-link: var(--lexxy-color-accent-dark);
  --lexxy-color-selected: var(--lexxy-color-accent-lightest);
  --lexxy-color-selected-dark: var(--lexxy-color-blue-medium);
  --lexxy-color-code-bg: var(--lexxy-color-ink-lightest);
  --lexxy-font-base: system-ui, sans-serif;
  --lexxy-font-mono: ui-monospace, "Menlo", "Monaco", Consolas, monospace;
  --lexxy-text-small: 0.875rem;
  --lexxy-content-margin: 0.75rem;
  --lexxy-title-margin: 0.75rem;
  --lexxy-focus-ring-color: var(--lexxy-color-accent-dark);
  --lexxy-focus-ring-offset: 2px;
  --lexxy-focus-ring-size: 2px;
  --lexxy-radius: 0.5ch;
  --lexxy-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  --lexxy-z-popup: 1000;
}
:where(.lexxy-content), :where(.lexxy-editor__content) {
  color: var(--lexxy-color-ink);
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) h1,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) h2,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) h3,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) h4,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) h5,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) h6 {
  display: block;
  font-weight: bold;
  hyphens: auto;
  margin-block: 0 var(--lexxy-title-margin);
  overflow-wrap: break-word;
  text-wrap: balance;
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) h1 {
  font-size: 2rem;
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) h2 {
  font-size: 1.5rem;
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) h3 {
  font-size: 1.25rem;
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) h4 {
  font-size: 1rem;
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) h5 {
  font-size: 0.875rem;
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) h6 {
  font-size: 0.75rem;
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) p,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) ul,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) ol,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) dl,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) blockquote,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) figure,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .attachment {
  margin-block: 0 var(--lexxy-content-margin);
}
:is(:is(:where(.lexxy-content),:where(.lexxy-editor__content)) p,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) ul,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) ol,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) dl,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) blockquote,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) figure,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .attachment):not(lexxy-editor :is(:is(:where(.lexxy-content),:where(.lexxy-editor__content)) p,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) ul,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) ol,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) dl,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) blockquote,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) figure,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .attachment)) {
  overflow-wrap: break-word;
  text-wrap: pretty;
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .lexxy-content__italic {
  font-style: italic;
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .lexxy-content__bold {
  font-weight: bold;
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .lexxy-content__underline {
  text-decoration: underline;
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) blockquote {
  border-inline-start: 0.25em solid var(--lexxy-color-ink-lighter);
  font-style: italic;
  margin: var(--lexxy-content-margin) 0;
  padding: 0.5lh 2ch;
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) p:empty {
  display: none;
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) img,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) video,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) embed,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) object {
  inline-size: auto;
  margin-inline: auto;
  max-block-size: 32rem;
  object-fit: contain;
}
a:has(:is(:is(:where(.lexxy-content),:where(.lexxy-editor__content)) img,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) video,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) embed,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) object)) {
  display: inline-block;
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) code,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) pre {
  background-color: var(--lexxy-color-ink-lightest);
  border-radius: var(--lexxy-radius);
  color: var(--lexxy-color-ink);
  font-family: var(--lexxy-font-mono);
  font-size: 0.9em;
  padding: 0.25ch 0.5ch;
}
:is(:is(:where(.lexxy-content),:where(.lexxy-editor__content)) code,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) pre):is(pre),[data-language]:is(:is(:where(.lexxy-content),:where(.lexxy-editor__content)) code,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) pre) {
  border-radius: var(--lexxy-radius);
  display: block;
  hyphens: none;
  margin-block: 0 var(--lexxy-content-margin);
  overflow-x: auto;
  padding: 1ch;
  tab-size: 2;
  text-wrap: nowrap;
  white-space: pre;
  word-break: break-word;
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content))  > :last-child {
  margin-block-end: 0;
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .code-token__attr,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.atrule,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.attr,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.keyword {
  color: var(--lexxy-color-code-token-att);
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .code-token__property,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.boolean,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.constant,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.deleted,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.number,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.property,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.symbol,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.tag {
  color: var(--lexxy-color-code-token-property);
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .code-token__selector,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.builtin,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.char,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.inserted,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.selector,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.string {
  color: var(--lexxy-color-code-token-selector);
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .code-token__comment,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.cdata,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.comment,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.doctype,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.prolog {
  color: var(--lexxy-color-code-token-comment);
  font-style: italic;
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .code-token__operator,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.entity,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.operator,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.url {
  color: var(--lexxy-color-code-token-operator);
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .code-token__function,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.class,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.class-name,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.function {
  color: var(--lexxy-color-code-token-function);
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .code-token__variable,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.important,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.namespace,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.regex,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.variable {
  color: var(--lexxy-color-code-token-variable);
}
:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .code-token__punctuation,:is(:where(.lexxy-content),:where(.lexxy-editor__content)) .token.punctuation {
  color: var(--lexxy-color-code-token-punctuation);
}
:where([data-lexical-cursor]) {
  animation: blink 1s step-end infinite;
  block-size: 1lh;
  border-inline-start: 1px solid currentColor;
  line-height: inherit;
  margin-block: 1em;
}
:where(.attachment) {
  block-size: auto;
  display: block;
  inline-size: fit-content;
  position: relative;
  margin-inline: auto;
  max-inline-size: 100%;
  text-align: center;
}
:where(.attachment) :where(progress) {
  inline-size: 100%;
  margin: auto;
}
:where(.attachment__caption) {
  color: var(--lexxy-color-text-subtle);
  font-size: var(--lexxy-text-small);
}
:where(.attachment__caption) input {
  color: inherit;
  border: none;
  inline-size: 100%;
  max-inline-size: 100%;
  text-align: center;
}
:is(:where(.attachment__caption) input):focus {
  outline: none;
}
@supports (field-sizing: content) {
  :where(.attachment__caption) input {
    field-sizing: content;
    inline-size: auto;
    min-inline-size: 20ch;
  }
}
:where(.attachment__icon) {
  aspect-ratio: 4/5;
  background-color: transparent;
}
@supports (color: color-mix(in lab, red, red)) {
  :where(.attachment__icon) {
    background-color: color-mix(var(--lexxy-attachment-icon-color), transparent 90%);
  }
}
:where(.attachment__icon) {
  block-size: 3lh;
  border: 2px solid var(--lexxy-attachment-icon-color);
  border-block-start-width: 1ch;
  border-radius: var(--lexxy-radius);
  box-sizing: border-box;
  color: var(--lexxy-attachment-icon-color);
  display: grid;
  font-size: var(--lexxy-text-small);
  font-weight: bold;
  inline-size: auto;
  place-content: center;
  text-transform: uppercase;
}
:where(.attachment--preview) {
  border-radius: var(--lexxy-radius);
}
:where(.attachment--preview) img,:where(.attachment--preview) video {
  block-size: auto;
  display: block;
  margin-inline: auto;
  max-inline-size: 100%;
  user-select: none;
}
:where(.attachment--preview)  > a {
  display: block;
}
:where(.attachment--preview) .attachment__caption {
  margin-block-start: 1ch;
}
:where(.attachment--file) {
  --lexxy-attachment-icon-color: var(--lexxy-color-text-subtle);
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1ch;
  inline-size: auto;
}
:where(.attachment--file) .attachment__caption {
  display: grid;
  flex: 1;
  text-align: start;
}
:where(.attachment--file) .attachment__name {
  color: var(--lexxy-color-ink);
  font-weight: bold;
}
:where(
  .attachment--psd,
  .attachment--key,
  .attachment--sketch,
  .attachment--ai,
  .attachment--eps,
  .attachment--indd,
  .attachment--svg,
  .attachment--ppt,
  .attachment--pptx
) {
  --lexxy-attachment-icon-color: var(--lexxy-color-red);
}
:where(
  .attachment--css,
  .attachment--php,
  .attachment--json,
  .attachment--htm,
  .attachment--html,
  .attachment--rb,
  .attachment--erb,
  .attachment--ts,
  .attachment--js
) {
  --lexxy-attachment-icon-color: var(--lexxy-color-purple);
}
:where(
  .attachment--txt,
  .attachment--pages,
  .attachment--rtf,
  .attachment--md,
  .attachment--doc,
  .attachment--docx
) {
  --lexxy-attachment-icon-color: var(--lexxy-color-blue);
}
:where(
  .attachment--csv,
  .attachment--numbers,
  .attachment--xls,
  .attachment--xlsx
) {
  --lexxy-attachment-icon-color: var(--lexxy-color-green);
}
:where(action-text-attachment[content-type^="application/vnd.actiontext"]) {
  --lexxy-attachment-bg-color: transparent;
  --lexxy-attachment-image-size: 1em;
  --lexxy-attachment-text-color: currentColor;
  align-items: center;
  background: var(--lexxy-attachment-bg-color);
  border-radius: var(--lexxy-radius);
  box-shadow: -0.25ch 0 0 var(--lexxy-attachment-bg-color), 0.5ch 0 0 var(--lexxy-attachment-bg-color);
  color: var(--lexxy-attachment-text-color);
  display: inline-flex;
  gap: 0.25ch;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: normal;
}
:where(action-text-attachment[content-type^="application/vnd.actiontext"]) img {
  block-size: var(--lexxy-attachment-image-size);
  border-radius: 50%;
  inline-size: var(--lexxy-attachment-image-size);
}
.node--selected:where(action-text-attachment[content-type^="application/vnd.actiontext"]) {
  --lexxy-attachment-bg-color: var(--lexxy-color-accent-dark);
  --lexxy-attachment-text-color: var(--lexxy-color-ink-inverted);
}
:where(lexxy-editor) {
  --lexxy-editor-padding: 1ch;
  --lexxy-editor-rows: 8lh;
}
@supports (min-block-size: attr(rows lh)) {
  :where(lexxy-editor) {
    --lexxy-editor-rows: attr(rows lh, 8lh);
  }
}
:where(lexxy-editor) {
  --lexxy-toolbar-gap: 2px;
  border: 1px solid var(--lexxy-color-ink-lighter);
  border-radius: calc(var(--lexxy-radius) + var(--lexxy-toolbar-gap));
  display: block;
  overflow: visible;
  position: relative;
  transition: opacity 150ms;
}
:where(lexxy-editor) input,:where(lexxy-editor) button {
  outline-color: var(--lexxy-focus-ring-color);
}
:is(:where(lexxy-editor) input,:where(lexxy-editor) button):focus-visible {
  outline-color: var(--lexxy-focus-ring-color);
}
:where(lexxy-editor) button,:where(lexxy-editor) summary {
  -webkit-appearance: none;
  appearance: none;
  background: var(--lexxy-color-canvas);
  border: none;
  border-radius: var(--lexxy-radius);
  cursor: pointer;
  font-size: inherit;
  inline-size: auto;
}
@media (any-hover: hover) {
  :is(:where(lexxy-editor) button,:where(lexxy-editor) summary):hover {
    filter: brightness(0.9);
  }
}
:is(:where(lexxy-editor) .node--selected):has(img) img,:is(:where(lexxy-editor) .node--selected):not(:has(img)) {
  outline: var(--lexxy-focus-ring-size) solid var(--lexxy-focus-ring-color);
  outline-offset: var(--lexxy-focus-ring-offset);
}
:where(lexxy-editor) action-text-attachment {
  cursor: pointer;
}
:where(.lexxy-editor--empty) .lexxy-editor__content:not(:has(ul,ol))::before {
  content: attr(placeholder);
  color: currentColor;
  cursor: text;
  opacity: 0.66;
  pointer-events: none;
  position: absolute;
  white-space: pre-line;
}
:where(.lexxy-editor__content) {
  min-block-size: var(--lexxy-editor-rows);
  outline: 0;
  padding: var(--lexxy-editor-padding);
}
:where(.lexxy-editor--drag-over) {
  background-color: var(--lexxy-color-selected);
  border-radius: var(--lexxy-radius);
  outline: 2px dashed var(--lexxy-color-selected-dark);
}
:where(lexxy-toolbar) {
  --lexxy-toolbar-icon-size: 1em;
  border-block-end: 1px solid var(--lexxy-color-ink-lighter);
  color: currentColor;
  display: flex;
  font-size: inherit;
  gap: var(--lexxy-toolbar-gap);
  max-inline-size: 100%;
  padding: 2px;
  position: relative;
}
:where(.lexxy-editor__toolbar-button) {
  aspect-ratio: 1;
  block-size: 2lh;
  color: currentColor;
  display: grid;
  place-items: center;
}
:where(.lexxy-editor__toolbar-button):is(:active) {
  background-color: var(--lexxy-color-selected);
}
[aria-pressed="true"]:where(.lexxy-editor__toolbar-button) {
  background-color: var(--lexxy-color-selected);
}
:where(.lexxy-editor__toolbar-button) svg {
  -webkit-touch-callout: none;
  block-size: var(--lexxy-toolbar-icon-size);
  fill: currentColor;
  grid-area: 1/1;
  inline-size: var(--lexxy-toolbar-icon-size);
  user-select: none;
}
:where(.lexxy-editor__toolbar-overflow) {
  display: none;
  position: relative;
  z-index: 1;
}
:where(.lexxy-editor__toolbar-overflow) summary {
  list-style: none;
}
:is(:where(.lexxy-editor__toolbar-overflow) summary)::-webkit-details-marker {
  display: none;
}
[open] :is(:where(.lexxy-editor__toolbar-overflow) summary) {
  filter: brightness(0.9);
}
:where(.lexxy-editor__toolbar-overflow-menu) {
  background-color: var(--lexxy-color-canvas);
  border-radius: calc(var(--lexxy-radius) + var(--lexxy-toolbar-gap));
  box-shadow: var(--lexxy-shadow);
  display: flex;
  inset-inline-end: 0;
  padding: var(--lexxy-toolbar-gap);
  position: absolute;
}
:where(.lexxy-link-dialog) {
  display: contents;
}
:where(.lexxy-link-dialog) dialog {
  background-color: var(--lexxy-color-canvas);
  border: 1px solid var(--lexxy-color-ink-lighter);
  border-radius: var(--lexxy-radius);
  box-shadow: var(--lexxy-shadow);
  color: var(--lexxy-color-ink);
  padding: 1ch;
  position: absolute;
  z-index: 1;
}
:where(.lexxy-link-dialog) .lexxy-dialog-actions {
  display: flex;
  font-size: var(--lexxy-text-small);
  flex: 1 1 0%;
  gap: 1ch;
  margin-block-start: 1ch;
}
:where(.lexxy-link-dialog) input[type="url"],:where(.lexxy-link-dialog) button {
  line-height: 1.5lh;
  padding-inline: 1ch;
}
:where(.lexxy-link-dialog) input[type="url"] {
  border: 1px solid var(--lexxy-color-ink-lighter);
  border-radius: var(--lexxy-radius);
  min-inline-size: 30ch;
}
:where(.lexxy-link-dialog) button {
  background-color: var(--lexxy-color-ink-lightest);
  inline-size: 100%;
  justify-content: center;
}
:where(.lexxy-link-dialog) button[type="submit"] {
  background-color: var(--lexxy-color-accent-dark);
  color: var(--lexxy-color-ink-inverted);
}
:where(.lexxy-code-language-picker) {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--lexxy-color-canvas);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 19.5c-.7 0-1.3-.3-1.7-.8l-9.8-11.1c-.7-.8-.6-1.9.2-2.6.8-.6 1.9-.6 2.5.2l8.6 9.8c0 .1.2.1.4 0l8.6-9.8c.7-.8 1.8-.9 2.6-.2s.9 1.8.2 2.6l-9.8 11.1c-.4.5-1.1.8-1.7.8z' fill='%23000'/%3E%3C/svg%3E");
  background-position: center right 1ch;
  background-repeat: no-repeat;
  background-size: 1ch;
  block-size: 1.5lh;
  border: 1px solid var(--lexxy-color-ink-lighter);
  border-radius: var(--lexxy-radius);
  color: var(--lexxy-color-ink);
  font-family: var(--lexxy-font-base);
  font-size: var(--lexxy-text-small);
  font-weight: normal;
  inset-inline-end: var(--lexxy-editor-padding);
  margin: 0.5ch 0.5ch 0 -0.5ch;
  padding: 0 2ch 0 1ch;
  text-align: start;
}
@media (prefers-color-scheme: dark) {
  :where(.lexxy-code-language-picker) {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 19.5c-.7 0-1.3-.3-1.7-.8l-9.8-11.1c-.7-.8-.6-1.9.2-2.6.8-.6 1.9-.6 2.5.2l8.6 9.8c0 .1.2.1.4 0l8.6-9.8c.7-.8 1.8-.9 2.6-.2s.9 1.8.2 2.6l-9.8 11.1c-.4.5-1.1.8-1.7.8z' fill='%23fff'/%3E%3C/svg%3E");
  }
}
:where(.lexxy-prompt-menu) {
  --lexxy-prompt-avatar-size: 24px;
  --lexxy-prompt-min-width: 20ch;
  --lexxy-prompt-padding: 0.5ch;
  background-color: var(--lexxy-color-canvas);
  border-radius: calc(var(--lexxy-prompt-padding) * 2);
  box-shadow: var(--lexxy-shadow);
  color: var(--lexxy-color-ink);
  font-family: var(--lexxy-font-base);
  font-size: var(--lexxy-text-small);
  list-style: none;
  margin: 0;
  max-block-size: 200px;
  min-inline-size: var(--lexxy-prompt-min-width);
  overflow: auto;
  padding: var(--lexxy-prompt-padding);
  visibility: hidden;
  z-index: var(--lexxy-z-popup);
}
:where(.lexxy-prompt-menu--visible) {
  visibility: initial;
}
:where(.lexxy-prompt-menu__item) {
  align-items: center;
  border-radius: var(--lexxy-radius);
  cursor: pointer;
  display: flex;
  gap: var(--lexxy-prompt-padding);
  padding: var(--lexxy-prompt-padding);
  white-space: nowrap;
}
:where(.lexxy-prompt-menu__item):hover {
  background-color: var(--lexxy-color-ink-lightest);
}
[aria-selected]:where(.lexxy-prompt-menu__item) {
  background-color: var(--lexxy-color-selected);
}
:where(.lexxy-prompt-menu__item) img {
  block-size: var(--lexxy-prompt-avatar-size);
  border-radius: 50%;
  flex-shrink: 0;
  inline-size: var(--lexxy-prompt-avatar-size);
  margin: 0;
}
:where(.lexxy-prompt-menu__item) + :where(.lexxy-prompt-menu__item) {
  margin-top: 2px;
}
:where(.lexxy-prompt-menu__item--empty) {
  color: var(--lexxy-color-ink-medium);
  padding: var(--lexxy-prompt-padding);
}
:is(.lexxy-editor__content,.lexxy-content) a {
  color: #007bff;
  text-decoration: underline;
}
:is(:is(.lexxy-editor__content,.lexxy-content) a):hover {
  color: #0056b3;
}
:is(.lexxy-editor__content,.lexxy-content) h2 {
  font-size: 2rem;
  font-weight: bold;
}
:is(.lexxy-editor__content,.lexxy-content) ul,:is(.lexxy-editor__content,.lexxy-content) ol {
  padding-left: 1.5rem;
}
:is(.lexxy-editor__content,.lexxy-content) ul {
  list-style-type: disc;
}
:is(.lexxy-editor__content,.lexxy-content) ol {
  list-style-type: decimal;
}
:is(.lexxy-editor__content,.lexxy-content) :is(h1,h2,h3,h4,h5,h6) {
  margin-top: 2.25rem;
}
:is(.lexxy-content, .lexxy-editor__content) > :is(h1, h2, h3, h4, h5, h6):first-child {
  margin-top: 0;
}
.bay-cms {
  min-height: 90vh;
}
.bay-cms h1.title {
  font-size: 2.5rem;
  text-align: center;
}
.bay-cms .blank-space {
  height: 2rem;
}
.bay-cms .text-body {
  color: #212529;
}
.bay-cms .line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bay-cms .post {
  font-size: 1.25rem;
}
.bay-cms .card {
  position: relative;
  min-height: 8rem;
  overflow: hidden;
  padding: 2rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.25rem;
  box-shadow: 5px 5px 7px rgba(0,0,0,0.1);
}
:is(.bay-cms .card):hover {
  border-color: #cfd8e3;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
}
.bay-cms .card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.bay-cms-pub {
  padding: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.bay-cms-pub .attachment {
  display: block;
  text-align: center;
}
:is(.bay-cms-pub .attachment) img {
  margin-left: auto;
  margin-right: auto;
}
.bay-cms-pub a {
  text-decoration: underline;
  color: #007bff;
}
:is(.bay-cms-pub a):hover {
  color: #0056b3;
}
.bay-cms-pub ul,.bay-cms-pub ol {
  padding-left: 1.5rem;
}
.bay-cms-pub ul {
  list-style-type: disc;
}
.bay-cms-pub ol {
  list-style-type: decimal;
}
.bay-cms-pub__notice {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 0.25rem;
}
@media (min-width: 40rem) {
  .bay-cms-pub {
    max-width: 54rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 40rem) {
  .bay-cms-pub {
    padding: 1rem;
  }
  .bay-cms-pub h1.title {
    font-size: 1.8rem;
  }
  .bay-cms-pub .post {
    font-size: 1rem;
  }
  :is(.bay-cms,.bay-cms-pub) .card {
    padding: 1rem;
  }
}
@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-space-x-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-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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: 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;
    }
  }
}

