/* Cabeçalho/Navegação */
.navbar-brand img { border-radius: 6px; }
.navbar { box-shadow: var(--shadow-sm); }

/* Cards e áreas */
.card { border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.card-header { border-bottom: 1px solid var(--neutral-200); }
.card-footer { border-top: 1px solid var(--neutral-200); }

/* Estatísticas */
.stat-card .stat-label { color: var(--neutral-600); font-size: .875rem; }
.stat-card .stat-value { font-weight: 700; font-size: 1.5rem; }
.stat-card .stat-subtext { color: var(--neutral-600); font-size: .8125rem; }

/* Rodapé */
footer { background-color: var(--neutral-50); }