html {
  scroll-behavior: smooth;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  margin: auto;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  overflow: hidden;
  background: #151515;
  animation: gradient 25s ease infinite;
  background-size: 400% 400%;
  background-attachment: fixed;
}

.main-nav, #end header nav, #game header nav, #interview header nav, #social header nav, #index header nav {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  border: 2px solid #fefbff;
  border-radius: 50px;
  color: #fefbff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  transition: all 0.5s ease-in-out;
  z-index: 1000;
}
.main-nav div, #end header nav div, #game header nav div, #interview header nav div, #social header nav div, #index header nav div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.main-nav ul, #end header nav ul, #game header nav ul, #interview header nav ul, #social header nav ul, #index header nav ul {
  display: flex;
  gap: 40px;
  margin: 0;
  list-style: none;
}
.main-nav ul a, #end header nav ul a, #game header nav ul a, #interview header nav ul a, #social header nav ul a, #index header nav ul a {
  color: #fefbff;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
}
.main-nav ul a:active, #end header nav ul a:active, #game header nav ul a:active, #interview header nav ul a:active, #social header nav ul a:active, #index header nav ul a:active, .main-nav ul a:hover, #end header nav ul a:hover, #game header nav ul a:hover, #interview header nav ul a:hover, #social header nav ul a:hover, #index header nav ul a:hover {
  text-decoration: underline;
}

@keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.wave {
  background: #7a1cac 7%;
  border-radius: 1000% 1000% 0 0;
  position: fixed;
  width: 200%;
  height: 25em;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
  bottom: 0;
  left: 0;
  z-index: -5;
}

.wave:nth-of-type(2) {
  background: #2e073f 38%;
  bottom: -2em;
  animation: wave 18s linear reverse infinite;
  opacity: 0.8;
}

.wave:nth-of-type(3) {
  background: #1c0426 68%;
  bottom: -4em;
  animation: wave 20s -1s reverse infinite;
  opacity: 0.9;
}

@keyframes wave {
  2% {
    transform: translateX(1);
  }
  25% {
    transform: translateX(-25%);
  }
  50% {
    transform: translateX(-50%);
  }
  75% {
    transform: translateX(-25%);
  }
}
#a-arrow {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 15px;
  bottom: 10px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

#fleche_div {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fleche {
  width: 30px;
  height: auto;
  transform: rotate(-180deg);
  position: absolute;
}

.disque {
  position: fixed;
  right: 4vw;
  width: 15vw;
  top: 5vw;
  z-index: -2;
}

.img_disque {
  animation: disque 6s infinite;
  animation-timing-function: linear;
}

@keyframes disque {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
footer {
  display: grid;
  overflow-x: hidden;
  margin: 0 auto;
  grid-template-columns: 33% 66%;
  align-items: center;
  padding: 20px;
  min-height: 20em;
  color: #fefbff;
  width: 100%;
  position: relative;
  bottom: 0;
}

footer div:first-child {
  justify-self: center;
  width: 70%;
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

footer div:first-child h1 {
  width: 100%;
  margin-bottom: 20px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 550;
  font-size: 2.5em;
  letter-spacing: 2px;
}

footer div:first-child ul {
  width: 100%;
}

footer div:last-child {
  justify-self: center;
  width: 80%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: xx-large;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #fefbff;
}

li {
  list-style: none;
}

html {
  scroll-behavior: smooth;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  margin: auto;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  overflow: hidden;
  background: #151515;
  animation: gradient 25s ease infinite;
  background-size: 400% 400%;
  background-attachment: fixed;
}

.main-nav, #end header nav, #game header nav, #interview header nav, #social header nav, #index header nav {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  border: 2px solid #fefbff;
  border-radius: 50px;
  color: #fefbff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  transition: all 0.5s ease-in-out;
  z-index: 1000;
}
.main-nav div, #end header nav div, #game header nav div, #interview header nav div, #social header nav div, #index header nav div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.main-nav ul, #end header nav ul, #game header nav ul, #interview header nav ul, #social header nav ul, #index header nav ul {
  display: flex;
  gap: 40px;
  margin: 0;
  list-style: none;
}
.main-nav ul a, #end header nav ul a, #game header nav ul a, #interview header nav ul a, #social header nav ul a, #index header nav ul a {
  color: #fefbff;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
}
.main-nav ul a:active, #end header nav ul a:active, #game header nav ul a:active, #interview header nav ul a:active, #social header nav ul a:active, #index header nav ul a:active, .main-nav ul a:hover, #end header nav ul a:hover, #game header nav ul a:hover, #interview header nav ul a:hover, #social header nav ul a:hover, #index header nav ul a:hover {
  text-decoration: underline;
}

@keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.wave {
  background: #7a1cac 7%;
  border-radius: 1000% 1000% 0 0;
  position: fixed;
  width: 200%;
  height: 25em;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
  bottom: 0;
  left: 0;
  z-index: -5;
}

.wave:nth-of-type(2) {
  background: #2e073f 38%;
  bottom: -2em;
  animation: wave 18s linear reverse infinite;
  opacity: 0.8;
}

.wave:nth-of-type(3) {
  background: #1c0426 68%;
  bottom: -4em;
  animation: wave 20s -1s reverse infinite;
  opacity: 0.9;
}

@keyframes wave {
  2% {
    transform: translateX(1);
  }
  25% {
    transform: translateX(-25%);
  }
  50% {
    transform: translateX(-50%);
  }
  75% {
    transform: translateX(-25%);
  }
}
#a-arrow {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 15px;
  bottom: 10px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

#fleche_div {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fleche {
  width: 30px;
  height: auto;
  transform: rotate(-180deg);
  position: absolute;
}

.disque {
  position: fixed;
  right: 4vw;
  width: 15vw;
  top: 5vw;
  z-index: -2;
}

.img_disque {
  animation: disque 6s infinite;
  animation-timing-function: linear;
}

@keyframes disque {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
footer {
  display: grid;
  overflow-x: hidden;
  margin: 0 auto;
  grid-template-columns: 33% 66%;
  align-items: center;
  padding: 20px;
  min-height: 20em;
  color: #fefbff;
  width: 100%;
  position: relative;
  bottom: 0;
}

footer div:first-child {
  justify-self: center;
  width: 70%;
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

footer div:first-child h1 {
  width: 100%;
  margin-bottom: 20px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 550;
  font-size: 2.5em;
  letter-spacing: 2px;
}

footer div:first-child ul {
  width: 100%;
}

footer div:last-child {
  justify-self: center;
  width: 80%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: xx-large;
}

#index header {
  min-height: 100vh;
  background-image: url("/img/heroimage.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index header #title_index {
  display: flex;
  flex-direction: column;
  color: white;
  text-align: center;
}
#index header #title_index h1 {
  font-family: Impact, sans-serif;
  font-weight: normal;
  font-size: 6em;
}
#index header #title_index h3 {
  font-family: "Inria Serif", serif;
  font-size: 4em;
}
#index main {
  margin: 10vh auto;
}
#index main section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#index main section > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em;
}
#index main section > div:first-child p {
  width: 70%;
  text-align: justify;
  color: #fefbff;
}
#index main section > div:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
#index main section > div:last-child > div {
  width: 70%;
  height: 30%;
  padding: 1em 1.5em;
  background: linear-gradient(90deg, #7a1cac, #420b60);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 1em;
  cursor: pointer;
  transition: all 0.3s ease;
}
#index main section > div:last-child > div > div {
  flex: 1;
}
#index main section > div:last-child > div > div h1 {
  color: #fefbff;
  font-size: 1.2rem;
  margin: 0;
}
#index main section > div:last-child > div > div p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 0.9rem;
}
#index main section > div:last-child > div h2 {
  color: #fefbff;
  font-size: 1rem;
  margin: 0;
}
#index main section > div:last-child > div:hover {
  background: linear-gradient(90deg, #420b60, #7a1cac);
}

#social {
  min-height: 100vh;
  color: white;
}
#social header nav {
  position: absolute;
  top: 0;
  left: 50%;
  border: none;
  width: 95%;
}
#social main {
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#social main h1 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
#social main h1.center_f {
  font-size: 3rem;
  margin-bottom: 60px;
}
#social main p {
  text-align: justify;
  width: 1080px;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 15px 0 30px 0;
  color: #e0e0e0;
}
#social main section {
  width: 1080px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
#social main section h1 {
  text-align: start;
}
#social main .content {
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin: 20px 0;
}
#social main .content img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #808080;
  object-fit: cover;
  flex-shrink: 0;
}
#social main .content p {
  width: auto;
  margin: 0;
  text-align: left;
  font-style: italic;
  font-size: 1.2rem;
  color: #fff;
}
#social main .btn-continuer {
  margin-top: 40px;
  color: white;
  font-size: 1.2rem;
}

#interview {
  overflow-x: hidden;
}
#interview header nav {
  position: absolute;
  top: 0;
  left: 50%;
  border: none;
  width: 95%;
}
#interview main {
  margin-top: 25vh;
  padding: 0 20px;
}
#interview main p {
  display: flex;
  justify-self: center;
  width: 60%;
  text-align: justify;
  color: #fefbff;
  font-size: 1.05rem;
  line-height: 1.6;
}
#interview main .intro-text {
  width: 60%;
  text-align: center;
  margin: 20px auto;
}
#interview .center_f {
  display: flex;
  justify-content: center;
  color: #fefbff;
  margin-bottom: 20px;
}
#interview .center_f h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
  word-spacing: 0.2em;
  background: linear-gradient(130deg, #ad49e1 0%, #d870ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 30px 0 20px 0;
  text-shadow: 0 0 30px rgba(173, 73, 225, 0.2);
  filter: drop-shadow(0 0 10px rgba(169, 5, 103, 0.3));
}
#interview iframe {
  width: 80%;
  max-width: 900px;
  aspect-ratio: 16/9;
  border-radius: 15px;
  border: solid #a90567 2px;
  box-shadow: 0 10px 30px rgba(169, 5, 103, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#interview iframe:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(169, 5, 103, 0.5);
}
#interview .disque {
  position: fixed;
  right: 102px;
  top: 70px;
  width: 150px;
  z-index: -2;
}
#interview .disque .img_disque {
  width: 500px;
  height: 500px;
  object-fit: contain;
  animation: spin 8s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#interview .question {
  margin: 2vw !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#interview .accordion-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 15px;
}
#interview .question_box {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 60%;
  background-color: #7a1cac;
  margin: 10px 0px;
  border: solid 1px #fefbff;
  border-radius: 20px;
  padding: 7px;
}
#interview .question_box h3 {
  color: #fefbff;
  font-size: x-large;
  margin: 10px;
  margin-bottom: 12px;
  justify-self: flex-end;
  align-self: flex-end;
}
#interview .question_box img {
  margin: 10px;
}
#interview .question_box h2 {
  color: #fefbff;
}
#interview .question_box p {
  color: #fefbff;
  font-size: small;
}
#interview .question_box div {
  display: flex;
  flex-direction: column;
}
#interview .music_note_vroum {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
#interview .music_note_vroum .speaker {
  width: 120px;
  height: auto;
  z-index: 10;
  position: relative;
  animation: beat 0.4s infinite alternate;
}
#interview .music_note_vroum .notes-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#interview .music_note_vroum .note {
  position: absolute;
  opacity: 0;
  left: 140px;
  bottom: 130px;
}
#interview .music_note_vroum .note:nth-child(1) {
  animation: fly-right 6575ms linear infinite;
  animation-delay: 794ms;
  width: 43px;
}
#interview .music_note_vroum .note:nth-child(2) {
  animation: fly-up 4700ms linear infinite;
  animation-delay: 2288ms;
  width: 26px;
}
#interview .music_note_vroum .note:nth-child(3) {
  animation: fly-right 6692ms linear infinite;
  animation-delay: 1859ms;
  width: 29px;
}
#interview .music_note_vroum .note:nth-child(4) {
  animation: fly-up 7921ms linear infinite;
  animation-delay: 4562ms;
  width: 39px;
}
#interview .music_note_vroum .note:nth-child(5) {
  animation: fly-right 6834ms linear infinite;
  animation-delay: 1861ms;
  width: 24px;
}
#interview .music_note_vroum .note:nth-child(6) {
  animation: fly-up 4732ms linear infinite;
  animation-delay: 897ms;
  width: 44px;
}
@keyframes fly-right {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(0.5);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translate(90vw, -70px) rotate(45deg) scale(1.2);
    opacity: 0;
  }
}
@keyframes fly-up {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(0.5);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translate(70vw, -100px) rotate(-30deg) scale(1);
    opacity: 0;
  }
}
@keyframes beat {
  to {
    transform: scale(1.08);
  }
}

.accordion-item {
  width: 60%;
  margin-bottom: 15px;
  background-color: transparent;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.accordion-item.active {
  border: 2px solid #a90567;
  background: linear-gradient(135deg, rgba(169, 5, 103, 0.1) 0%, rgba(173, 73, 225, 0.05) 100%);
}
.accordion-item.active .accordion-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.accordion-item.active .arrow-icon {
  transform: rotate(90deg);
  color: #d870ff;
}
.accordion-item:hover {
  border-color: rgba(169, 5, 103, 0.5);
}

.accordion-header {
  background: linear-gradient(130deg, #7a1cac 5%, #ad49e1 100%);
  padding: 12px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  min-height: 50px;
  transition: all 0.3s ease;
}
.accordion-header:hover {
  background: linear-gradient(130deg, #8b2bb8 5%, #be5af0 100%);
}
.accordion-header .header-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}
.accordion-header .arrow-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #fefbff;
  flex-shrink: 0;
}
.accordion-header .header-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.accordion-header .header-text h2 {
  color: #fefbff;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.3px;
}
.accordion-header .header-text p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
  margin: 0;
  display: block;
  width: auto;
  font-weight: 500;
}
.accordion-header .duration {
  color: #fefbff;
  font-weight: bold;
  font-size: 0.95rem;
  flex-shrink: 0;
  margin-left: 20px;
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding: 0 25px;
}
.accordion-body ul {
  list-style: none;
  padding: 25px 0;
  margin: 0;
}
.accordion-body li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 18px;
  color: #fefbff;
  font-size: 0.98rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 15px;
  transition: all 0.2s ease;
}
.accordion-body li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.accordion-body li:hover {
  padding-left: 10px;
  border-bottom-color: rgba(169, 5, 103, 0.3);
}
.accordion-body li a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  width: 85%;
  line-height: 1.5;
  transition: all 0.2s ease;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
.accordion-body li a:hover {
  color: #d870ff;
  border-bottom-color: #d870ff;
}
.accordion-body li span {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Courier New", monospace;
  font-weight: 500;
  flex-shrink: 0;
  margin-left: 15px;
  font-size: 0.9rem;
}

.btn-continuer {
  background: linear-gradient(90deg, #ad49e1 0%, #d870ff 100%);
  color: #fefbff;
  padding: 15px 50px;
  border-radius: 30px;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: capitalize;
  box-shadow: 0 4px 15px rgba(173, 73, 225, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-continuer:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(173, 73, 225, 0.6);
  text-decoration: none;
}

#game header nav {
  position: absolute;
  top: 0;
  left: 50%;
  border: none;
  width: 95%;
}
#game #game-container {
  text-align: center;
  color: #fefbff;
  padding-top: 100px;
}
#game #game-container .game-step {
  display: none;
}
#game #game-container .game-step.active {
  display: block;
  animation: fadeIn 0.5s ease-out;
}
#game #game-container .music-tags {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 30px auto;
  min-height: 60px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50px;
  padding: 15px 30px;
  width: fit-content;
}
#game #game-container .tag {
  background-color: #ad49e1;
  padding: 10px 25px;
  border-radius: 25px;
  cursor: grab;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
#game #game-container .tag:hover {
  background: #7a1cac;
  transform: scale(1.05);
}
#game #game-container .characters-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 10px 20px 30px 20px;
}
#game #game-container .char-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  width: 220px;
  padding: 20px;
  border: 2px solid transparent;
  transition: transform 0.4s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
}
#game #game-container .char-card.correct {
  background: rgba(46, 125, 50, 0.2);
  border-color: #4CAF50;
  box-shadow: 0 0 15px rgba(76, 175, 80, 0.4);
}
#game #game-container .char-card.correct .drop-zone {
  border-color: #4CAF50;
}
#game #game-container .char-card.wrong {
  background: rgba(198, 40, 40, 0.2);
  border-color: #f44336;
  box-shadow: 0 0 15px rgba(244, 67, 54, 0.4);
}
#game #game-container .char-card.wrong .drop-zone {
  border-color: #f44336;
}
#game #game-container .char-card .char-img {
  height: 340px;
  background: #222;
  border-radius: 15px;
  margin-bottom: 15px;
}
#game #game-container .char-card .char-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: top;
}
#game #game-container .char-card .char-img2 {
  height: fit-content;
  background: #222;
  border-radius: 15px;
  margin-bottom: 15px;
}
#game #game-container .char-card .char-img2 img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: top;
  aspect-ratio: 1/1;
}
#game #game-container .char-card .drop-zone {
  border: 2px dashed rgba(254, 251, 255, 0.3);
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#game #game-container .char-card .drop-zone span {
  font-size: 0.8em;
  opacity: 0.5;
}
#game #game-container .char-card .drop-zone .tag {
  width: 76%;
  height: 60%;
  position: absolute;
  box-shadow: none;
}
#game #game-container .char-card .explanation {
  display: none;
  position: relative;
  margin-top: 15px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  font-size: 0.85em;
  line-height: 1.4;
  height: 60px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: help;
}
#game #game-container .char-card .explanation::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  transition: opacity 0.5s;
}
#game #game-container .char-card.reveal .explanation {
  display: block;
  animation: slideDown 0.9s ease-in-out;
}
#game #game-container .char-card.reveal:hover {
  z-index: 100;
}
#game #game-container .char-card.reveal:hover .explanation {
  height: auto;
  min-height: 60px;
  position: absolute;
  top: 80%;
  left: 10px;
  right: 10px;
  background: rgba(20, 20, 20, 0.98);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
}
#game #game-container .char-card.reveal:hover .explanation::after {
  opacity: 0;
}
#game #game-container .extra-box {
  display: none;
  max-width: 600px;
  margin: 20px auto 40px;
  padding: 20px;
  background: rgba(173, 73, 225, 0.1);
  border-left: 5px solid #ad49e1;
  border-radius: 10px;
  text-align: left;
}
#game #game-container .extra-box h3 {
  color: #ad49e1;
  margin-bottom: 10px;
}
#game #game-container .extra-box p {
  font-size: 0.95em;
  line-height: 1.5;
}
#game #game-container .reveal-all .extra-box {
  display: block;
  animation: fadeIn 0.8s ease;
}
#game #game-container #verify-btn, #game #game-container #next-btn, #game #game-container #credits-btn {
  background: #ad49e1;
  color: #fefbff;
  padding: 15px 35px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  transition: 0.3s;
  text-decoration: none;
}
#game #game-container #verify-btn:hover, #game #game-container #next-btn:hover, #game #game-container #credits-btn:hover {
  background: #7a1cac;
}
#game #game-container #next-btn {
  background: #4CAF50;
}
#game .description {
  margin: 20px 20% 0px 20%;
}
#game #credits-btn {
  display: none;
  text-decoration: none;
}
#game #credits-btn button {
  background: transparent;
  border: 2px solid #ad49e1;
  color: #fefbff;
  padding: 15px 35px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}
#game #credits-btn button:hover {
  background: #ad49e1;
  color: #fefbff;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#end {
  overflow-x: hidden;
}
#end header nav {
  position: absolute;
  top: 0;
  left: 50%;
  border: none;
  width: 95%;
}
#end main {
  color: white;
  margin-top: 25vh;
  padding: 0 20px;
  text-align: center;
}
#end main h1 {
  font-size: 50px;
}
#end main p {
  display: flex;
  justify-self: center;
  width: 60%;
  text-align: justify;
  color: #fefbff;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 20px auto 20px;
}
#end main h3 {
  font-size: 30px;
}
#end main #us {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#end main #us img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 25px auto 25px;
}
#end main .p-us {
  width: fit-content;
  margin: auto;
  text-align: center;
}
#end main .p-us:last-child {
  text-decoration: underline;
}

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