.dinosaur__card {
  margin: 0;
  padding: 12.1% 12.8% 13% 12.5%;
  width: 100%;
  height: 100%;
  aspect-ratio: 918/1091;
  display: block;
  background-image: url("/assets/dinosaurs/bg-card-96cb09fe.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

.dinosaur__card > .rank {
  margin: auto;
  padding: 8px;
  width: fit-content;
  min-width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 40px;
  background: linear-gradient(180deg, #868686 0%, #9b7c2f 100%);
  position: absolute;
  top: 11%;
  left: 13%;
  border-radius: 16px;
}

.dinosaur__card .image-box {
  width: 100%;
  max-width: 691px;
  aspect-ratio: 691 / 419;
  overflow: hidden;
}

.dinosaur__card .image-box.--fire {
  background-image: url("/assets/dinosaurs/bg-fire-inside-cc5d97ff.jpg");
  background-size: cover;
  background-position: center;
}

.dinosaur__card .image-box.--forest {
  background-image: url("/assets/dinosaurs/bg-forest-inside-a6cb633a.jpg");
  background-size: cover;
  background-position: center;
}

.dinosaur__card .image-box.--sea {
  background-image: url("/assets/dinosaurs/bg-sea-inside-b02d6e63.jpg");
  background-size: cover;
  background-position: center;
}

.dinosaur__card .image-box .image {
  margin: auto;
  width: auto;
  height: 100%;
}

.dinosaur__card .title-box {
  margin: 6% 0 0 0;
  padding: 5% 0 7% 0;
  position: relative;
  width: 100%;
  height: auto;
}
.dinosaur__card .title-box .line-top {
  margin: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 704/19;
  background-image: url("/assets/dinosaurs/line-top-3150763f.png");
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.dinosaur__card .title-box .line-bottom-left {
  margin: auto;
  width: 10%;
  height: 18px;
  background-image: url("/assets/dinosaurs/line-bottom-left-cbdabddc.png");
  background-size: cover;
  background-position: left;
  position: absolute;
  left: 0;
  bottom: 0;
}

.dinosaur__card .title-box .line-bottom-right {
  margin: auto;
  width: 10%;
  height: 18px;
  background-image: url("/assets/dinosaurs/line-bottom-right-f700b5ce.png");
  background-size: cover;
  background-position: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
.dinosaur__card .title-box .title {
  width: 100%;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  color: #ffe9ca;
  text-align: center;
  filter: drop-shadow(0 0 4px rgba(255, 233, 202, 0.8));
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dinosaur__card .title-box .meta {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  position: absolute;
  bottom: 0;
}

.dinosaur__card .title-box .meta .icon {
  width: 25px;
}

.dinosaur__card .title-box .meta .name {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  color: #ffe9ca;
}

.dinosaur__card .title-box .meta .age {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  color: #ffe9ca;
}

.dinosaur__card .title-box .meta .gender {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  color: #ffe9ca;
}

.dinosaur__card .statuses-box {
  margin-top: 4%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 10%;
}

.dinosaur__card .statuses-box .status-box {
  padding: 0 2% 0 2%;
  width: 100%;
  flex: 1;
}

.dinosaur__card .statuses-box .status-box .total-box {
  width: 100%;
  padding: 0 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dinosaur__card .statuses-box .status-box .total-box .title {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  color: #ffe9ca;
}

.dinosaur__card .statuses-box .status-box .total-box .score {
  display: flex;
}

.dinosaur__card .statuses-box .status-box .total-box .score > .number-image {
  height: 75px;
}

.dinosaur__card .statuses-box .status-box .sub-box {
  margin-top: 8%;
}
.dinosaur__card .statuses-box .status-box .sub-box ul {
  display: flex;
  flex-direction: column;
}
.dinosaur__card .statuses-box .status-box .sub-box ul li {
  padding: 3% 0;
}

.dinosaur__card .statuses-box .status-box .sub-box ul li .bar-chart {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dinosaur__card .statuses-box .status-box .sub-box ul li .bar-chart .title {
  width: 26%;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  color: #ffe9ca;
  flex-shrink: 0;
}

.dinosaur__card .statuses-box .status-box .sub-box ul li .bar-chart .score {
  margin-left: 10%;
  margin-right: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  color: #ffe9ca;
  text-align: right;
  flex-shrink: 0;
}

.dinosaur__card .statuses-box .graph-box {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dinosaur__card .statuses-box .graph-box .radar-chart {
  width: 100%;
  height: 100%;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .dinosaur__card > .rank {
    margin: auto;
    padding: 4px;
    width: fit-content;
    min-width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(180deg, #868686 0%, #9b7c2f 100%);
    position: absolute;
    top: 11%;
    left: 13%;
    border-radius: 16px;
  }
  .dinosaur__card .title-box {
    margin: 6% 0 0 0;
    padding: 5% 0 7% 0;
    position: relative;
    width: 100%;
    height: auto;
  }

  .dinosaur__card .title-box .line-top {
    margin: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 704/19;
    background-image: url("/assets/dinosaurs/line-top-3150763f.png");
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .dinosaur__card .title-box .line-bottom-left {
    margin: auto;
    width: 15%;
    height: auto;
    aspect-ratio: 135/19;
    background-image: url("/assets/dinosaurs/line-bottom-left-cbdabddc.png");
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: 2px;
  }

  .dinosaur__card .title-box .line-bottom-right {
    margin: auto;
    width: 15%;
    height: auto;
    aspect-ratio: 135/19;
    background-image: url("/assets/dinosaurs/line-bottom-right-f700b5ce.png");
    background-size: 100%;
    background-position: center;
    position: absolute;
    right: 0;
    bottom: 2px;
  }
  .dinosaur__card .title-box .title {
    width: 100%;
    height: 30px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 24px */
    color: #ffe9ca;
    text-align: center;
    filter: drop-shadow(0 0 4px rgba(255, 233, 202, 0.8));
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .dinosaur__card .title-box .meta {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 2px;
    position: absolute;
    bottom: 0;
  }

  .dinosaur__card .title-box .meta .icon {
    width: 12px;
  }

  .dinosaur__card .title-box .meta .name {
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
    color: #ffe9ca;
  }

  .dinosaur__card .title-box .meta .age {
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
    color: #ffe9ca;
  }

  .dinosaur__card .title-box .meta .gender {
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
    color: #ffe9ca;
  }

  .dinosaur__card .statuses-box {
    margin-top: 4%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
  }

  .dinosaur__card .statuses-box .status-box {
    padding: 0 2% 0 2%;
    width: 100%;
    flex: 1;
  }

  .dinosaur__card .statuses-box .status-box .total-box {
    width: 100%;
    padding: 0 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .dinosaur__card .statuses-box .status-box .total-box .title {
    width: fit-content;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
    color: #ffe9ca;
  }
  .dinosaur__card .statuses-box .status-box .total-box .score > .number-image {
    height: 20px;
  }
  .dinosaur__card .statuses-box .status-box .sub-box {
    margin-top: 8%;
  }
  .dinosaur__card .statuses-box .status-box .sub-box ul {
    display: flex;
    flex-direction: column;
  }
  .dinosaur__card .statuses-box .status-box .sub-box ul li {
    padding: 2% 0;
  }
  .dinosaur__card .statuses-box .status-box .sub-box ul li .bar-chart {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 10px;
  }
  .dinosaur__card .statuses-box .status-box .sub-box ul li .bar-chart span {
    line-height: 50%;
  }
  .dinosaur__card .statuses-box .status-box .sub-box ul li .bar-chart .title {
    width: 40%;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
    color: #ffe9ca;
    flex-shrink: 0;
  }

  .dinosaur__card .statuses-box .status-box .sub-box ul li .bar-chart .score {
    margin-left: 5%;
    margin-right: 0;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
    color: #ffe9ca;
    text-align: right;
    flex-shrink: 0;
  }

  .dinosaur__card .statuses-box .graph-box .radar-chart {
    margin-top: 10%;
    width: 80%;
    height: 80%;
    padding: 0;
  }

  .dinosaur__card .statuses-box .graph-box .radar-chart dl > div {
    font-size: 10px;
  }
}
