/* ============================================================
   FarmBrawl — Retiros (farm / pixel theme override)
   Mantiene las mismas clases del HTML/JS; solo look & feel.
   ============================================================ */

/* ─── Panel llena el tab (como staking / lab) ─── */
#content-withdrawals {
  position: static !important;
  overflow: visible !important;
  pointer-events: none;
  height: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

#content-withdrawals.withdraw-hub::before {
  display: none !important;
}

#content-withdrawals #view-withdrawals.tab-view {
  position: absolute !important;
  inset: 10px !important;
  width: auto !important;
  height: auto !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  pointer-events: auto !important;
  display: block !important;
  background:
    linear-gradient(165deg, rgba(28, 22, 14, 0.97) 0%, rgba(12, 10, 8, 0.98) 100%) !important;
  border: 2px solid #0a0806 !important;
  box-shadow:
    0 0 0 2px #c49a20,
    0 12px 40px rgba(0, 0, 0, 0.55) !important;
  padding: 14px 16px 20px !important;
  z-index: 20;
  border-radius: 0 !important;
}

.withdraw-shell {
  max-width: 1080px !important;
  margin: 0 auto !important;
}

.withdraw-main-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ─── Hero farm ─── */
.withdraw-hero-cinematic {
  position: relative;
  border-radius: 0 !important;
  overflow: hidden;
  margin-bottom: 0 !important;
  border: 2px solid #0a0806 !important;
  background: #120e0a !important;
  box-shadow: 0 0 0 2px #c49a20, inset 0 0 40px rgba(0, 0, 0, 0.4) !important;
  animation: none !important;
}

.withdraw-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(20, 16, 10, 0.55), rgba(12, 10, 8, 0.35)),
    url("../assets/withdraw-hero-bg.png") center 40% / cover no-repeat !important;
  opacity: 0.45 !important;
  transform: none !important;
  animation: none !important;
  z-index: 0;
}

.withdraw-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(14, 12, 8, 0.9) 0%, rgba(14, 12, 8, 0.55) 50%, rgba(14, 12, 8, 0.75) 100%) !important;
  pointer-events: none;
}

.withdraw-hero-glow,
.withdraw-hero-glow--2,
.withdraw-hero-sparkle {
  display: none !important;
}

.withdraw-hero-inner {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 16px 12px !important;
}

.withdraw-hero-text {
  flex: 1;
  min-width: 220px;
  max-width: 560px;
}

.withdraw-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-game, monospace) !important;
  font-size: 8px !important;
  color: #6ee7b7 !important;
  background: rgba(16, 80, 40, 0.35) !important;
  border: 1px solid rgba(110, 231, 183, 0.4) !important;
  padding: 4px 8px !important;
  margin-bottom: 8px !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.withdraw-live-dot {
  width: 6px !important;
  height: 6px !important;
  background: #6ee7b7 !important;
  border-radius: 0 !important;
  box-shadow: 0 0 6px #6ee7b7;
}

.withdraw-hero-kicker {
  font-family: 'Nunito', system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  color: #c8b8a0 !important;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.withdraw-hero-title {
  font-family: var(--font-game, monospace) !important;
  font-size: 16px !important;
  color: #f0d060 !important;
  margin: 0 0 8px 0 !important;
  text-shadow: 2px 2px 0 #000 !important;
  line-height: 1.35;
}

.withdraw-hero-desc {
  font-family: 'Nunito', system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #c8b8a0 !important;
  line-height: 1.45 !important;
  margin: 0 0 10px 0 !important;
}

.withdraw-hero-desc strong {
  color: #facc15 !important;
}

.withdraw-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px !important;
}

.withdraw-hero-chip {
  font-family: 'Nunito', system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 6px 10px !important;
  background: rgba(0, 0, 0, 0.4) !important;
  border: 2px solid #0a0806 !important;
  color: #e6ddd0 !important;
  display: inline-flex;
  align-items: center;
  gap: 6px !important;
  border-radius: 0 !important;
}

.withdraw-hero-chip strong {
  color: #f8f0e0 !important;
  font-weight: 900;
}

.withdraw-hero-chip--ready {
  border-color: rgba(110, 231, 183, 0.5) !important;
  color: #6ee7b7 !important;
}
.withdraw-hero-chip--ready strong { color: #6ee7b7 !important; }

.withdraw-hero-chip--fee {
  border-color: rgba(232, 184, 48, 0.45) !important;
  color: #facc15 !important;
}
.withdraw-hero-chip--fee strong { color: #facc15 !important; }

.withdraw-hero-strip {
  display: flex;
  align-items: center;
  gap: 10px !important;
  flex-wrap: wrap;
  margin-top: 0 !important;
  padding: 10px 16px !important;
  border-top: 1px solid rgba(232, 184, 48, 0.25) !important;
  font-family: 'Nunito', system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #a89a88 !important;
  line-height: 1.4 !important;
  position: relative;
  z-index: 5;
}

.withdraw-hero-strip strong {
  color: #f0d060 !important;
}

.withdraw-hero-strip-divider {
  width: 1px !important;
  height: 14px !important;
  background: rgba(232, 184, 48, 0.3) !important;
}

.withdraw-hero-visual {
  flex: 0 0 auto;
}

.withdraw-hero-vault {
  width: 88px;
  height: 88px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.withdraw-hero-orbit-ring,
.withdraw-hero-orbit-ring--2 {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(232, 184, 48, 0.35);
  border-radius: 0 !important;
  animation: none !important;
}

.withdraw-hero-orbit-ring--2 {
  inset: 10px;
  border-color: rgba(110, 231, 183, 0.3);
}

.withdraw-hero-vault-core {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  border: 2px solid #c49a20;
  color: #f0d060;
  font-size: 22px;
  position: relative;
  z-index: 2;
}

/* ─── Stats row ─── */
.withdraw-stats-row {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px !important;
  margin: 0 !important;
}

@media (max-width: 900px) {
  .withdraw-stats-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .withdraw-stats-row { grid-template-columns: 1fr 1fr; }
}

.withdraw-stat-card {
  background: rgba(0, 0, 0, 0.4) !important;
  border: 2px solid #0a0806 !important;
  border-radius: 0 !important;
  padding: 12px 10px !important;
  text-align: center;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
  backdrop-filter: none !important;
}

.withdraw-stat-card--out { border-color: #0a0806 !important; box-shadow: 0 0 0 1px rgba(248, 113, 113, 0.35), 0 2px 0 #0a0806; }
.withdraw-stat-card--fee { box-shadow: 0 0 0 1px rgba(232, 184, 48, 0.4), 0 2px 0 #0a0806; }
.withdraw-stat-card--spent { box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.35), 0 2px 0 #0a0806; }
.withdraw-stat-card--dep { box-shadow: 0 0 0 1px rgba(110, 231, 183, 0.35), 0 2px 0 #0a0806; }

.withdraw-stat-label {
  font-family: 'Nunito', system-ui, sans-serif !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a89a88 !important;
  margin-bottom: 4px;
}

.withdraw-stat-value {
  font-family: 'Fredoka', 'Nunito', system-ui, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #f8f0e0 !important;
  line-height: 1.15;
}

.withdraw-stat-card--out .withdraw-stat-value { color: #f87171 !important; }
.withdraw-stat-card--fee .withdraw-stat-value { color: #facc15 !important; }
.withdraw-stat-card--spent .withdraw-stat-value { color: #7dd3fc !important; }
.withdraw-stat-card--dep .withdraw-stat-value { color: #6ee7b7 !important; }

.withdraw-stat-meta {
  font-family: 'Nunito', system-ui, sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #8a7a68 !important;
  margin-top: 2px;
}

/* ─── Action panel (retirar) ─── */
.withdraw-action-stage {
  margin: 0 !important;
}

.withdraw-action-panel {
  background: rgba(0, 0, 0, 0.38) !important;
  border: 2px solid #0a0806 !important;
  border-radius: 0 !important;
  box-shadow: 0 0 0 1px rgba(196, 154, 32, 0.35), 0 4px 0 rgba(0, 0, 0, 0.35) !important;
  padding: 14px !important;
  backdrop-filter: none !important;
}

.withdraw-action-head {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(232, 184, 48, 0.2);
}

.withdraw-balance-label,
.withdraw-next-label {
  font-family: 'Nunito', system-ui, sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a89a88 !important;
  margin-bottom: 4px;
}

.withdraw-balance-value {
  font-family: 'Fredoka', 'Nunito', system-ui, sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #6ee7b7 !important;
  line-height: 1.1;
  text-shadow: 0 0 12px rgba(110, 231, 183, 0.25);
}

.withdraw-balance-unit {
  font-family: 'Nunito', system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #8a7a68 !important;
  margin-top: 2px;
}

.withdraw-next-value {
  font-family: 'Nunito', system-ui, sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #f8f0e0 !important;
}

.withdraw-next-value--ready {
  color: #6ee7b7 !important;
}

.withdraw-next-value--wait {
  color: #facc15 !important;
}

.withdraw-action-body {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.withdraw-btn-primary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 22px !important;
  font-family: var(--font-game, monospace) !important;
  font-size: 12px !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1208 !important;
  background: linear-gradient(180deg, #f0d060, #c49a20) !important;
  border: 2px solid #0a0806 !important;
  border-radius: 0 !important;
  box-shadow: 0 3px 0 #0a0806 !important;
  cursor: pointer;
  transition: filter 0.12s, transform 0.1s;
}

.withdraw-btn-primary:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.withdraw-btn-primary:active {
  transform: translate(1px, 2px);
  box-shadow: 0 1px 0 #0a0806 !important;
}

.withdraw-btn-primary:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  filter: none;
  transform: none;
}

.withdraw-btn-icon {
  font-size: 16px;
  font-weight: 900;
}

/* ─── Fee info ─── */
.withdraw-info-stack {
  margin: 0 !important;
}

.withdraw-fee-desc {
  margin: 0 !important;
  padding: 10px 12px !important;
  font-family: 'Nunito', system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #c8b8a0 !important;
  line-height: 1.45 !important;
  background: rgba(0, 0, 0, 0.28) !important;
  border: 1px solid rgba(232, 184, 48, 0.25) !important;
  border-radius: 0 !important;
}

.withdraw-fee-desc strong {
  color: #facc15 !important;
}

/* ─── History ─── */
.withdraw-history-panel {
  background: rgba(0, 0, 0, 0.35) !important;
  border: 2px solid #0a0806 !important;
  border-radius: 0 !important;
  box-shadow: 0 0 0 1px rgba(196, 154, 32, 0.25) !important;
  padding: 12px !important;
  backdrop-filter: none !important;
}

.withdraw-history-head {
  font-family: 'Nunito', system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  color: #f0d060 !important;
  margin-bottom: 10px !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid rgba(232, 184, 48, 0.22) !important;
  letter-spacing: 0.03em;
}

.withdraw-history-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.withdraw-history-empty {
  font-family: 'Nunito', system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #8a7a68 !important;
  text-align: center;
  padding: 18px 12px !important;
  border: 1px dashed rgba(232, 184, 48, 0.25);
  background: rgba(0, 0, 0, 0.2);
}

/* History item cards (common patterns from JS) */
.withdraw-history-list > * ,
.withdraw-history-item,
.wd-history-row {
  background: rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 0 !important;
  color: #e6ddd0 !important;
}

.withdraw-history-fee {
  font-size: 11px !important;
  color: #8a7a68 !important;
}

/* ─── Banners ─── */
.withdraw-banner {
  font-family: 'Nunito', system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 10px 12px !important;
  border: 2px solid #0a0806 !important;
  border-radius: 0 !important;
  background: rgba(232, 184, 48, 0.1) !important;
  color: #f0d060 !important;
}

.withdraw-banner.error {
  background: rgba(248, 113, 113, 0.12) !important;
  color: #fca5a5 !important;
  border-color: rgba(248, 113, 113, 0.4) !important;
}

/* ─── Confirm modal farm ─── */
.wd-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal, 30000);
  background: rgba(8, 6, 4, 0.82) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.wd-modal {
  position: relative;
  width: 100%;
  max-width: 560px;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background: linear-gradient(165deg, rgba(36, 28, 18, 0.98), rgba(14, 12, 10, 0.99)) !important;
  border: 2px solid #0a0806 !important;
  box-shadow: 0 0 0 2px #c49a20, 0 16px 40px rgba(0, 0, 0, 0.6) !important;
  border-radius: 0 !important;
  color: #e6ddd0 !important;
}

.wd-modal-title {
  font-family: var(--font-game, monospace) !important;
  font-size: 11px !important;
  color: #f0d060 !important;
  text-shadow: 1px 1px 0 #000;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.wd-notice {
  margin: calc(var(--px) * 2) 0;
  padding: calc(var(--px) * 1.5);
  background: rgba(248, 113, 113, 0.08);
  border: 1px solid rgba(248, 113, 113, 0.25);
  font-size: 0.7rem;
  color: #fca5a5;
  line-height: 1.6;
}

.wd-notice-row {
  display: flex;
  align-items: flex-start;
  gap: calc(var(--px) * 1);
}

.wd-notice-row + .wd-notice-row {
  margin-top: calc(var(--px) * 0.8);
}

/* ─── Modal head ─── */
.wd-modal-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 16px 12px;
  border-bottom: 1px solid rgba(232, 184, 48, 0.2);
}

.wd-modal-head .pxi {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(196, 154, 32, 0.15);
  border: 1px solid rgba(196, 154, 32, 0.3);
  font-size: 16px;
  color: #f0d060;
}

.wd-modal-head > div {
  flex: 1;
  min-width: 0;
}

.wd-modal-sub {
  font-family: 'Nunito', system-ui, sans-serif !important;
  font-size: 12px !important;
  color: #8a7a68 !important;
  margin-top: 2px;
}

.wd-modal-close {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #a89a88;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.12s, color 0.12s;
}

.wd-modal-close:hover {
  background: rgba(248, 113, 113, 0.15);
  color: #fca5a5;
  border-color: rgba(248, 113, 113, 0.3);
}

/* ─── Modal body ─── */
.wd-modal-body {
  padding: 14px 16px 16px;
}

/* ─── Field group ─── */
.wd-field {
  margin-bottom: 12px;
}

.wd-label {
  display: block;
  font-family: var(--font-game, monospace) !important;
  font-size: 8px !important;
  color: #6ee7b7 !important;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

/* ─── Input row ─── */
.wd-input-row {
  display: flex;
  gap: 6px;
  align-items: stretch;
}

.wd-input {
  flex: 1;
  min-width: 0;
  padding: 10px 12px;
  font-family: var(--font-game, monospace) !important;
  font-size: 13px !important;
  color: #f8f0e0 !important;
  background: rgba(0, 0, 0, 0.45) !important;
  border: 2px solid #0a0806 !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4) !important;
  border-radius: 0 !important;
  outline: none;
}

.wd-input:focus {
  border-color: #c49a20 !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(196, 154, 32, 0.3) !important;
}

.wd-input::-webkit-outer-spin-button,
.wd-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wd-input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.wd-max-btn {
  flex-shrink: 0;
  padding: 8px 14px;
  font-family: var(--font-game, monospace) !important;
  font-size: 8px !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1208 !important;
  background: linear-gradient(180deg, #f0d060, #c49a20) !important;
  border: 2px solid #0a0806 !important;
  box-shadow: 0 2px 0 #0a0806 !important;
  cursor: pointer;
  border-radius: 0 !important;
  font-weight: 800;
  transition: filter 0.12s, transform 0.1s;
}

.wd-max-btn:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.wd-max-btn:active {
  transform: translateY(1px);
  box-shadow: 0 0 0 #0a0806 !important;
}

/* ─── Help text ─── */
.wd-help {
  font-family: 'Nunito', system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #8a7a68 !important;
  margin-top: 6px;
  line-height: 1.4;
}

/* ─── Summary card ─── */
.wd-summary {
  margin: 14px 0;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0;
}

.wd-summary > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Nunito', system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #c8b8a0 !important;
  padding: 4px 0;
}

.wd-summary > div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.wd-net {
  color: #f0d060 !important;
}

.wd-net span:last-child {
  color: #6ee7b7 !important;
  font-family: 'Fredoka', 'Nunito', system-ui, sans-serif !important;
}

/* ─── Wallet display ─── */
.wd-wallet {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Courier New', monospace !important;
  font-size: 11px !important;
  color: #a89a88 !important;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 8px 10px;
  word-break: break-all;
  line-height: 1.4;
}

.wd-wallet .pxi {
  flex-shrink: 0;
  font-size: 14px;
  color: #7dd3fc;
}

.wd-wallet span {
  word-break: break-all;
}

/* ─── Result area ─── */
#wd-result {
  margin: 10px 0;
  min-height: 0;
}

#wd-result .success {
  font-family: 'Nunito', system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 8px 10px;
  color: #6ee7b7;
  background: rgba(110, 231, 183, 0.08);
  border: 1px solid rgba(110, 231, 183, 0.25);
}

#wd-result .error {
  font-family: 'Nunito', system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 8px 10px;
  color: #fca5a5;
  background: rgba(248, 113, 113, 0.08);
  border: 1px solid rgba(248, 113, 113, 0.25);
}

/* ─── CTA button ─── */
.wd-cta {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 12px;
  margin-top: 6px;
  font-family: var(--font-game, monospace) !important;
  font-size: 11px !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1208 !important;
  background: linear-gradient(180deg, #f0d060, #c49a20) !important;
  border: 2px solid #0a0806 !important;
  border-radius: 0 !important;
  box-shadow: 0 3px 0 #0a0806 !important;
  cursor: pointer;
  transition: filter 0.12s, transform 0.1s;
  font-weight: 800;
}

.wd-cta:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.wd-cta:active {
  transform: translateY(2px);
  box-shadow: 0 1px 0 #0a0806 !important;
}

.wd-cta:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  filter: none;
  transform: none;
}

/* ─── Responsive ─── */
@media (max-width: 480px) {
  .wd-modal-overlay {
    padding: 8px;
    align-items: flex-end;
  }
  .wd-modal {
    max-width: 100%;
    max-height: calc(100vh - 16px);
    margin-top: auto;
  }
  .wd-modal-head {
    padding: 12px 12px 10px;
  }
  .wd-modal-body {
    padding: 10px 12px 12px;
  }
  .wd-input {
    padding: 12px 10px;
    font-size: 16px !important;
  }
  .wd-max-btn {
    padding: 10px 12px;
  }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  .withdraw-hero-cinematic,
  .withdraw-hero-bg,
  .withdraw-btn-primary,
  .wd-modal-close,
  .wd-max-btn,
  .wd-cta,
  #wd-cta {
    animation: none !important;
    transition: none !important;
  }
}
