/* Monster Frame Final Override */
.monster-detail-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 118px;
  padding: 18px 34px;
  border: 0;
  border-radius: 0;
  background: url('/bordascano1.png') center / 100% 100% no-repeat;
}

.monster-detail-copy,
.monster-detail-figure {
  position: relative;
  z-index: 1;
}

.monster-detail-copy {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.monster-detail-copy h2 {
  margin: 0;
  position: relative;
  z-index: 2;
}

.monster-detail-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
}

.monster-detail-image {
  width: 88px;
  height: 88px;
  object-fit: contain;
  image-rendering: pixelated;
}

@media (max-width: 820px) {
  .monster-detail-hero {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 96px;
    padding: 14px 18px;
    background-size: 100% 100%;
  }

  .monster-detail-copy h2 {
    font-size: 28px;
  }

  .monster-detail-image {
    width: 62px;
    height: 62px;
  }
}

/* Monster Title Neon Override */
.monster-detail-copy h2 {
  color: #98ff86;
  text-shadow:
    1px 0 0 #18310f,
    -1px 0 0 #18310f,
    0 1px 0 #18310f,
    0 -1px 0 #18310f,
    2px 2px 0 rgba(20, 40, 14, 0.42),
    0 0 8px rgba(57, 255, 20, 0.55),
    0 0 16px rgba(57, 255, 20, 0.28);
  animation: monsterTitleNeon 2.8s ease-in-out infinite alternate;
}

@keyframes monsterTitleNeon {
  0% {
    color: #7eff67;
    text-shadow:
      1px 0 0 #18310f,
      -1px 0 0 #18310f,
      0 1px 0 #18310f,
      0 -1px 0 #18310f,
      2px 2px 0 rgba(20, 40, 14, 0.42),
      0 0 7px rgba(57, 255, 20, 0.44),
      0 0 14px rgba(57, 255, 20, 0.22);
  }
  100% {
    color: #ddffd7;
    text-shadow:
      1px 0 0 #18310f,
      -1px 0 0 #18310f,
      0 1px 0 #18310f,
      0 -1px 0 #18310f,
      2px 2px 0 rgba(20, 40, 14, 0.42),
      0 0 10px rgba(57, 255, 20, 0.78),
      0 0 22px rgba(57, 255, 20, 0.42);
  }
}



/* Monster Neon Final Override */
.monster-detail-hero {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 20px !important;
  min-height: 118px !important;
  padding: 18px 24px !important;
  border: 1px solid #7b5b2f !important;
  border-radius: 8px !important;
  background: linear-gradient(#f5e1bb, #e8cca0) !important;
  overflow: visible !important;
  isolation: auto !important;
  filter: none !important;
}

.monster-detail-hero::before,
.monster-detail-hero::after {
  content: none !important;
  display: none !important;
  background: none !important;
  animation: none !important;
}

.monster-detail-copy,
.monster-detail-figure {
  z-index: 1 !important;
}

.monster-detail-copy {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.monster-detail-copy h2 {
  margin: 0 !important;
  position: relative !important;
  z-index: 2 !important;
  color: #6b2f00 !important;
  text-shadow: none !important;
  animation: none !important;
}

.monster-detail-image {
  width: 88px !important;
  height: 88px !important;
  object-fit: contain !important;
  image-rendering: pixelated !important;
}

@media (max-width: 820px) {
  .monster-detail-hero {
    gap: 12px !important;
    min-height: 96px !important;
    padding: 14px 18px !important;
  }

  .monster-detail-copy h2 {
    font-size: 28px !important;
  }

  .monster-detail-image {
    width: 62px !important;
    height: 62px !important;
  }
}


/* Menu Grid Override */
@media (min-width: 821px) {
  #mainMenu {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #mainMenu .menu-top {
    display: none !important;
  }

  #mainMenu .menu-toggle {
    display: none !important;
  }

  #mainMenu .menu-links {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
  }

  #mainMenu .menu-links a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 11px 9px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
    border-top: none !important;
    border-right: 1px solid rgba(0,0,0,.25) !important;
    margin: 0 !important;
  }

  #mainMenu .menu-links a.right {
    margin-left: 0 !important;
    border-left: none !important;
  }
}

/* Menu Brand Mobile Override */
.menu-top .brand {
  display: none;
}

@media (max-width: 820px) {
  #mainMenu .menu-top .brand {
    display: inline-flex !important;
    align-items: center !important;
    border-right: none !important;
    padding: 12px 14px !important;
  }
}

.welcome-alert-card {
  margin: 18px auto 22px;
  padding: 16px 20px;
  max-width: 860px;
  background: linear-gradient(180deg, #f8e6c0 0%, #f1d7a4 100%);
  border: 1px solid #9c6a2d;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(77, 43, 0, 0.12);
  text-align: left;
}

.welcome-alert-card h3 {
  margin: 0 0 10px;
  color: #7a2e00;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.welcome-alert-card p {
  margin: 0 0 10px;
  color: #5a2800;
  line-height: 1.6;
}

.welcome-alert-card p:last-child {
  margin-bottom: 0;
}

.welcome-alert-actions {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}


.monster-detail-section-title {
  margin: 0 0 14px;
  color: #7a3b00;
  text-align: center;
}










/* Boss section title */
.monsters-bosses .monsters-section-title {
  position: relative;
  overflow: hidden;
  padding: 8px 16px;
  border: 2px solid #5f2b09;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 232, 164, .18), rgba(255, 232, 164, 0) 42%),
    linear-gradient(180deg, #d9b985, #b98f52);
  color: #3a1600;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #ffe0a0, 0 2px 0 rgba(72, 28, 0, .28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 3px 0 #6d3a15;
}


.monsters-bosses .monsters-section-title::before {
  content: "";
  display: inline-block;
  width: 140px;
  height: 32px;
  flex: 0 0 auto;
  background: url("/botton_crown.gif") center / contain no-repeat;
  image-rendering: pixelated;
}
@media (max-width: 820px) {
  .monsters-bosses .monsters-section-title {
    font-size: 22px;
    padding: 7px 14px;
  }
}



/* Compact monster cards */
.monsters-grid .monster-card {
  min-height: 82px;
  padding: 10px 14px;
}

.monsters-grid .monster-card-body {
  min-height: 0;
  align-items: center;
  gap: 10px;
}

.monsters-grid .monster-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.12;
}

.monsters-grid .monster-card-image {
  width: 64px;
  height: 64px;
  margin: 0;
}

@media (max-width: 820px) {
  .monsters-grid .monster-card {
    min-height: 74px;
    padding: 9px 12px;
  }

  .monsters-grid .monster-card h3 {
    font-size: 20px;
  }

  .monsters-grid .monster-card-image {
    width: 58px;
    height: 58px;
  }
}

/* Center monsters page header */
.monsters-topbar {
  justify-content: center;
  text-align: center;
}

.monsters-topbar > div {
  width: 100%;
}

/* Keep the banner's original proportions on larger screens too. */
@media (min-width: 821px) {
  .banner.has-image {
    height: auto;
    aspect-ratio: auto;
  }

  .banner-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    background: #141f33;
  }
}








.support-shop-gif {
  display: block;
  width: 110px;
  height: 110px;
  object-fit: contain;
  image-rendering: pixelated;
  margin: -2px auto 4px;
}

.support-bonus-title {
  color: #1f6f2a !important;
  text-shadow: 0 1px 0 #dff4b8, 0 0 8px rgba(58, 138, 54, .22);
}



/* Boss card alignment */
.monsters-grid-bosses .monster-card-body {
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.monsters-grid-bosses .monster-card-copy {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
}

.monsters-grid-bosses .monster-card h3 {
  margin: 0;
}

.monsters-grid-bosses .monster-card-figure {
  flex: 0 0 auto;
}

.monsters-grid-bosses .monster-card-image {
  margin: 0;
}



/* Items page */
.items-page {
  text-align: left;
}

.items-page > h2,
.items-page > .lead,
.items-page > .support-language-switch,
.items-page-subtitle {
  text-align: center;
}

.items-page-subtitle {
  margin: 24px 0 14px;
  color: #5A2800;
  font-size: 26px;
}


.shop-price-group {
  margin-top: 14px;
}

.shop-price-group h3 {
  margin: 0 0 10px;
  color: #5A2800;
  font-size: 22px;
  line-height: 1.1;
  text-align: center;
}
.shop-items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 10px;
  margin: 12px 0 28px;
}

.shop-item-card {
  min-height: 138px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 7px;
  padding: 9px;
  border: 1px solid #7b5b2f;
  border-radius: 6px;
  background: linear-gradient(#2b261f, #14120f);
  box-shadow: inset 0 0 0 2px rgba(255, 244, 221, .08);
}

.shop-item-card h4 {
  margin: 0;
  color: #fff8e7;
  font-size: 15px;
  line-height: 1.15;
  text-align: left;
  overflow-wrap: anywhere;
}

.shop-item-art {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-item-art img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  image-rendering: pixelated;
}

.shop-item-no-image {
  color: rgba(255, 248, 231, .58);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  overflow-wrap: anywhere;
}

.shop-item-price {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
}

.shop-item-gold {
  color: #f2d447;
}

.shop-item-diamond {
  color: #38dfff;
}

.items-set-grid,
.items-section-grid {
  display: grid;
  gap: 14px;
  margin-top: 12px;
}

.items-set-grid {
  grid-template-columns: 1fr;
}

.items-section-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.items-section {
  border: 1px solid #7b5b2f;
  background: linear-gradient(#f3dfbd, #e6cda4);
  border-radius: 6px;
  padding: 14px;
}

.items-section h3 {
  margin: 0 0 12px;
  color: #5A2800;
  font-size: 23px;
  line-height: 1.1;
  text-align: center;
}

.items-equipment-layout {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(120px, 1.15fr) minmax(0, 1fr);
    grid-template-areas:
        "head-left head head-right"
        ". . backpack"
        ". robe ."
        ". light-armor shield"
        "left armor right"
        "sword legs belt"
        "bow boots ."
        "wand . .";
    gap: 8px;
    align-items: stretch;
}

.items-equipment-layout:not(:has(.slot-backpack)) {
    grid-template-areas:
        "head-left head head-right"
        ". robe ."
        ". light-armor shield"
        "left armor right"
        "sword legs belt"
        "bow boots ."
        "wand . .";
}

.items-equipment-layout:not(:has(.slot-shield)) {
    grid-template-areas:
        "head-left head head-right"
        ". . backpack"
        ". robe ."
        ". light-armor ."
        "left armor right"
        "sword legs belt"
        "bow boots ."
        "wand . .";
}

.items-equipment-layout:not(:has(.slot-backpack)):not(:has(.slot-shield)) {
    grid-template-areas:
        "head-left head head-right"
        ". robe ."
        ". light-armor ."
        "left armor right"
        "sword legs belt"
        "bow boots ."
        "wand . .";
}
.item-slot,
.items-list-entry {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 9px;
  border: 1px solid rgba(95, 77, 65, .45);
  background: rgba(255, 244, 221, .55);
  color: #5A2800;
  font-weight: 700;
  text-align: center;
}

.slot-head { grid-area: head; }
.slot-head-left { grid-area: head-left; }
.slot-head-right { grid-area: head-right; }
.slot-armor { grid-area: armor; }
.slot-light-armor { grid-area: light-armor; }
.slot-robe { grid-area: robe; }
.slot-sword { grid-area: sword; }
.slot-bow { grid-area: bow; }
.slot-wand { grid-area: wand; }
.slot-legs { grid-area: legs; }
.slot-boots { grid-area: boots; }
.slot-left-glove { grid-area: right; }
.slot-right-glove { grid-area: left; }
.slot-belt { grid-area: belt; }
.slot-backpack { grid-area: backpack; }
.slot-shield { grid-area: shield; }

.item-slot img,
.items-list-entry img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  image-rendering: pixelated;
  flex: 0 0 auto;
}

.item-sprite-lizard-helmet {
  transform: scale(1.14);
}


.item-slot.has-image,
.items-list-entry.has-image,
.item-variant-row.has-image {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  justify-content: stretch;
  justify-items: stretch;
  text-align: center;
}

.item-slot.has-image img,
.items-list-entry.has-image img,
.item-variant-row.has-image img {
  justify-self: start;
  margin-left: 0;
}

.item-slot.has-image span,
.items-list-entry.has-image span,
.item-variant-row.has-image span {
  justify-self: center;
}
.item-slot span,
.items-list-entry span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.items-set-extra,
.items-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.items-list {
  margin-top: 0;
}

.items-upgrade-section {
  grid-column: 1 / -1;
}

.items-upgrade-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 10px;
}

.items-upgrade-grid .items-list-entry {
  min-height: 66px;
  justify-content: flex-start;
  text-align: left;
}

@media (max-width: 900px) {
  .items-set-grid,
  .items-section-grid,
  .items-set-extra,
  .items-list {
    grid-template-columns: 1fr;
  }

  .items-equipment-layout {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "head-left head-right"
      "head head"
      ". backpack"
      "robe robe"
      "light-armor shield"
      "armor armor"
      "left right"
      "sword bow"
      "wand wand"
      "legs belt"
      "boots boots";
  }

  .items-equipment-layout:not(:has(.slot-backpack)) {
    grid-template-areas:
      "head-left head-right"
      "head head"
      "robe robe"
      "light-armor shield"
      "armor armor"
      "left right"
      "sword bow"
      "wand wand"
      "legs belt"
      "boots boots";
  }

  .items-equipment-layout:not(:has(.slot-shield)) {
    grid-template-areas:
      "head-left head-right"
      "head head"
      ". backpack"
      "robe robe"
      "light-armor light-armor"
      "armor armor"
      "left right"
      "sword bow"
      "wand wand"
      "legs belt"
      "boots boots";
  }

  .items-equipment-layout:not(:has(.slot-backpack)):not(:has(.slot-shield)) {
    grid-template-areas:
      "head-left head-right"
      "head head"
      "robe robe"
      "light-armor light-armor"
      "armor armor"
      "left right"
      "sword bow"
      "wand wand"
      "legs belt"
      "boots boots";
  }


  .item-slot,
  .items-list-entry {
    overflow-wrap: normal;
    word-break: normal;
  }

  .item-slot span,
  .items-list-entry span {
    overflow-wrap: normal;
    word-break: normal;
  }
  .items-upgrade-grid {
    grid-template-columns: 1fr;
  }
}
























.item-clickable {
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.item-clickable:hover,
.item-clickable:focus-visible {
  border-color: #8a4a12;
  box-shadow: 0 0 0 2px rgba(138, 74, 18, .18);
  transform: translateY(-1px);
  outline: none;
}

.item-back-link {
  display: inline-block;
  margin-bottom: 14px;
  color: #7a3600;
  font-weight: 700;
}

.item-detail-hero {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.item-detail-art {
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(95, 77, 65, .45);
  background: rgba(255, 244, 221, .55);
}

.item-detail-art img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  image-rendering: pixelated;
}

.item-detail-no-image {
  color: #6b3a08;
  font-size: 32px;
  font-weight: 800;
}

.item-source-section {
  margin-top: 14px;
}

.item-source-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
}

.item-source-card {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(95, 77, 65, .45);
  background: rgba(255, 244, 221, .55);
  color: #5A2800;
  font-weight: 700;
  text-decoration: none;
}

.item-source-card span {
  white-space: nowrap;
}

.item-empty-state {
  margin: 0;
  color: #6b3a08;
  font-weight: 700;
}

@media (max-width: 700px) {
  .item-detail-hero {
    align-items: flex-start;
  }

  .item-detail-art {
    width: 70px;
    height: 70px;
  }
}

.item-source-card-with-image {
  justify-content: flex-start;
}

.item-source-image {
  width: 38px;
  height: 38px;
  object-fit: contain;
  image-rendering: pixelated;
  flex: 0 0 auto;
}

.item-source-card-with-image strong {
  flex: 1 1 auto;
}

.item-info-section {
  margin-top: 14px;
}

.item-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.item-info-card {
  min-height: 46px;
  padding: 9px 10px;
  border: 1px solid rgba(95, 77, 65, .45);
  background: rgba(255, 244, 221, .55);
  color: #5A2800;
}

.item-info-card strong,
.item-info-card span {
  display: block;
}

.item-info-card strong {
  font-size: 13px;
  line-height: 1.1;
}

.item-info-card span {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
}



.monster-drop-clickable {
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.monster-drop-clickable:hover,
.monster-drop-clickable:focus-visible {
  border-color: #8a4a12;
  box-shadow: 0 0 0 2px rgba(138, 74, 18, .18);
  transform: translateY(-1px);
  outline: none;
}

.item-rarity-icon {
  box-sizing: border-box;
  border: 2px solid rgba(95, 77, 65, .45);
  border-radius: 0;
  padding: 2px;
  background: rgba(255, 244, 221, .72);
}



.item-detail-art.rarity-uncommon,
.item-detail-art.rarity-rare,
.item-detail-art.rarity-epic,
.item-detail-art.rarity-legendary,
.item-detail-art.rarity-mythic {
  border-width: 2px;
  border-style: solid;
}

.item-variant-slot {
  align-items: stretch;
  padding: 5px;
}

.item-variant-stack {
  width: 100%;
  display: grid;
  gap: 0;
}

.item-variant-row {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 2px 5px;
  border: 0;
  border-top: 1px solid rgba(95, 77, 65, .24);
  background: transparent;
  color: #5A2800;
  font-weight: 700;
  text-align: center;
}

.item-variant-row:first-child {
  border-top: 0;
}

.item-variant-row img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  image-rendering: pixelated;
  flex: 0 0 auto;
}

.item-variant-row span {
  line-height: 1.05;
}

.item-slot img,
.items-list-entry img,
.shop-item-art img,
.item-variant-row img,
.item-detail-art {
  box-sizing: border-box;
  border: 2px solid rgba(95, 77, 65, .45);
  border-radius: 0;
  padding: 2px;
  background: rgba(255, 244, 221, .72);
}

.rarity-uncommon { border-color: #2ABE5F !important; }
.rarity-rare { border-color: #3791FF !important; }
.rarity-epic { border-color: #A55AFF !important; }
.rarity-legendary { border-color: #FFDC41 !important; }
.rarity-mythic { border-color: #FF8723 !important; }





.item-variant-row.has-image {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  justify-content: stretch;
  justify-items: stretch;
  text-align: center;
}

.item-variant-row.has-image img {
  justify-self: start;
}

.item-variant-row.has-image span {
  justify-self: center;
}



.rarity-name-uncommon { color: #2ABE5F !important; }
.rarity-name-rare { color: #3791FF !important; }
.rarity-name-epic { color: #A55AFF !important; }
.rarity-name-legendary { color: #FFDC41 !important; }
.rarity-name-mythic { color: #FF8723 !important; }

.monster-drop-icon.rarity-uncommon,
.monster-drop-icon.rarity-rare,
.monster-drop-icon.rarity-epic,
.monster-drop-icon.rarity-legendary,
.monster-drop-icon.rarity-mythic {
  width: 62px;
  height: 62px;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  padding: 2px;
  background: rgba(255, 244, 221, .72);
}





/* Choice of national payment or PayPal */
.support-currency-note {
  max-width: 760px;
  margin: 8px auto 0;
  color: #75522c;
  font-size: 12px;
  line-height: 1.45;
}

.support-payment-actions {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: auto;
}

.support-offer-card .support-payment-actions .support-btn {
  min-height: 42px;
  margin: 0;
  padding: 9px 10px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.15;
  font-size: 14px;
}

.support-offer-card .support-btn-local {
  border-color: #f0c45d;
  background: linear-gradient(#d9992d, #8d5418);
  color: #fff7d9;
}

.support-offer-card .support-btn-local:hover {
  background: linear-gradient(#efb640, #a8651d);
}

.support-offer-card .support-btn-paypal {
  border-color: #74a8e8;
  background: linear-gradient(#1877c9, #073d84);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 5px 12px rgba(0,0,0,.24);
}

.support-offer-card .support-btn-paypal:hover {
  background: linear-gradient(#2690e4, #0a4fa5);
}

/* Premium Mystery Gift progression */
.support-premium-head {
  margin: 34px 0 18px;
  padding: 18px 20px;
  border: 1px solid #9c6e28;
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 0, rgba(245,200,91,.22), transparent 55%),
    linear-gradient(145deg, #1b462f, #102d22 56%, #32180f);
  color: #f8e8c1;
  text-align: center;
  box-shadow: 0 9px 22px rgba(45,23,12,.18), inset 0 0 0 1px rgba(255,231,160,.08);
}

.support-premium-head > span {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--shop-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.support-premium-head h3,
.support-premium-head p {
  margin: 0;
}

.support-premium-head p {
  margin-top: 6px;
  color: #dbcaa7;
}

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

.support-premium-card {
  min-height: 555px;
  padding-top: 54px;
  border-color: #a77730;
  background:
    radial-gradient(circle at 50% 12%, rgba(122,79,181,.22), transparent 42%),
    linear-gradient(155deg, #2b2147, #162d29 53%, #32190f);
}

.support-premium-card .support-offer-tag {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.support-premium-card-popular {
  border: 2px solid #e2af45;
  background:
    radial-gradient(circle at 50% 12%, rgba(245,200,91,.25), transparent 42%),
    linear-gradient(155deg, #3b2757, #173329 54%, #3a1d10);
  box-shadow: 0 14px 30px rgba(45,23,12,.28), 0 0 24px rgba(245,200,91,.17);
}

.support-premium-card-ultimate {
  border: 2px solid #f1c760;
  background:
    radial-gradient(circle at 50% 8%, rgba(255,211,94,.32), transparent 44%),
    linear-gradient(150deg, #4c2d63, #18392c 52%, #452110);
  box-shadow: 0 15px 34px rgba(45,23,12,.3), 0 0 28px rgba(245,200,91,.2);
}

.support-premium-art {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9px;
}

.support-premium-art-framed {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.support-premium-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 9px 14px rgba(0,0,0,.34));
}

.support-premium-card-entry .support-premium-art img {
  width: 190px;
}

.support-premium-equation {
  margin: 0;
  display: grid;
  gap: 6px;
  color: #e9ddc1;
}

.support-premium-equation strong {
  color: #fff0bd;
}

.support-premium-equation span {
  color: #baf2c9;
  font-weight: 800;
}

.support-premium-highlight,
.support-premium-single {
  width: fit-content;
  margin: 0 auto;
  padding: 7px 12px;
  border: 1px solid rgba(245,200,91,.42);
  border-radius: 999px;
  background: rgba(245,200,91,.12);
  color: #ffe59c;
  font-weight: 800;
}

.support-premium-copy {
  margin: 0;
  color: #ddd0b5;
  line-height: 1.45;
}

