.shop-workspace {
  --shop-row-art: url("../assets/generated-art/ui/shockframe-row-highlight-v1.png");
  --shop-trim: #75d5cd;
  --shop-trim-soft: rgba(117, 213, 205, 0.3);
  --shop-trim-glow: rgba(117, 213, 205, 0.16);
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 12px;
  flex: 1;
  width: min(1168px, calc(100vw - 56px));
  height: calc(var(--game-height) - 108px);
  min-height: 0;
  margin: 12px auto 18px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(224, 183, 88, 0.4);
  background:
    linear-gradient(180deg, rgba(224, 183, 88, 0.05), transparent 148px),
    rgba(8, 12, 12, 0.9);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
}

.shop-sections {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  min-height: 46px;
}

.shop-section-tab {
  min-width: 0;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(224, 183, 88, 0.3);
  color: rgba(245, 229, 183, 0.68);
  background:
    linear-gradient(180deg, rgba(245, 229, 183, 0.04), transparent),
    rgba(10, 15, 15, 0.78);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.shop-section-tab:hover,
.shop-section-tab:focus-visible,
.shop-section-tab.is-active {
  border-color: rgba(224, 183, 88, 0.72);
  color: #111614;
  background: linear-gradient(180deg, #e0bd69, #aa7d2e);
}

.shop-command {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 0;
}

.shop-command,
.shop-market {
  grid-row: 2;
}

.shop-command[hidden],
.shop-market[hidden] {
  display: none;
}

.shop-workspace[data-shop-section="recommendation"] .shop-command {
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.72fr);
  align-content: start;
}

.shop-workspace[data-shop-section="recommendation"] .shop-armory,
.shop-workspace[data-shop-section="stats"] .shop-armory {
  grid-template-columns: 1fr;
}

.shop-workspace[data-shop-section="recommendation"] .shop-armory__focus {
  min-height: 172px;
  align-content: center;
}

.shop-workspace[data-shop-section="stats"] .shop-armory {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(224, 183, 88, 0.24);
  background:
    linear-gradient(135deg, rgba(224, 183, 88, 0.1), transparent 52%),
    rgba(12, 18, 18, 0.82);
}

.shop-summary__kicker {
  color: #d2ad58;
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.shop-summary p {
  max-width: 680px;
  margin: 6px 0 0;
  color: rgba(245, 229, 183, 0.82);
  font-size: 11px;
  line-height: 1.38;
  text-transform: none;
}

.shop-ledger {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
  color: #f5e7c3;
  font-family: var(--font-label);
  text-align: left;
}

.shop-ledger__tile {
  display: grid;
  gap: 4px;
  min-height: 38px;
  padding: 7px 9px;
  border: 1px solid rgba(224, 183, 88, 0.2);
  background: rgba(224, 183, 88, 0.07);
}

.shop-ledger__tile small {
  color: rgba(245, 229, 183, 0.48);
  font-size: 6.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.shop-ledger__tile strong {
  color: #f6d883;
  font-family: var(--font-data);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.shop-armory {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  min-height: 0;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
}

.shop-armory > * {
  padding: 10px;
  border: 1px solid rgba(224, 183, 88, 0.24);
  background:
    linear-gradient(180deg, rgba(31, 37, 35, 0.9), rgba(9, 14, 14, 0.9)),
    rgba(9, 14, 14, 0.9);
}

.shop-armory__kicker {
  color: rgba(245, 229, 183, 0.5);
  font-family: var(--font-label);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.shop-armory__status {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}

.shop-armory__status span {
  min-height: 24px;
  padding: 6px;
  border: 1px solid rgba(224, 183, 88, 0.16);
  color: rgba(245, 229, 183, 0.8);
  background: rgba(224, 183, 88, 0.05);
  font-family: var(--font-label);
  font-size: 8px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.shop-armory__focus {
  display: grid;
  align-content: start;
  gap: 7px;
  border-color: rgba(143, 214, 201, 0.34);
  background:
    linear-gradient(135deg, rgba(45, 99, 88, 0.22), transparent 62%),
    rgba(8, 18, 18, 0.92);
}

.shop-armory__focus strong {
  color: #f6d883;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.07em;
}

.shop-armory__focus p {
  margin: 0;
  color: rgba(245, 229, 183, 0.68);
  font-size: 10px;
  line-height: 1.32;
  text-transform: none;
}

.shop-armory__link {
  justify-self: start;
  min-height: 30px;
  padding: 7px 11px;
  border: 1px solid rgba(117, 213, 205, 0.48);
  color: #d7fff6;
  background: rgba(14, 31, 30, 0.86);
  font-family: var(--font-label);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.shop-armory__readiness {
  display: grid;
  align-content: start;
  gap: 7px;
}

.shop-armory__deck-slot,
.shop-armory__campaign {
  display: grid;
  gap: 5px;
  min-height: 0;
}

.shop-armory__deck-slot {
  border-color: rgba(143, 214, 201, 0.22);
  background:
    linear-gradient(90deg, rgba(45, 99, 88, 0.16), transparent 70%),
    rgba(224, 183, 88, 0.04);
}

.shop-armory__deck-slot strong,
.shop-armory__campaign strong {
  color: #f6d883;
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.shop-armory__deck-slot p,
.shop-armory__campaign p {
  margin: 0;
  color: rgba(245, 229, 183, 0.62);
  font-size: 9px;
  line-height: 1.25;
  text-transform: none;
}

.shop-armory__next {
  color: rgba(245, 212, 129, 0.82);
  font-family: var(--font-label);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.shop-armory__list {
  display: grid;
  gap: 6px;
  min-height: 0;
  overflow: hidden;
}

.shop-armory__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 6px;
  border: 1px solid rgba(224, 183, 88, 0.14);
  background: rgba(12, 18, 18, 0.72);
}

.shop-armory__item strong {
  overflow: hidden;
  color: #f2d184;
  font-family: var(--font-display);
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shop-armory__item span {
  color: rgba(245, 229, 183, 0.56);
  font-family: var(--font-label);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.07em;
  white-space: nowrap;
}

.shop-armory__item--empty {
  display: block;
  color: rgba(245, 229, 183, 0.48);
  font-family: var(--font-label);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
}

.shop-market {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: 10px 12px 12px;
  border: 1px solid rgba(224, 183, 88, 0.24);
  background:
    linear-gradient(90deg, transparent 0 22px, rgba(117, 213, 205, 0.12) 22px 24px, transparent 24px calc(100% - 24px), rgba(245, 216, 135, 0.1) calc(100% - 24px) calc(100% - 22px), transparent calc(100% - 22px)),
    linear-gradient(180deg, rgba(31, 37, 35, 0.82), rgba(9, 14, 14, 0.9)),
    rgba(9, 14, 14, 0.9);
}

.shop-market::before {
  content: "";
  position: absolute;
  inset: 7px;
  pointer-events: none;
  border: 1px solid rgba(117, 213, 205, 0.1);
  background:
    linear-gradient(90deg, rgba(117, 213, 205, 0.16), transparent 64px) left 14px top 18px / 132px 1px no-repeat,
    linear-gradient(90deg, transparent, rgba(245, 216, 135, 0.16)) right 22px bottom 18px / 132px 1px no-repeat;
}

.shop-market__bar {
  display: block;
  min-height: 0;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(224, 183, 88, 0.14);
}

.shop-market__kicker {
  flex: 0 0 auto;
  padding-top: 8px;
  color: #d2ad58;
  font-family: var(--font-label);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.shop-market__filters {
  display: grid;
  min-width: 0;
  gap: 6px;
}

.shop-filter-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  min-width: 0;
  padding: 7px 9px;
  border: 1px solid rgba(117, 213, 205, 0.22);
  color: rgba(245, 229, 183, 0.72);
  background:
    linear-gradient(90deg, rgba(8, 22, 22, 0.78), rgba(4, 10, 10, 0.58)),
    var(--shop-row-art) left center / 520px 100% no-repeat,
    linear-gradient(90deg, rgba(8, 22, 22, 0.78), rgba(4, 10, 10, 0.58));
  font-family: var(--font-label);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-filter-summary strong {
  color: #ffe4a2;
}

.shop-filter-summary span {
  color: rgba(142, 232, 221, 0.86);
}

.shop-filter-summary small {
  color: rgba(245, 229, 183, 0.68);
  font: inherit;
}

.shop-filter-summary.is-faction-scoped {
  border-color: rgba(117, 213, 205, 0.48);
  background:
    linear-gradient(90deg, rgba(18, 62, 60, 0.78), rgba(4, 10, 10, 0.86)),
    var(--shop-row-art) left center / 560px 100% no-repeat,
    linear-gradient(90deg, rgba(18, 62, 60, 0.64), rgba(4, 10, 10, 0.68));
}

.shop-filter-summary.is-locked {
  border-color: rgba(168, 77, 64, 0.48);
  background:
    linear-gradient(90deg, rgba(64, 31, 28, 0.68), rgba(4, 10, 10, 0.68));
}

.shop-filter-summary__back {
  flex: 0 0 auto;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(117, 213, 205, 0.42);
  color: #d7fff6;
  background: rgba(14, 31, 30, 0.86);
  font: inherit;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.shop-filter-summary__back:hover,
.shop-filter-summary__back:focus-visible {
  border-color: rgba(245, 216, 135, 0.82);
  color: #111614;
  background: linear-gradient(180deg, #e0bd69, #aa7d2e);
}

.shop-filters {
  display: flex;
  flex: 0 0 auto;
  gap: 6px;
  overflow-x: auto;
  padding: 0;
  scrollbar-width: thin;
}

.shop-filters--factions {
  padding-top: 1px;
}

.shop-filters--availability {
  padding-top: 1px;
}

.shop-filter {
  display: grid;
  grid-template-columns: auto auto;
  gap: 7px;
  align-items: center;
  flex: 0 0 auto;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(224, 183, 88, 0.26);
  color: rgba(245, 229, 183, 0.58);
  background: rgba(30, 37, 35, 0.72);
  font-family: var(--font-label);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.07em;
  cursor: pointer;
}

.shop-filters--factions .shop-filter {
  border-color: rgba(117, 213, 205, 0.22);
  background: rgba(13, 30, 30, 0.58);
}

.shop-filters--factions .shop-filter.is-active {
  border-color: rgba(117, 213, 205, 0.72);
  background: rgba(18, 62, 60, 0.78);
}

.shop-filters--factions .shop-filter.is-locked:not(.is-active) {
  border-color: rgba(168, 77, 64, 0.34);
  color: rgba(245, 191, 174, 0.62);
  background: rgba(54, 28, 27, 0.58);
}

.shop-filter strong,
.shop-filter small {
  font: inherit;
}

.shop-filter small {
  color: rgba(117, 213, 205, 0.76);
}

.shop-search {
  display: grid;
  grid-template-columns: auto minmax(170px, 1fr) auto;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 5px 8px;
  border: 1px solid rgba(117, 213, 205, 0.24);
  background: rgba(5, 12, 12, 0.72);
  color: rgba(142, 232, 221, 0.78);
  font-family: var(--font-label);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-search[hidden] {
  display: none;
}

.shop-search input {
  min-width: 0;
  height: 24px;
  border: 1px solid rgba(117, 213, 205, 0.24);
  background: rgba(0, 0, 0, 0.42);
  color: #fff0c4;
  font: inherit;
  letter-spacing: 0.06em;
  text-transform: none;
}

.shop-search input:focus {
  outline: 1px solid rgba(245, 216, 135, 0.84);
  outline-offset: 1px;
}

.shop-search button {
  min-height: 24px;
  border: 1px solid rgba(224, 183, 88, 0.34);
  background: rgba(42, 33, 19, 0.72);
  color: rgba(245, 229, 183, 0.82);
  font: inherit;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.shop-search button[hidden] {
  display: none;
}

.shop-search button:hover,
.shop-search button:focus-visible {
  border-color: rgba(245, 216, 135, 0.84);
  color: #111614;
  background: linear-gradient(180deg, #e0bd69, #aa7d2e);
}

.shop-filter.is-active {
  border-color: #d9ad54;
  color: #fff0c4;
  background: rgba(91, 72, 39, 0.86);
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  grid-auto-rows: minmax(620px, auto);
  align-content: start;
  gap: 10px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-color: #a87d31 rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

.shop-grid--factions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 188px;
  align-content: start;
  gap: 11px;
  padding-right: 0;
}

.shop-faction-card {
  --shop-trim: #75d5cd;
  --shop-trim-soft: rgba(117, 213, 205, 0.3);
  --shop-trim-glow: rgba(117, 213, 205, 0.14);
  position: relative;
  display: grid;
  min-height: 0;
  grid-template-rows: minmax(78px, 1fr) auto auto auto;
  gap: 7px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid var(--shop-trim-soft);
  color: rgba(245, 229, 183, 0.78);
  background:
    linear-gradient(135deg, var(--shop-trim-glow), transparent 38%),
    linear-gradient(180deg, rgba(255, 226, 156, 0.1), rgba(6, 12, 12, 0.22) 36%, rgba(6, 12, 12, 0.94) 68%),
    var(--shop-faction-image) center 34% / cover no-repeat,
    rgba(10, 15, 15, 0.92);
  box-shadow:
    inset 0 44px 60px rgba(255, 219, 139, 0.05),
    inset 0 -82px 78px rgba(5, 10, 10, 0.84);
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.shop-faction-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 225, 151, 0.12), transparent 27%),
    linear-gradient(135deg, color-mix(in srgb, var(--shop-trim) 30%, transparent), transparent 36%),
    linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.78));
}

.shop-faction-card:hover,
.shop-faction-card:focus-visible {
  border-color: rgba(245, 216, 135, 0.86);
  box-shadow:
    inset 0 44px 60px rgba(255, 219, 139, 0.08),
    inset 0 -90px 80px rgba(5, 10, 10, 0.78),
    0 0 0 1px rgba(245, 216, 135, 0.22),
    0 12px 24px rgba(0, 0, 0, 0.32);
}

.shop-faction-card.is-locked {
  border-color: rgba(168, 77, 64, 0.42);
  filter: saturate(0.72);
}

.shop-faction-card[data-shop-faction-card="bureauStarter"] {
  --shop-trim: #75d5cd;
  --shop-trim-soft: rgba(117, 213, 205, 0.34);
  --shop-trim-glow: rgba(117, 213, 205, 0.16);
}

.shop-faction-card[data-shop-faction-card="kolonists"] {
  --shop-trim: #e0bd69;
  --shop-trim-soft: rgba(224, 183, 88, 0.42);
  --shop-trim-glow: rgba(224, 183, 88, 0.17);
}

.shop-faction-card[data-shop-faction-card="martianSandworms"] {
  --shop-trim: #d95f3d;
  --shop-trim-soft: rgba(217, 95, 61, 0.4);
  --shop-trim-glow: rgba(217, 95, 61, 0.16);
}

.shop-faction-card[data-shop-faction-card="ethers"] {
  --shop-trim: #9eeeff;
  --shop-trim-soft: rgba(158, 238, 255, 0.42);
  --shop-trim-glow: rgba(158, 238, 255, 0.18);
}

.shop-faction-card[data-shop-faction-card="neovandals"] {
  --shop-trim: #9bb45a;
  --shop-trim-soft: rgba(155, 180, 90, 0.38);
  --shop-trim-glow: rgba(155, 180, 90, 0.16);
}

.shop-faction-card[data-shop-faction-card="capitalistImperialDogs"] {
  --shop-trim: #cf4c42;
  --shop-trim-soft: rgba(207, 76, 66, 0.4);
  --shop-trim-glow: rgba(207, 76, 66, 0.17);
}

.shop-faction-card > * {
  position: relative;
  z-index: 2;
}

.shop-faction-card__media {
  min-height: 78px;
}

.shop-faction-card__kicker,
.shop-faction-card__meta,
.shop-faction-card__state {
  font-size: 7px;
  line-height: 1.25;
}

.shop-faction-card__kicker {
  color: rgba(142, 232, 221, 0.82);
}

.shop-faction-card strong {
  color: #ffe4a2;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.08em;
}

.shop-faction-card__meta {
  color: rgba(245, 229, 183, 0.76);
}

.shop-faction-card__state {
  min-height: 28px;
  color: rgba(245, 212, 129, 0.82);
}

.shop-faction-card.is-locked .shop-faction-card__state {
  color: rgba(245, 183, 153, 0.86);
}

.shop-empty {
  grid-column: 1 / -1;
  align-self: start;
  padding: 18px;
  border: 1px solid rgba(117, 213, 205, 0.24);
  background: rgba(10, 22, 22, 0.82);
  color: rgba(245, 229, 183, 0.72);
}

.shop-empty strong {
  display: block;
  margin-bottom: 8px;
  color: #fff0c4;
  font-family: var(--font-display);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.shop-empty p {
  margin: 0;
  max-width: 54ch;
  font-size: 11px;
  line-height: 1.45;
}

.shop-card {
  --shop-accent: #b98a2d;
  display: grid;
  grid-template-rows: auto auto;
  gap: 8px;
  min-height: 438px;
  padding: 8px;
  border: 1px solid color-mix(in srgb, var(--shop-accent) 42%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--shop-accent) 18%, transparent), transparent 38%),
    linear-gradient(90deg, color-mix(in srgb, var(--shop-accent) 16%, transparent), transparent 45%),
    rgba(15, 21, 21, 0.88);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.shop-card__preview {
  display: grid;
  place-items: center;
  min-height: 238px;
  padding: 10px;
  border: 1px solid rgba(117, 213, 205, 0.42);
  background:
    radial-gradient(circle at 50% 28%, rgba(117, 213, 205, 0.16), transparent 44%),
    linear-gradient(180deg, rgba(12, 39, 40, 0.74), rgba(5, 12, 13, 0.92));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 -44px 58px rgba(0, 0, 0, 0.32);
}

.shop-card__preview .shop-card__game-card.card {
  width: min(172px, 78%);
  max-width: 100%;
  flex: 0 0 auto;
  cursor: default;
  pointer-events: none;
}

.shop-card__preview .shop-card__game-card.card:active {
  transform: none;
}

.shop-card.is-locked {
  filter: saturate(0.6);
}

.shop-card.is-actionable,
.shop-card.is-refit-ready {
  border-color: rgba(117, 213, 205, 0.58);
  box-shadow:
    0 0 0 1px rgba(117, 213, 205, 0.1),
    0 8px 18px rgba(0, 0, 0, 0.24);
}

.shop-card.is-focused {
  outline: 2px solid rgba(245, 212, 129, 0.86);
  outline-offset: 2px;
}

.shop-card__media {
  display: grid;
  place-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(224, 183, 88, 0.24);
  color: #e7bd65;
  background: rgba(11, 15, 15, 0.96);
  font: 400 34px/1 var(--font-display);
}

.shop-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-card__body {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 6px;
}

.shop-card__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.shop-card__category {
  color: color-mix(in srgb, var(--shop-accent) 76%, #fff0c4);
  font-family: var(--font-display);
  font-size: 8px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.shop-card__state {
  color: rgba(245, 229, 183, 0.62);
  font-family: var(--font-display);
  font-size: 7px;
  letter-spacing: 0.09em;
  white-space: nowrap;
}

.shop-card h2 {
  margin: 0;
  color: #f5d481;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.shop-card p {
  margin: 0;
  color: rgba(245, 229, 183, 0.76);
  font-size: 9px;
  line-height: 1.25;
  text-transform: none;
}

.shop-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin: 0;
}

.shop-card__meta span {
  padding: 3px 5px;
  border: 1px solid rgba(224, 183, 88, 0.2);
  color: rgba(245, 229, 183, 0.74);
  background: rgba(224, 183, 88, 0.07);
  font-family: var(--font-display);
  font-size: 6.2px;
  letter-spacing: 0.08em;
}

.shop-card__lock {
  margin: -2px 0 8px;
  color: rgba(245, 188, 118, 0.84);
  font-family: var(--font-display);
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.shop-card__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin: 0;
}

.shop-card__stats span {
  padding: 3px 6px;
  border: 1px solid rgba(99, 184, 163, 0.26);
  color: rgba(216, 250, 239, 0.82);
  background: rgba(45, 99, 88, 0.18);
  font-family: var(--font-display);
  font-size: 7px;
  letter-spacing: 0.05em;
}

.shop-card__guidance {
  display: grid;
  gap: 3px;
  padding: 7px;
  border: 1px solid rgba(117, 213, 205, 0.2);
  background:
    linear-gradient(90deg, rgba(117, 213, 205, 0.08), transparent 70%),
    rgba(5, 12, 12, 0.44);
}

.shop-card__guidance-label {
  color: rgba(142, 232, 221, 0.82);
  font-family: var(--font-display);
  font-size: 6.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shop-card__guidance strong {
  color: #fff0c4;
  font-family: var(--font-display);
  font-size: 7.5px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.25;
}

.shop-card__guidance small {
  color: rgba(245, 229, 183, 0.68);
  font-size: 8px;
  line-height: 1.25;
}

.shop-card__guidance[data-shop-state="locked"],
.shop-card__guidance[data-shop-state="unaffordable"],
.shop-card__guidance[data-shop-state="owned-shortfall"] {
  border-color: rgba(224, 183, 88, 0.22);
  background:
    linear-gradient(90deg, rgba(224, 183, 88, 0.08), transparent 70%),
    rgba(15, 12, 8, 0.44);
}

.shop-card__guidance[data-shop-state="buyable"],
.shop-card__guidance[data-shop-state="refit-ready"] {
  border-color: rgba(117, 213, 205, 0.36);
  background:
    linear-gradient(90deg, rgba(117, 213, 205, 0.13), transparent 70%),
    rgba(5, 18, 18, 0.52);
}

.shop-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-self: end;
  gap: 6px;
  margin-top: 0;
}

.shop-card__actions button {
  min-height: 32px;
  border: 1px solid rgba(224, 183, 88, 0.45);
  color: #f5e7c3;
  background: rgba(27, 34, 33, 0.88);
  font-family: var(--font-display);
  font-size: 8px;
  letter-spacing: 0.07em;
  cursor: pointer;
}

.shop-card__actions button:not(:disabled):hover {
  border-color: rgba(245, 216, 135, 0.82);
  color: #fff0c4;
  background: rgba(91, 72, 39, 0.82);
}

.shop-card__actions button:disabled {
  color: rgba(245, 229, 183, 0.34);
  border-color: rgba(224, 183, 88, 0.18);
  cursor: default;
}

.shop-card--event { --shop-accent: #b53f2c; }
.shop-card--vehicle { --shop-accent: #3d8990; }
.shop-card--infantry { --shop-accent: #68774a; }
.shop-card--base { --shop-accent: #9d8243; }
.shop-card--attack { --shop-accent: #d06b2f; }
.shop-card--unit { --shop-accent: #4e8b79; }
.shop-card--hero { --shop-accent: #a73f31; }
