/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Montserrat", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-amber-200: oklch(92.4% 0.12 95.746);
    --color-yellow-500: #ffcd1c;
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-emerald-500: #23a668;
    --color-emerald-600: #158653;
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-gray-950: oklch(13% 0.028 261.692);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: 1.667;
    --text-sm: 0.875rem;
    --text-sm--line-height: 1.429;
    --text-base: 1rem;
    --text-base--line-height: 1.5;
    --text-lg: 1.125rem;
    --text-lg--line-height: 1.556;
    --text-xl: 1.25rem;
    --text-xl--line-height: 1.4;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: 1.333;
    --text-3xl: 1.875rem;
    --text-3xl--line-height: 1.2;
    --text-4xl: 2.25rem;
    --text-4xl--line-height: 1.111;
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --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);
    --color-white-opacity-60: rgba(255,255,255,0.6);
    --color-sky: #e9f2f5;
    --color-supernova-50: #fefce8;
    --color-supernova-100: #fff9c2;
    --color-supernova-200: #ffee87;
    --color-supernova-300: #ffdd43;
    --color-supernova-400: #ffcd1c;
    --color-supernova-500: #efb103;
    --color-supernova-600: #ce8700;
    --color-supernova-700: #a45f04;
    --color-supernova-800: #884b0b;
    --color-supernova-900: #733d10;
    --color-supernova-950: #431f05;
    --color-skyblue-50: #f0f8fb;
    --color-skyblue-100: #e5f3f8;
    --color-skyblue-200: #cae7f1;
    --color-skyblue-300: #a7daea;
    --color-skyblue-400: #90cddf;
    --color-skyblue-500: #85becf;
    --color-skyblue-600: #6795a3;
    --color-skyblue-700: #4b6d78;
    --color-skyblue-800: #324a52;
    --color-skyblue-900: #19282d;
    --color-skyblue-950: #0d171a;
    --color-zluta-400: #ffd87f;
    --color-zluta-500: #ffcd1c;
    --color-zelena-500: #23a668;
    --color-background: #e9f2f5;
    --color-dark-400: #1c3d4f;
    --color-dark-500: #05121a;
    --color-primary-500: var(--color-supernova-500);
    --color-primary-600: var(--color-supernova-600);
    --color-secondary-500: var(--color-skyblue-500);
    --color-secondary-600: var(--color-skyblue-600);
    --color-secondary-800: var(--color-skyblue-800);
    --size-container-max: 1380px;
    --radius-default: 8px;
    --spacing-site-pad: 1rem;
  }
}
@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 {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .isolate {
    isolation: isolate;
  }
  .container {
    width: 100%;
    @media (width >= 899px) {
      max-width: 899px;
    }
    @media (width >= 900px) {
      max-width: 900px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 1400px) {
      max-width: 1400px;
    }
    @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;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-auto {
    height: auto;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-full {
    width: 100%;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .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;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_300px\] {
    grid-template-columns: 1fr 300px;
  }
  .grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }
  .grid-cols-\[6fr_2fr_1fr\] {
    grid-template-columns: 6fr 2fr 1fr;
  }
  .grid-cols-\[240px_1fr\] {
    grid-template-columns: 240px 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .overflow-clip {
    overflow: clip;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-default {
    border-radius: var(--radius-default);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#e1decd\] {
    border-color: #e1decd;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-t-gray-300 {
    border-top-color: var(--color-gray-300);
  }
  .bg-\[\#e1decd\] {
    background-color: #e1decd;
  }
  .bg-amber-200 {
    background-color: var(--color-amber-200);
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-sky {
    background-color: var(--color-sky);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white-opacity-60 {
    background-color: var(--color-white-opacity-60);
  }
  .bg-white\/60 {
    background-color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .bg-yellow-500 {
    background-color: var(--color-yellow-500);
  }
  .bg-zluta-500 {
    background-color: var(--color-zluta-500);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-30 {
    padding-block: calc(var(--spacing) * 30);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .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-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--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));
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-dark-400 {
    color: var(--color-dark-400);
  }
  .text-dark-500 {
    color: var(--color-dark-500);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-secondary-800 {
    color: var(--color-secondary-800);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-zelena-500 {
    color: var(--color-zelena-500);
  }
  .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;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .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-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);
  }
  .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,);
  }
  .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-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-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .\[mailto\:captainseb\@wanadoo\.fr\] {
    mailto: captainseb@wanadoo.fr;
  }
  .\[mailto\:damonkohler\@yahoo\.com\] {
    mailto: damonkohler@yahoo.com;
  }
  .\[mailto\:vncommando\@yahoo\.com\] {
    mailto: vncommando@yahoo.com;
  }
  .\[mailto\:yukihiro_o\@infoseek\.jp\] {
    mailto: yukihiro o@infoseek.jp;
  }
  .hover\:bg-yellow-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-yellow-600);
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:shadow-md {
    &:hover {
      @media (hover: hover) {
        --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);
      }
    }
  }
  .notebook\:block {
    @media (width >= 1200px) {
      display: block;
    }
  }
  .notebook\:flex {
    @media (width >= 1200px) {
      display: flex;
    }
  }
  .notebook\:hidden {
    @media (width >= 1200px) {
      display: none;
    }
  }
  .notebook\:grid-cols-2 {
    @media (width >= 1200px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .notebook\:grid-cols-3 {
    @media (width >= 1200px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .notebook\:grid-cols-4 {
    @media (width >= 1200px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .notebook\:grid-cols-\[1fr_300px\] {
    @media (width >= 1200px) {
      grid-template-columns: 1fr 300px;
    }
  }
  .notebook\:grid-cols-\[1fr__240px\] {
    @media (width >= 1200px) {
      grid-template-columns: 1fr  240px;
    }
  }
  .notebook\:grid-cols-\[3fr_2fr\] {
    @media (width >= 1200px) {
      grid-template-columns: 3fr 2fr;
    }
  }
  .notebook\:grid-cols-\[100px_1fr\] {
    @media (width >= 1200px) {
      grid-template-columns: 100px 1fr;
    }
  }
  .notebook\:grid-cols-\[240px_1fr\] {
    @media (width >= 1200px) {
      grid-template-columns: 240px 1fr;
    }
  }
  .notebook\:flex-row {
    @media (width >= 1200px) {
      flex-direction: row;
    }
  }
  .notebook\:justify-between {
    @media (width >= 1200px) {
      justify-content: space-between;
    }
  }
  .notebook\:p-8 {
    @media (width >= 1200px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .notebook\:px-10 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
}
@layer components {
  .step-bar__item {
    position: relative;
    flex: 1;
    padding-top: 34px;
    font-weight: 600;
    opacity: .55;
  }
  .step-bar__item::before {
    content: attr(data-step);
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #cfcfcf;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 13px;
  }
  .step-bar__item::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 34px;
    right: -8px;
    height: 2px;
    background: #e3e3e3;
  }
  .step-bar__item:last-child::after {
    display: none;
  }
  .step-bar__item.is-active {
    opacity: 1;
  }
  .step-bar__item.is-active::before {
    border-color: #111;
  }
  .step-bar__item.is-done {
    opacity: 1;
  }
  .step-bar__item.is-done::before {
    content: "✓";
    border-color: #111;
    background: #111;
    color: #fff;
  }
  .step-bar__item.is-done::after {
    background: #111;
  }
  .step-bar__text {
    position: relative;
    display: block;
    margin: -50px 0 0 40px;
  }
  .step-block {
    background: white;
    padding: 16px;
    border-radius: var(--radius-default);
    margin: 0 0 60px 0;
  }
  .search-form {
    background: white;
    border: 2px solid var(--color-gray-300);
    border-radius: var(--radius-default);
    width: 100%;
    display: flex;
    align-items: center;
  }
  .search-form input {
    padding: 8px 16px;
    width: calc(100% - 50px);
  }
  .search-form button {
    padding: 4px 8px;
    width: 40px;
  }
}
@layer base {
  body {
    font-family: var(--font-sans);
  }
  h1 {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-dark-400);
  }
}
@media (width >= 900px) {
  :root {
    --spacing-site-pad: 2rem;
  }
}
@layer components {
  .h3-test {
    margin-bottom: calc(var(--spacing) * 2);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-supernova-700);
  }
}
@layer components {
  .editor-styles-wrapper {
    font-family: var(--font-sans) !important;
  }
  .editor-styles-wrapper h1 {
    font-size: 2.986rem !important;
  }
  .editor-styles-wrapper h2 {
    font-size: 2.488rem !important;
  }
  .editor-styles-wrapper h3 {
    font-size: 2.074rem !important;
  }
  .editor-styles-wrapper h4 {
    font-size: 1.728rem !important;
  }
  .editor-styles-wrapper h5 {
    font-size: 1.44rem !important;
  }
  .editor-styles-wrapper h6 {
    font-size: 1.2rem !important;
  }
  .editor-styles-wrapper p {
    font-size: 1.0rem !important;
  }
  .prose {
    & h2 {
      margin-bottom: calc(var(--spacing) * 6) !important;
      font-size: var(--text-3xl) !important;
      line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
      --tw-font-weight: var(--font-weight-bold) !important;
      font-weight: var(--font-weight-bold) !important;
      color: var(--color-supernova-500);
    }
    & h3 {
      margin-bottom: calc(var(--spacing) * 4) !important;
      font-size: var(--text-2xl) !important;
      line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
      --tw-font-weight: var(--font-weight-bold) !important;
      font-weight: var(--font-weight-bold) !important;
      color: var(--color-black);
    }
    & h4 {
      margin-bottom: calc(var(--spacing) * 4) !important;
      font-size: var(--text-xl) !important;
      line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
      --tw-font-weight: var(--font-weight-bold) !important;
      font-weight: var(--font-weight-bold) !important;
      color: var(--color-black);
    }
    & h5 {
      margin-bottom: calc(var(--spacing) * 4) !important;
      font-size: var(--text-lg) !important;
      line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
      --tw-font-weight: var(--font-weight-bold) !important;
      font-weight: var(--font-weight-bold) !important;
      color: var(--color-black);
    }
    & h6 {
      margin-bottom: calc(var(--spacing) * 4) !important;
      font-size: var(--text-base) !important;
      line-height: var(--tw-leading, var(--text-base--line-height)) !important;
      --tw-font-weight: var(--font-weight-bold) !important;
      font-weight: var(--font-weight-bold) !important;
      color: var(--color-black);
    }
    & p {
      margin-bottom: calc(var(--spacing) * 4) !important;
      --tw-leading: var(--leading-relaxed) !important;
      line-height: var(--leading-relaxed) !important;
    }
    & a {
      text-decoration-line: underline !important;
      text-decoration-thickness: 1px;
      text-underline-offset: 2px;
      &:hover {
        @media (hover: hover) {
          color: var(--color-supernova-500);
        }
      }
    }
    & .wp-block-list {
      margin-bottom: calc(var(--spacing) * 4);
      padding-left: calc(var(--spacing) * 6);
      & li {
        margin-bottom: calc(var(--spacing) * 1);
        --tw-leading: var(--leading-relaxed);
        line-height: var(--leading-relaxed);
        list-style: disc;
      }
    }
    & .is-style-list-check {
      list-style-type: none;
      padding-left: calc(var(--spacing) * 0);
      & li {
        position: relative;
        margin-bottom: calc(var(--spacing) * 2);
        padding-left: calc(var(--spacing) * 8);
      }
      & li::before {
        content: '✓';
        position: absolute;
        left: calc(var(--spacing) * 0);
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
        color: var(--color-zelena-500);
      }
    }
  }
}
@layer components {
  div.editor-styles-wrapper ul.is-style-list-check {
    list-style-type: "✓ " !important;
    padding-left: 30px !important;
  }
  div.editor-styles-wrapper ul.is-style-list-check li::marker {
    color: #23a668 !important;
  }
  :is(.prose, .editor-styles-wrapper) {
    & .is-style-list-check, & ul.is-style-list-check {
      list-style-type: "✓ " !important;
      padding-left: 2.5rem !important;
      margin-left: 0 !important;
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      color: var(--color-zelena-500);
      & li {
        padding-left: 0.5rem !important;
        margin-bottom: 0.5rem !important;
        &::before {
          content: none !important;
        }
      }
      & li::marker {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
        color: var(--color-zelena-500);
        font-size: 1.2em;
      }
    }
  }
}
@layer components {
  .header-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 4);
  }
  .header-nav ul li a {
    border-radius: var(--radius-xl);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-dark-500);
  }
  .header-nav ul li a:hover {
    background-color: var(--color-zluta-500);
  }
  .header-mobile-nav-wrap {
    position: absolute;
    top: calc(var(--spacing) * 20);
    left: calc(var(--spacing) * 0);
    width: 100%;
    background-color: var(--color-gray-900);
  }
  .header-mobile-nav-wrap ul {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 4);
  }
  .header-mobile-nav-wrap ul li a {
    border-radius: var(--radius-xl);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
  }
  .header-mobile-nav-wrap ul li a:hover {
    background-color: var(--color-zluta-500);
    color: var(--color-gray-950);
  }
  .side-menu-wrapper ul {
    margin: calc(var(--spacing) * 0);
    display: flex;
    list-style-type: none;
    flex-direction: column;
    gap: calc(var(--spacing) * 2);
    padding: calc(var(--spacing) * 0);
  }
  .side-menu-wrapper li a {
    display: block;
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-gray-500);
    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));
    text-decoration: none;
  }
  .side-menu-wrapper li a:hover {
    background-color: var(--color-supernova-500);
    color: var(--color-white);
  }
  .side-menu-wrapper li.current-menu-item > a {
    background-color: var(--color-gray-500);
    color: var(--color-white);
  }
  .side-breed-wrapper ul {
    margin: calc(var(--spacing) * 0);
    display: flex;
    list-style-type: none;
    flex-direction: column;
    gap: calc(var(--spacing) * 3);
    padding: calc(var(--spacing) * 0);
  }
  .side-breed-wrapper li a {
    display: block;
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    color: var(--color-gray-900);
    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));
    text-decoration: none;
  }
  .side-breed-wrapper li a:hover {
    background-color: var(--color-zluta-400);
    color: var(--color-black);
  }
  .side-breed-wrapper li.current-menu-item > a {
    background-color: var(--color-gray-500);
    color: var(--color-white);
  }
  .footer-menu ul {
    margin: calc(var(--spacing) * 0);
    display: flex;
    list-style-type: none;
    flex-direction: column;
    gap: calc(var(--spacing) * 1);
    padding: calc(var(--spacing) * 0);
  }
  .footer-menu li a {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-gray-500);
    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));
    text-decoration: none;
  }
  .footer-menu li a:hover {
    color: var(--color-gray-700);
    text-decoration-line: underline;
  }
  .footer-menu li.current-menu-item > a {
    text-decoration-line: underline;
  }
}
@layer components {
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-default, 6px);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    gap: 8px;
    text-decoration: none !important;
    border: 1px solid transparent;
    --btn-bg: #e2e8f0;
    --btn-bg-hover: #cbd5e1;
    --btn-text: #0f172a;
    --btn-border: #cbd5e1;
    padding: 8px 16px;
    font-size: 16px;
  }
  .btn-sm {
    padding: 4px 10px;
    font-size: 14px;
    gap: 6px;
  }
  .btn-lg {
    padding: 10px 24px;
    font-size: 18px;
    gap: 10px;
  }
  .btn-primary {
    --btn-bg: var(--color-primary-500);
    --btn-bg-hover: var(--color-primary-600);
    --btn-text: black;
    --btn-border: var(--color-primary-500);
  }
  .btn-secondary {
    --btn-bg: var(--color-secondary-500);
    --btn-bg-hover: var(--color-secondary-600);
    --btn-text: white;
    --btn-border: var(--color-secondary-500);
  }
  .btn-cta {
    --btn-bg: var(--color-emerald-500);
    --btn-bg-hover: var(--color-emerald-600);
    --btn-text: white;
    --btn-border: var(--color-emerald-500);
  }
  .btn-gray {
    --btn-bg: var(--color-gray-400);
    --btn-bg-hover: var(--color-gray-500);
    --btn-text: var(--color-gray-800);
    --btn-border: var(--color-gray-400);
  }
  .btn-light {
    --btn-bg: var(--color-gray-200);
    --btn-bg-hover: var(--color-gray-300);
    --btn-text: var(--color-gray-800);
    --btn-border: var(--color-gray-200);
  }
  .btn-dark {
    --btn-bg: var(--color-dark-400);
    --btn-bg-hover: var(--color-dark-500);
    --btn-text: white;
    --btn-border: var(--color-dark-400);
  }
  .btn-fill {
    background: var(--btn-bg);
    color: var(--btn-text);
    border-color: var(--btn-border);
    &:hover {
      background: var(--btn-bg-hover);
      border-color: var(--btn-bg-hover);
    }
  }
  .btn-outline {
    background: transparent;
    color: var(--btn-border);
    border-color: var(--btn-border);
    &:hover {
      background: var(--btn-bg);
      color: var(--btn-text);
    }
  }
  .btn-link {
    background: transparent;
    color: var(--btn-border);
    border-color: transparent;
    &:hover {
      background: var(--btn-bg);
      color: var(--btn-text);
    }
  }
}
@layer components {
  .form-input {
    font-size: 16px;
    padding: 8px;
    background: var(--color-gray-100);
    border: 1px solid var(--color-gray-300);
    box-sizing: border-box;
    border-radius: var(--radius-default);
    width: 100%;
  }
}
@layer components {
  .step-title {
    margin-bottom: calc(var(--spacing) * 4);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-dark-500);
  }
}
@layer components {
  .form-input.input-error,	.has-error .form-input {
    border: 2px solid #e74c3c !important;
    background-color: #fdf2f2;
  }
  .error-msg {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 500;
    display: none;
  }
  .has-error {
    animation: shake 0.4s;
  }
  .form-input.input-error {
    border: 1px solid #e74c3c !important;
    background-color: #fffafa !important;
  }
  .form-row.has-error .error-msg {
    color: #e74c3c;
    display: block;
    font-size: 13px;
    margin-top: 5px;
  }
  .form-input.input-valid {
    border: 1px solid #27ae60 !important;
    background-color: #fafffa !important;
  }
  .form-input.input-valid {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2327ae60' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 35px;
  }
  .texts-headline {
    display: flex;
    justify-content: space-between;
  }
  .form-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 50px 0;
  }
  .form-row__headline {
    font-size: 18px;
    font-weight: 600;
  }
  .form-row {
    display: grid;
    grid-template-columns: 200px 1fr;
  }
  .form-row.has-error .form-input {
    border-color: red;
  }
  .error-msg {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: none;
  }
  .form-row.has-error .error-msg {
    display: block;
  }
  .form-row__block {
    border: 1px solid silver;
    padding: 30px;
    border-radius: 7px;
  }
}
@layer components {
  :root {
    --input-bg: var(--color-gray-100);
    --input-text: var(--color-gray-900, #0f172a);
    --input-border: var(--color-gray-300, #cbd5e1);
    --input-focus-ring: var(--color-primary-500, #3b82f6);
    --input-placeholder: var(--color-gray-400, #94a3b8);
    --input-border-hover: var(--color-gray-400);
  }
  .form-field, .form-check, .form-radio {
    transition: all 0.2s ease-in-out;
    outline: none;
  }
  .form-field {
    display: block;
    width: 100%;
    border-radius: var(--radius-default, 6px);
    border: 1px solid var(--input-border);
    background: var(--input-bg);
    color: var(--input-text);
    padding: 8px 12px;
    font-size: 16px;
    appearance: none;
  }
  .form-field::placeholder {
    color: var(--input-placeholder);
  }
  select.form-field {
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    cursor: pointer;
  }
  textarea.form-field {
    min-height: 100px;
    resize: vertical;
  }
  .form-check {
    appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid var(--input-border);
    background-color: var(--input-bg);
    border-radius: 4px;
    display: inline-grid;
    place-content: center;
    cursor: pointer;
    vertical-align: middle;
  }
  .form-check::before {
    content: "";
    width: 0.65rem;
    height: 0.65rem;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    background-color: white;
  }
  .form-check:checked {
    background-color: var(--input-focus-ring);
    border-color: var(--input-focus-ring);
  }
  .form-check:checked::before {
    transform: scale(1);
  }
  .form-radio {
    appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid var(--input-border);
    border-radius: 50%;
    background-color: var(--input-bg);
    display: inline-grid;
    place-content: center;
    cursor: pointer;
    vertical-align: middle;
  }
  .form-radio::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: white;
  }
  .form-radio:checked {
    background-color: var(--input-focus-ring);
    border-color: var(--input-focus-ring);
  }
  .form-radio:checked::before {
    transform: scale(1);
  }
  .form-field-base {
    &:hover:not(:disabled) {
      border-color: var(--input-border-hover);
    }
    &:focus {
      border-color: var(--input-focus-ring);
      box-shadow: 0 0 0 3px var(--input-focus-ring);
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 0 0 3px color-mix(in srgb, var(--input-focus-ring), transparent 80%);
      }
    }
  }
}
@layer components {
  .tag {
    padding: 4px 8px;
    border-radius: 8px;
    border: 1px solid var(--color-gray-300);
  }
  .tag-breed {
    background: var(--color-gray-100);
    &:hover {
      background: var(--color-gray-300);
    }
  }
}
@layer components {
  .wrap {
    width: 100%;
    max-width: var(--size-container-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--spacing-site-pad);
    padding-right: var(--spacing-site-pad);
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: 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;
    }
  }
}
