*{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}div#root{height:100%;width:100%;max-height:400px;max-width:400px}main{background-color:#f5f5f5;height:100%;border-radius:5px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.title{font-size:40px;margin:0}.instructions{font-family:Inter,sans-serif;font-weight:400;margin-top:0;text-align:center;padding:0 15px}.dice-container{display:grid;grid-template:auto auto / repeat(5,1fr);gap:20px;margin-bottom:40px;perspective:1000px}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:#fff;font-size:1.75rem;font-weight:700;transform-style:preserve-3d}button.roll-dice{height:50px;white-space:nowrap;width:auto;padding:6px 21px;border:none;border-radius:6px;background-color:#5035ff;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}.win-animation-container{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1000;background:#0b2434cc;transition:opacity .5s ease-out,pointer-events .5s ease-out}.win-animation-container.complete{opacity:0;pointer-events:none}.controls-container{display:flex;align-items:center;position:relative;width:100%;justify-content:center;gap:20px}.toggle-wrapper{position:absolute;left:10px;display:flex;align-items:center;gap:8px}.toggle-animations{width:36px;height:22px;background-color:#ccc;border:none;border-radius:11px;padding:2px;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center;justify-content:flex-start;box-shadow:0 2px 2px #00000026}.toggle-animations.enabled{background-color:#59e391;justify-content:flex-end}.toggle-slider{width:18px;height:18px;background-color:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 2px #0003}.toggle-label{font-size:.75rem;font-weight:500;color:#333;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none}
