body {
  font-family: "Noto Sans TC", sans-serif;
  background-color: #000000; /* Black background */
  color: #FFFFFF; /* White text */
}

a {
  text-decoration: none;
  color: #c990ea; /* Neon green links */
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff; /* Red headings */
  margin: 0 0 0.5em;
}

p {
  margin: 0 0 1em;
}

video {
  max-width: 100%;
}

.wrap {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  min-height: 100vh;
  width: 100%;
  background: #000000;
}

.content {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.mfp-gallery .mfp-close {
  position: fixed;
  top: auto;
  bottom: 20px;
  right: 15px;
  left: 15px;
  width: auto;
  background-color: #c990ea; /* Neon green background */
  color: #000000;            /* Black text */
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 15px;
  opacity: 1;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
  border: 2px solid #c990ea; /* Red border for accent */
}

img.mfp-img {
  padding: 20px 0 80px;
}

.mfp-figure:after {
  background: transparent;
  box-shadow: none;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  backdrop-filter: blur(20px);
}

.white-popup {
  max-width: 90%;
  border-radius: 5px;
  background: transparent;
  text-align: center;
}
.white-popup video {
  max-height: calc(100vh - 120px);
}

.mfp-inline {
  position: relative;
}
.mfp-inline::after {
  content: "";
  display: block;
  background: url(../img/play.svg) center/100% no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .wrap {
    max-width: 720px;
  }

  .content {
    padding: 0 30px;
  }
}
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
  width: 100%;
}

.logo {
  width: 120px;
  max-width: 45%;
  display: inline-block;
}

.i-back {
  color: #ffffff;
}

.btn-back {
  color: #ffffff;
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.btn-back .icon {
  width: 0.4em;
  font-size: 1.3em;
  margin-right: 8px;
}

.search-bar {
  border-radius: 20px;
  border: 2px solid #c990ea;    /* Neon green border */
  background-color: #111111;    /* Deep black background */
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
.search-bar input {
  font-size: 14px;
  outline: none;
  color: #c990ea;               /* Neon green text */
  background: transparent;
  margin-left: 1.2em;
  width: calc(100% - 48px);
}

::-webkit-input-placeholder {
  color: #ffffff;
}

::-moz-placeholder {
  color: #ffffff;
}

.btn-search {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #c990ea;    /* Neon green background */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;               /* Black icon */
  border: 3px solid #c990ea;    /* Red border */
  font-size: 16px;
}
.btn-search .icon {
  width: 1em;
}

@media screen and (min-width: 768px) {
  .btn-back {
    color: #ffffff;
    font-size: 21.6px;
  }

  .search-bar input {
    font-size: 16.8px;
  }

  .btn-search {
    font-size: 18px;
  }

  .logo {
    width: 120px;
  }
}
.btn-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 0.75em 0;
}
.btn-menu .icon {
  width: 1.875em;
  margin-right: 0.4em;
}
.btn-menu .text {
  width: 2.4em;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.menu {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #F3F3F3;
  display: flex;
}
.menu > li {
  flex-basis: 33.3%;
  max-width: 33.3%;
  color: #C2C2C2;
}
.menu > li a, .menu > li a:hover, .menu > li a:active {
  color: inherit;
}
.menu > li.menu-active {
  color: #c990ea; /* Neon green active menu */
  background-color: #111111;
}

.footer-info {
  text-align: center;
  padding: 1em 0;
  font-size: 14px;
  color: #000000;
}

.bottom-space {
  height: 80px;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .bottom-space {
    height: 100px;
  }

  .menu {
    max-width: 720px;
  }

  .btn-menu {
    font-size: 18px;
  }
}
.t-xs {
  font-size: 12px;
}

.t-sm {
  font-size: 14px;
}

.t-md {
  font-size: 16px;
}

.t-lg {
  font-size: 18px;
}

.t-primary {
  color: #c990ea; /* Red for primary text */
}

.icon {
  display: inline-block;
}

.icon svg {
  width: 100%;
}

.banner {
  width: 100%;
  margin-bottom: 20px;
}

.panel {
  background-color: #111111; /* Slightly lighter black for panels */
  border-radius: 15px;
  color: #FFFFFF;
  padding: 15px;
  line-height: 1.75;
}

.panel-b {
  border: 4px solid #c990ea; /* Neon green border */
  background-color: #1a1a1a;
  color: #FFFFFF;
  position: relative;
  overflow: visible;
  margin: 30px 0;
  padding-top: 2em;
}
.panel-b .title {
  border: 4px solid #c990ea;
  color: #000000;
  background-color: #c990ea;
  position: absolute;
  left: 50%;
  top: 0;
  padding: 0 0.75em;
  text-align: center;
  min-width: 120px;
  line-height: 1.75;
  transform: translate(-50%, -50%);
  border-radius: 15px;
}

.track {
  margin-left: -15px;
  margin-right: -15px;
  border-left: 0;
  border-right: 0;
  padding: 4px 0;
}
.track .title {
  left: 15px;
  z-index: 2;
  transform: translate(0, -50%);
}

.scroll-wrap {
  width: calc(100% + 15px);
  overflow-y: scroll;
  display: flex;
}
.scroll-wrap::-webkit-scrollbar {
  height: 0;
}
.scroll-wrap .img-container {
  min-width: 80px;
  border: 4px solid #c990ea;
  border-radius: 5px;
  margin: 2px;
}
.scroll-wrap .img-container::before {
  padding-bottom: 100%;
}

.image-item {
  background-color: #F3F3F3;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.image-item .img-container {
  border: 4px solid #ffffff;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.img-container {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 4px solid #c990ea;
}
.img-container:before {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.caption {
  color: #000000;
  padding: 0.5em 1em;
  line-height: 1.5;
  font-weight: 500;
}

.text-item {
  border-radius: 15px;
  background-color: #ffffff;
  overflow: hidden;
  border: 3px solid #ffffff;
  color: #000000;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.text-item .title {
  font-weight: 500;
  line-height: 1.5;
  padding: 0.25em 1em;
  flex: 1;
}

.btn-go {
  background-color: #c990ea;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  font-size: 16px;
}
.btn-go .icon {
  width: 1em;
}

.filter {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.filter select {
  padding: 0.5em 1.5em 0.5em 0.5em;
  margin-left: 5px;
  color: #ffffff;
  min-width: 90px;
  appearance: none;
  border: 2px solid #ffffff;
  border-radius: 15px;
  background: url(../img/down.svg) right 5px center/10px no-repeat, #c990ea;
}
.filter select option {
  color: initial;
}

.switch {
  background-color: #F3F3F3;
  border: 2px solid #ffffff;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.switch input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.switch input[type=checkbox] + .option span:nth-child(1) {
  color: #ffffff;
}
.switch input[type=checkbox]:checked + .option::before {
  background-color: #A4B2F1;
  left: 48px;
}
.switch input[type=checkbox]:checked + .option span:nth-child(2) {
  color: #ffffff;
}
.switch input[type=checkbox]:checked + .option span:nth-child(1) {
  color: #585858;
}
.switch .option {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.switch .option::before {
  content: "";
  background-color: #c990ea;    /* Neon green background */
  border-radius: 14px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 48px;
  transition: 0.2s ease-out all;
  z-index: -1;
  border: 2px solid #c990ea;    /* Red border for accent */
}

.meme-item {
  margin-bottom: 20px;
  display: flex;
}

.meme-img {
  width: 50%;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  border: 4px solid #ffffff;
}
.meme-img:before {
  padding-bottom: 132%;
}

.meme-info {
  flex: 1;
  margin-left: -18px;
  margin-top: 10px;
  padding-left: 18px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 4px solid #ffffff;
  border-left: 0;
  background-color: #F3F3F3;
  color: #585858;
}
.meme-info b {
  color: #000000;
}
.meme-info .head {
  padding: 10px;
  background-color: #c990ea;    /* Red background */
  color: #FFFFFF;               /* White text */
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-left: 4px solid #c990ea; /* Neon green accent border */
}
.meme-info .head h3 {
  color: #FFFFFF;
}
.meme-info .body {
  padding: 10px;
  line-height: 1.5em;
}

.col-2-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.col-2-wrap .item {
  max-width: 50%;
  flex-basis: 50%;
  padding: 0.25em 10px;
}

@media screen and (min-width: 768px) {
  .t-xs {
    font-size: 14.4px;
  }

  .t-sm {
    font-size: 16.8px;
  }

  .t-md {
    font-size: 19.2px;
  }

  .t-lg {
    font-size: 21.6px;
  }

  .panel {
    padding: 20px;
    border-radius: 20px;
  }

  .panel-b {
    padding-top: 2em;
  }

  .track {
    margin-left: -30px;
    margin-right: -30px;
    padding: 8px 0;
  }
  .track .title {
    left: 30px;
  }
  .track .scroll-wrap .img-container {
    min-width: 100px;
    margin: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .t-xl {
    font-size: 36px;
  }
}

/*# sourceMappingURL=styles.css.map */
