.payment-pause-overlay{position:fixed;inset:0;z-index:10050;display:none;place-items:center;padding:20px;background:rgba(0,0,0,.88);backdrop-filter:blur(8px)}
.payment-pause-overlay.is-open{display:grid}
.payment-pause-card{width:min(560px,96vw);padding:26px;background:#060909;border:1px solid #00ffcc;box-shadow:0 0 48px rgba(0,255,204,.2);color:#fff;text-align:center}
.payment-pause-card small{color:#00ffcc;letter-spacing:.14em}.payment-pause-card h2{margin:.35rem 0;text-transform:uppercase}.payment-pause-card p{color:#adc5c1}
.payment-pause-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.payment-pause-actions>*{flex:1;min-width:150px}
body[data-payment-paused="true"] #gameArea,body[data-payment-paused="true"] #game-screen,body[data-payment-paused="true"] #gameScreen,body[data-payment-paused="true"] #gameWorld,body[data-payment-paused="true"] #kryptris-game-area{pointer-events:none;filter:saturate(.55) brightness(.7)}

.payment-pause-overlay{
  position:fixed!important;
  inset:0!important;
  z-index:20000!important;
  display:none!important;
  place-items:center!important;
  background:rgba(0,0,0,.90)!important;
  backdrop-filter:blur(8px)!important;
  pointer-events:auto!important;
}
.payment-pause-overlay.is-open{display:grid!important}
body[data-payment-paused="true"] #game,
body[data-payment-paused="true"] main{
  pointer-events:none!important;
}
body[data-payment-paused="true"] .payment-pause-overlay,
body[data-payment-paused="true"] .payment-pause-overlay *{
  pointer-events:auto!important;
}
