
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(14, 15, 29, 0.95);
  backdrop-filter: blur(6px);
}

.modal-content {
  background: radial-gradient(circle at top left, #1e1f2e, #0e0f1d);
  margin: 10% auto;
  padding: 30px;
  border: 1px solid #9f9fff;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  color: white;
  font-family: 'Lato', sans-serif;
}

.close-btn {
  float: right;
  font-size: 24px;
  cursor: pointer;
  color: #9f9fff;
}

.creator-ship-image img {
  display: block;
  margin: 10px auto;
  height: 150px;
}

.creator-bio {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.6;
}

.creator-links {
  margin-top: 20px;
}

.creator-links a {
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  color: #9f9fff;
  text-decoration: none;
  font-weight: bold;
}

.creator-links a:hover {
  text-decoration: underline;
}
