/*! tailwindcss v4.2.2 | 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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

@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-yellow-400: oklch(85.2% .199 91.936);
    --color-blue-400: oklch(70.7% .165 254.624);
    --color-purple-400: oklch(71.4% .203 305.504);
    --color-neutral-700: oklch(37.1% 0 0);
    --color-neutral-800: oklch(26.9% 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-lg: 32rem;
    --container-3xl: 48rem;
    --container-6xl: 72rem;
    --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-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-widest: .1em;
    --leading-relaxed: 1.625;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --aspect-video: 16 / 9;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-kickgreen: #53fc18;
    --color-cxpurple-25: var(--color-cxpurple-25);
    --color-cxpurple-50: var(--color-cxpurple-50);
    --color-cxpurple-75: var(--color-cxpurple-75);
    --color-cxpurple-100: var(--color-cxpurple-100);
    --color-cxpurple-200: var(--color-cxpurple-200);
    --color-cxpurple-300: var(--color-cxpurple-300);
    --color-cxpurple-400: var(--color-cxpurple-400);
    --color-cxpurple-500: var(--color-cxpurple-500);
    --color-cxpurple-600: var(--color-cxpurple-600);
    --color-cxpurple-700: var(--color-cxpurple-700);
    --color-cxpurple-800: var(--color-cxpurple-800);
    --color-cxpurple-900: var(--color-cxpurple-900);
    --color-cxpurple-950: var(--color-cxpurple-950);
  }
}

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

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

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      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;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

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

@layer components;

@layer utilities {
  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

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

  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

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

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

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

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

  .right-\[-30px\] {
    right: -30px;
  }

  .right-\[-350px\] {
    right: -350px;
  }

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

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

  .bottom-\[-20px\] {
    bottom: -20px;
  }

  .bottom-\[100px\] {
    bottom: 100px;
  }

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

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

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

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

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

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

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

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

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

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

  .mx-px {
    margin-inline: 1px;
  }

  .mt-0\.5 {
    margin-top: calc(var(--spacing) * .5);
  }

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

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

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

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

  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }

  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }

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

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

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

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

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

  .h-\[50px\] {
    height: 50px;
  }

  .h-\[1500px\] {
    height: 1500px;
  }

  .h-full {
    height: 100%;
  }

  .h-max {
    height: max-content;
  }

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

  .max-h-\[400px\] {
    max-height: 400px;
  }

  .max-h-full {
    max-height: 100%;
  }

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

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

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

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

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

  .w-full {
    width: 100%;
  }

  .w-max {
    width: max-content;
  }

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

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

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

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

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

  .max-w-full {
    max-width: 100%;
  }

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

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

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

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

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

  .translate-y-1\/4 {
    --tw-translate-y: calc(1 / 4 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-105 {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

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

  .resize {
    resize: both;
  }

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

  .flex-row {
    flex-direction: row;
  }

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

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

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

  .justify-end {
    justify-content: flex-end;
  }

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

  .border-\[3px\] {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }

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

  .border-neutral-700\/70 {
    border-color: #404040b3;
  }

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

  .bg-\[\#1e1f23\] {
    background-color: #1e1f23;
  }

  .bg-\[\#141415\] {
    background-color: #141415;
  }

  .bg-\[\#242428\] {
    background-color: #242428;
  }

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

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

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

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

  .bg-kickgreen\/90 {
    background-color: #53fc18e6;
  }

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

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

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

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

  .p-0\.5 {
    padding: calc(var(--spacing) * .5);
  }

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

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

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

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

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

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

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

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

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

  .align-middle {
    vertical-align: middle;
  }

  .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-9xl {
    font-size: var(--text-9xl);
    line-height: var(--tw-leading, var(--text-9xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

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

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

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

  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }

  .break-words {
    overflow-wrap: break-word;
  }

  .break-all {
    word-break: break-all;
  }

  .text-ellipsis {
    text-overflow: ellipsis;
  }

  .text-\[\#33ff00\] {
    color: #3f0;
  }

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

  .text-kickgreen\/90 {
    color: #53fc18e6;
  }

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

  .text-neutral-800 {
    color: var(--color-neutral-800);
  }

  .text-purple-400 {
    color: var(--color-purple-400);
  }

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

  .text-white\/30 {
    color: #ffffff4d;
  }

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

  .text-white\/40 {
    color: #fff6;
  }

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

  .text-white\/50 {
    color: #ffffff80;
  }

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

  .text-white\/90 {
    color: #ffffffe6;
  }

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

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

  .uppercase {
    text-transform: uppercase;
  }

  .opacity-0 {
    opacity: 0;
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-400 {
    --tw-duration: .4s;
    transition-duration: .4s;
  }

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

  .contain-content {
    contain: content;
  }
}

:root {
  --color-kickgreen: #53fc18;
  --color-cxpurple-25: oklch(99% .03 300);
  --color-cxpurple-50: oklch(95% .06 300);
  --color-cxpurple-75: oklch(90% .1 300);
  --color-cxpurple-100: oklch(80% .14 300);
  --color-cxpurple-200: oklch(74% .16 300);
  --color-cxpurple-300: oklch(68% .19 300);
  --color-cxpurple-400: oklch(58% .21 300);
  --color-cxpurple-500: oklch(53% .2 300);
  --color-cxpurple-600: oklch(42% .17 300);
  --color-cxpurple-700: oklch(35% .15 300);
  --color-cxpurple-800: oklch(27% .12 300);
  --color-cxpurple-900: oklch(14% .07 300);
  --color-cxpurple-950: oklch(11% .05 300);
}

@font-face {
  font-family: Inter;
  src: url("https://files.iceposeidon.com/fonts/InterVariableLatin.woff2") format("woff2");
  font-display: swap;
}

.font-inter {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: Gabarito;
  src: url("https://files.iceposeidon.com/fonts/Gabarito-VariableFont_wght-subset.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.font-gabarito {
  font-family: Gabarito, sans-serif;
}

@font-face {
  font-family: ByteBounce;
  font-style: normal;
  font-display: swap;
  src: url("https://cdn.kickplays.org/fonts/ByteBounce.ttf") format("truetype");
}

.font-bb {
  font-family: ByteBounce, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-display: swap;
  src: url("https://static.worp.tv/fonts/GeistVF.woff2") format("woff2");
}

.font-geist {
  font-family: Geist, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: TruculentaVariable;
  font-style: normal;
  font-display: swap;
  src: url("https://static.worp.tv/fonts/TruculentaVariable.woff2") format("woff2");
}

.font-truc {
  font-family: TruculentaVariable, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: DMSansVariable;
  font-style: normal;
  font-display: swap;
  src: url("https://static.worp.tv/fonts/DMSansVariable.woff2") format("woff2");
}

.font-dmsans {
  font-family: DMSansVariable, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: StaatlichesRegularLatin;
  font-style: normal;
  font-display: swap;
  src: url("https://files.iceposeidon.com/fonts/StaatlichesRegularLatin.woff2") format("woff2");
}

.font-staat {
  font-family: StaatlichesRegularLatin, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: HFPoet;
  font-style: normal;
  font-display: swap;
  src: url("https://files.iceposeidon.com/fonts/HFPoet.ttf") format("truetype");
}

.font-hfpoet {
  font-family: HFPoet, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: DK Longreach;
  font-style: normal;
  font-display: swap;
  src: url("https://files.iceposeidon.com/fonts/DK%20Longreach.otf") format("opentype");
}

.font-dklongreach {
  font-family: DK Longreach, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: Melon Pop;
  font-style: normal;
  font-display: swap;
  src: url("https://files.iceposeidon.com/fonts/Melon%20Pop.otf") format("opentype");
}

.font-melonpop {
  font-family: Melon Pop, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: BarberChop;
  font-style: normal;
  font-display: swap;
  src: url("https://files.iceposeidon.com/fonts/BarberChop.otf") format("opentype");
}

.font-barberchop {
  font-family: BarberChop, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: Aero;
  font-style: normal;
  font-display: swap;
  src: url("https://files.iceposeidon.com/fonts/Aero.ttf") format("truetype");
}

.font-aero {
  font-family: Aero, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: Beckman;
  font-style: normal;
  font-display: swap;
  src: url("https://files.iceposeidon.com/fonts/Beckman.otf") format("opentype");
}

.font-beckman {
  font-family: Beckman, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: MagicSeventies;
  font-style: normal;
  font-display: swap;
  src: url("https://files.iceposeidon.com/fonts/Magic Seventies.ttf") format("truetype");
}

.font-magicseventies {
  font-family: MagicSeventies, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: lemonmilk;
  font-style: normal;
  font-display: swap;
  src: url("https://files.iceposeidon.com/fonts/LEMONMILK-Regular.otf") format("opentype");
}

.font-lemonmilk {
  font-family: lemonmilk, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: gg sans;
  font-style: normal;
  font-display: swap;
  src: url("https://files.iceposeidon.com/fonts/ggsans.woff2") format("woff2");
}

.font-ggsans {
  font-family: gg sans, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: Chopsticks;
  font-style: normal;
  font-display: swap;
  src: url("https://files.iceposeidon.com/fonts/Chopsticks.otf") format("opentype");
}

.font-chopsticks {
  font-family: Chopsticks, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: Minecraftia;
  font-style: normal;
  font-display: swap;
  src: url("https://files.iceposeidon.com/fonts/Minecraftia.ttf") format("truetype");
}

.font-minecraftia {
  font-family: Minecraftia, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: Avigea;
  font-style: normal;
  font-display: swap;
  src: url("https://files.iceposeidon.com/fonts/Avigea.otf") format("opentype");
}

.font-avigea {
  font-family: Avigea, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

.tcenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hcenter {
  left: 50%;
  transform: translateX(-50%);
}

.flip-h, .flip-horizontal {
  transform: scaleX(-1);
}

.text_black_outline_xs {
  --outline-size: .8px;
}

.text_black_outline_sm {
  --outline-size: 1px;
}

.text_black_outline_smmd {
  --outline-size: 1.5px;
}

.text_black_outline_md {
  --outline-size: 2px;
}

.text_black_outline {
  --outline-size: 2.3px;
}

.text_black_outline_lg {
  --outline-size: 3.5px;
}

.text_black_outline_xl {
  --outline-size: 4.5px;
}

.text_black_outline_xs, .text_black_outline, .text_black_outline_sm, .text_black_outline_smmd, .text_black_outline_md, .text_black_outline_lg, .text_black_outline_xl {
  text-shadow: 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black;
}

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

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

.animate-sway {
  transform-origin: bottom;
  animation: .9s linear infinite alternate sway;
}

@keyframes animation-rainbow-filter {
  0% {
    filter: hue-rotate();
  }

  100% {
    filter: hue-rotate(360deg);
  }
}

.animate-rainbow-filter {
  animation: 20s linear infinite animation-rainbow-filter;
}

.fade-out-bottom-md {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-mask-image: linear-gradient(#000 0 calc(100% - 60px), #0000 100%);
  mask-image: linear-gradient(#000 0 calc(100% - 60px), #0000 100%);
}

.fade-out-bottom-lg {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-mask-image: linear-gradient(#000 0 calc(100% - 100px), #0000 100%);
  mask-image: linear-gradient(#000 0 calc(100% - 100px), #0000 100%);
}

.fade-out-bottom-xl {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-mask-image: linear-gradient(#000 0 calc(100% - 160px), #0000 100%);
  mask-image: linear-gradient(#000 0 calc(100% - 160px), #0000 100%);
}

html, body, :root, #root {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #0000 !important;
}

.scene {
  width: 1920px;
  min-width: 1920px;
  max-width: 1920px;
  height: 1080px;
  min-height: 1080px;
  max-height: 1080px;
  position: relative;
  top: 0;
  left: 0;
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}
.kick_chat_message {
	word-break: break-word;
	padding: 0.25rem 0.5rem;
}

.kick_chat_username {
	padding-right: 1px;
}

.kick_chat_message_source_discord {
	background-color: #2f3035 !important;
}

.kick_chat_message_special {
	background-color: #cc00ff3d !important;
}

.kick_message_content {
	height: max-content;
}

.kick_chat_badge {
	height: 20px;
	width: 20px;
	stroke-width: 2px;
	stroke: #000000;
}

.badges_container {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	align-self: center;
	padding-right: 0.25rem;
}
@keyframes discordHighlightFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes discordHighlightFadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.discord-highlight-fade-in {
	animation: discordHighlightFadeIn 0.5s forwards;
}

.discord-highlight-fade-out {
	animation: discordHighlightFadeOut 0.5s forwards;
}

.Toastify__toast {
	box-shadow: none !important;
	background-color: transparent !important;
	flex: unset;
	bottom: 0;
	right: 0;
	position: absolute;
	margin: 20px;
	font-family: inherit;
	width: unset;
}

.Toastify__toast-container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	align-items: unset;
	display: unset;
}

.discord-emoji {
	overflow-wrap: break-word;
	user-select: text;
	font-weight: 400;
	object-fit: contain;
	width: 2.15rem;
	vertical-align: bottom;
	display: inline-block;
	margin: 0px 1px;
}
