.taro-page {
  position: relative;
  overflow: hidden;
  color: #fff8df;
}

.taro-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 12%, rgba(245, 208, 111, .16), transparent 27%),
    radial-gradient(circle at 82% 20%, rgba(146, 83, 255, .24), transparent 30%),
    radial-gradient(circle at 48% 45%, rgba(255, 255, 255, .08) 0 1px, transparent 1px),
    linear-gradient(180deg, #080514 0%, #201047 55%, #050610 100%);
  background-size: auto, auto, 36px 36px, auto;
}

.taro-page .taro-hero,
.taro-page .taro-section {
  padding: 42px 0;
}

.taro-page .taro-title {
  margin: 0;
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.15;
}

.taro-page .taro-lead {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(255, 248, 223, .78);
  font-size: 18px;
  line-height: 1.75;
}

.taro-page .taro-stage {
  padding: 26px;
  border: 1px solid rgba(245, 208, 111, .36);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .055));
  box-shadow: 0 18px 44px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
}

.taro-page .taro-selected-wrapper {
  position: relative;
  width: min(450px, 100%);
  min-height: 530px;
  margin: 0 auto;
}

.taro-page .taro-selected-wrapper * {
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
}

.taro-page .taro-card {
  overflow: visible;
  position: relative;
  list-style-type: none;
}

.taro-page .taro-card li {
  clear: none;
  overflow: visible;
  position: relative;
  width: 44px;
  height: 63px !important;
  float: left;
}

.taro-page .taro-card li a {
  position: absolute;
  display: block;
  width: 30px;
  height: 50px !important;
  background-image: url("../../taro/taro/card-gypsy4.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.taro-page .taro-card li a:hover {
  position: absolute;
  z-index: 3;
  margin-top: -15px !important;
  margin-left: -10px !important;
  width: 168px !important;
  height: 300px !important;
  background-image: url("../../taro/taro/card-gypsy5.png");
}

.taro-page .taro-card li a.selected {
  position: absolute;
  z-index: 4;
  margin-top: -15px !important;
  margin-left: -10px !important;
  width: 168px !important;
  height: 300px !important;
  background-image: url("../../taro/taro/card-gypsy6.png");
}

.taro-page .taro-card li a.lastcard {
  width: 168px !important;
}

.taro-page .taro-card li a.heightcard {
  height: 300px !important;
}

.taro-page .taro-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  color: #1d1236;
  background: linear-gradient(135deg, #fff3bd, #d7a63b);
  box-shadow: 0 0 26px rgba(245, 208, 111, .25);
  font-weight: 900;
  text-decoration: none;
}

.taro-page .taro-note {
  max-width: 760px;
  margin: 26px auto 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.8;
  text-align: center;
}

.taro-page .taro-error {
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 114, 114, .45);
  border-radius: 8px;
  color: #ffe4e4;
  background: rgba(130, 24, 42, .32);
}

.taro-page .taro-reading-card {
  max-width: 780px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid rgba(245, 208, 111, .36);
  border-radius: 8px;
  color: #2a1844;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 248, 225, .94));
  box-shadow: 0 18px 44px rgba(0, 0, 0, .32);
}

.taro-page .taro-reading-title {
  margin: 0;
  color: #38175f;
  font-size: clamp(30px, 5vw, 46px);
  font-weight: 900;
  text-align: center;
}

.taro-page .taro-reading-subtitle {
  margin-top: 8px;
  color: #b38222;
  font-weight: 800;
  text-align: center;
}

.taro-page .taro-reading-image {
  display: block;
  width: min(100%, 480px);
  height: auto;
  margin: 24px auto;
  border: 1px solid rgba(179, 130, 34, .38);
  border-radius: 8px;
}

.taro-page .taro-reading-detail {
  color: #241536;
  font-size: 18px;
  line-height: 1.85;
}

.taro-page .taro-reading-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.taro-page .taro-reading-actions .taro-button {
  width: auto;
}

@media (max-width: 575.98px) {
  .taro-page .taro-stage {
    padding: 16px 10px;
  }

  .taro-page .taro-selected-wrapper {
    min-height: 560px;
    transform: scale(.76);
    transform-origin: top center;
    margin-bottom: -120px;
  }

  .taro-page .taro-reading-card {
    padding: 18px;
  }
}
