*{box-sizing:border-box}html{max-height:100dvh;-webkit-user-select:none;user-select:none}body{margin:0;background-color:#0b2434;padding:20px;font-family:system-ui,Segoe UI,Open Sans,sans-serif;height:100%}main{background-color:#f5f5f5;height:90dvh;max-width:800px;border-radius:5px;padding:20px 3rem;display:flex;flex-direction:column;justify-content:space-around;align-items:center;margin:0 auto}.title{font-size:3rem;margin:0}.instructions{font-weight:400;margin-top:1rem;text-align:center;font-size:1rem}.options{display:flex;flex-direction:row;justify-content:space-around;width:100%}label{display:block;text-align:center;font-weight:500;padding-bottom:.5rem;font-size:1.2rem}.score-container{width:100%;font-size:1.2rem;font-weight:500;display:flex;flex-direction:row;justify-content:space-between;padding:0 2rem}.score{width:90px}.dice-container{display:grid;grid-template:auto auto / repeat(5,1fr);gap:2dvw;margin-bottom:40px}.die-face{height:60px;width:60px;box-shadow:0 2px 2px #00000026;border-radius:10px;display:flex;justify-content:center;align-items:center;cursor:pointer}.die-num{font-size:2rem}.button{height:50px;width:150px;padding:.5rem 1.5rem;border:none;border-radius:6px;background-color:#5035ff;color:#fff;font-size:1.2rem;font-weight:700;font-family:inherit;cursor:pointer;box-shadow:0 2px 8px #000000d9;transition:scale .1s ease-in}.button.disabled{cursor:not-allowed;opacity:.6;box-shadow:inset 0 0 10px 8px #00a}.button:active{scale:.95}.roll-dice:focus{outline:none}.roll-dice:active{box-shadow:inset 5px 5px 10px -3px #000000b3}.die-rolling{animation:shake .3s;animation-iteration-count:1}@keyframes shake{0%{transform:translate(1px,1px) rotate(0)}10%{transform:translate(-1px,-2px) rotate(-10deg)}20%{transform:translate(-3px) rotate(10deg)}30%{transform:translate(3px,2px) rotate(0)}40%{transform:translate(1px,-1px) rotate(10deg)}50%{transform:translate(-1px,2px) rotate(-10deg)}60%{transform:translate(-3px,1px) rotate(0)}70%{transform:translate(3px,1px) rotate(-10deg)}80%{transform:translate(-1px,-1px) rotate(10deg)}90%{transform:translate(1px,2px) rotate(0)}to{transform:translate(1px,-2px) rotate(-10deg)}}@media (max-width: 600px){body{padding:0;width:100dvw;height:100dvh}main{padding:20px 1rem}.score-container{padding:0 1rem;font-size:1rem}.die-face{height:50px;width:50px}}
