
      @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-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-error-100: var(--wui-color-error-base-100);

        --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-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-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-success-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-success-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-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)
          );
        }
      }
    

      :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-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-success-base-100: #26b562;
        --wui-color-error-base-100: #f05142;

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

      :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-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-success-base-100: #26d962;
        --wui-color-error-base-100: #f25a67;

        --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-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-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-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;
      }
    
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{color:#fff;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);float:right;font-size:20px;font-weight:700;line-height:1;opacity:.8;position:relative;right:-.3em;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;top:-.3em}.toast-close-button:focus,.toast-close-button:hover{color:#000;cursor:pointer;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40);opacity:.4;text-decoration:none}.rtl .toast-close-button{float:left;left:-.3em;right:.3em}button.toast-close-button{-webkit-appearance:none;background:0 0;border:0;cursor:pointer;padding:0}.toast-top-center{right:0;top:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{right:0;top:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{left:12px;top:12px}.toast-top-right{right:12px;top:12px}.toast-bottom-right{bottom:12px;right:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{pointer-events:none;position:fixed;z-index:999999}#toast-container *{box-sizing:border-box}#toast-container>div{background-position:15px;background-repeat:no-repeat;border-radius:3px;box-shadow:0 0 12px #999;color:#fff;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);margin:0 0 6px;opacity:.8;overflow:hidden;padding:15px 15px 15px 50px;pointer-events:auto;position:relative;width:300px}#toast-container>div.rtl{background-position:right 15px center;direction:rtl;padding:15px 50px 15px 15px}#toast-container>div:hover{box-shadow:0 0 12px #000;cursor:pointer;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);opacity:1}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{margin-left:auto;margin-right:auto;width:300px}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{margin-left:auto;margin-right:auto;width:96%}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{background-color:#000;bottom:0;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40);height:4px;left:0;opacity:.4;position:absolute}@media (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media (min-width:241px)and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media (min-width:481px)and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9;--rt-transition-show-delay:0.15s;--rt-transition-closing-delay:0.15s}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:.9;opacity:var(--rt-opacity);transition:opacity .15s ease-out;transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity .15s ease-in;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:-webkit-max-content;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:#222;background:var(--rt-color-dark);color:#fff;color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:#fff;background-color:var(--rt-color-white);color:#222;color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:#8dc572;background-color:var(--rt-color-success);color:#fff;color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:#f0ad4e;background-color:var(--rt-color-warning);color:#fff;color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:#be6464;background-color:var(--rt-color-error);color:#fff;color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:#337ab7;background-color:var(--rt-color-info);color:#fff;color:var(--rt-color-white)}body{margin:0;position:static!important;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}::-webkit-scrollbar{height:2px;width:2px}::-webkit-scrollbar-track{background:#d9d9d933;border-radius:6px}::-webkit-scrollbar-thumb{background:#fe7a13;border-radius:6px;height:4px;width:4px}@font-face{font-family:Vox;src:local("Vox"),url("../fonts/Vox-Regular.53e0ae5d95647bb760bb.ttf") format("truetype")}@font-face{font-family:Pirulen;src:local("Pirulen"),url("../fonts/Pirulen-Regular.8cd956b0478c0e3dc882.otf") format("truetype")}@font-face{font-family:JetBrains Mono;src:local("JetBrains Mono"),url("../fonts/JetBrainsMono-Regular.3eb7f2ebfc6706e5e704.ttf") format("truetype")}.primary-button,.primary-button .middle-gap{align-items:center;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,5.5% 100%,0 70%);clip-path:polygon(0 0,100% 0,100% 100%,5.5% 100%,0 70%);display:flex;justify-content:center}.primary-button .middle-gap{background-color:#000;height:91%;width:97.5%}.primary-button .middle-gap button{border:none;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,5% 100%,0 70%);clip-path:polygon(0 0,100% 0,100% 100%,5% 100%,0 70%);color:#000;cursor:pointer;font-family:Vox;font-style:normal;font-weight:700;height:86%;letter-spacing:2px;line-height:normal;padding:0;text-align:center;text-transform:uppercase;transition:background-color .25s ease-in-out;width:97%}.primary-button .middle-gap button:hover{background-color:#000}.primary-button .middle-gap button:disabled{cursor:default;filter:brightness(.5)}.primary-button.disabled{filter:brightness(.5)}.primary-button.large{height:60px;width:250px}.primary-button.large .middle-gap button{font-size:20px}.primary-button.small{height:50px;width:170px}.primary-button.small .middle-gap button{font-size:16px}.primary-button.orange,.primary-button.orange .middle-gap button{background-color:#fe7a13}.primary-button.orange .middle-gap button:hover{background-color:#000;color:#fe7a13}.primary-button.orange .middle-gap button:disabled:hover{background-color:#fe7a13;color:#000}.primary-button.green,.primary-button.green .middle-gap button{background-color:#6affa2}.primary-button.green .middle-gap button:hover{background-color:#000;color:#6affa2}.primary-button.green .middle-gap button:disabled:hover{background-color:#6affa2;color:#000}@media screen and (max-width:768px){.primary-button.orange .middle-gap button:hover{background-color:#fe7a13;color:#000}.primary-button.green .middle-gap button:hover{background-color:#6affa2;color:#000}}@media screen and (max-width:480px){.primary-button .middle-gap button{letter-spacing:1px}.primary-button.large{height:50px;width:170px}.primary-button.large .middle-gap button{font-size:16px}.primary-button.small{min-width:0;min-width:auto}.primary-button.small,.primary-button.small .middle-gap{background-color:#0000;-webkit-clip-path:none;clip-path:none}.primary-button.small .middle-gap button{-webkit-clip-path:none;clip-path:none;padding:0 10px}.primary-button.small .middle-gap button:hover{background-color:#fe7a13;color:#000}}.wallet{align-items:center;display:flex;justify-content:center}.wallet .wallet-address{color:#fff;cursor:pointer;font-family:JetBrains Mono;font-size:22px;font-style:normal;font-weight:300;line-height:normal;text-align:center;transition:transform .2s ease}.wallet .wallet-address:hover{transform:scale(1.1)}.wallet button{background:#0000;border:none;cursor:pointer;margin-left:15px;padding:0;transition:transform .2s ease}.wallet button svg{height:22px}.wallet button:hover{transform:scale(1.2)}@media screen and (max-width:768px){.wallet .wallet-address{font-size:18px}.wallet button svg{height:18px}}.empty-cell{color:#fff;font-family:Vox;font-size:28px;text-align:center;text-decoration:none}.empty-cell .empty-link{color:#fe7a13;cursor:pointer;text-decoration:underline}.empty-cell span{padding:20px}@media screen and (max-width:768px){.item-cell.empty-cell{height:auto}.empty-cell{font-size:24px}}@media screen and (max-width:480px){.empty-cell{font-size:20px}}.item-cell.mint-cell img.item-avatar{margin-top:0}.item-cell.mint-cell .title-container{width:auto}.item-cell.mint-cell .primary-button{bottom:10px;position:absolute}@media screen and (max-width:768px){.item-cell.mint-cell .primary-button{bottom:auto;right:10px}}@media screen and (max-width:480px){.item-cell.mint-cell .title-container{top:auto}}.item-cell{align-items:center;background-color:#b5bfe10d;border:1px solid #ffffff4d;display:flex;flex-direction:column;height:350px;justify-content:center;margin:2px;position:relative;transition:outline .2s ease-in;width:300px}.item-cell:hover{outline:1px solid #fe7c14}.item-cell .title-container{box-sizing:border-box;left:20px;overflow:hidden;position:absolute;top:20px;width:71%}.item-cell .title-container .title{color:#fff;display:inline-block;font-family:Vox;font-size:28px;font-style:normal;font-weight:500;line-height:normal;white-space:nowrap}.item-cell img.selected-check{position:absolute;right:20px;top:10px}.item-cell img.item-avatar{margin-top:30px;max-width:216px}.item-cell .staked-text{align-items:center;background-color:#0006;border:1px solid #ffffff4d;bottom:0;color:#fff;display:flex;flex-direction:column;font-family:Vox;font-size:22px;font-weight:500;justify-content:center;padding:10px 0;position:absolute;width:300px}.item-cell .staked-text span.highlight{color:#fe7c14;filter:brightness(.75);font-family:Pirulen;font-size:26px;font-style:normal;font-weight:700;letter-spacing:2px;line-height:46px}.item-cell .nft-status{bottom:10px;color:#fe7c14;font-family:Vox;font-size:22px;font-style:normal;font-weight:500;left:20px;line-height:normal;position:absolute;text-align:left}.item-cell .nft-status.eligible{color:#6affa2}.item-cell .rarity{border:1px solid #fff;border-radius:10px;bottom:15px;font-family:Vox;font-size:16px;line-height:20px;padding:0 10px;position:absolute;right:20px}.item-cell.cursor{cursor:pointer}.item-cell.staked{cursor:default;outline:none}.item-cell.staked .title,.item-cell.staked img.item-avatar{opacity:.3}.item-cell.scroll:hover .title-container .title{animation:scroll-text 10s linear infinite}@keyframes scroll-text{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.item-cell.uncommon{border:1px solid #1abc9c}.item-cell.uncommon:hover{outline:1px solid #1abc9c}.item-cell.uncommon .rarity{border-color:#1abc9c;color:#1abc9c}.item-cell.rare{border:1px solid #3498db}.item-cell.rare:hover{outline:1px solid #3498db}.item-cell.rare .rarity{border-color:#3498db;color:#3498db}.item-cell.epic{border:1px solid #9b59b6}.item-cell.epic:hover{outline:1px solid #9b59b6}.item-cell.epic .rarity{border-color:#9b59b6;color:#9b59b6}.item-cell.mythic{border:1px solid #e74c3c}.item-cell.mythic:hover{outline:1px solid #e74c3c}.item-cell.mythic .rarity{border-color:#e74c3c;color:#e74c3c}.item-cell.legendary{border:1px solid #f1c40f}.item-cell.legendary:hover{outline:1px solid #f1c40f}.item-cell.legendary .rarity{border-color:#f1c40f;color:#f1c40f}.item-cell.selected{border:1px solid #6affa2}.item-cell.selected,.item-cell.selected:hover{outline:1px solid #6affa2}@media screen and (max-width:768px){.item-cell{border-radius:10px;flex-direction:row;height:70px;padding:10px;width:95%}.item-cell:hover{outline:none}.item-cell .title-container{left:100px;top:auto;width:250px}.item-cell .title-container .title{font-size:22px}.item-cell img.selected-check{top:auto}.item-cell .staked-text{inset:unset;padding:10px;width:auto}.item-cell .staked-text span.highlight{filter:brightness(1);font-size:22px}.item-cell img.item-avatar{height:60px;left:20px;margin-top:0;position:absolute}.item-cell .nft-status{bottom:10px;font-size:18px;left:100px;width:auto}.item-cell .rarity{bottom:auto;left:360px;right:auto}.item-cell:has(.nft-status) .title-container{bottom:35px}.item-cell:has(.staked-text) .item-avatar,.item-cell:has(.staked-text) .title-container{opacity:.5}}@media screen and (max-width:480px){.item-cell{height:60px;min-height:60px;padding:5px}.item-cell .title-container{left:70px;top:10px}.item-cell .title-container .title{font-size:18px}.item-cell .rarity{bottom:10px;font-size:14px;left:auto;line-height:18px;right:20px}.item-cell .staked-text{padding:0 15px}.item-cell .staked-text span.highlight{font-size:18px}.item-cell img.item-avatar{height:50px;left:10px}.item-cell img.selected-check{width:30px}.item-cell .nft-status{font-size:14px;left:70px}.item-cell:has(.nft-status) .title-container{bottom:20px}}.progress-bar{align-items:center;display:flex;font-family:JetBrains Mono;font-size:18.621px;font-style:normal;font-weight:300;letter-spacing:1.49px;line-height:40.345px;position:relative;text-align:center;text-transform:uppercase}.progress-bar .bar-container{background-color:#0000;border:1px solid #ffffffbd;height:20px;overflow:hidden;padding:4px;width:500px}.progress-bar .completion-bar{background-color:#fe7a13;height:100%;transition:width .2s ease-in-out}.progress-bar .text{color:#fff;display:flex;margin:5px 10px}.progress-bar span.percentage{color:#fe7a13;margin-left:10px}@media screen and (max-width:768px){.progress-bar{flex-direction:column;margin-top:10px;width:90%}.progress-bar .bar-container{height:10px;width:100%}.progress-bar .text.nexus{display:none}}.spinner{animation:spin 1s linear infinite;border:6px solid #fe7a134d;border-radius:50%;border-top-color:#fe7a13;height:50px;position:relative;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:768px){.spinner{height:40px;width:40px}}@media screen and (max-width:480px){.spinner{height:30px;width:30px}}.stats{flex-direction:column;font-style:normal;text-align:center}.stats,.stats .stats-text{align-items:center;display:flex;justify-content:center;position:relative}.stats .stats-text span.stats-title{color:#fff;font-family:Vox;font-weight:500}.stats .stats-text .stats-info{margin-left:20px}.stats .stats-text .stats-info img{height:24px}.stats .stats-count{color:#fe7c14;font-family:Pirulen;font-weight:700;margin-top:20px}.stats .primary-button.small{margin-top:20px}.stats .primary-button.large{display:none}.stats.large{margin:20px}.stats.large .stats-text span.stats-title{font-size:30px}.stats.large .stats-count{font-size:60px}.stats.medium{margin:15px}.stats.medium .stats-text span.stats-title{font-size:24px}.stats.medium .stats-count{font-size:48px}@media screen and (max-width:768px){.stats .primary-button.small{display:none}.stats .primary-button.large{display:flex;margin-top:20px}}@media screen and (max-width:480px){.stats.large .stats-text span.stats-title{font-size:24px}.stats.large .stats-count{font-size:42px}}.rcade-tooltip{align-items:center;background-color:#000;border-radius:10px;display:flex;font-family:Vox;font-weight:400;max-width:310px;text-align:left;text-transform:none;z-index:100}.rcade-tooltip span{margin-left:5px;text-align:left}.rcade-tooltip span.highlight{color:#fe7c14}input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#0000;border:1px solid #fe7a13;border-radius:2px;cursor:pointer;display:inline-block;height:30px;min-height:30px;min-width:30px;position:relative;width:30px}input[type=checkbox]:checked:after{background-color:#fe7a13;content:"";height:70%;left:15%;position:absolute;top:15%;width:70%}@media screen and (max-width:768px){input[type=checkbox]{height:25px;margin:0 3px;min-height:25px;min-width:25px;width:25px}}@media screen and (max-width:480px){input[type=checkbox]{height:18px;min-height:18px;min-width:18px;width:18px}}.pagination{align-items:center;display:flex;justify-content:flex-end;margin:30px 10px}.pagination img{cursor:pointer;margin:0 20px;width:20px}.pagination img.disabled{cursor:default;opacity:.5;pointer-events:none}.pagination span{color:#fff;font-family:JetBrains Mono;font-size:22px;margin:0 10px}.pagination span.current-page{color:#fe7a13}@media screen and (max-width:768px){.pagination{margin:0}.pagination span{font-size:16px}.pagination img{margin:0 10px;width:15px}}.navigation .hamburger{display:none}.navigation .menu{display:flex}.navigation .menu .menu-close{display:none}.navigation .hamburger{font-size:26px}.navigation span{color:#fe7c14;cursor:pointer;font-family:Vox;font-size:23px;font-style:normal;font-weight:500;line-height:46px;margin-right:10px;opacity:.5;padding:5px 10px;position:relative;text-align:center;transition:background-color .3s ease}.navigation span:hover{background-color:#fe7c14;box-shadow:0 0 20px #fe7c14;color:#000;font-weight:700;opacity:1}.navigation span:hover:after{border:2px solid #fe7c14;content:"";height:100%;left:-7%;position:absolute;top:7%;width:110%}.navigation span.active{background-color:#fe7c14;box-shadow:0 0 30px #fe7c1480;color:#000;font-weight:700;opacity:1}.navigation span.landing{color:#fd841a;font-family:sans-serif;font-size:52px;font-style:normal;font-weight:300;line-height:46px;text-align:center}.navigation span.landing:hover{background-color:#0000;box-shadow:none}.navigation span.landing:hover:after{background-color:#fe7c1480;border:none;box-shadow:none;filter:blur(20px);height:50px;left:0;top:10px;width:50px}@media screen and (max-width:1600px){.navigation .hamburger{display:block;width:30px}.navigation .hamburger:hover{background-color:#0000;box-shadow:none;color:#fe7c14;font-weight:500;opacity:.5}.navigation .menu{background-color:#000;box-shadow:0 0 20px #fe7c14;display:none;display:flex;flex-direction:column;position:absolute;width:200px;z-index:2}.navigation .menu span:not(.active){margin-right:0}.navigation .menu span:not(.active):hover{background-color:#0000;box-shadow:none;color:#fe7c14}.navigation .menu span{margin-right:0}.navigation .menu span.menu-close{display:block;margin-right:10px;text-align:right}.navigation .menu.hide{display:none}.navigation .menu.show{display:flex}.navigation span:hover:after{display:none}.navigation span.landing{font-size:46px;margin-right:0;padding:initial}}@media screen and (max-width:480px){.navigation span.landing{font-size:36px}}input[type=number],input[type=text]{background-color:#0000;border:2px solid #fe7a13;border-radius:10px;color:#fff;font-family:Vox;font-size:20px;height:36px;outline:none;padding:10px;text-align:center;width:calc(100% - 24px)}input[type=number]:focus,input[type=text]:focus{border:2px solid #fff}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}select{-webkit-appearance:none;appearance:none;background-color:#0000;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAARVJREFUOI2lkb1KA1EUhL+5rKJiteJT2PsKgg+gYquCNoKVEH9YEFcIttop1lYWdj6ClYE0FjaCIGazhRFiluyxiNHoLjEbpzoc5psz3Av/lAAsmJ6k2RopRI6NJgpeGmqXpk4EG92wAjKDUydYGgIGkNCiM7PzIeDPCumFcw1/F9ldcZqqa07sdx5xz5+xtm6B8QHxd5HOKowrDkAH9apkpUGPC9tWGFc681cjZDv+Nab5P/gbhdGcwADcdyqmxK0BUR84lmylC/8IAFC59iRjtU/1dR3WH3t3LmM6iq4MMl9r0pnC+uXvfSYAwLW8TeC+B39wCVu53tyqx89vSrUMRKCaUregcu01z9tXFuBZgFcYLKIPlQpa5xCsQs8AAAAASUVORK5CYII=) no-repeat 98% 50%;border:2px solid #fe7a13;border-radius:10px;color:#fff;font-family:Vox;font-size:20px;height:60px;outline:none;padding:10px;text-align:center;width:100%}select:focus{border:2px solid #fff}select option{background-color:#fe7a13;color:#000}select option:disabled{background-color:#000;color:#fe7a13}.sort-content{margin:20px}.sort-content .sort-title{color:#fff;font-family:Vox;font-size:28px;font-style:normal;font-weight:600;line-height:46px;text-transform:capitalize}.sort-content .sort-title.filters{margin-top:30px}.sort-content button.sort-option{background-color:#ffffff1c;border:1px solid #ffffff1f;color:#fff;cursor:pointer;font-family:Vox;font-size:24px;font-style:normal;font-weight:300;height:50px;line-height:46px;margin:10px;text-align:center;width:250px}.sort-content button.sort-option.current{border-color:#fff}.sort-content .filter-options{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);width:100%}.sort-content .filter-options .filter-check{align-items:center;display:flex;justify-content:flex-start;margin-right:30px}.sort-content .filter-options .filter-check span{color:#fff;font-family:Vox;font-size:24px;font-style:normal;font-weight:300;line-height:46px;margin-left:10px;white-space:nowrap}.sort-content .filter-options .filter-check.double-column{grid-column:span 2}.sort-content .filter-actions{align-items:center;display:flex;justify-content:center;margin-top:20px;width:100%}.sort-content .primary-button{margin:10px 20px}@media screen and (max-width:768px){.sort-content{overflow:auto}.sort-content button.sort-option{font-size:20px;height:40px;line-height:inherit;width:200px}.sort-content .sort-title.filters{margin-top:10px}.sort-content .filter-options{display:flex;flex-wrap:wrap}.sort-content .filter-options .filter-check{margin-right:0}.sort-content .filter-options .filter-check span{font-size:20px;line-height:inherit}.sort-content .filter-actions{flex-direction:column}}.stake-content{align-items:center;margin-top:10px;position:relative}.stake-content,.stake-content .content{display:flex;flex-direction:column;justify-content:center}.stake-content .content{min-height:268px}.stake-content .loading{align-content:center;display:flex;flex-wrap:wrap;height:100%;justify-content:center;position:absolute;width:100%;z-index:1}.stake-content p{color:#fff;font-family:Vox;font-size:22px;font-style:normal;font-weight:300;margin:0;max-width:800px;text-align:center}.stake-content p span.highlight{font-size:46px;font-weight:600;white-space:pre-line}.stake-content p span.warning{color:#ff5858;font-size:26px;text-transform:uppercase}.stake-content p span.info{color:#fe7a13;font-size:26px;text-transform:uppercase}.stake-content p.successful{color:#6affa2;font-family:Vox;font-size:32px;font-style:normal;font-weight:600;line-height:46px;margin-bottom:10px;position:relative;text-align:center;text-transform:uppercase}.stake-content p.successful:after{background:#3dac6766;content:"";filter:blur(25px);height:100%;left:calc(50% - 170px);position:absolute;width:340px}.stake-content p.warning{margin-bottom:15px;margin-top:40px;white-space:pre-line}.stake-content p.warning.less-margin{margin-bottom:30px;margin-top:50px}.stake-content p.warning.no-margin{margin-bottom:0;margin-top:0}.stake-content .image-name{align-items:center;display:flex;justify-content:flex-start;margin-top:15px}.stake-content .image-name img{border:1px solid #fe7a13;border-radius:10px;width:100px}.stake-content .image-name .collection-title{margin-left:20px}.stake-content .wallet-heading{color:#fff;font-family:Vox;font-size:28px;font-weight:700;margin-top:8px;text-align:center;width:100%}.stake-content .approval-msg{color:#fff;font-family:Vox;font-size:28px;font-style:normal;font-weight:300;line-height:46px;text-align:center}.stake-content .primary-button{margin-top:20px}.stake-content .actions-btns{display:flex}.stake-content .actions-btns .primary-button{margin:25px 10px}.stake-content .actions-btns .primary-button button{line-height:20px}.stake-content .actions-btns .primary-button button span.smaller-txt{font-size:14px}.stake-content.loading .image-name,.stake-content.loading p{opacity:.5}.stake-content.success{margin-top:15px}.stake-content.success .primary-button{margin-top:10px}.stake-content:has(.wallet-message) .actions-btns .primary-button{margin:10px}.stake-content:has(.wallet-message) .wallet-message{line-height:16px;opacity:1}.stake-content:has(.wallet-message) .wallet-message span.info{font-size:16px}@media screen and (max-width:768px){.stake-content .content{min-height:0;min-height:auto}.stake-content p{font-size:18px;line-height:34px}.stake-content p span.highlight{font-size:42px}.stake-content p span.warning{font-size:20px}.stake-content p.warning{margin:15px}.stake-content .image-name{margin-top:5px}.stake-content .image-name img{width:100px}.stake-content .image-name .collection-title{font-size:18px}.stake-content .wallet-heading{font-size:26px}.stake-content .approval-msg{font-size:20px;line-height:24px}}@media screen and (max-width:480px){.stake-content p{font-size:16px;line-height:inherit}.stake-content p span.highlight{font-size:32px;line-height:inherit}.stake-content p.successful{font-size:24px;line-height:32px}.stake-content p.successful:after{left:calc(50% - 140px);width:280px}.stake-content p.warning{margin:0 10px}.stake-content .image-name{margin-top:0}.stake-content .image-name img{width:80px}.stake-content .image-name .collection-title{font-size:14px}.stake-content .wallet-heading{font-size:22px}.stake-content .approval-msg{font-size:15px;line-height:24px;margin:initial}}.claim-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:50px;position:relative}.claim-content .loading{position:absolute;z-index:1}.claim-content p{color:#fff;font-family:Vox;font-size:22px;font-style:normal;font-weight:700;line-height:40px;margin:10px;max-width:800px;text-align:center}.claim-content p.highlight{font-size:56px}.claim-content p.successful{color:#6affa2;font-family:Vox;font-size:32px;font-style:normal;font-weight:600;line-height:46px;margin-bottom:10px;position:relative;text-align:center;text-transform:uppercase}.claim-content p.wallet-message{color:#fe7a13;font-size:16px;text-transform:uppercase}.claim-content .primary-button{margin-top:50px}.claim-content.loading .primary-button,.claim-content.loading p{opacity:.5}.claim-content.success p.highlight{color:#6affa2}@media screen and (max-width:768px){.claim-content{margin-top:20px}.claim-content p{font-size:18px;line-height:34px}.claim-content p.highlight{font-size:42px}.claim-content .primary-button{margin-top:20px}}@media screen and (max-width:480px){.claim-content{margin-top:10px}.claim-content p{font-size:16px;line-height:inherit}.claim-content p.highlight{font-size:32px;line-height:inherit}}.modal-overlay{background:#060811e6;bottom:0;left:0;position:fixed;right:0;top:0;z-index:100}.modal{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%}.modal .modal-container{background-color:#fe7c14;height:500px;margin:0 30px;width:860px}.modal .modal-container,.modal .modal-container .gap{align-items:center;-webkit-clip-path:polygon(0 0,97% 0,100% 6%,100% 100%,3% 100%,0 94%);clip-path:polygon(0 0,97% 0,100% 6%,100% 100%,3% 100%,0 94%);display:flex;justify-content:center}.modal .modal-container .gap{background-color:#060811;height:calc(100% - 2px);width:calc(100% - 2px)}.modal .modal-container .gap .inner-outline{background-color:#36373d;height:calc(100% - 15px);width:calc(100% - 15px)}.modal .modal-container .gap .inner-outline,.modal .modal-container .gap .inner-outline .modal-content{align-items:center;-webkit-clip-path:polygon(0 0,97.5% 0,100% 5.5%,100% 100%,2.5% 100%,0 94.5%);clip-path:polygon(0 0,97.5% 0,100% 5.5%,100% 100%,2.5% 100%,0 94.5%);display:flex;justify-content:center}.modal .modal-container .gap .inner-outline .modal-content{background-color:#0f111b;flex-direction:column;height:calc(100% - 2px);position:relative;width:calc(100% - 2px)}.modal .modal-container .gap .inner-outline .modal-content button.close-btn{background:#0000;border:none;cursor:pointer;position:absolute;right:20px;top:20px}.modal .modal-container .gap .inner-outline .modal-content button.close-btn img{width:20px}.modal .modal-container .gap .inner-outline .modal-content button.close-btn:disabled{opacity:.5}.modal .modal-container .gap .inner-outline .modal-content .modal-heading{align-items:center;color:#fe7c14;display:flex;flex-direction:column;font-family:Vox;font-style:normal;font-weight:700;justify-content:center;text-align:center}.modal .modal-container .gap .inner-outline .modal-content .modal-heading .title{font-size:36px;line-height:46px;margin-top:15px}.modal .modal-container .gap .inner-outline .modal-content .modal-heading .sub-title{font-size:20px;line-height:30px}@media screen and (max-width:768px){.modal .modal-container{height:450px;margin:0 10px}.modal .modal-container .gap .inner-outline .modal-content .modal-heading .title{font-size:28px;line-height:34px}.modal .modal-container .gap .inner-outline .modal-content .modal-heading .sub-title{font-size:20px;line-height:26px}}@media screen and (max-width:480px){.modal .modal-container{height:380px}.modal .modal-container .gap .inner-outline .modal-content button.close-btn{right:10px;top:10px}.modal .modal-container .gap .inner-outline .modal-content button.close-btn img{width:15px}.modal .modal-container .gap .inner-outline .modal-content .modal-heading .title{font-size:22px;line-height:26px}.modal .modal-container .gap .inner-outline .modal-content .modal-heading .sub-title{font-size:16px;line-height:20px}}.loading-module{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.loading-module .loading-bg{background:#d145185c;border-radius:1511.214px;filter:blur(109.8265838623px);height:190px;position:absolute;width:100%}.loading-module .title-text{color:#fe7c14;font-family:Pirulen;font-size:64px;font-style:normal;font-weight:700;margin:60px;text-align:center}@media screen and (max-width:768px){.loading-module .title-text{font-size:40px;margin:initial}}@media screen and (max-width:480px){.loading-module .title-text{font-size:30px}}.table-container{font-family:Vox;overflow-y:auto;width:100%}.table-container .desktop{align-items:flex-start;display:flex;height:100%;overflow-y:auto;width:100%}.table-container table{width:100%}.table-container table thead{position:-webkit-sticky;position:sticky;top:2px;transform:translateY(-3px);z-index:1}.table-container table th{background-color:#fe7c14;color:#000;font-size:18px;font-weight:700;height:50px;padding:10px}.table-container table th .header-cell,.table-container table th .header-cell .info{align-items:center;display:flex;justify-content:center}.table-container table th .header-cell .info{border:2px solid #000;border-radius:100%;font-size:15px;height:20px;margin-left:10px;width:20px}.table-container table td{border:1px solid #fe7c14;color:#fff;font-size:16px;height:50px;padding:10px;text-align:center;width:25%}.table-container table td .primary-button.small{margin:0 auto}.table-container .mobile{display:none}.table-container:has(.pagination) .desktop{height:calc(100% - 60px)}.table-container:has(.pagination) .pagination{margin-bottom:0}@media screen and (max-width:768px){.table-container .desktop{display:none}.table-container table tbody tr td{height:30px;width:50%}.table-container table tbody tr td:first-child{background-color:#fe7c14;color:#000;padding:10px;white-space:nowrap}.table-container .mobile{display:flex;flex-direction:column;height:100%;row-gap:15px;width:100%}.table-container .mobile .claim-all-btn-container{display:flex;justify-content:center}.table-container .mobile .no-data{margin:auto}.table-container .mobile .item{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.table-container .pagination{position:relative;right:0}}.home{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;overflow-y:auto;width:100%}.home .background{position:relative;width:100%}.home .background .light-bg{background:#188fd138;border:1px solid #000;border-radius:927px;filter:blur(100px);height:450px;top:0;z-index:0}.home .background .light-bg,.home .background img{left:calc(50% - 225px);position:absolute;width:450px}.home .background img{top:100px;z-index:1}.home .primary-button{z-index:2}.home .text{color:#fff;font-style:normal;text-align:center;z-index:3}.home .text.main{font-family:Pirulen;font-size:42px;font-weight:400;letter-spacing:3px;margin-top:350px;width:60%}.home .text.sub{font-family:Vox;font-size:32px;font-weight:300;margin:20px 0}@media screen and (max-width:768px){.home .background .light-bg,.home .background img{left:calc(50% - 170px);width:340px}.home .background img{top:auto}.home .text.main{font-size:36px;margin-top:280px;width:80%}.home .text.sub{font-size:22px;margin:20px 10px}}.profile{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.profile .divider{background:#ffffff4d;height:90px;width:1px}.profile .stats-group{align-items:center;display:flex;justify-content:center}.profile .stats-group .stats.large{min-width:250px}.profile .stats-group .first-row,.profile .stats-group .second-row{align-items:center;display:flex;justify-content:center}.profile .stats-group.with-emissions{flex-direction:column}.profile .stats-group:not(.with-emissions){margin:initial}.profile .stats-group:not(.with-emissions) .stats.large{min-width:420px}.profile .btn-container{margin:20px;min-width:420px}.profile .action-btns,.profile .btn-container{align-items:center;display:flex;justify-content:center}.profile .action-btns{margin-top:50px}.profile .action-btns .primary-button button{text-transform:none}@media screen and (max-width:768px){.profile{align-items:flex-start}.profile .stats-group{flex-direction:column;margin:50px 0}.profile .stats-group .first-row,.profile .stats-group .second-row{flex-direction:column}.profile .divider{height:1px;margin:20px 0;width:90px}.profile .action-btns{flex-direction:column;margin-top:20px}.profile .action-btns .divider{display:none}.profile .action-btns .btn-container{margin:initial;min-width:0;min-width:auto}.profile .action-btns .primary-button{margin:10px 0}}.item-list{height:100%;line-height:46px;position:relative;width:100%}.item-list .rcade-total{align-items:center;color:#fe7c14;display:flex;font-family:Pirulen;font-size:36px;font-weight:600;justify-content:center;position:absolute;width:100%;z-index:-1}.item-list .rcade-total span{color:#fff;font-family:Vox;font-size:24px;font-style:normal;font-weight:400;line-height:32px;margin-right:20px}.item-list .heading{align-items:flex-end;display:flex;height:55px;justify-content:space-between}.item-list .heading .dashboard-title{color:#fe7a13;font-family:Vox;font-size:36px;font-style:normal;font-weight:600;text-transform:uppercase}.item-list .heading .actions{color:#fee;display:flex;font-family:JetBrains Mono;font-size:24px;font-style:normal;font-weight:400;line-height:34px;text-transform:uppercase}.item-list .heading .actions .all,.item-list .heading .actions .filter,.item-list .heading .actions .selected{align-items:center;display:flex}.item-list .heading .actions .primary-button.small{margin-bottom:5px;margin-left:30px}.item-list .heading .actions .selected{margin-right:0}.item-list .heading .actions .clear-selection{cursor:pointer;margin-left:30px}.item-list .heading .actions .all.disabled{opacity:.3}.item-list .heading .actions .filter{cursor:pointer}.item-list .heading .actions .filter img{height:20px;margin-right:10px}.item-list .heading .actions .filter.green{color:#6affa2}.item-list .heading .actions .all{margin-right:0}.item-list .divider{background-color:#ffffff4d;height:1px;width:100%}.item-list .list{height:calc(100% - 115px);margin:30px;overflow-y:auto}.item-list .list .sub-list-container{position:relative}.item-list .list .sub-list-container .sub-list-title{align-items:center;color:#fe7a13;display:flex;font-family:Vox;font-size:32px;font-style:normal;font-weight:600;justify-content:space-between;margin:20px 0;padding-right:30px}.item-list .list .sub-list-container .sub-list-title .sub-list-info{margin-left:20px}.item-list .list .sub-list-container .sub-list-title a{color:inherit;text-decoration:none}.item-list .list .sub-list-container .sub-list-title span.collapse-arrow{cursor:pointer;font-size:24px;margin-left:10px}.item-list .list .sub-list-container .sub-list-title .all{align-items:center;display:flex;text-transform:capitalize}.item-list .list .sub-list-container .sub-list-title .all span.selected-count{color:#fff;margin-right:50px}.item-list .list .sub-list-container .sub-list-title .all.disabled{opacity:.5;pointer-events:none}.item-list .list .sub-list-container .sub-list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);padding-bottom:20px;width:100%}.item-list .list .sub-list-container .empty-sub-list{color:#fff;font-family:Vox;font-size:28px;text-align:center}.item-list .list .sub-list-container .empty-sub-list .empty-link{color:#fe7a13;cursor:pointer;text-decoration:underline}.item-list .list .sub-list-container.collapsed .sub-list{height:0;overflow:auto;padding-bottom:0}.item-list .list .sub-list-container.collapsed .pagination{display:none}.item-list .bottom-actions{align-items:center;bottom:0;display:flex;height:90px;justify-content:space-between;position:absolute;width:100%}.item-list .bottom-actions:before{background:linear-gradient(90deg,#fe7a1300,#fe7a1333),#252938e6;box-shadow:0 -1px 0 0 #fe7a13b3;content:"";height:100%;position:absolute;top:0;width:100%}.item-list .bottom-actions .currently-staked{color:#fee;font-family:JetBrains Mono;font-size:28px;font-style:normal;font-weight:400;line-height:normal;margin-left:20px;text-align:center;z-index:1}.item-list .bottom-actions .currently-staked span{color:#fe7a14;font-family:Vox;font-weight:700;margin-left:20px}.item-list .bottom-actions .action-btns{align-items:center;display:flex;justify-content:center}.item-list .bottom-actions .action-btns .primary-button{margin-right:20px}.item-list:has(.bottom-actions) .list{height:calc(100% - 175px)}@media screen and (max-width:768px){.item-list{line-height:inherit}.item-list .heading .dashboard-title{font-size:26px}.item-list .heading .rcade-total{top:0}.item-list .heading .actions .filter span{display:none}.item-list .list{height:calc(100% - 75px);margin:10px 0}.item-list .list .sub-list-container .sub-list-title{font-size:24px;margin:initial;margin-bottom:10px;padding-right:10px}.item-list .list .sub-list-container .sub-list-title span.collapse-arrow{font-size:20px}.item-list .list .sub-list-container .sub-list{display:flex;flex-direction:column;gap:5px}.item-list .bottom-actions{background:linear-gradient(90deg,#fe7a131a,#fe7a1333),#25293899;flex-direction:column;height:120px}.item-list .bottom-actions .currently-staked{font-size:20px;margin:10px 0}.item-list .bottom-actions .action-btns .primary-button{margin:5px 10px}.item-list .heading:has(.rcade-total){height:100px}.item-list .heading:has(.rcade-total)+.list{height:calc(100% - 120px)}.item-list:has(.bottom-actions) .list{height:calc(100% - 240px)}}@media screen and (max-width:480px){.item-list .heading .dashboard-title{font-size:20px}.item-list .heading .actions .filter img{height:16px}.item-list .heading .actions .primary-button.small{margin:initial;margin-left:10px}.item-list .list .sub-list-container .sub-list-title{font-size:16px;padding-right:0}.item-list .list .sub-list-container .sub-list-title span.collapse-arrow{font-size:14px;margin-left:5px}.item-list .list .sub-list-container .sub-list-title .all span.selected-count{margin-right:20px}.item-list .bottom-actions{height:110px}.item-list .bottom-actions .action-btns .primary-button{margin:5px}}.listing-container{display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-width:1000px;width:100%}.listing-container .top-section{align-items:center;display:flex;justify-content:space-evenly}.listing-container .top-section .primary-button{min-width:250px}.listing-container .top-section input,.listing-container .top-section select{margin-right:20px}.listing-container .top-section .claim-all{display:none}.listing-container .top-section:has(input){height:100px}.listing-container .top-section:has(input)+.table-container{max-height:calc(100% - 100px)}.listing-container .top-section:not(input)+.table-container{margin-top:20px}.listing-container button.all-nfts{background:#0000;background-color:#fe7a13;border:none;border-radius:10px;cursor:pointer;font-family:Vox;font-size:20px;font-style:normal;font-weight:700;margin-bottom:15px;padding:10px 0;text-align:center}.listing-container:has(.all-nfts) .top-section{height:100px}.listing-container:has(.all-nfts) .table-container{height:calc(100% - 150px)}.listing-container.calculator{max-width:none}.listing-container.calculator .table-container table td,.listing-container.calculator .table-container table th{width:14.2857142857%}.listing-container.airdrops{max-width:none}.listing-container.airdrops .table-container table td,.listing-container.airdrops .table-container table th{width:20%}@media screen and (max-width:768px){.listing-container{max-width:500px}.listing-container .top-section{flex-direction:column}.listing-container .top-section input,.listing-container .top-section select{margin-right:0}.listing-container .top-section .claim-all{display:flex;width:100%}.listing-container .table-container .primary-button,.listing-container .top-section .primary-button{background-color:#0000;-webkit-clip-path:none;clip-path:none;min-width:0;min-width:auto;width:100%}.listing-container .table-container .primary-button .middle-gap,.listing-container .top-section .primary-button .middle-gap{background-color:#0000;-webkit-clip-path:none;clip-path:none;width:100%}.listing-container .table-container .primary-button .middle-gap button,.listing-container .top-section .primary-button .middle-gap button{border-radius:10px;-webkit-clip-path:none;clip-path:none;width:100%}.listing-container .top-section:has(input){height:200px}.listing-container .top-section:has(input)+.table-container{max-height:calc(100% - 200px)}.listing-container button.all-nfts{margin-bottom:10px}.listing-container:has(.all-nfts) .table-container{max-height:calc(100% - 250px)}}.layout{background-color:#000;background:linear-gradient(125deg,#537dbc00 52%,#5396bc2e),linear-gradient(124deg,#3d221f -6%,#0c151c00 41%),#030303;box-sizing:border-box;filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));min-height:100vh;min-width:100vw;overflow:hidden;padding:40px 60px;position:relative}.layout .vertical-pattern{background:repeating-linear-gradient(90deg,#4a65c40a,#4a65c40a 5px,#0000 0,#0000 10px);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.layout .border{background-size:cover;height:600px;position:fixed;width:600px;z-index:-1}.layout .border.border-tl{background-image:url("../img/border-tl.a03cdc29958969472d35.svg");background-position:0 0;left:20px;top:20px}.layout .border.border-tr{background-image:url("../img/border-tr.8643110bacc65d557cd9.svg");background-position:100% 0;right:20px;top:20px}.layout .border.border-bl{background-image:url("../img/border-bl.0d080436e71d48ede29a.svg");background-position:0 100%;bottom:20px;left:20px}.layout .border.border-br{background-image:url("../img/border-br.0940ce88be83157d1d59.svg");background-position:100% 100%;bottom:20px;right:20px}.layout .header{height:100px;position:relative}.layout .header .navigation{left:0;position:absolute;top:0}.layout .header img.logo{cursor:pointer;height:60px;left:calc(50% - 125px);position:absolute;width:250px}.layout .header .social-icons{align-items:center;display:flex;position:absolute;right:0;top:0}.layout .header .social-icons a{align-items:center;background-color:#0000;display:flex;height:30px;justify-content:center;margin:20px;transition:transform .3s ease;width:30px}.layout .header .social-icons a:hover{transform:scale(1.3)}.layout .header .social-icons a img{width:30px}.layout .header .social-icons a:last-child{margin-right:0}.layout .header .wallet{bottom:0;position:absolute;width:100%}@media screen and (max-width:768px){.layout .header{align-items:center;display:flex;flex-direction:column;height:150px;justify-content:center}.layout .header img.logo{left:auto;position:relative}.layout .header .social-icons{position:relative}.layout .header .social-icons a{margin:15px 20px}.layout .header .social-icons a:last-child{margin-right:20px}.layout .header .wallet{position:relative;width:auto}}@media screen and (max-width:480px){.layout .header img.logo{height:50px;left:auto;width:200px}.layout .header .social-icons a{margin:10px}.layout .header .social-icons a img{width:20px}.layout .header .social-icons a:last-child{margin-right:10px}}.layout .content{height:calc(100vh - 180px);overflow-x:hidden;overflow-y:auto}.layout .content,.layout .min-screen{align-items:center;display:flex;justify-content:center;width:calc(100vw - 120px)}.layout .min-screen{height:calc(100vh - 80px)}.layout .min-screen .min-container{border:1px solid #fe7c1466;padding:20px}.layout .min-screen .min-container span{color:#fe7c14;font-family:Vox;font-size:26px}.layout.image-bg:after{background-color:#000;background-image:url("../img/bg.1f3c79e535365fc8f887.png");background-position:bottom;background-size:cover;content:"";height:100%;left:0;opacity:.1;position:absolute;top:0;width:100%;z-index:-2}@media screen and (max-width:768px){.layout{padding:20px}.layout .content{height:calc(100vh - 190px);width:calc(100vw - 40px)}.layout .border{display:none}.layout .min-screen{width:calc(100vw - 40px)}}.toast-message{font-family:Vox}
.toast-title { font-weight: 700; }
.toast-message { overflow-wrap: break-word; }
.toast-message a, .toast-message label { color: rgb(255, 255, 255); }
.toast-message a:hover { color: rgb(204, 204, 204); text-decoration: none; }
.toast-close-button { color: rgb(255, 255, 255); float: right; font-size: 20px; font-weight: 700; line-height: 1; opacity: 0.8; position: relative; right: -0.3em; text-shadow: rgb(255, 255, 255) 0px 1px 0px; top: -0.3em; }
.toast-close-button:focus, .toast-close-button:hover { color: rgb(0, 0, 0); cursor: pointer; opacity: 0.4; text-decoration: none; }
.rtl .toast-close-button { float: left; left: -0.3em; right: 0.3em; }
button.toast-close-button { appearance: none; background: 0px 0px; border: 0px; cursor: pointer; padding: 0px; }
.toast-top-center { right: 0px; top: 0px; width: 100%; }
.toast-bottom-center { bottom: 0px; right: 0px; width: 100%; }
.toast-top-full-width { right: 0px; top: 0px; width: 100%; }
.toast-bottom-full-width { bottom: 0px; right: 0px; width: 100%; }
.toast-top-left { left: 12px; top: 12px; }
.toast-top-right { right: 12px; top: 12px; }
.toast-bottom-right { bottom: 12px; right: 12px; }
.toast-bottom-left { bottom: 12px; left: 12px; }
#toast-container { pointer-events: none; position: fixed; z-index: 999999; }
#toast-container * { box-sizing: border-box; }
#toast-container > div { background-position: 15px center; background-repeat: no-repeat; border-radius: 3px; box-shadow: rgb(153, 153, 153) 0px 0px 12px; color: rgb(255, 255, 255); margin: 0px 0px 6px; opacity: 0.8; overflow: hidden; padding: 15px 15px 15px 50px; pointer-events: auto; position: relative; width: 300px; }
#toast-container > div.rtl { background-position: right 15px center; direction: rtl; padding: 15px 50px 15px 15px; }
#toast-container > div:hover { box-shadow: rgb(0, 0, 0) 0px 0px 12px; cursor: pointer; opacity: 1; }
#toast-container > .toast-info { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }
#toast-container > .toast-error { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }
#toast-container > .toast-success { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }
#toast-container > .toast-warning { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }
#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div { margin-left: auto; margin-right: auto; width: 300px; }
#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div { margin-left: auto; margin-right: auto; width: 96%; }
.toast { background-color: rgb(3, 3, 3); }
.toast-success { background-color: rgb(81, 163, 81); }
.toast-error { background-color: rgb(189, 54, 47); }
.toast-info { background-color: rgb(47, 150, 180); }
.toast-warning { background-color: rgb(248, 148, 6); }
.toast-progress { background-color: rgb(0, 0, 0); bottom: 0px; height: 4px; left: 0px; opacity: 0.4; position: absolute; }
@media (max-width: 240px) {
  #toast-container > div { padding: 8px 8px 8px 50px; width: 11em; }
  #toast-container > div.rtl { padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button { right: -0.2em; top: -0.2em; }
  #toast-container .rtl .toast-close-button { left: -0.2em; right: 0.2em; }
}
@media (min-width: 241px) and (max-width: 480px) {
  #toast-container > div { padding: 8px 8px 8px 50px; width: 18em; }
  #toast-container > div.rtl { padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button { right: -0.2em; top: -0.2em; }
  #toast-container .rtl .toast-close-button { left: -0.2em; right: 0.2em; }
}
@media (min-width: 481px) and (max-width: 768px) {
  #toast-container > div { padding: 15px 15px 15px 50px; width: 25em; }
  #toast-container > div.rtl { padding: 15px 50px 15px 15px; }
}
:root { --rt-color-white: #fff; --rt-color-dark: #222; --rt-color-success: #8dc572; --rt-color-error: #be6464; --rt-color-warning: #f0ad4e; --rt-color-info: #337ab7; --rt-opacity: 0.9; --rt-transition-show-delay: 0.15s; --rt-transition-closing-delay: 0.15s; }
.core-styles-module_tooltip__3vRRp { left: 0px; opacity: 0; pointer-events: none; position: absolute; top: 0px; will-change: opacity; }
.core-styles-module_fixed__pcSol { position: fixed; }
.core-styles-module_arrow__cvMwQ { background: inherit; position: absolute; }
.core-styles-module_noArrow__xock6 { display: none; }
.core-styles-module_clickable__ZuTTB { pointer-events: auto; }
.core-styles-module_show__Nt9eE { opacity: var(--rt-opacity); transition: opacity var(--rt-transition-show-delay) ease-out; }
.core-styles-module_closing__sGnxF { opacity: 0; transition: opacity var(--rt-transition-closing-delay) ease-in; }
.styles-module_tooltip__mnnfp { border-radius: 3px; font-size: 90%; padding: 8px 16px; width: max-content; }
.styles-module_arrow__K0L3T { height: 8px; width: 8px; }
[class*="react-tooltip__place-top"] > .styles-module_arrow__K0L3T { transform: rotate(45deg); }
[class*="react-tooltip__place-right"] > .styles-module_arrow__K0L3T { transform: rotate(135deg); }
[class*="react-tooltip__place-bottom"] > .styles-module_arrow__K0L3T { transform: rotate(225deg); }
[class*="react-tooltip__place-left"] > .styles-module_arrow__K0L3T { transform: rotate(315deg); }
.styles-module_dark__xNqje { background: var(--rt-color-dark); color: var(--rt-color-white); }
.styles-module_light__Z6W-X { background-color: var(--rt-color-white); color: var(--rt-color-dark); }
.styles-module_success__A2AKt { background-color: var(--rt-color-success); color: var(--rt-color-white); }
.styles-module_warning__SCK0X { background-color: var(--rt-color-warning); color: var(--rt-color-white); }
.styles-module_error__JvumD { background-color: var(--rt-color-error); color: var(--rt-color-white); }
.styles-module_info__BWdHW { background-color: var(--rt-color-info); color: var(--rt-color-white); }
body { margin: 0px; user-select: none; position: static !important; }
::-webkit-scrollbar { height: 2px; width: 2px; }
::-webkit-scrollbar-track { background: rgba(217, 217, 217, 0.2); border-radius: 6px; }
::-webkit-scrollbar-thumb { background: rgb(254, 122, 19); border-radius: 6px; height: 4px; width: 4px; }
@font-face { font-family: Vox; src: local("Vox"), url("../fonts/Vox-Regular.53e0ae5d95647bb760bb.ttf") format("truetype"); }
@font-face { font-family: Pirulen; src: local("Pirulen"), url("../fonts/Pirulen-Regular.8cd956b0478c0e3dc882.otf") format("truetype"); }
@font-face { font-family: "JetBrains Mono"; src: local("JetBrains Mono"), url("../fonts/JetBrainsMono-Regular.3eb7f2ebfc6706e5e704.ttf") format("truetype"); }
.primary-button, .primary-button .middle-gap { align-items: center; clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 5.5% 100%, 0px 70%); display: flex; justify-content: center; }
.primary-button .middle-gap { background-color: rgb(0, 0, 0); height: 91%; width: 97.5%; }
.primary-button .middle-gap button { border: none; clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 5% 100%, 0px 70%); color: rgb(0, 0, 0); cursor: pointer; font-family: Vox; font-style: normal; font-weight: 700; height: 86%; letter-spacing: 2px; line-height: normal; padding: 0px; text-align: center; text-transform: uppercase; transition: background-color 0.25s ease-in-out; width: 97%; }
.primary-button .middle-gap button:hover { background-color: rgb(0, 0, 0); }
.primary-button .middle-gap button:disabled { cursor: default; filter: brightness(0.5); }
.primary-button.disabled { filter: brightness(0.5); }
.primary-button.large { height: 60px; width: 250px; }
.primary-button.large .middle-gap button { font-size: 20px; }
.primary-button.small { height: 50px; width: 170px; }
.primary-button.small .middle-gap button { font-size: 16px; }
.primary-button.orange, .primary-button.orange .middle-gap button { background-color: rgb(254, 122, 19); }
.primary-button.orange .middle-gap button:hover { background-color: rgb(0, 0, 0); color: rgb(254, 122, 19); }
.primary-button.orange .middle-gap button:disabled:hover { background-color: rgb(254, 122, 19); color: rgb(0, 0, 0); }
.primary-button.green, .primary-button.green .middle-gap button { background-color: rgb(106, 255, 162); }
.primary-button.green .middle-gap button:hover { background-color: rgb(0, 0, 0); color: rgb(106, 255, 162); }
.primary-button.green .middle-gap button:disabled:hover { background-color: rgb(106, 255, 162); color: rgb(0, 0, 0); }
@media screen and (max-width: 768px) {
  .primary-button.orange .middle-gap button:hover { background-color: rgb(254, 122, 19); color: rgb(0, 0, 0); }
  .primary-button.green .middle-gap button:hover { background-color: rgb(106, 255, 162); color: rgb(0, 0, 0); }
}
@media screen and (max-width: 480px) {
  .primary-button .middle-gap button { letter-spacing: 1px; }
  .primary-button.large { height: 50px; width: 170px; }
  .primary-button.large .middle-gap button { font-size: 16px; }
  .primary-button.small { min-width: auto; }
  .primary-button.small, .primary-button.small .middle-gap { background-color: rgba(0, 0, 0, 0); clip-path: none; }
  .primary-button.small .middle-gap button { clip-path: none; padding: 0px 10px; }
  .primary-button.small .middle-gap button:hover { background-color: rgb(254, 122, 19); color: rgb(0, 0, 0); }
}
.wallet { align-items: center; display: flex; justify-content: center; }
.wallet .wallet-address { color: rgb(255, 255, 255); cursor: pointer; font-family: "JetBrains Mono"; font-size: 22px; font-style: normal; font-weight: 300; line-height: normal; text-align: center; transition: transform 0.2s; }
.wallet .wallet-address:hover { transform: scale(1.1); }
.wallet button { background: rgba(0, 0, 0, 0); border: none; cursor: pointer; margin-left: 15px; padding: 0px; transition: transform 0.2s; }
.wallet button svg { height: 22px; }
.wallet button:hover { transform: scale(1.2); }
@media screen and (max-width: 768px) {
  .wallet .wallet-address { font-size: 18px; }
  .wallet button svg { height: 18px; }
}
.empty-cell { color: rgb(255, 255, 255); font-family: Vox; font-size: 28px; text-align: center; text-decoration: none; }
.empty-cell .empty-link { color: rgb(254, 122, 19); cursor: pointer; text-decoration: underline; }
.empty-cell span { padding: 20px; }
@media screen and (max-width: 768px) {
  .item-cell.empty-cell { height: auto; }
  .empty-cell { font-size: 24px; }
}
@media screen and (max-width: 480px) {
  .empty-cell { font-size: 20px; }
}
.item-cell.mint-cell img.item-avatar { margin-top: 0px; }
.item-cell.mint-cell .title-container { width: auto; }
.item-cell.mint-cell .primary-button { bottom: 10px; position: absolute; }
@media screen and (max-width: 768px) {
  .item-cell.mint-cell .primary-button { bottom: auto; right: 10px; }
}
@media screen and (max-width: 480px) {
  .item-cell.mint-cell .title-container { top: auto; }
}
.item-cell { align-items: center; background-color: rgba(181, 191, 225, 0.05); border: 1px solid rgba(255, 255, 255, 0.3); display: flex; flex-direction: column; height: 350px; justify-content: center; margin: 2px; position: relative; transition: outline 0.2s ease-in; width: 300px; }
.item-cell:hover { outline: rgb(254, 124, 20) solid 1px; }
.item-cell .title-container { box-sizing: border-box; left: 20px; overflow: hidden; position: absolute; top: 20px; width: 71%; }
.item-cell .title-container .title { color: rgb(255, 255, 255); display: inline-block; font-family: Vox; font-size: 28px; font-style: normal; font-weight: 500; line-height: normal; white-space: nowrap; }
.item-cell img.selected-check { position: absolute; right: 20px; top: 10px; }
.item-cell img.item-avatar { margin-top: 30px; max-width: 216px; }
.item-cell .staked-text { align-items: center; background-color: rgba(0, 0, 0, 0.4); border: 1px solid rgba(255, 255, 255, 0.3); bottom: 0px; color: rgb(255, 255, 255); display: flex; flex-direction: column; font-family: Vox; font-size: 22px; font-weight: 500; justify-content: center; padding: 10px 0px; position: absolute; width: 300px; }
.item-cell .staked-text span.highlight { color: rgb(254, 124, 20); filter: brightness(0.75); font-family: Pirulen; font-size: 26px; font-style: normal; font-weight: 700; letter-spacing: 2px; line-height: 46px; }
.item-cell .nft-status { bottom: 10px; color: rgb(254, 124, 20); font-family: Vox; font-size: 22px; font-style: normal; font-weight: 500; left: 20px; line-height: normal; position: absolute; text-align: left; }
.item-cell .nft-status.eligible { color: rgb(106, 255, 162); }
.item-cell .rarity { border: 1px solid rgb(255, 255, 255); border-radius: 10px; bottom: 15px; font-family: Vox; font-size: 16px; line-height: 20px; padding: 0px 10px; position: absolute; right: 20px; }
.item-cell.cursor { cursor: pointer; }
.item-cell.staked { cursor: default; outline: none; }
.item-cell.staked .title, .item-cell.staked img.item-avatar { opacity: 0.3; }
.item-cell.scroll:hover .title-container .title { animation: 10s linear 0s infinite normal none running scroll-text; }
@keyframes scroll-text { 
  0% { transform: translateX(0px); }
  100% { transform: translateX(-100%); }
}
.item-cell.uncommon { border: 1px solid rgb(26, 188, 156); }
.item-cell.uncommon:hover { outline: rgb(26, 188, 156) solid 1px; }
.item-cell.uncommon .rarity { border-color: rgb(26, 188, 156); color: rgb(26, 188, 156); }
.item-cell.rare { border: 1px solid rgb(52, 152, 219); }
.item-cell.rare:hover { outline: rgb(52, 152, 219) solid 1px; }
.item-cell.rare .rarity { border-color: rgb(52, 152, 219); color: rgb(52, 152, 219); }
.item-cell.epic { border: 1px solid rgb(155, 89, 182); }
.item-cell.epic:hover { outline: rgb(155, 89, 182) solid 1px; }
.item-cell.epic .rarity { border-color: rgb(155, 89, 182); color: rgb(155, 89, 182); }
.item-cell.mythic { border: 1px solid rgb(231, 76, 60); }
.item-cell.mythic:hover { outline: rgb(231, 76, 60) solid 1px; }
.item-cell.mythic .rarity { border-color: rgb(231, 76, 60); color: rgb(231, 76, 60); }
.item-cell.legendary { border: 1px solid rgb(241, 196, 15); }
.item-cell.legendary:hover { outline: rgb(241, 196, 15) solid 1px; }
.item-cell.legendary .rarity { border-color: rgb(241, 196, 15); color: rgb(241, 196, 15); }
.item-cell.selected { border: 1px solid rgb(106, 255, 162); }
.item-cell.selected, .item-cell.selected:hover { outline: rgb(106, 255, 162) solid 1px; }
@media screen and (max-width: 768px) {
  .item-cell { border-radius: 10px; flex-direction: row; height: 70px; padding: 10px; width: 95%; }
  .item-cell:hover { outline: none; }
  .item-cell .title-container { left: 100px; top: auto; width: 250px; }
  .item-cell .title-container .title { font-size: 22px; }
  .item-cell img.selected-check { top: auto; }
  .item-cell .staked-text { inset: unset; padding: 10px; width: auto; }
  .item-cell .staked-text span.highlight { filter: brightness(1); font-size: 22px; }
  .item-cell img.item-avatar { height: 60px; left: 20px; margin-top: 0px; position: absolute; }
  .item-cell .nft-status { bottom: 10px; font-size: 18px; left: 100px; width: auto; }
  .item-cell .rarity { bottom: auto; left: 360px; right: auto; }
  .item-cell:has(.nft-status) .title-container { bottom: 35px; }
  .item-cell:has(.staked-text) .item-avatar, .item-cell:has(.staked-text) .title-container { opacity: 0.5; }
}
@media screen and (max-width: 480px) {
  .item-cell { height: 60px; min-height: 60px; padding: 5px; }
  .item-cell .title-container { left: 70px; top: 10px; }
  .item-cell .title-container .title { font-size: 18px; }
  .item-cell .rarity { bottom: 10px; font-size: 14px; left: auto; line-height: 18px; right: 20px; }
  .item-cell .staked-text { padding: 0px 15px; }
  .item-cell .staked-text span.highlight { font-size: 18px; }
  .item-cell img.item-avatar { height: 50px; left: 10px; }
  .item-cell img.selected-check { width: 30px; }
  .item-cell .nft-status { font-size: 14px; left: 70px; }
  .item-cell:has(.nft-status) .title-container { bottom: 20px; }
}
.progress-bar { align-items: center; display: flex; font-family: "JetBrains Mono"; font-size: 18.621px; font-style: normal; font-weight: 300; letter-spacing: 1.49px; line-height: 40.345px; position: relative; text-align: center; text-transform: uppercase; }
.progress-bar .bar-container { background-color: rgba(0, 0, 0, 0); border: 1px solid rgba(255, 255, 255, 0.74); height: 20px; overflow: hidden; padding: 4px; width: 500px; }
.progress-bar .completion-bar { background-color: rgb(254, 122, 19); height: 100%; transition: width 0.2s ease-in-out; }
.progress-bar .text { color: rgb(255, 255, 255); display: flex; margin: 5px 10px; }
.progress-bar span.percentage { color: rgb(254, 122, 19); margin-left: 10px; }
@media screen and (max-width: 768px) {
  .progress-bar { flex-direction: column; margin-top: 10px; width: 90%; }
  .progress-bar .bar-container { height: 10px; width: 100%; }
  .progress-bar .text.nexus { display: none; }
}
.spinner { animation: 1s linear 0s infinite normal none running spin; border-width: 6px; border-style: solid; border-color: rgb(254, 122, 19) rgba(254, 122, 19, 0.3) rgba(254, 122, 19, 0.3); border-image: initial; border-radius: 50%; height: 50px; position: relative; width: 50px; }
@keyframes spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(1turn); }
}
@media screen and (max-width: 768px) {
  .spinner { height: 40px; width: 40px; }
}
@media screen and (max-width: 480px) {
  .spinner { height: 30px; width: 30px; }
}
.stats { flex-direction: column; font-style: normal; text-align: center; }
.stats, .stats .stats-text { align-items: center; display: flex; justify-content: center; position: relative; }
.stats .stats-text span.stats-title { color: rgb(255, 255, 255); font-family: Vox; font-weight: 500; }
.stats .stats-text .stats-info { margin-left: 20px; }
.stats .stats-text .stats-info img { height: 24px; }
.stats .stats-count { color: rgb(254, 124, 20); font-family: Pirulen; font-weight: 700; margin-top: 20px; }
.stats .primary-button.small { margin-top: 20px; }
.stats .primary-button.large { display: none; }
.stats.large { margin: 20px; }
.stats.large .stats-text span.stats-title { font-size: 30px; }
.stats.large .stats-count { font-size: 60px; }
.stats.medium { margin: 15px; }
.stats.medium .stats-text span.stats-title { font-size: 24px; }
.stats.medium .stats-count { font-size: 48px; }
@media screen and (max-width: 768px) {
  .stats .primary-button.small { display: none; }
  .stats .primary-button.large { display: flex; margin-top: 20px; }
}
@media screen and (max-width: 480px) {
  .stats.large .stats-text span.stats-title { font-size: 24px; }
  .stats.large .stats-count { font-size: 42px; }
}
.rcade-tooltip { align-items: center; background-color: rgb(0, 0, 0); border-radius: 10px; display: flex; font-family: Vox; font-weight: 400; max-width: 310px; text-align: left; text-transform: none; z-index: 100; }
.rcade-tooltip span { margin-left: 5px; text-align: left; }
.rcade-tooltip span.highlight { color: rgb(254, 124, 20); }
input[type="checkbox"] { appearance: none; background-color: rgba(0, 0, 0, 0); border: 1px solid rgb(254, 122, 19); border-radius: 2px; cursor: pointer; display: inline-block; height: 30px; min-height: 30px; min-width: 30px; position: relative; width: 30px; }
input[type="checkbox"]:checked::after { background-color: rgb(254, 122, 19); content: ""; height: 70%; left: 15%; position: absolute; top: 15%; width: 70%; }
@media screen and (max-width: 768px) {
  input[type="checkbox"] { height: 25px; margin: 0px 3px; min-height: 25px; min-width: 25px; width: 25px; }
}
@media screen and (max-width: 480px) {
  input[type="checkbox"] { height: 18px; min-height: 18px; min-width: 18px; width: 18px; }
}
.pagination { align-items: center; display: flex; justify-content: flex-end; margin: 30px 10px; }
.pagination img { cursor: pointer; margin: 0px 20px; width: 20px; }
.pagination img.disabled { cursor: default; opacity: 0.5; pointer-events: none; }
.pagination span { color: rgb(255, 255, 255); font-family: "JetBrains Mono"; font-size: 22px; margin: 0px 10px; }
.pagination span.current-page { color: rgb(254, 122, 19); }
@media screen and (max-width: 768px) {
  .pagination { margin: 0px; }
  .pagination span { font-size: 16px; }
  .pagination img { margin: 0px 10px; width: 15px; }
}
.navigation .hamburger { display: none; }
.navigation .menu { display: flex; }
.navigation .menu .menu-close { display: none; }
.navigation .hamburger { font-size: 26px; }
.navigation span { color: rgb(254, 124, 20); cursor: pointer; font-family: Vox; font-size: 23px; font-style: normal; font-weight: 500; line-height: 46px; margin-right: 10px; opacity: 0.5; padding: 5px 10px; position: relative; text-align: center; transition: background-color 0.3s; }
.navigation span:hover { background-color: rgb(254, 124, 20); box-shadow: rgb(254, 124, 20) 0px 0px 20px; color: rgb(0, 0, 0); font-weight: 700; opacity: 1; }
.navigation span:hover::after { border: 2px solid rgb(254, 124, 20); content: ""; height: 100%; left: -7%; position: absolute; top: 7%; width: 110%; }
.navigation span.active { background-color: rgb(254, 124, 20); box-shadow: rgba(254, 124, 20, 0.5) 0px 0px 30px; color: rgb(0, 0, 0); font-weight: 700; opacity: 1; }
.navigation span.landing { color: rgb(253, 132, 26); font-family: sans-serif; font-size: 52px; font-style: normal; font-weight: 300; line-height: 46px; text-align: center; }
.navigation span.landing:hover { background-color: rgba(0, 0, 0, 0); box-shadow: none; }
.navigation span.landing:hover::after { background-color: rgba(254, 124, 20, 0.5); border: none; box-shadow: none; filter: blur(20px); height: 50px; left: 0px; top: 10px; width: 50px; }
@media screen and (max-width: 1600px) {
  .navigation .hamburger { display: block; width: 30px; }
  .navigation .hamburger:hover { background-color: rgba(0, 0, 0, 0); box-shadow: none; color: rgb(254, 124, 20); font-weight: 500; opacity: 0.5; }
  .navigation .menu { background-color: rgb(0, 0, 0); box-shadow: rgb(254, 124, 20) 0px 0px 20px; display: flex; flex-direction: column; position: absolute; width: 200px; z-index: 2; }
  .navigation .menu span:not(.active) { margin-right: 0px; }
  .navigation .menu span:not(.active):hover { background-color: rgba(0, 0, 0, 0); box-shadow: none; color: rgb(254, 124, 20); }
  .navigation .menu span { margin-right: 0px; }
  .navigation .menu span.menu-close { display: block; margin-right: 10px; text-align: right; }
  .navigation .menu.hide { display: none; }
  .navigation .menu.show { display: flex; }
  .navigation span:hover::after { display: none; }
  .navigation span.landing { font-size: 46px; margin-right: 0px; padding: initial; }
}
@media screen and (max-width: 480px) {
  .navigation span.landing { font-size: 36px; }
}
input[type="number"], input[type="text"] { background-color: rgba(0, 0, 0, 0); border: 2px solid rgb(254, 122, 19); border-radius: 10px; color: rgb(255, 255, 255); font-family: Vox; font-size: 20px; height: 36px; outline: none; padding: 10px; text-align: center; width: calc(100% - 24px); }
input[type="number"]:focus, input[type="text"]:focus { border: 2px solid rgb(255, 255, 255); }
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button { appearance: none; margin: 0px; }
input[type="number"] { appearance: textfield; }
select { appearance: none; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAARVJREFUOI2lkb1KA1EUhL+5rKJiteJT2PsKgg+gYquCNoKVEH9YEFcIttop1lYWdj6ClYE0FjaCIGazhRFiluyxiNHoLjEbpzoc5psz3Av/lAAsmJ6k2RopRI6NJgpeGmqXpk4EG92wAjKDUydYGgIGkNCiM7PzIeDPCumFcw1/F9ldcZqqa07sdx5xz5+xtm6B8QHxd5HOKowrDkAH9apkpUGPC9tWGFc681cjZDv+Nab5P/gbhdGcwADcdyqmxK0BUR84lmylC/8IAFC59iRjtU/1dR3WH3t3LmM6iq4MMl9r0pnC+uXvfSYAwLW8TeC+B39wCVu53tyqx89vSrUMRKCaUregcu01z9tXFuBZgFcYLKIPlQpa5xCsQs8AAAAASUVORK5CYII=") 98% 50% no-repeat; border: 2px solid rgb(254, 122, 19); border-radius: 10px; color: rgb(255, 255, 255); font-family: Vox; font-size: 20px; height: 60px; outline: none; padding: 10px; text-align: center; width: 100%; }
select:focus { border: 2px solid rgb(255, 255, 255); }
select option { background-color: rgb(254, 122, 19); color: rgb(0, 0, 0); }
select option:disabled { background-color: rgb(0, 0, 0); color: rgb(254, 122, 19); }
.sort-content { margin: 20px; }
.sort-content .sort-title { color: rgb(255, 255, 255); font-family: Vox; font-size: 28px; font-style: normal; font-weight: 600; line-height: 46px; text-transform: capitalize; }
.sort-content .sort-title.filters { margin-top: 30px; }
.sort-content button.sort-option { background-color: rgba(255, 255, 255, 0.11); border: 1px solid rgba(255, 255, 255, 0.12); color: rgb(255, 255, 255); cursor: pointer; font-family: Vox; font-size: 24px; font-style: normal; font-weight: 300; height: 50px; line-height: 46px; margin: 10px; text-align: center; width: 250px; }
.sort-content button.sort-option.current { border-color: rgb(255, 255, 255); }
.sort-content .filter-options { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); width: 100%; }
.sort-content .filter-options .filter-check { align-items: center; display: flex; justify-content: flex-start; margin-right: 30px; }
.sort-content .filter-options .filter-check span { color: rgb(255, 255, 255); font-family: Vox; font-size: 24px; font-style: normal; font-weight: 300; line-height: 46px; margin-left: 10px; white-space: nowrap; }
.sort-content .filter-options .filter-check.double-column { grid-column: span 2; }
.sort-content .filter-actions { align-items: center; display: flex; justify-content: center; margin-top: 20px; width: 100%; }
.sort-content .primary-button { margin: 10px 20px; }
@media screen and (max-width: 768px) {
  .sort-content { overflow: auto; }
  .sort-content button.sort-option { font-size: 20px; height: 40px; line-height: inherit; width: 200px; }
  .sort-content .sort-title.filters { margin-top: 10px; }
  .sort-content .filter-options { display: flex; flex-wrap: wrap; }
  .sort-content .filter-options .filter-check { margin-right: 0px; }
  .sort-content .filter-options .filter-check span { font-size: 20px; line-height: inherit; }
  .sort-content .filter-actions { flex-direction: column; }
}
.stake-content { align-items: center; margin-top: 10px; position: relative; }
.stake-content, .stake-content .content { display: flex; flex-direction: column; justify-content: center; }
.stake-content .content { min-height: 268px; }
.stake-content .loading { place-content: center; display: flex; flex-wrap: wrap; height: 100%; position: absolute; width: 100%; z-index: 1; }
.stake-content p { color: rgb(255, 255, 255); font-family: Vox; font-size: 22px; font-style: normal; font-weight: 300; margin: 0px; max-width: 800px; text-align: center; }
.stake-content p span.highlight { font-size: 46px; font-weight: 600; white-space: pre-line; }
.stake-content p span.warning { color: rgb(255, 88, 88); font-size: 26px; text-transform: uppercase; }
.stake-content p span.info { color: rgb(254, 122, 19); font-size: 26px; text-transform: uppercase; }
.stake-content p.successful { color: rgb(106, 255, 162); font-family: Vox; font-size: 32px; font-style: normal; font-weight: 600; line-height: 46px; margin-bottom: 10px; position: relative; text-align: center; text-transform: uppercase; }
.stake-content p.successful::after { background: rgba(61, 172, 103, 0.4); content: ""; filter: blur(25px); height: 100%; left: calc(50% - 170px); position: absolute; width: 340px; }
.stake-content p.warning { margin-bottom: 15px; margin-top: 40px; white-space: pre-line; }
.stake-content p.warning.less-margin { margin-bottom: 30px; margin-top: 50px; }
.stake-content p.warning.no-margin { margin-bottom: 0px; margin-top: 0px; }
.stake-content .image-name { align-items: center; display: flex; justify-content: flex-start; margin-top: 15px; }
.stake-content .image-name img { border: 1px solid rgb(254, 122, 19); border-radius: 10px; width: 100px; }
.stake-content .image-name .collection-title { margin-left: 20px; }
.stake-content .wallet-heading { color: rgb(255, 255, 255); font-family: Vox; font-size: 28px; font-weight: 700; margin-top: 8px; text-align: center; width: 100%; }
.stake-content .approval-msg { color: rgb(255, 255, 255); font-family: Vox; font-size: 28px; font-style: normal; font-weight: 300; line-height: 46px; text-align: center; }
.stake-content .primary-button { margin-top: 20px; }
.stake-content .actions-btns { display: flex; }
.stake-content .actions-btns .primary-button { margin: 25px 10px; }
.stake-content .actions-btns .primary-button button { line-height: 20px; }
.stake-content .actions-btns .primary-button button span.smaller-txt { font-size: 14px; }
.stake-content.loading .image-name, .stake-content.loading p { opacity: 0.5; }
.stake-content.success { margin-top: 15px; }
.stake-content.success .primary-button { margin-top: 10px; }
.stake-content:has(.wallet-message) .actions-btns .primary-button { margin: 10px; }
.stake-content:has(.wallet-message) .wallet-message { line-height: 16px; opacity: 1; }
.stake-content:has(.wallet-message) .wallet-message span.info { font-size: 16px; }
@media screen and (max-width: 768px) {
  .stake-content .content { min-height: auto; }
  .stake-content p { font-size: 18px; line-height: 34px; }
  .stake-content p span.highlight { font-size: 42px; }
  .stake-content p span.warning { font-size: 20px; }
  .stake-content p.warning { margin: 15px; }
  .stake-content .image-name { margin-top: 5px; }
  .stake-content .image-name img { width: 100px; }
  .stake-content .image-name .collection-title { font-size: 18px; }
  .stake-content .wallet-heading { font-size: 26px; }
  .stake-content .approval-msg { font-size: 20px; line-height: 24px; }
}
@media screen and (max-width: 480px) {
  .stake-content p { font-size: 16px; line-height: inherit; }
  .stake-content p span.highlight { font-size: 32px; line-height: inherit; }
  .stake-content p.successful { font-size: 24px; line-height: 32px; }
  .stake-content p.successful::after { left: calc(50% - 140px); width: 280px; }
  .stake-content p.warning { margin: 0px 10px; }
  .stake-content .image-name { margin-top: 0px; }
  .stake-content .image-name img { width: 80px; }
  .stake-content .image-name .collection-title { font-size: 14px; }
  .stake-content .wallet-heading { font-size: 22px; }
  .stake-content .approval-msg { font-size: 15px; line-height: 24px; margin: initial; }
}
.claim-content { align-items: center; display: flex; flex-direction: column; justify-content: center; margin-top: 50px; position: relative; }
.claim-content .loading { position: absolute; z-index: 1; }
.claim-content p { color: rgb(255, 255, 255); font-family: Vox; font-size: 22px; font-style: normal; font-weight: 700; line-height: 40px; margin: 10px; max-width: 800px; text-align: center; }
.claim-content p.highlight { font-size: 56px; }
.claim-content p.successful { color: rgb(106, 255, 162); font-family: Vox; font-size: 32px; font-style: normal; font-weight: 600; line-height: 46px; margin-bottom: 10px; position: relative; text-align: center; text-transform: uppercase; }
.claim-content p.wallet-message { color: rgb(254, 122, 19); font-size: 16px; text-transform: uppercase; }
.claim-content .primary-button { margin-top: 50px; }
.claim-content.loading .primary-button, .claim-content.loading p { opacity: 0.5; }
.claim-content.success p.highlight { color: rgb(106, 255, 162); }
@media screen and (max-width: 768px) {
  .claim-content { margin-top: 20px; }
  .claim-content p { font-size: 18px; line-height: 34px; }
  .claim-content p.highlight { font-size: 42px; }
  .claim-content .primary-button { margin-top: 20px; }
}
@media screen and (max-width: 480px) {
  .claim-content { margin-top: 10px; }
  .claim-content p { font-size: 16px; line-height: inherit; }
  .claim-content p.highlight { font-size: 32px; line-height: inherit; }
}
.modal-overlay { background: rgba(6, 8, 17, 0.9); inset: 0px; position: fixed; z-index: 100; }
.modal { align-items: center; display: flex; height: 100%; justify-content: center; position: absolute; width: 100%; }
.modal .modal-container { background-color: rgb(254, 124, 20); height: 500px; margin: 0px 30px; width: 860px; }
.modal .modal-container, .modal .modal-container .gap { align-items: center; clip-path: polygon(0px 0px, 97% 0px, 100% 6%, 100% 100%, 3% 100%, 0px 94%); display: flex; justify-content: center; }
.modal .modal-container .gap { background-color: rgb(6, 8, 17); height: calc(100% - 2px); width: calc(100% - 2px); }
.modal .modal-container .gap .inner-outline { background-color: rgb(54, 55, 61); height: calc(100% - 15px); width: calc(100% - 15px); }
.modal .modal-container .gap .inner-outline, .modal .modal-container .gap .inner-outline .modal-content { align-items: center; clip-path: polygon(0px 0px, 97.5% 0px, 100% 5.5%, 100% 100%, 2.5% 100%, 0px 94.5%); display: flex; justify-content: center; }
.modal .modal-container .gap .inner-outline .modal-content { background-color: rgb(15, 17, 27); flex-direction: column; height: calc(100% - 2px); position: relative; width: calc(100% - 2px); }
.modal .modal-container .gap .inner-outline .modal-content button.close-btn { background: rgba(0, 0, 0, 0); border: none; cursor: pointer; position: absolute; right: 20px; top: 20px; }
.modal .modal-container .gap .inner-outline .modal-content button.close-btn img { width: 20px; }
.modal .modal-container .gap .inner-outline .modal-content button.close-btn:disabled { opacity: 0.5; }
.modal .modal-container .gap .inner-outline .modal-content .modal-heading { align-items: center; color: rgb(254, 124, 20); display: flex; flex-direction: column; font-family: Vox; font-style: normal; font-weight: 700; justify-content: center; text-align: center; }
.modal .modal-container .gap .inner-outline .modal-content .modal-heading .title { font-size: 36px; line-height: 46px; margin-top: 15px; }
.modal .modal-container .gap .inner-outline .modal-content .modal-heading .sub-title { font-size: 20px; line-height: 30px; }
@media screen and (max-width: 768px) {
  .modal .modal-container { height: 450px; margin: 0px 10px; }
  .modal .modal-container .gap .inner-outline .modal-content .modal-heading .title { font-size: 28px; line-height: 34px; }
  .modal .modal-container .gap .inner-outline .modal-content .modal-heading .sub-title { font-size: 20px; line-height: 26px; }
}
@media screen and (max-width: 480px) {
  .modal .modal-container { height: 380px; }
  .modal .modal-container .gap .inner-outline .modal-content button.close-btn { right: 10px; top: 10px; }
  .modal .modal-container .gap .inner-outline .modal-content button.close-btn img { width: 15px; }
  .modal .modal-container .gap .inner-outline .modal-content .modal-heading .title { font-size: 22px; line-height: 26px; }
  .modal .modal-container .gap .inner-outline .modal-content .modal-heading .sub-title { font-size: 16px; line-height: 20px; }
}
.loading-module { align-items: center; display: flex; flex-direction: column; height: 100%; justify-content: center; width: 100%; }
.loading-module .loading-bg { background: rgba(209, 69, 24, 0.36); border-radius: 1511.21px; filter: blur(109.827px); height: 190px; position: absolute; width: 100%; }
.loading-module .title-text { color: rgb(254, 124, 20); font-family: Pirulen; font-size: 64px; font-style: normal; font-weight: 700; margin: 60px; text-align: center; }
@media screen and (max-width: 768px) {
  .loading-module .title-text { font-size: 40px; margin: initial; }
}
@media screen and (max-width: 480px) {
  .loading-module .title-text { font-size: 30px; }
}
.table-container { font-family: Vox; overflow-y: auto; width: 100%; }
.table-container .desktop { align-items: flex-start; display: flex; height: 100%; overflow-y: auto; width: 100%; }
.table-container table { width: 100%; }
.table-container table thead { position: sticky; top: 2px; transform: translateY(-3px); z-index: 1; }
.table-container table th { background-color: rgb(254, 124, 20); color: rgb(0, 0, 0); font-size: 18px; font-weight: 700; height: 50px; padding: 10px; }
.table-container table th .header-cell, .table-container table th .header-cell .info { align-items: center; display: flex; justify-content: center; }
.table-container table th .header-cell .info { border: 2px solid rgb(0, 0, 0); border-radius: 100%; font-size: 15px; height: 20px; margin-left: 10px; width: 20px; }
.table-container table td { border: 1px solid rgb(254, 124, 20); color: rgb(255, 255, 255); font-size: 16px; height: 50px; padding: 10px; text-align: center; width: 25%; }
.table-container table td .primary-button.small { margin: 0px auto; }
.table-container .mobile { display: none; }
.table-container:has(.pagination) .desktop { height: calc(100% - 60px); }
.table-container:has(.pagination) .pagination { margin-bottom: 0px; }
@media screen and (max-width: 768px) {
  .table-container .desktop { display: none; }
  .table-container table tbody tr td { height: 30px; width: 50%; }
  .table-container table tbody tr td:first-child { background-color: rgb(254, 124, 20); color: rgb(0, 0, 0); padding: 10px; white-space: nowrap; }
  .table-container .mobile { display: flex; flex-direction: column; height: 100%; row-gap: 15px; width: 100%; }
  .table-container .mobile .claim-all-btn-container { display: flex; justify-content: center; }
  .table-container .mobile .no-data { margin: auto; }
  .table-container .mobile .item { align-items: center; display: flex; flex-direction: column; justify-content: center; width: 100%; }
  .table-container .pagination { position: relative; right: 0px; }
}
.home { align-items: center; display: flex; flex-direction: column; height: 100%; justify-content: center; overflow-y: auto; width: 100%; }
.home .background { position: relative; width: 100%; }
.home .background .light-bg { background: rgba(24, 143, 209, 0.22); border: 1px solid rgb(0, 0, 0); border-radius: 927px; filter: blur(100px); height: 450px; top: 0px; z-index: 0; }
.home .background .light-bg, .home .background img { left: calc(50% - 225px); position: absolute; width: 450px; }
.home .background img { top: 100px; z-index: 1; }
.home .primary-button { z-index: 2; }
.home .text { color: rgb(255, 255, 255); font-style: normal; text-align: center; z-index: 3; }
.home .text.main { font-family: Pirulen; font-size: 42px; font-weight: 400; letter-spacing: 3px; margin-top: 350px; width: 60%; }
.home .text.sub { font-family: Vox; font-size: 32px; font-weight: 300; margin: 20px 0px; }
@media screen and (max-width: 768px) {
  .home .background .light-bg, .home .background img { left: calc(50% - 170px); width: 340px; }
  .home .background img { top: auto; }
  .home .text.main { font-size: 36px; margin-top: 280px; width: 80%; }
  .home .text.sub { font-size: 22px; margin: 20px 10px; }
}
.profile { align-items: center; display: flex; height: 100%; justify-content: center; width: 100%; }
.profile .divider { background: rgba(255, 255, 255, 0.3); height: 90px; width: 1px; }
.profile .stats-group { align-items: center; display: flex; justify-content: center; }
.profile .stats-group .stats.large { min-width: 250px; }
.profile .stats-group .first-row, .profile .stats-group .second-row { align-items: center; display: flex; justify-content: center; }
.profile .stats-group.with-emissions { flex-direction: column; }
.profile .stats-group:not(.with-emissions) { margin: initial; }
.profile .stats-group:not(.with-emissions) .stats.large { min-width: 420px; }
.profile .btn-container { margin: 20px; min-width: 420px; }
.profile .action-btns, .profile .btn-container { align-items: center; display: flex; justify-content: center; }
.profile .action-btns { margin-top: 50px; }
.profile .action-btns .primary-button button { text-transform: none; }
@media screen and (max-width: 768px) {
  .profile { align-items: flex-start; }
  .profile .stats-group { flex-direction: column; margin: 50px 0px; }
  .profile .stats-group .first-row, .profile .stats-group .second-row { flex-direction: column; }
  .profile .divider { height: 1px; margin: 20px 0px; width: 90px; }
  .profile .action-btns { flex-direction: column; margin-top: 20px; }
  .profile .action-btns .divider { display: none; }
  .profile .action-btns .btn-container { margin: initial; min-width: auto; }
  .profile .action-btns .primary-button { margin: 10px 0px; }
}
.item-list { height: 100%; line-height: 46px; position: relative; width: 100%; }
.item-list .rcade-total { align-items: center; color: rgb(254, 124, 20); display: flex; font-family: Pirulen; font-size: 36px; font-weight: 600; justify-content: center; position: absolute; width: 100%; z-index: -1; }
.item-list .rcade-total span { color: rgb(255, 255, 255); font-family: Vox; font-size: 24px; font-style: normal; font-weight: 400; line-height: 32px; margin-right: 20px; }
.item-list .heading { align-items: flex-end; display: flex; height: 55px; justify-content: space-between; }
.item-list .heading .dashboard-title { color: rgb(254, 122, 19); font-family: Vox; font-size: 36px; font-style: normal; font-weight: 600; text-transform: uppercase; }
.item-list .heading .actions { color: rgb(255, 238, 238); display: flex; font-family: "JetBrains Mono"; font-size: 24px; font-style: normal; font-weight: 400; line-height: 34px; text-transform: uppercase; }
.item-list .heading .actions .all, .item-list .heading .actions .filter, .item-list .heading .actions .selected { align-items: center; display: flex; }
.item-list .heading .actions .primary-button.small { margin-bottom: 5px; margin-left: 30px; }
.item-list .heading .actions .selected { margin-right: 0px; }
.item-list .heading .actions .clear-selection { cursor: pointer; margin-left: 30px; }
.item-list .heading .actions .all.disabled { opacity: 0.3; }
.item-list .heading .actions .filter { cursor: pointer; }
.item-list .heading .actions .filter img { height: 20px; margin-right: 10px; }
.item-list .heading .actions .filter.green { color: rgb(106, 255, 162); }
.item-list .heading .actions .all { margin-right: 0px; }
.item-list .divider { background-color: rgba(255, 255, 255, 0.3); height: 1px; width: 100%; }
.item-list .list { height: calc(100% - 115px); margin: 30px; overflow-y: auto; }
.item-list .list .sub-list-container { position: relative; }
.item-list .list .sub-list-container .sub-list-title { align-items: center; color: rgb(254, 122, 19); display: flex; font-family: Vox; font-size: 32px; font-style: normal; font-weight: 600; justify-content: space-between; margin: 20px 0px; padding-right: 30px; }
.item-list .list .sub-list-container .sub-list-title .sub-list-info { margin-left: 20px; }
.item-list .list .sub-list-container .sub-list-title a { color: inherit; text-decoration: none; }
.item-list .list .sub-list-container .sub-list-title span.collapse-arrow { cursor: pointer; font-size: 24px; margin-left: 10px; }
.item-list .list .sub-list-container .sub-list-title .all { align-items: center; display: flex; text-transform: capitalize; }
.item-list .list .sub-list-container .sub-list-title .all span.selected-count { color: rgb(255, 255, 255); margin-right: 50px; }
.item-list .list .sub-list-container .sub-list-title .all.disabled { opacity: 0.5; pointer-events: none; }
.item-list .list .sub-list-container .sub-list { display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); padding-bottom: 20px; width: 100%; }
.item-list .list .sub-list-container .empty-sub-list { color: rgb(255, 255, 255); font-family: Vox; font-size: 28px; text-align: center; }
.item-list .list .sub-list-container .empty-sub-list .empty-link { color: rgb(254, 122, 19); cursor: pointer; text-decoration: underline; }
.item-list .list .sub-list-container.collapsed .sub-list { height: 0px; overflow: auto; padding-bottom: 0px; }
.item-list .list .sub-list-container.collapsed .pagination { display: none; }
.item-list .bottom-actions { align-items: center; bottom: 0px; display: flex; height: 90px; justify-content: space-between; position: absolute; width: 100%; }
.item-list .bottom-actions::before { background: linear-gradient(90deg, rgba(254, 122, 19, 0), rgba(254, 122, 19, 0.2)), rgba(37, 41, 56, 0.9); box-shadow: rgba(254, 122, 19, 0.7) 0px -1px 0px 0px; content: ""; height: 100%; position: absolute; top: 0px; width: 100%; }
.item-list .bottom-actions .currently-staked { color: rgb(255, 238, 238); font-family: "JetBrains Mono"; font-size: 28px; font-style: normal; font-weight: 400; line-height: normal; margin-left: 20px; text-align: center; z-index: 1; }
.item-list .bottom-actions .currently-staked span { color: rgb(254, 122, 20); font-family: Vox; font-weight: 700; margin-left: 20px; }
.item-list .bottom-actions .action-btns { align-items: center; display: flex; justify-content: center; }
.item-list .bottom-actions .action-btns .primary-button { margin-right: 20px; }
.item-list:has(.bottom-actions) .list { height: calc(100% - 175px); }
@media screen and (max-width: 768px) {
  .item-list { line-height: inherit; }
  .item-list .heading .dashboard-title { font-size: 26px; }
  .item-list .heading .rcade-total { top: 0px; }
  .item-list .heading .actions .filter span { display: none; }
  .item-list .list { height: calc(100% - 75px); margin: 10px 0px; }
  .item-list .list .sub-list-container .sub-list-title { font-size: 24px; margin-top: initial; margin-right: initial; margin-left: initial; margin-bottom: 10px; padding-right: 10px; }
  .item-list .list .sub-list-container .sub-list-title span.collapse-arrow { font-size: 20px; }
  .item-list .list .sub-list-container .sub-list { display: flex; flex-direction: column; gap: 5px; }
  .item-list .bottom-actions { background: linear-gradient(90deg, rgba(254, 122, 19, 0.1), rgba(254, 122, 19, 0.2)), rgba(37, 41, 56, 0.6); flex-direction: column; height: 120px; }
  .item-list .bottom-actions .currently-staked { font-size: 20px; margin: 10px 0px; }
  .item-list .bottom-actions .action-btns .primary-button { margin: 5px 10px; }
  .item-list .heading:has(.rcade-total) { height: 100px; }
  .item-list .heading:has(.rcade-total) + .list { height: calc(100% - 120px); }
  .item-list:has(.bottom-actions) .list { height: calc(100% - 240px); }
}
@media screen and (max-width: 480px) {
  .item-list .heading .dashboard-title { font-size: 20px; }
  .item-list .heading .actions .filter img { height: 16px; }
  .item-list .heading .actions .primary-button.small { margin-top: initial; margin-right: initial; margin-bottom: initial; margin-left: 10px; }
  .item-list .list .sub-list-container .sub-list-title { font-size: 16px; padding-right: 0px; }
  .item-list .list .sub-list-container .sub-list-title span.collapse-arrow { font-size: 14px; margin-left: 5px; }
  .item-list .list .sub-list-container .sub-list-title .all span.selected-count { margin-right: 20px; }
  .item-list .bottom-actions { height: 110px; }
  .item-list .bottom-actions .action-btns .primary-button { margin: 5px; }
}
.listing-container { display: flex; flex-direction: column; height: 100%; justify-content: flex-start; max-width: 1000px; width: 100%; }
.listing-container .top-section { align-items: center; display: flex; justify-content: space-evenly; }
.listing-container .top-section .primary-button { min-width: 250px; }
.listing-container .top-section input, .listing-container .top-section select { margin-right: 20px; }
.listing-container .top-section .claim-all { display: none; }
.listing-container .top-section:has(input) { height: 100px; }
.listing-container .top-section:has(input) + .table-container { max-height: calc(100% - 100px); }
.listing-container .top-section:not(input) + .table-container { margin-top: 20px; }
.listing-container button.all-nfts { background: rgb(254, 122, 19); border: none; border-radius: 10px; cursor: pointer; font-family: Vox; font-size: 20px; font-style: normal; font-weight: 700; margin-bottom: 15px; padding: 10px 0px; text-align: center; }
.listing-container:has(.all-nfts) .top-section { height: 100px; }
.listing-container:has(.all-nfts) .table-container { height: calc(100% - 150px); }
.listing-container.calculator { max-width: none; }
.listing-container.calculator .table-container table td, .listing-container.calculator .table-container table th { width: 14.2857%; }
.listing-container.airdrops { max-width: none; }
.listing-container.airdrops .table-container table td, .listing-container.airdrops .table-container table th { width: 20%; }
@media screen and (max-width: 768px) {
  .listing-container { max-width: 500px; }
  .listing-container .top-section { flex-direction: column; }
  .listing-container .top-section input, .listing-container .top-section select { margin-right: 0px; }
  .listing-container .top-section .claim-all { display: flex; width: 100%; }
  .listing-container .table-container .primary-button, .listing-container .top-section .primary-button { background-color: rgba(0, 0, 0, 0); clip-path: none; min-width: auto; width: 100%; }
  .listing-container .table-container .primary-button .middle-gap, .listing-container .top-section .primary-button .middle-gap { background-color: rgba(0, 0, 0, 0); clip-path: none; width: 100%; }
  .listing-container .table-container .primary-button .middle-gap button, .listing-container .top-section .primary-button .middle-gap button { border-radius: 10px; clip-path: none; width: 100%; }
  .listing-container .top-section:has(input) { height: 200px; }
  .listing-container .top-section:has(input) + .table-container { max-height: calc(100% - 200px); }
  .listing-container button.all-nfts { margin-bottom: 10px; }
  .listing-container:has(.all-nfts) .table-container { max-height: calc(100% - 250px); }
}
.layout { background: linear-gradient(125deg, rgba(83, 125, 188, 0) 52%, rgba(83, 150, 188, 0.18)), linear-gradient(124deg, rgb(61, 34, 31) -6%, rgba(12, 21, 28, 0) 41%), rgb(3, 3, 3); box-sizing: border-box; filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 4px 4px); min-height: 100vh; min-width: 100vw; overflow: hidden; padding: 40px 60px; position: relative; }
.layout .vertical-pattern { background: repeating-linear-gradient(90deg, rgba(74, 101, 196, 0.04), rgba(74, 101, 196, 0.04) 5px, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 10px); content: ""; height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; z-index: -1; }
.layout .border { background-size: cover; height: 600px; position: fixed; width: 600px; z-index: -1; }
.layout .border.border-tl { background-image: url("../img/border-tl.a03cdc29958969472d35.svg"); background-position: 0px 0px; left: 20px; top: 20px; }
.layout .border.border-tr { background-image: url("../img/border-tr.8643110bacc65d557cd9.svg"); background-position: 100% 0px; right: 20px; top: 20px; }
.layout .border.border-bl { background-image: url("../img/border-bl.0d080436e71d48ede29a.svg"); background-position: 0px 100%; bottom: 20px; left: 20px; }
.layout .border.border-br { background-image: url("../img/border-br.0940ce88be83157d1d59.svg"); background-position: 100% 100%; bottom: 20px; right: 20px; }
.layout .header { height: 100px; position: relative; }
.layout .header .navigation { left: 0px; position: absolute; top: 0px; }
.layout .header img.logo { cursor: pointer; height: 60px; left: calc(50% - 125px); position: absolute; width: 250px; }
.layout .header .social-icons { align-items: center; display: flex; position: absolute; right: 0px; top: 0px; }
.layout .header .social-icons a { align-items: center; background-color: rgba(0, 0, 0, 0); display: flex; height: 30px; justify-content: center; margin: 20px; transition: transform 0.3s; width: 30px; }
.layout .header .social-icons a:hover { transform: scale(1.3); }
.layout .header .social-icons a img { width: 30px; }
.layout .header .social-icons a:last-child { margin-right: 0px; }
.layout .header .wallet { bottom: 0px; position: absolute; width: 100%; }
@media screen and (max-width: 768px) {
  .layout .header { align-items: center; display: flex; flex-direction: column; height: 150px; justify-content: center; }
  .layout .header img.logo { left: auto; position: relative; }
  .layout .header .social-icons { position: relative; }
  .layout .header .social-icons a { margin: 15px 20px; }
  .layout .header .social-icons a:last-child { margin-right: 20px; }
  .layout .header .wallet { position: relative; width: auto; }
}
@media screen and (max-width: 480px) {
  .layout .header img.logo { height: 50px; left: auto; width: 200px; }
  .layout .header .social-icons a { margin: 10px; }
  .layout .header .social-icons a img { width: 20px; }
  .layout .header .social-icons a:last-child { margin-right: 10px; }
}
.layout .content { height: calc(-180px + 100vh); overflow: hidden auto; }
.layout .content, .layout .min-screen { align-items: center; display: flex; justify-content: center; width: calc(-120px + 100vw); }
.layout .min-screen { height: calc(-80px + 100vh); }
.layout .min-screen .min-container { border: 1px solid rgba(254, 124, 20, 0.4); padding: 20px; }
.layout .min-screen .min-container span { color: rgb(254, 124, 20); font-family: Vox; font-size: 26px; }
.layout.image-bg::after { background-color: rgb(0, 0, 0); background-image: url("../img/bg.1f3c79e535365fc8f887.png"); background-position: center bottom; background-size: cover; content: ""; height: 100%; left: 0px; opacity: 0.1; position: absolute; top: 0px; width: 100%; z-index: -2; }
@media screen and (max-width: 768px) {
  .layout { padding: 20px; }
  .layout .content { height: calc(-190px + 100vh); width: calc(-40px + 100vw); }
  .layout .border { display: none; }
  .layout .min-screen { width: calc(-40px + 100vw); }
}
.toast-message { font-family: Vox; }
@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-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-error-100: var(--wui-color-error-base-100); --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-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-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-success-100: color-mix(
            in srgb,
            var(--w3m-color-mix) var(--w3m-color-mix-strength),
            var(--wui-color-success-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-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)
          ); }
}
: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-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-success-base-100: #26b562; --wui-color-error-base-100: #f05142; --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-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-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-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); }
: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-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-success-base-100: #26d962; --wui-color-error-base-100: #f25a67; --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-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-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-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; }