.ss-fan-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.ss-fan-tabs button {
  padding: 8px 14px;
  border: none;
  background: #eee;
  cursor: pointer;
}

.ss-fan-tabs button.active {
  background: #222;
  color: #fff;
}

.ss-fan-panel {
  display: none;
}

.ss-fan-panel.active {
  display: block;
}

.muted {
  opacity: 0.7;
  font-size: 0.9em;
}


.ss-wallet-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.ss-wallet-buttons button.active {
  background: #222;
  color: #fff;
}

.ss-wallet-fund input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
}

.ss-wallet-fund button.primary {
  width: 100%;
  padding: 10px;
  background: #0074d9;
  color: #fff;
  border: none;
  cursor: pointer;
}

.ss-wallet-history ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ss-wallet-history li {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.ss-wallet-history .muted {
  opacity: 0.6;
  font-size: 0.85em;
}



