
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Dancing+Script:wght@400..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

.ava-basics {
  background-color: #1a1a1e;
  color: #dcdada;
  font-family: 'EB Garamond', serif;
  border: 2px solid #3e3a44;
  padding: 2rem;
  margin: 2rem auto;
  max-width: 600px;
  position: relative;
}

body{
  background-color: #1a1a1e;
  color: white
}

.ava-library {
  background-color: #1a1a1e;
  color: #dcdada;
  font-family: 'EB Garamond', serif;
  padding: 2rem;
  margin: 2rem auto;
  max-width: 700px;
  border: 1px solid #3e3a44;
  box-shadow: 0 0 10px rgba(126, 74, 87, 0.25);
}

.ava-library h2 {
  font-family: 'Cinzel Decorative', serif;
  font-size: 2.2rem;
  color: #7e4a57;
  margin-bottom: 1.5rem;
  text-align: center;
}

.favorites-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.fav-block {
  flex: 1 1 300px;
  background-color: #2b2b2f;
  padding: 1.5rem;
  border-radius: 10px;
  border-left: 4px solid #7e4a57;
  box-shadow: inset 0 0 10px rgba(60, 58, 64, 0.3);
}

.fav-block h3 {
  font-family: 'Dancing Script', cursive;
  font-size: 1.5rem;
  color: #c9b9ac;
  margin-bottom: 1rem;
}

.fav-block ul {
  list-style: disc;
  padding-left: 1.2rem;
}
.ava-intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  background-color: #1a1a1e;
  border: 1px solid #3e3a44;
  box-shadow: 0 0 15px rgba(60, 58, 64, 0.3);
  margin: 2rem auto;
  max-width: 800px;
}

.ava-portrait img {
  width: 250px;
  border-radius: 8px;
  border: 2px solid #7e4a57;
  box-shadow: 0 0 8px rgba(126, 74, 87, 0.4);
}

.ava-quote blockquote {
  font-family: 'Dancing Script', cursive;
  font-size: 1.5rem;
  color: #dcdada;
  border-left: 4px solid #7e4a57;
  padding-left: 1rem;
  margin: 0;
}

.ava-journal {
  background-color: #1a1a1e;
  color: #dcdada;
  font-family: 'EB Garamond', serif;
  padding: 2rem;
  margin: 2rem auto;
  max-width: 700px;
  border: 1px solid #3c3a40;
  box-shadow: 0 0 15px rgba(126, 74, 87, 0.3);
}

.ava-journal h2 {
  font-family: 'Cinzel Decorative', serif;
  font-size: 2rem;
  color: #7e4a57;
  text-align: center;
  margin-bottom: 1.5rem;
}

.ava-journal details {
  background-color: #2b2b2f;
  padding: 1rem 1.2rem;
  margin-bottom: 1rem;
  border-left: 3px solid #7e4a57;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.ava-journal details:hover {
  background-color: #323236;
}

.ava-journal summary {
  font-family: 'Dancing Script', cursive;
  font-size: 1.2rem;
  color: #c9b9ac;
  cursor: pointer;
}

.ava-journal p {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.6;
}

.ava-footnote {
  font-family: 'EB Garamond', serif;
  font-size: 0.9rem;
  color: #888;
  text-align: center;
  margin-top: 4rem;
}

.ava-footnote input[type="password"] {
  background-color: #1a1a1e;
  border: 1px solid #3c3a40;
  padding: 0.5rem;
  color: #dcdada;
  margin-top: 1rem;
}

.ava-footnote button {
  background-color: #7e4a57;
  color: #f1edea;
  border: none;
  padding: 0.5rem 1rem;
  margin-left: 0.5rem;
  cursor: pointer;
  font-family: 'Cormorant Garamond', serif;
}

.hidden-safe {
  display: none;
  margin-top: 2rem;
  color: #dcdada;
}