/* Xbox360TrYama - Shopier satın alma + aktivasyon kodu alanı */
.shopier-activation-panel {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 219, 105, 0.34);
  border-radius: 16px;
  background: rgba(7, 12, 15, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.shopier-activation-panel-gold {
  background:
    radial-gradient(circle at top right, rgba(255, 207, 52, 0.09), transparent 34%),
    rgba(7, 10, 12, 0.78);
}

.shopier-buy-button,
.shopier-redeem-button {
  min-height: 48px;
  border-radius: 12px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease;
}

.shopier-buy-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 16px;
  color: #201500 !important;
  text-decoration: none !important;
  border: 1px solid rgba(255, 239, 165, 0.9);
  background: linear-gradient(135deg, #fff0a3 0%, #ffd44f 48%, #eda800 100%);
  box-shadow: 0 10px 24px rgba(255, 184, 0, 0.17), inset 0 1px 0 rgba(255,255,255,.58);
}

.shopier-buy-button:hover,
.shopier-buy-button:focus-visible {
  color: #160e00 !important;
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 13px 29px rgba(255, 184, 0, 0.26), inset 0 1px 0 rgba(255,255,255,.65);
}

.shopier-activation-separator {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0 11px;
  color: rgba(244, 232, 189, 0.72);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.shopier-activation-separator::before,
.shopier-activation-separator::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(255, 223, 120, 0.16);
}

.shopier-activation-label {
  display: block;
  margin: 0 0 7px;
  color: #fff2bd;
  font-size: 13px;
  font-weight: 850;
}

.shopier-activation-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  align-items: stretch;
}

.shopier-activation-input {
  width: 100%;
  min-width: 0;
  height: 48px;
  box-sizing: border-box;
  padding: 0 13px;
  border: 1px solid rgba(255, 222, 112, 0.30);
  border-radius: 12px;
  outline: none;
  color: #fff;
  background: rgba(2, 8, 11, 0.88);
  font: 800 14px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  letter-spacing: .5px;
  text-transform: uppercase;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.shopier-activation-input::placeholder {
  color: rgba(231, 222, 188, 0.46);
  opacity: 1;
}

.shopier-activation-input:focus {
  border-color: rgba(255, 217, 83, 0.78);
  box-shadow: 0 0 0 3px rgba(255, 199, 31, 0.11);
}

.shopier-redeem-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 15px;
  border: 1px solid rgba(91, 255, 153, 0.40);
  color: #eafff1;
  background: linear-gradient(145deg, rgba(16, 119, 66, 0.98), rgba(7, 75, 44, 0.99));
  box-shadow: 0 8px 20px rgba(32, 255, 107, 0.10);
}

.shopier-redeem-button:hover,
.shopier-redeem-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(105, 255, 163, 0.70);
  box-shadow: 0 11px 24px rgba(32, 255, 107, 0.17);
}

.shopier-redeem-button:disabled {
  cursor: wait;
  opacity: .68;
  transform: none;
}

.shopier-activation-help,
.shopier-activation-status {
  margin: 10px 0 0 !important;
  font-size: 12px;
  line-height: 1.5;
}

.shopier-activation-help {
  color: rgba(239, 229, 190, 0.70) !important;
}

.shopier-activation-help i {
  margin-right: 5px;
  color: #ffd45b;
}

.shopier-activation-status:empty {
  display: none;
}

.shopier-activation-status {
  padding: 9px 10px;
  border-radius: 10px;
  font-weight: 750;
}

.shopier-activation-status.is-success {
  color: #caffd9 !important;
  background: rgba(31, 183, 93, 0.12);
  border: 1px solid rgba(76, 238, 137, 0.26);
}

.shopier-activation-status.is-error {
  color: #ffd2d2 !important;
  background: rgba(214, 55, 55, 0.12);
  border: 1px solid rgba(255, 102, 102, 0.25);
}

.support-center-detail.is-financial .shopier-activation-panel {
  margin-top: 14px;
}

@media (max-width: 620px) {
  .shopier-activation-row {
    grid-template-columns: 1fr;
  }

  .shopier-redeem-button {
    width: 100%;
    min-height: 46px;
  }
}
