*{box-sizing:border-box}body{font-family:Karla,sans-serif;margin:0;background-color:#0b2434;padding:20px;height:100vh;display:flex;justify-content:center;align-items:center}div#root{height:100%;width:100%;max-height:700px;max-width:900px}.app-layout{display:flex;align-items:flex-start;justify-content:center;gap:2rem}main{background-color:#f5f5f5;height:100%;width:100%;border-radius:15px;padding:2rem 2.5rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;box-shadow:0 4px 12px #00000026}.title{font-size:60px;margin:0 0 5px}.instructions{font-family:Inter,sans-serif;font-weight:400;font-size:25px;margin-top:5px;margin-bottom:5px;text-align:center;color:#333;max-width:500px}.dice-container{display:grid;grid-template:auto auto / repeat(5,1fr);gap:1rem;margin:2rem 0;justify-items:center}.dice-container button{height:75px;width:75px;box-shadow:0 2px 6px #0003;border-radius:10px;border:none;background-color:#fff;font-size:1.75rem;font-weight:700;transition:transform .1s ease;cursor:pointer}.die:hover{transform:scale(1.05)}button.roll-dice{height:70px;padding:10px 25px;border:none;border-radius:10px;background-color:#5035ff;color:#fff;font-size:1.5rem;font-weight:700;cursor:pointer;transition:background-color .2s ease}button.roll-dice:hover{background-color:#3f2fcc}.stats{display:flex;flex-direction:row;justify-content:center;gap:50px;align-items:center;font-family:Inter,sans-serif;font-weight:400;font-size:25px;margin-top:10px;color:#222}.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}.leaderboard{background-color:#f5f5f5;border-radius:15px;padding:1rem 1.5rem;min-width:220px;max-height:90%;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;align-items:center;gap:1rem}.leaderboard h2{font-size:1.5rem;font-weight:700;margin-bottom:5px}.leaderboard ol{padding:0;margin:0;list-style-position:inside;text-align:center;width:100%}.leaderboard li{display:flex;justify-content:space-between;align-items:center}.score-rolls{font-size:1rem;color:#666;margin-left:10px}
