body {
  background: #ffffff;
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0;
  font-size: 0.9rem;
}

main {
  width: min(100vw - 1rem, 30rem);
  margin-inline: auto;
}

.statblock {
  background-color: #eeece1;
  margin-block: 1rem;
  margin-inline: auto;
}

.container {
  padding: 0.5rem;
}

p {
  margin: 0;
}

.row {
  display: flex;
  justify-content: space-between;
}

.header {
  font-weight: 700;
  text-transform: uppercase;
}

.statblock .header {
  background-color: var(--role-color);
}

.creature {
  --role-color: #8db3e2;
}

.ambusher {
  --role-color: #f7d957;
}

.artillery {
  --role-color: #e5dfec;
}

.brute {
  --role-color: #8db3e2;
}

.controller {
  --role-color: #ff7d7d;
}

.defender {
  --role-color: #c4bc96;
}

.harrier {
  --role-color: #e5b8b7;
}

.hexer {
  --role-color: #d6e3bc;
}

.leader, .malice {
  --role-color: #d9d9d9;
}

.mount {
  --role-color: #b6dde8;
}

.support {
  --role-color: #fbd4b4;
}

.key-info, .ability, .feature {
  margin-block: 1rem;
}

.name {
  text-align: center;
}

.results {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 2rem;
}

.hidden {
  display: none;
}

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