body{display:flex;color:#eee;background:#0a0a0f;flex-direction:column;justify-content:center;align-items: center;height:100vh;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}canvas{background:#111;border:2px solid #333;border-radius:4px}#status{min-height:1.5em;margin-top:12px;font-size:1.1rem}#postGameActions{display:flex;gap:12px;margin-top:16px}#postGameActions button{color:#eee;cursor:pointer;background:#111;border:2px solid #a8bfcc;border-radius:4px;padding:10px 24px;font-family:inherit;font-size:1rem;font-weight:700}#postGameActions button:hover{color:#111;background:#a8bfcc}#quitBtn{border-color:#7a1f1f}#quitBtn:hover{color:#eee;background:#7a1f1f}
