/* /src/web/static/dashboard.css */
header,
.navbar,
.top-bar {
  background-color: #7d3f09 !important; /* arancione scuro */
  color: #ffffff !important;
}

.navbar a,
.top-bar a {
  color: #ffffff !important;
}

.navbar a:hover,
.top-bar a:hover {
  color: #ffe6b3 !important;
}

.btn-primary {
  background-color: #7d3f09 !important;
  border-color: #7d3f09 !important;
}

.btn-primary:hover {
  background-color: #7d3f09 !important;
}

.muted {
  color: #64748b;
  font-size: .85rem;
}

.badge {
  padding: 2px 6px;
  border-radius: 6px;
  font-size: .8rem;
  background: #e5e7eb;
  color: #111827;
  white-space: nowrap;
}

.badge-green {
  background: #e6f6ee;
  color: #065f46;
}

.badge-red {
  background: #fee2e2;
  color: #991b1b;
}

svg.spark { display: block; }

td, th { vertical-align: top; }

.toolbar a.yt {
  text-decoration: none;
  padding: 6px 10px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  color: #111827;
}
.toolbar a.yt:hover { background: #f1f5f9; }
