/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-slate-200: oklch(0.929 0.013 255.508);
    --color-gray-600: oklch(0.446 0.03 256.802);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}
@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;
  }
  body {
    line-height: inherit;
  }
  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;
    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;
  }
  :-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 {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-0\.1rem\] {
    top: -0.1rem;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .-z-100 {
    z-index: calc(100 * -1);
  }
  .z-1 {
    z-index: 1;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .z-auto {
    z-index: auto;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-10 {
    margin: calc(var(--spacing) * 10);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-\[2rem\] {
    height: 2rem;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-8\/10 {
    width: calc(8/10 * 100%);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-8\/10 {
    max-width: calc(8/10 * 100%);
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .border-separate {
    border-collapse: separate;
  }
  .border-spacing-x-3 {
    --tw-border-spacing-x: calc(var(--spacing) * 3);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .justify-center {
    justify-content: center;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-l-md {
    border-top-left-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md);
  }
  .rounded-r-md {
    border-top-right-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
  }
  .rounded-b-2xl {
    border-bottom-right-radius: var(--radius-2xl);
    border-bottom-left-radius: var(--radius-2xl);
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-gray-600 {
    background-color: var(--color-gray-600);
  }
  .bg-slate-200 {
    background-color: var(--color-slate-200);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  .text-8xl {
    font-size: var(--text-8xl);
    line-height: var(--tw-leading, var(--text-8xl--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .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);
  }
  .grayscale-\(--grayscale\) {
    --tw-grayscale: grayscale(var(--grayscale));
    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,);
  }
  .group-hover\:bg-slate-200 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-slate-200);
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --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);
      }
    }
  }
  .sm\:mx-0 {
    @media (width >= 40rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:w-full {
    @media (width >= 40rem) {
      width: 100%;
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:my-2 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 2);
    }
  }
  .lg\:h-\[1rem\] {
    @media (width >= 64rem) {
      height: 1rem;
    }
  }
  .lg\:max-w-6\/10 {
    @media (width >= 64rem) {
      max-width: calc(6/10 * 100%);
    }
  }
  .lg\:rounded-lg {
    @media (width >= 64rem) {
      border-radius: var(--radius-lg);
    }
  }
  .lg\:rounded-b-md {
    @media (width >= 64rem) {
      border-bottom-right-radius: var(--radius-md);
      border-bottom-left-radius: var(--radius-md);
    }
  }
  .lg\:p-2 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .lg\:px-2 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-4xl {
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-base {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .dark\:border-1 {
    &:where([data-theme=dark], [data-theme=dark] *) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .dark\:border-2 {
    &:where([data-theme=dark], [data-theme=dark] *) {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }
  .dark\:border-solid {
    &:where([data-theme=dark], [data-theme=dark] *) {
      --tw-border-style: solid;
      border-style: solid;
    }
  }
  .dark\:border-\(--transparent-white\) {
    &:where([data-theme=dark], [data-theme=dark] *) {
      border-color: var(--transparent-white);
    }
  }
  .dark\:bg-\(--dark-card-bg\) {
    &:where([data-theme=dark], [data-theme=dark] *) {
      background-color: var(--dark-card-bg);
    }
  }
  .dark\:text-white {
    &:where([data-theme=dark], [data-theme=dark] *) {
      color: var(--color-white);
    }
  }
}
[x-cloak] {
  display: none;
}
#header {
  width: min(calc(600px + 8rem), calc(100vw - 2rem));
}
.website {
  max-width: min(calc(600px + 8rem), calc(100vw - 2rem));
}
a.extern-link[target="_blank"]:after {
  opacity: 0;
  content: "\f08e";
  font: var(--fa-font-solid);
  font-weight: 900;
  margin-left: calc(var(--spacing) * 1);
}
tr:hover td a.extern-link[target="_blank"]:after {
  opacity: 1;
}
.header {
  transform: translateZ(1rem);
  isolation: isolate;
  position: sticky;
  top: 0;
  width: 100dvw;
}
.anchor {
  position: relative;
  top: calc(calc(var(--text-8xl) * 2) * -1);
  @media (width >= 64rem) {
    top: calc(calc(var(--text-5xl) * 2) * -1);
  }
}
body {
  --bg-light: hsl(0 0% 100%);
  --bg-dark: hsl(213 100% 14%);
  background-image: radial-gradient(at 27% 37%, hsla(215, 98%, 61%, 0.15) 0px, transparent 0%), radial-gradient(at 97% 21%, hsla(125, 98%, 72%, 0.15) 0px, transparent 50%), radial-gradient(at 52% 99%, hsla(354, 98%, 61%, 0.15) 0px, transparent 50%), radial-gradient(at 10% 29%, hsla(256, 96%, 67%, 0.15) 0px, transparent 50%), radial-gradient(at 97% 96%, hsla(38, 60%, 74%, 0.15) 0px, transparent 50%), radial-gradient(at 33% 50%, hsla(222, 67%, 73%, 0.15) 0px, transparent 50%), radial-gradient(at 79% 53%, hsla(343, 68%, 79%, 0.15) 0px, transparent 50%);
  background-color: var(--bg-light);
  &:where([data-theme=dark], [data-theme=dark] *) {
    background-color: var(--bg-dark);
  }
}
:root {
  --speed: 16s;
  --transition: 0.15s;
  --dark-card-bg: #223F4A;
  --transparent-white: rgba(255, 255, 255, 0.06);
}
.window {
  container-type: inline-size;
  transform-style: preserve-3d;
  width: 100%;
  outline: 4px dashed transparent;
  transition: outline 0.5s;
}
.scene {
  --buff: 3rem;
  height: 100%;
  width: 100%;
}
.scene:has(.scroll-grid) {
  mask: linear-gradient(transparent, white var(--buff) calc(100% - var(--buff)), transparent), linear-gradient(90deg, transparent, white var(--buff) calc(100% - var(--buff)), transparent);
  mask-composite: intersect;
}
.scroll-grid[data-mirror="true"] {
  --direction: -1;
}
.scroll-grid {
  --direction: 1;
  --count: 8;
  --inset: 0;
  --outset: 3.5;
  height: 100%;
  width: 100%;
  margin: 0;
  list-style-type: none;
  position: relative;
  display: grid;
  padding: 2rem 1rem;
  grid-template-columns: 1fr 1fr;
  gap: 0 2rem;
  transition: transform 0.5s;
  transform: rotateX(calc(var(--rotate, 0) * var(--direction) * 20deg)) rotateZ(calc(var(--rotate, 0) * var(--direction) * -20deg)) skewX(calc(var(--rotate, 0) * var(--direction) * 20deg));
}
.no-scroll-grid {
  --direction: 1;
  --count: 8;
  --inset: 0;
  --outset: 3.5;
  height: 100%;
  width: 100%;
  margin: 0;
  list-style-type: none;
  position: relative;
  display: grid;
  padding: 2rem 1rem;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem;
  transition: transform 0.5s;
}
.window .scene .no-scroll-grid li, .window .scene .scroll-grid li {
  --active: 0;
  --grayscale: 0;
  min-height: 60px;
  transform-style: preserve-3d;
  width: 100%;
  z-index: calc(1 + var(--active));
}
.window .scene .scroll-grid li::before {
  content: "";
  position: absolute;
  inset: 4px 4px -2px -2px;
  border-radius: 6px;
  background: hsl(0 0% 0% / 0.1);
  filter: blur(calc(var(--active, 0) * 8px));
  z-index: -1;
  transition: scale var(--transition), opacity var(--transition), translate var(--transition), filter var(--transition);
  transform-origin: 50% 0;
  scale: 1 calc(1 + (var(--active, 0) * 0.05));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
}
ul.scroll-grid .item img {
  transition: filter var(--transition);
}
.scroll-grid {
  transform-style: preserve-3d;
  gap: 1rem;
}
.item {
  align-items: center;
  background: hsl(0 0% 100%);
  border: 1px solid hsl(0 0% 90%);
  color: hsl(0 0% 10%);
  border-radius: 6px;
  display: flex;
  gap: 1rem;
  height: 100%;
  justify-content: start;
  overflow: hidden;
  padding: 1.25rem;
  text-align: center;
  width: 100%;
  transition: transform var(--transition), scale var(--transition), background-color 0.25s, color 0.25s, border 0.25s, box-shadow 0.25s;
  scale: calc(1 + (var(--active, 0) * 0.05));
  transform: translate3d(0, 0, calc(var(--active, 0) * 24px));
}
.item img {
  filter: grayscale(var(--grayscale));
}
.item:hover {
  background: rgba(90% 90% 100% / calc(1 - (var(--grayscale)/100)));
}
.item__icon {
  color: rgb(124, 58, 237);
}
.item__text {
  flex: 1;
  text-align: center;
}
li:nth-of-type(1) {
  --index: 0;
}
li:nth-of-type(2) {
  --index: 0;
}
li:nth-of-type(3) {
  --index: 1;
}
li:nth-of-type(4) {
  --index: 1;
}
li:nth-of-type(5) {
  --index: 2;
}
li:nth-of-type(6) {
  --index: 2;
}
li:nth-of-type(7) {
  --index: 3;
}
li:nth-of-type(8) {
  --index: 3;
}
li:nth-of-type(9) {
  --index: 4;
}
li:nth-of-type(10) {
  --index: 4;
}
li:nth-of-type(11) {
  --index: 5;
}
li:nth-of-type(12) {
  --index: 5;
}
li:nth-of-type(13) {
  --index: 6;
}
li:nth-of-type(14) {
  --index: 6;
}
li:nth-of-type(15) {
  --index: 7;
}
li:nth-of-type(16) {
  --index: 7;
}
li:nth-of-type(17) {
  --index: 8;
}
li:nth-of-type(18) {
  --index: 8;
}
li:nth-of-type(19) {
  --index: 9;
}
li:nth-of-type(20) {
  --index: 9;
}
@container (width < 400px) {
  .header {
    grid-template: auto 1fr / 1fr;
  }
  .header a {
    justify-self: start;
  }
  .scroll-grid {
    --count: 16;
    --inset: 0;
    --outset: 3;
    grid-template-columns: 1fr;
  }
  li:nth-of-type(1) {
    --index: 0;
  }
  li:nth-of-type(2) {
    --index: 1;
  }
  li:nth-of-type(3) {
    --index: 2;
  }
  li:nth-of-type(4) {
    --index: 3;
  }
  li:nth-of-type(5) {
    --index: 4;
  }
  li:nth-of-type(6) {
    --index: 5;
  }
  li:nth-of-type(7) {
    --index: 6;
  }
  li:nth-of-type(8) {
    --index: 7;
  }
  li:nth-of-type(9) {
    --index: 8;
  }
  li:nth-of-type(10) {
    --index: 9;
  }
  li:nth-of-type(11) {
    --index: 10;
  }
  li:nth-of-type(12) {
    --index: 11;
  }
  li:nth-of-type(13) {
    --index: 12;
  }
  li:nth-of-type(14) {
    --index: 13;
  }
  li:nth-of-type(15) {
    --index: 14;
  }
  li:nth-of-type(16) {
    --index: 15;
  }
  li:nth-of-type(17) {
    --index: 16;
  }
  li:nth-of-type(18) {
    --index: 17;
  }
  li:nth-of-type(19) {
    --index: 18;
  }
  li:nth-of-type(20) {
    --index: 19;
  }
  li {
    --duration: calc(var(--speed) * 2);
    --delay: calc((var(--duration) / var(--count)) * (var(--index, 0) - 8));
  }
}
@media (prefers-reduced-motion: no-preference) {
  .window:has(.scroll-grid) {
    height: 400px;
  }
  .scroll-grid {
    gap: 0 2rem;
    --rotate: 1;
  }
  .window .scroll-grid li {
    --duration: calc(var(--speed) * 1);
    --delay: calc((var(--duration) / var(--count)) * (var(--index, 0) - 8));
    animation: slide var(--duration) var(--delay) infinite linear;
    translate: 0% calc(((var(--count) - var(--index)) + var(--inset, 0)) * 100%);
  }
  .window .scene .no-scroll-grid li, .window .scene .scroll-grid li {
    --grayscale: 100;
  }
  .window .no-scroll-grid li:hover, .window .scroll-grid li:hover {
    --grayscale: 0;
  }
  @keyframes slide {
    100% {
      translate: 0 calc(calc((var(--index) + var(--outset, 0)) * -100%));
    }
  }
  @container (width < 400px) {
    li {
      --duration: calc(var(--speed) * 2);
      --delay: calc((var(--duration) / var(--count)) * (var(--index, 0) - 8));
    }
  }
}
@property --tw-border-spacing-x {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-spacing-y {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
