/* Ethereum suite accents on top of sol.css */
.eth-hero .sol-kicker { color: #8ab4ff; }
.eth-wallet .sol-dot.on { background: #627eea; box-shadow: 0 0 0 3px rgba(98, 126, 234, 0.25); }
.eth-chain { display: inline-flex; align-items: center; }
.eth-chain select {
  min-width: 120px;
  height: 36px;
  padding: 0 10px;
  border-radius: 10px;
}
.mkt-chains {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}
.mkt-chains a,
.mkt-chains button {
  appearance: none;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: inherit;
  border-radius: 999px;
  padding: 6px 12px;
  font: inherit;
  font-size: 0.9rem;
  text-decoration: none;
  cursor: pointer;
}
.mkt-chains a.on,
.mkt-chains button.on {
  background: rgba(98, 126, 234, 0.25);
  border-color: rgba(98, 126, 234, 0.55);
  color: #c9d7ff;
}
.mkt-chains a[data-chain="sol"].on {
  background: rgba(153, 69, 255, 0.22);
  border-color: rgba(153, 69, 255, 0.55);
  color: #e4c7ff;
}
.eth-dual-wallet {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}
.eth-dual-wallet .sol-wallet {
  flex: 1 1 280px;
  margin: 0;
}

/* Pump.fun-style TradingView chart */
.mkt-chart-wrap--tv {
  position: relative;
  min-height: 370px;
  background: #18181b;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
}
.mkt-tv-host,
.tvp {
  width: 100%;
  height: 100%;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  background: #18181b;
  color: #a1a1aa;
}
.tvp__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px 0;
  flex-wrap: wrap;
}
.tvp__tfs,
.tvp__modes {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.tvp__tf,
.tvp__mode {
  appearance: none;
  border: 0;
  background: transparent;
  color: #71717a;
  font: 600 12px/1 ui-sans-serif, system-ui, sans-serif;
  padding: 6px 9px;
  border-radius: 6px;
  cursor: pointer;
}
.tvp__tf:hover,
.tvp__mode:hover { color: #e4e4e7; background: rgba(255,255,255,0.04); }
.tvp__tf.on,
.tvp__mode.on {
  color: #fafafa;
  background: rgba(255,255,255,0.08);
}
.tvp__legend {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  padding: 8px 12px 4px;
  font: 600 12px/1.3 ui-sans-serif, system-ui, sans-serif;
  color: #a1a1aa;
}
.tvp__sym { color: #a1a1aa; }
.tvp__ex,
.tvp__iv {
  color: #a1a1aa;
  opacity: 0.9;
}
.tvp__ex::before,
.tvp__iv::before {
  content: '·';
  margin-right: 8px;
  opacity: 0.5;
}
.tvp__ohlc {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
}
.tvp__ohlc i {
  font-style: normal;
  color: #71717a;
  margin-right: 2px;
}
.tvp__ohlc b { font-weight: 700; }
.tvp__ohlc em {
  font-style: normal;
  font-weight: 700;
}
.tvp__canvas {
  flex: 1 1 auto;
  min-height: 300px;
  width: 100%;
}
.tvp__empty {
  position: absolute;
  inset: 80px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #71717a;
  font: 600 13px/1.4 ui-sans-serif, system-ui, sans-serif;
  pointer-events: none;
  text-align: center;
}
.tvp__empty[hidden] { display: none !important; }
