/* ── Sidebar ─────────────────────────────────────────────────────────────── */
#sidebar .nav-link {
  color: #adb5bd;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 0.9rem;
}
#sidebar .nav-link:hover,
#sidebar .nav-link.active {
  background: rgba(13, 110, 253, 0.15);
  color: #fff;
}

/* ── Cards ───────────────────────────────────────────────────────────────── */
.card {
  border: 1px solid #2d3748;
  background: #1a202c;
}
.card-header {
  background: #2d3748;
  border-bottom: 1px solid #3d4a5c;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a0aec0;
}

/* ── Tables ──────────────────────────────────────────────────────────────── */
.table-sm td, .table-sm th {
  font-size: 0.85rem;
}

/* ── Badges ──────────────────────────────────────────────────────────────── */
.badge-buy  { background: #22543d; color: #68d391; }
.badge-sell { background: #742a2a; color: #fc8181; }

/* ── HTMX loading indicator ─────────────────────────────────────────────── */
.htmx-request .htmx-indicator { display: inline-block; }
.htmx-indicator { display: none; }
