/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-redis: #ee5145;
    --color-memcached: #2b8e84;
    --color-opcache: #0ea5e9;
    --color-apcu: #3b82f6;
    --color-realpath: #748abd;
  }
}
@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: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    font-feature-settings: normal;
    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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(0.25rem * 0);
  }
  .-top-6 {
    top: calc(0.25rem * -6);
  }
  .-top-40 {
    top: calc(0.25rem * -40);
  }
  .top-0 {
    top: calc(0.25rem * 0);
  }
  .top-6 {
    top: calc(0.25rem * 6);
  }
  .top-40 {
    top: calc(0.25rem * 40);
  }
  .-right-6 {
    right: calc(0.25rem * -6);
  }
  .-right-40 {
    right: calc(0.25rem * -40);
  }
  .right-6 {
    right: calc(0.25rem * 6);
  }
  .right-20 {
    right: calc(0.25rem * 20);
  }
  .bottom-20 {
    bottom: calc(0.25rem * 20);
  }
  .-left-20 {
    left: calc(0.25rem * -20);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .order-last {
    order: 9999;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(0.25rem * 1);
  }
  .mt-4 {
    margin-top: calc(0.25rem * 4);
  }
  .mt-8 {
    margin-top: calc(0.25rem * 8);
  }
  .mt-16 {
    margin-top: calc(0.25rem * 16);
  }
  .mb-2 {
    margin-bottom: calc(0.25rem * 2);
  }
  .mb-3 {
    margin-bottom: calc(0.25rem * 3);
  }
  .mb-4 {
    margin-bottom: calc(0.25rem * 4);
  }
  .mb-6 {
    margin-bottom: calc(0.25rem * 6);
  }
  .mb-8 {
    margin-bottom: calc(0.25rem * 8);
  }
  .mb-10 {
    margin-bottom: calc(0.25rem * 10);
  }
  .mb-16 {
    margin-bottom: calc(0.25rem * 16);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-1\.5 {
    height: calc(0.25rem * 1.5);
  }
  .h-5 {
    height: calc(0.25rem * 5);
  }
  .h-8 {
    height: calc(0.25rem * 8);
  }
  .h-10 {
    height: calc(0.25rem * 10);
  }
  .h-12 {
    height: calc(0.25rem * 12);
  }
  .h-14 {
    height: calc(0.25rem * 14);
  }
  .h-24 {
    height: calc(0.25rem * 24);
  }
  .h-32 {
    height: calc(0.25rem * 32);
  }
  .h-72 {
    height: calc(0.25rem * 72);
  }
  .h-80 {
    height: calc(0.25rem * 80);
  }
  .h-96 {
    height: calc(0.25rem * 96);
  }
  .w-1\.5 {
    width: calc(0.25rem * 1.5);
  }
  .w-8 {
    width: calc(0.25rem * 8);
  }
  .w-12 {
    width: calc(0.25rem * 12);
  }
  .w-14 {
    width: calc(0.25rem * 14);
  }
  .w-24 {
    width: calc(0.25rem * 24);
  }
  .w-32 {
    width: calc(0.25rem * 32);
  }
  .w-72 {
    width: calc(0.25rem * 72);
  }
  .w-80 {
    width: calc(0.25rem * 80);
  }
  .w-96 {
    width: calc(0.25rem * 96);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: 42rem;
  }
  .max-w-4xl {
    max-width: 56rem;
  }
  .max-w-7xl {
    max-width: 80rem;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(0.25rem * 1);
  }
  .gap-2 {
    gap: calc(0.25rem * 2);
  }
  .gap-2\.5 {
    gap: calc(0.25rem * 2.5);
  }
  .gap-3 {
    gap: calc(0.25rem * 3);
  }
  .gap-4 {
    gap: calc(0.25rem * 4);
  }
  .gap-6 {
    gap: calc(0.25rem * 6);
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(0.25rem * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.25rem * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(0.25rem * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.25rem * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-4 {
    column-gap: calc(0.25rem * 4);
  }
  .gap-y-3 {
    row-gap: calc(0.25rem * 3);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: 1rem;
  }
  .rounded-3xl {
    border-radius: 1.5rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: 0.5rem;
  }
  .rounded-md {
    border-radius: 0.375rem;
  }
  .rounded-xl {
    border-radius: 0.75rem;
  }
  .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-t-4 {
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-apcu {
    border-color: var(--color-apcu);
  }
  .border-emerald-100 {
    border-color: oklch(95% 0.052 163.051);
  }
  .border-gray-100 {
    border-color: oklch(96.7% 0.003 264.542);
  }
  .border-gray-200 {
    border-color: oklch(92.8% 0.006 264.531);
  }
  .border-memcached {
    border-color: var(--color-memcached);
  }
  .border-opcache {
    border-color: var(--color-opcache);
  }
  .border-realpath {
    border-color: var(--color-realpath);
  }
  .border-redis {
    border-color: var(--color-redis);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white\/10 {
    border-color: color-mix(in oklab, #fff 10%, transparent);
  }
  .bg-apcu\/10 {
    background-color: color-mix(in srgb, #3b82f6 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-apcu) 10%, transparent);
    }
  }
  .bg-apcu\/20 {
    background-color: color-mix(in srgb, #3b82f6 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-apcu) 20%, transparent);
    }
  }
  .bg-blue-500 {
    background-color: oklch(62.3% 0.214 259.815);
  }
  .bg-blue-600 {
    background-color: oklch(54.6% 0.245 262.881);
  }
  .bg-emerald-50 {
    background-color: oklch(97.9% 0.021 166.113);
  }
  .bg-emerald-200\/50 {
    background-color: color-mix(in oklab, oklch(90.5% 0.093 164.15) 50%, transparent);
  }
  .bg-emerald-500 {
    background-color: oklch(69.6% 0.17 162.48);
  }
  .bg-gray-50 {
    background-color: oklch(98.5% 0.002 247.839);
  }
  .bg-gray-50\/50 {
    background-color: color-mix(in oklab, oklch(98.5% 0.002 247.839) 50%, transparent);
  }
  .bg-gray-100 {
    background-color: oklch(96.7% 0.003 264.542);
  }
  .bg-gray-200 {
    background-color: oklch(92.8% 0.006 264.531);
  }
  .bg-gray-900 {
    background-color: oklch(21% 0.034 264.665);
  }
  .bg-memcached\/10 {
    background-color: color-mix(in srgb, #2b8e84 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-memcached) 10%, transparent);
    }
  }
  .bg-memcached\/20 {
    background-color: color-mix(in srgb, #2b8e84 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-memcached) 20%, transparent);
    }
  }
  .bg-memcached\/30 {
    background-color: color-mix(in srgb, #2b8e84 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-memcached) 30%, transparent);
    }
  }
  .bg-opcache\/10 {
    background-color: color-mix(in srgb, #0ea5e9 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-opcache) 10%, transparent);
    }
  }
  .bg-opcache\/20 {
    background-color: color-mix(in srgb, #0ea5e9 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-opcache) 20%, transparent);
    }
  }
  .bg-purple-500 {
    background-color: oklch(62.7% 0.265 303.9);
  }
  .bg-realpath\/10 {
    background-color: color-mix(in srgb, #748abd 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-realpath) 10%, transparent);
    }
  }
  .bg-realpath\/20 {
    background-color: color-mix(in srgb, #748abd 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-realpath) 20%, transparent);
    }
  }
  .bg-redis\/10 {
    background-color: color-mix(in srgb, #ee5145 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-redis) 10%, transparent);
    }
  }
  .bg-redis\/20 {
    background-color: color-mix(in srgb, #ee5145 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-redis) 20%, transparent);
    }
  }
  .bg-redis\/30 {
    background-color: color-mix(in srgb, #ee5145 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-redis) 30%, transparent);
    }
  }
  .bg-sky-500\/20 {
    background-color: color-mix(in oklab, oklch(68.5% 0.169 237.323) 20%, transparent);
  }
  .bg-slate-50 {
    background-color: oklch(98.4% 0.003 247.858);
  }
  .bg-slate-950 {
    background-color: oklch(12.9% 0.042 264.695);
  }
  .bg-white {
    background-color: #fff;
  }
  .bg-white\/50 {
    background-color: color-mix(in oklab, #fff 50%, transparent);
  }
  .bg-linear-to-r {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-redis {
    --tw-gradient-from: var(--color-redis);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-apcu {
    --tw-gradient-via: var(--color-apcu);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-memcached {
    --tw-gradient-to: var(--color-memcached);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-clip-text {
    background-clip: text;
  }
  .p-1 {
    padding: calc(0.25rem * 1);
  }
  .p-4 {
    padding: calc(0.25rem * 4);
  }
  .p-5 {
    padding: calc(0.25rem * 5);
  }
  .p-6 {
    padding: calc(0.25rem * 6);
  }
  .p-8 {
    padding: calc(0.25rem * 8);
  }
  .px-1 {
    padding-inline: calc(0.25rem * 1);
  }
  .px-3 {
    padding-inline: calc(0.25rem * 3);
  }
  .px-4 {
    padding-inline: calc(0.25rem * 4);
  }
  .px-6 {
    padding-inline: calc(0.25rem * 6);
  }
  .py-0\.5 {
    padding-block: calc(0.25rem * 0.5);
  }
  .py-1\.5 {
    padding-block: calc(0.25rem * 1.5);
  }
  .py-2\.5 {
    padding-block: calc(0.25rem * 2.5);
  }
  .py-3 {
    padding-block: calc(0.25rem * 3);
  }
  .py-4 {
    padding-block: calc(0.25rem * 4);
  }
  .py-10 {
    padding-block: calc(0.25rem * 10);
  }
  .py-20 {
    padding-block: calc(0.25rem * 20);
  }
  .pt-8 {
    padding-top: calc(0.25rem * 8);
  }
  .pt-10 {
    padding-top: calc(0.25rem * 10);
  }
  .pt-20 {
    padding-top: calc(0.25rem * 20);
  }
  .pb-10 {
    padding-bottom: calc(0.25rem * 10);
  }
  .text-center {
    text-align: center;
  }
  .font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
  }
  .text-2xl {
    font-size: 1.5rem;
    line-height: var(--tw-leading, calc(2 / 1.5));
  }
  .text-3xl {
    font-size: 1.875rem;
    line-height: var(--tw-leading, calc(2.25 / 1.875));
  }
  .text-4xl {
    font-size: 2.25rem;
    line-height: var(--tw-leading, calc(2.5 / 2.25));
  }
  .text-6xl {
    font-size: 3.75rem;
    line-height: var(--tw-leading, 1);
  }
  .text-base {
    font-size: 1rem;
    line-height: var(--tw-leading, calc(1.5 / 1));
  }
  .text-lg {
    font-size: 1.125rem;
    line-height: var(--tw-leading, calc(1.75 / 1.125));
  }
  .text-sm {
    font-size: 0.875rem;
    line-height: var(--tw-leading, calc(1.25 / 0.875));
  }
  .text-xl {
    font-size: 1.25rem;
    line-height: var(--tw-leading, calc(1.75 / 1.25));
  }
  .text-xs {
    font-size: 0.75rem;
    line-height: var(--tw-leading, calc(1 / 0.75));
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: 1.625;
    line-height: 1.625;
  }
  .leading-tight {
    --tw-leading: 1.25;
    line-height: 1.25;
  }
  .font-black {
    --tw-font-weight: 900;
    font-weight: 900;
  }
  .font-bold {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-medium {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-semibold {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-apcu {
    color: var(--color-apcu);
  }
  .text-blue-100 {
    color: oklch(93.2% 0.032 255.585);
  }
  .text-blue-400 {
    color: oklch(70.7% 0.165 254.624);
  }
  .text-blue-600 {
    color: oklch(54.6% 0.245 262.881);
  }
  .text-emerald-400 {
    color: oklch(76.5% 0.177 163.223);
  }
  .text-emerald-800 {
    color: oklch(43.2% 0.095 166.913);
  }
  .text-gray-200 {
    color: oklch(92.8% 0.006 264.531);
  }
  .text-gray-300 {
    color: oklch(87.2% 0.01 258.338);
  }
  .text-gray-500 {
    color: oklch(55.1% 0.027 264.364);
  }
  .text-gray-600 {
    color: oklch(44.6% 0.03 256.802);
  }
  .text-gray-900 {
    color: oklch(21% 0.034 264.665);
  }
  .text-green-400 {
    color: oklch(79.2% 0.209 151.711);
  }
  .text-memcached {
    color: var(--color-memcached);
  }
  .text-opcache {
    color: var(--color-opcache);
  }
  .text-purple-400 {
    color: oklch(71.4% 0.203 305.504);
  }
  .text-realpath {
    color: var(--color-realpath);
  }
  .text-redis {
    color: var(--color-redis);
  }
  .text-slate-500 {
    color: oklch(55.4% 0.046 257.417);
  }
  .text-slate-700 {
    color: oklch(37.2% 0.044 257.287);
  }
  .text-slate-800 {
    color: oklch(27.9% 0.041 260.031);
  }
  .text-slate-900 {
    color: oklch(20.8% 0.042 265.755);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: #fff;
  }
  .text-yellow-100 {
    color: oklch(97.3% 0.071 103.193);
  }
  .text-yellow-300 {
    color: oklch(90.5% 0.182 98.111);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --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-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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-blue-500\/20 {
    --tw-shadow-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, oklch(62.3% 0.214 259.815) 20%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-blue-500\/25 {
    --tw-shadow-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, oklch(62.3% 0.214 259.815) 25%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-gray-200\/50 {
    --tw-shadow-color: color-mix(in srgb, oklch(92.8% 0.006 264.531) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, oklch(92.8% 0.006 264.531) 50%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .blur-2xl {
    --tw-blur: blur(40px);
    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,);
  }
  .blur-3xl {
    --tw-blur: blur(64px);
    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,);
  }
  .backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, cubic-bezier(0.4, 0, 0.2, 1));
    transition-duration: var(--tw-duration, 150ms);
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, cubic-bezier(0.4, 0, 0.2, 1));
    transition-duration: var(--tw-duration, 150ms);
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, cubic-bezier(0.4, 0, 0.2, 1));
    transition-duration: var(--tw-duration, 150ms);
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .hover\:bg-blue-700 {
    &:hover {
      @media (hover: hover) {
        background-color: oklch(48.8% 0.243 264.376);
      }
    }
  }
  .hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: oklch(98.5% 0.002 247.839);
      }
    }
  }
  .hover\:bg-gray-200 {
    &:hover {
      @media (hover: hover) {
        background-color: oklch(92.8% 0.006 264.531);
      }
    }
  }
  .hover\:text-blue-600 {
    &:hover {
      @media (hover: hover) {
        color: oklch(54.6% 0.245 262.881);
      }
    }
  }
  .hover\:text-gray-800 {
    &:hover {
      @media (hover: hover) {
        color: oklch(27.8% 0.033 256.848);
      }
    }
  }
  .hover\:text-gray-900 {
    &:hover {
      @media (hover: hover) {
        color: oklch(21% 0.034 264.665);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .sm\:mb-10 {
    @media (width >= 40rem) {
      margin-bottom: calc(0.25rem * 10);
    }
  }
  .sm\:gap-6 {
    @media (width >= 40rem) {
      gap: calc(0.25rem * 6);
    }
  }
  .sm\:p-10 {
    @media (width >= 40rem) {
      padding: calc(0.25rem * 10);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(0.25rem * 8);
    }
  }
  .sm\:py-4 {
    @media (width >= 40rem) {
      padding-block: calc(0.25rem * 4);
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: 2.25rem;
      line-height: var(--tw-leading, calc(2.5 / 2.25));
    }
  }
  .sm\:text-5xl {
    @media (width >= 40rem) {
      font-size: 3rem;
      line-height: var(--tw-leading, 1);
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: 1.125rem;
      line-height: var(--tw-leading, calc(1.75 / 1.125));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: 1.25rem;
      line-height: var(--tw-leading, calc(1.75 / 1.25));
    }
  }
  .md\:order-0 {
    @media (width >= 48rem) {
      order: 0;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-10 {
    @media (width >= 48rem) {
      height: calc(0.25rem * 10);
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(0.25rem * 8);
    }
  }
  .md\:rounded-2xl {
    @media (width >= 48rem) {
      border-radius: 1rem;
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(0.25rem * 0);
    }
  }
  .md\:pt-20 {
    @media (width >= 48rem) {
      padding-top: calc(0.25rem * 20);
    }
  }
  .md\:pt-32 {
    @media (width >= 48rem) {
      padding-top: calc(0.25rem * 32);
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:text-7xl {
    @media (width >= 64rem) {
      font-size: 4.5rem;
      line-height: var(--tw-leading, 1);
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: 1.25rem;
      line-height: var(--tw-leading, calc(1.75 / 1.25));
    }
  }
  .dark\:block {
    &:where(.dark, .dark *) {
      display: block;
    }
  }
  .dark\:hidden {
    &:where(.dark, .dark *) {
      display: none;
    }
  }
  .dark\:border-emerald-500\/20 {
    &:where(.dark, .dark *) {
      border-color: color-mix(in oklab, oklch(69.6% 0.17 162.48) 20%, transparent);
    }
  }
  .dark\:border-gray-800 {
    &:where(.dark, .dark *) {
      border-color: oklch(27.8% 0.033 256.848);
    }
  }
  .dark\:border-white\/5 {
    &:where(.dark, .dark *) {
      border-color: color-mix(in oklab, #fff 5%, transparent);
    }
  }
  .dark\:border-white\/10 {
    &:where(.dark, .dark *) {
      border-color: color-mix(in oklab, #fff 10%, transparent);
    }
  }
  .dark\:border-b-white\/5 {
    &:where(.dark, .dark *) {
      border-bottom-color: color-mix(in oklab, #fff 5%, transparent);
    }
  }
  .dark\:bg-black\/40 {
    &:where(.dark, .dark *) {
      background-color: color-mix(in oklab, #000 40%, transparent);
    }
  }
  .dark\:bg-blue-800 {
    &:where(.dark, .dark *) {
      background-color: oklch(42.4% 0.199 265.638);
    }
  }
  .dark\:bg-emerald-500\/10 {
    &:where(.dark, .dark *) {
      background-color: color-mix(in oklab, oklch(69.6% 0.17 162.48) 10%, transparent);
    }
  }
  .dark\:bg-emerald-900\/50 {
    &:where(.dark, .dark *) {
      background-color: color-mix(in oklab, oklch(37.8% 0.077 168.94) 50%, transparent);
    }
  }
  .dark\:bg-memcached\/10 {
    &:where(.dark, .dark *) {
      background-color: color-mix(in srgb, #2b8e84 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-memcached) 10%, transparent);
      }
    }
  }
  .dark\:bg-redis\/10 {
    &:where(.dark, .dark *) {
      background-color: color-mix(in srgb, #ee5145 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-redis) 10%, transparent);
      }
    }
  }
  .dark\:bg-sky-500\/10 {
    &:where(.dark, .dark *) {
      background-color: color-mix(in oklab, oklch(68.5% 0.169 237.323) 10%, transparent);
    }
  }
  .dark\:bg-slate-900 {
    &:where(.dark, .dark *) {
      background-color: oklch(20.8% 0.042 265.755);
    }
  }
  .dark\:bg-slate-950 {
    &:where(.dark, .dark *) {
      background-color: oklch(12.9% 0.042 264.695);
    }
  }
  .dark\:bg-slate-950\/70 {
    &:where(.dark, .dark *) {
      background-color: color-mix(in oklab, oklch(12.9% 0.042 264.695) 70%, transparent);
    }
  }
  .dark\:bg-white {
    &:where(.dark, .dark *) {
      background-color: #fff;
    }
  }
  .dark\:bg-white\/5 {
    &:where(.dark, .dark *) {
      background-color: color-mix(in oklab, #fff 5%, transparent);
    }
  }
  .dark\:bg-white\/10 {
    &:where(.dark, .dark *) {
      background-color: color-mix(in oklab, #fff 10%, transparent);
    }
  }
  .dark\:text-blue-400 {
    &:where(.dark, .dark *) {
      color: oklch(70.7% 0.165 254.624);
    }
  }
  .dark\:text-emerald-200 {
    &:where(.dark, .dark *) {
      color: oklch(90.5% 0.093 164.15);
    }
  }
  .dark\:text-gray-300 {
    &:where(.dark, .dark *) {
      color: oklch(87.2% 0.01 258.338);
    }
  }
  .dark\:text-gray-400 {
    &:where(.dark, .dark *) {
      color: oklch(70.7% 0.022 261.325);
    }
  }
  .dark\:text-gray-900 {
    &:where(.dark, .dark *) {
      color: oklch(21% 0.034 264.665);
    }
  }
  .dark\:text-slate-300 {
    &:where(.dark, .dark *) {
      color: oklch(86.9% 0.022 252.894);
    }
  }
  .dark\:text-slate-400 {
    &:where(.dark, .dark *) {
      color: oklch(70.4% 0.04 256.788);
    }
  }
  .dark\:text-white {
    &:where(.dark, .dark *) {
      color: #fff;
    }
  }
  .dark\:text-white\/5 {
    &:where(.dark, .dark *) {
      color: color-mix(in oklab, #fff 5%, transparent);
    }
  }
  .dark\:mix-blend-screen {
    &:where(.dark, .dark *) {
      mix-blend-mode: screen;
    }
  }
  .dark\:shadow-black\/20 {
    &:where(.dark, .dark *) {
      --tw-shadow-color: color-mix(in srgb, #000 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, #000 20%, transparent) var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .dark\:shadow-black\/50 {
    &:where(.dark, .dark *) {
      --tw-shadow-color: color-mix(in srgb, #000 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, #000 50%, transparent) var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .dark\:shadow-blue-900\/20 {
    &:where(.dark, .dark *) {
      --tw-shadow-color: color-mix(in srgb, oklch(37.9% 0.146 265.522) 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, oklch(37.9% 0.146 265.522) 20%, transparent) var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .dark\:hover\:bg-blue-700 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: oklch(48.8% 0.243 264.376);
        }
      }
    }
  }
  .dark\:hover\:bg-white\/5 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: color-mix(in oklab, #fff 5%, transparent);
        }
      }
    }
  }
  .dark\:hover\:bg-white\/10 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: color-mix(in oklab, #fff 10%, transparent);
        }
      }
    }
  }
  .dark\:hover\:bg-white\/20 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: color-mix(in oklab, #fff 20%, transparent);
        }
      }
    }
  }
  .dark\:hover\:text-blue-200 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: oklch(88.2% 0.059 254.128);
        }
      }
    }
  }
  .dark\:hover\:text-gray-200 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: oklch(92.8% 0.006 264.531);
        }
      }
    }
  }
  .dark\:hover\:text-white {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: #fff;
        }
      }
    }
  }
  .\[\&\.active\]\:scale-105 {
    &.active {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .\[\&\.active\]\:border-blue-600 {
    &.active {
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  .\[\&\.active\]\:bg-gray-600 {
    &.active {
      background-color: oklch(44.6% 0.03 256.802);
    }
  }
  .\[\&\.active\]\:bg-indigo-600 {
    &.active {
      background-color: oklch(51.1% 0.262 276.966);
    }
  }
  .\[\&\.active\]\:bg-memcached {
    &.active {
      background-color: var(--color-memcached);
    }
  }
  .\[\&\.active\]\:bg-redis {
    &.active {
      background-color: var(--color-redis);
    }
  }
  .\[\&\.active\]\:text-blue-600 {
    &.active {
      color: oklch(54.6% 0.245 262.881);
    }
  }
  .\[\&\.active\]\:text-white {
    &.active {
      color: #fff;
    }
  }
  .\[\&\.active\]\:shadow-lg {
    &.active {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .\[\&\.active\]\:shadow-indigo-500\/30 {
    &.active {
      --tw-shadow-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, oklch(58.5% 0.233 277.117) 30%, transparent) var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .\[\&\.active\]\:shadow-memcached\/30 {
    &.active {
      --tw-shadow-color: color-mix(in srgb, #2b8e84 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-memcached) 30%, transparent) var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .\[\&\.active\]\:shadow-redis\/30 {
    &.active {
      --tw-shadow-color: color-mix(in srgb, #ee5145 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-redis) 30%, transparent) var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .dark\:\[\&\.active\]\:text-white {
    &:where(.dark, .dark *) {
      &.active {
        color: #fff;
      }
    }
  }
  .\[\&\>\.active\]\:bg-white {
    &>.active {
      background-color: #fff;
    }
  }
  .\[\&\>\.active\]\:text-gray-900 {
    &>.active {
      color: oklch(21% 0.034 264.665);
    }
  }
  .\[\&\>\.active\]\:shadow-sm {
    &>.active {
      --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);
    }
  }
  .dark\:\[\&\>\.active\]\:bg-slate-700 {
    &:where(.dark, .dark *) {
      &>.active {
        background-color: oklch(37.2% 0.044 257.287);
      }
    }
  }
  .dark\:\[\&\>\.active\]\:text-white {
    &:where(.dark, .dark *) {
      &>.active {
        color: #fff;
      }
    }
  }
}
.dark {
  color-scheme: dark;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@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;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --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;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
