*, a {
  color: var(--color-white);
  font-family: var(--body-04-semibold-14);
}

body {
  background-image: linear-gradient(180.23deg, #272c64 15.63%, #4d54a5), linear-gradient(180.23deg, #4d54a5 15.63%, #4d54a5);
  background-size: 100vw 100vh, cover;
  background-repeat: no-repeat, repeat;
}

body > div.container {
  min-width: 375px;
  max-width: 540px;
  min-height: 100vh;
  background-image: url(/static/app/img/little-stars.png), url(/static/app/img/little-stars.png);
  background-position: center right, bottom left;
  background-repeat: no-repeat, no-repeat;
}

div.header {
  position: relative;
  height: 300px;
  border-radius: 0 0 var(--br-91xl) var(--br-91xl);
  background-image: url(/static/app/img/little-stars.png), url(/static/app/img/little-stars.png), linear-gradient(135deg, #131742 1.27%, #5b62bd);
  background-position: top left, bottom right, top left;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

div.header img.tynaia-icon {
  max-width: 100px;
}

div.header a.treasure {
  text-decoration: none;
  border-radius: var(--br-xl) 0 0 var(--br-xl);
  background-color: var(--color-darkslateblue);
  padding: 2px 12px;
  margin-right: -24px;
}

div.header span.bubble {
  background-image: url(/static/app/img/bubble.svg);
  /* background-position: top left; */
  background-repeat: no-repeat;
  background-size: 100% 35px;
  font-size: 12px;
  padding: 4px 12px;
  height: 32px;
  display: inline-block;
}

div.header select {
  border-radius: 20px;
  padding: 8px;
  color: var(--color-darkslategray);
  font-size: 14px;
  width: 100%;
  text-align: center;
}

a.category-title, a.category-all {
  text-decoration: none;
}

a.category-title {
  font-size: 18px;
}

div.library img {
  max-width: 100%;
}

div.playground div.card, div.story-button div.card {
  background: var(--color-gray-200);
  border: none;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}
div.playground div.card:hover, div.story-button div.card:hover, div.story-button div.active {
  background-color: var(--color-white);
  cursor: pointer;
}
div.playground div.card:hover>p, div.story-button div.card:hover>div, div.story-button div.active>div {
  color: var(--color-midnightblue);
  font-weight: bold;
}
div.playground div.card {
  margin-top: 1rem;
}
div.playground div.card img {
  margin-top: 1rem;
  max-height: 30px;
}

div.toychest div.card {
  width: 90px;
  background: none;
  border: none;
  margin-right: 10px;
  text-align: center;
}

input.input-simple, textarea.input-simple {
  color: var(--color-white);
  border: 0;
  background-color: var(--color-gray-200);
  padding: 0 var(--padding-xl);
  border-radius: var(--br-mini);
}
input.input-simple {
  height: 49px;
}
textarea.input-simple  {
  /* height: 120px; */
  padding-top: 12px;
}

button {
  background-color: var(--color-gray-800);
  border: 1px solid var(--color-white);
  border-radius: var(--br-6xl);
  width: 275px;
  cursor: pointer;
  height: 45px;
  padding: 3px;
  margin: 6px;
  text-decoration: solid;
}
button:hover {
  background-color: var(--color-white);
  border: 0;
  color: var(--color-midnightblue);
  font-weight: bold;
}

.arrow-left {
  border-radius: var(--br-xl);
  background-color: var(--color-gray-800);
  width: 40px;
  height: 26px;
  cursor: pointer;
  text-align:center;
}
.arrow-left img {
  width: 13px;
  height: 13px;
}

.inspiration {
  height: 133px;
}
.inspiration-bubble {
  background-image: url(/static/app/img/bubble-large.svg);
  background-position: top left; 
  background-repeat: no-repeat;
  font-size: var(--font-size-xs);
  font-weight: bold;
  color: var(--color-violet);
  height: 36px;
  margin-top: -35px;
  margin-left: 60px;
  padding-left: 10px;
}
.fs-xs {
  font-size: var(--font-size-xs);
}
.fs-s {
  font-size: var(--font-size-s);
}