.pw-interstitial-ad[hidden] { display: none; }
.pw-ad-dialog { position: fixed; inset: 0; box-sizing: border-box; width: 300px; height: 250px; max-width: none; max-height: none; margin: auto; padding: 0; border: 0; background: transparent; color: #edf3fa; font: 14px/1.5 system-ui,sans-serif; pointer-events: none; }
.pw-ad-dialog .pw-ad-dialog-header { display: none; }
.pw-interstitial-body { width: 300px; height: 250px; flex: 0 0 250px; pointer-events: auto; }
.pw-interstitial-body iframe { display: block; border: 0; }
.pw-ad-dialog.pw-ad-ready { width: 100%; height: 100%; height: 100dvh; padding: max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom)); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; background: rgba(8,16,28,.45); pointer-events: auto; }
.pw-ad-dialog::backdrop { background: transparent; }
.pw-ad-ready .pw-ad-dialog-header { display: flex; width: 300px; align-items: center; justify-content: space-between; gap: 8px; }
.pw-ad-dialog-header span { font-size: 12px; color: #aebed0; }
.pw-ad-dialog-header button { min-height: 44px; max-width: 235px; padding: 8px 12px; border: 1px solid #73869d; border-radius: 6px; background: #182536; color: #edf3fa; font: inherit; cursor: pointer; }
.pw-ad-dialog-header button:focus-visible { outline: 2px solid #66c2ff; outline-offset: 3px; }
