/*! 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;
    }
  }
}

@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-400: oklch(70.4% .191 22.216);
    --color-red-600: oklch(57.7% .245 27.325);
    --color-yellow-500: oklch(79.5% .184 86.047);
    --color-yellow-800: oklch(47.6% .114 61.907);
    --color-green-400: oklch(79.2% .209 151.711);
    --color-neutral-700: oklch(37.1% 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --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-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;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-wider: .05em;
    --tracking-widest: .1em;
    --leading-relaxed: 1.625;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --blur-xs: 4px;
    --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);
  }
}

@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 {
  .pointer-events-none {
    pointer-events: none;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

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

  .top-1\/2 {
    top: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .left-1\/2 {
    left: 50%;
  }

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

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

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

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

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

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

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

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

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

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

  .mt-0\.5 {
    margin-top: calc(var(--spacing) * .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-block {
    display: inline-block;
  }

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

  .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-24 {
    height: calc(var(--spacing) * 24);
  }

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

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

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

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

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

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

  .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-\[450px\] {
    max-height: 450px;
  }

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

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

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

  .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-24 {
    width: calc(var(--spacing) * 24);
  }

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

  .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-5xl {
    max-width: var(--container-5xl);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    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);
  }

  .-rotate-25 {
    rotate: -25deg;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-transparent {
    background-color: #0000 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .leading-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-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }

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

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

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

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

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

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

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

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

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

  .uppercase {
    text-transform: uppercase;
  }

  .mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .mix-blend-screen {
    mix-blend-mode: screen;
  }

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

  .brightness-30 {
    --tw-brightness: brightness(30%);
    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, );
  }

  .brightness-55 {
    --tw-brightness: brightness(55%);
    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, );
  }

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

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

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

  .transition-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-400 {
    --tw-duration: .4s;
    transition-duration: .4s;
  }
}

.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, .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,	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,	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,	0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black, 0 0 var(--outline-size) black;
}

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

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

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

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

.font-roboto {
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-family: Roboto, sans-serif;
  font-style: normal;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-display: swap;
  src: url("https://files.iceposeidon.com/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://files.iceposeidon.com/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://files.iceposeidon.com/fonts/DMSansVariable.woff2") format("woff2");
}

.font-dmsans {
  font-family: DMSansVariable, 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: Valentine;
  font-style: normal;
  font-display: swap;
  src: url("https://files.iceposeidon.com/fonts/Valentine.ttf") format("truetype");
}

.font-valentine {
  font-family: Valentine, 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: PinkLove;
  font-style: normal;
  font-display: swap;
  src: url("https://files.iceposeidon.com/fonts/Pink Love.otf") format("opentype");
}

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

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

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

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

.font-grandstander {
  font-family: Grandstander, 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: 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: 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;
}

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

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

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

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

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

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

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

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

.is_verified {
	background-color: rgba(204, 0, 255, 0.3);
}

.is_moderator {
}
._root_1lvvn_1 {
	position: relative;
}
._pane_1lvvn_4 {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity var(--transition, 1000ms) ease-in-out;
	will-change: opacity;
}
._pane_1lvvn_4[data-active="true"] {
	opacity: 1;
}
._preload_1lvvn_14 {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}
@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;
}
