/*
 * PeerMusic secondary-page system
 * This file is intentionally isolated behind the .secondary-page-* namespace.
 */

.secondary-page-layer {
  --secondary-page-pink: #ffd7f2;
  --secondary-page-pink-deep: #f7b9e8;
  --secondary-page-blue: #d8f6ff;
  --secondary-page-blue-deep: #bceeff;
  --secondary-page-fusion: #f3f7ff;
  --secondary-page-ink: #243042;
  --secondary-page-text: #4d5b70;
  --secondary-page-muted-color: #8390a4;
  --secondary-page-line: linear-gradient(
    90deg,
    rgba(247, 185, 232, 0.82) 0%,
    rgba(243, 247, 255, 0.94) 50%,
    rgba(188, 238, 255, 0.88) 100%
  );
  --secondary-page-glass: rgba(255, 255, 255, 0.86);
  --secondary-page-shadow: 0 8px 25px rgba(160, 180, 255, 0.12);
  --secondary-page-shadow-raised:
    0 14px 34px rgba(125, 151, 190, 0.14),
    0 3px 10px rgba(125, 151, 190, 0.08);
  --secondary-page-radius: 20px;
  --secondary-page-radius-small: 14px;
  --secondary-page-ease: cubic-bezier(0.22, 0.75, 0.25, 1);

  position: absolute;
  z-index: 30;
  inset: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  overflow: hidden;
  border-radius: inherit;
  color: var(--secondary-page-text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.45;
  background:
    radial-gradient(circle at 8% 4%, rgba(255, 215, 242, 0.58), transparent 34%),
    radial-gradient(circle at 96% 16%, rgba(216, 246, 255, 0.72), transparent 36%),
    radial-gradient(circle at 16% 92%, rgba(243, 247, 255, 0.84), transparent 35%),
    linear-gradient(145deg, #fbfdff 0%, #f8f7ff 48%, #f0fbff 100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(18px);
  transition:
    opacity 260ms ease,
    visibility 260ms ease,
    transform 340ms var(--secondary-page-ease);
  isolation: isolate;
}

.secondary-page-layer::before,
.secondary-page-layer::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(28px);
}

.secondary-page-layer::before {
  width: 150px;
  height: 150px;
  left: -62px;
  top: 22%;
  background: rgba(255, 215, 242, 0.36);
}

.secondary-page-layer::after {
  width: 180px;
  height: 180px;
  right: -86px;
  bottom: 12%;
  background: rgba(188, 238, 255, 0.34);
}

.secondary-page-layer.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.secondary-page-layer[hidden] {
  display: none !important;
}

.secondary-page-is-open {
  overflow: hidden !important;
}

.secondary-page-is-open .bottom-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(18px);
}

.secondary-page-shell {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.secondary-page-header {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding:
    max(12px, env(safe-area-inset-top))
    16px
    12px;
  border-bottom: 1px solid transparent;
  background:
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.68)) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow: 0 6px 20px rgba(148, 172, 205, 0.08);
  -webkit-backdrop-filter: blur(22px) saturate(1.05);
  backdrop-filter: blur(22px) saturate(1.05);
}

.secondary-page-back,
.secondary-page-header-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 15px;
  color: #7394c7;
  background:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(250, 252, 255, 0.84)) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow:
    0 6px 16px rgba(121, 148, 185, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.secondary-page-back::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(1px, -1px);
  border-radius: 1px;
}

.secondary-page-back::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.secondary-page-header-icon {
  justify-self: end;
  font-size: 18px;
}

.secondary-page-header-icon:empty {
  visibility: hidden;
}

.secondary-page-back:active,
.secondary-page-header-icon:active,
.secondary-page-button:active {
  transform: translateY(1px) scale(0.98);
}

.secondary-page-header-copy {
  min-width: 0;
  text-align: center;
}

.secondary-page-title {
  margin: 0;
  overflow: hidden;
  color: var(--secondary-page-ink);
  font-size: 19px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.secondary-page-subtitle {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: var(--secondary-page-muted-color);
  font-size: 11px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.secondary-page-body {
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 16px 16px calc(24px + env(safe-area-inset-bottom));
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.secondary-page-body::-webkit-scrollbar {
  display: none;
}

.secondary-page-view {
  display: grid;
  align-content: start;
  gap: 16px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  animation: secondary-page-view-in 360ms var(--secondary-page-ease) both;
}

.secondary-page-shell.is-full-page .secondary-page-body {
  display: flex;
}

.secondary-page-shell.is-full-page .secondary-page-view {
  flex: 1;
  min-height: 100%;
}

.secondary-page-view[hidden] {
  display: none !important;
}

.secondary-page-hero,
.secondary-page-card,
.secondary-page-list-item,
.secondary-page-stat,
.secondary-page-product,
.secondary-page-feedback,
.secondary-page-faq,
.secondary-page-task,
.secondary-page-balance,
.secondary-page-empty {
  position: relative;
  border: 1px solid transparent;
  border-radius: var(--secondary-page-radius);
  background:
    linear-gradient(var(--secondary-page-glass), var(--secondary-page-glass)) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow:
    var(--secondary-page-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(18px) saturate(1.04);
  backdrop-filter: blur(18px) saturate(1.04);
}

.secondary-page-hero {
  overflow: hidden;
  padding: 20px;
  min-height: 126px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 248, 253, 0.9),
      rgba(246, 248, 255, 0.86) 52%,
      rgba(239, 251, 255, 0.9)
    ) padding-box,
    var(--secondary-page-line) border-box;
}

.secondary-page-hero::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -52px;
  width: 142px;
  height: 142px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.72) 0 30%, transparent 31%),
    linear-gradient(145deg, rgba(255, 215, 242, 0.34), rgba(188, 238, 255, 0.42));
  box-shadow: inset 0 0 34px rgba(255, 255, 255, 0.66);
  pointer-events: none;
}

.secondary-page-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 72%;
}

.secondary-page-hero > div:first-child {
  position: relative;
  z-index: 1;
  max-width: 72%;
}

.secondary-page-hero > strong {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 17px;
  max-width: 30%;
  overflow: hidden;
  color: #6884b8;
  font-size: 20px;
  font-weight: 900;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.secondary-page-hero h2,
.secondary-page-card h2,
.secondary-page-feedback h2,
.secondary-page-empty h2 {
  margin: 0;
  color: var(--secondary-page-ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.secondary-page-hero p,
.secondary-page-card p,
.secondary-page-feedback p,
.secondary-page-empty p {
  margin: 6px 0 0;
  color: var(--secondary-page-muted-color);
  font-size: 12px;
  line-height: 1.55;
}

.secondary-page-card {
  padding: 16px;
}

.secondary-page-card.is-elevated {
  box-shadow:
    var(--secondary-page-shadow-raised),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.secondary-page-card.is-compact {
  padding: 12px;
  border-radius: 16px;
}

.secondary-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.secondary-page-grid.is-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.secondary-page-grid.is-single {
  grid-template-columns: minmax(0, 1fr);
}

.secondary-page-section {
  display: grid;
  gap: 12px;
}

.secondary-page-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 4px 2px 0;
}

.secondary-page-section-title {
  margin: 0;
  color: var(--secondary-page-ink);
  font-size: 16px;
  font-weight: 850;
}

.secondary-page-muted {
  color: var(--secondary-page-muted-color) !important;
  font-size: 12px;
}

.secondary-page-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 9px;
  border: 1px solid rgba(188, 238, 255, 0.78);
  border-radius: 999px;
  color: #6687b4;
  font-size: 10px;
  font-weight: 800;
  background: rgba(247, 252, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.secondary-page-form {
  display: grid;
  gap: 16px;
}

.secondary-page-form.is-inline {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
}

.secondary-page-field {
  display: grid;
  gap: 8px;
}

.secondary-page-field > span,
.secondary-page-field > legend {
  color: #536178;
  font-size: 12px;
  font-weight: 750;
}

.secondary-page-field > legend {
  grid-column: 1 / -1;
  padding: 0;
}

.secondary-page-field-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #536178;
  font-size: 12px;
  font-weight: 750;
}

.secondary-page-input,
.secondary-page-select,
.secondary-page-textarea {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 15px;
  outline: none;
  color: var(--secondary-page-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  background:
    linear-gradient(rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.82)) padding-box,
    linear-gradient(
      90deg,
      rgba(247, 185, 232, 0.48),
      rgba(243, 247, 255, 0.72) 50%,
      rgba(188, 238, 255, 0.62)
    ) border-box;
  box-shadow:
    inset 0 2px 6px rgba(110, 137, 174, 0.05),
    0 4px 12px rgba(160, 180, 255, 0.06);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.secondary-page-textarea {
  min-height: 92px;
  padding-block: 12px;
  resize: vertical;
}

.secondary-page-input::placeholder,
.secondary-page-textarea::placeholder {
  color: #a6b0bf;
  font-weight: 550;
}

.secondary-page-input:focus,
.secondary-page-select:focus,
.secondary-page-textarea:focus {
  box-shadow:
    0 0 0 3px rgba(216, 246, 255, 0.68),
    0 8px 20px rgba(160, 180, 255, 0.1);
}

.secondary-page-input:disabled,
.secondary-page-select:disabled,
.secondary-page-textarea:disabled {
  color: #98a3b1;
  opacity: 0.76;
  cursor: not-allowed;
}

.secondary-page-input-shell {
  position: relative;
  display: flex;
  align-items: center;
}

.secondary-page-input-shell > b {
  position: absolute;
  z-index: 1;
  left: 14px;
  color: #7891b6;
  font-size: 11px;
  font-weight: 850;
  pointer-events: none;
}

.secondary-page-input-shell > .secondary-page-input {
  padding-left: 64px;
}

.secondary-page-choice-grid,
.secondary-page-amounts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.secondary-page-amounts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.secondary-page-choice-grid {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.secondary-page-choice-grid > label {
  position: relative;
  display: block;
  min-width: 0;
  cursor: pointer;
}

.secondary-page-choice-grid > label > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.secondary-page-choice-grid > label > span {
  display: grid;
  align-content: center;
  min-height: 60px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 15px;
  color: #58677e;
  font-size: 11px;
  font-weight: 820;
  background:
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow: 0 5px 14px rgba(160, 180, 255, 0.08);
}

.secondary-page-choice-grid > label > span small {
  display: block;
  margin-top: 3px;
  color: var(--secondary-page-muted-color);
  font-size: 9px;
  font-weight: 650;
}

.secondary-page-choice-grid > label > input:checked + span {
  color: #5976ab;
  background:
    linear-gradient(
      135deg,
      rgba(255, 232, 247, 0.84),
      rgba(243, 247, 255, 0.9) 50%,
      rgba(222, 248, 255, 0.9)
    ) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow:
    0 8px 20px rgba(153, 175, 223, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.74);
}

.secondary-page-choice,
.secondary-page-amount {
  display: grid;
  place-items: center;
  min-height: 46px;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 14px;
  color: #536178;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow: 0 5px 14px rgba(160, 180, 255, 0.08);
  cursor: pointer;
}

.secondary-page-choice.is-selected,
.secondary-page-amount.is-selected {
  color: #526eaa;
  background:
    linear-gradient(
      135deg,
      rgba(255, 232, 247, 0.84),
      rgba(243, 247, 255, 0.9) 50%,
      rgba(222, 248, 255, 0.9)
    ) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow:
    0 8px 20px rgba(153, 175, 223, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.74);
}

.secondary-page-segmented {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 2px 8px rgba(109, 135, 172, 0.05);
}

.secondary-page-segmented button {
  min-height: 36px;
  padding: 6px 10px;
  border: 0;
  border-radius: 12px;
  color: #7b8798;
  font-size: 12px;
  font-weight: 800;
  background: transparent;
  cursor: pointer;
}

.secondary-page-segmented button.is-active {
  color: #5873ad;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 14px rgba(137, 158, 195, 0.1);
}

.secondary-page-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: 16px;
  color: #536178;
  font-family: inherit;
  font-size: 14px;
  font-weight: 850;
  text-align: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.86)) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow:
    var(--secondary-page-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  cursor: pointer;
  transition:
    transform 180ms ease,
    filter 180ms ease,
    box-shadow 180ms ease;
}

.secondary-page-button.is-primary {
  color: #425f8d;
  background:
    linear-gradient(
      100deg,
      rgba(247, 185, 232, 0.62),
      rgba(243, 247, 255, 0.84) 48%,
      rgba(188, 238, 255, 0.72)
    ) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow:
    0 10px 24px rgba(143, 169, 211, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.secondary-page-button.is-secondary {
  color: #5877a6;
  background:
    linear-gradient(rgba(246, 252, 255, 0.9), rgba(246, 252, 255, 0.9)) padding-box,
    var(--secondary-page-line) border-box;
}

.secondary-page-button.is-compact {
  min-height: 36px;
  padding: 7px 12px;
  border-radius: 13px;
  font-size: 12px;
}

.secondary-page-button.is-danger {
  color: #a86478;
  background:
    linear-gradient(rgba(255, 247, 250, 0.9), rgba(255, 247, 250, 0.9)) padding-box,
    linear-gradient(90deg, rgba(247, 185, 200, 0.78), rgba(255, 231, 239, 0.8)) border-box;
}

.secondary-page-button:disabled {
  opacity: 0.54;
  cursor: not-allowed;
  filter: grayscale(0.18);
}

.secondary-page-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.secondary-page-actions.is-single {
  grid-template-columns: minmax(0, 1fr);
}

.secondary-page-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.secondary-page-list-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 11px 12px;
  border-radius: 17px;
}

.secondary-page-list-item > span,
.secondary-page-list-item > div {
  min-width: 0;
}

.secondary-page-list-item > span > b,
.secondary-page-list-item > span > small {
  display: block;
}

.secondary-page-list-item > span > b {
  overflow: hidden;
  color: var(--secondary-page-ink);
  font-size: 12px;
  font-weight: 820;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.secondary-page-list-item > span > small {
  margin-top: 3px;
  color: var(--secondary-page-muted-color);
  font-size: 9px;
  line-height: 1.35;
}

.secondary-page-list-item > b,
.secondary-page-list-item > strong {
  color: #607faf;
  font-size: 11px;
  font-weight: 850;
  text-align: right;
}

.secondary-page-list-icon,
.secondary-page-product-icon,
.secondary-page-task-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 14px;
  color: #7795ce;
  font-size: 18px;
  background:
    radial-gradient(circle at 25% 22%, rgba(255, 255, 255, 0.96), transparent 40%),
    linear-gradient(135deg, rgba(255, 215, 242, 0.54), rgba(216, 246, 255, 0.72));
  box-shadow:
    0 6px 14px rgba(139, 161, 197, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.secondary-page-list-copy {
  min-width: 0;
}

.secondary-page-list-title {
  display: block;
  overflow: hidden;
  color: var(--secondary-page-ink);
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.secondary-page-list-meta {
  display: block;
  margin-top: 3px;
  color: var(--secondary-page-muted-color);
  font-size: 10px;
  line-height: 1.35;
}

.secondary-page-list-value {
  color: #5d78ad;
  font-size: 12px;
  font-weight: 850;
  text-align: right;
}

.secondary-page-stat {
  min-width: 0;
  min-height: 96px;
  padding: 14px 12px;
  border-radius: 18px;
}

.secondary-page-stat span {
  display: block;
  min-height: 28px;
  color: var(--secondary-page-muted-color);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
}

.secondary-page-stat strong,
.secondary-page-stat > b {
  display: block;
  margin-top: 9px;
  color: var(--secondary-page-ink);
  font-size: 21px;
  font-weight: 880;
  line-height: 1;
}

.secondary-page-stat small {
  display: block;
  margin-top: 6px;
  color: #86b7cf;
  font-size: 9px;
  font-weight: 700;
}

.secondary-page-balance {
  overflow: hidden;
  padding: 18px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 244, 251, 0.9),
      rgba(246, 248, 255, 0.88) 48%,
      rgba(236, 250, 255, 0.92)
    ) padding-box,
    var(--secondary-page-line) border-box;
}

.secondary-page-balance > div {
  position: relative;
  z-index: 1;
}

.secondary-page-balance > div > span {
  display: block;
  color: #718097;
  font-size: 11px;
  font-weight: 750;
}

.secondary-page-balance > div > strong {
  display: inline-block;
  margin-top: 6px;
  color: var(--secondary-page-ink);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.secondary-page-balance > div > small {
  margin-left: 6px;
  color: #7793b9;
  font-size: 11px;
  font-weight: 800;
}

.secondary-page-balance > i {
  position: absolute;
  z-index: 1;
  right: 22px;
  top: 50%;
  color: rgba(102, 183, 218, 0.72);
  font-size: 34px;
  font-style: normal;
  transform: translateY(-50%);
  text-shadow:
    -2px -1px 0 rgba(247, 185, 232, 0.36),
    0 8px 18px rgba(102, 183, 218, 0.15);
}

.secondary-page-balance-label {
  color: #718097;
  font-size: 11px;
  font-weight: 750;
}

.secondary-page-balance-value {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 6px;
  color: var(--secondary-page-ink);
}

.secondary-page-balance-value strong {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.secondary-page-balance-value small {
  color: #7793b9;
  font-size: 11px;
  font-weight: 800;
}

.secondary-page-progress {
  position: relative;
  height: 10px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(219, 235, 247, 0.64);
  box-shadow: inset 0 2px 5px rgba(96, 125, 165, 0.08);
}

.secondary-page-progress > span {
  display: block;
  width: var(--secondary-page-progress, 40%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f5bfe3, #d9d9f7 52%, #aee9f7);
  box-shadow: 0 0 12px rgba(162, 205, 237, 0.3);
  transition: width 600ms var(--secondary-page-ease);
}

.secondary-page-wheel-wrap {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 278px;
  padding: 16px;
}

.secondary-page-wheel-card {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding-block: 18px;
}

.secondary-page-wheel-card > .secondary-page-badge {
  justify-self: start;
}

.secondary-page-wheel-card > .secondary-page-button {
  width: min(100%, 248px);
}

.secondary-page-wheel {
  position: relative;
  display: grid;
  place-items: center;
  width: min(68vw, 248px);
  aspect-ratio: 1;
  border: 8px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.96) 0 20%, transparent 21%),
    conic-gradient(
      from -22.5deg,
      #f5d6eb 0 45deg,
      #dff3fb 45deg 90deg,
      #e5ddf5 90deg 135deg,
      #d3f0f7 135deg 180deg,
      #f6e2ef 180deg 225deg,
      #dceaf9 225deg 270deg,
      #eadff5 270deg 315deg,
      #d8f4fa 315deg 360deg
    );
  box-shadow:
    0 18px 40px rgba(121, 149, 189, 0.16),
    inset 0 0 0 2px rgba(255, 255, 255, 0.75);
}

.secondary-page-wheel::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -18px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 22px solid #e59bc8;
  filter: drop-shadow(0 4px 5px rgba(109, 124, 158, 0.16));
}

.secondary-page-wheel > span {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  color: #6177a5;
  font-size: 11px;
  font-weight: 900;
  transform-origin: 0 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.secondary-page-wheel > span:nth-of-type(1) {
  transform: rotate(0deg) translateY(-86px) rotate(0deg) translateX(-50%);
}

.secondary-page-wheel > span:nth-of-type(2) {
  transform: rotate(45deg) translateY(-86px) rotate(-45deg) translateX(-50%);
}

.secondary-page-wheel > span:nth-of-type(3) {
  transform: rotate(90deg) translateY(-86px) rotate(-90deg) translateX(-50%);
}

.secondary-page-wheel > span:nth-of-type(4) {
  transform: rotate(135deg) translateY(-86px) rotate(-135deg) translateX(-50%);
}

.secondary-page-wheel > span:nth-of-type(5) {
  transform: rotate(180deg) translateY(-86px) rotate(-180deg) translateX(-50%);
}

.secondary-page-wheel > span:nth-of-type(6) {
  transform: rotate(225deg) translateY(-86px) rotate(-225deg) translateX(-50%);
}

.secondary-page-wheel > span:nth-of-type(7) {
  transform: rotate(270deg) translateY(-86px) rotate(-270deg) translateX(-50%);
}

.secondary-page-wheel > span:nth-of-type(8) {
  transform: rotate(315deg) translateY(-86px) rotate(-315deg) translateX(-50%);
}

.secondary-page-wheel > b {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 5px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  color: #5873a6;
  font-size: 17px;
  font-weight: 900;
  background: linear-gradient(135deg, #f8cbe8, #c6ecf8);
  box-shadow:
    0 9px 22px rgba(111, 139, 179, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

.secondary-page-wheel-button {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 5px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  color: #5873a6;
  font-size: 16px;
  font-weight: 900;
  background: linear-gradient(135deg, #f8cbe8, #c6ecf8);
  box-shadow:
    0 9px 22px rgba(111, 139, 179, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.secondary-page-wheel.is-spinning {
  animation: secondary-page-wheel-spin 2.8s cubic-bezier(0.16, 0.7, 0.08, 1) both;
}

.secondary-page-product {
  display: grid;
  align-content: start;
  min-width: 0;
  overflow: hidden;
  padding: 12px;
  border-radius: 18px;
}

.secondary-page-product > i {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1.35;
  border-radius: 14px;
  color: #7996d0;
  font-size: 30px;
  font-style: normal;
  background:
    radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.96), transparent 38%),
    linear-gradient(135deg, rgba(255, 215, 242, 0.42), rgba(216, 246, 255, 0.66));
}

.secondary-page-product > h3 {
  margin: 10px 0 0;
  overflow: hidden;
  color: var(--secondary-page-ink);
  font-size: 12px;
  font-weight: 820;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.secondary-page-product > p {
  min-height: 30px;
  margin: 4px 0 10px;
  color: var(--secondary-page-muted-color);
  font-size: 9px;
  line-height: 1.45;
}

.secondary-page-product > .secondary-page-button {
  width: 100%;
  margin-top: auto;
}

.secondary-page-product-media {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1.1;
  overflow: hidden;
  border-radius: 14px;
  background:
    radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.96), transparent 38%),
    linear-gradient(135deg, rgba(255, 215, 242, 0.42), rgba(216, 246, 255, 0.66));
}

.secondary-page-product-media img {
  display: block;
  width: 72%;
  height: 72%;
  object-fit: contain;
}

.secondary-page-product-title {
  margin: 10px 0 0;
  overflow: hidden;
  color: var(--secondary-page-ink);
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.secondary-page-product-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-top: 8px;
  color: #6483b3;
  font-size: 11px;
  font-weight: 850;
}

.secondary-page-task {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 18px;
}

.secondary-page-task.is-complete {
  opacity: 0.74;
}

.secondary-page-task > div {
  min-width: 0;
}

.secondary-page-task > div > h3 {
  margin: 0;
  overflow: hidden;
  color: var(--secondary-page-ink);
  font-size: 12px;
  font-weight: 820;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.secondary-page-task > div > p {
  margin: 3px 0 0;
  color: var(--secondary-page-muted-color);
  font-size: 9px;
}

.secondary-page-task-title {
  margin: 0;
  color: var(--secondary-page-ink);
  font-size: 13px;
  font-weight: 820;
}

.secondary-page-task-meta {
  margin-top: 3px;
  color: var(--secondary-page-muted-color);
  font-size: 10px;
}

.secondary-page-task-status {
  color: #6c8cb8;
  font-size: 10px;
  font-weight: 850;
}

.secondary-page-player {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 210px;
  padding: 20px;
  border-radius: var(--secondary-page-radius);
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.92) 0 17%, transparent 18%),
    repeating-linear-gradient(
      90deg,
      transparent 0 14px,
      rgba(188, 238, 255, 0.46) 15px 18px,
      transparent 19px 28px
    ),
    linear-gradient(135deg, rgba(255, 241, 250, 0.74), rgba(239, 251, 255, 0.84));
  box-shadow: var(--secondary-page-shadow);
}

.secondary-page-player > h2 {
  margin: 0;
  color: var(--secondary-page-ink);
  font-size: 16px;
  font-weight: 850;
}

.secondary-page-player > p {
  margin: -6px 0 0;
  color: var(--secondary-page-muted-color);
  font-size: 10px;
}

.secondary-page-player-art {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  color: #7994ce;
  font-size: 34px;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.94), transparent 38%),
    linear-gradient(135deg, rgba(255, 215, 242, 0.62), rgba(216, 246, 255, 0.76));
  box-shadow:
    0 12px 26px rgba(129, 154, 193, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.secondary-page-player-button {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding: 0 0 0 3px;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #718ed0;
  font-size: 20px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)) padding-box,
    conic-gradient(from 180deg, #f7b9e8, #f3f7ff, #bceeff, #f7b9e8) border-box;
  box-shadow:
    0 12px 28px rgba(123, 149, 188, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  cursor: pointer;
}

.secondary-page-player-button[aria-pressed="true"] {
  padding-left: 0;
  color: #9c78ba;
  box-shadow:
    0 8px 20px rgba(123, 149, 188, 0.14),
    inset 0 2px 8px rgba(159, 178, 209, 0.1);
}

.secondary-page-player > .secondary-page-progress {
  width: 100%;
}

.secondary-page-player > .secondary-page-list-item {
  width: 100%;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.secondary-page-player > .secondary-page-list-item small {
  color: #8794a7;
  font-size: 9px;
}

.secondary-page-rating {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.secondary-page-rating > legend {
  grid-column: 1 / -1;
}

.secondary-page-rating > label {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 42px;
  border-radius: 13px;
  color: #c7cfdc;
  font-size: 22px;
  cursor: pointer;
}

.secondary-page-rating > label > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.secondary-page-rating > label > input:checked + span {
  color: #e9a4cf;
  filter: drop-shadow(0 4px 6px rgba(210, 133, 180, 0.18));
}

.secondary-page-player-control {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  color: #718ed0;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 12px 28px rgba(123, 149, 188, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.music-task-detail-view {
  gap: 14px;
}

.music-task-player {
  position: relative;
  display: grid;
  place-items: initial;
  gap: 13px;
  min-height: 0;
  padding: 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 215, 242, 0.38), transparent 30%),
    radial-gradient(circle at 92% 76%, rgba(216, 246, 255, 0.64), transparent 36%),
    linear-gradient(rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.82)) padding-box,
    var(--secondary-page-line) border-box;
}

.music-task-player::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -88px;
  top: 166px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 50%;
  background: rgba(216, 246, 255, 0.22);
  box-shadow:
    0 0 0 24px rgba(255, 255, 255, 0.12),
    0 0 0 48px rgba(255, 215, 242, 0.08);
  pointer-events: none;
}

.music-task-cover {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 178px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  background:
    radial-gradient(circle at 21% 23%, rgba(255, 255, 255, 0.82) 0 1px, transparent 2px),
    radial-gradient(circle at 76% 18%, rgba(255, 255, 255, 0.72) 0 1px, transparent 2px),
    radial-gradient(circle at 86% 69%, rgba(255, 255, 255, 0.62) 0 1px, transparent 2px),
    linear-gradient(145deg, rgba(87, 112, 170, 0.92), rgba(138, 120, 190, 0.82) 48%, rgba(94, 176, 212, 0.78));
  box-shadow:
    0 16px 32px rgba(88, 108, 157, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.music-task-cover::before,
.music-task-cover::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.music-task-cover::before {
  width: 170px;
  height: 170px;
  left: -48px;
  bottom: -102px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow:
    0 0 0 20px rgba(255, 255, 255, 0.06),
    0 0 0 42px rgba(255, 215, 242, 0.06);
}

.music-task-cover::after {
  width: 125px;
  height: 125px;
  right: -38px;
  top: -58px;
  background: rgba(216, 246, 255, 0.14);
  box-shadow: inset 0 0 32px rgba(255, 255, 255, 0.2);
}

.music-task-cover-glow {
  position: absolute;
  width: 142px;
  height: 142px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.34), rgba(255, 215, 242, 0.08) 55%, transparent 72%);
  box-shadow:
    0 0 42px rgba(255, 215, 242, 0.22),
    inset 0 0 24px rgba(216, 246, 255, 0.2);
}

.music-task-cover img {
  position: relative;
  z-index: 1;
  width: 112px;
  height: 112px;
  object-fit: contain;
  filter:
    saturate(0.88)
    drop-shadow(0 14px 20px rgba(32, 46, 85, 0.24));
}

.music-task-cover > i {
  position: absolute;
  z-index: 2;
  left: 14px;
  bottom: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.music-task-meta {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 4px;
  text-align: center;
}

.music-task-meta > .secondary-page-badge {
  margin-bottom: 2px;
  color: #7288aa;
  background: rgba(239, 248, 255, 0.74);
}

.music-task-meta > h2 {
  margin: 0;
  color: var(--secondary-page-ink);
  font-size: 18px;
  font-weight: 900;
}

.music-task-meta > p {
  margin: 0;
  color: #8290a5;
  font-size: 10px;
  font-weight: 700;
}

.music-task-waveform {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  height: 58px;
  padding: 6px 3px;
  overflow: hidden;
}

.music-task-waveform > i {
  width: 4px;
  height: var(--wave-height);
  min-height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(239, 157, 210, 0.84), rgba(112, 193, 228, 0.88));
  box-shadow: 0 3px 8px rgba(130, 172, 211, 0.12);
  transform-origin: center;
}

.music-task-player.is-playing .music-task-waveform > i {
  animation: music-task-wave 840ms ease-in-out var(--wave-delay) infinite alternate;
}

.music-task-player.is-playing .music-task-cover img {
  animation: music-task-disc 9s linear infinite;
}

.music-task-timeline {
  position: relative;
  z-index: 1;
}

.music-task-timeline > .secondary-page-progress {
  height: 6px;
}

.music-task-timeline > .secondary-page-list-item {
  min-height: 22px;
  padding: 5px 1px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.music-task-timeline > .secondary-page-list-item small {
  color: #8592a5;
  font-size: 9px;
}

.music-task-controls {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, auto);
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 78px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow:
    0 12px 26px rgba(120, 145, 187, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.music-task-controls > button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #6f82aa;
  font-size: 11px;
  font-weight: 900;
  background: rgba(245, 250, 255, 0.76);
  box-shadow:
    0 7px 15px rgba(116, 142, 184, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  cursor: pointer;
}

.music-task-controls > button small {
  margin-top: -7px;
  font-size: 7px;
}

.music-task-controls > .secondary-page-player-control {
  width: 58px;
  height: 58px;
  color: #6f81c3;
  font-size: 20px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(248, 252, 255, 0.86)) padding-box,
    conic-gradient(from 180deg, #f7b9e8, #f3f7ff 48%, #bceeff, #f7b9e8) border-box;
}

.music-task-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.music-task-metrics > article {
  display: grid;
  justify-items: center;
  gap: 4px;
  min-height: 72px;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 20px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(249, 252, 255, 0.72)) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow:
    0 9px 20px rgba(127, 151, 190, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.music-task-metrics strong {
  color: #536b98;
  font-size: 23px;
  font-weight: 900;
}

.music-task-metrics span {
  color: #8793a5;
  font-size: 9px;
  font-weight: 720;
}

@keyframes music-task-wave {
  from {
    transform: scaleY(0.64);
    opacity: 0.68;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes music-task-disc {
  to {
    transform: rotate(1turn);
  }
}

.secondary-page-chart {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 7px;
  height: 132px;
  padding: 16px 8px 6px;
  border-bottom: 1px solid rgba(188, 218, 237, 0.52);
}

.secondary-page-chart span {
  flex: 1;
  min-width: 5px;
  height: var(--secondary-page-value, 42%);
  border-radius: 99px 99px 4px 4px;
  background: linear-gradient(180deg, #eeb8dc, #acdfee);
  box-shadow: 0 4px 9px rgba(151, 186, 215, 0.12);
}

.secondary-page-profile {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.secondary-page-profile-avatar {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 2px solid transparent;
  border-radius: 50%;
  color: #7596cf;
  font-size: 25px;
  font-weight: 850;
  background:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) padding-box,
    conic-gradient(from 180deg, #f7b9e8, #f3f7ff, #bceeff, #f7b9e8) border-box;
  box-shadow: 0 10px 24px rgba(130, 157, 194, 0.16);
}

.secondary-page-faq {
  overflow: hidden;
  padding: 0;
  border-radius: 17px;
}

.secondary-page-faq > button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  border: 0;
  color: var(--secondary-page-ink);
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.secondary-page-faq > button > b {
  color: #7e9ac5;
  font-size: 17px;
  font-weight: 600;
  transition: transform 200ms ease;
}

.secondary-page-faq > button[aria-expanded="true"] > b {
  transform: rotate(45deg);
}

.secondary-page-faq > p {
  margin: 0;
  padding: 0 14px 14px;
  color: var(--secondary-page-muted-color);
  font-size: 10px;
  line-height: 1.6;
}

.secondary-page-faq summary {
  position: relative;
  padding: 15px 42px 15px 14px;
  color: var(--secondary-page-ink);
  font-size: 13px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.secondary-page-faq summary::-webkit-details-marker {
  display: none;
}

.secondary-page-faq summary::after {
  content: "+";
  position: absolute;
  right: 15px;
  top: 50%;
  color: #7e9ac5;
  font-size: 20px;
  font-weight: 500;
  transform: translateY(-50%);
  transition: transform 200ms ease;
}

.secondary-page-faq[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.secondary-page-faq-content {
  padding: 0 14px 15px;
  color: var(--secondary-page-muted-color);
  font-size: 11px;
  line-height: 1.6;
}

.secondary-page-check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #6f7d90;
  font-size: 10px;
  line-height: 1.45;
  cursor: pointer;
}

.secondary-page-check > input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: #97cee8;
}

.secondary-page-copy-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin: 8px 0 16px;
  padding: 10px 10px 10px 14px;
  border: 1px solid rgba(188, 238, 255, 0.7);
  border-radius: 15px;
  background: rgba(248, 252, 255, 0.74);
  box-shadow: inset 0 2px 6px rgba(110, 137, 174, 0.05);
}

.secondary-page-copy-row > strong {
  overflow: hidden;
  color: #526f9f;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.secondary-page-note {
  padding: 13px 14px;
  border-radius: 16px;
  background:
    linear-gradient(
      120deg,
      rgba(255, 248, 252, 0.84),
      rgba(245, 250, 255, 0.84)
    ) padding-box,
    var(--secondary-page-line) border-box;
}

.secondary-page-note > strong {
  color: #5e6e85;
  font-size: 11px;
  font-weight: 850;
}

.secondary-page-note > p {
  margin: 4px 0 0;
  color: #8a96a7;
  font-size: 9px;
  line-height: 1.55;
}

.secondary-page-plan {
  grid-template-columns: 18px minmax(0, 1fr) auto;
  cursor: pointer;
}

.secondary-page-plan > input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #91cfe9;
}

.secondary-page-plan > span > b,
.secondary-page-plan > span > small {
  display: block;
}

.secondary-page-plan > span > b {
  color: var(--secondary-page-ink);
  font-size: 12px;
  font-weight: 820;
}

.secondary-page-plan > span > small {
  margin-top: 3px;
  color: var(--secondary-page-muted-color);
  font-size: 9px;
}

.secondary-page-plan > strong {
  color: #8a76bb;
  font-size: 10px;
  font-weight: 850;
  text-align: right;
}

.secondary-page-plan:has(input:checked) {
  background:
    linear-gradient(
      135deg,
      rgba(255, 242, 250, 0.9),
      rgba(240, 251, 255, 0.9)
    ) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow:
    0 10px 24px rgba(148, 172, 211, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.secondary-page-language {
  cursor: pointer;
}

.secondary-page-language > input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #8fd0e8;
}

.secondary-page-language:has(input:checked) {
  background:
    linear-gradient(
      135deg,
      rgba(255, 242, 250, 0.88),
      rgba(239, 251, 255, 0.9)
    ) padding-box,
    var(--secondary-page-line) border-box;
}

.secondary-page-empty {
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 32px 24px;
  text-align: center;
}

.secondary-page-empty-icon {
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #829bd0;
  font-size: 32px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.82)) padding-box,
    conic-gradient(from 180deg, #f7b9e8, #f3f7ff, #bceeff, #f7b9e8) border-box;
  box-shadow:
    0 16px 36px rgba(136, 161, 200, 0.14),
    inset 0 0 26px rgba(216, 246, 255, 0.42);
}

.secondary-page-feedback {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 14px;
  border-radius: 17px;
}

.secondary-page-feedback-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 13px;
  color: #7190c6;
  background: linear-gradient(135deg, rgba(255, 215, 242, 0.54), rgba(216, 246, 255, 0.68));
}

.secondary-page-toast {
  position: absolute;
  z-index: 50;
  left: 50%;
  bottom: calc(20px + env(safe-area-inset-bottom));
  width: max-content;
  max-width: calc(100% - 32px);
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 14px;
  color: #4c5f78;
  font-size: 12px;
  font-weight: 750;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 14px 36px rgba(105, 129, 166, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition:
    opacity 220ms ease,
    transform 260ms var(--secondary-page-ease);
}

.secondary-page-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.secondary-page-view[data-page="recharge"] .secondary-page-balance,
.secondary-page-view[data-page="withdraw"] .secondary-page-balance,
.secondary-page-view[data-page="wallet"] .secondary-page-balance,
.secondary-page-view[data-secondary-view="recharge"] .secondary-page-balance,
.secondary-page-view[data-secondary-view="withdraw"] .secondary-page-balance,
.secondary-page-view[data-secondary-view="wallet"] .secondary-page-balance {
  min-height: 126px;
}

.secondary-page-view[data-page="music-dividend"] .secondary-page-stat strong,
.secondary-page-view[data-page="daily-report"] .secondary-page-stat strong,
.secondary-page-view[data-page="team-rewards"] .secondary-page-stat strong,
.secondary-page-view[data-secondary-view="music-dividend"] .secondary-page-stat > b,
.secondary-page-view[data-secondary-view="daily-report"] .secondary-page-stat > b,
.secondary-page-view[data-secondary-view="team-rewards"] .secondary-page-stat > b {
  background: linear-gradient(100deg, #d989bb, #8d94cf 52%, #54bdd8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.secondary-page-view[data-page="invite-center"] .secondary-page-hero,
.secondary-page-view[data-page="career-center"] .secondary-page-hero,
.secondary-page-view[data-page="level-career"] .secondary-page-hero,
.secondary-page-view[data-secondary-view="invite-center"] .secondary-page-hero,
.secondary-page-view[data-secondary-view="level-career"] .secondary-page-hero {
  min-height: 150px;
}

.secondary-page-view[data-page="points-mall"] .secondary-page-grid,
.secondary-page-view[data-secondary-view="points-mall"] .secondary-page-grid {
  align-items: stretch;
}

.points-mall-hero {
  min-height: 150px;
  padding: 21px;
  background:
    radial-gradient(circle at 77% 25%, rgba(255, 226, 244, 0.48), transparent 27%),
    radial-gradient(circle at 94% 84%, rgba(216, 246, 255, 0.72), transparent 36%),
    linear-gradient(135deg, rgba(255, 249, 253, 0.92), rgba(247, 249, 255, 0.88) 50%, rgba(238, 251, 255, 0.92)) padding-box,
    var(--secondary-page-line) border-box;
}

.points-mall-hero > div:first-child {
  align-self: end;
}

.points-mall-hero > div > strong {
  font-size: 34px;
}

.points-mall-hero > div > small {
  display: block;
  margin: 9px 0 0;
  font-size: 9px;
}

.points-mall-hero > i {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  right: 19px;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 26%, rgba(255, 255, 255, 0.94), transparent 30%),
    linear-gradient(145deg, rgba(255, 218, 241, 0.78), rgba(214, 245, 255, 0.9));
  box-shadow:
    0 15px 30px rgba(127, 151, 191, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.points-mall-hero > i > b {
  color: #7791cd;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  text-shadow:
    -2px 0 rgba(240, 149, 207, 0.34),
    2px 1px rgba(95, 192, 226, 0.34);
}

.points-mall-hero > i > em,
.points-mall-hero > i > span {
  position: absolute;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #8a9bd0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-style: normal;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 7px 15px rgba(123, 151, 194, 0.12);
}

.points-mall-hero > i > em {
  right: -4px;
  top: -7px;
}

.points-mall-hero > i > span {
  left: -8px;
  bottom: 1px;
  width: 22px;
  height: 22px;
  color: #d58fbd;
  font-size: 11px;
}

.secondary-page-view[data-secondary-view="points-mall"] .secondary-page-product {
  padding: 11px;
  text-align: center;
}

.secondary-page-view[data-secondary-view="points-mall"] .secondary-page-product-media {
  aspect-ratio: 1.22;
}

.secondary-page-view[data-secondary-view="points-mall"] .secondary-page-product-icon {
  position: relative;
  width: 64px;
  height: 52px;
  border-radius: 17px;
  color: #768bc2;
  font-size: 20px;
  font-weight: 900;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.98), transparent 34%),
    linear-gradient(145deg, rgba(255, 215, 242, 0.76), rgba(216, 246, 255, 0.86));
  box-shadow:
    0 9px 20px rgba(129, 154, 194, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.secondary-page-view[data-secondary-view="points-mall"] [data-product-art="vip"] .secondary-page-product-icon {
  width: 72px;
  height: 46px;
  border-radius: 13px;
  color: #7b83c0;
  font-size: 17px;
  letter-spacing: 0.08em;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.96), transparent 28%),
    linear-gradient(135deg, rgba(255, 210, 238, 0.92), rgba(184, 181, 237, 0.82) 52%, rgba(183, 238, 252, 0.92));
  box-shadow:
    0 12px 22px rgba(121, 144, 188, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transform: rotate(-5deg);
}

.secondary-page-view[data-secondary-view="points-mall"] [data-product-art="vip"] .secondary-page-product-icon::after {
  content: "♫";
  position: absolute;
  right: 7px;
  top: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
}

.secondary-page-view[data-secondary-view="points-mall"] [data-product-art="frame"] .secondary-page-product-icon {
  width: 60px;
  height: 60px;
  border: 4px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  color: transparent;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 44%, transparent 46%),
    conic-gradient(from 180deg, #f7b9e8, #f3f7ff 45%, #bceeff, #f7b9e8);
  box-shadow:
    0 10px 22px rgba(126, 150, 192, 0.17),
    inset 0 0 12px rgba(255, 255, 255, 0.78);
}

.secondary-page-view[data-secondary-view="points-mall"] [data-product-art="frame"] .secondary-page-product-icon::after {
  content: "♪";
  position: absolute;
  display: grid;
  place-items: center;
  inset: 12px;
  border-radius: 50%;
  color: #8299cd;
  font-size: 18px;
  background: linear-gradient(145deg, rgba(255, 225, 244, 0.78), rgba(218, 244, 255, 0.84));
}

.secondary-page-view[data-secondary-view="points-mall"] [data-product-art="ticket"] .secondary-page-product-icon {
  width: 74px;
  height: 42px;
  border-radius: 11px;
  color: #718ac3;
  font-size: 15px;
  background:
    linear-gradient(90deg, transparent 0 7px, rgba(255, 255, 255, 0.7) 7px 9px, transparent 9px 100%),
    linear-gradient(135deg, rgba(255, 218, 241, 0.9), rgba(199, 226, 252, 0.92));
  box-shadow:
    0 10px 20px rgba(125, 149, 191, 0.15),
    inset 0 0 0 1px rgba(255, 255, 255, 0.82);
  transform: rotate(3deg);
}

.secondary-page-view[data-secondary-view="points-mall"] [data-product-art="ticket"] .secondary-page-product-icon::after {
  content: "•••";
  position: absolute;
  right: 7px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 8px;
  letter-spacing: 1px;
  transform: rotate(90deg);
}

.secondary-page-view[data-secondary-view="points-mall"] [data-product-art="theme"] .secondary-page-product-icon {
  width: 72px;
  height: 54px;
  border-radius: 14px;
  color: #7f8fc8;
  font-size: 26px;
  background:
    linear-gradient(145deg, rgba(255, 221, 242, 0.86), rgba(209, 239, 255, 0.92)),
    repeating-linear-gradient(90deg, transparent 0 7px, rgba(255, 255, 255, 0.32) 8px 10px);
  box-shadow:
    0 11px 22px rgba(124, 149, 191, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.secondary-page-view[data-secondary-view="points-mall"] .secondary-page-product-title {
  margin-top: 8px;
  font-size: 11px;
}

.secondary-page-view[data-secondary-view="points-mall"] .secondary-page-product-copy {
  min-height: 25px;
  margin: 4px 0 0;
  font-size: 8px;
}

.secondary-page-view[data-secondary-view="points-mall"] .secondary-page-product-price {
  display: grid;
  justify-items: center;
  gap: 7px;
  margin-top: 5px;
}

.secondary-page-view[data-secondary-view="points-mall"] .secondary-page-product-price > span {
  color: #8894a8;
  font-size: 8px;
  font-weight: 750;
}

.secondary-page-view[data-secondary-view="points-mall"] .secondary-page-product-price > span > b {
  color: #d86fac;
  font-size: 13px;
}

.secondary-page-view[data-secondary-view="points-mall"] .secondary-page-product-price .secondary-page-button {
  width: min(100%, 92px);
  min-height: 31px;
  color: #657faa;
  background:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(248, 252, 255, 0.86)) padding-box,
    var(--secondary-page-line) border-box;
}

.secondary-page-view[data-page="personal-info"] .secondary-page-card:first-child,
.secondary-page-view[data-secondary-view="personal-info"] .secondary-page-card:first-child {
  padding-block: 20px;
}

.secondary-page-view[data-page="language"] .secondary-page-list-item.is-selected,
.secondary-page-view[data-secondary-view="language"] .secondary-page-list-item.is-selected {
  background:
    linear-gradient(
      135deg,
      rgba(255, 242, 250, 0.88),
      rgba(239, 251, 255, 0.9)
    ) padding-box,
    var(--secondary-page-line) border-box;
}

.secondary-page-view[data-page="language"] .secondary-page-list-item.is-selected::after,
.secondary-page-view[data-secondary-view="language"] .secondary-page-list-item.is-selected::after {
  content: "✓";
  color: #6e98c8;
  font-size: 15px;
  font-weight: 900;
}

@keyframes secondary-page-view-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes secondary-page-wheel-spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(1420deg);
  }
}

/* Invitation center: use the full mobile canvas without stretching its artwork. */
.secondary-page-view[data-secondary-view="invite-center"] {
  min-height: 100%;
}

.secondary-page-view[data-secondary-view="invite-center"] .invite-poster {
  width: 100%;
  min-height: clamp(540px, calc(100dvh - 124px), 680px);
  grid-template-columns: minmax(0, 1fr) 112px;
  grid-template-rows:
    minmax(176px, 1.08fr)
    minmax(132px, 0.82fr)
    auto;
  gap: 20px 15px;
  align-content: stretch;
  padding: 22px;
  border-radius: 25px;
}

.secondary-page-view[data-secondary-view="invite-center"] .invite-poster-copy {
  align-self: center;
}

.secondary-page-view[data-secondary-view="invite-center"] .invite-poster-copy h2 {
  max-width: 270px;
  margin-top: 14px;
  font-size: 22px;
  line-height: 1.24;
  letter-spacing: -0.025em;
}

.secondary-page-view[data-secondary-view="invite-center"] .invite-poster-copy p {
  max-width: 285px;
  margin-top: 11px;
  font-size: 11px;
  line-height: 1.65;
}

.secondary-page-view[data-secondary-view="invite-center"] .invite-poster-visual {
  align-self: center;
  width: 112px;
  height: 132px;
}

.secondary-page-view[data-secondary-view="invite-center"] .invite-poster-gift {
  width: 78px;
  height: 78px;
  border-radius: 27px;
}

.secondary-page-view[data-secondary-view="invite-center"] .invite-poster-gift > img {
  width: 54px;
  height: 54px;
}

.secondary-page-view[data-secondary-view="invite-center"] .invite-poster-code {
  align-self: center;
  min-height: 104px;
  padding: 14px;
  border-radius: 20px;
}

.secondary-page-view[data-secondary-view="invite-center"] .invite-poster-code > span {
  font-size: 9px;
}

.secondary-page-view[data-secondary-view="invite-center"] .invite-poster-code > strong {
  font-size: 18px;
  letter-spacing: 0.04em;
}

.secondary-page-view[data-secondary-view="invite-center"] .invite-poster-code .secondary-page-button {
  min-width: 54px;
  min-height: 36px;
  border-radius: 13px;
  font-size: 10px;
}

.secondary-page-view[data-secondary-view="invite-center"] .invite-poster-qr {
  width: 98px;
  height: 98px;
  gap: 3px;
  padding: 11px;
  border-radius: 21px;
}

.secondary-page-view[data-secondary-view="invite-center"] .invite-poster-actions {
  gap: 12px;
}

.secondary-page-view[data-secondary-view="invite-center"] .invite-poster-actions .secondary-page-button {
  min-height: 50px;
  border-radius: 17px;
  font-size: 12px;
}

@media (max-width: 360px) {
  .secondary-page-view[data-secondary-view="invite-center"] .invite-poster {
    min-height: clamp(500px, calc(100dvh - 112px), 620px);
    grid-template-columns: minmax(0, 1fr) 86px;
    grid-template-rows:
      minmax(156px, 1fr)
      minmax(116px, 0.76fr)
      auto;
    gap: 14px 10px;
    padding: 17px;
    border-radius: 22px;
  }

  .secondary-page-view[data-secondary-view="invite-center"] .invite-poster-copy h2 {
    margin-top: 11px;
    font-size: 18px;
  }

  .secondary-page-view[data-secondary-view="invite-center"] .invite-poster-copy p {
    margin-top: 8px;
    font-size: 9px;
  }

  .secondary-page-view[data-secondary-view="invite-center"] .invite-poster-visual {
    width: 86px;
    height: 112px;
  }

  .secondary-page-view[data-secondary-view="invite-center"] .invite-poster-gift {
    width: 64px;
    height: 64px;
    border-radius: 22px;
  }

  .secondary-page-view[data-secondary-view="invite-center"] .invite-poster-gift > img {
    width: 44px;
    height: 44px;
  }

  .secondary-page-view[data-secondary-view="invite-center"] .invite-poster-code {
    min-height: 88px;
    padding: 11px;
  }

  .secondary-page-view[data-secondary-view="invite-center"] .invite-poster-code > strong {
    font-size: 15px;
  }

  .secondary-page-view[data-secondary-view="invite-center"] .invite-poster-qr {
    width: 78px;
    height: 78px;
    padding: 9px;
    border-radius: 18px;
  }

  .secondary-page-view[data-secondary-view="invite-center"] .invite-poster-actions {
    gap: 8px;
  }

  .secondary-page-view[data-secondary-view="invite-center"] .invite-poster-actions .secondary-page-button {
    min-height: 46px;
    padding-inline: 8px;
    font-size: 11px;
  }
}

/* Level center: balanced full-page proportions while retaining every level item. */
.secondary-page-view[data-secondary-view="level-career"] {
  min-height: 100%;
}

.secondary-page-view[data-secondary-view="level-career"] .level-current-card {
  min-height: 174px;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 17px;
  padding: 20px;
  border-radius: 24px;
}

.secondary-page-view[data-secondary-view="level-career"] .level-current-orb {
  width: 92px;
  height: 92px;
}

.secondary-page-view[data-secondary-view="level-career"] .level-current-orb > span {
  font-size: 44px;
}

.secondary-page-view[data-secondary-view="level-career"] .level-current-copy h2 {
  font-size: 18px;
}

.secondary-page-view[data-secondary-view="level-career"] .level-current-benefits {
  gap: 8px;
  margin-top: 12px;
}

.secondary-page-view[data-secondary-view="level-career"] .level-current-benefits > span {
  padding: 6px 10px;
  font-size: 9px;
}

.secondary-page-view[data-secondary-view="level-career"] .level-current-progress {
  margin-top: 14px;
}

.secondary-page-view[data-secondary-view="level-career"] .level-current-progress > i {
  height: 7px;
}

.secondary-page-view[data-secondary-view="level-career"] .level-career-actions {
  gap: 12px;
  min-height: 68px;
  padding: 11px;
  border-radius: 20px;
}

.secondary-page-view[data-secondary-view="level-career"] .level-career-actions .secondary-page-button {
  min-height: 46px;
  border-radius: 16px;
  font-size: 12px;
}

.secondary-page-view[data-secondary-view="level-career"] .level-roadmap {
  min-height: 324px;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border-radius: 24px;
}

.secondary-page-view[data-secondary-view="level-career"] .level-roadmap > h2 {
  font-size: 16px;
}

.secondary-page-view[data-secondary-view="level-career"] .level-roadmap-grid {
  grid-template-rows: repeat(3, minmax(76px, 1fr));
  gap: 10px;
}

.secondary-page-view[data-secondary-view="level-career"] .level-roadmap-item {
  min-height: 76px;
  grid-template-columns: 39px auto minmax(14px, 1fr) auto;
  gap: 8px;
  padding: 12px;
  border-radius: 18px;
}

.secondary-page-view[data-secondary-view="level-career"] .level-roadmap-item > span {
  width: 39px;
  height: 39px;
  font-size: 16px;
}

.secondary-page-view[data-secondary-view="level-career"] .level-roadmap-item > strong {
  font-size: 15px;
}

@media (max-width: 360px) {
  .secondary-page-view[data-secondary-view="level-career"] .level-current-card {
    min-height: 150px;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
    padding: 15px;
    border-radius: 21px;
  }

  .secondary-page-view[data-secondary-view="level-career"] .level-current-orb {
    width: 74px;
    height: 74px;
  }

  .secondary-page-view[data-secondary-view="level-career"] .level-current-orb > span {
    font-size: 36px;
  }

  .secondary-page-view[data-secondary-view="level-career"] .level-current-copy h2 {
    font-size: 15px;
  }

  .secondary-page-view[data-secondary-view="level-career"] .level-career-actions {
    gap: 8px;
    min-height: 62px;
    padding: 9px;
  }

  .secondary-page-view[data-secondary-view="level-career"] .level-roadmap {
    min-height: 292px;
    gap: 12px;
    padding: 14px;
    border-radius: 21px;
  }

  .secondary-page-view[data-secondary-view="level-career"] .level-roadmap-grid {
    grid-template-rows: repeat(3, minmax(68px, 1fr));
    gap: 8px;
  }

  .secondary-page-view[data-secondary-view="level-career"] .level-roadmap-item {
    min-height: 68px;
    grid-template-columns: 32px auto minmax(10px, 1fr) auto;
    gap: 6px;
    padding: 9px;
  }

  .secondary-page-view[data-secondary-view="level-career"] .level-roadmap-item > span {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .secondary-page-view[data-secondary-view="level-career"] .level-roadmap-item > strong {
    font-size: 14px;
  }
}

@media (hover: hover) {
  .secondary-page-back:hover,
  .secondary-page-header-icon:hover,
  .secondary-page-button:hover,
  .secondary-page-choice:hover,
  .secondary-page-amount:hover {
    filter: brightness(1.02);
    box-shadow:
      0 10px 24px rgba(132, 157, 197, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.96);
  }
}

@media (max-width: 360px) {
  .secondary-page-header {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 8px;
    min-height: 70px;
    padding-inline: 12px;
  }

  .secondary-page-back,
  .secondary-page-header-icon {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }

  .secondary-page-title {
    font-size: 17px;
  }

  .secondary-page-body {
    padding-inline: 12px;
  }

  .secondary-page-view {
    gap: 12px;
  }

  .secondary-page-card {
    padding: 14px;
  }

  .secondary-page-grid {
    gap: 8px;
  }

  .secondary-page-grid.is-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .secondary-page-choice-grid,
  .secondary-page-amounts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .secondary-page-actions {
    gap: 8px;
  }

  .secondary-page-list-item {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px;
    padding-inline: 10px;
  }

  .secondary-page-plan {
    grid-template-columns: 16px minmax(0, 1fr) auto;
  }

  .secondary-page-list-icon,
  .secondary-page-product-icon,
  .secondary-page-task-icon {
    width: 38px;
    height: 38px;
  }

  .secondary-page-stat {
    padding-inline: 10px;
  }

  .secondary-page-stat strong,
  .secondary-page-stat > b {
    font-size: 18px;
  }

  .secondary-page-wheel {
    width: min(72vw, 224px);
  }

  .secondary-page-hero-copy,
  .secondary-page-hero > div:first-child {
    max-width: 78%;
  }
}

@media (max-width: 310px) {
  .secondary-page-title {
    font-size: 16px;
  }

  .secondary-page-subtitle {
    display: none;
  }

  .secondary-page-grid,
  .secondary-page-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .secondary-page-list-item {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .secondary-page-plan {
    grid-template-columns: 16px minmax(0, 1fr);
  }

  .secondary-page-plan > strong {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }

  .secondary-page-list-value {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .secondary-page-layer,
  .secondary-page-view,
  .secondary-page-toast,
  .secondary-page-back,
  .secondary-page-header-icon,
  .secondary-page-button,
  .secondary-page-progress > span {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }

  .secondary-page-wheel.is-spinning {
    animation-duration: 0.01ms !important;
  }
}

.secondary-page-upload {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 12px 14px;
  overflow: hidden;
  border: 1px dashed rgba(159, 183, 218, 0.5);
  border-radius: 16px;
  color: var(--secondary-page-text);
  background:
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) padding-box,
    var(--secondary-page-line) border-box;
  cursor: pointer;
}

.secondary-page-upload input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.secondary-page-upload > span {
  display: grid;
  width: 38px;
  height: 38px;
  grid-row: 1 / span 2;
  place-items: center;
  border-radius: 13px;
  color: #708eb3;
  font-size: 20px;
  background: linear-gradient(135deg, rgba(255, 215, 242, 0.66), rgba(216, 246, 255, 0.82));
}

.secondary-page-upload strong,
.secondary-page-upload small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.secondary-page-upload strong {
  align-self: end;
  color: var(--secondary-page-ink);
  font-size: 13px;
}

.secondary-page-upload small {
  align-self: start;
  color: var(--secondary-page-muted-color);
  font-size: 11px;
}

.secondary-page-upload.has-file {
  border-style: solid;
  box-shadow: inset 0 0 0 1px rgba(188, 238, 255, 0.24);
}

/* Withdrawal flow */
.secondary-page-password-prompt {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 11px 12px;
  padding: 14px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 245, 251, 0.94), rgba(240, 250, 255, 0.94)) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow:
    0 14px 30px rgba(137, 160, 199, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  animation: secondary-page-password-prompt-in 420ms var(--secondary-page-ease) both;
}

.secondary-page-password-prompt[hidden] {
  display: none;
}

.secondary-page-password-prompt-mark,
.secondary-page-password-setup-mark {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.95), transparent 38%),
    linear-gradient(145deg, rgba(247, 185, 232, 0.76), rgba(188, 238, 255, 0.84));
  box-shadow:
    0 8px 18px rgba(133, 157, 196, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.secondary-page-password-prompt-mark::before,
.secondary-page-password-setup-mark::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 8px;
  width: 14px;
  height: 15px;
  border: 2px solid rgba(81, 111, 158, 0.82);
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
}

.secondary-page-password-prompt-mark::after,
.secondary-page-password-setup-mark::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 8px;
  width: 20px;
  height: 17px;
  border-radius: 6px;
  background: rgba(83, 116, 170, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.secondary-page-password-prompt > div {
  min-width: 0;
}

.secondary-page-password-prompt strong {
  color: var(--secondary-page-ink);
  font-size: 13px;
  font-weight: 850;
}

.secondary-page-password-prompt p {
  margin: 3px 0 0;
  color: var(--secondary-page-muted-color);
  font-size: 10px;
  line-height: 1.45;
}

.secondary-page-password-prompt-actions {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 8px;
}

.secondary-page-withdraw-amount-field {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.secondary-page-withdraw-amount-field > legend {
  margin-bottom: 10px;
  padding: 0;
  color: #536178;
  font-size: 12px;
  font-weight: 780;
}

.secondary-page-withdraw-amounts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.secondary-page-withdraw-amount {
  position: relative;
  display: block;
  min-width: 0;
  cursor: pointer;
}

.secondary-page-withdraw-amount > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.secondary-page-withdraw-amount > span {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  min-height: 48px;
  padding: 10px 6px;
  border: 1px solid transparent;
  border-radius: 14px;
  color: #536178;
  background:
    linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow:
    0 5px 14px rgba(160, 180, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  transition:
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.secondary-page-withdraw-amount > span > b {
  overflow: hidden;
  font-size: 13px;
  font-weight: 870;
  text-overflow: ellipsis;
}

.secondary-page-withdraw-amount > span > small {
  color: #91a0b5;
  font-size: 8px;
  font-weight: 760;
}

.secondary-page-withdraw-amount > input:focus-visible + span {
  box-shadow:
    0 0 0 3px rgba(216, 246, 255, 0.72),
    0 8px 20px rgba(153, 175, 223, 0.12);
}

.secondary-page-withdraw-amount > input:checked + span {
  color: #4f6ea8;
  background:
    linear-gradient(135deg, rgba(255, 230, 246, 0.92), rgba(228, 248, 255, 0.94)) padding-box,
    linear-gradient(100deg, rgba(239, 145, 206, 0.82), rgba(111, 190, 232, 0.86)) border-box;
  box-shadow:
    0 9px 20px rgba(142, 167, 209, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transform: translateY(-1px);
}

.secondary-page-withdraw-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid rgba(194, 220, 239, 0.58);
  border-radius: 14px;
  color: #66758a;
  font-size: 12px;
  font-weight: 730;
  background: rgba(247, 251, 255, 0.72);
}

.secondary-page-withdraw-summary strong {
  color: #5878ae;
  font-size: 14px;
  font-weight: 880;
}

.secondary-page-password-setup-intro {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.secondary-page-password-setup-mark {
  width: 52px;
  height: 52px;
  border-radius: 17px;
}

.secondary-page-password-setup-mark::before {
  left: 16px;
  top: 10px;
  width: 16px;
  height: 17px;
}

.secondary-page-password-setup-mark::after {
  left: 12px;
  bottom: 9px;
  width: 26px;
  height: 20px;
}

.secondary-page-view[data-page="withdraw"] .secondary-page-balance {
  min-height: 124px;
  padding: 22px;
}

.secondary-page-view[data-page="withdraw"] .secondary-page-balance::after {
  right: -42px;
  bottom: -66px;
  width: 150px;
  height: 150px;
  opacity: 0.44;
}

.secondary-page-view[data-page="withdraw"] .secondary-page-balance > .secondary-page-balance-art {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 24px;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  overflow: visible;
  border: 1px solid transparent;
  border-radius: 25px;
  color: #7397d4;
  font-size: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(245, 250, 255, 0.76)) padding-box,
    linear-gradient(135deg, rgba(247, 185, 232, 0.72), rgba(243, 247, 255, 0.88) 48%, rgba(188, 238, 255, 0.82)) border-box;
  box-shadow:
    0 14px 28px rgba(72, 91, 128, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  transform: translateY(-50%) rotate(-4deg);
  text-shadow: none;
}

.secondary-page-view[data-page="withdraw"] .secondary-page-balance > .secondary-page-balance-art::before {
  content: "";
  position: absolute;
  inset: 12px 10px 11px;
  border-radius: 19px;
  background: linear-gradient(135deg, rgba(255, 215, 242, 0.58), rgba(243, 247, 255, 0.68) 52%, rgba(188, 238, 255, 0.66));
  box-shadow:
    inset 5px 5px 12px rgba(255, 255, 255, 0.78),
    inset -5px -5px 12px rgba(155, 185, 222, 0.12);
}

.secondary-page-view[data-page="withdraw"] .secondary-page-balance > .secondary-page-balance-art::after {
  content: "";
  position: absolute;
  right: 7px;
  width: 20px;
  height: 30px;
  border: 1px solid rgba(137, 189, 226, 0.34);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 5px 12px rgba(111, 154, 196, 0.12);
}

.secondary-page-view[data-page="withdraw"] .secondary-page-balance > .secondary-page-balance-art > b {
  position: relative;
  z-index: 1;
  margin-left: -8px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(145deg, #df8fbd, #8c9bd1 54%, #60bbd8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 5px 7px rgba(103, 133, 180, 0.18));
}

/* Account and growth secondary pages */
.help-center-hero {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 116px;
  padding: 17px;
  overflow: hidden;
  background:
    radial-gradient(circle at 96% 10%, rgba(216, 246, 255, 0.74), transparent 40%),
    radial-gradient(circle at 3% 96%, rgba(255, 215, 242, 0.38), transparent 38%),
    linear-gradient(135deg, rgba(255, 249, 253, 0.92), rgba(249, 251, 255, 0.88) 52%, rgba(240, 250, 255, 0.94)) padding-box,
    var(--secondary-page-line) border-box;
}

.help-center-hero::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -52px;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 215, 242, 0.2), rgba(188, 238, 255, 0.34));
  pointer-events: none;
}

.help-center-hero > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 20px;
  color: #6f94ca;
  font-size: 22px;
  font-weight: 900;
  background: linear-gradient(145deg, rgba(255, 224, 243, 0.78), rgba(218, 244, 255, 0.9));
  box-shadow:
    0 9px 20px rgba(132, 158, 198, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.help-center-hero > div {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.help-center-hero > div > small,
.help-faq-heading small {
  display: block;
  margin-bottom: 3px;
  color: #9182b7;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.help-center-hero h2 {
  font-size: 18px;
}

.help-center-hero p {
  max-width: 310px;
  margin-top: 5px;
  font-size: 10px;
}

.secondary-page-view[data-secondary-view="help"] {
  grid-template-rows: auto auto minmax(116px, 1fr);
}

.help-faq-panel {
  display: grid;
  gap: 12px;
  padding: 14px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(252, 253, 255, 0.76)) padding-box,
    var(--secondary-page-line) border-box;
}

.help-faq-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 1px 2px 3px;
}

.help-faq-heading h2 {
  font-size: 15px;
}

.help-faq-heading > span {
  flex: 0 0 auto;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  color: #7d8da5;
  font-size: 8px;
  font-weight: 780;
  background: linear-gradient(135deg, rgba(255, 229, 246, 0.54), rgba(225, 247, 255, 0.68));
}

.help-faq-panel [data-faq-list] {
  gap: 8px;
}

.help-faq-panel .secondary-page-faq {
  border-radius: 15px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.84), rgba(250, 253, 255, 0.8)) padding-box,
    linear-gradient(100deg, rgba(247, 185, 232, 0.58), rgba(243, 247, 255, 0.88) 50%, rgba(188, 238, 255, 0.62)) border-box;
  box-shadow:
    0 5px 14px rgba(135, 158, 194, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition:
    box-shadow 220ms ease,
    transform 220ms var(--secondary-page-ease);
}

.help-faq-panel .secondary-page-faq > summary {
  min-height: 48px;
  padding: 12px 13px;
  font-size: 13px;
}

.help-faq-panel .secondary-page-faq-content {
  padding: 0 13px 13px;
  font-size: 11px;
  line-height: 1.65;
}

.help-faq-panel .secondary-page-faq[open] {
  box-shadow:
    0 9px 22px rgba(128, 157, 201, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  transform: translateY(-1px);
}

.help-faq-panel .secondary-page-faq[open] > summary {
  color: #627aa6;
}

.help-faq-panel .secondary-page-faq[open] > summary::after {
  content: "−";
  transform: translateY(-50%);
}

.help-support-card {
  align-self: end;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 104px;
  padding: 14px;
  background:
    radial-gradient(circle at 6% 50%, rgba(255, 215, 242, 0.32), transparent 25%),
    linear-gradient(135deg, rgba(255, 249, 253, 0.9), rgba(249, 252, 255, 0.86) 52%, rgba(237, 250, 255, 0.92)) padding-box,
    var(--secondary-page-line) border-box;
}

.help-support-card > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  color: #7593c8;
  font-size: 20px;
  background: linear-gradient(145deg, rgba(255, 224, 243, 0.8), rgba(218, 244, 255, 0.9));
  box-shadow: 0 7px 17px rgba(127, 154, 196, 0.12);
}

.help-support-card > div {
  min-width: 0;
}

.help-support-card h2 {
  font-size: 13px;
}

.help-support-card p {
  margin-top: 4px;
  font-size: 8px;
}

.help-support-card .secondary-page-button {
  min-width: 116px;
  min-height: 42px;
  padding-inline: 12px;
  font-size: 10px;
}

.wallet-split-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.wallet-split-card {
  display: grid;
  align-content: start;
  gap: 9px;
  min-width: 0;
  min-height: 194px;
  overflow: hidden;
}

.wallet-split-card::after {
  content: "";
  position: absolute;
  right: -24px;
  top: -28px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 215, 242, 0.32), transparent 68%);
  pointer-events: none;
}

.wallet-split-card.is-commission-wallet::after {
  background: radial-gradient(circle, rgba(188, 238, 255, 0.46), transparent 68%);
}

.wallet-split-card > span,
.wallet-split-card > strong,
.wallet-split-card > p,
.wallet-split-card > button {
  position: relative;
  z-index: 1;
}

.wallet-split-card > span {
  color: #74839a;
  font-size: 10px;
  font-weight: 780;
}

.wallet-split-card > strong {
  color: var(--secondary-page-ink);
  font-size: clamp(20px, 6vw, 26px);
  font-weight: 920;
  line-height: 1;
  letter-spacing: -0.04em;
}

.wallet-split-card > strong small {
  color: #8b98aa;
  font-size: 8px;
  font-weight: 720;
  letter-spacing: 0;
}

.wallet-split-card > p {
  min-height: 30px;
  margin: 0;
  font-size: 9px;
}

.wallet-split-card > button {
  align-self: end;
  width: 100%;
  min-height: 42px;
  margin-top: auto;
}

.wallet-split-rules {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 78px;
  padding: 13px 14px;
}

.wallet-split-rules::before {
  content: "i";
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #678fca;
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  background: linear-gradient(145deg, rgba(255, 226, 244, 0.84), rgba(218, 244, 255, 0.9));
  box-shadow: 0 6px 14px rgba(129, 155, 195, 0.1);
}

.wallet-split-rules > strong {
  align-self: end;
  color: var(--secondary-page-ink);
  font-size: 11px;
  font-weight: 850;
}

.wallet-split-rules > p {
  align-self: start;
  margin: 0;
  font-size: 9px;
  line-height: 1.55;
}

.wallet-split-bills-title {
  margin: 2px 2px -4px;
  color: var(--secondary-page-ink);
  font-size: 15px;
  font-weight: 880;
  line-height: 1.3;
}

.wallet-split-bills-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  margin-right: 8px;
  border-radius: 99px;
  vertical-align: -3px;
  background: linear-gradient(180deg, #eba3d0, #82cce9);
}

.personal-info-shipping .secondary-page-input {
  min-height: 84px;
  padding-block: 12px;
  line-height: 1.55;
  resize: vertical;
}

.personal-info-settings {
  display: grid;
  gap: 0;
  padding: 8px;
  overflow: hidden;
}

.personal-info-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 12px;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 56px;
  padding: 9px 8px;
  border: 0;
  border-bottom: 1px solid rgba(213, 229, 242, 0.62);
  color: var(--secondary-page-text);
  font: inherit;
  text-align: left;
  background: transparent;
}

.personal-info-row:last-of-type {
  border-bottom: 0;
}

button.personal-info-row,
.personal-info-row:has(input) {
  cursor: pointer;
}

.personal-info-row-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 12px;
  color: #6e9bcf;
  font-size: 13px;
  font-weight: 850;
  background: linear-gradient(145deg, rgba(255, 226, 244, 0.72), rgba(220, 245, 255, 0.88));
  box-shadow:
    0 5px 13px rgba(132, 158, 198, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.personal-info-row-copy {
  display: grid;
  grid-template-columns: minmax(74px, 0.72fr) minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.personal-info-row-copy > small {
  color: #596a82;
  font-size: 10px;
  font-weight: 790;
}

.personal-info-row-copy > input {
  min-width: 0;
  width: 100%;
  padding: 7px 0;
  border: 0;
  outline: 0;
  color: #7d8da4;
  font: inherit;
  font-size: 9px;
  font-weight: 680;
  text-align: right;
  text-overflow: ellipsis;
  background: transparent;
}

.personal-info-row-copy > input:focus {
  color: #5f79a9;
}

.personal-info-row-copy > input::placeholder {
  color: #a1adbd;
}

.personal-info-row-copy > b {
  overflow: hidden;
  color: #7b8ba1;
  font-size: 9px;
  font-weight: 750;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.personal-info-row > i {
  color: #7fb9df;
  font-size: 17px;
  font-style: normal;
}

.personal-info-row.is-action {
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.personal-info-row.is-action:active {
  background: linear-gradient(90deg, rgba(255, 228, 245, 0.34), rgba(220, 246, 255, 0.46));
  transform: scale(0.995);
}

.personal-info-row.is-status .personal-info-row-icon {
  color: #fff;
  background: linear-gradient(145deg, rgba(231, 148, 203, 0.88), rgba(111, 185, 229, 0.9));
}

.personal-info-row.is-status .personal-info-row-copy > b {
  color: #59a5c5;
}

.personal-info-save {
  width: calc(100% - 16px);
  margin: 12px 8px 6px;
}

.personal-info-tools {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
}

.personal-info-tools .secondary-page-button {
  min-width: 0;
  min-height: 44px;
  padding-inline: 9px;
  font-size: 11px;
}

.team-weekly-overview {
  display: grid;
  align-content: center;
  gap: 15px;
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 96% 2%, rgba(216, 246, 255, 0.66), transparent 38%),
    linear-gradient(135deg, rgba(255, 247, 252, 0.88), rgba(251, 252, 255, 0.86) 52%, rgba(241, 251, 255, 0.92)) padding-box,
    var(--secondary-page-line) border-box;
}

.secondary-page-view[data-secondary-view="team-rewards"] {
  grid-template-rows: minmax(330px, 1fr) auto;
}

.team-weekly-heading {
  position: relative;
  display: grid;
  gap: 6px;
  padding-right: 48px;
}

.team-weekly-heading::after {
  content: "♫";
  position: absolute;
  right: 2px;
  top: 2px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 14px;
  color: #718fca;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  background: linear-gradient(145deg, rgba(255, 222, 242, 0.76), rgba(216, 244, 255, 0.88));
  box-shadow: 0 7px 17px rgba(127, 154, 196, 0.12);
}

.team-weekly-heading h2 {
  font-size: 17px;
}

.team-weekly-heading p {
  max-width: 290px;
  margin-top: 0;
  font-size: 10px;
}

.team-weekly-network {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.team-weekly-network .secondary-page-stat {
  min-height: 82px;
  padding: 11px;
  border-radius: 16px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.76)) padding-box,
    var(--secondary-page-line) border-box;
}

.team-weekly-network .secondary-page-stat span {
  min-height: auto;
  font-size: 9px;
}

.team-weekly-network .secondary-page-stat strong,
.team-weekly-network .secondary-page-stat > b {
  margin-top: 8px;
  font-size: 18px;
}

.team-weekly-total {
  display: grid;
  gap: 8px;
  min-height: 134px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 242, 250, 0.9), rgba(245, 248, 255, 0.88) 52%, rgba(233, 249, 255, 0.92)) padding-box,
    var(--secondary-page-line) border-box;
}

.team-weekly-total::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -54px;
  width: 146px;
  height: 146px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.78) 0 25%, rgba(188, 238, 255, 0.34) 26% 56%, transparent 57%);
}

.team-weekly-total > span,
.team-weekly-total > strong,
.team-weekly-total > p {
  position: relative;
  z-index: 1;
}

.team-weekly-total > span {
  color: #6f7e93;
  font-size: 10px;
  font-weight: 760;
}

.team-weekly-total > strong {
  color: #566f9b;
  font-size: 28px;
  font-weight: 920;
  line-height: 1;
  letter-spacing: -0.04em;
}

.team-weekly-total > strong small {
  color: #8795a8;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0;
}

.team-weekly-total > p {
  margin: 0;
  font-size: 9px;
}

.daily-report-summary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.daily-report-filter {
  align-items: end;
  padding: 16px;
  background:
    radial-gradient(circle at 96% 8%, rgba(216, 246, 255, 0.62), transparent 34%),
    linear-gradient(rgba(255, 255, 255, 0.82), rgba(252, 253, 255, 0.78)) padding-box,
    var(--secondary-page-line) border-box;
}

.daily-report-filter .secondary-page-button {
  min-width: 82px;
}

.daily-report-overview {
  display: grid;
  gap: 13px;
  padding: 15px;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 98%, rgba(255, 215, 242, 0.34), transparent 34%),
    radial-gradient(circle at 96% 4%, rgba(216, 246, 255, 0.54), transparent 38%),
    linear-gradient(rgba(255, 255, 255, 0.8), rgba(251, 253, 255, 0.78)) padding-box,
    var(--secondary-page-line) border-box;
}

.daily-report-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 1px 2px 2px;
}

.daily-report-heading small {
  display: block;
  margin-bottom: 3px;
  color: #9182b7;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.daily-report-heading h2 {
  font-size: 15px;
}

.daily-report-heading > span {
  flex: 0 0 auto;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  color: #7589a8;
  font-size: 8px;
  font-weight: 760;
  background: linear-gradient(135deg, rgba(255, 228, 245, 0.48), rgba(223, 247, 255, 0.68));
}

.daily-report-summary .secondary-page-stat {
  min-height: 106px;
  padding: 14px;
  border-radius: 17px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.82), rgba(251, 253, 255, 0.78)) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow:
    0 7px 17px rgba(131, 155, 194, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.daily-report-summary .secondary-page-stat span {
  min-height: 25px;
  font-size: 10px;
}

.daily-report-summary .secondary-page-stat strong,
.daily-report-summary .secondary-page-stat > b {
  margin-top: 11px;
  font-size: 23px;
}

.level-current-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 150px;
  padding: 17px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 215, 242, 0.38), transparent 32%),
    radial-gradient(circle at 96% 88%, rgba(216, 246, 255, 0.58), transparent 36%),
    linear-gradient(rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.8)) padding-box,
    var(--secondary-page-line) border-box;
}

.level-current-orb {
  position: relative;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border: 1px solid transparent;
  border-radius: 50%;
  background:
    linear-gradient(rgba(255, 255, 255, 0.84), rgba(246, 251, 255, 0.84)) padding-box,
    conic-gradient(from 210deg, #f7b9e8, #f3f7ff 46%, #bceeff, #f7b9e8) border-box;
  box-shadow:
    0 12px 28px rgba(119, 147, 190, 0.16),
    inset 0 0 18px rgba(216, 246, 255, 0.46);
}

.level-current-orb > span {
  color: #7e93cf;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 900;
  text-shadow:
    -2px 0 rgba(242, 154, 211, 0.38),
    2px 1px rgba(93, 192, 227, 0.34);
}

.level-current-orb > small {
  position: absolute;
  right: -1px;
  bottom: 2px;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  background: linear-gradient(145deg, #f1a4d2, #85bde6);
  box-shadow: 0 5px 12px rgba(128, 153, 194, 0.2);
}

.level-current-copy {
  min-width: 0;
}

.level-current-brand {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  color: #6685b5;
  font-size: 8px;
  font-weight: 850;
  background: rgba(239, 249, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.level-current-copy h2 {
  margin-top: 7px;
  font-size: 17px;
}

.level-current-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.level-current-benefits > span {
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  color: #7488a6;
  font-size: 9px;
  font-weight: 800;
  background: rgba(248, 252, 255, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.level-current-benefits > span:first-child {
  color: #c16eaa;
  background: rgba(255, 228, 245, 0.62);
}

.level-current-benefits > span:last-child {
  color: #4f9dc0;
  background: rgba(222, 247, 255, 0.72);
}

.level-current-progress {
  margin-top: 12px;
}

.level-current-progress > small {
  display: flex;
  justify-content: space-between;
  color: #8190a6;
  font-size: 9px;
  font-weight: 720;
}

.level-current-progress > small b {
  color: #6e83b6;
}

.level-current-progress > i {
  display: block;
  height: 6px;
  margin-top: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(219, 228, 241, 0.72);
  box-shadow: inset 0 1px 2px rgba(119, 142, 178, 0.12);
}

.level-current-progress > i > b {
  display: block;
  width: 40%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(241, 157, 210, 0.88), rgba(128, 191, 231, 0.9));
  box-shadow: 0 0 10px rgba(150, 190, 230, 0.3);
}

.level-career-actions {
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 18px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.68)) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow: var(--secondary-page-shadow);
}

.level-career-actions .secondary-page-button {
  gap: 7px;
}

.level-career-actions .secondary-page-button > span {
  font-size: 15px;
}

.level-roadmap {
  display: grid;
  gap: 12px;
  padding: 14px;
  overflow: hidden;
}

.level-roadmap > h2 {
  font-size: 15px;
}

.level-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.level-roadmap-item {
  position: relative;
  display: grid;
  grid-template-columns: 34px auto minmax(14px, 1fr) auto;
  align-items: center;
  gap: 7px;
  min-width: 0;
  min-height: 62px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 16px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.8), rgba(250, 253, 255, 0.76)) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow:
    0 7px 18px rgba(136, 158, 198, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.level-roadmap-item > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  color: #75a0d4;
  font-size: 14px;
  background: linear-gradient(145deg, rgba(255, 226, 244, 0.82), rgba(217, 244, 255, 0.9));
  box-shadow: 0 5px 12px rgba(127, 154, 195, 0.1);
}

.level-roadmap-item > strong {
  color: #596f98;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.level-roadmap-item > i {
  min-width: 12px;
  height: 2px;
  border-radius: 99px;
  background: repeating-linear-gradient(
    90deg,
    rgba(133, 153, 184, 0.25) 0 4px,
    transparent 4px 8px
  );
}

.level-roadmap-item > small {
  overflow: hidden;
  color: #8a96a8;
  font-size: 7px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.level-roadmap-item.is-current {
  background:
    linear-gradient(135deg, rgba(255, 240, 249, 0.9), rgba(235, 249, 255, 0.92)) padding-box,
    linear-gradient(105deg, rgba(231, 139, 201, 0.7), rgba(103, 180, 228, 0.78)) border-box;
  box-shadow:
    0 9px 22px rgba(128, 159, 205, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  transform: translateY(-1px);
}

.level-roadmap-item.is-current > i {
  background: repeating-linear-gradient(
    90deg,
    rgba(235, 135, 198, 0.62) 0 4px,
    transparent 4px 8px
  );
}

.level-roadmap-item.is-current > small {
  padding: 4px 6px;
  border-radius: 999px;
  color: #cf72ad;
  background: rgba(255, 223, 243, 0.72);
}

.level-roadmap-item.is-locked > small {
  width: 18px;
  color: transparent;
}

.level-roadmap-item.is-locked > small::before {
  content: "⌑";
  color: #8594aa;
  font-size: 12px;
}

.invite-poster {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 98px;
  grid-template-areas:
    "copy visual"
    "code qr"
    "actions actions";
  gap: 14px;
  overflow: hidden;
  padding: 18px;
  background:
    radial-gradient(circle at 92% 8%, rgba(216, 246, 255, 0.7), transparent 36%),
    radial-gradient(circle at 5% 94%, rgba(255, 215, 242, 0.44), transparent 38%),
    linear-gradient(135deg, rgba(255, 249, 253, 0.92), rgba(249, 251, 255, 0.87) 48%, rgba(239, 250, 255, 0.92)) padding-box,
    var(--secondary-page-line) border-box;
}

.secondary-page-shell.is-full-page .invite-poster {
  min-height: 100%;
  grid-template-rows: minmax(150px, auto) minmax(118px, 1fr) auto;
  align-content: stretch;
}

.secondary-page-shell.is-full-page .invite-poster-copy {
  align-self: center;
}

.secondary-page-shell.is-full-page .invite-poster-code,
.secondary-page-shell.is-full-page .invite-poster-qr {
  align-self: center;
}

.invite-poster-copy {
  position: relative;
  z-index: 1;
  grid-area: copy;
  min-width: 0;
}

.invite-poster-copy h2 {
  margin-top: 12px;
  font-size: 19px;
  line-height: 1.3;
}

.invite-poster-copy p {
  max-width: 290px;
  margin-top: 9px;
  font-size: 10px;
}

.invite-poster-visual {
  position: relative;
  grid-area: visual;
  align-self: center;
  width: 98px;
  height: 112px;
}

.invite-poster-visual::before,
.invite-poster-visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
}

.invite-poster-visual::before {
  inset: 8px 0 6px;
  box-shadow:
    inset 0 0 22px rgba(255, 255, 255, 0.72),
    0 10px 24px rgba(131, 157, 198, 0.1);
}

.invite-poster-visual::after {
  width: 16px;
  height: 16px;
  right: 2px;
  top: 2px;
}

.invite-poster-gift {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 23px;
  color: #718dcc;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 800;
  background: linear-gradient(145deg, rgba(255, 216, 240, 0.84), rgba(215, 243, 255, 0.92));
  box-shadow:
    0 12px 25px rgba(132, 155, 197, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  text-shadow:
    -2px 0 0 rgba(235, 140, 202, 0.32),
    2px 1px 0 rgba(105, 199, 231, 0.34);
  transform: translate(-50%, -50%) rotate(-4deg);
}

.invite-poster-visual > i {
  position: absolute;
  z-index: 3;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(238, 154, 210, 0.72);
  box-shadow: 0 0 10px rgba(238, 154, 210, 0.4);
}

.invite-poster-visual > i:nth-of-type(1) {
  left: 7px;
  top: 20px;
}

.invite-poster-visual > i:nth-of-type(2) {
  right: 8px;
  bottom: 19px;
  background: rgba(108, 196, 228, 0.78);
  box-shadow: 0 0 10px rgba(108, 196, 228, 0.38);
}

.invite-poster-visual > i:nth-of-type(3) {
  left: 14px;
  bottom: 7px;
  width: 4px;
  height: 4px;
  background: rgba(158, 144, 222, 0.66);
}

.invite-poster-code {
  position: relative;
  z-index: 1;
  grid-area: code;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  min-width: 0;
  min-height: 78px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 17px;
  background: rgba(250, 253, 255, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.invite-poster-code > span {
  grid-column: 1 / -1;
  color: #8390a4;
  font-size: 8px;
  font-weight: 700;
}

.invite-poster-code > strong {
  overflow: hidden;
  color: #5874a7;
  font-size: 17px;
  font-weight: 920;
  letter-spacing: 0.06em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.invite-poster-code .secondary-page-button {
  min-width: 52px;
  min-height: 32px;
  padding: 5px 8px;
  font-size: 9px;
}

.invite-poster-qr {
  position: relative;
  z-index: 1;
  grid-area: qr;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
  align-self: center;
  justify-self: center;
  width: 78px;
  height: 78px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow:
    0 9px 20px rgba(126, 153, 194, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.invite-poster-qr > i {
  border-radius: 2px;
  background: rgba(216, 229, 242, 0.64);
}

.invite-poster-qr > i.is-filled {
  background: linear-gradient(145deg, #7489bb, #56739f);
}

.invite-poster-actions {
  position: relative;
  z-index: 1;
  grid-area: actions;
}

.wallet-split-card .secondary-page-button:focus-visible,
.personal-info-tools .secondary-page-button:focus-visible,
.level-career-actions .secondary-page-button:focus-visible,
.invite-poster .secondary-page-button:focus-visible,
.secondary-page-view[data-secondary-view="wallet"] .secondary-page-segmented button:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(216, 246, 255, 0.8),
    0 0 0 5px rgba(247, 185, 232, 0.28),
    0 10px 24px rgba(132, 157, 197, 0.14);
}

@media (hover: hover) and (pointer: fine) {
  .level-roadmap-item {
    transition:
      transform 180ms var(--secondary-page-ease),
      box-shadow 180ms ease;
  }

  .level-roadmap-item:hover {
    box-shadow:
      0 10px 22px rgba(132, 158, 201, 0.13),
      inset 0 1px 0 rgba(255, 255, 255, 0.98);
    transform: translateY(-2px);
  }
}

/* Music dividend plan */
.music-dividend-hero {
  min-height: 190px;
  padding: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 28%, rgba(255, 255, 255, 0.92), transparent 20%),
    linear-gradient(135deg, rgba(255, 239, 248, 0.94), rgba(247, 247, 255, 0.9) 52%, rgba(229, 248, 255, 0.94)) padding-box,
    var(--secondary-page-line) border-box;
}

.music-dividend-hero::before {
  content: "";
  position: absolute;
  right: -22px;
  top: 8px;
  width: 188px;
  height: 188px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 40%, rgba(255, 255, 255, 0.9) 0 6%, transparent 7%),
    radial-gradient(circle at 62% 29%, rgba(255, 255, 255, 0.78) 0 3%, transparent 4%),
    radial-gradient(circle, rgba(230, 246, 255, 0.7), rgba(255, 225, 244, 0.3) 56%, transparent 72%);
  filter: blur(0.2px);
}

.music-dividend-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 58%;
}

.music-dividend-hero-copy h2 {
  margin-top: 15px;
  font-size: 24px;
  line-height: 1.32;
}

.music-dividend-hero-copy p {
  margin-top: 12px;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.04em;
}

.music-dividend-hero-art {
  position: absolute;
  z-index: 1;
  right: 13px;
  bottom: 8px;
  width: 152px;
  height: 164px;
}

.music-dividend-disc {
  position: absolute;
  left: 11px;
  bottom: 12px;
  width: 138px;
  height: 45px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background:
    radial-gradient(ellipse, rgba(255, 255, 255, 0.82) 0 15%, rgba(226, 243, 255, 0.5) 16% 40%, rgba(247, 185, 232, 0.2) 41% 62%, transparent 63%),
    linear-gradient(90deg, rgba(247, 185, 232, 0.28), rgba(188, 238, 255, 0.48));
  box-shadow:
    0 14px 24px rgba(122, 157, 198, 0.14),
    inset 0 2px 9px rgba(255, 255, 255, 0.86);
}

.music-dividend-note {
  position: absolute;
  z-index: 2;
  left: 50px;
  top: 14px;
  color: #7fa8df;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 92px;
  font-weight: 800;
  line-height: 1;
  text-shadow:
    -5px -2px 0 rgba(243, 143, 204, 0.48),
    4px 4px 0 rgba(126, 216, 238, 0.36),
    0 15px 24px rgba(125, 148, 192, 0.18);
  transform: rotate(6deg);
}

.music-dividend-equalizer {
  position: absolute;
  left: 8px;
  right: 5px;
  bottom: 48px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 42px;
  opacity: 0.58;
}

.music-dividend-equalizer i {
  width: 4px;
  border-radius: 99px;
  background: linear-gradient(180deg, rgba(235, 139, 206, 0.76), rgba(112, 196, 230, 0.8));
}

.music-dividend-equalizer i:nth-child(1) { height: 20%; }
.music-dividend-equalizer i:nth-child(2) { height: 54%; }
.music-dividend-equalizer i:nth-child(3) { height: 82%; }
.music-dividend-equalizer i:nth-child(4) { height: 46%; }
.music-dividend-equalizer i:nth-child(5) { height: 68%; }
.music-dividend-equalizer i:nth-child(6) { height: 38%; }
.music-dividend-equalizer i:nth-child(7) { height: 76%; }

.music-dividend-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.music-dividend-metric {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 106px;
  padding: 11px 9px;
  border-radius: 18px;
}

.music-dividend-metric-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  background: linear-gradient(145deg, rgba(240, 139, 202, 0.88), rgba(245, 185, 226, 0.9));
  box-shadow:
    0 7px 15px rgba(218, 134, 187, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.music-dividend-metric:nth-child(2) .music-dividend-metric-icon {
  background: linear-gradient(145deg, rgba(167, 139, 232, 0.9), rgba(124, 153, 229, 0.9));
  box-shadow: 0 7px 15px rgba(128, 132, 209, 0.2);
}

.music-dividend-metric:nth-child(3) .music-dividend-metric-icon {
  background: linear-gradient(145deg, rgba(113, 182, 237, 0.94), rgba(98, 157, 224, 0.94));
  box-shadow: 0 7px 15px rgba(95, 157, 214, 0.2);
}

.music-dividend-metric-icon::before {
  content: "¥";
}

.music-dividend-metric-icon[data-metric-icon="total"]::before {
  content: "▣";
  font-size: 12px;
}

.music-dividend-metric-icon[data-metric-icon="level"]::before {
  content: "A";
}

.music-dividend-metric > div {
  min-width: 0;
}

.music-dividend-metric > div > span {
  display: block;
  min-height: 28px;
  color: #7f8da1;
  font-size: 9px;
  font-weight: 720;
  line-height: 1.35;
}

.music-dividend-metric > div > strong {
  display: inline-block;
  margin-top: 7px;
  color: var(--secondary-page-ink);
  font-size: clamp(17px, 4.7vw, 22px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.music-dividend-metric > div > small {
  margin-left: 3px;
  color: #8392a8;
  font-size: 7px;
  font-weight: 750;
}

.music-dividend-chart-card {
  padding: 15px 14px 12px;
}

.music-dividend-chart-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.music-dividend-chart-heading h2 {
  font-size: 14px;
}

.music-dividend-chart-heading h2 small {
  color: #8794a7;
  font-size: 9px;
  font-weight: 700;
}

.music-dividend-chart-heading > span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #8190a5;
  font-size: 9px;
  font-weight: 720;
}

.music-dividend-chart-heading > span > i {
  position: relative;
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #ee91ce, #78abe9);
}

.music-dividend-chart-heading > span > i::after {
  content: "";
  position: absolute;
  left: 8px;
  top: -3px;
  width: 6px;
  height: 6px;
  border: 2px solid #e89bd2;
  border-radius: 50%;
  background: #fff;
}

.music-dividend-chart {
  position: relative;
  height: 186px;
  margin-top: 8px;
  overflow: hidden;
}

.music-dividend-chart::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 10px 0 25px;
  background: linear-gradient(180deg, rgba(237, 155, 214, 0.16), rgba(139, 193, 235, 0.02));
  clip-path: polygon(0 78%, 16.67% 66%, 33.33% 52%, 50% 44%, 66.67% 35%, 83.33% 21%, 100% 50%, 100% 100%, 0 100%);
}

.music-dividend-chart-grid {
  position: absolute;
  z-index: 1;
  inset: 10px 0 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.music-dividend-chart-grid i {
  width: 100%;
  height: 1px;
  background: rgba(185, 207, 228, 0.36);
}

.music-dividend-chart-points {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.music-dividend-chart-point {
  position: relative;
  min-width: 0;
}

.music-dividend-chart-point::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(26px + var(--music-point));
  width: calc(100% + 1px);
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #ee91ce, #bd94e4);
  transform: rotate(var(--music-line-angle));
  transform-origin: left center;
}

.music-dividend-chart-point:nth-last-child(2)::after {
  background: linear-gradient(90deg, #ac95e7, #6ca8eb);
}

.music-dividend-chart-point:last-child::after {
  display: none;
}

.music-dividend-chart-point > i {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: calc(22px + var(--music-point));
  width: 9px;
  height: 9px;
  border: 2px solid #ed91ce;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 8px rgba(211, 135, 190, 0.18);
  transform: translateX(-50%);
}

.music-dividend-chart-point:nth-child(n + 6) > i {
  border-color: #7d9fea;
}

.music-dividend-chart-point > b {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: calc(35px + var(--music-point));
  color: #64738b;
  font-size: 8px;
  font-weight: 780;
  white-space: nowrap;
  transform: translateX(-50%);
}

.music-dividend-chart-point.is-current > b {
  color: #418bcf;
  font-weight: 900;
}

.music-dividend-chart-point > small {
  position: absolute;
  left: 50%;
  bottom: 2px;
  color: #8795a8;
  font-size: 8px;
  white-space: nowrap;
  transform: translateX(-50%);
}

.music-dividend-form {
  gap: 12px;
}

.music-dividend-section-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 2px 2px 0;
}

.music-dividend-section-title > i {
  width: 4px;
  height: 20px;
  border-radius: 99px;
  background: linear-gradient(180deg, #5e9ee9, #83caef);
}

.music-dividend-section-title h2 {
  margin: 0;
  color: var(--secondary-page-ink);
  font-size: 16px;
  font-weight: 870;
}

.music-dividend-plan-list {
  display: grid;
  gap: 9px;
}

.music-dividend-plan {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 26px;
  align-items: center;
  gap: 11px;
  min-height: 94px;
  padding: 11px 11px 11px 10px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 18px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.84)) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow:
    0 8px 22px rgba(142, 164, 202, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.music-dividend-plan > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.music-dividend-plan:has(input:focus-visible) {
  box-shadow:
    0 0 0 3px rgba(216, 246, 255, 0.72),
    0 10px 24px rgba(142, 164, 202, 0.14);
}

.music-dividend-plan:has(input:checked) {
  background:
    linear-gradient(135deg, rgba(255, 242, 250, 0.94), rgba(236, 250, 255, 0.94)) padding-box,
    linear-gradient(105deg, rgba(221, 126, 205, 0.82), rgba(94, 158, 235, 0.88)) border-box;
  box-shadow:
    0 11px 28px rgba(118, 156, 214, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  transform: translateY(-1px);
}

.music-dividend-plan-art {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #7d8fd3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 800;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.96), transparent 40%),
    linear-gradient(145deg, rgba(247, 185, 232, 0.6), rgba(188, 238, 255, 0.72));
  box-shadow:
    0 8px 18px rgba(140, 160, 201, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.music-dividend-plan:nth-child(2) .music-dividend-plan-art {
  color: #766ed1;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.98), transparent 38%),
    linear-gradient(145deg, rgba(215, 177, 244, 0.74), rgba(142, 207, 246, 0.78));
}

.music-dividend-plan:nth-child(3) .music-dividend-plan-art {
  color: #668bd3;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.98), transparent 38%),
    linear-gradient(145deg, rgba(195, 191, 255, 0.76), rgba(167, 225, 247, 0.8));
}

.music-dividend-plan-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.music-dividend-plan-heading {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.music-dividend-plan-heading > b {
  color: var(--secondary-page-ink);
  font-size: 14px;
  font-weight: 880;
  white-space: nowrap;
}

.music-dividend-plan-heading > em {
  display: none;
  min-height: 20px;
  padding: 3px 7px;
  border: 1px solid rgba(167, 205, 240, 0.62);
  border-radius: 7px;
  color: #478fd2;
  font-size: 8px;
  font-style: normal;
  font-weight: 820;
  line-height: 1.4;
  background: linear-gradient(100deg, rgba(226, 246, 255, 0.88), rgba(255, 232, 246, 0.78));
}

.music-dividend-plan:has(input:checked) .music-dividend-plan-heading > em {
  display: inline-flex;
}

.music-dividend-plan-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.music-dividend-plan-meta > small {
  padding: 5px 8px;
  overflow: hidden;
  border: 1px solid rgba(210, 221, 237, 0.62);
  border-radius: 999px;
  color: #7f8ca0;
  font-size: 8px;
  font-weight: 690;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(247, 250, 254, 0.76);
}

.music-dividend-plan-meta strong {
  color: #e779bb;
  font-size: 11px;
  font-weight: 900;
}

.music-dividend-plan-arrow {
  position: relative;
  display: grid;
  place-items: center;
  width: 26px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 13px;
  background: rgba(247, 251, 255, 0.7);
  box-shadow: 0 5px 13px rgba(137, 160, 198, 0.1);
}

.music-dividend-plan-arrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #8197b6;
  border-top: 2px solid #8197b6;
  transform: rotate(45deg) translate(-1px, 1px);
}

.music-dividend-participation-note {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 12px;
  border: 1px solid rgba(166, 213, 240, 0.62);
  border-radius: 16px;
  color: #6f7e93;
  font-size: 10px;
  font-weight: 720;
  background: rgba(247, 252, 255, 0.72);
}

.music-dividend-participation-note > i {
  position: relative;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: linear-gradient(145deg, #7eb4ee, #61a0e8);
  box-shadow: 0 6px 14px rgba(95, 149, 210, 0.18);
}

.music-dividend-participation-note > i::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 7px;
  width: 7px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(42deg);
}

.music-dividend-submit {
  min-height: 54px;
  border-radius: 18px;
  color: #fff !important;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 2px rgba(70, 94, 147, 0.18);
  background:
    linear-gradient(100deg, rgba(244, 129, 196, 0.82), rgba(167, 137, 225, 0.82) 48%, rgba(91, 203, 231, 0.82)) padding-box,
    var(--secondary-page-line) border-box !important;
  box-shadow:
    0 12px 28px rgba(131, 151, 210, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.58) !important;
}

/* Data-driven music fund products */
.music-dividend-product-list {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.music-dividend-product-card {
  position: relative;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  min-height: 104px;
  padding: 12px 11px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 20px;
  color: var(--secondary-page-text);
  font: inherit;
  text-align: left;
  appearance: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(251, 253, 255, 0.82)) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow:
    0 9px 25px rgba(133, 158, 198, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition:
    transform 200ms var(--secondary-page-ease),
    box-shadow 200ms ease,
    filter 200ms ease;
}

.music-dividend-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 4% 18%, rgba(255, 215, 242, 0.22), transparent 34%),
    radial-gradient(circle at 96% 82%, rgba(216, 246, 255, 0.28), transparent 38%);
  opacity: 0.72;
}

@media (hover: hover) and (pointer: fine) {
  .music-dividend-product-card:hover {
    z-index: 1;
    filter: saturate(1.04);
    box-shadow:
      0 13px 30px rgba(125, 151, 195, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 1);
    transform: translateY(-2px);
  }
}

.music-dividend-product-card:focus-visible {
  z-index: 2;
  outline: none;
  box-shadow:
    0 0 0 3px rgba(216, 246, 255, 0.8),
    0 0 0 5px rgba(247, 185, 232, 0.32),
    0 12px 28px rgba(125, 151, 195, 0.16);
}

.music-dividend-product-card:active {
  filter: brightness(0.99);
  transform: translateY(1px) scale(0.99);
}

.music-dividend-product-art,
.music-dividend-product-copy,
.music-dividend-product-arrow {
  position: relative;
  z-index: 1;
}

.music-dividend-product-art {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 21px;
  color: #758dcc;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
  background:
    radial-gradient(circle at 30% 23%, rgba(255, 255, 255, 0.98), transparent 40%),
    linear-gradient(145deg, rgba(255, 225, 244, 0.82), rgba(225, 240, 255, 0.9));
  box-shadow:
    0 9px 20px rgba(139, 157, 195, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  text-shadow:
    -2px 0 0 rgba(239, 148, 207, 0.35),
    2px 1px 0 rgba(111, 197, 230, 0.3);
}

.music-dividend-product-art > b {
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.music-dividend-product-art > small {
  align-self: end;
  margin: 0 0 13px 2px;
  color: #8492a7;
  font-family: inherit;
  font-size: 7px;
  font-weight: 760;
}

.music-dividend-product-art > i {
  position: absolute;
  right: 7px;
  top: 5px;
  color: #6da9df;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: normal;
}

.music-dividend-product-card:nth-child(even) .music-dividend-product-art {
  background:
    radial-gradient(circle at 30% 23%, rgba(255, 255, 255, 0.98), transparent 40%),
    linear-gradient(145deg, rgba(233, 224, 255, 0.86), rgba(216, 246, 255, 0.94));
}

.music-dividend-product-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.music-dividend-product-heading {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.music-dividend-product-heading > strong,
.music-dividend-product-heading > b {
  overflow: hidden;
  color: var(--secondary-page-ink);
  font-size: 14px;
  font-weight: 880;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.music-dividend-product-heading > small,
.music-dividend-product-heading > span {
  overflow: hidden;
  color: #8290a4;
  font-size: 9px;
  font-weight: 680;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.music-dividend-product-heading > em {
  display: inline-flex;
  flex: 0 0 auto;
}

.music-dividend-product-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
}

.music-dividend-product-tags > span,
.music-dividend-product-tags > small {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 4px 8px;
  border: 1px solid rgba(207, 222, 239, 0.66);
  border-radius: 999px;
  color: #718097;
  font-size: 8px;
  font-weight: 750;
  line-height: 1.1;
  background: rgba(247, 251, 255, 0.78);
}

.music-dividend-product-tags strong {
  margin-inline: 3px;
  color: #de79b6;
  font-size: 10px;
  font-weight: 900;
}

.music-dividend-product-arrow {
  display: grid;
  place-items: center;
  width: 30px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 15px;
  color: #7790b4;
  background: rgba(248, 252, 255, 0.78);
  box-shadow:
    0 6px 15px rgba(128, 153, 191, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.music-dividend-product-arrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-radius: 1px;
  transform: rotate(45deg) translate(-1px, 1px);
}

.music-dividend-product-card:hover .music-dividend-product-arrow,
.music-dividend-product-card:focus-visible .music-dividend-product-arrow {
  color: #588fd2;
  background: rgba(239, 249, 255, 0.94);
}

/* Music fund product detail */
.music-product-hero {
  position: relative;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 126px;
  padding: 17px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 246, 251, 0.92), rgba(250, 251, 255, 0.88) 53%, rgba(238, 250, 255, 0.92)) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow:
    0 11px 30px rgba(139, 160, 199, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.music-product-hero::before {
  content: "";
  position: absolute;
  right: -36px;
  top: -50px;
  width: 154px;
  height: 154px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 246, 255, 0.64), rgba(255, 215, 242, 0.2) 58%, transparent 72%);
}

.music-product-hero-art {
  position: relative;
  z-index: 1;
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 25px;
  color: #748bd0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  background:
    radial-gradient(circle at 30% 22%, #fff 0 5%, transparent 42%),
    linear-gradient(145deg, rgba(255, 216, 240, 0.78), rgba(215, 243, 255, 0.9));
  box-shadow:
    0 12px 25px rgba(132, 155, 197, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  text-shadow:
    -3px -1px 0 rgba(237, 146, 207, 0.36),
    3px 2px 0 rgba(106, 198, 230, 0.34);
}

.music-product-title {
  position: relative;
  z-index: 1;
  grid-column: 2;
  display: grid;
  align-content: center;
  gap: 5px;
  min-width: 0;
}

.music-product-title > h2,
.music-product-title > strong {
  margin: 0;
  color: var(--secondary-page-ink);
  font-size: clamp(18px, 5.4vw, 23px);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.music-product-title > p,
.music-product-title > small {
  margin: 0;
  color: #7d8ca2;
  font-size: 10px;
  font-weight: 670;
}

.music-product-rate {
  position: relative;
  z-index: 1;
  grid-column: 2;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 3px;
  color: #78879d;
  font-size: 9px;
  font-weight: 720;
}

.music-product-rate > strong,
.music-product-rate > b {
  color: #dd76b3;
  font-size: 21px;
  font-weight: 920;
  line-height: 1;
  letter-spacing: -0.03em;
}

.music-product-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.music-product-fact {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-width: 0;
  min-height: 68px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 17px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.86), rgba(253, 254, 255, 0.8)) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow:
    0 7px 19px rgba(137, 159, 197, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.music-product-fact > i,
.music-product-fact > span:first-child {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 11px;
  color: #7299d2;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  background: linear-gradient(145deg, rgba(255, 226, 244, 0.78), rgba(220, 244, 255, 0.88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.music-product-fact > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.music-product-fact span,
.music-product-fact small {
  color: #8491a4;
  font-size: 8px;
  font-weight: 680;
  line-height: 1.25;
}

.music-product-fact strong,
.music-product-fact b {
  overflow: hidden;
  color: var(--secondary-page-ink);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.3;
  text-overflow: ellipsis;
}

.music-product-example,
.music-product-calculator,
.music-product-eligibility {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 20px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.87), rgba(251, 253, 255, 0.8)) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow:
    0 9px 25px rgba(137, 159, 197, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.97);
}

.music-product-example {
  display: grid;
  gap: 9px;
  padding: 15px;
}

.music-product-example > h2,
.music-product-calculator > h2 {
  margin: 0;
  color: var(--secondary-page-ink);
  font-size: 14px;
  font-weight: 880;
}

.music-product-example > p {
  margin: 0;
  color: #64748a;
  font-size: 10px;
  font-weight: 670;
  line-height: 1.65;
}

.music-product-example strong {
  color: #dd72b1;
  font-weight: 900;
}

.music-product-calculator {
  display: grid;
  gap: 12px;
  padding: 15px;
}

.music-product-calculator label {
  display: grid;
  gap: 7px;
  color: #6f7e93;
  font-size: 10px;
  font-weight: 750;
}

.music-product-calculator input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(201, 221, 239, 0.72);
  border-radius: 15px;
  outline: none;
  color: var(--secondary-page-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 820;
  background: rgba(248, 252, 255, 0.82);
  box-shadow:
    inset 0 2px 5px rgba(122, 147, 184, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.94);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.music-product-calculator input:focus {
  border-color: rgba(132, 191, 230, 0.86);
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 0 0 3px rgba(216, 246, 255, 0.78),
    inset 0 2px 5px rgba(122, 147, 184, 0.05);
}

.music-product-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.music-product-result {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(210, 224, 240, 0.64);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(255, 240, 249, 0.66), rgba(237, 249, 255, 0.76));
}

.music-product-result > span,
.music-product-result > small {
  color: #8491a4;
  font-size: 8px;
  font-weight: 700;
}

.music-product-result > strong,
.music-product-result > b {
  color: #516c98;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
}

.music-product-eligibility {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 11px 13px;
  color: #687991;
  font-size: 10px;
  font-weight: 720;
  line-height: 1.5;
}

.music-product-eligibility::before {
  display: none;
}

.music-product-eligibility > span:first-child {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  color: #678ec8;
  font-size: 13px;
  font-weight: 900;
  background: linear-gradient(145deg, rgba(255, 224, 243, 0.86), rgba(214, 242, 255, 0.9));
  box-shadow: 0 6px 14px rgba(126, 153, 195, 0.11);
}

.music-product-eligibility > div {
  min-width: 0;
}

.music-product-eligibility p {
  margin: 2px 0 0;
  color: #7d8ba0;
  font-size: 9px;
  font-weight: 680;
}

.music-product-eligibility strong {
  color: var(--secondary-page-ink);
  font-weight: 850;
}

@keyframes secondary-page-password-prompt-in {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 360px) {
  .music-task-player {
    gap: 11px;
    padding: 12px;
  }

  .music-task-cover {
    min-height: 156px;
    border-radius: 19px;
  }

  .music-task-cover img {
    width: 96px;
    height: 96px;
  }

  .music-task-meta > h2 {
    font-size: 16px;
  }

  .music-task-waveform {
    gap: 2px;
    height: 50px;
  }

  .music-task-waveform > i {
    width: 3px;
  }

  .music-task-controls {
    gap: 5px;
    min-height: 70px;
    padding-inline: 7px;
  }

  .music-task-controls > button {
    width: 34px;
    height: 34px;
  }

  .music-task-controls > .secondary-page-player-control {
    width: 52px;
    height: 52px;
  }

  .music-task-metrics > article {
    min-height: 66px;
    padding: 10px 7px;
  }

  .music-task-metrics strong {
    font-size: 20px;
  }

  .help-support-card {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .help-support-card .secondary-page-button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .secondary-page-withdraw-amounts {
    gap: 7px;
  }

  .secondary-page-withdraw-amount > span {
    min-height: 45px;
    padding-inline: 4px;
  }

  .help-center-hero {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
    min-height: 94px;
  }

  .help-center-hero > span {
    width: 48px;
    height: 48px;
    border-radius: 17px;
    font-size: 19px;
  }

  .help-center-hero h2 {
    font-size: 15px;
  }

  .wallet-split-grid {
    gap: 8px;
  }

  .wallet-split-card {
    gap: 8px;
    min-height: 182px;
    padding: 12px;
    border-radius: 18px;
  }

  .wallet-split-card > strong {
    font-size: 20px;
  }

  .wallet-split-card > button {
    min-height: 40px;
    padding-inline: 8px;
    font-size: 11px;
  }

  .wallet-split-rules {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
    padding: 11px;
  }

  .wallet-split-rules::before {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  .personal-info-tools {
    gap: 8px;
    padding: 10px;
  }

  .personal-info-tools .secondary-page-button {
    min-height: 42px;
    padding-inline: 7px;
    font-size: 10px;
  }

  .team-weekly-overview {
    gap: 12px;
  }

  .team-weekly-heading {
    padding-right: 42px;
  }

  .team-weekly-heading::after {
    width: 36px;
    height: 36px;
    border-radius: 13px;
    font-size: 17px;
  }

  .team-weekly-heading h2 {
    font-size: 15px;
  }

  .team-weekly-network {
    gap: 7px;
  }

  .team-weekly-network .secondary-page-stat {
    min-height: 76px;
    padding: 10px;
  }

  .team-weekly-total {
    min-height: 126px;
  }

  .team-weekly-total > strong {
    font-size: 25px;
  }

  .daily-report-summary {
    gap: 7px;
  }

  .daily-report-summary .secondary-page-stat {
    min-height: 82px;
    padding: 10px;
  }

  .level-roadmap {
    gap: 10px;
    padding: 11px;
  }

  .level-current-card {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 11px;
    min-height: 138px;
    padding: 14px;
  }

  .level-current-orb {
    width: 70px;
    height: 70px;
  }

  .level-current-orb > span {
    font-size: 34px;
  }

  .level-current-copy h2 {
    font-size: 14px;
  }

  .level-current-benefits {
    gap: 4px;
    margin-top: 8px;
  }

  .level-current-benefits > span {
    padding: 4px 6px;
    font-size: 7px;
  }

  .level-roadmap-grid {
    gap: 6px;
  }

  .level-roadmap-item {
    grid-template-columns: 30px auto minmax(10px, 1fr) auto;
    gap: 5px;
    min-height: 58px;
    padding: 8px;
    border-radius: 15px;
  }

  .level-roadmap-item > span {
    width: 30px;
    height: 30px;
  }

  .level-roadmap-item > strong {
    font-size: 14px;
  }

  .level-career-actions {
    gap: 7px;
    padding: 8px;
  }

  .level-career-actions .secondary-page-button {
    min-height: 44px;
    padding-inline: 8px;
    font-size: 11px;
  }

  .invite-poster {
    grid-template-columns: minmax(0, 1fr) 78px;
    gap: 10px 8px;
    padding: 13px;
    border-radius: 18px;
  }

  .invite-poster-copy h2 {
    margin-top: 9px;
    font-size: 16px;
  }

  .invite-poster-copy p {
    margin-top: 7px;
    font-size: 9px;
  }

  .invite-poster-visual {
    width: 78px;
    height: 100px;
  }

  .invite-poster-gift {
    width: 56px;
    height: 56px;
    border-radius: 19px;
    font-size: 29px;
  }

  .invite-poster-code {
    gap: 5px;
    min-height: 72px;
    padding: 8px;
    border-radius: 15px;
  }

  .invite-poster-code > strong {
    font-size: 14px;
  }

  .invite-poster-code .secondary-page-button {
    min-width: 44px;
    padding-inline: 6px;
    font-size: 8px;
  }

  .invite-poster-qr {
    width: 68px;
    height: 68px;
    gap: 2px;
    padding: 8px;
    border-radius: 16px;
  }

  .invite-poster-actions {
    gap: 8px;
  }

  .invite-poster-actions .secondary-page-button {
    min-height: 44px;
    padding-inline: 8px;
    font-size: 11px;
  }

  .music-dividend-hero {
    min-height: 178px;
    padding: 18px;
  }

  .music-dividend-hero-copy h2 {
    font-size: 21px;
  }

  .music-dividend-hero-art {
    right: 2px;
    transform: scale(0.9);
    transform-origin: right bottom;
  }

  .music-dividend-metric {
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    justify-items: center;
    gap: 6px;
    padding-inline: 6px;
    text-align: center;
  }

  .music-dividend-metric > div > span {
    min-height: auto;
  }

  .music-dividend-plan {
    grid-template-columns: 50px minmax(0, 1fr) 24px;
    gap: 8px;
    padding-inline: 8px;
  }

  .music-dividend-plan-art {
    width: 50px;
    height: 50px;
  }

  .music-dividend-plan-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .music-dividend-plan-meta > small {
    max-width: 100%;
  }

  .music-dividend-product-card {
    grid-template-columns: 54px minmax(0, 1fr) 25px;
    gap: 8px;
    min-height: 94px;
    padding: 10px 8px;
    border-radius: 18px;
  }

  .music-dividend-product-art {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    font-size: 27px;
  }

  .music-dividend-product-heading > strong,
  .music-dividend-product-heading > b {
    font-size: 12px;
  }

  .music-dividend-product-tags > span,
  .music-dividend-product-tags > small {
    min-height: 21px;
    padding-inline: 6px;
    font-size: 7px;
  }

  .music-dividend-product-arrow {
    width: 25px;
    height: 34px;
  }

  .music-product-hero {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 10px;
    min-height: 112px;
    padding: 13px;
    border-radius: 19px;
  }

  .music-product-hero-art {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    font-size: 33px;
  }

  .music-product-title > h2,
  .music-product-title > strong {
    font-size: 17px;
  }

  .music-product-rate > strong,
  .music-product-rate > b {
    font-size: 18px;
  }

  .music-product-facts {
    gap: 6px;
  }

  .music-product-fact {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 6px;
    min-height: 62px;
    padding: 8px;
  }

  .music-product-fact > i {
    width: 26px;
    height: 26px;
    border-radius: 9px;
    font-size: 12px;
  }

  .music-product-fact strong,
  .music-product-fact b {
    font-size: 10px;
  }

  .music-product-example,
  .music-product-calculator {
    padding: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .secondary-page-password-prompt {
    animation: none !important;
  }

  .music-task-player.is-playing .music-task-waveform > i,
  .music-task-player.is-playing .music-task-cover img {
    animation: none !important;
  }

  .secondary-page-withdraw-amount > span,
  .level-roadmap-item,
  .music-dividend-plan,
  .music-dividend-product-card,
  .music-product-calculator input {
    transition-duration: 0.01ms !important;
  }
}

/* Lucky draw: keep every original element while refining depth and proportion. */
.secondary-page-view[data-secondary-view="lucky-draw"] {
  gap: 12px;
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-wheel-card {
  position: relative;
  gap: 8px;
  overflow: hidden;
  padding: 15px 14px 18px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 215, 242, 0.46), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(216, 246, 255, 0.72), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.91), rgba(248, 250, 255, 0.86) 48%, rgba(241, 252, 255, 0.9)) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow:
    0 18px 38px rgba(118, 145, 185, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-wheel-card::before,
.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-wheel-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-wheel-card::before {
  width: 132px;
  height: 132px;
  left: -64px;
  bottom: -58px;
  background: rgba(255, 215, 242, 0.26);
  filter: blur(1px);
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-wheel-card::after {
  width: 98px;
  height: 98px;
  right: -42px;
  top: -44px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(216, 246, 255, 0.25);
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-wheel-card > .secondary-page-badge {
  position: relative;
  z-index: 2;
  min-height: 28px;
  padding-inline: 11px;
  color: #6680aa;
  background:
    linear-gradient(rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.82)) padding-box,
    var(--secondary-page-line) border-box;
  box-shadow:
    0 8px 18px rgba(126, 151, 192, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-wheel-wrap {
  min-height: 268px;
  padding: 16px 10px 7px;
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-wheel-wrap::before {
  content: "";
  position: absolute;
  z-index: 8;
  left: 50%;
  top: 9px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 22px solid #e7a6ce;
  filter: drop-shadow(0 5px 6px rgba(111, 130, 164, 0.18));
  transform: translateX(-50%);
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-wheel {
  width: min(67vw, 236px);
  border-width: 6px;
  background:
    repeating-conic-gradient(
      from -22.5deg,
      rgba(255, 255, 255, 0.78) 0 1deg,
      transparent 1deg 45deg
    ),
    radial-gradient(circle, rgba(255, 255, 255, 0.93) 0 20%, transparent 21%),
    conic-gradient(
      from -22.5deg,
      #f6ddea 0 45deg,
      #def2f8 45deg 90deg,
      #e6dff2 90deg 135deg,
      #d7f0f6 135deg 180deg,
      #f7e3ef 180deg 225deg,
      #dcecf8 225deg 270deg,
      #ebe1f4 270deg 315deg,
      #dbf2f7 315deg 360deg
    );
  box-shadow:
    0 18px 36px rgba(118, 145, 185, 0.16),
    0 0 0 1px rgba(229, 190, 216, 0.38),
    inset 0 0 0 2px rgba(255, 255, 255, 0.76),
    inset 0 -8px 18px rgba(139, 162, 210, 0.08);
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-wheel::before {
  display: none;
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-wheel::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 31%;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.17);
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.2),
    inset 0 0 16px rgba(255, 255, 255, 0.7);
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-wheel > span {
  z-index: 3;
  color: #5e76a1;
  font-size: 12px;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92),
    0 3px 8px rgba(104, 126, 165, 0.08);
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-wheel-button {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: calc(50% + 5px);
  width: 68px;
  height: 68px;
  border: 2px solid transparent;
  color: #5872a2;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 255, 0.88)) padding-box,
    conic-gradient(from 200deg, #f7b9e8, #f3f7ff 48%, #bceeff, #f7b9e8) border-box;
  box-shadow:
    0 10px 24px rgba(111, 139, 179, 0.2),
    0 0 0 5px rgba(255, 255, 255, 0.46),
    inset 0 2px 5px rgba(255, 255, 255, 0.96);
  transform: translate(-50%, -50%);
  transition:
    transform 180ms var(--secondary-page-ease),
    box-shadow 180ms ease,
    filter 180ms ease;
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-wheel-button:active {
  transform: translate(-50%, -50%) scale(0.97);
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-prize-card {
  position: relative;
  overflow: hidden;
  padding: 15px;
  background:
    radial-gradient(circle at 96% 0%, rgba(216, 246, 255, 0.58), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.91), rgba(247, 250, 255, 0.87)) padding-box,
    var(--secondary-page-line) border-box;
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-prize-card > h2 {
  margin: 0;
  font-size: 16px;
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-prize-card > p {
  margin: 4px 0 11px;
  color: #8b97a8;
  font-size: 9px;
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-prize-card .secondary-page-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-prize-card .secondary-page-list-item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  gap: 3px 9px;
  min-height: 76px;
  padding: 11px;
  border-radius: 16px;
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-prize-card .secondary-page-list-item::before {
  content: "♫";
  display: grid;
  grid-row: 1 / span 2;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 13px;
  color: #7d91ca;
  font-size: 17px;
  background: linear-gradient(145deg, rgba(255, 218, 241, 0.74), rgba(216, 246, 255, 0.84));
  box-shadow:
    0 8px 17px rgba(128, 152, 193, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-prize-card [data-prize-kind="week"]::before {
  content: "✦";
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-prize-card .secondary-page-list-item > span,
.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-prize-card .secondary-page-list-item > b {
  grid-column: 2;
  justify-self: start;
  text-align: left;
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-prize-card .secondary-page-list-item > span {
  align-self: end;
  color: #758399;
  font-size: 9px;
}

.secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-prize-card .secondary-page-list-item > b {
  align-self: start;
  color: #5f77a5;
  font-size: 11px;
}

.secondary-page-view[data-secondary-view="lucky-draw"] > .secondary-page-note {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 2px 10px;
  align-items: center;
  padding: 12px 14px;
}

.secondary-page-view[data-secondary-view="lucky-draw"] > .secondary-page-note::before {
  content: "i";
  display: grid;
  grid-row: 1 / span 2;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 13px;
  color: #7891c1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 900;
  background: linear-gradient(145deg, rgba(255, 222, 243, 0.7), rgba(220, 245, 255, 0.84));
}

.secondary-page-view[data-secondary-view="lucky-draw"] > .secondary-page-note > strong,
.secondary-page-view[data-secondary-view="lucky-draw"] > .secondary-page-note > p {
  grid-column: 2;
}

.secondary-page-view[data-secondary-view="lucky-draw"] > .secondary-page-note > p {
  margin-top: 1px;
}

/* Real illustration assets layered over the existing invitation and mall art. */
.invite-poster-gift > img {
  display: block;
  width: 45px;
  height: 45px;
  object-fit: contain;
  filter: drop-shadow(0 7px 9px rgba(108, 132, 177, 0.18));
}

.secondary-page-view[data-secondary-view="points-mall"] .secondary-page-product-media {
  position: relative;
}

.secondary-page-view[data-secondary-view="points-mall"] .secondary-page-product-image {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  display: block;
  width: 44%;
  height: 44%;
  object-fit: contain;
  filter: drop-shadow(0 8px 10px rgba(110, 136, 179, 0.18));
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.secondary-page-view[data-secondary-view="points-mall"] .secondary-page-product-media:has(.secondary-page-product-image) .secondary-page-product-icon {
  color: transparent;
}

.secondary-page-view[data-secondary-view="points-mall"] [data-product-art="vip"] .secondary-page-product-image {
  width: 39%;
  height: 39%;
  transform: translate(-50%, -50%) rotate(-5deg);
}

.secondary-page-view[data-secondary-view="points-mall"] [data-product-art="frame"] .secondary-page-product-image {
  width: 38%;
  height: 38%;
}

.secondary-page-view[data-secondary-view="points-mall"] [data-product-art="ticket"] .secondary-page-product-image {
  width: 36%;
  height: 36%;
  transform: translate(-50%, -50%) rotate(3deg);
}

@media (hover: hover) and (pointer: fine) {
  .secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-wheel-button:hover {
    filter: brightness(1.025);
    box-shadow:
      0 13px 28px rgba(111, 139, 179, 0.22),
      0 0 0 5px rgba(255, 255, 255, 0.5),
      inset 0 2px 5px rgba(255, 255, 255, 0.98);
    transform: translate(-50%, -50%) scale(1.025);
  }
}

@media (max-width: 360px) {
  .secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-wheel-wrap {
    min-height: 248px;
  }

  .secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-wheel {
    width: min(69vw, 218px);
  }

  .secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-prize-card .secondary-page-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .secondary-page-view[data-secondary-view="lucky-draw"] .secondary-page-wheel-button {
    transition-duration: 0.01ms !important;
  }
}

@keyframes secondary-page-wheel-spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(1420deg);
  }
}
