/* color references
    110706 - almost black
    393836 - grey
    EFFFFF - white
    80D4FF - sky blue
    4A95F2 - ocean blue */

/* 00799b miku blue
    00607c  deep blue
    d00062 magenta
    f9d700 yellow
    #f92400 red
    
/*splash screen*/

.age-gate-overlay {
  position: fixed;
  inset: 0;
  background: repeating-conic-gradient(#fff 0% 25%, #000 0% 50%);
  background-size: 2px 2px;
  animation: noise 0.15s steps(8) infinite;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  height: 100vh;
}

#age-gate {
  transition: opacity 0.8s ease-out;
}

html {
  overflow-y: scroll;
}

body {
  background: repeating-conic-gradient(#fff 0% 25%, #000 0% 50%);
  background-size: 2px 2px;
  animation: noise 0.15s steps(8) infinite;
  color: white;
  margin: 0;
  padding: 0;
  font-family: "consolas", monospace;
  /* this is new*/
  align-items: center;
}

a {
  color: #80d4ff;
  text-decoration: none;
}

a:visited {
  color: #4a95f2;
}

a:hover {
  color: #efffff;
  text-decoration: underline;
}

a:active {
  color: #ffffff;
}
#splash {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}
#TV-circle {
  background-color: #110706;
  border: double white 25px;
  border-radius: 50%;
  width: 550px;
  height: 550px;
  display: flex-start;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.splTV {
  width: 250px;
  height: auto;
  margin: 0 auto;
  margin-top: 75px;
}

.splTV-wrapper {
  justify-content: center;
  align-items: center;
  position: relative;
  display: inline-block;
}

.splTV-wrapper img {
  display: block;
  width: 250px;
  height: auto;
}

.splTV-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    circle at center,
    rgba(0, 0, 0, 0) 40%,
    #110706 80%
  );
}

.splashtext {
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
}
.tv-static {
  width: 100%;
  height: 100%;
}
#disclaimer {
  color: darkslategray;
  font-size: small;
}
.site-wrapper {
  width: 1101px;
  max-width: 95vw;
  margin: 0 auto;
}

#whereami {
  text-align: left;
}

.goback,
.goback:link,
.goback:visited,
.goback:hover,
.goback:active {
  color: white;
  text-decoration: none;
}

.error {
  color: red;
  font-size: large;
}
/*top shit*/

.topcont {
  background-color: #6c85fc;
  height: auto;
  text-align: center;
  border-radius: 50px 50px 0px 0px;
  border-left: solid white;
  border-top: solid white;
  border-right: solid white;
  background-image: url(https://i.postimg.cc/VNL8QBrj/big_TV.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
}
.topmarquee {
  background-image: url(https://i.postimg.cc/Xv7bScGm/static.gif);
  background-repeat: repeat-x;
  background-size: 250px;
  padding-top: 5px;
  border: dotted white;
}

.stamp {
  height: 50px;
  width: auto;
  object-fit: cover;
  margin: 2px;
}

/*left shit*/

.leftside {
  flex-direction: column;
  display: flex;
  background-color: #110706;
  width: 180px;
  height: 100%;
  margin-left: 5px;
  flex-shrink: 0;
}
.me {
  height: 100%;
  width: 100%;
  padding: 5px;
  border: double white;
  text-align: center;
  margin-top: 5px;
}
#me {
  height: 100px;
  width: 100px;
}
#navigation {
  border: double white;
  padding: 5px;
  margin-top: 5px;
  margin-left: 10px;
  font-family: consolas,Monospace;
}
#navcontent{
  font-family: monospace;
}
.now-playing {
  width: 150px;
  height: 50px;
  overflow: hidden;
  background-image: url("https://i.postimg.cc/SR8s27GV/Nao.png"),
    url(https://i.postimg.cc/9fFh5tRw/jp_arcade_crop.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: left-center, center;
  background-blend-mode: normal, screen;
  background-size: 55px, 200px;
  border: double white 2px;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 5px;
}
.ticker-text {
  display: inline;
  vertical-align: middle;
}
.decobutton {
  width: auto;
  height: auto;
  align-content: center;
  padding-left: 50px;
  display: block;
}
.decbutton {
  padding: 5px;
}
.emailme {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 50px;
  margin-right: 50px;
  width: auto;
  height: auto;
  border: double white;
  text-align: center;
}

/*main shit*/
.bigcont {
  display: flex;
  align-items: stretch;
  background-color: #110706;
  height: auto;
  border-left: solid white;
  border-right: solid white;
}

.maincont {
  width: auto;
  min-width: 650px;
  height: auto;
  padding: 10px;
  margin: 10px;
}

.home-content {
  display: flex;
  width: auto;
  height: auto;
  justify-content: space-between;
  align-items: flex;
  margin-left: 10px;
  padding: 10px;
}

.welcome {
  width: 650px;
  height: auto;
}

.mainright {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #110706;
}

#placeholder {
  width: 175px;
  height: 175px;
  margin: 10px;
  background-color: #80d4ff;
}

.updatebubble {
  background-color: #00607c;
  border-radius: 15%;
  border: double white;
  padding: 5px;
  position: absolute;
  margin-top: -20px;
  margin-left: 100px;
}

.updatescroller {
  width: 175px;
  height: 385px;
  border: dotted white;
  overflow-y: auto;
  padding: 10px;
  font-family: monospace;
}
.guestbook-wrapper {
  line-height:2px;
}

#changelog {
  margin: 7px;
  padding: 5px;
  width: 150px;
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.changelog ul {
  margin-left: 15px;
}

.changelog li {
  margin-left: 15px;
}

/*right shit*/
.rightside {
  flex-direction: column;
  background-color: #110706;
  z-index: 1;
}
.rightside img {
  display: block;
  margin: 0 auto;
}
.mood {
  border: double white;
  padding: 2px;
  height: 150px;
  margin-top: 5px;
  margin-right: 5px;
}
#mood {
  border-radius: 0 50% 0 0;
  width: 150px;
  height: auto;
  margin-top: 10px;
  border: solid white 1px;
}

.resetme {
  position: relative; /* important – bubble positions relative to this */
  display: inline-block;
  margin: 20px auto; /* centers it if needed, adjust spacing */
}

/* The button itself – completely transparent */
.resetti-btn {
  background: transparent;
  border: none;
  padding: 0;
  margin-left: 30px;
  cursor: pointer;
  display: block;
  line-height: 0; /* removes any extra vertical space */
}

/* The image inside the button */
.resetti-btn img {
  width: 120px;
  height: auto;
  display: block;
  background: transparent; /* ensures no background on the image */
}

.speech-bubble {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  color: #000000;
  padding: 8px 16px;
  border-radius: 12px;
  border: 3px solid #000000;
  font-family: monospace;
  font-size: 16px;
  white-space: nowrap;
  box-shadow: 4px 4px 0 #000000;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    top 0.3s ease;
}

.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #ffffff;
}

.resetme:hover .speech-bubble {
  opacity: 1;
  visibility: visible;
  top: -65px;
}

@keyframes wobble {
  0%,
  100% {
    transform: translateX(-50%) rotate(-3deg);
  }
  50% {
    transform: translateX(-50%) rotate(3deg);
  }
}

.resetme:hover .speech-bubble {
  animation: wobble 0.8s infinite ease-in-out;
}

#linksout {
  border: double white;
  display: block;
  width: 175px;
  height: auto;
  margin-top: 5px;
  margin-right: 5px;
  padding-bottom: 5px;
}
#linksout p {
  margin-left: 10px;
  line-height: 5px;
}
#linksout img {
  padding-right: 30px;
  padding-bottom: 10px;
}

#guestbook p {
  text-align: center;
}

/*game advertisements*/
.adcont {
  margin: 10px;
}
.game-ad {
  width: 150px;
  border: 2px solid #000;
  padding: 4px;
  display: block;
  margin: auto;
}
.game-ad img {
  width: 100%;
  height: 150px; /* lock height */
  object-fit: contain; /* NEVER stretch */
  display: block;
  transition: opacity 0.3s ease;
}

/*footer*/
.bottom {
  margin: auto auto;
  display: flex;
  align-items: flex-start;
  background-color: #110706;
  width: 1101;
  max-width: 95vw;
  height: auto;
  border-left: solid white;
  border-bottom: solid white;
  border-right: solid white;
}
.footer {
  grid-area: footer;
  border: double white;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 5px;
  width: 800px;
  text-align: center;
  font-size: 12px;
  line-height: 10px;
}

/*esrb & tv bug*/
.esrb {
  pointer-events: none;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9998;

  width: auto;
  height: auto;
}

.esrb img {
  width: 75px;
  height: auto;
  display: block;

  border: 2px solid white;
  border-radius: 5px;
  box-shadow: 0 0 5px white;
  opacity: 0.95;
  filter: brightness(1.05) contrast(1.1);
  animation: flicker 0.18s infinite steps(2);
}

@keyframes flicker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.88;
  }
  100% {
    opacity: 1;
  }
}

#esrb:hover img {
  transform: scale(1.08);
  transition: transform 0.3s ease;
}

/*Game Collection BS*/
.game-collection {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}

.game-item {
  border: double white;
  padding: 8px;
  background-color: #110706;
  text-align: center;
}

.game-item img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 5px;
  border: solid white 1px;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.game-item img:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.game-item h3 {
  font-size: 14px;
  margin: 5px 0;
}

.game-item p {
  font-size: 12px;
  line-height: 14px;
  margin: 2px 0;
}
