/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme {
  :root, :host {
    --tw-font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', Arial,
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --tw-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --tw-color-black: #000;
    --tw-color-white: #fff;
    --tw-spacing: 0.25rem;
    --tw-container-md: 28rem;
    --tw-text-xs: 0.75rem;
    --tw-text-xs--line-height: calc(1 / 0.75);
    --tw-text-sm: 0.875rem;
    --tw-text-sm--line-height: calc(1.25 / 0.875);
    --tw-text-base: 1rem;
    --tw-text-base--line-height: calc(1.5 / 1);
    --tw-text-lg: 1.125rem;
    --tw-text-lg--line-height: calc(1.75 / 1.125);
    --tw-text-xl: 1.25rem;
    --tw-text-xl--line-height: calc(1.75 / 1.25);
    --tw-text-2xl: 1.5rem;
    --tw-text-2xl--line-height: calc(2 / 1.5);
    --tw-text-3xl: 1.875rem;
    --tw-text-3xl--line-height: calc(2.25 / 1.875);
    --tw-text-4xl: 2.25rem;
    --tw-text-4xl--line-height: calc(2.5 / 2.25);
    --tw-font-weight-light: 300;
    --tw-font-weight-semibold: 600;
    --tw-font-weight-bold: 700;
    --tw-radius-lg: 0.5rem;
    --tw-default-transition-duration: 150ms;
    --tw-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-default-font-family: var(--tw-font-sans);
    --tw-default-mono-font-family: var(--tw-font-mono);
    --tw-font-brand: "Yesteryear", cursive;
    --tw-font-josefin: "Josefin Sans", sans-serif;
    --tw-color-base-100: var(--wa-color-surface-default);
    --tw-color-base-200: var(--wa-color-surface-raised);
    --tw-color-base-300: var(--wa-color-surface-border);
    --tw-color-base-content: var(--wa-color-text-normal);
    --tw-color-error: var(--wa-color-danger-on-quiet);
  }
}
@layer base {
  *:not(wa-badge, wa-breadcrumb, wa-breadcrumb-item, wa-button, wa-callout, wa-card, wa-details, wa-dialog, wa-icon, wa-input, wa-option, wa-select, wa-switch, wa-toast, wa-toast-item, wa-tooltip), ::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(--tw-default-font-family, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--tw-default-font-feature-settings, normal);
    font-variation-settings: var(--tw-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(--tw-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--tw-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--tw-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:where(:not(iframe)) {
    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 {
  .tw\:absolute {
    position: absolute;
  }
  .tw\:relative {
    position: relative;
  }
  .tw\:inset-0 {
    inset: 0px;
  }
  .tw\:z-10 {
    z-index: 10;
  }
  .tw\:m-0 {
    margin: 0px;
  }
  .tw\:my-8 {
    margin-block: calc(var(--tw-spacing) * 8);
  }
  .tw\:mt-4 {
    margin-top: calc(var(--tw-spacing) * 4);
  }
  .tw\:mt-\[5px\] {
    margin-top: 5px;
  }
  .tw\:mb-4 {
    margin-bottom: calc(var(--tw-spacing) * 4);
  }
  .tw\:mb-6 {
    margin-bottom: calc(var(--tw-spacing) * 6);
  }
  .tw\:mb-8 {
    margin-bottom: calc(var(--tw-spacing) * 8);
  }
  .tw\:mb-\[15px\] {
    margin-bottom: 15px;
  }
  .tw\:block {
    display: block;
  }
  .tw\:contents {
    display: contents;
  }
  .tw\:flex {
    display: flex;
  }
  .tw\:grid {
    display: grid;
  }
  .tw\:hidden {
    display: none;
  }
  .tw\:size-4 {
    width: calc(var(--tw-spacing) * 4);
    height: calc(var(--tw-spacing) * 4);
  }
  .tw\:h-40 {
    height: calc(var(--tw-spacing) * 40);
  }
  .tw\:h-48 {
    height: calc(var(--tw-spacing) * 48);
  }
  .tw\:h-\[500px\] {
    height: 500px;
  }
  .tw\:h-full {
    height: 100%;
  }
  .tw\:min-h-screen {
    min-height: 100vh;
  }
  .tw\:w-16 {
    width: calc(var(--tw-spacing) * 16);
  }
  .tw\:w-20 {
    width: calc(var(--tw-spacing) * 20);
  }
  .tw\:w-72 {
    width: calc(var(--tw-spacing) * 72);
  }
  .tw\:w-fit {
    width: fit-content;
  }
  .tw\:w-full {
    width: 100%;
  }
  .tw\:w-md {
    width: var(--tw-container-md);
  }
  .tw\:max-w-full {
    max-width: 100%;
  }
  .tw\:min-w-0 {
    min-width: 0px;
  }
  .tw\:flex-1 {
    flex: 1;
  }
  .tw\:grow {
    flex-grow: 1;
  }
  .tw\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .tw\:grid-cols-\[max-content_max-content\] {
    grid-template-columns: max-content max-content;
  }
  .tw\:flex-col {
    flex-direction: column;
  }
  .tw\:flex-wrap {
    flex-wrap: wrap;
  }
  .tw\:items-center {
    align-items: center;
  }
  .tw\:items-end {
    align-items: flex-end;
  }
  .tw\:justify-between {
    justify-content: space-between;
  }
  .tw\:justify-center {
    justify-content: center;
  }
  .tw\:gap-1 {
    gap: var(--tw-spacing);
  }
  .tw\:gap-2 {
    gap: calc(var(--tw-spacing) * 2);
  }
  .tw\:gap-3 {
    gap: calc(var(--tw-spacing) * 3);
  }
  .tw\:gap-4 {
    gap: calc(var(--tw-spacing) * 4);
  }
  .tw\:gap-6 {
    gap: calc(var(--tw-spacing) * 6);
  }
  .tw\:gap-10 {
    gap: calc(var(--tw-spacing) * 10);
  }
  .tw\:gap-x-4 {
    column-gap: calc(var(--tw-spacing) * 4);
  }
  .tw\:gap-x-6 {
    column-gap: calc(var(--tw-spacing) * 6);
  }
  .tw\:gap-y-2 {
    row-gap: calc(var(--tw-spacing) * 2);
  }
  .tw\:self-start {
    align-self: flex-start;
  }
  .tw\:overflow-hidden {
    overflow: hidden;
  }
  .tw\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .tw\:rounded {
    border-radius: 0.25rem;
  }
  .tw\:rounded-lg {
    border-radius: var(--tw-radius-lg);
  }
  .tw\:border-\(--wa-color-surface-border\) {
    border-color: var(--wa-color-surface-border);
  }
  .tw\:bg-base-100 {
    background-color: var(--tw-color-base-100);
  }
  .tw\:bg-base-200 {
    background-color: var(--tw-color-base-200);
  }
  .tw\:bg-base-300 {
    background-color: var(--tw-color-base-300);
  }
  .tw\:bg-black {
    background-color: var(--tw-color-black);
  }
  .tw\:bg-cover {
    background-size: cover;
  }
  .tw\:bg-center {
    background-position: center;
  }
  .tw\:bg-no-repeat {
    background-repeat: no-repeat;
  }
  .tw\:object-cover {
    object-fit: cover;
  }
  .tw\:p-4 {
    padding: calc(var(--tw-spacing) * 4);
  }
  .tw\:p-6 {
    padding: calc(var(--tw-spacing) * 6);
  }
  .tw\:p-14 {
    padding: calc(var(--tw-spacing) * 14);
  }
  .tw\:p-\[60px\] {
    padding: 60px;
  }
  .tw\:px-2 {
    padding-inline: calc(var(--tw-spacing) * 2);
  }
  .tw\:px-6 {
    padding-inline: calc(var(--tw-spacing) * 6);
  }
  .tw\:px-\[50px\] {
    padding-inline: 50px;
  }
  .tw\:px-\[60px\] {
    padding-inline: 60px;
  }
  .tw\:py-1 {
    padding-block: var(--tw-spacing);
  }
  .tw\:pt-4 {
    padding-top: calc(var(--tw-spacing) * 4);
  }
  .tw\:text-center {
    text-align: center;
  }
  .tw\:font-brand {
    font-family: var(--tw-font-brand);
  }
  .tw\:font-josefin {
    font-family: var(--tw-font-josefin);
  }
  .tw\:text-2xl {
    font-size: var(--tw-text-2xl);
    line-height: var(--tw-leading, var(--tw-text-2xl--line-height));
  }
  .tw\:text-3xl {
    font-size: var(--tw-text-3xl);
    line-height: var(--tw-leading, var(--tw-text-3xl--line-height));
  }
  .tw\:text-4xl {
    font-size: var(--tw-text-4xl);
    line-height: var(--tw-leading, var(--tw-text-4xl--line-height));
  }
  .tw\:text-base {
    font-size: var(--tw-text-base);
    line-height: var(--tw-leading, var(--tw-text-base--line-height));
  }
  .tw\:text-lg {
    font-size: var(--tw-text-lg);
    line-height: var(--tw-leading, var(--tw-text-lg--line-height));
  }
  .tw\:text-sm {
    font-size: var(--tw-text-sm);
    line-height: var(--tw-leading, var(--tw-text-sm--line-height));
  }
  .tw\:text-xl {
    font-size: var(--tw-text-xl);
    line-height: var(--tw-leading, var(--tw-text-xl--line-height));
  }
  .tw\:text-xs {
    font-size: var(--tw-text-xs);
    line-height: var(--tw-leading, var(--tw-text-xs--line-height));
  }
  .tw\:text-\[70px\] {
    font-size: 70px;
  }
  .tw\:leading-7 {
    --tw-leading: calc(var(--tw-spacing) * 7);
    line-height: calc(var(--tw-spacing) * 7);
  }
  .tw\:leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }
  .tw\:leading-\[50px\] {
    --tw-leading: 50px;
    line-height: 50px;
  }
  .tw\:leading-\[75px\] {
    --tw-leading: 75px;
    line-height: 75px;
  }
  .tw\:font-bold {
    --tw-font-weight: var(--tw-font-weight-bold);
    font-weight: var(--tw-font-weight-bold);
  }
  .tw\:font-light {
    --tw-font-weight: var(--tw-font-weight-light);
    font-weight: var(--tw-font-weight-light);
  }
  .tw\:font-semibold {
    --tw-font-weight: var(--tw-font-weight-semibold);
    font-weight: var(--tw-font-weight-semibold);
  }
  .tw\:tracking-\[1\.5px\] {
    --tw-tracking: 1.5px;
    letter-spacing: 1.5px;
  }
  .tw\:text-base-content\/60 {
    color: var(--tw-color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--tw-color-base-content) 60%, transparent);
    }
  }
  .tw\:text-error {
    color: var(--tw-color-error);
  }
  .tw\:text-white {
    color: var(--tw-color-white);
  }
  .tw\:uppercase {
    text-transform: uppercase;
  }
  .tw\:no-underline {
    text-decoration-line: none;
  }
  .tw\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .tw\:opacity-70 {
    opacity: 70%;
  }
  .tw\:transition-\[filter\] {
    transition-property: filter;
    transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  }
  @media (hover: hover) {
    .tw\:hover\:brightness-110:hover {
      --tw-brightness: brightness(110%);
      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,);
    }
  }
  @media (width < 48rem) {
    .tw\:max-md\:px-5 {
      padding-inline: calc(var(--tw-spacing) * 5);
    }
    .tw\:max-md\:py-10 {
      padding-block: calc(var(--tw-spacing) * 10);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:absolute {
      position: absolute;
    }
    .tw\:lg\:fixed {
      position: fixed;
    }
    .tw\:lg\:bottom-\[100px\] {
      bottom: 100px;
    }
    .tw\:lg\:ml-\[40\%\] {
      margin-left: 40%;
    }
    .tw\:lg\:block {
      display: block;
    }
    .tw\:lg\:h-auto {
      height: auto;
    }
    .tw\:lg\:h-screen {
      height: 100vh;
    }
    .tw\:lg\:max-h-screen {
      max-height: 100vh;
    }
    .tw\:lg\:w-2\/5 {
      width: calc(2 / 5 * 100%);
    }
    .tw\:lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .tw\:lg\:grid-cols-\[max-content_1fr\] {
      grid-template-columns: max-content 1fr;
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .tw\:2xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
:root {
  --wa-form-control-required-content: "";
}
@layer components {
  #images-form .move-targets {
    display: none;
  }
  #images-form.moving .image-card:not(.move-selected):hover .move-targets {
    display: flex;
  }
  .image-card {
    background: var(--wa-color-surface-raised);
  }
  .image-card:has(wa-switch[name^='hid.']:state(checked)) {
    background: none;
  }
  .image-card:has(wa-switch[name^='hid.']:state(checked)) img {
    opacity: 0.5;
  }
  #images-form:has(#show-hidden:not(:state(checked))) .image-card:has(wa-switch[name^='hid.']:state(checked)) {
    display: none;
  }
  #images-form.moving .image-card.move-selected {
    outline: 2px solid var(--wa-color-brand-fill-loud);
    outline-offset: 2px;
  }
  .collage-image-wrapper {
    opacity: 0;
    overflow: hidden;
  }
  .collage-image-wrapper img {
    padding: 6px;
    max-width: none;
  }
  .collage-image-wrapper .overlay {
    position: relative;
  }
  .overlay a .over {
    opacity: 0;
    position: absolute;
    inset: 6px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    max-width: 100%;
    z-index: 99;
    background: rgb(30 30 30 / 0.6);
    overflow: hidden;
    transition: all 0.4s;
  }
  .overlay a .over span {
    background: #fff;
    height: 26px;
    position: absolute;
    width: 2px;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-left: -1px;
    margin-top: -13px;
  }
  .overlay a .over span:after {
    background: #fff;
    content: "";
    height: 2px;
    left: -12px;
    position: absolute;
    top: 12px;
    width: 26px;
  }
  .overlay a:hover .over {
    opacity: 1;
  }
  .collage-image-wrapper .like-btn {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 100;
    display: flex;
    align-items: center;
    border: 0;
    background: rgb(0 0 0 / 0.4);
    border-radius: 14px;
    height: 28px;
    width: 28px;
    padding: 8px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s;
  }
  .like-btn wa-icon {
    margin-inline-end: 0;
    opacity: 90%;
  }
  .like-btn .like-count:not(:empty) {
    padding: 0 3px 0 5px;
  }
  .collage-image-wrapper:hover .like-btn, .like-btn.liked, .like-btn.has-likes {
    opacity: 1;
  }
  .like-btn[disabled] {
    cursor: default;
  }
  .lg-outer .lg-likedby {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1100;
    background: rgb(0 0 0 / 0.6);
    border-radius: 8px;
    padding: 12px 16px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    max-width: 220px;
    overflow-wrap: break-word;
  }
  .lg-outer .lg-likedby h4 {
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.7;
  }
  wa-toast-item::part(progress-ring) {
    --track-color: transparent;
    --indicator-color: transparent;
  }
  .effect-parent {
    perspective: 1300px;
  }
  .effect-2 {
    transform: translateY(0);
    animation: moveUp ease forwards;
  }
  @keyframes moveUp {
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .lg-outer .lg-item {
    background: none;
  }
  .lg-outer .lg-item:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 34px;
    width: 34px;
    margin: -17px 0 0 -17px;
    border-radius: 100%;
    border: 3px solid rgb(80 80 80 / 0.2);
    border-top-color: #e79965;
    animation: lg-rotation 0.8s linear infinite;
  }
  .lg-outer .lg-item.lg-complete:after {
    display: none;
  }
  @keyframes lg-rotation {
    to {
      transform: rotate(359deg);
    }
  }
  .effect-duration-1 {
    animation-duration: 0.4s;
  }
  .effect-duration-2 {
    animation-duration: 1s;
  }
  .effect-duration-3 {
    animation-duration: 0.6s;
  }
  .effect-duration-4 {
    animation-duration: 0.7s;
  }
  .effect-duration-5 {
    animation-duration: 0.8s;
  }
  .effect-duration-6 {
    animation-duration: 0.9s;
  }
  .effect-duration-7 {
    animation-duration: 0.95s;
  }
  .effect-duration-8 {
    animation-duration: 1s;
  }
  .effect-duration-9 {
    animation-duration: 1.05s;
  }
  .effect-duration-10 {
    animation-duration: 1.1s;
  }
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
