body { font-size: 0.9rem; }

.login-card {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
}

.brand-icon {
  width: 60px;
  height: 60px;
  background: #e8f0fe;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.navbar { min-height: 56px; }

.accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: inherit;
  box-shadow: none;
}
.accordion-button:focus { box-shadow: none; }
.accordion-button::after { margin-left: auto; }

.table > thead > tr > th {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #6c757d;
  border-bottom-width: 1px;
}

.badge.rounded-pill {
  font-size: 0.72rem;
  padding: 0.3em 0.7em;
}

.card { border-radius: 10px; border: 1px solid rgba(0,0,0,.07); }
.accordion-item:first-child { border-radius: 10px 10px 0 0; }
.accordion-item:last-child  { border-radius: 0 0 10px 10px; }

.bg-warning-subtle  { background-color: #fff8e1 !important; }
.bg-success-subtle  { background-color: #e8f5e9 !important; }
.bg-danger-subtle   { background-color: #ffebee !important; }
.bg-primary-subtle  { background-color: #e3f2fd !important; }

.text-warning-emphasis { color: #856404 !important; }
.border-warning-subtle { border-color: #ffc107 !important; }
.border-success-subtle { border-color: #28a745 !important; }
.border-danger-subtle  { border-color: #dc3545 !important; }
.border-primary-subtle { border-color: #0d6efd !important; }
