/* Phoenix Hibachi V2.2.4 — Stripe-ready deposit UI. */
.phx-v224-payment-tabs{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px;margin:15px 0}
.phx-v224-pay-tab{position:relative;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center;padding:13px;border:1px solid rgba(246,189,70,.27);border-radius:15px;background:rgba(0,0,0,.23);cursor:pointer;min-width:0}
.phx-v224-pay-tab input{position:absolute;opacity:0}.phx-v224-pay-tab:has(input:checked){border-color:#f6bd46;box-shadow:0 0 0 2px rgba(246,189,70,.11)}
.phx-v224-pay-tab-primary{grid-template-columns:auto 1fr auto}.phx-v224-pay-tab strong,.phx-v224-pay-tab small{display:block}.phx-v224-pay-tab small{color:#cdbda8;font-size:.72rem;margin-top:3px}
.phx-v224-pay-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#fff;color:#18110a;font-weight:950}.phx-v224-recommended{font-size:.64rem;color:#171008;background:#f6bd46;border-radius:999px;padding:5px 8px;font-weight:950;text-transform:uppercase}
.phx-v224-stripe-panel,.phx-v224-manual-panel{border:1px solid rgba(246,189,70,.24);border-radius:16px;padding:14px;background:rgba(0,0,0,.2)}
.phx-v224-secure-head{display:flex;justify-content:space-between;gap:14px;align-items:start}.phx-v224-secure-head b,.phx-v224-secure-head small{display:block}.phx-v224-secure-head small{color:#cabaa4;line-height:1.4;margin-top:3px}.phx-v224-secure-head>span{color:#8fe0a5;font-weight:850;white-space:nowrap}
.phx-v224-wallet-row{display:flex;flex-wrap:wrap;gap:7px;margin:13px 0}.phx-v224-wallet-row span{padding:6px 9px;border-radius:8px;background:#fff;color:#15100b;font-weight:850;font-size:.72rem}
.phx-v224-stripe-mount{min-height:42px;margin:9px 0}.phx-v224-card-mount{min-height:92px;padding:13px;border-radius:12px;background:#fff}.phx-v224-loading{color:#675d54;font-size:.76rem;line-height:1.45}
.phx-v224-pay-button{margin-top:10px}.phx-v224-payment-message{font-size:.72rem;color:#cdbda8;margin-top:8px;line-height:1.45}.phx-v224-payment-message.error{color:#ff9898}.phx-v224-payment-message.success{color:#8fe0a5;font-weight:800}
.phx-v224-manual-card{display:grid;grid-template-columns:150px 1fr;gap:16px;align-items:center}.phx-v224-manual-card h3{margin:0 0 5px}.phx-v224-manual-card p{margin:0 0 8px}.phx-v224-manual-card a{color:#f6bd46;font-weight:800}
body.light-theme .phx-v224-pay-tab,body.light-theme .phx-v224-stripe-panel,body.light-theme .phx-v224-manual-panel{background:#fffaf0;color:#2a160b}.body.light-theme .phx-v224-pay-tab small{color:#604e3d}
@media(max-width:780px){.phx-v224-payment-tabs{grid-template-columns:1fr 1fr}.phx-v224-pay-tab-primary{grid-column:1/-1}.phx-v224-manual-card{grid-template-columns:1fr;text-align:center}.phx-v224-manual-card .phx-preconfirm-qr{margin:auto}}
@media(max-width:480px){.phx-v224-payment-tabs{grid-template-columns:1fr}.phx-v224-pay-tab-primary{grid-column:auto}.phx-v224-recommended{display:none}.phx-v224-secure-head{display:block}.phx-v224-secure-head>span{display:inline-block;margin-top:8px}}


/* Phoenix Hibachi V2.3.3 — compact Stripe checkout and paid-state collapse. */
.phx-v224-stripe-panel{
  width:min(920px,100%);
  margin-inline:auto;
}
.phx-v224-stripe-panel .phx-v224-card-mount{
  width:min(780px,100%);
  max-height:600px;
  overflow:auto;
  margin:14px auto 0;
  padding:0;
  border:1px solid rgba(246,189,70,.24);
  border-radius:16px;
  background:#fff;
  scrollbar-width:thin;
}
.phx-v224-stripe-panel .phx-v224-card-mount[hidden]{display:none!important}
.phx-v224-stripe-panel.phx-stripe-checkout-open .phx-v224-secure-head,
.phx-v224-stripe-panel.phx-stripe-checkout-open .phx-v224-wallet-row,
.phx-v224-stripe-panel.phx-stripe-checkout-open .phx-v225-fee-disclosure{
  width:min(780px,100%);
  margin-left:auto;
  margin-right:auto;
}
.phx-v224-stripe-panel.phx-stripe-paid{
  width:min(680px,100%);
  padding:13px;
}
.phx-v224-stripe-panel.phx-stripe-paid .phx-v224-secure-head,
.phx-v224-stripe-panel.phx-stripe-paid .phx-v224-wallet-row,
.phx-v224-stripe-panel.phx-stripe-paid .phx-v225-fee-disclosure,
.phx-v224-stripe-panel.phx-stripe-paid .phx-stripe-sandbox-banner,
.phx-v224-stripe-panel.phx-stripe-paid .phx-v224-pay-button{
  display:none!important;
}
.phx-v224-stripe-panel.phx-stripe-paid .phx-v224-card-mount{
  width:100%;
  max-height:none;
  overflow:visible;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
}
.phx-stripe-inline-success-compact{
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr)!important;
  align-items:center!important;
  gap:14px!important;
  min-height:0!important;
  padding:15px 17px!important;
  text-align:left!important;
}
.phx-stripe-inline-success-compact .check{
  width:48px;
  height:48px;
  margin:0!important;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(75,222,133,.13);
  border:1px solid rgba(75,222,133,.55);
  font-size:28px!important;
}
.phx-stripe-inline-success-compact h3{font-size:20px!important;margin:0 0 3px!important}
.phx-stripe-inline-success-compact p{margin:0!important;max-width:none!important;font-size:15px}
.phx-stripe-inline-success-compact small{display:block;margin-top:4px;color:#bcd1c2;line-height:1.35}
.phx-v224-stripe-panel.phx-stripe-paid .phx-v224-payment-message{
  margin:8px 4px 0;
  text-align:center;
}
@media(max-width:820px){
  .phx-v224-stripe-panel .phx-v224-card-mount{max-height:640px}
}
@media(max-width:560px){
  .phx-v224-stripe-panel{padding:11px}
  .phx-v224-stripe-panel .phx-v224-card-mount{width:100%;max-height:72vh;border-radius:12px}
  .phx-stripe-inline-success-compact{grid-template-columns:42px minmax(0,1fr)!important;padding:13px!important}
  .phx-stripe-inline-success-compact .check{width:40px;height:40px;font-size:23px!important}
}


/* Phoenix Hibachi V2.3.8 — accessible card-style payment amount selector */
.phx-stripe-amount-choice{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin:18px 0!important;
}
.phx-stripe-amount-option{
  position:relative!important;
  display:grid!important;
  grid-template-columns:26px 1fr!important;
  gap:11px!important;
  align-items:start!important;
  min-height:112px!important;
  padding:15px!important;
  border:1px solid rgba(245,184,51,.30)!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.025)!important;
  cursor:pointer!important;
}
.phx-stripe-amount-option>input[type="radio"]{
  position:absolute!important;
  opacity:0!important;
  width:1px!important;
  height:1px!important;
  pointer-events:none!important;
}
.phx-stripe-choice-mark{
  width:24px!important;
  height:24px!important;
  border-radius:8px!important;
  border:1px solid rgba(245,184,51,.48)!important;
  display:grid!important;
  place-items:center!important;
  color:transparent!important;
  background:rgba(0,0,0,.24)!important;
  font-weight:900!important;
}
.phx-stripe-amount-option.selected{
  border-color:#f5b833!important;
  background:linear-gradient(180deg,rgba(245,184,51,.14),rgba(245,184,51,.055))!important;
  box-shadow:0 0 0 1px rgba(245,184,51,.25)!important;
}
.phx-stripe-amount-option.selected .phx-stripe-choice-mark{
  color:#1a1005!important;
  background:#f5b833!important;
  border-color:#f5b833!important;
}
.phx-stripe-custom-input-wrap{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  margin-top:10px!important;
  padding:8px 10px!important;
  border:1px solid rgba(245,184,51,.30)!important;
  border-radius:10px!important;
  background:#0c0906!important;
  color:#f5c65d!important;
}
.phx-stripe-custom-input-wrap input{
  width:100%!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:#fff!important;
  box-shadow:none!important;
  font:inherit!important;
}
@media(max-width:900px){
  .phx-stripe-amount-choice{grid-template-columns:1fr!important}
}
