#s-goal {
  background: #07070c;
  justify-content: flex-start;
  align-items: center;
  padding: 4.5rem 2rem 5rem;
  overflow-y: auto;
  gap: 0;
}

#goal-type-label {
  font-size: 0.62rem;
  color: #dcdcdc;
  letter-spacing: 0.55em;
  margin-bottom: 0.8rem;
  min-height: 1em;
}

#goal-title {
  font-size: clamp(1.8rem, 5vw, 3rem);
  letter-spacing: 0.9em;
  margin-bottom: 2rem;
  min-height: 1.5em;
  /* color は JS でタイプごとに設定 */
}

#goal-desc {
  font-size: 0.75rem;
  color: #dcdcdc;
  letter-spacing: 0.14em;
  line-height: 2.4;
  text-align: center;
  max-width: 500px;
  margin-bottom: 3rem;
  min-height: 4em;
}

#goal-chosen-label {
  font-size: 0.58rem;
  color: #383855;
  letter-spacing: 0.55em;
  margin-bottom: 1.2rem;
}

#goal-chosen-words {
  font-size: 0.7rem;
  color: #dcdcdc;
  letter-spacing: 0.3em;
  line-height: 2.5;
  text-align: center;
  max-width: 480px;
  margin-bottom: 3rem;
}

#goal-epilogue {
  font-size: 0.68rem;
  color: #dcdcdc;
  letter-spacing: 0.2em;
  line-height: 2.2;
  text-align: center;
  max-width: 460px;
  margin-bottom: 3rem;
  min-height: 2em;
}

#goal-btns {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 0.7rem;
  flex-wrap: wrap;
  justify-content: center;
}

#goal-save,
#goal-share-x,
#goal-share-ig {
  font-size: 0.6rem;
  padding: 0.45em 1.3em;
  letter-spacing: 0.3em;
  border-color: rgba(220,220,220,0.3);
  color: rgba(220,220,220,0.5);
}

#goal-save:hover,
#goal-share-x:hover,
#goal-share-ig:hover {
  border-color: rgba(220,220,220,0.6);
  color: rgba(220,220,220,0.8);
}

#ig-hint {
  font-size: 0.58rem;
  color: rgba(220,220,220,0.5);
  letter-spacing: 0.2em;
  margin-bottom: 0.6rem;
  min-height: 1.2em;
  opacity: 0;
  transition: opacity 0.5s ease;
  text-align: center;
}

#ig-hint.show {
  opacity: 1;
}

#goal-restart {
  font-size: 0.65rem;
  padding: 0.55em 1.8em;
  letter-spacing: 0.4em;
}
