body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.card{border-radius:10px;cursor:grab;max-width:120px;min-width:120px;position:absolute;transition:transform .2s;z-index:100}.card:active{cursor:grabbing}.card-image{border-radius:8px;height:auto;width:100%}.loupe-button{background-color:#ffffffb3;border:none;border-radius:50%;bottom:5px;cursor:pointer;left:5px;outline:none;padding:8px;position:absolute}.loupe-button:hover{background-color:#b2b2b2b3}.drawn-card{cursor:pointer;display:inline-block;max-width:10vh;min-width:100px;position:relative;transition:left .2s}.put-down-card{transform:scale(.7)}.rotated-card{transform:rotate(90deg)}.drawn-card.rotated-card{margin-inline:15px}.drawn-card:hover{left:60px;transform:scale(4) translateY(-60px);z-index:2147483635}.drawn-card:hover.rotated-card{left:120px;transform:translateY(-180px) rotate(90deg) scale(4);z-index:2147483635}.deck-buttons{bottom:10px;display:flex;flex-direction:column;position:absolute;right:10px}.deck-buttons button{background-color:#333;border:none;border-radius:5px;color:#fff;cursor:pointer;margin:3px 0;padding:5px 8px}.deck-buttons button:hover{background-color:#555}.rotated-button{transform:rotate(-90deg)}.take-button{background-color:#ffffffb3;border:none;border-radius:50%;bottom:40px;cursor:pointer;left:5px;outline:none;padding:8px;position:absolute}.take-button:hover{background-color:#b2b2b2b3}.card-container{background-color:#f9f9f9;border:2px solid #ddd;border-radius:15px;height:80vh;margin:20px auto;overflow:hidden;position:relative;width:90vw}.drawn-cards{align-items:center;border-radius:10px;bottom:0;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;padding:10px;position:fixed;z-index:2147483610}.draw-button{background-color:#4caf50;border:none;border-radius:5px;bottom:20px;box-shadow:0 4px 8px #0003;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;position:fixed;right:20px;transition:background-color .3s ease;z-index:2147483620}.draw-button:hover{background-color:#45a049}.selected-modal-overlay{align-items:center;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.selected-modal-content{background-color:#fff;border-radius:8px;display:flex;flex-direction:column;height:auto;max-height:90vh;max-width:600px;overflow-y:auto;padding:20px;position:relative;width:90%}.show-deck-button{background-color:#007bff;border:none;border-radius:5px;bottom:60px;box-shadow:0 4px 8px #0003;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;position:fixed;right:20px;transition:background-color .3s ease;z-index:2147483620}.show-deck-button:hover{background-color:#0056b3}.show-hand-button{background-color:#ff5733;border:none;border-radius:5px;bottom:100px;box-shadow:0 4px 8px #0003;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;position:fixed;right:20px;transition:background-color .3s ease;z-index:2147483620}.show-hand-button:hover{background-color:#c70039}.mulligan-button{background-color:#9d00ff;border:none;border-radius:5px;bottom:140px;box-shadow:0 4px 8px #0003;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;position:fixed;right:20px;transition:background-color .3s ease;z-index:2147483620}.mulligan-button:hover{background-color:#6200b3}.shuffle-deck-button{background-color:#ff9d00;border:none;border-radius:5px;bottom:180px;box-shadow:0 4px 8px #0003;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;position:fixed;right:20px;transition:background-color .3s ease;z-index:2147483620}.shuffle-deck-button:hover{background-color:#b39e00}.modal-overlay{align-items:center;background-color:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:214748347}.modal-content{background:#fff;border-radius:8px;max-height:80%;max-width:600px;overflow-y:auto;padding:20px;position:relative;width:80%}.close-button{cursor:pointer;font-size:24px;position:absolute;right:10px;top:10px}.deck-cards{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.deck-card{cursor:pointer;position:relative;text-align:center;width:100px}.deck-card:hover{transform:scale(1.1) translateY(-5px);z-index:214748646}.deck-card img{border-radius:4px;width:100%}.modal-button{background-color:#ffffffb3;border:none;border-radius:50%;bottom:5px;cursor:pointer;left:5px;padding:5px;position:absolute}.modal-button:hover{background-color:#ffffffe6}.enlarged-modal-overlay{align-items:center;background-color:#000000b3;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:214748349}.enlarged-modal-content{background:#fff;border-radius:8px;max-height:80%;max-width:80%;padding:20px;position:relative}.enlarged-card-image{border-radius:8px;height:auto;max-width:500px;width:100%}.deck-modal{z-index:2147483617}.App{text-align:center}.board{align-items:center;display:flex;flex-direction:column;margin:20px}.bottom-row,.top-row{display:flex;justify-content:space-around;width:100%}.terrain-row{display:flex;justify-content:center;width:100%}.player-area,.terrain-zone{border:1px solid #ccc;margin:10px;padding:10px;width:200px}.app-modal-overlay{align-items:center;background-color:#0009;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.app-modal-content{background:#fff;border-radius:8px;padding:20px;text-align:center;width:300px}.app-modal-content h2{margin-bottom:15px}.app-modal-content input{border:1px solid #ccc;border-radius:4px;margin-bottom:15px;padding:8px;width:80%}.app-modal-content button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:10px 15px}.modal-content button:hover{background-color:#0056b3}