.structure-balances {
  margin-top: 20px;
}

.structure-balances table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.structure-balances th,
.structure-balances td {
  padding: 6px 8px;
  border-bottom: 1px solid #444;
  text-align: left;
}

.structure-balances th {
  font-weight: 600;
}

.hidden {
  display: none;
}

.mode-switch {
  margin: 15px 0;
  font-size: 1.1rem;
  display: flex;
  gap: 20px;
}

.structure-panel {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #444;
  border-radius: 6px;
  background: #111;
}
