.gxj-portal-home-page,
.gxj-solo-experience-page,
.gxj-astrology-list-page {
  --gxj-ink: #231a2f;
  --gxj-muted: #8b7896;
  --gxj-card: rgba(255, 250, 244, 0.78);
  --gxj-line: rgba(123, 94, 170, 0.18);
  --gxj-shadow: 0 24px 60px rgba(46, 29, 77, 0.18);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 226, 150, 0.62), transparent 26%),
    radial-gradient(circle at 82% 16%, rgba(173, 148, 255, 0.46), transparent 32%),
    radial-gradient(circle at 50% 70%, rgba(119, 87, 168, 0.2), transparent 42%),
    linear-gradient(160deg, #fff7eb 0%, #f2e6d9 42%, #d9c9c6 100%);
  color: var(--gxj-ink);
}

.gxj-portal-home-page .gxjl-main-content,
.gxj-solo-experience-page .gxjl-main-content,
.gxj-astrology-list-page .gxjl-main-content {
  padding: 18px;
}

.gxjl-portal-shell {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 0;
}

.gxjl-orbit-shell {
  min-height: 100%;
  justify-content: center;
}

.gxjl-orbit-title {
  text-align: center;
  display: grid;
  gap: 6px;
  margin: 4px 0 2px;
}

.gxjl-orbit-title span {
  color: rgba(84, 63, 116, 0.72);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.32em;
}

.gxjl-orbit-title strong {
  color: #2b2036;
  font-size: 24px;
  letter-spacing: 0.16em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.58);
}

.gxjl-entry-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.gxjl-orbit-list {
  position: relative;
  width: min(100%, 390px);
  min-height: 560px;
  margin: 0 auto;
  display: block;
  border-radius: 999px;
  background:
    repeating-radial-gradient(circle, rgba(99, 71, 137, 0.12) 0 1px, transparent 1px 54px);
}

.gxjl-orbit-list::before,
.gxjl-orbit-list::after {
  content: "";
  position: absolute;
  inset: 35px;
  border: 1px solid rgba(106, 77, 147, 0.2);
  border-radius: 999px;
  pointer-events: none;
}

.gxjl-orbit-list::after {
  inset: 92px;
  border-style: dashed;
  border-color: rgba(181, 132, 60, 0.28);
}

.gxjl-orbit-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  padding: 0;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  appearance: none;
  background: transparent;
  color: #2f1c56;
  display: grid;
  place-items: center;
  box-shadow: none;
  z-index: 5;
}

.gxjl-orbit-core span {
  font-size: 48px;
  line-height: 1;
  text-shadow:
    0 0 18px rgba(255, 230, 176, 0.82),
    0 0 34px rgba(91, 63, 139, 0.28);
}

.gxjl-orbit-core small {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.gxjl-entry-card {
  position: relative;
  width: 100%;
  min-height: 112px;
  border: 1px solid var(--gxj-line);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 247, 238, 0.42)),
    var(--gxj-card);
  padding: 18px;
  text-align: left;
  cursor: pointer;
  box-shadow: var(--gxj-shadow);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.gxjl-orbit-card {
  position: absolute;
  width: 82px;
  height: 158px;
  min-height: 158px;
  padding: 0;
  border: 0;
  border-radius: 22px;
  appearance: none;
  background: transparent;
  box-shadow: none;
  display: block;
  overflow: visible;
  perspective: 900px;
  transform: translate(-50%, -50%);
}

.gxjl-orbit-card-1 {
  left: 50%;
  top: 14%;
}

.gxjl-orbit-card-2 {
  left: 88%;
  top: 39%;
}

.gxjl-orbit-card-3 {
  left: 72%;
  top: 78%;
}

.gxjl-orbit-card-4 {
  left: 28%;
  top: 80%;
}

.gxjl-orbit-card-5 {
  left: 12%;
  top: 39%;
}

.gxjl-card-glow {
  position: absolute;
  inset: 12px;
  border-radius: 22px;
  background: rgba(255, 223, 162, 0.45);
  filter: blur(18px);
  opacity: 0;
  transition: opacity 0.26s ease;
}

.gxjl-card-face {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(105, 76, 143, 0.24);
  border-radius: 22px;
  backface-visibility: hidden;
  transform-origin: right center;
  transform-style: preserve-3d;
  transition: transform 0.5s cubic-bezier(0.2, 0.72, 0.18, 1), box-shadow 0.24s ease;
  box-shadow: 0 18px 38px rgba(55, 35, 82, 0.16);
  overflow: hidden;
}

.gxjl-card-back {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24) 0 12%, transparent 12% 24%, rgba(255, 255, 255, 0.16) 24% 36%, transparent 36%),
    radial-gradient(circle at 50% 22%, rgba(255, 230, 168, 0.38), transparent 34%),
    linear-gradient(160deg, #4b376b, #1f172d 58%, #6e513b);
  color: #fcebd1;
}

.gxjl-card-back::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 230, 183, 0.32);
  border-radius: 16px;
}

.gxjl-card-sigil {
  font-size: 32px;
  line-height: 1;
  text-shadow: 0 0 18px rgba(255, 229, 170, 0.55);
}

.gxjl-card-back-text {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.26em;
}

.gxjl-card-front {
  padding: 14px 10px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 244, 218, 0.9), transparent 36%),
    linear-gradient(160deg, rgba(255, 250, 244, 0.96), rgba(232, 217, 234, 0.94));
  transform: rotateY(-180deg);
}

.gxjl-orbit-card.is-revealed {
  z-index: 4;
}

.gxjl-orbit-card.is-revealed .gxjl-card-glow {
  opacity: 1;
}

.gxjl-orbit-card.is-revealed .gxjl-card-back {
  transform: rotateY(-180deg);
}

.gxjl-orbit-card.is-revealed .gxjl-card-front {
  transform: rotateY(0deg);
}

.gxjl-orbit-placeholder {
  cursor: default;
  opacity: 0.62;
  filter: grayscale(0.16);
}

.gxjl-entry-card::before {
  content: "";
  position: absolute;
  inset: -44px auto auto -36px;
  width: 128px;
  height: 128px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  z-index: -1;
}

.gxjl-entry-card::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 14px;
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(64, 43, 28, 0.28));
}

.gxjl-entry-card:hover {
  transform: translateY(-3px);
  border-color: rgba(88, 62, 42, 0.24);
  box-shadow: 0 26px 62px rgba(58, 40, 28, 0.18);
}

.gxjl-entry-main {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}

.gxjl-entry-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.95), transparent 40%),
    linear-gradient(145deg, #ead7bd, #b88748);
  color: #5f3d18;
  font-size: 24px;
  font-weight: 900;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.58),
    0 16px 26px rgba(94, 64, 35, 0.16);
}

.gxjl-entry-icon.large {
  width: 76px;
  height: 76px;
  min-width: 76px;
  border-radius: 28px;
  font-size: 30px;
}

.gxjl-entry-icon.gold {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.95), transparent 40%),
    linear-gradient(145deg, #ffe8b8, #b98336);
  color: #6e4812;
}

.gxjl-entry-icon.green {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.95), transparent 40%),
    linear-gradient(145deg, #dff5d4, #6e9b60);
  color: #315b34;
}

.gxjl-entry-icon.violet {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.95), transparent 40%),
    linear-gradient(145deg, #ece0ff, #9271c8);
  color: #4e347a;
}

.gxjl-entry-copy {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.gxjl-entry-copy strong {
  font-size: 22px;
  line-height: 1.15;
  color: var(--gxj-ink);
  letter-spacing: 0.08em;
  text-align: center;
}

.gxjl-entry-copy span,
.gxjl-entry-mark {
  width: fit-content;
  min-width: 34px;
  border: 1px solid rgba(122, 86, 151, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  padding: 3px 10px;
  color: var(--gxj-muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.16em;
}

.gxjl-entry-copy small {
  color: rgba(69, 49, 93, 0.72);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.gxjl-entry-arrow {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  color: rgba(59, 42, 31, 0.72);
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}

.gxjl-primary-btn,
.gxjl-secondary-btn {
  width: 100%;
  min-height: 50px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.gxjl-primary-btn {
  border: 1px solid rgba(63, 42, 27, 0.16);
  background: linear-gradient(135deg, #4a3426, #8b613f);
  color: #fffaf5;
  box-shadow: 0 14px 28px rgba(81, 54, 34, 0.2);
}

.gxjl-secondary-btn {
  border: 1px solid var(--gxj-line);
  background: rgba(255, 255, 255, 0.54);
  color: #5d4634;
}

.gxjl-primary-btn:hover,
.gxjl-secondary-btn:hover {
  transform: translateY(-1px);
}

@media (min-width: 720px) {
  .gxjl-entry-list:not(.gxjl-orbit-list) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .gxj-portal-home-page .gxjl-main-content,
  .gxj-solo-experience-page .gxjl-main-content,
  .gxj-astrology-list-page .gxjl-main-content {
    padding: 14px;
  }

  .gxjl-entry-card {
    min-height: 96px;
    padding: 15px;
    border-radius: 24px;
  }

  .gxjl-orbit-list {
    min-height: 470px;
  }

  .gxjl-orbit-card {
    width: 76px;
    height: 156px;
    min-height: 156px;
    padding: 0;
    border-radius: 20px;
  }

  .gxjl-orbit-title strong {
    font-size: 21px;
  }

  .gxjl-orbit-core {
    width: auto;
    height: auto;
  }

  .gxjl-orbit-core span {
    font-size: 46px;
  }

  .gxjl-orbit-card .gxjl-entry-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 17px;
    font-size: 18px;
  }

  .gxjl-orbit-card .gxjl-entry-copy strong {
    font-size: 15px;
  }

  .gxjl-orbit-card .gxjl-entry-mark {
    padding: 2px 8px;
    font-size: 10px;
  }

  .gxjl-entry-main {
    gap: 12px;
  }

  .gxjl-entry-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 20px;
    font-size: 21px;
  }

  .gxjl-entry-icon.large {
    width: 66px;
    height: 66px;
    min-width: 66px;
    border-radius: 24px;
    font-size: 26px;
  }

  .gxjl-entry-copy strong {
    font-size: 18px;
  }

  .gxjl-entry-arrow {
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 27px;
  }
}

.gxjl-orbit-card[role="button"] {
  cursor: pointer;
  outline: none;
}

.gxjl-orbit-card[role="button"]:focus-visible {
  filter: drop-shadow(0 0 0.5rem rgba(255, 226, 164, 0.75));
}

.gxjl-entry-enter-btn {
  position: relative;
  z-index: 3;
  width: 100%;
  border: 1px solid rgba(122, 86, 151, 0.2);
  border-radius: 999px;
  background: rgba(43, 32, 54, 0.92);
  color: #fff7eb;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  padding: 7px 10px;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(55, 35, 82, 0.18);
}

.gxjl-entry-enter-btn:hover,
.gxjl-entry-enter-btn:focus-visible {
  background: #2b2036;
}
