body{font-family:Poppins,sans-serif;background:#f8fafc;text-align:center;margin:0;padding:2rem}.app{max-width:600px;margin:0 auto}.players{display:flex;justify-content:center;align-items:center;gap:2rem;margin:2rem 0}.player{display:flex;flex-direction:column;align-items:center}.player input{text-align:center;font-size:1.2rem;font-weight:600;border:2px solid #ccc;border-radius:8px;margin-bottom:1rem;padding:.3rem .6rem}.player h2{margin-bottom:1rem}img{width:100px;height:100px;transition:transform .3s}.rolling{animation:shake .3s infinite}@keyframes shake{0%{transform:rotate(0)}25%{transform:rotate(10deg)}50%{transform:rotate(0)}75%{transform:rotate(-10deg)}to{transform:rotate(0)}}button{padding:.7rem 1.5rem;font-size:1.2rem;background-color:#4f46e5;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:background-color .3s}button:hover:not(:disabled){background-color:#4338ca}button:disabled{background-color:#94a3b8;cursor:not-allowed}.result{font-size:2rem;margin-bottom:1rem;height:2.5rem}
