/* File Created By Mfsavana
Don't Steal Anything */

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  margin: 0;
  font-family: monospace;
  background: black;
  color: #cce6ff;
  text-align: center;
  overflow-x: hidden;
}

h1 {
  font-size: 30px;
  margin-top: 25px;
  margin-bottom: 10px;
  text-shadow:
    0 0 10px #7b5cff,
    0 0 20px #4dc3ff;
}

.section-title {
  margin: 20px 0;
  color: #f3f4f6;
}

.section-divider {
  margin: 25px 0 15px;
  position: relative;
  text-align: center;
  color: #cce6ff;
  font-size: 14px;
  opacity: 0.9;
}

.section-divider::before,
.section-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30%;
  height: 1px;
  background: rgba(123,92,255,0.6);
}

.section-divider::before { left: 0; }
.section-divider::after  { right: 0; }

.star {
  position: fixed;
  background: white;
  border-radius: 50%;
  opacity: 0.8;
  animation:
    twinkle 2s infinite alternate,
    fall linear infinite;
  z-index: 0;
}

@keyframes twinkle {
  from { opacity: 0.3; }
  to   { opacity: 1; }
}

@keyframes fall {
  from { transform: translateY(-10vh); }
  to   { transform: translateY(110vh); }
}

.container {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 12px;
  position: relative;
  z-index: 1;
}

.glow-box {
  max-width: 360px;
  width: 100%;
  margin: 12px auto;
  padding: 13px 12px;
  border-radius: 14px;
  border: 1.5px solid rgba(123,92,255,0.85);
  background: linear-gradient(180deg,rgba(60,0,100,0.55),rgba(20,0,40,0.95));
  box-shadow:
    0 0 18px rgba(123,92,255,0.7),
    inset 0 0 10px rgba(77,195,255,0.12);
  font-size: 14.5px;
  line-height: 1.4;
  cursor: pointer;
  transition: 0.25s ease;
}

.glow-box:hover {
  transform: translateY(-2px) scale(1.015);
  box-shadow:
    0 0 26px rgba(123,92,255,1),
    inset 0 0 14px rgba(77,195,255,0.25);
}

.main-img {
  width: 200px;
  border-radius: 12px;
  margin: 10px auto;
  display: block;
  box-shadow: 0 0 20px #4dc3ff;
}

.qris-img,
.popup-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px auto;
  border-radius: 10px;
  box-shadow: 0 0 15px #4dc3ff;
  margin-bottom: 20px;
}

.profile-wrapper {
  width: 260px;
  height: 260px;
  aspect-ratio: 1 / 1;
  margin: 25px auto 20px;
  padding: 5px;
  border-radius: 20px;
  background: linear-gradient(135deg,#7b5cff,#4dc3ff,#7b5cff);
  box-shadow:
    0 0 30px rgba(123,92,255,0.9),
    0 0 60px rgba(77,195,255,0.7);
}

.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  background: black;
}

.profile-wrapper:hover .profile-img {
  transform: scale(1.03);
  box-shadow: 0 0 20px #4dc3ff;
}

.popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15,15,40,0.6);
  backdrop-filter: blur(4px);
  z-index: 10;
}

.popup-content {
  background: rgba(20,0,50,0.9);
  border: 2px solid #7b5cff;
  border-radius: 15px;
  padding: 20px;
  width: 90%;
  max-width: 400px;
  max-height: 80vh;
  overflow-y: auto;
  margin: 10% auto;
  box-shadow: 0 0 25px #4dc3ff;
}

.modern-popup {
  padding: 22px 20px;
}

.popup-title {
  margin-bottom: 14px;
  font-size: 20px;
  text-shadow: 0 0 10px #7b5cff;
}

.payment-info {
  background: rgba(0,0,0,0.35);
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 18px;
  display: grid;
  row-gap: 6px;
}

.payment-info strong {
  font-size: 15px;
  letter-spacing: 1px;
}

.popup-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn-ghost {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(123,92,255,0.6);
  background: transparent;
  color: #cce6ff;
  cursor: pointer;
}

.panel-table {
  margin: 14px 0 18px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0,0,0,0.35);
}

.panel-row {
  display: grid;
  grid-template-columns: 90px 60px 1fr 90px;
  align-items: center;
  padding: 11px 16px;
  font-size: 13px;
  line-height: 1.35;
  column-gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

#popupMembership .panel-table .panel-row {
  display: grid;
  grid-template-columns: 90px auto 90px;
  column-gap: 16px;
}

#popupMembership .panel-row span:nth-child(2) {
  justify-self: center;
  text-align: center;
}

#popupMembership .panel-row.head span:nth-child(2) {
  justify-self: center;
}

#popupMembership .panel-row {
  grid-template-columns: 90px 1fr 0px 90px;
}

#popupMembership .panel-row span:nth-child(2) {
  justify-self: center;
  text-align: center;
}

#popupMembership .panel-row span:nth-child(3) {
  display: none;
}

#popupMembership .panel-row.head span:nth-child(3) {
  display: none;
}

.panel-row.head {
  background: rgba(123,92,255,0.25);
  font-weight: bold;
}

.panel-row.head span {
  font-size: 12px;
  opacity: 0.85;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #d8d6ff;
}

.panel-row span:nth-child(1),
.panel-row span:nth-child(2),
.panel-row span:nth-child(3) {
  text-align: center;
  color: #cfd3ff;
  font-weight: 500;
}

.panel-row span:nth-child(4) {
  text-align: center;
}

.panel-action {
  display: flex;
  justify-content: center;
  padding-right: 6px;
}

.panel-row.highlight {
  background: rgba(77,195,255,0.15);
}

.panel-row.highlight span {
  font-weight: 600;
  color: #fff6d6;
}

.btn-order {
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg,#7b5cff,#4dc3ff);
  color: white;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(123,92,255,0.8);
}

.btn-order:hover {
  transform: scale(1.05);
}

.btn-order.premium {
  background: linear-gradient(135deg,#ffd36a,#ffb347);
  color: #2b1a00;
  font-weight: 700;
  box-shadow:
    0 0 12px rgba(255,195,90,0.9),
    0 0 22px rgba(255,160,60,0.7);
}

.btn-order.recommend {
  background: linear-gradient(135deg,#ff4b4b,#ff1e1e);
  color: #fff2f2;
  font-weight: 700;
  box-shadow:
    0 0 12px rgba(255,70,70,0.9),
    0 0 22px rgba(255,40,40,0.7);
}

#splash {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg,#2b0066,#001f66);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  animation: fadeOut 1s ease forwards;
  animation-delay: 2.5s;
}

.splash-content {
  text-align: center;
  color: white;
  animation: zoomIn 1.5s ease;
}

@keyframes zoomIn {
  from { transform: scale(0.5); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}

@keyframes fadeOut {
  to { opacity: 0; visibility: hidden; }
}

.toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: rgba(20,0,60,0.95);
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px #7b5cff;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease;
  z-index: 9999;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.footer {
  margin: 40px 0 25px;
  font-size: 13px;
  opacity: 0.6;
}
.glow-box {
  max-width: 360px;
  width: 100%;
  margin: 12px auto;
  padding: 13px 12px;
  border-radius: 14px;

  border: 1.5px solid rgba(123,92,255,0.85);
  background: linear-gradient(
    180deg,
    rgba(60,0,100,0.55),
    rgba(20,0,40,0.95)
  );

  box-shadow:
    0 0 18px rgba(123,92,255,0.7),
    inset 0 0 10px rgba(77,195,255,0.12);

  font-size: 14.5px;
  line-height: 1.4;
  cursor: pointer;
  transition: 0.25s ease;
}

.glow-box:hover {
  transform: translateY(-2px) scale(1.015);
  box-shadow:
    0 0 26px rgba(123,92,255,1),
    inset 0 0 14px rgba(77,195,255,0.25);
}

.main-img {
  width: 200px;
  border-radius: 12px;
  margin: 10px auto;
  display: block;
  box-shadow: 0 0 20px #4dc3ff;
}

.qris-img,
.popup-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px auto;
  border-radius: 10px;
  box-shadow: 0 0 15px #4dc3ff;
  margin-bottom: 20px;
}

.profile-wrapper {
  width: 260px;
  height: 150px;
  margin: 25px auto 20px;
  padding: 5px;
  border-radius: 20px;
  background: linear-gradient(135deg,#7b5cff,#4dc3ff,#7b5cff);
  box-shadow:
    0 0 30px rgba(123,92,255,0.9),
    0 0 60px rgba(77,195,255,0.7);
}

.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  background: black;
}

.profile-wrapper:hover .profile-img {
  transform: scale(1.03);
  box-shadow: 0 0 20px #4dc3ff;
}

.popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15,15,40,0.6);
  backdrop-filter: blur(4px);
  z-index: 10;
}

.popup-content {
  background: rgba(20,0,50,0.9);
  border: 2px solid #7b5cff;
  border-radius: 15px;
  padding: 20px;
  width: 90%;
  max-width: 400px;
  max-height: 80vh;
  overflow-y: auto;
  margin: 10% auto;
  box-shadow: 0 0 25px #4dc3ff;
}

.modern-popup {
  padding: 22px 20px;
}

.popup-title {
  margin-bottom: 14px;
  font-size: 20px;
  text-shadow: 0 0 10px #7b5cff;
}

.payment-info {
  background: rgba(0,0,0,0.35);
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 18px;
  display: grid;
  row-gap: 6px;
}

.payment-info span {
  font-size: 12px;
  opacity: 0.7;
}

.payment-info strong {
  font-size: 15px;
  letter-spacing: 1px;
}

.popup-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn-ghost {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(123,92,255,0.6);
  background: transparent;
  color: #cce6ff;
  cursor: pointer;
}

.panel-table {
  margin: 14px 0 18px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0,0,0,0.35);
}

.panel-row {
  display: grid;
  grid-template-columns: 90px 60px 1fr 90px;
  align-items: center;
  padding: 11px 16px;
  font-size: 13px;
  line-height: 1.35;
  column-gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.panel-row.head {
  background: rgba(123,92,255,0.25);
  font-weight: bold;
}

.panel-row.head span {
  font-size: 12px;
  opacity: 0.85;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #d8d6ff;
}

/* ⬇️ FIXED SELECTOR (FATAL SEBELUMNYA) */
.panel-row span:nth-child(1),
.panel-row span:nth-child(2),
.panel-row span:nth-child(3) {
  text-align: center;
  color: #cfd3ff;
  font-weight: 500;
}

.panel-row span:nth-child(4) {
  text-align: center;
}

.panel-action {
  display: flex;
  justify-content: center;
  padding-right: 6px;
}

.panel-row.highlight {
  background: rgba(77,195,255,0.15);
}

.panel-row.highlight span {
  font-weight: 600;
  color: #fff6d6;
}

.btn-order {
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg,#7b5cff,#4dc3ff);
  color: white;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(123,92,255,0.8);
}

.btn-order:hover {
  transform: scale(1.05);
}

.btn-order.premium {
  background: linear-gradient(135deg,#ffd36a,#ffb347);
  color: #2b1a00;
  font-weight: 700;
  box-shadow:
    0 0 12px rgba(255,195,90,0.9),
    0 0 22px rgba(255,160,60,0.7);
}

#splash {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg,#2b0066,#001f66);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  animation: fadeOut 1s ease forwards;
  animation-delay: 2.5s;
}

.splash-content {
  text-align: center;
  color: white;
  animation: zoomIn 1.5s ease;
}

@keyframes zoomIn {
  from { transform: scale(0.5); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}

@keyframes fadeOut {
  to { opacity: 0; visibility: hidden; }
}

.toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: rgba(20,0,60,0.95);
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px #7b5cff;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease;
  z-index: 9999;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.footer {
  margin: 40px 0 25px;
  font-size: 13px;
  opacity: 0.6;
}
