@charset "UTF-8";
body {
  background: #00121f;
  /*background: linear-gradient(36deg,rgba(0, 18, 31, 1) 0%, rgba(0, 24, 43, 1) 20%, rgba(1, 15, 28, 1) 37%, rgba(9, 8, 24, 1) 55%, rgba(25, 4, 21, 1) 76%, rgba(28, 4, 26, 1) 100%);*/
  overflow-x: hidden;
}

header {
  background-color: #000000;
  padding: 10px;
}

main {
  min-height: calc(100vh - 239px);
}
main h1 {
  color: #fff;
  font-size: 28px;
}
main p {
  color: #969696;
}
main .search {
  width: 100%;
  display: flex;
  justify-content: center;
}
main .search form {
  width: 100%;
  max-width: 450px;
  position: relative;
}
main .search form .result {
  z-index: 10;
  overflow: hidden;
  border-radius: 10px;
  background: #013231;
  background: linear-gradient(38deg, rgb(1, 50, 49) 0%, rgb(1, 31, 31) 50%, rgb(1, 50, 49) 100%);
}
main .search form .result #searchResults {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 15px;
  max-height: 40vh;
}
main .search form .result #searchResults a {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  flex: 1 1 calc(25% - 20px);
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 15px;
}
main .search form .result #searchResults a:last-child {
  margin-bottom: 0;
}
main .menu {
  display: flex;
  justify-content: center; /* Căn giữa theo chiều ngang */
  align-items: center; /* (Tuỳ chọn) căn giữa theo chiều dọc */
  gap: 30px;
  margin-top: 40px;
}
main .menu a {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  box-shadow: 0px 0px 25px -10px rgba(255, 255, 255, 0.4);
  opacity: 1;
  transform: none;
  transition: 0.2s;
}
main .menu a:hover {
  box-shadow: 0px 0px 25px -10px rgb(255, 255, 255);
}
main .menu a span {
  margin-top: 20px;
}
main .menu a img {
  border-radius: unset !important;
}
main .search-result {
  display: flex;
}
main .search-result .ct {
  position: relative;
  border: 1px solid rgb(255, 97, 1);
  width: 100%;
  border-radius: 10px;
}
main .search-result .ct .bg {
  background: #010103;
  background: linear-gradient(38deg, rgb(50, 18, 1) 0%, rgb(5, 2, 3) 50%, rgb(50, 18, 1) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 10px;
}
main .search-result .ct h3 {
  position: relative;
  color: #fff;
  margin-top: 20px;
}
main .search-result .ct h3 span {
  color: #fff !important;
}
main .search-result .ct .shadow-sm {
  position: relative;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
main .search-result .ct .shadow-sm a {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  flex: 1 1 calc(25% - 20px);
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
}
main .search-result .ct .shadow-sm a div {
  text-align: left;
}
@media (max-width: 1024px) {
  main .search-result .ct .shadow-sm a {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  main .search-result .ct .shadow-sm a {
    flex: 1 1 100%;
  }
}
main .search-result p {
  position: relative;
  color: #fff !important;
}

/* Ẩn khi màn hình nhỏ hơn 1280px */
@media (max-width: 1280px) {
  .ad-left, .ad-right {
    display: none !important;
  }
}
.lang-link {
  color: white;
  font-weight: bold;
  text-decoration: none;
  margin: 0 4px;
  padding: 2px 6px;
}

.lang-link.active {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

footer {
  background: #000;
}

.p-z {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 calc(50% - 20px);
  margin-top: 20px;
}
.p-z h1 {
  width: 100%;
  text-align: left;
}
.p-z .bottom {
  display: flex;
  gap: 48px;
}
.p-z .bottom .left {
  flex: 0 0 40%;
}
.p-z .bottom .left img {
  margin-bottom: 20px;
}
.p-z .bottom .left strong {
  color: rgb(255, 97, 1);
}
.p-z .bottom .left p {
  text-align: left;
  color: #fff;
}
.p-z .bottom .left p:last-child {
  margin-bottom: 0;
}
.p-z .bottom .right {
  flex: 0 0 calc(60% - 48px);
  transform: scaleX(-1);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.p-z .bottom .right .fusion-level {
  color: #fff;
  transform: scaleX(-1);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-z .bottom .right .fusion-box {
  border-left: 3px solid rgb(255, 97, 1);
  padding-left: 15px;
  margin-left: 40px;
}
.p-z .bottom .right .fusion-box .item {
  margin-bottom: 20px;
}
.p-z .bottom .right .fusion-box .item:last-child {
  margin-bottom: 0;
}
.p-z .bottom .right .fusion-box.fusion-box-0 {
  border-left: unset;
}
.p-z .bottom .right img {
  transform: scaleX(-1);
  width: 80px;
}
@media (max-width: 1024px) {
  .p-z .bottom {
    flex-direction: column;
  }
}

.count {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

img {
  overflow: hidden;
  border-radius: 10px;
}

.ct-dl {
  display: flex;
  justify-content: center;
}
.ct-dl .list-download {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 550px;
  gap: 10px;
  margin-top: 48px;
}
.ct-dl .list-download .item {
  display: block;
  text-decoration: none;
  padding: 12px 14px;
  border-radius: 10px;
  background: #0b1220;
  border: 1px solid rgba(255, 255, 255, 0.03);
  color: inherit;
  font-weight: 600;
  transition: all 0.15s ease;
  box-shadow: 0 2px 8px rgba(2, 6, 23, 0.45);
  padding: 20px;
}
.ct-dl .list-download .item span {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.ct-dl .list-download .item span:nth-child(2) {
  font-size: 16px;
  color: #a5a5a5;
}
.ct-dl .list-download .item span:nth-child(3) {
  font-size: 16px;
  color: #a5a5a5;
  font-weight: 100;
}
.ct-dl .list-download .item .list-link {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.donate {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.donate span {
  margin-bottom: 10px;
}
.donate img {
  width: 50%;
  margin-bottom: 10px;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.popup {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  max-width: 350px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.popup h3 {
  margin-bottom: 15px;
  color: #333;
  font-size: 20px;
}

.countdown {
  font-size: 24px;
  color: #e67e22;
  margin: 10px 0;
}

.download-link {
  display: none;
  margin-top: 10px;
}

.cancel-btn {
  background: #e74c3c;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  margin-top: 15px;
  cursor: pointer;
}

.cancel-btn:hover {
  background: #c0392b;
}

.ad-popup {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 220px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 15px;
  z-index: 9999;
  display: none; /* ẩn mặc định */
  animation: fadeIn 0.5s;
}

.ad-popup img {
  width: 100%;
  border-radius: 8px;
}

.ad-popup .close-btn {
  background: #fff;
  border: none;
  position: absolute;
  top: -26px;
  right: 50%;
  padding: 5px 10px;
  margin-right: -21px;
  border-radius: 10px 10px 0 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=main.css.map */