.xstox-content {
  --font-family-normal: Inter, sans-serif;
  --font-family-header: Inter, sans-serif;
  --font-family-mono: "KHTekaMono", monospace;
  --font-size-x-small: 0.45rem;
  --font-size-small: 0.75rem;
  --font-size-normal: 0.875rem;
  --font-size-medium: 1rem;
  --font-size-large: 1.5rem;
  --font-size-x-large: 2rem;
  --font-size-2x-large: 3rem;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --line-height-small: 1.125;
  --line-height-normal: 1.35;
  --line-height-medium: 1.375;
  --line-height-large: 1.5;
  --spacing-2x-small: 0.25rem;
  --spacing-x-small: 0.5rem;
  --spacing-small: 0.75rem;
  --spacing-normal: 1rem;
  --spacing-medium: 1.5rem;
  --spacing-large: 2rem;
  --spacing-x-large: 3rem;
  --spacing-2x-large: 4rem;
  --border-radius-small: 0.25rem;
  --border-radius-normal: 0.5rem;
  --border-radius-medium: 0.75rem;
  --border-radius-large: 1rem;
  --border-width-small: 0.0625rem;
  --border-width-normal: 0.125rem;
  --color-white: #fff;
  --color-black: #000;
  --color-red: #ff3333;
  --color-gray-10: #f2f5f8;
  --color-gray-30: #cdd1d7;
  --color-gray-40: #aeb3ba;
  --color-gray-50: #8d939b;
  --color-gray-55: #7d838b;
  --color-gray-60: #6d737a;
  --color-gray-65: #5e636a;
  --color-gray-70: #475466;
  --color-gray-75: #2b3442;
  --color-gray-80: #1f2733;
  --color-gray-85: #18202b;
  --color-gray-90: #121923;
  --color-gray-95: #0d131b;
  --color-gray-100: #090d10;
  --color-blue-50: #74d4ff;
  --color-green-30: #c7f284;
  --color-green-50: #8de04f;
  --color-green-100: #003323;
  --color-green-blue: #c7f284;
  --color-green-blue-shadow: rgba(199, 242, 132, 0.18);
  --color-green-blue-gradient: linear-gradient(135deg, #c7f284 0%, #74d4ff 100%);
  --box-shadow-large: 0 12px 30px;
  color: var(--color-white);
  font-family: var(--font-family-normal);
}

.xstox-content,
.xstox-content *,
.xstox-content *::before,
.xstox-content *::after {
  box-sizing: border-box;
}

.xstox-content main {
  display: block;
}

.xstox-content img,
.xstox-content svg {
  vertical-align: middle;
}

.xstox-content a {
  color: currentColor;
}

.xstox-main {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
}

@keyframes xstoxEnterSoft {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

@keyframes xstoxEnterFloat {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }

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

.xstox-content ._root_og7qt_1 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: start;
  gap: clamp(2.5rem, 5vw, 5rem);
  animation: xstoxEnterSoft 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.xstox-content ._root_og7qt_1 ._header_og7qt_11 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  align-self: stretch;
  max-width: none;
  min-width: 0;
  padding-top: 0;
  margin: 0;
  animation: xstoxEnterSoft 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.08s;
}

.xstox-content ._title_og7qt_24 {
  margin: 0;
  font-size: clamp(2.9rem, 6.4vw, 4.8rem);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.06em;
  color: rgba(255, 255, 255, 0.98);
  text-wrap: balance;
}

.xstox-content ._caption_og7qt_34 {
  margin: 0;
  font-size: clamp(1.1rem, 1.7vw, 1.25rem);
  line-height: 1.45;
  font-weight: 400;
  color: rgba(232, 238, 245, 0.9);
  text-wrap: pretty;
}

.xstox-content ._root_og7qt_1 ._image_og7qt_43 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.xstox-collab-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 1.75rem;
  width: min(100%, 420px);
  height: 100%;
  padding-top: clamp(0.75rem, 2vw, 1.5rem);
  animation: xstoxEnterFloat 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.16s;
}

.xstox-content ._root_og7qt_1 ._image_og7qt_43 img {
  position: static;
  z-index: 0;
  display: block;
  width: min(100%, 420px);
  height: auto;
  object-fit: contain;
  margin-top: 0;
}

.xstox-signal-card {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  background: #090d10;
  border: 1px solid rgba(43, 52, 66, 0.95);
  backdrop-filter: blur(18px);
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.xstox-signal-card:hover {
  border-color: rgba(116, 212, 255, 0.22);
  box-shadow: 0 0 24px rgba(116, 212, 255, 0.08);
  transform: translateY(-2px);
}

.xstox-signal-accent {
  width: 3px;
  flex-shrink: 0;
  background: linear-gradient(180deg, #74d4ff 0%, #c7f284 100%);
}

.xstox-signal-content {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-width: 0;
  padding: 14px 18px;
}

.xstox-signal-avatar {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  overflow: hidden;
  border: 1.5px solid #000;
}

.xstox-signal-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.xstox-signal-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.xstox-signal-head {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #f4f7fb;
}

.xstox-signal-verified {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.xstox-signal-handle {
  font-size: 12px;
  color: rgba(144, 161, 185, 0.72);
  font-weight: 400;
}

.xstox-signal-quote {
  font-size: 15px;
  font-weight: 400;
  color: rgba(228, 235, 244, 0.9);
  letter-spacing: -0.01em;
  line-height: 1.45;
}

.xstox-signal-arrow {
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(144, 161, 185, 0.72);
  transition: color 0.25s ease, transform 0.25s ease;
}

.xstox-signal-arrow svg {
  width: 16px;
  height: 16px;
}

.xstox-signal-card:hover .xstox-signal-arrow {
  color: var(--color-green-blue);
  transform: translateX(2px);
}

.xstox-content ._root_fo47d_1 {
  width: 100%;
}

.xstox-content ._root_qi30i_1 ._product_qi30i_1 {
  background: rgba(9, 13, 16, 0.62);
  border: 1px solid rgba(86, 104, 126, 0.24);
  border-bottom: 0;
  backdrop-filter: blur(10px);
}

.xstox-content ._root_qi30i_1 {
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}

.xstox-content ._root_qi30i_1 ._input_qi30i_60 {
  background: rgba(9, 13, 16, 0.5);
  border: 1px solid rgba(86, 104, 126, 0.24);
  border-top: 1px solid rgba(86, 104, 126, 0.16);
  backdrop-filter: blur(10px);
}

.xstox-content ._root_qi30i_1 ._product_qi30i_1,
.xstox-content ._root_qi30i_1 ._input_qi30i_60 {
  width: 100%;
}

.xstox-content ._root_fv2uq_1 {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.7rem 1.35rem 1.55rem;
}

.xstox-content ._symbol_fv2uq_16 {
  width: 4rem;
  height: 4rem;
  display: block;
  flex: 0 0 auto;
  object-fit: cover;
}

.xstox-content ._product_fv2uq_25 {
  min-width: 0;
  flex: 1 1 auto;
}

.xstox-content ._title_fv2uq_31 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.98);
}

.xstox-content ._root_qi30i_1 ._root_1m9x5_1 {
  background: rgba(31, 39, 51, 0.9);
  border: 1px solid rgba(43, 52, 66, 0.9);
  border-radius: 14px;
  padding: 1rem 1.1rem;
}

.xstox-content #tradeTopBlock,
.xstox-content #tradeBottomBlock {
  background: rgba(19, 25, 35, 0.72);
  border-color: rgba(86, 104, 126, 0.24);
}

.xstox-hero-copy {
  max-width: 34rem;
}

.xstox-section-gap {
  margin-top: 4.75rem;
}

.xstox-intro-section {
  width: 100%;
}

.xstox-intro-header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: none;
}

.xstox-intro-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.section-intro-alert {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-top: 1.5rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(86, 104, 126, 0.24);
  border-radius: 1rem;
  background: rgba(9, 13, 16, 0.46);
  backdrop-filter: blur(10px);
}

.section-intro-alert-icon {
  width: 1.125rem;
  height: 1.125rem;
  flex: 0 0 auto;
  color: rgba(191, 239, 104, 0.88);
}

.section-intro-alert-text {
  color: rgba(232, 238, 245, 0.78);
  line-height: 1.5;
}

.section-intro-alert-text strong {
  color: rgba(255, 255, 255, 0.92);
}

.section-intro-alert-secondary {
  color: rgba(255, 255, 255, 0.5);
}

.xstox-widget-top {
  margin-top: 2.25rem;
}

.xstox-feature-shell {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.xstox-feature-alert {
  width: 100%;
}

.xstox-feature-alert .xstox-intro-header {
  gap: 0;
}

.xstox-feature-alert .section-intro-alert {
  width: 100%;
  margin-top: 0;
}

.xstox-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: 1.5rem;
  animation: xstoxEnterSoft 0.82s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.24s;
}

.xstox-feature-swap {
  margin-top: 0;
}

.xstox-feature-swap .xstox-widget-top {
  margin-top: 0;
}

.xstox-bomba-block {
  width: 100%;
  min-width: 0;
  max-width: 680px;
  animation: xstoxEnterFloat 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.3s;
}

.xstox-bomba-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
}


.xstox-mode-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-green-30);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.xstox-mode-toggle-hidden {
  display: none !important;
}

.xstox-content ._input_qi30i_60 {
  padding: 1.25rem 1.35rem 1.35rem;
}

.xstox-content ._label_1m9x5_15 {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.15;
  font-weight: 500;
  color: rgba(144, 161, 185, 0.8);
}

.xstox-content ._name_1m9x5_18 {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.15;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
}

.trade-swap-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  min-height: 120px;
  padding: 12px 16px;
  animation: xstoxEnterFloat 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

#tradeTopBlock {
  animation-delay: 0.34s;
}

#tradeBottomBlock {
  animation-delay: 0.42s;
}

.xstox-swap-toggle {
  animation: xstoxEnterFloat 0.68s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.38s;
}

.trade-swap-block > div:first-child {
  min-width: 0;
}

.trade-swap-block > ._root_6spkf_1 {
  min-width: 0;
  display: flex;
  align-items: center !important;
  justify-content: flex-end;
}

.trade-swap-block > ._root_6spkf_1 > ._input_6spkf_7 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  max-width: none;
  min-width: 0;
  min-height: 58px;
}

.trade-swap-block > ._root_6spkf_1 input[type="text"] {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  text-align: right;
  font-size: clamp(1.75rem, 2.1vw, 2.2rem) !important;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08 !important;
  color: rgba(255, 255, 255, 0.92);
  min-height: 2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}

.trade-swap-block > ._root_6spkf_1 input[type="text"]::placeholder {
  color: rgba(141, 147, 155, 0.55);
}

.trade-swap-block > ._root_6spkf_1 input[type="text"]:placeholder-shown {
  font-size: clamp(1.25rem, 1.7vw, 1.65rem) !important;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.trade-swap-block > ._root_6spkf_1 input[type="text"]:not(:placeholder-shown) {
  font-variant-numeric: tabular-nums;
}

.trade-swap-block > ._root_6spkf_1 ._balance_6spkf_31 {
  width: 100%;
  max-width: none;
  margin-top: 0.45rem !important;
  font-size: 0.82rem !important;
  font-weight: 500;
  line-height: 1.3;
  text-align: right;
  color: rgba(144, 161, 185, 0.72);
  text-wrap: pretty;
  min-height: 1.2rem;
}

@media (min-width: 769px) {
  .trade-swap-block {
    display: grid;
    grid-template-columns: minmax(88px, 118px) minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 108px;
  }

  .trade-swap-block > ._root_6spkf_1 {
    width: 100%;
    justify-content: flex-end;
    align-items: stretch !important;
  }

  .trade-swap-block > ._root_6spkf_1 > ._input_6spkf_7 {
    width: 100%;
  }

  .trade-swap-block > ._root_6spkf_1 input[type="text"] {
    text-align: right;
  }

  .trade-swap-block > ._root_6spkf_1 ._balance_6spkf_31 {
    text-align: right;
  }
}

@media (max-width: 768px) {
  .trade-swap-block {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(120px, auto);
    align-items: center;
    min-height: 106px;
    padding: 14px 16px;
    border-radius: 1.1rem;
    gap: 12px;
  }

  .trade-swap-block > ._root_6spkf_1 > ._input_6spkf_7 {
    min-height: 56px;
    width: auto;
  }

  .trade-swap-block > div:first-child {
    display: flex !important;
    align-items: center;
    gap: 12px !important;
  }

  .trade-swap-block > div:first-child img {
    width: 36px;
    height: 36px;
    min-width: 36px;
    flex: 0 0 36px;
    object-fit: cover;
  }

  .trade-swap-block > div:first-child .beautiful:last-child {
    gap: 1px !important;
  }

  .trade-swap-block > div:first-child ._label_1m9x5_15 {
    font-size: 0.8rem;
    color: rgba(144, 161, 185, 0.8);
  }

  .trade-swap-block > div:first-child ._name_1m9x5_18 {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
  }

  .trade-swap-block > ._root_6spkf_1 {
    width: auto;
    justify-content: flex-end;
    align-items: flex-end !important;
  }

  .trade-swap-block > ._root_6spkf_1 > ._input_6spkf_7 {
    align-items: flex-end;
  }

  .trade-swap-block > ._root_6spkf_1 input[type="text"] {
    font-size: 1.35rem !important;
    font-weight: 700;
    line-height: 1 !important;
  }

  .trade-swap-block > ._root_6spkf_1 input[type="text"]:placeholder-shown {
    font-size: 1.05rem !important;
  }

  .trade-swap-block > ._root_6spkf_1 ._balance_6spkf_31 {
    max-width: none;
    margin-top: 0.35rem !important;
    font-size: 0.74rem !important;
    line-height: 1.25;
    color: rgba(144, 161, 185, 0.76);
  }
}

.xstox-divider-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-50%);
}

.xstox-swap-toggle {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  color: var(--color-gray-55);
  background: var(--color-gray-85);
  border: var(--border-width-small) solid var(--color-gray-80);
  border-radius: 999px;
  transform: rotate(90deg);
  cursor: pointer;
}

.xstox-content ._root_1g03g_1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: 100%;
  min-height: 3.7rem;
  margin-top: 0.8rem;
  padding: 0.95rem 1.25rem;
  border: 0;
  border-radius: 0.9rem;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  color: #103b31;
  background: linear-gradient(135deg, #c7f284 0%, #74d4ff 100%);
  box-shadow: 0 14px 34px rgba(199, 242, 132, 0.12);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.xstox-content ._root_1g03g_1:hover {
  filter: brightness(1.02);
  box-shadow: 0 18px 40px rgba(199, 242, 132, 0.18);
  transform: translateY(-1px);
}

.xstox-content ._root_1g03g_1 svg {
  flex: 0 0 auto;
}

.xstox-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(31, 213, 154, 0.14);
  color: var(--color-green-30);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.xstox-content .cp {
  cursor: pointer;
}

.beautiful {
  animation: xstoxFadeInPop 0.5s ease forwards;
}

@keyframes xstoxFadeInPop {
  0% {
    opacity: 0;
    transform: scale(0.7) translateY(10px);
  }

  60% {
    opacity: 1;
    transform: scale(1.05) translateY(-2px);
  }

  100% {
    transform: scale(1) translateY(0);
  }
}

.xstox-modal-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.xstox-modal-brand h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
}

@keyframes xstoxSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

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

@media (max-width: 768px) {
  .xstox-bg-image {
    bottom: 0.5rem !important;
  }

  .xstox-content ._root_fv2uq_1 {
    padding: 1.35rem 1rem 1.2rem;
    gap: 0.9rem;
  }

  .xstox-content ._symbol_fv2uq_16 {
    width: 3.6rem;
    height: 3.6rem;
  }

  .xstox-content ._title_fv2uq_31 {
    font-size: 1.25rem;
  }

  .xstox-content ._input_qi30i_60 {
    padding: 1rem;
  }

  .xstox-content ._root_og7qt_1 {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .xstox-content ._root_og7qt_1 ._header_og7qt_11 {
    order: 1;
  }

  .xstox-content ._title_og7qt_24 {
    font-size: clamp(2.2rem, 10.5vw, 3.4rem);
    line-height: 1;
  }

  .xstox-content ._caption_og7qt_34 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .xstox-content ._root_og7qt_1 ._image_og7qt_43 {
    order: 2;
    justify-content: center;
  }

  .xstox-content ._root_og7qt_1 ._image_og7qt_43 img {
    width: min(78vw, 320px);
  }

  .xstox-collab-stack {
    width: 100%;
    max-width: none;
    gap: 3.25rem;
    padding-top: 0;
  }

  .xstox-feature-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .xstox-feature-swap {
    order: 1;
  }

  .xstox-bomba-block {
    order: 2;
    max-width: none;
  }

  .xstox-hero-copy {
    max-width: 100%;
  }

  .xstox-signal-content {
    padding: 12px 14px;
    gap: 11px;
  }

  .xstox-signal-avatar {
    width: 32px;
    height: 32px;
  }

  .xstox-signal-head {
    gap: 4px;
    font-size: 12px;
  }

  .xstox-signal-verified {
    width: 12px;
    height: 12px;
  }

  .xstox-signal-handle {
    font-size: 11px;
  }

  .xstox-signal-quote {
    font-size: 13.5px;
  }

  .section-intro-alert {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
  }

  .xstox-intro-title {
    font-size: 1.3rem;
  }

  .xstox-bomba-block {
    margin-top: 1rem;
  }

  .xstox-content ._root_1g03g_1 {
    min-height: 3.35rem;
    margin-top: 0.7rem;
    padding: 0.9rem 1rem;
    font-size: 0.95rem;
  }


  .xstox-modal-brand h2 {
    font-size: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .xstox-content ._root_og7qt_1,
  .xstox-content ._root_og7qt_1 ._header_og7qt_11,
  .xstox-collab-stack,
  .xstox-feature-layout,
  .xstox-bomba-block,
  .trade-swap-block,
  .xstox-swap-toggle {
    animation: none !important;
  }
}
