/* ===============================
   AI TradeBot Dashboard Styles
   =============================== */

html, body {
  height: 100%;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  background-color: #f4f6f9;
}

/* Cards */
.card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.card-header {
  background: #ffffff;
  border-bottom: 1px solid #eaeaea;
  font-weight: 600;
}

/* Navbar */
.navbar-brand {
  font-weight: 700;
  letter-spacing: 0.4px;
}

/* Stats */
.h4 {
  font-weight: 700;
}

.text-muted {
  font-size: 0.85rem;
}

/* Chart */
#chart {
  width: 100%;
  height: 420px;
}

/* Orders list */
#orders hr {
  margin: 6px 0;
}

#orders .small {
  line-height: 1.3;
}

/* Buttons */
.btn {
  border-radius: 8px;
}

/* Mode badge */
#modeBadge {
  font-size: 0.8rem;
  padding: 6px 10px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  #chart {
    height: 300px;
  }
}
