#game-confirm-dialog { position:fixed; inset:auto; margin:0; transform:translate(-50%,-50%); box-sizing:border-box; padding:0; border:1px solid #eddae2; border-radius:0; color:#29323e; background:#fff; overflow:hidden; box-shadow:0 18px 60px #29323e22; font:inherit; }
#game-confirm-dialog[open] { display:flex; flex-direction:column; }
#game-confirm-dialog::backdrop { background:#29323e77; }
#game-confirm-dialog header { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:14px 18px; border-bottom:1px solid #f3e4eb; flex-shrink:0; }
#game-confirm-dialog h2 { margin:0; font-size:18px; line-height:1.4; font-weight:700; }
#game-confirm-dialog .game-confirm-message { min-height:0; padding:20px 18px; overflow:auto; overflow-wrap:anywhere; white-space:pre-wrap; font-size:15px; line-height:1.65; }
#game-confirm-dialog footer { display:flex; justify-content:flex-end; gap:12px; padding:14px 18px; border-top:1px solid #f3e4eb; flex-shrink:0; }
#game-confirm-dialog button { box-sizing:border-box; min-height:44px; padding:9px 20px; border:1px solid #ff6496; border-radius:0; background:#fff; color:#ef4f85; font:inherit; font-size:15px; cursor:pointer; }
#game-confirm-dialog .game-confirm-accept { color:#fff; background:#ff6496; }
#game-confirm-dialog .game-confirm-close { min-height:32px; min-width:32px; padding:0; border:0; color:#697381; font-size:25px; line-height:32px; }
#game-confirm-dialog button:focus-visible { outline:2px solid #f24880; outline-offset:2px; }
@media (max-height:320px) { #game-confirm-dialog header { padding:8px 12px; } #game-confirm-dialog footer { padding:8px 12px; } #game-confirm-dialog .game-confirm-message { padding:10px 12px; } }
