*{box-sizing:border-box}body{font-family:Karla,sans-serif;margin:0;background-color:#0b2434;padding:20px;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#1a102d,#3a2172,#1a2a4f);color:#333}div#root{height:100%;width:100%;max-height:80vh;max-width:700px}main{background-color:#f5f5f5;height:100%;border-radius:5px;padding:10px 15px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.title{font-size:60px;margin:0}.instructions{font-family:Inter,sans-serif;font-size:22px;font-weight:400;margin-top:0;text-align:center}.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:100px;width:100px;box-shadow:2px 2px 2px #00000026;border-radius:10px;border:none;background-color:#fff;font-size:2.8rem;font-weight:700;transition:transform .15s ease,background-color .3s}.dice-container button:hover{transform:scale(1.05)}.dice-container button:active{transform:scale(.98)}.stats{display:flex;gap:40px;font-size:1.3rem;margin-bottom:20px}.button-group{display:flex;gap:20px;margin:20px 0}button.roll-dice{height:80px;white-space:nowrap;width:auto;padding:6px 60px;border:none;border-radius:6px;background-color:#5035ff;color:#fff;font-size:2rem;transition:background-color .3s,transform .15s ease}button.roll-dice:hover{background-color:#3b24c6;transform:scale(1.03)}button.roll-dice:active{transform:scale(.97)}button.reset-bestScore{height:80px;white-space:nowrap;width:auto;padding:6px 60px;border:none;border-radius:6px;background-color:#d72638;color:#fff;font-size:2rem;transition:background-color .3s,transform .15s ease}button.reset-bestScore:hover{background-color:#a61c2a;transform:scale(1.03)}button.reset-bestScore:active{transform:scale(.97)}@media (max-width: 650px){.dice-container button{height:70px;width:70px;font-size:1.8rem}.title{font-size:2.5rem}.instructions{font-size:1rem}.button-group{flex-direction:column;align-items:center}button.reset-bestScore{padding:6px 30px;font-size:1.5rem;height:60px}button.roll-dice{padding:6px 30px;font-size:1.5rem}}
