/* ExpCarry Game Currency Hub - scoped pixel repair */
.ch-hub,
.ch-hub * {
  box-sizing: border-box;
  font-family: "Montserrat", "Inter", ui-sans-serif, system-ui, sans-serif !important;
}

.ch-hub {
  --ec-bg: #0d0c10;
  --ec-surface: #131217;
  --ec-surface-light: #1c1a24;
  --ec-surface-lighter: #24222f;
  --ec-border: #23202e;
  --ec-border-soft: rgba(35, 32, 46, .55);
  --ec-gold: #ffb52e;
  --ec-gold-light: #ffc861;
  --ec-gold-dark: #e89a1c;
  --ec-purple: #7a2bff;
  --ec-purple-light: #b565e6;
  --ec-text: #f4f2fb;
  --ec-muted: #c7c5d3;
  --ec-dim: #8d8a9d;
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ec-text);
  background: var(--ec-bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.allcont > .ch-hub {
  margin: 0 !important;
  padding: 0 !important;
}

.ch-hub a {
  color: inherit;
  text-decoration: none;
}

.ch-hub h1,
.ch-hub h2,
.ch-hub h3,
.ch-hub h4,
.ch-hub p {
  margin: 0;
}

.ch-hub button,
.ch-hub input,
.ch-hub textarea,
.ch-hub select {
  font: inherit;
}

.ec-gh-container-wide {
  width: min(100%, 1520px);
  margin: 0 auto;
  padding: 0 32px;
}

.ec-gh-container-narrow {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 32px;
}

@media (min-width: 1536px) {
  .ec-gh-container-wide {
    width: min(100%, 1640px);
  }
}

/* Hero */
.ch-hero {
  position: relative;
  display: block !important;
  overflow: hidden;
  padding: 48px 0 56px;
  background: var(--ec-bg);
  text-align: left;
}

.ch-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% -20%, rgba(122, 43, 255, .18) 0%, rgba(255, 181, 46, .05) 40%, rgba(13, 12, 16, 0) 100%),
    radial-gradient(circle at 82% 18%, rgba(122, 43, 255, .08), transparent 54%);
}

.ch-hero > .ec-gh-container-wide {
  position: relative;
  z-index: 1;
}

.ec-currency-hub__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 32px;
  align-items: center;
}

.ch-hero-left {
  min-width: 0;
  max-width: 560px;
}

.ch-hero-board {
  min-width: 0;
}

.ch-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.ch-badge,
.ch-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid var(--ec-border);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(28, 26, 36, .95), rgba(19, 18, 23, .92));
  color: #e7e4ef;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.ch-badge em,
.ch-badge-icon,
.ch-rating span {
  color: var(--ec-gold);
  font-style: normal;
}

.ch-hub h1.ch-title {
  max-width: 640px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(34px, 2.6vw, 42px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.025em;
  text-align: left;
  text-transform: uppercase;
}

.ch-grad {
  background: linear-gradient(90deg, var(--ec-gold) 0%, #ffe2a5 50%, var(--ec-gold-dark) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ch-hero-sub {
  max-width: 520px;
  margin: 0 0 32px !important;
  color: var(--ec-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.625;
  text-align: left !important;
}

.ch-trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  max-width: 560px;
  padding-top: 24px;
  border-top: 1px solid rgba(35, 32, 46, .4);
}

.ch-trust-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #dedbe9;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.ec-gh-trust-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: var(--ec-gold);
}

/* Popular board */
.ch-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(35, 32, 46, .55);
}

.ch-board-head h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.ch-board-head h2::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--ec-gold);
  box-shadow: 0 0 14px rgba(255, 181, 46, .55);
  vertical-align: 1px;
}

.ch-board-head a {
  flex: 0 0 auto;
  color: var(--ec-gold);
  font-size: 12px;
  font-weight: 800;
}

.ch-popular-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ch-pop-card {
  display: flex;
  min-height: 150px;
  padding: 14px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--ec-border);
  border-radius: 12px;
  background: rgba(28, 26, 36, .95);
  box-shadow: 0 4px 18px rgba(0, 0, 0, .18);
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.ch-pop-card:hover {
  transform: translateY(-1px);
  border-color: rgba(122, 43, 255, .5);
  background: var(--ec-surface-lighter);
  box-shadow: 0 4px 20px rgba(122, 43, 255, .08);
}

.ch-pop-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.ch-pop-head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.ch-pop-icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #363246;
  border-radius: 9px;
  background: linear-gradient(135deg, #302c3f, #131217);
  color: var(--ec-gold);
  font-size: 11px;
  font-weight: 900;
}

.ch-pop-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ch-pop-game {
  min-width: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ch-stock-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 5px 8px;
  border: 1px solid rgba(255, 181, 46, .25);
  border-radius: 8px;
  background: rgba(255, 181, 46, .1);
  color: var(--ec-gold);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.ch-stock-pill--in {
  padding: 3px 8px;
  border-color: rgba(16, 185, 129, .22);
  border-radius: 999px;
  background: rgba(16, 185, 129, .1);
  color: #34d399;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ch-pop-currency {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: var(--ec-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ch-pop-currency::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, var(--ec-gold-light), var(--ec-gold-dark));
  box-shadow: 0 0 14px rgba(255, 181, 46, .18);
}

.ch-pop-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(35, 32, 46, .65);
}

.ch-pop-price {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.ch-pop-foot small,
.ch-price {
  color: #8683a3;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.ch-pop-foot b {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.ch-pop-foot em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  border: 1px solid rgba(255, 181, 46, .25);
  border-radius: 8px;
  background: var(--ec-surface);
  color: var(--ec-gold);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.ch-pop-card:hover .ch-pop-foot em {
  border-color: var(--ec-gold);
  background: var(--ec-gold);
  color: #000;
}

/* Status bar */
.ch-market-bar {
  min-height: 44px;
  border-top: 1px solid var(--ec-border);
  border-bottom: 1px solid var(--ec-border);
  background: #141414;
}

.ec-gh-status-inner {
  min-height: 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ch-market-live,
.ch-market-cashback,
.ch-market-request-zone {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
}

.ch-market-live {
  justify-self: start;
}

.ch-market-live > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border: 1px solid rgba(16, 185, 129, .25);
  border-radius: 4px;
  background: rgba(16, 185, 129, .1);
  color: #34d399;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.ch-market-live > span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  animation: ch-live-pulse 1.2s ease-in-out infinite;
}

@keyframes ch-live-pulse {
  50% { opacity: .45; }
}

.ch-ticker-wrap {
  position: relative;
  min-width: 0;
  height: 22px;
  overflow: hidden;
}

.ch-ticker-text {
  position: absolute;
  inset: 0 auto auto 0;
  max-width: 100%;
  color: #ddd;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: opacity .35s ease, transform .35s ease;
}

.ch-ticker-text.out {
  opacity: 0;
  transform: translateY(-15px);
}

.ch-ticker-text.in {
  opacity: 1;
  transform: translateY(0);
}

.ch-market-cashback {
  justify-self: center;
  color: #9ca3af;
  font-size: 14px;
  font-weight: 500;
}

.ch-market-cashback b {
  padding: 4px 8px;
  border: 1px solid rgba(255, 181, 46, .2);
  border-radius: 4px;
  background: rgba(255, 181, 46, .1);
  color: var(--ec-gold);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.ch-market-request-zone {
  justify-self: end;
  justify-content: flex-end;
}

.ch-market-request-label {
  color: #9ca3af;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.ch-market-request {
  width: auto;
  min-width: 0;
  padding: 8px 16px;
  border: 1px solid var(--ec-border);
  border-radius: 10px;
  background: #222;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

.ch-market-request:hover {
  border-color: rgba(122, 43, 255, .45);
  background: rgba(122, 43, 255, .18);
}

/* Section heads */
.ch-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 24px;
}

.ch-section-head h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.ch-section-head p {
  max-width: 620px;
  margin-top: 8px;
  color: #8e8b9c;
  font-size: 13px;
  line-height: 1.6;
}

.ch-centered-head {
  justify-content: center;
  text-align: center;
}

.ch-centered-head p {
  margin-left: auto;
  margin-right: auto;
}

/* Catalog */
#ch-catalog {
  padding: 48px 0 64px;
  border-top: 1px solid var(--ec-border);
  background: var(--ec-bg);
}

.ch-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  padding: 12px;
  overflow-x: auto;
  border: 1px solid var(--ec-border);
  border-radius: 16px;
  background: var(--ec-surface);
  scrollbar-width: none;
}

.ch-controls::-webkit-scrollbar {
  display: none;
}

.ch-ctrl-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}

.ch-ctrl-row::after {
  content: "";
  width: 1px;
  height: 24px;
  background: #2d2d2d;
}

.ch-search-box {
  position: relative;
  width: 320px;
  min-width: 320px;
}

.ch-search-box svg {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  color: #8a889b;
}

.ch-search-box input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 0 12px 0 40px;
  border: 1px solid rgba(35, 32, 46, .6);
  border-radius: 12px;
  outline: none;
  background: var(--ec-bg);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.ch-search-box input:focus {
  border-color: rgba(181, 101, 230, .65);
  box-shadow: 0 0 0 3px rgba(122, 43, 255, .12);
}

.ch-sort-sel,
.ch-count-pill,
.ch-active-row {
  display: none !important;
}

.ch-letters {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1 0 auto;
  margin: 0;
  padding: 0;
}

.ch-letters button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: #bbb;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.ch-letters button:hover:not(:disabled) {
  background: #252525;
  color: #fff;
}

.ch-letters button.active,
.ch-letters button[data-letter="ALL"].active {
  border-color: var(--ec-gold);
  background: var(--ec-gold);
  color: #000;
  box-shadow: 0 4px 14px rgba(255, 181, 46, .14);
}

.ch-letters button[data-letter="ALL"] {
  width: auto;
  min-width: 0;
  padding: 0 14px;
}

.ch-letters button:disabled {
  opacity: .3;
  cursor: not-allowed;
}

.ch-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.ch-card {
  display: flex;
  min-height: 342px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--ec-border);
  border-radius: 16px;
  background: var(--ec-surface);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .18);
  transition: transform .3s ease, border-color .3s ease, background .3s ease, box-shadow .3s ease;
}

.ch-card:hover {
  transform: translateY(-6px);
  border-color: rgba(122, 43, 255, .5);
  background: var(--ec-surface-light);
  box-shadow: 0 8px 24px rgba(122, 43, 255, .08);
}

.ch-card.ch-hidden {
  display: none;
}

.ch-card-visual {
  position: relative;
  display: flex;
  height: 128px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(35, 32, 46, .5);
  background: linear-gradient(180deg, #191724 0%, var(--ec-bg) 100%);
}

.ch-card-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .55;
  background:
    linear-gradient(rgba(122, 43, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 43, 255, .025) 1px, transparent 1px);
  background-size: 16px 16px;
}

.ch-card-region {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: calc(100% - 24px);
  min-width: 0;
  padding: 4px 8px;
  overflow: hidden;
  border: 1px solid var(--ec-border);
  border-radius: 5px;
  background: rgba(13, 12, 16, .9);
  color: #c8c5d1;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .045em;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: nowrap;
}

.ch-card-region-part {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ch-card-region-separator {
  flex: 0 0 auto;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--ec-gold);
  box-shadow: 0 0 8px rgba(255, 181, 46, .45);
}

.ch-card-coin {
  position: relative;
  z-index: 1;
  display: grid;
  width: 64px;
  height: 64px;
  padding: 2px;
  place-items: center;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--ec-gold-light) 0%, var(--ec-gold) 50%, var(--ec-gold-dark) 100%);
  box-shadow: 0 4px 16px rgba(255, 181, 46, .15);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.ch-card-coin > span,
.ch-card-coin img {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  border: 1px solid rgba(255, 181, 46, .25);
  border-radius: 999px;
  background: linear-gradient(45deg, #131217, #221f2f);
  object-fit: cover;
}

.ch-card-body {
  display: flex;
  min-height: 214px;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.ch-card-game {
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.3;
  transition: color .2s ease;
}

.ch-card:hover .ch-card-game {
  color: var(--ec-gold);
}

.ch-card-title {
  display: none;
}

.ch-card-currency {
  margin-top: 10px;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 600;
}

.ch-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(35, 32, 46, .55);
}

.ch-price {
  display: grid;
  gap: 6px;
}

.ch-price b {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.ch-card-cta {
  display: inline-flex;
  width: 100%;
  margin-top: 20px;
  padding: 12px 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 181, 46, .3);
  border-radius: 12px;
  background: rgba(255, 181, 46, .1);
  color: var(--ec-gold);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.ch-card:hover .ch-card-cta {
  background: var(--ec-gold);
  color: #000;
}

.ch-empty {
  display: none;
  max-width: 560px;
  margin: 0 auto 28px;
  padding: 36px;
  border: 1px dashed #2d2d2d;
  border-radius: 16px;
  background: #141414;
  color: #888;
  text-align: center;
}

.ch-empty.show {
  display: block;
}

.ch-empty h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.ch-empty p {
  margin-bottom: 18px;
  font-size: 14px;
}

.ch-empty button,
.ch-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ec-border);
  border-radius: 12px;
  background: var(--ec-bg);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
}

.ch-empty button {
  padding: 12px 20px;
}

.ch-load-wrap {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.ch-load-more {
  display: none;
  padding: 16px 32px;
}

.ch-load-more.show {
  display: inline-flex;
}

.ch-load-more:hover,
.ch-empty button:hover {
  border-color: rgba(122, 43, 255, .5);
  color: var(--ec-gold);
}

/* Recently added */
.ch-recent-section {
  padding: 72px 0;
  border-top: 1px solid rgba(35, 32, 46, .5);
  background: #111;
}

.ch-new-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.ch-new-chip {
  display: flex;
  min-height: 146px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--ec-border);
  border-radius: 12px;
  background: var(--ec-surface);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.ch-new-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(122, 43, 255, .42);
  background: var(--ec-surface-light);
}

.ch-coin {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #363246;
  border-radius: 10px;
  background: linear-gradient(135deg, #302c3f, #131217);
  color: var(--ec-gold);
  font-size: 11px;
  font-weight: 900;
}

.ch-coin img,
.ch-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ch-fallback {
  display: grid !important;
  place-items: center;
}

.ch-new-chip strong {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.ch-new-chip span span {
  display: block;
  margin-top: 8px;
  color: #a3a0ad;
  font-size: 11px;
  line-height: 1.35;
}

/* Lower sections */
.ch-lower-section,
.ch-how-section,
.ch-why-section,
.ch-faq-section,
.ch-request-section {
  background: var(--ec-bg);
}

.ch-how-section,
.ch-why-section,
.ch-request-section,
.ch-faq-section {
  padding: 72px 0;
}

.ch-steps,
.ch-info-grid {
  display: grid;
  gap: 20px;
}

.ch-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ch-info-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ch-step,
.ch-info-card {
  position: relative;
  min-height: 238px;
  padding: 22px;
  border: 1px solid var(--ec-border);
  border-radius: 16px;
  background: var(--ec-surface);
}

.ch-step-icon,
.ch-info-ico,
.ch-faq-icon {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 181, 46, .15);
  background: rgba(255, 181, 46, .05);
  color: var(--ec-gold);
}

.ch-step-icon,
.ch-info-ico {
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 12px;
}

.ec-gh-block-icon {
  width: 20px;
  height: 20px;
}

.ch-step-num {
  position: absolute;
  top: 22px;
  right: 22px;
  color: rgba(255, 255, 255, .16);
  font-size: 18px;
  font-weight: 900;
}

.ch-step h3,
.ch-info-card h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.ch-step p,
.ch-info-card p {
  color: #8f8b9d;
  font-size: 12px;
  line-height: 1.65;
}

.ch-why-section .ch-section-head h2 {
  max-width: 900px;
  margin: 0 auto;
  font-size: 28px;
  text-align: center;
}

/* Custom request */
.ch-request-section {
  border-top: 1px solid rgba(35, 32, 46, .5);
}

.ch-request-section > .ec-gh-container-narrow {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 32px;
  align-items: start;
}

.ch-request-copy h2 {
  max-width: 420px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.ch-request-copy p {
  max-width: 520px;
  margin-bottom: 14px;
  color: #a29fac;
  font-size: 13px;
  line-height: 1.7;
}

.ch-request-points {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.ch-request-points div {
  padding-top: 14px;
  border-top: 1px solid rgba(35, 32, 46, .55);
}

.ch-request-points strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ch-request-points span {
  color: #8f8b9d;
  font-size: 12px;
  line-height: 1.55;
}

.ch-request-box,
.ch-modal-box {
  border: 1px solid var(--ec-border);
  border-radius: 16px;
  background: var(--ec-surface);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .28);
}

.ch-request-box {
  padding: 22px;
}

.ch-request-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.ch-request-head strong {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ch-request-head span {
  color: #8d8996;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

.ch-request-grid textarea {
  grid-column: 1 / -1;
  min-height: 86px;
  resize: vertical;
}

.ch-request-grid input,
.ch-request-grid textarea,
.ch-form-grid input,
.ch-form-grid textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--ec-border);
  border-radius: 10px;
  outline: none;
  background: #0f0e13;
  color: #fff;
  font-size: 12px;
}

.ch-request-grid input:focus,
.ch-request-grid textarea:focus,
.ch-form-grid input:focus,
.ch-form-grid textarea:focus {
  border-color: rgba(181, 101, 230, .65);
  box-shadow: 0 0 0 3px rgba(122, 43, 255, .12);
}

.ch-request-actions,
.ch-modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.ch-primary,
.ch-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 12px 16px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.ch-primary {
  border: 0;
  background: linear-gradient(90deg, var(--ec-gold) 0%, var(--ec-gold-dark) 100%);
  color: #000;
}

.ch-secondary {
  border: 1px solid var(--ec-border);
  background: #111015;
  color: #fff;
}

.ch-copy-note {
  display: none;
  margin-top: 10px;
  color: #34d399;
  font-size: 12px;
}

.ch-copy-note.show {
  display: block;
}

/* SEO */
.ch-seo-section {
  padding: 56px 0;
  border-top: 1px solid rgba(35, 32, 46, .5);
  background: #111;
}

.ch-seo-compact {
  max-width: 896px;
  margin: 0 auto;
}

.ch-seo-compact > h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.ch-seo-compact > p {
  margin-bottom: 24px;
  color: #8f8b9d;
  font-size: 14px;
  line-height: 1.65;
}

.ch-seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ch-seo-mini {
  padding: 16px;
  border: 1px solid rgba(35, 32, 46, .6);
  border-radius: 12px;
  background: var(--ec-surface);
}

.ch-seo-mini h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.ch-seo-mini p {
  color: #8f8b9d;
  font-size: 12px;
  line-height: 1.55;
}

.ch-seo-extra {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(35, 32, 46, .65);
  color: #9b96aa;
  font-size: 13px;
  line-height: 1.7;
}

.ch-seo-extra h2,
.ch-seo-extra h3,
.ch-seo-extra h4 {
  margin: 18px 0 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.ch-seo-extra h2:first-child,
.ch-seo-extra h3:first-child,
.ch-seo-extra h4:first-child {
  margin-top: 0;
}

.ch-seo-extra p,
.ch-seo-extra ul,
.ch-seo-extra ol {
  margin: 0 0 12px;
}

.ch-seo-extra a {
  color: var(--ec-purple);
}

/* FAQ */
.ch-faq-section .ec-gh-container-narrow {
  max-width: 896px;
}

.ch-faq-list {
  display: grid;
  gap: 10px;
}

.ch-faq-item {
  overflow: hidden;
  border: 1px solid var(--ec-border);
  border-radius: 14px;
  background: var(--ec-surface);
}

.ch-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  cursor: pointer;
}

.ch-faq-q-main {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
}

.ch-faq-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 8px;
}

.ec-gh-faq-icon {
  width: 14px;
  height: 14px;
}

.ch-faq-num {
  flex: 0 0 auto;
  color: var(--ec-gold);
  font-size: 12px;
  font-weight: 900;
}

.ch-faq-q-text {
  min-width: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.ch-faq-toggle {
  color: var(--ec-gold);
  font-size: 22px;
  font-weight: 500;
  transition: transform .2s ease;
}

.ch-faq-item.open .ch-faq-toggle {
  transform: rotate(45deg);
}

.ch-faq-a {
  max-height: 0;
  overflow: hidden;
  color: #9b98a8;
  transition: max-height .25s ease;
}

.ch-faq-a p {
  padding: 0 18px 18px 66px;
  font-size: 13px;
  line-height: 1.65;
}

.ch-faq-item.open .ch-faq-a {
  max-height: 360px;
}

.ch-faq-support {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  color: #9b98a8;
  font-size: 13px;
}

.ch-faq-support a,
.ch-faq-support button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ec-gold);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.ch-faq-support button:hover,
.ch-faq-support button:focus {
  color: var(--ec-gold-light);
}

.ch-faq-support-icon {
  display: inline-flex;
  color: var(--ec-gold);
}

/* Modal */
.ch-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(0, 0, 0, .68);
  backdrop-filter: blur(8px);
}

.ch-modal.open {
  display: flex;
}

.ch-modal-box {
  width: min(520px, 100%);
  padding: 22px;
}

.ch-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.ch-modal-head h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.ch-modal-close {
  width: 34px;
  height: 34px;
  border: 1px solid var(--ec-border);
  border-radius: 10px;
  background: #111015;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.ch-form-grid {
  display: grid;
  gap: 10px;
}

.ch-form-grid textarea {
  min-height: 90px;
  resize: vertical;
}

@media (max-width: 1320px) {
  .ch-catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1200px) {
  .ec-currency-hub__hero-grid,
  .ch-request-section > .ec-gh-container-narrow {
    grid-template-columns: 1fr;
  }

  .ch-hero-left {
    max-width: 720px;
  }

  .ec-gh-status-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ch-market-cashback,
  .ch-market-request-zone {
    justify-self: start;
  }

  .ch-new-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ch-steps,
  .ch-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .ch-popular-grid,
  .ch-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ch-seo-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ec-gh-container-wide,
  .ec-gh-container-narrow {
    padding: 0 16px;
  }

  .ch-hero {
    padding: 32px 0 40px;
  }

  .ch-hub h1.ch-title {
    font-size: 30px;
  }

  .ch-trust-list,
  .ch-popular-grid,
  .ch-catalog-grid,
  .ch-new-strip,
  .ch-steps,
  .ch-info-grid,
  .ch-request-grid,
  .ch-request-actions,
  .ch-modal-actions {
    grid-template-columns: 1fr;
  }

  .ch-controls {
    align-items: stretch;
    flex-direction: column;
    overflow: visible;
  }

  .ch-ctrl-row {
    display: block;
  }

  .ch-ctrl-row::after {
    display: none;
  }

  .ch-search-box {
    width: 100%;
    min-width: 0;
  }

  .ch-letters {
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .ch-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ch-section-head h2 {
    font-size: 24px;
  }

  .ch-how-section,
  .ch-why-section,
  .ch-request-section,
  .ch-faq-section,
  .ch-recent-section {
    padding: 52px 0;
  }

  .ch-faq-a p {
    padding-left: 18px;
  }
}

@media (max-width: 420px) {
  .ch-board-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Live repair layer: protects the hub from global theme styles and stale layout rules. */
.ch-hub.ec-currency-hub {
  overflow: visible !important;
}

.ch-hub.ec-currency-hub .ec-gh-container-wide,
.ch-hub.ec-currency-hub .ec-gh-container-narrow {
  width: 100% !important;
  max-width: 1520px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.ch-hub.ec-currency-hub .ec-gh-container-narrow {
  max-width: 1180px !important;
}

.ch-hub.ec-currency-hub .ch-title,
.ch-hub.ec-currency-hub .ch-title * {
  background-color: transparent !important;
  box-shadow: none !important;
}

.ch-hub.ec-currency-hub .ch-title .ch-grad {
  display: inline !important;
  padding: 0 !important;
  border: 0 !important;
  background: linear-gradient(90deg, var(--ec-gold) 0%, #ffe2a5 50%, var(--ec-gold-dark) 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

.ch-hub.ec-currency-hub .ch-market-bar {
  height: auto !important;
  min-height: 44px !important;
  padding: 0 !important;
}

.ch-hub.ec-currency-hub .ec-gh-status-inner {
  min-height: 44px !important;
  display: grid !important;
  grid-template-columns: minmax(360px, 1fr) auto auto !important;
  align-items: center !important;
  gap: 18px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.ch-hub.ec-currency-hub .ch-market-live,
.ch-hub.ec-currency-hub .ch-market-cashback,
.ch-hub.ec-currency-hub .ch-market-request-zone {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
}

.ch-hub.ec-currency-hub .ch-market-live > span,
.ch-hub.ec-currency-hub .ch-market-cashback b,
.ch-hub.ec-currency-hub .ch-market-request-label,
.ch-hub.ec-currency-hub .ch-market-request {
  white-space: nowrap !important;
}

.ch-hub.ec-currency-hub .ch-ticker-wrap {
  width: auto !important;
  min-width: 180px !important;
  max-width: 520px !important;
}

.ch-hub.ec-currency-hub #ch-catalog .ch-controls {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  min-height: 62px !important;
  overflow-x: auto !important;
}

.ch-hub.ec-currency-hub #ch-catalog .ch-ctrl-row {
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
}

.ch-hub.ec-currency-hub #ch-catalog .ch-search-box {
  width: 320px !important;
  min-width: 320px !important;
  max-width: 320px !important;
}

.ch-hub.ec-currency-hub #ch-catalog .ch-letters {
  display: flex !important;
  flex: 1 0 auto !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
  margin: 0 !important;
  overflow: visible !important;
}

.ch-hub.ec-currency-hub .ch-catalog-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.ch-hub.ec-currency-hub .ch-card {
  min-height: 342px !important;
  padding: 0 !important;
}

.ch-hub.ec-currency-hub .ch-card-visual {
  height: 128px !important;
}

.ch-hub.ec-currency-hub .ch-card-body {
  min-height: 214px !important;
  padding: 20px !important;
}

.ch-hub.ec-currency-hub .ch-recent-section,
.ch-hub.ec-currency-hub .ch-how-section,
.ch-hub.ec-currency-hub .ch-request-section,
.ch-hub.ec-currency-hub .ch-seo-section,
.ch-hub.ec-currency-hub .ch-why-section,
.ch-hub.ec-currency-hub .ch-faq-section {
  overflow: visible !important;
}

.ch-hub.ec-currency-hub .ch-recent-section .ec-gh-container-narrow,
.ch-hub.ec-currency-hub .ch-how-section .ec-gh-container-narrow,
.ch-hub.ec-currency-hub .ch-request-section .ec-gh-container-narrow,
.ch-hub.ec-currency-hub .ch-seo-section .ec-gh-container-narrow,
.ch-hub.ec-currency-hub .ch-faq-section .ec-gh-container-narrow {
  width: 100% !important;
  max-width: 1180px !important;
}

.ch-hub.ec-currency-hub .ch-request-section > .ec-gh-container-narrow {
  display: grid !important;
  grid-template-columns: minmax(320px, 5fr) minmax(520px, 7fr) !important;
  gap: 32px !important;
  align-items: start !important;
}

.ch-hub.ec-currency-hub .ch-request-copy,
.ch-hub.ec-currency-hub .ch-request-box {
  width: 100% !important;
  max-width: none !important;
}

.ch-hub.ec-currency-hub .ch-request-box {
  justify-self: stretch !important;
}

.ch-hub.ec-currency-hub .ch-request-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.ch-hub.ec-currency-hub .ch-request-grid textarea {
  grid-column: 1 / -1 !important;
}

.ch-hub.ec-currency-hub .ch-seo-section {
  clear: both !important;
}

.ch-hub.ec-currency-hub .ch-seo-compact,
.ch-hub.ec-currency-hub .ch-faq-section .ec-gh-container-narrow {
  max-width: 896px !important;
}

@media (max-width: 1320px) {
  .ch-hub.ec-currency-hub .ch-catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .ch-hub.ec-currency-hub .ec-gh-status-inner {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 1200px) {
  .ch-hub.ec-currency-hub .ch-request-section > .ec-gh-container-narrow {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  .ch-hub.ec-currency-hub .ch-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .ch-hub.ec-currency-hub .ec-gh-container-wide,
  .ch-hub.ec-currency-hub .ec-gh-container-narrow {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .ch-hub.ec-currency-hub #ch-catalog .ch-controls {
    flex-direction: column !important;
    align-items: stretch !important;
    overflow: visible !important;
  }

  .ch-hub.ec-currency-hub #ch-catalog .ch-search-box {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .ch-hub.ec-currency-hub #ch-catalog .ch-letters {
    overflow-x: auto !important;
  }

  .ch-hub.ec-currency-hub .ch-catalog-grid,
  .ch-hub.ec-currency-hub .ch-request-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Targeted repair 2026-06-16: Market status bar + Catalog Search/A-Z only. */
.ch-hub.ec-currency-hub .ec-gh-status-inner {
  height: 44px !important;
  min-height: 44px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.45fr) auto minmax(260px, .85fr) !important;
  align-items: center !important;
  gap: 28px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ch-hub.ec-currency-hub .ch-market-live {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  justify-self: stretch !important;
}

.ch-hub.ec-currency-hub .ch-live-badge {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  height: 28px !important;
  padding: 0 10px !important;
  border-radius: 6px !important;
  background: rgba(16, 185, 129, .1) !important;
  border: 1px solid rgba(16, 185, 129, .25) !important;
  color: #34d399 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.ch-hub.ec-currency-hub .ch-live-badge::before {
  display: none !important;
}

.ch-hub.ec-currency-hub .ch-live-badge-dot {
  width: 8px !important;
  height: 8px !important;
  border-radius: 999px !important;
  background: #34d399 !important;
  box-shadow: 0 0 0 rgba(52, 211, 153, .45);
  animation: chLivePulse 1.4s infinite;
}

.ch-hub.ec-currency-hub .ch-live-badge-short {
  display: none !important;
}

@keyframes chLivePulse {
  0% { box-shadow: 0 0 0 0 rgba(52, 211, 153, .45); }
  70% { box-shadow: 0 0 0 7px rgba(52, 211, 153, 0); }
  100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); }
}

.ch-hub.ec-currency-hub .ch-ticker-wrap {
  display: none !important;
}

.ch-hub.ec-currency-hub .ch-ticker-wrapper {
  min-width: 0 !important;
  flex: 1 1 auto !important;
  height: 24px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.ch-hub.ec-currency-hub .ch-ticker-text {
  position: static !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  display: block !important;
  height: 24px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
}

.ch-hub.ec-currency-hub .ch-ticker-time {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  color: #7f7b91 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

.ch-hub.ec-currency-hub .ch-clock-icon {
  width: 14px !important;
  height: 14px !important;
  color: #7f7b91 !important;
}

.ch-hub.ec-currency-hub .ch-market-cashback {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  white-space: nowrap !important;
  justify-self: center !important;
}

.ch-hub.ec-currency-hub .ch-market-cashback strong,
.ch-hub.ec-currency-hub .ch-market-cashback b {
  display: inline-flex !important;
  align-items: center !important;
  height: 26px !important;
  padding: 0 10px !important;
  border-radius: 6px !important;
  background: rgba(255, 181, 46, .1) !important;
  border: 1px solid rgba(255, 181, 46, .28) !important;
  color: #ffb52e !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.ch-hub.ec-currency-hub .ch-market-cashback span {
  color: #c7c5d3 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.ch-hub.ec-currency-hub .ch-status-icon-gift {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px !important;
  color: #ffb52e !important;
}

.ch-hub.ec-currency-hub .ch-market-request {
  min-width: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  white-space: nowrap !important;
  justify-self: end !important;
}

.ch-hub.ec-currency-hub .ch-market-request span {
  color: #b8b4c9 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.ch-hub.ec-currency-hub .ch-status-icon-spark {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px !important;
  color: #b565e6 !important;
}

.ch-hub.ec-currency-hub .ch-market-request button,
.ch-hub.ec-currency-hub .ch-market-request .btn,
.ch-hub.ec-currency-hub .ch-market-request-btn {
  width: auto !important;
  min-width: 150px !important;
  height: 34px !important;
  padding: 0 16px !important;
  border-radius: 10px !important;
  background: #222 !important;
  border: 1px solid #23202e !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}

.ch-hub.ec-currency-hub .ch-market-request button:hover,
.ch-hub.ec-currency-hub .ch-market-request .btn:hover,
.ch-hub.ec-currency-hub .ch-market-request-btn:hover {
  background: rgba(122, 43, 255, .2) !important;
  color: #b565e6 !important;
}

.ch-hub.ec-currency-hub .ec-gh-catalog-tools {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 12px !important;
  border-radius: 16px !important;
  background: #131217 !important;
  border: 1px solid #23202e !important;
  overflow: hidden !important;
}

.ch-hub.ec-currency-hub .ec-gh-catalog-tools .ch-ctrl-row {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  flex: 0 1 320px !important;
  width: 320px !important;
  min-width: 240px !important;
  max-width: 320px !important;
}

.ch-hub.ec-currency-hub .ec-gh-catalog-tools .ch-ctrl-row::after {
  content: "" !important;
  flex: 0 0 1px !important;
  width: 1px !important;
  height: 24px !important;
  background: #2d2d2d !important;
}

.ch-hub.ec-currency-hub .ec-gh-catalog-search {
  flex: 0 1 320px !important;
  width: 320px !important;
  min-width: 240px !important;
  max-width: 320px !important;
}

.ch-hub.ec-currency-hub .ec-gh-az {
  min-width: 0 !important;
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(2px, .35vw, 6px) !important;
  overflow: visible !important;
  margin: 0 !important;
}

.ch-hub.ec-currency-hub .ec-gh-az button,
.ch-hub.ec-currency-hub .ec-gh-az .az-letter {
  flex: 0 0 auto !important;
  width: clamp(26px, 2.05vw, 34px) !important;
  min-width: 0 !important;
  height: 34px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  padding: 0 !important;
}

.ch-hub.ec-currency-hub .ec-gh-az .az-all {
  width: auto !important;
  min-width: 48px !important;
  height: 34px !important;
  padding: 0 12px !important;
  border-radius: 10px !important;
  background: #ffb52e !important;
  color: #000 !important;
  font-weight: 900 !important;
}

@media (max-width: 1500px) {
  .ch-hub.ec-currency-hub .ec-gh-status-inner {
    grid-template-columns: minmax(0, 1.6fr) auto auto !important;
    gap: 18px !important;
  }

  .ch-hub.ec-currency-hub .ec-gh-catalog-tools .ch-ctrl-row,
  .ch-hub.ec-currency-hub .ec-gh-catalog-search {
    flex-basis: 280px !important;
    width: 280px !important;
    min-width: 220px !important;
  }

  .ch-hub.ec-currency-hub .ch-live-badge-full {
    display: none !important;
  }

  .ch-hub.ec-currency-hub .ch-live-badge-short {
    display: inline !important;
  }
}

@media (max-width: 1200px) {
  .ch-hub.ec-currency-hub .ec-gh-az {
    justify-content: flex-start !important;
    overflow-x: auto !important;
    scrollbar-width: thin;
  }
}

@media (max-width: 767px) {
  .ch-hub.ec-currency-hub .ec-gh-status-inner {
    height: auto !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .ch-hub.ec-currency-hub .ec-gh-catalog-tools {
    flex-direction: column !important;
    align-items: stretch !important;
    overflow: visible !important;
  }

  .ch-hub.ec-currency-hub .ec-gh-catalog-tools .ch-ctrl-row,
  .ch-hub.ec-currency-hub .ec-gh-catalog-search {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex-basis: auto !important;
  }

  .ch-hub.ec-currency-hub .ec-gh-catalog-tools .ch-ctrl-row::after {
    display: none !important;
  }
}

/* Targeted polish 2026-06-16: ticker parts, popular card text flow, A-Z active state. */
.ch-hub.ec-currency-hub .ch-ticker-wrapper {
  min-width: 0 !important;
  flex: 0 1 auto !important;
  width: min(620px, 100%) !important;
  max-width: 620px !important;
  height: 24px !important;
  overflow: hidden !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.ch-hub.ec-currency-hub .ch-ticker-event {
  min-width: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.ch-hub.ec-currency-hub .ch-ticker-game {
  flex: 0 1 auto !important;
  max-width: 180px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
}

.ch-hub.ec-currency-hub .ch-ticker-currency {
  flex: 0 1 auto !important;
  max-width: 170px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: #ffb52e !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
}

.ch-hub.ec-currency-hub .ch-ticker-action {
  flex: 0 0 auto !important;
  color: #c7c5d3 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.ch-hub.ec-currency-hub .ch-ticker-time {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  margin-left: 4px !important;
  color: #7f7b91 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
}

.ch-hub.ec-currency-hub .ec-gh-popular-card-top,
.ch-hub.ec-currency-hub .ch-pop-main {
  min-width: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 10px !important;
}

.ch-hub.ec-currency-hub .ec-gh-popular-icon,
.ch-hub.ec-currency-hub .ch-pop-icon {
  flex: 0 0 44px !important;
}

.ch-hub.ec-currency-hub .ec-gh-popular-status,
.ch-hub.ec-currency-hub .ch-stock-pill {
  flex: 0 0 auto !important;
  margin-top: 2px !important;
}

.ch-hub.ec-currency-hub .ec-gh-popular-title,
.ch-hub.ec-currency-hub .ch-pop-game {
  width: 100% !important;
  max-width: none !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  line-height: 1.12 !important;
}

.ch-hub.ec-currency-hub .ec-gh-popular-currency,
.ch-hub.ec-currency-hub .ch-pop-currency {
  max-width: 100% !important;
}

.ch-hub.ec-currency-hub .ec-gh-popular-bottom,
.ch-hub.ec-currency-hub .ch-pop-foot {
  align-items: flex-end !important;
}

.ch-hub.ec-currency-hub .ec-gh-popular-price,
.ch-hub.ec-currency-hub .ch-pop-foot b {
  font-weight: 800 !important;
}

.ch-hub.ec-currency-hub .ec-gh-catalog-tools .ch-ctrl-row::after {
  display: none !important;
}

.ch-hub.ec-currency-hub .ec-gh-catalog-search-wrap {
  flex: 0 1 320px !important;
  width: 320px !important;
  min-width: 240px !important;
  max-width: 320px !important;
}

.ch-hub.ec-currency-hub .ec-gh-tools-divider {
  flex: 0 0 auto !important;
  width: 1px !important;
  height: 24px !important;
  margin-left: 8px !important;
  margin-right: 16px !important;
  background: #2d2d2d !important;
  opacity: .9 !important;
}

.ch-hub.ec-currency-hub .ec-gh-az .az-all {
  width: auto !important;
  min-width: 48px !important;
  height: 34px !important;
  padding: 0 12px !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: #b8b4c9 !important;
  font-weight: 900 !important;
}

.ch-hub.ec-currency-hub .ec-gh-az .az-all.is-active,
.ch-hub.ec-currency-hub .ec-gh-az .az-letter.is-active {
  background: #ffb52e !important;
  border-color: #ffb52e !important;
  color: #000 !important;
}

.ch-hub.ec-currency-hub .ec-gh-az button:not(.is-active):hover {
  color: #fff !important;
  border-color: rgba(181, 101, 230, .45) !important;
}

@media (max-width: 1500px) {
  .ch-hub.ec-currency-hub .ec-gh-catalog-search-wrap {
    flex-basis: 280px !important;
    width: 280px !important;
    min-width: 220px !important;
  }

  .ch-hub.ec-currency-hub .ch-ticker-game {
    max-width: 150px !important;
  }

  .ch-hub.ec-currency-hub .ch-ticker-currency {
    max-width: 145px !important;
  }
}

@media (max-width: 767px) {
  .ch-hub.ec-currency-hub .ec-gh-tools-divider {
    display: none !important;
  }

  .ch-hub.ec-currency-hub .ec-gh-catalog-search-wrap {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex-basis: auto !important;
  }
}

/* Final micro-fixes 2026-06-16: popular title air + vertical live ticker. */
.ch-hub.ec-currency-hub .ec-gh-popular-title,
.ch-hub.ec-currency-hub .ch-pop-game {
  margin-top: 8px !important;
}

.ch-hub.ec-currency-hub .ec-gh-popular-card-top,
.ch-hub.ec-currency-hub .ch-pop-main {
  margin-bottom: 0 !important;
}

.ch-hub.ec-currency-hub .ch-ticker-viewport {
  position: relative !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  height: 24px !important;
  overflow: hidden !important;
}

.ch-hub.ec-currency-hub .ch-ticker-item {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  white-space: nowrap !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: transform 360ms ease-in-out, opacity 360ms ease-in-out !important;
  will-change: transform, opacity;
}

.ch-hub.ec-currency-hub .ch-ticker-item .ch-ticker-event {
  flex: 0 1 auto !important;
}

.ch-hub.ec-currency-hub .ch-ticker-item.is-current {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.ch-hub.ec-currency-hub .ch-ticker-item.is-leaving {
  opacity: 0 !important;
  transform: translateY(-16px) !important;
}

.ch-hub.ec-currency-hub .ch-ticker-item.is-entering {
  opacity: 0 !important;
  transform: translateY(16px) !important;
}

/* Market status bar repair 2026-06-16: prevent empty-looking live ticker. */
.ch-hub.ec-currency-hub .ch-market-bar.ec-gh-status-bar {
  min-height: 54px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ch-hub.ec-currency-hub .ec-gh-status-inner {
  min-height: 44px !important;
  align-items: center !important;
}

.ch-hub.ec-currency-hub .ch-ticker-wrapper {
  min-width: 0 !important;
  flex: 0 1 auto !important;
  width: min(620px, 100%) !important;
  max-width: 620px !important;
  display: inline-flex !important;
  align-items: center !important;
}

.ch-hub.ec-currency-hub .ch-ticker-viewport {
  width: min(620px, 100%) !important;
  min-width: 260px !important;
}

/* Mobile-only Market Status Bar adaptation 2026-06-16. */
@media (max-width: 767px) {
  .ch-hub.ec-currency-hub .ch-market-bar.ec-gh-status-bar {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .ch-hub.ec-currency-hub .ec-gh-status-inner {
    height: auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .ch-hub.ec-currency-hub .ch-live-badge-full {
    display: none !important;
  }

  .ch-hub.ec-currency-hub .ch-live-badge-short {
    display: inline !important;
  }

  .ch-hub.ec-currency-hub .ch-market-live {
    width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    justify-self: auto !important;
  }

  .ch-hub.ec-currency-hub .ch-live-badge {
    flex: 0 0 auto !important;
    height: 28px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
  }

  .ch-hub.ec-currency-hub .ch-ticker-wrapper {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
  }

  .ch-hub.ec-currency-hub .ch-ticker-viewport {
    width: 100% !important;
    min-width: 0 !important;
    height: 24px !important;
  }

  .ch-hub.ec-currency-hub .ch-ticker-item {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ch-hub.ec-currency-hub .ch-ticker-event {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    gap: 5px !important;
  }

  .ch-hub.ec-currency-hub .ch-ticker-game {
    max-width: 105px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
  }

  .ch-hub.ec-currency-hub .ch-ticker-currency {
    max-width: 54px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
  }

  .ch-hub.ec-currency-hub .ch-ticker-action {
    font-size: 13px !important;
    font-weight: 500 !important;
  }

  .ch-hub.ec-currency-hub .ch-ticker-time {
    flex: 0 0 auto !important;
    margin-left: 4px !important;
    font-size: 12px !important;
    gap: 4px !important;
  }

  .ch-hub.ec-currency-hub .ch-clock-icon {
    width: 13px !important;
    height: 13px !important;
  }

  .ch-hub.ec-currency-hub .ch-market-cashback {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 9px !important;
    white-space: nowrap !important;
    justify-self: auto !important;
  }

  .ch-hub.ec-currency-hub .ch-market-cashback strong,
  .ch-hub.ec-currency-hub .ch-market-cashback b {
    flex: 0 0 auto !important;
    height: 28px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
  }

  .ch-hub.ec-currency-hub .ch-market-cashback span {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    font-size: 14px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .ch-hub.ec-currency-hub .ch-status-icon-gift {
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 auto !important;
  }

  .ch-hub.ec-currency-hub .ch-market-request {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    white-space: nowrap !important;
    justify-self: auto !important;
  }

  .ch-hub.ec-currency-hub .ch-market-request span {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    font-size: 14px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .ch-hub.ec-currency-hub .ch-status-icon-spark {
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 auto !important;
  }

  .ch-hub.ec-currency-hub .ch-market-request button,
  .ch-hub.ec-currency-hub .ch-market-request .btn,
  .ch-hub.ec-currency-hub .ch-market-request-btn {
    flex: 0 0 auto !important;
    min-width: 150px !important;
    height: 36px !important;
    padding: 0 14px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
  }
}

@media (max-width: 390px) {
  .ch-hub.ec-currency-hub .ch-ticker-game {
    max-width: 90px !important;
  }

  .ch-hub.ec-currency-hub .ch-ticker-currency {
    max-width: 46px !important;
  }

  .ch-hub.ec-currency-hub .ch-ticker-action {
    max-width: 58px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .ch-hub.ec-currency-hub .ch-market-request button,
  .ch-hub.ec-currency-hub .ch-market-request .btn,
  .ch-hub.ec-currency-hub .ch-market-request-btn {
    min-width: 138px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
  }
}
