html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #333;
  color: #fff;
  font-family: "VT323", monospace;
  display: flex;
  flex-direction: column;
}

.container-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.container {
  width: 1000px;
  margin: 20px;
}

.rpgui-content {
  overflow-x: hidden;
  padding: 20px;
}

.tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
  button {
    color: #000;
  }
}

.tab-container {
  width: 100%;
  height: auto;
  max-height: 800px;
  overflow-y: auto;
  max-width: 1000px;
}

.tab-content {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header {
  text-align: center;
}

footer {
  text-align: center;
  padding: 20px;
  width: 100%;
  max-width: 960px;
  margin: 20px auto 0 auto;
  position: static !important;
  z-index: auto !important;
  box-sizing: border-box;
}

.social-links {
  margin-top: 10px;
}

.social-links a {
  color: #DAA520;
  text-decoration: none;
  margin: 0 10px;
  font-size: 0.9em;
}

.rpgui-container.framed-golden.tab-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: unset !important;
}

/* Responsive layout for Android & iOS */
@media (max-width: 1024px) {
  .rpgui-container.framed-golden.tab-container {
    width: 95%;
    max-width: 95%;
    height: auto;
  }
  .container,
  footer {
    width: 95%;
    max-width: 95%;
    margin: 10px;
  }
  .tab-container {
    max-width: 100%;
    height: auto;
  }
  .tabs {
    flex-direction: column;
    align-items: center;
  }
  .social-links a {
    display: block;
    margin: 5px 0;
  }
}
@media (max-width: 480px) {
  .rpgui-container.framed-golden.tab-container {
    width: 100%;
    margin: 5px;
  }
  .container,
  footer {
    width: 100%;
    margin: 5px;
  }
  h1 {
    font-size: 16px;
  }
  .tabs button {
    font-size: 10px;
    padding: 4px 6px;
    color: black;
  }
}
.profile-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.profile-image {
  flex: 0 0 150px;
}

.profile-image div {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: unset;
}

.profile-image img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
}

.profile-text {
  flex: 1;
  min-width: 250px;
  line-height: 1.6;
}

.profile-text p {
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .profile-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .profile-text {
    min-width: 100%;
  }
  .profile-image {
    margin-bottom: 15px;
  }
  .profile-image img {
    margin: 0 auto;
  }
}
.img-container {
  padding: 0px !important;
  border: 0px !important;
}

.icon-pixel {
  width: 16px;
  height: 16px;
  image-rendering: pixelated;
  vertical-align: middle;
  margin-right: 6px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  color: #a8ffda;
  text-shadow: 1px 1px #002a1d;
  margin: 0 10px;
  font-size: 0.9em;
  text-decoration: none;
}

.social-links a:hover {
  color: #ffffff;
}



/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22style.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAA;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;EAEF;IACE;;;AAGJ;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;AACA;EACE;IACE;IACA;IACA;;EAEF;AAAA;IAEE;IACA;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;;AAGJ;EACE;IACE;IACA;;EAEF;AAAA;IAEE;IACA;;EAEF;IACE;;EAEF;IACE;IACA;;;AAGJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAEF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;AAGJ;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF%22,%22file%22:%22style.css%22%7D */
