@charset "UTF-8";
.h1-body .h1-img {
  max-width: 660px;
  max-height: 538px;
  aspect-ratio: 660/538;
  display: flex;
  align-items: center;
}
a:hover {
  color: #FAFF00 !important;
}
a,
.index-about-text-p p {
  font-weight: 400 !important;
}
.section-container {
  padding: 120px 0 100px;
}
.index-about {
  padding-right: 0;
  max-width: 700px !important;
}
.mt-100-40 {
  margin-top: 100px;
}
.info-cards,
.help-cards {
  grid-template-columns: repeat(3,  minmax(252px, 300px));
  justify-content: center;
  gap: 32px;
  max-width: 964px;
  align-self: center;
}
.info-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(252px, 1fr));
  max-width: 1274px;
  overflow-x: auto;
  scrollbar-width: none;
}
.help-card {
  min-width: 252px;
}
/* 保證不會左右滑 */
* {
  box-sizing: border-box;
}

.slot-info-card,
.slot-card {
  width: 100%;
  min-width: 230px;
  max-width: 300px;
  background: linear-gradient(150.46deg, rgba(89, 22, 139, 0.4) 0%, rgba(49, 44, 133, 0.4) 99.98%);
  border-radius: 15px;
  padding: 16px;
  color: #fff;
  border: 1px solid #8200DB4D;
  gap: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* 圖片 */
.slot-cover {
  width: 100%;
  overflow: hidden;
}

.slot-cover img {
  width: 100%;
  display: block;
}

/* 內容 */
.slot-body {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

/* 標題列 */
.slot-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.FFCC00 {
  color: #FFCC00;
}

.slot-info-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.slot-maxwin {
  font-size: 12px;
  color: #808A94;
}

.slot-maxwin strong {
  display: block;
  color: #FFCC00;
}

/* RTP / Volatility */
.slot-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  position: relative;
}

.meta-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.meta-item.right {
  text-align: right;
}

.label {
  opacity: 0.7;
  font-size: 12px;
}

.value.green {
  color: #2ecc71;
}

.value.yellow {
  color: #ffd54f;
}

.divider {
  width: 1px;
  height: 36px;
  background: #57616C;
}

/* 標籤 */
.slot-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.tag {
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 5px;
  border: 1px solid #56627C;
  margin-top: -8px;
}

.tag.hot {
  background: #F44141CC;
  border: 1px solid #EB5E5E;
}

/* 按鈕 */
.slot-actions {
  display: flex;
  gap: 10px;
}

.btn {
  flex: 1;
  min-height: 26px;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  padding: 0 8px;
}

.btn.demo {
  background: #49586D80;
  color: #fff;
}

.btn.play {
  background: #FFCC00;
  color: #000;
}
.info-btn a {
  color: #000;
}
.text-14-12 {
  font-size: 14px;
}
.slot-info-card {
  width: 100%;
  max-width: 320px;
  min-height: 458px;
}
.slot-info-content {
  line-height: 1.5;
  font-size: 14px;
}
.info-btn {
  min-height: 31px;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
}
.frame-p {
  padding-top: 40px;
  padding-bottom: 40px;
}
.font-20-16 {
  font-size: 20px;
  line-height: 1.5;
}
.crowd-cards {
  grid-template-columns: repeat(2, minmax(252px, 420px));
  justify-content: center;
  gap: 24px;
  align-self: center;
  display: grid;
}
.crowd-card {
  background: linear-gradient(102.04deg, rgba(89, 22, 139, 0.4) 0.03%, rgba(49, 44, 133, 0.4) 100.03%);
  border: 0;
  border-top: 4px solid #AD46FF;
  padding: 24px;
  border-radius: 14px;
  width: 100%;
  font-family: "Archivo", sans-serif;
}
.crowd-card img {
  width: 48px;
  height: 48px;
}
.jilislot-table-header {
  background: linear-gradient(90deg, rgba(89, 22, 139, 0.5) 0%, rgba(134, 16, 67, 0.5) 100%);
  border-bottom: 1px solid #AD46FF4D;
  grid-template-columns: 1.2fr 1.5fr 1fr;
  color: #fff;
  height: 54px;
  padding: 17px 24px;
}
.jilislot-table-row {
  grid-template-columns: 1.2fr 1.5fr 1fr;
  background: #000000CC;
  border-bottom: 1px solid #AD46FF33;
  border-left: 1px solid #AD46FF33;
  border-right: 1px solid #AD46FF33;
  height: 70px;
  padding: 17px 24px;
}
.jilislot-table-row-left {
  display: flex;
  gap: 12px;
  align-items: center;
}
.jilislot-table-row-left img {
  width: 36px;
  height: 36px;
}
.jilislot-table-row span {
  color: #E9D4FF;
}
.backup-table-scroll-wrapper:after {
  background: none;
}
.jilislot-table-scroll {
  overflow-x: auto;
  scrollbar-width: none;
}
.update-promo {
  color: #DAB2FF; font-size: 16px; line-height: 1.5;
  text-align: center;
}
.update-promo-mobile {
  display: none;
}
.update-promo-web {
  display: block;
}
.when-desc-mobile {
  display: none;
}
.when-desc-web {
  display: block;
}
.alatin {
  width: 50%;
  max-width: 600px;
  aspect-ratio: 600/619;
  order: 2;
}
.slots-wrapper-4 {
  flex-direction: row;
  align-items: center;
}
.slots-container-4 {
  width: 50%;
  max-width: 640px;
  order: 1;
}
.slots-content-4 {
  width: 100%;
}
.login-backup-sec-2-wrapper {
  min-height: 410px;
  gap: 0;
}
.login-backup-sec-2-wrapper::before {
  background: url("/images/jilislot/pt-bg.jpg")
  no-repeat
  center / cover;
  opacity: 0.5;
}
.login-backup-sec-2-content p {
  color: #E9D4FF;
}
.slot-sec-5-wrapper {
  width: 100%;
  padding: 0;
}
.certified-badge,
.certified-badge-blue {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 17px;
  border-radius: 999px;
  background: #00C95033;
  border: 1px solid #00C95080;
  color: #00C950;
  margin-bottom: 24px;
  z-index: 1;
}
.certified-badge-blue {
  background: #2B7FFF33;
  border: 1px solid #2B7FFF80;
  color: #51A2FF;
  margin-bottom: 0;
}
.certified-badge-text {
  margin-bottom: 0;
}
.certified-badge img {
  width: 20px;
  height: 20px;
  display: block;
}
.font-24-16 {
  font-size: 24px;
}
.visit-card {
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 14px;
  background: linear-gradient(
          90deg,
          rgba(89, 22, 139, 0.3) 0%,
          rgba(134, 16, 67, 0.3) 100%
  );
  border: 1px solid #AD46FF4D;
  color: #fff;
  min-height: 93px;
}
.visit-wrapper {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.visit-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  align-self: start;
}

.visit-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.visit-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.font-18-16 {
  font-size: 18px;
}
.visit-title {
  font-weight: 600;
  line-height: 1;
}
.visit-sub {
  color: #E9D4FF;
  font-size: 16px;
  font-weight: 400;
}
.slot-fish {
  aspect-ratio: 644/560; max-width: 644px; max-height: 560px; width: 48%; display: flex; align-self: center;
}

@media (max-width: 1250px) {
  .info-cards {
    justify-content: start;
    align-self: auto;
  }
  .login-backup-sec-3-container {
    width: 100%;
  }
}
.slot-sec-4-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(135deg, rgba(28, 57, 142, 0.3) 0%, rgba(89, 22, 139, 0.3) 100%);
  padding: 32px;
  border-radius: 16px;
  gap: 20px;
}
.slot-sec-4-outer {
  flex-direction: row;
}
.slot-sec-4-container {
  width: 100%;
}
@media (max-width: 1024px) {
  .h1-body .h1-img {
    display: none;
  }
  .help-cards {
    gap: 8px;
    justify-content: start;
    align-self: auto;
    margin-right: 0;
  }
  .info-cards {
    grid-template-columns: repeat(4, 252px);
    gap: 8px;
  }
  .slot-info-card,
  .slot-card {
    min-width: 252px;
    max-width: 252px;
  }
  .index-about {
    max-width: calc(100% - 70px) !important;
    padding-left: 0;
  }
}
@media (max-width: 930px) {
  .help-cards {
    overflow-x: auto;
  }
}
@media (max-width: 768px) {
  .slot-sec-4-wrapper {
    padding: 32px 16px;
  }
  .paragraph-p {
    padding-left: 16px;
    margin-bottom: 16px;
  }
  .slot-fish {
    display: none;
  }
  .visit-wrapper {
    gap: 8px;
  }
  .visit-card {
    min-height: 87px;
  }
  .visit-title {
    font-weight: 700;
  }
  .font-18-16 {
    font-size: 16px;
  }
  .mh-hol {
    padding: 0 !important;
  }
  .login-backup-sec-2-container {
    align-self: center;
    font-weight: 700;
  }
  .font-24-16 {
    font-size: 16px;
  }
  .index-about {
    max-width: 100% !important
  }
  .section-container {
    padding: 40px 0;
  }
  .text-14-12 {
    font-size: 12px;
  }
  .font-20-16 {
    font-size: 16px;
  }
  .crowd-cards {
    overflow-x: auto;
    scrollbar-width: none;
    justify-content: start;
    align-self: auto;
    gap: 8px;
  }
  .jilislot-table-header,
  .jilislot-table-row {
    grid-template-columns: 1.5fr 2fr 1fr;
  }
  .help-head {
    gap: 12px;
  }
  .update-promo-mobile {
    display: block;
  }
  .update-promo-web {
    display: none;
  }
  .when-desc-mobile {
    display: block;
  }
  .when-desc-web {
    display: none;
  }
  .alatin {
    width: 93%;
    max-width: 400px;
    min-width: 301px;
    order: 0;
    /*margin-top: 40px;*/
    margin-bottom: -140px;
  }
  .slots-wrapper-4 {
    flex-direction: column;
    /*max-width: auto;*/
  }
  .slots-container-4 {
    width: 100%;
    max-width: max-content;
  }
}
