/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@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: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --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-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-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-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-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-500: oklch(.637 .237 25.331);
    --color-orange-500: oklch(.705 .213 47.604);
    --color-orange-600: oklch(.646 .222 41.116);
    --color-amber-400: oklch(.828 .189 84.429);
    --color-yellow-500: oklch(.795 .184 86.047);
    --color-yellow-600: oklch(.681 .162 75.834);
    --color-green-500: oklch(.723 .219 149.579);
    --color-green-600: oklch(.627 .194 149.214);
    --color-emerald-600: oklch(.596 .145 163.225);
    --color-blue-50: oklch(.97 .014 254.604);
    --color-blue-500: oklch(.623 .214 259.815);
    --color-blue-600: oklch(.546 .245 262.881);
    --color-blue-700: oklch(.488 .243 264.376);
    --color-indigo-500: oklch(.585 .233 277.117);
    --color-purple-500: oklch(.627 .265 303.9);
    --color-purple-600: oklch(.558 .288 302.321);
    --color-pink-500: oklch(.656 .241 354.308);
    --color-pink-600: oklch(.592 .249 .584);
    --color-rose-500: oklch(.645 .246 16.439);
    --color-gray-300: oklch(.872 .01 258.338);
    --color-gray-400: oklch(.707 .022 261.325);
    --color-gray-500: oklch(.551 .027 264.364);
    --color-gray-600: oklch(.446 .03 256.802);
    --color-gray-700: oklch(.373 .034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-7xl: 80rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-2xl: 1rem;
    --drop-shadow-lg: 0 4px 4px #00000026;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --blur-sm: 8px;
    --blur-xl: 24px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --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 {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-3 {
    top: calc(var(--spacing) * 3);
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-2 {
    right: calc(var(--spacing) * 2);
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-7 {
    bottom: calc(var(--spacing) * 7);
  }

  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }

  .bottom-16 {
    bottom: calc(var(--spacing) * 16);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-1 {
    left: calc(var(--spacing) * 1);
  }

  .left-3 {
    left: calc(var(--spacing) * 3);
  }

  .z-5 {
    z-index: 5;
  }

  .z-10 {
    z-index: 10;
  }

  .z-\[9999\] {
    z-index: 9999;
  }

  .z-\[10001\] {
    z-index: 10001;
  }

  .m-1 {
    margin: calc(var(--spacing) * 1);
  }

  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }

  .mx-\[0px\] {
    margin-inline: 0;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .my-\[-4px\] {
    margin-block: -4px;
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-flex {
    display: inline-flex;
  }

  .h-3 {
    height: calc(var(--spacing) * 3);
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-7 {
    height: calc(var(--spacing) * 7);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-20 {
    height: calc(var(--spacing) * 20);
  }

  .h-24 {
    height: calc(var(--spacing) * 24);
  }

  .h-32 {
    height: calc(var(--spacing) * 32);
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .w-3 {
    width: calc(var(--spacing) * 3);
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-7 {
    width: calc(var(--spacing) * 7);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-20 {
    width: calc(var(--spacing) * 20);
  }

  .w-24 {
    width: calc(var(--spacing) * 24);
  }

  .w-32 {
    width: calc(var(--spacing) * 32);
  }

  .w-96 {
    width: calc(var(--spacing) * 96);
  }

  .w-\[400px\] {
    width: 400px;
  }

  .w-full {
    width: 100%;
  }

  .w-px {
    width: 1px;
  }

  .max-w-3xl {
    max-width: var(--container-3xl);
  }

  .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .max-w-7xl {
    max-width: var(--container-7xl);
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink-0 {
    flex-shrink: 0;
  }

  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-crosshair {
    cursor: crosshair;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .cursor-se-resize {
    cursor: se-resize;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-\[2px\] {
    gap: 2px;
  }

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-4 {
    border-style: var(--tw-border-style);
    border-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-none {
    --tw-border-style: none;
    border-style: none;
  }

  .border-black {
    border-color: var(--color-black);
  }

  .border-black\/20 {
    border-color: #0003;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-black\/20 {
      border-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }

  .border-gray-400 {
    border-color: var(--color-gray-400);
  }

  .border-gray-600 {
    border-color: var(--color-gray-600);
  }

  .border-white\/20 {
    border-color: #fff3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/20 {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }

  .border-t-black {
    border-top-color: var(--color-black);
  }

  .border-r-transparent {
    border-right-color: #0000;
  }

  .border-b-transparent {
    border-bottom-color: #0000;
  }

  .border-l-transparent {
    border-left-color: #0000;
  }

  .bg-black\/20 {
    background-color: #0003;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/20 {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }

  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }

  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }

  .bg-gray-400 {
    background-color: var(--color-gray-400);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-white\/10 {
    background-color: #ffffff1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/10 {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .from-amber-400 {
    --tw-gradient-from: var(--color-amber-400);
    --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));
  }

  .from-blue-500 {
    --tw-gradient-from: var(--color-blue-500);
    --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));
  }

  .from-gray-500 {
    --tw-gradient-from: var(--color-gray-500);
    --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));
  }

  .from-green-500 {
    --tw-gradient-from: var(--color-green-500);
    --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));
  }

  .from-pink-500 {
    --tw-gradient-from: var(--color-pink-500);
    --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));
  }

  .from-rose-500 {
    --tw-gradient-from: var(--color-rose-500);
    --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-blue-600 {
    --tw-gradient-via: var(--color-blue-600);
    --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);
  }

  .via-gray-600 {
    --tw-gradient-via: var(--color-gray-600);
    --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);
  }

  .via-green-600 {
    --tw-gradient-via: var(--color-green-600);
    --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);
  }

  .via-orange-500 {
    --tw-gradient-via: var(--color-orange-500);
    --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);
  }

  .via-pink-600 {
    --tw-gradient-via: var(--color-pink-600);
    --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);
  }

  .via-purple-500 {
    --tw-gradient-via: var(--color-purple-500);
    --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);
  }

  .via-red-500 {
    --tw-gradient-via: var(--color-red-500);
    --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-blue-700 {
    --tw-gradient-to: var(--color-blue-700);
    --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));
  }

  .to-emerald-600 {
    --tw-gradient-to: var(--color-emerald-600);
    --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));
  }

  .to-gray-700 {
    --tw-gradient-to: var(--color-gray-700);
    --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));
  }

  .to-indigo-500 {
    --tw-gradient-to: var(--color-indigo-500);
    --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));
  }

  .to-orange-600 {
    --tw-gradient-to: var(--color-orange-600);
    --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));
  }

  .to-purple-600 {
    --tw-gradient-to: var(--color-purple-600);
    --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));
  }

  .to-yellow-500 {
    --tw-gradient-to: var(--color-yellow-500);
    --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));
  }

  .fill-yellow-500 {
    fill: var(--color-yellow-500);
  }

  .p-1 {
    padding: calc(var(--spacing) * 1);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .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-\[0px\] {
    padding-inline: 0;
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }

  .py-32 {
    padding-block: calc(var(--spacing) * 32);
  }

  .py-\[-32px\] {
    padding-block: -32px;
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .text-center {
    text-align: center;
  }

  .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-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));
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .text-black {
    color: var(--color-black);
  }

  .text-black\/40 {
    color: #0006;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-black\/40 {
      color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }

  .text-black\/60 {
    color: #0009;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-black\/60 {
      color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }

  .text-black\/70 {
    color: #000000b3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-black\/70 {
      color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }

  .text-blue-700 {
    color: var(--color-blue-700);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-white {
    color: var(--color-white);
  }

  .text-white\/70 {
    color: #ffffffb3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/70 {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }

  .text-white\/80 {
    color: #fffc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/80 {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }

  .text-yellow-600 {
    color: var(--color-yellow-600);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-60 {
    opacity: .6;
  }

  .opacity-80 {
    opacity: .8;
  }

  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    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, );
  }

  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, #0000001a)) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, #0000000f));
    --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
    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, );
  }

  .drop-shadow-lg {
    --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, #00000026));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
    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, );
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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, );
  }

  .backdrop-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -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 {
    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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .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, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    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-150 {
    --tw-duration: .15s;
    transition-duration: .15s;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  @media (hover: hover) {
    .group-hover\:scale-125:is(:where(.group):hover *) {
      --tw-scale-x: 125%;
      --tw-scale-y: 125%;
      --tw-scale-z: 125%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:border-black:hover {
      border-color: var(--color-black);
    }
  }

  @media (hover: hover) {
    .hover\:bg-white\/10:hover {
      background-color: #ffffff1a;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/10:hover {
        background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-white\/20:hover {
      background-color: #fff3;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/20:hover {
        background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
      }
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:col-span-1 {
      grid-column: span 1 / span 1;
    }
  }

  @media (width >= 64rem) {
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}

:root {
  --font-size: 16px;
  --background: #1a1a1a;
  --foreground: #fff;
  --card: #1a1a1a;
  --card-foreground: #fff;
  --popover: #1a1a1a;
  --popover-foreground: #fff;
  --primary: #fff;
  --primary-foreground: #000;
  --secondary: #4a4a4a;
  --secondary-foreground: #fff;
  --muted: #1a1a1a;
  --muted-foreground: #9ca3af;
  --accent: #e5e7eb;
  --accent-foreground: #000;
  --destructive: #ef4444;
  --destructive-foreground: #fff;
  --border: #ffffff1a;
  --input: #ffffff0d;
  --input-background: #1a1a1a;
  --switch-background: #2a2a2a;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: #fff;
  --chart-1: #fff;
  --chart-2: #e5e7eb;
  --chart-3: #9ca3af;
  --chart-4: #6b7280;
  --chart-5: #4b5563;
  --radius: .5rem;
  --sidebar: #1a1a1a;
  --sidebar-foreground: #fff;
  --sidebar-primary: #fff;
  --sidebar-primary-foreground: #000;
  --sidebar-accent: #2a2a2a;
  --sidebar-accent-foreground: #fff;
  --sidebar-border: #ffffff1a;
  --sidebar-ring: #fff;
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
  background-color: #000;
}

body, #root {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #000 !important;
}

@keyframes crtGlow {
  0%, 100% {
    filter: brightness() drop-shadow(0 0 40px #00c8ff4d);
  }

  50% {
    filter: brightness(1.05) drop-shadow(0 0 50px #00c8ff66);
  }
}

@keyframes desktopFadeIn {
  0% {
    opacity: 0;
    filter: brightness(0) blur(20px);
    transform: scale(.95);
  }

  50% {
    opacity: .5;
    filter: brightness(.5) blur(10px);
  }

  100% {
    opacity: 1;
    filter: brightness() blur();
    transform: scale(1);
  }
}

.desktop-fade-in {
  animation: 1.5s cubic-bezier(.4, 0, .2, 1) forwards desktopFadeIn;
}

* {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill=\"white\" stroke=\"black\" stroke-width=\"1\" d=\"M0,0 L0,13 L4,9 L6,15 L8,14 L6,8 L11,8 Z\"/><path fill=\"black\" d=\"M1,1 L1,11 L3.5,8.5 L5,13 L6,12.5 L4.5,7.5 L9,7.5 Z\"/></svg>"), auto !important;
}

button, a, [role="button"], input[type="submit"], input[type="button"] {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><g transform=\"translate(2,1)\"><path fill=\"white\" stroke=\"black\" stroke-width=\"1\" d=\"M5,0 L5,7 L4,7 L4,4 L3,4 L3,8 L2,8 L2,5 L1,5 L1,9 L0,9 L0,6 L0,11 C0,12 1,13 2,13 L7,13 C8,13 9,12 9,11 L9,6 L9,5 C9,4 8,4 7,4 C7,4 7,3 6,3 L6,0 Z\"/><path fill=\"black\" d=\"M5.5,1 L5.5,7.5 L4.5,7.5 L4.5,5 L3.5,5 L3.5,8.5 L2.5,8.5 L2.5,6 L1.5,6 L1.5,9.5 L1,9.5 L1,11 C1,11.5 1.5,12 2,12 L7,12 C7.5,12 8,11.5 8,11 L8,6 C8,5.5 7.5,5 7,5 C7,5 6.5,5 6.5,4.5 L6.5,3.5 L6,3.5 L6,1 Z\"/></g></svg>"), pointer !important;
}

input[type="text"], textarea, [contenteditable="true"] {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"8\" height=\"16\" viewBox=\"0 0 8 16\"><line x1=\"4\" y1=\"0\" x2=\"4\" y2=\"16\" stroke=\"black\" stroke-width=\"2\"/><line x1=\"2\" y1=\"0\" x2=\"6\" y2=\"0\" stroke=\"black\" stroke-width=\"2\"/><line x1=\"2\" y1=\"16\" x2=\"6\" y2=\"16\" stroke=\"black\" stroke-width=\"2\"/></svg>"), text !important;
}

[draggable="true"], .cursor-move {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill=\"white\" stroke=\"black\" stroke-width=\"1\" d=\"M8,0 L10,3 L9,3 L9,6 L10,6 L13,8 L10,10 L9,10 L9,13 L10,13 L8,16 L6,13 L7,13 L7,10 L6,10 L3,8 L6,6 L7,6 L7,3 L6,3 Z\"/></svg>"), move !important;
}

input[type="range"] {
  appearance: none;
  background: #fff3;
  border-radius: 10px;
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  cursor: pointer;
  background: linear-gradient(135deg, #fff 0%, #e0e0e0 100%);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  box-shadow: 0 2px 8px #0000004d;
}

input[type="range"]::-moz-range-thumb {
  cursor: pointer;
  background: linear-gradient(135deg, #fff 0%, #e0e0e0 100%);
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  box-shadow: 0 2px 8px #0000004d;
}

input[type="range"]::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #0078d4 0%, #fff3 0%);
  border-radius: 10px;
  height: 8px;
}

input[type="range"]::-moz-range-track {
  background: #fff3;
  border-radius: 10px;
  height: 8px;
}

input[type="range"]::-moz-range-progress {
  background: #0078d4;
  border-radius: 10px;
  height: 8px;
}

@keyframes windowOpen {
  0% {
    opacity: 0;
    filter: blur(4px);
    transform: scale(.3)translate(-50%, -50%);
  }

  60% {
    opacity: 1;
    filter: blur();
    transform: scale(1.05)translate(0);
  }

  100% {
    opacity: 1;
    filter: blur();
    transform: scale(1)translate(0);
  }
}

@keyframes windowClose {
  0% {
    opacity: 1;
    filter: blur();
    transform: scale(1)translate(0);
  }

  100% {
    opacity: 0;
    filter: blur(4px);
    transform: scale(.3)translate(-50%, -50%);
  }
}

@keyframes windowMinimize {
  0% {
    opacity: 1;
    filter: blur();
    transform: scale(1)translateY(0);
  }

  100% {
    opacity: 0;
    filter: blur(3px);
    transform: scale(.1)translateY(calc(100vh - 100%));
  }
}

@keyframes windowMaximize {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .95;
    transform: scale(.98);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes windowRestore {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .95;
    transform: scale(1.02);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.window-open-animation {
  animation: .35s cubic-bezier(.25, .46, .45, .94) windowOpen;
}

.window-close-animation {
  animation: .2s cubic-bezier(.55, .085, .68, .53) forwards windowClose;
}

.window-minimize-animation {
  animation: .25s cubic-bezier(.55, .055, .675, .19) forwards windowMinimize;
}

.window-maximize-animation {
  animation: .25s cubic-bezier(.4, 0, .2, 1) windowMaximize;
}

.window-restore-animation {
  animation: .25s cubic-bezier(.4, 0, .2, 1) windowRestore;
}

@keyframes taskbarIconAppear {
  0% {
    opacity: 0;
    transform: translateY(15px)scale(.3);
  }

  50% {
    transform: translateY(-8px)scale(1.15);
  }

  100% {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

@keyframes taskbarIconPulse {
  0%, 100% {
    box-shadow: 0 0 #fff6;
  }

  50% {
    box-shadow: 0 0 0 3px #fff0;
  }
}

.taskbar-app-icon {
  animation: .5s cubic-bezier(.34, 1.56, .64, 1) taskbarIconAppear;
}

.taskbar-app-icon:hover {
  animation: 1.5s ease-in-out infinite taskbarIconPulse;
}

@keyframes swing {
  0%, 100% {
    transform: rotate(-3deg);
  }

  50% {
    transform: rotate(3deg);
  }
}

.animate-swing {
  transform-origin: top;
  animation: 4s ease-in-out infinite swing;
}

:root {
  --win98-button-face: silver;
  --win98-button-shadow: gray;
  --win98-button-dark-shadow: #000;
  --win98-button-light: #dfdfdf;
  --win98-button-highlight: #fff;
  --win98-blue: navy;
  --win98-blue-light: #1084d0;
  --win98-desktop: teal;
  --win98-text: #000;
  --win95-button-face: silver;
  --win95-button-shadow: gray;
  --win95-button-dark-shadow: #000;
  --win95-button-light: #dfdfdf;
  --win95-button-highlight: #fff;
  --win95-blue: navy;
}

.win95-font {
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-rendering: optimizeSpeed;
  image-rendering: pixelated;
  font-family: MS Sans Serif, Microsoft Sans Serif, Tahoma, Segoe UI, sans-serif;
  font-size: 11px;
}

.glass-primary {
  background: var(--win98-button-face);
  box-shadow: inset -1px -1px 0 var(--win98-button-dark-shadow), inset 1px 1px 0 var(--win98-button-highlight), inset -2px -2px 0 var(--win98-button-shadow), inset 2px 2px 0 var(--win98-button-light);
  border: none;
  border-radius: 0;
  position: relative;
}

.glass-primary:before {
  display: none;
}

.win95-titlebar {
  background: linear-gradient(90deg, var(--win98-blue) 0%, var(--win98-blue-light) 100%);
  cursor: move;
  justify-content: space-between;
  align-items: center;
  height: 20px;
  padding: 2px 2px 2px 4px;
  display: flex;
}

.win95-titlebar-text {
  color: #fff;
  letter-spacing: .5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  font-size: 11px;
  font-weight: bold;
  overflow: hidden;
}

.win95-title-button {
  background: var(--win98-button-face);
  width: 16px;
  height: 14px;
  box-shadow: inset -1px -1px 0 var(--win98-button-dark-shadow), inset 1px 1px 0 var(--win98-button-highlight), inset -2px -2px 0 var(--win98-button-shadow), inset 2px 2px 0 var(--win98-button-light);
  color: #000;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 8px;
  font-weight: bold;
  line-height: 1;
  display: flex;
}

.win95-title-button:active {
  box-shadow: inset 1px 1px 0 var(--win98-button-dark-shadow), inset -1px -1px 0 var(--win98-button-highlight);
  padding: 1px 0 0 1px;
}

.win95-button {
  background: var(--win98-button-face);
  box-shadow: inset -1px -1px 0 var(--win98-button-dark-shadow), inset 1px 1px 0 var(--win98-button-highlight), inset -2px -2px 0 var(--win98-button-shadow), inset 2px 2px 0 var(--win98-button-light);
  color: var(--win98-text);
  cursor: pointer;
  border: none;
  min-width: 75px;
  padding: 3px 8px;
  font-family: MS Sans Serif, Tahoma, sans-serif;
  font-size: 11px;
}

.win95-button:active {
  box-shadow: inset 1px 1px 0 var(--win98-button-dark-shadow), inset -1px -1px 0 var(--win98-button-highlight);
  padding: 4px 7px 2px 9px;
}

.win95-button:focus {
  outline-offset: -4px;
  outline: 1px dotted #000;
}

.win95-sunken {
  box-shadow: inset 1px 1px 0 var(--win98-button-dark-shadow), inset -1px -1px 0 var(--win98-button-highlight), inset 2px 2px 0 var(--win98-button-shadow), inset -2px -2px 0 var(--win98-button-light);
  color: #000;
  background: #fff;
  border: none;
  padding: 3px 4px;
}

.win95-content {
  background: var(--win98-button-face);
  padding: 2px;
}

.win95-content-white {
  box-shadow: inset 1px 1px 0 var(--win98-button-shadow), inset -1px -1px 0 var(--win98-button-light);
  background: #fff;
  border: none;
}

.glass-secondary {
  background: var(--win98-button-face);
  box-shadow: inset -1px -1px 0 var(--win98-button-dark-shadow), inset 1px 1px 0 var(--win98-button-highlight);
  border: none;
  border-radius: 0;
  position: relative;
}

.glass-secondary:before {
  display: none;
}

.glass-project-card {
  box-shadow: inset 1px 1px 0 var(--win98-button-shadow), inset -1px -1px 0 var(--win98-button-light), 0 2px 4px #0003;
  background: #fff;
  border: none;
  border-radius: 0;
  transition: box-shadow .1s;
  position: relative;
}

.glass-project-card:hover {
  box-shadow: inset 1px 1px 0 var(--win98-button-shadow), inset -1px -1px 0 var(--win98-button-light), 0 4px 8px #0000004d;
}

.glass-project-card:before {
  display: none;
}

.glass-dark-pill {
  background: var(--win98-button-face);
  box-shadow: inset -1px -1px 0 var(--win98-button-dark-shadow), inset 1px 1px 0 var(--win98-button-highlight);
  color: #000;
  border: none;
  border-radius: 0;
  padding: 2px 6px;
  font-size: 11px;
}

.win95-taskbar {
  background: var(--win98-button-face);
  border-top: 2px solid var(--win98-button-highlight);
  box-shadow: inset 0 1px 0 var(--win98-button-light), 0 -2px 8px #00000026;
  image-rendering: pixelated;
}

.win95-start-button {
  background: var(--win98-button-face);
  box-shadow: inset -1px -1px 0 var(--win98-button-dark-shadow), inset 1px 1px 0 var(--win98-button-highlight), inset -2px -2px 0 var(--win98-button-shadow), inset 2px 2px 0 var(--win98-button-light);
  color: #000;
  cursor: pointer;
  height: 28px;
  image-rendering: pixelated;
  border: none;
  align-items: center;
  gap: 6px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
}

.win95-start-button:hover {
  background: var(--win98-button-light);
}

.win95-start-button:active, .win95-start-button.active {
  box-shadow: inset 1px 1px 0 var(--win98-button-dark-shadow), inset -1px -1px 0 var(--win98-button-highlight);
  padding: 4px 7px 2px 9px;
}

.win95-taskbar-button {
  background: var(--win98-button-face);
  box-shadow: inset -1px -1px 0 var(--win98-button-dark-shadow), inset 1px 1px 0 var(--win98-button-highlight), inset -2px -2px 0 var(--win98-button-shadow), inset 2px 2px 0 var(--win98-button-light);
  color: #000;
  cursor: pointer;
  min-width: 120px;
  max-width: 180px;
  height: 26px;
  image-rendering: pixelated;
  border: none;
  align-items: center;
  gap: 6px;
  padding: 3px 8px;
  font-size: 11px;
  display: flex;
}

.win95-taskbar-button:hover {
  background: var(--win98-button-light);
}

.win95-taskbar-button:active, .win95-taskbar-button.active {
  box-shadow: inset 1px 1px 0 var(--win98-button-dark-shadow), inset -1px -1px 0 var(--win98-button-highlight);
  padding: 4px 7px 2px 9px;
}

.win95-quick-launch-container {
  background: var(--win98-button-face);
  box-shadow: inset 1px 1px 0 var(--win98-button-shadow), inset -1px -1px 0 var(--win98-button-light);
  image-rendering: pixelated;
  border-radius: 16px;
  padding: 2px 8px !important;
}

.win95-quick-launch-icon {
  cursor: pointer;
  image-rendering: pixelated;
  background: none;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: all .15s;
  display: flex;
  position: relative;
}

.win95-quick-launch-icon:hover {
  background: #fff3;
  transform: translateY(-2px);
}

.win95-quick-launch-icon:active {
  background: #0000001a;
  transform: translateY(0);
}

.win95-quick-launch-icon:hover:after {
  content: attr(title);
  background: var(--win98-button-face);
  border: 1px solid var(--win98-button-dark-shadow);
  white-space: nowrap;
  z-index: 10001;
  margin-bottom: 4px;
  padding: 2px 6px;
  font-size: 11px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 2px 2px 4px #0000004d;
}

.win95-system-tray {
  background: var(--win98-button-face);
  box-shadow: inset 1px 1px 0 var(--win98-button-shadow), inset -1px -1px 0 var(--win98-button-light);
  height: 24px;
  image-rendering: pixelated;
  align-items: center;
  gap: 6px;
  padding: 3px 6px;
  display: flex;
}

.win95-divider {
  width: 2px;
  height: 24px;
  box-shadow: inset 1px 0 0 var(--win98-button-shadow), inset -1px 0 0 var(--win98-button-highlight);
  image-rendering: pixelated;
}

.win95-desktop-icon {
  cursor: pointer;
  width: 80px;
  image-rendering: pixelated;
  -webkit-user-select: none;
  user-select: none;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px;
  transition: none;
  display: flex;
}

.win95-desktop-icon:hover {
  background: none;
}

.win95-desktop-icon:hover > div:first-child {
  transition: transform .1s ease-out;
  transform: scale(1.15);
}

.win95-desktop-icon > div:first-child {
  transition: transform .1s ease-out;
}

.win95-desktop-icon:active {
  filter: brightness(.95);
}

.win95-desktop-icon:active > div:first-child {
  transform: scale(1.05);
}

.win95-desktop-icon.selected {
  background: none;
}

.win95-desktop-icon-label {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px #000000e6, -1px -1px #000000e6, 1px -1px #000000e6, -1px 1px #000000e6, 0 1px #000000e6, 1px 0 #000000e6, -1px 0 #000000e6, 0 -1px #000000e6;
  word-wrap: break-word;
  image-rendering: pixelated;
  -webkit-font-smoothing: none;
  letter-spacing: 0;
  padding: 1px 4px;
  font-family: MS Sans Serif, Tahoma, sans-serif;
  font-size: 11px;
  line-height: 1.2;
}

.win95-desktop-icon.selected .win95-desktop-icon-label {
  background: var(--win98-blue);
  color: #fff;
  outline-offset: 0;
  outline: 1px dotted #fff;
}

.win95-menu {
  background: var(--win98-button-face);
  box-shadow: 3px 3px 0 var(--win98-button-dark-shadow), 2px 2px 0 var(--win98-button-dark-shadow), inset 1px 1px 0 var(--win98-button-highlight), inset -1px -1px 0 var(--win98-button-shadow);
  image-rendering: pixelated;
  border: none;
  padding: 2px;
}

.win95-menu-item {
  color: #000;
  cursor: pointer;
  image-rendering: pixelated;
  -webkit-font-smoothing: none;
  align-items: center;
  gap: 8px;
  padding: 4px 24px 4px 4px;
  font-size: 11px;
  transition: none;
  display: flex;
}

.win95-menu-item:hover {
  background: var(--win98-blue);
  color: #fff;
}

.win95-menu-separator {
  background: var(--win98-button-shadow);
  height: 1px;
  box-shadow: 0 1px 0 var(--win98-button-highlight);
  image-rendering: pixelated;
  margin: 3px 6px;
}

::-webkit-scrollbar {
  background: var(--win95-button-face);
  width: 16px;
  height: 16px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 1px 1px 0 var(--win95-button-shadow), inset -1px -1px 0 var(--win95-button-light);
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: var(--win95-button-face);
  box-shadow: inset -1px -1px 0 var(--win95-button-dark-shadow), inset 1px 1px 0 var(--win95-button-highlight), inset -2px -2px 0 var(--win95-button-shadow), inset 2px 2px 0 var(--win95-button-light);
}

::-webkit-scrollbar-button {
  background: var(--win95-button-face);
  box-shadow: inset -1px -1px 0 var(--win95-button-dark-shadow), inset 1px 1px 0 var(--win95-button-highlight), inset -2px -2px 0 var(--win95-button-shadow), inset 2px 2px 0 var(--win95-button-light);
  width: 16px;
  height: 16px;
}

::-webkit-scrollbar-button:active {
  box-shadow: inset 1px 1px 0 var(--win95-button-dark-shadow), inset -1px -1px 0 var(--win95-button-highlight);
}

.retro-pixel {
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
}

.glass-primary, .win95-button, .win95-titlebar, .win95-content, .win98-window, .win95-taskbar, .win95-desktop-icon, .glass-project-card {
  image-rendering: pixelated;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
}

img:not(.retro-pixel), video, iframe {
  image-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.win98-window img, .glass-primary img, .glass-project-card img, .win95-content img, .win95-content-white img, img {
  background: none !important;
}

video {
  background: #000 !important;
}

.win95-start-button img, .win95-taskbar img, .win95-quick-launch-icon img, .win95-taskbar-button img, .win95-system-tray img, .win95-start-button svg, .win95-taskbar svg, .win95-quick-launch-icon svg, .win95-taskbar-button svg, .win95-system-tray svg {
  background: none !important;
}

.aero-window {
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid var(--win7-border);
  box-shadow: 0 8px 32px var(--win7-shadow), inset 0 1px 0 #ffffff4d, inset 1px 0 0 #ffffff1a, inset -1px 0 0 #0000001a, inset 0 -1px 0 #0000001a;
  background: linear-gradient(135deg, #ffffff26 0%, #ffffff0d 50%, #0000001a 100%);
  border-radius: 8px;
  overflow: hidden;
}

.aero-titlebar {
  background: linear-gradient(180deg, var(--win7-titlebar-start) 0%, var(--win7-titlebar-end) 100%);
  border-bottom: 1px solid #fff3;
  box-shadow: inset 0 1px #fff6, inset 0 -1px #0003;
}

.aero-button-primary {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  cursor: pointer;
  background: linear-gradient(#ffffff4d 0%, #ffffff1a 100%);
  border: 1px solid #ffffff4d;
  border-radius: 6px;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 8px #0003, inset 0 1px #fff6;
}

.aero-button-primary:hover {
  background: linear-gradient(#fff6 0%, #fff3 100%);
  box-shadow: 0 4px 12px #0000004d, inset 0 1px #ffffff80;
}

.aero-button-primary:active {
  background: linear-gradient(#fff3 0%, #ffffff1a 100%);
  box-shadow: inset 0 1px 4px #0000004d, 0 1px #fff3;
}

.aero-button-close {
  color: #fff;
  cursor: pointer;
  background: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 24px;
  transition: all .2s;
  display: flex;
}

.aero-button-close:hover {
  background: #e81123e6;
  border-color: #fff6;
}

.aero-button-close:active {
  background: #b40014e6;
}

.aero-button-nav {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #ffffff40 0%, #ffffff1a 100%);
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 4px 16px #0000004d, inset 0 1px #ffffff80;
}

.aero-button-nav:hover {
  background: linear-gradient(135deg, #ffffff59 0%, #ffffff26 100%);
  transform: scale(1.1);
  box-shadow: 0 6px 20px #0006, inset 0 1px #fff9;
}

.aero-button-nav:active {
  transform: scale(1.05);
}

.aero-badge {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: linear-gradient(135deg, #0009 0%, #0006 100%);
  border: 1px solid #fff3;
  border-radius: 20px;
  padding: 6px 16px;
  box-shadow: 0 2px 8px #0000004d, inset 0 1px #ffffff1a;
}

.crt-screen {
  border-radius: 0;
  position: relative;
}

.crt-content {
  filter: brightness(1.15) contrast(1.15) saturate(1.2);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.crt-effects-overlay {
  pointer-events: none;
  z-index: 30;
  mix-blend-mode: overlay;
  background: repeating-linear-gradient(0deg, #0000 0, #00000080 1px, #0000 2px 4px), repeating-linear-gradient(90deg, #ff00000f 0, #00ff000f 1px, #0000ff0f 2px, #0000 3px);
  animation: 15s linear infinite scanlines;
  position: absolute;
  inset: 0;
}

.crt-effects-overlay:before {
  content: "";
  background: radial-gradient(#0000 0% 50%, #00000080 100%);
  animation: .3s infinite flicker;
  position: absolute;
  inset: 0;
}

.crt-effects-overlay:after {
  content: "";
  background: radial-gradient(at 30% 30%, #ffffff1a 0%, #0000 50%);
  position: absolute;
  inset: 0;
}

@keyframes scanlines {
  0% {
    background-position: 0 0, 0 0;
  }

  100% {
    background-position: 0 150px, 0 0;
  }
}

@keyframes flicker {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .94;
  }
}

.crt-content:before {
  content: "";
  pointer-events: none;
  z-index: 10;
  background: inherit;
  mix-blend-mode: screen;
  opacity: .2;
  animation: 6s ease-in-out infinite rgbShift;
  position: absolute;
  inset: 0;
}

@keyframes rgbShift {
  0%, 100% {
    filter: hue-rotate();
    transform: translate(0);
  }

  33% {
    transform: translate(.8px);
  }

  66% {
    transform: translate(-.8px);
  }
}

.win98-window {
  background: var(--win98-button-face);
  box-shadow: inset -1px -1px 0 var(--win98-button-dark-shadow), inset 1px 1px 0 var(--win98-button-highlight), inset -2px -2px 0 var(--win98-button-shadow), inset 2px 2px 0 var(--win98-button-light);
  border: none;
  border-radius: 0;
  position: relative;
}

.win98-titlebar {
  background: linear-gradient(90deg, var(--win98-blue) 0%, var(--win98-blue-light) 100%);
  cursor: move;
  justify-content: space-between;
  align-items: center;
  height: 20px;
  padding: 2px 2px 2px 4px;
  display: flex;
}

.win98-titlebar-text {
  color: #fff;
  letter-spacing: .5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  font-size: 11px;
  font-weight: bold;
  overflow: hidden;
}

.win98-menubar {
  background: var(--win98-button-face);
  border-bottom: 1px solid var(--win98-button-highlight);
  align-items: center;
  padding: 2px;
  display: flex;
}

.win98-menu-item {
  color: var(--win98-text);
  cursor: pointer;
  padding: 2px 8px;
  font-size: 11px;
}

.win98-menu-item:hover {
  background: var(--win98-blue);
  color: #fff;
}

.win98-status-bar {
  background: var(--win98-button-face);
  border-top: 1px solid var(--win98-button-highlight);
  box-shadow: inset 0 1px 0 var(--win98-button-light);
  color: var(--win98-text);
  padding: 2px 4px;
  font-size: 11px;
}

.win98-slider {
  appearance: none;
  background: var(--win98-button-face);
  height: 20px;
  box-shadow: inset 1px 1px 0 var(--win98-button-dark-shadow), inset -1px -1px 0 var(--win98-button-highlight), inset 2px 2px 0 var(--win98-button-shadow), inset -2px -2px 0 var(--win98-button-light);
  cursor: pointer;
  outline: none;
}

.win98-slider::-webkit-slider-thumb {
  appearance: none;
  background: var(--win98-button-face);
  width: 12px;
  height: 18px;
  box-shadow: inset -1px -1px 0 var(--win98-button-dark-shadow), inset 1px 1px 0 var(--win98-button-highlight), inset -2px -2px 0 var(--win98-button-shadow), inset 2px 2px 0 var(--win98-button-light);
  cursor: pointer;
}

.win98-slider::-moz-range-thumb {
  background: var(--win98-button-face);
  width: 12px;
  height: 18px;
  box-shadow: inset -1px -1px 0 var(--win98-button-dark-shadow), inset 1px 1px 0 var(--win98-button-highlight), inset -2px -2px 0 var(--win98-button-shadow), inset 2px 2px 0 var(--win98-button-light);
  cursor: pointer;
  border: none;
}

@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-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-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: 0;
}

@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-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-ease {
  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;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
