
  /*  INNER STYLES  */

body {
  position: relative;
  min-width: 100vw; min-height: 100vh;
  max-width: 100vw; max-height: 100vh;
  width: 100vw; height: 100vh;
  font: 14px 'exo2'; text-align: center;
  background: rgba(200, 200, 210, 1);
  color: rgba(5, 5, 5, .75);
  margin: 0; padding: 0; inset: 0;
  overflow: hidden scroll;
  user-select: none;
}
.darkMode {
  filter: invert(.95);
}
* {
  position: relative;
  width: auto; height: auto;
  margin: 0; padding: 0; inset: 0;
  overflow: hidden; box-sizing: content-box;
  scroll-behavior: smooth;
  transition: all .25s ease-in-out;
}
input::placeholder {
  color: rgba(50, 50, 55, .35);
}
hr {
  width: 92.5vw;
  margin: 0px auto 12.5px;
  border: 1px solid rgba(5, 5, 5, .1);
}

  /*  HEADER STYLES  */

#header {
  position: sticky; display: flex; flex-wrap: wrap;
  align-items: center; justify-content: flex-start;
  width: 90vw; height: 45px;
  background: rgba(250, 250, 255, 1);
  margin: 15px auto; top: 15px;
  border-radius: 5px;
  box-shadow:
    1.5px 1.5px .5px -.5px rgba(50, 50, 50, .4),
    1.5px 1.5px 2px 1.25px rgba(50, 50, 50, .2);
  overflow: hidden; z-index: 1;
}
#search {
  width: 22.5px; height: 22.5px;
  padding: 5px 10px;
  border-right: 1px solid black;
}
#searchInput {
  width: calc(100% - 43.5px); height: 45px;
  font: bold 18px "exo2L";
  text-indent: 7.5px; letter-spacing: 1px;
  background: transparent;
  border: none; outline: none;
}
#searchInput::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  width: 19px; height: 19px;
  background: url("https://www.dropbox.com/scl/fi/jwsh5d8ec9yz147ioksi6/cross.png?rlkey=z24vqc5en425fox8eo4bvkq1u&dl=1") no-repeat center;
  background-size: contain;
  margin: 0px 10px 0px 0px;
}

  /*  BANNERCON STYLES  */

#bannerCon {
  width: 90vw; height: auto;
  margin: 0px auto 2.5px;
  overflow: hidden;
}
#banner01, #banner02 {
  width: 100%; height: auto;
  border-radius: 10px;
  animation: hueRotate 2s linear infinite;
}
#banner02 {
  position: absolute;
  inset: 0;
}
@keyframes hueRotate {
  0% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(180deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}

  /*  NOTICECON STYLES  */

#noticeCon {
  width: 90vw; height: 25px;
  background: rgba(250, 250, 255, .9);
  margin: 5px auto 15px;
  border: 1px solid rgba(5, 5, 5, .9);
  border-radius: 80px;
  overflow: hidden;
}
#noticeTxt {
  display: flex; flex-wrap: nowrap;
  align-items: center; justify-content: center;
  width: max-content; height: 25px;
  font: bold 14px "exo2L";
  white-space: nowrap;
  color: rgba(5, 5, 5, .75);
  animation: walkingTxt 15s linear infinite;
}
@keyframes walkingTxt {
  from {
    transform: translateX(50%);
  }
  to {
    transform: translateX(-100%);
  }
}

  /*  GAMESCON STYLE  */

#gamesCon {
  width: 100vw; height: auto;
  overflow: hidden;
}
#gamesTxt {
  width: 95%; height: auto;
  font: bold 22.5px "alteB"; text-transform: uppercase;
  letter-spacing: 1px; word-spacing: 1px;
  color: rgba(5, 5, 5, .75);
  margin: 0px auto 15px; padding: 7.5px 0px;
  border-width: 2px 0px; border-style: solid;
  border-color: rgba(5, 5, 5, .75);
}
#gamesContents {
  display: flex; flex-wrap: wrap;
  align-items: start; justify-content: start;
  width: 90%; height: auto;
  margin: 0px auto 15px;
  overflow: visible;
}
.gameCon {
  width: 30%; height: 175px;
  background: rgba(250, 250, 255, .9);
  margin: 0px calc(100% / 73.5) 15px; padding: 5px 0px 20px;
  border-radius: 5px;
  box-shadow:
    1.5px 1.5px .5px -.5px rgba(50, 50, 50, .4),
    1.5px 1.5px 2px 1.25px rgba(50, 50, 50, .2);
  overflow: hidden;
}
.gameIcn {
  width: 85%; height: auto;
  margin: 5px auto;
  border: 1.75px solid rgba(5, 5, 5, .5);
  border-radius: 20px;
  image-rendering: high-quality;
}
.gameObj {
  font: bold 12px "lS";
  letter-spacing: .5px; word-spacing: -.65px;
  color: rgba(5, 5, 5, .9);
  margin: 1px 0px; padding: 0px 5px;
}
#notFoundCon {
  display: none; flex-wrap: wrap; flex-flow: column;
  align-items: center; justify-content: center;
  width: 100%; height: 60vh;
  z-index: -1;
}
#notFoundImg {
  width: 100px; height: auto;
}
#notFoundTxt {
  font: bold 16px "lS";
  text-transform: uppercase;
  color: rgba(5, 5, 5, .75);
  margin: 10px auto;
}

  /*  LOADINGCON STYLES  */

#loadingCon {
  position: fixed; display: flex; flex-wrap: wrap;
  align-items: center; justify-content: center;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, .85);
  margin: 0; inset: 0;
  opacity: 0; visibility: hidden;
  overflow: hidden; z-index: 2;
}
#loadingSpin {
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: center;
  width: 100px; height: 100px;
  background: rgba(250, 250, 250, .9);
  border: 1px solid rgba(5, 5, 5, .9);
  border-radius: 10px;
  transform: scale(0);
  z-index: 1;
}
#loadingSpin::before, #loadingSpin::after {
  content: ''; position: absolute;
  width: 55px; height: 55px;
  top: 22.5px; left: 22.5px;
  border: 2.5px solid rgb(100, 150, 250);
  box-sizing: border-box;
  animation: rotation .8s linear infinite;
  animation-play-state: var(--aps, paused);
}
#loadingSpin::after {
  border-color: rgb(250, 100, 100);
  animation-delay: .075s;
  animation-direction: reverse;
}

@keyframes rotation {to {transform: rotate(360deg);}}

  /*  FOOTER STYLES  */

#authorInfoCon {
  width: 100vw; height: 50px;
  background:
    linear-gradient(to top,
      rgba(250, 250, 255, 1) 0%,
      rgba(250, 250, 255, 1) 25%,
      rgba(250, 250, 255, 0) 100%);
  padding: 5px 0px 27.5px; inset: auto auto 0px;
  overflow: hidden;
}
#copyrightTxt {
  font: bold 14px lS;
  color: rgba(5, 5, 5, .75);
}
#IG, #TG, #WA {
  width: 40px; height: auto;
  margin: 10px 5px 0px;
  border: .5px solid rgba(5, 5, 5, .9);
  border-radius: 10px;
  aspect-ratio: 1;
  image-rendering: high-quality;
}