.home-page {
  min-height: 100vh;
  padding: 28px 20px 60px;
}

.home-header {
  max-width: 1100px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-title {
  font-size: 28px;
  font-weight: 700;
}

.logout-link {
  color: #c45d87;
  text-decoration: none;
  font-size: 14px;
}

.home-placeholder {
  max-width: 1100px;
  margin: 0 auto;
  min-height: 520px;
  border-radius: 28px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(236,214,224,0.9);
  box-shadow: 0 18px 40px rgba(203,153,177,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #7a7f8f;
  line-height: 1.8;
  font-size: 18px;
}