.pr-payment-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.pr-payment-method {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(19, 35, 52, .17);
  border-radius: 12px;
  background: rgba(255, 255, 255, .52);
  color: #142334;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms cubic-bezier(.23, 1, .32, 1), background-color 160ms ease, transform 130ms cubic-bezier(.23, 1, .32, 1);
}

.pr-payment-method:active { transform: scale(.985); }
.pr-payment-method.is-selected { border-color: #ad7508; background: rgba(247, 237, 210, .72); box-shadow: inset 0 0 0 2px rgba(173, 117, 8, .2); }
.pr-payment-method:disabled { opacity: .5; cursor: not-allowed; }
.pr-payment-method > span:first-child { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; border: 1px solid rgba(173, 117, 8, .28); border-radius: 10px; color: #9a6300; background: #fffaf0; font-weight: 800; }
.pr-payment-method.is-crypto > span:first-child { color: #138f76; border-color: rgba(19, 143, 118, .28); background: #eafbf6; }
.pr-payment-method strong, .pr-payment-method small { display: block; }
.pr-payment-method strong { font: 800 13px/1.25 Manrope, sans-serif; }
.pr-payment-method small { margin-top: 2px; color: #6a7786; font: 500 10px/1.35 Manrope, sans-serif; }

.pr-crypto-surface { color: #152333; }
.pr-crypto-surface [hidden] { display: none !important; }
.pr-crypto-message { position: relative; margin: 12px 0; padding: 11px 14px; border: 1px solid rgba(27, 145, 118, .25); border-radius: 10px; background: rgba(234, 251, 246, .72); color: #176651; font: 700 12px/1.5 Manrope, sans-serif; }
.pr-crypto-message.is-error { border-color: rgba(184, 87, 16, .3); background: #fff4e9; color: #9a470c; }
.pr-crypto-message.is-loading { padding-left: 38px; }
.pr-crypto-message.is-loading::before { content: ""; position: absolute; left: 15px; top: 50%; width: 12px; height: 12px; margin-top: -7px; border: 2px solid rgba(23, 102, 81, .23); border-top-color: #177d65; border-radius: 50%; animation: pr-crypto-spin .7s linear infinite; }
@keyframes pr-crypto-spin { to { transform: rotate(360deg); } }

.pr-crypto-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin: 18px 0 10px; }
.pr-crypto-heading p { margin: 0 0 3px; color: #a46400; font: 800 10px/1 Manrope, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.pr-crypto-heading h4 { margin: 0; color: #152333; font: 700 22px/1.15 Cinzel, serif; }
.pr-crypto-heading > span, .pr-crypto-heading > small { color: #6e7b89; font: 700 10px/1.3 Manrope, sans-serif; }
.pr-crypto-package-heading { padding-top: 6px; border-top: 1px solid rgba(20, 35, 52, .1); }

.pr-crypto-networks { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.pr-crypto-network { min-width: 0; padding: 11px; border: 1px solid rgba(20, 35, 52, .15); border-radius: 10px; background: rgba(255, 255, 255, .58); color: #152333; text-align: left; cursor: pointer; transition: border-color 160ms cubic-bezier(.23, 1, .32, 1), background-color 160ms ease, transform 130ms cubic-bezier(.23, 1, .32, 1); }
.pr-crypto-network:active { transform: scale(.975); }
.pr-crypto-network.is-selected { border-color: #20aa8b; background: #edfbf7; box-shadow: inset 0 0 0 1px rgba(32, 170, 139, .22); }
.pr-crypto-network > span { display: flex; align-items: center; gap: 6px; min-width: 0; }
.pr-crypto-network strong { overflow: hidden; font: 800 12px/1.2 Manrope, sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.pr-crypto-network b, .pr-crypto-network i { flex: 0 0 auto; padding: 2px 5px; border-radius: 999px; background: rgba(20, 35, 52, .07); font: 800 8px/1 Manrope, sans-serif; font-style: normal; text-transform: uppercase; }
.pr-crypto-network i { color: #0a735d; background: rgba(32, 170, 139, .12); }
.pr-crypto-network small { display: block; margin-top: 7px; color: #687585; font: 500 9px/1.35 Manrope, sans-serif; }
.pr-crypto-network small em { display: block; margin-top: 3px; color: #9b6600; font-style: normal; font-weight: 700; }

.pr-crypto-packages { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.pr-crypto-package { position: relative; display: flex; min-width: 0; flex-direction: column; justify-content: space-between; gap: 14px; padding: 17px; border: 1px solid rgba(173, 117, 8, .24); border-radius: 12px; background: linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(250, 242, 222, .58)); }
.pr-crypto-package.is-disabled { opacity: .58; }
.pr-crypto-package-badge { position: absolute; top: 9px; right: 9px; padding: 4px 7px; border-radius: 999px; color: #895600; background: #fff1c9; font: 800 8px/1 Manrope, sans-serif; text-transform: uppercase; }
.pr-crypto-package > div > strong, .pr-crypto-package > div > span { display: block; }
.pr-crypto-package > div > strong { color: #8c5900; font: 700 32px/1 Cinzel, serif; }
.pr-crypto-package > div > span { margin-top: 4px; font: 800 10px/1.2 Manrope, sans-serif; text-transform: uppercase; }
.pr-crypto-package p { display: flex; justify-content: space-between; gap: 8px; margin: 16px 0 0; padding-top: 10px; border-top: 1px solid rgba(20, 35, 52, .12); font: 600 10px/1.3 Manrope, sans-serif; }
.pr-crypto-package p b { font-size: 12px; }
.pr-crypto-package small.is-bonus { display: block; margin-top: 9px; color: #148064; font: 700 9px/1.35 Manrope, sans-serif; }
.pr-crypto-package .button { width: 100%; min-height: 40px; font-size: 10px; }

.pr-crypto-success { display: flex; align-items: center; gap: 12px; margin: 10px 0 16px; padding: 13px 15px; border: 1px solid rgba(25, 148, 100, .25); border-radius: 11px; background: #effbf5; }
.pr-crypto-success > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: #fff; background: #16845b; font-weight: 900; }
.pr-crypto-success strong, .pr-crypto-success small { display: block; }
.pr-crypto-success strong { color: #146d4d; font: 800 12px/1.3 Manrope, sans-serif; }
.pr-crypto-success small { margin-top: 2px; color: #587268; font: 500 10px/1.35 Manrope, sans-serif; }

.pr-crypto-checkout { padding: 20px; border: 1px solid rgba(32, 170, 139, .35); border-radius: 14px; background: linear-gradient(145deg, rgba(238, 251, 247, .72), rgba(255, 252, 246, .88) 45%); }
.pr-crypto-checkout > header { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.pr-crypto-checkout > header p { margin: 0 0 4px; color: #a46400; font: 800 9px/1 Manrope, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.pr-crypto-checkout > header h4 { margin: 0; font: 700 24px/1.15 Cinzel, serif; }
.pr-crypto-status { padding: 7px 10px; border: 1px solid rgba(166, 104, 0, .25); border-radius: 999px; color: #9a6100; background: #fff8e7; font: 800 8px/1 Manrope, sans-serif; text-transform: uppercase; }
.pr-crypto-status.is-good { color: #12724e; border-color: rgba(18, 138, 84, .25); background: #effbf5; }
.pr-crypto-status.is-warning { color: #a34c0e; border-color: rgba(190, 91, 15, .28); background: #fff3e8; }
.pr-crypto-progress { display: grid; grid-template-columns: auto minmax(20px, 1fr) auto minmax(20px, 1fr) auto; align-items: center; gap: 9px; margin: 16px 0; padding: 11px 14px; border: 1px solid rgba(20, 35, 52, .1); border-radius: 11px; background: rgba(255, 255, 255, .48); }
.pr-crypto-progress > i { height: 1px; background: rgba(20, 35, 52, .14); }
.pr-crypto-progress > span { display: flex; align-items: center; gap: 7px; color: #83909d; }
.pr-crypto-progress b { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid rgba(20, 35, 52, .12); border-radius: 50%; background: #fff; font: 800 9px/1 Manrope, sans-serif; }
.pr-crypto-progress small { font: 700 9px/1.2 Manrope, sans-serif; }
.pr-crypto-progress .is-active, .pr-crypto-progress .is-done { color: #16785f; }
.pr-crypto-progress .is-active b, .pr-crypto-progress .is-done b { color: #fff; border-color: #18866a; background: #18866a; }
.pr-crypto-progress .is-warning { color: #a34c0e; }
.pr-crypto-progress .is-warning b { color: #fff; border-color: #b35b16; background: #b35b16; }
.pr-crypto-checkout-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(210px, 280px); gap: 18px; align-items: start; }
.pr-crypto-exact { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 13px 14px; border: 1px solid rgba(32, 170, 139, .28); border-radius: 10px; background: #effbf7; }
.pr-crypto-exact > span { color: #2a8e75; font: 600 10px/1.3 Manrope, sans-serif; }
.pr-crypto-exact > strong { justify-self: end; color: #18a583; font: 800 15px/1.2 Manrope, sans-serif; }
.pr-crypto-exact button, .pr-crypto-payment-details dd button { padding: 6px 8px; border: 1px solid rgba(20, 35, 52, .15); border-radius: 7px; color: #384858; background: #fff; font: 800 9px/1 Manrope, sans-serif; cursor: pointer; }
.pr-crypto-payment-details dl { margin: 8px 0 0; }
.pr-crypto-payment-details dl > div { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 14px; padding: 10px 1px; border-bottom: 1px solid rgba(20, 35, 52, .1); }
.pr-crypto-payment-details dt { color: #758291; font: 600 10px/1.4 Manrope, sans-serif; }
.pr-crypto-payment-details dd { min-width: 0; margin: 0; text-align: right; font: 800 11px/1.4 Manrope, sans-serif; }
.pr-crypto-payment-details dd code { overflow-wrap: anywhere; color: #916000; font: 700 9px/1.4 ui-monospace, monospace; }
.pr-crypto-payment-details dd button { margin-left: 7px; }
.pr-crypto-fee-warning, .pr-crypto-partial { margin-top: 12px; padding: 12px 14px; border: 1px solid rgba(173, 117, 8, .23); border-radius: 10px; background: #fff7e7; }
.pr-crypto-fee-warning strong, .pr-crypto-partial strong { color: #945c00; font: 800 10px/1.3 Manrope, sans-serif; text-transform: uppercase; letter-spacing: .06em; }
.pr-crypto-fee-warning p, .pr-crypto-partial p { margin: 5px 0 0; color: #6f5a35; font: 500 10px/1.5 Manrope, sans-serif; }
.pr-crypto-partial { border-color: rgba(186, 75, 8, .28); background: #fff1e7; }
.pr-crypto-partial > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 8px; }
.pr-crypto-partial > div span { padding: 8px; border-radius: 7px; background: rgba(255, 255, 255, .62); color: #7d6754; font: 600 9px/1.3 Manrope, sans-serif; }
.pr-crypto-partial > div b { display: block; margin-top: 2px; color: #a34c0e; }
.pr-crypto-auto { margin: 11px 0 0; color: #617080; font: 600 10px/1.5 Manrope, sans-serif; }
.pr-crypto-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.pr-crypto-actions .button { min-height: 38px; font-size: 9px; }
.pr-crypto-qr { padding: 13px; border: 1px solid rgba(173, 117, 8, .28); border-radius: 11px; background: rgba(255, 255, 255, .72); text-align: center; }
.pr-crypto-qr img { display: block; width: 100%; height: auto; aspect-ratio: 1; }
.pr-crypto-qr small { display: block; margin-top: 8px; color: #6d7987; font: 500 9px/1.45 Manrope, sans-serif; }

@media (hover: hover) and (pointer: fine) {
  .pr-payment-method:hover, .pr-crypto-network:hover { border-color: rgba(32, 170, 139, .55); }
}

@media (max-width: 900px) {
  .pr-crypto-networks, .pr-crypto-packages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pr-crypto-checkout-grid { grid-template-columns: minmax(0, 1fr); }
  .pr-crypto-qr { width: min(100%, 280px); }
}

@media (max-width: 580px) {
  .pr-payment-methods { grid-template-columns: minmax(0, 1fr); }
  .pr-crypto-networks, .pr-crypto-packages { grid-template-columns: minmax(0, 1fr); }
  .pr-crypto-heading { align-items: start; flex-direction: column; gap: 6px; }
  .pr-crypto-checkout { padding: 15px; }
  .pr-crypto-checkout > header h4 { font-size: 20px; }
  .pr-crypto-progress small { display: none; }
  .pr-crypto-exact { grid-template-columns: minmax(0, 1fr) auto; }
  .pr-crypto-exact > span { grid-column: 1 / -1; }
  .pr-crypto-payment-details dl > div { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .pr-crypto-payment-details dd { text-align: left; }
  .pr-crypto-partial > div { grid-template-columns: minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .pr-payment-method, .pr-crypto-network { transition: none; }
  .pr-crypto-message.is-loading::before { animation-duration: 1.2s; }
}
