.die{width:80px;height:80px;background:rgba(255,255,255,.2);border-radius:15px;display:flex;justify-content:center;align-items:center;font-size:2rem;font-weight:700;cursor:pointer;transition:all .3s ease;position:relative;box-shadow:0 4px 6px rgba(0,0,0,.1)}.die.rolling{animation:shake .8s cubic-bezier(.36,.07,.19,.97) both}.dots{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;width:60px;height:60px;padding:5px}.dot{width:12px;height:12px;background:#fff;border-radius:50%;opacity:0}.dot.visible{opacity:1}