body {
  color: #fff;
  background: #111;
  margin: 0;
  font-family: Montserrat, serif;
  font-size: 16px;
}

.rarity {
  color: #0f0;
  text-align: center;
  border: 1px solid #0f0;
  border-radius: 3px;
  width: 80px;
  padding: 3px;
}

#reveal {
  object-fit: cover;
  filter: opacity(90%);
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  inset: 0;
  -webkit-transform: translateZ(0);
}

.mainbutton {
  cursor: pointer;
  color: #222;
  background-color: #da2;
  border: none;
  border-radius: 50px;
  outline: 0;
  min-width: 200px;
  height: 50px;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.list-header {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  font-size: 30px;
  font-weight: 900;
}

.info-label {
  color: #555;
  font-size: 10px;
}

.info-value {
  font-size: 25px;
}

.list-footer {
  text-align: center;
  align-content: center;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 100px;
  font-size: 30px;
  font-weight: 900;
}

.card {
  max-width: 600px;
  margin: 0 auto;
}

.thumb-img {
  border-radius: 10px;
}

.card-list {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(100px, auto);
  gap: 10px;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
  display: grid;
  position: relative;
}

.edition {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 120px;
  padding: 3px;
}

.info-list {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.top {
  justify-content: space-between;
  margin-top: 50px;
  margin-left: 12%;
  margin-right: 12%;
  font-size: 12px;
  display: flex;
}

.subtitle {
  color: #999;
  margin-top: 20px;
  margin-left: 12%;
  font-size: 14px;
  font-weight: 100;
}

.title {
  margin-top: 5px;
  margin-left: 12%;
  font-size: 22px;
  font-weight: 1000;
}

.description {
  color: #999;
  margin-bottom: 100px;
  margin-left: 12%;
  margin-right: 12%;
  font-size: 12px;
}

img {
  width: 100%;
  display: block;
}

@media screen and (device-width <= 400px) {
  .container {
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  .container--offset {
    margin-left: 0;
  }
}

@media screen and (device-width >= 1000px) {
  .container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  .container--offset {
    margin-left: 0;
  }
}

.scene {
  margin: -20px 0 -10px;
  padding: 0;
  mask-image: url("mask.e06fea1e.svg");
  mask-position: center;
  mask-size: 96% 88%;
  mask-repeat: no-repeat;
}

.scene button {
  width: 80%;
  position: absolute;
  top: 260px;
  left: 10%;
}

.fill {
  position: absolute;
  inset: 5%;
}

.expand-width {
  width: 100%;
}

.border {
  border: 2px dashed #0fa;
}

.aspect {
  opacity: .2;
}

.scene > :first-child {
  opacity: 1;
}

.scene > :first-child button {
  transform: rotate(150deg);
}

.scene > :nth-child(2) {
  opacity: 1;
}

.scene > :nth-child(2) button {
  transform: rotate(120deg);
}

.scene > :nth-child(3) {
  opacity: 1;
}

.scene > :nth-child(3) button {
  transform: rotate(90deg);
}

.scene > :nth-child(4) {
  opacity: 1;
}

.scene > :nth-child(4) button {
  transform: rotate(60deg);
}

.scene > :nth-child(5) {
  opacity: 1;
}

.scene > :nth-child(5) button {
  transform: rotate(30deg);
}

.scene > :nth-child(6) {
  opacity: 1;
}

.scene > :nth-child(6) button {
  transform: rotate(0);
}
/*# sourceMappingURL=index.0a554eb1.css.map */
