/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/styles/base.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
@keyframes typing {
  0% {
    width: 0;
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  100% {
    width: 100%;
    visibility: visible;
  }
}
@keyframes blink {
  0% {
    border-color: #e94560;
  }
  50%, 100% {
    border-color: transparent;
  }
}
@keyframes scale-up {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes pinkPulse {
  0% {
    text-shadow: 0 0 3px #e94560;
  }
  50% {
    text-shadow: 0 0 8px rgb(238.3942307692, 114.6057692308, 134.9855769231);
  }
  100% {
    text-shadow: 0 0 3px #e94560;
  }
}
@layer reset {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  html {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
  }
  body {
    line-height: 1.5;
    text-rendering: optimizeSpeed;
  }
  img,
  picture,
  video,
  canvas,
  svg {
    display: block;
    max-width: 100%;
  }
  input,
  button,
  textarea,
  select {
    font: inherit;
  }
  ul[role=list],
  ol[role=list] {
    list-style: none;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  @media (prefers-reduced-motion: reduce) {
    html:focus-within {
      scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Arial", sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  color: #1a1a2e;
  background-color: #f0f0f0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

::selection {
  background-color: #0f3460;
  color: #f0f0f0;
}

.layer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all linear 0.2s;
}
@media (max-width: 999px) {
  .layer.visible {
    opacity: 1;
    visibility: visible;
  }
}

.interstellar-glow {
  color: #e94560;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.interstellar-glow:hover {
  color: rgb(237.3153846154, 105.4846153846, 127.1884615385);
  animation: pinkPulse 0.8s ease-in-out infinite;
}

.error-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.main-header {
  background-image: url(../js/dist/css/040a2d4e4796de109782.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 24px;
  width: 100%;
  height: 100%;
  position: relative;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 999px) {
  .header-row {
    flex-direction: row;
    position: relative;
  }
}
.header-right {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
  align-items: center;
  width: 100%;
  height: 300px;
}
@media (max-width: 999px) {
  .header-right {
    transform: translateX(-100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    display: flex;
    padding: 40px 16px;
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
    width: 80%;
    background: #0f3460;
    transition: transform 0.3s ease;
    z-index: 99;
  }
  .header-right.visible {
    transform: translateX(0%);
  }
  .header-right.visible .title {
    order: 1;
    margin-top: 40px;
    margin-bottom: 24px;
  }
  .header-right.visible .navbar {
    order: 2;
    flex: 1;
    display: flex;
    align-items: flex-start;
    padding-top: 24px;
  }
  .header-right.loading {
    transition: transform 0.3s ease;
  }
}

.logo {
  width: 200px;
  height: auto;
  flex-shrink: 0;
  align-self: center;
  border-radius: 50%;
  border: 10px groove #ffc300;
}
@media (max-width: 999px) {
  .logo {
    width: 100px;
    z-index: 50;
    position: relative;
  }
}

.title {
  margin: 0 0 24px 0;
  color: #f0f0f0;
  font-family: "Audiowide", sans-serif;
  font-size: 70px;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-text-stroke: 3px #ffc300;
}
@media (max-width: 999px) {
  .title {
    font-size: 40px;
  }
}
@media (max-width: 999px) {
  .title {
    -webkit-text-stroke: 1px #ffc300;
  }
}

.footer-main {
  background-image: url(../js/dist/css/040a2d4e4796de109782.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 24px;
  width: 100%;
  height: 100%;
}
.footer-content {
  max-width: var(--container-max-width);
  margin: 0 auto;
}
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer-logo {
  width: 150px;
  height: auto;
  flex-shrink: 0;
  border-radius: 50%;
  border-width: 10px;
  border-style: groove;
  border-color: #ffc300;
}
.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
  width: 100%;
  height: 150px;
}
.footer-nav ul {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  padding: 0 40px;
  width: 100%;
}
.footer-nav a {
  padding: 8px 16px;
  color: #f0f0f0;
  text-decoration: none;
  transition: background-color 0.5s ease;
  display: block;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #ffc300;
}
.footer-nav a:hover {
  background-color: #e94560;
}
.footer-copy {
  margin-top: 8px;
  color: #f0f0f0;
  font-family: "Audiowide", sans-serif;
  font-size: 1rem;
  text-align: center;
}

@media (max-width: 999px) {
  .footer-row {
    flex-direction: column;
  }
  .footer-nav ul {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 16px;
}

.mainContent {
  padding: 40px 0;
  background-color: #1a1a2e;
}

section {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .container {
    padding: 0 8px;
  }
  main {
    padding: 8px;
  }
}
.navbar {
  width: 100%;
}
.navbar ul {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  padding: 0 40px;
  width: 100%;
}
@media (max-width: 999px) {
  .navbar ul {
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
  }
  .navbar li {
    width: 100%;
    text-align: center;
  }
}

#openMenu,
#closeMenu {
  display: none;
}
@media (max-width: 999px) {
  #openMenu,
  #closeMenu {
    display: block !important;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 100;
    background: none;
    border: none;
    cursor: pointer;
  }
}
@media (min-width: 1000px) {
  #openMenu,
  #closeMenu {
    display: none !important;
  }
}
#openMenu svg,
#closeMenu svg {
  color: #fff;
  height: 40px;
  width: 40px;
}

@media (max-width: 999px) {
  #closeMenu {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 101;
  }
}

.stars-background {
  position: fixed;
  inset: 0;
  z-index: -10;
  background: black;
  overflow: hidden;
}
.stars-background::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background-image: radial-gradient(white 1px, transparent 1px);
  background-size: 30px 30px;
  animation: moveStars 60s linear infinite;
  opacity: 0.08;
}

@keyframes moveStars {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.button, .button--secondary, .button--primary {
  padding: 10px 15px;
  outline: none;
  border: 4px solid #ffc300;
  background-color: #0f3460;
  color: #f0f0f0;
  font-family: "Audiowide", sans-serif;
  border-radius: 999px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.button:hover, .button--secondary:hover, .button--primary:hover {
  background-color: #e94560;
  transform: scale(1.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.button--primary {
  background-color: #0f3460;
}
.button--secondary {
  background-color: #e94560;
}

.login-title {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Audiowide", sans-serif;
  color: #1a1a2e;
}
.login-btn {
  width: 100%;
  padding: 8px;
  margin-top: 16px;
  background-color: #0f3460;
  color: #f0f0f0;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Audiowide", sans-serif;
  transition: background-color 0.3s ease;
}
.login-btn:hover {
  background-color: #e94560;
}
.login-message {
  font-size: 0.8rem;
  color: #0f3460;
  margin-top: 16px;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-style: italic;
}

.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 46, 0.5);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup-content {
  background: #f0f0f0;
  padding: 40px;
  width: var(--form-width);
  max-width: 500px;
  margin: 20px;
  border-radius: 8px;
  border: 4px groove #ffc300;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  font-family: "Audiowide", sans-serif;
}
.popup-content form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.popup-content form label {
  font-family: "Audiowide", sans-serif;
  color: #1a1a2e;
  margin-bottom: 4px;
}
.popup-content form input {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  border: 1px solid rgba(15, 52, 96, 0.3);
  border-radius: 8px;
  font-family: "Arial", sans-serif;
}
.popup-content form input:focus {
  outline: none;
  border-color: #0f3460;
  box-shadow: 0px 0px 10px 32px rgba(0, 0, 0, 0.15);
}

.close-btn {
  position: absolute;
  top: 4px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.close-btn:hover {
  color: #e94560;
}

.terminal-line {
  color: #0f3460;
  font-size: 1rem;
  width: fit-content;
  border-right: 2px solid #e94560;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
}
.terminal-line.finished {
  border-right: none;
}
.terminal-line.line-1 {
  animation: typing 2.5s steps(30, end), blink 0.7s step-end 3;
  animation-fill-mode: forwards;
}
.terminal-line.line-2 {
  visibility: hidden;
  animation: typing 2.5s steps(30, end) 2.6s forwards, blink-out 0.7s step-end 3 5.6s;
  animation-fill-mode: forwards;
}

.search {
  background-color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 999px;
  padding: 16px 24px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.search_form {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.search_icon {
  flex-shrink: 0;
}
.search_icon img {
  width: 60px;
  height: auto;
  transition: transform 0.3s ease;
}
.search_icon img:hover {
  transform: scale(1.1);
}
.search_control {
  flex: 1;
}
.search_control input[type=text] {
  width: 100%;
  border: none;
  outline: none;
  padding: 16px;
  font-family: "Arial", sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  background-color: transparent;
}
.search_control input[type=text]::placeholder {
  color: rgba(26, 26, 46, 0.6);
}
.search_control input[type=text]:focus::placeholder {
  color: rgba(26, 26, 46, 0.8);
}

main {
  min-height: calc(80vh - 16px);
  background-color: #1a1a2e;
  padding: 40px 16px;
}

.intro {
  text-align: center;
  color: #f0f0f0;
  margin-bottom: 40px;
}
.intro h2 {
  font-family: "Audiowide", sans-serif;
  font-size: 40px;
  margin-bottom: 16px;
}
.intro p {
  font-family: var(--font-primary);
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.contact-form-container {
  margin: 0 auto;
  max-width: 1000px;
  background-color: #f0f0f0;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
.contact-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
  padding: 0;
}
.contact-header h3 {
  font-family: "Audiowide", sans-serif;
  font-size: 30px;
  color: #1a1a2e;
  margin: 0;
}
.contact form {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}
.contact .form-group {
  margin-bottom: 16px;
}
.contact .form-group label {
  display: block;
  margin-left: 16px;
  font-family: "Audiowide", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 4px;
  color: #1a1a2e;
}
.contact .form-group input,
.contact .form-group textarea {
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  font-family: "Arial", sans-serif;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
}
.contact .form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.icon-container {
  width: 80px;
  flex-shrink: 0;
}

.contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px groove #ffc300;
  object-fit: cover;
  margin-right: 8px;
  margin-left: 16px;
}

.text-container {
  flex: 1;
  text-align: center;
}

.button-group {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

a,
button {
  cursor: pointer;
}

@media (max-width: 768px) {
  .contact-form-container {
    max-width: 90%;
    padding: 8px;
  }
  .intro h2 {
    font-size: 1.5rem;
  }
  .intro p {
    font-size: 1rem;
  }
}
.intro {
  text-align: center;
  color: #f0f0f0;
  margin-bottom: 40px;
}
.intro h2 {
  font-family: "Audiowide", sans-serif;
  font-size: 40px;
  margin-bottom: 16px;
}
.intro p {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Arial", sans-serif;
}

main {
  min-height: calc(80vh - 16px);
  background-color: #1a1a2e;
  padding: 40px 16px;
}

.intro {
  text-align: center;
  color: #f0f0f0;
  margin-bottom: 40px;
}
.intro h2 {
  font-family: "Audiowide", sans-serif;
  font-size: 40px;
  margin-bottom: 16px;
}
.intro p {
  font-family: "Arial", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.signup-form-container {
  margin: 0 auto;
  max-width: 1000px;
  background-color: #f0f0f0;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
.signup-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
  padding: 0;
}
.signup-header h3 {
  font-family: "Audiowide", sans-serif;
  font-size: 30px;
  color: #1a1a2e;
  margin: 0;
}
.signup-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px groove #ffc300;
  object-fit: cover;
  margin: 0 8px 0 16px;
}
.signup form {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}
.signup form .form-group {
  margin-bottom: 16px;
}
.signup form .form-group label {
  font-family: "Audiowide", sans-serif;
  font-size: 1.2rem;
  margin: 0 0 4px 16px;
  color: #1a1a2e;
  display: block;
}
.signup form .form-group input {
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  font-family: "Arial", sans-serif;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  height: 45px;
}
.signup form .form-group input:focus {
  outline: none;
  border-color: #0f3460;
  box-shadow: 0px 0px 10px 32px rgba(0, 0, 0, 0.15);
}

.icon-container {
  width: 80px;
  flex-shrink: 0;
}

.text-container {
  flex: 1;
  text-align: center;
}

.button-arrow-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 16px;
}

.back-home-link {
  display: inline-block;
}

.back-arrow {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  border: 4px groove #ffc300;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.back-arrow:hover {
  transform: scale(1.4) rotate(360deg);
  transition: transform 1s ease;
}

.signup-message {
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  font-style: italic;
  color: #0f3460;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .signup-form-container {
    max-width: 90%;
    padding: 8px;
  }
  .intro h2 {
    font-size: 1.5rem;
  }
  .intro p {
    font-size: 1rem;
  }
}
.legal_notice {
  padding: 40px 0;
  background-color: #1a1a2e;
  color: #f0f0f0;
  font-family: "Audiowide", sans-serif;
}
.legal_notice .section-title {
  font-size: 40px;
  font-family: "Audiowide", sans-serif;
  text-decoration: underline;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
.legal_notice .legal-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 16px;
  background-color: #f0f0f0;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 32px rgba(0, 0, 0, 0.15);
}
.legal_notice .legal-content .legal-item {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #0f3460;
}
.legal_notice .legal-content .legal-item strong {
  font-family: "Audiowide", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #0f3460;
}
.legal_notice .legal-content .legal-item h3 {
  font-size: 30px;
  font-weight: bold;
  color: #0f3460;
  margin-bottom: 8px;
  font-family: "Audiowide", sans-serif;
}
.legal_notice .legal-content .legal-item p {
  font-size: 16px;
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  color: #1a1a2e;
}
.legal_notice .contact-info {
  font-weight: bold;
  color: #0f3460;
  text-decoration: underline;
  cursor: pointer;
}
.legal_notice .contact-info:hover {
  color: #e94560;
}
.legal_notice .button-back-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.legal_notice .tmdb-logo-inline {
  height: 1em;
  width: auto;
  vertical-align: baseline;
  margin-left: 0.3em;
  display: inline;
  line-height: 1;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.legal_notice .tmdb-logo-inline:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 0 4px #ffc300);
}

@media (max-width: 768px) {
  .container {
    padding: 0 8px;
  }
  .legal_notice {
    padding: 24px 0;
  }
  .legal-content {
    padding: 8px;
  }
}
.blackhole-overlay {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 0;
}

.blackhole-scene {
  height: 100vh;
  background: radial-gradient(circle, #000 30%, #0c0505 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.blackhole-core {
  width: 160px;
  height: 160px;
  background: #000;
  border-radius: 50%;
  box-shadow: 0 0 80px 20px black;
  z-index: 3;
  position: relative;
}

.halo-layer {
  position: absolute;
  border-radius: 50%;
  transform-origin: center;
  pointer-events: none;
}
.halo-layer.inner {
  width: 260px;
  height: 260px;
  background: conic-gradient(from 0deg, rgba(255, 115, 0, 0.7), transparent 180deg, rgba(255, 115, 0, 0.7) 360deg);
  filter: blur(24px);
  z-index: 2;
  animation: rotate 5s linear infinite;
}
.halo-layer.middle {
  width: 320px;
  height: 320px;
  background: conic-gradient(from 90deg, rgba(255, 170, 50, 0.3), transparent 120deg, rgba(255, 170, 50, 0.3) 270deg);
  filter: blur(40px);
  z-index: 1;
  animation: rotateReverse 15s linear infinite;
}
.halo-layer.outer {
  width: 400px;
  height: 400px;
  background: conic-gradient(from 45deg, transparent, rgba(255, 210, 100, 0.15), transparent);
  filter: blur(60px);
  opacity: 0.5;
  animation: rotate 25s linear infinite;
  z-index: 0;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateReverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.lost-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  color: #f0f0f0;
  font-family: "Audiowide", sans-serif;
  max-width: 90%;
  opacity: 0;
  animation: fadeIn 1.5s ease-out forwards;
  animation-delay: 2.2s;
}

.lost-message h1 {
  font-size: 6rem;
  margin-bottom: 12px;
  color: #ffc300;
  text-shadow: none;
}

.lost-message p {
  font-size: 1.6rem;
  margin-bottom: 32px;
  line-height: 1.7;
  text-shadow: none;
}

.lost-message .button, .lost-message .button--primary, .lost-message .button--secondary {
  background-color: #e94560;
  color: #fff;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  display: inline-block;
}

.lost-message .button:hover, .lost-message .button--primary:hover, .lost-message .button--secondary:hover {
  background-color: #ffc300;
  transform: scale(1.05);
}

.error-404 header,
.error-404 footer {
  animation: vanishToVoid 1.5s ease-in-out forwards;
  animation-delay: 0.5s;
  pointer-events: none;
}

.error-404 .blackhole-scene {
  animation: expandScene 2s ease-in-out 2s forwards;
}

.error-404 header {
  background-color: #000 !important;
  z-index: 5;
  opacity: 1;
  position: relative;
}

@keyframes vanishToVoid {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: scale(0.2) rotate(720deg);
  }
}
@keyframes expandScene {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@media (max-width: 768px) {
  .lost-message {
    padding: 16px;
  }
  .lost-message h1 {
    font-size: 3.5rem;
  }
  .lost-message p {
    font-size: 1.1rem;
  }
}
.profile-container h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px;
  font-size: 40px;
  color: #f0f0f0;
  margin-bottom: 16px;
}

h2 {
  font-size: 40px;
  margin-bottom: 16px;
  color: #f0f0f0;
  text-shadow: 0 0 10px #0f3460;
  font-family: "Audiowide", sans-serif;
}
h2:hover {
  animation: pinkPulse 0.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

p {
  font-size: 1.2rem;
  margin-bottom: 24px;
}

.profile-section {
  margin-bottom: 40px;
  padding: 24px;
  background-color: #1a1a2e;
  border-radius: 16px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  color: #f0f0f0;
}
.profile-section h3 {
  font-size: 30px;
  margin-bottom: 16px;
  color: #f0f0f0;
  border-bottom: 2px groove #ffc300;
  padding-bottom: 8px;
  font-family: "Audiowide", sans-serif;
}
.profile-section ul {
  list-style-type: none;
  padding: 0;
}
.profile-section ul li {
  padding: 8px 0;
  font-size: 1rem;
  border-bottom: 1px solid rgba(240, 240, 240, 0.2);
}
.profile-section .favorites-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.profile-section .favorites-list .fav-card {
  background-color: #0f3460;
  color: #f0f0f0;
  padding: 8px 16px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 32px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  animation: scale-up 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.3s ease;
}
.profile-section .favorites-list .fav-card:hover {
  transform: scale(1.05);
}
.profile-section .form-group {
  margin-bottom: 16px;
}
.profile-section .form-group label {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}
.profile-section .form-group input {
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #ffc300;
  background-color: transparent;
  color: #f0f0f0;
  transition: border 0.3s ease;
}
.profile-section .form-group input:focus {
  outline: none;
  border-color: #ffcf33;
}
.profile-section .button, .profile-section .button--primary, .profile-section .button--secondary {
  padding: 10px 15px;
  background-color: #0f3460;
  color: #f0f0f0;
  border: 2px solid #ffc300;
  border-radius: 999px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.5s ease;
}
.profile-section .button:hover, .profile-section .button--primary:hover, .profile-section .button--secondary:hover {
  background-color: rgb(8.1081081081, 28.1081081081, 51.8918918919);
}

.logout {
  text-align: center;
  margin-top: 24px;
}
.logout .button, .logout .button--primary, .logout .button--secondary {
  background-color: #e94560;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.logout .button:hover, .logout .button--primary:hover, .logout .button--secondary:hover {
  background-color: rgb(238.3942307692, 114.6057692308, 134.9855769231);
}

.commander-icon {
  width: 45px;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.commander-icon:hover {
  transform: scale(1.1);
}

.easteregg-body {
  position: relative;
  z-index: 1;
  background-image: url(../js/dist/css/6222a9400c6f4124514d.png) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-attachment: fixed !important;
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
}

.game-zone {
  margin-bottom: 40px;
}

.game-frame iframe {
  display: block;
  width: 100%;
  height: 700px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 16px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  background: transparent;
  outline: none;
  overflow: hidden;
  line-height: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.game-zone-flex {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: flex-start;
  margin: 40px auto;
  flex-wrap: wrap;
  max-width: 1400px;
}

.game-info-left,
.game-info-right {
  flex: 1;
  min-width: 280px;
  max-width: 300px;
  color: #f0f0f0;
  font-family: "Arial", sans-serif;
}

.game-info-left h3,
.game-info-right h3 {
  font-family: "Audiowide", sans-serif;
  font-size: 30px;
  color: #ffc300;
  margin-bottom: 16px;
}

.game-info-left p,
.game-info-right li {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  color: #f0f0f0;
  line-height: 1.6;
  margin-bottom: 8px;
}

.game-frame {
  flex: 2;
  min-width: 500px;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 16px auto 16px auto;
  padding: 0;
  background: transparent;
  overflow: visible;
}

.game-title {
  text-align: center;
  margin-bottom: 40px;
}
.game-title h2 {
  font-family: "Audiowide", sans-serif;
  font-size: 40px;
  color: #ffc300;
  margin: 0;
}

.return-link {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.return-link a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 1.2rem;
  background-color: #0f3460;
  color: #f0f0f0;
  border-radius: 999px;
  border: 2px solid #ffc300;
  box-shadow: var(--box-shadow-md);
  text-decoration: none;
  font-family: "Audiowide", sans-serif;
  transition: 0.3s ease;
}
.return-link a:hover {
  background-color: rgb(21.8918918919, 75.8918918919, 140.1081081081);
  color: #ffc300;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

ul {
  list-style-type: disc;
  padding-left: 16px;
}

@media (max-width: 900px) {
  .game-zone-flex {
    flex-direction: column;
    align-items: center;
  }
  .game-info-left,
  .game-info-right,
  .game-frame {
    max-width: 100%;
    text-align: center;
  }
  .game-frame iframe {
    height: 60vh;
  }
}
/* Temporary fixes and overrides */
/* Ensure burger menu is visible on mobile */
@media (max-width: 768px) {
  #openMenu {
    display: block !important;
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 100 !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
  }
  #closeMenu {
    display: block !important;
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 101 !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
  }
  #openMenu svg,
  #closeMenu svg {
    color: #fff !important;
    height: 40px !important;
    width: 40px !important;
  }
}
/* Layer overlay */
.layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.layer.visible {
  opacity: 1;
  visibility: visible;
}
