/* Flota Musurit - custom styles */

:root {
  --flota-dark: #1a2e4a;
  --flota-accent: #0d6efd;
}

body {
  font-size: .9375rem;
}

/* Navbar */
.bg-primary-dark {
  background-color: var(--flota-dark) !important;
}
.navbar-brand {
  font-size: 1rem;
  letter-spacing: .02em;
}

/* Stat cards */
.card-stat {
  border-left: 4px solid var(--flota-accent);
  transition: box-shadow .15s;
}
.card-stat:hover {
  box-shadow: 0 .25rem .75rem rgba(0,0,0,.08);
}
.card-stat .stat-value {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
}
.card-stat .stat-label {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #6c757d;
}

/* Tables */
.table th {
  font-size: .8125rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #495057;
  white-space: nowrap;
}
.table-hover tbody tr:hover {
  background-color: rgba(13,110,253,.04);
}

/* Forms */
.form-label {
  font-weight: 500;
  font-size: .9rem;
}

/* Breadcrumb */
.breadcrumb {
  font-size: .85rem;
}

/* Chart containers */
.chart-wrapper {
  position: relative;
  height: 280px;
}

/* Action buttons in table rows */
.btn-table {
  padding: .2rem .5rem;
  font-size: .8rem;
}

/* Badge override */
.badge-cost {
  font-size: .8rem;
  font-weight: 600;
}

/* Print */
@media print {
  .navbar, .btn, form[action="/logout"],
  nav[aria-label="breadcrumb"], .no-print { display: none !important; }
  .card { border: 1px solid #dee2e6 !important; }
}
