/* games-css-build */
.plans__card[data-tier="gear"]   { background: linear-gradient(160deg, rgba(120, 140, 160, 0.5) 0%, rgba(120, 140, 160, 0.12) 50%, rgba(10, 8, 18, 0.92) 100%); --tier-color: #788ca0; box-shadow: inset 0 0 0 1px rgba(120, 140, 160, 0.25); }
.plans__card[data-tier="belt"]   { background: linear-gradient(160deg, rgba(90, 150, 190, 0.5) 0%, rgba(90, 150, 190, 0.12) 50%, rgba(10, 8, 18, 0.92) 100%); --tier-color: #5a96be; box-shadow: inset 0 0 0 1px rgba(90, 150, 190, 0.25); }
.plans__card[data-tier="robot"]   { background: linear-gradient(160deg, rgba(70, 175, 185, 0.5) 0%, rgba(70, 175, 185, 0.12) 50%, rgba(10, 8, 18, 0.92) 100%); --tier-color: #46afb9; box-shadow: inset 0 0 0 1px rgba(70, 175, 185, 0.25); }
.plans__card[data-tier="reactor"]   { background: linear-gradient(160deg, rgba(95, 180, 120, 0.5) 0%, rgba(95, 180, 120, 0.12) 50%, rgba(10, 8, 18, 0.92) 100%); --tier-color: #5fb478; box-shadow: inset 0 0 0 1px rgba(95, 180, 120, 0.25); }
.plans__card[data-tier="rocket"]   { background: linear-gradient(160deg, rgba(215, 165, 60, 0.5) 0%, rgba(215, 165, 60, 0.12) 50%, rgba(10, 8, 18, 0.92) 100%); --tier-color: #d7a53c; box-shadow: inset 0 0 0 1px rgba(215, 165, 60, 0.25); }

.plans__card[data-tier="gear"] .plans__card-btn,
.plans__card[data-tier="belt"] .plans__card-btn,
.plans__card[data-tier="robot"] .plans__card-btn,
.plans__card[data-tier="reactor"] .plans__card-btn,
.plans__card[data-tier="rocket"] .plans__card-btn { color: #0d0b14; }

.plans__card.plans__card--popular[data-tier="robot"] {
  overflow: visible;
  box-shadow: 0 0 0 2px var(--tier-color), 0 0 40px rgba(70, 175, 185, 0.25), 0 12px 40px rgba(0, 0, 0, 0.4);
}

.plans__card.plans__card--popular[data-tier="robot"]:hover {
  box-shadow: 0 0 0 3px var(--tier-color), 0 0 56px rgba(70, 175, 185, 0.35), 0 20px 56px rgba(0, 0, 0, 0.5);
}

.plans__card.plans__card--popular[data-tier="robot"] .plans__card-overlay {
  border-radius: 18px;
}
