* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#content {
  min-height: 590px;
  background-color: #f5f5f5;
}
section h2 {
  padding-top: 16px;
}
section.top {
  text-align: center;
}
section.top h3 {
  font-style: italic;
  color: #666;
  margin-bottom: 6px;
  font-size: 16px;
}
section.split {
  display: flex;
  justify-content: space-around;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 150px;
}
section.split.wrap {
  flex-wrap: wrap;
}
section.split.wrap article {
  flex-basis: 160px;
}
section.split article {
  width: 200px;
  margin-left: 10px;
  margin-right: 10px;
}
section.split .nav {
  flex-grow: 1;
}
section.split article {
  position: relative;
  margin-top: 96px;
  padding: 25px;
  border-radius: 6px;
  text-align: center;
}
section.split article .image-container {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -75%);
  top: 0;
  width: 128px;
  height: 128px;
  z-index: 2;
}
section.split article .image-container {
  padding: 12px;
  border-radius: 50%;
  text-align: center;
}
section.split article .image-container img {
  max-width: 100%;
  max-height: 100%;
}
section.split article h3 {
  font-size: 26px;
  padding: 0;
  margin-top: 8px;
  border-bottom: none;
  color: #4078c0;
}
section.split article .estimate {
  font-size: 13px;
  color: #666;
}
section.split article .estimate span {
  display: block;
  font-size: 34px;
  margin: 12px 0 24px;
  color: #404040;
}
section.split article .range {
  font-size: 13px;
  color: #666;
}
section.split article .range span {
  display: block;
  font-size: 24px;
  margin: 12px 0 24px;
  color: #404040;
}
section.split article .spread {
  font-size: 13px;
  color: #888;
}
section.split article.begin {
  margin-top: 24px;
}
section.split article.entry {
  flex: 0 0 300px;
}
article.placeholder {
  display: none;
}
.float-side {
  position: absolute;
  left: 5px;
  top: 105px;
  width: 120px;
  min-height: 400px;
}
.float-side.right {
  left: auto;
  right: 5px;
}
@media all and (max-width: 1000px) {
  #app {
    margin-top: 80px;
  }
  section.split {
    flex-wrap: wrap;
  }
  section.split article:first-child {
    flex: 0 1 100%;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  section.split article {
    flex: 0 1 30%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  section.top h2 {
    margin: 15px 25px 0;
  }
}
@media all and (max-width: 650px) {
  /* section.top h2 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 20px;
  } */
  section.split {
    padding: 0;
  }
  section.split article {
    flex: 0 1 100%;
    margin: 0 10px 10px;
    border-radius: 0;
    width: 100%;
  }
  .split .result {
    padding: 10px 20px 10px 102px;
  }
  .split .result h3 {
    margin: 0 0 10px;
    text-align: left;
    font-size: 24px;
  }
  .split .result .image-container {
    left: 10px;
    padding: 0;
    width: 72px;
    height: 72px;
    border-radius: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .split .result .image-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .split .result .data > div {
    display: flex;
    height: 22px;
    line-height: 22px;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .split .result .data > div span {
    margin: 0;
    font-size: 24px;
  }
  .split .result .data .estimate {
    margin-bottom: 8px;
  }
  .split .result .data .range span {
    font-size: 14px;
  }
  .split .result .data .spread span {
    font-size: 14px;
  }
}
@media all and (max-width: 350px) {
  .split .result h3 {
    font-size: 22px;
  }
  .split .result .image-container {
    width: 54px;
    height: 54px;
  }
  .split .result {
    padding-left: 78px;
  }
  .split .result .data .estimate span {
    font-size: 18px;
    font-weight: 700;
  }
}

.block {
  margin-bottom: 18px;
}
.block .title {
  font-size: 13px;
  color: #999;
  margin-bottom: 4px;
}
.block .input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px 8px;
  text-align: center;
  font-size: 18px;
}
.submit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #024966;
  border: none;
  padding: 0 38px;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
}
.submit:disabled {
  background-color: #024966;
  opacity: .4;
}

#app .v-select li {
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin: 0;
  height: 32px;
}
#app .v-select li div {
  margin: 0 8px 0 0;
}
#app .v-select li div span {
  display: block;
}

.vs__open-indicator {
  cursor: pointer;
}

[v-cloak] {
  display: none !important;
}

section {
  max-width: 1100px;
  width: calc(100% - 40px);
  position: relative;
  margin: 0 auto 20px;
}

section.top {
  text-align: center;
}

section > h2 {
  font-size: 32px;
  padding: 24px 3px 16px;
  color: #333;
}

section article {
  padding: 40px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.v-select,
.v-select * {
  box-sizing: border-box;
}

.v-select {
  font-family: inherit;
  position: relative;
}

.vs__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  display: flex;
  padding: 0 0 4px;
  white-space: normal;
}

.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative;
}

.vs__actions {
  align-items: center;
  display: flex;
  padding: 4px 6px 0 3px;
}

.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  background-color: transparent;
  border: 0;
  cursor: pointer;
  margin-right: 8px;
  padding: 0;
}

.vs__open-indicator {
  fill: rgba(60, 60, 60, 0.5);
  transform: scale(1);
  transition: transform 0.15s cubic-bezier(1, 0.5, 0.8, 1);
  transition-timing-function: cubic-bezier(1, 0.5, 0.8, 1);
}

div.open .vs__open-indicator{
  transform: rotate(180deg) scale(1);
}

.vs__spinner {
  align-self: center;
  -webkit-animation: vSelectSpinner 1.1s linear infinite;
  animation: vSelectSpinner 1.1s linear infinite;
  border: 0.9em solid hsla(0, 0%, 39%, 0.1);
  border-left-color: rgba(60, 60, 60, 0.45);
  font-size: 5px;
  opacity: 0;
  overflow: hidden;
  text-indent: -9999em;
  transform: translateZ(0) scale(1);
  transition: opacity 0.1s;
}

.vs__spinner,
.vs__spinner:after {
  border-radius: 50%;
  height: 5em;
  transform: scale(1);
  width: 5em;
}

.vs__search,
.vs__search:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 1px solid transparent;
  border-left: none;
  box-shadow: none;
  color: inherit;
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.4;
  margin: 4px 0 0;
  max-width: 100%;
  outline: none;
  padding: 0 7px;
  width: 0;
  z-index: 1;
}

.vs__dropdown-menu {
  background: #fff;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 0 0 4px 4px;
  border-top-style: none;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  color: inherit;
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: calc(100% - 1px);
  width: 100%;
  z-index: 1000;
}

.pokemon-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  color: inherit;
  cursor: pointer;
  line-height: 1.42857143;
  padding: 3px 10px;
  white-space: nowrap;
}

.pokemon-option:hover {
  color: #fff;
  background-color: #5897fb;
}

._p28 {
  display: inline-block;
  width: 28px;
  height: 28px;
}

._p24 {
  display: inline-block;
  width: 24px;
  height: 24px;
}

body ._p28 {
  background: url(https://images.gameinfo.io/pokemon/28/grid.webp?v=KkOvSC);
}

body.no-webp ._p28 {
  background: url(https://images.gameinfo.io/pokemon/28/grid.png?v=KkOvSC);
}

body ._p28._f {
  background: url(https://images.gameinfo.io/pokemon-forms/28/grid.webp?v=KkOvSC);
}

body.no-webp ._p28._f {
  background: url(https://images.gameinfo.io/pokemon-forms/28/grid.png?v=KkOvSC);
}

.image-container {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -75%);
  top: 0;
  width: 128px;
  height: 128px;
  z-index: 2;
}

.image-container {
  padding: 12px;
  border-radius: 50%;
  text-align: center;
}

.image-container img {
  max-width: 100%;
  max-height: 100%;
}