html,body,#root{height:100%;margin:0;padding:0}.App{display:flex;flex-direction:column;align-items:center;min-height:100vh;font-family:sans-serif;padding:2rem;text-align:center}.game-container{margin-top:1rem}input{padding:.5rem;font-size:1rem}.green{background-color:green}.yellow{background-color:#ff0}.gray{background-color:gray}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:12px;max-width:500px;width:90%;box-shadow:0 4px 12px #0000004d;text-align:center}.modal-content button{margin-top:1rem}table{border-collapse:collapse;margin-top:20px;width:100%;max-width:800px}th,td{border:1px solid black;padding:8px;text-align:center}th{background-color:#f2f2f2}
