
      @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
      @keyframes w3m-shake {
        0% {
          transform: scale(1) rotate(0deg);
        }
        20% {
          transform: scale(1) rotate(-1deg);
        }
        40% {
          transform: scale(1) rotate(1.5deg);
        }
        60% {
          transform: scale(1) rotate(-1.5deg);
        }
        80% {
          transform: scale(1) rotate(1deg);
        }
        100% {
          transform: scale(1) rotate(0deg);
        }
      }
      @keyframes w3m-iframe-fade-out {
        0% {
          opacity: 1;
        }
        100% {
          opacity: 0;
        }
      }
      @keyframes w3m-iframe-zoom-in {
        0% {
          transform: translateY(50px);
          opacity: 0;
        }
        100% {
          transform: translateY(0px);
          opacity: 1;
        }
      }
      @keyframes w3m-iframe-zoom-in-mobile {
        0% {
          transform: scale(0.95);
          opacity: 0;
        }
        100% {
          transform: scale(1);
          opacity: 1;
        }
      }
      :root {
        --w3m-modal-width: 360px;
        --w3m-color-mix-strength: 0%;
        --w3m-font-family: Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;;
        --w3m-font-size-master: 10px;
        --w3m-border-radius-master: 4px;
        --w3m-z-index: 999;

        --wui-font-family: var(--w3m-font-family);

        --wui-font-size-mini: calc(var(--w3m-font-size-master) * 0.8);
        --wui-font-size-micro: var(--w3m-font-size-master);
        --wui-font-size-tiny: calc(var(--w3m-font-size-master) * 1.2);
        --wui-font-size-small: calc(var(--w3m-font-size-master) * 1.4);
        --wui-font-size-paragraph: calc(var(--w3m-font-size-master) * 1.6);
        --wui-font-size-medium: calc(var(--w3m-font-size-master) * 1.8);
        --wui-font-size-large: calc(var(--w3m-font-size-master) * 2);
        --wui-font-size-title-6: calc(var(--w3m-font-size-master) * 2.2);
        --wui-font-size-medium-title: calc(var(--w3m-font-size-master) * 2.4);
        --wui-font-size-2xl: calc(var(--w3m-font-size-master) * 4);

        --wui-border-radius-5xs: var(--w3m-border-radius-master);
        --wui-border-radius-4xs: calc(var(--w3m-border-radius-master) * 1.5);
        --wui-border-radius-3xs: calc(var(--w3m-border-radius-master) * 2);
        --wui-border-radius-xxs: calc(var(--w3m-border-radius-master) * 3);
        --wui-border-radius-xs: calc(var(--w3m-border-radius-master) * 4);
        --wui-border-radius-s: calc(var(--w3m-border-radius-master) * 5);
        --wui-border-radius-m: calc(var(--w3m-border-radius-master) * 7);
        --wui-border-radius-l: calc(var(--w3m-border-radius-master) * 9);
        --wui-border-radius-3xl: calc(var(--w3m-border-radius-master) * 20);

        --wui-font-weight-light: 400;
        --wui-font-weight-regular: 500;
        --wui-font-weight-medium: 600;
        --wui-font-weight-bold: 700;

        --wui-letter-spacing-2xl: -1.6px;
        --wui-letter-spacing-medium-title: -0.96px;
        --wui-letter-spacing-title-6: -0.88px;
        --wui-letter-spacing-large: -0.8px;
        --wui-letter-spacing-medium: -0.72px;
        --wui-letter-spacing-paragraph: -0.64px;
        --wui-letter-spacing-small: -0.56px;
        --wui-letter-spacing-tiny: -0.48px;
        --wui-letter-spacing-micro: -0.2px;
        --wui-letter-spacing-mini: -0.16px;

        --wui-spacing-0: 0px;
        --wui-spacing-4xs: 2px;
        --wui-spacing-3xs: 4px;
        --wui-spacing-xxs: 6px;
        --wui-spacing-2xs: 7px;
        --wui-spacing-xs: 8px;
        --wui-spacing-1xs: 10px;
        --wui-spacing-s: 12px;
        --wui-spacing-m: 14px;
        --wui-spacing-l: 16px;
        --wui-spacing-2l: 18px;
        --wui-spacing-xl: 20px;
        --wui-spacing-xxl: 24px;
        --wui-spacing-2xl: 32px;
        --wui-spacing-3xl: 40px;
        --wui-spacing-4xl: 90px;
        --wui-spacing-5xl: 95px;

        --wui-icon-box-size-xxs: 14px;
        --wui-icon-box-size-xs: 20px;
        --wui-icon-box-size-sm: 24px;
        --wui-icon-box-size-md: 32px;
        --wui-icon-box-size-mdl: 36px;
        --wui-icon-box-size-lg: 40px;
        --wui-icon-box-size-2lg: 48px;
        --wui-icon-box-size-xl: 64px;

        --wui-icon-size-inherit: inherit;
        --wui-icon-size-xxs: 10px;
        --wui-icon-size-xs: 12px;
        --wui-icon-size-sm: 14px;
        --wui-icon-size-md: 16px;
        --wui-icon-size-mdl: 18px;
        --wui-icon-size-lg: 20px;
        --wui-icon-size-xl: 24px;
        --wui-icon-size-xxl: 28px;

        --wui-wallet-image-size-inherit: inherit;
        --wui-wallet-image-size-sm: 40px;
        --wui-wallet-image-size-md: 56px;
        --wui-wallet-image-size-lg: 80px;

        --wui-visual-size-size-inherit: inherit;
        --wui-visual-size-sm: 40px;
        --wui-visual-size-md: 55px;
        --wui-visual-size-lg: 80px;

        --wui-box-size-md: 100px;
        --wui-box-size-lg: 120px;

        --wui-ease-out-power-2: cubic-bezier(0, 0, 0.22, 1);
        --wui-ease-out-power-1: cubic-bezier(0, 0, 0.55, 1);

        --wui-ease-in-power-3: cubic-bezier(0.66, 0, 1, 1);
        --wui-ease-in-power-2: cubic-bezier(0.45, 0, 1, 1);
        --wui-ease-in-power-1: cubic-bezier(0.3, 0, 1, 1);

        --wui-ease-inout-power-1: cubic-bezier(0.45, 0, 0.55, 1);

        --wui-duration-lg: 200ms;
        --wui-duration-md: 125ms;
        --wui-duration-sm: 75ms;

        --wui-path-network-sm: path(
          'M15.4 2.1a5.21 5.21 0 0 1 5.2 0l11.61 6.7a5.21 5.21 0 0 1 2.61 4.52v13.4c0 1.87-1 3.59-2.6 4.52l-11.61 6.7c-1.62.93-3.6.93-5.22 0l-11.6-6.7a5.21 5.21 0 0 1-2.61-4.51v-13.4c0-1.87 1-3.6 2.6-4.52L15.4 2.1Z'
        );

        --wui-path-network-md: path(
          'M43.4605 10.7248L28.0485 1.61089C25.5438 0.129705 22.4562 0.129705 19.9515 1.61088L4.53951 10.7248C2.03626 12.2051 0.5 14.9365 0.5 17.886V36.1139C0.5 39.0635 2.03626 41.7949 4.53951 43.2752L19.9515 52.3891C22.4562 53.8703 25.5438 53.8703 28.0485 52.3891L43.4605 43.2752C45.9637 41.7949 47.5 39.0635 47.5 36.114V17.8861C47.5 14.9365 45.9637 12.2051 43.4605 10.7248Z'
        );

        --wui-path-network-lg: path(
          'M78.3244 18.926L50.1808 2.45078C45.7376 -0.150261 40.2624 -0.150262 35.8192 2.45078L7.6756 18.926C3.23322 21.5266 0.5 26.3301 0.5 31.5248V64.4752C0.5 69.6699 3.23322 74.4734 7.6756 77.074L35.8192 93.5492C40.2624 96.1503 45.7376 96.1503 50.1808 93.5492L78.3244 77.074C82.7668 74.4734 85.5 69.6699 85.5 64.4752V31.5248C85.5 26.3301 82.7668 21.5266 78.3244 18.926Z'
        );

        --wui-width-network-sm: 36px;
        --wui-width-network-md: 48px;
        --wui-width-network-lg: 86px;

        --wui-height-network-sm: 40px;
        --wui-height-network-md: 54px;
        --wui-height-network-lg: 96px;

        --wui-icon-size-network-xs: 12px;
        --wui-icon-size-network-sm: 16px;
        --wui-icon-size-network-md: 24px;
        --wui-icon-size-network-lg: 42px;

        --wui-color-inherit: inherit;

        --wui-color-inverse-100: #fff;
        --wui-color-inverse-000: #000;

        --wui-cover: rgba(20, 20, 20, 0.8);

        --wui-color-modal-bg: var(--wui-color-modal-bg-base);

        --wui-color-accent-100: var(--wui-color-accent-base-100);
        --wui-color-accent-090: var(--wui-color-accent-base-090);
        --wui-color-accent-080: var(--wui-color-accent-base-080);

        --wui-color-success-100: var(--wui-color-success-base-100);
        --wui-color-success-125: var(--wui-color-success-base-125);

        --wui-color-warning-100: var(--wui-color-warning-base-100);

        --wui-color-error-100: var(--wui-color-error-base-100);
        --wui-color-error-125: var(--wui-color-error-base-125);

        --wui-color-blue-100: var(--wui-color-blue-base-100);
        --wui-color-blue-90: var(--wui-color-blue-base-90);

        --wui-icon-box-bg-error-100: var(--wui-icon-box-bg-error-base-100);
        --wui-icon-box-bg-blue-100: var(--wui-icon-box-bg-blue-base-100);
        --wui-icon-box-bg-success-100: var(--wui-icon-box-bg-success-base-100);
        --wui-icon-box-bg-inverse-100: var(--wui-icon-box-bg-inverse-base-100);

        --wui-all-wallets-bg-100: var(--wui-all-wallets-bg-100);

        --wui-avatar-border: var(--wui-avatar-border-base);

        --wui-thumbnail-border: var(--wui-thumbnail-border-base);

        --wui-wallet-button-bg: var(--wui-wallet-button-bg-base);

        --wui-box-shadow-blue: var(--wui-color-accent-glass-020);
      }

      @supports (background: color-mix(in srgb, white 50%, black)) {
        :root {
          --wui-color-modal-bg: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-modal-bg-base)
          );

          --wui-box-shadow-blue: color-mix(in srgb, var(--wui-color-accent-100) 20%, transparent);

          --wui-color-accent-100: color-mix(
            in srgb,
            var(--wui-color-accent-base-100) 100%,
            transparent
          );
          --wui-color-accent-090: color-mix(
            in srgb,
            var(--wui-color-accent-base-100) 90%,
            transparent
          );
          --wui-color-accent-080: color-mix(
            in srgb,
            var(--wui-color-accent-base-100) 80%,
            transparent
          );
          --wui-color-accent-glass-090: color-mix(
            in srgb,
            var(--wui-color-accent-base-100) 90%,
            transparent
          );
          --wui-color-accent-glass-080: color-mix(
            in srgb,
            var(--wui-color-accent-base-100) 80%,
            transparent
          );
          --wui-color-accent-glass-020: color-mix(
            in srgb,
            var(--wui-color-accent-base-100) 20%,
            transparent
          );
          --wui-color-accent-glass-015: color-mix(
            in srgb,
            var(--wui-color-accent-base-100) 15%,
            transparent
          );
          --wui-color-accent-glass-010: color-mix(
            in srgb,
            var(--wui-color-accent-base-100) 10%,
            transparent
          );
          --wui-color-accent-glass-005: color-mix(
            in srgb,
            var(--wui-color-accent-base-100) 5%,
            transparent
          );
          --wui-color-accent-002: color-mix(
            in srgb,
            var(--wui-color-accent-base-100) 2%,
            transparent
          );

          --wui-color-fg-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-100)
          );
          --wui-color-fg-125: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-125)
          );
          --wui-color-fg-150: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-150)
          );
          --wui-color-fg-175: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-175)
          );
          --wui-color-fg-200: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-200)
          );
          --wui-color-fg-225: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-225)
          );
          --wui-color-fg-250: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-250)
          );
          --wui-color-fg-275: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-275)
          );
          --wui-color-fg-300: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-300)
          );
          --wui-color-fg-325: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-325)
          );
          --wui-color-fg-350: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-350)
          );

          --wui-color-bg-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-100)
          );
          --wui-color-bg-125: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-125)
          );
          --wui-color-bg-150: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-150)
          );
          --wui-color-bg-175: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-175)
          );
          --wui-color-bg-200: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-200)
          );
          --wui-color-bg-225: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-225)
          );
          --wui-color-bg-250: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-250)
          );
          --wui-color-bg-275: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-275)
          );
          --wui-color-bg-300: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-300)
          );
          --wui-color-bg-325: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-325)
          );
          --wui-color-bg-350: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-350)
          );

          --wui-color-success-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-success-base-100)
          );
          --wui-color-success-125: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-success-base-125)
          );

          --wui-color-warning-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-warning-base-100)
          );

          --wui-color-error-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-error-base-100)
          );
          --wui-color-blue-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-blue-base-100)
          );
          --wui-color-blue-90: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-blue-base-90)
          );
          --wui-color-error-125: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-error-base-125)
          );

          --wui-icon-box-bg-error-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-icon-box-bg-error-base-100)
          );
          --wui-icon-box-bg-accent-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-icon-box-bg-blue-base-100)
          );
          --wui-icon-box-bg-success-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-icon-box-bg-success-base-100)
          );
          --wui-icon-box-bg-inverse-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-icon-box-bg-inverse-base-100)
          );

          --wui-all-wallets-bg-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-all-wallets-bg-100)
          );

          --wui-avatar-border: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-avatar-border-base)
          );

          --wui-thumbnail-border: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-thumbnail-border-base)
          );

          --wui-wallet-button-bg: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-wallet-button-bg-base)
          );
        }
      }
    

      :root {
        --w3m-color-mix: #000;
        --w3m-accent: hsla(231, 100%, 70%, 1);
        --w3m-default: #000;

        --wui-color-modal-bg-base: #fff;
        --wui-color-accent-base-100: var(--w3m-accent);

        --wui-color-blueberry-100: hsla(231, 100%, 70%, 1);
        --wui-color-blueberry-090: hsla(231, 97%, 72%, 1);
        --wui-color-blueberry-080: hsla(231, 92%, 74%, 1);

        --wui-color-fg-100: #141414;
        --wui-color-fg-125: #2d3131;
        --wui-color-fg-150: #474d4d;
        --wui-color-fg-175: #636d6d;
        --wui-color-fg-200: #798686;
        --wui-color-fg-225: #828f8f;
        --wui-color-fg-250: #8b9797;
        --wui-color-fg-275: #95a0a0;
        --wui-color-fg-300: #9ea9a9;
        --wui-color-fg-325: #9a9a9a;
        --wui-color-fg-350: #d0d0d0;

        --wui-color-bg-100: #ffffff;
        --wui-color-bg-125: #f5fafa;
        --wui-color-bg-150: #f3f8f8;
        --wui-color-bg-175: #eef4f4;
        --wui-color-bg-200: #eaf1f1;
        --wui-color-bg-225: #e5eded;
        --wui-color-bg-250: #e1e9e9;
        --wui-color-bg-275: #dce7e7;
        --wui-color-bg-300: #d8e3e3;
        --wui-color-bg-325: #f3f3f3;
        --wui-color-bg-350: #202020;

        --wui-color-success-base-100: #26b562;
        --wui-color-success-base-125: #30a46b;

        --wui-color-warning-base-100: #f3a13f;

        --wui-color-error-base-100: #f05142;
        --wui-color-error-base-125: #df4a34;

        --wui-color-blue-base-100: rgba(102, 125, 255, 1);
        --wui-color-blue-base-90: rgba(102, 125, 255, 0.9);

        --wui-color-success-glass-001: rgba(38, 181, 98, 0.01);
        --wui-color-success-glass-002: rgba(38, 181, 98, 0.02);
        --wui-color-success-glass-005: rgba(38, 181, 98, 0.05);
        --wui-color-success-glass-010: rgba(38, 181, 98, 0.1);
        --wui-color-success-glass-015: rgba(38, 181, 98, 0.15);
        --wui-color-success-glass-020: rgba(38, 181, 98, 0.2);
        --wui-color-success-glass-025: rgba(38, 181, 98, 0.25);
        --wui-color-success-glass-030: rgba(38, 181, 98, 0.3);
        --wui-color-success-glass-060: rgba(38, 181, 98, 0.6);
        --wui-color-success-glass-080: rgba(38, 181, 98, 0.8);

        --wui-color-success-glass-reown-020: rgba(48, 164, 107, 0.2);

        --wui-color-warning-glass-reown-020: rgba(243, 161, 63, 0.2);

        --wui-color-error-glass-001: rgba(240, 81, 66, 0.01);
        --wui-color-error-glass-002: rgba(240, 81, 66, 0.02);
        --wui-color-error-glass-005: rgba(240, 81, 66, 0.05);
        --wui-color-error-glass-010: rgba(240, 81, 66, 0.1);
        --wui-color-error-glass-015: rgba(240, 81, 66, 0.15);
        --wui-color-error-glass-020: rgba(240, 81, 66, 0.2);
        --wui-color-error-glass-025: rgba(240, 81, 66, 0.25);
        --wui-color-error-glass-030: rgba(240, 81, 66, 0.3);
        --wui-color-error-glass-060: rgba(240, 81, 66, 0.6);
        --wui-color-error-glass-080: rgba(240, 81, 66, 0.8);

        --wui-color-error-glass-reown-020: rgba(223, 74, 52, 0.2);

        --wui-icon-box-bg-error-base-100: #f4dfdd;
        --wui-icon-box-bg-blue-base-100: #d9ecfb;
        --wui-icon-box-bg-success-base-100: #daf0e4;
        --wui-icon-box-bg-inverse-base-100: #dcecfc;

        --wui-all-wallets-bg-100: #e8f1fa;

        --wui-avatar-border-base: #f3f4f4;

        --wui-thumbnail-border-base: #eaefef;

        --wui-wallet-button-bg-base: var(--wui-color-bg-125);

        --wui-color-gray-glass-001: rgba(0, 0, 0, 0.01);
        --wui-color-gray-glass-002: rgba(0, 0, 0, 0.02);
        --wui-color-gray-glass-005: rgba(0, 0, 0, 0.05);
        --wui-color-gray-glass-010: rgba(0, 0, 0, 0.1);
        --wui-color-gray-glass-015: rgba(0, 0, 0, 0.15);
        --wui-color-gray-glass-020: rgba(0, 0, 0, 0.2);
        --wui-color-gray-glass-025: rgba(0, 0, 0, 0.25);
        --wui-color-gray-glass-030: rgba(0, 0, 0, 0.3);
        --wui-color-gray-glass-060: rgba(0, 0, 0, 0.6);
        --wui-color-gray-glass-080: rgba(0, 0, 0, 0.8);
        --wui-color-gray-glass-090: rgba(0, 0, 0, 0.9);

        --wui-color-dark-glass-100: rgba(233, 233, 233, 1);

        --w3m-card-embedded-shadow-color: rgb(224 225 233 / 25%);
      }
    

      :root {
        --w3m-color-mix: #fff;
        --w3m-accent: hsla(230, 100%, 67%, 1);
        --w3m-default: #fff;

        --wui-color-modal-bg-base: #121313;
        --wui-color-accent-base-100: var(--w3m-accent);

        --wui-color-blueberry-100: hsla(230, 100%, 67%, 1);
        --wui-color-blueberry-090: hsla(231, 76%, 61%, 1);
        --wui-color-blueberry-080: hsla(230, 59%, 55%, 1);
        --wui-color-blueberry-050: hsla(231, 100%, 70%, 0.1);

        --wui-color-fg-100: #e4e7e7;
        --wui-color-fg-125: #d0d5d5;
        --wui-color-fg-150: #a8b1b1;
        --wui-color-fg-175: #a8b0b0;
        --wui-color-fg-200: #949e9e;
        --wui-color-fg-225: #868f8f;
        --wui-color-fg-250: #788080;
        --wui-color-fg-275: #788181;
        --wui-color-fg-300: #6e7777;
        --wui-color-fg-325: #9a9a9a;
        --wui-color-fg-350: #363636;

        --wui-color-bg-100: #141414;
        --wui-color-bg-125: #191a1a;
        --wui-color-bg-150: #1e1f1f;
        --wui-color-bg-175: #222525;
        --wui-color-bg-200: #272a2a;
        --wui-color-bg-225: #2c3030;
        --wui-color-bg-250: #313535;
        --wui-color-bg-275: #363b3b;
        --wui-color-bg-300: #3b4040;
        --wui-color-bg-325: #252525;
        --wui-color-bg-350: #ffffff;

        --wui-color-success-base-100: #26d962;
        --wui-color-success-base-125: #30a46b;

        --wui-color-warning-base-100: #f3a13f;

        --wui-color-error-base-100: #f25a67;
        --wui-color-error-base-125: #df4a34;

        --wui-color-blue-base-100: rgba(102, 125, 255, 1);
        --wui-color-blue-base-90: rgba(102, 125, 255, 0.9);

        --wui-color-success-glass-001: rgba(38, 217, 98, 0.01);
        --wui-color-success-glass-002: rgba(38, 217, 98, 0.02);
        --wui-color-success-glass-005: rgba(38, 217, 98, 0.05);
        --wui-color-success-glass-010: rgba(38, 217, 98, 0.1);
        --wui-color-success-glass-015: rgba(38, 217, 98, 0.15);
        --wui-color-success-glass-020: rgba(38, 217, 98, 0.2);
        --wui-color-success-glass-025: rgba(38, 217, 98, 0.25);
        --wui-color-success-glass-030: rgba(38, 217, 98, 0.3);
        --wui-color-success-glass-060: rgba(38, 217, 98, 0.6);
        --wui-color-success-glass-080: rgba(38, 217, 98, 0.8);

        --wui-color-success-glass-reown-020: rgba(48, 164, 107, 0.2);

        --wui-color-warning-glass-reown-020: rgba(243, 161, 63, 0.2);

        --wui-color-error-glass-001: rgba(242, 90, 103, 0.01);
        --wui-color-error-glass-002: rgba(242, 90, 103, 0.02);
        --wui-color-error-glass-005: rgba(242, 90, 103, 0.05);
        --wui-color-error-glass-010: rgba(242, 90, 103, 0.1);
        --wui-color-error-glass-015: rgba(242, 90, 103, 0.15);
        --wui-color-error-glass-020: rgba(242, 90, 103, 0.2);
        --wui-color-error-glass-025: rgba(242, 90, 103, 0.25);
        --wui-color-error-glass-030: rgba(242, 90, 103, 0.3);
        --wui-color-error-glass-060: rgba(242, 90, 103, 0.6);
        --wui-color-error-glass-080: rgba(242, 90, 103, 0.8);

        --wui-color-error-glass-reown-020: rgba(223, 74, 52, 0.2);

        --wui-color-gray-glass-001: rgba(255, 255, 255, 0.01);
        --wui-color-gray-glass-002: rgba(255, 255, 255, 0.02);
        --wui-color-gray-glass-005: rgba(255, 255, 255, 0.05);
        --wui-color-gray-glass-010: rgba(255, 255, 255, 0.1);
        --wui-color-gray-glass-015: rgba(255, 255, 255, 0.15);
        --wui-color-gray-glass-020: rgba(255, 255, 255, 0.2);
        --wui-color-gray-glass-025: rgba(255, 255, 255, 0.25);
        --wui-color-gray-glass-030: rgba(255, 255, 255, 0.3);
        --wui-color-gray-glass-060: rgba(255, 255, 255, 0.6);
        --wui-color-gray-glass-080: rgba(255, 255, 255, 0.8);
        --wui-color-gray-glass-090: rgba(255, 255, 255, 0.9);

        --wui-color-dark-glass-100: rgba(42, 42, 42, 1);

        --wui-icon-box-bg-error-base-100: #3c2426;
        --wui-icon-box-bg-blue-base-100: #20303f;
        --wui-icon-box-bg-success-base-100: #1f3a28;
        --wui-icon-box-bg-inverse-base-100: #243240;

        --wui-all-wallets-bg-100: #222b35;

        --wui-avatar-border-base: #252525;

        --wui-thumbnail-border-base: #252525;

        --wui-wallet-button-bg-base: var(--wui-color-bg-125);

        --w3m-card-embedded-shadow-color: rgb(17 17 18 / 25%);
      }
    
@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-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-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-border-spacing-x:0;--tw-border-spacing-y:0;--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-scroll-snap-strictness:proximity;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--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-content:""}}}@layer theme{:root,:host{--font-sans:Inter,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--font-serif:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-100:oklch(93.6% .032 17.717);--color-red-200:oklch(88.5% .062 18.334);--color-red-300:oklch(80.8% .114 19.571);--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-red-700:oklch(50.5% .213 27.518);--color-red-800:oklch(44.4% .177 26.899);--color-red-900:oklch(39.6% .141 25.723);--color-orange-400:oklch(75% .183 55.934);--color-orange-600:oklch(64.6% .222 41.116);--color-yellow-400:oklch(85.2% .199 91.936);--color-yellow-500:oklch(79.5% .184 86.047);--color-green-100:oklch(96.2% .044 156.743);--color-green-300:oklch(87.1% .15 154.449);--color-green-400:oklch(79.2% .209 151.711);--color-green-500:oklch(72.3% .219 149.579);--color-green-600:oklch(62.7% .194 149.214);--color-blue-100:oklch(93.2% .032 255.585);--color-blue-300:oklch(80.9% .105 251.813);--color-blue-400:oklch(70.7% .165 254.624);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--color-blue-700:oklch(48.8% .243 264.376);--color-indigo-600:oklch(51.1% .262 276.966);--color-indigo-700:oklch(45.7% .24 277.023);--color-purple-200:oklch(90.2% .063 306.703);--color-purple-400:oklch(71.4% .203 305.504);--color-purple-500:oklch(62.7% .265 303.9);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-gray-900:oklch(21% .034 264.665);--color-zinc-500:oklch(55.2% .016 285.938);--color-zinc-900:oklch(21% .006 285.885);--color-neutral-700:oklch(37.1% 0 0);--color-neutral-900:oklch(20.5% 0 0);--color-stone-100:oklch(97% .001 106.424);--color-stone-300:oklch(86.9% .005 56.366);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-sm:24rem;--container-md:28rem;--container-2xl:42rem;--container-3xl:48rem;--container-4xl:56rem;--container-6xl:72rem;--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-base--line-height: 1.5 ;--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: 1.2 ;--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--text-5xl:3rem;--text-5xl--line-height:1;--text-6xl:3.75rem;--text-6xl--line-height:1;--text-7xl:4.5rem;--text-7xl--line-height:1;--text-9xl:8rem;--text-9xl--line-height:1;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--font-weight-black:900;--tracking-tight:-.025em;--leading-tight:1.25;--leading-snug:1.375;--leading-normal:1.5;--leading-relaxed:1.625;--leading-loose:2;--radius-xs:.125rem;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--radius-4xl:2rem;--ease-out:cubic-bezier(0,0,.2,1);--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--blur-lg:16px;--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);--animate-ellipsis:ellipsis 1.5s infinite;--animate-shake:shake .5s ease-in-out;--animate-typing:reveal 7s steps(40,end)infinite alternate,blink-caret .75s step-end infinite}}@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%;-moz-tab-size:4;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;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}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}:where(:root),:root:has(input.theme-controller[value=black]:checked),[data-theme=black]{color-scheme:dark;--color-base-100:oklch(0% 0 0);--color-base-200:oklch(19% 0 0);--color-base-300:oklch(22% 0 0);--color-base-content:oklch(87.609% 0 0);--color-primary:oklch(35% 0 0);--color-primary-content:oklch(100% 0 0);--color-secondary:oklch(35% 0 0);--color-secondary-content:oklch(100% 0 0);--color-accent:oklch(35% 0 0);--color-accent-content:oklch(100% 0 0);--color-neutral:oklch(35% 0 0);--color-neutral-content:oklch(100% 0 0);--color-info:oklch(45.201% .313 264.052);--color-info-content:oklch(89.04% .062 264.052);--color-success:oklch(51.975% .176 142.495);--color-success-content:oklch(90.395% .035 142.495);--color-warning:oklch(96.798% .211 109.769);--color-warning-content:oklch(19.359% .042 109.769);--color-error:oklch(62.795% .257 29.233);--color-error-content:oklch(12.559% .051 29.233);--radius-selector:0rem;--radius-field:0rem;--radius-box:0rem;--size-selector:.25rem;--size-field:.25rem;--border:1px;--depth:0;--noise:0}@media (prefers-color-scheme:dark){:root{color-scheme:dark;--color-base-100:oklch(0% 0 0);--color-base-200:oklch(19% 0 0);--color-base-300:oklch(22% 0 0);--color-base-content:oklch(87.609% 0 0);--color-primary:oklch(35% 0 0);--color-primary-content:oklch(100% 0 0);--color-secondary:oklch(35% 0 0);--color-secondary-content:oklch(100% 0 0);--color-accent:oklch(35% 0 0);--color-accent-content:oklch(100% 0 0);--color-neutral:oklch(35% 0 0);--color-neutral-content:oklch(100% 0 0);--color-info:oklch(45.201% .313 264.052);--color-info-content:oklch(89.04% .062 264.052);--color-success:oklch(51.975% .176 142.495);--color-success-content:oklch(90.395% .035 142.495);--color-warning:oklch(96.798% .211 109.769);--color-warning-content:oklch(19.359% .042 109.769);--color-error:oklch(62.795% .257 29.233);--color-error-content:oklch(12.559% .051 29.233);--radius-selector:0rem;--radius-field:0rem;--radius-box:0rem;--size-selector:.25rem;--size-field:.25rem;--border:1px;--depth:0;--noise:0}}:root:has(input.theme-controller[value=black]:checked),[data-theme=black]{--color-base-100:oklch(0% 0 0);--color-base-200:oklch(19% 0 0);--color-base-300:oklch(22% 0 0);--color-base-content:oklch(87.609% 0 0);--color-primary:oklch(35% 0 0);--color-primary-content:oklch(100% 0 0);--color-secondary:oklch(35% 0 0);--color-secondary-content:oklch(100% 0 0);--color-accent:oklch(35% 0 0);--color-accent-content:oklch(100% 0 0);--color-neutral:oklch(35% 0 0);--color-neutral-content:oklch(100% 0 0);--color-info:oklch(45.201% .313 264.052);--color-info-content:oklch(89.04% .062 264.052);--color-success:oklch(51.975% .176 142.495);--color-success-content:oklch(90.395% .035 142.495);--color-warning:oklch(96.798% .211 109.769);--color-warning-content:oklch(19.359% .042 109.769);--color-error:oklch(62.795% .257 29.233);--color-error-content:oklch(12.559% .051 29.233);--radius-selector:0rem;--radius-field:0rem;--radius-box:0rem;--size-selector:.25rem;--size-field:.25rem;--border:1px;--depth:0;--noise:0;color-scheme:dark}@property --radialprogress{syntax: "<percentage>"; inherits: true; initial-value: 0%;}:root{scrollbar-color:currentColor #0000}@supports (color:color-mix(in lab,red,red)){:root{scrollbar-color:color-mix(in oklch,currentColor 35%,#0000)#0000}}:root{--fx-noise:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.34' numOctaves='4' stitchTiles='stitch'%3E%3C/feTurbulence%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='0.2'%3E%3C/rect%3E%3C/svg%3E")}:root:has(.modal-open,.modal[open],.modal:target,.modal-toggle:checked,.drawer:not([class*=drawer-open])>.drawer-toggle:checked){overflow:hidden}:where(:root:has(.modal-open,.modal[open],.modal:target,.modal-toggle:checked,.drawer:not(.drawer-open)>.drawer-toggle:checked)){scrollbar-gutter:stable;background-image:linear-gradient(var(--color-base-100),var(--color-base-100));--root-bg:var(--color-base-100)}@supports (color:color-mix(in lab,red,red)){:where(:root:has(.modal-open,.modal[open],.modal:target,.modal-toggle:checked,.drawer:not(.drawer-open)>.drawer-toggle:checked)){--root-bg:color-mix(in srgb,var(--color-base-100),oklch(0% 0 0) 40%)}}:where(.modal[open],.modal-open,.modal-toggle:checked+.modal):not(.modal-start,.modal-end){scrollbar-gutter:stable}:root,[data-theme]{background-color:var(--root-bg,var(--color-base-100));color:var(--color-base-content)}}@layer components;@layer utilities{.diff{webkit-user-select:none;-webkit-user-select:none;user-select:none;direction:ltr;grid-template-columns:auto 1fr;width:100%;display:grid;position:relative;overflow:hidden;container-type:inline-size}.diff:focus-visible,.diff:has(.diff-item-1:focus-visible){outline-style:var(--tw-outline-style);outline-offset:1px;outline-width:2px;outline-color:var(--color-base-content)}.diff:focus-visible .diff-resizer{min-width:90cqi;max-width:90cqi}.diff:has(.diff-item-2:focus-visible){outline-style:var(--tw-outline-style);outline-offset:1px;outline-width:2px}.diff:has(.diff-item-2:focus-visible) .diff-resizer{min-width:10cqi;max-width:10cqi}@supports (-webkit-overflow-scrolling:touch) and (overflow:-webkit-paged-x){.diff:focus .diff-resizer{min-width:10cqi;max-width:10cqi}.diff:has(.diff-item-1:focus) .diff-resizer{min-width:90cqi;max-width:90cqi}}.modal{pointer-events:none;visibility:hidden;width:100%;max-width:none;height:100%;max-height:none;color:inherit;transition:translate .3s ease-out,visibility .3s allow-discrete,background-color .3s ease-out,opacity .1s ease-out;overscroll-behavior:contain;z-index:999;background-color:#0000;place-items:center;margin:0;padding:0;display:grid;position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden}.modal::backdrop{display:none}.modal.modal-open,.modal[open],.modal:target{pointer-events:auto;visibility:visible;opacity:1;background-color:#0006}:is(.modal.modal-open,.modal[open],.modal:target) .modal-box{opacity:1;translate:0;scale:1}@starting-style{.modal.modal-open,.modal[open],.modal:target{visibility:hidden;opacity:0}}.drawer-side{pointer-events:none;visibility:hidden;z-index:1;overscroll-behavior:contain;opacity:0;width:100%;transition:opacity .2s ease-out .1s allow-discrete,visibility .3s ease-out .1s allow-discrete;inset-inline-start:0;grid-template-rows:repeat(1,minmax(0,1fr));grid-template-columns:repeat(1,minmax(0,1fr));grid-row-start:1;grid-column-start:1;place-items:flex-start start;height:100dvh;display:grid;position:fixed;top:0;overflow:hidden}.drawer-side>.drawer-overlay{cursor:pointer;background-color:#0006;place-self:stretch stretch;position:sticky;top:0}.drawer-side>*{grid-row-start:1;grid-column-start:1}.drawer-side>:not(.drawer-overlay){will-change:transform;transition:translate .3s ease-out;translate:-100%}[dir=rtl] :is(.drawer-side>:not(.drawer-overlay)){translate:100%}.drawer-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;width:0;height:0;position:fixed}.drawer-toggle:checked~.drawer-side{pointer-events:auto;visibility:visible;opacity:1;overflow-y:auto}.drawer-toggle:checked~.drawer-side>:not(.drawer-overlay){translate:0%}.drawer-toggle:focus-visible~.drawer-content label.drawer-button{outline-offset:2px;outline:2px solid}.tooltip{--tt-bg:var(--color-neutral);--tt-off: calc(100% + .5rem) ;--tt-tail: calc(100% + 1px + .25rem) ;display:inline-block;position:relative}.tooltip>:where(.tooltip-content),.tooltip:where([data-tip]):before{border-radius:var(--radius-field);text-align:center;white-space:normal;max-width:20rem;color:var(--color-neutral-content);opacity:0;background-color:var(--tt-bg);pointer-events:none;z-index:2;--tw-content:attr(data-tip);content:var(--tw-content);width:max-content;padding-block:.25rem;padding-inline:.5rem;font-size:.875rem;line-height:1.25;transition:opacity .2s cubic-bezier(.4,0,.2,1) 75ms,transform .2s cubic-bezier(.4,0,.2,1) 75ms;position:absolute}.tooltip:after{opacity:0;background-color:var(--tt-bg);content:"";pointer-events:none;--mask-tooltip:url("data:image/svg+xml,%3Csvg width='10' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500009 1C3.5 1 3.00001 4 5.00001 4C7 4 6.5 1 9.5 1C10 1 10 0.499897 10 0H0C-1.99338e-08 0.5 0 1 0.500009 1Z' fill='black'/%3E%3C/svg%3E%0A");width:.625rem;height:.25rem;-webkit-mask-position:-1px 0;mask-position:-1px 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:var(--mask-tooltip);mask-image:var(--mask-tooltip);transition:opacity .2s cubic-bezier(.4,0,.2,1) 75ms,transform .2s cubic-bezier(.4,0,.2,1) 75ms;display:block;position:absolute}:is(.tooltip.tooltip-open,.tooltip[data-tip]:not([data-tip=""]):hover,.tooltip:not(:has(.tooltip-content:empty)):has(.tooltip-content):hover,.tooltip:has(:focus-visible))>.tooltip-content,:is(.tooltip.tooltip-open,.tooltip[data-tip]:not([data-tip=""]):hover,.tooltip:not(:has(.tooltip-content:empty)):has(.tooltip-content):hover,.tooltip:has(:focus-visible))[data-tip]:before,:is(.tooltip.tooltip-open,.tooltip[data-tip]:not([data-tip=""]):hover,.tooltip:not(:has(.tooltip-content:empty)):has(.tooltip-content):hover,.tooltip:has(:focus-visible)):after{opacity:1;--tt-pos:0rem;transition:opacity .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1)}.tooltip>.tooltip-content,.tooltip[data-tip]:before{transform:translate(-50%)translateY(var(--tt-pos,.25rem));inset:auto auto var(--tt-off)50%}.tooltip:after{transform:translate(-50%)translateY(var(--tt-pos,.25rem));inset:auto auto var(--tt-tail)50%}.tab{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;webkit-user-select:none;-webkit-user-select:none;user-select:none;flex-wrap:wrap;justify-content:center;align-items:center;display:inline-flex;position:relative}@media (hover:hover){.tab:hover{color:var(--color-base-content)}}.tab{--tab-p:1rem;--tab-bg:var(--color-base-100);--tab-border-color:var(--color-base-300);--tab-radius-ss:0;--tab-radius-se:0;--tab-radius-es:0;--tab-radius-ee:0;--tab-order:0;--tab-radius-min:calc(.75rem - var(--border));order:var(--tab-order);height:var(--tab-height);border-color:#0000;padding-inline-start:var(--tab-p);padding-inline-end:var(--tab-p);font-size:.875rem}.tab:is(input[type=radio]){min-width:fit-content}.tab:is(input[type=radio]):after{content:attr(aria-label)}.tab:is(label){position:relative}.tab:is(label) input{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;position:absolute;top:0;right:0;bottom:0;left:0}:is(.tab:checked,.tab:is(label:has(:checked)),.tab:is(.tab-active,[aria-selected=true]))+.tab-content{height:calc(100% - var(--tab-height) + var(--border));display:block}.tab:not(:checked,label:has(:checked),:hover,.tab-active,[aria-selected=true]){color:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){.tab:not(:checked,label:has(:checked),:hover,.tab-active,[aria-selected=true]){color:color-mix(in oklab,var(--color-base-content)50%,transparent)}}.tab:not(input):empty{cursor:default;flex-grow:1}.tab:focus{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.tab:focus{outline-offset:2px;outline:2px solid #0000}}.tab:focus-visible,.tab:is(label:has(:checked:focus-visible)){outline-offset:-5px;outline:2px solid}.tab[disabled]{pointer-events:none;opacity:.4}.menu{--menu-active-fg:var(--color-neutral-content);--menu-active-bg:var(--color-neutral);flex-flow:column wrap;width:fit-content;padding:.5rem;font-size:.875rem;display:flex}.menu :where(li ul){white-space:nowrap;margin-inline-start:1rem;padding-inline-start:.5rem;position:relative}.menu :where(li ul):before{background-color:var(--color-base-content);opacity:.1;width:var(--border);content:"";inset-inline-start:0;position:absolute;top:.75rem;bottom:.75rem}.menu :where(li>.menu-dropdown:not(.menu-dropdown-show)){display:none}.menu :where(li:not(.menu-title)>:not(ul,details,.menu-title,.btn)),.menu :where(li:not(.menu-title)>details>summary:not(.menu-title)){border-radius:var(--radius-field);text-align:start;text-wrap:balance;-webkit-user-select:none;user-select:none;grid-auto-columns:minmax(auto,max-content) auto max-content;grid-auto-flow:column;align-content:flex-start;align-items:center;gap:.5rem;padding-block:.375rem;padding-inline:.75rem;transition-property:color,background-color,box-shadow;transition-duration:.2s;transition-timing-function:cubic-bezier(0,0,.2,1);display:grid}.menu :where(li>details>summary){--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.menu :where(li>details>summary){outline-offset:2px;outline:2px solid #0000}}.menu :where(li>details>summary)::-webkit-details-marker{display:none}:is(.menu :where(li>details>summary),.menu :where(li>.menu-dropdown-toggle)):after{content:"";transform-origin:50%;pointer-events:none;justify-self:flex-end;width:.375rem;height:.375rem;transition-property:rotate,translate;transition-duration:.2s;display:block;translate:0 -1px;rotate:-135deg;box-shadow:inset 2px 2px}.menu :where(li>details[open]>summary):after,.menu :where(li>.menu-dropdown-toggle.menu-dropdown-show):after{translate:0 1px;rotate:45deg}.menu :where(li:not(.menu-title,.disabled)>:not(ul,details,.menu-title),li:not(.menu-title,.disabled)>details>summary:not(.menu-title)):not(.menu-active,:active,.btn).menu-focus,.menu :where(li:not(.menu-title,.disabled)>:not(ul,details,.menu-title),li:not(.menu-title,.disabled)>details>summary:not(.menu-title)):not(.menu-active,:active,.btn):focus-visible{cursor:pointer;background-color:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){.menu :where(li:not(.menu-title,.disabled)>:not(ul,details,.menu-title),li:not(.menu-title,.disabled)>details>summary:not(.menu-title)):not(.menu-active,:active,.btn).menu-focus,.menu :where(li:not(.menu-title,.disabled)>:not(ul,details,.menu-title),li:not(.menu-title,.disabled)>details>summary:not(.menu-title)):not(.menu-active,:active,.btn):focus-visible{background-color:color-mix(in oklab,var(--color-base-content)10%,transparent)}}.menu :where(li:not(.menu-title,.disabled)>:not(ul,details,.menu-title),li:not(.menu-title,.disabled)>details>summary:not(.menu-title)):not(.menu-active,:active,.btn).menu-focus,.menu :where(li:not(.menu-title,.disabled)>:not(ul,details,.menu-title),li:not(.menu-title,.disabled)>details>summary:not(.menu-title)):not(.menu-active,:active,.btn):focus-visible{color:var(--color-base-content);--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.menu :where(li:not(.menu-title,.disabled)>:not(ul,details,.menu-title),li:not(.menu-title,.disabled)>details>summary:not(.menu-title)):not(.menu-active,:active,.btn).menu-focus,.menu :where(li:not(.menu-title,.disabled)>:not(ul,details,.menu-title),li:not(.menu-title,.disabled)>details>summary:not(.menu-title)):not(.menu-active,:active,.btn):focus-visible{outline-offset:2px;outline:2px solid #0000}}.menu :where(li:not(.menu-title,.disabled)>:not(ul,details,.menu-title):not(.menu-active,:active,.btn):hover,li:not(.menu-title,.disabled)>details>summary:not(.menu-title):not(.menu-active,:active,.btn):hover){cursor:pointer;background-color:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){.menu :where(li:not(.menu-title,.disabled)>:not(ul,details,.menu-title):not(.menu-active,:active,.btn):hover,li:not(.menu-title,.disabled)>details>summary:not(.menu-title):not(.menu-active,:active,.btn):hover){background-color:color-mix(in oklab,var(--color-base-content)10%,transparent)}}.menu :where(li:not(.menu-title,.disabled)>:not(ul,details,.menu-title):not(.menu-active,:active,.btn):hover,li:not(.menu-title,.disabled)>details>summary:not(.menu-title):not(.menu-active,:active,.btn):hover){--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.menu :where(li:not(.menu-title,.disabled)>:not(ul,details,.menu-title):not(.menu-active,:active,.btn):hover,li:not(.menu-title,.disabled)>details>summary:not(.menu-title):not(.menu-active,:active,.btn):hover){outline-offset:2px;outline:2px solid #0000}}.menu :where(li:not(.menu-title,.disabled)>:not(ul,details,.menu-title):not(.menu-active,:active,.btn):hover,li:not(.menu-title,.disabled)>details>summary:not(.menu-title):not(.menu-active,:active,.btn):hover){box-shadow:inset 0 1px #00000003,inset 0 -1px #ffffff03}.menu :where(li:empty){background-color:var(--color-base-content);opacity:.1;height:1px;margin:.5rem 1rem}.menu :where(li){flex-flow:column wrap;flex-shrink:0;align-items:stretch;display:flex;position:relative}.menu :where(li) .badge{justify-self:flex-end}.menu :where(li)>:not(ul,.menu-title,details,.btn):active,.menu :where(li)>:not(ul,.menu-title,details,.btn).menu-active,.menu :where(li)>details>summary:active{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.menu :where(li)>:not(ul,.menu-title,details,.btn):active,.menu :where(li)>:not(ul,.menu-title,details,.btn).menu-active,.menu :where(li)>details>summary:active{outline-offset:2px;outline:2px solid #0000}}.menu :where(li)>:not(ul,.menu-title,details,.btn):active,.menu :where(li)>:not(ul,.menu-title,details,.btn).menu-active,.menu :where(li)>details>summary:active{color:var(--menu-active-fg);background-color:var(--menu-active-bg);background-size:auto,calc(var(--noise)*100%);background-image:none,var(--fx-noise)}:is(.menu :where(li)>:not(ul,.menu-title,details,.btn):active,.menu :where(li)>:not(ul,.menu-title,details,.btn).menu-active,.menu :where(li)>details>summary:active):not(:is(.menu :where(li)>:not(ul,.menu-title,details,.btn):active,.menu :where(li)>:not(ul,.menu-title,details,.btn).menu-active,.menu :where(li)>details>summary:active):active){box-shadow:0 2px calc(var(--depth)*3px) -2px var(--menu-active-bg)}.menu :where(li).menu-disabled{pointer-events:none;color:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){.menu :where(li).menu-disabled{color:color-mix(in oklab,var(--color-base-content)20%,transparent)}}.menu .dropdown:focus-within .menu-dropdown-toggle:after{translate:0 1px;rotate:45deg}.menu .dropdown-content{margin-top:.5rem;padding:.5rem}.menu .dropdown-content:before{display:none}.collapse-arrow>.collapse-title:after{content:"";transform-origin:75% 75%;pointer-events:none;top:1.9rem;width:.5rem;height:.5rem;transition-property:all;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:block;position:absolute;inset-inline-end:1.4rem;transform:translateY(-100%)rotate(45deg);box-shadow:2px 2px}.collapse-plus>.collapse-title:after{content:"+";pointer-events:none;top:.9rem;width:.5rem;height:.5rem;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:block;position:absolute;inset-inline-end:1.4rem}.dropdown{position-area:var(--anchor-v,bottom)var(--anchor-h,span-right);display:inline-block;position:relative}.dropdown>:not(summary):focus{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.dropdown>:not(summary):focus{outline-offset:2px;outline:2px solid #0000}}.dropdown .dropdown-content{position:absolute}.dropdown:not(details,.dropdown-open,.dropdown-hover:hover,:focus-within) .dropdown-content{transform-origin:top;opacity:0;display:none;scale:95%}.dropdown[popover],.dropdown .dropdown-content{z-index:999;transition-behavior:allow-discrete;transition-property:opacity,scale,display;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);animation:.2s dropdown}@starting-style{.dropdown[popover],.dropdown .dropdown-content{opacity:0;scale:95%}}:is(.dropdown.dropdown-open,.dropdown:not(.dropdown-hover):focus,.dropdown:focus-within)>[tabindex]:first-child{pointer-events:none}:is(.dropdown.dropdown-open,.dropdown:not(.dropdown-hover):focus,.dropdown:focus-within) .dropdown-content{opacity:1}.dropdown.dropdown-hover:hover .dropdown-content{opacity:1;scale:100%}.dropdown:is(details) summary::-webkit-details-marker{display:none}:is(.dropdown.dropdown-open,.dropdown:focus,.dropdown:focus-within) .dropdown-content{scale:100%}.dropdown:where([popover]){background:0 0}.dropdown[popover]{color:inherit;position:fixed}@supports not (position-area:bottom){.dropdown[popover]{margin:auto}.dropdown[popover].dropdown-open:not(:popover-open){transform-origin:top;opacity:0;display:none;scale:95%}.dropdown[popover]::backdrop{background-color:oklab(0% none none/.3)}}.dropdown[popover]:not(.dropdown-open,:popover-open){transform-origin:top;opacity:0;display:none;scale:95%}:where(.btn){width:unset}.btn{cursor:pointer;text-align:center;vertical-align:middle;outline-offset:2px;webkit-user-select:none;-webkit-user-select:none;user-select:none;padding-inline:var(--btn-p);color:var(--btn-fg);--tw-prose-links:var(--btn-fg);height:var(--size);font-size:var(--fontsize,.875rem);outline-color:var(--btn-color,var(--color-base-content));background-color:var(--btn-bg);background-size:auto,calc(var(--noise)*100%);background-image:none,var(--btn-noise);border-width:var(--border);border-style:solid;border-color:var(--btn-border);text-shadow:0 .5px oklch(100% 0 0/calc(var(--depth)*.15));touch-action:manipulation;box-shadow:0 .5px 0 .5px oklch(100% 0 0/calc(var(--depth)*6%)) inset,var(--btn-shadow);--size:calc(var(--size-field,.25rem)*10);--btn-bg:var(--btn-color,var(--color-base-200));--btn-fg:var(--color-base-content);--btn-p:1rem;--btn-border:var(--btn-bg);border-start-start-radius:var(--join-ss,var(--radius-field));border-start-end-radius:var(--join-se,var(--radius-field));border-end-end-radius:var(--join-ee,var(--radius-field));border-end-start-radius:var(--join-es,var(--radius-field));flex-wrap:nowrap;flex-shrink:0;justify-content:center;align-items:center;gap:.375rem;font-weight:600;transition-property:color,background-color,border-color,box-shadow;transition-duration:.2s;transition-timing-function:cubic-bezier(0,0,.2,1);display:inline-flex}@supports (color:color-mix(in lab,red,red)){.btn{--btn-border:color-mix(in oklab,var(--btn-bg),#000 calc(var(--depth)*5%))}}.btn{--btn-shadow:0 3px 2px -2px var(--btn-bg),0 4px 3px -2px var(--btn-bg)}@supports (color:color-mix(in lab,red,red)){.btn{--btn-shadow:0 3px 2px -2px color-mix(in oklab,var(--btn-bg)calc(var(--depth)*30%),#0000),0 4px 3px -2px color-mix(in oklab,var(--btn-bg)calc(var(--depth)*30%),#0000)}}.btn{--btn-noise:var(--fx-noise)}.prose .btn{text-decoration-line:none}@media (hover:hover){.btn:hover{--btn-bg:var(--btn-color,var(--color-base-200))}@supports (color:color-mix(in lab,red,red)){.btn:hover{--btn-bg:color-mix(in oklab,var(--btn-color,var(--color-base-200)),#000 7%)}}}.btn:focus-visible{isolation:isolate;outline-width:2px;outline-style:solid}.btn:active:not(.btn-active){--btn-bg:var(--btn-color,var(--color-base-200));translate:0 .5px}@supports (color:color-mix(in lab,red,red)){.btn:active:not(.btn-active){--btn-bg:color-mix(in oklab,var(--btn-color,var(--color-base-200)),#000 5%)}}.btn:active:not(.btn-active){--btn-border:var(--btn-color,var(--color-base-200))}@supports (color:color-mix(in lab,red,red)){.btn:active:not(.btn-active){--btn-border:color-mix(in oklab,var(--btn-color,var(--color-base-200)),#000 7%)}}.btn:active:not(.btn-active){--btn-shadow:0 0 0 0 oklch(0% 0 0/0),0 0 0 0 oklch(0% 0 0/0)}.btn:is(:disabled,[disabled],.btn-disabled):not(.btn-link,.btn-ghost){background-color:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){.btn:is(:disabled,[disabled],.btn-disabled):not(.btn-link,.btn-ghost){background-color:color-mix(in oklab,var(--color-base-content)10%,transparent)}}.btn:is(:disabled,[disabled],.btn-disabled):not(.btn-link,.btn-ghost){box-shadow:none}.btn:is(:disabled,[disabled],.btn-disabled){pointer-events:none;--btn-border:#0000;--btn-noise:none;--btn-fg:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){.btn:is(:disabled,[disabled],.btn-disabled){--btn-fg:color-mix(in oklch,var(--color-base-content)20%,#0000)}}@media (hover:hover){.btn:is(:disabled,[disabled],.btn-disabled):hover{pointer-events:none;background-color:var(--color-neutral)}@supports (color:color-mix(in lab,red,red)){.btn:is(:disabled,[disabled],.btn-disabled):hover{background-color:color-mix(in oklab,var(--color-neutral)20%,transparent)}}.btn:is(:disabled,[disabled],.btn-disabled):hover{--btn-border:#0000;--btn-fg:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){.btn:is(:disabled,[disabled],.btn-disabled):hover{--btn-fg:color-mix(in oklch,var(--color-base-content)20%,#0000)}}}.btn:is(input[type=checkbox],input[type=radio]){-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn:is(input[type=checkbox],input[type=radio]):after{content:attr(aria-label)}.btn:where(input:checked:not(.filter .btn)){--btn-color:var(--color-primary);--btn-fg:var(--color-primary-content);isolation:isolate}.loading{pointer-events:none;aspect-ratio:1;vertical-align:middle;width:calc(var(--size-selector,.25rem)*6);background-color:currentColor;display:inline-block;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.pointer-events-none{pointer-events:none}.collapse:not(td,tr,colgroup){visibility:visible}.collapse{border-radius:var(--radius-box,1rem);isolation:isolate;grid-template-rows:max-content 0fr;width:100%;transition:grid-template-rows .2s;display:grid;position:relative;overflow:hidden}.collapse>input:is([type=checkbox],[type=radio]){-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;z-index:1;grid-row-start:1;grid-column-start:1;width:100%;min-height:1lh;padding:1rem;padding-inline-end:3rem;transition:background-color .2s ease-out}.collapse:is([open],:focus:not(.collapse-close)),.collapse:not(.collapse-close):has(>input:is([type=checkbox],[type=radio]):checked){grid-template-rows:max-content 1fr}.collapse:is([open],:focus:not(.collapse-close))>.collapse-content,.collapse:not(.collapse-close)>:where(input:is([type=checkbox],[type=radio]):checked~.collapse-content){visibility:visible;min-height:fit-content}.collapse:focus-visible,.collapse:has(>input:is([type=checkbox],[type=radio]):focus-visible){outline-color:var(--color-base-content);outline-offset:2px;outline-width:2px;outline-style:solid}.collapse:not(.collapse-close)>input[type=checkbox],.collapse:not(.collapse-close)>input[type=radio]:not(:checked),.collapse:not(.collapse-close)>.collapse-title{cursor:pointer}.collapse:focus:not(.collapse-close,.collapse[open])>.collapse-title{cursor:unset}.collapse:is([open],:focus:not(.collapse-close))>:where(.collapse-content),.collapse:not(.collapse-close)>:where(input:is([type=checkbox],[type=radio]):checked~.collapse-content){padding-bottom:1rem;transition:padding .2s ease-out,background-color .2s ease-out}.collapse[open].collapse-arrow>.collapse-title:after,.collapse.collapse-open.collapse-arrow>.collapse-title:after{transform:translateY(-50%)rotate(225deg)}.collapse.collapse-open.collapse-plus>.collapse-title:after{content:"−"}.collapse.collapse-arrow:focus:not(.collapse-close)>.collapse-title:after,.collapse.collapse-arrow:not(.collapse-close)>input:is([type=checkbox],[type=radio]):checked~.collapse-title:after{transform:translateY(-50%)rotate(225deg)}.collapse[open].collapse-plus>.collapse-title:after,.collapse.collapse-plus:focus:not(.collapse-close)>.collapse-title:after,.collapse.collapse-plus:not(.collapse-close)>input:is([type=checkbox],[type=radio]):checked~.collapse-title:after{content:"−"}.collapse:is(details){width:100%}.collapse:is(details) summary{display:block;position:relative}.collapse:is(details) summary::-webkit-details-marker{display:none}.collapse:is(details) summary{outline:none}.collapse-content{visibility:hidden;min-height:0;cursor:unset;grid-row-start:2;grid-column-start:1;padding-left:1rem;padding-right:1rem;transition:visibility .2s,padding .2s ease-out,background-color .2s ease-out}.validator:user-valid{--input-color:var(--color-success)}.validator:user-valid:focus{--input-color:var(--color-success)}.validator:user-valid:checked{--input-color:var(--color-success)}.validator:user-valid[aria-checked=true]{--input-color:var(--color-success)}.validator:user-valid:focus-within{--input-color:var(--color-success)}.validator:has(:user-valid){--input-color:var(--color-success)}.validator:has(:user-valid):focus{--input-color:var(--color-success)}.validator:has(:user-valid):checked{--input-color:var(--color-success)}.validator:has(:user-valid)[aria-checked=true]{--input-color:var(--color-success)}.validator:has(:user-valid):focus-within{--input-color:var(--color-success)}.validator:user-invalid{--input-color:var(--color-error)}.validator:user-invalid:focus{--input-color:var(--color-error)}.validator:user-invalid:checked{--input-color:var(--color-error)}.validator:user-invalid[aria-checked=true]{--input-color:var(--color-error)}.validator:user-invalid:focus-within{--input-color:var(--color-error)}.validator:user-invalid~.validator-hint{visibility:visible;color:var(--color-error);display:block}.validator:has(:user-invalid){--input-color:var(--color-error)}.validator:has(:user-invalid):focus{--input-color:var(--color-error)}.validator:has(:user-invalid):checked{--input-color:var(--color-error)}.validator:has(:user-invalid)[aria-checked=true]{--input-color:var(--color-error)}.validator:has(:user-invalid):focus-within{--input-color:var(--color-error)}.validator:has(:user-invalid)~.validator-hint{visibility:visible;color:var(--color-error);display:block}.validator[aria-invalid]:not([aria-invalid=false]),.validator[aria-invalid]:not([aria-invalid=false]):focus,.validator[aria-invalid]:not([aria-invalid=false]):checked,.validator[aria-invalid]:not([aria-invalid=false])[aria-checked=true],.validator[aria-invalid]:not([aria-invalid=false]):focus-within{--input-color:var(--color-error)}.validator[aria-invalid]:not([aria-invalid=false])~.validator-hint{visibility:visible;color:var(--color-error);display:block}.collapse{visibility:collapse}.visible{visibility:visible}.list{flex-direction:column;font-size:.875rem;display:flex}.list :where(.list-row){--list-grid-cols:minmax(0,auto)1fr;border-radius:var(--radius-box);word-break:break-word;grid-auto-flow:column;grid-template-columns:var(--list-grid-cols);gap:1rem;padding:1rem;display:grid;position:relative}.list :where(.list-row):has(.list-col-grow:first-child){--list-grid-cols:1fr}.list :where(.list-row):has(.list-col-grow:nth-child(2)){--list-grid-cols:minmax(0,auto)1fr}.list :where(.list-row):has(.list-col-grow:nth-child(3)){--list-grid-cols:minmax(0,auto)minmax(0,auto)1fr}.list :where(.list-row):has(.list-col-grow:nth-child(4)){--list-grid-cols:minmax(0,auto)minmax(0,auto)minmax(0,auto)1fr}.list :where(.list-row):has(.list-col-grow:nth-child(5)){--list-grid-cols:minmax(0,auto)minmax(0,auto)minmax(0,auto)minmax(0,auto)1fr}.list :where(.list-row):has(.list-col-grow:nth-child(6)){--list-grid-cols:minmax(0,auto)minmax(0,auto)minmax(0,auto)minmax(0,auto)minmax(0,auto)1fr}.list :where(.list-row) :not(.list-col-wrap){grid-row-start:1}:is(.list>:not(:last-child).list-row,.list>:not(:last-child) .list-row):after{content:"";border-bottom:var(--border)solid;inset-inline:var(--radius-box);border-color:var(--color-base-content);position:absolute;bottom:0}@supports (color:color-mix(in lab,red,red)){:is(.list>:not(:last-child).list-row,.list>:not(:last-child) .list-row):after{border-color:color-mix(in oklab,var(--color-base-content)5%,transparent)}}.list\!{flex-direction:column!important;font-size:.875rem!important;display:flex!important}.list\! :where(.list-row){--list-grid-cols:minmax(0,auto)1fr!important;border-radius:var(--radius-box)!important;word-break:break-word!important;grid-auto-flow:column!important;grid-template-columns:var(--list-grid-cols)!important;gap:1rem!important;padding:1rem!important;display:grid!important;position:relative!important}.list\! :where(.list-row):has(.list-col-grow:first-child){--list-grid-cols:1fr!important}.list\! :where(.list-row):has(.list-col-grow:nth-child(2)){--list-grid-cols:minmax(0,auto)1fr!important}.list\! :where(.list-row):has(.list-col-grow:nth-child(3)){--list-grid-cols:minmax(0,auto)minmax(0,auto)1fr!important}.list\! :where(.list-row):has(.list-col-grow:nth-child(4)){--list-grid-cols:minmax(0,auto)minmax(0,auto)minmax(0,auto)1fr!important}.list\! :where(.list-row):has(.list-col-grow:nth-child(5)){--list-grid-cols:minmax(0,auto)minmax(0,auto)minmax(0,auto)minmax(0,auto)1fr!important}.list\! :where(.list-row):has(.list-col-grow:nth-child(6)){--list-grid-cols:minmax(0,auto)minmax(0,auto)minmax(0,auto)minmax(0,auto)minmax(0,auto)1fr!important}.list\! :where(.list-row) :not(.list-col-wrap){grid-row-start:1!important}:is(.list\!>:not(:last-child).list-row,.list\!>:not(:last-child) .list-row):after{content:""!important;border-bottom:var(--border)solid!important;inset-inline:var(--radius-box)!important;border-color:var(--color-base-content)!important;position:absolute!important;bottom:0!important}@supports (color:color-mix(in lab,red,red)){:is(.list\!>:not(:last-child).list-row,.list\!>:not(:last-child) .list-row):after{border-color:color-mix(in oklab,var(--color-base-content)5%,transparent)!important}}.toast{translate:var(--toast-x,0)var(--toast-y,0);inset-inline:auto 1rem;background-color:#0000;flex-direction:column;gap:.5rem;width:max-content;max-width:calc(100vw - 2rem);display:flex;position:fixed;top:auto;bottom:1rem}.toast>*{animation:.25s ease-out toast}.toast:where(.toast-start){--toast-x:0;inset-inline:1rem auto}.toast:where(.toast-center){--toast-x:-50%;inset-inline:50%}.toast:where(.toast-end){--toast-x:0;inset-inline:auto 1rem}.toast:where(.toast-bottom){--toast-y:0;top:auto;bottom:1rem}.toast:where(.toast-middle){--toast-y:-50%;top:50%;bottom:auto}.toast:where(.toast-top){--toast-y:0;top:1rem;bottom:auto}.toggle{border:var(--border)solid currentColor;color:var(--input-color);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:middle;webkit-user-select:none;-webkit-user-select:none;user-select:none;--radius-selector-max:calc(var(--radius-selector) + var(--radius-selector) + var(--radius-selector));border-radius:calc(var(--radius-selector) + min(var(--toggle-p),var(--radius-selector-max)) + min(var(--border),var(--radius-selector-max)));padding:var(--toggle-p);flex-shrink:0;grid-template-columns:0fr 1fr 1fr;place-content:center;display:inline-grid;position:relative;box-shadow:inset 0 1px}@supports (color:color-mix(in lab,red,red)){.toggle{box-shadow:0 1px color-mix(in oklab,currentColor calc(var(--depth)*10%),#0000) inset}}.toggle{--input-color:var(--color-base-content);transition:color .3s,grid-template-columns .2s}@supports (color:color-mix(in lab,red,red)){.toggle{--input-color:color-mix(in oklab,var(--color-base-content)50%,#0000)}}.toggle{--toggle-p:calc(var(--size)*.125);--size:calc(var(--size-selector,.25rem)*6);width:calc((var(--size)*2) - (var(--border) + var(--toggle-p))*2);height:var(--size)}.toggle>*{z-index:1;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#0000;border:none;grid-column:2/span 1;grid-row-start:1;height:100%;padding:.125rem;transition:opacity .2s,rotate .4s}.toggle>:focus{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.toggle>:focus{outline-offset:2px;outline:2px solid #0000}}.toggle>:nth-child(2){color:var(--color-base-100);rotate:none}.toggle>:nth-child(3){color:var(--color-base-100);opacity:0;rotate:-15deg}.toggle:has(:checked)>:nth-child(2){opacity:0;rotate:15deg}.toggle:has(:checked)>:nth-child(3){opacity:1;rotate:none}.toggle:before{aspect-ratio:1;border-radius:var(--radius-selector);--tw-content:"";content:var(--tw-content);height:100%;box-shadow:0 -1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,0 1px currentColor;background-color:currentColor;grid-row-start:1;grid-column-start:2;transition:background-color .1s,translate .2s,inset-inline-start .2s;position:relative;inset-inline-start:0;translate:0}@supports (color:color-mix(in lab,red,red)){.toggle:before{box-shadow:0 -1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,0 1px color-mix(in oklab,currentColor calc(var(--depth)*10%),#0000)}}.toggle:before{background-size:auto,calc(var(--noise)*100%);background-image:none,var(--fx-noise)}@media (forced-colors:active){.toggle:before{outline-style:var(--tw-outline-style);outline-offset:-1px;outline-width:1px}}@media print{.toggle:before{outline-offset:-1rem;outline:.25rem solid}}.toggle:focus-visible,.toggle:has(:focus-visible){outline-offset:2px;outline:2px solid}.toggle:checked,.toggle[aria-checked=true],.toggle:has(>input:checked){background-color:var(--color-base-100);--input-color:var(--color-base-content);grid-template-columns:1fr 1fr 0fr}:is(.toggle:checked,.toggle[aria-checked=true],.toggle:has(>input:checked)):before{background-color:currentColor}@starting-style{:is(.toggle:checked,.toggle[aria-checked=true],.toggle:has(>input:checked)):before{opacity:0}}.toggle:indeterminate{grid-template-columns:.5fr 1fr .5fr}.toggle:disabled{cursor:not-allowed;opacity:.3}.toggle:disabled:before{border:var(--border)solid currentColor;background-color:#0000}.input{cursor:text;border:var(--border)solid #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--color-base-100);vertical-align:middle;white-space:nowrap;width:clamp(3rem,20rem,100%);height:var(--size);touch-action:manipulation;border-color:var(--input-color);box-shadow:0 1px var(--input-color) inset,0 -1px oklch(100% 0 0/calc(var(--depth)*.1)) inset;border-start-start-radius:var(--join-ss,var(--radius-field));border-start-end-radius:var(--join-se,var(--radius-field));border-end-end-radius:var(--join-ee,var(--radius-field));border-end-start-radius:var(--join-es,var(--radius-field));flex-shrink:1;align-items:center;gap:.5rem;padding-inline:.75rem;font-size:.875rem;display:inline-flex;position:relative}@supports (color:color-mix(in lab,red,red)){.input{box-shadow:0 1px color-mix(in oklab,var(--input-color)calc(var(--depth)*10%),#0000) inset,0 -1px oklch(100% 0 0/calc(var(--depth)*.1)) inset}}.input{--size:calc(var(--size-field,.25rem)*10);--input-color:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){.input{--input-color:color-mix(in oklab,var(--color-base-content)20%,#0000)}}.input:where(input){display:inline-flex}.input :where(input){-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#0000;border:none;width:100%;height:100%;display:inline-flex}.input :where(input):focus,.input :where(input):focus-within{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.input :where(input):focus,.input :where(input):focus-within{outline-offset:2px;outline:2px solid #0000}}.input :where(input[type=url]),.input :where(input[type=email]){direction:ltr}.input :where(input[type=date]){display:inline-block}.input:focus,.input:focus-within{--input-color:var(--color-base-content);box-shadow:0 1px var(--input-color)}@supports (color:color-mix(in lab,red,red)){.input:focus,.input:focus-within{box-shadow:0 1px color-mix(in oklab,var(--input-color)calc(var(--depth)*10%),#0000)}}.input:focus,.input:focus-within{outline:2px solid var(--input-color);outline-offset:2px;isolation:isolate;z-index:1}.input:has(>input[disabled]),.input:is(:disabled,[disabled]){cursor:not-allowed;border-color:var(--color-base-200);background-color:var(--color-base-200);color:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){.input:has(>input[disabled]),.input:is(:disabled,[disabled]){color:color-mix(in oklab,var(--color-base-content)40%,transparent)}}:is(.input:has(>input[disabled]),.input:is(:disabled,[disabled]))::placeholder{color:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){:is(.input:has(>input[disabled]),.input:is(:disabled,[disabled]))::placeholder{color:color-mix(in oklab,var(--color-base-content)20%,transparent)}}.input:has(>input[disabled]),.input:is(:disabled,[disabled]){box-shadow:none}.input:has(>input[disabled])>input[disabled]{cursor:not-allowed}.input::-webkit-date-and-time-value{text-align:inherit}.input[type=number]::-webkit-inner-spin-button{margin-block:-.75rem;margin-inline-end:-.75rem}.input::-webkit-calendar-picker-indicator{position:absolute;inset-inline-end:.75em}.table{border-radius:var(--radius-box);text-align:left;width:100%;font-size:.875rem;position:relative}.table:where(:dir(rtl),[dir=rtl],[dir=rtl] *){text-align:right}@media (hover:hover){:is(.table tr.row-hover,.table tr.row-hover:nth-child(2n)):hover{background-color:var(--color-base-200)}}.table :where(th,td){vertical-align:middle;padding-block:.75rem;padding-inline:1rem}.table :where(thead,tfoot){white-space:nowrap;color:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){.table :where(thead,tfoot){color:color-mix(in oklab,var(--color-base-content)60%,transparent)}}.table :where(thead,tfoot){font-size:.875rem;font-weight:600}.table :where(tfoot){border-top:var(--border)solid var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){.table :where(tfoot){border-top:var(--border)solid color-mix(in oklch,var(--color-base-content)5%,#0000)}}.table :where(.table-pin-rows thead tr){z-index:1;background-color:var(--color-base-100);position:sticky;top:0}.table :where(.table-pin-rows tfoot tr){z-index:1;background-color:var(--color-base-100);position:sticky;bottom:0}.table :where(.table-pin-cols tr th){background-color:var(--color-base-100);position:sticky;left:0;right:0}.table :where(thead tr,tbody tr:not(:last-child)){border-bottom:var(--border)solid var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){.table :where(thead tr,tbody tr:not(:last-child)){border-bottom:var(--border)solid color-mix(in oklch,var(--color-base-content)5%,#0000)}}.range{-webkit-appearance:none;-moz-appearance:none;appearance:none;webkit-appearance:none;--range-thumb:var(--color-base-100);--range-thumb-size:calc(var(--size-selector,.25rem)*6);--range-progress:currentColor;--range-fill:1;--range-p:.25rem;--range-bg:currentColor}@supports (color:color-mix(in lab,red,red)){.range{--range-bg:color-mix(in oklab,currentColor 10%,#0000)}}.range{cursor:pointer;vertical-align:middle;--radius-selector-max:calc(var(--radius-selector) + var(--radius-selector) + var(--radius-selector));border-radius:calc(var(--radius-selector) + min(var(--range-p),var(--radius-selector-max)));width:clamp(3rem,20rem,100%);height:var(--range-thumb-size);background-color:#0000;border:none;overflow:hidden}[dir=rtl] .range{--range-dir:-1}.range:focus{outline:none}.range:focus-visible{outline-offset:2px;outline:2px solid}.range::-webkit-slider-runnable-track{background-color:var(--range-bg);border-radius:var(--radius-selector);width:100%;height:calc(var(--range-thumb-size)*.5)}@media (forced-colors:active){.range::-webkit-slider-runnable-track{border:1px solid}.range::-moz-range-track{border:1px solid}}.range::-webkit-slider-thumb{box-sizing:border-box;border-radius:calc(var(--radius-selector) + min(var(--range-p),var(--radius-selector-max)));height:var(--range-thumb-size);width:var(--range-thumb-size);border:var(--range-p)solid;-webkit-appearance:none;-moz-appearance:none;appearance:none;webkit-appearance:none;color:var(--range-progress);box-shadow:0 -1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,0 1px currentColor,0 0 0 2rem var(--range-thumb) inset,calc((var(--range-dir,1)*-100rem) - (var(--range-dir,1)*var(--range-thumb-size)/2)) 0 0 calc(100rem*var(--range-fill));background-color:currentColor;position:relative;top:50%;transform:translateY(-50%)}@supports (color:color-mix(in lab,red,red)){.range::-webkit-slider-thumb{box-shadow:0 -1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,0 1px color-mix(in oklab,currentColor calc(var(--depth)*10%),#0000),0 0 0 2rem var(--range-thumb) inset,calc((var(--range-dir,1)*-100rem) - (var(--range-dir,1)*var(--range-thumb-size)/2)) 0 0 calc(100rem*var(--range-fill))}}.range::-moz-range-track{background-color:var(--range-bg);border-radius:var(--radius-selector);width:100%;height:calc(var(--range-thumb-size)*.5)}.range::-moz-range-thumb{box-sizing:border-box;border-radius:calc(var(--radius-selector) + min(var(--range-p),var(--radius-selector-max)));height:var(--range-thumb-size);width:var(--range-thumb-size);border:var(--range-p)solid;color:var(--range-progress);box-shadow:0 -1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,0 1px currentColor,0 0 0 2rem var(--range-thumb) inset,calc((var(--range-dir,1)*-100rem) - (var(--range-dir,1)*var(--range-thumb-size)/2)) 0 0 calc(100rem*var(--range-fill));background-color:currentColor;position:relative;top:50%}@supports (color:color-mix(in lab,red,red)){.range::-moz-range-thumb{box-shadow:0 -1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,0 1px color-mix(in oklab,currentColor calc(var(--depth)*10%),#0000),0 0 0 2rem var(--range-thumb) inset,calc((var(--range-dir,1)*-100rem) - (var(--range-dir,1)*var(--range-thumb-size)/2)) 0 0 calc(100rem*var(--range-fill))}}.range:disabled{cursor:not-allowed;opacity:.3}.chat-bubble{border-radius:var(--radius-field);background-color:var(--color-base-300);width:fit-content;color:var(--color-base-content);grid-row-end:3;min-width:2.5rem;max-width:90%;min-height:2rem;padding-block:.5rem;padding-inline:1rem;display:block;position:relative}.chat-bubble:before{background-color:inherit;content:"";width:.75rem;height:.75rem;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:var(--mask-chat);mask-image:var(--mask-chat);position:absolute;bottom:0;-webkit-mask-position:0 -1px;mask-position:0 -1px;-webkit-mask-size:13px;mask-size:13px}.select{border:var(--border)solid #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--color-base-100);vertical-align:middle;width:clamp(3rem,20rem,100%);height:var(--size);touch-action:manipulation;text-overflow:ellipsis;box-shadow:0 1px var(--input-color) inset,0 -1px oklch(100% 0 0/calc(var(--depth)*.1)) inset;background-image:linear-gradient(45deg,#0000 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,#0000 50%);background-position:calc(100% - 20px) calc(1px + 50%),calc(100% - 16.1px) calc(1px + 50%);background-repeat:no-repeat;background-size:4px 4px,4px 4px;border-start-start-radius:var(--join-ss,var(--radius-field));border-start-end-radius:var(--join-se,var(--radius-field));border-end-end-radius:var(--join-ee,var(--radius-field));border-end-start-radius:var(--join-es,var(--radius-field));flex-shrink:1;align-items:center;gap:.375rem;padding-inline:1rem 1.75rem;font-size:.875rem;display:inline-flex;position:relative}@supports (color:color-mix(in lab,red,red)){.select{box-shadow:0 1px color-mix(in oklab,var(--input-color)calc(var(--depth)*10%),#0000) inset,0 -1px oklch(100% 0 0/calc(var(--depth)*.1)) inset}}.select{border-color:var(--input-color);--input-color:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){.select{--input-color:color-mix(in oklab,var(--color-base-content)20%,#0000)}}.select{--size:calc(var(--size-field,.25rem)*10)}[dir=rtl] .select{background-position:12px calc(1px + 50%),16px calc(1px + 50%)}.select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:inherit;border-radius:inherit;border-style:none;width:calc(100% + 2.75rem);height:calc(100% - 2px);margin-inline:-1rem -1.75rem;padding-inline:1rem 1.75rem}.select select:focus,.select select:focus-within{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.select select:focus,.select select:focus-within{outline-offset:2px;outline:2px solid #0000}}.select select:not(:last-child){background-image:none;margin-inline-end:-1.375rem}.select:focus,.select:focus-within{--input-color:var(--color-base-content);box-shadow:0 1px var(--input-color)}@supports (color:color-mix(in lab,red,red)){.select:focus,.select:focus-within{box-shadow:0 1px color-mix(in oklab,var(--input-color)calc(var(--depth)*10%),#0000)}}.select:focus,.select:focus-within{outline:2px solid var(--input-color);outline-offset:2px;isolation:isolate;z-index:1}.select:has(>select[disabled]),.select:is(:disabled,[disabled]){cursor:not-allowed;border-color:var(--color-base-200);background-color:var(--color-base-200);color:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){.select:has(>select[disabled]),.select:is(:disabled,[disabled]){color:color-mix(in oklab,var(--color-base-content)40%,transparent)}}:is(.select:has(>select[disabled]),.select:is(:disabled,[disabled]))::placeholder{color:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){:is(.select:has(>select[disabled]),.select:is(:disabled,[disabled]))::placeholder{color:color-mix(in oklab,var(--color-base-content)20%,transparent)}}.select:has(>select[disabled])>select[disabled]{cursor:not-allowed}.card{border-radius:var(--radius-box);outline-offset:2px;outline:0 solid #0000;flex-direction:column;transition:outline .2s ease-in-out;display:flex;position:relative}.card:focus{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.card:focus{outline-offset:2px;outline:2px solid #0000}}.card:focus-visible{outline-color:currentColor}.card :where(figure:first-child){border-start-start-radius:inherit;border-start-end-radius:inherit;border-end-end-radius:unset;border-end-start-radius:unset;overflow:hidden}.card :where(figure:last-child){border-start-start-radius:unset;border-start-end-radius:unset;border-end-end-radius:inherit;border-end-start-radius:inherit;overflow:hidden}.card:where(.card-border){border:var(--border)solid var(--color-base-200)}.card:where(.card-dash){border:var(--border)dashed var(--color-base-200)}.card.image-full{display:grid}.card.image-full>*{grid-row-start:1;grid-column-start:1}.card.image-full>.card-body{color:var(--color-neutral-content);position:relative}.card.image-full :where(figure){border-radius:inherit;overflow:hidden}.card.image-full>figure img{object-fit:cover;filter:brightness(28%);height:100%}.card figure{justify-content:center;align-items:center;display:flex}.card:has(>input:is(input[type=checkbox],input[type=radio])){cursor:pointer;-webkit-user-select:none;user-select:none}.card:has(>:checked){outline:2px solid}.collapse-title{grid-row-start:1;grid-column-start:1;width:100%;min-height:1lh;padding:1rem;padding-inline-end:3rem;transition:background-color .2s ease-out;position:relative}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.mockup-code{border-radius:var(--radius-box);background-color:var(--color-neutral);color:var(--color-neutral-content);direction:ltr;padding-block:1.25rem;font-size:.875rem;position:relative;overflow:auto hidden}.mockup-code:before{content:"";opacity:.3;border-radius:3.40282e38px;width:.75rem;height:.75rem;margin-bottom:1rem;display:block;box-shadow:1.4em 0,2.8em 0,4.2em 0}.mockup-code pre{padding-right:1.25rem}.mockup-code pre:before{content:"";margin-right:2ch}.mockup-code pre[data-prefix]:before{content:attr(data-prefix);text-align:right;opacity:.5;width:2rem;display:inline-block}.avatar{vertical-align:middle;display:inline-flex;position:relative}.avatar>div{aspect-ratio:1;display:block;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.checkbox{border:var(--border)solid var(--input-color,var(--color-base-content))}@supports (color:color-mix(in lab,red,red)){.checkbox{border:var(--border)solid var(--input-color,color-mix(in oklab,var(--color-base-content)20%,#0000))}}.checkbox{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:var(--radius-selector);vertical-align:middle;color:var(--color-base-content);box-shadow:0 1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,0 0 #0000 inset,0 0 #0000;--size:calc(var(--size-selector,.25rem)*6);width:var(--size);height:var(--size);background-size:auto,calc(var(--noise)*100%);background-image:none,var(--fx-noise);flex-shrink:0;padding:.25rem;transition:background-color .2s,box-shadow .2s;display:inline-block;position:relative}.checkbox:before{--tw-content:"";content:var(--tw-content);opacity:0;clip-path:polygon(20% 100%,20% 80%,50% 80%,50% 80%,70% 80%,70% 100%);width:100%;height:100%;box-shadow:0 3px oklch(100% 0 0/calc(var(--depth)*.1)) inset;background-color:currentColor;font-size:1rem;line-height:.75;transition:clip-path .3s .1s,opacity .1s .1s,rotate .3s .1s,translate .3s .1s;display:block;rotate:45deg}.checkbox:focus-visible{outline:2px solid var(--input-color,currentColor);outline-offset:2px}.checkbox:checked,.checkbox[aria-checked=true]{background-color:var(--input-color,#0000);box-shadow:0 0 #0000 inset,0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,0 1px oklch(0% 0 0/calc(var(--depth)*.1))}:is(.checkbox:checked,.checkbox[aria-checked=true]):before{clip-path:polygon(20% 100%,20% 80%,50% 80%,50% 0%,70% 0%,70% 100%);opacity:1}@media (forced-colors:active){:is(.checkbox:checked,.checkbox[aria-checked=true]):before{--tw-content:"✔︎";clip-path:none;background-color:#0000;rotate:none}}@media print{:is(.checkbox:checked,.checkbox[aria-checked=true]):before{--tw-content:"✔︎";clip-path:none;background-color:#0000;rotate:none}}.checkbox:indeterminate:before{opacity:1;clip-path:polygon(20% 100%,20% 80%,50% 80%,50% 80%,80% 80%,80% 100%);translate:0 -35%;rotate:none}.checkbox:disabled{cursor:not-allowed;opacity:.2}.radio{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:middle;border:var(--border)solid var(--input-color,currentColor);border-radius:3.40282e38px;flex-shrink:0;padding:.25rem;display:inline-block;position:relative}@supports (color:color-mix(in lab,red,red)){.radio{border:var(--border)solid var(--input-color,color-mix(in srgb,currentColor 20%,#0000))}}.radio{box-shadow:0 1px oklch(0% 0 0/calc(var(--depth)*.1)) inset;--size:calc(var(--size-selector,.25rem)*6);width:var(--size);height:var(--size);color:var(--input-color,currentColor)}.radio:before{--tw-content:"";content:var(--tw-content);background-size:auto,calc(var(--noise)*100%);background-image:none,var(--fx-noise);border-radius:3.40282e38px;width:100%;height:100%;display:block}.radio:focus-visible{outline:2px solid}.radio:checked,.radio[aria-checked=true]{background-color:var(--color-base-100);border-color:currentColor;animation:.2s ease-out radio}:is(.radio:checked,.radio[aria-checked=true]):before{box-shadow:0 -1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,0 1px oklch(0% 0 0/calc(var(--depth)*.1));background-color:currentColor}@media (forced-colors:active){:is(.radio:checked,.radio[aria-checked=true]):before{outline-style:var(--tw-outline-style);outline-offset:-1px;outline-width:1px}}@media print{:is(.radio:checked,.radio[aria-checked=true]):before{outline-offset:-1rem;outline:.25rem solid}}.radio:disabled{cursor:not-allowed;opacity:.2}.drawer{grid-auto-columns:max-content auto;width:100%;display:grid;position:relative}.progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:var(--radius-box);background-color:currentColor;width:100%;height:.5rem;position:relative;overflow:hidden}@supports (color:color-mix(in lab,red,red)){.progress{background-color:color-mix(in oklab,currentColor 20%,transparent)}}.progress{color:var(--color-base-content)}.progress:indeterminate{background-image:repeating-linear-gradient(90deg,currentColor -1% 10%,#0000 10% 90%);background-position-x:15%;background-size:200%;animation:5s ease-in-out infinite progress}@supports ((-moz-appearance:none)){.progress:indeterminate::-moz-progress-bar{background-color:#0000;background-image:repeating-linear-gradient(90deg,currentColor -1% 10%,#0000 10% 90%);background-position-x:15%;background-size:200%;animation:5s ease-in-out infinite progress}.progress::-moz-progress-bar{border-radius:var(--radius-box);background-color:currentColor}}@supports ((-webkit-appearance:none)){.progress::-webkit-progress-bar{border-radius:var(--radius-box);background-color:#0000}.progress::-webkit-progress-value{border-radius:var(--radius-box);background-color:currentColor}}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.inset-0{inset:calc(var(--spacing)*0)}.inset-2{inset:calc(var(--spacing)*2)}.chat-end{grid-template-columns:1fr auto;place-items:end}.chat-end .chat-header,.chat-end .chat-footer{grid-column-start:1}.chat-end .chat-image{grid-column-start:2}.chat-end .chat-bubble{border-end-end-radius:0;grid-column-start:1}.chat-end .chat-bubble:before{inset-inline-start:100%;transform:rotateY(180deg)}[dir=rtl] :is(.chat-end .chat-bubble):before{transform:rotateY(0)}.chat-start{grid-template-columns:auto 1fr;place-items:start}.chat-start .chat-header,.chat-start .chat-footer{grid-column-start:2}.chat-start .chat-image{grid-column-start:1}.chat-start .chat-bubble{border-end-start-radius:0;grid-column-start:2}.chat-start .chat-bubble:before{inset-inline-start:-.75rem;transform:rotateY(0)}[dir=rtl] :is(.chat-start .chat-bubble):before{transform:rotateY(180deg)}.dropdown-end{--anchor-h:span-left}.dropdown-end :where(.dropdown-content){inset-inline-end:0;translate:0}.dropdown-end.dropdown-left{--anchor-h:left;--anchor-v:span-top}.dropdown-end.dropdown-left .dropdown-content{top:auto;bottom:0}.dropdown-end.dropdown-right{--anchor-h:right;--anchor-v:span-top}.dropdown-end.dropdown-right .dropdown-content{top:auto;bottom:0}.-top-1{top:calc(var(--spacing)*-1)}.top-0{top:calc(var(--spacing)*0)}.top-1\/2{top:50%}.top-2{top:calc(var(--spacing)*2)}.top-2\.5{top:calc(var(--spacing)*2.5)}.top-4{top:calc(var(--spacing)*4)}.top-5{top:calc(var(--spacing)*5)}.top-10{top:calc(var(--spacing)*10)}.top-22{top:calc(var(--spacing)*22)}.top-\[50\%\]{top:50%}.-right-1{right:calc(var(--spacing)*-1)}.-right-3{right:calc(var(--spacing)*-3)}.right-0{right:calc(var(--spacing)*0)}.right-2{right:calc(var(--spacing)*2)}.right-2\.5{right:calc(var(--spacing)*2.5)}.right-4{right:calc(var(--spacing)*4)}.right-5{right:calc(var(--spacing)*5)}.right-20{right:calc(var(--spacing)*20)}.-bottom-16{bottom:calc(var(--spacing)*-16)}.bottom-0{bottom:calc(var(--spacing)*0)}.bottom-2{bottom:calc(var(--spacing)*2)}.bottom-5{bottom:calc(var(--spacing)*5)}.bottom-\[30px\]{bottom:30px}.-left-full{left:-100%}.left-0{left:calc(var(--spacing)*0)}.left-1\/2{left:50%}.left-15{left:calc(var(--spacing)*15)}.textarea{border:var(--border)solid #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:var(--radius-field);background-color:var(--color-base-100);vertical-align:middle;touch-action:manipulation;border-color:var(--input-color);width:clamp(3rem,20rem,100%);min-height:5rem;box-shadow:0 1px var(--input-color) inset,0 -1px oklch(100% 0 0/calc(var(--depth)*.1)) inset;flex-shrink:1;padding-block:.5rem;padding-inline:.75rem;font-size:.875rem}@supports (color:color-mix(in lab,red,red)){.textarea{box-shadow:0 1px color-mix(in oklab,var(--input-color)calc(var(--depth)*10%),#0000) inset,0 -1px oklch(100% 0 0/calc(var(--depth)*.1)) inset}}.textarea{--input-color:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){.textarea{--input-color:color-mix(in oklab,var(--color-base-content)20%,#0000)}}.textarea textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#0000;border:none}.textarea textarea:focus,.textarea textarea:focus-within{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.textarea textarea:focus,.textarea textarea:focus-within{outline-offset:2px;outline:2px solid #0000}}.textarea:focus,.textarea:focus-within{--input-color:var(--color-base-content);box-shadow:0 1px var(--input-color)}@supports (color:color-mix(in lab,red,red)){.textarea:focus,.textarea:focus-within{box-shadow:0 1px color-mix(in oklab,var(--input-color)calc(var(--depth)*10%),#0000)}}.textarea:focus,.textarea:focus-within{outline:2px solid var(--input-color);outline-offset:2px;isolation:isolate}.textarea:has(>textarea[disabled]),.textarea:is(:disabled,[disabled]){cursor:not-allowed;border-color:var(--color-base-200);background-color:var(--color-base-200);color:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){.textarea:has(>textarea[disabled]),.textarea:is(:disabled,[disabled]){color:color-mix(in oklab,var(--color-base-content)40%,transparent)}}:is(.textarea:has(>textarea[disabled]),.textarea:is(:disabled,[disabled]))::placeholder{color:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){:is(.textarea:has(>textarea[disabled]),.textarea:is(:disabled,[disabled]))::placeholder{color:color-mix(in oklab,var(--color-base-content)20%,transparent)}}.textarea:has(>textarea[disabled]),.textarea:is(:disabled,[disabled]){box-shadow:none}.textarea:has(>textarea[disabled])>textarea[disabled]{cursor:not-allowed}.stack{grid-template-rows:3px 4px 1fr 4px 3px;grid-template-columns:3px 4px 1fr 4px 3px;display:inline-grid}.stack>*{width:100%;height:100%}.stack>:nth-child(n+2){opacity:.7;width:100%}.stack>:nth-child(2){z-index:2;opacity:.9}.stack>:first-child{z-index:3;width:100%}:is(.stack,.stack.stack-bottom)>*{grid-area:3/3/6/4}:is(.stack,.stack.stack-bottom)>:nth-child(2){grid-area:2/2/5/5}:is(.stack,.stack.stack-bottom)>:first-child{grid-area:1/1/4/6}.stack.stack-top>*{grid-area:1/3/4/4}.stack.stack-top>:nth-child(2){grid-area:2/2/5/5}.stack.stack-top>:first-child{grid-area:3/1/6/6}.stack.stack-start>*{grid-area:3/1/4/4}.stack.stack-start>:nth-child(2){grid-area:2/2/5/5}.stack.stack-start>:first-child{grid-area:1/3/6/6}.stack.stack-end>*{grid-area:3/3/4/6}.stack.stack-end>:nth-child(2){grid-area:2/2/5/5}.stack.stack-end>:first-child{grid-area:1/1/6/4}.modal-backdrop{color:#0000;z-index:-1;grid-row-start:1;grid-column-start:1;place-self:stretch stretch;display:grid}.modal-backdrop button{cursor:pointer}.z-0{z-index:0}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-10{z-index:10}.z-50{z-index:50}.z-100{z-index:100}.z-999{z-index:999}.z-\[1\]{z-index:1}.modal-box{background-color:var(--color-base-100);border-top-left-radius:var(--modal-tl,var(--radius-box));border-top-right-radius:var(--modal-tr,var(--radius-box));border-bottom-left-radius:var(--modal-bl,var(--radius-box));border-bottom-right-radius:var(--modal-br,var(--radius-box));opacity:0;overscroll-behavior:contain;grid-row-start:1;grid-column-start:1;width:91.6667%;max-width:32rem;max-height:100vh;padding:1.5rem;transition:translate .3s ease-out,scale .3s ease-out,opacity .2s ease-out 50ms,box-shadow .3s ease-out;overflow-y:auto;scale:95%;box-shadow:0 25px 50px -12px #00000040}.drawer-content{grid-row-start:1;grid-column-start:2;min-width:0}.chat-image{grid-row:span 2/span 2;align-self:flex-end}.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:70.5rem){.container{max-width:70.5rem}}.m-4{margin:calc(var(--spacing)*4)}.m-8{margin:calc(var(--spacing)*8)}.m-\[1px\]{margin:1px}.filter{flex-wrap:wrap;display:flex}.filter input[type=radio]{width:auto}.filter input{opacity:1;transition:margin .1s,opacity .3s,padding .3s,border-width .1s;overflow:hidden;scale:1}.filter input:not(:last-child){margin-inline-end:.25rem}.filter input.filter-reset{aspect-ratio:1}.filter input.filter-reset:after{content:"×"}.filter:not(:has(input:checked:not(.filter-reset))) .filter-reset,.filter:not(:has(input:checked:not(.filter-reset))) input[type=reset],.filter:has(input:checked:not(.filter-reset)) input:not(:checked,.filter-reset,input[type=reset]){opacity:0;border-width:0;width:0;margin-inline:0;padding-inline:0;scale:0}.mx-2{margin-inline:calc(var(--spacing)*2)}.mx-4{margin-inline:calc(var(--spacing)*4)}.mx-auto{margin-inline:auto}.my-2{margin-block:calc(var(--spacing)*2)}.my-12{margin-block:calc(var(--spacing)*12)}.my-18{margin-block:calc(var(--spacing)*18)}.my-20{margin-block:calc(var(--spacing)*20)}.label{white-space:nowrap;color:currentColor;align-items:center;gap:.375rem;display:inline-flex}@supports (color:color-mix(in lab,red,red)){.label{color:color-mix(in oklab,currentColor 60%,transparent)}}.label:has(input){cursor:pointer}.label:is(.input>*,.select>*){white-space:nowrap;height:calc(100% - .5rem);font-size:inherit;align-items:center;padding-inline:.75rem;display:flex}.label:is(.input>*,.select>*):first-child{border-inline-end:var(--border)solid currentColor;margin-inline:-.75rem .75rem}@supports (color:color-mix(in lab,red,red)){.label:is(.input>*,.select>*):first-child{border-inline-end:var(--border)solid color-mix(in oklab,currentColor 10%,#0000)}}.label:is(.input>*,.select>*):last-child{border-inline-start:var(--border)solid currentColor;margin-inline:.75rem -.75rem}@supports (color:color-mix(in lab,red,red)){.label:is(.input>*,.select>*):last-child{border-inline-start:var(--border)solid color-mix(in oklab,currentColor 10%,#0000)}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px rgb(var(--tw-prose-kbd-shadows)/10%);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose{--tw-prose-body:oklch(37.3% .034 259.733);--tw-prose-headings:oklch(21% .034 264.665);--tw-prose-lead:oklch(44.6% .03 256.802);--tw-prose-links:oklch(21% .034 264.665);--tw-prose-bold:oklch(21% .034 264.665);--tw-prose-counters:oklch(55.1% .027 264.364);--tw-prose-bullets:oklch(87.2% .01 258.338);--tw-prose-hr:oklch(92.8% .006 264.531);--tw-prose-quotes:oklch(21% .034 264.665);--tw-prose-quote-borders:oklch(92.8% .006 264.531);--tw-prose-captions:oklch(55.1% .027 264.364);--tw-prose-kbd:oklch(21% .034 264.665);--tw-prose-kbd-shadows:NaN NaN NaN;--tw-prose-code:oklch(21% .034 264.665);--tw-prose-pre-code:oklch(92.8% .006 264.531);--tw-prose-pre-bg:oklch(27.8% .033 256.848);--tw-prose-th-borders:oklch(87.2% .01 258.338);--tw-prose-td-borders:oklch(92.8% .006 264.531);--tw-prose-invert-body:oklch(87.2% .01 258.338);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.7% .022 261.325);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.7% .022 261.325);--tw-prose-invert-bullets:oklch(44.6% .03 256.802);--tw-prose-invert-hr:oklch(37.3% .034 259.733);--tw-prose-invert-quotes:oklch(96.7% .003 264.542);--tw-prose-invert-quote-borders:oklch(37.3% .034 259.733);--tw-prose-invert-captions:oklch(70.7% .022 261.325);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(87.2% .01 258.338);--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:oklch(44.6% .03 256.802);--tw-prose-invert-td-borders:oklch(37.3% .034 259.733);font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-xl{font-size:1.25rem;line-height:1.8}.prose-xl :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.prose-xl :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1em;margin-bottom:1em;font-size:1.2em;line-height:1.5}.prose-xl :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1.06667em}.prose-xl :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:.857143em;font-size:2.8em;line-height:1}.prose-xl :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.55556em;margin-bottom:.888889em;font-size:1.8em;line-height:1.11111}.prose-xl :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:.666667em;font-size:1.5em;line-height:1.33333}.prose-xl :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.8em;margin-bottom:.6em;line-height:1.6}.prose-xl :where(img):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-xl :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-xl :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-xl :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-xl :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.25em;padding-inline-end:.4em;padding-bottom:.25em;border-radius:.3125rem;padding-inline-start:.4em;font-size:.9em}.prose-xl :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-xl :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.861111em}.prose-xl :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-xl :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:1.11111em;padding-inline-end:1.33333em;padding-bottom:1.11111em;border-radius:.5rem;margin-top:2em;margin-bottom:2em;padding-inline-start:1.33333em;font-size:.9em;line-height:1.77778}.prose-xl :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-xl :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-inline-start:1.6em}.prose-xl :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6em;margin-bottom:.6em}.prose-xl :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-xl :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4em}.prose-xl :where(.prose-xl>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.prose-xl :where(.prose-xl>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.prose-xl :where(.prose-xl>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.2em}.prose-xl :where(.prose-xl>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.prose-xl :where(.prose-xl>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.2em}.prose-xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.prose-xl :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.prose-xl :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.prose-xl :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6em;padding-inline-start:1.6em}.prose-xl :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8em;margin-bottom:2.8em}.prose-xl :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-xl :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-xl :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-xl :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-xl :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.55556}.prose-xl :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.666667em;padding-bottom:.888889em;padding-inline-start:.666667em}.prose-xl :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-xl :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-xl :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.888889em;padding-inline-end:.666667em;padding-bottom:.888889em;padding-inline-start:.666667em}.prose-xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-xl :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-xl :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-xl :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1em;font-size:.9em;line-height:1.55556}.prose-xl :where(.prose-xl>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-xl :where(.prose-xl>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.-mt-2\.5{margin-top:calc(var(--spacing)*-2.5)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-1\.5{margin-top:calc(var(--spacing)*1.5)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-2\.5{margin-top:calc(var(--spacing)*2.5)}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-5{margin-top:calc(var(--spacing)*5)}.mt-5\.5{margin-top:calc(var(--spacing)*5.5)}.mt-6{margin-top:calc(var(--spacing)*6)}.mt-7{margin-top:calc(var(--spacing)*7)}.mt-7\.5{margin-top:calc(var(--spacing)*7.5)}.mt-8{margin-top:calc(var(--spacing)*8)}.mt-9{margin-top:calc(var(--spacing)*9)}.mt-10{margin-top:calc(var(--spacing)*10)}.mt-16{margin-top:calc(var(--spacing)*16)}.mt-20{margin-top:calc(var(--spacing)*20)}.mt-41\.25{margin-top:calc(var(--spacing)*41.25)}.mt-\[3px\]{margin-top:3px}.mt-\[12px\]{margin-top:12px}.mt-\[46px\]{margin-top:46px}.mt-\[60px\]{margin-top:60px}.mt-auto{margin-top:auto}.mr-2{margin-right:calc(var(--spacing)*2)}.mr-3{margin-right:calc(var(--spacing)*3)}.mr-5{margin-right:calc(var(--spacing)*5)}.mr-10{margin-right:calc(var(--spacing)*10)}.mr-\[5px\]{margin-right:5px}.mr-auto{margin-right:auto}.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-5{margin-bottom:calc(var(--spacing)*5)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.mb-12{margin-bottom:calc(var(--spacing)*12)}.mb-16{margin-bottom:calc(var(--spacing)*16)}.mb-\[10px\]{margin-bottom:10px}.-ml-6{margin-left:calc(var(--spacing)*-6)}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-2{margin-left:calc(var(--spacing)*2)}.ml-2\.5{margin-left:calc(var(--spacing)*2.5)}.ml-3{margin-left:calc(var(--spacing)*3)}.ml-4{margin-left:calc(var(--spacing)*4)}.ml-12{margin-left:calc(var(--spacing)*12)}.ml-auto{margin-left:auto}.carousel-item{box-sizing:content-box;scroll-snap-align:start;flex:none;display:flex}.status{aspect-ratio:1;border-radius:var(--radius-selector);background-color:var(--color-base-content);width:.5rem;height:.5rem;display:inline-block}@supports (color:color-mix(in lab,red,red)){.status{background-color:color-mix(in oklab,var(--color-base-content)20%,transparent)}}.status{vertical-align:middle;color:#0000004d;background-position:50%;background-repeat:no-repeat}@supports (color:color-mix(in lab,red,red)){.status{color:#0000004d}@supports (color:color-mix(in lab,red,red)){.status{color:color-mix(in oklab,var(--color-black)30%,transparent)}}}.status{background-image:radial-gradient(circle at 35% 30%,oklch(1 0 0/calc(var(--depth)*.5)),#0000);box-shadow:0 2px 3px -1px}@supports (color:color-mix(in lab,red,red)){.status{box-shadow:0 2px 3px -1px color-mix(in oklab,currentColor calc(var(--depth)*100%),#0000)}}.badge{border-radius:var(--radius-selector);vertical-align:middle;color:var(--badge-fg);border:var(--border)solid var(--badge-color,var(--color-base-200));width:fit-content;padding-inline:calc(.25rem*3 - var(--border));background-size:auto,calc(var(--noise)*100%);background-image:none,var(--fx-noise);background-color:var(--badge-bg);--badge-bg:var(--badge-color,var(--color-base-100));--badge-fg:var(--color-base-content);--size:calc(var(--size-selector,.25rem)*6);height:var(--size);justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;display:inline-flex}.tabs{--tabs-height:auto;--tabs-direction:row;--tab-height:calc(var(--size-field,.25rem)*10);height:var(--tabs-height);flex-wrap:wrap;flex-direction:var(--tabs-direction);display:flex}.navbar{align-items:center;width:100%;min-height:4rem;padding:.5rem;display:flex}.footer{grid-auto-flow:row;place-items:start;gap:2.5rem 1rem;width:100%;font-size:.875rem;line-height:1.25rem;display:grid}.footer>*{place-items:start;gap:.5rem;display:grid}.footer.footer-center{text-align:center;grid-auto-flow:column dense;place-items:center}.footer.footer-center>*{place-items:center}.card-body{padding:var(--card-p,1.5rem);font-size:var(--card-fs,.875rem);flex-direction:column;flex:auto;gap:.5rem;display:flex}.card-body :where(p){flex-grow:1}.navbar-center{flex-shrink:0;align-items:center;display:inline-flex}.carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;display:inline-flex;overflow-x:scroll}.carousel::-webkit-scrollbar{display:none}.alert{border-radius:var(--radius-box);color:var(--color-base-content);background-color:var(--alert-color,var(--color-base-200));text-align:start;border:var(--border)solid var(--color-base-200);background-size:auto,calc(var(--noise)*100%);background-image:none,var(--fx-noise);box-shadow:0 3px 0 -2px oklch(100% 0 0/calc(var(--depth)*.08)) inset,0 1px #000,0 4px 3px -2px oklch(0% 0 0/calc(var(--depth)*.08));grid-template-columns:auto;grid-auto-flow:column;justify-content:start;place-items:center start;gap:1rem;padding-block:.75rem;padding-inline:1rem;font-size:.875rem;line-height:1.25rem;display:grid}@supports (color:color-mix(in lab,red,red)){.alert{box-shadow:0 3px 0 -2px oklch(100% 0 0/calc(var(--depth)*.08)) inset,0 1px color-mix(in oklab,color-mix(in oklab,#000 20%,var(--alert-color,var(--color-base-200)))calc(var(--depth)*20%),#0000),0 4px 3px -2px oklch(0% 0 0/calc(var(--depth)*.08))}}.alert:has(:nth-child(2)){grid-template-columns:auto minmax(auto,1fr)}.alert.alert-outline{color:var(--alert-color);box-shadow:none;background-color:#0000;background-image:none}.alert.alert-dash{color:var(--alert-color);box-shadow:none;background-color:#0000;background-image:none;border-style:dashed}.alert.alert-soft{color:var(--alert-color,var(--color-base-content));background:var(--alert-color,var(--color-base-content))}@supports (color:color-mix(in lab,red,red)){.alert.alert-soft{background:color-mix(in oklab,var(--alert-color,var(--color-base-content))8%,var(--color-base-100))}}.alert.alert-soft{border-color:var(--alert-color,var(--color-base-content))}@supports (color:color-mix(in lab,red,red)){.alert.alert-soft{border-color:color-mix(in oklab,var(--alert-color,var(--color-base-content))10%,var(--color-base-100))}}.alert.alert-soft{box-shadow:none;background-image:none}.gradient-button{color:#f2edea;border-style:var(--tw-border-style);--tw-gradient-position:341deg;background-color:#141616;background-image:linear-gradient(var(--tw-gradient-stops,341deg));--tw-gradient-from:#be0eff;--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));--tw-gradient-to:#8fb4ff;--tw-shadow:-2px 2px 0px 0px var(--tw-shadow-color,#e2ec6b);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-width:1px;border-color:#f2edea;justify-content:center;align-items:center;display:flex}.purple-button{color:#f2edea;border-style:var(--tw-border-style);--tw-shadow:-2px 2px 0px 0px var(--tw-shadow-color,#ae75fb);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);background-color:#141616;border-width:1px;border-color:#ae75fb;justify-content:center;align-items:center;display:flex}.default-button{color:#f2edea;background-color:#141616;justify-content:center;align-items:center;display:flex}.card-title{font-size:var(--cardtitle-fs,1.125rem);align-items:center;gap:.5rem;font-weight:600;display:flex}.chat{--mask-chat:url("data:image/svg+xml,%3csvg width='13' height='13' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M0 11.5004C0 13.0004 2 13.0004 2 13.0004H12H13V0.00036329L12.5 0C12.5 0 11.977 2.09572 11.8581 2.50033C11.6075 3.35237 10.9149 4.22374 9 5.50036C6 7.50036 0 10.0004 0 11.5004Z'/%3e%3c/svg%3e");column-gap:.75rem;padding-block:.25rem;display:grid}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}:root .prose{--tw-prose-body:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){:root .prose{--tw-prose-body:color-mix(in oklab,var(--color-base-content)80%,#0000)}}:root .prose{--tw-prose-headings:var(--color-base-content);--tw-prose-lead:var(--color-base-content);--tw-prose-links:var(--color-base-content);--tw-prose-bold:var(--color-base-content);--tw-prose-counters:var(--color-base-content);--tw-prose-bullets:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){:root .prose{--tw-prose-bullets:color-mix(in oklab,var(--color-base-content)50%,#0000)}}:root .prose{--tw-prose-hr:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){:root .prose{--tw-prose-hr:color-mix(in oklab,var(--color-base-content)20%,#0000)}}:root .prose{--tw-prose-quotes:var(--color-base-content);--tw-prose-quote-borders:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){:root .prose{--tw-prose-quote-borders:color-mix(in oklab,var(--color-base-content)20%,#0000)}}:root .prose{--tw-prose-captions:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){:root .prose{--tw-prose-captions:color-mix(in oklab,var(--color-base-content)50%,#0000)}}:root .prose{--tw-prose-code:var(--color-base-content);--tw-prose-pre-code:var(--color-neutral-content);--tw-prose-pre-bg:var(--color-neutral);--tw-prose-th-borders:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){:root .prose{--tw-prose-th-borders:color-mix(in oklab,var(--color-base-content)50%,#0000)}}:root .prose{--tw-prose-td-borders:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){:root .prose{--tw-prose-td-borders:color-mix(in oklab,var(--color-base-content)20%,#0000)}}:root .prose{--tw-prose-kbd:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){:root .prose{--tw-prose-kbd:color-mix(in oklab,var(--color-base-content)80%,#0000)}}:root .prose :where(code):not(pre>code){background-color:var(--color-base-200);border-radius:var(--radius-selector);border:var(--border)solid var(--color-base-300);font-weight:inherit;padding-inline:.5em}:root .prose :where(code):not(pre>code):before,:root .prose :where(code):not(pre>code):after{display:none}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.aspect-373\/300{aspect-ratio:373/300}.aspect-\[0\.7\]{aspect-ratio:.7}.aspect-\[1\.15\]{aspect-ratio:1.15}.aspect-square{aspect-ratio:1}.aspect-video{aspect-ratio:var(--aspect-video)}.btn-circle{width:var(--size);height:var(--size);border-radius:3.40282e38px;padding-inline:0}.btn-square{width:var(--size);height:var(--size);padding-inline:0}.size-1\.5{width:calc(var(--spacing)*1.5);height:calc(var(--spacing)*1.5)}.size-2{width:calc(var(--spacing)*2);height:calc(var(--spacing)*2)}.size-5{width:calc(var(--spacing)*5);height:calc(var(--spacing)*5)}.size-6{width:calc(var(--spacing)*6);height:calc(var(--spacing)*6)}.size-10{width:calc(var(--spacing)*10);height:calc(var(--spacing)*10)}.size-12{width:calc(var(--spacing)*12);height:calc(var(--spacing)*12)}.h-0{height:calc(var(--spacing)*0)}.h-1{height:calc(var(--spacing)*1)}.h-2\/3{height:66.6667%}.h-3{height:calc(var(--spacing)*3)}.h-3\.5{height:calc(var(--spacing)*3.5)}.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-9{height:calc(var(--spacing)*9)}.h-10{height:calc(var(--spacing)*10)}.h-12{height:calc(var(--spacing)*12)}.h-14{height:calc(var(--spacing)*14)}.h-16{height:calc(var(--spacing)*16)}.h-20{height:calc(var(--spacing)*20)}.h-28{height:calc(var(--spacing)*28)}.h-30{height:calc(var(--spacing)*30)}.h-32{height:calc(var(--spacing)*32)}.h-40{height:calc(var(--spacing)*40)}.h-48{height:calc(var(--spacing)*48)}.h-60\.75{height:calc(var(--spacing)*60.75)}.h-70{height:calc(var(--spacing)*70)}.h-80{height:calc(var(--spacing)*80)}.h-90{height:calc(var(--spacing)*90)}.h-100{height:calc(var(--spacing)*100)}.h-\[18px\]{height:18px}.h-\[24px\]{height:24px}.h-\[48px\]{height:48px}.h-\[60px\]{height:60px}.h-\[70px\]{height:70px}.h-\[120px\]{height:120px}.h-\[131px\]{height:131px}.h-\[140px\]{height:140px}.h-\[150px\]{height:150px}.h-\[218px\]{height:218px}.h-\[272px\]{height:272px}.h-\[540px\]{height:540px}.h-auto{height:auto}.h-fit{height:fit-content}.h-full{height:100%}.h-max{height:max-content}.h-screen{height:100vh}.max-h-11\/12{max-height:91.6667%}.max-h-60{max-height:calc(var(--spacing)*60)}.max-h-125{max-height:calc(var(--spacing)*125)}.max-h-\[50vh\]{max-height:50vh}.max-h-\[60vh\]{max-height:60vh}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.min-h-0{min-height:calc(var(--spacing)*0)}.min-h-60{min-height:calc(var(--spacing)*60)}.min-h-200{min-height:calc(var(--spacing)*200)}.min-h-\[200px\]{min-height:200px}.min-h-screen{min-height:100vh}.loading-lg{width:calc(var(--size-selector,.25rem)*7)}.loading-xs{width:calc(var(--size-selector,.25rem)*4)}.w-0{width:calc(var(--spacing)*0)}.w-1\/2{width:50%}.w-2\.5{width:calc(var(--spacing)*2.5)}.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-10{width:calc(var(--spacing)*10)}.w-12{width:calc(var(--spacing)*12)}.w-14{width:calc(var(--spacing)*14)}.w-16{width:calc(var(--spacing)*16)}.w-20{width:calc(var(--spacing)*20)}.w-28{width:calc(var(--spacing)*28)}.w-36{width:calc(var(--spacing)*36)}.w-40{width:calc(var(--spacing)*40)}.w-44{width:calc(var(--spacing)*44)}.w-48{width:calc(var(--spacing)*48)}.w-52{width:calc(var(--spacing)*52)}.w-72{width:calc(var(--spacing)*72)}.w-80{width:calc(var(--spacing)*80)}.w-81{width:calc(var(--spacing)*81)}.w-95{width:calc(var(--spacing)*95)}.w-96{width:calc(var(--spacing)*96)}.w-100{width:calc(var(--spacing)*100)}.w-\[1px\]{width:1px}.w-\[20px\]{width:20px}.w-\[24px\]{width:24px}.w-\[50px\]{width:50px}.w-\[60\%\]{width:60%}.w-\[70px\]{width:70px}.w-\[80px\]{width:80px}.w-\[90\%\]{width:90%}.w-\[132px\]{width:132px}.w-\[152px\]{width:152px}.w-\[200\%\]{width:200%}.w-\[210px\]{width:210px}.w-\[352px\]{width:352px}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-max{width:max-content}.w-px{width:1px}.w-screen{width:100vw}.max-w-2xl{max-width:var(--container-2xl)}.max-w-3xl{max-width:var(--container-3xl)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-6xl{max-width:var(--container-6xl)}.max-w-11\/12{max-width:91.6667%}.max-w-75{max-width:calc(var(--spacing)*75)}.max-w-120{max-width:calc(var(--spacing)*120)}.max-w-140{max-width:calc(var(--spacing)*140)}.max-w-160{max-width:calc(var(--spacing)*160)}.max-w-\[50vw\]{max-width:50vw}.max-w-\[80\%\]{max-width:80%}.max-w-\[80vh\]{max-width:80vh}.max-w-\[200px\]{max-width:200px}.max-w-\[937px\]{max-width:937px}.max-w-\[1440px\]{max-width:1440px}.max-w-full{max-width:100%}.max-w-md{max-width:var(--container-md)}.max-w-screen{max-width:100vw}.max-w-sm{max-width:var(--container-sm)}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-24{min-width:calc(var(--spacing)*24)}.min-w-40{min-width:calc(var(--spacing)*40)}.min-w-64{min-width:calc(var(--spacing)*64)}.flex-1{flex:1}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.border-spacing-y-2{--tw-border-spacing-y:calc(var(--spacing)*2);border-spacing:var(--tw-border-spacing-x)var(--tw-border-spacing-y)}.origin-bottom-right{transform-origin:100% 100%}.origin-top-left{transform-origin:0 0}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-1\/2{--tw-translate-x: 50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/4{--tw-translate-y: -25% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-1\/2{--tw-translate-y: 50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.scale-x-\[-1\]{--tw-scale-x:-1;scale:var(--tw-scale-x)var(--tw-scale-y)}.-rotate-45{rotate:-45deg}.rotate-90{rotate:90deg}.rotate-180{rotate:180deg}.rotate-270{rotate:270deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.skeleton{border-radius:var(--radius-box);background-color:var(--color-base-300)}@media (prefers-reduced-motion:reduce){.skeleton{transition-duration:15s}}.skeleton{will-change:background-position;background-image:linear-gradient(105deg,#0000 0% 40%,var(--color-base-100)50%,#0000 60% 100%);background-position-x:-50%;background-repeat:no-repeat;background-size:200%;animation:1.8s ease-in-out infinite skeleton}.animate-\[linethrough_3s_ease-in-out_infinite\]{animation:3s ease-in-out infinite linethrough}.animate-pulse{animation:var(--animate-pulse)}.animate-shake{animation:var(--animate-shake)}.animate-spin{animation:var(--animate-spin)}.link{cursor:pointer;text-decoration-line:underline}.link:focus{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.link:focus{outline-offset:2px;outline:2px solid #0000}}.link:focus-visible{outline-offset:2px;outline:2px solid}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness:mandatory}.snap-start{scroll-snap-align:start}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-\[8px_1fr\]{grid-template-columns:8px 1fr}.grid-cols-\[24px_1fr_160px\]{grid-template-columns:24px 1fr 160px}.grid-cols-\[60px_1fr_60px\]{grid-template-columns:60px 1fr 60px}.grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.content-start{align-content:flex-start}.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}.justify-evenly{justify-content:space-evenly}.justify-start{justify-content:flex-start}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-2\.5{gap:calc(var(--spacing)*2.5)}.gap-3{gap:calc(var(--spacing)*3)}.gap-3\.5{gap:calc(var(--spacing)*3.5)}.gap-4{gap:calc(var(--spacing)*4)}.gap-5{gap:calc(var(--spacing)*5)}.gap-6{gap:calc(var(--spacing)*6)}.gap-7{gap:calc(var(--spacing)*7)}.gap-8{gap:calc(var(--spacing)*8)}.gap-10{gap:calc(var(--spacing)*10)}.gap-13{gap:calc(var(--spacing)*13)}.gap-16{gap:calc(var(--spacing)*16)}.gap-20{gap:calc(var(--spacing)*20)}.gap-\[5px\]{gap:5px}.gap-\[10px\]{gap:10px}.gap-\[12px\]{gap:12px}.gap-\[20px_40px\]{gap:20px 40px}: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)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}.gap-x-4{column-gap:calc(var(--spacing)*4)}:where(.space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*2)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-x-reverse)))}.gap-y-24{row-gap:calc(var(--spacing)*24)}.self-center{align-self:center}.self-stretch{align-self:stretch}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-x-clip{overflow-x:clip}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.overflow-y-scroll{overflow-y:scroll}.scroll-smooth{scroll-behavior:smooth}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-3xl{border-radius:var(--radius-3xl)}.rounded-4xl{border-radius:var(--radius-4xl)}.rounded-\[2px\]{border-radius:2px}.rounded-\[3px\]{border-radius:3px}.rounded-\[5px\]{border-radius:5px}.rounded-\[6px\]{border-radius:6px}.rounded-\[10\.40px\]{border-radius:10.4px}.rounded-\[10px\]{border-radius:10px}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-xs{border-radius:var(--radius-xs)}.rounded-t-md{border-top-left-radius:var(--radius-md);border-top-right-radius:var(--radius-md)}.rounded-l-\[2px\]{border-top-left-radius:2px;border-bottom-left-radius:2px}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-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-b-\[0\.5px\]{border-bottom-style:var(--tw-border-style);border-bottom-width:.5px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-none{--tw-border-style:none;border-style:none}.alert-error{border-color:var(--color-error);color:var(--color-error-content);--alert-color:var(--color-error)}.alert-success{border-color:var(--color-success);color:var(--color-success-content);--alert-color:var(--color-success)}.alert-warning{border-color:var(--color-warning);color:var(--color-warning-content);--alert-color:var(--color-warning)}.border-\[\#2a8e00\]{border-color:#2a8e00}.border-\[\#3d3d3c\]{border-color:#3d3d3c}.border-\[\#4e4e4e\]{border-color:#4e4e4e}.border-\[\#9343ff\]{border-color:#9343ff}.border-\[\#61605f\]{border-color:#61605f}.border-\[\#131717\]{border-color:#131717}.border-\[\#141616\]{border-color:#141616}.border-\[\#303030\]{border-color:#303030}.border-\[\#363636\]{border-color:#363636}.border-\[\#545150\]{border-color:#545150}.border-\[\#575757\]{border-color:#575757}.border-\[\#636363\]{border-color:#636363}.border-\[\#696969\]{border-color:#696969}.border-\[\#707070\]{border-color:#707070}.border-\[\#757575\]{border-color:#757575}.border-\[\#949494\]{border-color:#949494}.border-\[\#AE75FB\]{border-color:#ae75fb}.border-\[\#F3EEEA\]{border-color:#f3eeea}.border-\[\#F3EEEA\]\/10{border-color:#f3eeea1a}.border-\[\#a6ff0c\]{border-color:#a6ff0c}.border-\[\#ad74fb\]{border-color:#ad74fb}.border-\[\#ae75fb\]{border-color:#ae75fb}.border-\[\#be0eff\]{border-color:#be0eff}.border-\[\#c43533\]{border-color:#c43533}.border-\[\#cccccc\]{border-color:#ccc}.border-\[\#f2edea\]\/40{border-color:#f2edea66}.border-\[\#f3eeea\]{border-color:#f3eeea}.border-\[\#f3eeea\]\/30{border-color:#f3eeea4d}.border-\[\#f3eeea\]\/50{border-color:#f3eeea80}.border-\[\#f5ff8e\]{border-color:#f5ff8e}.border-\[rgba\(19\,23\,23\,0\.12\)\]{border-color:#1317171f}.border-\[rgba\(19\,23\,23\,0\.24\)\]{border-color:#1317173d}.border-\[rgba\(243\,238\,234\,0\.1\)\]{border-color:#f3eeea1a}.border-\[rgba\(243\,238\,234\,0\.3\)\]{border-color:#f3eeea4d}.border-\[rgba\(243\,238\,234\,0\.20\)\]{border-color:#f3eeea33}.border-\[rgba\(243\,238\,234\,0\.30\)\]{border-color:#f3eeea4d}.border-black{border-color:var(--color-black)}.border-blue-400{border-color:var(--color-blue-400)}.border-gray-500{border-color:var(--color-gray-500)}.border-gray-600{border-color:var(--color-gray-600)}.border-gray-700{border-color:var(--color-gray-700)}.border-green-400{border-color:var(--color-green-400)}.border-green-500{border-color:var(--color-green-500)}.border-green-600{border-color:var(--color-green-600)}.border-indigo-600{border-color:var(--color-indigo-600)}.border-neutral-700{border-color:var(--color-neutral-700)}.border-orange-600{border-color:var(--color-orange-600)}.border-purple-500{border-color:var(--color-purple-500)}.border-red-500{border-color:var(--color-red-500)}.border-red-500\/30{border-color:#fb2c364d}@supports (color:color-mix(in lab,red,red)){.border-red-500\/30{border-color:color-mix(in oklab,var(--color-red-500)30%,transparent)}}.border-red-600{border-color:var(--color-red-600)}.border-stone-100\/40{border-color:#f5f5f466}@supports (color:color-mix(in lab,red,red)){.border-stone-100\/40{border-color:color-mix(in oklab,var(--color-stone-100)40%,transparent)}}.border-transparent{border-color:#0000}.border-white{border-color:var(--color-white)}.border-zinc-500{border-color:var(--color-zinc-500)}.bg-\(--wui-color-gray-glass-005\){background-color:var(--wui-color-gray-glass-005)}.bg-\(--wui-color-modal-bg\)\!{background-color:var(--wui-color-modal-bg)!important}.bg-\[\#1E1E1E\]{background-color:#1e1e1e}.bg-\[\#1a1a1a\]{background-color:#1a1a1a}.bg-\[\#1b1f1f\]{background-color:#1b1f1f}.bg-\[\#1c1c1c\]{background-color:#1c1c1c}.bg-\[\#1d1c1c\]{background-color:#1d1c1c}.bg-\[\#2a2a2a\]{background-color:#2a2a2a}.bg-\[\#2a2c2b\]{background-color:#2a2c2b}.bg-\[\#9a6cd5\]{background-color:#9a6cd5}.bg-\[\#010101\]\/60{background-color:#01010199}.bg-\[\#42386B\]{background-color:#42386b}.bg-\[\#49216B\]{background-color:#49216b}.bg-\[\#050505\]{background-color:#050505}.bg-\[\#131717\]{background-color:#131717}.bg-\[\#141616\]{background-color:#141616}.bg-\[\#151515\]{background-color:#151515}.bg-\[\#161616\]{background-color:#161616}.bg-\[\#202020\]{background-color:#202020}.bg-\[\#242424\]{background-color:#242424}.bg-\[\#282828\]{background-color:#282828}.bg-\[\#282828\]\/25{background-color:#28282840}.bg-\[\#282828\]\/60{background-color:#28282899}.bg-\[\#303030\]{background-color:#303030}.bg-\[\#343434\]{background-color:#343434}.bg-\[\#353534\]{background-color:#353534}.bg-\[\#404040\]{background-color:#404040}.bg-\[\#AE75FB\]{background-color:#ae75fb}.bg-\[\#E2EC6B\]{background-color:#e2ec6b}.bg-\[\#F1FF52\]{background-color:#f1ff52}.bg-\[\#F3EEEA\]{background-color:#f3eeea}.bg-\[\#a70eff\]{background-color:#a70eff}.bg-\[\#a879e4\]{background-color:#a879e4}.bg-\[\#ae75fb\]{background-color:#ae75fb}.bg-\[\#b387eb\]{background-color:#b387eb}.bg-\[\#d7bdf9\]{background-color:#d7bdf9}.bg-\[\#e1ec6b\]{background-color:#e1ec6b}.bg-\[\#e2ec6b\]{background-color:#e2ec6b}.bg-\[\#e6e1dd\]{background-color:#e6e1dd}.bg-\[\#f2edea\]{background-color:#f2edea}.bg-\[\#f2edea\]\/10{background-color:#f2edea1a}.bg-\[\#f3eeea\]{background-color:#f3eeea}.bg-\[\#f5bd4f\]{background-color:#f5bd4f}.bg-\[rgba\(19\,23\,23\,0\.06\)\]{background-color:#1317170f}.bg-\[rgba\(20\,22\,22\,0\.5\)\]{background-color:#14161680}.bg-\[rgba\(174\,117\,251\,0\.2\)\]{background-color:#ae75fb33}.bg-\[rgba\(243\,238\,234\,0\.1\)\]{background-color:#f3eeea1a}.bg-\[rgba\(243\,238\,234\,0\.05\)\]{background-color:#f3eeea0d}.bg-\[rgba\(243\,238\,234\,0\.06\)\]{background-color:#f3eeea0f}.bg-\[rgba\(243\,238\,234\,1\)\]{background-color:#f3eeea}.bg-base-100{background-color:var(--color-base-100)}.bg-base-200{background-color:var(--color-base-200)}.bg-black{background-color:var(--color-black)}.bg-black\/30{background-color:#0000004d}@supports (color:color-mix(in lab,red,red)){.bg-black\/30{background-color:color-mix(in oklab,var(--color-black)30%,transparent)}}.bg-black\/60{background-color:#0009}@supports (color:color-mix(in lab,red,red)){.bg-black\/60{background-color:color-mix(in oklab,var(--color-black)60%,transparent)}}.bg-black\/80{background-color:#000c}@supports (color:color-mix(in lab,red,red)){.bg-black\/80{background-color:color-mix(in oklab,var(--color-black)80%,transparent)}}.bg-blue-100{background-color:var(--color-blue-100)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-blue-600{background-color:var(--color-blue-600)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-gray-700{background-color:var(--color-gray-700)}.bg-gray-800{background-color:var(--color-gray-800)}.bg-gray-800\/10{background-color:#1e29391a}@supports (color:color-mix(in lab,red,red)){.bg-gray-800\/10{background-color:color-mix(in oklab,var(--color-gray-800)10%,transparent)}}.bg-gray-900{background-color:var(--color-gray-900)}.bg-green-100{background-color:var(--color-green-100)}.bg-green-500{background-color:var(--color-green-500)}.bg-indigo-600{background-color:var(--color-indigo-600)}.bg-neutral-700{background-color:var(--color-neutral-700)}.bg-neutral-900{background-color:var(--color-neutral-900)}.bg-neutral-900\/30{background-color:#1717174d}@supports (color:color-mix(in lab,red,red)){.bg-neutral-900\/30{background-color:color-mix(in oklab,var(--color-neutral-900)30%,transparent)}}.bg-neutral-900\/50{background-color:#17171780}@supports (color:color-mix(in lab,red,red)){.bg-neutral-900\/50{background-color:color-mix(in oklab,var(--color-neutral-900)50%,transparent)}}.bg-purple-200{background-color:var(--color-purple-200)}.bg-red-100{background-color:var(--color-red-100)}.bg-red-500{background-color:var(--color-red-500)}.bg-red-900\/20{background-color:#82181a33}@supports (color:color-mix(in lab,red,red)){.bg-red-900\/20{background-color:color-mix(in oklab,var(--color-red-900)20%,transparent)}}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-white\/4{background-color:#ffffff0a}@supports (color:color-mix(in lab,red,red)){.bg-white\/4{background-color:color-mix(in oklab,var(--color-white)4%,transparent)}}.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)}}.bg-white\/20{background-color:#fff3}@supports (color:color-mix(in lab,red,red)){.bg-white\/20{background-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.bg-white\/50{background-color:#ffffff80}@supports (color:color-mix(in lab,red,red)){.bg-white\/50{background-color:color-mix(in oklab,var(--color-white)50%,transparent)}}.bg-yellow-500{background-color:var(--color-yellow-500)}.bg-zinc-900{background-color:var(--color-zinc-900)}.bg-linear-240{--tw-gradient-position:240deg}@supports (background-image:linear-gradient(in lab,red,red)){.bg-linear-240{--tw-gradient-position:240deg in oklab}}.bg-linear-240{background-image:linear-gradient(var(--tw-gradient-stops))}.bg-linear-242{--tw-gradient-position:242deg}@supports (background-image:linear-gradient(in lab,red,red)){.bg-linear-242{--tw-gradient-position:242deg in oklab}}.bg-linear-242{background-image:linear-gradient(var(--tw-gradient-stops))}.bg-linear-251{--tw-gradient-position:251deg}@supports (background-image:linear-gradient(in lab,red,red)){.bg-linear-251{--tw-gradient-position:251deg in oklab}}.bg-linear-251{background-image:linear-gradient(var(--tw-gradient-stops))}.bg-linear-to-l{--tw-gradient-position:to left}@supports (background-image:linear-gradient(in lab,red,red)){.bg-linear-to-l{--tw-gradient-position:to left in oklab}}.bg-linear-to-l{background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-l{--tw-gradient-position:to left in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-linear-\[341deg\]{--tw-gradient-position:341deg;background-image:linear-gradient(var(--tw-gradient-stops,341deg))}.from-\[\#141616\]{--tw-gradient-from:#141616;--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-\[\#a6ff0c\]{--tw-gradient-from:#a6ff0c;--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-\[\#a162ff\]{--tw-gradient-from:#a162ff;--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-\[\#ae75fb\]{--tw-gradient-from:#ae75fb;--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-\[\#bb00ff\]{--tw-gradient-from:#b0f;--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-\[\#be0eff\]{--tw-gradient-from:#be0eff;--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-\[\#bf0fff\]{--tw-gradient-from:#bf0fff;--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-\[\#ff490c\]{--tw-gradient-from:#ff490c;--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-base-100{--tw-gradient-from:var(--color-base-100);--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-transparent{--tw-gradient-from:transparent;--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-\[\#8fb4ff\]{--tw-gradient-to:#8fb4ff;--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-\[\#90B5FF\],.to-\[\#90b5ff\]{--tw-gradient-to:#90b5ff;--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-\[\#6366f1\]{--tw-gradient-to:#6366f1;--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-\[\#ab91f2\]{--tw-gradient-to:#ab91f2;--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-\[\#edff88\]{--tw-gradient-to:#edff88;--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-\[\#ff7373\]{--tw-gradient-to:#ff7373;--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-\[rgba\(205\,201\,196\,0\.4\)\]{--tw-gradient-to:#cdc9c466;--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-\[rgba\(221\,181\,166\,0\.4\)\]{--tw-gradient-to:#ddb5a666;--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-\[rgba\(255\,212\,147\,0\.4\)\]{--tw-gradient-to:#ffd49366;--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-base-300{--tw-gradient-to:var(--color-base-300);--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-transparent{--tw-gradient-to:transparent;--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))}.loading-bars{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='9' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3C/rect%3E%3Crect x='17' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3C/rect%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='9' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3C/rect%3E%3Crect x='17' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3C/rect%3E%3C/svg%3E")}.loading-spinner{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")}.bg-cover{background-size:cover}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-no-repeat{background-repeat:no-repeat}.fill-blue-400{fill:var(--color-blue-400)}.fill-gray-400{fill:var(--color-gray-400)}.stroke-blue-400{stroke:var(--color-blue-400)}.stroke-current{stroke:currentColor}.stroke-gray-400{stroke:var(--color-gray-400)}.stroke-red-400{stroke:var(--color-red-400)}.stroke-stone-100{stroke:var(--color-stone-100)}.stroke-white{stroke:var(--color-white)}.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-1\.5{padding:calc(var(--spacing)*1.5)}.p-2{padding:calc(var(--spacing)*2)}.p-2\.5{padding:calc(var(--spacing)*2.5)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-5{padding:calc(var(--spacing)*5)}.p-6{padding:calc(var(--spacing)*6)}.p-6\!{padding:calc(var(--spacing)*6)!important}.p-7{padding:calc(var(--spacing)*7)}.p-8{padding:calc(var(--spacing)*8)}.p-12{padding:calc(var(--spacing)*12)}.p-15{padding:calc(var(--spacing)*15)}.p-\[1px\]{padding:1px}.p-\[8px_12px\]{padding:8px 12px}.p-\[12px_20px\]{padding:12px 20px}.p-\[16px_20px\]{padding:16px 20px}.p-\[16px_24px\]{padding:16px 24px}.p-\[17px_20px\]{padding:17px 20px}.p-\[30px\]{padding:30px}.p-\[30px_20px\]{padding:30px 20px}.px-1{padding-inline:calc(var(--spacing)*1)}.px-1\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-2\.5{padding-inline:calc(var(--spacing)*2.5)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-3\.5{padding-inline:calc(var(--spacing)*3.5)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-7{padding-inline:calc(var(--spacing)*7)}.px-8{padding-inline:calc(var(--spacing)*8)}.px-14{padding-inline:calc(var(--spacing)*14)}.px-\[10px\]{padding-inline:10px}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-2\.5{padding-block:calc(var(--spacing)*2.5)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.py-5{padding-block:calc(var(--spacing)*5)}.py-6{padding-block:calc(var(--spacing)*6)}.py-7{padding-block:calc(var(--spacing)*7)}.py-8{padding-block:calc(var(--spacing)*8)}.py-10{padding-block:calc(var(--spacing)*10)}.py-12{padding-block:calc(var(--spacing)*12)}.py-20{padding-block:calc(var(--spacing)*20)}.py-30{padding-block:calc(var(--spacing)*30)}.py-\[6px\]{padding-block:6px}.py-\[30px\]{padding-block:30px}.py-\[40px_0_80px\]{padding-block:40px 0 80px}.py-\[60px\]{padding-block:60px}.pt-1{padding-top:calc(var(--spacing)*1)}.pt-2{padding-top:calc(var(--spacing)*2)}.pt-6{padding-top:calc(var(--spacing)*6)}.pt-7{padding-top:calc(var(--spacing)*7)}.pt-10{padding-top:calc(var(--spacing)*10)}.pt-15{padding-top:calc(var(--spacing)*15)}.pt-16{padding-top:calc(var(--spacing)*16)}.pt-20{padding-top:calc(var(--spacing)*20)}.pt-24{padding-top:calc(var(--spacing)*24)}.pt-32{padding-top:calc(var(--spacing)*32)}.pt-55{padding-top:calc(var(--spacing)*55)}.pt-\[30px\]{padding-top:30px}.pb-2\.5{padding-bottom:calc(var(--spacing)*2.5)}.pb-3{padding-bottom:calc(var(--spacing)*3)}.pb-4{padding-bottom:calc(var(--spacing)*4)}.pb-5{padding-bottom:calc(var(--spacing)*5)}.pb-8{padding-bottom:calc(var(--spacing)*8)}.pb-15{padding-bottom:calc(var(--spacing)*15)}.pb-22{padding-bottom:calc(var(--spacing)*22)}.pb-30{padding-bottom:calc(var(--spacing)*30)}.pb-\[100px\]{padding-bottom:100px}.pl-3{padding-left:calc(var(--spacing)*3)}.pl-12{padding-left:calc(var(--spacing)*12)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-\[\'Orbitron\'\]{font-family:Orbitron}.font-\[\'Times_New_Roman\'\,_Times\,_serif\]{font-family:Times New Roman,Times,serif}.font-\[Orbitron\]{font-family:Orbitron}.font-mono{font-family:var(--font-mono)}.font-serif{font-family:var(--font-serif)}.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-7xl{font-size:var(--text-7xl);line-height:var(--tw-leading,var(--text-7xl--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-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))}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[36px\]{font-size:36px}.leading-0{--tw-leading:calc(var(--spacing)*0);line-height:calc(var(--spacing)*0)}.leading-3{--tw-leading:calc(var(--spacing)*3);line-height:calc(var(--spacing)*3)}.leading-4{--tw-leading:calc(var(--spacing)*4);line-height:calc(var(--spacing)*4)}.leading-4\.5{--tw-leading:calc(var(--spacing)*4.5);line-height:calc(var(--spacing)*4.5)}.leading-5{--tw-leading:calc(var(--spacing)*5);line-height:calc(var(--spacing)*5)}.leading-6{--tw-leading:calc(var(--spacing)*6);line-height:calc(var(--spacing)*6)}.leading-7{--tw-leading:calc(var(--spacing)*7);line-height:calc(var(--spacing)*7)}.leading-8{--tw-leading:calc(var(--spacing)*8);line-height:calc(var(--spacing)*8)}.leading-9{--tw-leading:calc(var(--spacing)*9);line-height:calc(var(--spacing)*9)}.leading-10{--tw-leading:calc(var(--spacing)*10);line-height:calc(var(--spacing)*10)}.leading-16{--tw-leading:calc(var(--spacing)*16);line-height:calc(var(--spacing)*16)}.leading-\[-1px\]{--tw-leading:-1px;line-height:-1px}.leading-\[15px\]{--tw-leading:15px;line-height:15px}.leading-\[18px\]{--tw-leading:18px;line-height:18px}.leading-\[56px\]{--tw-leading:56px;line-height:56px}.leading-\[110\%\]{--tw-leading:110%;line-height:110%}.leading-\[120\%\]{--tw-leading:120%;line-height:120%}.leading-loose{--tw-leading:var(--leading-loose);line-height:var(--leading-loose)}.leading-none{--tw-leading:1;line-height:1}.leading-normal{--tw-leading:var(--leading-normal);line-height:var(--leading-normal)}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-black{--tw-font-weight:var(--font-weight-black);font-weight:var(--font-weight-black)}.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-light{--tw-font-weight:var(--font-weight-light);font-weight:var(--font-weight-light)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.break-all{word-break:break-all}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.progress-info{color:var(--color-info)}.progress-primary{color:var(--color-primary)}.progress-secondary{color:var(--color-secondary)}.progress-success{color:var(--color-success)}.progress-warning{color:var(--color-warning)}.text-\[\#3d3d3d\]{color:#3d3d3d}.text-\[\#6a6a6a\]{color:#6a6a6a}.text-\[\#6f6f6f\]{color:#6f6f6f}.text-\[\#8d8b89\]{color:#8d8b89}.text-\[\#8fb4ff\]{color:#8fb4ff}.text-\[\#9a4b4b\]{color:#9a4b4b}.text-\[\#9e9e9e\]{color:#9e9e9e}.text-\[\#083007\]{color:#083007}.text-\[\#131717\]{color:#131717}.text-\[\#141616\]{color:#141616}.text-\[\#205840\]{color:#205840}.text-\[\#232323\]{color:#232323}.text-\[\#636363\]{color:#636363}.text-\[\#C1FE34\]{color:#c1fe34}.text-\[\#DBDBDB\]{color:#dbdbdb}.text-\[\#F3EEEA\]{color:#f3eeea}.text-\[\#ae75fb\]{color:#ae75fb}.text-\[\#b3b3b3\]{color:#b3b3b3}.text-\[\#bcfc29\]{color:#bcfc29}.text-\[\#be0eff\]{color:#be0eff}.text-\[\#c43533\]{color:#c43533}.text-\[\#cfcfcf\]{color:#cfcfcf}.text-\[\#e1ec6b\]{color:#e1ec6b}.text-\[\#e2ec6b\]{color:#e2ec6b}.text-\[\#f2edea\]{color:#f2edea}.text-\[\#f3eeea\]{color:#f3eeea}.text-\[\#f4ff75\]{color:#f4ff75}.text-\[\#f5ff8e\]{color:#f5ff8e}.text-\[rgba\(243\,238\,234\,0\.30\)\]{color:#f3eeea4d}.text-base-content,.text-base-content\/70{color:var(--color-base-content)}@supports (color:color-mix(in lab,red,red)){.text-base-content\/70{color:color-mix(in oklab,var(--color-base-content)70%,transparent)}}.text-black{color:var(--color-black)}.text-blue-400{color:var(--color-blue-400)}.text-gray-100{color:var(--color-gray-100)}.text-gray-200{color:var(--color-gray-200)}.text-gray-300{color:var(--color-gray-300)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-900{color:var(--color-gray-900)}.text-green-300{color:var(--color-green-300)}.text-green-400{color:var(--color-green-400)}.text-orange-400{color:var(--color-orange-400)}.text-primary{color:var(--color-primary)}.text-purple-400{color:var(--color-purple-400)}.text-purple-500{color:var(--color-purple-500)}.text-red-300{color:var(--color-red-300)}.text-red-400{color:var(--color-red-400)}.text-red-500{color:var(--color-red-500)}.text-red-500\/20{color:#fb2c3633}@supports (color:color-mix(in lab,red,red)){.text-red-500\/20{color:color-mix(in oklab,var(--color-red-500)20%,transparent)}}.text-red-700{color:var(--color-red-700)}.text-red-800{color:var(--color-red-800)}.text-stone-100{color:var(--color-stone-100)}.text-stone-300{color:var(--color-stone-300)}.text-transparent{color:#0000}.text-white{color:var(--color-white)}.text-yellow-400{color:var(--color-yellow-400)}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-5{opacity:.05}.opacity-10{opacity:.1}.opacity-15{opacity:.15}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-42{opacity:.42}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.shadow-\[-2px_2px_0px_0px_\#E2EC6B\]{--tw-shadow:-2px 2px 0px 0px var(--tw-shadow-color,#e2ec6b);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[-2px_2px_0px_0px_\#f5ff8e\]{--tw-shadow:-2px 2px 0px 0px var(--tw-shadow-color,#f5ff8e);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[-2px_2px_0px_0px_rgba\(174\,117\,251\,1\.00\)\]{--tw-shadow:-2px 2px 0px 0px var(--tw-shadow-color,#ae75fb);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[-3px_3px_0px_0px_rgba\(70\,70\,70\,1\.00\)\]{--tw-shadow:-3px 3px 0px 0px var(--tw-shadow-color,#464646);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[-4px_4px_0px_0px_\#3D107A\]{--tw-shadow:-4px 4px 0px 0px var(--tw-shadow-color,#3d107a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[-5px_5px_0px_0px_\#3D107A\]{--tw-shadow:-5px 5px 0px 0px var(--tw-shadow-color,#3d107a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[-8px_8px_0px_0px_\#3D107A\],.shadow-\[-8px_8px_0px_0px_rgba\(61\,16\,122\,1\.00\)\]{--tw-shadow:-8px 8px 0px 0px var(--tw-shadow-color,#3d107a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[-8px_10px_0px_0px_rgba\(61\,16\,122\,1\.00\)\]{--tw-shadow:-8px 10px 0px 0px var(--tw-shadow-color,#3d107a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[3px_3px_0px_0px_rgba\(70\,70\,70\,1\.00\)\]{--tw-shadow:3px 3px 0px 0px var(--tw-shadow-color,#464646);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[3px_3px_0px_0px_rgba\(226\,236\,107\,1\.00\)\]{--tw-shadow:3px 3px 0px 0px var(--tw-shadow-color,#e2ec6b);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px 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)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px 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)}.shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#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)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.btn-ghost:not(.btn-active,:hover,:active:focus,:focus-visible){--btn-shadow:"";--btn-bg:#0000;--btn-border:#0000;--btn-noise:none}.btn-ghost:not(.btn-active,:hover,:active:focus,:focus-visible):not(:disabled,[disabled],.btn-disabled){--btn-fg:currentColor;outline-color:currentColor}@media (hover:none){.btn-ghost:hover:not(.btn-active,:active,:focus-visible,:disabled,[disabled],.btn-disabled){--btn-shadow:"";--btn-bg:#0000;--btn-border:#0000;--btn-noise:none;--btn-fg:currentColor}}.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,)}.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,)}.grayscale{--tw-grayscale:grayscale(100%);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,)}.invert{--tw-invert:invert(100%);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\:invert\(54\%\)_sepia\(71\%\)_saturate\(4956\%\)_hue-rotate\(201deg\)_brightness\(99\%\)_contrast\(98\%\)\]{filter:invert(54%)sepia(71%)saturate(4956%)hue-rotate(201deg)brightness(99%)contrast(98%)}.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-lg{--tw-backdrop-blur:blur(var(--blur-lg));-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,display,visibility,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))}.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-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-500{--tw-duration:.5s;transition-duration:.5s}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.prose-slate{--tw-prose-body:oklch(37.2% .044 257.287);--tw-prose-headings:oklch(20.8% .042 265.755);--tw-prose-lead:oklch(44.6% .043 257.281);--tw-prose-links:oklch(20.8% .042 265.755);--tw-prose-bold:oklch(20.8% .042 265.755);--tw-prose-counters:oklch(55.4% .046 257.417);--tw-prose-bullets:oklch(86.9% .022 252.894);--tw-prose-hr:oklch(92.9% .013 255.508);--tw-prose-quotes:oklch(20.8% .042 265.755);--tw-prose-quote-borders:oklch(92.9% .013 255.508);--tw-prose-captions:oklch(55.4% .046 257.417);--tw-prose-kbd:oklch(20.8% .042 265.755);--tw-prose-kbd-shadows:NaN NaN NaN;--tw-prose-code:oklch(20.8% .042 265.755);--tw-prose-pre-code:oklch(92.9% .013 255.508);--tw-prose-pre-bg:oklch(27.9% .041 260.031);--tw-prose-th-borders:oklch(86.9% .022 252.894);--tw-prose-td-borders:oklch(92.9% .013 255.508);--tw-prose-invert-body:oklch(86.9% .022 252.894);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.4% .04 256.788);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.4% .04 256.788);--tw-prose-invert-bullets:oklch(44.6% .043 257.281);--tw-prose-invert-hr:oklch(37.2% .044 257.287);--tw-prose-invert-quotes:oklch(96.8% .007 247.896);--tw-prose-invert-quote-borders:oklch(37.2% .044 257.287);--tw-prose-invert-captions:oklch(70.4% .04 256.788);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(86.9% .022 252.894);--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:oklch(44.6% .043 257.281);--tw-prose-invert-td-borders:oklch(37.2% .044 257.287)}.prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.btn-outline:not(.btn-active,:hover,:active:focus,:focus-visible,:disabled,[disabled],.btn-disabled,:checked){--btn-shadow:"";--btn-bg:#0000;--btn-fg:var(--btn-color);--btn-border:var(--btn-color);--btn-noise:none}@media (hover:none){.btn-outline:hover:not(.btn-active,:active,:focus-visible,:disabled,[disabled],.btn-disabled,:checked){--btn-shadow:"";--btn-bg:#0000;--btn-fg:var(--btn-color);--btn-border:var(--btn-color);--btn-noise:none}}.btn-sm{--fontsize:.75rem;--btn-p:.75rem;--size:calc(var(--size-field,.25rem)*8)}.btn-xs{--fontsize:.6875rem;--btn-p:.5rem;--size:calc(var(--size-field,.25rem)*6)}.badge-neutral{--badge-color:var(--color-neutral);--badge-fg:var(--color-neutral-content)}.badge-success{--badge-color:var(--color-success);--badge-fg:var(--color-success-content)}.badge-warning{--badge-color:var(--color-warning);--badge-fg:var(--color-warning-content)}.btn-error{--btn-color:var(--color-error);--btn-fg:var(--color-error-content)}.btn-primary{--btn-color:var(--color-primary);--btn-fg:var(--color-primary-content)}.btn-success{--btn-color:var(--color-success);--btn-fg:var(--color-success-content)}.outline-none{--tw-outline-style:none;outline-style:none}.\[text-shadow\:_0px_0px_84px_rgb\(135_70_235_\/_1\.00\)\]{text-shadow:0 0 84px #8746eb}@media (hover:hover){.group-hover\:flex:is(:where(.group):hover *){display:flex}.group-hover\:opacity-60:is(:where(.group):hover *){opacity:.6}.group-hover\:invert:is(:where(.group):hover *){--tw-invert:invert(100%);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,)}}.before\:mr-3:before{content:var(--tw-content);margin-right:calc(var(--spacing)*3)}.before\:inline-block:before{content:var(--tw-content);display:inline-block}.before\:size-2:before{content:var(--tw-content);width:calc(var(--spacing)*2);height:calc(var(--spacing)*2)}.before\:bg-\[\#9915ff\]:before{content:var(--tw-content);background-color:#9915ff}.before\:bg-\[\#76007A\]:before{content:var(--tw-content);background-color:#76007a}.before\:bg-\[\#343434\]:before{content:var(--tw-content);background-color:#343434}.after\:animate-ellipsis:after{content:var(--tw-content);animation:var(--animate-ellipsis)}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.last\:border-0:last-child{border-style:var(--tw-border-style);border-width:0}@media (hover:hover){.hover\:scale-105:hover{--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:border:hover{border-style:var(--tw-border-style);border-width:1px}.hover\:border-\[\#ae75fb\]:hover{border-color:#ae75fb}.hover\:border-\[\#cccccc\]:hover{border-color:#ccc}.hover\:border-white:hover{border-color:var(--color-white)}.hover\:bg-\[\#1D2B39\]:hover{background-color:#1d2b39}.hover\:bg-\[\#9a63e0\]:hover{background-color:#9a63e0}.hover\:bg-\[\#141616\]:hover{background-color:#141616}.hover\:bg-\[\#343434\]:hover{background-color:#343434}.hover\:bg-\[\#444444\]:hover{background-color:#444}.hover\:bg-\[\#F833FF\]:hover{background-color:#f833ff}.hover\:bg-\[\#ae75fb\]:hover{background-color:#ae75fb}.hover\:bg-\[\#f2edea\]\/20:hover{background-color:#f2edea33}.hover\:bg-\[rgba\(174\,117\,251\,0\.1\)\]:hover{background-color:#ae75fb1a}.hover\:bg-blue-700:hover{background-color:var(--color-blue-700)}.hover\:bg-gray-600:hover{background-color:var(--color-gray-600)}.hover\:bg-gray-700:hover{background-color:var(--color-gray-700)}.hover\:bg-gray-800:hover{background-color:var(--color-gray-800)}.hover\:bg-gray-900:hover{background-color:var(--color-gray-900)}.hover\:bg-indigo-700:hover{background-color:var(--color-indigo-700)}.hover\:bg-red-200:hover{background-color:var(--color-red-200)}.hover\:bg-red-600:hover{background-color:var(--color-red-600)}.hover\:bg-transparent:hover{background-color:#0000}.hover\:bg-white:hover{background-color:var(--color-white)}.hover\:bg-linear-251:hover{--tw-gradient-position:251deg}@supports (background-image:linear-gradient(in lab,red,red)){.hover\:bg-linear-251:hover{--tw-gradient-position:251deg in oklab}}.hover\:bg-linear-251:hover{background-image:linear-gradient(var(--tw-gradient-stops))}.hover\:bg-linear-to-l:hover{--tw-gradient-position:to left}@supports (background-image:linear-gradient(in lab,red,red)){.hover\:bg-linear-to-l:hover{--tw-gradient-position:to left in oklab}}.hover\:bg-linear-to-l:hover{background-image:linear-gradient(var(--tw-gradient-stops))}.hover\:from-\[\#be0eff\]:hover{--tw-gradient-from:#be0eff;--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))}.hover\:from-red-700:hover{--tw-gradient-from:var(--color-red-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))}.hover\:to-\[\#8fb4ff\]:hover{--tw-gradient-to:#8fb4ff;--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))}.hover\:text-\[\#a5c4ff\]:hover{color:#a5c4ff}.hover\:text-blue-300:hover{color:var(--color-blue-300)}.hover\:text-gray-200:hover{color:var(--color-gray-200)}.hover\:text-white:hover{color:var(--color-white)}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-\[-2px_2px_0px_0px_\#3D107A\]:hover{--tw-shadow:-2px 2px 0px 0px var(--tw-shadow-color,#3d107a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[-2px_2px_0px_0px_rgba\(226\,236\,107\,1\.00\)\]:hover{--tw-shadow:-2px 2px 0px 0px var(--tw-shadow-color,#e2ec6b);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[-4px_4px_0px_0px_\#E2EC6B\]:hover{--tw-shadow:-4px 4px 0px 0px var(--tw-shadow-color,#e2ec6b);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[-5px_5px_0px_0px_\#E2EC6B\]:hover{--tw-shadow:-5px 5px 0px 0px var(--tw-shadow-color,#e2ec6b);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[-8px_8px_0px_0px_rgba\(226\,236\,107\,1\.00\)\]:hover{--tw-shadow:-8px 8px 0px 0px var(--tw-shadow-color,#e2ec6b);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus\:border-\[\#ae75fb\]:focus{border-color:#ae75fb}.focus\:border-blue-500:focus{border-color:var(--color-blue-500)}.focus\:border-transparent:focus{border-color:#0000}.focus\:bg-linear-to-l:focus{--tw-gradient-position:to left}@supports (background-image:linear-gradient(in lab,red,red)){.focus\:bg-linear-to-l:focus{--tw-gradient-position:to left in oklab}}.focus\:bg-linear-to-l:focus{background-image:linear-gradient(var(--tw-gradient-stops))}.focus\:shadow-none:focus{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + 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)}.focus\:ring-blue-500:focus{--tw-ring-color:var(--color-blue-500)}.focus\:ring-red-500:focus{--tw-ring-color:var(--color-red-500)}.focus\:outline-hidden:focus{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.focus\:outline-hidden:focus{outline-offset:2px;outline:2px solid #0000}}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.active\:bg-\[\#F833FF\]:active{background-color:#f833ff}.active\:bg-transparent:active{background-color:#0000}@media (hover:hover){.hover\:enabled\:bg-\[\#ae75fb\]:hover:enabled{background-color:#ae75fb}.hover\:enabled\:shadow-\[-2px_2px_0px_0px_rgba\(226\,236\,107\,1\.00\)\]:hover:enabled{--tw-shadow:-2px 2px 0px 0px var(--tw-shadow-color,#e2ec6b);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.has-checked\:border-\[\#5a46a8\]:has(:checked){border-color:#5a46a8}.has-checked\:bg-\[\#2d5cf2\]:has(:checked){background-color:#2d5cf2}@media not all and (min-width:64rem){.max-lg\:fixed\!{position:fixed!important}.max-lg\:end-auto{inset-inline-end:auto}.max-lg\:top-\[50\%\]{top:50%}.max-lg\:left-\[50\%\]{left:50%}.max-lg\:hidden{display:none}.max-lg\:-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.max-lg\:-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.max-lg\:flex-col{flex-direction:column}.max-lg\:flex-wrap{flex-wrap:wrap}.max-lg\:text-center{text-align:center}}@media not all and (min-width:48rem){.max-md\:bottom-2\.5{bottom:calc(var(--spacing)*2.5)}.max-md\:mx-0{margin-inline:calc(var(--spacing)*0)}.max-md\:mx-3{margin-inline:calc(var(--spacing)*3)}.max-md\:my-15{margin-block:calc(var(--spacing)*15)}.max-md\:prose-base{font-size:1rem;line-height:1.75}.max-md\:prose-base :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.max-md\:prose-base :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.max-md\:prose-base :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.max-md\:prose-base :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:.888889em;font-size:2.25em;line-height:1.11111}.max-md\:prose-base :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:1em;font-size:1.5em;line-height:1.33333}.max-md\:prose-base :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;line-height:1.6}.max-md\:prose-base :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.max-md\:prose-base :where(img):not(:where([class~=not-prose],[class~=not-prose] *)),.max-md\:prose-base :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.max-md\:prose-base :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.max-md\:prose-base :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.max-md\:prose-base :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-size:.875em}.max-md\:prose-base :where(code):not(:where([class~=not-prose],[class~=not-prose] *)),.max-md\:prose-base :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.max-md\:prose-base :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.max-md\:prose-base :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;line-height:1.71429}.max-md\:prose-base :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)),.max-md\:prose-base :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.max-md\:prose-base :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.max-md\:prose-base :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.max-md\:prose-base :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.max-md\:prose-base :where(.max-md\:prose-base>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.max-md\:prose-base :where(.max-md\:prose-base>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.max-md\:prose-base :where(.max-md\:prose-base>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.max-md\:prose-base :where(.max-md\:prose-base>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.max-md\:prose-base :where(.max-md\:prose-base>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.max-md\:prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.max-md\:prose-base :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.max-md\:prose-base :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.max-md\:prose-base :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.max-md\:prose-base :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.max-md\:prose-base :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.max-md\:prose-base :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.max-md\:prose-base :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.max-md\:prose-base :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.max-md\:prose-base :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.71429}.max-md\:prose-base :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.max-md\:prose-base :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.max-md\:prose-base :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.max-md\:prose-base :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.max-md\:prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.max-md\:prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.max-md\:prose-base :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.max-md\:prose-base :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.max-md\:prose-base :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.857143em;font-size:.875em;line-height:1.42857}.max-md\:prose-base :where(.max-md\:prose-base>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.max-md\:prose-base :where(.max-md\:prose-base>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.max-md\:mt-4{margin-top:calc(var(--spacing)*4)}.max-md\:mt-5{margin-top:calc(var(--spacing)*5)}.max-md\:mt-6{margin-top:calc(var(--spacing)*6)}.max-md\:mt-7\.5{margin-top:calc(var(--spacing)*7.5)}.max-md\:mt-15{margin-top:calc(var(--spacing)*15)}.max-md\:flex{display:flex}.max-md\:hidden{display:none}.max-md\:h-5{height:calc(var(--spacing)*5)}.max-md\:h-8{height:calc(var(--spacing)*8)}.max-md\:h-28{height:calc(var(--spacing)*28)}.max-md\:h-30{height:calc(var(--spacing)*30)}.max-md\:h-75{height:calc(var(--spacing)*75)}.max-md\:h-\[75vh\]{height:75vh}.max-md\:h-\[80vh\]{height:80vh}.max-md\:w-5{width:calc(var(--spacing)*5)}.max-md\:w-40{width:calc(var(--spacing)*40)}.max-md\:w-75{width:calc(var(--spacing)*75)}.max-md\:w-\[88px\]{width:88px}.max-md\:w-full{width:100%}.max-md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.max-md\:grid-cols-\[24px_1fr_24px\]{grid-template-columns:24px 1fr 24px}.max-md\:flex-col{flex-direction:column}.max-md\:flex-wrap{flex-wrap:wrap}.max-md\:self-baseline{align-self:baseline}.max-md\:border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.max-md\:px-3{padding-inline:calc(var(--spacing)*3)}.max-md\:px-6{padding-inline:calc(var(--spacing)*6)}.max-md\:pt-15{padding-top:calc(var(--spacing)*15)}.max-md\:pt-25{padding-top:calc(var(--spacing)*25)}.max-md\:pb-10{padding-bottom:calc(var(--spacing)*10)}.max-md\:pb-15{padding-bottom:calc(var(--spacing)*15)}.max-md\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.max-md\:text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.max-md\:text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.max-md\:text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.max-md\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.max-md\:text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.max-md\:text-\[15px\]{font-size:15px}.max-md\:leading-\[18px\]{--tw-leading:18px;line-height:18px}.max-md\:font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}}@media (min-width:40rem){.sm\:mt-0{margin-top:calc(var(--spacing)*0)}.sm\:flex-col{flex-direction:column}.sm\:flex-row{flex-direction:row}.sm\:px-0{padding-inline:calc(var(--spacing)*0)}.sm\:text-right{text-align:right}}@media (min-width:48rem){.md\:top-45{top:calc(var(--spacing)*45)}.md\:left-1\/2{left:50%}.md\:left-40{left:calc(var(--spacing)*40)}.md\:mt-\[120px\]{margin-top:120px}.md\:mr-20{margin-right:calc(var(--spacing)*20)}.md\:ml-8{margin-left:calc(var(--spacing)*8)}.md\:ml-10{margin-left:calc(var(--spacing)*10)}.md\:block{display:block}.md\:hidden{display:none}.md\:h-8{height:calc(var(--spacing)*8)}.md\:h-14{height:calc(var(--spacing)*14)}.md\:h-20{height:calc(var(--spacing)*20)}.md\:h-22{height:calc(var(--spacing)*22)}.md\:h-\[170px\]{height:170px}.md\:h-\[262px\]{height:262px}.md\:h-\[300px\]{height:300px}.md\:h-\[540px\]{height:540px}.md\:h-screen{height:100vh}.md\:min-h-100{min-height:calc(var(--spacing)*100)}.md\:w-1\/2{width:50%}.md\:w-5{width:calc(var(--spacing)*5)}.md\:w-8{width:calc(var(--spacing)*8)}.md\:w-12\.5{width:calc(var(--spacing)*12.5)}.md\:w-14{width:calc(var(--spacing)*14)}.md\:w-22{width:calc(var(--spacing)*22)}.md\:w-25{width:calc(var(--spacing)*25)}.md\:w-100{width:calc(var(--spacing)*100)}.md\:w-\[40\%\]{width:40%}.md\:w-\[60\%\]{width:60%}.md\:w-\[70\%\]{width:70%}.md\:w-\[100px\]{width:100px}.md\:w-\[170px\]{width:170px}.md\:w-\[392px\]{width:392px}.md\:w-\[420px\]{width:420px}.md\:w-\[720px\]{width:720px}.md\:w-\[752px\]{width:752px}.md\:max-w-1\/2{max-width:50%}.md\:max-w-250{max-width:calc(var(--spacing)*250)}.md\:min-w-40{min-width:calc(var(--spacing)*40)}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:justify-center{justify-content:center}.md\:justify-end{justify-content:flex-end}.md\:gap-3{gap:calc(var(--spacing)*3)}.md\:gap-5{gap:calc(var(--spacing)*5)}.md\:gap-20{gap:calc(var(--spacing)*20)}.md\:border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.md\:p-4{padding:calc(var(--spacing)*4)}.md\:p-5{padding:calc(var(--spacing)*5)}.md\:px-3{padding-inline:calc(var(--spacing)*3)}.md\:px-10{padding-inline:calc(var(--spacing)*10)}.md\:py-1\.5{padding-block:calc(var(--spacing)*1.5)}.md\:py-5{padding-block:calc(var(--spacing)*5)}.md\:pt-35{padding-top:calc(var(--spacing)*35)}.md\:pt-50{padding-top:calc(var(--spacing)*50)}.md\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.md\:text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}.md\:text-7xl{font-size:var(--text-7xl);line-height:var(--tw-leading,var(--text-7xl--line-height))}.md\:text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.md\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.md\:text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.md\:leading-14{--tw-leading:calc(var(--spacing)*14);line-height:calc(var(--spacing)*14)}.md\:leading-19{--tw-leading:calc(var(--spacing)*19);line-height:calc(var(--spacing)*19)}.md\:leading-20{--tw-leading:calc(var(--spacing)*20);line-height:calc(var(--spacing)*20)}}@media (min-width:64rem){.lg\:-end-7{inset-inline-end:calc(var(--spacing)*-7)}.lg\:-right-4{right:calc(var(--spacing)*-4)}.lg\:my-40{margin-block:calc(var(--spacing)*40)}.lg\:mt-7{margin-top:calc(var(--spacing)*7)}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-60{height:calc(var(--spacing)*60)}.lg\:h-72{height:calc(var(--spacing)*72)}.lg\:w-1\/2{width:50%}.lg\:w-7xl{width:var(--container-7xl)}.lg\:w-60{width:calc(var(--spacing)*60)}.lg\:w-72{width:calc(var(--spacing)*72)}.lg\:w-105{width:calc(var(--spacing)*105)}.lg\:w-\[60\%\]{width:60%}.lg\:w-auto{width:auto}.lg\:max-w-fit{max-width:fit-content}.lg\:animate-typing{animation:var(--animate-typing)}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:gap-4{gap:calc(var(--spacing)*4)}.lg\:gap-7{gap:calc(var(--spacing)*7)}.lg\:gap-16{gap:calc(var(--spacing)*16)}.lg\:gap-40{gap:calc(var(--spacing)*40)}.lg\:border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.lg\:p-3{padding:calc(var(--spacing)*3)}.lg\:p-7{padding:calc(var(--spacing)*7)}.lg\:px-12{padding-inline:calc(var(--spacing)*12)}.lg\:px-\[1px\]{padding-inline:1px}.lg\:py-7{padding-block:calc(var(--spacing)*7)}.lg\:py-10{padding-block:calc(var(--spacing)*10)}.lg\:py-\[1px\]{padding-block:1px}.lg\:pr-5{padding-right:calc(var(--spacing)*5)}.lg\:pr-40{padding-right:calc(var(--spacing)*40)}.lg\:pl-12{padding-left:calc(var(--spacing)*12)}.lg\:pl-30{padding-left:calc(var(--spacing)*30)}.lg\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.lg\:text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.lg\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.lg\:text-clip{text-overflow:clip}.lg\:whitespace-nowrap{white-space:nowrap}}@media (min-width:70.5rem){.xl\:aspect-\[2\.5\]{aspect-ratio:2.5}.xl\:h-80{height:calc(var(--spacing)*80)}.xl\:h-96{height:calc(var(--spacing)*96)}.xl\:w-7xl{width:var(--container-7xl)}.xl\:w-80{width:calc(var(--spacing)*80)}.xl\:w-96{width:calc(var(--spacing)*96)}.xl\:-translate-y-1\/8{--tw-translate-y: -12.5% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:gap-9{gap:calc(var(--spacing)*9)}.xl\:py-9{padding-block:calc(var(--spacing)*9)}}.dark\:bg-gray-800:is(.dark *){background-color:var(--color-gray-800)}.prose-p\:font-light :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-font-weight:var(--font-weight-light);font-weight:var(--font-weight-light)}.prose-p\:text-\[\#f3eeea\] :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){color:#f3eeea}}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#141616;font-family:Poppins,serif}code{white-space:pre-wrap}button:enabled,[role=button]:enabled{cursor:pointer}.vertical-writing-rl{writing-mode:vertical-rl}.vertical-writing-lr{writing-mode:vertical-lr}.orientation-mixed{text-orientation:mixed}.orientation-upright{text-orientation:upright}.orientation-sideways-right{text-orientation:sideways-right}.orientation-sideways{text-orientation:sideways}.orientation-glyph{text-orientation:use-glyph-orientation}@media (min-width:64rem){details::details-content{--tw-scale-x:0%;--tw-scale-y:0%;--tw-scale-z:0%;scale:var(--tw-scale-x)var(--tw-scale-y)}}details::details-content{transition-behavior:allow-discrete;transition:scale .3s,content-visibility .3s}@media (min-width:64rem){details[open]::details-content{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x)var(--tw-scale-y)}}.ing-button{color:#f2edea;border-style:var(--tw-border-style);--tw-shadow:-2px 2px 0px 0px var(--tw-shadow-color,#ae75fb);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);background-color:#141616;border-width:1px;border-color:#ae75fb;justify-content:center;align-items:center;display:flex}@media (hover:hover){.ing-button:hover{color:#f2edea;border-style:var(--tw-border-style);--tw-gradient-position:341deg;background-color:#141616;background-image:linear-gradient(var(--tw-gradient-stops,341deg));--tw-gradient-from:#be0eff;--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));--tw-gradient-to:#8fb4ff;--tw-shadow:-2px 2px 0px 0px var(--tw-shadow-color,#e2ec6b);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-width:1px;border-color:#f2edea;justify-content:center;align-items:center;display:flex}}@keyframes radio{0%{padding:5px}50%{padding:3px}}@keyframes skeleton{0%{background-position:150%}to{background-position:-50%}}@keyframes progress{50%{background-position-x:-115%}}@keyframes toast{0%{opacity:0;scale:.9}to{opacity:1;scale:1}}@keyframes dropdown{0%{opacity:0}}@keyframes rating{0%,40%{filter:brightness(1.05)contrast(1.05);scale:1.1}}@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-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-border-spacing-x{syntax:"<length>";inherits:false;initial-value:0}@property --tw-border-spacing-y{syntax:"<length>";inherits:false;initial-value: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-scroll-snap-strictness{syntax:"*";inherits:false;initial-value:proximity}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@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-content{syntax:"*";inherits:false;initial-value:""}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}}@keyframes ellipsis{0%{content:""}33%{content:"."}66%{content:".."}to{content:"..."}}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-10px)}40%,80%{transform:translate(10px)}}@keyframes reveal{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:#0000}50%{border-color:orange}}@keyframes linethrough{0%{left:-100%}to{left:100%}}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc2dphjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTc2dphjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTc2dphjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTc2dphjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTc2dphjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTc2dphjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTc2dphjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcWdthjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTcWdthjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTcWdthjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTcWdthjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTcWdthjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTcWdthjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTcWdthjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTch9thjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTch9thjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTch9thjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTch9thjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTch9thjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTch9thjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTch9thjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc2dthjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTc2dthjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTc2dthjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTc2dthjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTc2dthjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTc2dthjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTc2dthjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc69thjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTc69thjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTc69thjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTc69thjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTc69thjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTc69thjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTc69thjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcB9xhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTcB9xhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTcB9xhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTcB9xhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTcB9xhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTcB9xhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTcB9xhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcPtxhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTcPtxhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTcPtxhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTcPtxhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTcPtxhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTcPtxhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTcPtxhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcWdxhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTcWdxhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTcWdxhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTcWdxhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTcWdxhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTcWdxhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTcWdxhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTccNxhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTccNxhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTccNxhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTccNxhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTccNxhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTccNxhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTccNxhjQ.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyeMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuLyeMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuLyeMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuLyeMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuLyeMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuLyeMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuLyeMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyfMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuDyfMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuDyfMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuDyfMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuDyfMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuDyfMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuDyfMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuOKfMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuOKfMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuOKfMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuOKfMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuOKfMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuOKfMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuLyfMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuLyfMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuLyfMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuLyfMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuLyfMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuLyfMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuI6fMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuI6fMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuI6fMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuI6fMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuI6fMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuI6fMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuGKYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuGKYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuGKYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuGKYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuGKYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuGKYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuFuYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuFuYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuFuYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuFuYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuFuYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuFuYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuDyYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuDyYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuDyYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuDyYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuDyYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuDyYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuBWYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuBWYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuBWYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuBWYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuBWYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuBWYMZg.ttf") format('truetype');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyGy6xpg.ttf") format('truetype');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyKS6xpg.ttf") format('truetype');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyxSmxpg.ttf") format('truetype');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1ny_Cmxpg.ttf") format('truetype');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nymymxpg.ttf") format('truetype');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nysimxpg.ttf") format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/pxiAyp8kv8JHgFVrJJLmE3tF.ttf") format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/pxiDyp8kv8JHgFVrJJLmv1plEA.ttf") format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/pxiDyp8kv8JHgFVrJJLm21llEA.ttf") format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/pxiGyp8kv8JHgFVrJJLedw.ttf") format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/pxiDyp8kv8JHgFVrJJLmg1hlEA.ttf") format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/pxiDyp8kv8JHgFVrJJLmr19lEA.ttf") format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/pxiDyp8kv8JHgFVrJJLmy15lEA.ttf") format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/pxiDyp8kv8JHgFVrJJLm111lEA.ttf") format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/pxiDyp8kv8JHgFVrJJLm81xlEA.ttf") format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/pxiGyp8kv8JHgFVrLPTedw.ttf") format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/pxiByp8kv8JHgFVrLFj_V1s.ttf") format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/pxiByp8kv8JHgFVrLDz8V1s.ttf") format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/pxiEyp8kv8JHgFVrFJA.ttf") format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/pxiByp8kv8JHgFVrLGT9V1s.ttf") format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/pxiByp8kv8JHgFVrLEj6V1s.ttf") format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/pxiByp8kv8JHgFVrLCz7V1s.ttf") format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/pxiByp8kv8JHgFVrLDD4V1s.ttf") format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/pxiByp8kv8JHgFVrLBT5V1s.ttf") format('truetype');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf") format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf") format('truetype');
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/PilatWide-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/PilatWide-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PilatWide-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PilatWide-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PilatWide-Demi.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PilatWide-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/PilatWide-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Pilat Wide";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/PilatWide-Black.woff2") format("woff2");
}

@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-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-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-border-spacing-x: 0; --tw-border-spacing-y: 0; --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-scroll-snap-strictness: proximity; --tw-space-y-reverse: 0; --tw-space-x-reverse: 0; --tw-leading: initial; --tw-font-weight: initial; --tw-tracking: initial; --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-content: ""; }
}
}
@layer theme {
  :root, :host { --font-sans: Inter,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; --font-serif: ui-serif,Georgia,Cambria,"Times New Roman",Times,serif; --font-mono: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; --color-red-100: oklch(93.6% .032 17.717); --color-red-200: oklch(88.5% .062 18.334); --color-red-300: oklch(80.8% .114 19.571); --color-red-400: oklch(70.4% .191 22.216); --color-red-500: oklch(63.7% .237 25.331); --color-red-600: oklch(57.7% .245 27.325); --color-red-700: oklch(50.5% .213 27.518); --color-red-800: oklch(44.4% .177 26.899); --color-red-900: oklch(39.6% .141 25.723); --color-orange-400: oklch(75% .183 55.934); --color-orange-600: oklch(64.6% .222 41.116); --color-yellow-400: oklch(85.2% .199 91.936); --color-yellow-500: oklch(79.5% .184 86.047); --color-green-100: oklch(96.2% .044 156.743); --color-green-300: oklch(87.1% .15 154.449); --color-green-400: oklch(79.2% .209 151.711); --color-green-500: oklch(72.3% .219 149.579); --color-green-600: oklch(62.7% .194 149.214); --color-blue-100: oklch(93.2% .032 255.585); --color-blue-300: oklch(80.9% .105 251.813); --color-blue-400: oklch(70.7% .165 254.624); --color-blue-500: oklch(62.3% .214 259.815); --color-blue-600: oklch(54.6% .245 262.881); --color-blue-700: oklch(48.8% .243 264.376); --color-indigo-600: oklch(51.1% .262 276.966); --color-indigo-700: oklch(45.7% .24 277.023); --color-purple-200: oklch(90.2% .063 306.703); --color-purple-400: oklch(71.4% .203 305.504); --color-purple-500: oklch(62.7% .265 303.9); --color-gray-100: oklch(96.7% .003 264.542); --color-gray-200: oklch(92.8% .006 264.531); --color-gray-300: oklch(87.2% .01 258.338); --color-gray-400: oklch(70.7% .022 261.325); --color-gray-500: oklch(55.1% .027 264.364); --color-gray-600: oklch(44.6% .03 256.802); --color-gray-700: oklch(37.3% .034 259.733); --color-gray-800: oklch(27.8% .033 256.848); --color-gray-900: oklch(21% .034 264.665); --color-zinc-500: oklch(55.2% .016 285.938); --color-zinc-900: oklch(21% .006 285.885); --color-neutral-700: oklch(37.1% 0 0); --color-neutral-900: oklch(20.5% 0 0); --color-stone-100: oklch(97% .001 106.424); --color-stone-300: oklch(86.9% .005 56.366); --color-black: #000; --color-white: #fff; --spacing: .25rem; --container-sm: 24rem; --container-md: 28rem; --container-2xl: 42rem; --container-3xl: 48rem; --container-4xl: 56rem; --container-6xl: 72rem; --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-base--line-height: 1.5; --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: 1.2; --text-4xl: 2.25rem; --text-4xl--line-height: calc(2.5/2.25); --text-5xl: 3rem; --text-5xl--line-height: 1; --text-6xl: 3.75rem; --text-6xl--line-height: 1; --text-7xl: 4.5rem; --text-7xl--line-height: 1; --text-9xl: 8rem; --text-9xl--line-height: 1; --font-weight-light: 300; --font-weight-normal: 400; --font-weight-medium: 500; --font-weight-semibold: 600; --font-weight-bold: 700; --font-weight-extrabold: 800; --font-weight-black: 900; --tracking-tight: -.025em; --leading-tight: 1.25; --leading-snug: 1.375; --leading-normal: 1.5; --leading-relaxed: 1.625; --leading-loose: 2; --radius-xs: .125rem; --radius-sm: .25rem; --radius-md: .375rem; --radius-lg: .5rem; --radius-xl: .75rem; --radius-2xl: 1rem; --radius-3xl: 1.5rem; --radius-4xl: 2rem; --ease-out: cubic-bezier(0,0,.2,1); --animate-spin: spin 1s linear infinite; --animate-pulse: pulse 2s cubic-bezier(.4,0,.6,1)infinite; --blur-lg: 16px; --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); --animate-ellipsis: ellipsis 1.5s infinite; --animate-shake: shake .5s ease-in-out; --animate-typing: reveal 7s steps(40,end)infinite alternate,blink-caret .75s step-end infinite; }
}
@layer base {
  *, ::after, ::before, ::backdrop { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  ::file-selector-button { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  html, :host { 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: 0px; color: inherit; border-top-width: 1px; }
  abbr:where([title]) { text-decoration: underline dotted; }
  h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
  a { color: 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: -0.25em; }
  sup { top: -0.5em; }
  table { text-indent: 0px; border-color: inherit; border-collapse: collapse; }
  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; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  ::file-selector-button { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  :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, transparent); }
}
}
  textarea { resize: vertical; }
  ::-webkit-search-decoration { 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: 0px; }
  ::-webkit-datetime-edit { padding-block: 0px; }
  ::-webkit-datetime-edit-year-field { padding-block: 0px; }
  ::-webkit-datetime-edit-month-field { padding-block: 0px; }
  ::-webkit-datetime-edit-day-field { padding-block: 0px; }
  ::-webkit-datetime-edit-hour-field { padding-block: 0px; }
  ::-webkit-datetime-edit-minute-field { padding-block: 0px; }
  ::-webkit-datetime-edit-second-field { padding-block: 0px; }
  ::-webkit-datetime-edit-millisecond-field { padding-block: 0px; }
  ::-webkit-datetime-edit-meridiem-field { padding-block: 0px; }
  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; }
  :where(:root), :root:has(input.theme-controller[value="black"]:checked), [data-theme="black"] { color-scheme: dark; --color-base-100: oklch(0% 0 0); --color-base-200: oklch(19% 0 0); --color-base-300: oklch(22% 0 0); --color-base-content: oklch(87.609% 0 0); --color-primary: oklch(35% 0 0); --color-primary-content: oklch(100% 0 0); --color-secondary: oklch(35% 0 0); --color-secondary-content: oklch(100% 0 0); --color-accent: oklch(35% 0 0); --color-accent-content: oklch(100% 0 0); --color-neutral: oklch(35% 0 0); --color-neutral-content: oklch(100% 0 0); --color-info: oklch(45.201% .313 264.052); --color-info-content: oklch(89.04% .062 264.052); --color-success: oklch(51.975% .176 142.495); --color-success-content: oklch(90.395% .035 142.495); --color-warning: oklch(96.798% .211 109.769); --color-warning-content: oklch(19.359% .042 109.769); --color-error: oklch(62.795% .257 29.233); --color-error-content: oklch(12.559% .051 29.233); --radius-selector: 0rem; --radius-field: 0rem; --radius-box: 0rem; --size-selector: .25rem; --size-field: .25rem; --border: 1px; --depth: 0; --noise: 0; }
  @media (prefers-color-scheme: dark) {
  :root { color-scheme: dark; --color-base-100: oklch(0% 0 0); --color-base-200: oklch(19% 0 0); --color-base-300: oklch(22% 0 0); --color-base-content: oklch(87.609% 0 0); --color-primary: oklch(35% 0 0); --color-primary-content: oklch(100% 0 0); --color-secondary: oklch(35% 0 0); --color-secondary-content: oklch(100% 0 0); --color-accent: oklch(35% 0 0); --color-accent-content: oklch(100% 0 0); --color-neutral: oklch(35% 0 0); --color-neutral-content: oklch(100% 0 0); --color-info: oklch(45.201% .313 264.052); --color-info-content: oklch(89.04% .062 264.052); --color-success: oklch(51.975% .176 142.495); --color-success-content: oklch(90.395% .035 142.495); --color-warning: oklch(96.798% .211 109.769); --color-warning-content: oklch(19.359% .042 109.769); --color-error: oklch(62.795% .257 29.233); --color-error-content: oklch(12.559% .051 29.233); --radius-selector: 0rem; --radius-field: 0rem; --radius-box: 0rem; --size-selector: .25rem; --size-field: .25rem; --border: 1px; --depth: 0; --noise: 0; }
}
  :root:has(input.theme-controller[value="black"]:checked), [data-theme="black"] { --color-base-100: oklch(0% 0 0); --color-base-200: oklch(19% 0 0); --color-base-300: oklch(22% 0 0); --color-base-content: oklch(87.609% 0 0); --color-primary: oklch(35% 0 0); --color-primary-content: oklch(100% 0 0); --color-secondary: oklch(35% 0 0); --color-secondary-content: oklch(100% 0 0); --color-accent: oklch(35% 0 0); --color-accent-content: oklch(100% 0 0); --color-neutral: oklch(35% 0 0); --color-neutral-content: oklch(100% 0 0); --color-info: oklch(45.201% .313 264.052); --color-info-content: oklch(89.04% .062 264.052); --color-success: oklch(51.975% .176 142.495); --color-success-content: oklch(90.395% .035 142.495); --color-warning: oklch(96.798% .211 109.769); --color-warning-content: oklch(19.359% .042 109.769); --color-error: oklch(62.795% .257 29.233); --color-error-content: oklch(12.559% .051 29.233); --radius-selector: 0rem; --radius-field: 0rem; --radius-box: 0rem; --size-selector: .25rem; --size-field: .25rem; --border: 1px; --depth: 0; --noise: 0; color-scheme: dark; }
  @property --radialprogress { syntax: "<percentage>"; inherits: true; initial-value: 0%; }
  :root { scrollbar-color: currentcolor rgba(0, 0, 0, 0); }
  @supports (color:color-mix(in lab,red,red)) {
  :root { scrollbar-color: color-mix(in oklch, currentcolor 35%, rgba(0, 0, 0, 0)) rgba(0, 0, 0, 0); }
}
  :root { --fx-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.34' numOctaves='4' stitchTiles='stitch'%3E%3C/feTurbulence%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='0.2'%3E%3C/rect%3E%3C/svg%3E"); }
  :root:has(.modal-open, .modal[open], .modal:target, .modal-toggle:checked, .drawer:not([class*="drawer-open"]) > .drawer-toggle:checked) { overflow: hidden; }
  :where(:root:has(.modal-open, .modal[open], .modal:target, .modal-toggle:checked, .drawer:not(.drawer-open) > .drawer-toggle:checked)) { scrollbar-gutter: stable; background-image: linear-gradient(var(--color-base-100),var(--color-base-100)); --root-bg: var(--color-base-100); }
  @supports (color:color-mix(in lab,red,red)) {
  :where(:root:has(.modal-open, .modal[open], .modal:target, .modal-toggle:checked, .drawer:not(.drawer-open) > .drawer-toggle:checked)) { --root-bg: color-mix(in srgb,var(--color-base-100),oklch(0% 0 0) 40%); }
}
  :where(.modal[open], .modal-open, .modal-toggle:checked + .modal):not(.modal-start, .modal-end) { scrollbar-gutter: stable; }
  :root, [data-theme] { background-color: var(--root-bg,var(--color-base-100)); color: var(--color-base-content); }
}
@layer components;
@layer utilities {
  .diff { user-select: none; direction: ltr; grid-template-columns: auto 1fr; width: 100%; display: grid; position: relative; overflow: hidden; container-type: inline-size; }
  .diff:focus-visible, .diff:has(.diff-item-1:focus-visible) { outline-style: var(--tw-outline-style); outline-offset: 1px; outline-width: 2px; outline-color: var(--color-base-content); }
  .diff:focus-visible .diff-resizer { min-width: 90cqi; max-width: 90cqi; }
  .diff:has(.diff-item-2:focus-visible) { outline-style: var(--tw-outline-style); outline-offset: 1px; outline-width: 2px; }
  .diff:has(.diff-item-2:focus-visible) .diff-resizer { min-width: 10cqi; max-width: 10cqi; }
  @supports (-webkit-overflow-scrolling:touch) and (overflow:-webkit-paged-x) {
  .diff:focus .diff-resizer { min-width: 10cqi; max-width: 10cqi; }
  .diff:has(.diff-item-1:focus) .diff-resizer { min-width: 90cqi; max-width: 90cqi; }
}
  .modal { pointer-events: none; visibility: hidden; width: 100%; max-width: none; height: 100%; max-height: none; color: inherit; transition: translate 0.3s ease-out, visibility 0.3s allow-discrete, background-color 0.3s ease-out, opacity 0.1s ease-out; overscroll-behavior: contain; z-index: 999; background-color: rgba(0, 0, 0, 0); place-items: center; margin: 0px; padding: 0px; display: grid; position: fixed; inset: 0px; overflow: hidden; }
  .modal::backdrop { display: none; }
  .modal.modal-open, .modal[open], .modal:target { pointer-events: auto; visibility: visible; opacity: 1; background-color: rgba(0, 0, 0, 0.4); }
  :is(.modal.modal-open, .modal[open], .modal:target) .modal-box { opacity: 1; translate: 0px; scale: 1; }
  @starting-style {
  .modal.modal-open, .modal[open], .modal:target { visibility: hidden; opacity: 0; }
}
  .drawer-side { pointer-events: none; visibility: hidden; z-index: 1; overscroll-behavior: contain; opacity: 0; width: 100%; transition: opacity 0.2s ease-out 0.1s allow-discrete, visibility 0.3s ease-out 0.1s allow-discrete; inset-inline-start: 0px; grid-template-rows: repeat(1, minmax(0px, 1fr)); grid-template-columns: repeat(1, minmax(0px, 1fr)); grid-row-start: 1; grid-column-start: 1; place-items: flex-start start; height: 100dvh; display: grid; position: fixed; top: 0px; overflow: hidden; }
  .drawer-side > .drawer-overlay { cursor: pointer; background-color: rgba(0, 0, 0, 0.4); place-self: stretch; position: sticky; top: 0px; }
  .drawer-side > * { grid-row-start: 1; grid-column-start: 1; }
  .drawer-side > :not(.drawer-overlay) { will-change: transform; transition: translate 0.3s ease-out; translate: -100%; }
  [dir="rtl"] :is(.drawer-side > :not(.drawer-overlay)) { translate: 100%; }
  .drawer-toggle { appearance: none; opacity: 0; width: 0px; height: 0px; position: fixed; }
  .drawer-toggle:checked ~ .drawer-side { pointer-events: auto; visibility: visible; opacity: 1; overflow-y: auto; }
  .drawer-toggle:checked ~ .drawer-side > :not(.drawer-overlay) { translate: 0%; }
  .drawer-toggle:focus-visible ~ .drawer-content label.drawer-button { outline-offset: 2px; outline: solid 2px; }
  .tooltip { --tt-bg: var(--color-neutral); --tt-off: calc(100% + .5rem); --tt-tail: calc(100% + 1px + .25rem); display: inline-block; position: relative; }
  .tooltip > :where(.tooltip-content), .tooltip:where([data-tip])::before { border-radius: var(--radius-field); text-align: center; white-space: normal; max-width: 20rem; color: var(--color-neutral-content); opacity: 0; background-color: var(--tt-bg); pointer-events: none; z-index: 2; --tw-content: attr(data-tip); content: var(--tw-content); width: max-content; padding-block: 0.25rem; padding-inline: 0.5rem; font-size: 0.875rem; line-height: 1.25; transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms; position: absolute; }
  .tooltip::after { opacity: 0; background-color: var(--tt-bg); content: ""; pointer-events: none; --mask-tooltip: url("data:image/svg+xml,%3Csvg width='10' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500009 1C3.5 1 3.00001 4 5.00001 4C7 4 6.5 1 9.5 1C10 1 10 0.499897 10 0H0C-1.99338e-08 0.5 0 1 0.500009 1Z' fill='black'/%3E%3C/svg%3E%0A"); width: 0.625rem; height: 0.25rem; mask-position: -1px 0px; mask-repeat: no-repeat; mask-image: var(--mask-tooltip); transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms; display: block; position: absolute; }
  :is(.tooltip.tooltip-open, .tooltip[data-tip]:not([data-tip=""]):hover, .tooltip:not(:has(.tooltip-content:empty)):has(.tooltip-content):hover, .tooltip:has(:focus-visible)) > .tooltip-content, :is(.tooltip.tooltip-open, .tooltip[data-tip]:not([data-tip=""]):hover, .tooltip:not(:has(.tooltip-content:empty)):has(.tooltip-content):hover, .tooltip:has(:focus-visible))[data-tip]::before, :is(.tooltip.tooltip-open, .tooltip[data-tip]:not([data-tip=""]):hover, .tooltip:not(:has(.tooltip-content:empty)):has(.tooltip-content):hover, .tooltip:has(:focus-visible))::after { opacity: 1; --tt-pos: 0rem; transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
  .tooltip > .tooltip-content, .tooltip[data-tip]::before { transform: translate(-50%)translateY(var(--tt-pos,.25rem)); inset: auto auto var(--tt-off)50%; }
  .tooltip::after { transform: translate(-50%)translateY(var(--tt-pos,.25rem)); inset: auto auto var(--tt-tail)50%; }
  .tab { cursor: pointer; appearance: none; text-align: center; user-select: none; flex-wrap: wrap; justify-content: center; align-items: center; display: inline-flex; position: relative; }
  @media (hover: hover) {
  .tab:hover { color: var(--color-base-content); }
}
  .tab { --tab-p: 1rem; --tab-bg: var(--color-base-100); --tab-border-color: var(--color-base-300); --tab-radius-ss: 0; --tab-radius-se: 0; --tab-radius-es: 0; --tab-radius-ee: 0; --tab-order: 0; --tab-radius-min: calc(.75rem - var(--border)); order: var(--tab-order); height: var(--tab-height); border-color: rgba(0, 0, 0, 0); padding-inline-start: var(--tab-p); padding-inline-end: var(--tab-p); font-size: 0.875rem; }
  .tab:is(input[type="radio"]) { min-width: fit-content; }
  .tab:is(input[type="radio"])::after { content: attr(aria-label); }
  .tab:is(label) { position: relative; }
  .tab:is(label) input { cursor: pointer; appearance: none; opacity: 0; position: absolute; inset: 0px; }
  :is(.tab:checked, .tab:is(label:has(:checked)), .tab:is(.tab-active, [aria-selected="true"])) + .tab-content { height: calc(100% - var(--tab-height) + var(--border)); display: block; }
  .tab:not(:checked, label:has(:checked), :hover, .tab-active, [aria-selected="true"]) { color: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  .tab:not(:checked, label:has(:checked), :hover, .tab-active, [aria-selected="true"]) { color: color-mix(in oklab,var(--color-base-content)50%,transparent); }
}
  .tab:not(input):empty { cursor: default; flex-grow: 1; }
  .tab:focus { --tw-outline-style: none; outline-style: none; }
  @media (forced-colors: active) {
  .tab:focus { outline-offset: 2px; outline: rgba(0, 0, 0, 0) solid 2px; }
}
  .tab:focus-visible, .tab:is(label:has(:checked:focus-visible)) { outline-offset: -5px; outline: solid 2px; }
  .tab[disabled] { pointer-events: none; opacity: 0.4; }
  .menu { --menu-active-fg: var(--color-neutral-content); --menu-active-bg: var(--color-neutral); flex-flow: column wrap; width: fit-content; padding: 0.5rem; font-size: 0.875rem; display: flex; }
  .menu :where(li ul) { white-space: nowrap; margin-inline-start: 1rem; padding-inline-start: 0.5rem; position: relative; }
  .menu :where(li ul)::before { background-color: var(--color-base-content); opacity: 0.1; width: var(--border); content: ""; inset-inline-start: 0px; position: absolute; top: 0.75rem; bottom: 0.75rem; }
  .menu :where(li > .menu-dropdown:not(.menu-dropdown-show)) { display: none; }
  .menu :where(li:not(.menu-title) > :not(ul, details, .menu-title, .btn)), .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) { border-radius: var(--radius-field); text-align: start; text-wrap: balance; user-select: none; grid-auto-columns: minmax(auto, max-content) auto max-content; grid-auto-flow: column; align-content: flex-start; align-items: center; gap: 0.5rem; padding-block: 0.375rem; padding-inline: 0.75rem; transition-property: color, background-color, box-shadow; transition-duration: 0.2s; transition-timing-function: cubic-bezier(0, 0, 0.2, 1); display: grid; }
  .menu :where(li > details > summary) { --tw-outline-style: none; outline-style: none; }
  @media (forced-colors: active) {
  .menu :where(li > details > summary) { outline-offset: 2px; outline: rgba(0, 0, 0, 0) solid 2px; }
}
  .menu :where(li > details > summary)::-webkit-details-marker { display: none; }
  :is(.menu :where(li > details > summary), .menu :where(li > .menu-dropdown-toggle))::after { content: ""; transform-origin: 50% center; pointer-events: none; justify-self: flex-end; width: 0.375rem; height: 0.375rem; transition-property: rotate, translate; transition-duration: 0.2s; display: block; translate: 0px -1px; rotate: -135deg; box-shadow: 2px 2px inset; }
  .menu :where(li > details[open] > summary)::after, .menu :where(li > .menu-dropdown-toggle.menu-dropdown-show)::after { translate: 0px 1px; rotate: 45deg; }
  .menu :where(li:not(.menu-title, .disabled) > :not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.menu-active, :active, .btn).menu-focus, .menu :where(li:not(.menu-title, .disabled) > :not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.menu-active, :active, .btn):focus-visible { cursor: pointer; background-color: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  .menu :where(li:not(.menu-title, .disabled) > :not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.menu-active, :active, .btn).menu-focus, .menu :where(li:not(.menu-title, .disabled) > :not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.menu-active, :active, .btn):focus-visible { background-color: color-mix(in oklab,var(--color-base-content)10%,transparent); }
}
  .menu :where(li:not(.menu-title, .disabled) > :not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.menu-active, :active, .btn).menu-focus, .menu :where(li:not(.menu-title, .disabled) > :not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.menu-active, :active, .btn):focus-visible { color: var(--color-base-content); --tw-outline-style: none; outline-style: none; }
  @media (forced-colors: active) {
  .menu :where(li:not(.menu-title, .disabled) > :not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.menu-active, :active, .btn).menu-focus, .menu :where(li:not(.menu-title, .disabled) > :not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.menu-active, :active, .btn):focus-visible { outline-offset: 2px; outline: rgba(0, 0, 0, 0) solid 2px; }
}
  .menu :where(li:not(.menu-title, .disabled) > :not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled) > details > summary:not(.menu-title):not(.menu-active, :active, .btn):hover) { cursor: pointer; background-color: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  .menu :where(li:not(.menu-title, .disabled) > :not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled) > details > summary:not(.menu-title):not(.menu-active, :active, .btn):hover) { background-color: color-mix(in oklab,var(--color-base-content)10%,transparent); }
}
  .menu :where(li:not(.menu-title, .disabled) > :not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled) > details > summary:not(.menu-title):not(.menu-active, :active, .btn):hover) { --tw-outline-style: none; outline-style: none; }
  @media (forced-colors: active) {
  .menu :where(li:not(.menu-title, .disabled) > :not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled) > details > summary:not(.menu-title):not(.menu-active, :active, .btn):hover) { outline-offset: 2px; outline: rgba(0, 0, 0, 0) solid 2px; }
}
  .menu :where(li:not(.menu-title, .disabled) > :not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled) > details > summary:not(.menu-title):not(.menu-active, :active, .btn):hover) { box-shadow: rgba(0, 0, 0, 0.01) 0px 1px inset, rgba(255, 255, 255, 0.01) 0px -1px inset; }
  .menu :where(li:empty) { background-color: var(--color-base-content); opacity: 0.1; height: 1px; margin: 0.5rem 1rem; }
  .menu :where(li) { flex-flow: column wrap; flex-shrink: 0; align-items: stretch; display: flex; position: relative; }
  .menu :where(li) .badge { justify-self: flex-end; }
  .menu :where(li) > :not(ul, .menu-title, details, .btn):active, .menu :where(li) > :not(ul, .menu-title, details, .btn).menu-active, .menu :where(li) > details > summary:active { --tw-outline-style: none; outline-style: none; }
  @media (forced-colors: active) {
  .menu :where(li) > :not(ul, .menu-title, details, .btn):active, .menu :where(li) > :not(ul, .menu-title, details, .btn).menu-active, .menu :where(li) > details > summary:active { outline-offset: 2px; outline: rgba(0, 0, 0, 0) solid 2px; }
}
  .menu :where(li) > :not(ul, .menu-title, details, .btn):active, .menu :where(li) > :not(ul, .menu-title, details, .btn).menu-active, .menu :where(li) > details > summary:active { color: var(--menu-active-fg); background-color: var(--menu-active-bg); background-size: auto,calc(var(--noise)*100%); background-image: none,var(--fx-noise); }
  :is(.menu :where(li) > :not(ul, .menu-title, details, .btn):active, .menu :where(li) > :not(ul, .menu-title, details, .btn).menu-active, .menu :where(li) > details > summary:active):not(:is(.menu :where(li) > :not(ul, .menu-title, details, .btn):active, .menu :where(li) > :not(ul, .menu-title, details, .btn).menu-active, .menu :where(li) > details > summary:active):active) { box-shadow: 0 2px calc(var(--depth)*3px) -2px var(--menu-active-bg); }
  .menu :where(li).menu-disabled { pointer-events: none; color: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  .menu :where(li).menu-disabled { color: color-mix(in oklab,var(--color-base-content)20%,transparent); }
}
  .menu .dropdown:focus-within .menu-dropdown-toggle::after { translate: 0px 1px; rotate: 45deg; }
  .menu .dropdown-content { margin-top: 0.5rem; padding: 0.5rem; }
  .menu .dropdown-content::before { display: none; }
  .collapse-arrow > .collapse-title::after { content: ""; transform-origin: 75% 75%; pointer-events: none; top: 1.9rem; width: 0.5rem; height: 0.5rem; transition-property: all; transition-duration: 0.2s; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); display: block; position: absolute; inset-inline-end: 1.4rem; transform: translateY(-100%) rotate(45deg); box-shadow: 2px 2px; }
  .collapse-plus > .collapse-title::after { content: "+"; pointer-events: none; top: 0.9rem; width: 0.5rem; height: 0.5rem; transition-property: all; transition-duration: 0.3s; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); display: block; position: absolute; inset-inline-end: 1.4rem; }
  .dropdown { position-area: var(--anchor-v,bottom)var(--anchor-h,span-right); display: inline-block; position: relative; }
  .dropdown > :not(summary):focus { --tw-outline-style: none; outline-style: none; }
  @media (forced-colors: active) {
  .dropdown > :not(summary):focus { outline-offset: 2px; outline: rgba(0, 0, 0, 0) solid 2px; }
}
  .dropdown .dropdown-content { position: absolute; }
  .dropdown:not(details, .dropdown-open, .dropdown-hover:hover, :focus-within) .dropdown-content { transform-origin: center top; opacity: 0; display: none; scale: 0.95; }
  .dropdown[popover], .dropdown .dropdown-content { z-index: 999; transition-behavior: allow-discrete; transition-property: opacity, scale, display; transition-duration: 0.2s; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation: 0.2s ease 0s 1 normal none running dropdown; }
  @starting-style {
  .dropdown[popover], .dropdown .dropdown-content { opacity: 0; scale: 0.95; }
}
  :is(.dropdown.dropdown-open, .dropdown:not(.dropdown-hover):focus, .dropdown:focus-within) > [tabindex]:first-child { pointer-events: none; }
  :is(.dropdown.dropdown-open, .dropdown:not(.dropdown-hover):focus, .dropdown:focus-within) .dropdown-content { opacity: 1; }
  .dropdown.dropdown-hover:hover .dropdown-content { opacity: 1; scale: 1; }
  .dropdown:is(details) summary::-webkit-details-marker { display: none; }
  :is(.dropdown.dropdown-open, .dropdown:focus, .dropdown:focus-within) .dropdown-content { scale: 1; }
  .dropdown:where([popover]) { background: 0px 0px; }
  .dropdown[popover] { color: inherit; position: fixed; }
  @supports not (position-area:bottom) {
  .dropdown[popover] { margin: auto; }
  .dropdown[popover].dropdown-open:not(:popover-open) { transform-origin: center top; opacity: 0; display: none; scale: 0.95; }
  .dropdown[popover]::backdrop { background-color: oklab(0 none none / 0.3); }
}
  .dropdown[popover]:not(.dropdown-open, :popover-open) { transform-origin: center top; opacity: 0; display: none; scale: 0.95; }
  :where(.btn) { width: unset; }
  .btn { cursor: pointer; text-align: center; vertical-align: middle; outline-offset: 2px; user-select: none; padding-inline: var(--btn-p); color: var(--btn-fg); --tw-prose-links: var(--btn-fg); height: var(--size); font-size: var(--fontsize,.875rem); outline-color: var(--btn-color,var(--color-base-content)); background-color: var(--btn-bg); background-size: auto,calc(var(--noise)*100%); background-image: none,var(--btn-noise); border-width: var(--border); border-style: solid; border-color: var(--btn-border); text-shadow: 0 .5px oklch(100% 0 0/calc(var(--depth)*.15)); touch-action: manipulation; box-shadow: 0 .5px 0 .5px oklch(100% 0 0/calc(var(--depth)*6%)) inset,var(--btn-shadow); --size: calc(var(--size-field,.25rem)*10); --btn-bg: var(--btn-color,var(--color-base-200)); --btn-fg: var(--color-base-content); --btn-p: 1rem; --btn-border: var(--btn-bg); border-start-start-radius: var(--join-ss,var(--radius-field)); border-start-end-radius: var(--join-se,var(--radius-field)); border-end-end-radius: var(--join-ee,var(--radius-field)); border-end-start-radius: var(--join-es,var(--radius-field)); flex-wrap: nowrap; flex-shrink: 0; justify-content: center; align-items: center; gap: 0.375rem; font-weight: 600; transition-property: color, background-color, border-color, box-shadow; transition-duration: 0.2s; transition-timing-function: cubic-bezier(0, 0, 0.2, 1); display: inline-flex; }
  @supports (color:color-mix(in lab,red,red)) {
  .btn { --btn-border: color-mix(in oklab,var(--btn-bg),#000 calc(var(--depth)*5%)); }
}
  .btn { --btn-shadow: 0 3px 2px -2px var(--btn-bg),0 4px 3px -2px var(--btn-bg); }
  @supports (color:color-mix(in lab,red,red)) {
  .btn { --btn-shadow: 0 3px 2px -2px color-mix(in oklab,var(--btn-bg)calc(var(--depth)*30%),#0000),0 4px 3px -2px color-mix(in oklab,var(--btn-bg)calc(var(--depth)*30%),#0000); }
}
  .btn { --btn-noise: var(--fx-noise); }
  .prose .btn { text-decoration-line: none; }
  @media (hover: hover) {
  .btn:hover { --btn-bg: var(--btn-color,var(--color-base-200)); }
  @supports (color:color-mix(in lab,red,red)) {
  .btn:hover { --btn-bg: color-mix(in oklab,var(--btn-color,var(--color-base-200)),#000 7%); }
}
}
  .btn:focus-visible { isolation: isolate; outline-width: 2px; outline-style: solid; }
  .btn:active:not(.btn-active) { --btn-bg: var(--btn-color,var(--color-base-200)); translate: 0px 0.5px; }
  @supports (color:color-mix(in lab,red,red)) {
  .btn:active:not(.btn-active) { --btn-bg: color-mix(in oklab,var(--btn-color,var(--color-base-200)),#000 5%); }
}
  .btn:active:not(.btn-active) { --btn-border: var(--btn-color,var(--color-base-200)); }
  @supports (color:color-mix(in lab,red,red)) {
  .btn:active:not(.btn-active) { --btn-border: color-mix(in oklab,var(--btn-color,var(--color-base-200)),#000 7%); }
}
  .btn:active:not(.btn-active) { --btn-shadow: 0 0 0 0 oklch(0% 0 0/0),0 0 0 0 oklch(0% 0 0/0); }
  .btn:is(:disabled, [disabled], .btn-disabled):not(.btn-link, .btn-ghost) { background-color: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  .btn:is(:disabled, [disabled], .btn-disabled):not(.btn-link, .btn-ghost) { background-color: color-mix(in oklab,var(--color-base-content)10%,transparent); }
}
  .btn:is(:disabled, [disabled], .btn-disabled):not(.btn-link, .btn-ghost) { box-shadow: none; }
  .btn:is(:disabled, [disabled], .btn-disabled) { pointer-events: none; --btn-border: #0000; --btn-noise: none; --btn-fg: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  .btn:is(:disabled, [disabled], .btn-disabled) { --btn-fg: color-mix(in oklch,var(--color-base-content)20%,#0000); }
}
  @media (hover: hover) {
  .btn:is(:disabled, [disabled], .btn-disabled):hover { pointer-events: none; background-color: var(--color-neutral); }
  @supports (color:color-mix(in lab,red,red)) {
  .btn:is(:disabled, [disabled], .btn-disabled):hover { background-color: color-mix(in oklab,var(--color-neutral)20%,transparent); }
}
  .btn:is(:disabled, [disabled], .btn-disabled):hover { --btn-border: #0000; --btn-fg: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  .btn:is(:disabled, [disabled], .btn-disabled):hover { --btn-fg: color-mix(in oklch,var(--color-base-content)20%,#0000); }
}
}
  .btn:is(input[type="checkbox"], input[type="radio"]) { appearance: none; }
  .btn:is(input[type="checkbox"], input[type="radio"])::after { content: attr(aria-label); }
  .btn:where(input:checked:not(.filter .btn)) { --btn-color: var(--color-primary); --btn-fg: var(--color-primary-content); isolation: isolate; }
  .loading { pointer-events: none; aspect-ratio: 1 / 1; vertical-align: middle; width: calc(var(--size-selector,.25rem)*6); background-color: currentcolor; display: inline-block; mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E"); mask-position: 50% center; mask-size: 100%; mask-repeat: no-repeat; }
  .pointer-events-none { pointer-events: none; }
  .collapse:not(td, tr, colgroup) { visibility: visible; }
  .collapse { border-radius: var(--radius-box,1rem); isolation: isolate; grid-template-rows: max-content 0fr; width: 100%; transition: grid-template-rows 0.2s; display: grid; position: relative; overflow: hidden; }
  .collapse > input:is([type="checkbox"], [type="radio"]) { appearance: none; opacity: 0; z-index: 1; grid-row-start: 1; grid-column-start: 1; width: 100%; min-height: 1lh; padding: 1rem; padding-inline-end: 3rem; transition: background-color 0.2s ease-out; }
  .collapse:is([open], :focus:not(.collapse-close)), .collapse:not(.collapse-close):has(> input:is([type="checkbox"], [type="radio"]):checked) { grid-template-rows: max-content 1fr; }
  .collapse:is([open], :focus:not(.collapse-close)) > .collapse-content, .collapse:not(.collapse-close) > :where(input:is([type="checkbox"], [type="radio"]):checked ~ .collapse-content) { visibility: visible; min-height: fit-content; }
  .collapse:focus-visible, .collapse:has(> input:is([type="checkbox"], [type="radio"]):focus-visible) { outline-color: var(--color-base-content); outline-offset: 2px; outline-width: 2px; outline-style: solid; }
  .collapse:not(.collapse-close) > input[type="checkbox"], .collapse:not(.collapse-close) > input[type="radio"]:not(:checked), .collapse:not(.collapse-close) > .collapse-title { cursor: pointer; }
  .collapse:focus:not(.collapse-close, .collapse[open]) > .collapse-title { cursor: unset; }
  .collapse:is([open], :focus:not(.collapse-close)) > :where(.collapse-content), .collapse:not(.collapse-close) > :where(input:is([type="checkbox"], [type="radio"]):checked ~ .collapse-content) { padding-bottom: 1rem; transition: padding 0.2s ease-out, background-color 0.2s ease-out; }
  .collapse[open].collapse-arrow > .collapse-title::after, .collapse.collapse-open.collapse-arrow > .collapse-title::after { transform: translateY(-50%) rotate(225deg); }
  .collapse.collapse-open.collapse-plus > .collapse-title::after { content: "−"; }
  .collapse.collapse-arrow:focus:not(.collapse-close) > .collapse-title::after, .collapse.collapse-arrow:not(.collapse-close) > input:is([type="checkbox"], [type="radio"]):checked ~ .collapse-title::after { transform: translateY(-50%) rotate(225deg); }
  .collapse[open].collapse-plus > .collapse-title::after, .collapse.collapse-plus:focus:not(.collapse-close) > .collapse-title::after, .collapse.collapse-plus:not(.collapse-close) > input:is([type="checkbox"], [type="radio"]):checked ~ .collapse-title::after { content: "−"; }
  .collapse:is(details) { width: 100%; }
  .collapse:is(details) summary { display: block; position: relative; }
  .collapse:is(details) summary::-webkit-details-marker { display: none; }
  .collapse:is(details) summary { outline: none; }
  .collapse-content { visibility: hidden; min-height: 0px; cursor: unset; grid-row-start: 2; grid-column-start: 1; padding-left: 1rem; padding-right: 1rem; transition: visibility 0.2s, padding 0.2s ease-out, background-color 0.2s ease-out; }
  .validator:user-valid { --input-color: var(--color-success); }
  .validator:user-valid:focus { --input-color: var(--color-success); }
  .validator:user-valid:checked { --input-color: var(--color-success); }
  .validator:user-valid[aria-checked="true"] { --input-color: var(--color-success); }
  .validator:user-valid:focus-within { --input-color: var(--color-success); }
  .validator:has(:user-valid) { --input-color: var(--color-success); }
  .validator:has(:user-valid):focus { --input-color: var(--color-success); }
  .validator:has(:user-valid):checked { --input-color: var(--color-success); }
  .validator:has(:user-valid)[aria-checked="true"] { --input-color: var(--color-success); }
  .validator:has(:user-valid):focus-within { --input-color: var(--color-success); }
  .validator:user-invalid { --input-color: var(--color-error); }
  .validator:user-invalid:focus { --input-color: var(--color-error); }
  .validator:user-invalid:checked { --input-color: var(--color-error); }
  .validator:user-invalid[aria-checked="true"] { --input-color: var(--color-error); }
  .validator:user-invalid:focus-within { --input-color: var(--color-error); }
  .validator:user-invalid ~ .validator-hint { visibility: visible; color: var(--color-error); display: block; }
  .validator:has(:user-invalid) { --input-color: var(--color-error); }
  .validator:has(:user-invalid):focus { --input-color: var(--color-error); }
  .validator:has(:user-invalid):checked { --input-color: var(--color-error); }
  .validator:has(:user-invalid)[aria-checked="true"] { --input-color: var(--color-error); }
  .validator:has(:user-invalid):focus-within { --input-color: var(--color-error); }
  .validator:has(:user-invalid) ~ .validator-hint { visibility: visible; color: var(--color-error); display: block; }
  .validator[aria-invalid]:not([aria-invalid="false"]), .validator[aria-invalid]:not([aria-invalid="false"]):focus, .validator[aria-invalid]:not([aria-invalid="false"]):checked, .validator[aria-invalid]:not([aria-invalid="false"])[aria-checked="true"], .validator[aria-invalid]:not([aria-invalid="false"]):focus-within { --input-color: var(--color-error); }
  .validator[aria-invalid]:not([aria-invalid="false"]) ~ .validator-hint { visibility: visible; color: var(--color-error); display: block; }
  .collapse { visibility: collapse; }
  .visible { visibility: visible; }
  .list { flex-direction: column; font-size: 0.875rem; display: flex; }
  .list :where(.list-row) { --list-grid-cols: minmax(0,auto)1fr; border-radius: var(--radius-box); word-break: break-word; grid-auto-flow: column; grid-template-columns: var(--list-grid-cols); gap: 1rem; padding: 1rem; display: grid; position: relative; }
  .list :where(.list-row):has(.list-col-grow:first-child) { --list-grid-cols: 1fr; }
  .list :where(.list-row):has(.list-col-grow:nth-child(2)) { --list-grid-cols: minmax(0,auto)1fr; }
  .list :where(.list-row):has(.list-col-grow:nth-child(3)) { --list-grid-cols: minmax(0,auto)minmax(0,auto)1fr; }
  .list :where(.list-row):has(.list-col-grow:nth-child(4)) { --list-grid-cols: minmax(0,auto)minmax(0,auto)minmax(0,auto)1fr; }
  .list :where(.list-row):has(.list-col-grow:nth-child(5)) { --list-grid-cols: minmax(0,auto)minmax(0,auto)minmax(0,auto)minmax(0,auto)1fr; }
  .list :where(.list-row):has(.list-col-grow:nth-child(6)) { --list-grid-cols: minmax(0,auto)minmax(0,auto)minmax(0,auto)minmax(0,auto)minmax(0,auto)1fr; }
  .list :where(.list-row) :not(.list-col-wrap) { grid-row-start: 1; }
  :is(.list > :not(:last-child).list-row, .list > :not(:last-child) .list-row)::after { content: ""; border-bottom-width: ; border-bottom-style: ; inset-inline: var(--radius-box); border-color: var(--color-base-content); position: absolute; bottom: 0px; }
  @supports (color:color-mix(in lab,red,red)) {
  :is(.list > :not(:last-child).list-row, .list > :not(:last-child) .list-row)::after { border-color: color-mix(in oklab,var(--color-base-content)5%,transparent); }
}
  .list\! { flex-direction: column !important; font-size: 0.875rem !important; display: flex !important; }
  .list\! :where(.list-row) { --list-grid-cols: minmax(0,auto)1fr !important; border-radius: var(--radius-box) !important; word-break: break-word !important; grid-auto-flow: column !important; grid-template-columns: var(--list-grid-cols) !important; gap: 1rem !important; padding: 1rem !important; display: grid !important; position: relative !important; }
  .list\! :where(.list-row):has(.list-col-grow:first-child) { --list-grid-cols: 1fr !important; }
  .list\! :where(.list-row):has(.list-col-grow:nth-child(2)) { --list-grid-cols: minmax(0,auto)1fr !important; }
  .list\! :where(.list-row):has(.list-col-grow:nth-child(3)) { --list-grid-cols: minmax(0,auto)minmax(0,auto)1fr !important; }
  .list\! :where(.list-row):has(.list-col-grow:nth-child(4)) { --list-grid-cols: minmax(0,auto)minmax(0,auto)minmax(0,auto)1fr !important; }
  .list\! :where(.list-row):has(.list-col-grow:nth-child(5)) { --list-grid-cols: minmax(0,auto)minmax(0,auto)minmax(0,auto)minmax(0,auto)1fr !important; }
  .list\! :where(.list-row):has(.list-col-grow:nth-child(6)) { --list-grid-cols: minmax(0,auto)minmax(0,auto)minmax(0,auto)minmax(0,auto)minmax(0,auto)1fr !important; }
  .list\! :where(.list-row) :not(.list-col-wrap) { grid-row-start: 1 !important; }
  :is(.list\! > :not(:last-child).list-row, .list\! > :not(:last-child) .list-row)::after { content: "" !important; border-bottom-width:  !important; border-bottom-style:  !important; inset-inline: var(--radius-box) !important; border-color: var(--color-base-content) !important; position: absolute !important; bottom: 0px !important; }
  @supports (color:color-mix(in lab,red,red)) {
  :is(.list\! > :not(:last-child).list-row, .list\! > :not(:last-child) .list-row)::after { border-color: color-mix(in oklab,var(--color-base-content)5%,transparent) !important; }
}
  .toast { translate: var(--toast-x,0)var(--toast-y,0); inset-inline: auto 1rem; background-color: rgba(0, 0, 0, 0); flex-direction: column; gap: 0.5rem; width: max-content; max-width: calc(-2rem + 100vw); display: flex; position: fixed; top: auto; bottom: 1rem; }
  .toast > * { animation: 0.25s ease-out 0s 1 normal none running toast; }
  .toast:where(.toast-start) { --toast-x: 0; inset-inline: 1rem auto; }
  .toast:where(.toast-center) { --toast-x: -50%; inset-inline: 50%; }
  .toast:where(.toast-end) { --toast-x: 0; inset-inline: auto 1rem; }
  .toast:where(.toast-bottom) { --toast-y: 0; top: auto; bottom: 1rem; }
  .toast:where(.toast-middle) { --toast-y: -50%; top: 50%; bottom: auto; }
  .toast:where(.toast-top) { --toast-y: 0; top: 1rem; bottom: auto; }
  .toggle { border: var(--border)solid currentColor; color: var(--input-color); cursor: pointer; appearance: none; vertical-align: middle; user-select: none; --radius-selector-max: calc(var(--radius-selector) + var(--radius-selector) + var(--radius-selector)); border-radius: calc(var(--radius-selector) + min(var(--toggle-p),var(--radius-selector-max)) + min(var(--border),var(--radius-selector-max))); padding: var(--toggle-p); flex-shrink: 0; grid-template-columns: 0fr 1fr 1fr; place-content: center; display: inline-grid; position: relative; box-shadow: 0px 1px inset; }
  @supports (color:color-mix(in lab,red,red)) {
  .toggle { box-shadow: 0 1px color-mix(in oklab,currentColor calc(var(--depth)*10%),#0000) inset; }
}
  .toggle { --input-color: var(--color-base-content); transition: color 0.3s, grid-template-columns 0.2s; }
  @supports (color:color-mix(in lab,red,red)) {
  .toggle { --input-color: color-mix(in oklab,var(--color-base-content)50%,#0000); }
}
  .toggle { --toggle-p: calc(var(--size)*.125); --size: calc(var(--size-selector,.25rem)*6); width: calc((var(--size)*2) - (var(--border) + var(--toggle-p))*2); height: var(--size); }
  .toggle > * { z-index: 1; cursor: pointer; appearance: none; background-color: rgba(0, 0, 0, 0); border: none; grid-column: 2 / span 1; grid-row-start: 1; height: 100%; padding: 0.125rem; transition: opacity 0.2s, rotate 0.4s; }
  .toggle > :focus { --tw-outline-style: none; outline-style: none; }
  @media (forced-colors: active) {
  .toggle > :focus { outline-offset: 2px; outline: rgba(0, 0, 0, 0) solid 2px; }
}
  .toggle > :nth-child(2) { color: var(--color-base-100); rotate: none; }
  .toggle > :nth-child(3) { color: var(--color-base-100); opacity: 0; rotate: -15deg; }
  .toggle:has(:checked) > :nth-child(2) { opacity: 0; rotate: 15deg; }
  .toggle:has(:checked) > :nth-child(3) { opacity: 1; rotate: none; }
  .toggle::before { aspect-ratio: 1 / 1; border-radius: var(--radius-selector); --tw-content: ""; content: var(--tw-content); height: 100%; box-shadow: 0 -1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,0 1px currentColor; background-color: currentcolor; grid-row-start: 1; grid-column-start: 2; transition: background-color 0.1s, translate 0.2s, inset-inline-start 0.2s; position: relative; inset-inline-start: 0px; translate: 0px; }
  @supports (color:color-mix(in lab,red,red)) {
  .toggle::before { box-shadow: 0 -1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,0 1px color-mix(in oklab,currentColor calc(var(--depth)*10%),#0000); }
}
  .toggle::before { background-size: auto,calc(var(--noise)*100%); background-image: none,var(--fx-noise); }
  @media (forced-colors: active) {
  .toggle::before { outline-style: var(--tw-outline-style); outline-offset: -1px; outline-width: 1px; }
}
  @media print {
  .toggle::before { outline-offset: -1rem; outline: solid 0.25rem; }
}
  .toggle:focus-visible, .toggle:has(:focus-visible) { outline-offset: 2px; outline: solid 2px; }
  .toggle:checked, .toggle[aria-checked="true"], .toggle:has(> input:checked) { background-color: var(--color-base-100); --input-color: var(--color-base-content); grid-template-columns: 1fr 1fr 0fr; }
  :is(.toggle:checked, .toggle[aria-checked="true"], .toggle:has(> input:checked))::before { background-color: currentcolor; }
  @starting-style {
  :is(.toggle:checked, .toggle[aria-checked="true"], .toggle:has(> input:checked))::before { opacity: 0; }
}
  .toggle:indeterminate { grid-template-columns: 0.5fr 1fr 0.5fr; }
  .toggle:disabled { cursor: not-allowed; opacity: 0.3; }
  .toggle:disabled::before { border: var(--border)solid currentColor; background-color: rgba(0, 0, 0, 0); }
  .input { cursor: text; border-top-style: ; border-top-width: ; border-right-style: ; border-right-width: ; border-bottom-style: ; border-bottom-width: ; border-left-style: ; border-left-width: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; appearance: none; background-color: var(--color-base-100); vertical-align: middle; white-space: nowrap; width: clamp(3rem, 20rem, 100%); height: var(--size); touch-action: manipulation; border-color: var(--input-color); box-shadow: 0 1px var(--input-color) inset,0 -1px oklch(100% 0 0/calc(var(--depth)*.1)) inset; border-start-start-radius: var(--join-ss,var(--radius-field)); border-start-end-radius: var(--join-se,var(--radius-field)); border-end-end-radius: var(--join-ee,var(--radius-field)); border-end-start-radius: var(--join-es,var(--radius-field)); flex-shrink: 1; align-items: center; gap: 0.5rem; padding-inline: 0.75rem; font-size: 0.875rem; display: inline-flex; position: relative; }
  @supports (color:color-mix(in lab,red,red)) {
  .input { box-shadow: 0 1px color-mix(in oklab,var(--input-color)calc(var(--depth)*10%),#0000) inset,0 -1px oklch(100% 0 0/calc(var(--depth)*.1)) inset; }
}
  .input { --size: calc(var(--size-field,.25rem)*10); --input-color: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  .input { --input-color: color-mix(in oklab,var(--color-base-content)20%,#0000); }
}
  .input:where(input) { display: inline-flex; }
  .input :where(input) { appearance: none; background-color: rgba(0, 0, 0, 0); border: none; width: 100%; height: 100%; display: inline-flex; }
  .input :where(input):focus, .input :where(input):focus-within { --tw-outline-style: none; outline-style: none; }
  @media (forced-colors: active) {
  .input :where(input):focus, .input :where(input):focus-within { outline-offset: 2px; outline: rgba(0, 0, 0, 0) solid 2px; }
}
  .input :where(input[type="url"]), .input :where(input[type="email"]) { direction: ltr; }
  .input :where(input[type="date"]) { display: inline-block; }
  .input:focus, .input:focus-within { --input-color: var(--color-base-content); box-shadow: 0 1px var(--input-color); }
  @supports (color:color-mix(in lab,red,red)) {
  .input:focus, .input:focus-within { box-shadow: 0 1px color-mix(in oklab,var(--input-color)calc(var(--depth)*10%),#0000); }
}
  .input:focus, .input:focus-within { outline: 2px solid var(--input-color); outline-offset: 2px; isolation: isolate; z-index: 1; }
  .input:has(> input[disabled]), .input:is(:disabled, [disabled]) { cursor: not-allowed; border-color: var(--color-base-200); background-color: var(--color-base-200); color: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  .input:has(> input[disabled]), .input:is(:disabled, [disabled]) { color: color-mix(in oklab,var(--color-base-content)40%,transparent); }
}
  :is(.input:has(> input[disabled]), .input:is(:disabled, [disabled]))::placeholder { color: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  :is(.input:has(> input[disabled]), .input:is(:disabled, [disabled]))::placeholder { color: color-mix(in oklab,var(--color-base-content)20%,transparent); }
}
  .input:has(> input[disabled]), .input:is(:disabled, [disabled]) { box-shadow: none; }
  .input:has(> input[disabled]) > input[disabled] { cursor: not-allowed; }
  .input::-webkit-date-and-time-value { text-align: inherit; }
  .input[type="number"]::-webkit-inner-spin-button { margin-block: -0.75rem; margin-inline-end: -0.75rem; }
  .input::-webkit-calendar-picker-indicator { position: absolute; inset-inline-end: 0.75em; }
  .table { border-radius: var(--radius-box); text-align: left; width: 100%; font-size: 0.875rem; position: relative; }
  .table:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { text-align: right; }
  @media (hover: hover) {
  :is(.table tr.row-hover, .table tr.row-hover:nth-child(2n)):hover { background-color: var(--color-base-200); }
}
  .table :where(th, td) { vertical-align: middle; padding-block: 0.75rem; padding-inline: 1rem; }
  .table :where(thead, tfoot) { white-space: nowrap; color: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  .table :where(thead, tfoot) { color: color-mix(in oklab,var(--color-base-content)60%,transparent); }
}
  .table :where(thead, tfoot) { font-size: 0.875rem; font-weight: 600; }
  .table :where(tfoot) { border-top: var(--border)solid var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  .table :where(tfoot) { border-top: var(--border)solid color-mix(in oklch,var(--color-base-content)5%,#0000); }
}
  .table :where(.table-pin-rows thead tr) { z-index: 1; background-color: var(--color-base-100); position: sticky; top: 0px; }
  .table :where(.table-pin-rows tfoot tr) { z-index: 1; background-color: var(--color-base-100); position: sticky; bottom: 0px; }
  .table :where(.table-pin-cols tr th) { background-color: var(--color-base-100); position: sticky; left: 0px; right: 0px; }
  .table :where(thead tr, tbody tr:not(:last-child)) { border-bottom: var(--border)solid var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  .table :where(thead tr, tbody tr:not(:last-child)) { border-bottom: var(--border)solid color-mix(in oklch,var(--color-base-content)5%,#0000); }
}
  .range { appearance: none; --range-thumb: var(--color-base-100); --range-thumb-size: calc(var(--size-selector,.25rem)*6); --range-progress: currentColor; --range-fill: 1; --range-p: .25rem; --range-bg: currentColor; }
  @supports (color:color-mix(in lab,red,red)) {
  .range { --range-bg: color-mix(in oklab,currentColor 10%,#0000); }
}
  .range { cursor: pointer; vertical-align: middle; --radius-selector-max: calc(var(--radius-selector) + var(--radius-selector) + var(--radius-selector)); border-radius: calc(var(--radius-selector) + min(var(--range-p),var(--radius-selector-max))); width: clamp(3rem, 20rem, 100%); height: var(--range-thumb-size); background-color: rgba(0, 0, 0, 0); border: none; overflow: hidden; }
  [dir="rtl"] .range { --range-dir: -1; }
  .range:focus { outline: none; }
  .range:focus-visible { outline-offset: 2px; outline: solid 2px; }
  .range::-webkit-slider-runnable-track { background-color: var(--range-bg); border-radius: var(--radius-selector); width: 100%; height: calc(var(--range-thumb-size)*.5); }
  @media (forced-colors: active) {
  .range::-webkit-slider-runnable-track { border: 1px solid; }
}
  .range::-webkit-slider-thumb { box-sizing: border-box; border-radius: calc(var(--radius-selector) + min(var(--range-p),var(--radius-selector-max))); height: var(--range-thumb-size); width: var(--range-thumb-size); border: var(--range-p)solid; appearance: none; color: var(--range-progress); box-shadow: 0 -1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,0 1px currentColor,0 0 0 2rem var(--range-thumb) inset,calc((var(--range-dir,1)*-100rem) - (var(--range-dir,1)*var(--range-thumb-size)/2)) 0 0 calc(100rem*var(--range-fill)); background-color: currentcolor; position: relative; top: 50%; transform: translateY(-50%); }
  @supports (color:color-mix(in lab,red,red)) {
  .range::-webkit-slider-thumb { box-shadow: 0 -1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,0 1px color-mix(in oklab,currentColor calc(var(--depth)*10%),#0000),0 0 0 2rem var(--range-thumb) inset,calc((var(--range-dir,1)*-100rem) - (var(--range-dir,1)*var(--range-thumb-size)/2)) 0 0 calc(100rem*var(--range-fill)); }
}
  @supports (color:color-mix(in lab,red,red)) {
}
  .range:disabled { cursor: not-allowed; opacity: 0.3; }
  .chat-bubble { border-radius: var(--radius-field); background-color: var(--color-base-300); width: fit-content; color: var(--color-base-content); grid-row-end: 3; min-width: 2.5rem; max-width: 90%; min-height: 2rem; padding-block: 0.5rem; padding-inline: 1rem; display: block; position: relative; }
  .chat-bubble::before { background-color: inherit; content: ""; width: 0.75rem; height: 0.75rem; mask-repeat: no-repeat; mask-image: var(--mask-chat); position: absolute; bottom: 0px; mask-position: 0px -1px; mask-size: 13px; }
  .select { border: var(--border)solid #0000; appearance: none; background-color: var(--color-base-100); vertical-align: middle; width: clamp(3rem, 20rem, 100%); height: var(--size); touch-action: manipulation; text-overflow: ellipsis; box-shadow: 0 1px var(--input-color) inset,0 -1px oklch(100% 0 0/calc(var(--depth)*.1)) inset; background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, currentcolor 50%), linear-gradient(135deg, currentcolor 50%, rgba(0, 0, 0, 0) 50%); background-position: calc(100% - 20px) calc(50% + 1px), calc(100% - 16.1px) calc(50% + 1px); background-repeat: no-repeat; background-size: 4px 4px, 4px 4px; border-start-start-radius: var(--join-ss,var(--radius-field)); border-start-end-radius: var(--join-se,var(--radius-field)); border-end-end-radius: var(--join-ee,var(--radius-field)); border-end-start-radius: var(--join-es,var(--radius-field)); flex-shrink: 1; align-items: center; gap: 0.375rem; padding-inline: 1rem 1.75rem; font-size: 0.875rem; display: inline-flex; position: relative; }
  @supports (color:color-mix(in lab,red,red)) {
  .select { box-shadow: 0 1px color-mix(in oklab,var(--input-color)calc(var(--depth)*10%),#0000) inset,0 -1px oklch(100% 0 0/calc(var(--depth)*.1)) inset; }
}
  .select { border-color: var(--input-color); --input-color: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  .select { --input-color: color-mix(in oklab,var(--color-base-content)20%,#0000); }
}
  .select { --size: calc(var(--size-field,.25rem)*10); }
  [dir="rtl"] .select { background-position: 12px calc(50% + 1px), 16px calc(50% + 1px); }
  .select select { appearance: none; background: inherit; border-radius: inherit; border-style: none; width: calc(100% + 2.75rem); height: calc(100% - 2px); margin-inline: -1rem -1.75rem; padding-inline: 1rem 1.75rem; }
  .select select:focus, .select select:focus-within { --tw-outline-style: none; outline-style: none; }
  @media (forced-colors: active) {
  .select select:focus, .select select:focus-within { outline-offset: 2px; outline: rgba(0, 0, 0, 0) solid 2px; }
}
  .select select:not(:last-child) { background-image: none; margin-inline-end: -1.375rem; }
  .select:focus, .select:focus-within { --input-color: var(--color-base-content); box-shadow: 0 1px var(--input-color); }
  @supports (color:color-mix(in lab,red,red)) {
  .select:focus, .select:focus-within { box-shadow: 0 1px color-mix(in oklab,var(--input-color)calc(var(--depth)*10%),#0000); }
}
  .select:focus, .select:focus-within { outline: 2px solid var(--input-color); outline-offset: 2px; isolation: isolate; z-index: 1; }
  .select:has(> select[disabled]), .select:is(:disabled, [disabled]) { cursor: not-allowed; border-color: var(--color-base-200); background-color: var(--color-base-200); color: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  .select:has(> select[disabled]), .select:is(:disabled, [disabled]) { color: color-mix(in oklab,var(--color-base-content)40%,transparent); }
}
  :is(.select:has(> select[disabled]), .select:is(:disabled, [disabled]))::placeholder { color: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  :is(.select:has(> select[disabled]), .select:is(:disabled, [disabled]))::placeholder { color: color-mix(in oklab,var(--color-base-content)20%,transparent); }
}
  .select:has(> select[disabled]) > select[disabled] { cursor: not-allowed; }
  .card { border-radius: var(--radius-box); outline-offset: 2px; outline: rgba(0, 0, 0, 0) solid 0px; flex-direction: column; transition: outline 0.2s ease-in-out; display: flex; position: relative; }
  .card:focus { --tw-outline-style: none; outline-style: none; }
  @media (forced-colors: active) {
  .card:focus { outline-offset: 2px; outline: rgba(0, 0, 0, 0) solid 2px; }
}
  .card:focus-visible { outline-color: currentcolor; }
  .card :where(figure:first-child) { border-start-start-radius: inherit; border-start-end-radius: inherit; border-end-end-radius: unset; border-end-start-radius: unset; overflow: hidden; }
  .card :where(figure:last-child) { border-start-start-radius: unset; border-start-end-radius: unset; border-end-end-radius: inherit; border-end-start-radius: inherit; overflow: hidden; }
  .card:where(.card-border) { border: var(--border)solid var(--color-base-200); }
  .card:where(.card-dash) { border: var(--border)dashed var(--color-base-200); }
  .card.image-full { display: grid; }
  .card.image-full > * { grid-row-start: 1; grid-column-start: 1; }
  .card.image-full > .card-body { color: var(--color-neutral-content); position: relative; }
  .card.image-full :where(figure) { border-radius: inherit; overflow: hidden; }
  .card.image-full > figure img { object-fit: cover; filter: brightness(28%); height: 100%; }
  .card figure { justify-content: center; align-items: center; display: flex; }
  .card:has(> input:is(input[type="checkbox"], input[type="radio"])) { cursor: pointer; user-select: none; }
  .card:has(> :checked) { outline: solid 2px; }
  .collapse-title { grid-row-start: 1; grid-column-start: 1; width: 100%; min-height: 1lh; padding: 1rem; padding-inline-end: 3rem; transition: background-color 0.2s ease-out; position: relative; }
  .sr-only { clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; width: 1px; height: 1px; margin: -1px; padding: 0px; position: absolute; overflow: hidden; }
  .mockup-code { border-radius: var(--radius-box); background-color: var(--color-neutral); color: var(--color-neutral-content); direction: ltr; padding-block: 1.25rem; font-size: 0.875rem; position: relative; overflow: auto hidden; }
  .mockup-code::before { content: ""; opacity: 0.3; border-radius: 3.40282e+38px; width: 0.75rem; height: 0.75rem; margin-bottom: 1rem; display: block; box-shadow: 1.4em 0px, 2.8em 0px, 4.2em 0px; }
  .mockup-code pre { padding-right: 1.25rem; }
  .mockup-code pre::before { content: ""; margin-right: 2ch; }
  .mockup-code pre[data-prefix]::before { content: attr(data-prefix); text-align: right; opacity: 0.5; width: 2rem; display: inline-block; }
  .avatar { vertical-align: middle; display: inline-flex; position: relative; }
  .avatar > div { aspect-ratio: 1 / 1; display: block; overflow: hidden; }
  .avatar img { object-fit: cover; width: 100%; height: 100%; }
  .checkbox { border: var(--border)solid var(--input-color,var(--color-base-content)); }
  @supports (color:color-mix(in lab,red,red)) {
  .checkbox { border: var(--border)solid var(--input-color,color-mix(in oklab,var(--color-base-content)20%,#0000)); }
}
  .checkbox { cursor: pointer; appearance: none; border-radius: var(--radius-selector); vertical-align: middle; color: var(--color-base-content); box-shadow: 0 1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,0 0 #0000 inset,0 0 #0000; --size: calc(var(--size-selector,.25rem)*6); width: var(--size); height: var(--size); background-size: auto,calc(var(--noise)*100%); background-image: none,var(--fx-noise); flex-shrink: 0; padding: 0.25rem; transition: background-color 0.2s, box-shadow 0.2s; display: inline-block; position: relative; }
  .checkbox::before { --tw-content: ""; content: var(--tw-content); opacity: 0; clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 70% 80%, 70% 100%); width: 100%; height: 100%; box-shadow: 0 3px oklch(100% 0 0/calc(var(--depth)*.1)) inset; background-color: currentcolor; font-size: 1rem; line-height: 0.75; transition: clip-path 0.3s 0.1s, opacity 0.1s 0.1s, rotate 0.3s 0.1s, translate 0.3s 0.1s; display: block; rotate: 45deg; }
  .checkbox:focus-visible { outline: 2px solid var(--input-color,currentColor); outline-offset: 2px; }
  .checkbox:checked, .checkbox[aria-checked="true"] { background-color: var(--input-color,#0000); box-shadow: 0 0 #0000 inset,0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,0 1px oklch(0% 0 0/calc(var(--depth)*.1)); }
  :is(.checkbox:checked, .checkbox[aria-checked="true"])::before { clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 0%, 70% 0%, 70% 100%); opacity: 1; }
  @media (forced-colors: active) {
  :is(.checkbox:checked, .checkbox[aria-checked="true"])::before { --tw-content: "✔︎"; clip-path: none; background-color: rgba(0, 0, 0, 0); rotate: none; }
}
  @media print {
  :is(.checkbox:checked, .checkbox[aria-checked="true"])::before { --tw-content: "✔︎"; clip-path: none; background-color: rgba(0, 0, 0, 0); rotate: none; }
}
  .checkbox:indeterminate::before { opacity: 1; clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 80% 80%, 80% 100%); translate: 0px -35%; rotate: none; }
  .checkbox:disabled { cursor: not-allowed; opacity: 0.2; }
  .radio { cursor: pointer; appearance: none; vertical-align: middle; border: var(--border)solid var(--input-color,currentColor); border-radius: 3.40282e+38px; flex-shrink: 0; padding: 0.25rem; display: inline-block; position: relative; }
  @supports (color:color-mix(in lab,red,red)) {
  .radio { border: var(--border)solid var(--input-color,color-mix(in srgb,currentColor 20%,#0000)); }
}
  .radio { box-shadow: 0 1px oklch(0% 0 0/calc(var(--depth)*.1)) inset; --size: calc(var(--size-selector,.25rem)*6); width: var(--size); height: var(--size); color: var(--input-color,currentColor); }
  .radio::before { --tw-content: ""; content: var(--tw-content); background-size: auto,calc(var(--noise)*100%); background-image: none,var(--fx-noise); border-radius: 3.40282e+38px; width: 100%; height: 100%; display: block; }
  .radio:focus-visible { outline: solid 2px; }
  .radio:checked, .radio[aria-checked="true"] { background-color: var(--color-base-100); border-color: currentcolor; animation: 0.2s ease-out 0s 1 normal none running radio; }
  :is(.radio:checked, .radio[aria-checked="true"])::before { box-shadow: 0 -1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,0 1px oklch(0% 0 0/calc(var(--depth)*.1)); background-color: currentcolor; }
  @media (forced-colors: active) {
  :is(.radio:checked, .radio[aria-checked="true"])::before { outline-style: var(--tw-outline-style); outline-offset: -1px; outline-width: 1px; }
}
  @media print {
  :is(.radio:checked, .radio[aria-checked="true"])::before { outline-offset: -1rem; outline: solid 0.25rem; }
}
  .radio:disabled { cursor: not-allowed; opacity: 0.2; }
  .drawer { grid-auto-columns: max-content auto; width: 100%; display: grid; position: relative; }
  .progress { appearance: none; border-radius: var(--radius-box); background-color: currentcolor; width: 100%; height: 0.5rem; position: relative; overflow: hidden; }
  @supports (color:color-mix(in lab,red,red)) {
  .progress { background-color: color-mix(in oklab, currentcolor 20%, transparent); }
}
  .progress { color: var(--color-base-content); }
  .progress:indeterminate { background-image: repeating-linear-gradient(90deg, currentcolor -1%, currentcolor 10%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%); background-position-x: 15%; background-size: 200%; animation: 5s ease-in-out 0s infinite normal none running progress; }
  @supports ((-moz-appearance:none)) {
}
  @supports ((-webkit-appearance:none)) {
  .progress::-webkit-progress-bar { border-radius: var(--radius-box); background-color: rgba(0, 0, 0, 0); }
  .progress::-webkit-progress-value { border-radius: var(--radius-box); background-color: currentcolor; }
}
  .absolute { position: absolute; }
  .fixed { position: fixed; }
  .relative { position: relative; }
  .static { position: static; }
  .inset-0 { inset: calc(var(--spacing)*0); }
  .inset-2 { inset: calc(var(--spacing)*2); }
  .chat-end { grid-template-columns: 1fr auto; place-items: end; }
  .chat-end .chat-header, .chat-end .chat-footer { grid-column-start: 1; }
  .chat-end .chat-image { grid-column-start: 2; }
  .chat-end .chat-bubble { border-end-end-radius: 0px; grid-column-start: 1; }
  .chat-end .chat-bubble::before { inset-inline-start: 100%; transform: rotateY(180deg); }
  [dir="rtl"] :is(.chat-end .chat-bubble)::before { transform: rotateY(0deg); }
  .chat-start { grid-template-columns: auto 1fr; place-items: start; }
  .chat-start .chat-header, .chat-start .chat-footer { grid-column-start: 2; }
  .chat-start .chat-image { grid-column-start: 1; }
  .chat-start .chat-bubble { border-end-start-radius: 0px; grid-column-start: 2; }
  .chat-start .chat-bubble::before { inset-inline-start: -0.75rem; transform: rotateY(0deg); }
  [dir="rtl"] :is(.chat-start .chat-bubble)::before { transform: rotateY(180deg); }
  .dropdown-end { --anchor-h: span-left; }
  .dropdown-end :where(.dropdown-content) { inset-inline-end: 0px; translate: 0px; }
  .dropdown-end.dropdown-left { --anchor-h: left; --anchor-v: span-top; }
  .dropdown-end.dropdown-left .dropdown-content { top: auto; bottom: 0px; }
  .dropdown-end.dropdown-right { --anchor-h: right; --anchor-v: span-top; }
  .dropdown-end.dropdown-right .dropdown-content { top: auto; bottom: 0px; }
  .-top-1 { top: calc(var(--spacing)*-1); }
  .top-0 { top: calc(var(--spacing)*0); }
  .top-1\/2 { top: 50%; }
  .top-2 { top: calc(var(--spacing)*2); }
  .top-2\.5 { top: calc(var(--spacing)*2.5); }
  .top-4 { top: calc(var(--spacing)*4); }
  .top-5 { top: calc(var(--spacing)*5); }
  .top-10 { top: calc(var(--spacing)*10); }
  .top-22 { top: calc(var(--spacing)*22); }
  .top-\[50\%\] { top: 50%; }
  .-right-1 { right: calc(var(--spacing)*-1); }
  .-right-3 { right: calc(var(--spacing)*-3); }
  .right-0 { right: calc(var(--spacing)*0); }
  .right-2 { right: calc(var(--spacing)*2); }
  .right-2\.5 { right: calc(var(--spacing)*2.5); }
  .right-4 { right: calc(var(--spacing)*4); }
  .right-5 { right: calc(var(--spacing)*5); }
  .right-20 { right: calc(var(--spacing)*20); }
  .-bottom-16 { bottom: calc(var(--spacing)*-16); }
  .bottom-0 { bottom: calc(var(--spacing)*0); }
  .bottom-2 { bottom: calc(var(--spacing)*2); }
  .bottom-5 { bottom: calc(var(--spacing)*5); }
  .bottom-\[30px\] { bottom: 30px; }
  .-left-full { left: -100%; }
  .left-0 { left: calc(var(--spacing)*0); }
  .left-1\/2 { left: 50%; }
  .left-15 { left: calc(var(--spacing)*15); }
  .textarea { border-top-style: ; border-top-width: ; border-right-style: ; border-right-width: ; border-bottom-style: ; border-bottom-width: ; border-left-style: ; border-left-width: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; appearance: none; border-radius: var(--radius-field); background-color: var(--color-base-100); vertical-align: middle; touch-action: manipulation; border-color: var(--input-color); width: clamp(3rem, 20rem, 100%); min-height: 5rem; box-shadow: 0 1px var(--input-color) inset,0 -1px oklch(100% 0 0/calc(var(--depth)*.1)) inset; flex-shrink: 1; padding-block: 0.5rem; padding-inline: 0.75rem; font-size: 0.875rem; }
  @supports (color:color-mix(in lab,red,red)) {
  .textarea { box-shadow: 0 1px color-mix(in oklab,var(--input-color)calc(var(--depth)*10%),#0000) inset,0 -1px oklch(100% 0 0/calc(var(--depth)*.1)) inset; }
}
  .textarea { --input-color: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  .textarea { --input-color: color-mix(in oklab,var(--color-base-content)20%,#0000); }
}
  .textarea textarea { appearance: none; background-color: rgba(0, 0, 0, 0); border: none; }
  .textarea textarea:focus, .textarea textarea:focus-within { --tw-outline-style: none; outline-style: none; }
  @media (forced-colors: active) {
  .textarea textarea:focus, .textarea textarea:focus-within { outline-offset: 2px; outline: rgba(0, 0, 0, 0) solid 2px; }
}
  .textarea:focus, .textarea:focus-within { --input-color: var(--color-base-content); box-shadow: 0 1px var(--input-color); }
  @supports (color:color-mix(in lab,red,red)) {
  .textarea:focus, .textarea:focus-within { box-shadow: 0 1px color-mix(in oklab,var(--input-color)calc(var(--depth)*10%),#0000); }
}
  .textarea:focus, .textarea:focus-within { outline: 2px solid var(--input-color); outline-offset: 2px; isolation: isolate; }
  .textarea:has(> textarea[disabled]), .textarea:is(:disabled, [disabled]) { cursor: not-allowed; border-color: var(--color-base-200); background-color: var(--color-base-200); color: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  .textarea:has(> textarea[disabled]), .textarea:is(:disabled, [disabled]) { color: color-mix(in oklab,var(--color-base-content)40%,transparent); }
}
  :is(.textarea:has(> textarea[disabled]), .textarea:is(:disabled, [disabled]))::placeholder { color: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  :is(.textarea:has(> textarea[disabled]), .textarea:is(:disabled, [disabled]))::placeholder { color: color-mix(in oklab,var(--color-base-content)20%,transparent); }
}
  .textarea:has(> textarea[disabled]), .textarea:is(:disabled, [disabled]) { box-shadow: none; }
  .textarea:has(> textarea[disabled]) > textarea[disabled] { cursor: not-allowed; }
  .stack { grid-template-rows: 3px 4px 1fr 4px 3px; grid-template-columns: 3px 4px 1fr 4px 3px; display: inline-grid; }
  .stack > * { width: 100%; height: 100%; }
  .stack > :nth-child(n+2) { opacity: 0.7; width: 100%; }
  .stack > :nth-child(2) { z-index: 2; opacity: 0.9; }
  .stack > :first-child { z-index: 3; width: 100%; }
  :is(.stack, .stack.stack-bottom) > * { grid-area: 3 / 3 / 6 / 4; }
  :is(.stack, .stack.stack-bottom) > :nth-child(2) { grid-area: 2 / 2 / 5 / 5; }
  :is(.stack, .stack.stack-bottom) > :first-child { grid-area: 1 / 1 / 4 / 6; }
  .stack.stack-top > * { grid-area: 1 / 3 / 4 / 4; }
  .stack.stack-top > :nth-child(2) { grid-area: 2 / 2 / 5 / 5; }
  .stack.stack-top > :first-child { grid-area: 3 / 1 / 6 / 6; }
  .stack.stack-start > * { grid-area: 3 / 1 / 4 / 4; }
  .stack.stack-start > :nth-child(2) { grid-area: 2 / 2 / 5 / 5; }
  .stack.stack-start > :first-child { grid-area: 1 / 3 / 6 / 6; }
  .stack.stack-end > * { grid-area: 3 / 3 / 4 / 6; }
  .stack.stack-end > :nth-child(2) { grid-area: 2 / 2 / 5 / 5; }
  .stack.stack-end > :first-child { grid-area: 1 / 1 / 6 / 4; }
  .modal-backdrop { color: rgba(0, 0, 0, 0); z-index: -1; grid-row-start: 1; grid-column-start: 1; place-self: stretch; display: grid; }
  .modal-backdrop button { cursor: pointer; }
  .z-0 { z-index: 0; }
  .z-1 { z-index: 1; }
  .z-2 { z-index: 2; }
  .z-3 { z-index: 3; }
  .z-10 { z-index: 10; }
  .z-50 { z-index: 50; }
  .z-100 { z-index: 100; }
  .z-999 { z-index: 999; }
  .z-\[1\] { z-index: 1; }
  .modal-box { background-color: var(--color-base-100); border-top-left-radius: var(--modal-tl,var(--radius-box)); border-top-right-radius: var(--modal-tr,var(--radius-box)); border-bottom-left-radius: var(--modal-bl,var(--radius-box)); border-bottom-right-radius: var(--modal-br,var(--radius-box)); opacity: 0; overscroll-behavior: contain; grid-row-start: 1; grid-column-start: 1; width: 91.6667%; max-width: 32rem; max-height: 100vh; padding: 1.5rem; transition: translate 0.3s ease-out, scale 0.3s ease-out, opacity 0.2s ease-out 50ms, box-shadow 0.3s ease-out; overflow-y: auto; scale: 0.95; box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px; }
  .drawer-content { grid-row-start: 1; grid-column-start: 2; min-width: 0px; }
  .chat-image { grid-row: span 2 / span 2; align-self: flex-end; }
  .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: 70.5rem) {
  .container { max-width: 70.5rem; }
}
  .m-4 { margin: calc(var(--spacing)*4); }
  .m-8 { margin: calc(var(--spacing)*8); }
  .m-\[1px\] { margin: 1px; }
  .filter { flex-wrap: wrap; display: flex; }
  .filter input[type="radio"] { width: auto; }
  .filter input { opacity: 1; transition: margin 0.1s, opacity 0.3s, padding 0.3s, border-width 0.1s; overflow: hidden; scale: 1; }
  .filter input:not(:last-child) { margin-inline-end: 0.25rem; }
  .filter input.filter-reset { aspect-ratio: 1 / 1; }
  .filter input.filter-reset::after { content: "×"; }
  .filter:not(:has(input:checked:not(.filter-reset))) .filter-reset, .filter:not(:has(input:checked:not(.filter-reset))) input[type="reset"], .filter:has(input:checked:not(.filter-reset)) input:not(:checked, .filter-reset, input[type="reset"]) { opacity: 0; border-width: 0px; width: 0px; margin-inline: 0px; padding-inline: 0px; scale: 0; }
  .mx-2 { margin-inline: calc(var(--spacing)*2); }
  .mx-4 { margin-inline: calc(var(--spacing)*4); }
  .mx-auto { margin-inline: auto; }
  .my-2 { margin-block: calc(var(--spacing)*2); }
  .my-12 { margin-block: calc(var(--spacing)*12); }
  .my-18 { margin-block: calc(var(--spacing)*18); }
  .my-20 { margin-block: calc(var(--spacing)*20); }
  .label { white-space: nowrap; color: currentcolor; align-items: center; gap: 0.375rem; display: inline-flex; }
  @supports (color:color-mix(in lab,red,red)) {
  .label { color: color-mix(in oklab, currentcolor 60%, transparent); }
}
  .label:has(input) { cursor: pointer; }
  .label:is(.input > *, .select > *) { white-space: nowrap; height: calc(100% - 0.5rem); font-size: inherit; align-items: center; padding-inline: 0.75rem; display: flex; }
  .label:is(.input > *, .select > *):first-child { border-inline-end: var(--border)solid currentColor; margin-inline: -0.75rem 0.75rem; }
  @supports (color:color-mix(in lab,red,red)) {
  .label:is(.input > *, .select > *):first-child { border-inline-end: var(--border)solid color-mix(in oklab,currentColor 10%,#0000); }
}
  .label:is(.input > *, .select > *):last-child { border-inline-start: var(--border)solid currentColor; margin-inline: 0.75rem -0.75rem; }
  @supports (color:color-mix(in lab,red,red)) {
  .label:is(.input > *, .select > *):last-child { border-inline-start: var(--border)solid color-mix(in oklab,currentColor 10%,#0000); }
}
  .prose { color: var(--tw-prose-body); max-width: 65ch; }
  .prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.25em; margin-bottom: 1.25em; }
  .prose :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: var(--tw-prose-lead); margin-top: 1.2em; margin-bottom: 1.2em; font-size: 1.25em; line-height: 1.6; }
  .prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: var(--tw-prose-links); font-weight: 500; text-decoration: underline; }
  .prose :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: var(--tw-prose-bold); font-weight: 600; }
  .prose :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: inherit; }
  .prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.25em; margin-bottom: 1.25em; padding-inline-start: 1.625em; list-style-type: decimal; }
  .prose :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) { list-style-type: upper-alpha; }
  .prose :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) { list-style-type: lower-alpha; }
  .prose :where():not(:where([class~="not-prose"], [class~="not-prose"] *)) { list-style-type: upper-alpha; }
  .prose :where():not(:where([class~="not-prose"], [class~="not-prose"] *)) { list-style-type: lower-alpha; }
  .prose :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) { list-style-type: upper-roman; }
  .prose :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) { list-style-type: lower-roman; }
  .prose :where():not(:where([class~="not-prose"], [class~="not-prose"] *)) { list-style-type: upper-roman; }
  .prose :where():not(:where([class~="not-prose"], [class~="not-prose"] *)) { list-style-type: lower-roman; }
  .prose :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) { list-style-type: decimal; }
  .prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.25em; margin-bottom: 1.25em; padding-inline-start: 1.625em; list-style-type: disc; }
  .prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker { color: var(--tw-prose-counters); font-weight: 400; }
  .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker { color: var(--tw-prose-bullets); }
  .prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: var(--tw-prose-headings); margin-top: 1.25em; font-weight: 600; }
  .prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) { border-color: var(--tw-prose-hr); border-top-width: 1px; margin-top: 3em; margin-bottom: 3em; }
  .prose :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: var(--tw-prose-quotes); border-inline-start-width: 0.25rem; border-inline-start-color: var(--tw-prose-quote-borders); quotes: "“" "”" "‘" "’"; margin-top: 1.6em; margin-bottom: 1.6em; padding-inline-start: 1em; font-style: italic; font-weight: 500; }
  .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *))::before { content: open-quote; }
  .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *))::after { content: close-quote; }
  .prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: var(--tw-prose-headings); margin-top: 0px; margin-bottom: 0.888889em; font-size: 2.25em; font-weight: 800; line-height: 1.11111; }
  .prose :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: inherit; font-weight: 900; }
  .prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: var(--tw-prose-headings); margin-top: 2em; margin-bottom: 1em; font-size: 1.5em; font-weight: 700; line-height: 1.33333; }
  .prose :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: inherit; font-weight: 800; }
  .prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: var(--tw-prose-headings); margin-top: 1.6em; margin-bottom: 0.6em; font-size: 1.25em; font-weight: 600; line-height: 1.6; }
  .prose :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: inherit; font-weight: 700; }
  .prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: var(--tw-prose-headings); margin-top: 1.5em; margin-bottom: 0.5em; font-weight: 600; line-height: 1.5; }
  .prose :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: inherit; font-weight: 700; }
  .prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 2em; margin-bottom: 2em; }
  .prose :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 2em; margin-bottom: 2em; display: block; }
  .prose :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 2em; margin-bottom: 2em; }
  .prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: var(--tw-prose-kbd); box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px rgb(var(--tw-prose-kbd-shadows)/10%); padding-top: 0.1875em; padding-inline: 0.375em; padding-bottom: 0.1875em; border-radius: 0.3125rem; font-family: inherit; font-size: 0.875em; font-weight: 500; }
  .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: var(--tw-prose-code); font-size: 0.875em; font-weight: 600; }
  .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before, .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after { content: "`"; }
  .prose :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: inherit; }
  .prose :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: inherit; font-size: 0.875em; }
  .prose :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: inherit; font-size: 0.9em; }
  .prose :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: inherit; }
  .prose :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: var(--tw-prose-pre-code); background-color: var(--tw-prose-pre-bg); padding-top: 0.857143em; padding-inline: 1.14286em; padding-bottom: 0.857143em; border-radius: 0.375rem; margin-top: 1.71429em; margin-bottom: 1.71429em; font-size: 0.875em; font-weight: 400; line-height: 1.71429; overflow-x: auto; }
  .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) { font-weight: inherit; color: inherit; font-size: inherit; font-family: inherit; line-height: inherit; background-color: rgba(0, 0, 0, 0); border-width: 0px; border-radius: 0px; padding: 0px; }
  .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before, .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after { content: none; }
  .prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) { table-layout: auto; width: 100%; margin-top: 2em; margin-bottom: 2em; font-size: 0.875em; line-height: 1.71429; }
  .prose :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) { border-bottom-width: 1px; border-bottom-color: var(--tw-prose-th-borders); }
  .prose :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: var(--tw-prose-headings); vertical-align: bottom; padding-inline: 0.571429em; padding-bottom: 0.571429em; font-weight: 600; }
  .prose :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) { border-bottom-width: 1px; border-bottom-color: var(--tw-prose-td-borders); }
  .prose :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { border-bottom-width: 0px; }
  .prose :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) { vertical-align: baseline; }
  .prose :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) { border-top-width: 1px; border-top-color: var(--tw-prose-th-borders); }
  .prose :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) { vertical-align: top; }
  .prose :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) { text-align: start; }
  .prose :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0px; margin-bottom: 0px; }
  .prose :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: var(--tw-prose-captions); margin-top: 0.857143em; font-size: 0.875em; line-height: 1.42857; }
  .prose { --tw-prose-body: oklch(37.3% .034 259.733); --tw-prose-headings: oklch(21% .034 264.665); --tw-prose-lead: oklch(44.6% .03 256.802); --tw-prose-links: oklch(21% .034 264.665); --tw-prose-bold: oklch(21% .034 264.665); --tw-prose-counters: oklch(55.1% .027 264.364); --tw-prose-bullets: oklch(87.2% .01 258.338); --tw-prose-hr: oklch(92.8% .006 264.531); --tw-prose-quotes: oklch(21% .034 264.665); --tw-prose-quote-borders: oklch(92.8% .006 264.531); --tw-prose-captions: oklch(55.1% .027 264.364); --tw-prose-kbd: oklch(21% .034 264.665); --tw-prose-kbd-shadows: NaN NaN NaN; --tw-prose-code: oklch(21% .034 264.665); --tw-prose-pre-code: oklch(92.8% .006 264.531); --tw-prose-pre-bg: oklch(27.8% .033 256.848); --tw-prose-th-borders: oklch(87.2% .01 258.338); --tw-prose-td-borders: oklch(92.8% .006 264.531); --tw-prose-invert-body: oklch(87.2% .01 258.338); --tw-prose-invert-headings: #fff; --tw-prose-invert-lead: oklch(70.7% .022 261.325); --tw-prose-invert-links: #fff; --tw-prose-invert-bold: #fff; --tw-prose-invert-counters: oklch(70.7% .022 261.325); --tw-prose-invert-bullets: oklch(44.6% .03 256.802); --tw-prose-invert-hr: oklch(37.3% .034 259.733); --tw-prose-invert-quotes: oklch(96.7% .003 264.542); --tw-prose-invert-quote-borders: oklch(37.3% .034 259.733); --tw-prose-invert-captions: oklch(70.7% .022 261.325); --tw-prose-invert-kbd: #fff; --tw-prose-invert-kbd-shadows: 255 255 255; --tw-prose-invert-code: #fff; --tw-prose-invert-pre-code: oklch(87.2% .01 258.338); --tw-prose-invert-pre-bg: #00000080; --tw-prose-invert-th-borders: oklch(44.6% .03 256.802); --tw-prose-invert-td-borders: oklch(37.3% .034 259.733); font-size: 1rem; line-height: 1.75; }
  .prose :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0px; margin-bottom: 0px; }
  .prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0.5em; margin-bottom: 0.5em; }
  .prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-inline-start: 0.375em; }
  .prose :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0.75em; margin-bottom: 0.75em; }
  .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.25em; }
  .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-bottom: 1.25em; }
  .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.25em; }
  .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-bottom: 1.25em; }
  .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0.75em; margin-bottom: 0.75em; }
  .prose :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.25em; margin-bottom: 1.25em; }
  .prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0.5em; padding-inline-start: 1.625em; }
  .prose :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0px; }
  .prose :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-inline-start: 0px; }
  .prose :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-inline-end: 0px; }
  .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-top: 0.571429em; padding-inline: 0.571429em; padding-bottom: 0.571429em; }
  .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-inline-start: 0px; }
  .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-inline-end: 0px; }
  .prose :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 2em; margin-bottom: 2em; }
  .prose :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0px; }
  .prose :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-bottom: 0px; }
  .prose-xl { font-size: 1.25rem; line-height: 1.8; }
  .prose-xl :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.2em; margin-bottom: 1.2em; }
  .prose-xl :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1em; margin-bottom: 1em; font-size: 1.2em; line-height: 1.5; }
  .prose-xl :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.6em; margin-bottom: 1.6em; padding-inline-start: 1.06667em; }
  .prose-xl :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0px; margin-bottom: 0.857143em; font-size: 2.8em; line-height: 1; }
  .prose-xl :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.55556em; margin-bottom: 0.888889em; font-size: 1.8em; line-height: 1.11111; }
  .prose-xl :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.6em; margin-bottom: 0.666667em; font-size: 1.5em; line-height: 1.33333; }
  .prose-xl :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.8em; margin-bottom: 0.6em; line-height: 1.6; }
  .prose-xl :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-xl :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 2em; margin-bottom: 2em; }
  .prose-xl :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0px; margin-bottom: 0px; }
  .prose-xl :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 2em; margin-bottom: 2em; }
  .prose-xl :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-top: 0.25em; padding-inline: 0.4em; padding-bottom: 0.25em; border-radius: 0.3125rem; font-size: 0.9em; }
  .prose-xl :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) { font-size: 0.9em; }
  .prose-xl :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) { font-size: 0.861111em; }
  .prose-xl :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) { font-size: 0.9em; }
  .prose-xl :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-top: 1.11111em; padding-inline: 1.33333em; padding-bottom: 1.11111em; border-radius: 0.5rem; margin-top: 2em; margin-bottom: 2em; font-size: 0.9em; line-height: 1.77778; }
  .prose-xl :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-xl :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.2em; margin-bottom: 1.2em; padding-inline-start: 1.6em; }
  .prose-xl :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0.6em; margin-bottom: 0.6em; }
  .prose-xl :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-xl :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-inline-start: 0.4em; }
  .prose-xl :where(.prose-xl > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0.8em; margin-bottom: 0.8em; }
  .prose-xl :where(.prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.2em; }
  .prose-xl :where(.prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-bottom: 1.2em; }
  .prose-xl :where(.prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.2em; }
  .prose-xl :where(.prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-bottom: 1.2em; }
  .prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0.8em; margin-bottom: 0.8em; }
  .prose-xl :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.2em; margin-bottom: 1.2em; }
  .prose-xl :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.2em; }
  .prose-xl :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0.6em; padding-inline-start: 1.6em; }
  .prose-xl :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 2.8em; margin-bottom: 2.8em; }
  .prose-xl :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-xl :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-xl :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-xl :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0px; }
  .prose-xl :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) { font-size: 0.9em; line-height: 1.55556; }
  .prose-xl :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-inline: 0.666667em; padding-bottom: 0.888889em; }
  .prose-xl :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-inline-start: 0px; }
  .prose-xl :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-inline-end: 0px; }
  .prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-top: 0.888889em; padding-inline: 0.666667em; padding-bottom: 0.888889em; }
  .prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-inline-start: 0px; }
  .prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-inline-end: 0px; }
  .prose-xl :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 2em; margin-bottom: 2em; }
  .prose-xl :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0px; margin-bottom: 0px; }
  .prose-xl :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1em; font-size: 0.9em; line-height: 1.55556; }
  .prose-xl :where(.prose-xl > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0px; }
  .prose-xl :where(.prose-xl > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-bottom: 0px; }
  .-mt-2\.5 { margin-top: calc(var(--spacing)*-2.5); }
  .mt-1 { margin-top: calc(var(--spacing)*1); }
  .mt-1\.5 { margin-top: calc(var(--spacing)*1.5); }
  .mt-2 { margin-top: calc(var(--spacing)*2); }
  .mt-2\.5 { margin-top: calc(var(--spacing)*2.5); }
  .mt-3 { margin-top: calc(var(--spacing)*3); }
  .mt-4 { margin-top: calc(var(--spacing)*4); }
  .mt-5 { margin-top: calc(var(--spacing)*5); }
  .mt-5\.5 { margin-top: calc(var(--spacing)*5.5); }
  .mt-6 { margin-top: calc(var(--spacing)*6); }
  .mt-7 { margin-top: calc(var(--spacing)*7); }
  .mt-7\.5 { margin-top: calc(var(--spacing)*7.5); }
  .mt-8 { margin-top: calc(var(--spacing)*8); }
  .mt-9 { margin-top: calc(var(--spacing)*9); }
  .mt-10 { margin-top: calc(var(--spacing)*10); }
  .mt-16 { margin-top: calc(var(--spacing)*16); }
  .mt-20 { margin-top: calc(var(--spacing)*20); }
  .mt-41\.25 { margin-top: calc(var(--spacing)*41.25); }
  .mt-\[3px\] { margin-top: 3px; }
  .mt-\[12px\] { margin-top: 12px; }
  .mt-\[46px\] { margin-top: 46px; }
  .mt-\[60px\] { margin-top: 60px; }
  .mt-auto { margin-top: auto; }
  .mr-2 { margin-right: calc(var(--spacing)*2); }
  .mr-3 { margin-right: calc(var(--spacing)*3); }
  .mr-5 { margin-right: calc(var(--spacing)*5); }
  .mr-10 { margin-right: calc(var(--spacing)*10); }
  .mr-\[5px\] { margin-right: 5px; }
  .mr-auto { margin-right: auto; }
  .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-5 { margin-bottom: calc(var(--spacing)*5); }
  .mb-6 { margin-bottom: calc(var(--spacing)*6); }
  .mb-8 { margin-bottom: calc(var(--spacing)*8); }
  .mb-12 { margin-bottom: calc(var(--spacing)*12); }
  .mb-16 { margin-bottom: calc(var(--spacing)*16); }
  .mb-\[10px\] { margin-bottom: 10px; }
  .-ml-6 { margin-left: calc(var(--spacing)*-6); }
  .ml-1 { margin-left: calc(var(--spacing)*1); }
  .ml-2 { margin-left: calc(var(--spacing)*2); }
  .ml-2\.5 { margin-left: calc(var(--spacing)*2.5); }
  .ml-3 { margin-left: calc(var(--spacing)*3); }
  .ml-4 { margin-left: calc(var(--spacing)*4); }
  .ml-12 { margin-left: calc(var(--spacing)*12); }
  .ml-auto { margin-left: auto; }
  .carousel-item { box-sizing: content-box; scroll-snap-align: start; flex: 0 0 auto; display: flex; }
  .status { aspect-ratio: 1 / 1; border-radius: var(--radius-selector); background-color: var(--color-base-content); width: 0.5rem; height: 0.5rem; display: inline-block; }
  @supports (color:color-mix(in lab,red,red)) {
  .status { background-color: color-mix(in oklab,var(--color-base-content)20%,transparent); }
}
  .status { vertical-align: middle; color: rgba(0, 0, 0, 0.3); background-position: 50% center; background-repeat: no-repeat; }
  @supports (color:color-mix(in lab,red,red)) {
  .status { color: rgba(0, 0, 0, 0.3); }
  @supports (color:color-mix(in lab,red,red)) {
  .status { color: color-mix(in oklab,var(--color-black)30%,transparent); }
}
}
  .status { background-image: radial-gradient(circle at 35% 30%,oklch(1 0 0/calc(var(--depth)*.5)),#0000); box-shadow: 0px 2px 3px -1px; }
  @supports (color:color-mix(in lab,red,red)) {
  .status { box-shadow: 0 2px 3px -1px color-mix(in oklab,currentColor calc(var(--depth)*100%),#0000); }
}
  .badge { border-radius: var(--radius-selector); vertical-align: middle; color: var(--badge-fg); border: var(--border)solid var(--badge-color,var(--color-base-200)); width: fit-content; padding-inline: calc(.25rem*3 - var(--border)); background-size: auto,calc(var(--noise)*100%); background-image: none,var(--fx-noise); background-color: var(--badge-bg); --badge-bg: var(--badge-color,var(--color-base-100)); --badge-fg: var(--color-base-content); --size: calc(var(--size-selector,.25rem)*6); height: var(--size); justify-content: center; align-items: center; gap: 0.5rem; font-size: 0.875rem; display: inline-flex; }
  .tabs { --tabs-height: auto; --tabs-direction: row; --tab-height: calc(var(--size-field,.25rem)*10); height: var(--tabs-height); flex-wrap: wrap; flex-direction: var(--tabs-direction); display: flex; }
  .navbar { align-items: center; width: 100%; min-height: 4rem; padding: 0.5rem; display: flex; }
  .footer { grid-auto-flow: row; place-items: start; gap: 2.5rem 1rem; width: 100%; font-size: 0.875rem; line-height: 1.25rem; display: grid; }
  .footer > * { place-items: start; gap: 0.5rem; display: grid; }
  .footer.footer-center { text-align: center; grid-auto-flow: column dense; place-items: center; }
  .footer.footer-center > * { place-items: center; }
  .card-body { padding: var(--card-p,1.5rem); font-size: var(--card-fs,.875rem); flex-direction: column; flex: 1 1 auto; gap: 0.5rem; display: flex; }
  .card-body :where(p) { flex-grow: 1; }
  .navbar-center { flex-shrink: 0; align-items: center; display: inline-flex; }
  .carousel { scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; display: inline-flex; overflow-x: scroll; }
  .carousel::-webkit-scrollbar { display: none; }
  .alert { border-radius: var(--radius-box); color: var(--color-base-content); background-color: var(--alert-color,var(--color-base-200)); text-align: start; border: var(--border)solid var(--color-base-200); background-size: auto,calc(var(--noise)*100%); background-image: none,var(--fx-noise); box-shadow: 0 3px 0 -2px oklch(100% 0 0/calc(var(--depth)*.08)) inset,0 1px #000,0 4px 3px -2px oklch(0% 0 0/calc(var(--depth)*.08)); grid-template-columns: auto; grid-auto-flow: column; justify-content: start; place-items: center start; gap: 1rem; padding-block: 0.75rem; padding-inline: 1rem; font-size: 0.875rem; line-height: 1.25rem; display: grid; }
  @supports (color:color-mix(in lab,red,red)) {
  .alert { box-shadow: 0 3px 0 -2px oklch(100% 0 0/calc(var(--depth)*.08)) inset,0 1px color-mix(in oklab,color-mix(in oklab,#000 20%,var(--alert-color,var(--color-base-200)))calc(var(--depth)*20%),#0000),0 4px 3px -2px oklch(0% 0 0/calc(var(--depth)*.08)); }
}
  .alert:has(:nth-child(2)) { grid-template-columns: auto minmax(auto, 1fr); }
  .alert.alert-outline { color: var(--alert-color); box-shadow: none; background-color: rgba(0, 0, 0, 0); background-image: none; }
  .alert.alert-dash { color: var(--alert-color); box-shadow: none; background-color: rgba(0, 0, 0, 0); background-image: none; border-style: dashed; }
  .alert.alert-soft { color: var(--alert-color,var(--color-base-content)); background: var(--alert-color,var(--color-base-content)); }
  @supports (color:color-mix(in lab,red,red)) {
  .alert.alert-soft { background: color-mix(in oklab,var(--alert-color,var(--color-base-content))8%,var(--color-base-100)); }
}
  .alert.alert-soft { border-color: var(--alert-color,var(--color-base-content)); }
  @supports (color:color-mix(in lab,red,red)) {
  .alert.alert-soft { border-color: color-mix(in oklab,var(--alert-color,var(--color-base-content))10%,var(--color-base-100)); }
}
  .alert.alert-soft { box-shadow: none; background-image: none; }
  .gradient-button { color: rgb(242, 237, 234); border-style: var(--tw-border-style); --tw-gradient-position: 341deg; background-color: rgb(20, 22, 22); background-image: linear-gradient(var(--tw-gradient-stops,341deg)); --tw-gradient-from: #be0eff; --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)); --tw-gradient-to: #8fb4ff; --tw-shadow: -2px 2px 0px 0px var(--tw-shadow-color,#e2ec6b); box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); border-width: 1px; border-color: rgb(242, 237, 234); justify-content: center; align-items: center; display: flex; }
  .purple-button { color: rgb(242, 237, 234); border-style: var(--tw-border-style); --tw-shadow: -2px 2px 0px 0px var(--tw-shadow-color,#ae75fb); box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); background-color: rgb(20, 22, 22); border-width: 1px; border-color: rgb(174, 117, 251); justify-content: center; align-items: center; display: flex; }
  .default-button { color: rgb(242, 237, 234); background-color: rgb(20, 22, 22); justify-content: center; align-items: center; display: flex; }
  .card-title { font-size: var(--cardtitle-fs,1.125rem); align-items: center; gap: 0.5rem; font-weight: 600; display: flex; }
  .chat { --mask-chat: url("data:image/svg+xml,%3csvg width='13' height='13' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M0 11.5004C0 13.0004 2 13.0004 2 13.0004H12H13V0.00036329L12.5 0C12.5 0 11.977 2.09572 11.8581 2.50033C11.6075 3.35237 10.9149 4.22374 9 5.50036C6 7.50036 0 10.0004 0 11.5004Z'/%3e%3c/svg%3e"); column-gap: 0.75rem; padding-block: 0.25rem; display: grid; }
  .line-clamp-2 { -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; overflow: hidden; }
  :root .prose { --tw-prose-body: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  :root .prose { --tw-prose-body: color-mix(in oklab,var(--color-base-content)80%,#0000); }
}
  :root .prose { --tw-prose-headings: var(--color-base-content); --tw-prose-lead: var(--color-base-content); --tw-prose-links: var(--color-base-content); --tw-prose-bold: var(--color-base-content); --tw-prose-counters: var(--color-base-content); --tw-prose-bullets: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  :root .prose { --tw-prose-bullets: color-mix(in oklab,var(--color-base-content)50%,#0000); }
}
  :root .prose { --tw-prose-hr: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  :root .prose { --tw-prose-hr: color-mix(in oklab,var(--color-base-content)20%,#0000); }
}
  :root .prose { --tw-prose-quotes: var(--color-base-content); --tw-prose-quote-borders: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  :root .prose { --tw-prose-quote-borders: color-mix(in oklab,var(--color-base-content)20%,#0000); }
}
  :root .prose { --tw-prose-captions: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  :root .prose { --tw-prose-captions: color-mix(in oklab,var(--color-base-content)50%,#0000); }
}
  :root .prose { --tw-prose-code: var(--color-base-content); --tw-prose-pre-code: var(--color-neutral-content); --tw-prose-pre-bg: var(--color-neutral); --tw-prose-th-borders: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  :root .prose { --tw-prose-th-borders: color-mix(in oklab,var(--color-base-content)50%,#0000); }
}
  :root .prose { --tw-prose-td-borders: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  :root .prose { --tw-prose-td-borders: color-mix(in oklab,var(--color-base-content)20%,#0000); }
}
  :root .prose { --tw-prose-kbd: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  :root .prose { --tw-prose-kbd: color-mix(in oklab,var(--color-base-content)80%,#0000); }
}
  :root .prose :where(code):not(pre > code) { background-color: var(--color-base-200); border-radius: var(--radius-selector); border: var(--border)solid var(--color-base-300); font-weight: inherit; padding-inline: 0.5em; }
  :root .prose :where(code):not(pre > code)::before, :root .prose :where(code):not(pre > code)::after { display: none; }
  .block { display: block; }
  .contents { display: contents; }
  .flex { display: flex; }
  .grid { display: grid; }
  .hidden { display: none; }
  .inline { display: inline; }
  .inline-block { display: inline-block; }
  .inline-flex { display: inline-flex; }
  .table { display: table; }
  .aspect-373\/300 { aspect-ratio: 373 / 300; }
  .aspect-\[0\.7\] { aspect-ratio: 0.7 / 1; }
  .aspect-\[1\.15\] { aspect-ratio: 1.15 / 1; }
  .aspect-square { aspect-ratio: 1 / 1; }
  .aspect-video { aspect-ratio: var(--aspect-video); }
  .btn-circle { width: var(--size); height: var(--size); border-radius: 3.40282e+38px; padding-inline: 0px; }
  .btn-square { width: var(--size); height: var(--size); padding-inline: 0px; }
  .size-1\.5 { width: calc(var(--spacing)*1.5); height: calc(var(--spacing)*1.5); }
  .size-2 { width: calc(var(--spacing)*2); height: calc(var(--spacing)*2); }
  .size-5 { width: calc(var(--spacing)*5); height: calc(var(--spacing)*5); }
  .size-6 { width: calc(var(--spacing)*6); height: calc(var(--spacing)*6); }
  .size-10 { width: calc(var(--spacing)*10); height: calc(var(--spacing)*10); }
  .size-12 { width: calc(var(--spacing)*12); height: calc(var(--spacing)*12); }
  .h-0 { height: calc(var(--spacing)*0); }
  .h-1 { height: calc(var(--spacing)*1); }
  .h-2\/3 { height: 66.6667%; }
  .h-3 { height: calc(var(--spacing)*3); }
  .h-3\.5 { height: calc(var(--spacing)*3.5); }
  .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-9 { height: calc(var(--spacing)*9); }
  .h-10 { height: calc(var(--spacing)*10); }
  .h-12 { height: calc(var(--spacing)*12); }
  .h-14 { height: calc(var(--spacing)*14); }
  .h-16 { height: calc(var(--spacing)*16); }
  .h-20 { height: calc(var(--spacing)*20); }
  .h-28 { height: calc(var(--spacing)*28); }
  .h-30 { height: calc(var(--spacing)*30); }
  .h-32 { height: calc(var(--spacing)*32); }
  .h-40 { height: calc(var(--spacing)*40); }
  .h-48 { height: calc(var(--spacing)*48); }
  .h-60\.75 { height: calc(var(--spacing)*60.75); }
  .h-70 { height: calc(var(--spacing)*70); }
  .h-80 { height: calc(var(--spacing)*80); }
  .h-90 { height: calc(var(--spacing)*90); }
  .h-100 { height: calc(var(--spacing)*100); }
  .h-\[18px\] { height: 18px; }
  .h-\[24px\] { height: 24px; }
  .h-\[48px\] { height: 48px; }
  .h-\[60px\] { height: 60px; }
  .h-\[70px\] { height: 70px; }
  .h-\[120px\] { height: 120px; }
  .h-\[131px\] { height: 131px; }
  .h-\[140px\] { height: 140px; }
  .h-\[150px\] { height: 150px; }
  .h-\[218px\] { height: 218px; }
  .h-\[272px\] { height: 272px; }
  .h-\[540px\] { height: 540px; }
  .h-auto { height: auto; }
  .h-fit { height: fit-content; }
  .h-full { height: 100%; }
  .h-max { height: max-content; }
  .h-screen { height: 100vh; }
  .max-h-11\/12 { max-height: 91.6667%; }
  .max-h-60 { max-height: calc(var(--spacing)*60); }
  .max-h-125 { max-height: calc(var(--spacing)*125); }
  .max-h-\[50vh\] { max-height: 50vh; }
  .max-h-\[60vh\] { max-height: 60vh; }
  .max-h-full { max-height: 100%; }
  .max-h-screen { max-height: 100vh; }
  .min-h-0 { min-height: calc(var(--spacing)*0); }
  .min-h-60 { min-height: calc(var(--spacing)*60); }
  .min-h-200 { min-height: calc(var(--spacing)*200); }
  .min-h-\[200px\] { min-height: 200px; }
  .min-h-screen { min-height: 100vh; }
  .loading-lg { width: calc(var(--size-selector,.25rem)*7); }
  .loading-xs { width: calc(var(--size-selector,.25rem)*4); }
  .w-0 { width: calc(var(--spacing)*0); }
  .w-1\/2 { width: 50%; }
  .w-2\.5 { width: calc(var(--spacing)*2.5); }
  .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-10 { width: calc(var(--spacing)*10); }
  .w-12 { width: calc(var(--spacing)*12); }
  .w-14 { width: calc(var(--spacing)*14); }
  .w-16 { width: calc(var(--spacing)*16); }
  .w-20 { width: calc(var(--spacing)*20); }
  .w-28 { width: calc(var(--spacing)*28); }
  .w-36 { width: calc(var(--spacing)*36); }
  .w-40 { width: calc(var(--spacing)*40); }
  .w-44 { width: calc(var(--spacing)*44); }
  .w-48 { width: calc(var(--spacing)*48); }
  .w-52 { width: calc(var(--spacing)*52); }
  .w-72 { width: calc(var(--spacing)*72); }
  .w-80 { width: calc(var(--spacing)*80); }
  .w-81 { width: calc(var(--spacing)*81); }
  .w-95 { width: calc(var(--spacing)*95); }
  .w-96 { width: calc(var(--spacing)*96); }
  .w-100 { width: calc(var(--spacing)*100); }
  .w-\[1px\] { width: 1px; }
  .w-\[20px\] { width: 20px; }
  .w-\[24px\] { width: 24px; }
  .w-\[50px\] { width: 50px; }
  .w-\[60\%\] { width: 60%; }
  .w-\[70px\] { width: 70px; }
  .w-\[80px\] { width: 80px; }
  .w-\[90\%\] { width: 90%; }
  .w-\[132px\] { width: 132px; }
  .w-\[152px\] { width: 152px; }
  .w-\[200\%\] { width: 200%; }
  .w-\[210px\] { width: 210px; }
  .w-\[352px\] { width: 352px; }
  .w-auto { width: auto; }
  .w-fit { width: fit-content; }
  .w-full { width: 100%; }
  .w-max { width: max-content; }
  .w-px { width: 1px; }
  .w-screen { width: 100vw; }
  .max-w-2xl { max-width: var(--container-2xl); }
  .max-w-3xl { max-width: var(--container-3xl); }
  .max-w-4xl { max-width: var(--container-4xl); }
  .max-w-6xl { max-width: var(--container-6xl); }
  .max-w-11\/12 { max-width: 91.6667%; }
  .max-w-75 { max-width: calc(var(--spacing)*75); }
  .max-w-120 { max-width: calc(var(--spacing)*120); }
  .max-w-140 { max-width: calc(var(--spacing)*140); }
  .max-w-160 { max-width: calc(var(--spacing)*160); }
  .max-w-\[50vw\] { max-width: 50vw; }
  .max-w-\[80\%\] { max-width: 80%; }
  .max-w-\[80vh\] { max-width: 80vh; }
  .max-w-\[200px\] { max-width: 200px; }
  .max-w-\[937px\] { max-width: 937px; }
  .max-w-\[1440px\] { max-width: 1440px; }
  .max-w-full { max-width: 100%; }
  .max-w-md { max-width: var(--container-md); }
  .max-w-screen { max-width: 100vw; }
  .max-w-sm { max-width: var(--container-sm); }
  .min-w-0 { min-width: calc(var(--spacing)*0); }
  .min-w-24 { min-width: calc(var(--spacing)*24); }
  .min-w-40 { min-width: calc(var(--spacing)*40); }
  .min-w-64 { min-width: calc(var(--spacing)*64); }
  .flex-1 { flex: 1 1 0%; }
  .flex-none { flex: 0 0 auto; }
  .flex-shrink-0, .shrink-0 { flex-shrink: 0; }
  .border-collapse { border-collapse: collapse; }
  .border-separate { border-collapse: separate; }
  .border-spacing-y-2 { --tw-border-spacing-y: calc(var(--spacing)*2); border-spacing: var(--tw-border-spacing-x)var(--tw-border-spacing-y); }
  .origin-bottom-right { transform-origin: 100% 100%; }
  .origin-top-left { transform-origin: 0px 0px; }
  .-translate-x-1\/2 { --tw-translate-x: -50%; translate: var(--tw-translate-x)var(--tw-translate-y); }
  .translate-x-1\/2 { --tw-translate-x: 50%; translate: var(--tw-translate-x)var(--tw-translate-y); }
  .-translate-y-1\/2 { --tw-translate-y: -50%; translate: var(--tw-translate-x)var(--tw-translate-y); }
  .-translate-y-1\/4 { --tw-translate-y: -25%; translate: var(--tw-translate-x)var(--tw-translate-y); }
  .translate-y-1\/2 { --tw-translate-y: 50%; translate: var(--tw-translate-x)var(--tw-translate-y); }
  .scale-x-\[-1\] { --tw-scale-x: -1; scale: var(--tw-scale-x)var(--tw-scale-y); }
  .-rotate-45 { rotate: -45deg; }
  .rotate-90 { rotate: 90deg; }
  .rotate-180 { rotate: 180deg; }
  .rotate-270 { rotate: 270deg; }
  .transform { transform: var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,); }
  .skeleton { border-radius: var(--radius-box); background-color: var(--color-base-300); }
  @media (prefers-reduced-motion: reduce) {
  .skeleton { transition-duration: 15s; }
}
  .skeleton { will-change: background-position; background-image: linear-gradient(105deg,#0000 0% 40%,var(--color-base-100)50%,#0000 60% 100%); background-position-x: -50%; background-repeat: no-repeat; background-size: 200%; animation: 1.8s ease-in-out 0s infinite normal none running skeleton; }
  .animate-\[linethrough_3s_ease-in-out_infinite\] { animation: 3s ease-in-out 0s infinite normal none running linethrough; }
  .animate-pulse { animation: var(--animate-pulse); }
  .animate-shake { animation: var(--animate-shake); }
  .animate-spin { animation: var(--animate-spin); }
  .link { cursor: pointer; text-decoration-line: underline; }
  .link:focus { --tw-outline-style: none; outline-style: none; }
  @media (forced-colors: active) {
  .link:focus { outline-offset: 2px; outline: rgba(0, 0, 0, 0) solid 2px; }
}
  .link:focus-visible { outline-offset: 2px; outline: solid 2px; }
  .cursor-not-allowed { cursor: not-allowed; }
  .cursor-pointer { cursor: pointer; }
  .snap-x { scroll-snap-type: x var(--tw-scroll-snap-strictness); }
  .snap-mandatory { --tw-scroll-snap-strictness: mandatory; }
  .snap-start { scroll-snap-align: start; }
  .list-none { list-style-type: none; }
  .grid-cols-1 { grid-template-columns: repeat(1, minmax(0px, 1fr)); }
  .grid-cols-2 { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .grid-cols-4 { grid-template-columns: repeat(4, minmax(0px, 1fr)); }
  .grid-cols-\[8px_1fr\] { grid-template-columns: 8px 1fr; }
  .grid-cols-\[24px_1fr_160px\] { grid-template-columns: 24px 1fr 160px; }
  .grid-cols-\[60px_1fr_60px\] { grid-template-columns: 60px 1fr 60px; }
  .grid-cols-\[auto_1fr\] { grid-template-columns: auto 1fr; }
  .flex-col { flex-direction: column; }
  .flex-row { flex-direction: row; }
  .flex-nowrap { flex-wrap: nowrap; }
  .flex-wrap { flex-wrap: wrap; }
  .place-items-center { place-items: center; }
  .content-start { align-content: flex-start; }
  .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; }
  .justify-evenly { justify-content: space-evenly; }
  .justify-start { justify-content: flex-start; }
  .gap-1 { gap: calc(var(--spacing)*1); }
  .gap-1\.5 { gap: calc(var(--spacing)*1.5); }
  .gap-2 { gap: calc(var(--spacing)*2); }
  .gap-2\.5 { gap: calc(var(--spacing)*2.5); }
  .gap-3 { gap: calc(var(--spacing)*3); }
  .gap-3\.5 { gap: calc(var(--spacing)*3.5); }
  .gap-4 { gap: calc(var(--spacing)*4); }
  .gap-5 { gap: calc(var(--spacing)*5); }
  .gap-6 { gap: calc(var(--spacing)*6); }
  .gap-7 { gap: calc(var(--spacing)*7); }
  .gap-8 { gap: calc(var(--spacing)*8); }
  .gap-10 { gap: calc(var(--spacing)*10); }
  .gap-13 { gap: calc(var(--spacing)*13); }
  .gap-16 { gap: calc(var(--spacing)*16); }
  .gap-20 { gap: calc(var(--spacing)*20); }
  .gap-\[5px\] { gap: 5px; }
  .gap-\[10px\] { gap: 10px; }
  .gap-\[12px\] { gap: 12px; }
  .gap-\[20px_40px\] { gap: 20px 40px; }
  :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))); }
  :where(.space-y-6 > :not(:last-child)) { --tw-space-y-reverse: 0; margin-block-start: calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse)); margin-block-end: calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse))); }
  .gap-x-4 { column-gap: calc(var(--spacing)*4); }
  :where(.space-x-2 > :not(:last-child)) { --tw-space-x-reverse: 0; margin-inline-start: calc(calc(var(--spacing)*2)*var(--tw-space-x-reverse)); margin-inline-end: calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-x-reverse))); }
  .gap-y-24 { row-gap: calc(var(--spacing)*24); }
  .self-center { align-self: center; }
  .self-stretch { align-self: stretch; }
  .truncate { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
  .overflow-auto { overflow: auto; }
  .overflow-hidden { overflow: hidden; }
  .overflow-scroll { overflow: scroll; }
  .overflow-x-auto { overflow-x: auto; }
  .overflow-x-clip { overflow-x: clip; }
  .overflow-x-hidden { overflow-x: hidden; }
  .overflow-y-auto { overflow-y: auto; }
  .overflow-y-scroll { overflow-y: scroll; }
  .scroll-smooth { scroll-behavior: smooth; }
  .rounded { border-radius: 0.25rem; }
  .rounded-2xl { border-radius: var(--radius-2xl); }
  .rounded-3xl { border-radius: var(--radius-3xl); }
  .rounded-4xl { border-radius: var(--radius-4xl); }
  .rounded-\[2px\] { border-radius: 2px; }
  .rounded-\[3px\] { border-radius: 3px; }
  .rounded-\[5px\] { border-radius: 5px; }
  .rounded-\[6px\] { border-radius: 6px; }
  .rounded-\[10\.40px\] { border-radius: 10.4px; }
  .rounded-\[10px\] { border-radius: 10px; }
  .rounded-full { border-radius: 3.40282e+38px; }
  .rounded-lg { border-radius: var(--radius-lg); }
  .rounded-md { border-radius: var(--radius-md); }
  .rounded-sm { border-radius: var(--radius-sm); }
  .rounded-xl { border-radius: var(--radius-xl); }
  .rounded-xs { border-radius: var(--radius-xs); }
  .rounded-t-md { border-top-left-radius: var(--radius-md); border-top-right-radius: var(--radius-md); }
  .rounded-l-\[2px\] { border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
  .rounded-r { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; }
  .border { border-style: var(--tw-border-style); border-width: 1px; }
  .border-0 { border-style: var(--tw-border-style); border-width: 0px; }
  .border-2 { border-style: var(--tw-border-style); border-width: 2px; }
  .border-t { border-top-style: var(--tw-border-style); border-top-width: 1px; }
  .border-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-b-\[0\.5px\] { border-bottom-style: var(--tw-border-style); border-bottom-width: 0.5px; }
  .border-l { border-left-style: var(--tw-border-style); border-left-width: 1px; }
  .border-dashed { --tw-border-style: dashed; border-style: dashed; }
  .border-none { --tw-border-style: none; border-style: none; }
  .alert-error { border-color: var(--color-error); color: var(--color-error-content); --alert-color: var(--color-error); }
  .alert-success { border-color: var(--color-success); color: var(--color-success-content); --alert-color: var(--color-success); }
  .alert-warning { border-color: var(--color-warning); color: var(--color-warning-content); --alert-color: var(--color-warning); }
  .border-\[\#2a8e00\] { border-color: rgb(42, 142, 0); }
  .border-\[\#3d3d3c\] { border-color: rgb(61, 61, 60); }
  .border-\[\#4e4e4e\] { border-color: rgb(78, 78, 78); }
  .border-\[\#9343ff\] { border-color: rgb(147, 67, 255); }
  .border-\[\#61605f\] { border-color: rgb(97, 96, 95); }
  .border-\[\#131717\] { border-color: rgb(19, 23, 23); }
  .border-\[\#141616\] { border-color: rgb(20, 22, 22); }
  .border-\[\#303030\] { border-color: rgb(48, 48, 48); }
  .border-\[\#363636\] { border-color: rgb(54, 54, 54); }
  .border-\[\#545150\] { border-color: rgb(84, 81, 80); }
  .border-\[\#575757\] { border-color: rgb(87, 87, 87); }
  .border-\[\#636363\] { border-color: rgb(99, 99, 99); }
  .border-\[\#696969\] { border-color: rgb(105, 105, 105); }
  .border-\[\#707070\] { border-color: rgb(112, 112, 112); }
  .border-\[\#757575\] { border-color: rgb(117, 117, 117); }
  .border-\[\#949494\] { border-color: rgb(148, 148, 148); }
  .border-\[\#AE75FB\] { border-color: rgb(174, 117, 251); }
  .border-\[\#F3EEEA\] { border-color: rgb(243, 238, 234); }
  .border-\[\#F3EEEA\]\/10 { border-color: rgba(243, 238, 234, 0.1); }
  .border-\[\#a6ff0c\] { border-color: rgb(166, 255, 12); }
  .border-\[\#ad74fb\] { border-color: rgb(173, 116, 251); }
  .border-\[\#ae75fb\] { border-color: rgb(174, 117, 251); }
  .border-\[\#be0eff\] { border-color: rgb(190, 14, 255); }
  .border-\[\#c43533\] { border-color: rgb(196, 53, 51); }
  .border-\[\#cccccc\] { border-color: rgb(204, 204, 204); }
  .border-\[\#f2edea\]\/40 { border-color: rgba(242, 237, 234, 0.4); }
  .border-\[\#f3eeea\] { border-color: rgb(243, 238, 234); }
  .border-\[\#f3eeea\]\/30 { border-color: rgba(243, 238, 234, 0.3); }
  .border-\[\#f3eeea\]\/50 { border-color: rgba(243, 238, 234, 0.5); }
  .border-\[\#f5ff8e\] { border-color: rgb(245, 255, 142); }
  .border-\[rgba\(19\,23\,23\,0\.12\)\] { border-color: rgba(19, 23, 23, 0.12); }
  .border-\[rgba\(19\,23\,23\,0\.24\)\] { border-color: rgba(19, 23, 23, 0.24); }
  .border-\[rgba\(243\,238\,234\,0\.1\)\] { border-color: rgba(243, 238, 234, 0.1); }
  .border-\[rgba\(243\,238\,234\,0\.3\)\] { border-color: rgba(243, 238, 234, 0.3); }
  .border-\[rgba\(243\,238\,234\,0\.20\)\] { border-color: rgba(243, 238, 234, 0.2); }
  .border-\[rgba\(243\,238\,234\,0\.30\)\] { border-color: rgba(243, 238, 234, 0.3); }
  .border-black { border-color: var(--color-black); }
  .border-blue-400 { border-color: var(--color-blue-400); }
  .border-gray-500 { border-color: var(--color-gray-500); }
  .border-gray-600 { border-color: var(--color-gray-600); }
  .border-gray-700 { border-color: var(--color-gray-700); }
  .border-green-400 { border-color: var(--color-green-400); }
  .border-green-500 { border-color: var(--color-green-500); }
  .border-green-600 { border-color: var(--color-green-600); }
  .border-indigo-600 { border-color: var(--color-indigo-600); }
  .border-neutral-700 { border-color: var(--color-neutral-700); }
  .border-orange-600 { border-color: var(--color-orange-600); }
  .border-purple-500 { border-color: var(--color-purple-500); }
  .border-red-500 { border-color: var(--color-red-500); }
  .border-red-500\/30 { border-color: rgba(251, 44, 54, 0.3); }
  @supports (color:color-mix(in lab,red,red)) {
  .border-red-500\/30 { border-color: color-mix(in oklab,var(--color-red-500)30%,transparent); }
}
  .border-red-600 { border-color: var(--color-red-600); }
  .border-stone-100\/40 { border-color: rgba(245, 245, 244, 0.4); }
  @supports (color:color-mix(in lab,red,red)) {
  .border-stone-100\/40 { border-color: color-mix(in oklab,var(--color-stone-100)40%,transparent); }
}
  .border-transparent { border-color: rgba(0, 0, 0, 0); }
  .border-white { border-color: var(--color-white); }
  .border-zinc-500 { border-color: var(--color-zinc-500); }
  .bg-\(--wui-color-gray-glass-005\) { background-color: var(--wui-color-gray-glass-005); }
  .bg-\(--wui-color-modal-bg\)\! { background-color: var(--wui-color-modal-bg) !important; }
  .bg-\[\#1E1E1E\] { background-color: rgb(30, 30, 30); }
  .bg-\[\#1a1a1a\] { background-color: rgb(26, 26, 26); }
  .bg-\[\#1b1f1f\] { background-color: rgb(27, 31, 31); }
  .bg-\[\#1c1c1c\] { background-color: rgb(28, 28, 28); }
  .bg-\[\#1d1c1c\] { background-color: rgb(29, 28, 28); }
  .bg-\[\#2a2a2a\] { background-color: rgb(42, 42, 42); }
  .bg-\[\#2a2c2b\] { background-color: rgb(42, 44, 43); }
  .bg-\[\#9a6cd5\] { background-color: rgb(154, 108, 213); }
  .bg-\[\#010101\]\/60 { background-color: rgba(1, 1, 1, 0.6); }
  .bg-\[\#42386B\] { background-color: rgb(66, 56, 107); }
  .bg-\[\#49216B\] { background-color: rgb(73, 33, 107); }
  .bg-\[\#050505\] { background-color: rgb(5, 5, 5); }
  .bg-\[\#131717\] { background-color: rgb(19, 23, 23); }
  .bg-\[\#141616\] { background-color: rgb(20, 22, 22); }
  .bg-\[\#151515\] { background-color: rgb(21, 21, 21); }
  .bg-\[\#161616\] { background-color: rgb(22, 22, 22); }
  .bg-\[\#202020\] { background-color: rgb(32, 32, 32); }
  .bg-\[\#242424\] { background-color: rgb(36, 36, 36); }
  .bg-\[\#282828\] { background-color: rgb(40, 40, 40); }
  .bg-\[\#282828\]\/25 { background-color: rgba(40, 40, 40, 0.25); }
  .bg-\[\#282828\]\/60 { background-color: rgba(40, 40, 40, 0.6); }
  .bg-\[\#303030\] { background-color: rgb(48, 48, 48); }
  .bg-\[\#343434\] { background-color: rgb(52, 52, 52); }
  .bg-\[\#353534\] { background-color: rgb(53, 53, 52); }
  .bg-\[\#404040\] { background-color: rgb(64, 64, 64); }
  .bg-\[\#AE75FB\] { background-color: rgb(174, 117, 251); }
  .bg-\[\#E2EC6B\] { background-color: rgb(226, 236, 107); }
  .bg-\[\#F1FF52\] { background-color: rgb(241, 255, 82); }
  .bg-\[\#F3EEEA\] { background-color: rgb(243, 238, 234); }
  .bg-\[\#a70eff\] { background-color: rgb(167, 14, 255); }
  .bg-\[\#a879e4\] { background-color: rgb(168, 121, 228); }
  .bg-\[\#ae75fb\] { background-color: rgb(174, 117, 251); }
  .bg-\[\#b387eb\] { background-color: rgb(179, 135, 235); }
  .bg-\[\#d7bdf9\] { background-color: rgb(215, 189, 249); }
  .bg-\[\#e1ec6b\] { background-color: rgb(225, 236, 107); }
  .bg-\[\#e2ec6b\] { background-color: rgb(226, 236, 107); }
  .bg-\[\#e6e1dd\] { background-color: rgb(230, 225, 221); }
  .bg-\[\#f2edea\] { background-color: rgb(242, 237, 234); }
  .bg-\[\#f2edea\]\/10 { background-color: rgba(242, 237, 234, 0.1); }
  .bg-\[\#f3eeea\] { background-color: rgb(243, 238, 234); }
  .bg-\[\#f5bd4f\] { background-color: rgb(245, 189, 79); }
  .bg-\[rgba\(19\,23\,23\,0\.06\)\] { background-color: rgba(19, 23, 23, 0.06); }
  .bg-\[rgba\(20\,22\,22\,0\.5\)\] { background-color: rgba(20, 22, 22, 0.5); }
  .bg-\[rgba\(174\,117\,251\,0\.2\)\] { background-color: rgba(174, 117, 251, 0.2); }
  .bg-\[rgba\(243\,238\,234\,0\.1\)\] { background-color: rgba(243, 238, 234, 0.1); }
  .bg-\[rgba\(243\,238\,234\,0\.05\)\] { background-color: rgba(243, 238, 234, 0.05); }
  .bg-\[rgba\(243\,238\,234\,0\.06\)\] { background-color: rgba(243, 238, 234, 0.06); }
  .bg-\[rgba\(243\,238\,234\,1\)\] { background-color: rgb(243, 238, 234); }
  .bg-base-100 { background-color: var(--color-base-100); }
  .bg-base-200 { background-color: var(--color-base-200); }
  .bg-black { background-color: var(--color-black); }
  .bg-black\/30 { background-color: rgba(0, 0, 0, 0.3); }
  @supports (color:color-mix(in lab,red,red)) {
  .bg-black\/30 { background-color: color-mix(in oklab,var(--color-black)30%,transparent); }
}
  .bg-black\/60 { background-color: rgba(0, 0, 0, 0.6); }
  @supports (color:color-mix(in lab,red,red)) {
  .bg-black\/60 { background-color: color-mix(in oklab,var(--color-black)60%,transparent); }
}
  .bg-black\/80 { background-color: rgba(0, 0, 0, 0.8); }
  @supports (color:color-mix(in lab,red,red)) {
  .bg-black\/80 { background-color: color-mix(in oklab,var(--color-black)80%,transparent); }
}
  .bg-blue-100 { background-color: var(--color-blue-100); }
  .bg-blue-500 { background-color: var(--color-blue-500); }
  .bg-blue-600 { background-color: var(--color-blue-600); }
  .bg-gray-200 { background-color: var(--color-gray-200); }
  .bg-gray-700 { background-color: var(--color-gray-700); }
  .bg-gray-800 { background-color: var(--color-gray-800); }
  .bg-gray-800\/10 { background-color: rgba(30, 41, 57, 0.1); }
  @supports (color:color-mix(in lab,red,red)) {
  .bg-gray-800\/10 { background-color: color-mix(in oklab,var(--color-gray-800)10%,transparent); }
}
  .bg-gray-900 { background-color: var(--color-gray-900); }
  .bg-green-100 { background-color: var(--color-green-100); }
  .bg-green-500 { background-color: var(--color-green-500); }
  .bg-indigo-600 { background-color: var(--color-indigo-600); }
  .bg-neutral-700 { background-color: var(--color-neutral-700); }
  .bg-neutral-900 { background-color: var(--color-neutral-900); }
  .bg-neutral-900\/30 { background-color: rgba(23, 23, 23, 0.3); }
  @supports (color:color-mix(in lab,red,red)) {
  .bg-neutral-900\/30 { background-color: color-mix(in oklab,var(--color-neutral-900)30%,transparent); }
}
  .bg-neutral-900\/50 { background-color: rgba(23, 23, 23, 0.5); }
  @supports (color:color-mix(in lab,red,red)) {
  .bg-neutral-900\/50 { background-color: color-mix(in oklab,var(--color-neutral-900)50%,transparent); }
}
  .bg-purple-200 { background-color: var(--color-purple-200); }
  .bg-red-100 { background-color: var(--color-red-100); }
  .bg-red-500 { background-color: var(--color-red-500); }
  .bg-red-900\/20 { background-color: rgba(130, 24, 26, 0.2); }
  @supports (color:color-mix(in lab,red,red)) {
  .bg-red-900\/20 { background-color: color-mix(in oklab,var(--color-red-900)20%,transparent); }
}
  .bg-transparent { background-color: rgba(0, 0, 0, 0); }
  .bg-white { background-color: var(--color-white); }
  .bg-white\/4 { background-color: rgba(255, 255, 255, 0.04); }
  @supports (color:color-mix(in lab,red,red)) {
  .bg-white\/4 { background-color: color-mix(in oklab,var(--color-white)4%,transparent); }
}
  .bg-white\/10 { background-color: rgba(255, 255, 255, 0.1); }
  @supports (color:color-mix(in lab,red,red)) {
  .bg-white\/10 { background-color: color-mix(in oklab,var(--color-white)10%,transparent); }
}
  .bg-white\/20 { background-color: rgba(255, 255, 255, 0.2); }
  @supports (color:color-mix(in lab,red,red)) {
  .bg-white\/20 { background-color: color-mix(in oklab,var(--color-white)20%,transparent); }
}
  .bg-white\/50 { background-color: rgba(255, 255, 255, 0.5); }
  @supports (color:color-mix(in lab,red,red)) {
  .bg-white\/50 { background-color: color-mix(in oklab,var(--color-white)50%,transparent); }
}
  .bg-yellow-500 { background-color: var(--color-yellow-500); }
  .bg-zinc-900 { background-color: var(--color-zinc-900); }
  .bg-linear-240 { --tw-gradient-position: 240deg; }
  @supports (background-image:linear-gradient(in lab,red,red)) {
  .bg-linear-240 { --tw-gradient-position: 240deg in oklab; }
}
  .bg-linear-240 { background-image: linear-gradient(var(--tw-gradient-stops)); }
  .bg-linear-242 { --tw-gradient-position: 242deg; }
  @supports (background-image:linear-gradient(in lab,red,red)) {
  .bg-linear-242 { --tw-gradient-position: 242deg in oklab; }
}
  .bg-linear-242 { background-image: linear-gradient(var(--tw-gradient-stops)); }
  .bg-linear-251 { --tw-gradient-position: 251deg; }
  @supports (background-image:linear-gradient(in lab,red,red)) {
  .bg-linear-251 { --tw-gradient-position: 251deg in oklab; }
}
  .bg-linear-251 { background-image: linear-gradient(var(--tw-gradient-stops)); }
  .bg-linear-to-l { --tw-gradient-position: to left; }
  @supports (background-image:linear-gradient(in lab,red,red)) {
  .bg-linear-to-l { --tw-gradient-position: to left in oklab; }
}
  .bg-linear-to-l { background-image: linear-gradient(var(--tw-gradient-stops)); }
  .bg-gradient-to-br { --tw-gradient-position: to bottom right in oklab; background-image: linear-gradient(var(--tw-gradient-stops)); }
  .bg-gradient-to-l { --tw-gradient-position: to left in oklab; background-image: linear-gradient(var(--tw-gradient-stops)); }
  .bg-gradient-to-r { --tw-gradient-position: to right in oklab; background-image: linear-gradient(var(--tw-gradient-stops)); }
  .bg-linear-\[341deg\] { --tw-gradient-position: 341deg; background-image: linear-gradient(var(--tw-gradient-stops,341deg)); }
  .from-\[\#141616\] { --tw-gradient-from: #141616; --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-\[\#a6ff0c\] { --tw-gradient-from: #a6ff0c; --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-\[\#a162ff\] { --tw-gradient-from: #a162ff; --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-\[\#ae75fb\] { --tw-gradient-from: #ae75fb; --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-\[\#bb00ff\] { --tw-gradient-from: #b0f; --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-\[\#be0eff\] { --tw-gradient-from: #be0eff; --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-\[\#bf0fff\] { --tw-gradient-from: #bf0fff; --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-\[\#ff490c\] { --tw-gradient-from: #ff490c; --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-base-100 { --tw-gradient-from: var(--color-base-100); --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-transparent { --tw-gradient-from: transparent; --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-\[\#8fb4ff\] { --tw-gradient-to: #8fb4ff; --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-\[\#90B5FF\], .to-\[\#90b5ff\] { --tw-gradient-to: #90b5ff; --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-\[\#6366f1\] { --tw-gradient-to: #6366f1; --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-\[\#ab91f2\] { --tw-gradient-to: #ab91f2; --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-\[\#edff88\] { --tw-gradient-to: #edff88; --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-\[\#ff7373\] { --tw-gradient-to: #ff7373; --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-\[rgba\(205\,201\,196\,0\.4\)\] { --tw-gradient-to: #cdc9c466; --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-\[rgba\(221\,181\,166\,0\.4\)\] { --tw-gradient-to: #ddb5a666; --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-\[rgba\(255\,212\,147\,0\.4\)\] { --tw-gradient-to: #ffd49366; --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-base-300 { --tw-gradient-to: var(--color-base-300); --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-transparent { --tw-gradient-to: transparent; --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)); }
  .loading-bars { mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='9' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3C/rect%3E%3Crect x='17' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3C/rect%3E%3C/svg%3E"); }
  .loading-spinner { mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E"); }
  .bg-cover { background-size: cover; }
  .bg-clip-text { background-clip: text; }
  .bg-no-repeat { background-repeat: no-repeat; }
  .fill-blue-400 { fill: var(--color-blue-400); }
  .fill-gray-400 { fill: var(--color-gray-400); }
  .stroke-blue-400 { stroke: var(--color-blue-400); }
  .stroke-current { stroke: currentcolor; }
  .stroke-gray-400 { stroke: var(--color-gray-400); }
  .stroke-red-400 { stroke: var(--color-red-400); }
  .stroke-stone-100 { stroke: var(--color-stone-100); }
  .stroke-white { stroke: var(--color-white); }
  .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-1\.5 { padding: calc(var(--spacing)*1.5); }
  .p-2 { padding: calc(var(--spacing)*2); }
  .p-2\.5 { padding: calc(var(--spacing)*2.5); }
  .p-3 { padding: calc(var(--spacing)*3); }
  .p-4 { padding: calc(var(--spacing)*4); }
  .p-5 { padding: calc(var(--spacing)*5); }
  .p-6 { padding: calc(var(--spacing)*6); }
  .p-6\! { padding: calc(var(--spacing)*6) !important; }
  .p-7 { padding: calc(var(--spacing)*7); }
  .p-8 { padding: calc(var(--spacing)*8); }
  .p-12 { padding: calc(var(--spacing)*12); }
  .p-15 { padding: calc(var(--spacing)*15); }
  .p-\[1px\] { padding: 1px; }
  .p-\[8px_12px\] { padding: 8px 12px; }
  .p-\[12px_20px\] { padding: 12px 20px; }
  .p-\[16px_20px\] { padding: 16px 20px; }
  .p-\[16px_24px\] { padding: 16px 24px; }
  .p-\[17px_20px\] { padding: 17px 20px; }
  .p-\[30px\] { padding: 30px; }
  .p-\[30px_20px\] { padding: 30px 20px; }
  .px-1 { padding-inline: calc(var(--spacing)*1); }
  .px-1\.5 { padding-inline: calc(var(--spacing)*1.5); }
  .px-2 { padding-inline: calc(var(--spacing)*2); }
  .px-2\.5 { padding-inline: calc(var(--spacing)*2.5); }
  .px-3 { padding-inline: calc(var(--spacing)*3); }
  .px-3\.5 { padding-inline: calc(var(--spacing)*3.5); }
  .px-4 { padding-inline: calc(var(--spacing)*4); }
  .px-5 { padding-inline: calc(var(--spacing)*5); }
  .px-6 { padding-inline: calc(var(--spacing)*6); }
  .px-7 { padding-inline: calc(var(--spacing)*7); }
  .px-8 { padding-inline: calc(var(--spacing)*8); }
  .px-14 { padding-inline: calc(var(--spacing)*14); }
  .px-\[10px\] { padding-inline: 10px; }
  .py-1 { padding-block: calc(var(--spacing)*1); }
  .py-1\.5 { padding-block: calc(var(--spacing)*1.5); }
  .py-2 { padding-block: calc(var(--spacing)*2); }
  .py-2\.5 { padding-block: calc(var(--spacing)*2.5); }
  .py-3 { padding-block: calc(var(--spacing)*3); }
  .py-4 { padding-block: calc(var(--spacing)*4); }
  .py-5 { padding-block: calc(var(--spacing)*5); }
  .py-6 { padding-block: calc(var(--spacing)*6); }
  .py-7 { padding-block: calc(var(--spacing)*7); }
  .py-8 { padding-block: calc(var(--spacing)*8); }
  .py-10 { padding-block: calc(var(--spacing)*10); }
  .py-12 { padding-block: calc(var(--spacing)*12); }
  .py-20 { padding-block: calc(var(--spacing)*20); }
  .py-30 { padding-block: calc(var(--spacing)*30); }
  .py-\[6px\] { padding-block: 6px; }
  .py-\[30px\] { padding-block: 30px; }
  .py-\[40px_0_80px\] { }
  .py-\[60px\] { padding-block: 60px; }
  .pt-1 { padding-top: calc(var(--spacing)*1); }
  .pt-2 { padding-top: calc(var(--spacing)*2); }
  .pt-6 { padding-top: calc(var(--spacing)*6); }
  .pt-7 { padding-top: calc(var(--spacing)*7); }
  .pt-10 { padding-top: calc(var(--spacing)*10); }
  .pt-15 { padding-top: calc(var(--spacing)*15); }
  .pt-16 { padding-top: calc(var(--spacing)*16); }
  .pt-20 { padding-top: calc(var(--spacing)*20); }
  .pt-24 { padding-top: calc(var(--spacing)*24); }
  .pt-32 { padding-top: calc(var(--spacing)*32); }
  .pt-55 { padding-top: calc(var(--spacing)*55); }
  .pt-\[30px\] { padding-top: 30px; }
  .pb-2\.5 { padding-bottom: calc(var(--spacing)*2.5); }
  .pb-3 { padding-bottom: calc(var(--spacing)*3); }
  .pb-4 { padding-bottom: calc(var(--spacing)*4); }
  .pb-5 { padding-bottom: calc(var(--spacing)*5); }
  .pb-8 { padding-bottom: calc(var(--spacing)*8); }
  .pb-15 { padding-bottom: calc(var(--spacing)*15); }
  .pb-22 { padding-bottom: calc(var(--spacing)*22); }
  .pb-30 { padding-bottom: calc(var(--spacing)*30); }
  .pb-\[100px\] { padding-bottom: 100px; }
  .pl-3 { padding-left: calc(var(--spacing)*3); }
  .pl-12 { padding-left: calc(var(--spacing)*12); }
  .text-center { text-align: center; }
  .text-left { text-align: left; }
  .text-right { text-align: right; }
  .font-\[\'Orbitron\'\] { font-family: Orbitron; }
  .font-\[\'Times_New_Roman\'\,_Times\,_serif\] { font-family: "Times New Roman", Times, serif; }
  .font-\[Orbitron\] { font-family: Orbitron; }
  .font-mono { font-family: var(--font-mono); }
  .font-serif { font-family: var(--font-serif); }
  .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-7xl { font-size: var(--text-7xl); line-height: var(--tw-leading,var(--text-7xl--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-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)); }
  .text-\[15px\] { font-size: 15px; }
  .text-\[16px\] { font-size: 16px; }
  .text-\[18px\] { font-size: 18px; }
  .text-\[36px\] { font-size: 36px; }
  .leading-0 { --tw-leading: calc(var(--spacing)*0); line-height: calc(var(--spacing)*0); }
  .leading-3 { --tw-leading: calc(var(--spacing)*3); line-height: calc(var(--spacing)*3); }
  .leading-4 { --tw-leading: calc(var(--spacing)*4); line-height: calc(var(--spacing)*4); }
  .leading-4\.5 { --tw-leading: calc(var(--spacing)*4.5); line-height: calc(var(--spacing)*4.5); }
  .leading-5 { --tw-leading: calc(var(--spacing)*5); line-height: calc(var(--spacing)*5); }
  .leading-6 { --tw-leading: calc(var(--spacing)*6); line-height: calc(var(--spacing)*6); }
  .leading-7 { --tw-leading: calc(var(--spacing)*7); line-height: calc(var(--spacing)*7); }
  .leading-8 { --tw-leading: calc(var(--spacing)*8); line-height: calc(var(--spacing)*8); }
  .leading-9 { --tw-leading: calc(var(--spacing)*9); line-height: calc(var(--spacing)*9); }
  .leading-10 { --tw-leading: calc(var(--spacing)*10); line-height: calc(var(--spacing)*10); }
  .leading-16 { --tw-leading: calc(var(--spacing)*16); line-height: calc(var(--spacing)*16); }
  .leading-\[-1px\] { --tw-leading: -1px; }
  .leading-\[15px\] { --tw-leading: 15px; line-height: 15px; }
  .leading-\[18px\] { --tw-leading: 18px; line-height: 18px; }
  .leading-\[56px\] { --tw-leading: 56px; line-height: 56px; }
  .leading-\[110\%\] { --tw-leading: 110%; line-height: 110%; }
  .leading-\[120\%\] { --tw-leading: 120%; line-height: 120%; }
  .leading-loose { --tw-leading: var(--leading-loose); line-height: var(--leading-loose); }
  .leading-none { --tw-leading: 1; line-height: 1; }
  .leading-normal { --tw-leading: var(--leading-normal); line-height: var(--leading-normal); }
  .leading-relaxed { --tw-leading: var(--leading-relaxed); line-height: var(--leading-relaxed); }
  .leading-snug { --tw-leading: var(--leading-snug); line-height: var(--leading-snug); }
  .leading-tight { --tw-leading: var(--leading-tight); line-height: var(--leading-tight); }
  .font-black { --tw-font-weight: var(--font-weight-black); font-weight: var(--font-weight-black); }
  .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-light { --tw-font-weight: var(--font-weight-light); font-weight: var(--font-weight-light); }
  .font-medium { --tw-font-weight: var(--font-weight-medium); font-weight: var(--font-weight-medium); }
  .font-normal { --tw-font-weight: var(--font-weight-normal); font-weight: var(--font-weight-normal); }
  .font-semibold { --tw-font-weight: var(--font-weight-semibold); font-weight: var(--font-weight-semibold); }
  .tracking-tight { --tw-tracking: var(--tracking-tight); letter-spacing: var(--tracking-tight); }
  .break-all { word-break: break-all; }
  .text-ellipsis { text-overflow: ellipsis; }
  .whitespace-nowrap { white-space: nowrap; }
  .whitespace-pre-wrap { white-space: pre-wrap; }
  .progress-info { color: var(--color-info); }
  .progress-primary { color: var(--color-primary); }
  .progress-secondary { color: var(--color-secondary); }
  .progress-success { color: var(--color-success); }
  .progress-warning { color: var(--color-warning); }
  .text-\[\#3d3d3d\] { color: rgb(61, 61, 61); }
  .text-\[\#6a6a6a\] { color: rgb(106, 106, 106); }
  .text-\[\#6f6f6f\] { color: rgb(111, 111, 111); }
  .text-\[\#8d8b89\] { color: rgb(141, 139, 137); }
  .text-\[\#8fb4ff\] { color: rgb(143, 180, 255); }
  .text-\[\#9a4b4b\] { color: rgb(154, 75, 75); }
  .text-\[\#9e9e9e\] { color: rgb(158, 158, 158); }
  .text-\[\#083007\] { color: rgb(8, 48, 7); }
  .text-\[\#131717\] { color: rgb(19, 23, 23); }
  .text-\[\#141616\] { color: rgb(20, 22, 22); }
  .text-\[\#205840\] { color: rgb(32, 88, 64); }
  .text-\[\#232323\] { color: rgb(35, 35, 35); }
  .text-\[\#636363\] { color: rgb(99, 99, 99); }
  .text-\[\#C1FE34\] { color: rgb(193, 254, 52); }
  .text-\[\#DBDBDB\] { color: rgb(219, 219, 219); }
  .text-\[\#F3EEEA\] { color: rgb(243, 238, 234); }
  .text-\[\#ae75fb\] { color: rgb(174, 117, 251); }
  .text-\[\#b3b3b3\] { color: rgb(179, 179, 179); }
  .text-\[\#bcfc29\] { color: rgb(188, 252, 41); }
  .text-\[\#be0eff\] { color: rgb(190, 14, 255); }
  .text-\[\#c43533\] { color: rgb(196, 53, 51); }
  .text-\[\#cfcfcf\] { color: rgb(207, 207, 207); }
  .text-\[\#e1ec6b\] { color: rgb(225, 236, 107); }
  .text-\[\#e2ec6b\] { color: rgb(226, 236, 107); }
  .text-\[\#f2edea\] { color: rgb(242, 237, 234); }
  .text-\[\#f3eeea\] { color: rgb(243, 238, 234); }
  .text-\[\#f4ff75\] { color: rgb(244, 255, 117); }
  .text-\[\#f5ff8e\] { color: rgb(245, 255, 142); }
  .text-\[rgba\(243\,238\,234\,0\.30\)\] { color: rgba(243, 238, 234, 0.3); }
  .text-base-content, .text-base-content\/70 { color: var(--color-base-content); }
  @supports (color:color-mix(in lab,red,red)) {
  .text-base-content\/70 { color: color-mix(in oklab,var(--color-base-content)70%,transparent); }
}
  .text-black { color: var(--color-black); }
  .text-blue-400 { color: var(--color-blue-400); }
  .text-gray-100 { color: var(--color-gray-100); }
  .text-gray-200 { color: var(--color-gray-200); }
  .text-gray-300 { color: var(--color-gray-300); }
  .text-gray-400 { color: var(--color-gray-400); }
  .text-gray-500 { color: var(--color-gray-500); }
  .text-gray-600 { color: var(--color-gray-600); }
  .text-gray-900 { color: var(--color-gray-900); }
  .text-green-300 { color: var(--color-green-300); }
  .text-green-400 { color: var(--color-green-400); }
  .text-orange-400 { color: var(--color-orange-400); }
  .text-primary { color: var(--color-primary); }
  .text-purple-400 { color: var(--color-purple-400); }
  .text-purple-500 { color: var(--color-purple-500); }
  .text-red-300 { color: var(--color-red-300); }
  .text-red-400 { color: var(--color-red-400); }
  .text-red-500 { color: var(--color-red-500); }
  .text-red-500\/20 { color: rgba(251, 44, 54, 0.2); }
  @supports (color:color-mix(in lab,red,red)) {
  .text-red-500\/20 { color: color-mix(in oklab,var(--color-red-500)20%,transparent); }
}
  .text-red-700 { color: var(--color-red-700); }
  .text-red-800 { color: var(--color-red-800); }
  .text-stone-100 { color: var(--color-stone-100); }
  .text-stone-300 { color: var(--color-stone-300); }
  .text-transparent { color: rgba(0, 0, 0, 0); }
  .text-white { color: var(--color-white); }
  .text-yellow-400 { color: var(--color-yellow-400); }
  .uppercase { text-transform: uppercase; }
  .italic { font-style: italic; }
  .underline { text-decoration-line: underline; }
  .opacity-0 { opacity: 0; }
  .opacity-5 { opacity: 0.05; }
  .opacity-10 { opacity: 0.1; }
  .opacity-15 { opacity: 0.15; }
  .opacity-25 { opacity: 0.25; }
  .opacity-30 { opacity: 0.3; }
  .opacity-40 { opacity: 0.4; }
  .opacity-42 { opacity: 0.42; }
  .opacity-50 { opacity: 0.5; }
  .opacity-75 { opacity: 0.75; }
  .shadow-\[-2px_2px_0px_0px_\#E2EC6B\] { --tw-shadow: -2px 2px 0px 0px var(--tw-shadow-color,#e2ec6b); box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); }
  .shadow-\[-2px_2px_0px_0px_\#f5ff8e\] { --tw-shadow: -2px 2px 0px 0px var(--tw-shadow-color,#f5ff8e); box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); }
  .shadow-\[-2px_2px_0px_0px_rgba\(174\,117\,251\,1\.00\)\] { --tw-shadow: -2px 2px 0px 0px var(--tw-shadow-color,#ae75fb); box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); }
  .shadow-\[-3px_3px_0px_0px_rgba\(70\,70\,70\,1\.00\)\] { --tw-shadow: -3px 3px 0px 0px var(--tw-shadow-color,#464646); box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); }
  .shadow-\[-4px_4px_0px_0px_\#3D107A\] { --tw-shadow: -4px 4px 0px 0px var(--tw-shadow-color,#3d107a); box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); }
  .shadow-\[-5px_5px_0px_0px_\#3D107A\] { --tw-shadow: -5px 5px 0px 0px var(--tw-shadow-color,#3d107a); box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); }
  .shadow-\[-8px_8px_0px_0px_\#3D107A\], .shadow-\[-8px_8px_0px_0px_rgba\(61\,16\,122\,1\.00\)\] { --tw-shadow: -8px 8px 0px 0px var(--tw-shadow-color,#3d107a); box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); }
  .shadow-\[-8px_10px_0px_0px_rgba\(61\,16\,122\,1\.00\)\] { --tw-shadow: -8px 10px 0px 0px var(--tw-shadow-color,#3d107a); box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); }
  .shadow-\[3px_3px_0px_0px_rgba\(70\,70\,70\,1\.00\)\] { --tw-shadow: 3px 3px 0px 0px var(--tw-shadow-color,#464646); box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); }
  .shadow-\[3px_3px_0px_0px_rgba\(226\,236\,107\,1\.00\)\] { --tw-shadow: 3px 3px 0px 0px var(--tw-shadow-color,#e2ec6b); box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); }
  .shadow-lg { --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px 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); }
  .shadow-md { --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px 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); }
  .shadow-none { --tw-shadow: 0 0 #0000; box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); }
  .shadow-xl { --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color,#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); }
  .outline { outline-style: var(--tw-outline-style); outline-width: 1px; }
  .btn-ghost:not(.btn-active, :hover, :active:focus, :focus-visible) { --btn-shadow: ""; --btn-bg: #0000; --btn-border: #0000; --btn-noise: none; }
  .btn-ghost:not(.btn-active, :hover, :active:focus, :focus-visible):not(:disabled, [disabled], .btn-disabled) { --btn-fg: currentColor; outline-color: currentcolor; }
  @media (hover: none) {
  .btn-ghost:hover:not(.btn-active, :active, :focus-visible, :disabled, [disabled], .btn-disabled) { --btn-shadow: ""; --btn-bg: #0000; --btn-border: #0000; --btn-noise: none; --btn-fg: currentColor; }
}
  .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,); }
  .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,); }
  .grayscale { --tw-grayscale: grayscale(100%); 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,); }
  .invert { --tw-invert: invert(100%); 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\:invert\(54\%\)_sepia\(71\%\)_saturate\(4956\%\)_hue-rotate\(201deg\)_brightness\(99\%\)_contrast\(98\%\)\] { filter: invert(54%) sepia(71%) saturate(4956%) hue-rotate(201deg) brightness(99%) contrast(98%); }
  .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-lg { --tw-backdrop-blur: blur(var(--blur-lg)); 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, display, visibility, 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)); }
  .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-200 { --tw-duration: .2s; transition-duration: 0.2s; }
  .duration-300 { --tw-duration: .3s; transition-duration: 0.3s; }
  .duration-500 { --tw-duration: .5s; transition-duration: 0.5s; }
  .ease-out { --tw-ease: var(--ease-out); transition-timing-function: var(--ease-out); }
  .prose-slate { --tw-prose-body: oklch(37.2% .044 257.287); --tw-prose-headings: oklch(20.8% .042 265.755); --tw-prose-lead: oklch(44.6% .043 257.281); --tw-prose-links: oklch(20.8% .042 265.755); --tw-prose-bold: oklch(20.8% .042 265.755); --tw-prose-counters: oklch(55.4% .046 257.417); --tw-prose-bullets: oklch(86.9% .022 252.894); --tw-prose-hr: oklch(92.9% .013 255.508); --tw-prose-quotes: oklch(20.8% .042 265.755); --tw-prose-quote-borders: oklch(92.9% .013 255.508); --tw-prose-captions: oklch(55.4% .046 257.417); --tw-prose-kbd: oklch(20.8% .042 265.755); --tw-prose-kbd-shadows: NaN NaN NaN; --tw-prose-code: oklch(20.8% .042 265.755); --tw-prose-pre-code: oklch(92.9% .013 255.508); --tw-prose-pre-bg: oklch(27.9% .041 260.031); --tw-prose-th-borders: oklch(86.9% .022 252.894); --tw-prose-td-borders: oklch(92.9% .013 255.508); --tw-prose-invert-body: oklch(86.9% .022 252.894); --tw-prose-invert-headings: #fff; --tw-prose-invert-lead: oklch(70.4% .04 256.788); --tw-prose-invert-links: #fff; --tw-prose-invert-bold: #fff; --tw-prose-invert-counters: oklch(70.4% .04 256.788); --tw-prose-invert-bullets: oklch(44.6% .043 257.281); --tw-prose-invert-hr: oklch(37.2% .044 257.287); --tw-prose-invert-quotes: oklch(96.8% .007 247.896); --tw-prose-invert-quote-borders: oklch(37.2% .044 257.287); --tw-prose-invert-captions: oklch(70.4% .04 256.788); --tw-prose-invert-kbd: #fff; --tw-prose-invert-kbd-shadows: 255 255 255; --tw-prose-invert-code: #fff; --tw-prose-invert-pre-code: oklch(86.9% .022 252.894); --tw-prose-invert-pre-bg: #00000080; --tw-prose-invert-th-borders: oklch(44.6% .043 257.281); --tw-prose-invert-td-borders: oklch(37.2% .044 257.287); }
  .prose-invert { --tw-prose-body: var(--tw-prose-invert-body); --tw-prose-headings: var(--tw-prose-invert-headings); --tw-prose-lead: var(--tw-prose-invert-lead); --tw-prose-links: var(--tw-prose-invert-links); --tw-prose-bold: var(--tw-prose-invert-bold); --tw-prose-counters: var(--tw-prose-invert-counters); --tw-prose-bullets: var(--tw-prose-invert-bullets); --tw-prose-hr: var(--tw-prose-invert-hr); --tw-prose-quotes: var(--tw-prose-invert-quotes); --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders); --tw-prose-captions: var(--tw-prose-invert-captions); --tw-prose-kbd: var(--tw-prose-invert-kbd); --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows); --tw-prose-code: var(--tw-prose-invert-code); --tw-prose-pre-code: var(--tw-prose-invert-pre-code); --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg); --tw-prose-th-borders: var(--tw-prose-invert-th-borders); --tw-prose-td-borders: var(--tw-prose-invert-td-borders); }
  .btn-outline:not(.btn-active, :hover, :active:focus, :focus-visible, :disabled, [disabled], .btn-disabled, :checked) { --btn-shadow: ""; --btn-bg: #0000; --btn-fg: var(--btn-color); --btn-border: var(--btn-color); --btn-noise: none; }
  @media (hover: none) {
  .btn-outline:hover:not(.btn-active, :active, :focus-visible, :disabled, [disabled], .btn-disabled, :checked) { --btn-shadow: ""; --btn-bg: #0000; --btn-fg: var(--btn-color); --btn-border: var(--btn-color); --btn-noise: none; }
}
  .btn-sm { --fontsize: .75rem; --btn-p: .75rem; --size: calc(var(--size-field,.25rem)*8); }
  .btn-xs { --fontsize: .6875rem; --btn-p: .5rem; --size: calc(var(--size-field,.25rem)*6); }
  .badge-neutral { --badge-color: var(--color-neutral); --badge-fg: var(--color-neutral-content); }
  .badge-success { --badge-color: var(--color-success); --badge-fg: var(--color-success-content); }
  .badge-warning { --badge-color: var(--color-warning); --badge-fg: var(--color-warning-content); }
  .btn-error { --btn-color: var(--color-error); --btn-fg: var(--color-error-content); }
  .btn-primary { --btn-color: var(--color-primary); --btn-fg: var(--color-primary-content); }
  .btn-success { --btn-color: var(--color-success); --btn-fg: var(--color-success-content); }
  .outline-none { --tw-outline-style: none; outline-style: none; }
  .\[text-shadow\:_0px_0px_84px_rgb\(135_70_235_\/_1\.00\)\] { text-shadow: rgb(135, 70, 235) 0px 0px 84px; }
  @media (hover: hover) {
  .group-hover\:flex:is(:where(.group):hover *) { display: flex; }
  .group-hover\:opacity-60:is(:where(.group):hover *) { opacity: 0.6; }
  .group-hover\:invert:is(:where(.group):hover *) { --tw-invert: invert(100%); 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,); }
}
  .before\:mr-3::before { content: var(--tw-content); margin-right: calc(var(--spacing)*3); }
  .before\:inline-block::before { content: var(--tw-content); display: inline-block; }
  .before\:size-2::before { content: var(--tw-content); width: calc(var(--spacing)*2); height: calc(var(--spacing)*2); }
  .before\:bg-\[\#9915ff\]::before { content: var(--tw-content); background-color: rgb(153, 21, 255); }
  .before\:bg-\[\#76007A\]::before { content: var(--tw-content); background-color: rgb(118, 0, 122); }
  .before\:bg-\[\#343434\]::before { content: var(--tw-content); background-color: rgb(52, 52, 52); }
  .after\:animate-ellipsis::after { content: var(--tw-content); animation: var(--animate-ellipsis); }
  .after\:content-\[\'\'\]::after { --tw-content: ""; content: var(--tw-content); }
  .last\:border-0:last-child { border-style: var(--tw-border-style); border-width: 0px; }
  @media (hover: hover) {
  .hover\:scale-105:hover { --tw-scale-x: 105%; --tw-scale-y: 105%; --tw-scale-z: 105%; scale: var(--tw-scale-x)var(--tw-scale-y); }
  .hover\:border:hover { border-style: var(--tw-border-style); border-width: 1px; }
  .hover\:border-\[\#ae75fb\]:hover { border-color: rgb(174, 117, 251); }
  .hover\:border-\[\#cccccc\]:hover { border-color: rgb(204, 204, 204); }
  .hover\:border-white:hover { border-color: var(--color-white); }
  .hover\:bg-\[\#1D2B39\]:hover { background-color: rgb(29, 43, 57); }
  .hover\:bg-\[\#9a63e0\]:hover { background-color: rgb(154, 99, 224); }
  .hover\:bg-\[\#141616\]:hover { background-color: rgb(20, 22, 22); }
  .hover\:bg-\[\#343434\]:hover { background-color: rgb(52, 52, 52); }
  .hover\:bg-\[\#444444\]:hover { background-color: rgb(68, 68, 68); }
  .hover\:bg-\[\#F833FF\]:hover { background-color: rgb(248, 51, 255); }
  .hover\:bg-\[\#ae75fb\]:hover { background-color: rgb(174, 117, 251); }
  .hover\:bg-\[\#f2edea\]\/20:hover { background-color: rgba(242, 237, 234, 0.2); }
  .hover\:bg-\[rgba\(174\,117\,251\,0\.1\)\]:hover { background-color: rgba(174, 117, 251, 0.1); }
  .hover\:bg-blue-700:hover { background-color: var(--color-blue-700); }
  .hover\:bg-gray-600:hover { background-color: var(--color-gray-600); }
  .hover\:bg-gray-700:hover { background-color: var(--color-gray-700); }
  .hover\:bg-gray-800:hover { background-color: var(--color-gray-800); }
  .hover\:bg-gray-900:hover { background-color: var(--color-gray-900); }
  .hover\:bg-indigo-700:hover { background-color: var(--color-indigo-700); }
  .hover\:bg-red-200:hover { background-color: var(--color-red-200); }
  .hover\:bg-red-600:hover { background-color: var(--color-red-600); }
  .hover\:bg-transparent:hover { background-color: rgba(0, 0, 0, 0); }
  .hover\:bg-white:hover { background-color: var(--color-white); }
  .hover\:bg-linear-251:hover { --tw-gradient-position: 251deg; }
  @supports (background-image:linear-gradient(in lab,red,red)) {
  .hover\:bg-linear-251:hover { --tw-gradient-position: 251deg in oklab; }
}
  .hover\:bg-linear-251:hover { background-image: linear-gradient(var(--tw-gradient-stops)); }
  .hover\:bg-linear-to-l:hover { --tw-gradient-position: to left; }
  @supports (background-image:linear-gradient(in lab,red,red)) {
  .hover\:bg-linear-to-l:hover { --tw-gradient-position: to left in oklab; }
}
  .hover\:bg-linear-to-l:hover { background-image: linear-gradient(var(--tw-gradient-stops)); }
  .hover\:from-\[\#be0eff\]:hover { --tw-gradient-from: #be0eff; --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)); }
  .hover\:from-red-700:hover { --tw-gradient-from: var(--color-red-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)); }
  .hover\:to-\[\#8fb4ff\]:hover { --tw-gradient-to: #8fb4ff; --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)); }
  .hover\:text-\[\#a5c4ff\]:hover { color: rgb(165, 196, 255); }
  .hover\:text-blue-300:hover { color: var(--color-blue-300); }
  .hover\:text-gray-200:hover { color: var(--color-gray-200); }
  .hover\:text-white:hover { color: var(--color-white); }
  .hover\:opacity-100:hover { opacity: 1; }
  .hover\:shadow-\[-2px_2px_0px_0px_\#3D107A\]:hover { --tw-shadow: -2px 2px 0px 0px var(--tw-shadow-color,#3d107a); box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); }
  .hover\:shadow-\[-2px_2px_0px_0px_rgba\(226\,236\,107\,1\.00\)\]:hover { --tw-shadow: -2px 2px 0px 0px var(--tw-shadow-color,#e2ec6b); box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); }
  .hover\:shadow-\[-4px_4px_0px_0px_\#E2EC6B\]:hover { --tw-shadow: -4px 4px 0px 0px var(--tw-shadow-color,#e2ec6b); box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); }
  .hover\:shadow-\[-5px_5px_0px_0px_\#E2EC6B\]:hover { --tw-shadow: -5px 5px 0px 0px var(--tw-shadow-color,#e2ec6b); box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); }
  .hover\:shadow-\[-8px_8px_0px_0px_rgba\(226\,236\,107\,1\.00\)\]:hover { --tw-shadow: -8px 8px 0px 0px var(--tw-shadow-color,#e2ec6b); box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); }
}
  .focus\:border-\[\#ae75fb\]:focus { border-color: rgb(174, 117, 251); }
  .focus\:border-blue-500:focus { border-color: var(--color-blue-500); }
  .focus\:border-transparent:focus { border-color: rgba(0, 0, 0, 0); }
  .focus\:bg-linear-to-l:focus { --tw-gradient-position: to left; }
  @supports (background-image:linear-gradient(in lab,red,red)) {
  .focus\:bg-linear-to-l:focus { --tw-gradient-position: to left in oklab; }
}
  .focus\:bg-linear-to-l:focus { background-image: linear-gradient(var(--tw-gradient-stops)); }
  .focus\:shadow-none:focus { --tw-shadow: 0 0 #0000; box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); }
  .focus\:ring-2:focus { --tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(2px + 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); }
  .focus\:ring-blue-500:focus { --tw-ring-color: var(--color-blue-500); }
  .focus\:ring-red-500:focus { --tw-ring-color: var(--color-red-500); }
  .focus\:outline-hidden:focus { --tw-outline-style: none; outline-style: none; }
  @media (forced-colors: active) {
  .focus\:outline-hidden:focus { outline-offset: 2px; outline: rgba(0, 0, 0, 0) solid 2px; }
}
  .focus\:outline-none:focus { --tw-outline-style: none; outline-style: none; }
  .active\:bg-\[\#F833FF\]:active { background-color: rgb(248, 51, 255); }
  .active\:bg-transparent:active { background-color: rgba(0, 0, 0, 0); }
  @media (hover: hover) {
  .hover\:enabled\:bg-\[\#ae75fb\]:hover:enabled { background-color: rgb(174, 117, 251); }
  .hover\:enabled\:shadow-\[-2px_2px_0px_0px_rgba\(226\,236\,107\,1\.00\)\]:hover:enabled { --tw-shadow: -2px 2px 0px 0px var(--tw-shadow-color,#e2ec6b); box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); }
}
  .disabled\:cursor-not-allowed:disabled { cursor: not-allowed; }
  .disabled\:opacity-50:disabled { opacity: 0.5; }
  .has-checked\:border-\[\#5a46a8\]:has(:checked) { border-color: rgb(90, 70, 168); }
  .has-checked\:bg-\[\#2d5cf2\]:has(:checked) { background-color: rgb(45, 92, 242); }
  @media not all and (min-width: 64rem) {
  .max-lg\:fixed\! { position: fixed !important; }
  .max-lg\:end-auto { inset-inline-end: auto; }
  .max-lg\:top-\[50\%\] { top: 50%; }
  .max-lg\:left-\[50\%\] { left: 50%; }
  .max-lg\:hidden { display: none; }
  .max-lg\:-translate-x-1\/2 { --tw-translate-x: -50%; translate: var(--tw-translate-x)var(--tw-translate-y); }
  .max-lg\:-translate-y-1\/2 { --tw-translate-y: -50%; translate: var(--tw-translate-x)var(--tw-translate-y); }
  .max-lg\:flex-col { flex-direction: column; }
  .max-lg\:flex-wrap { flex-wrap: wrap; }
  .max-lg\:text-center { text-align: center; }
}
  @media not all and (min-width: 48rem) {
  .max-md\:bottom-2\.5 { bottom: calc(var(--spacing)*2.5); }
  .max-md\:mx-0 { margin-inline: calc(var(--spacing)*0); }
  .max-md\:mx-3 { margin-inline: calc(var(--spacing)*3); }
  .max-md\:my-15 { margin-block: calc(var(--spacing)*15); }
  .max-md\:prose-base { font-size: 1rem; line-height: 1.75; }
  .max-md\:prose-base :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.25em; margin-bottom: 1.25em; }
  .max-md\:prose-base :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.2em; margin-bottom: 1.2em; font-size: 1.25em; line-height: 1.6; }
  .max-md\:prose-base :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.6em; margin-bottom: 1.6em; padding-inline-start: 1em; }
  .max-md\:prose-base :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0px; margin-bottom: 0.888889em; font-size: 2.25em; line-height: 1.11111; }
  .max-md\:prose-base :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 2em; margin-bottom: 1em; font-size: 1.5em; line-height: 1.33333; }
  .max-md\:prose-base :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.6em; margin-bottom: 0.6em; font-size: 1.25em; line-height: 1.6; }
  .max-md\:prose-base :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.5em; margin-bottom: 0.5em; line-height: 1.5; }
  .max-md\:prose-base :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)), .max-md\:prose-base :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 2em; margin-bottom: 2em; }
  .max-md\:prose-base :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0px; margin-bottom: 0px; }
  .max-md\:prose-base :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 2em; margin-bottom: 2em; }
  .max-md\:prose-base :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-top: 0.1875em; padding-inline: 0.375em; padding-bottom: 0.1875em; border-radius: 0.3125rem; font-size: 0.875em; }
  .max-md\:prose-base :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .max-md\:prose-base :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) { font-size: 0.875em; }
  .max-md\:prose-base :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) { font-size: 0.9em; }
  .max-md\:prose-base :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-top: 0.857143em; padding-inline: 1.14286em; padding-bottom: 0.857143em; border-radius: 0.375rem; margin-top: 1.71429em; margin-bottom: 1.71429em; font-size: 0.875em; line-height: 1.71429; }
  .max-md\:prose-base :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)), .max-md\:prose-base :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.25em; margin-bottom: 1.25em; padding-inline-start: 1.625em; }
  .max-md\:prose-base :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0.5em; margin-bottom: 0.5em; }
  .max-md\:prose-base :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .max-md\:prose-base :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-inline-start: 0.375em; }
  .max-md\:prose-base :where(.max-md\:prose-base > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0.75em; margin-bottom: 0.75em; }
  .max-md\:prose-base :where(.max-md\:prose-base > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.25em; }
  .max-md\:prose-base :where(.max-md\:prose-base > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-bottom: 1.25em; }
  .max-md\:prose-base :where(.max-md\:prose-base > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.25em; }
  .max-md\:prose-base :where(.max-md\:prose-base > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-bottom: 1.25em; }
  .max-md\:prose-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0.75em; margin-bottom: 0.75em; }
  .max-md\:prose-base :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.25em; margin-bottom: 1.25em; }
  .max-md\:prose-base :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 1.25em; }
  .max-md\:prose-base :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0.5em; padding-inline-start: 1.625em; }
  .max-md\:prose-base :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 3em; margin-bottom: 3em; }
  .max-md\:prose-base :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .max-md\:prose-base :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .max-md\:prose-base :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .max-md\:prose-base :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0px; }
  .max-md\:prose-base :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) { font-size: 0.875em; line-height: 1.71429; }
  .max-md\:prose-base :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-inline: 0.571429em; padding-bottom: 0.571429em; }
  .max-md\:prose-base :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-inline-start: 0px; }
  .max-md\:prose-base :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-inline-end: 0px; }
  .max-md\:prose-base :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-top: 0.571429em; padding-inline: 0.571429em; padding-bottom: 0.571429em; }
  .max-md\:prose-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-inline-start: 0px; }
  .max-md\:prose-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { padding-inline-end: 0px; }
  .max-md\:prose-base :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 2em; margin-bottom: 2em; }
  .max-md\:prose-base :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0px; margin-bottom: 0px; }
  .max-md\:prose-base :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0.857143em; font-size: 0.875em; line-height: 1.42857; }
  .max-md\:prose-base :where(.max-md\:prose-base > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-top: 0px; }
  .max-md\:prose-base :where(.max-md\:prose-base > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) { margin-bottom: 0px; }
  .max-md\:mt-4 { margin-top: calc(var(--spacing)*4); }
  .max-md\:mt-5 { margin-top: calc(var(--spacing)*5); }
  .max-md\:mt-6 { margin-top: calc(var(--spacing)*6); }
  .max-md\:mt-7\.5 { margin-top: calc(var(--spacing)*7.5); }
  .max-md\:mt-15 { margin-top: calc(var(--spacing)*15); }
  .max-md\:flex { display: flex; }
  .max-md\:hidden { display: none; }
  .max-md\:h-5 { height: calc(var(--spacing)*5); }
  .max-md\:h-8 { height: calc(var(--spacing)*8); }
  .max-md\:h-28 { height: calc(var(--spacing)*28); }
  .max-md\:h-30 { height: calc(var(--spacing)*30); }
  .max-md\:h-75 { height: calc(var(--spacing)*75); }
  .max-md\:h-\[75vh\] { height: 75vh; }
  .max-md\:h-\[80vh\] { height: 80vh; }
  .max-md\:w-5 { width: calc(var(--spacing)*5); }
  .max-md\:w-40 { width: calc(var(--spacing)*40); }
  .max-md\:w-75 { width: calc(var(--spacing)*75); }
  .max-md\:w-\[88px\] { width: 88px; }
  .max-md\:w-full { width: 100%; }
  .max-md\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0px, 1fr)); }
  .max-md\:grid-cols-\[24px_1fr_24px\] { grid-template-columns: 24px 1fr 24px; }
  .max-md\:flex-col { flex-direction: column; }
  .max-md\:flex-wrap { flex-wrap: wrap; }
  .max-md\:self-baseline { align-self: baseline; }
  .max-md\:border-t { border-top-style: var(--tw-border-style); border-top-width: 1px; }
  .max-md\:px-3 { padding-inline: calc(var(--spacing)*3); }
  .max-md\:px-6 { padding-inline: calc(var(--spacing)*6); }
  .max-md\:pt-15 { padding-top: calc(var(--spacing)*15); }
  .max-md\:pt-25 { padding-top: calc(var(--spacing)*25); }
  .max-md\:pb-10 { padding-bottom: calc(var(--spacing)*10); }
  .max-md\:pb-15 { padding-bottom: calc(var(--spacing)*15); }
  .max-md\:text-2xl { font-size: var(--text-2xl); line-height: var(--tw-leading,var(--text-2xl--line-height)); }
  .max-md\:text-3xl { font-size: var(--text-3xl); line-height: var(--tw-leading,var(--text-3xl--line-height)); }
  .max-md\:text-4xl { font-size: var(--text-4xl); line-height: var(--tw-leading,var(--text-4xl--line-height)); }
  .max-md\:text-base { font-size: var(--text-base); line-height: var(--tw-leading,var(--text-base--line-height)); }
  .max-md\:text-sm { font-size: var(--text-sm); line-height: var(--tw-leading,var(--text-sm--line-height)); }
  .max-md\:text-xs { font-size: var(--text-xs); line-height: var(--tw-leading,var(--text-xs--line-height)); }
  .max-md\:text-\[15px\] { font-size: 15px; }
  .max-md\:leading-\[18px\] { --tw-leading: 18px; line-height: 18px; }
  .max-md\:font-normal { --tw-font-weight: var(--font-weight-normal); font-weight: var(--font-weight-normal); }
}
  @media (min-width: 40rem) {
  .sm\:mt-0 { margin-top: calc(var(--spacing)*0); }
  .sm\:flex-col { flex-direction: column; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:px-0 { padding-inline: calc(var(--spacing)*0); }
  .sm\:text-right { text-align: right; }
}
  @media (min-width: 48rem) {
  .md\:top-45 { top: calc(var(--spacing)*45); }
  .md\:left-1\/2 { left: 50%; }
  .md\:left-40 { left: calc(var(--spacing)*40); }
  .md\:mt-\[120px\] { margin-top: 120px; }
  .md\:mr-20 { margin-right: calc(var(--spacing)*20); }
  .md\:ml-8 { margin-left: calc(var(--spacing)*8); }
  .md\:ml-10 { margin-left: calc(var(--spacing)*10); }
  .md\:block { display: block; }
  .md\:hidden { display: none; }
  .md\:h-8 { height: calc(var(--spacing)*8); }
  .md\:h-14 { height: calc(var(--spacing)*14); }
  .md\:h-20 { height: calc(var(--spacing)*20); }
  .md\:h-22 { height: calc(var(--spacing)*22); }
  .md\:h-\[170px\] { height: 170px; }
  .md\:h-\[262px\] { height: 262px; }
  .md\:h-\[300px\] { height: 300px; }
  .md\:h-\[540px\] { height: 540px; }
  .md\:h-screen { height: 100vh; }
  .md\:min-h-100 { min-height: calc(var(--spacing)*100); }
  .md\:w-1\/2 { width: 50%; }
  .md\:w-5 { width: calc(var(--spacing)*5); }
  .md\:w-8 { width: calc(var(--spacing)*8); }
  .md\:w-12\.5 { width: calc(var(--spacing)*12.5); }
  .md\:w-14 { width: calc(var(--spacing)*14); }
  .md\:w-22 { width: calc(var(--spacing)*22); }
  .md\:w-25 { width: calc(var(--spacing)*25); }
  .md\:w-100 { width: calc(var(--spacing)*100); }
  .md\:w-\[40\%\] { width: 40%; }
  .md\:w-\[60\%\] { width: 60%; }
  .md\:w-\[70\%\] { width: 70%; }
  .md\:w-\[100px\] { width: 100px; }
  .md\:w-\[170px\] { width: 170px; }
  .md\:w-\[392px\] { width: 392px; }
  .md\:w-\[420px\] { width: 420px; }
  .md\:w-\[720px\] { width: 720px; }
  .md\:w-\[752px\] { width: 752px; }
  .md\:max-w-1\/2 { max-width: 50%; }
  .md\:max-w-250 { max-width: calc(var(--spacing)*250); }
  .md\:min-w-40 { min-width: calc(var(--spacing)*40); }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0px, 1fr)); }
  .md\:justify-center { justify-content: center; }
  .md\:justify-end { justify-content: flex-end; }
  .md\:gap-3 { gap: calc(var(--spacing)*3); }
  .md\:gap-5 { gap: calc(var(--spacing)*5); }
  .md\:gap-20 { gap: calc(var(--spacing)*20); }
  .md\:border-r { border-right-style: var(--tw-border-style); border-right-width: 1px; }
  .md\:p-4 { padding: calc(var(--spacing)*4); }
  .md\:p-5 { padding: calc(var(--spacing)*5); }
  .md\:px-3 { padding-inline: calc(var(--spacing)*3); }
  .md\:px-10 { padding-inline: calc(var(--spacing)*10); }
  .md\:py-1\.5 { padding-block: calc(var(--spacing)*1.5); }
  .md\:py-5 { padding-block: calc(var(--spacing)*5); }
  .md\:pt-35 { padding-top: calc(var(--spacing)*35); }
  .md\:pt-50 { padding-top: calc(var(--spacing)*50); }
  .md\:text-2xl { font-size: var(--text-2xl); line-height: var(--tw-leading,var(--text-2xl--line-height)); }
  .md\:text-5xl { font-size: var(--text-5xl); line-height: var(--tw-leading,var(--text-5xl--line-height)); }
  .md\:text-7xl { font-size: var(--text-7xl); line-height: var(--tw-leading,var(--text-7xl--line-height)); }
  .md\:text-lg { font-size: var(--text-lg); line-height: var(--tw-leading,var(--text-lg--line-height)); }
  .md\:text-sm { font-size: var(--text-sm); line-height: var(--tw-leading,var(--text-sm--line-height)); }
  .md\:text-xl { font-size: var(--text-xl); line-height: var(--tw-leading,var(--text-xl--line-height)); }
  .md\:leading-14 { --tw-leading: calc(var(--spacing)*14); line-height: calc(var(--spacing)*14); }
  .md\:leading-19 { --tw-leading: calc(var(--spacing)*19); line-height: calc(var(--spacing)*19); }
  .md\:leading-20 { --tw-leading: calc(var(--spacing)*20); line-height: calc(var(--spacing)*20); }
}
  @media (min-width: 64rem) {
  .lg\:-end-7 { inset-inline-end: calc(var(--spacing)*-7); }
  .lg\:-right-4 { right: calc(var(--spacing)*-4); }
  .lg\:my-40 { margin-block: calc(var(--spacing)*40); }
  .lg\:mt-7 { margin-top: calc(var(--spacing)*7); }
  .lg\:flex { display: flex; }
  .lg\:hidden { display: none; }
  .lg\:h-60 { height: calc(var(--spacing)*60); }
  .lg\:h-72 { height: calc(var(--spacing)*72); }
  .lg\:w-1\/2 { width: 50%; }
  .lg\:w-7xl { width: var(--container-7xl); }
  .lg\:w-60 { width: calc(var(--spacing)*60); }
  .lg\:w-72 { width: calc(var(--spacing)*72); }
  .lg\:w-105 { width: calc(var(--spacing)*105); }
  .lg\:w-\[60\%\] { width: 60%; }
  .lg\:w-auto { width: auto; }
  .lg\:max-w-fit { max-width: fit-content; }
  .lg\:animate-typing { animation: var(--animate-typing); }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0px, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0px, 1fr)); }
  .lg\:gap-4 { gap: calc(var(--spacing)*4); }
  .lg\:gap-7 { gap: calc(var(--spacing)*7); }
  .lg\:gap-16 { gap: calc(var(--spacing)*16); }
  .lg\:gap-40 { gap: calc(var(--spacing)*40); }
  .lg\:border-r { border-right-style: var(--tw-border-style); border-right-width: 1px; }
  .lg\:p-3 { padding: calc(var(--spacing)*3); }
  .lg\:p-7 { padding: calc(var(--spacing)*7); }
  .lg\:px-12 { padding-inline: calc(var(--spacing)*12); }
  .lg\:px-\[1px\] { padding-inline: 1px; }
  .lg\:py-7 { padding-block: calc(var(--spacing)*7); }
  .lg\:py-10 { padding-block: calc(var(--spacing)*10); }
  .lg\:py-\[1px\] { padding-block: 1px; }
  .lg\:pr-5 { padding-right: calc(var(--spacing)*5); }
  .lg\:pr-40 { padding-right: calc(var(--spacing)*40); }
  .lg\:pl-12 { padding-left: calc(var(--spacing)*12); }
  .lg\:pl-30 { padding-left: calc(var(--spacing)*30); }
  .lg\:text-2xl { font-size: var(--text-2xl); line-height: var(--tw-leading,var(--text-2xl--line-height)); }
  .lg\:text-lg { font-size: var(--text-lg); line-height: var(--tw-leading,var(--text-lg--line-height)); }
  .lg\:text-sm { font-size: var(--text-sm); line-height: var(--tw-leading,var(--text-sm--line-height)); }
  .lg\:text-clip { text-overflow: clip; }
  .lg\:whitespace-nowrap { white-space: nowrap; }
}
  @media (min-width: 70.5rem) {
  .xl\:aspect-\[2\.5\] { aspect-ratio: 2.5 / 1; }
  .xl\:h-80 { height: calc(var(--spacing)*80); }
  .xl\:h-96 { height: calc(var(--spacing)*96); }
  .xl\:w-7xl { width: var(--container-7xl); }
  .xl\:w-80 { width: calc(var(--spacing)*80); }
  .xl\:w-96 { width: calc(var(--spacing)*96); }
  .xl\:-translate-y-1\/8 { --tw-translate-y: -12.5%; translate: var(--tw-translate-x)var(--tw-translate-y); }
  .xl\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0px, 1fr)); }
  .xl\:gap-9 { gap: calc(var(--spacing)*9); }
  .xl\:py-9 { padding-block: calc(var(--spacing)*9); }
}
  .dark\:bg-gray-800:is(.dark *) { background-color: var(--color-gray-800); }
  .prose-p\:font-light :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) { --tw-font-weight: var(--font-weight-light); font-weight: var(--font-weight-light); }
  .prose-p\:text-\[\#f3eeea\] :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) { color: rgb(243, 238, 234); }
}
html, body { -webkit-font-smoothing: antialiased; background-color: rgb(20, 22, 22); font-family: Poppins, serif; }
code { white-space: pre-wrap; }
button:enabled, [role="button"]:enabled { cursor: pointer; }
.vertical-writing-rl { writing-mode: vertical-rl; }
.vertical-writing-lr { writing-mode: vertical-lr; }
.orientation-mixed { text-orientation: mixed; }
.orientation-upright { text-orientation: upright; }
.orientation-sideways-right { text-orientation: sideways-right; }
.orientation-sideways { text-orientation: sideways; }
.orientation-glyph { }
@media (min-width: 64rem) {
  details::details-content { --tw-scale-x: 0%; --tw-scale-y: 0%; --tw-scale-z: 0%; scale: var(--tw-scale-x)var(--tw-scale-y); }
}
details::details-content { transition: scale 0.3s, content-visibility 0.3s; }
@media (min-width: 64rem) {
  details[open]::details-content { --tw-scale-x: 100%; --tw-scale-y: 100%; --tw-scale-z: 100%; scale: var(--tw-scale-x)var(--tw-scale-y); }
}
.ing-button { color: rgb(242, 237, 234); border-style: var(--tw-border-style); --tw-shadow: -2px 2px 0px 0px var(--tw-shadow-color,#ae75fb); box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); background-color: rgb(20, 22, 22); border-width: 1px; border-color: rgb(174, 117, 251); justify-content: center; align-items: center; display: flex; }
@media (hover: hover) {
  .ing-button:hover { color: rgb(242, 237, 234); border-style: var(--tw-border-style); --tw-gradient-position: 341deg; background-color: rgb(20, 22, 22); background-image: linear-gradient(var(--tw-gradient-stops,341deg)); --tw-gradient-from: #be0eff; --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)); --tw-gradient-to: #8fb4ff; --tw-shadow: -2px 2px 0px 0px var(--tw-shadow-color,#e2ec6b); box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); border-width: 1px; border-color: rgb(242, 237, 234); justify-content: center; align-items: center; display: flex; }
}
@keyframes radio { 
  0% { padding: 5px; }
  50% { padding: 3px; }
}
@keyframes skeleton { 
  0% { background-position: 150% center; }
  100% { background-position: -50% center; }
}
@keyframes progress { 
  50% { background-position-x: -115%; }
}
@keyframes toast { 
  0% { opacity: 0; scale: 0.9; }
  100% { opacity: 1; scale: 1; }
}
@keyframes dropdown { 
  0% { opacity: 0; }
}
@keyframes rating { 
  0%, 40% { filter: brightness(1.05) contrast(1.05); scale: 1.1; }
}
@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-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-border-spacing-x { syntax: "<length>"; inherits: false; initial-value: 0; }
@property --tw-border-spacing-y { syntax: "<length>"; inherits: false; initial-value: 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-scroll-snap-strictness { syntax: "*"; inherits: false; initial-value: proximity; }
@property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-space-x-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-leading { syntax: "*"; inherits: false; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-tracking { syntax: "*"; inherits: false; }
@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-content { syntax: "*"; inherits: false; initial-value: ""; }
@keyframes spin { 
  100% { transform: rotate(360deg); }
}
@keyframes pulse { 
  50% { opacity: 0.5; }
}
@keyframes ellipsis { 
  0% { content: ""; }
  33% { content: "."; }
  66% { content: ".."; }
  100% { content: "..."; }
}
@keyframes shake { 
  0%, 100% { transform: translate(0px); }
  20%, 60% { transform: translate(-10px); }
  40%, 80% { transform: translate(10px); }
}
@keyframes reveal { 
  0% { width: 0px; }
  100% { width: 100%; }
}
@keyframes blink-caret { 
  0%, 100% { border-color: rgba(0, 0, 0, 0); }
  50% { border-color: orange; }
}
@keyframes linethrough { 
  0% { left: -100%; }
  100% { left: 100%; }
}
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@keyframes w3m-shake { 
  0% { transform: scale(1) rotate(0deg); }
  20% { transform: scale(1) rotate(-1deg); }
  40% { transform: scale(1) rotate(1.5deg); }
  60% { transform: scale(1) rotate(-1.5deg); }
  80% { transform: scale(1) rotate(1deg); }
  100% { transform: scale(1) rotate(0deg); }
}
@keyframes w3m-iframe-fade-out { 
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes w3m-iframe-zoom-in { 
  0% { transform: translateY(50px); opacity: 0; }
  100% { transform: translateY(0px); opacity: 1; }
}
@keyframes w3m-iframe-zoom-in-mobile { 
  0% { transform: scale(0.95); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
:root { --w3m-modal-width: 360px; --w3m-color-mix-strength: 0%; --w3m-font-family: Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; --w3m-font-size-master: 10px; --w3m-border-radius-master: 4px; --w3m-z-index: 999; --wui-font-family: var(--w3m-font-family); --wui-font-size-mini: calc(var(--w3m-font-size-master) * 0.8); --wui-font-size-micro: var(--w3m-font-size-master); --wui-font-size-tiny: calc(var(--w3m-font-size-master) * 1.2); --wui-font-size-small: calc(var(--w3m-font-size-master) * 1.4); --wui-font-size-paragraph: calc(var(--w3m-font-size-master) * 1.6); --wui-font-size-medium: calc(var(--w3m-font-size-master) * 1.8); --wui-font-size-large: calc(var(--w3m-font-size-master) * 2); --wui-font-size-title-6: calc(var(--w3m-font-size-master) * 2.2); --wui-font-size-medium-title: calc(var(--w3m-font-size-master) * 2.4); --wui-font-size-2xl: calc(var(--w3m-font-size-master) * 4); --wui-border-radius-5xs: var(--w3m-border-radius-master); --wui-border-radius-4xs: calc(var(--w3m-border-radius-master) * 1.5); --wui-border-radius-3xs: calc(var(--w3m-border-radius-master) * 2); --wui-border-radius-xxs: calc(var(--w3m-border-radius-master) * 3); --wui-border-radius-xs: calc(var(--w3m-border-radius-master) * 4); --wui-border-radius-s: calc(var(--w3m-border-radius-master) * 5); --wui-border-radius-m: calc(var(--w3m-border-radius-master) * 7); --wui-border-radius-l: calc(var(--w3m-border-radius-master) * 9); --wui-border-radius-3xl: calc(var(--w3m-border-radius-master) * 20); --wui-font-weight-light: 400; --wui-font-weight-regular: 500; --wui-font-weight-medium: 600; --wui-font-weight-bold: 700; --wui-letter-spacing-2xl: -1.6px; --wui-letter-spacing-medium-title: -0.96px; --wui-letter-spacing-title-6: -0.88px; --wui-letter-spacing-large: -0.8px; --wui-letter-spacing-medium: -0.72px; --wui-letter-spacing-paragraph: -0.64px; --wui-letter-spacing-small: -0.56px; --wui-letter-spacing-tiny: -0.48px; --wui-letter-spacing-micro: -0.2px; --wui-letter-spacing-mini: -0.16px; --wui-spacing-0: 0px; --wui-spacing-4xs: 2px; --wui-spacing-3xs: 4px; --wui-spacing-xxs: 6px; --wui-spacing-2xs: 7px; --wui-spacing-xs: 8px; --wui-spacing-1xs: 10px; --wui-spacing-s: 12px; --wui-spacing-m: 14px; --wui-spacing-l: 16px; --wui-spacing-2l: 18px; --wui-spacing-xl: 20px; --wui-spacing-xxl: 24px; --wui-spacing-2xl: 32px; --wui-spacing-3xl: 40px; --wui-spacing-4xl: 90px; --wui-spacing-5xl: 95px; --wui-icon-box-size-xxs: 14px; --wui-icon-box-size-xs: 20px; --wui-icon-box-size-sm: 24px; --wui-icon-box-size-md: 32px; --wui-icon-box-size-mdl: 36px; --wui-icon-box-size-lg: 40px; --wui-icon-box-size-2lg: 48px; --wui-icon-box-size-xl: 64px; --wui-icon-size-inherit: inherit; --wui-icon-size-xxs: 10px; --wui-icon-size-xs: 12px; --wui-icon-size-sm: 14px; --wui-icon-size-md: 16px; --wui-icon-size-mdl: 18px; --wui-icon-size-lg: 20px; --wui-icon-size-xl: 24px; --wui-icon-size-xxl: 28px; --wui-wallet-image-size-inherit: inherit; --wui-wallet-image-size-sm: 40px; --wui-wallet-image-size-md: 56px; --wui-wallet-image-size-lg: 80px; --wui-visual-size-size-inherit: inherit; --wui-visual-size-sm: 40px; --wui-visual-size-md: 55px; --wui-visual-size-lg: 80px; --wui-box-size-md: 100px; --wui-box-size-lg: 120px; --wui-ease-out-power-2: cubic-bezier(0, 0, 0.22, 1); --wui-ease-out-power-1: cubic-bezier(0, 0, 0.55, 1); --wui-ease-in-power-3: cubic-bezier(0.66, 0, 1, 1); --wui-ease-in-power-2: cubic-bezier(0.45, 0, 1, 1); --wui-ease-in-power-1: cubic-bezier(0.3, 0, 1, 1); --wui-ease-inout-power-1: cubic-bezier(0.45, 0, 0.55, 1); --wui-duration-lg: 200ms; --wui-duration-md: 125ms; --wui-duration-sm: 75ms; --wui-path-network-sm: path(
          'M15.4 2.1a5.21 5.21 0 0 1 5.2 0l11.61 6.7a5.21 5.21 0 0 1 2.61 4.52v13.4c0 1.87-1 3.59-2.6 4.52l-11.61 6.7c-1.62.93-3.6.93-5.22 0l-11.6-6.7a5.21 5.21 0 0 1-2.61-4.51v-13.4c0-1.87 1-3.6 2.6-4.52L15.4 2.1Z'
        ); --wui-path-network-md: path(
          'M43.4605 10.7248L28.0485 1.61089C25.5438 0.129705 22.4562 0.129705 19.9515 1.61088L4.53951 10.7248C2.03626 12.2051 0.5 14.9365 0.5 17.886V36.1139C0.5 39.0635 2.03626 41.7949 4.53951 43.2752L19.9515 52.3891C22.4562 53.8703 25.5438 53.8703 28.0485 52.3891L43.4605 43.2752C45.9637 41.7949 47.5 39.0635 47.5 36.114V17.8861C47.5 14.9365 45.9637 12.2051 43.4605 10.7248Z'
        ); --wui-path-network-lg: path(
          'M78.3244 18.926L50.1808 2.45078C45.7376 -0.150261 40.2624 -0.150262 35.8192 2.45078L7.6756 18.926C3.23322 21.5266 0.5 26.3301 0.5 31.5248V64.4752C0.5 69.6699 3.23322 74.4734 7.6756 77.074L35.8192 93.5492C40.2624 96.1503 45.7376 96.1503 50.1808 93.5492L78.3244 77.074C82.7668 74.4734 85.5 69.6699 85.5 64.4752V31.5248C85.5 26.3301 82.7668 21.5266 78.3244 18.926Z'
        ); --wui-width-network-sm: 36px; --wui-width-network-md: 48px; --wui-width-network-lg: 86px; --wui-height-network-sm: 40px; --wui-height-network-md: 54px; --wui-height-network-lg: 96px; --wui-icon-size-network-xs: 12px; --wui-icon-size-network-sm: 16px; --wui-icon-size-network-md: 24px; --wui-icon-size-network-lg: 42px; --wui-color-inherit: inherit; --wui-color-inverse-100: #fff; --wui-color-inverse-000: #000; --wui-cover: rgba(20, 20, 20, 0.8); --wui-color-modal-bg: var(--wui-color-modal-bg-base); --wui-color-accent-100: var(--wui-color-accent-base-100); --wui-color-accent-090: var(--wui-color-accent-base-090); --wui-color-accent-080: var(--wui-color-accent-base-080); --wui-color-success-100: var(--wui-color-success-base-100); --wui-color-success-125: var(--wui-color-success-base-125); --wui-color-warning-100: var(--wui-color-warning-base-100); --wui-color-error-100: var(--wui-color-error-base-100); --wui-color-error-125: var(--wui-color-error-base-125); --wui-color-blue-100: var(--wui-color-blue-base-100); --wui-color-blue-90: var(--wui-color-blue-base-90); --wui-icon-box-bg-error-100: var(--wui-icon-box-bg-error-base-100); --wui-icon-box-bg-blue-100: var(--wui-icon-box-bg-blue-base-100); --wui-icon-box-bg-success-100: var(--wui-icon-box-bg-success-base-100); --wui-icon-box-bg-inverse-100: var(--wui-icon-box-bg-inverse-base-100); --wui-all-wallets-bg-100: var(--wui-all-wallets-bg-100); --wui-avatar-border: var(--wui-avatar-border-base); --wui-thumbnail-border: var(--wui-thumbnail-border-base); --wui-wallet-button-bg: var(--wui-wallet-button-bg-base); --wui-box-shadow-blue: var(--wui-color-accent-glass-020); }
@supports (background: color-mix(in srgb, white 50%, black)) {
  :root { --wui-color-modal-bg: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-modal-bg-base)
          ); --wui-box-shadow-blue: color-mix(in srgb, var(--wui-color-accent-100) 20%, transparent); --wui-color-accent-100: color-mix(
            in srgb,
            var(--wui-color-accent-base-100) 100%,
            transparent
          ); --wui-color-accent-090: color-mix(
            in srgb,
            var(--wui-color-accent-base-100) 90%,
            transparent
          ); --wui-color-accent-080: color-mix(
            in srgb,
            var(--wui-color-accent-base-100) 80%,
            transparent
          ); --wui-color-accent-glass-090: color-mix(
            in srgb,
            var(--wui-color-accent-base-100) 90%,
            transparent
          ); --wui-color-accent-glass-080: color-mix(
            in srgb,
            var(--wui-color-accent-base-100) 80%,
            transparent
          ); --wui-color-accent-glass-020: color-mix(
            in srgb,
            var(--wui-color-accent-base-100) 20%,
            transparent
          ); --wui-color-accent-glass-015: color-mix(
            in srgb,
            var(--wui-color-accent-base-100) 15%,
            transparent
          ); --wui-color-accent-glass-010: color-mix(
            in srgb,
            var(--wui-color-accent-base-100) 10%,
            transparent
          ); --wui-color-accent-glass-005: color-mix(
            in srgb,
            var(--wui-color-accent-base-100) 5%,
            transparent
          ); --wui-color-accent-002: color-mix(
            in srgb,
            var(--wui-color-accent-base-100) 2%,
            transparent
          ); --wui-color-fg-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-100)
          ); --wui-color-fg-125: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-125)
          ); --wui-color-fg-150: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-150)
          ); --wui-color-fg-175: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-175)
          ); --wui-color-fg-200: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-200)
          ); --wui-color-fg-225: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-225)
          ); --wui-color-fg-250: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-250)
          ); --wui-color-fg-275: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-275)
          ); --wui-color-fg-300: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-300)
          ); --wui-color-fg-325: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-325)
          ); --wui-color-fg-350: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-fg-350)
          ); --wui-color-bg-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-100)
          ); --wui-color-bg-125: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-125)
          ); --wui-color-bg-150: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-150)
          ); --wui-color-bg-175: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-175)
          ); --wui-color-bg-200: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-200)
          ); --wui-color-bg-225: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-225)
          ); --wui-color-bg-250: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-250)
          ); --wui-color-bg-275: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-275)
          ); --wui-color-bg-300: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-300)
          ); --wui-color-bg-325: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-325)
          ); --wui-color-bg-350: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-bg-350)
          ); --wui-color-success-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-success-base-100)
          ); --wui-color-success-125: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-success-base-125)
          ); --wui-color-warning-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-warning-base-100)
          ); --wui-color-error-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-error-base-100)
          ); --wui-color-blue-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-blue-base-100)
          ); --wui-color-blue-90: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-blue-base-90)
          ); --wui-color-error-125: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-error-base-125)
          ); --wui-icon-box-bg-error-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-icon-box-bg-error-base-100)
          ); --wui-icon-box-bg-accent-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-icon-box-bg-blue-base-100)
          ); --wui-icon-box-bg-success-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-icon-box-bg-success-base-100)
          ); --wui-icon-box-bg-inverse-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-icon-box-bg-inverse-base-100)
          ); --wui-all-wallets-bg-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-all-wallets-bg-100)
          ); --wui-avatar-border: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-avatar-border-base)
          ); --wui-thumbnail-border: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-thumbnail-border-base)
          ); --wui-wallet-button-bg: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-wallet-button-bg-base)
          ); }
}
:root { --w3m-color-mix: #000; --w3m-accent: hsla(231, 100%, 70%, 1); --w3m-default: #000; --wui-color-modal-bg-base: #fff; --wui-color-accent-base-100: var(--w3m-accent); --wui-color-blueberry-100: hsla(231, 100%, 70%, 1); --wui-color-blueberry-090: hsla(231, 97%, 72%, 1); --wui-color-blueberry-080: hsla(231, 92%, 74%, 1); --wui-color-fg-100: #141414; --wui-color-fg-125: #2d3131; --wui-color-fg-150: #474d4d; --wui-color-fg-175: #636d6d; --wui-color-fg-200: #798686; --wui-color-fg-225: #828f8f; --wui-color-fg-250: #8b9797; --wui-color-fg-275: #95a0a0; --wui-color-fg-300: #9ea9a9; --wui-color-fg-325: #9a9a9a; --wui-color-fg-350: #d0d0d0; --wui-color-bg-100: #ffffff; --wui-color-bg-125: #f5fafa; --wui-color-bg-150: #f3f8f8; --wui-color-bg-175: #eef4f4; --wui-color-bg-200: #eaf1f1; --wui-color-bg-225: #e5eded; --wui-color-bg-250: #e1e9e9; --wui-color-bg-275: #dce7e7; --wui-color-bg-300: #d8e3e3; --wui-color-bg-325: #f3f3f3; --wui-color-bg-350: #202020; --wui-color-success-base-100: #26b562; --wui-color-success-base-125: #30a46b; --wui-color-warning-base-100: #f3a13f; --wui-color-error-base-100: #f05142; --wui-color-error-base-125: #df4a34; --wui-color-blue-base-100: rgba(102, 125, 255, 1); --wui-color-blue-base-90: rgba(102, 125, 255, 0.9); --wui-color-success-glass-001: rgba(38, 181, 98, 0.01); --wui-color-success-glass-002: rgba(38, 181, 98, 0.02); --wui-color-success-glass-005: rgba(38, 181, 98, 0.05); --wui-color-success-glass-010: rgba(38, 181, 98, 0.1); --wui-color-success-glass-015: rgba(38, 181, 98, 0.15); --wui-color-success-glass-020: rgba(38, 181, 98, 0.2); --wui-color-success-glass-025: rgba(38, 181, 98, 0.25); --wui-color-success-glass-030: rgba(38, 181, 98, 0.3); --wui-color-success-glass-060: rgba(38, 181, 98, 0.6); --wui-color-success-glass-080: rgba(38, 181, 98, 0.8); --wui-color-success-glass-reown-020: rgba(48, 164, 107, 0.2); --wui-color-warning-glass-reown-020: rgba(243, 161, 63, 0.2); --wui-color-error-glass-001: rgba(240, 81, 66, 0.01); --wui-color-error-glass-002: rgba(240, 81, 66, 0.02); --wui-color-error-glass-005: rgba(240, 81, 66, 0.05); --wui-color-error-glass-010: rgba(240, 81, 66, 0.1); --wui-color-error-glass-015: rgba(240, 81, 66, 0.15); --wui-color-error-glass-020: rgba(240, 81, 66, 0.2); --wui-color-error-glass-025: rgba(240, 81, 66, 0.25); --wui-color-error-glass-030: rgba(240, 81, 66, 0.3); --wui-color-error-glass-060: rgba(240, 81, 66, 0.6); --wui-color-error-glass-080: rgba(240, 81, 66, 0.8); --wui-color-error-glass-reown-020: rgba(223, 74, 52, 0.2); --wui-icon-box-bg-error-base-100: #f4dfdd; --wui-icon-box-bg-blue-base-100: #d9ecfb; --wui-icon-box-bg-success-base-100: #daf0e4; --wui-icon-box-bg-inverse-base-100: #dcecfc; --wui-all-wallets-bg-100: #e8f1fa; --wui-avatar-border-base: #f3f4f4; --wui-thumbnail-border-base: #eaefef; --wui-wallet-button-bg-base: var(--wui-color-bg-125); --wui-color-gray-glass-001: rgba(0, 0, 0, 0.01); --wui-color-gray-glass-002: rgba(0, 0, 0, 0.02); --wui-color-gray-glass-005: rgba(0, 0, 0, 0.05); --wui-color-gray-glass-010: rgba(0, 0, 0, 0.1); --wui-color-gray-glass-015: rgba(0, 0, 0, 0.15); --wui-color-gray-glass-020: rgba(0, 0, 0, 0.2); --wui-color-gray-glass-025: rgba(0, 0, 0, 0.25); --wui-color-gray-glass-030: rgba(0, 0, 0, 0.3); --wui-color-gray-glass-060: rgba(0, 0, 0, 0.6); --wui-color-gray-glass-080: rgba(0, 0, 0, 0.8); --wui-color-gray-glass-090: rgba(0, 0, 0, 0.9); --wui-color-dark-glass-100: rgba(233, 233, 233, 1); --w3m-card-embedded-shadow-color: rgb(224 225 233 / 25%); }
:root { --w3m-color-mix: #fff; --w3m-accent: hsla(230, 100%, 67%, 1); --w3m-default: #fff; --wui-color-modal-bg-base: #121313; --wui-color-accent-base-100: var(--w3m-accent); --wui-color-blueberry-100: hsla(230, 100%, 67%, 1); --wui-color-blueberry-090: hsla(231, 76%, 61%, 1); --wui-color-blueberry-080: hsla(230, 59%, 55%, 1); --wui-color-blueberry-050: hsla(231, 100%, 70%, 0.1); --wui-color-fg-100: #e4e7e7; --wui-color-fg-125: #d0d5d5; --wui-color-fg-150: #a8b1b1; --wui-color-fg-175: #a8b0b0; --wui-color-fg-200: #949e9e; --wui-color-fg-225: #868f8f; --wui-color-fg-250: #788080; --wui-color-fg-275: #788181; --wui-color-fg-300: #6e7777; --wui-color-fg-325: #9a9a9a; --wui-color-fg-350: #363636; --wui-color-bg-100: #141414; --wui-color-bg-125: #191a1a; --wui-color-bg-150: #1e1f1f; --wui-color-bg-175: #222525; --wui-color-bg-200: #272a2a; --wui-color-bg-225: #2c3030; --wui-color-bg-250: #313535; --wui-color-bg-275: #363b3b; --wui-color-bg-300: #3b4040; --wui-color-bg-325: #252525; --wui-color-bg-350: #ffffff; --wui-color-success-base-100: #26d962; --wui-color-success-base-125: #30a46b; --wui-color-warning-base-100: #f3a13f; --wui-color-error-base-100: #f25a67; --wui-color-error-base-125: #df4a34; --wui-color-blue-base-100: rgba(102, 125, 255, 1); --wui-color-blue-base-90: rgba(102, 125, 255, 0.9); --wui-color-success-glass-001: rgba(38, 217, 98, 0.01); --wui-color-success-glass-002: rgba(38, 217, 98, 0.02); --wui-color-success-glass-005: rgba(38, 217, 98, 0.05); --wui-color-success-glass-010: rgba(38, 217, 98, 0.1); --wui-color-success-glass-015: rgba(38, 217, 98, 0.15); --wui-color-success-glass-020: rgba(38, 217, 98, 0.2); --wui-color-success-glass-025: rgba(38, 217, 98, 0.25); --wui-color-success-glass-030: rgba(38, 217, 98, 0.3); --wui-color-success-glass-060: rgba(38, 217, 98, 0.6); --wui-color-success-glass-080: rgba(38, 217, 98, 0.8); --wui-color-success-glass-reown-020: rgba(48, 164, 107, 0.2); --wui-color-warning-glass-reown-020: rgba(243, 161, 63, 0.2); --wui-color-error-glass-001: rgba(242, 90, 103, 0.01); --wui-color-error-glass-002: rgba(242, 90, 103, 0.02); --wui-color-error-glass-005: rgba(242, 90, 103, 0.05); --wui-color-error-glass-010: rgba(242, 90, 103, 0.1); --wui-color-error-glass-015: rgba(242, 90, 103, 0.15); --wui-color-error-glass-020: rgba(242, 90, 103, 0.2); --wui-color-error-glass-025: rgba(242, 90, 103, 0.25); --wui-color-error-glass-030: rgba(242, 90, 103, 0.3); --wui-color-error-glass-060: rgba(242, 90, 103, 0.6); --wui-color-error-glass-080: rgba(242, 90, 103, 0.8); --wui-color-error-glass-reown-020: rgba(223, 74, 52, 0.2); --wui-color-gray-glass-001: rgba(255, 255, 255, 0.01); --wui-color-gray-glass-002: rgba(255, 255, 255, 0.02); --wui-color-gray-glass-005: rgba(255, 255, 255, 0.05); --wui-color-gray-glass-010: rgba(255, 255, 255, 0.1); --wui-color-gray-glass-015: rgba(255, 255, 255, 0.15); --wui-color-gray-glass-020: rgba(255, 255, 255, 0.2); --wui-color-gray-glass-025: rgba(255, 255, 255, 0.25); --wui-color-gray-glass-030: rgba(255, 255, 255, 0.3); --wui-color-gray-glass-060: rgba(255, 255, 255, 0.6); --wui-color-gray-glass-080: rgba(255, 255, 255, 0.8); --wui-color-gray-glass-090: rgba(255, 255, 255, 0.9); --wui-color-dark-glass-100: rgba(42, 42, 42, 1); --wui-icon-box-bg-error-base-100: #3c2426; --wui-icon-box-bg-blue-base-100: #20303f; --wui-icon-box-bg-success-base-100: #1f3a28; --wui-icon-box-bg-inverse-base-100: #243240; --wui-all-wallets-bg-100: #222b35; --wui-avatar-border-base: #252525; --wui-thumbnail-border-base: #252525; --wui-wallet-button-bg-base: var(--wui-color-bg-125); --w3m-card-embedded-shadow-color: rgb(17 17 18 / 25%); }