﻿.global-common-header .nav-wrapper.router-item>* {
      display: none !important;
    }

    .global-common-header .nav-wrapper.router-item>a.relative {
      display: inline-flex !important;
    }

    .global-common-header .nav-wrapper.wallet .langBtn {
      display: none !important;
    }

    body {
      background: #000 !important;
    }

    .global-common-header {
      position: relative;
      z-index: 20;
      background: rgba(0, 0, 0, 0.72) !important;
    }

    .sunx-landing-hero {
      position: relative;
      z-index: 1;
      display: grid;
      place-items: center;
      width: 100%;
      min-height: 100vh;
      padding: 88px 24px 56px;
      overflow: hidden;
      background: #000;
      color: #fff;
    }

    .sunx-landing-hero::before {
      content: "";
      position: absolute;
      inset: -18%;
      background-image:
        radial-gradient(circle at 50% 50%, transparent 0 21%, rgba(255, 255, 255, .22) 21.15% 21.28%, transparent 21.45%),
        radial-gradient(circle at 50% 50%, transparent 0 35%, rgba(255, 255, 255, .16) 35.15% 35.25%, transparent 35.42%),
        radial-gradient(circle at 50% 50%, transparent 0 48%, rgba(255, 255, 255, .12) 48.1% 48.2%, transparent 48.36%),
        radial-gradient(circle at 23% 33%, rgba(255, 255, 255, .95) 0 1px, rgba(255, 255, 255, .28) 2px, transparent 16px),
        radial-gradient(circle at 78% 36%, rgba(255, 255, 255, .85) 0 1px, rgba(255, 255, 255, .22) 2px, transparent 18px),
        radial-gradient(circle at 86% 70%, rgba(255, 255, 255, .76) 0 1px, rgba(255, 255, 255, .2) 2px, transparent 18px),
        radial-gradient(circle at 14% 72%, rgba(255, 255, 255, .74) 0 1px, rgba(255, 255, 255, .18) 2px, transparent 17px),
        radial-gradient(circle, rgba(255, 255, 255, .74) 0 1px, transparent 1.8px),
        radial-gradient(circle, rgba(255, 255, 255, .36) 0 1px, transparent 1.7px);
      background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 92px 92px, 146px 146px;
      background-position: center, center, center, center, center, center, center, 12px 18px, 43px 67px;
      opacity: .72;
      pointer-events: none;
      transform-origin: center;
      animation: sunxStarsOrbit 58s linear infinite, sunxStarsIn 900ms ease-out both;
    }

    .sunx-landing-hero::after {
      content: "";
      position: absolute;
      inset: -14%;
      background:
        radial-gradient(circle at 50% 50%, rgba(110, 64, 255, .18), transparent 19%),
        radial-gradient(circle at 42% 44%, rgba(255, 255, 255, .7) 0 1px, rgba(255, 255, 255, .18) 2px, transparent 24px),
        radial-gradient(circle at 61% 63%, rgba(255, 255, 255, .55) 0 1px, rgba(255, 255, 255, .15) 2px, transparent 22px),
        radial-gradient(circle at 32% 66%, rgba(255, 198, 0, .44) 0 1px, rgba(255, 198, 0, .13) 2px, transparent 22px),
        radial-gradient(circle at 70% 30%, rgba(255, 255, 255, .5) 0 1px, transparent 18px),
        radial-gradient(circle, rgba(255, 255, 255, .5) 0 1px, transparent 1.7px),
        radial-gradient(circle, rgba(255, 255, 255, .22) 0 1px, transparent 1.7px),
        linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, .38));
      background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 210px 210px, 330px 330px, 100% 100%;
      background-position: center, center, center, center, center, 35px 80px, 160px 20px, 0 0;
      opacity: .66;
      filter: blur(.45px);
      pointer-events: none;
      transform-origin: center;
      animation: sunxStarsOrbitReverse 86s linear infinite, sunxStarPulse 5.5s ease-in-out infinite;
    }

    @keyframes sunxStarsIn {
      from {
        opacity: 0;
      }

      to {
        opacity: .72;
      }
    }

    @keyframes sunxStarsOrbit {
      from {
        transform: rotate(0deg) scale(1);
      }

      to {
        transform: rotate(360deg) scale(1);
      }
    }

    @keyframes sunxStarsOrbitReverse {
      from {
        transform: rotate(0deg) scale(1.02);
      }

      to {
        transform: rotate(-360deg) scale(1.02);
      }
    }

    @keyframes sunxStarPulse {

      0%,
      100% {
        opacity: .58;
        filter: blur(.45px) brightness(1);
      }

      50% {
        opacity: .76;
        filter: blur(.3px) brightness(1.18);
      }
    }

    @keyframes sunxCoinLayerIn {
      from {
        opacity: 0;
        transform: translateX(-50%) translateY(18px) scale(.96);
      }

      to {
        opacity: .88;
        transform: translateX(-50%) translateY(0) scale(1);
      }
    }

    @keyframes sunxCoinLayerFloat {

      0%,
      100% {
        transform: translateX(-50%) translateY(0) scale(1);
      }

      50% {
        transform: translateX(-50%) translateY(10px) scale(1.01);
      }
    }

    .sunx-landing-content {
      position: relative;
      z-index: 2;
      width: min(1440px, 100%);
      text-align: center;
      transform: translateY(22px);
      isolation: isolate;
    }

    .sunx-landing-content::before {
      content: "";
      position: absolute;
      left: 50%;
      top: -245px;
      width: min(760px, 78vw);
      height: 420px;
      transform: translateX(-50%);
      background: url("assets/bar.98dc66f1.webp") center / contain no-repeat;
      opacity: .88;
      z-index: 0;
      pointer-events: none;
      animation:
        sunxCoinLayerIn 1200ms cubic-bezier(.16, 1, .3, 1) both,
        sunxCoinLayerFloat 10s ease-in-out 1200ms infinite;
    }

    .sunx-landing-content::after {
      content: none;
      position: absolute;
      left: 50%;
      top: -118px;
      width: 218px;
      height: 122px;
      transform: translateX(-50%);
      background:
        linear-gradient(rgba(0, 0, 0, .94) 0 0) 30px 42px / 72px 36px no-repeat,
        linear-gradient(rgba(0, 0, 0, .94) 0 0) 116px 42px / 72px 36px no-repeat,
        linear-gradient(rgba(255, 255, 255, .08) 0 0) 96px 55px / 26px 6px no-repeat,
        radial-gradient(ellipse at 50% 76%, transparent 0 36%, rgba(255, 255, 255, .08) 37% 39%, transparent 40%);
      filter: drop-shadow(0 0 16px rgba(255, 255, 255, .05));
      opacity: .58;
      z-index: 0;
      pointer-events: none;
      animation: sunxCoinFloat 10s ease-in-out infinite;
    }

    @keyframes sunxCoinFloat {

      0%,
      100% {
        transform: translateX(-50%) translateY(0) rotate(0deg);
      }

      50% {
        transform: translateX(-50%) translateY(12px) rotate(2deg);
      }
    }

    @keyframes sunxTextReveal {
      from {
        opacity: 0;
        transform: translateY(18px);
        filter: blur(4px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
      }
    }

    .sunx-landing-title {
      position: relative;
      z-index: 2;
      margin: 0;
      color: #f7f7f7;
      font-size: clamp(32px, 3.15vw, 54px);
      line-height: 1.34;
      font-weight: 800;
      letter-spacing: 0;
      animation: sunxTextReveal 900ms cubic-bezier(.16, 1, .3, 1) 140ms both;
    }

    .sunx-landing-title span {
      display: block;
    }

    .sunx-landing-copy {
      position: relative;
      z-index: 2;
      margin: 30px 0 0;
      color: rgba(255, 255, 255, .55);
      font-size: 18px;
      line-height: 1.35;
      font-weight: 700;
      letter-spacing: 0;
      animation: sunxTextReveal 900ms cubic-bezier(.16, 1, .3, 1) 320ms both;
    }

    .sunx-launch-button {
      position: relative;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      box-sizing: border-box;
      gap: 20px;
      width: 216px;
      height: 74px;
      margin-top: 28px;
      padding: 0 14px 0 32px;
      border: 0;
      border-radius: 999px;
      background: #6a00ff;
      color: #fff;
      font: inherit;
      font-size: 18px;
      font-weight: 800;
      cursor: pointer;
      pointer-events: auto;
      text-decoration: none;
      animation: sunxTextReveal 900ms cubic-bezier(.16, 1, .3, 1) 500ms both;
    }

    .sunx-launch-button span {
      position: relative;
      flex: 0 0 auto;
      display: grid;
      place-items: center;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #fff;
      font-size: 0;
      line-height: 1;
    }

    .sunx-launch-button span::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 12px;
      height: 12px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M4.7 2.4 8.3 6 4.7 9.6' fill='none' stroke='%23151515' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px 12px no-repeat;
      transform: translate(-50%, -50%);
    }

    @media (max-width: 760px) {
      .sunx-landing-content {
        transform: translateY(6px);
      }

      .sunx-landing-title {
        font-size: 30px;
        line-height: 1.32;
      }

      .sunx-landing-copy {
        margin-top: 22px;
        font-size: 15px;
      }

      .sunx-launch-button {
        margin-top: 22px;
      }
    }

    .proPage,
    .footer {
      position: relative;
      z-index: 2;
      background: #000;
    }

    .proPage>.bannerWraper,
    .proPage>h4.title:not(.mt-60),
    .proPage>.sub_title,
    .proPage>.totalWraper,
    .proPage>.canvasWrpaer {
      display: none !important;
    }

    .sunx-faq-block {
      width: min(1240px, calc(100% - 48px));
      margin: 96px auto 72px;
      padding: 44px 48px;
      border: 1px solid #242424;
      border-radius: 8px;
      background: #121212;
      color: #fff;
    }

    .sunx-faq-block h2 {
      margin: 0 0 28px;
      font-size: 48px;
      line-height: 1.15;
      font-weight: 800;
      letter-spacing: 0;
    }

    .sunx-faq-item {
      border-top: 1px solid #282828;
      padding: 24px 0;
    }

    .sunx-faq-item:first-of-type {
      border-top: 0;
      padding-top: 0;
    }

    .sunx-faq-item:last-child {
      padding-bottom: 0;
    }

    .sunx-faq-item h3 {
      margin: 0 0 10px;
      color: #f5f5f5;
      font-size: 22px;
      line-height: 1.3;
      font-weight: 800;
      letter-spacing: 0;
    }

    .sunx-faq-item p {
      margin: 0;
      color: #8a8a8e;
      font-size: 17px;
      line-height: 1.55;
      font-weight: 600;
      letter-spacing: 0;
    }

    @media (max-width: 760px) {
      .sunx-faq-block {
        width: calc(100% - 28px);
        margin: 56px auto 44px;
        padding: 28px 20px;
      }

      .sunx-faq-block h2 {
        font-size: 34px;
      }

      .sunx-faq-item h3 {
        font-size: 19px;
      }

      .sunx-faq-item p {
        font-size: 15px;
      }
    }

    .social-media {
      display: none !important;
    }

    .sunx-footer-visual {
      position: relative;
      display: grid;
      grid-template-columns: 230px minmax(0, 1fr);
      align-items: center;
      gap: 34px;
      width: 100%;
      min-height: 188px;
      padding: 22px 28px;
      border: 1px solid #1f1f1f;
      border-radius: 8px;
      background:
        radial-gradient(circle at 17% 50%, rgba(255, 198, 0, .12), transparent 28%),
        linear-gradient(90deg, #0b0b0b, #111 48%, #0c0c0c);
      overflow: hidden;
      user-select: none;
    }

    .sunx-footer-visual::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      height: 1px;
      background: linear-gradient(90deg, rgba(255, 198, 0, .35), rgba(255, 255, 255, .08), transparent);
    }

    .sunx-footer-visual::after {
      content: "";
      position: absolute;
      inset: 0;
      background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .03) 0 1px, transparent 1px 86px);
      opacity: .55;
      pointer-events: none;
    }

    .sunx-footer-orbit {
      position: relative;
      z-index: 1;
      width: 180px;
      height: 180px;
      margin: 0 auto;
    }

    .sunx-footer-orbit::before,
    .sunx-footer-orbit::after {
      content: "";
      position: absolute;
      inset: 18px;
      border: 1px solid rgba(255, 198, 0, .36);
      border-radius: 50%;
    }

    .sunx-footer-orbit::after {
      inset: 42px;
      border-color: rgba(255, 255, 255, .12);
    }

    .sunx-footer-sun {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      height: 64px;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      background:
        radial-gradient(circle, #ffc600 0 38%, #a57900 39% 58%, transparent 60%),
        repeating-conic-gradient(from 0deg, #ffc600 0 8deg, transparent 8deg 14deg);
      box-shadow: 0 0 34px rgba(255, 198, 0, .26);
    }

    .sunx-footer-dot {
      position: absolute;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #6a00ff;
      box-shadow: 0 0 16px rgba(106, 0, 255, .8);
    }

    .sunx-footer-dot:nth-child(2) {
      left: 30px;
      top: 82px;
    }

    .sunx-footer-dot:nth-child(3) {
      right: 28px;
      top: 82px;
      background: #ffc600;
      box-shadow: 0 0 16px rgba(255, 198, 0, .7);
    }

    .sunx-footer-dot:nth-child(4) {
      left: 86px;
      bottom: 28px;
      background: #8a8a8e;
      box-shadow: 0 0 12px rgba(255, 255, 255, .22);
    }

    .sunx-footer-info {
      position: relative;
      z-index: 1;
    }

    .sunx-footer-kicker {
      color: #8a8a8e;
      font-size: 15px;
      font-weight: 800;
      letter-spacing: 0;
    }

    .sunx-footer-value {
      margin-top: 10px;
      color: #fff;
      font-size: 34px;
      line-height: 1.1;
      font-weight: 800;
      letter-spacing: 0;
    }

    .sunx-footer-sub {
      margin-top: 10px;
      color: #8a8a8e;
      font-size: 15px;
      line-height: 1.45;
      font-weight: 600;
    }

    .sunx-footer-bar {
      height: 4px;
      margin-top: 22px;
      border-radius: 6px;
      background: #262626;
      overflow: hidden;
    }

    .sunx-footer-bar span {
      display: block;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, #ffc600, #6a00ff);
    }

    .sunx-footer-stack {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 22px;
    }

    .sunx-footer-tile {
      min-height: 66px;
      padding: 14px 16px;
      border: 1px solid #242424;
      border-radius: 8px;
      background: rgba(255, 255, 255, .025);
    }

    .sunx-footer-tile strong {
      display: block;
      color: #fff;
      font-size: 17px;
      line-height: 1.2;
      font-weight: 800;
    }

    .sunx-footer-tile span {
      display: block;
      margin-top: 8px;
      color: #8a8a8e;
      font-size: 13px;
      line-height: 1.35;
      font-weight: 700;
    }

    .sunx-footer-pulse {
      display: flex;
      gap: 8px;
      margin-top: 14px;
    }

    .sunx-footer-pulse span {
      width: 22px;
      height: 4px;
      border-radius: 5px;
      background: #ffc600;
      box-shadow: 0 0 12px rgba(255, 198, 0, .35);
    }

    @media (max-width: 900px) {
      .sunx-footer-visual {
        grid-template-columns: 1fr;
      }

      .sunx-footer-stack {
        grid-template-columns: 1fr;
      }

      .sunx-footer-value {
        font-size: 30px;
      }
    }

    .chain-selector-ready {
      cursor: pointer;
    }

    .chain-selector-ready .dex-select-selector {
      transition: border-color 160ms ease, background-color 160ms ease;
    }

    .chain-selector-ready.chain-selector-open .dex-select-selector {
      border-color: rgba(132, 0, 255, 0.75) !important;
      background-color: rgba(16, 16, 16, 0.96) !important;
    }

    .chain-selector-ready.chain-selector-open .dex-select-arrow {
      transform: rotate(180deg);
    }

    .chain-network-dropdown {
      position: fixed !important;
      width: min(300px, calc(100vw - 24px)) !important;
      min-width: min(300px, calc(100vw - 24px)) !important;
      max-height: 260px;
      overflow: hidden;
      background: #111 !important;
      border: 1px solid #272727 !important;
      border-radius: 8px !important;
      box-shadow: 0 18px 42px rgba(0, 0, 0, 0.55) !important;
      z-index: 999999 !important;
    }

    .chain-network-dropdown.dex-select-dropdown-hidden {
      display: none !important;
    }

    .chain-network-dropdown .rc-virtual-list-holder {
      max-height: 260px !important;
      overflow-y: auto !important;
    }

    .chain-network-dropdown .rc-virtual-list-holder::-webkit-scrollbar {
      width: 4px;
    }

    .chain-network-dropdown .rc-virtual-list-holder::-webkit-scrollbar-thumb {
      background: #8a8a8e;
      border-radius: 4px;
    }

    .chain-network-dropdown .dex-select-item {
      min-height: 52px !important;
      padding: 0 20px !important;
      color: #f5f5f5 !important;
      font-size: 18px !important;
      font-weight: 700 !important;
      background: transparent !important;
      cursor: pointer;
    }

    .chain-network-dropdown .dex-select-item:hover,
    .chain-network-dropdown .dex-select-item-option-active {
      background: #202020 !important;
    }

    .chain-network-dropdown .dex-select-item-option-content>span {
      gap: 12px !important;
    }

    .chain-network-dropdown .dex-select-item-option-state {
      color: #7c20ff !important;
    }

    .proofTable .addrCell {
      cursor: copy;
    }

    .proofTable .addrText {
      cursor: copy !important;
      text-decoration: none !important;
    }

    .proofTable .addrCell.sunx-copied .addrText,
    .proofTable .copyBtn.sunx-copied {
      color: #7c20ff !important;
    }

    .footer .brand-logo {
      cursor: pointer;
    }


