.pulse-theme .route-lucky .neural-page-body,
.pulse-theme .route-luckyDraw .neural-page-body {
  padding: 10px 9px 28px;
}

.pulse-theme .reward-matrix-screen {
  display: grid;
  gap: 10px;
  min-width: 0;
  color: #eefbff;
}

.pulse-theme .reward-matrix-screen :is(a, button):active {
  transform: none;
}

.pulse-theme :is(.reward-matrix-status, .reward-matrix-rule, .reward-matrix-recent) {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(32, 220, 255, 0.27);
  border-radius: 13px;
  background:
    linear-gradient(135deg, rgba(32, 220, 255, 0.055), transparent 44%),
    rgba(2, 13, 21, 0.96);
  box-shadow:
    inset 0 0 24px rgba(32, 220, 255, 0.025),
    0 9px 24px rgba(0, 0, 0, 0.22);
}

.pulse-theme .reward-matrix-status::before,
.pulse-theme .reward-matrix-recent::before {
  position: absolute;
  top: -1px;
  left: 17px;
  width: 40px;
  height: 1px;
  background: #20dcff;
  box-shadow: 0 0 9px rgba(32, 220, 255, 0.7);
  content: "";
}

.pulse-theme .reward-matrix-status {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 14px;
}

.pulse-theme .reward-matrix-status > header {
  display: flex;
  grid-column: 1 / -1;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.pulse-theme .reward-matrix-status > header > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.pulse-theme .reward-matrix-status > header small {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #48e5ff;
  font-family: var(--command-font-code, ui-monospace, monospace);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.pulse-theme .reward-matrix-status > header small i,
.pulse-theme .reward-matrix-status > header > span i {
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #9bff29;
  box-shadow: 0 0 8px #9bff29;
}

.pulse-theme .reward-matrix-status h2 {
  margin: 0;
  color: #f3fbff;
  font-family: var(--command-font-display, system-ui, sans-serif);
  font-size: clamp(20px, 5.8vw, 25px);
  font-weight: 850;
  letter-spacing: 0.03em;
  line-height: 1.05;
}

.pulse-theme .reward-matrix-status > header > span {
  display: flex;
  min-height: 28px;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  border: 1px solid rgba(155, 255, 41, 0.36);
  border-radius: 999px;
  color: #b7ff5f;
  background: rgba(6, 26, 25, 0.72);
  font-family: var(--command-font-code, ui-monospace, monospace);
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
}

.pulse-theme .reward-matrix-chances {
  display: grid;
  align-content: center;
  gap: 3px;
  min-width: 0;
}

.pulse-theme .reward-matrix-chances > span {
  color: #7697a4;
  font-family: var(--command-font-code, ui-monospace, monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.pulse-theme .reward-matrix-chances > strong {
  color: #b8ff61;
  font-family: var(--command-font-display, system-ui, sans-serif);
  font-size: clamp(30px, 8.4vw, 36px);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 20px rgba(155, 255, 41, 0.17);
}

.pulse-theme .reward-matrix-chances > small {
  overflow: visible;
  color: #8aa7b2;
  font-size: 11px;
  line-height: 1.3;
  text-overflow: clip;
  white-space: normal;
}

.pulse-theme .reward-matrix-record-link {
  display: grid;
  min-width: 126px;
  grid-template-columns: 20px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 7px;
  padding: 9px;
  border: 1px solid rgba(32, 220, 255, 0.25);
  border-radius: 9px;
  background: rgba(4, 27, 39, 0.78);
  color: #b5eefa;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.pulse-theme .reward-matrix-record-link svg {
  width: 16px;
  height: 16px;
  color: #48e5ff;
}

.pulse-theme .reward-matrix-record-link svg:last-child {
  width: 13px;
  height: 13px;
}

.pulse-theme .reward-matrix-stage {
  position: relative;
  display: grid;
  gap: 10px;
  place-items: stretch;
  overflow: hidden;
  padding: 12px 10px;
  border: 1px solid rgba(32, 220, 255, 0.37);
  border-radius: 15px;
  background:
    linear-gradient(180deg, rgba(1, 7, 13, 0.2), rgba(1, 8, 14, 0.7)),
    var(--matrix-bg) center / cover no-repeat;
  box-shadow:
    inset 0 0 32px rgba(32, 220, 255, 0.035),
    0 12px 30px rgba(0, 0, 0, 0.3);
  isolation: isolate;
}

.pulse-theme .reward-matrix-stage::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(1, 8, 14, 0.72), transparent 18% 70%, rgba(1, 8, 14, 0.86)),
    radial-gradient(circle at 50% 47%, transparent 0 34%, rgba(1, 8, 14, 0.18) 58%, rgba(1, 8, 14, 0.76) 100%);
  content: "";
}

.pulse-theme .reward-matrix-stage-head {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.pulse-theme .reward-matrix-stage-head > div {
  display: grid;
  gap: 3px;
}

.pulse-theme .reward-matrix-stage-head small {
  color: #4ce7ff;
  font-family: var(--command-font-code, ui-monospace, monospace);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.09em;
}

.pulse-theme .reward-matrix-stage-head strong {
  color: #a6bdc7;
  font-size: 11px;
  font-weight: 650;
}

.pulse-theme .reward-matrix-stage-head > span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #aefc56;
  font-family: var(--command-font-code, ui-monospace, monospace);
  font-size: 10px;
  font-weight: 750;
}

.pulse-theme .reward-matrix-stage-head > span svg {
  width: 13px;
  height: 13px;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-wrap {
  --wheel-center-y: 50%;
  position: relative;
  width: min(100%, 340px);
  height: auto;
  aspect-ratio: 1;
  margin: 0 auto;
  overflow: visible;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-backdrop {
  position: absolute;
  inset: 3%;
  border: 1px solid rgba(32, 220, 255, 0.2);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(2, 14, 24, 0.28), rgba(2, 11, 19, 0.72) 68%, rgba(2, 9, 16, 0.28));
  box-shadow:
    0 0 0 8px rgba(32, 220, 255, 0.025),
    0 0 38px rgba(32, 220, 255, 0.12);
  opacity: 1;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-pointer {
  position: absolute;
  z-index: 7;
  top: 2px;
  left: 50%;
  display: grid;
  width: 34px;
  height: 39px;
  place-items: center;
  border: 1px solid rgba(155, 255, 41, 0.72);
  border-radius: 8px 8px 15px 15px;
  background: rgba(7, 35, 35, 0.94);
  color: #b7ff61;
  box-shadow:
    0 0 15px rgba(155, 255, 41, 0.16),
    inset 0 0 11px rgba(155, 255, 41, 0.08);
  filter: none;
  transform: translateX(-50%);
}

.pulse-theme .reward-matrix-screen .lucky-wheel-pointer svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-disc {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 84%;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(77, 231, 255, 0.72);
  border-radius: 50%;
  outline: 6px solid rgba(2, 14, 23, 0.85);
  box-shadow:
    0 0 0 8px rgba(32, 220, 255, 0.11),
    0 0 31px rgba(32, 220, 255, 0.18),
    inset 0 0 34px rgba(0, 0, 0, 0.42);
  transform: translate(-50%, -50%) rotate(var(--wheel-rotation, 0deg));
  transition: transform 3.1s cubic-bezier(0.12, 0.74, 0.12, 1);
}

.pulse-theme .reward-matrix-screen .lucky-wheel-disc::after {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(86, 230, 255, 0.28);
  border-radius: 50%;
  box-shadow: inset 0 0 28px rgba(32, 220, 255, 0.06);
  content: "";
}

.pulse-theme .reward-matrix-screen .lucky-wheel-slot {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: block;
  width: 54px;
  height: 54px;
  color: #e7faff;
  text-align: center;
  text-shadow: 0 2px 7px #000;
  transform: translate(-50%, -50%) rotate(var(--slot-angle)) translateY(-101px);
  transform-origin: center;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-prize {
  display: grid;
  width: 100%;
  height: 100%;
  align-content: center;
  justify-items: center;
  gap: 3px;
  transform: rotate(calc(var(--slot-angle) * -1));
}

.pulse-theme .reward-matrix-screen .lucky-wheel-prize-icon {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid rgba(93, 231, 255, 0.52);
  border-radius: 50%;
  background: rgba(2, 17, 28, 0.88);
  color: #65eaff;
  box-shadow: 0 0 12px rgba(32, 220, 255, 0.12);
}

.pulse-theme .reward-matrix-screen .lucky-wheel-prize-icon svg {
  width: 13px;
  height: 13px;
  stroke-width: 1.7;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-prize-amount {
  max-width: none;
  overflow: visible;
  color: #d9f7ff;
  background: rgba(1, 10, 17, 0.75);
  font-family: var(--command-font-code, ui-monospace, monospace);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
  text-overflow: clip;
  white-space: nowrap;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-center {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  display: grid;
  width: 94px;
  height: 94px;
  align-content: center;
  justify-items: center;
  gap: 3px;
  padding: 0;
  border: 1px solid rgba(155, 255, 41, 0.82);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(25, 75, 48, 0.94), rgba(3, 25, 26, 0.98) 66%);
  color: #caff83;
  box-shadow:
    0 0 0 7px rgba(2, 15, 24, 0.92),
    0 0 0 8px rgba(32, 220, 255, 0.34),
    0 0 26px rgba(155, 255, 41, 0.16),
    inset 0 0 22px rgba(155, 255, 41, 0.1);
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.pulse-theme .reward-matrix-screen .lucky-wheel-center svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.7;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-center span {
  color: #eaffd1;
  font-family: var(--command-font-display, system-ui, sans-serif);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.045em;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-center small {
  color: #9dd56a;
  font-family: var(--command-font-code, ui-monospace, monospace);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-center:is(:hover, :active, :focus-visible) {
  outline: 0;
  border-color: #c5ff7d;
  box-shadow:
    0 0 0 7px rgba(2, 15, 24, 0.92),
    0 0 0 8px rgba(32, 220, 255, 0.44),
    0 0 31px rgba(155, 255, 41, 0.23),
    inset 0 0 25px rgba(155, 255, 41, 0.14);
  transform: translate(-50%, -50%);
}

.pulse-theme .reward-matrix-screen .lucky-wheel-center:disabled {
  border-color: rgba(103, 144, 157, 0.5);
  background: radial-gradient(circle, rgba(19, 43, 49, 0.92), rgba(3, 18, 25, 0.98) 68%);
  color: #6f919d;
  cursor: not-allowed;
  opacity: 1;
}

.pulse-theme .reward-matrix-console {
  display: grid;
  gap: 7px;
  padding: 10px;
  border: 1px solid rgba(32, 220, 255, 0.25);
  border-radius: 10px;
  background: rgba(1, 10, 17, 0.86);
  backdrop-filter: blur(7px);
}

.pulse-theme .reward-matrix-console > small {
  color: #48e5ff;
  font-family: var(--command-font-code, ui-monospace, monospace);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.pulse-theme .reward-matrix-screen .lucky-result {
  display: block;
  width: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d7edf4;
  box-shadow: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  text-shadow: none;
}

.pulse-theme .reward-matrix-screen .lucky-winner-feed {
  display: block;
  width: 100%;
  min-height: 27px;
  padding: 6px 8px;
  border: 1px solid rgba(32, 220, 255, 0.13);
  border-radius: 7px;
  background: rgba(4, 27, 40, 0.74);
  color: #a8c8d2;
  box-shadow: none;
}

.pulse-theme .reward-matrix-screen .lucky-winner-line {
  justify-content: flex-start;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  text-shadow: none;
}

.pulse-theme .reward-matrix-screen .lucky-winner-spark {
  color: #9bff29;
}

.pulse-theme .reward-matrix-screen .lucky-winner-spark svg {
  width: 13px;
  height: 13px;
}

.pulse-theme .reward-matrix-rule {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 12px;
}

.pulse-theme .reward-matrix-rule > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(32, 220, 255, 0.44);
  border-radius: 50%;
  background: rgba(5, 37, 50, 0.72);
  color: #54e7ff;
}

.pulse-theme .reward-matrix-rule > span svg {
  width: 18px;
  height: 18px;
}

.pulse-theme .reward-matrix-rule > div {
  display: grid;
  gap: 4px;
}

.pulse-theme .reward-matrix-rule small {
  color: #52e6ff;
  font-family: var(--command-font-code, ui-monospace, monospace);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.pulse-theme .reward-matrix-rule p {
  margin: 0;
  color: #94adb7;
  font-size: 12px;
  line-height: 1.45;
}

.pulse-theme .reward-matrix-recent {
  padding: 12px;
}

.pulse-theme .reward-matrix-recent > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.pulse-theme .reward-matrix-recent > header > div {
  display: grid;
  gap: 3px;
}

.pulse-theme .reward-matrix-recent > header small {
  color: #53e7ff;
  font-family: var(--command-font-code, ui-monospace, monospace);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.pulse-theme .reward-matrix-recent h3 {
  margin: 0;
  color: #eaf9fd;
  font-size: 15px;
}

.pulse-theme .reward-matrix-recent > header a {
  color: #8cefff;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.pulse-theme .reward-matrix-recent .list {
  margin: 0;
}

.pulse-theme .lucky-prize-layer {
  background: rgba(0, 5, 10, 0.86);
  backdrop-filter: blur(9px);
}

.pulse-theme .lucky-prize-dialog {
  display: grid;
  width: min(calc(100% - 28px), 342px);
  justify-items: center;
  gap: 9px;
  padding: 25px 20px 20px;
  border: 1px solid rgba(155, 255, 41, 0.58);
  border-radius: 17px;
  background:
    radial-gradient(circle at 50% 0, rgba(155, 255, 41, 0.14), transparent 38%),
    linear-gradient(155deg, #061c25, #020b11);
  color: #eaffef;
  box-shadow:
    0 24px 76px rgba(0, 0, 0, 0.76),
    0 0 34px rgba(155, 255, 41, 0.09);
  text-align: center;
}

.pulse-theme .lucky-prize-core {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid #9bff29;
  border-radius: 50%;
  background: rgba(155, 255, 41, 0.07);
  color: #b8ff62;
  box-shadow:
    inset 0 0 20px rgba(155, 255, 41, 0.11),
    0 0 24px rgba(155, 255, 41, 0.12);
}

.pulse-theme .lucky-prize-core svg {
  width: 27px;
  height: 27px;
}

.pulse-theme .lucky-prize-dialog > small {
  color: #5deaff;
  font-family: var(--command-font-code, ui-monospace, monospace);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.pulse-theme .lucky-prize-amount {
  padding: 0;
  border: 0;
  background: transparent;
  color: #b8ff62;
  font-family: var(--command-font-display, system-ui, sans-serif);
  font-size: 32px;
  font-weight: 900;
  text-shadow: 0 0 20px rgba(155, 255, 41, 0.16);
}

.pulse-theme .lucky-prize-message {
  color: #9cb5bf;
  font-size: 12px;
  line-height: 1.4;
  text-shadow: none;
}

.pulse-theme .lucky-prize-confirm {
  width: 100%;
  min-height: 47px;
  border: 1px solid rgba(32, 220, 255, 0.56);
  border-radius: 9px;
  background: linear-gradient(100deg, #06364a, #07515c);
  color: #e2fbff;
  box-shadow: none;
  font-size: 12px;
  font-weight: 850;
}

@media (max-width: 360px) {
  .pulse-theme .reward-matrix-status {
    padding-inline: 11px;
  }

  .pulse-theme .reward-matrix-status h2 {
    font-size: 20px;
  }

  .pulse-theme .reward-matrix-record-link {
    min-width: 112px;
    gap: 5px;
    padding-inline: 7px;
  }

  .pulse-theme .reward-matrix-screen .lucky-wheel-wrap {
    width: min(100%, 310px);
  }

  .pulse-theme .reward-matrix-screen .lucky-wheel-slot {
    transform: translate(-50%, -50%) rotate(var(--slot-angle)) translateY(-92px);
  }

  .pulse-theme .reward-matrix-screen .lucky-wheel-center {
    width: 86px;
    height: 86px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pulse-theme .reward-matrix-screen .lucky-wheel-disc {
    transition-duration: 0.01ms;
  }

  .pulse-theme .reward-matrix-screen .lucky-winner-feed.is-rolling .lucky-winner-line {
    animation: none;
  }
}

/* Neural Reward Matrix v2: readable reward nodes and stateful AI core */
.pulse-theme .reward-matrix-stage {
  padding: 12px;
  background: #010b12;
}

.pulse-theme .reward-matrix-stage::before {
  z-index: -2;
  background: var(--matrix-bg) center / cover no-repeat;
  opacity: 0.22;
  filter: saturate(0.84) contrast(1.06);
}

.pulse-theme .reward-matrix-stage::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(1, 10, 17, 0.34);
  content: "";
  pointer-events: none;
}

.pulse-theme .reward-matrix-node-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(32, 220, 255, 0.2);
  border-radius: 9px;
  background: rgba(1, 12, 19, 0.88);
}

.pulse-theme .reward-matrix-node-strip > span {
  display: grid;
  gap: 3px;
  padding: 7px 9px;
}

.pulse-theme .reward-matrix-node-strip > span + span {
  border-left: 1px solid rgba(32, 220, 255, 0.12);
}

.pulse-theme .reward-matrix-node-strip small {
  color: #668b98;
  font-family: var(--command-font-code, ui-monospace, monospace);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.pulse-theme .reward-matrix-node-strip strong {
  color: #eafaff;
  font-family: var(--command-font-display, system-ui, sans-serif);
  font-size: 12px;
  font-weight: 850;
}

.pulse-theme .reward-matrix-node-strip > span:nth-child(2) strong {
  color: #aef75e;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-wrap {
  width: min(100%, 318px);
}

.pulse-theme .reward-matrix-screen .lucky-wheel-backdrop {
  inset: 1%;
  border-color: rgba(70, 225, 250, 0.3);
  background: rgba(2, 14, 23, 0.76);
  box-shadow:
    0 0 0 6px rgba(32, 220, 255, 0.035),
    0 0 31px rgba(32, 220, 255, 0.1);
}

.pulse-theme .reward-matrix-screen .lucky-wheel-pointer {
  top: 1px;
  width: 28px;
  height: 31px;
  border-radius: 7px 7px 12px 12px;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-pointer svg {
  width: 15px;
  height: 15px;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-disc {
  width: 83%;
  border-color: rgba(77, 231, 255, 0.78);
  outline-width: 5px;
  box-shadow:
    0 0 0 7px rgba(32, 220, 255, 0.1),
    0 0 28px rgba(32, 220, 255, 0.16),
    inset 0 0 34px rgba(0, 0, 0, 0.44);
}

.pulse-theme .reward-matrix-screen .lucky-wheel-slot {
  width: 76px;
  height: 30px;
  transform: translate(-50%, -50%) rotate(var(--slot-angle)) translateY(-92px);
}

.pulse-theme .reward-matrix-screen .lucky-wheel-prize {
  display: grid;
  width: 76px;
  min-height: 30px;
  place-items: center;
  padding: 0;
  transform: rotate(var(--label-turn, -90deg));
  transform-origin: center;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-prize-amount {
  width: 100%;
  min-width: 0;
  max-width: none;
  overflow: visible;
  color: #f0fcff;
  background: transparent;
  font-family: var(--command-font-code, ui-monospace, monospace);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-overflow: clip;
  white-space: nowrap;
  text-shadow: 0 0 10px rgba(93, 231, 255, 0.36);
}

.pulse-theme .reward-matrix-screen .lucky-wheel-prize-amount.is-amount-long {
  font-size: 11px;
  letter-spacing: -0.02em;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-prize-amount.is-amount-xlong {
  font-size: 10px;
  letter-spacing: -0.035em;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-center {
  width: 88px;
  height: 88px;
  border-color: rgba(155, 255, 41, 0.88);
  background: rgba(5, 42, 42, 0.98);
  color: #d9ffad;
  box-shadow:
    0 0 0 7px rgba(2, 15, 24, 0.94),
    0 0 0 8px rgba(32, 220, 255, 0.34),
    0 0 26px rgba(155, 255, 41, 0.15),
    inset 0 0 22px rgba(155, 255, 41, 0.09);
}

.pulse-theme .reward-matrix-screen .lucky-wheel-center svg {
  width: 22px;
  height: 22px;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-center span {
  font-size: 13px;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-center small {
  font-size: 9.5px;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-center:not(:disabled) {
  background: rgba(5, 57, 54, 0.98);
  color: #efffdc;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-center:disabled {
  border-color: rgba(94, 157, 170, 0.55);
  background: rgba(4, 24, 32, 0.98);
  color: #88aab4;
  box-shadow:
    0 0 0 7px rgba(2, 15, 24, 0.94),
    0 0 0 8px rgba(32, 220, 255, 0.18),
    inset 0 0 18px rgba(32, 220, 255, 0.035);
  filter: none;
  opacity: 1;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-center:disabled span {
  color: #b5cbd1;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-center:disabled small {
  color: #728f99;
}

.pulse-theme .reward-matrix-screen .lucky-wheel-center.is-verifying {
  border-color: rgba(32, 220, 255, 0.72);
  color: #7eeeff;
}

@media (max-width: 360px) {
  .pulse-theme .reward-matrix-screen .lucky-wheel-wrap {
    width: min(100%, 300px);
  }

  .pulse-theme .reward-matrix-screen .lucky-wheel-slot {
    width: 68px;
    height: 28px;
    transform: translate(-50%, -50%) rotate(var(--slot-angle)) translateY(-87px);
  }

  .pulse-theme .reward-matrix-screen .lucky-wheel-prize {
    width: 68px;
    min-height: 28px;
  }

  .pulse-theme .reward-matrix-screen .lucky-wheel-center {
    width: 84px;
    height: 84px;
  }
}

/* Neural Reward Matrix v3: generated optical chamber behind live controls */
.pulse-theme .reward-matrix-stage {
  background:
    linear-gradient(180deg, rgba(1, 8, 14, 0.98), rgba(1, 10, 17, 0.92)),
    #010b12;
}

.pulse-theme .reward-matrix-stage::before {
  z-index: -2;
  background:
    radial-gradient(circle at 50% 49%, rgba(32, 220, 255, 0.07), transparent 44%),
    repeating-linear-gradient(90deg, transparent 0 31px, rgba(32, 220, 255, 0.018) 31px 32px);
  opacity: 1;
  filter: none;
}

.pulse-theme .reward-matrix-stage::after {
  z-index: -1;
  background: linear-gradient(180deg, rgba(1, 9, 15, 0.36), transparent 17% 76%, rgba(1, 9, 15, 0.76));
}

.pulse-theme .reward-matrix-screen .lucky-wheel-backdrop {
  inset: -7%;
  border: 0;
  background:
    radial-gradient(circle, rgba(2, 14, 23, 0.05) 0 48%, rgba(2, 14, 23, 0.26) 73%, transparent 74%),
    var(--matrix-bg) center / contain no-repeat;
  box-shadow: 0 0 42px rgba(32, 220, 255, 0.1);
  opacity: 0.78;
  filter: saturate(0.88) contrast(1.05);
}

.pulse-theme .reward-matrix-screen .lucky-wheel-disc {
  background-blend-mode: screen;
  box-shadow:
    0 0 0 7px rgba(32, 220, 255, 0.12),
    0 0 38px rgba(32, 220, 255, 0.22),
    inset 0 0 38px rgba(0, 0, 0, 0.48);
}

.pulse-theme .reward-matrix-screen .lucky-wheel-center:not(:disabled) {
  border-color: rgba(155, 255, 41, 0.94);
  background: linear-gradient(145deg, rgba(7, 65, 58, 0.99), rgba(3, 31, 39, 0.99));
  box-shadow:
    0 0 0 7px rgba(2, 15, 24, 0.94),
    0 0 0 8px rgba(32, 220, 255, 0.44),
    0 0 34px rgba(155, 255, 41, 0.2),
    inset 0 0 24px rgba(155, 255, 41, 0.1);
}
