.rewards-shell {
  text-align: left;
}

.rewards-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.rewards-nav .back-link { margin: 0; }

.rewards-nav-link,
.rewards-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border: 1px solid rgba(0, 204, 204, 0.58);
  border-radius: 7px;
  background: rgba(0, 204, 204, 0.09);
  color: #bff7f7;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.rewards-nav-link:hover,
.rewards-nav-link:focus-visible,
.rewards-action:hover,
.rewards-action:focus-visible {
  border-color: #00ffff;
  background: rgba(0, 204, 204, 0.2);
  color: #fff;
  box-shadow: 0 0 14px rgba(0, 255, 255, 0.18);
  outline: none;
}

.rewards-nav-link--primary,
.rewards-action--primary {
  background: #00cccc;
  color: #031011;
}

.rewards-hero,
.rewards-section,
.reward-step,
.rewards-identity,
.rewards-roadmap,
.rewards-bone-daddy {
  border: 1px solid rgba(0, 204, 204, 0.34);
  border-radius: 12px;
  background: rgba(6, 11, 12, 0.88);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.rewards-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(240px, 0.65fr);
  align-items: center;
  gap: 28px;
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(0, 204, 204, 0.18), transparent 42%),
    rgba(6, 11, 12, 0.9);
}

.rewards-kicker {
  margin: 0;
  color: #00cccc;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.rewards-hero h2,
.rewards-section h2,
.rewards-identity h2 {
  margin: 5px 0 9px;
  color: #edf4f4;
  line-height: 1.25;
}

.rewards-hero h2 { font-size: 1.75rem; }
.rewards-hero p:last-child,
.rewards-section-head > p,
.rewards-footnote,
.rewards-identity p:last-child,
.reward-step p,
.rewards-rules { color: #a9bdc1; }

.rewards-rate {
  padding: 20px;
  border: 1px solid rgba(0, 255, 255, 0.48);
  border-radius: 10px;
  background: rgba(0, 204, 204, 0.08);
  text-align: center;
}

.rewards-rate span,
.rewards-rate strong,
.rewards-rate b,
.rewards-rate small { display: block; }
.rewards-rate span { color: #8ebfc2; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; }
.rewards-rate strong { margin-top: 8px; color: #00ffff; font-size: 2.3rem; line-height: 1; text-shadow: 0 0 12px rgba(0, 255, 255, 0.3); }
.rewards-rate b { color: #e5eeee; }
.rewards-rate small { margin-top: 9px; color: #91a9ad; }

.rewards-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.reward-step { padding: 17px; }
.reward-step span { color: rgba(0, 255, 255, 0.48); font-size: 1.45rem; font-weight: 700; }
.reward-step h3 { margin: 4px 0 6px; color: #00cccc; }
.reward-step p { margin: 0; font-size: 0.78rem; }

.rewards-section { margin-bottom: 18px; padding: 22px; }

.rewards-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 204, 204, 0.24);
}

.rewards-section-head > p {
  max-width: 520px;
  margin: 0;
  font-size: 0.78rem;
  text-align: right;
}

.realm-chip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.realm-chip-grid span {
  padding: 10px 12px;
  border: 1px solid rgba(0, 204, 204, 0.22);
  border-radius: 7px;
  background: rgba(0, 204, 204, 0.06);
  color: #c6e5e5;
  font-size: 0.76rem;
  text-align: center;
}

.rewards-footnote { margin: 13px 0 0; font-size: 0.72rem; }

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

.reward-price-table { border: 1px solid rgba(0, 204, 204, 0.2); border-radius: 8px; overflow: hidden; }
.reward-price-table div { display: flex; justify-content: space-between; gap: 15px; padding: 8px 11px; }
.reward-price-table div + div { border-top: 1px solid rgba(0, 204, 204, 0.14); }
.reward-price-table div:nth-child(odd) { background: rgba(255, 255, 255, 0.025); }
.reward-price-table span { color: #abc0c3; }
.reward-price-table strong { color: #e5eeee; }

.rewards-rules {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  font-size: 0.78rem;
}
.rewards-rules strong { color: #dffafa; }

.rewards-identity {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) auto;
  align-items: center;
  gap: 24px;
  padding: 22px;
  background:
    radial-gradient(circle at bottom right, rgba(0, 204, 204, 0.14), transparent 45%),
    rgba(6, 11, 12, 0.9);
}

.rewards-actions { display: flex; gap: 9px; flex-wrap: wrap; justify-content: flex-end; }

.rewards-roadmap {
  margin-top: 18px;
  padding: 20px 22px;
  border-color: rgba(223, 177, 70, 0.45);
  background:
    radial-gradient(circle at top right, rgba(223, 177, 70, 0.12), transparent 48%),
    rgba(22, 18, 9, 0.9);
}

.rewards-roadmap h2,
.rewards-bone-daddy h2 { margin: 5px 0 7px; color: #edf4f4; }
.rewards-roadmap p:last-child,
.rewards-bone-daddy p:last-child { margin: 0; color: #b7c4c5; font-size: 0.78rem; }

.rewards-bone-daddy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-top: 18px;
  padding: 20px 22px;
  border-color: rgba(244, 127, 255, 0.42);
  background:
    radial-gradient(circle at bottom right, rgba(244, 127, 255, 0.13), transparent 48%),
    rgba(15, 8, 17, 0.92);
}

.rewards-bone-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  border: 1px solid rgba(244, 127, 255, 0.75);
  border-radius: 7px;
  background: rgba(244, 127, 255, 0.14);
  color: #ffd9ff;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.rewards-bone-button:hover,
.rewards-bone-button:focus-visible {
  border-color: #f47fff;
  background: #f47fff;
  color: #160719;
  box-shadow: 0 0 16px rgba(244, 127, 255, 0.32);
  outline: none;
}

@media (max-width: 900px) {
  .rewards-hero,
  .rewards-identity,
  .rewards-bone-daddy,
  .rewards-split { grid-template-columns: 1fr; }
  .rewards-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rewards-actions { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .rewards-shell { padding: 16px; }
  .rewards-hero,
  .rewards-section,
  .rewards-identity,
  .rewards-roadmap,
  .rewards-bone-daddy { padding: 17px; }
  .rewards-steps,
  .realm-chip-grid { grid-template-columns: 1fr; }
  .rewards-section-head { align-items: flex-start; flex-direction: column; }
  .rewards-section-head > p { text-align: left; }
  .rewards-actions,
  .rewards-action,
  .rewards-bone-button { width: 100%; box-sizing: border-box; }
}
