body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;margin:0;background-color:#f0f0f0;color:#333}#app{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;text-align:center;max-width:500px;width:100%;box-sizing:border-box}.button-container{display:flex;justify-content:space-between;gap:.5rem;margin-top:1rem}button{background-color:#007bff;color:#fff;border:none;padding:.5rem 1rem;margin:0;border-radius:4px;cursor:pointer;font-size:1rem;flex-grow:1;flex-basis:0}button:hover{background-color:#0056b3}#player{margin-top:1rem;border:1px solid #ccc;display:inline-block}#moves{margin-top:1rem;padding:.5rem;border:1px dashed #ddd;min-height:2em;word-break:break-all}#status{margin-bottom:1rem;font-weight:700}
