@font-face {
  font-family: "Open Sans Bold";
  src: local("Open Sans Bold"), url("../fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Skranji";
  src: local("Skranji"), url("../fonts/Skranji/Skranji-Regular.ttf") format("truetype");
}
:root {
  --font-family-display: "Skranji", sans-serif;
  --font-family: "Open Sans Bold", sans-serif;
  --color-highlight: #B6E9FF;
  --color-highlight-dark: #73909b;
  --color-lightest: #FFFBED;
  --color-light: #FAEDB8;
  --color-medium: #CFA77A;
  --color-dark: #87654C;
  --color-accent: #D66D70;
  --size: 2vw;
  --size-2xs: 0.25vw;
  --size-xs: 0.5vw;
  --size-sm: 1vw;
  --size-lg: 3vw;
  --size-xl: 5vw;
  --size-2xl: 10vw;
  --fs-icon: 3vw;
  --space: 1.25vw;
}
@media (min-width: 1600px) {
  :root {
    --size: 2rem;
    --size-2xs: 0.25rem;
    --size-xs: 0.5rem;
    --size-sm: 1rem;
    --size-lg: 3rem;
    --size-xl: 5rem;
    --size-2xl: 10rem;
    --fs-icon: 3rem;
    --space: 1.25rem;
  }
}

.hidden,
.sr-only {
  position: absolute !important;
  top: auto;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.invisible {
  visibility: hidden;
}

.abs-right {
  position: absolute;
  right: 20px;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  font-size: 1rem;
  font-family: var(--font-family);
  font-weight: normal;
  line-height: 1.3;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: auto;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #FFFFFF;
  background-image: url("/images/game/forest/images/TextureCiel_01.png");
  font-size: max(1rem, 1.32vw);
  font-size: clamp(1rem, 1.32vw, 1.5rem);
}
@media only screen and (min-width: 1600px) {
  body {
    font-size: 1.5rem;
  }
}

fieldset,
figure {
  padding: 0;
  margin: 0;
  border: 0;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  cursor: pointer;
}

svg {
  fill: currentColor;
  max-width: 100%;
}
svg path {
  fill: currentColor;
}

strong {
  font-weight: 900;
}

#container,
.page {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  min-height: 100%;
}

.page {
  padding: var(--size);
  min-height: calc(100vh - var(--size) * 2);
}

header {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: var(--size);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: var(--size);
  justify-content: flex-end;
}
header .btn-replay-music,
header .btn-toggle-music {
  margin-right: auto;
}
header .btn-icon {
  flex-shrink: 0;
  z-index: 1;
}

.nav-prevnext .btn-icon {
  position: fixed;
  top: 50%;
  z-index: 9;
  margin-top: calc(var(--fs-icon) * -0.5);
}
.nav-prevnext .btn-prev {
  left: var(--size);
}
.nav-prevnext .btn-next {
  right: var(--size);
}

input[type=text] {
  font-family: var(--font-family);
  padding: 0.75em 2em;
  margin: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  border: 1px solid;
  border-radius: 0;
  text-transform: none;
  -webkit-appearance: none;
  background-color: var(--color-light);
  border-color: var(--color-light);
  color: var(--color-dark);
  box-shadow: none;
  border-radius: 1em;
}
input[type=text]:focus {
  outline: none;
  border-color: var(--color-medium);
}

.rotate-screen {
  background: url("/images/bg-sky.jpg") center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr 4fr;
  padding: var(--size-xl);
}
.rotate-screen span {
  font-size: var(--size-xl);
  margin: auto;
}
.rotate-screen:after {
  content: "";
  background: url("/images/rotate-screen.png") center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

@media only screen and (max-aspect-ratio: 1/1) {
  .page {
    display: none !important;
  }
}
@media only screen and (min-aspect-ratio: 1/1) {
  .rotate-screen {
    display: none;
  }
}
.box {
  padding: var(--space);
  border-radius: var(--size-lg);
  background-color: var(--color-lightest);
  color: var(--color-dark);
}

.btn-primary {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  font-size: inherit;
  font-family: var(--font-family);
  font-weight: normal;
  line-height: 1;
  padding: 0.625em 1em 0.5em;
  border: 0;
  border-radius: var(--size-sm);
  cursor: pointer;
  text-decoration: none;
  transition: transform 100ms;
  transition: all 0.2s ease;
  font-family: var(--font-family-display);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #CB444B;
  background-image: linear-gradient(180deg, #FBDED9 0%, #DD7B7E 50%, #B4282F 100%);
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.4), 0 4px 2px rgba(0, 0, 0, 0.4);
  color: white;
}
@media only screen and (hover: hover) and (any-pointer: fine) {
  .btn-primary:hover {
    transform: scale(1.1);
  }
}
.btn-primary:focus {
  outline: none;
}
.btn-primary:active {
  transform: none;
  box-shadow: inset 0 0.15em 0.05em rgba(0, 0, 0, 0.3);
  background-image: none !important;
}
.btn-primary[disabled] {
  pointer-events: none !important;
}
.btn-primary .icon {
  width: 1em;
  height: 1em;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  margin-inline: 0.5em;
}
.btn-primary:disabled {
  opacity: 0.6;
  filter: grayscale(1);
}

.btn-secondary {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  font-size: inherit;
  font-family: var(--font-family);
  font-weight: normal;
  line-height: 1;
  padding: 0.625em 1em 0.5em;
  border: 0;
  border-radius: var(--size-sm);
  cursor: pointer;
  text-decoration: none;
  transition: transform 100ms;
  transition: all 0.2s ease;
  border-radius: 2em;
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
}
@media only screen and (hover: hover) and (any-pointer: fine) {
  .btn-secondary:hover {
    transform: scale(1.1);
  }
}
.btn-secondary:focus {
  outline: none;
}
.btn-secondary:active {
  transform: none;
  box-shadow: inset 0 0.15em 0.05em rgba(0, 0, 0, 0.3);
  background-image: none !important;
}
.btn-secondary[disabled] {
  pointer-events: none !important;
}
.btn-secondary .icon {
  width: 1em;
  height: 1em;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  margin-inline: 0.5em;
}

.btn-icon {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  font-size: inherit;
  font-family: var(--font-family);
  font-weight: normal;
  line-height: 0;
  border: 0;
  padding: 0;
  border-radius: 50%;
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.4), 0 2px 2px rgba(0, 0, 0, 0.4);
  width: 2em;
  height: 2em;
  cursor: pointer;
  text-decoration: none;
  transition: transform 100ms;
  transition: all 0.2s ease;
  text-decoration: none;
  font-size: var(--fs-icon);
  background-color: #CB444B;
  background-image: linear-gradient(180deg, #FBDFDA 0%, #CB444B 80%, #C0343C 100%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), inset 0 -6px 2px 0 rgba(0, 0, 0, 0.25);
  color: white;
}
.btn-icon svg {
  width: 1em;
  height: 1em;
  filter: drop-shadow(0 0.075em 0 rgba(0, 0, 0, 0.2));
}
@media only screen and (hover: hover) and (any-pointer: fine) {
  .btn-icon:hover {
    transform: scale(1.1);
  }
}
.btn-icon:focus {
  outline: none;
}
.btn-icon:active {
  transform: none;
  box-shadow: inset 0 5px 0 rgba(0, 0, 0, 0.4), 0 2px 2px rgba(0, 0, 0, 0.4);
  background-image: none !important;
}
.btn-icon[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
.btn-icon.btn-external, .btn-icon.btn-print, .btn-icon.btn-prev, .btn-icon.btn-next {
  background-color: #A34674;
  background-image: linear-gradient(180deg, #F2D8E0 0%, #A34674 80%, #933C6A 100%);
}
.btn-icon.btn-extras {
  background: var(--color-medium);
  color: var(--color-light);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), inset 0 -6px 2px 0 rgba(0, 0, 0, 0.25), inset 0 3px 2px 0 var(--color-light);
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.3);
}
.btn-icon.btn-ok {
  background-color: #46A768;
  background-image: linear-gradient(180deg, #A7FFC6 0%, #46A768 80%, #195F32 100%);
}
.btn-icon.btn-replay-music {
  padding: 0 0.5em 0.5em 0.125em;
}
.btn-icon.btn-replay-music svg {
  width: 1.5em;
  height: 1.5em;
}

.icon-close {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  font-size: inherit;
  font-family: var(--font-family);
  font-weight: normal;
  line-height: 0;
  border: 0;
  padding: 0;
}
.icon-close svg {
  width: 1em;
  height: 1em;
  filter: drop-shadow(0 0.075em 0 rgba(0, 0, 0, 0.2));
}

.btn-extras {
  display: flex;
  flex-direction: column;
}
.btn-extras .button-text {
  font-size: 0.5em;
  line-height: 1;
}

.btn-image {
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 1em;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: inherit;
  position: relative;
  padding: 1.40625rem;
  font-size: var(--size);
  cursor: pointer;
}
.btn-image:focus {
  outline: none;
}
.btn-image:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-medium);
  background-image: linear-gradient(0deg, var(--color-light) 0%, transparent 100%);
  background-blend-mode: soft-light;
  box-shadow: -10px 15px 0 0 rgba(0, 0, 0, 0.12), inset 0 -4px 2px 0 var(--color-dark), inset 0 4px 2px 0 var(--color-light);
  border-radius: 1.25em;
  overflow: hidden;
  visibility: hidden;
}
.btn-image img {
  display: block;
  position: relative;
  border-radius: 0.5em;
  overflow: hidden;
  outline: 0.625rem solid var(--color-lightest);
}
.btn-image-title,
.btn-image .btn-primary {
  position: absolute;
  z-index: 1;
  left: 0.9375rem;
  right: 0.9375rem;
  margin: var(--size);
  text-align: center;
}
.btn-image-title {
  top: 0.9375rem;
  font-size: 1.25em;
  font-family: var(--font-family-display);
  font-weight: normal;
  color: var(--color-lightest);
  line-height: 1.1;
  text-decoration: none;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.btn-image .btn-primary {
  bottom: 0.9375rem;
  display: none;
}
.btn-image:hover:before {
  visibility: visible;
}
.btn-image:hover .btn-primary {
  display: block;
}
.btn-image:hover .btn-primary:hover {
  transform: none;
}
.btn-image:active:before {
  visibility: visible;
}
.btn-image:active .btn-primary {
  transform: none;
  box-shadow: inset 0 0.15em 0.05em rgba(0, 0, 0, 0.3);
  background-image: none !important;
}

.big-buttons {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--size);
  margin: auto;
}
.big-buttons .btn-image img {
  max-height: 40vh;
  width: auto;
}

.carousel-nav {
  --vc-nav-width: var(--size-lg);
  --vc-nav-height: var(--size-lg);
  --vc-nav-color: currentColor;
  --vc-nav-color-hover: currentColor;
  display: grid;
  grid-template-areas: "prev title next";
  align-items: center;
  justify-content: space-between;
  gap: var(--size);
}
.carousel-nav .carousel__prev,
.carousel-nav .carousel__next {
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 1em;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: transform 100ms;
  position: static;
  transform: unset;
}
.carousel-nav .carousel__prev:focus,
.carousel-nav .carousel__next:focus {
  outline: none;
}
@media only screen and (hover: hover) and (any-pointer: fine) {
  .carousel-nav .carousel__prev:hover,
  .carousel-nav .carousel__next:hover {
    transform: scale(1.1);
  }
}
.carousel-nav .carousel__prev {
  grid-area: prev;
}
.carousel-nav .carousel__next {
  grid-area: next;
}
.carousel-nav .subtitle {
  margin: 0;
}

.items, .item {
  flex: 1;
}

.items {
  display: flex;
  gap: var(--size-sm);
  height: 100%;
}

.item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--size);
  flex: 0 1 25%;
  height: 100%;
  font-size: max(1rem, 1.485vw);
  font-size: clamp(1rem, 1.485vw, 1.6875rem);
  color: var(--color-dark);
  padding: var(--size);
  text-align: center;
}
.item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-lightest);
  border-radius: var(--size-sm);
  overflow: hidden;
  z-index: -1;
}
@media only screen and (min-width: 1600px) {
  .item {
    font-size: 1.6875rem;
  }
}
.item p {
  margin: 0;
}
.item .btn-choose {
  margin-top: auto;
  visibility: hidden;
  pointer-events: none;
}
.item:hover .btn-choose {
  visibility: visible;
  pointer-events: initial;
}

.page-box {
  position: relative;
  width: 1920px;
  max-width: 80vw;
  min-height: 80vh;
  margin: auto;
  padding: var(--space);
  border-radius: var(--size-lg);
  background-color: var(--color-medium);
  color: var(--color-light);
  padding: var(--space);
  background-image: linear-gradient(0deg, var(--color-light) 0%, transparent 100%);
  background-blend-mode: soft-light;
  box-shadow: -10px 20px 0 0 rgba(0, 0, 0, 0.12), inset 0 -4px 2px 0 var(--color-dark), inset 0 4px 2px 0 var(--color-light);
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  gap: var(--space);
}
.page-box .page-box-title {
  font-size: max(1rem, 1.98vw);
  font-size: clamp(1rem, 1.98vw, 2.25rem);
  color: var(--color-light);
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 1600px) {
  .page-box .page-box-title {
    font-size: 2.25rem;
  }
}
.page-box .box-content {
  border-radius: var(--size);
  padding: var(--space);
  display: grid;
  grid-auto-flow: row;
  grid-template-rows: 1fr min-content;
  grid-template-columns: 100%;
  gap: var(--space);
  flex: 1;
  background-color: var(--color-dark);
  color: var(--color-light);
}
.page-box .box-content-title {
  grid-row: 2;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto;
}

::-webkit-scrollbar {
  background-color: var(--bg, rgba(255, 255, 255, 0.3));
  border-radius: 1em;
  width: 0.5rem;
  height: 0.5rem;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color, white);
  border-radius: 1em;
}

.scrollable, html {
  scrollbar-width: thin;
  scrollbar-color: var(--color, white) var(--bg, rgba(255, 255, 255, 0.3));
}

html {
  scroll-behavior: smooth;
  --bg: rgba(214, 109, 112, 0.2);
  --color: rgb(214, 109, 112);
}

.scrollable {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 2rem;
}

.cards, .card {
  flex: 1;
}

.cards {
  display: flex;
  justify-content: start;
  height: 100%;
  width: calc(100% + var(--size-sm));
  margin-inline: calc(var(--size-xs) * -1);
}
.cards .card {
  flex: 0 1 25%;
}

.card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-areas: "r1" "r2" "r3" "r4";
  grid-template-columns: 100%;
  grid-template-rows: min-content 1fr min-content 2em;
  gap: var(--space);
  width: calc(100% - var(--size-xs));
  margin-inline: var(--size-xs);
  height: 100%;
  flex-shrink: 1;
  padding: var(--space);
  border-radius: var(--size-sm);
  background-color: var(--color-lightest);
  color: var(--color-dark);
  font-size: max(1rem, 1.485vw);
  font-size: clamp(1rem, 1.485vw, 1.6875rem);
  text-align: center;
}
.card:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
}
@media only screen and (min-width: 1600px) {
  .card {
    font-size: 1.6875rem;
  }
}
.card p {
  margin: 0;
}
.card-title {
  font-size: max(1rem, 1.485vw);
  font-size: clamp(1rem, 1.485vw, 1.6875rem);
  grid-area: r1;
}
@media only screen and (min-width: 1600px) {
  .card-title {
    font-size: 1.6875rem;
  }
}
.card .card-thumbnail {
  grid-area: r2;
  max-height: 40vh;
}
.card .card-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card .card-name {
  grid-area: r3;
}
.card .card-button {
  grid-area: r4;
  margin-top: auto;
  visibility: hidden;
  pointer-events: none;
}
.card .card-button .btn-primary {
  width: 100%;
}
.card:hover .card-button {
  visibility: visible;
  pointer-events: initial;
}
.card .btn-delete {
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 1em;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: transform 100ms;
  width: 2em;
  height: 2em;
  cursor: pointer;
  color: var(--color-accent);
}
.card .btn-delete:focus {
  outline: none;
}
@media only screen and (hover: hover) and (any-pointer: fine) {
  .card .btn-delete:hover {
    transform: scale(1.1);
  }
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
  filter: sepia(1);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 90;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal:not([open]) {
  display: none;
}

.modal-content {
  padding: var(--space);
  border-radius: var(--size-lg);
  background-color: var(--color-lightest);
  color: var(--color-dark);
  position: relative;
  display: block;
  padding: var(--size-lg) var(--size-xl);
  text-align: center;
}
.modal-content > *:first-child {
  margin-top: 0;
}
.modal-content > *:last-child {
  margin-bottom: 0;
}
.modal-content button + button {
  margin-inline-start: 1em;
}
.modal-content .notes-qty {
  font-size: max(1rem, 3.3vw);
  font-size: clamp(1rem, 3.3vw, 3.75rem);
  color: var(--color-accent);
}
@media only screen and (min-width: 1600px) {
  .modal-content .notes-qty {
    font-size: 3.75rem;
  }
}

.notes {
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
}

.note {
  position: absolute;
  top: 0;
  left: 0;
  font-size: max(1rem, 4.95vw);
  font-size: clamp(1rem, 4.95vw, 5.625rem);
}
@media only screen and (min-width: 1600px) {
  .note {
    font-size: 5.625rem;
  }
}
.note svg {
  width: 1em;
  height: 1em;
  filter: drop-shadow(0 0.075em 0.025em rgba(0, 0, 0, 0.25));
}

.header-profile-section {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.header-profile-section .btn-profile {
  font-size: max(1rem, 1.65vw);
  font-size: clamp(1rem, 1.65vw, 1.875rem);
  align-self: center;
}
@media only screen and (min-width: 1600px) {
  .header-profile-section .btn-profile {
    font-size: 1.875rem;
  }
}
.header-profile-section .btn-profile-avatar {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  font-size: inherit;
  font-family: var(--font-family);
  font-weight: normal;
  line-height: 1;
  padding: 0.625em 1em 0.5em;
  border: 0;
  border-radius: var(--size-sm);
  cursor: pointer;
  text-decoration: none;
  transition: transform 100ms;
  transition: all 0.2s ease;
}
@media only screen and (hover: hover) and (any-pointer: fine) {
  .header-profile-section .btn-profile-avatar:hover {
    transform: scale(1.1);
  }
}
.header-profile-section .btn-profile-avatar:focus {
  outline: none;
}
.header-profile-section .btn-profile-avatar:active {
  transform: none;
  box-shadow: inset 0 0.15em 0.05em rgba(0, 0, 0, 0.3);
  background-image: none !important;
}
.header-profile-section .btn-profile-avatar[disabled] {
  pointer-events: none !important;
}
.header-profile-section .btn-profile-avatar .icon {
  width: 1em;
  height: 1em;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  margin-inline: 0.5em;
}
.header-profile-section .avatar-frame {
  width: 125px;
  height: 125px;
  border-radius: 500px;
  overflow: hidden;
  margin-left: 25px;
  background: var(--color-lightest);
}
.header-profile-section .avatar-frame img {
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

:root {
  --color-range-empty: var(--color-dark);
  --color-range-filled: var(--color-accent);
  --color-thumb: var(--color-accent);
}

input[type=range] {
  -webkit-appearance: none;
  height: var(--size-xs);
  width: 100%;
  background: transparent;
  border-radius: 3px;
  margin: var(--size-lg) 0;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 0;
  cursor: grab;
  height: var(--size-xl);
  width: var(--size-xl);
  border-radius: 50%;
  background-color: #CB444B;
  background-image: linear-gradient(180deg, #FBDFDA 0%, #CB444B 80%, #C0343C 100%);
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.4), 0 4px 2px rgba(0, 0, 0, 0.4);
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: 0;
  cursor: grab;
  height: var(--size-xl);
  width: var(--size-xl);
  border-radius: 50%;
  background-color: #CB444B;
  background-image: linear-gradient(180deg, #FBDFDA 0%, #CB444B 80%, #C0343C 100%);
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.4), 0 4px 2px rgba(0, 0, 0, 0.4);
}

input[type=range]::-ms-fill-lower {
  background-color: var(--color-range-filled);
}

input[type=range]::-moz-range-progress {
  background-color: var(--color-range-filled);
}

.sound-button {
  /*
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--size-sm);


  .choice-label {
      font-size: clamp(var(--size-xs), 0.15em, var(--size));
      text-align: center;
  }
  */
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 1em;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: inherit;
  position: relative;
  z-index: 99;
  cursor: pointer;
  font-size: var(--size-2xl);
  width: 1em;
  height: 1em;
  box-sizing: content-box;
}
.sound-button:focus {
  outline: none;
}
.sound-button .circle__progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(-90deg);
  background-color: #FFBF80;
  border-radius: 50%;
}
.sound-button .circle__progress #percent {
  stroke-width: 8%;
  stroke-linecap: round;
  fill: transparent;
  stroke: #9D6EEA;
}
.sound-button .icon-note,
.sound-button .icon-play,
.sound-button .icon-pause {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sound-button:nth-child(1) .icon-note path {
  fill: #609CF9;
}
.sound-button:nth-child(2) .icon-note path {
  fill: #9D6EEA;
}
.sound-button:nth-child(3) .icon-note path {
  fill: #7F4C87;
}
.sound-button .icon-play,
.sound-button .icon-pause {
  width: 33%;
}
.sound-button .icon-play path,
.sound-button .icon-pause path {
  fill: #9D6EEA;
}
.sound-button.btn-play:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0.08em solid #9d6ffa;
  border-radius: 50%;
  z-index: 1;
  display: none;
}
.sound-button.btn-play .icon-note {
  display: block;
}
.sound-button.btn-play .icon-play {
  display: none;
}
.sound-button.btn-play:hover .icon-note {
  display: none;
}
.sound-button.btn-play:hover .icon-play {
  display: block;
}
.sound-button.btn-play:hover:before {
  display: block;
}
.sound-button.btn-pause #percent {
  transition: stroke-dashoffset 1s;
}

.speech-bubble {
  padding: var(--space);
  border-radius: var(--size-lg);
  background-color: var(--color-lightest);
  color: var(--color-dark);
  border-radius: var(--size-sm);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
  width: 1200px;
  max-width: 60vw;
  margin: 0 auto;
  display: flex;
  gap: var(--size);
  padding: var(--size-sm) var(--size-xl);
  align-items: center;
  justify-content: center;
  text-align: center;
}
.speech-bubble .nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: var(--size);
  right: var(--size);
  bottom: var(--size-sm);
}
.speech-bubble .nav-replay {
  order: 2;
}
.speech-bubble .nav-replay:not(.visible) {
  visibility: hidden;
  pointer-events: none;
}
.speech-bubble .btn-replay-music {
  background: var(--color-medium);
  color: var(--color-light);
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: none;
  font-size: 1.25em;
}
.speech-bubble .previous,
.speech-bubble .next {
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 1em;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: inherit;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  font-size: inherit;
  font-family: var(--font-family);
  font-weight: normal;
  line-height: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  transition: transform 100ms;
  color: var(--color-medium);
}
.speech-bubble .previous:focus,
.speech-bubble .next:focus {
  outline: none;
}
.speech-bubble .previous svg,
.speech-bubble .next svg {
  width: 1em;
  height: 1em;
  filter: drop-shadow(0 0.075em 0 rgba(0, 0, 0, 0.2));
}
@media only screen and (hover: hover) and (any-pointer: fine) {
  .speech-bubble .previous:hover,
  .speech-bubble .next:hover {
    transform: scale(1.25);
  }
}
.speech-bubble .next {
  margin-left: auto;
}
.speech-bubble .pulse {
  animation: pulse 750ms infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.2);
    filter: brightness(1.2);
  }
  100% {
    transform: scale(1);
    filter: brightness(1);
  }
}
.speech-bubble .thumbnail {
  width: 7.5vw;
}
.speech-bubble.calm {
  background-color: #ECFBFC;
  color: #1A3A4E;
  overflow: hidden;
  padding-block: var(--size);
}
.speech-bubble.calm:before, .speech-bubble.calm:after {
  content: "";
  position: absolute;
  width: var(--size-2xl);
  height: var(--size-2xl);
  background: center/contain no-repeat url("/images/cloud.png");
  pointer-events: none;
}
.speech-bubble.calm:before {
  top: 100%;
  left: 0;
  transform: translate(-10%, -75%);
}
.speech-bubble.calm:after {
  top: 0;
  right: 0;
  transform: translate(10%, -25%);
}

/*
.content-text {

}
*/
.content-choice {
  display: flex;
  justify-content: space-evenly;
  gap: var(--size);
}
.content-choice .choice {
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 1em;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: inherit;
  display: flex;
  gap: var(--size);
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.content-choice .choice:focus {
  outline: none;
}

.content-feedback {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: var(--size);
}
.content-feedback p {
  margin: 0.25em 0;
}
.content-feedback strong {
  color: var(--color-accent);
}
.content-feedback .btn-icon {
  flex: 0 0 auto;
  font-size: 1.5em;
  background: var(--color-medium);
  color: var(--color-lightest);
  box-shadow: none;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}

.icon-note {
  display: inline-block;
  transform: translate(-0.25em, 0.5em);
}
.icon-note svg {
  width: 1em;
  height: 1em;
  color: var(--c, #609CF9);
}

.tabs-group {
  display: grid;
  grid-template-rows: min-content 1fr;
  grid-template-columns: 100%;
  flex: 1;
}

.tabs {
  display: flex;
  gap: var(--size-sm);
  margin-bottom: calc(0px - var(--size));
}
.tabs .tab {
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 1em;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  flex: 1;
  padding: var(--size-sm) var(--size) calc(var(--size) * 1.5);
  border-top-left-radius: var(--size);
  border-top-right-radius: var(--size);
  background-color: var(--color-dark);
  color: var(--color-light);
}
.tabs .tab:focus {
  outline: none;
}
.tabs .tab.is-active {
  background-color: var(--color-light);
  color: var(--color-dark);
}

.tab-content {
  background-color: var(--color-light);
  color: var(--color-dark);
  border-radius: var(--size);
  padding: var(--size-sm);
}

.logo-fr,
.logo-en {
  width: 20vw;
  height: 14.1vw;
  margin: 0 auto;
}

.logo-fr {
  background: url("../images/mazaam-emotions.svg") center/contain no-repeat;
}

.logo-en {
  background: url("../images/mazaam-emotions-en.svg") center/contain no-repeat;
}

.footer-nav {
  display: flex;
  justify-content: flex-end;
  gap: var(--size);
}
.footer-nav .zone-parents {
  margin-right: auto;
}

.credits {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: grid;
  grid-template-areas: "logo text" "title text";
  grid-template-columns: 15vw 1fr;
  grid-template-rows: 15vw 1fr;
  gap: var(--size-2xl);
  padding: var(--size-xl) var(--size-2xl) var(--size-xl) var(--size-xl);
}
.credits .logo {
  grid-area: logo;
  width: 15vw;
  height: 11vw;
  margin: 0 auto;
}
.credits .page-title {
  grid-area: title;
}
.credits .scrollable {
  grid-area: text;
  height: 80vh;
}
.credits .names {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: var(--size-lg);
  -moz-columns: 2;
       columns: 2;
  color: var(--color-highlight);
}
.credits .names li {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--size);
}
.credits .names strong {
  color: white;
}
.credits .credits-list h1 {
  font-size: var(--size-lg);
  font-family: var(--font-family-display);
}
.credits .credits-list h2 {
  font-size: calc(var(--size) * 0.8);
  font-family: var(--font-family-display);
}
.credits .credits-list p {
  font-size: calc(var(--size) * 0.8);
}
.credits .credits-list h1,
.credits .credits-list h2,
.credits .credits-list p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.credits .credits-list h1 + h2 {
  margin-top: 0.25em;
}
.credits .credits-list h2 + p {
  margin-top: 0;
}
.credits .credits-list p + h1 {
  margin-top: 0.75em;
}
.credits .credits-list p + h2 {
  margin-top: 0.75em;
}
.credits .credits-list p + p {
  margin-top: 0.25em;
}

.extras .card {
  flex-grow: 1;
}
.extras .card.unlocked {
  color: var(--color-dark);
}
.extras .card.unlocked .thumbnail {
  opacity: 1;
}
.extras .card.unlocked .item-cost {
  visibility: hidden;
}
.extras .card.unavailable {
  color: var(--color-accent);
}
.extras .card.unavailable img {
  filter: sepia(100%);
}
.extras .card.locked img {
  filter: sepia(80%);
}
@media only screen and (hover: hover) and (any-pointer: fine) {
  .extras .card.unlocked:hover {
    cursor: pointer;
  }
  .extras .card.unlocked:hover:before {
    border: 0.25em solid var(--color-accent);
  }
}
.extras .card.selected:before {
  border: 0.125em solid var(--color-accent);
}
.extras .decors .card-thumbnail {
  width: calc(100% + var(--space) * 2);
  margin-inline: calc(0px - var(--space));
}
.extras .decors .card-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
}

.notes-qty {
  font-size: 2em;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  vertical-align: baseline;
  margin-inline-start: 0.25em;
}
.notes-qty svg {
  width: 1em;
  height: 1em;
}

.settings .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--size);
  background-color: var(--color-lightest);
  color: var(--color-dark);
  position: relative;
  padding: var(--size-xl);
  border-radius: var(--size);
}
.settings .box .icon-close {
  position: absolute;
  top: var(--size);
  right: var(--size);
}

.game-2.game-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.game-2.game-content .character {
  margin: auto auto 20vh;
}
.game-2 .content-choice {
  margin-block: var(--size-xs);
}
.game-2 .content-choice .choice {
  flex-basis: 33%;
  gap: var(--size-sm);
}
.game-2 .content-choice .choice-label {
  font-size: 0.875em;
}
.game-2 .sound-button.btn-pause + .choice-label {
  display: none;
}
.game-2 .sound-button.btn-play ~ .btn-choose {
  display: none;
}
.game-2.reward .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: var(--color-light);
  border-radius: var(--size-sm);
  text-align: center;
}
.game-2.reward .box img {
  margin: auto;
}
.game-2.reward .box a {
  color: var(--color-accent);
  text-decoration: none;
}

.zone-parents-title {
  margin: auto auto 0;
  text-align: center;
}
.zone-parents-title img {
  width: 500px;
  max-width: 26vw;
  height: auto;
}

.manage-account .tab-content-title {
  font-size: max(1rem, 1.32vw);
  font-size: clamp(1rem, 1.32vw, 1.5rem);
  margin: 0 0 1em;
}
@media only screen and (min-width: 1600px) {
  .manage-account .tab-content-title {
    font-size: 1.5rem;
  }
}
.manage-account .tab-content .box {
  border-radius: var(--size-sm);
  height: 100%;
}

#game1 {
  display: flex;
  flex-direction: column;
}
#game1 .game1-stats {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: var(--size-lg);
  padding-inline: var(--size-xl);
  margin-block: auto;
}
#game1 .game1-stats .stat-label {
  font-size: max(1rem, 1.76vw);
  font-size: clamp(1rem, 1.76vw, 2rem);
}
@media only screen and (min-width: 1600px) {
  #game1 .game1-stats .stat-label {
    font-size: 2rem;
  }
}
#game1 .game1-stats .stat-score {
  font-size: max(1rem, 2.2vw);
  font-size: clamp(1rem, 2.2vw, 2.5rem);
}
@media only screen and (min-width: 1600px) {
  #game1 .game1-stats .stat-score {
    font-size: 2.5rem;
  }
}
#game1 .game1-stats .stat-score strong {
  color: var(--color-accent);
}

#game2 {
  display: flex;
  align-items: stretch;
  gap: var(--space);
  height: 100%;
}
#game2 .box {
  flex: 1;
}
#game2 .game2-stats {
  list-style: none;
  padding: 0;
  margin: 0;
}
#game2 .game2-stats li {
  display: grid;
  grid-template-columns: calc(var(--size-xl) * 1.25) 1fr var(--size-xl);
  align-items: center;
  gap: var(--size);
  margin-bottom: var(--size);
}
#game2 .game2-stats .stat-label {
  margin: 0;
}
#game2 .game2-stats .stat-score {
  font-size: max(1rem, 2.2vw);
  font-size: clamp(1rem, 2.2vw, 2.5rem);
  color: var(--color-accent);
  background-color: var(--color-light);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size-xl);
  height: var(--size-xl);
}
@media only screen and (min-width: 1600px) {
  #game2 .game2-stats .stat-score {
    font-size: 2.5rem;
  }
}
#game2 .game2-top5 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: var(--size-sm);
  counter-reset: top5;
}
#game2 .game2-top5 li {
  counter-increment: top5;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  font-size: var(--size-lg);
}
#game2 .game2-top5 li:before {
  order: 1;
  content: counter(top5);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  font-size: 0.75em;
  background-color: var(--color-dark);
  color: var(--color-light);
  border-radius: 50%;
}
#game2 .game2-top5 li:after {
  order: 2;
  content: "";
  position: relative;
  width: 0.2em;
  background-color: var(--color-dark);
  border-radius: 0.25em;
  margin-block: -0.25em 0.5em;
}
#game2 .game2-top5 li .sound-button {
  order: 3;
  font-size: 2em;
}
#game2 .game2-top5 li .choice-label {
  order: 4;
  font-size: 0.325em;
  min-height: 5em;
  text-align: center;
  margin: 0.5em 0;
}
#game2 .game2-top5 li .btn-icon {
  order: 5;
  font-size: 0.75em;
}
#game2 .game2-top5 li:nth-child(1):after {
  height: 2em;
}
#game2 .game2-top5 li:nth-child(2):after {
  height: 1.75em;
}
#game2 .game2-top5 li:nth-child(3):after {
  height: 1.5em;
}
#game2 .game2-top5 li:nth-child(4):after {
  height: 1.25em;
}
#game2 .game2-top5 li:nth-child(5):after {
  height: 1em;
}
#game2 .game2-top5 li:nth-child(1) .icon-note path {
  fill: #609CF9;
}
#game2 .game2-top5 li:nth-child(2) .icon-note path {
  fill: #9D6EEA;
}
#game2 .game2-top5 li:nth-child(3) .icon-note path {
  fill: #7F4C87;
}
#game2 .game2-top5 li:nth-child(4) .icon-note path {
  fill: #4F9B2C;
}
#game2 .game2-top5 li:nth-child(5) .icon-note path {
  fill: #B440C7;
}

#rewards, #rewards .carousel {
  height: 100%;
}
#rewards .carousel {
  display: flex;
  flex-direction: column;
  gap: var(--space);
}
#rewards .carousel__viewport {
  display: flex;
}
#rewards .carousel__viewport,
#rewards .carousel__track {
  flex: 1 0 auto;
}
#rewards .card {
  grid-template-rows: auto 1fr auto auto;
}

#music-list {
  max-height: calc(80vh + var(--space) * 2);
  overflow: hidden;
}
#music-list .scrollable {
  max-height: 60vh;
}
#music-list .songs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#music-list .songs-list li {
  padding: var(--space);
  border-radius: var(--size-lg);
  background-color: var(--color-lightest);
  color: var(--color-dark);
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  align-items: center;
  gap: 1rem;
  border-radius: var(--size);
  padding-left: 2em;
  margin: 0.25rem;
}
#music-list .songs-list li:nth-child(1n) .icon-note path {
  fill: #609CF9;
}
#music-list .songs-list li:nth-child(2n) .icon-note path {
  fill: #9D6EEA;
}
#music-list .songs-list li:nth-child(3n) .icon-note path {
  fill: #7F4C87;
}
#music-list .songs-list li:nth-child(4n) .icon-note path {
  fill: #4F9B2C;
}
#music-list .songs-list .sound-button {
  font-size: var(--size-xl);
}
#music-list .songs-list .btn-external {
  font-size: var(--size);
}
#music-list .songs-list .song-author {
  font-size: max(1rem, 1.98vw);
  font-size: clamp(1rem, 1.98vw, 2.25rem);
}
@media only screen and (min-width: 1600px) {
  #music-list .songs-list .song-author {
    font-size: 2.25rem;
  }
}
#music-list .songs-list .song-title {
  font-size: max(1rem, 1.32vw);
  font-size: clamp(1rem, 1.32vw, 1.5rem);
}
@media only screen and (min-width: 1600px) {
  #music-list .songs-list .song-title {
    font-size: 1.5rem;
  }
}
#music-list .songs-list .song-author,
#music-list .songs-list .song-title {
  margin: 0;
}

.accounts-list .page-box-header {
  position: relative;
}
.accounts-list .page-box-header .btn-primary {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.accounts-list .page-box-header .btn-close-modal {
  right: auto;
  left: 0;
}

.create-account .carousel {
  display: flex;
  flex-direction: column;
  gap: var(--space);
}
.create-account .carousel__viewport {
  flex: 1;
}
.create-account .carousel__track {
  height: 100%;
}
.create-account .box-content {
  padding-inline: 0;
}
.create-account .carousel-nav {
  padding-inline: var(--size);
}
.create-account .carousel__slide--sliding .card,
.create-account .carousel__slide:not(.carousel__slide--active) .card {
  background-color: transparent;
}
.create-account .carousel__slide--sliding .card .card-title,
.create-account .carousel__slide--sliding .card .card-name,
.create-account .carousel__slide--sliding .card .card-button,
.create-account .carousel__slide:not(.carousel__slide--active) .card .card-title,
.create-account .carousel__slide:not(.carousel__slide--active) .card .card-name,
.create-account .carousel__slide:not(.carousel__slide--active) .card .card-button {
  visibility: hidden;
}
.create-account .carousel__slide--sliding .card .card-thumbnail,
.create-account .carousel__slide:not(.carousel__slide--active) .card .card-thumbnail {
  visibility: visible;
}
.create-account .carousel__slide--active:not(carousel__slide--sliding) .card-button {
  visibility: visible;
}
.create-account .card-title {
  font-size: var(--size-sm);
}
.create-account .card-thumbnail img {
  max-width: 12vw;
}
.create-account .btn-back {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 10;
  display: inline-block;
}

.selected-name {
  color: var(--color-highlight-dark);
}

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