::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #1d394e;
  border-style: none;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(133, 186, 201, 1);
}

::-webkit-scrollbar-thumb:active {
  background: rgba(90, 186, 201, 1);
}

.w-webflow-badge,
a[href="#webflow-runtime-removed"],
a[href*="webflow.com"][class*="webflow"],
img[src*="webflow-badge"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -99999px !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.spf-csp-opacity-0 {
  opacity: 0;
}

.spf-csp-display-none {
  display: none;
}

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

@keyframes floating {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.floating-2 {
  animation-name: floating-2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 50px;
  margin-top: 25px;
}

@keyframes floating-2 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(15px, 55px);
  }

  100% {
    transform: translate(10px, 0);
  }
}

.tradingview-widget-copyright,
a.label-39Xi8p6T.label-WcebtsJH.end-39Xi8p6T.bottom-39Xi8p6T.snap-39Xi8p6T.js-copyright-label {
  display: none;
}

.tv-embed-widget-wrapper__body {
  margin-right: 10px !important;
}

.wallet-safety-main {
  padding: 120px 0 80px;
  background: #f8fbff;
}

.wallet-safety-card {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e4edf8;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 12px 40px rgba(10, 34, 64, 0.06);
}

.wallet-safety-list {
  margin: 24px 0 0;
  padding-left: 22px;
  color: #24364b;
  line-height: 1.7;
}

.wallet-safety-list li {
  margin-bottom: 10px;
}

.wallet-safety-note {
  margin-top: 28px;
  padding: 18px 20px;
  border-left: 4px solid #1d6ef2;
  background: #f3f8ff;
  color: #24364b;
}

.spf-market-overview-card {
  position: relative;
  z-index: 1;
  width: min(100%, 460px);
  margin: 0 auto;
  padding: 22px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(12, 35, 64, 0.14);
  color: #16283f;
}

.spf-market-overview-header {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.spf-market-kicker {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #1d6ef2;
}

.spf-market-caption {
  font-size: 14px;
  line-height: 1.45;
  color: #53667d;
}

.spf-market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.spf-market-chip {
  display: grid;
  gap: 3px;
  min-height: 76px;
  padding: 13px 14px;
  border: 1px solid #e5edf6;
  border-radius: 6px;
  background: #f8fbff;
}

.spf-market-symbol {
  font-size: 15px;
  font-weight: 700;
  color: #16283f;
}

.spf-market-type {
  font-size: 12px;
  line-height: 1.35;
  color: #66778c;
}

@media (max-width: 767px) {
  .spf-market-overview-card {
    width: 100%;
    padding: 18px;
  }

  .spf-market-grid {
    grid-template-columns: 1fr;
  }
}
