.settings-page {
  min-height: 100vh;
  padding: 80px 16px 120px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.settings-card {
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 20px;
  padding: 32px 20px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  max-width: 420px;
  width: 100%;
}

.settings-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.settings-text {
  margin: 0;
  font-size: 14px;
  color: #4b5563;
  font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
