/* Operations L2: Target Bench */

.target-page {
  --target-ink: #251f1b;
  --target-paper: #fff0d1;
  --target-gold: #d9a54b;
  --target-ember: #c56048;
  --target-steel: #596f83;
  --target-green: #637c58;
  color: var(--target-ink);
}

.target-topbar {
  border-color: rgba(217, 165, 75, 0.28);
}

.target-progressbar {
  background: rgba(255, 240, 209, 0.78);
  border: 1px solid rgba(217, 165, 75, 0.18);
  border-radius: 999px;
  height: 8px;
  margin: 0 auto 10px;
  max-width: 1180px;
  overflow: hidden;
}

.target-progressbar span {
  background: linear-gradient(90deg, var(--target-ember), var(--target-gold), var(--target-steel));
  display: block;
  height: 100%;
  transition: width 320ms ease;
}

.target-progress {
  display: flex;
  gap: 7px;
  justify-content: center;
  margin: 0 auto 12px;
}

.target-progress__dot {
  background: rgba(37, 31, 27, 0.32);
  border: 1px solid rgba(255, 240, 209, 0.72);
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.target-progress__dot.is-current {
  background: var(--target-paper);
  box-shadow: 0 0 0 3px rgba(217, 165, 75, 0.22);
}

.target-progress__dot.is-filled {
  background: var(--target-gold);
  box-shadow: 0 0 12px rgba(217, 165, 75, 0.44);
}

.target-room {
  margin: 0 auto;
  max-width: 1180px;
}

.target-room__scene {
  background:
    radial-gradient(circle at 18% 18%, rgba(217, 165, 75, 0.23), transparent 24%),
    radial-gradient(circle at 82% 30%, rgba(89, 111, 131, 0.22), transparent 25%),
    linear-gradient(180deg, rgba(255, 240, 209, 0.11), rgba(37, 31, 27, 0.22)),
    url("../img/arena-operations-forge.jpg") center center / cover no-repeat;
  border: 1px solid rgba(255, 240, 209, 0.3);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(37, 31, 27, 0.34);
  height: min(740px, calc(100vh - 130px));
  min-height: 680px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.target-room__scene::before {
  background:
    repeating-linear-gradient(90deg, rgba(255, 240, 209, 0.055) 0 1px, transparent 1px 72px),
    radial-gradient(ellipse at 50% 76%, rgba(217, 165, 75, 0.13), transparent 46%),
    linear-gradient(180deg, rgba(20, 20, 20, 0.08), transparent 48%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.target-room__scene::after {
  background:
    repeating-linear-gradient(90deg, rgba(37, 31, 27, 0.12) 0 4px, transparent 4px 44px),
    linear-gradient(180deg, #705f54, #343640);
  border-top: 1px solid rgba(255, 240, 209, 0.2);
  bottom: -58px;
  box-shadow: 0 -20px 45px rgba(37, 31, 27, 0.3);
  content: "";
  height: 210px;
  left: -3%;
  position: absolute;
  right: -3%;
  transform: skewY(-2deg);
  z-index: -1;
}

.target-room__gears {
  display: flex;
  gap: 18px;
  left: 5%;
  position: absolute;
  top: 30px;
  z-index: 2;
}

.target-room__gears span {
  background:
    radial-gradient(circle, transparent 0 28%, rgba(255, 240, 209, 0.5) 29% 40%, transparent 41%),
    conic-gradient(from 0deg, rgba(217, 165, 75, 0.64) 0 12%, transparent 12% 20%, rgba(217, 165, 75, 0.64) 20% 32%, transparent 32% 40%, rgba(217, 165, 75, 0.64) 40% 52%, transparent 52% 60%, rgba(217, 165, 75, 0.64) 60% 72%, transparent 72% 80%, rgba(217, 165, 75, 0.64) 80% 92%, transparent 92% 100%);
  border-radius: 50%;
  height: 64px;
  width: 64px;
}

.target-room__lights {
  bottom: 76px;
  display: flex;
  gap: 16px;
  pointer-events: none;
  position: absolute;
  right: 6%;
  z-index: 2;
}

.target-room__lights span {
  background: radial-gradient(circle, #fff4b4 0 28%, var(--target-gold) 29% 56%, transparent 57%);
  border-radius: 50%;
  box-shadow: 0 0 34px rgba(217, 165, 75, 0.5);
  height: 42px;
  width: 42px;
}

.target-room__prompt {
  left: 50%;
  max-width: min(730px, 68%);
  position: absolute;
  text-align: center;
  text-shadow: 0 3px 10px rgba(20, 18, 16, 0.56);
  top: 3%;
  transform: translateX(-50%);
  z-index: 5;
}

.target-room__prompt span,
.target-shelf__title span,
.target-card__title span,
.target-choices > span,
.target-counter-panel > span,
.target-why span {
  color: rgba(255, 248, 228, 0.84);
  display: block;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.target-room__prompt h1 {
  color: #fff7df;
  font-family: var(--font-display);
  font-size: clamp(1.24rem, 2.25vw, 1.96rem);
  line-height: 1.04;
  margin: 3px 0 0;
}

.target-shelf {
  background: linear-gradient(180deg, rgba(37, 31, 27, 0.9), rgba(58, 56, 64, 0.9));
  border: 2px solid rgba(255, 240, 209, 0.32);
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(28, 26, 22, 0.28);
  left: 4%;
  padding: 9px 12px;
  position: absolute;
  right: 4%;
  top: 13%;
  z-index: 4;
}

.target-shelf__title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}

.target-shelf__title strong {
  color: #fff2c8;
  font-size: 0.82rem;
}

.target-shelf__rail {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.target-shelf__slot {
  background: rgba(255, 240, 209, 0.08);
  border: 1px dashed rgba(255, 240, 209, 0.28);
  border-radius: 6px;
  display: grid;
  min-height: 74px;
  padding: 6px;
  place-items: center;
}

.target-shelf__slot.is-current {
  border-color: rgba(217, 165, 75, 0.62);
}

.target-shelf__slot.is-filled {
  background: rgba(217, 165, 75, 0.13);
  border-style: solid;
}

.target-token {
  background: linear-gradient(180deg, #b9ad98, #66584b);
  border: 2px solid rgba(255, 248, 228, 0.18);
  border-radius: 7px;
  color: #fff7df;
  display: grid;
  min-height: 60px;
  padding: 7px;
  place-items: center;
  text-align: center;
  width: 100%;
}

.target-token.is-filled {
  background: linear-gradient(180deg, #e6c873, #806235);
  box-shadow: 0 0 18px rgba(217, 165, 75, 0.28);
}

.target-token span {
  font-size: 0.58rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.target-token strong {
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1;
}

.target-steps {
  display: flex;
  gap: 8px;
  justify-content: center;
  left: 50%;
  max-width: 760px;
  position: absolute;
  top: 27%;
  transform: translateX(-50%);
  width: 74%;
  z-index: 5;
}

.target-step {
  background: rgba(255, 240, 209, 0.86);
  border: 1px solid rgba(37, 31, 27, 0.1);
  border-radius: 999px;
  color: rgba(37, 31, 27, 0.72);
  flex: 1;
  font-size: 0.66rem;
  font-weight: 900;
  min-height: 28px;
  padding: 7px 10px;
  text-align: center;
}

.target-step--active {
  background: #fff7df;
  color: var(--target-ember);
  box-shadow: 0 0 0 3px rgba(217, 165, 75, 0.2);
}

.target-step--complete {
  background: linear-gradient(135deg, var(--target-gold), #efd88a);
  color: #342519;
}

.target-step--pending {
  opacity: 0.74;
}

.target-workbench {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr) minmax(190px, 0.55fr);
  inset: 32% 4% 5%;
  position: absolute;
  z-index: 6;
}

.target-card,
.target-choices,
.target-counter-panel,
.target-solen {
  background: rgba(255, 240, 209, 0.94);
  border: 2px solid rgba(255, 248, 228, 0.62);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(37, 31, 27, 0.24);
}

.target-card {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 14px;
}

.target-card__title {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.target-card__title span {
  color: rgba(37, 31, 27, 0.54);
}

.target-card__title strong {
  color: #453018;
  font-family: var(--font-display);
  font-size: clamp(1.16rem, 1.9vw, 1.66rem);
}

.target-expression {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(37, 31, 27, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(37, 31, 27, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, #fffdf0, #f2dfb8);
  background-size: 54px 54px, 54px 54px, auto;
  border: 1px solid rgba(37, 31, 27, 0.14);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 116px;
  padding: 14px;
  text-align: center;
}

.target-expression span {
  color: #453018;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.target-expression.is-ready span {
  color: var(--target-steel);
  font-size: clamp(1.55rem, 3vw, 2.8rem);
  text-transform: uppercase;
}

.target-target-banner {
  align-items: center;
  background: linear-gradient(135deg, #fff8df, rgba(217, 165, 75, 0.25));
  border: 1px solid rgba(217, 165, 75, 0.42);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  min-height: 52px;
  padding: 8px 12px;
}

.target-target-banner span {
  color: rgba(37, 31, 27, 0.58);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.target-target-banner strong {
  color: var(--target-ember);
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.7vw, 2.35rem);
  line-height: 1;
}

.target-expression--builder {
  gap: 8px;
  min-height: 104px;
}

.target-expression--builder .target-build-slot {
  align-items: center;
  background: rgba(255, 249, 232, 0.82);
  border: 2px dashed rgba(37, 31, 27, 0.18);
  border-radius: 8px;
  color: rgba(69, 48, 24, 0.48);
  display: flex;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.9vw, 2.7rem);
  height: 70px;
  justify-content: center;
  line-height: 1;
  min-width: 54px;
  padding: 8px;
}

.target-expression--builder .target-build-slot--number {
  width: clamp(66px, 7vw, 94px);
}

.target-expression--builder .target-build-slot--operator {
  width: clamp(48px, 5vw, 68px);
}

.target-expression--builder .target-build-slot.is-filled {
  background: linear-gradient(180deg, #fffdf0, #ead08f);
  border-color: rgba(217, 165, 75, 0.54);
  border-style: solid;
  color: #453018;
}

.target-path {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.target-path__step {
  align-items: center;
  background: rgba(255, 249, 232, 0.75);
  border: 1px dashed rgba(37, 31, 27, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: 28px 1fr;
  min-height: 42px;
  padding: 7px 9px;
}

.target-path__step span {
  align-items: center;
  background: rgba(37, 31, 27, 0.12);
  border-radius: 50%;
  display: flex;
  font-size: 0.72rem;
  font-weight: 950;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.target-path__step strong {
  color: rgba(37, 31, 27, 0.6);
  font-size: 0.8rem;
  font-weight: 950;
  line-height: 1.1;
}

.target-path__step.is-current {
  border-color: rgba(217, 165, 75, 0.48);
}

.target-path__step.is-fired {
  background: linear-gradient(180deg, rgba(255, 253, 240, 0.94), rgba(217, 165, 75, 0.18));
  border-style: solid;
}

.target-path__step.is-fired span {
  background: var(--target-gold);
  color: #fff7df;
}

.target-card p {
  color: rgba(37, 31, 27, 0.68);
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.3;
  margin: auto auto 0;
  max-width: 520px;
  padding-top: 12px;
  text-align: center;
}

.target-action-stack {
  align-self: stretch;
  display: grid;
  gap: 12px;
}

.target-choices,
.target-counter-panel {
  padding: 13px;
}

.target-choices > span,
.target-counter-panel > span {
  color: rgba(37, 31, 27, 0.58);
  text-align: center;
}

.target-choice-grid {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.target-choice-grid button,
.target-choice-grid--complete div {
  background: #fff9e8;
  border: 1px solid rgba(37, 31, 27, 0.14);
  border-radius: 8px;
  color: var(--target-ink);
  cursor: pointer;
  display: grid;
  gap: 2px;
  min-height: 58px;
  padding: 9px 10px;
  text-align: left;
}

.target-choice-grid button strong,
.target-choice-grid--complete strong {
  color: #453018;
  font-family: var(--font-display);
  font-size: 1.18rem;
  line-height: 1;
}

.target-choice-grid button span,
.target-choice-grid--complete span {
  color: rgba(37, 31, 27, 0.58);
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1.1;
}

.target-choice-grid button:hover {
  border-color: rgba(217, 165, 75, 0.56);
  box-shadow: 0 0 0 3px rgba(217, 165, 75, 0.14);
}

.target-number-grid,
.target-op-grid {
  display: grid;
  gap: 8px;
  margin: 10px 0 14px;
}

.target-number-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.target-op-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0;
}

.target-tile,
.target-op {
  background: #fff9e8;
  border: 1px solid rgba(37, 31, 27, 0.14);
  border-radius: 8px;
  color: var(--target-ink);
  cursor: pointer;
  display: grid;
  min-height: 58px;
  padding: 9px 10px;
}

.target-tile {
  place-items: center;
}

.target-tile strong {
  color: #453018;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.7vw, 2.15rem);
  line-height: 1;
}

.target-op {
  gap: 2px;
  text-align: left;
}

.target-op strong {
  color: #453018;
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1;
}

.target-op span {
  color: rgba(37, 31, 27, 0.58);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.05;
}

.target-tile:hover,
.target-op:hover {
  border-color: rgba(217, 165, 75, 0.56);
  box-shadow: 0 0 0 3px rgba(217, 165, 75, 0.14);
}

.target-tile:disabled,
.target-op:disabled {
  cursor: default;
  opacity: 0.52;
}

.target-tile.is-used {
  background: rgba(37, 31, 27, 0.08);
  border-style: dashed;
}

.target-counter {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 48px 1fr 48px;
  margin: 10px 0;
}

.target-counter button,
.target-counter__quick button {
  background: #fff9e8;
  border: 1px solid rgba(37, 31, 27, 0.14);
  border-radius: 8px;
  color: var(--target-ink);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 950;
  min-height: 42px;
}

.target-counter strong {
  background: linear-gradient(180deg, #fffdf0, #ead08f);
  border: 2px solid rgba(217, 165, 75, 0.48);
  border-radius: 8px;
  color: #453018;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 3.15rem);
  line-height: 1;
  min-height: 70px;
  padding: 10px;
  text-align: center;
}

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

.target-evaluation {
  background: linear-gradient(180deg, #fffdf0, #f2dfb8);
  border: 1px solid rgba(37, 31, 27, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  margin: 10px 0;
  min-height: 104px;
  padding: 10px;
  place-items: center;
  text-align: center;
}

.target-evaluation span {
  color: rgba(37, 31, 27, 0.56);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.target-evaluation strong {
  color: #453018;
  font-family: var(--font-display);
  font-size: clamp(1.95rem, 3.2vw, 3rem);
  line-height: 1;
}

.target-evaluation em {
  color: rgba(37, 31, 27, 0.66);
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.15;
}

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

.target-edit-actions button {
  background: #fff9e8;
  border: 1px solid rgba(37, 31, 27, 0.14);
  border-radius: 8px;
  color: var(--target-ink);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 950;
  min-height: 40px;
}

.target-edit-actions button:disabled {
  cursor: default;
  opacity: 0.52;
}

.target-lock {
  align-items: center;
  background: linear-gradient(135deg, rgba(37, 31, 27, 0.22), rgba(37, 31, 27, 0.14));
  border: 0;
  border-radius: 8px;
  color: rgba(37, 31, 27, 0.58);
  cursor: pointer;
  display: inline-flex;
  font-weight: 950;
  gap: 9px;
  justify-content: center;
  margin-top: 10px;
  min-height: 44px;
  padding: 10px 16px;
  width: 100%;
}

.target-lock span {
  background: currentColor;
  display: inline-block;
  height: 16px;
  opacity: 0.88;
  transform: rotate(45deg);
  width: 16px;
}

.target-lock:disabled {
  cursor: default;
  opacity: 0.65;
}

.target-lock.is-ready {
  background: linear-gradient(135deg, var(--target-ember), var(--target-gold));
  box-shadow: 0 0 0 4px rgba(217, 165, 75, 0.2);
  color: #fff7df;
}

.target-solen {
  align-self: stretch;
  min-height: 360px;
  padding: 14px 12px;
  position: relative;
}

.target-solen__plate {
  background: linear-gradient(180deg, #f0d98b, #9b6f38);
  border: 2px solid rgba(69, 48, 24, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(217, 165, 75, 0.3);
  height: 58px;
  margin: 0 auto 8px;
  width: 58px;
}

.target-solen__head {
  background: #754d3a;
  border-radius: 50% 50% 43% 43%;
  height: 62px;
  margin: 0 auto;
  position: relative;
  width: 58px;
}

.target-solen__head span {
  background: #fff4d5;
  border-radius: 50%;
  bottom: 15px;
  box-shadow: 21px 0 0 #fff4d5;
  height: 8px;
  left: 14px;
  position: absolute;
  width: 8px;
}

.target-solen__body {
  background: linear-gradient(180deg, var(--target-steel), #3d4550);
  border-radius: 28px 28px 12px 12px;
  height: 102px;
  margin: -3px auto 0;
  width: 76px;
}

.target-solen__bubble {
  background: #fffdf0;
  border: 2px solid rgba(37, 31, 27, 0.14);
  border-radius: 8px;
  bottom: 14px;
  box-shadow: 0 12px 22px rgba(37, 31, 27, 0.16);
  color: #453018;
  font-size: clamp(0.82rem, 1.2vw, 0.96rem);
  font-weight: 900;
  left: 10px;
  line-height: 1.22;
  padding: 12px;
  position: absolute;
  right: 10px;
  text-align: center;
}

.target-celebration {
  align-items: center;
  background: rgba(255, 253, 240, 0.96);
  border: 2px solid rgba(217, 165, 75, 0.48);
  border-radius: 8px;
  bottom: 4%;
  box-shadow: 0 18px 34px rgba(37, 31, 27, 0.22);
  display: flex;
  gap: 14px;
  left: 5%;
  padding: 12px 14px;
  position: absolute;
  right: 5%;
  z-index: 9;
}

.target-celebration strong {
  color: #453018;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.55vw, 1.36rem);
}

.target-celebration > span {
  color: rgba(37, 31, 27, 0.66);
  font-size: 0.78rem;
  font-weight: 900;
  margin-left: auto;
  white-space: nowrap;
}

.target-why {
  flex: 1;
  min-width: 220px;
}

.target-why span {
  color: rgba(37, 31, 27, 0.48);
}

.target-why p {
  color: rgba(37, 31, 27, 0.72);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.22;
  margin: 2px 0 0;
}

.target-reward {
  display: grid;
  inset: 4%;
  place-items: center;
  position: absolute;
  z-index: 8;
}

.target-reward__card {
  background: rgba(255, 253, 240, 0.96);
  border: 2px solid rgba(217, 165, 75, 0.5);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(37, 31, 27, 0.36);
  display: grid;
  gap: 14px;
  max-height: 100%;
  max-width: 960px;
  overflow: auto;
  padding: 24px;
  text-align: center;
  width: min(92%, 960px);
}

.target-reward__copy span {
  color: var(--target-ember);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.target-reward__copy h2 {
  color: #453018;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.94;
  margin: 4px 0 8px;
}

.target-reward__copy p {
  color: rgba(37, 31, 27, 0.7);
  font-weight: 850;
  margin: 0 auto;
  max-width: 620px;
}

.target-reward__tiles {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.target-reward__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.target-reward__badges span {
  background: rgba(217, 165, 75, 0.16);
  border: 1px solid rgba(217, 165, 75, 0.24);
  border-radius: 999px;
  color: #453018;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 8px 12px;
}

.target-reward__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

@media (max-width: 980px) {
  .target-room__scene {
    height: auto;
    min-height: 1060px;
    overflow: visible;
  }

  .target-shelf,
  .target-steps,
  .target-workbench,
  .target-celebration,
  .target-room__prompt {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
  }

  .target-shelf {
    margin: 110px 14px 12px;
  }

  .target-room__prompt {
    margin: 16px auto 10px;
    max-width: 92%;
  }

  .target-steps {
    flex-direction: column;
    margin: 0 auto 12px;
    width: 92%;
  }

  .target-workbench {
    grid-template-columns: 1fr;
    margin: 0 14px 14px;
  }

  .target-card,
  .target-choices,
  .target-counter-panel,
  .target-solen {
    min-height: auto;
  }

  .target-solen {
    min-height: 280px;
  }

  .target-celebration {
    flex-direction: column;
    margin: 0 14px 18px;
    text-align: center;
  }

  .target-celebration > span {
    margin-left: 0;
  }

  .target-reward__tiles,
  .target-shelf__rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
