@font-face {
  font-family: "SillyBug-Eaqjg";
  src: url("../fonts/SillyBug-Eaqjg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes navFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.lamp-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.lamp-wrapper .lamp-container {
  position: fixed;
  left: 40px;
  top: 16%;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: auto;
  z-index: 2;
}
.lamp-wrapper .lamp-container.visible {
  opacity: 1;
  transform: translateY(0);
}
.lamp-wrapper .lamp-container:hover {
  transform: translateY(15px);
}
.lamp-wrapper .lamp-container:hover .lamp-string {
  height: 93px;
  transform: translateX(-50%) translateY(5px);
}
.lamp-wrapper .lamp-container .lamp-string {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 95px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5));
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.lamp-wrapper .lamp-container .lamp-image {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.3));
  margin-top: -11px;
  z-index: 2;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 1000;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px 40px;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.95;
  z-index: 999;
}
@media (max-width: 480px) {
  .header {
    padding: 10px 20px;
  }
}
.header .nav-menu {
  pointer-events: auto;
  position: relative;
  padding: 20px;
  margin: -20px;
  z-index: 1001;
}
.header .nav-menu .nav-links {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  padding: 0 20px;
  margin-top: 15px;
  margin-right: 40px;
  opacity: 0;
  animation: navFadeIn 0.8s ease forwards;
  animation-delay: 1.2s;
  animation-fill-mode: both;
  position: relative;
  z-index: 1001;
}
@media (max-width: 1024px) {
  .header .nav-menu .nav-links {
    gap: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .header .nav-menu .nav-links {
    gap: 15px;
    margin-right: 10px;
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .header .nav-menu .nav-links {
    gap: 10px;
    margin-right: 5px;
    padding: 0 5px;
    margin-top: 10px;
  }
}
.header .nav-menu .nav-links a {
  color: #F5F5F5;
  text-decoration: none;
  letter-spacing: 3.5px;
  transition: all 0.3s ease;
  position: relative;
  padding: 5px 0;
  font-size: 0.9rem;
  white-space: nowrap;
  opacity: 1;
}
@media (max-width: 1024px) {
  .header .nav-menu .nav-links a {
    font-size: 0.85rem;
  }
}
@media (max-width: 768px) {
  .header .nav-menu .nav-links a {
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
}
@media (max-width: 480px) {
  .header .nav-menu .nav-links a {
    font-size: 0.75rem;
    letter-spacing: 0.5px;
  }
}
.header .nav-menu .nav-links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #F5F5F5;
  transition: width 0.3s ease;
}
.header .nav-menu .nav-links a:hover::after {
  width: 100%;
}
.header .header-line {
  position: absolute;
  bottom: 0;
  left: -10px;
  width: calc(100% + 20px);
  height: 3px;
  background: transparent;
  z-index: 1002;
}
@media (max-width: 480px) {
  .header .header-line {
    left: -5px;
    width: calc(100% + 10px);
    height: 2px;
  }
}
.header .header-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,1.5 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0' stroke='white' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: auto 100%;
  opacity: 1;
  z-index: 1002;
}

@media (max-width: 480px) {
  .mobile-menu-button {
    display: none;
    position: fixed;
    right: 20px;
    top: 15px;
    z-index: 1001;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 20px;
  }
}
@font-face {
  font-family: "SillyBug-Eaqjg";
  src: url("/fonts/SillyBug-Eaqjg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body {
  font-family: "SillyBug-Eaqjg", monospace;
  background-color: #000000;
  margin: 0;
  padding: 0;
  color: #F5F5F5;
  overflow-x: hidden;
  letter-spacing: 3px;
  transition: all 0.4s ease;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
html.light-theme, body.light-theme {
  background-color: transparent;
  color: #ffffff;
}
html.light-theme::before, body.light-theme::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/static/images/area/game_screen.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: -1;
  transition: opacity 0.8s ease;
}
html.light-theme .header, body.light-theme .header {
  background-color: #000000;
  border-bottom: none;
}
html.light-theme .header::after, body.light-theme .header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,1.5 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0' stroke='white' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
}
html.light-theme .header .nav-menu .nav-links a, body.light-theme .header .nav-menu .nav-links a {
  color: #ffffff;
}
html.light-theme .header .nav-menu .nav-links a::after, body.light-theme .header .nav-menu .nav-links a::after {
  background-color: #ffffff;
}
html.light-theme .initial-logo h1, body.light-theme .initial-logo h1 {
  color: #ffffff;
}
html.light-theme .lamp-image, body.light-theme .lamp-image {
  filter: brightness(1) !important;
}
html.light-theme .lamp-string, body.light-theme .lamp-string {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5)) !important;
}
html.light-theme .header-line::after, body.light-theme .header-line::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,1.5 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0' stroke='black' fill='none' stroke-width='1.5'/%3E%3C/svg%3E") !important;
}
html.light-theme .lamp-wrapper::after, body.light-theme .lamp-wrapper::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: radial-gradient(circle at 60px calc(16% + 20px), rgba(255, 215, 0, 0.1) 0%, rgba(255, 215, 0, 0.05) 20%, transparent 40%);
  z-index: 1;
}
html.light-theme h1, html.light-theme h2, html.light-theme h3, html.light-theme h4, html.light-theme h5, html.light-theme h6, html.light-theme p, html.light-theme a, html.light-theme span, body.light-theme h1, body.light-theme h2, body.light-theme h3, body.light-theme h4, body.light-theme h5, body.light-theme h6, body.light-theme p, body.light-theme a, body.light-theme span {
  color: #ffffff;
}
html.light-theme .btn::after, body.light-theme .btn::after {
  background-color: #ffffff;
}
html.light-theme .game-area-image, body.light-theme .game-area-image {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.8s ease-in, transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
html.light-theme .footer, body.light-theme .footer {
  display: block;
  animation: footerFadeIn 0.8s ease forwards;
  background-color: #000000;
  border-top: none;
}
html.light-theme .footer::before, body.light-theme .footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,1.5 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0' stroke='white' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
}
html.light-theme .footer .footer-content, body.light-theme .footer .footer-content {
  background-color: #000000;
}
html.light-theme .footer .footer-info p,
html.light-theme .footer .social-link, body.light-theme .footer .footer-info p,
body.light-theme .footer .social-link {
  color: #ffffff;
}

* {
  font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 4px;
}

.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  letter-spacing: 4px;
}
.hero p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.6;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  margin-top: 2rem;
}

.about-section, .initial-logo {
  display: none;
}

.game-showcase {
  padding: 4rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  background-color: rgba(80, 200, 120, 0.1);
}

.btn {
  font-family: "SillyBug-Eaqjg", monospace;
  display: inline-block;
  padding: 0.8rem 2rem;
  text-decoration: none;
  color: #F5F5F5;
  background: transparent;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  letter-spacing: 3px;
  position: relative;
}
.btn::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #F5F5F5;
  transition: width 0.3s ease;
}
.btn:hover {
  color: #F5F5F5;
}
.btn:hover::after {
  width: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes navFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  opacity: 0;
  animation: contentFadeIn 1s ease 1s forwards;
}

@keyframes logoFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes logoMoveUp {
  0% {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    top: 5px;
    transform: translate(-50%, 0) scale(0.8);
  }
}
@keyframes contentFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.initial-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s ease;
  z-index: 999;
  opacity: 1;
  display: block;
  animation: logoFadeIn 1s ease forwards;
}
.initial-logo.moved {
  animation: logoMoveUp 1s ease forwards;
  top: 5px;
}
.initial-logo h1 {
  font-family: "SillyBug-Eaqjg", monospace;
  font-size: 3rem;
  color: #F5F5F5;
  margin: 0;
  white-space: nowrap;
  text-align: center;
  animation: textFadeIn 1s ease forwards;
}

.game-area-layer {
  display: none;
}

.game-area-image {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 60vh;
  max-width: 60%;
  object-fit: contain;
  opacity: 0;
  display: block;
  margin: 0 auto;
}

.game-description {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  z-index: 3;
  transform: translateY(-100px);
}
.game-description .game-logo-container {
  margin-bottom: 2rem;
  text-align: center;
}
.game-description .game-logo-container .game-title-logo {
  max-width: 400px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 10px rgba(255, 0, 0, 0.5)) drop-shadow(0 0 20px rgba(255, 0, 0, 0.3));
}
.game-description .game-genres {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.game-description .game-genres .genre-tag {
  padding: 0.5rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.3);
}
.game-description .game-text {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: transparent;
  border-radius: 8px;
}
.game-description .game-text .typing-text {
  font-family: "SillyBug-Eaqjg", sans-serif;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: justify;
  column-count: 2;
  column-gap: 2rem;
  column-rule: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .game-description .game-text .typing-text {
    column-count: 1;
  }
}

@media (max-width: 768px) {
  .game-description {
    transform: translateY(-50px);
    padding: 0 15px;
  }
  .game-description .game-genres {
    gap: 0.5rem;
  }
  .game-description .game-genres .genre-tag {
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
  }
  .game-description .game-text {
    column-count: 1;
    font-size: 1rem;
    text-align: center;
    padding: 0;
  }
  .game-description .game-text p {
    text-indent: 0;
  }
}
.footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  padding: 10px 0;
  height: 180px;
  margin-top: auto;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease;
}
.footer .footer-content {
  max-width: 1800px;
  margin: 0 auto;
  padding: 10px 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  height: 100%;
}
.footer .footer-logos {
  display: flex;
  align-items: center;
  gap: 160px;
}
.footer .footer-logos .footer-logo {
  height: 140px;
  width: auto;
  filter: none;
}
.footer .footer-logos .game-logo {
  height: 300px;
  width: auto;
  filter: none;
  margin-bottom: -30px;
  margin-top: -140px;
  margin-left: -100px;
  position: relative;
  top: 50px;
  content: url("/static/images/DREARTH.png");
}
.footer .footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}
.footer .social-links {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.footer .social-links .social-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1rem;
  transition: opacity 0.3s ease;
}
.footer .social-links .social-link:hover {
  opacity: 0.8;
}
.footer .footer-info {
  text-align: right;
  font-size: 0.9rem;
  color: #ffffff;
  opacity: 1;
}
.footer .footer-info p {
  margin: 5px 0;
  color: #ffffff;
}
.footer .footer-info .privacy-link {
  color: #21536b;
  text-decoration: none;
  font-size: 0.9rem;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.footer .footer-info .privacy-link:hover {
  opacity: 0.8;
}

@keyframes footerFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.light-theme .game-content {
  opacity: 1;
  visibility: visible;
}
.light-theme .game-area-image {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.light-theme .footer {
  opacity: 1;
  visibility: visible;
}
.light-theme .footer .game-logo {
  filter: brightness(1);
}
.light-theme .description-layer {
  background: transparent;
}
.light-theme .description-layer::before, .light-theme .description-layer::after {
  display: none;
}
.light-theme .header {
  background-color: #000000;
  border-bottom: none;
}
.light-theme .header::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,1.5 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0' stroke='white' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");
}
.light-theme .game-text {
  background-color: transparent;
}
.light-theme .game-text .typing-text {
  color: #ffffff;
}

.game-section {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}

.game-content {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease;
}

.layer {
  position: relative;
  width: 100%;
}

@keyframes slideBackground {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.description-layer {
  position: relative;
  min-height: 100vh;
  z-index: 2;
  padding: 0;
  background: transparent;
  overflow: hidden;
}
.description-layer .video-container {
  position: relative;
  width: 100%;
  height: 85vh;
  overflow: hidden;
  margin-bottom: 0;
}
.description-layer .video-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, transparent, rgb(0, 0, 0));
  pointer-events: none;
}
.description-layer .video-container .gameplay-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%) scale(1.2);
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  border: none;
}
.description-layer .video-container .release-date {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  padding: 20px 0;
  text-align: center;
  z-index: 2;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.description-layer .video-container .release-date h2 {
  font-size: 2.5rem;
  margin: 0 0 10px 0;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.description-layer .video-container .release-date p {
  font-size: 1.2rem;
  margin: 5px 0;
  opacity: 0.8;
}
.description-layer .video-container .release-date .platforms {
  margin-top: 10px;
}
.description-layer .video-container .release-date .platforms span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.2em;
}

.footer-layer {
  background-color: #000000;
  z-index: 3;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #000000;
  border-bottom: none;
}
.header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,1.5 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0' stroke='%23ffffff' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
}

html body.light-theme .header {
  background-color: #000000;
  border-bottom: none !important;
}
html body.light-theme .header::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 3px !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,1.5 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0 c 50,-2 80,2 130,0 c 60,-2 70,2 120,0' stroke='white' fill='none' stroke-width='1.5'/%3E%3C/svg%3E") !important;
  background-repeat: repeat-x !important;
  display: block !important;
  z-index: 1 !important;
}

.light-theme body {
  overflow-y: auto;
  scroll-behavior: smooth;
}
.light-theme body::-webkit-scrollbar {
  width: 8px;
}
.light-theme body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}
.light-theme body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}
.light-theme .game-section {
  display: block;
}
.light-theme .game-content {
  opacity: 1;
  visibility: visible;
}
.light-theme .game-area-image {
  opacity: 1;
}
.light-theme .footer {
  opacity: 1;
  visibility: visible;
}
.light-theme .description-layer::before {
  animation-play-state: running;
  animation-timing-function: linear;
  transform: translateZ(0);
  will-change: transform;
}
.light-theme .description-layer::after {
  animation-play-state: running;
  animation-timing-function: linear;
  transform: translateZ(0);
  will-change: transform;
}

body:not(.light-theme) {
  overflow: hidden;
}

html {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 0, 0, 0.5) rgba(43, 0, 0, 0.1);
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: rgba(43, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 0, 0, 0.7);
}

::-webkit-scrollbar-button {
  display: none !important;
  background: transparent !important;
  height: 0 !important;
  width: 0 !important;
}

::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement,
::-webkit-scrollbar-button:horizontal:start:increment,
::-webkit-scrollbar-button:horizontal:end:decrement,
::-webkit-scrollbar-button:vertical:start:decrement,
::-webkit-scrollbar-button:vertical:end:increment,
::-webkit-scrollbar-button:horizontal:start:decrement,
::-webkit-scrollbar-button:horizontal:end:increment {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}
