.member-dashboard-container { max-width: 900px; margin: 0 auto; font-family: sans-serif; }
.dashboard-welcome h2 { margin-bottom: 5px; }
.dashboard-tabs { margin: 20px 0; }
.tab-link { padding: 10px 20px; cursor: pointer; background: #eee; border: none; margin-right: 5px; }
.tab-link.active { background: #0073aa; color: #fff; }
.tab-content { display: none; }
.tab-content.active { display: block; }
.cards-container { display: flex; flex-wrap: wrap; gap: 15px; }
.card { background: #f9f9f9; padding: 15px; border-radius: 5px; flex: 1 1 250px; }
.card-date.completed { color: green; }
.session-status { display: inline-block; margin-top: 10px; font-weight: bold; }
.milestones { list-style: disc; margin-left: 15px; }
.progress-chart-container { margin-bottom: 30px; }