/* Back Testing Dashboard Styles */

/* Table Styles */
.table-hover tbody tr:hover {
  background-color: #f8f9fa;
}

.table th {
  background-color: #f8f9fa;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  border-bottom: 2px solid #dee2e6;
}

.table td {
  vertical-align: middle;
  padding: 0;
}

.table td.action-links {
  padding: 0.5rem;
}

/* Clickable Table Cell Links */
.cell-link {
  display: block;
  padding: 0.5rem;
  text-decoration: none;
  color: inherit;
}

.cell-link:hover {
  text-decoration: none;
  color: inherit;
}

/* Badge Styles */
.badge {
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
}

.ticker-badge {
  background-color: #e9ecef;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* Trade Outcome Styles */
.outcome-success {
  color: #28a745;
  font-weight: 600;
}

.outcome-fail {
  color: #dc3545;
  font-weight: 600;
}

.outcome-none {
  color: #6c757d;
}

/* Action Links */
.action-links a {
  margin-right: 0.5rem;
  text-decoration: none;
  font-weight: 500;
}

.action-links a:hover {
  text-decoration: underline;
}

/* Stats Card */
.stats-card {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 1.5rem;
}
