body {
  font-family: 'Segoe UI', Arial, sans-serif;
}
header {
  background: linear-gradient(90deg, #007bff 60%, #0056b3 100%);
}
section {
  margin-bottom: 2rem;
}
.card {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
footer {
  font-size: 0.95rem;
}

/* Dashboard custom styles */
.dashboard-header {
  background: linear-gradient(90deg, #f8f9fa 60%, #fffbe6 100%);
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}
.dashboard-card {
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  background: #fff;
}
.dashboard-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e0e0e0;
  margin-bottom: 8px;
}
.dashboard-timer {
  font-size: 1.5rem;
  font-weight: 500;
}
.onboarding-list li {
  margin-bottom: 6px;
  font-size: 0.98rem;
}
.calendar-bar span {
  font-size: 0.95rem;
  color: #888;
  margin-right: 18px;
}
.dashboard-progress {
  height: 8px;
  border-radius: 6px;
}
.dashboard-progress-bar-60 {
  width: 60%;
}
.dashboard-progress-bar-18 {
  width: 18%;
}
