/* .home #header {
    background-image: url('/assets/gfx/ge-background.jpg');
    background-repeat: repeat;
    /* width: 100%; 
	z-index: 1;
}*/

@font-face {
  font-family: 'VCRFont';
  src: url('/assets/fonts/VCR_OSD_MONO_1.001.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'p4g';
  src: url('/assets/fonts/Fontsona4Golden.woff') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Komika';
  src: url('/assets/fonts/KOMTITA_.ttf') format('truetype');
}

@font-face {
  font-family: 'p5hatty';
  src: url('/assets/fonts/p5hatty-1.ttf') format('truetype');
}

#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  filter: brightness(1)
}

.tipoftheday {
  color: white;
  display: flex;
  font-family: 'p5hatty';
  margin-bottom: 0.25vw;
  margin-left: 20%;
}

.battery-font {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #aa4444;
}

.video {
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}

.video a {
  display: block;
  position: relative;
}

.video img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Hover play button */
.video a::after {
  content: '▶';
  font-size: 60px;
  color: white;
  text-shadow: 2px 2px 6px black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}

.video:hover {
  width: 102%;
}

.video a:hover::after {
  opacity: 1;
}

.video-title {
  color: #9f9d9d;
  font-style: italic;
  font-size: 10px;
  font-family: Verdana;
  margin-bottom: 5px;
  text-align: left;
  padding-left: 4px;
}

.video-untied {
  color: #ffd700 !important;
}

@keyframes pulseColor {
  0% {
    text-shadow:
      2px 1px 0 #ff00ff,
      -2px -1px 0 #00ffff,
      2px -1px 0 #ffff00,
      -2px 1px 0 #ff6600;
  }

  50% {
    text-shadow:
      3px 2px 2px #00ffcc,
      -3px -2px 2px #ff00cc,
      2px 2px 4px #ffff33,
      -2px -2px 4px #ff6633;
  }

  100% {
    text-shadow:
      2px 1px 0 #ff00ff,
      -2px -1px 0 #00ffff,
      2px -1px 0 #ffff00,
      -2px 1px 0 #ff6600;
  }
}

.latest-videos {
  font-size: 14px;
  color: #ffffff;
  filter: blur(0.7px) brightness(0.66);
  text-align: center;
  font-family: 'Century Gothic';
  margin-top: 5px;
  margin-bottom: 1vw;
  animation: pulseColor 2.5s infinite ease-in-out;
}

.latest-videos::after {
  content: "";
  display: block;
  margin: 6px auto 0;
  width: 45%;
  height: 1px;
  background: linear-gradient(to right, #ff00ff, #00ffff);
  border-radius: 1px;
  opacity: 0.8;
}

/* Style for the links */
.centered-links {

  margin-top: 2vw;
  width: 700px;
  height: 480px;

  background:
    linear-gradient(to right, rgba(24, 15, 10, 0.86), rgba(66, 19, 19, 0.1)),
    url('assets/front/tiled-wall-2.jpg');

  text-align: left;
  font-family: 'p5hatty', sans-serif;
  font-size: 1.3em;
  box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.55);

  mask-image: url('assets/front/mask-tall.png');
  mask-mode: alpha;
  mask-position: left top;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-size: 50% 100%;
  line-height: 1.05;
}

/* icons */

.oot-icon {
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.oot-icon-1 {
  background-image: url('/assets/oot-icons/Kokiri\ Sword.png');
}

.oot-icon-2 {
  background-image: url('/assets/oot-icons/Master\ Sword.png');
}

.oot-icon-3 {
  background-image: url('/assets/oot-icons/Biggoron\'s\ Sword.png');
}

.oot-icon-4 {
  background-image: url('/assets/oot-icons/Claim\ Check.png');
}

.oot-icon-5 {
  background-image: url('/assets/oot-icons/Zelda\'s\ Letter.png');
}

.oot-icon-6 {
  background-image: url('/assets/oot-icons/Bullet\ Bag\ \(50\).png');
}

.oot-icon-7 {
  background-image: url('/assets/oot-icons/Bomb.png');
}

.oot-icon-8 {
  background-image: url('/assets/oot-icons/Spirit\ Medallion.png');
}

.oot-icon-9 {
  background-image: url('/assets/oot-icons/Lens\ of\ Truth.png');
}

.oot-icon-10 {
  background-image: url('/assets/oot-icons/Skull\ Mask.png');
}

.oot-icon-11 {
  background-image: url('/assets/oot-icons/Mask\ of\ Truth.png');
}

.oot-icon-12 {
  background-image: url('/assets/oot-icons/Dungeon\ Map.png');
}

.oot-icon-13 {
  background-image: url('/assets/oot-icons/Prescription.png');
}

.oot-icon-14 {
  background-image: url('/assets/oot-icons/Spooky\ Mask.png');
}

.oot-icon-15 {
  background-image: url('/assets/oot-icons/Bombchu.png');
}

.oot-icon-16 {
  background-image: url('/assets/oot-icons/Fairy\ Bow\ and\ Ice\ Arrow.png');
}

.oot-icon-17 {
  background-image: url('/assets/oot-icons/Pictograph.png');
}

.centered-link {
  color: #c5c5c5 !important;
}

/* Optional: Add hover effect for the links */
.centered-link:hover {
  font-size: 22px;
  color: #bbc173 !important;
  text-decoration: none;
}


.poll-container {
  overflow: visible;
  position: relative;
  width: 220px;
}

.template-img {
  display: block;
  width: 220px;
  margin-right: 30px;
  padding-right: 25px;
}

.zone {
  position: absolute;
  display: block;
  /* optional: debug zones */
  /* background-color: rgba(255, 0, 0, 0.2); */
  transition: all 0.3s ease;
}

.zone:hover {
  cursor: pointer;
}

/* Zone positions */
.zone-1 {
  bottom: 20%;
  left: 1%;
  width: 30%;
  height: 25%;
}

.zone-2 {
  bottom: 18%;
  right: 2%;
  width: 24%;
  height: 25%;
}

.red-bar {
  position: absolute;
  top: 30%;
  left: 14%;
  height: 9px;
  background-color: red;
  transform: skewX(-10deg);
  rotate: -1deg;
  transition: width 0.5s ease-in-out;
  filter: blur(1px);
}

.percentage {
  position: absolute;
  top: 52%;
  left: 41%;
  font-family: 'Komika';
  font-size: 14px;
  color: red;
  text-shadow: 1px 1px 2px black;
}

.percentage span.big {
  font-size: 26px;
  font-family: 'Komika';
}

.random-text {
  position: absolute;
  top: 39%;
  left: 10%;
  font-family: 'p5hatty', sans-serif;
  font-size: 1em;
  white-space: nowrap;
  color: white;
  opacity: 1;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.response-text {
  position: absolute;
  top: 102%;
  /* Just under the image */
  left: 70%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.4s ease-out;
  font-family: 'p5hatty', sans-serif;
  font-size: 14px;
  color: rgb(255, 255, 255);
  pointer-events: none;
  white-space: nowrap;
}

.slanted-text {
  position: absolute;
  top: 16%;
  left: 23%;
  font-family: 'p5hatty', sans-serif;
  font-size: 0.9em;
  color: white;
  white-space: nowrap;
  transform: rotate(-4deg);
}

.slanted-text .red {
  color: red;
}

#header {
  width: 70%;
  margin: 0 auto;
  text-align: left;
}

/* when screen width < 1024px, adjust content more to the left */
@media (max-width: 1024px) {
  #header {
    margin-left: 10vw;
  }
}

#header-vids {
  width: 60vw;
  padding: 0vw;
  margin: 0 auto;
  text-align: right;
}

/* Hover effect */
#header:hover #border {
  background-color: rgba(16, 16, 16, 1);
  /* Change border color on hover for effect */
}


#mainmenu {
  color: #bcbec0;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin: 0vw 0vw;
  padding-right: 2vw;
  padding-top: 1.5vw;
  display: block;
  position: absolute;
  text-align: right;
  top: 4vw;
  right: 10vw;
  overflow: hidden;
  filter: brightness(0.85);
}

#mainmenu ul {
  margin: 0vw;
  padding: 0vw;
  list-style: none;
  display: flex;
}

#mainmenu li {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}


#mainmenu ul a,
#mainmenu ul a:active,
#mainmenu ul a:visited {
  display: block;
  line-height: 2vw;
  text-decoration: none;
  font-size: 0.85em;
  font-weight: bold;
  color: #ffffff;
}

#mainmenu ul a:hover {
  border-top: 4px solid #d1d2d4;
  line-height: 1.2vw;
}


.menu-icon {
  width: 24px;
  height: auto;
  padding-top: 0px;
  vertical-align: middle;
}

.medal {
  width: 1.1vw;
}

.tape {
  filter: brightness(3);
}

/* body {
    background-image: url('/assets/front/pm_bg.jpg');
    background-repeat: no-repeat;
	background-opaci
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	font-size:10pt;
} */

a,
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #2a22d2;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

.content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* width: 105%; */
  gap: 20px;
}

/****/
/* ENDSCREENS */

.modal-body {
  z-index: 1;
}

.section {
  padding: 15px;
  box-sizing: border-box;
}

.section_box {
  border-radius: 5px;
  width: 100%;
  position: relative;
}

.section_name {
  position: relative;
  height: 50px;
  bottom: 28px;
  width: 300px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  font-family: "Exo 2", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
}

.section_img {
  width: 300px;
  height: 100%;
  border-radius: 5px;
  cursor: pointer;
  object-position: center 11%;
}

.endscreen-pic {
  display: block;
  margin: auto;
  border: 1px solid rgb(180, 180, 54, 0.3);
  /* Small stroke around the image */
  margin-bottom: 50px;
  /* Adds space below the image */
}

.small {
  font-size: 8px;
  color: grey;
}

#banner {
  width: 100%;
}

#border {
  width: 66%;
  height: 1px;
  background-color: rgba(50, 45, 45, 0.6);
  left: 0vw;
  margin-bottom: 1.8vw;
  transition: background-color 0.3s ease-out;
}

/* COVER, 0 7% for object-position */
.banner-img {
  display: block;
  width: 100%;
  max-height: 8.25vw;
  object-position: 0 7%;
  object-fit: cover;
  opacity: 0.98;
  filter: brightness(0.20) saturate(1.2);
}

.terminal-entry {

  width: 15vw;
  max-width: 600px;
  min-width: 220px;

  position: relative;
  display: block;
  /* Block instead of flex */
  border: 2px solid rgb(56, 149, 56);
  background: #000;
  color: rgb(47, 147, 47);
  font-family: monospace;
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  height: 245px;
  filter: brightness(0.85);
}

.terminal-entry:hover {
  background: #111;
}

.terminal-text {
  max-width: 100%;
  margin-right: 0;
  /* Remove the fixed margin */
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
  text-align: left;
}

.terminal-image img {
  position: absolute;
  top: 23px;
  right: 0px;
  z-index: 1;
  width: 132px;
  height: auto;
  display: block;
}


/* 🌌 Fullscreen overlay */
.terminal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(#000 40%, #111);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: opacity 0.5s ease;
}

textarea {
  background: #000;
  color: #0f0;
  border: 1px solid #0f0;
  padding-left: 9px;
  font-family: monospace;
  resize: none;
  width: 315px;
  max-width: 115%;
  height: 100px;
  margin-left: -15px;
  margin-top: -12px;
}

.buttonform {
  background: rgb(76, 164, 76);
  color: #000;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  font-family: monospace;
  margin-top: 10px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.buttonform:hover {
  background: #5f5;
}

.buttonform[type="submit"] {
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

/* SECTION FOR STICK HEALTH START*/

.status-wrapper {

  width: 15vw;
  max-width: 600px;
  min-width: 240px;

  display: flex;
  flex-direction: column;
  background-color: #213d1d1c;
  padding: 12px;
  border: 1px solid #17271b;
  font-family: monospace;
  color: #e0e0e0;
  margin-bottom: 1.5vw;
  border-radius: 0.5vw;

  mask-image: url('assets/front/mask-tall.png');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 125% 100%;
  mask-position: 5% 5%;
  transform: scale(0.95);
}

.top-row {
  display: flex;
  align-items: flex-start;
  gap: 1.5vw;
}

.health-bar-wrapper {
  position: absolute;
  top: -0.25vw;
  right: 0;
  height: 100%;
  width: 100%;
}

.health-range {
  width: 100%;
  height: 1vw;
  background: #17271b;
  border-radius: 0.5vw;
  outline: none;
}

/* Thumb */
.health-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* remove default */
  width: 2vw;
  height: 2vw;
  background: #00ff44;
  /* green thumb */
  border-radius: 50%;
  border: 0.2vw solid #0b2a0b;
  cursor: pointer;
  transition: transform 0.1s;
}

.health-range::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}


/* SECTION FOR STICK HEALTH END*/

/* SECTION FOR GOLDENEYE HEALTH BAR START */

.stick-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
}

.stick-img {
  width: 5vw;
  gap: 0;
}

.health-image {
  width: 62%;
  height: auto;
  object-fit: cover;
  position: absolute;
  left: 36%;
  top: 0.5vw;
  opacity: 0.23;
  filter: brightness(0.35);
}

@media screen and (max-width: 1024px) {

  .stick-img {
    width: 9vw;
    gap: 0;
  }

  .health-image {
    width: 56%;
    left: 42%;
    top: 25px;
  }
}

.stick-header {
  font-family: 'p5hatty';
  color: black;
}

.overlay-mask {
  z-index: 4;
  opacity: 0.7;
}

.overlay-image {
  opacity: 0.9;
  clip-path: inset(100% 0 0 0);
  pointer-events: none;
}

.overlay-left {
  z-index: 2;
  clip-path: inset(100% 50% 0 0);
  /* Hidden initially */
}

.overlay-right {
  z-index: 3;
  clip-path: inset(100% 0 0 50%);
  /* Hidden initially */
}

/* SECTION FOR GOLDENEYE HEALTH BAR END */

/* SECTION FOR PIECHART POLL */

.grind-poll-container {
  /* widget min-max width */
  width: 15vw;
  max-width: 600px;
  min-width: 230px;

  background: linear-gradient(rgba(3, 3, 2, 0.90),
      rgba(9, 10, 7, 0.98)),
    url('assets/front/tiled-wall.jpg');
  border: 0px solid #000000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.91);
  padding: 10px;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1.5vw;
  margin-top: 1.5vw;
  filter: brightness(0.85);

  border-radius: 12px;
  mask-image: url('assets/front/mask-tall.png');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 127% 100%;
  mask-position: 10% -5%;
}

.poll-option img {
  width: 75px;
}

.poll-header {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.poll-header-text {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: left;
  font-family: 'Consolas';
  background: url('assets/front/mask-tiny.png') repeat center center;
  background-size: cover;
  background-size: 100% 100%;
  /* horizontally exaggerate */
  padding: 20px 25px 20px 30px;
  /* extra breathing room */
  display: inline-block;
}

.poll-header-text::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) translateY(45%);
  width: 55%;
  height: 40px;
  background: rgba(219, 31, 31, 0.17);
  filter: blur(12px);
  border-radius: 50%;
  z-index: 1;
}

.poll-date {
  font-size: 0.85em;
  text-align: left;
  color: #e8e2e2;
  margin-top: -3em;
  font-weight: bold;
  font-family: monospace;
  padding-left: 15px;

  max-width: 150px;
}

.leosco-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.leosco-says {
  font-size: 1.1em;
  margin: 0;
  color: #ffe09c;
  font-family: 'p5hatty';
  transform: rotate(-1deg);
  margin-left: -1.5vw;
  margin-top: -0.8vw;
}

.leosco-says::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(15deg);
  /* Cancel out text's rotation */
  width: 110%;
  height: 120%;
  background: rgba(0, 0, 0, 0.28);
  /* Cloudy dark color */
  border-radius: 20px;
  filter: blur(8px);
  z-index: -1;
}

.poll-title {
  position: relative;
  font-size: 0.8em;
  margin: 0;
  margin-top: 0.0em;
  color: rgb(255, 237, 217);
}

.grind-poll {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* .poll-option::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('assets/front/mask-tiny.png') repeat center center;
  background-size: 100% 90%;
  z-index: -2;
  pointer-events: none;
} */

.poll-option {
  position: relative;
  border-radius: 5px;
  padding: 4px 4px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'p5hatty';
  font-size: 1.15em;
  color: rgb(0, 0, 0);
  z-index: 1;
  overflow: hidden;
  background: url('assets/front/mask-tiny.png') repeat center center;
  background-size: 100% 100%;
  filter: brightness(1.5);
}

.poll-option:hover {
  filter: brightness(1);
}

.poll-option.selected:hover {
  filter: brightness(0.5);
}

/* .poll-option.selected {
} */


.poll-result {
  display: none;
  font-size: 1.0em;
  color: #000000;
  padding-right: 1vw;
}

.poll-option.voted {
  position: relative;
  overflow: hidden;

}

.poll-option.voted::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* calc(var(--vote-percent, 0) * 1%); */
  background: url('assets/front/mask-tiny.png') repeat center center;
  margin-left: -1vw;
  background-size: 110% 120%;
  z-index: -1;
  pointer-events: none;
  filter: brightness(1.4) hue-rotate(120deg)
    /* filter:
  hue-rotate(20deg)
  brightness(1.8) 
  saturate(1.0); */
}

.poll-option.voted:not(.selected)::before {
  filter:
    brightness(1);
  /* grayscale(0.1) */
  /* brightness(0.25)  */
  /* saturate(1.0); */
}

.poll-option span.poll-result {
  position: relative;
  z-index: 1;
}

.heading {

  font-family: 'p4g', sans-serif;
  font-size: 1.05em;
  color: #dbdbdb !important;
  padding: 2px 3px;
  border-radius: 3px;
  text-align: left;
  display: block;
  letter-spacing: 0.5px;

}

.heading-small {
  font-size: 1.0em;
}

/* Title and date container */
.newspost-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.newspost-title {
  text-align: left;
  transform-origin: left center;
  font-family: 'p5hatty';
  color: #fff;
  background: linear-gradient(135deg, #7a001f 0%, #b24500 100%);
  /* darker red-orange combo */
  padding: 3px 5px;
  display: inline-block;
  transform: skew(-10deg);
  font-size: 1.2em;
  text-shadow:
    2px 2px 0 rgba(17, 17, 17, 0.4),
    3px 3px 0 rgba(230, 184, 0, 0.5);
  box-shadow: 2px 2px 0 #000;
  border: 2px solid #000;
  margin-bottom: 10px;
  filter: grayscale(0.16) brightness(0.8)
}

.newspost-title:hover {
  transform: skew(-10deg) scale(1.5);
}

.newspost-content {
  margin-bottom: 10px;
  overflow: hidden;
}

/* Small inline GIF in the news-title */
.newspost-title img {

  filter: brightness(0.5);
  width: 16px;
  height: 16px;
  margin-right: 2px;
  vertical-align: middle;
}

.ql-editor,
.ql-toolbar,
.post-body,
.newspost-content p {
  line-height: 1.2;
  font-size: 11.5px !important;
  font-family: Verdana !important;
  color: #b9b3b3 !important;
  background-color: rgba(0, 0, 0, 0.45) !important;
  border-radius: 4px;
  padding: 0.4em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
  white-space: normal !important;
}

.newspost-content p {
  padding: 0.4em;
  /* margin-left: -0.7vw;
  margin-top: -1.0vw; */
}

.post-body p>a[href] {
  color: rgb(130, 138, 174);
}

.ql-editor,
.ql-toolbar,
.post-body {
  padding-top: -1.5em !important;
}

.newspost-date {
  font-family: 'p4g', sans-serif;
  font-size: 0.75em;
  color: #dbdbdb;

  padding: 2px 3px;
  border-radius: 3px;
  text-align: right;
  display: inline-block;
  letter-spacing: 0.5px;
  height: 20px;
  line-height: 20px;
}

/* COMMENTS UNDER NEWS/BLOG POSTS */

.save-cancel {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  color: orangered !important;
  margin-right: 0.5vw;
}

.save-cancel:hover {
  color: rgb(225, 126, 90) !important;
}

.delete-post,
.edit-post,
.new-post,
.save-cancel,
.view-comments-button {
  text-align: left;
  margin-top: 0.2vw;
  color: yellow;
  cursor: pointer;
  font-size: 0.8em;
  font-family: 'p4g';
}

.delete-post:hover,
.new-post:hover,
.edit-post:hover,
.view-comments-button:hover {
  color: rgb(255, 204, 0);
}

.post-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.siren-toggle {
  margin-bottom: 1vw;
}

.comments-section {
  padding: 0.35vw;
  background-color: rgba(0, 0, 0, 0.90);
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.comment-input {
  width: 100%;
  padding: 0.3vw;
  background-color: #111;
  color: rgb(255, 255, 255);
  border: 1px solid #010101;
  border-radius: 5px;
  margin-top: 0.25vw;
  font-family: 'p4g';
}

.comment-input:focus {
  border-color: #7b7b7b;
  outline: none;
}

.comments-list>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  font-family: 'p4g';
  font-size: 0.75em;
  color: #eee;
}

.comment-entry {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.15vw;
}

.comment-text {
  flex: 1 1 auto;
  color: white;
  word-break: break-word;
  min-width: 200px;
  text-align: left;
}

.comment-timestamp {
  white-space: nowrap;
  color: grey;
  font-size: 0.8em;
  margin-left: auto
}

/* P4 HEADER */

#p3-hud {
  position: absolute;
  top: 160px;
  left: -10px;
  width: 100px;
  height: 60px;
  opacity: 0.7;
  transform: scale(0.75);
}

#p3-hud:hover {
  transform: scale(0.88);
}


/* .p4-weather-icon {
  position: absolute;
  top: 60px;
  right: 20px;
  width: 36px;
  height: 36px;
} */
/* 
#p4-hud {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 200px;
  height: 140px;
  pointer-events: none;
} */

#p4-hud {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 200px;
  height: 140px;
  pointer-events: none;
}

.p4-arc {
  position: absolute;
  top: -1vw;
  right: -0.7vw;
  width: 6vw;
}

.p4-weather-icon {
  position: absolute;
  top: 60px;
  right: 20px;
  width: 36px;
  height: 36px;
}

.p4-date {
  position: absolute;
  bottom: 120px;
  right: 4vw;
  color: white;
  font-family: 'Century Gothic', sans-serif;
  font-size: 14px;
  text-shadow: 1px 1px 2px black;
  pointer-events: none;

  background: rgba(0, 0, 0, 0.99);
  border-radius: 9999px;
  padding: 2px 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  text-align: center;
  white-space: nowrap;
}

/* BACKGROUND */

@font-face {
  font-family: 'TTYDFont';
  src: url('/assets/fonts/SuperMarioScript2Demo-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.footer-row {
  display: flex;
  gap: 12px;
  max-width: 700px;
  margin: 0 auto;
}

.footer-logo {
  height: 80px;
  flex-shrink: 0;
}

#footer {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #999;
  font-family: 'p5hatty', sans-serif;
  font-size: 12px;
  padding: 10px 0;
  background-color: #111;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.5);
}

html,
body {
  margin: 0;
  overflow-x: hidden;
}

/* COMMENT BOX FOR ANON COMMENTS */

.anon-comment-input {
  border-radius: 0;
  font-family: 'p5hatty', 'Lucida Sans Unicode';
  font-size: 0.85em;
  height: 1.9em;
  line-height: 1.6em;
  color: white;
  max-width: 620px;
  /* box-shadow: 1px 2px 2px rgba(255, 255, 255, 0.15); */
  margin-top: 10px;
  width: 270px;
  max-width: 270px;
  text-align: center;
  background: url('/assets/icons/dialogue-n.png') no-repeat center center;
  background-size: 100% 110%;
  background-color: transparent;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  -webkit-focus-ring-color: transparent;
}

.anon-comment-input::placeholder {
  color: rgba(255, 255, 255, 0.308);
  text-indent: 16px;
}