*{box-sizing:border-box}body{font-family:Karla,sans-serif;margin:0;background-color:#257180;padding:20px;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}div#root{height:100%;width:100%;max-height:400px;max-width:400px}main{background-color:#f2e5bf;height:100%;border-radius:5px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.title{font-size:40px;margin:0;color:#257180}.instructions{font-family:Inter,sans-serif;font-weight:400;margin-top:0;text-align:center;color:#257180}.dice-container{display:grid;grid-template:auto auto / repeat(5,1fr);gap:20px;margin-bottom:40px}button{font-family:Karla,sans-serif;cursor:pointer}.dice-container button{height:50px;width:50px;box-shadow:0 2px 2px #00000026;border-radius:10px;border:none;background-color:#f2e5bf;font-size:1.75rem;font-weight:700}button.roll-dice{height:50px;white-space:nowrap;width:auto;padding:6px 21px;border:none;border-radius:6px;background-color:#cb6040;color:#fff;font-size:1.2rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}footer{margin-top:20px;text-align:center;color:#fff}.footer-text{font-size:.9rem;margin:0}.footer-link{color:inherit;text-decoration:underline}.footer-link:hover{text-decoration:underline;color:#cb6040}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background:#f2e5bf;padding:2rem;border-radius:10px;box-shadow:0 4px 20px #0000004d;text-align:center;max-width:350px;margin:1rem}.modal h2{color:#fd8b51;font-size:2rem;margin-bottom:1rem}.modal p{color:#fd8b51;margin-bottom:1.5rem;font-size:1.1rem}.modal-close-button{background:#fd8b51;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1.1rem;cursor:pointer;transition:background-color .2s}.modal-close-button:hover{background:#cb6040}.modal-close-button:focus{outline:2px solid #CB6040;outline-offset:2px}
