.game-paywall[hidden] { display: none !important; }
.game-paywall { position: fixed; inset: 0; z-index: 999999; font-family: Archivo, Arial, sans-serif; }
.game-paywall__backdrop { position: absolute; inset: 0; display: grid; place-items: center; padding: 12px; overflow-y: auto; background: rgba(7, 3, 18, .82); backdrop-filter: blur(7px); }
.game-paywall__dialog { position: relative; width: min(590px, calc(100vw - 24px)); max-height: calc(100vh - 24px); overflow-y: auto; padding: 24px; color: #fff; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: radial-gradient(circle at 78% 5%, rgba(111,53,137,.34), transparent 34%), linear-gradient(150deg, #171027 0%, #2a1538 55%, #171026 100%); box-shadow: 0 24px 80px rgba(0,0,0,.6); scrollbar-width: thin; }
.game-paywall__close { position: absolute; top: 14px; right: 14px; width: 43px; height: 43px; display: grid; place-items: center; padding: 0; color: #fff; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: rgba(255,255,255,.09); font: 300 38px/1 Arial, sans-serif; cursor: pointer; transition: background .2s, transform .2s; }
.game-paywall__close:hover { background: rgba(255,255,255,.18); transform: scale(1.04); }
.game-paywall__logo { display: block; width: 158px; height: auto; margin: 2px 0 32px; }
.game-paywall__title { max-width: 510px; margin: 0 auto 24px; text-align: center; color: #fff; font-size: clamp(25px, 4vw, 34px); line-height: 1.08; letter-spacing: -.8px; text-shadow: 0 2px 2px rgba(0,0,0,.65); }
.game-paywall__title span { color: #f4b72b; }
.game-paywall__offer { display: grid; grid-template-columns: 174px minmax(0, 1fr); gap: 18px; padding: 14px; border: 2px solid rgba(255,255,255,.16); border-radius: 19px; background: rgba(255,255,255,.045); box-shadow: inset 0 0 20px rgba(255,255,255,.025); }
.game-paywall__product-image { width: 174px; height: 226px; align-self: stretch; object-fit: cover; border-radius: 15px; box-shadow: 0 5px 16px rgba(0,0,0,.36); }
.game-paywall__offer-copy { min-width: 0; }
.game-paywall__product-title { min-height: 40px; margin: 3px 0 4px; overflow: hidden; color: #fff; font-size: 18px; font-weight: 800; line-height: 1.12; text-transform: uppercase; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.game-paywall__price { margin: 0 0 8px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.13); color: #efcfa4; font-size: 16px; }
.game-paywall__price strong { color: #f3bd55; font-size: 31px; line-height: 1; }
.game-paywall__benefits { margin: 0 0 10px; padding: 0; list-style: none; font-size: 14px; line-height: 1.5; }
.game-paywall__benefits li::before { content: "✓"; margin-right: 8px; color: #f1bd65; font-weight: 800; }
.game-paywall__primary, .game-paywall__complete { width: 100%; min-height: 42px; padding: 8px 18px; color: #2b1a12; border: 0; border-radius: 999px; background: linear-gradient(180deg, #ffc62e, #eaa20a); box-shadow: inset 0 1px rgba(255,255,255,.5), 0 4px 12px rgba(0,0,0,.25); font-size: 15px; font-weight: 800; cursor: pointer; transition: filter .2s, transform .2s; }
.game-paywall__primary:hover, .game-paywall__complete:hover { filter: brightness(1.08); transform: translateY(-1px); }
.game-paywall__payment-title { margin: 23px 0 13px; text-align: center; color: #fff; font-size: 17px; font-weight: 800; }
.game-paywall__methods { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.game-paywall__method { min-width: 0; height: 75px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 7px 5px; color: #fff; border: 2px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(255,255,255,.035); cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.game-paywall__method:hover { transform: translateY(-1px); border-color: rgba(246,185,52,.65); }
.game-paywall__method.is-selected { border-color: #f0b53a; background: rgba(246,185,52,.1); box-shadow: 0 0 0 1px rgba(246,185,52,.18); }
.game-paywall__method small { color: #ddd5e6; font-size: 11px; }
.game-paywall__paypal { color: #fff; font-size: 18px; font-style: italic; font-weight: 800; text-shadow: -2px 0 #168be0; white-space: nowrap; }
.game-paywall__visa { color: #239bd2; font-size: 25px; font-style: italic; font-weight: 900; letter-spacing: -2px; }
.game-paywall__mastercard { display: flex; height: 28px; align-items: center; justify-content: center; }
.game-paywall__mastercard i { display: block; width: 29px; height: 29px; border-radius: 50%; background: #ef3025; }
.game-paywall__mastercard i + i { margin-left: -9px; background: #f6a80d; opacity: .92; }
.game-paywall__cash { width: 36px; height: 36px; display: grid; place-items: center; color: #fff; border-radius: 9px; background: #11bc52; font-size: 27px; font-weight: 900; }
.game-paywall__complete { margin-top: 16px; min-height: 46px; font-size: 16px; }
.game-paywall__notice { margin: 10px 0 0; text-align: center; color: #cfc6d7; font-size: 11px; line-height: 1.35; }
.game-paywall__status { min-height: 17px; margin: 4px 0 0; text-align: center; color: #f6bd43; font-size: 12px; font-weight: 700; }
body.game-paywall-open { overflow: hidden; }

@media (max-width: 600px) {
  .game-paywall__backdrop { align-items: start; padding: 8px; }
  .game-paywall__dialog { width: calc(100vw - 16px); max-height: calc(100vh - 16px); padding: 18px 15px 16px; border-radius: 17px; }
  .game-paywall__close { top: 10px; right: 10px; width: 38px; height: 38px; font-size: 32px; }
  .game-paywall__logo { width: 128px; margin-bottom: 23px; }
  .game-paywall__title { margin-bottom: 17px; font-size: 25px; }
  .game-paywall__offer { grid-template-columns: 118px minmax(0, 1fr); gap: 12px; padding: 10px; border-radius: 15px; }
  .game-paywall__product-image { width: 118px; height: 180px; border-radius: 11px; }
  .game-paywall__product-title { min-height: 32px; margin-top: 0; font-size: 14px; }
  .game-paywall__price { font-size: 12px; }
  .game-paywall__price strong { font-size: 25px; }
  .game-paywall__benefits { font-size: 11px; line-height: 1.4; }
  .game-paywall__benefits li::before { margin-right: 5px; }
  .game-paywall__primary { min-height: 36px; padding: 6px 10px; font-size: 11px; }
  .game-paywall__payment-title { margin: 17px 0 10px; font-size: 15px; }
  .game-paywall__methods { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .game-paywall__method { height: 60px; }
  .game-paywall__complete { min-height: 42px; margin-top: 12px; font-size: 13px; }
}

@media (max-width: 380px) {
  .game-paywall__title { font-size: 22px; }
  .game-paywall__offer { grid-template-columns: 96px minmax(0, 1fr); }
  .game-paywall__product-image { width: 96px; height: 164px; }
  .game-paywall__benefits { font-size: 10px; }
}
