canvas{border:2px solid white;cursor:crosshair}.wall-container{display:flex;flex-direction:column;gap:.75rem}.reset-btn{background-color:#222;border:2px solid #fff;color:#fff;width:200px;padding:12px 22px;margin:auto;font-weight:600;font-size:1.2rem;border-radius:4px;cursor:pointer}.reset-btn:hover{background-color:#cccccc32;transition:.3s}.score-text{margin:0}.score-container{display:flex;align-items:center;justify-content:space-between}.win-conditional-text{font-size:1.2rem;margin:0;font-weight:600}.modal-card{position:absolute;width:100%;height:100vh;top:0;left:0;display:grid;place-items:center;background-color:#000000b3}.modal-card{position:absolute;width:100%;height:100%;top:0;left:0;display:grid;place-items:center;background-color:#000000b3}.modal-wrapper{display:flex;flex-direction:column;background-color:#222;padding:4rem;border:2px solid white;border-radius:8px;justify-content:center;align-items:center;gap:1rem}.modal-btn{background-color:#222;border:2px solid white;color:#fff;padding:6px 12px;border-radius:12px;cursor:pointer;font-weight:600;font-size:1rem}.modal-btn:hover{background-color:#fff;color:#222}.modal-score{font-size:1.2rem;font-weight:600}body{background-color:#222;color:#fff;font-family:Courier New,Courier,monospace}#root{display:flex;justify-content:center;align-items:center;height:100vh}::-webkit-scrollbar{background-color:#000;width:.6rem;border-radius:.5rem}::-webkit-scrollbar-thumb{background-color:#222;border-radius:.5rem}::-webkit-scrollbar-thumb:hover{background-color:#222}
