:root {
  --primary: #f26e46;
  --secondary: #dd5342;
  --info: #ff8b63;
  --accent: #324961;
  --accent-2: #577198;
  --accent-3: #9b9fa7;
  --dark: #32373b;
  --light: #e6e6ea;
  --white: #f4f4f8;
}

.bank {
  --primary: #f26e46;
  --secondary: #dd5342;
  --info: #ff8b63;
  --accent: #39b7ad;
  --accent-2: #577198;
  --accent-3: #9b9fa7;
  --dark: #1c3b39;
  --light: #e6e6ea;
  --white: #ecf8eb;
}

@font-face {
  font-display: swap;
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/maven-pro-v32-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/maven-pro-v32-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/maven-pro-v32-latin-700.woff2") format("woff2");
}
.button {
  font-family: "Maven Pro";
  padding: 0.75rem 1.5rem;
  background-color: #324961;
  color: #f4f4f8;
  text-align: center;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.button.full {
  width: 100%;
}
.button:hover {
  background-color: #577198;
  cursor: pointer;
}

.icon {
  width: 112px;
  margin: 0 auto;
}
.card .icon img {
  margin-left: -12px;
}
.icon img {
  width: 136px;
  height: 112px;
}
.icon.flip {
  transform: scaleX(-1);
}

.pixel {
  image-rendering: pixelated;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #e6e6ea;
}

.color-picker input[type=radio] {
  appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  outline-offset: 3px;
  border-radius: 0.5rem;
  background-color: #00000044;
}
.color-picker input[type=radio]:checked {
  background-color: #fff;
}

.tippy-box {
  background-color: #324961;
}

.tippy-box[data-placement^=top] > .tippy-arrow::before {
  border-top-color: #324961;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #324961;
}

.tippy-box[data-placement^=left] > .tippy-arrow::before {
  border-left-color: #324961;
}

.tippy-box[data-placement^=right] > .tippy-arrow::before {
  border-right-color: #324961;
}

label {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.85px;
  text-transform: uppercase;
}

input,
select {
  transition: box-shadow 0.3s ease-in-out 0s;
}

input[type=text],
select {
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  border: 1px solid #e6e6ea;
  border-radius: 0.5rem;
}

input[type=text] {
  padding: 1rem 1rem 1rem 1rem;
}
i + input[type=text] {
  padding-left: 2.5rem;
}

select {
  background-color: #f4f4f8;
  appearance: none;
  padding: 1rem 2.5rem 1rem 1rem;
}

.input-icon {
  position: relative;
}
.input-icon i {
  bottom: 1.15rem;
  position: absolute;
  left: 1rem;
}

.select-icon {
  position: relative;
}
.select-icon i {
  bottom: 1.15rem;
  position: absolute;
  right: 1rem;
}

input:focus,
input.focus,
input.focused,
textarea:focus,
textarea.focus,
textarea.focused,
.input:focus,
.input.focus,
.input.focused,
select:focus,
select.focus,
select.focused {
  box-shadow: 0 0 0 2px #f4f4f8, 0 0 0 4px #f7a68d;
  outline: none;
}

header.site-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
header.site-header .logo a {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #32373b;
  text-decoration: none;
}
header.site-header .logo a:hover {
  color: #dd5342;
}
header.site-header #primary-menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
}
header.site-header #primary-menu li {
  list-style-type: none;
}
header.site-header #primary-menu li.current-menu-item a {
  color: #32373b;
}
header.site-header #primary-menu li a {
  font-size: 1rem;
  color: #6c7780;
  text-decoration: none;
}
header.site-header #primary-menu li a:hover {
  color: #dd5342;
}

.page-title span {
  font-weight: 400;
}

.columns {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}

.sidebar {
  min-width: 20%;
}
.sidebar .pokemon {
  position: sticky;
  top: 2rem;
}

.form-selector {
  width: 100%;
}
.form-selector ul {
  list-style-type: none;
  margin: 0;
  padding: 0.25rem;
  border: 1px solid #e6e6ea;
  border-radius: 0.5rem;
}
.form-selector ul li a {
  color: #32373b;
  padding: 0.5rem 1rem;
  display: block;
  text-decoration: none;
  border-radius: 0.25rem;
}
.form-selector ul li a:hover {
  color: #f4f4f8;
  background-color: #f26e46;
}

.content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.stages {
  display: flex;
  gap: 1em;
  justify-content: center;
}
.stages .stage {
  align-items: center;
  display: grid;
  gap: 1em;
}
.stages .stage .species-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.stages .stage .species-container .species {
  align-items: center;
  background-color: #f4f4f8;
  border-radius: 8px;
  color: #32373b;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 160px;
  padding: 0.75rem;
  text-decoration: none;
}
.stages .stage .species-container .species:hover {
  background-color: #32373b;
  color: #fff;
}
.stages .stage .species-container .species .name {
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.stages .stage .species-container .species .method {
  font-size: 0.85rem;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}
.nav-links a {
  text-decoration: none;
  color: #32373b;
}
.nav-links a .meta-nav {
  font-size: 0.85rem;
}
.nav-links a .post-title {
  font-weight: 600;
}
.nav-links img {
  image-rendering: pixelated;
}

body {
  box-sizing: border-box;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-size: 1em;
  color: var(--dark);
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  padding: 0;
  margin: 0;
}

h1 {
  font-weight: 600;
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2em;
}

body {
  background-color: var(--white);
}

a {
  color: var(--primary);
  text-decoration: none;
}
a:hover {
  color: var(--secondary);
  text-decoration: underline;
}

.container {
  max-width: 1140px;
  width: 100%;
  margin: 4rem auto 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
.grid > div {
  position: relative;
}

.card {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 10px #e6e6ea;
  color: var(--dark);
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
  padding: 1.5rem;
  transition: background-color 0.3s ease-in-out 0s;
}
.card.pokemon {
  padding: 1rem;
  font-family: "Maven Pro", sans-serif;
  border: none;
  text-align: center;
  align-items: center;
}
.card.pokemon .fav {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border-radius: 50%;
  padding: 0.5rem;
  transition: background-color 0.1s ease-in-out 0s;
}
.card.pokemon .fav:hover {
  background-color: rgba(230, 230, 234, 0.5);
}
.card.pokemon .name {
  font-size: 1.33rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.card.pokemon .type {
  list-style-type: none;
  margin: 4px 0 0;
  padding: 0;
  opacity: 0.5;
}
.card.pokemon .type li {
  display: inline;
  text-transform: capitalize;
  font-size: 0.85rem;
}
.card.pokemon .number {
  background-color: var(--accent);
  color: #fff;
  font-size: 0.75rem;
  border-radius: 16px;
  display: inline;
  padding: 4px 1em;
  letter-spacing: 0.025em;
}

.grid a.card,
.evolution-tree .species .card {
  text-decoration: none;
}
.grid a.card:hover,
.evolution-tree .species .card:hover {
  background-color: var(--dark);
  color: var(--white);
  box-shadow: 0 0 0 4px var(--dark);
  outline: 2px solid #e6e6ea;
}
.grid a.card:hover .number,
.evolution-tree .species .card:hover .number {
  background-color: var(--accent-2);
}
.grid a.card:hover .icon img,
.evolution-tree .species .card:hover .icon img {
  animation: iconSelect 0.8s linear 0s infinite;
}

@keyframes iconSelect {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  75% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
/* edit */
.edit-post {
  position: absolute;
  z-index: 1;
  bottom: 1rem;
  right: 1rem;
  color: var(--white);
  opacity: 0.5;
}

/* footer */
.site-footer {
  font-size: 0.85rem;
  text-align: center;
  margin-bottom: 2rem;
}

/* no results */
.no-results {
  padding: 2rem;
  background-color: #e6e6ea;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-radius: 1rem;
}
.no-results i {
  color: #9b9fa7;
  font-size: 2rem;
}

.loader {
  background-color: #e6e6ea;
  min-height: 247px;
  box-shadow: none;
  align-items: center;
  justify-content: center;
}
.loader i {
  font-size: 2rem;
  color: #9b9fa7;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.filter-sort-container {
  display: grid;
  gap: 1rem;
}
.filter-sort-container .filter-sort-row {
  display: flex;
  gap: 1rem;
}
.filter-sort-container .filter-sort-row > div:last-child {
  margin-left: auto;
}

/*# sourceMappingURL=style.css.map */
