
      @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%);
      }
    
@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:300;font-display:block;src:url("../fonts/c3e2fa98a1c1de37-s.woff2") format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:300;font-display:block;src:url("../fonts/9b0d154983fed588-s.woff2") format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:300;font-display:block;src:url("../fonts/1d7711bcf0f7522e-s.woff2") format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:300;font-display:block;src:url("../fonts/ca88e8139e224f5c-s.woff2") format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:300;font-display:block;src:url("../fonts/ee234a717a0b539f-s.woff2") format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:300;font-display:block;src:url("../fonts/ddf832fcb762b6ab-s.p.woff2") format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono Fallback;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_f6703f{font-family:JetBrains Mono,JetBrains Mono Fallback;font-weight:300;font-style:normal}.__variable_f6703f{--font-jetbrains-mono:"JetBrains Mono","JetBrains Mono Fallback"}
/*# sourceMappingURL=cf84a16f8cb6634e.css.map*/
@font-face{font-family:Orbitron;font-style:normal;font-weight:400;font-display:swap;src:url("../fonts/26f2694dd22fe16b-s.p.woff2") format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.__className_3a385a{font-family:Orbitron,Orbitron Fallback;font-weight:400;font-style:normal}.__variable_3a385a{--font-subheading:"Orbitron","Orbitron Fallback"}@font-face{font-family:Orbitron;font-style:normal;font-weight:500;font-display:swap;src:url("../fonts/fae5ce323ba7dfbc-s.p.woff2") format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Orbitron Fallback;src:local("Arial");ascent-override:81.50%;descent-override:19.59%;line-gap-override:0.00%;size-adjust:124.05%}.__className_11a371{font-family:Orbitron,Orbitron Fallback;font-weight:500;font-style:normal}.__variable_11a371{--font-heading:"Orbitron","Orbitron Fallback"}
/*# sourceMappingURL=499c9d0da822b33b.css.map*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");.wallet-adapter-button{background-color:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px;border-radius:4px}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:white}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{background:#404144;color:#999;cursor:not-allowed}.wallet-adapter-button-end-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon,.wallet-adapter-button-start-icon img{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{position:relative;display:inline-block}.wallet-adapter-dropdown-list{position:absolute;z-index:99;display:grid;grid-template-rows:1fr;grid-row-gap:10px;padding:10px;top:100%;right:0;margin:0;list-style:none;background:#2c2d30;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,.6);opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.wallet-adapter-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.wallet-adapter-dropdown-list-item{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;white-space:nowrap;box-sizing:border-box;padding:0 20px;width:100%;border-radius:6px;font-size:14px;font-weight:600;height:37px;color:#fff}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{align-self:center;fill:#999}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transform:rotate(180deg);transition:transform .15s ease-in}.wallet-adapter-modal{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .15s linear;background:rgba(0,0,0,.5);z-index:1040;overflow-y:auto}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{display:flex;align-items:center;justify-content:center;position:absolute;top:18px;right:18px;padding:12px;cursor:pointer;background:#1a1f2e;border:none;border-radius:50%}.wallet-adapter-modal-button-close:focus-visible{outline-color:white}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s ease 0s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:rgba(0,0,0,.5);position:fixed;top:0;left:0;bottom:0;right:0}.wallet-adapter-modal-container{display:flex;margin:3rem;min-height:calc(100vh - 6rem);align-items:center;justify-content:center}@media (max-width:480px){.wallet-adapter-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.wallet-adapter-modal-wrapper{box-sizing:border-box;position:relative;display:flex;align-items:center;flex-direction:column;z-index:1050;max-width:400px;border-radius:10px;background:#10141f;box-shadow:0 8px 20px rgba(0,0,0,.6);font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex:1}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{font-weight:500;font-size:24px;line-height:36px;margin:0;padding:64px 48px 48px;text-align:center;color:#fff}@media (max-width:374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{margin:0 0 12px;padding:0;width:100%;list-style:none}.wallet-adapter-modal-list .wallet-adapter-button{font-weight:400;border-radius:0;font-size:18px}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{width:28px;height:28px}.wallet-adapter-modal-list .wallet-adapter-button span{margin-left:auto;font-size:14px;opacity:.6}.wallet-adapter-modal-list-more{cursor:pointer;border:none;padding:12px 24px 24px 12px;align-self:flex-end;display:flex;align-items:center;background-color:transparent;color:#fff}.wallet-adapter-modal-list-more svg{transition:all .1s ease;fill:rgba(255,255,255,1);margin-left:.5rem}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 24px 24px;box-sizing:border-box}.wallet-adapter-modal-middle-button{display:block;cursor:pointer;margin-top:48px;width:100%;background-color:#512da8;padding:12px;font-size:18px;border:none;border-radius:8px;color:#fff}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--font-jetbrains-mono);font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:8px;padding-left:8px}@media (min-width:1584px){.container{max-width:1584px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.\!absolute{position:absolute!important}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.bottom-0{bottom:0}.bottom-\[-1px\]{bottom:-1px}.bottom-\[36px\]{bottom:36px}.bottom-\[6\.5px\]{bottom:6.5px}.bottom-\[6px\]{bottom:6px}.left-0{left:0}.left-3{left:.75rem}.right-0{right:0}.right-2{right:.5rem}.right-3{right:.75rem}.right-6{right:1.5rem}.right-8{right:2rem}.top-0{top:0}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-2{top:.5rem}.top-3{top:.75rem}.top-\[-12px\]{top:-12px}.top-\[100\%\]{top:100%}.top-\[40px\]{top:40px}.top-\[43px\]{top:43px}.top-\[52px\]{top:52px}.top-\[60px\]{top:60px}.top-full{top:100%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-50{z-index:50}.order-first{order:-9999}.order-last{order:9999}.col-span-1{grid-column:span 1/span 1}.-m-2{margin:-.5rem}.m-4{margin:1rem}.m-auto{margin:auto}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-auto{margin-top:auto;margin-bottom:auto}.-mb-2{margin-bottom:-.5rem}.-ml-1{margin-left:-.25rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[-1px\]{margin-bottom:-1px}.mb-\[100px\]{margin-bottom:100px}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-\[-15px\]{margin-left:-15px}.ml-\[-5px\]{margin-left:-5px}.mr-4{margin-right:1rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-cell{display:table-cell}.table-header-group{display:table-header-group}.table-row-group{display:table-row-group}.table-row{display:table-row}.grid{display:grid}.contents{display:contents}.\!hidden{display:none!important}.hidden{display:none}.h-0{height:0}.h-1{height:.25rem}.h-12{height:3rem}.h-2{height:.5rem}.h-20{height:5rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[10px\]{height:10px}.h-\[12px\]{height:12px}.h-\[14px\]{height:14px}.h-\[16px\]{height:16px}.h-\[1px\]{height:1px}.h-\[20px\]{height:20px}.h-\[22px\]{height:22px}.h-\[24px\]{height:24px}.h-\[28px\]{height:28px}.h-\[2px\]{height:2px}.h-\[30px\]{height:30px}.h-\[32px\]{height:32px}.h-\[341px\]{height:341px}.h-\[36px\]{height:36px}.h-\[376px\]{height:376px}.h-\[3px\]{height:3px}.h-\[400px\]{height:400px}.h-\[430px\]{height:430px}.h-\[446px\]{height:446px}.h-\[450px\]{height:450px}.h-\[500px\]{height:500px}.h-\[56px\]{height:56px}.h-\[6px\]{height:6px}.h-\[70px\]{height:70px}.h-\[792px\]{height:792px}.h-\[8px\]{height:8px}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.max-h-\[10px\]{max-height:10px}.max-h-\[12px\]{max-height:12px}.max-h-\[14px\]{max-height:14px}.max-h-\[16px\]{max-height:16px}.max-h-\[200px\]{max-height:200px}.max-h-\[300px\]{max-height:300px}.max-h-\[32px\]{max-height:32px}.max-h-\[477px\]{max-height:477px}.max-h-\[500px\]{max-height:500px}.max-h-\[50vh\]{max-height:50vh}.max-h-\[580px\]{max-height:580px}.max-h-\[calc\(100vh-48px\)\]{max-height:calc(100vh - 48px)}.max-h-full{max-height:100%}.min-h-1{min-height:.25rem}.min-h-40{min-height:10rem}.min-h-\[100px\]{min-height:100px}.min-h-\[10px\]{min-height:10px}.min-h-\[12px\]{min-height:12px}.min-h-\[14px\]{min-height:14px}.min-h-\[160px\]{min-height:160px}.min-h-\[16px\]{min-height:16px}.min-h-\[32px\]{min-height:32px}.min-h-\[36px\]{min-height:36px}.min-h-\[446px\]{min-height:446px}.min-h-\[48px\]{min-height:48px}.min-h-\[500px\]{min-height:500px}.min-h-\[50vh\]{min-height:50vh}.min-h-\[56px\]{min-height:56px}.min-h-\[580px\]{min-height:580px}.min-h-\[615px\]{min-height:615px}.min-h-\[80vh\]{min-height:80vh}.min-h-\[8px\]{min-height:8px}.min-h-\[calc\(100vh-160px\)\]{min-height:calc(100vh - 160px)}.min-h-screen{min-height:100vh}.\!w-auto{width:auto!important}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-12{width:3rem}.w-2{width:.5rem}.w-20{width:5rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-40{width:10rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[100px\]{width:100px}.w-\[10px\]{width:10px}.w-\[12\%\]{width:12%}.w-\[120px\]{width:120px}.w-\[12px\]{width:12px}.w-\[130px\]{width:130px}.w-\[14px\]{width:14px}.w-\[162px\]{width:162px}.w-\[16px\]{width:16px}.w-\[18\%\]{width:18%}.w-\[1px\]{width:1px}.w-\[20px\]{width:20px}.w-\[22px\]{width:22px}.w-\[24px\]{width:24px}.w-\[25\%\]{width:25%}.w-\[250px\]{width:250px}.w-\[28px\]{width:28px}.w-\[292px\]{width:292px}.w-\[30px\]{width:30px}.w-\[320px\]{width:320px}.w-\[325px\]{width:325px}.w-\[32px\]{width:32px}.w-\[350px\]{width:350px}.w-\[400px\]{width:400px}.w-\[402px\]{width:402px}.w-\[40px\]{width:40px}.w-\[46\%\]{width:46%}.w-\[500px\]{width:500px}.w-\[7\%\]{width:7%}.w-\[75px\]{width:75px}.w-\[8\%\]{width:8%}.w-\[8px\]{width:8px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.min-w-0{min-width:0}.min-w-5{min-width:1.25rem}.min-w-\[100px\]{min-width:100px}.min-w-\[102px\]{min-width:102px}.min-w-\[10px\]{min-width:10px}.min-w-\[12px\]{min-width:12px}.min-w-\[14px\]{min-width:14px}.min-w-\[150px\]{min-width:150px}.min-w-\[16px\]{min-width:16px}.min-w-\[22px\]{min-width:22px}.min-w-\[28px\]{min-width:28px}.min-w-\[300px\]{min-width:300px}.min-w-\[30px\]{min-width:30px}.min-w-\[32px\]{min-width:32px}.min-w-\[350px\]{min-width:350px}.min-w-\[360px\]{min-width:360px}.min-w-\[600px\]{min-width:600px}.min-w-\[8px\]{min-width:8px}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-2xl{max-width:42rem}.max-w-\[10px\]{max-width:10px}.max-w-\[1200px\]{max-width:1200px}.max-w-\[12px\]{max-width:12px}.max-w-\[14px\]{max-width:14px}.max-w-\[16px\]{max-width:16px}.max-w-\[200px\]{max-width:200px}.max-w-\[32px\]{max-width:32px}.max-w-\[50\%\]{max-width:50%}.max-w-\[600px\]{max-width:600px}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.-translate-x-2\/3{--tw-translate-x:-66.666667%}.-translate-x-2\/3,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-2\/3{--tw-translate-y:-66.666667%}.-translate-y-2\/3,.-translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y:-100%}.translate-x-2\/3{--tw-translate-x:66.666667%}.translate-x-2\/3,.translate-y-2\/3{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-2\/3{--tw-translate-y:66.666667%}.-rotate-90{--tw-rotate:-90deg}.-rotate-90,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.rotate-90{--tw-rotate:90deg}.rotate-90,.scale-75{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-75{--tw-scale-x:.75;--tw-scale-y:.75}.scale-\[0\.625\]{--tw-scale-x:0.625;--tw-scale-y:0.625}.scale-\[0\.625\],.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes loader{0%{left:-33%}50%{left:100%}to{left:-33%}}.animate-loader-bar{animation:loader 2s ease-in-out infinite}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse-faster{animation:pulse .5s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.resize{resize:both}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.\!justify-start{justify-content:flex-start!important}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-11{gap:2.75rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[30px\]{gap:30px}.gap-\[5px\]{gap:5px}.gap-\[90px\]{gap:90px}.-space-x-1\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.375rem * var(--tw-space-x-reverse));margin-left:calc(-.375rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-phantom>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(30 30 36/var(--tw-divide-opacity,1))}.justify-self-end{justify-self:end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.truncate{overflow:hidden;white-space:nowrap}.overflow-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.\!rounded-\[8px\]{border-radius:8px!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[24px\]{border-radius:24px}.rounded-\[40px\]{border-radius:40px}.rounded-\[4px\]{border-radius:4px}.rounded-\[8px\]{border-radius:8px}.rounded-\[90px\]{border-radius:90px}.rounded-full{border-radius:9999px}.rounded-input{border-radius:40px}.rounded-lg{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.\!border{border-width:1px!important}.border{border-width:1px}.\!border-y{border-top-width:1px!important;border-bottom-width:1px!important}.border-x{border-left-width:1px;border-right-width:1px}.border-x-0{border-left-width:0;border-right-width:0}.border-y-0{border-top-width:0;border-bottom-width:0}.\!border-b{border-bottom-width:1px!important}.\!border-b-0{border-bottom-width:0!important}.\!border-l-0{border-left-width:0!important}.\!border-r{border-right-width:1px!important}.\!border-r-0{border-right-width:0!important}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0}.border-b-2{border-bottom-width:2px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0}.border-dotted{border-style:dotted}.\!border-none{border-style:none!important}.border-none{border-style:none}.\!border-phantom{--tw-border-opacity:1!important;border-color:rgb(30 30 36/var(--tw-border-opacity,1))!important}.\!border-ranger-95\/20{border-color:rgb(203 255 192/.2)!important}.border-arsenic{--tw-border-opacity:1;border-color:rgb(64 66 77/var(--tw-border-opacity,1))}.border-green-60{--tw-border-opacity:1;border-color:rgb(106 230 173/var(--tw-border-opacity,1))}.border-green-95{--tw-border-opacity:1;border-color:rgb(216 234 226/var(--tw-border-opacity,1))}.border-mustard-50{--tw-border-opacity:1;border-color:rgb(244 164 8/var(--tw-border-opacity,1))}.border-phantom{--tw-border-opacity:1;border-color:rgb(30 30 36/var(--tw-border-opacity,1))}.border-ranger-10{--tw-border-opacity:1;border-color:rgb(20 26 19/var(--tw-border-opacity,1))}.border-ranger-20{--tw-border-opacity:1;border-color:rgb(41 51 38/var(--tw-border-opacity,1))}.border-ranger-30{--tw-border-opacity:1;border-color:rgb(61 77 58/var(--tw-border-opacity,1))}.border-ranger-95{--tw-border-opacity:1;border-color:rgb(203 255 192/var(--tw-border-opacity,1))}.border-red-50{--tw-border-opacity:1;border-color:rgb(255 69 69/var(--tw-border-opacity,1))}.border-red-60{--tw-border-opacity:1;border-color:rgb(255 92 92/var(--tw-border-opacity,1))}.border-red-95{--tw-border-opacity:1;border-color:rgb(255 188 188/var(--tw-border-opacity,1))}.border-smoke{--tw-border-opacity:1;border-color:rgb(211 214 224/var(--tw-border-opacity,1))}.border-transparent{border-color:rgba(0,0,0,0)}.border-turquoise-50{--tw-border-opacity:1;border-color:rgb(8 220 207/var(--tw-border-opacity,1))}.border-b-phantom{--tw-border-opacity:1;border-bottom-color:rgb(30 30 36/var(--tw-border-opacity,1))}.border-b-ranger-95{--tw-border-opacity:1;border-bottom-color:rgb(203 255 192/var(--tw-border-opacity,1))}.border-b-transparent{border-bottom-color:rgba(0,0,0,0)}.border-l-ranger-10{--tw-border-opacity:1;border-left-color:rgb(20 26 19/var(--tw-border-opacity,1))}.border-l-transparent{border-left-color:rgba(0,0,0,0)}.border-t-phantom{--tw-border-opacity:1;border-top-color:rgb(30 30 36/var(--tw-border-opacity,1))}.border-opacity-20{--tw-border-opacity:0.2}.border-opacity-25{--tw-border-opacity:0.25}.border-opacity-30{--tw-border-opacity:0.3}.\!bg-bgBlack{--tw-bg-opacity:1!important;background-color:rgb(14 14 14/var(--tw-bg-opacity,1))!important}.\!bg-ranger-95\/5{background-color:rgb(203 255 192/.05)!important}.bg-\[\#0DE08F\]{--tw-bg-opacity:1;background-color:rgb(13 224 143/var(--tw-bg-opacity,1))}.bg-\[\#7213EA\]{--tw-bg-opacity:1;background-color:rgb(114 19 234/var(--tw-bg-opacity,1))}.bg-\[\#97FCE4\]{--tw-bg-opacity:1;background-color:rgb(151 252 228/var(--tw-bg-opacity,1))}.bg-\[\#E5FF03\]{--tw-bg-opacity:1;background-color:rgb(229 255 3/var(--tw-bg-opacity,1))}.bg-\[\#F20B7A\]{--tw-bg-opacity:1;background-color:rgb(242 11 122/var(--tw-bg-opacity,1))}.bg-\[\#FF0353\]{--tw-bg-opacity:1;background-color:rgb(255 3 83/var(--tw-bg-opacity,1))}.bg-arsenic{--tw-bg-opacity:1;background-color:rgb(64 66 77/var(--tw-bg-opacity,1))}.bg-bgBlack{--tw-bg-opacity:1;background-color:rgb(14 14 14/var(--tw-bg-opacity,1))}.bg-bgBlack\/50{background-color:rgb(14 14 14/.5)}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(83 231 163/var(--tw-bg-opacity,1))}.bg-green-50\/10{background-color:rgb(83 231 163/.1)}.bg-lime-10{background-color:rgba(211,255,2,.1)}.bg-mustard-10{--tw-bg-opacity:1;background-color:rgb(49 33 2/var(--tw-bg-opacity,1))}.bg-mustard-50{--tw-bg-opacity:1;background-color:rgb(244 164 8/var(--tw-bg-opacity,1))}.bg-mustard-50\/50{background-color:rgb(244 164 8/.5)}.bg-phantom{--tw-bg-opacity:1;background-color:rgb(30 30 36/var(--tw-bg-opacity,1))}.bg-phantom\/30{background-color:rgb(30 30 36/.3)}.bg-ranger-10{--tw-bg-opacity:1;background-color:rgb(20 26 19/var(--tw-bg-opacity,1))}.bg-ranger-40{--tw-bg-opacity:1;background-color:rgb(81 102 77/var(--tw-bg-opacity,1))}.bg-ranger-95{--tw-bg-opacity:1;background-color:rgb(203 255 192/var(--tw-bg-opacity,1))}.bg-ranger-95\/50{background-color:rgb(203 255 192/.5)}.bg-red-20{--tw-bg-opacity:1;background-color:rgb(51 14 14/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(255 69 69/var(--tw-bg-opacity,1))}.bg-red-50\/10{background-color:rgb(255 69 69/.1)}.bg-red-50\/50{background-color:rgb(255 69 69/.5)}.bg-space{--tw-bg-opacity:1;background-color:rgb(157 162 179/var(--tw-bg-opacity,1))}.bg-space\/20{background-color:rgb(157 162 179/.2)}.bg-transparent{background-color:rgba(0,0,0,0)}.bg-turquoise-50{--tw-bg-opacity:1;background-color:rgb(8 220 207/var(--tw-bg-opacity,1))}.bg-opacity-10{--tw-bg-opacity:0.1}.bg-opacity-20{--tw-bg-opacity:0.2}.bg-opacity-40{--tw-bg-opacity:0.4}.bg-opacity-70{--tw-bg-opacity:0.7}.fill-phantom{fill:#1E1E24}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-\[1px\]{padding:1px}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.\!px-\[12px\]{padding-left:12px!important;padding-right:12px!important}.\!py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.\!py-\[8px\]{padding-top:8px!important;padding-bottom:8px!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[3px\]{padding-top:3px;padding-bottom:3px}.\!pb-0{padding-bottom:0!important}.\!pb-1{padding-bottom:.25rem!important}.\!pb-2{padding-bottom:.5rem!important}.pb-0\.5{padding-bottom:.125rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pl-1{padding-left:.25rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-9{padding-left:2.25rem}.pr-1{padding-right:.25rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pr-\[46px\]{padding-right:46px}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-4{padding-top:1rem}.\!text-left{text-align:left!important}.text-left{text-align:left}.\!text-center{text-align:center!important}.text-center{text-align:center}.\!text-right{text-align:right!important}.text-right{text-align:right}.align-baseline{vertical-align:baseline}.font-heading{font-family:var(--font-heading)}.font-mono{font-family:var(--font-jetbrains-mono)}.font-subheading{font-family:var(--font-subheading)}.\!text-body-md{font-size:12px!important}.\!text-sub-lg{font-size:20px!important}.text-\[11px\]{font-size:11px}.text-\[24px\]{font-size:24px}.text-body-lg{font-size:14px}.text-body-md{font-size:12px}.text-body-sm{font-size:10px}.text-dis-sm{font-size:48px}.text-head-lg{font-size:40px}.text-head-sm{font-size:24px}.text-sub-lg{font-size:20px}.text-sub-md{font-size:18px}.text-sub-sm{font-size:16px}.text-xs{font-size:8px}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.\!leading-body-md{line-height:20px!important}.\!leading-sub-lg{line-height:28px!important}.leading-body-lg{line-height:22px}.leading-body-md{line-height:20px}.leading-body-sm{line-height:18px}.leading-dis-sm{line-height:56px}.leading-head-lg{line-height:48px}.leading-head-sm{line-height:32px}.leading-sub-lg{line-height:28px}.leading-sub-md{line-height:26px}.leading-sub-sm{line-height:24px}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.\!text-graphite{--tw-text-opacity:1!important;color:rgb(110 113 128/var(--tw-text-opacity,1))!important}.\!text-ranger-95{--tw-text-opacity:1!important;color:rgb(203 255 192/var(--tw-text-opacity,1))!important}.\!text-smoke{--tw-text-opacity:1!important;color:rgb(211 214 224/var(--tw-text-opacity,1))!important}.text-arsenic{--tw-text-opacity:1;color:rgb(64 66 77/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-graphite{--tw-text-opacity:1;color:rgb(110 113 128/var(--tw-text-opacity,1))}.text-green-50{--tw-text-opacity:1;color:rgb(83 231 163/var(--tw-text-opacity,1))}.text-mint-50{--tw-text-opacity:1;color:rgb(65 213 115/var(--tw-text-opacity,1))}.text-mustard-40{--tw-text-opacity:1;color:rgb(195 131 6/var(--tw-text-opacity,1))}.text-mustard-50{--tw-text-opacity:1;color:rgb(244 164 8/var(--tw-text-opacity,1))}.text-purple-50{--tw-text-opacity:1;color:rgb(114 19 234/var(--tw-text-opacity,1))}.text-ranger-10{--tw-text-opacity:1;color:rgb(20 26 19/var(--tw-text-opacity,1))}.text-ranger-50{--tw-text-opacity:1;color:rgb(102 128 96/var(--tw-text-opacity,1))}.text-ranger-60{--tw-text-opacity:1;color:rgb(122 153 115/var(--tw-text-opacity,1))}.text-ranger-80{--tw-text-opacity:1;color:rgb(162 204 154/var(--tw-text-opacity,1))}.text-ranger-90{--tw-text-opacity:1;color:rgb(183 229 173/var(--tw-text-opacity,1))}.text-ranger-95{--tw-text-opacity:1;color:rgb(203 255 192/var(--tw-text-opacity,1))}.text-red-20{--tw-text-opacity:1;color:rgb(51 14 14/var(--tw-text-opacity,1))}.text-red-50{--tw-text-opacity:1;color:rgb(255 69 69/var(--tw-text-opacity,1))}.text-smoke{--tw-text-opacity:1;color:rgb(211 214 224/var(--tw-text-opacity,1))}.text-space{--tw-text-opacity:1;color:rgb(157 162 179/var(--tw-text-opacity,1))}.text-space\/70{color:rgb(157 162 179/.7)}.text-steel{--tw-text-opacity:1;color:rgb(188 191 204/var(--tw-text-opacity,1))}.text-tomato-50{--tw-text-opacity:1;color:rgb(251 79 87/var(--tw-text-opacity,1))}.text-turquoise-50{--tw-text-opacity:1;color:rgb(8 220 207/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-yellow{--tw-text-opacity:1;color:rgb(255 215 3/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.\!no-underline{text-decoration-line:none!important}.no-underline{text-decoration-line:none}.decoration-dotted{text-decoration-style:dotted}.placeholder-graphite::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(110 113 128/var(--tw-placeholder-opacity,1))}.placeholder-graphite::placeholder{--tw-placeholder-opacity:1;color:rgb(110 113 128/var(--tw-placeholder-opacity,1))}.placeholder-space::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(157 162 179/var(--tw-placeholder-opacity,1))}.placeholder-space::placeholder{--tw-placeholder-opacity:1;color:rgb(157 162 179/var(--tw-placeholder-opacity,1))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-15{opacity:.15}.opacity-25{opacity:.25}.opacity-35{opacity:.35}.opacity-50{opacity:.5}.opacity-95{opacity:.95}.opacity-\[0\.5\]{opacity:.5}.shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0/0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-bgBlack{--tw-ring-opacity:1;--tw-ring-color:rgb(14 14 14/var(--tw-ring-opacity,1))}.blur-3xl{--tw-blur:blur(64px)}.blur-3xl,.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-\[8px\]{--tw-backdrop-blur:blur(8px);-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,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}body,html{font-family:var(--font-jetbrains-mono);interpolate-size:allow-keywords;--privy-color-warn-light:"#404040"}::-webkit-scrollbar{width:6px;height:6px}strong{font-weight:700}::-webkit-scrollbar-thumb{background:linear-gradient(#40424d,#40424d) content-box;border:2px solid black;border-radius:4px}::-webkit-scrollbar-track{background:black}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.focus--global:focus{outline-style:solid;outline-color:#141A13}.focus--global:focus-visible{outline-style:solid;outline-color:#CBFFC0}.focus--recursive-disable-outline,.focus--recursive-disable-outline button,.focus--recursive-disable-outline button:focus,.focus--recursive-disable-outline input,.focus--recursive-disable-outline input:focus,.focus--recursive-disable-outline:focus{outline-color:transparent!important}.focus--underline:focus-within{border-bottom-width:1px;--tw-border-opacity:1;border-bottom-color:rgb(203 255 192/var(--tw-border-opacity,1));outline:2px solid transparent;outline-offset:2px}.focus--underline:focus{outline-color:rgba(0,0,0,0)}.focus--border:focus-within{border-width:1px;--tw-border-opacity:1;border-color:rgb(203 255 192/var(--tw-border-opacity,1));outline:2px solid transparent;outline-offset:2px}.focus--popup{--tw-border-opacity:1;border-color:rgb(30 30 36/var(--tw-border-opacity,1))}.focus--popup:focus-within{--tw-border-opacity:1;border-color:rgb(64 66 77/var(--tw-border-opacity,1))}.focus--background:focus-within{outline:2px solid transparent;outline-offset:2px}.focus--background:focus{outline-color:rgba(0,0,0,0)}.focus--background:focus-visible{--tw-bg-opacity:1;background-color:rgb(20 26 19/var(--tw-bg-opacity,1))}.focus--outline:focus-visible{outline-color:#CBFFC0}:focus{outline-style:solid;outline-color:#141A13}:focus-visible{outline-style:solid;outline-color:#CBFFC0}.canvasjs-chart-credit,nextjs-portal{display:none}button svg{pointer-events:none}#privy-dialog,#privy-dialog *{font-family:var(--font-jetbrains-mono)!important}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-0:after{content:var(--tw-content);left:0}.after\:top-7:after{content:var(--tw-content);top:1.75rem}.after\:h-0\.5:after{content:var(--tw-content);height:.125rem}.after\:w-full:after{content:var(--tw-content);width:100%}.after\:bg-ranger-95:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(203 255 192/var(--tw-bg-opacity,1))}.first-of-type\:border-t:first-of-type{border-top-width:1px}.first-of-type\:border-t-0:first-of-type{border-top-width:0}.first-of-type\:pl-4:first-of-type{padding-left:1rem}.last-of-type\:\!border-r-0:last-of-type{border-right-width:0!important}.last-of-type\:border-b:last-of-type{border-bottom-width:1px}.last-of-type\:border-b-0:last-of-type{border-bottom-width:0}.last-of-type\:border-r-0:last-of-type{border-right-width:0}.last-of-type\:pr-4:last-of-type{padding-right:1rem}.last-of-type\:text-right:last-of-type{text-align:right}.hover\:border-ranger-95:hover{--tw-border-opacity:1;border-color:rgb(203 255 192/var(--tw-border-opacity,1))}.hover\:bg-bgBlack:hover{--tw-bg-opacity:1;background-color:rgb(14 14 14/var(--tw-bg-opacity,1))}.hover\:bg-lime-20:hover{background-color:rgba(211,255,2,.2)}.hover\:bg-phantom:hover{--tw-bg-opacity:1;background-color:rgb(30 30 36/var(--tw-bg-opacity,1))}.hover\:bg-ranger-95:hover{--tw-bg-opacity:1;background-color:rgb(203 255 192/var(--tw-bg-opacity,1))}.hover\:bg-opacity-100:hover{--tw-bg-opacity:1}.hover\:bg-opacity-80:hover{--tw-bg-opacity:0.8}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.hover\:text-phantom:hover{--tw-text-opacity:1;color:rgb(30 30 36/var(--tw-text-opacity,1))}.hover\:text-ranger-95:hover{--tw-text-opacity:1;color:rgb(203 255 192/var(--tw-text-opacity,1))}.hover\:text-red-50:hover{--tw-text-opacity:1;color:rgb(255 69 69/var(--tw-text-opacity,1))}.hover\:text-smoke:hover{--tw-text-opacity:1;color:rgb(211 214 224/var(--tw-text-opacity,1))}.hover\:text-space:hover{--tw-text-opacity:1;color:rgb(157 162 179/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:text-opacity-60:hover{--tw-text-opacity:0.6}.hover\:underline:hover{text-decoration-line:underline}.hover\:decoration-dotted:hover{text-decoration-style:dotted}.focus\:rounded-full:focus{border-radius:9999px}.focus\:border-ranger-95:focus{--tw-border-opacity:1;border-color:rgb(203 255 192/var(--tw-border-opacity,1))}.focus\:bg-ranger-10:focus{--tw-bg-opacity:1;background-color:rgb(20 26 19/var(--tw-bg-opacity,1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.active\:bg-phantom:active{--tw-bg-opacity:1;background-color:rgb(30 30 36/var(--tw-bg-opacity,1))}.active\:bg-ranger-95:active{--tw-bg-opacity:1;background-color:rgb(203 255 192/var(--tw-bg-opacity,1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:border-arsenic:disabled{--tw-border-opacity:1;border-color:rgb(64 66 77/var(--tw-border-opacity,1))}.disabled\:bg-transparent:disabled{background-color:rgba(0,0,0,0)}.disabled\:text-ranger-95:disabled{--tw-text-opacity:1;color:rgb(203 255 192/var(--tw-text-opacity,1))}.disabled\:text-space:disabled{--tw-text-opacity:1;color:rgb(157 162 179/var(--tw-text-opacity,1))}.disabled\:text-white:disabled{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:hover\:bg-transparent:hover:disabled{background-color:rgba(0,0,0,0)}@media (min-width:430px){.xs\:inline{display:inline}.xs\:flex{display:flex}.xs\:h-\[20px\]{height:20px}.xs\:w-\[20px\]{width:20px}.xs\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:768px){.sm\:right-4{right:1rem}.sm\:top-4{top:1rem}.sm\:mb-0{margin-bottom:0}.sm\:ml-4{margin-left:1rem}.sm\:flex{display:flex}.sm\:w-1\/2{width:50%}.sm\:min-w-\[50\%\]{min-width:50%}.sm\:flex-row{flex-direction:row}.sm\:flex-wrap{flex-wrap:wrap}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:gap-2{gap:.5rem}.sm\:gap-4{gap:1rem}.sm\:gap-8{gap:2rem}.sm\:border-b-0{border-bottom-width:0}.sm\:border-l{border-left-width:1px}.sm\:border-phantom{--tw-border-opacity:1;border-color:rgb(30 30 36/var(--tw-border-opacity,1))}.sm\:border-b-transparent{border-bottom-color:rgba(0,0,0,0)}.sm\:pr-\[52px\]{padding-right:52px}.sm\:first-of-type\:border-t-0:first-of-type{border-top-width:0}}@media (min-width:1280px){.lg\:sr-only{width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.lg\:absolute,.lg\:sr-only{position:absolute}.lg\:left-\[unset\]{left:unset}.lg\:right-0{right:0}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:order-3{order:3}.lg\:order-first{order:-9999}.lg\:order-last{order:9999}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:col-start-1{grid-column-start:1}.lg\:col-start-4{grid-column-start:4}.lg\:row-span-3{grid-row:span 3/span 3}.lg\:row-start-1{grid-row-start:1}.lg\:row-start-2{grid-row-start:2}.lg\:row-start-3{grid-row-start:3}.lg\:block{display:block}.lg\:inline{display:inline}.lg\:flex{display:flex}.lg\:table{display:table}.lg\:table-cell{display:table-cell}.lg\:table-header-group{display:table-header-group}.lg\:table-row-group{display:table-row-group}.lg\:table-row{display:table-row}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-\[40px\]{height:40px}.lg\:h-\[477px\]{height:477px}.lg\:max-h-\[40px\]{max-height:40px}.lg\:min-h-8{min-height:2rem}.lg\:min-h-\[40px\]{min-height:40px}.lg\:min-h-\[477px\]{min-height:477px}.lg\:min-h-\[612px\]{min-height:612px}.lg\:min-h-\[98px\]{min-height:98px}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.333333%}.lg\:w-2\/3{width:66.666667%}.lg\:w-4{width:1rem}.lg\:w-\[180px\]{width:180px}.lg\:w-\[20\%\]{width:20%}.lg\:w-\[40\%\]{width:40%}.lg\:w-\[40px\]{width:40px}.lg\:w-auto{width:auto}.lg\:w-full{width:100%}.lg\:min-w-\[40px\]{min-width:40px}.lg\:min-w-\[480px\]{min-width:480px}.lg\:min-w-\[500px\]{min-width:500px}.lg\:min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.lg\:max-w-\[40px\]{max-width:40px}.lg\:max-w-full{max-width:100%}.lg\:flex-1{flex:1 1 0%}.lg\:flex-grow{flex-grow:1}.lg\:cursor-default{cursor:default}.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\:grid-cols-\[6fr_6fr_8fr\]{grid-template-columns:6fr 6fr 8fr}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-center{justify-content:center}.lg\:gap-0{gap:0}.lg\:gap-4{gap:1rem}.lg\:overflow-x-auto{overflow-x:auto}.lg\:border-y{border-top-width:1px;border-bottom-width:1px}.lg\:\!border-t-0{border-top-width:0!important}.lg\:border-b{border-bottom-width:1px}.lg\:border-r{border-right-width:1px}.lg\:border-none{border-style:none}.lg\:p-0{padding:0}.lg\:p-2{padding:.5rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:py-1{padding-top:.25rem;padding-bottom:.25rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.lg\:pb-2{padding-bottom:.5rem}.lg\:pr-0{padding-right:0}.lg\:pr-8{padding-right:2rem}.lg\:text-left{text-align:left}.lg\:text-center{text-align:center}.lg\:text-body-lg{font-size:14px}.lg\:text-body-md{font-size:12px}.lg\:text-head-md{font-size:32px}.lg\:text-head-sm{font-size:24px}.lg\:text-sub-lg{font-size:20px}.lg\:text-sub-md{font-size:18px}.lg\:text-sub-sm{font-size:16px}.lg\:leading-body-lg{line-height:22px}.lg\:leading-body-md{line-height:20px}.lg\:leading-head-md{line-height:40px}.lg\:leading-head-sm{line-height:32px}.lg\:leading-sub-md{line-height:26px}.lg\:leading-sub-sm{line-height:24px}.lg\:first-of-type\:pl-4:first-of-type{padding-left:1rem}.lg\:last-of-type\:border-b-0:last-of-type{border-bottom-width:0}.lg\:last-of-type\:border-r-0:last-of-type{border-right-width:0}.lg\:last-of-type\:pr-4:last-of-type{padding-right:1rem}}
/*# sourceMappingURL=23fd06e696a54000.css.map*/
.HighlightPanel_container__hOn3p.HighlightPanel_has_inner_border__n_O6T .HighlightPanel_row_container__B6WuP>div{display:flex;width:100%;flex:1 1 auto;justify-content:center;border-right-width:1px;--tw-border-opacity:1;border-color:rgb(30 30 36/var(--tw-border-opacity,1))}.HighlightPanel_container__hOn3p.HighlightPanel_has_inner_border__n_O6T .HighlightPanel_row_container__B6WuP>div:last-of-type{border-right-width:0}.HighlightPanel_container__hOn3p .HighlightPanel_row_container__B6WuP:not(:last-of-type){border-bottom-width:1px}
/*# sourceMappingURL=a4ee539b1e5dcc32.css.map*/
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 300; font-display: block; src: url("../fonts/c3e2fa98a1c1de37-s.woff2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 300; font-display: block; src: url("../fonts/9b0d154983fed588-s.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 300; font-display: block; src: url("../fonts/1d7711bcf0f7522e-s.woff2") format("woff2"); unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF; }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 300; font-display: block; src: url("../fonts/ca88e8139e224f5c-s.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 300; font-display: block; src: url("../fonts/ee234a717a0b539f-s.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 300; font-display: block; src: url("../fonts/ddf832fcb762b6ab-s.p.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "JetBrains Mono Fallback"; src: local("Arial"); ascent-override: 75.79%; descent-override: 22.29%; line-gap-override: 0%; size-adjust: 134.59%; }
.__className_f6703f { font-family: "JetBrains Mono", "JetBrains Mono Fallback"; font-weight: 300; font-style: normal; }
.__variable_f6703f { --font-jetbrains-mono: "JetBrains Mono","JetBrains Mono Fallback"; }
@font-face { font-family: Orbitron; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/26f2694dd22fe16b-s.p.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
.__className_3a385a { font-family: Orbitron, "Orbitron Fallback"; font-weight: 400; font-style: normal; }
.__variable_3a385a { --font-subheading: "Orbitron","Orbitron Fallback"; }
@font-face { font-family: Orbitron; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/fae5ce323ba7dfbc-s.p.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Orbitron Fallback"; src: local("Arial"); ascent-override: 81.5%; descent-override: 19.59%; line-gap-override: 0%; size-adjust: 124.05%; }
.__className_11a371 { font-family: Orbitron, "Orbitron Fallback"; font-weight: 500; font-style: normal; }
.__variable_11a371 { --font-heading: "Orbitron","Orbitron Fallback"; }
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
.wallet-adapter-button { background-color: transparent; border: none; color: rgb(255, 255, 255); cursor: pointer; display: flex; align-items: center; font-family: "DM Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 600; height: 48px; line-height: 48px; padding: 0px 24px; border-radius: 4px; }
.wallet-adapter-button-trigger { background-color: rgb(81, 45, 168); }
.wallet-adapter-button:not([disabled]):focus-visible { outline-color: white; }
.wallet-adapter-button:not([disabled]):hover { background-color: rgb(26, 31, 46); }
.wallet-adapter-button[disabled] { background: rgb(64, 65, 68); color: rgb(153, 153, 153); cursor: not-allowed; }
.wallet-adapter-button-end-icon, .wallet-adapter-button-end-icon img, .wallet-adapter-button-start-icon, .wallet-adapter-button-start-icon img { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; }
.wallet-adapter-button-end-icon { margin-left: 12px; }
.wallet-adapter-button-start-icon { margin-right: 12px; }
.wallet-adapter-collapse { width: 100%; }
.wallet-adapter-dropdown { position: relative; display: inline-block; }
.wallet-adapter-dropdown-list { position: absolute; z-index: 99; display: grid; grid-template-rows: 1fr; row-gap: 10px; padding: 10px; top: 100%; right: 0px; margin: 0px; list-style: none; background: rgb(44, 45, 48); border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.6) 0px 8px 20px; opacity: 0; visibility: hidden; transition: opacity 0.2s, transform 0.2s, visibility 0.2s; font-family: "DM Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; }
.wallet-adapter-dropdown-list-active { opacity: 1; visibility: visible; transform: translateY(10px); }
.wallet-adapter-dropdown-list-item { display: flex; flex-direction: row; justify-content: center; align-items: center; border: none; outline: none; cursor: pointer; white-space: nowrap; box-sizing: border-box; padding: 0px 20px; width: 100%; border-radius: 6px; font-size: 14px; font-weight: 600; height: 37px; color: rgb(255, 255, 255); }
.wallet-adapter-dropdown-list-item:not([disabled]):hover { background-color: rgb(26, 31, 46); }
.wallet-adapter-modal-collapse-button svg { align-self: center; fill: rgb(153, 153, 153); }
.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg { transform: rotate(180deg); transition: transform 0.15s ease-in; }
.wallet-adapter-modal { position: fixed; inset: 0px; opacity: 0; transition: opacity 0.15s linear; background: rgba(0, 0, 0, 0.5); z-index: 1040; overflow-y: auto; }
.wallet-adapter-modal.wallet-adapter-modal-fade-in { opacity: 1; }
.wallet-adapter-modal-button-close { display: flex; align-items: center; justify-content: center; position: absolute; top: 18px; right: 18px; padding: 12px; cursor: pointer; background: rgb(26, 31, 46); border: none; border-radius: 50%; }
.wallet-adapter-modal-button-close:focus-visible { outline-color: white; }
.wallet-adapter-modal-button-close svg { fill: rgb(119, 119, 119); transition: fill 0.2s; }
.wallet-adapter-modal-button-close:hover svg { fill: rgb(255, 255, 255); }
.wallet-adapter-modal-overlay { background: rgba(0, 0, 0, 0.5); position: fixed; inset: 0px; }
.wallet-adapter-modal-container { display: flex; margin: 3rem; min-height: calc(-6rem + 100vh); align-items: center; justify-content: center; }
@media (max-width: 480px) {
  .wallet-adapter-modal-container { margin: 1rem; min-height: calc(-2rem + 100vh); }
}
.wallet-adapter-modal-wrapper { box-sizing: border-box; position: relative; display: flex; align-items: center; flex-direction: column; z-index: 1050; max-width: 400px; border-radius: 10px; background: rgb(16, 20, 31); box-shadow: rgba(0, 0, 0, 0.6) 0px 8px 20px; font-family: "DM Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; flex: 1 1 0%; }
.wallet-adapter-modal-wrapper .wallet-adapter-button { width: 100%; }
.wallet-adapter-modal-title { font-weight: 500; font-size: 24px; line-height: 36px; margin: 0px; padding: 64px 48px 48px; text-align: center; color: rgb(255, 255, 255); }
@media (max-width: 374px) {
  .wallet-adapter-modal-title { font-size: 18px; }
}
.wallet-adapter-modal-list { margin: 0px 0px 12px; padding: 0px; width: 100%; list-style: none; }
.wallet-adapter-modal-list .wallet-adapter-button { font-weight: 400; border-radius: 0px; font-size: 18px; }
.wallet-adapter-modal-list .wallet-adapter-button-end-icon, .wallet-adapter-modal-list .wallet-adapter-button-end-icon img, .wallet-adapter-modal-list .wallet-adapter-button-start-icon, .wallet-adapter-modal-list .wallet-adapter-button-start-icon img { width: 28px; height: 28px; }
.wallet-adapter-modal-list .wallet-adapter-button span { margin-left: auto; font-size: 14px; opacity: 0.6; }
.wallet-adapter-modal-list-more { cursor: pointer; border: none; padding: 12px 24px 24px 12px; align-self: flex-end; display: flex; align-items: center; background-color: transparent; color: rgb(255, 255, 255); }
.wallet-adapter-modal-list-more svg { transition: 0.1s; fill: rgb(255, 255, 255); margin-left: 0.5rem; }
.wallet-adapter-modal-list-more-icon-rotate { transform: rotate(180deg); }
.wallet-adapter-modal-middle { width: 100%; display: flex; flex-direction: column; align-items: center; padding: 0px 24px 24px; box-sizing: border-box; }
.wallet-adapter-modal-middle-button { display: block; cursor: pointer; margin-top: 48px; width: 100%; background-color: rgb(81, 45, 168); padding: 12px; font-size: 18px; border: none; border-radius: 8px; color: rgb(255, 255, 255); }
*, ::after, ::before { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246/0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; }
::backdrop { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246/0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; }
*, ::after, ::before { box-sizing: border-box; border: 0px solid; }
::after, ::before { --tw-content: ""; }
:host, html { line-height: 1.5; text-size-adjust: 100%; tab-size: 4; font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-feature-settings: normal; font-variation-settings: normal; -webkit-tap-highlight-color: transparent; }
body { margin: 0px; line-height: inherit; }
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, pre, samp { font-family: var(--font-jetbrains-mono); font-feature-settings: normal; font-variation-settings: normal; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
table { text-indent: 0px; border-color: inherit; border-collapse: collapse; }
button, input, optgroup, select, textarea { font-family: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; letter-spacing: inherit; color: inherit; margin: 0px; padding: 0px; }
button, select { text-transform: none; }
button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) { appearance: button; background-color: transparent; background-image: none; }
progress { vertical-align: baseline; }
::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; }
[type="search"] { appearance: textfield; outline-offset: -2px; }
::-webkit-search-decoration { appearance: none; }
::-webkit-file-upload-button { appearance: button; font: inherit; }
summary { display: list-item; }
blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre { margin: 0px; }
fieldset { margin: 0px; }
fieldset, legend { padding: 0px; }
menu, ol, ul { list-style: none; margin: 0px; padding: 0px; }
dialog { padding: 0px; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { opacity: 1; color: rgb(156, 163, 175); }
[role="button"], button { cursor: pointer; }
:disabled { cursor: default; }
audio, canvas, embed, iframe, img, object, svg, video { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
[hidden]:where(:not([hidden="until-found"])) { display: none; }
.container { width: 100%; margin-right: auto; margin-left: auto; padding-right: 8px; padding-left: 8px; }
@media (min-width: 1584px) {
  .container { max-width: 1584px; }
}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; }
.pointer-events-none { pointer-events: none; }
.visible { visibility: visible; }
.static { position: static; }
.fixed { position: fixed; }
.\!absolute { position: absolute !important; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: sticky; }
.inset-0 { inset: 0px; }
.bottom-0 { bottom: 0px; }
.bottom-\[-1px\] { bottom: -1px; }
.bottom-\[36px\] { bottom: 36px; }
.bottom-\[6\.5px\] { bottom: 6.5px; }
.bottom-\[6px\] { bottom: 6px; }
.left-0 { left: 0px; }
.left-3 { left: 0.75rem; }
.right-0 { right: 0px; }
.right-2 { right: 0.5rem; }
.right-3 { right: 0.75rem; }
.right-6 { right: 1.5rem; }
.right-8 { right: 2rem; }
.top-0 { top: 0px; }
.top-1\/2 { top: 50%; }
.top-10 { top: 2.5rem; }
.top-2 { top: 0.5rem; }
.top-3 { top: 0.75rem; }
.top-\[-12px\] { top: -12px; }
.top-\[100\%\] { top: 100%; }
.top-\[40px\] { top: 40px; }
.top-\[43px\] { top: 43px; }
.top-\[52px\] { top: 52px; }
.top-\[60px\] { top: 60px; }
.top-full { top: 100%; }
.z-0 { z-index: 0; }
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-30 { z-index: 30; }
.z-50 { z-index: 50; }
.order-first { order: -9999; }
.order-last { order: 9999; }
.col-span-1 { grid-column: span 1 / span 1; }
.-m-2 { margin: -0.5rem; }
.m-4 { margin: 1rem; }
.m-auto { margin: auto; }
.-mx-1 { margin-left: -0.25rem; margin-right: -0.25rem; }
.mx-6 { margin-left: 1.5rem; margin-right: 1.5rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.my-4 { margin-top: 1rem; margin-bottom: 1rem; }
.my-auto { margin-top: auto; margin-bottom: auto; }
.-mb-2 { margin-bottom: -0.5rem; }
.-ml-1 { margin-left: -0.25rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-\[-1px\] { margin-bottom: -1px; }
.mb-\[100px\] { margin-bottom: 100px; }
.ml-1\.5 { margin-left: 0.375rem; }
.ml-2 { margin-left: 0.5rem; }
.ml-\[-15px\] { margin-left: -15px; }
.ml-\[-5px\] { margin-left: -5px; }
.mr-4 { margin-right: 1rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.block { display: block; }
.inline-block { display: inline-block; }
.inline { display: inline; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.table { display: table; }
.table-cell { display: table-cell; }
.table-header-group { display: table-header-group; }
.table-row-group { display: table-row-group; }
.table-row { display: table-row; }
.grid { display: grid; }
.contents { display: contents; }
.\!hidden { display: none !important; }
.hidden { display: none; }
.h-0 { height: 0px; }
.h-1 { height: 0.25rem; }
.h-12 { height: 3rem; }
.h-2 { height: 0.5rem; }
.h-20 { height: 5rem; }
.h-3 { height: 0.75rem; }
.h-3\.5 { height: 0.875rem; }
.h-4 { height: 1rem; }
.h-40 { height: 10rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-8 { height: 2rem; }
.h-9 { height: 2.25rem; }
.h-\[10px\] { height: 10px; }
.h-\[12px\] { height: 12px; }
.h-\[14px\] { height: 14px; }
.h-\[16px\] { height: 16px; }
.h-\[1px\] { height: 1px; }
.h-\[20px\] { height: 20px; }
.h-\[22px\] { height: 22px; }
.h-\[24px\] { height: 24px; }
.h-\[28px\] { height: 28px; }
.h-\[2px\] { height: 2px; }
.h-\[30px\] { height: 30px; }
.h-\[32px\] { height: 32px; }
.h-\[341px\] { height: 341px; }
.h-\[36px\] { height: 36px; }
.h-\[376px\] { height: 376px; }
.h-\[3px\] { height: 3px; }
.h-\[400px\] { height: 400px; }
.h-\[430px\] { height: 430px; }
.h-\[446px\] { height: 446px; }
.h-\[450px\] { height: 450px; }
.h-\[500px\] { height: 500px; }
.h-\[56px\] { height: 56px; }
.h-\[6px\] { height: 6px; }
.h-\[70px\] { height: 70px; }
.h-\[792px\] { height: 792px; }
.h-\[8px\] { height: 8px; }
.h-auto { height: auto; }
.h-fit { height: fit-content; }
.h-full { height: 100%; }
.max-h-\[10px\] { max-height: 10px; }
.max-h-\[12px\] { max-height: 12px; }
.max-h-\[14px\] { max-height: 14px; }
.max-h-\[16px\] { max-height: 16px; }
.max-h-\[200px\] { max-height: 200px; }
.max-h-\[300px\] { max-height: 300px; }
.max-h-\[32px\] { max-height: 32px; }
.max-h-\[477px\] { max-height: 477px; }
.max-h-\[500px\] { max-height: 500px; }
.max-h-\[50vh\] { max-height: 50vh; }
.max-h-\[580px\] { max-height: 580px; }
.max-h-\[calc\(100vh-48px\)\] { max-height: calc(-48px + 100vh); }
.max-h-full { max-height: 100%; }
.min-h-1 { min-height: 0.25rem; }
.min-h-40 { min-height: 10rem; }
.min-h-\[100px\] { min-height: 100px; }
.min-h-\[10px\] { min-height: 10px; }
.min-h-\[12px\] { min-height: 12px; }
.min-h-\[14px\] { min-height: 14px; }
.min-h-\[160px\] { min-height: 160px; }
.min-h-\[16px\] { min-height: 16px; }
.min-h-\[32px\] { min-height: 32px; }
.min-h-\[36px\] { min-height: 36px; }
.min-h-\[446px\] { min-height: 446px; }
.min-h-\[48px\] { min-height: 48px; }
.min-h-\[500px\] { min-height: 500px; }
.min-h-\[50vh\] { min-height: 50vh; }
.min-h-\[56px\] { min-height: 56px; }
.min-h-\[580px\] { min-height: 580px; }
.min-h-\[615px\] { min-height: 615px; }
.min-h-\[80vh\] { min-height: 80vh; }
.min-h-\[8px\] { min-height: 8px; }
.min-h-\[calc\(100vh-160px\)\] { min-height: calc(-160px + 100vh); }
.min-h-screen { min-height: 100vh; }
.\!w-auto { width: auto !important; }
.w-1\/2 { width: 50%; }
.w-1\/3 { width: 33.3333%; }
.w-12 { width: 3rem; }
.w-2 { width: 0.5rem; }
.w-20 { width: 5rem; }
.w-3 { width: 0.75rem; }
.w-3\.5 { width: 0.875rem; }
.w-4 { width: 1rem; }
.w-40 { width: 10rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-8 { width: 2rem; }
.w-9 { width: 2.25rem; }
.w-\[100px\] { width: 100px; }
.w-\[10px\] { width: 10px; }
.w-\[12\%\] { width: 12%; }
.w-\[120px\] { width: 120px; }
.w-\[12px\] { width: 12px; }
.w-\[130px\] { width: 130px; }
.w-\[14px\] { width: 14px; }
.w-\[162px\] { width: 162px; }
.w-\[16px\] { width: 16px; }
.w-\[18\%\] { width: 18%; }
.w-\[1px\] { width: 1px; }
.w-\[20px\] { width: 20px; }
.w-\[22px\] { width: 22px; }
.w-\[24px\] { width: 24px; }
.w-\[25\%\] { width: 25%; }
.w-\[250px\] { width: 250px; }
.w-\[28px\] { width: 28px; }
.w-\[292px\] { width: 292px; }
.w-\[30px\] { width: 30px; }
.w-\[320px\] { width: 320px; }
.w-\[325px\] { width: 325px; }
.w-\[32px\] { width: 32px; }
.w-\[350px\] { width: 350px; }
.w-\[400px\] { width: 400px; }
.w-\[402px\] { width: 402px; }
.w-\[40px\] { width: 40px; }
.w-\[46\%\] { width: 46%; }
.w-\[500px\] { width: 500px; }
.w-\[7\%\] { width: 7%; }
.w-\[75px\] { width: 75px; }
.w-\[8\%\] { width: 8%; }
.w-\[8px\] { width: 8px; }
.w-auto { width: auto; }
.w-fit { width: fit-content; }
.w-full { width: 100%; }
.w-screen { width: 100vw; }
.min-w-0 { min-width: 0px; }
.min-w-5 { min-width: 1.25rem; }
.min-w-\[100px\] { min-width: 100px; }
.min-w-\[102px\] { min-width: 102px; }
.min-w-\[10px\] { min-width: 10px; }
.min-w-\[12px\] { min-width: 12px; }
.min-w-\[14px\] { min-width: 14px; }
.min-w-\[150px\] { min-width: 150px; }
.min-w-\[16px\] { min-width: 16px; }
.min-w-\[22px\] { min-width: 22px; }
.min-w-\[28px\] { min-width: 28px; }
.min-w-\[300px\] { min-width: 300px; }
.min-w-\[30px\] { min-width: 30px; }
.min-w-\[32px\] { min-width: 32px; }
.min-w-\[350px\] { min-width: 350px; }
.min-w-\[360px\] { min-width: 360px; }
.min-w-\[600px\] { min-width: 600px; }
.min-w-\[8px\] { min-width: 8px; }
.min-w-max { min-width: max-content; }
.max-w-2xl { max-width: 42rem; }
.max-w-\[10px\] { max-width: 10px; }
.max-w-\[1200px\] { max-width: 1200px; }
.max-w-\[12px\] { max-width: 12px; }
.max-w-\[14px\] { max-width: 14px; }
.max-w-\[16px\] { max-width: 16px; }
.max-w-\[200px\] { max-width: 200px; }
.max-w-\[32px\] { max-width: 32px; }
.max-w-\[50\%\] { max-width: 50%; }
.max-w-\[600px\] { max-width: 600px; }
.max-w-full { max-width: 100%; }
.max-w-lg { max-width: 32rem; }
.flex-1 { flex: 1 1 0%; }
.flex-auto { flex: 1 1 auto; }
.flex-shrink-0, .shrink-0 { flex-shrink: 0; }
.flex-grow { flex-grow: 1; }
.-translate-x-2\/3 { --tw-translate-x: -66.666667%; }
.-translate-x-2\/3, .-translate-y-1\/2 { transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.-translate-y-1\/2 { --tw-translate-y: -50%; }
.-translate-y-2\/3 { --tw-translate-y: -66.666667%; }
.-translate-y-2\/3, .-translate-y-full { transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.-translate-y-full { --tw-translate-y: -100%; }
.translate-x-2\/3 { --tw-translate-x: 66.666667%; }
.translate-x-2\/3, .translate-y-2\/3 { transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.translate-y-2\/3 { --tw-translate-y: 66.666667%; }
.-rotate-90 { --tw-rotate: -90deg; }
.-rotate-90, .rotate-180 { transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.rotate-180 { --tw-rotate: 180deg; }
.rotate-90 { --tw-rotate: 90deg; }
.rotate-90, .scale-75 { transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.scale-75 { --tw-scale-x: .75; --tw-scale-y: .75; }
.scale-\[0\.625\] { --tw-scale-x: 0.625; --tw-scale-y: 0.625; }
.scale-\[0\.625\], .transform { transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
@keyframes bounce { 
  0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
  50% { transform: none; animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
}
.animate-bounce { animation: 1s ease 0s infinite normal none running bounce; }
@keyframes loader { 
  0% { left: -33%; }
  50% { left: 100%; }
  100% { left: -33%; }
}
.animate-loader-bar { animation: 2s ease-in-out 0s infinite normal none running loader; }
@keyframes ping { 
  75%, 100% { transform: scale(2); opacity: 0; }
}
.animate-ping { animation: 1s cubic-bezier(0, 0, 0.2, 1) 0s infinite normal none running ping; }
.animate-pulse { animation: 2s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite normal none running pulse; }
@keyframes pulse { 
  50% { opacity: 0.5; }
}
.animate-pulse-faster { animation: 0.5s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite normal none running pulse; }
@keyframes spin { 
  100% { transform: rotate(1turn); }
}
.animate-spin { animation: 1s linear 0s infinite normal none running spin; }
.cursor-not-allowed { cursor: not-allowed; }
.cursor-pointer { cursor: pointer; }
.touch-none { touch-action: none; }
.resize { resize: both; }
.appearance-none { appearance: none; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0px, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
.flex-row { flex-direction: row; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-nowrap { flex-wrap: nowrap; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.items-center { align-items: center; }
.items-stretch { align-items: stretch; }
.\!justify-start { justify-content: flex-start !important; }
.justify-start { justify-content: flex-start; }
.justify-end { justify-content: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-0 { gap: 0px; }
.gap-0\.5 { gap: 0.125rem; }
.gap-1 { gap: 0.25rem; }
.gap-1\.5 { gap: 0.375rem; }
.gap-10 { gap: 2.5rem; }
.gap-11 { gap: 2.75rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-\[30px\] { gap: 30px; }
.gap-\[5px\] { gap: 5px; }
.gap-\[90px\] { gap: 90px; }
.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-.375rem * var(--tw-space-x-reverse)); margin-left: calc(-.375rem * calc(1 - var(--tw-space-x-reverse))); }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(.5rem * var(--tw-space-y-reverse)); }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1rem * var(--tw-space-y-reverse)); }
.divide-y > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0; border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))); border-bottom-width: calc(1px * var(--tw-divide-y-reverse)); }
.divide-phantom > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; border-color: rgb(30 30 36/var(--tw-divide-opacity,1)); }
.justify-self-end { justify-self: end; }
.overflow-auto { overflow: auto; }
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.overflow-y-auto { overflow-y: auto; }
.overflow-x-hidden { overflow-x: hidden; }
.overflow-y-hidden { overflow-y: hidden; }
.overflow-x-scroll { overflow-x: scroll; }
.truncate { overflow: hidden; white-space: nowrap; }
.overflow-ellipsis, .truncate { text-overflow: ellipsis; }
.whitespace-nowrap { white-space: nowrap; }
.text-nowrap { text-wrap: nowrap; }
.break-words { overflow-wrap: break-word; }
.\!rounded-\[8px\] { border-radius: 8px !important; }
.rounded { border-radius: 0.25rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-\[24px\] { border-radius: 24px; }
.rounded-\[40px\] { border-radius: 40px; }
.rounded-\[4px\] { border-radius: 4px; }
.rounded-\[8px\] { border-radius: 8px; }
.rounded-\[90px\] { border-radius: 90px; }
.rounded-full { border-radius: 9999px; }
.rounded-input { border-radius: 40px; }
.rounded-lg { border-radius: 0.25rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded-sm { border-radius: 0.125rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-t-md { border-top-left-radius: 0.375rem; border-top-right-radius: 0.375rem; }
.rounded-t-none { border-top-left-radius: 0px; border-top-right-radius: 0px; }
.rounded-t-xl { border-top-left-radius: 0.75rem; border-top-right-radius: 0.75rem; }
.\!border { border-width: 1px !important; }
.border { border-width: 1px; }
.\!border-y { border-top-width: 1px !important; border-bottom-width: 1px !important; }
.border-x { border-left-width: 1px; border-right-width: 1px; }
.border-x-0 { border-left-width: 0px; border-right-width: 0px; }
.border-y-0 { border-top-width: 0px; border-bottom-width: 0px; }
.\!border-b { border-bottom-width: 1px !important; }
.\!border-b-0 { border-bottom-width: 0px !important; }
.\!border-l-0 { border-left-width: 0px !important; }
.\!border-r { border-right-width: 1px !important; }
.\!border-r-0 { border-right-width: 0px !important; }
.border-b { border-bottom-width: 1px; }
.border-b-0 { border-bottom-width: 0px; }
.border-b-2 { border-bottom-width: 2px; }
.border-r { border-right-width: 1px; }
.border-t { border-top-width: 1px; }
.border-t-0 { border-top-width: 0px; }
.border-dotted { border-style: dotted; }
.\!border-none { border-style: none !important; }
.border-none { border-style: none; }
.\!border-phantom { --tw-border-opacity: 1 !important; border-color: rgb(30 30 36/var(--tw-border-opacity,1)) !important; }
.\!border-ranger-95\/20 { border-color: rgba(203, 255, 192, 0.2) !important; }
.border-arsenic { --tw-border-opacity: 1; border-color: rgb(64 66 77/var(--tw-border-opacity,1)); }
.border-green-60 { --tw-border-opacity: 1; border-color: rgb(106 230 173/var(--tw-border-opacity,1)); }
.border-green-95 { --tw-border-opacity: 1; border-color: rgb(216 234 226/var(--tw-border-opacity,1)); }
.border-mustard-50 { --tw-border-opacity: 1; border-color: rgb(244 164 8/var(--tw-border-opacity,1)); }
.border-phantom { --tw-border-opacity: 1; border-color: rgb(30 30 36/var(--tw-border-opacity,1)); }
.border-ranger-10 { --tw-border-opacity: 1; border-color: rgb(20 26 19/var(--tw-border-opacity,1)); }
.border-ranger-20 { --tw-border-opacity: 1; border-color: rgb(41 51 38/var(--tw-border-opacity,1)); }
.border-ranger-30 { --tw-border-opacity: 1; border-color: rgb(61 77 58/var(--tw-border-opacity,1)); }
.border-ranger-95 { --tw-border-opacity: 1; border-color: rgb(203 255 192/var(--tw-border-opacity,1)); }
.border-red-50 { --tw-border-opacity: 1; border-color: rgb(255 69 69/var(--tw-border-opacity,1)); }
.border-red-60 { --tw-border-opacity: 1; border-color: rgb(255 92 92/var(--tw-border-opacity,1)); }
.border-red-95 { --tw-border-opacity: 1; border-color: rgb(255 188 188/var(--tw-border-opacity,1)); }
.border-smoke { --tw-border-opacity: 1; border-color: rgb(211 214 224/var(--tw-border-opacity,1)); }
.border-transparent { border-color: rgba(0, 0, 0, 0); }
.border-turquoise-50 { --tw-border-opacity: 1; border-color: rgb(8 220 207/var(--tw-border-opacity,1)); }
.border-b-phantom { --tw-border-opacity: 1; border-bottom-color: rgb(30 30 36/var(--tw-border-opacity,1)); }
.border-b-ranger-95 { --tw-border-opacity: 1; border-bottom-color: rgb(203 255 192/var(--tw-border-opacity,1)); }
.border-b-transparent { border-bottom-color: rgba(0, 0, 0, 0); }
.border-l-ranger-10 { --tw-border-opacity: 1; border-left-color: rgb(20 26 19/var(--tw-border-opacity,1)); }
.border-l-transparent { border-left-color: rgba(0, 0, 0, 0); }
.border-t-phantom { --tw-border-opacity: 1; border-top-color: rgb(30 30 36/var(--tw-border-opacity,1)); }
.border-opacity-20 { --tw-border-opacity: 0.2; }
.border-opacity-25 { --tw-border-opacity: 0.25; }
.border-opacity-30 { --tw-border-opacity: 0.3; }
.\!bg-bgBlack { --tw-bg-opacity: 1 !important; background-color: rgb(14 14 14/var(--tw-bg-opacity,1)) !important; }
.\!bg-ranger-95\/5 { background-color: rgba(203, 255, 192, 0.05) !important; }
.bg-\[\#0DE08F\] { --tw-bg-opacity: 1; background-color: rgb(13 224 143/var(--tw-bg-opacity,1)); }
.bg-\[\#7213EA\] { --tw-bg-opacity: 1; background-color: rgb(114 19 234/var(--tw-bg-opacity,1)); }
.bg-\[\#97FCE4\] { --tw-bg-opacity: 1; background-color: rgb(151 252 228/var(--tw-bg-opacity,1)); }
.bg-\[\#E5FF03\] { --tw-bg-opacity: 1; background-color: rgb(229 255 3/var(--tw-bg-opacity,1)); }
.bg-\[\#F20B7A\] { --tw-bg-opacity: 1; background-color: rgb(242 11 122/var(--tw-bg-opacity,1)); }
.bg-\[\#FF0353\] { --tw-bg-opacity: 1; background-color: rgb(255 3 83/var(--tw-bg-opacity,1)); }
.bg-arsenic { --tw-bg-opacity: 1; background-color: rgb(64 66 77/var(--tw-bg-opacity,1)); }
.bg-bgBlack { --tw-bg-opacity: 1; background-color: rgb(14 14 14/var(--tw-bg-opacity,1)); }
.bg-bgBlack\/50 { background-color: rgba(14, 14, 14, 0.5); }
.bg-black { --tw-bg-opacity: 1; background-color: rgb(0 0 0/var(--tw-bg-opacity,1)); }
.bg-green-50 { --tw-bg-opacity: 1; background-color: rgb(83 231 163/var(--tw-bg-opacity,1)); }
.bg-green-50\/10 { background-color: rgba(83, 231, 163, 0.1); }
.bg-lime-10 { background-color: rgba(211, 255, 2, 0.1); }
.bg-mustard-10 { --tw-bg-opacity: 1; background-color: rgb(49 33 2/var(--tw-bg-opacity,1)); }
.bg-mustard-50 { --tw-bg-opacity: 1; background-color: rgb(244 164 8/var(--tw-bg-opacity,1)); }
.bg-mustard-50\/50 { background-color: rgba(244, 164, 8, 0.5); }
.bg-phantom { --tw-bg-opacity: 1; background-color: rgb(30 30 36/var(--tw-bg-opacity,1)); }
.bg-phantom\/30 { background-color: rgba(30, 30, 36, 0.3); }
.bg-ranger-10 { --tw-bg-opacity: 1; background-color: rgb(20 26 19/var(--tw-bg-opacity,1)); }
.bg-ranger-40 { --tw-bg-opacity: 1; background-color: rgb(81 102 77/var(--tw-bg-opacity,1)); }
.bg-ranger-95 { --tw-bg-opacity: 1; background-color: rgb(203 255 192/var(--tw-bg-opacity,1)); }
.bg-ranger-95\/50 { background-color: rgba(203, 255, 192, 0.5); }
.bg-red-20 { --tw-bg-opacity: 1; background-color: rgb(51 14 14/var(--tw-bg-opacity,1)); }
.bg-red-50 { --tw-bg-opacity: 1; background-color: rgb(255 69 69/var(--tw-bg-opacity,1)); }
.bg-red-50\/10 { background-color: rgba(255, 69, 69, 0.1); }
.bg-red-50\/50 { background-color: rgba(255, 69, 69, 0.5); }
.bg-space { --tw-bg-opacity: 1; background-color: rgb(157 162 179/var(--tw-bg-opacity,1)); }
.bg-space\/20 { background-color: rgba(157, 162, 179, 0.2); }
.bg-transparent { background-color: rgba(0, 0, 0, 0); }
.bg-turquoise-50 { --tw-bg-opacity: 1; background-color: rgb(8 220 207/var(--tw-bg-opacity,1)); }
.bg-opacity-10 { --tw-bg-opacity: 0.1; }
.bg-opacity-20 { --tw-bg-opacity: 0.2; }
.bg-opacity-40 { --tw-bg-opacity: 0.4; }
.bg-opacity-70 { --tw-bg-opacity: 0.7; }
.fill-phantom { fill: rgb(30, 30, 36); }
.object-contain { object-fit: contain; }
.object-cover { object-fit: cover; }
.object-center { object-position: center center; }
.p-0\.5 { padding: 0.125rem; }
.p-1 { padding: 0.25rem; }
.p-1\.5 { padding: 0.375rem; }
.p-10 { padding: 2.5rem; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-\[1px\] { padding: 1px; }
.\!px-4 { padding-left: 1rem !important; padding-right: 1rem !important; }
.\!px-\[12px\] { padding-left: 12px !important; padding-right: 12px !important; }
.\!py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.\!py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.\!py-\[8px\] { padding-top: 8px !important; padding-bottom: 8px !important; }
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-1\.5 { padding-left: 0.375rem; padding-right: 0.375rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-2\.5 { padding-left: 0.625rem; padding-right: 0.625rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-0 { padding-top: 0px; padding-bottom: 0px; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-\[10px\] { padding-top: 10px; padding-bottom: 10px; }
.py-\[3px\] { padding-top: 3px; padding-bottom: 3px; }
.\!pb-0 { padding-bottom: 0px !important; }
.\!pb-1 { padding-bottom: 0.25rem !important; }
.\!pb-2 { padding-bottom: 0.5rem !important; }
.pb-0\.5 { padding-bottom: 0.125rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 0.75rem; }
.pb-4 { padding-bottom: 1rem; }
.pb-8 { padding-bottom: 2rem; }
.pl-1 { padding-left: 0.25rem; }
.pl-4 { padding-left: 1rem; }
.pl-6 { padding-left: 1.5rem; }
.pl-9 { padding-left: 2.25rem; }
.pr-1 { padding-right: 0.25rem; }
.pr-4 { padding-right: 1rem; }
.pr-6 { padding-right: 1.5rem; }
.pr-\[46px\] { padding-right: 46px; }
.pt-2 { padding-top: 0.5rem; }
.pt-20 { padding-top: 5rem; }
.pt-4 { padding-top: 1rem; }
.\!text-left { text-align: left !important; }
.text-left { text-align: left; }
.\!text-center { text-align: center !important; }
.text-center { text-align: center; }
.\!text-right { text-align: right !important; }
.text-right { text-align: right; }
.align-baseline { vertical-align: baseline; }
.font-heading { font-family: var(--font-heading); }
.font-mono { font-family: var(--font-jetbrains-mono); }
.font-subheading { font-family: var(--font-subheading); }
.\!text-body-md { font-size: 12px !important; }
.\!text-sub-lg { font-size: 20px !important; }
.text-\[11px\] { font-size: 11px; }
.text-\[24px\] { font-size: 24px; }
.text-body-lg { font-size: 14px; }
.text-body-md { font-size: 12px; }
.text-body-sm { font-size: 10px; }
.text-dis-sm { font-size: 48px; }
.text-head-lg { font-size: 40px; }
.text-head-sm { font-size: 24px; }
.text-sub-lg { font-size: 20px; }
.text-sub-md { font-size: 18px; }
.text-sub-sm { font-size: 16px; }
.text-xs { font-size: 8px; }
.font-bold { font-weight: 700; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }
.italic { font-style: italic; }
.\!leading-body-md { line-height: 20px !important; }
.\!leading-sub-lg { line-height: 28px !important; }
.leading-body-lg { line-height: 22px; }
.leading-body-md { line-height: 20px; }
.leading-body-sm { line-height: 18px; }
.leading-dis-sm { line-height: 56px; }
.leading-head-lg { line-height: 48px; }
.leading-head-sm { line-height: 32px; }
.leading-sub-lg { line-height: 28px; }
.leading-sub-md { line-height: 26px; }
.leading-sub-sm { line-height: 24px; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.\!text-graphite { --tw-text-opacity: 1 !important; color: rgb(110 113 128/var(--tw-text-opacity,1)) !important; }
.\!text-ranger-95 { --tw-text-opacity: 1 !important; color: rgb(203 255 192/var(--tw-text-opacity,1)) !important; }
.\!text-smoke { --tw-text-opacity: 1 !important; color: rgb(211 214 224/var(--tw-text-opacity,1)) !important; }
.text-arsenic { --tw-text-opacity: 1; color: rgb(64 66 77/var(--tw-text-opacity,1)); }
.text-black { --tw-text-opacity: 1; color: rgb(0 0 0/var(--tw-text-opacity,1)); }
.text-graphite { --tw-text-opacity: 1; color: rgb(110 113 128/var(--tw-text-opacity,1)); }
.text-green-50 { --tw-text-opacity: 1; color: rgb(83 231 163/var(--tw-text-opacity,1)); }
.text-mint-50 { --tw-text-opacity: 1; color: rgb(65 213 115/var(--tw-text-opacity,1)); }
.text-mustard-40 { --tw-text-opacity: 1; color: rgb(195 131 6/var(--tw-text-opacity,1)); }
.text-mustard-50 { --tw-text-opacity: 1; color: rgb(244 164 8/var(--tw-text-opacity,1)); }
.text-purple-50 { --tw-text-opacity: 1; color: rgb(114 19 234/var(--tw-text-opacity,1)); }
.text-ranger-10 { --tw-text-opacity: 1; color: rgb(20 26 19/var(--tw-text-opacity,1)); }
.text-ranger-50 { --tw-text-opacity: 1; color: rgb(102 128 96/var(--tw-text-opacity,1)); }
.text-ranger-60 { --tw-text-opacity: 1; color: rgb(122 153 115/var(--tw-text-opacity,1)); }
.text-ranger-80 { --tw-text-opacity: 1; color: rgb(162 204 154/var(--tw-text-opacity,1)); }
.text-ranger-90 { --tw-text-opacity: 1; color: rgb(183 229 173/var(--tw-text-opacity,1)); }
.text-ranger-95 { --tw-text-opacity: 1; color: rgb(203 255 192/var(--tw-text-opacity,1)); }
.text-red-20 { --tw-text-opacity: 1; color: rgb(51 14 14/var(--tw-text-opacity,1)); }
.text-red-50 { --tw-text-opacity: 1; color: rgb(255 69 69/var(--tw-text-opacity,1)); }
.text-smoke { --tw-text-opacity: 1; color: rgb(211 214 224/var(--tw-text-opacity,1)); }
.text-space { --tw-text-opacity: 1; color: rgb(157 162 179/var(--tw-text-opacity,1)); }
.text-space\/70 { color: rgba(157, 162, 179, 0.7); }
.text-steel { --tw-text-opacity: 1; color: rgb(188 191 204/var(--tw-text-opacity,1)); }
.text-tomato-50 { --tw-text-opacity: 1; color: rgb(251 79 87/var(--tw-text-opacity,1)); }
.text-turquoise-50 { --tw-text-opacity: 1; color: rgb(8 220 207/var(--tw-text-opacity,1)); }
.text-white { --tw-text-opacity: 1; color: rgb(255 255 255/var(--tw-text-opacity,1)); }
.text-yellow { --tw-text-opacity: 1; color: rgb(255 215 3/var(--tw-text-opacity,1)); }
.underline { text-decoration-line: underline; }
.\!no-underline { text-decoration-line: none !important; }
.no-underline { text-decoration-line: none; }
.decoration-dotted { text-decoration-style: dotted; }
.placeholder-graphite::placeholder { --tw-placeholder-opacity: 1; color: rgb(110 113 128/var(--tw-placeholder-opacity,1)); }
.placeholder-space::placeholder { --tw-placeholder-opacity: 1; color: rgb(157 162 179/var(--tw-placeholder-opacity,1)); }
.opacity-0 { opacity: 0; }
.opacity-100 { opacity: 1; }
.opacity-15 { opacity: 0.15; }
.opacity-25 { opacity: 0.25; }
.opacity-35 { opacity: 0.35; }
.opacity-50 { opacity: 0.5; }
.opacity-95 { opacity: 0.95; }
.opacity-\[0\.5\] { opacity: 0.5; }
.shadow-sm { --tw-shadow: 0 1px 2px 0 rgb(0 0 0/0.05); --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow); }
.outline-none { outline: transparent solid 2px; outline-offset: 2px; }
.ring-2 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000); }
.ring-bgBlack { --tw-ring-opacity: 1; --tw-ring-color: rgb(14 14 14/var(--tw-ring-opacity,1)); }
.blur-3xl { --tw-blur: blur(64px); }
.blur-3xl, .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-\[8px\] { --tw-backdrop-blur: blur(8px); 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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 0.15s; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 0.15s; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 0.15s; }
.transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 0.15s; }
.duration-300 { transition-duration: 0.3s; }
body, html { font-family: var(--font-jetbrains-mono); interpolate-size: allow-keywords; --privy-color-warn-light: "#404040"; }
::-webkit-scrollbar { width: 6px; height: 6px; }
strong { font-weight: 700; }
::-webkit-scrollbar-thumb { background: linear-gradient(rgb(64, 66, 77), rgb(64, 66, 77)) content-box content-box; border: 2px solid black; border-radius: 4px; }
::-webkit-scrollbar-track { background: black; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { appearance: none; margin: 0px; }
.focus--global:focus { outline-style: solid; outline-color: rgb(20, 26, 19); }
.focus--global:focus-visible { outline-style: solid; outline-color: rgb(203, 255, 192); }
.focus--recursive-disable-outline, .focus--recursive-disable-outline button, .focus--recursive-disable-outline button:focus, .focus--recursive-disable-outline input, .focus--recursive-disable-outline input:focus, .focus--recursive-disable-outline:focus { outline-color: transparent !important; }
.focus--underline:focus-within { border-bottom-width: 1px; --tw-border-opacity: 1; border-bottom-color: rgb(203 255 192/var(--tw-border-opacity,1)); outline: transparent solid 2px; outline-offset: 2px; }
.focus--underline:focus { outline-color: rgba(0, 0, 0, 0); }
.focus--border:focus-within { border-width: 1px; --tw-border-opacity: 1; border-color: rgb(203 255 192/var(--tw-border-opacity,1)); outline: transparent solid 2px; outline-offset: 2px; }
.focus--popup { --tw-border-opacity: 1; border-color: rgb(30 30 36/var(--tw-border-opacity,1)); }
.focus--popup:focus-within { --tw-border-opacity: 1; border-color: rgb(64 66 77/var(--tw-border-opacity,1)); }
.focus--background:focus-within { outline: transparent solid 2px; outline-offset: 2px; }
.focus--background:focus { outline-color: rgba(0, 0, 0, 0); }
.focus--background:focus-visible { --tw-bg-opacity: 1; background-color: rgb(20 26 19/var(--tw-bg-opacity,1)); }
.focus--outline:focus-visible { outline-color: rgb(203, 255, 192); }
:focus { outline-style: solid; outline-color: rgb(20, 26, 19); }
:focus-visible { outline-style: solid; outline-color: rgb(203, 255, 192); }
.canvasjs-chart-credit, nextjs-portal { display: none; }
button svg { pointer-events: none; }
#privy-dialog, #privy-dialog * { font-family: var(--font-jetbrains-mono) !important; }
.after\:absolute::after { content: var(--tw-content); position: absolute; }
.after\:left-0::after { content: var(--tw-content); left: 0px; }
.after\:top-7::after { content: var(--tw-content); top: 1.75rem; }
.after\:h-0\.5::after { content: var(--tw-content); height: 0.125rem; }
.after\:w-full::after { content: var(--tw-content); width: 100%; }
.after\:bg-ranger-95::after { content: var(--tw-content); --tw-bg-opacity: 1; background-color: rgb(203 255 192/var(--tw-bg-opacity,1)); }
.first-of-type\:border-t:first-of-type { border-top-width: 1px; }
.first-of-type\:border-t-0:first-of-type { border-top-width: 0px; }
.first-of-type\:pl-4:first-of-type { padding-left: 1rem; }
.last-of-type\:\!border-r-0:last-of-type { border-right-width: 0px !important; }
.last-of-type\:border-b:last-of-type { border-bottom-width: 1px; }
.last-of-type\:border-b-0:last-of-type { border-bottom-width: 0px; }
.last-of-type\:border-r-0:last-of-type { border-right-width: 0px; }
.last-of-type\:pr-4:last-of-type { padding-right: 1rem; }
.last-of-type\:text-right:last-of-type { text-align: right; }
.hover\:border-ranger-95:hover { --tw-border-opacity: 1; border-color: rgb(203 255 192/var(--tw-border-opacity,1)); }
.hover\:bg-bgBlack:hover { --tw-bg-opacity: 1; background-color: rgb(14 14 14/var(--tw-bg-opacity,1)); }
.hover\:bg-lime-20:hover { background-color: rgba(211, 255, 2, 0.2); }
.hover\:bg-phantom:hover { --tw-bg-opacity: 1; background-color: rgb(30 30 36/var(--tw-bg-opacity,1)); }
.hover\:bg-ranger-95:hover { --tw-bg-opacity: 1; background-color: rgb(203 255 192/var(--tw-bg-opacity,1)); }
.hover\:bg-opacity-100:hover { --tw-bg-opacity: 1; }
.hover\:bg-opacity-80:hover { --tw-bg-opacity: 0.8; }
.hover\:text-black:hover { --tw-text-opacity: 1; color: rgb(0 0 0/var(--tw-text-opacity,1)); }
.hover\:text-phantom:hover { --tw-text-opacity: 1; color: rgb(30 30 36/var(--tw-text-opacity,1)); }
.hover\:text-ranger-95:hover { --tw-text-opacity: 1; color: rgb(203 255 192/var(--tw-text-opacity,1)); }
.hover\:text-red-50:hover { --tw-text-opacity: 1; color: rgb(255 69 69/var(--tw-text-opacity,1)); }
.hover\:text-smoke:hover { --tw-text-opacity: 1; color: rgb(211 214 224/var(--tw-text-opacity,1)); }
.hover\:text-space:hover { --tw-text-opacity: 1; color: rgb(157 162 179/var(--tw-text-opacity,1)); }
.hover\:text-white:hover { --tw-text-opacity: 1; color: rgb(255 255 255/var(--tw-text-opacity,1)); }
.hover\:text-opacity-60:hover { --tw-text-opacity: 0.6; }
.hover\:underline:hover { text-decoration-line: underline; }
.hover\:decoration-dotted:hover { text-decoration-style: dotted; }
.focus\:rounded-full:focus { border-radius: 9999px; }
.focus\:border-ranger-95:focus { --tw-border-opacity: 1; border-color: rgb(203 255 192/var(--tw-border-opacity,1)); }
.focus\:bg-ranger-10:focus { --tw-bg-opacity: 1; background-color: rgb(20 26 19/var(--tw-bg-opacity,1)); }
.focus\:outline-none:focus { outline: transparent solid 2px; outline-offset: 2px; }
.active\:bg-phantom:active { --tw-bg-opacity: 1; background-color: rgb(30 30 36/var(--tw-bg-opacity,1)); }
.active\:bg-ranger-95:active { --tw-bg-opacity: 1; background-color: rgb(203 255 192/var(--tw-bg-opacity,1)); }
.disabled\:cursor-not-allowed:disabled { cursor: not-allowed; }
.disabled\:border-arsenic:disabled { --tw-border-opacity: 1; border-color: rgb(64 66 77/var(--tw-border-opacity,1)); }
.disabled\:bg-transparent:disabled { background-color: rgba(0, 0, 0, 0); }
.disabled\:text-ranger-95:disabled { --tw-text-opacity: 1; color: rgb(203 255 192/var(--tw-text-opacity,1)); }
.disabled\:text-space:disabled { --tw-text-opacity: 1; color: rgb(157 162 179/var(--tw-text-opacity,1)); }
.disabled\:text-white:disabled { --tw-text-opacity: 1; color: rgb(255 255 255/var(--tw-text-opacity,1)); }
.disabled\:opacity-50:disabled { opacity: 0.5; }
.disabled\:hover\:bg-transparent:hover:disabled { background-color: rgba(0, 0, 0, 0); }
@media (min-width: 430px) {
  .xs\:inline { display: inline; }
  .xs\:flex { display: flex; }
  .xs\:h-\[20px\] { height: 20px; }
  .xs\:w-\[20px\] { width: 20px; }
  .xs\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0px, 1fr)); }
}
@media (min-width: 768px) {
  .sm\:right-4 { right: 1rem; }
  .sm\:top-4 { top: 1rem; }
  .sm\:mb-0 { margin-bottom: 0px; }
  .sm\:ml-4 { margin-left: 1rem; }
  .sm\:flex { display: flex; }
  .sm\:w-1\/2 { width: 50%; }
  .sm\:min-w-\[50\%\] { min-width: 50%; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:flex-wrap { flex-wrap: wrap; }
  .sm\:flex-nowrap { flex-wrap: nowrap; }
  .sm\:gap-2 { gap: 0.5rem; }
  .sm\:gap-4 { gap: 1rem; }
  .sm\:gap-8 { gap: 2rem; }
  .sm\:border-b-0 { border-bottom-width: 0px; }
  .sm\:border-l { border-left-width: 1px; }
  .sm\:border-phantom { --tw-border-opacity: 1; border-color: rgb(30 30 36/var(--tw-border-opacity,1)); }
  .sm\:border-b-transparent { border-bottom-color: rgba(0, 0, 0, 0); }
  .sm\:pr-\[52px\] { padding-right: 52px; }
  .sm\:first-of-type\:border-t-0:first-of-type { border-top-width: 0px; }
}
@media (min-width: 1280px) {
  .lg\:sr-only { width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; }
  .lg\:absolute, .lg\:sr-only { position: absolute; }
  .lg\:left-\[unset\] { left: unset; }
  .lg\:right-0 { right: 0px; }
  .lg\:order-1 { order: 1; }
  .lg\:order-2 { order: 2; }
  .lg\:order-3 { order: 3; }
  .lg\:order-first { order: -9999; }
  .lg\:order-last { order: 9999; }
  .lg\:col-span-1 { grid-column: span 1 / span 1; }
  .lg\:col-span-2 { grid-column: span 2 / span 2; }
  .lg\:col-span-3 { grid-column: span 3 / span 3; }
  .lg\:col-start-1 { grid-column-start: 1; }
  .lg\:col-start-4 { grid-column-start: 4; }
  .lg\:row-span-3 { grid-row: span 3 / span 3; }
  .lg\:row-start-1 { grid-row-start: 1; }
  .lg\:row-start-2 { grid-row-start: 2; }
  .lg\:row-start-3 { grid-row-start: 3; }
  .lg\:block { display: block; }
  .lg\:inline { display: inline; }
  .lg\:flex { display: flex; }
  .lg\:table { display: table; }
  .lg\:table-cell { display: table-cell; }
  .lg\:table-header-group { display: table-header-group; }
  .lg\:table-row-group { display: table-row-group; }
  .lg\:table-row { display: table-row; }
  .lg\:grid { display: grid; }
  .lg\:hidden { display: none; }
  .lg\:h-\[40px\] { height: 40px; }
  .lg\:h-\[477px\] { height: 477px; }
  .lg\:max-h-\[40px\] { max-height: 40px; }
  .lg\:min-h-8 { min-height: 2rem; }
  .lg\:min-h-\[40px\] { min-height: 40px; }
  .lg\:min-h-\[477px\] { min-height: 477px; }
  .lg\:min-h-\[612px\] { min-height: 612px; }
  .lg\:min-h-\[98px\] { min-height: 98px; }
  .lg\:w-1\/2 { width: 50%; }
  .lg\:w-1\/3 { width: 33.3333%; }
  .lg\:w-2\/3 { width: 66.6667%; }
  .lg\:w-4 { width: 1rem; }
  .lg\:w-\[180px\] { width: 180px; }
  .lg\:w-\[20\%\] { width: 20%; }
  .lg\:w-\[40\%\] { width: 40%; }
  .lg\:w-\[40px\] { width: 40px; }
  .lg\:w-auto { width: auto; }
  .lg\:w-full { width: 100%; }
  .lg\:min-w-\[40px\] { min-width: 40px; }
  .lg\:min-w-\[480px\] { min-width: 480px; }
  .lg\:min-w-\[500px\] { min-width: 500px; }
  .lg\:min-w-fit { min-width: fit-content; }
  .lg\:max-w-\[40px\] { max-width: 40px; }
  .lg\:max-w-full { max-width: 100%; }
  .lg\:flex-1 { flex: 1 1 0%; }
  .lg\:flex-grow { flex-grow: 1; }
  .lg\:cursor-default { cursor: default; }
  .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\:grid-cols-\[6fr_6fr_8fr\] { grid-template-columns: 6fr 6fr 8fr; }
  .lg\:flex-row { flex-direction: row; }
  .lg\:flex-col { flex-direction: column; }
  .lg\:flex-nowrap { flex-wrap: nowrap; }
  .lg\:items-center { align-items: center; }
  .lg\:justify-start { justify-content: flex-start; }
  .lg\:justify-center { justify-content: center; }
  .lg\:gap-0 { gap: 0px; }
  .lg\:gap-4 { gap: 1rem; }
  .lg\:overflow-x-auto { overflow-x: auto; }
  .lg\:border-y { border-top-width: 1px; border-bottom-width: 1px; }
  .lg\:\!border-t-0 { border-top-width: 0px !important; }
  .lg\:border-b { border-bottom-width: 1px; }
  .lg\:border-r { border-right-width: 1px; }
  .lg\:border-none { border-style: none; }
  .lg\:p-0 { padding: 0px; }
  .lg\:p-2 { padding: 0.5rem; }
  .lg\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .lg\:py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
  .lg\:py-16 { padding-top: 4rem; padding-bottom: 4rem; }
  .lg\:py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
  .lg\:pb-2 { padding-bottom: 0.5rem; }
  .lg\:pr-0 { padding-right: 0px; }
  .lg\:pr-8 { padding-right: 2rem; }
  .lg\:text-left { text-align: left; }
  .lg\:text-center { text-align: center; }
  .lg\:text-body-lg { font-size: 14px; }
  .lg\:text-body-md { font-size: 12px; }
  .lg\:text-head-md { font-size: 32px; }
  .lg\:text-head-sm { font-size: 24px; }
  .lg\:text-sub-lg { font-size: 20px; }
  .lg\:text-sub-md { font-size: 18px; }
  .lg\:text-sub-sm { font-size: 16px; }
  .lg\:leading-body-lg { line-height: 22px; }
  .lg\:leading-body-md { line-height: 20px; }
  .lg\:leading-head-md { line-height: 40px; }
  .lg\:leading-head-sm { line-height: 32px; }
  .lg\:leading-sub-md { line-height: 26px; }
  .lg\:leading-sub-sm { line-height: 24px; }
  .lg\:first-of-type\:pl-4:first-of-type { padding-left: 1rem; }
  .lg\:last-of-type\:border-b-0:last-of-type { border-bottom-width: 0px; }
  .lg\:last-of-type\:border-r-0:last-of-type { border-right-width: 0px; }
  .lg\:last-of-type\:pr-4:last-of-type { padding-right: 1rem; }
}
.HighlightPanel_container__hOn3p.HighlightPanel_has_inner_border__n_O6T .HighlightPanel_row_container__B6WuP > div { display: flex; width: 100%; flex: 1 1 auto; justify-content: center; border-right-width: 1px; --tw-border-opacity: 1; border-color: rgb(30 30 36/var(--tw-border-opacity,1)); }
.HighlightPanel_container__hOn3p.HighlightPanel_has_inner_border__n_O6T .HighlightPanel_row_container__B6WuP > div:last-of-type { border-right-width: 0px; }
.HighlightPanel_container__hOn3p .HighlightPanel_row_container__B6WuP:not(:last-of-type) { border-bottom-width: 1px; }
:root { --privy-border-radius-sm: 6px; --privy-border-radius-md: 12px; --privy-border-radius-mdlg: 16px; --privy-border-radius-lg: 24px; --privy-border-radius-full: 9999px; --privy-color-background: hsl(0, 0%, 0%); --privy-color-background-2: hsl(0, 0%, 11%); --privy-color-background-3: hsl(0, 0%, 16%); --privy-color-foreground: hsl(0, 0%, 87%); --privy-color-foreground-2: hsl(0, 0%, 75%); --privy-color-foreground-3: hsl(0, 0%, 45%); --privy-color-foreground-4: hsl(0, 0%, 25%); --privy-color-foreground-accent: hsl(246, 84%, 5%); --privy-color-accent: hsl(110, 100%, 88%); --privy-color-accent-light: hsl(0, 0%, 100%); --privy-color-accent-lightest: hsl(0, 0%, 100%); --privy-color-accent-dark: hsl(110, 100%, 82%); --privy-color-accent-darkest: hsl(110, 100%, 28%); --privy-color-success: hsl(147, 43%, 52%); --privy-color-success-dark: hsl(147, 43%, 36%); --privy-color-success-light: hsl(147, 43%, 92%); --privy-color-error: hsl(7, 80%, 62%); --privy-color-error-light: hsl(7, 80%, 92%); --privy-color-warn: hsl(36, 100%, 65%); --privy-color-warn-light: hsl(36, 100%, 95%); --privy-height-modal-full: 620px; --privy-height-modal-compact: 480px; }
@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%); }